d0086ad17d64503195dcbb9019ee45db8e6b93d5
[claws.git] / ChangeLog
1 2010-05-14 [paul]       3.7.6cvs6
2
3         * src/compose.c
4                 add a margin to the compose window text that matches
5                 the margin in textview
6
7 2010-05-14 [colin]      3.7.6cvs5
8
9         * src/gtk/sslcertwindow.c
10                 Fix dangling pointer. Thanks to Michael R!
11
12 2010-05-14 [colin]      3.7.6cvs4
13
14         * src/gtk/sslcertwindow.c
15                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
16                 expired but certificate check is skipped' and maybe
17                 bug 2200, 'SSL is not working with POP3'
18
19 2010-05-14 [colin]      3.7.6cvs3
20
21         * src/plugins/pgpinline/pgpinline.c
22                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
23
24 2010-05-04 [iwkse]      3.7.6cvs2
25
26         * src/prefs_message.c
27                         Get a generic name as 'Quotation' for
28                         the frame
29
30 2010-05-04 [iwkse]      3.7.6cvs1
31
32         * src/prefs_message.c
33         * src/prefs_common.h
34         * src/prefs_common.c
35         * src/textview.c
36                         Fix #2188
37                         Option for collapsing via double-click
38
39 2010-05-01 [paul]       3.7.6
40         * NEWS
41         * README
42         * RELEASE_NOTES 
43                 3.7.6 unleashed!
44
45 2010-05-01 [paul]       3.7.5cvs55
46
47         * tools/claws.i18n.status.pl
48                 add Ukrainian stat
49
50 2010-05-01 [paul]       3.7.5cvs54
51
52         * src/gtk/authors.h
53                 add YUP, new Ukrainian translator
54
55 2010-04-30 [paul]       3.7.5cvs53
56
57         * configure.ac
58         * po/uk.po
59                 add Ukrainian translation, submitted by YUP
60         * po/cs.po
61         * po/de.po
62         * po/fi.po
63         * po/hu.po
64         * po/nl.po
65         * po/pt_BR.po
66         * po/pt_PT.po
67         * po/sk.po
68                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
69                 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
70                 Tiago Faria, and Slavko
71
72 2010-04-26 [wwp]        3.7.5cvs52
73
74         * po/fr.po
75                 Fix capitalization.
76
77 2010-04-26 [mones]      3.7.5cvs51
78
79         * po/es.po
80                 Updated for release
81
82 2010-04-22 [pawel]      3.7.5cvs50
83
84         * src/addressbook.c
85                 fix compile warning
86         * src/vcard.c
87                 first NULL check pointer, then use it
88
89 2010-04-22 [colin]      3.7.5cvs49
90
91         * src/imap.c
92                 Fix error message when session isn't established
93         * po/fr.po
94                 Update translation and fix a typo in it
95
96 2010-04-15 [pawel]      3.7.5cvs48
97
98         * src/prefs_account.c
99                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
100                                 the port isn't configured properly'
101                 When using SSL/TLS tunneling automatically use default
102                 ports for encrypted connections: smtps, pop3s, imaps, nntps
103
104 2010-04-15 [pawel]      3.7.5cvs47
105
106         * src/action.c
107                 Fix crasher in actions using '%f' argument
108                 on multiple files with external scripts which
109                 don't return any output.
110
111 2010-04-14 [colin]      3.7.5cvs46
112
113         * src/mainwindow.c
114                 Fix hand cursor after error symbol appears
115
116 2010-04-12 [colin]      3.7.5cvs45
117
118         * configure.ac
119                 Fix bug 2162, 'configure check for libetpan 
120                 fails with libetpan 1.0'
121
122
123 2010-04-09 [mones]      3.7.5cvs44
124
125         * manual/de/glossary.xml
126                 Fix encoding to match main document's
127                 Also fixes make dist with Debian's openjade
128
129 2010-03-29 [pawel]      3.7.5cvs43
130
131         * src/matcher_parser.h
132         * src/matcher_parser_parse.y
133         * src/gtk/quicksearch.c
134                 Disable matcher warnings when populating quicksearch
135                 completion lists on startup
136
137 2010-03-27 [colin]      3.7.5cvs42
138
139         * src/gtk/quicksearch.c
140                 Fix double-free later in code. Optimize
141                 list creation
142
143 2010-03-27 [pawel]      3.7.5cvs41
144
145         * src/compose.c
146                 Make sure that quote ends with new line char
147
148 2010-03-26 [pawel]      3.7.5cvs40
149
150         * src/compose.c
151         * src/compose.h
152         * src/textview.c
153                 Fix Bug 1928 Add "reply to this address" pop menu 
154                              on Message View
155                 - Set composing account to email one when creating/replying
156                   from NNTP folder by clicking link or choosing option
157                   from popup menu
158                 - Factorize code
159
160 2010-03-25 [paul]       3.7.5cvs39
161
162         * src/gtk/gtkcmclist.c
163                 Fix build with GTK+ 2.20
164
165 2010-03-24 [pawel]      3.7.5cvs38
166
167         * src/addr_compl.c
168         * src/compose.c
169         * src/folderview.c
170         * src/grouplistdialog.c
171         * src/headerview.c
172         * src/mainwindow.c
173         * src/mimeview.c
174         * src/prefs_account.c
175         * src/gtk/gtkcmclist.c
176         * src/gtk/gtkcmctree.c
177         * src/gtk/gtkcmoptionmenu.c
178         * src/gtk/gtksctree.c
179         * src/gtk/gtkshruler.c
180         * src/gtk/gtkutils.c
181         * src/gtk/gtkutils.h
182         * src/gtk/gtkvscrollbutton.c
183         * src/gtk/inputdialog.c
184         * src/gtk/spell_entry.c
185         * src/plugins/trayicon/trayicon.c
186         * src/plugins/trayicon/libeggtrayicon/Makefile.am
187         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
188         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
189                 Fix build with GTK+ 2.19
190
191 2010-03-23 [pawel]      3.7.5cvs37
192
193         * src/mainwindow.c
194         * src/mimeview.c
195                 Respect view->show_col_headers option
196         * src/gtk/gtkcmctree.c
197                 Fix GtkCmcTree column width calculation when it has
198                 auto_resize set and new node is added
199
200 2010-03-22 [pawel]      3.7.5cvs36
201
202         * src/grouplistdialog.c
203         * src/prefs_common.c
204         * src/prefs_common.h
205                 - remember newsgroups list dialog size
206                 - respect use_dotted_lines hidden pref
207                 - respect use_stripes_everywhere hidden pref
208
209 2010-03-21 [pawel]      3.7.5cvs35
210
211         * src/addrgather.c
212                 Remove superfluous gtk_widget_show_all()
213         * src/mimeview.c
214                 Add forgotten colon
215         * src/common/utils.c
216                 Return correct type
217
218 2010-03-21 [pawel]      3.7.5cvs34
219
220         * src/main.c
221         * src/gtk/quicksearch.c
222         * src/gtk/quicksearch.h
223                 Implement separate search phrase completion for
224                 normal/extended quicksearch
225
226 2010-03-11 [paul]       3.7.5cvs33
227
228         * po/zh_CN.po
229                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
230                 submitted by Yuwei Yu
231
232 2010-03-09 [colin]      3.7.5cvs32
233
234         * manual/de/glossary.xml
235                 Fix build
236
237 2010-03-02 [colin]      3.7.5cvs31
238
239         * manual/de/glossary.xml
240                 Sort alphabetically. Done by Volker Ribbert.
241
242 2010-03-02 [mones]      3.7.5cvs30
243
244         * README
245                 Fix mailing list archives location
246                 Remove currently unavailable CVS webview
247
248 2010-03-01 [iwkse]      3.7.5cvs29
249
250         * src/common/plugin.c
251                         Other indentation issues
252
253 2010-03-01 [iwkse]      3.7.5cvs28
254
255         * src/common/plugin.c
256                         Fix indentation of the previous commit
257
258 2010-03-01 [iwkse]      3.7.5cvs27
259
260         * src/common/plugin.h
261         * src/common/plugin.c
262                         Add API for getting a loaded Plugin from the
263                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
264                         Thanks to Colin, Michael
265
266 2010-02-27 [colin]      3.7.5cvs26
267
268         * configure.ac
269         * AUTHORS
270         * src/gtk/authors.h
271         * manual/Makefile.am
272         * manual/de/Makefile.am
273         * manual/de/account.xml
274         * manual/de/ack.xml
275         * manual/de/addrbook.xml
276         * manual/de/advanced.xml
277         * manual/de/claws-mail-manual.xml
278         * manual/de/faq.xml
279         * manual/de/glossary.xml
280         * manual/de/gpl.xml
281         * manual/de/handling.xml
282         * manual/de/intro.xml
283         * manual/de/keyboard.xml
284         * manual/de/plugins.xml
285         * manual/de/starting.xml
286         * manual/de/dist/.cvsignore
287         * manual/de/dist/Makefile.am
288         * manual/de/dist/html/.cvsignore
289         * manual/de/dist/html/Makefile.am
290         * manual/de/dist/pdf/.cvsignore
291         * manual/de/dist/pdf/Makefile.am
292         * manual/de/dist/ps/.cvsignore
293         * manual/de/dist/ps/Makefile.am
294         * manual/de/dist/txt/.cvsignore
295         * manual/de/dist/txt/Makefile.am
296                 Add the german translation of the manual, done by
297                 Volker Ribbert <thoraki@arcor.de>.
298
299 2010-02-27 [holger]     3.7.5cvs25
300
301         * src/prefs_toolbar.c
302                 Don't make toolbar item description for
303                 plugin registered items editable
304
305 2010-02-26 [colin]      3.7.5cvs24
306
307         * src/toolbar.c
308                 Don't translate empty description
309
310 2010-02-22 [colin]      3.7.5cvs23
311
312         * src/compose.c
313                 Don't make In-Reply-To visible when reediting
314                 a draft or sent mail.
315
316 2010-02-20 [colin]      3.7.5cvs22
317
318         * src/imap.c
319         * src/imap.h
320         * src/main.c
321         * src/mainwindow.c
322         * src/etpan/imap-thread.c
323         * src/etpan/imap-thread.h
324         * src/etpan/nntp-thread.c
325         * src/etpan/nntp-thread.h
326                 When going offline from NetworkManager, just
327                 delete IMAP connections. That'll avoid timeouts
328                 when coming back online in certain cases when
329                 the TCP socket will have timed out.
330
331 2010-02-20 [holger]     3.7.5cvs21
332
333         * .cvsignore
334                 More files to ignore
335
336 2010-02-17 [ticho]      3.7.5cvs20
337
338         * src/summaryview.c
339         * src/summaryview.h
340         * src/toolbar.c
341                 Revert 3.7.5cvs19.
342
343 2010-02-16 [ticho]      3.7.5cvs19
344
345         * src/summaryview.c
346         * src/summaryview.h
347         * src/toolbar.c
348                 Removed unused argument from summary_open_row().
349
350 2010-02-10 [pawel]      3.7.5cvs18
351
352         * src/compose.c
353                 - fix headers filtering when prefs_common.trans_hdr is on
354                 - fix headers setting when changing composing account 
355                 - plug memleak
356         * src/prefs_template.c
357                 Re-add template's name for translation
358
359 2010-02-10 [colin]      3.7.5cvs17
360
361         * src/prefs_matcher.c
362                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
363                 Condition>Define>Header>Name combo box'. Patch by
364                 Francois Cami
365
366 2010-02-10 [colin]      3.7.5cvs16
367
368         * src/codeconv.c
369         * src/codeconv.h
370         * src/compose.c
371         * src/mainwindow.c
372         * src/messageview.c
373         * src/prefs_send.c
374         * src/procmime.c
375         * src/textview.c
376                 Add the GB18030 Chinese charset, which is a superset
377                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
378
379 2010-02-09 [holger]     3.7.5cvs15
380
381         * configure.ac
382                 GTK+ 2.10 related cleanup
383
384 2010-02-09 [pawel]      3.7.5cvs14
385
386         * src/prefs_account.c
387         * src/prefs_folder_item.c
388         * src/prefs_template.c
389         * src/quote_fmt.c
390                 Respect prefs_common.trans_hdr in couple more places to avoid
391                 confusion with translated/non-translated header names
392
393 2010-02-09 [colin]      3.7.5cvs13
394
395         * po/POTFILES.in
396                 Fix make dist
397
398 2010-02-09 [colin]      3.7.5cvs12
399
400         * src/mimeview.c
401                 And fix 2.10 build :)
402
403 2010-02-09 [colin]      3.7.5cvs11
404
405         * configure.ac
406                 Bump up GTK+ requirement to 2.10
407         * src/Makefile.am
408         * src/compose.c
409         * src/crash.c
410         * src/foldersel.c
411         * src/main.c
412         * src/mainwindow.c
413         * src/messageview.c
414         * src/messageview.h
415         * src/prefs_actions.c
416         * src/prefs_common.c
417         * src/prefs_common.h
418         * src/prefs_ext_prog.c
419         * src/prefs_filtering_action.c
420         * src/prefs_fonts.c
421         * src/prefs_image_viewer.c
422         * src/prefs_matcher.c
423         * src/prefs_msg_colors.c
424         * src/prefs_summaries.c
425         * src/prefs_template.c
426         * src/printing.c
427         * src/printing.h
428         * src/quote_fmt.c
429         * src/summaryview.c
430         * src/textview.c
431         * src/gtk/Makefile.am
432         * src/gtk/about.c
433         * src/gtk/gtkcmclist.c
434         * src/gtk/gtkcmctree.c
435         * src/gtk/gtkutils.c
436         * src/gtk/quicksearch.c
437                 Remove all compile-time conditionals depending on
438                 GTK+ < 2.10
439         * src/gedit-print.c
440         * src/gedit-print.h
441         * src/gtk/gtksourceprintjob.c
442         * src/gtk/gtksourceprintjob.h
443                 Remove libgnomeprint-based printing system (and
444                 command-line-based printing system) as GTK+ 2.10
445                 ships with print support.
446
447 2010-02-08 [mir]        3.7.5cvs10
448
449         * src/compose.c
450             Avoid displaying Bcc headers in message sent
451             to NNTP servers. Thanks to Henning Mersch.
452
453
454 2010-02-08 [pawel]      3.7.5cvs9
455
456         * src/mimeview.c
457                 Make tooltips less cryptic
458         * src/gtk/description_window.c
459                 Improve window size calculation
460
461 2010-02-08 [pawel]      3.7.5cvs8
462
463         * src/compose.c
464         * src/compose.h
465         * src/common/utils.c
466         * src/common/utils.h
467         * src/gtk/authors.h
468                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
469                 Patch by Laurent Bigonville with slight modifications
470
471 2010-02-03 [pawel]      3.7.5cvs7
472
473         * m4/.cvsignore
474                 Add some libtool files to ignore
475
476 2010-02-03 [pawel]      3.7.5cvs6
477
478         * src/plugins/trayicon/trayicon.c
479                 Save and then restore focus when closing/minimizing to tray
480
481 2010-02-03 [mir]        3.7.5cvs5
482
483         * src/addrindex.c
484         * src/editldap.c
485         * src/ldapctrl.c
486         * src/ldapctrl.h
487         * src/ldapquery.c
488         * src/ldapupdate.c
489             Save LDAP password encrypted. See bug 2113.
490
491
492 2010-02-03 [colin]      3.7.5cvs4
493
494         * src/privacy.c
495                 Fix again decoding of encrypted parts. The
496                 reverting of the patch was wrong, as the
497                 double-decoding was fixed in smime itself.
498                 Thanks to Matthias Drochner again...
499
500 2010-02-02 [colin]      3.7.5cvs3
501
502         * src/plugins/smime/smime.c
503         * src/privacy.c
504                 Revert 3.7.4cvs2 and make a better patch for bug
505                 2059 and 2076. Patch by Matthias Drochner
506
507 2010-01-31 [pawel]      3.7.5cvs2
508
509         * src/gtk/authors.h
510                 Fix hungarian translator's name
511
512 2010-01-31 [pawel]      3.7.5cvs1
513
514         * src/messageview.c
515         * src/mimeview.c
516                 Fix Bug 2107 - Arrow keys don't work in message view window
517
518 2010-01-31 [paul]       3.7.5
519
520         * NEWS
521         * README
522         * RELEASE_NOTES 
523                 3.7.5 released!
524
525 2010-01-23 [pawel]      3.7.4cvs10
526
527         * src/addressbook.c
528                 Fix button sensitivity in compose mode
529
530 2010-01-23 [pawel]      3.7.4cvs9
531
532         * commitHelper
533         * tools/kdeservicemenu/install.sh
534         * tools/make.themes.project
535         * tools/nautilus2claws-mail.sh
536         * tools/popfile-link.sh
537         * tools/textviewer.sh
538                 Not all systems have bash installed in /bin, use env(1) to find
539                 it`s location
540
541 2010-01-22 [pawel]      3.7.4cvs8
542
543         * src/prefs_account.c
544         * src/prefs_filtering.c
545         * src/prefs_send.c
546         * src/gtk/colorlabel.c
547                 Add some separators in combos
548
549 2010-01-22 [pawel]      3.7.4cvs7
550
551         * autogen.sh
552                 --disable-aspell -> --disable-enchant
553         * configure.ac
554                 Fix options spacing in configure --help
555         * src/wizard.c
556                 Make wizard's window centered on the screen
557
558 2010-01-19 [holger]     3.7.4cvs6
559
560         * src/folder.c
561         * src/folder.h
562                 Introduce folder_get_item_from_identifier().
563                 In contrast to folder_find_item_from_identifier(), this
564                 function recursively creates the FolderItems in the id path.
565                 Useful for programmatically creating folders (e.g. by plugins)
566
567 2010-01-17 [pawel]      3.7.4cvs5
568
569         * src/gtk/authors.h
570                 Fix my lastname
571
572 2010-01-16 [colin]      3.7.4cvs4
573
574         * src/plugins/pgpcore/sgpgme.c
575                 Probably fix bug 2098, 'claws-mails crashes frequently 
576                 with pgpcore'. Fix double-free.
577
578 2010-01-16 [holger]     3.7.4cvs3
579
580         * src/prefs_toolbar.h
581                 Forgotten header
582
583 2010-01-15 [colin]      3.7.4cvs2
584
585         * src/privacy.c
586                 Decode mimeinfo before decrypting it. Probably
587                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
588                 with S/MIME encryption' and bug 2076 'having 
589                 worked 2 times properly CLAWS ceased to 
590                 decrypt incoming PGP mails -displays base64 
591                 instead - sucks completely'
592                 Let's hope complete suckage ends here!
593                 Thanks to Matthias Drochner.
594
595 2010-01-08 [paul]       3.7.4cvs1
596
597         * tools/claws.i18n.status.pl
598                 fix typos
599
600 2010-01-08 [paul]       3.7.4
601
602         * NEWS
603         * README
604         * RELEASE_NOTES 
605                 3.7.4 released!
606
607 2010-01-08 [paul]       3.7.3cvs57
608
609         * po/ca.po
610         * po/cs.po
611         * po/de.po
612         * po/fi.po
613         * po/hu.po
614         * po/id.po
615         * po/ja.po
616         * po/nl.po
617         * po/pt_BR.po
618         * po/pt_PT.po
619         * po/ru.po
620         * po/sk.po
621                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
622                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
623                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
624                 Slavko
625
626 2010-01-08 [paul]       3.7.3cvs56
627
628         * src/common/utils.c
629                 fix bug 2089, 'URLs ending with an underscore ('_')
630                 are not correctly parsed'. thanks to Johan
631
632 2010-01-05 [colin]      3.7.3cvs55
633
634         * po/fr.po
635                 Update french translation
636
637 2010-01-04 [mones]      3.7.3cvs54
638
639         * po/es.po
640                 Update Spanish translation
641
642 2010-01-04 [mones]      3.7.3cvs53
643
644         * manual/plugins.xml
645                 Some format
646         * manual/es/claws-mail-manual.xml
647         * manual/es/intro.xml
648         * manual/es/plugins.xml
649                 Synchronise with English version
650
651 2010-01-03 [paul]       3.7.3cvs52
652
653         * ChangeLog
654                 fix format
655         * src/gtk/authors.h
656                 update TEAM_LIST, fix encoding
657
658 2010-01-03 [mir]        3.7.3cvs51
659
660         * src/compose.c
661                 When composing to a NNTP list TO: will always be preset
662                 to the NNTP list unless user has chosen some other default
663                 in which case we will handle this the normal way. Therefore
664                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
665
666 2010-01-01 [paul]       3.7.3cvs50
667
668         * src/gtk/about.c
669                 bump copyright year whilst it's in mind
670
671 2009-12-31 [paul]       3.7.3cvs49
672
673         * manual/claws-mail-manual.xml
674         * manual/intro.xml
675         * manual/plugins.xml
676                 fix links so that they make sense in the context of the
677                 text version of the manual
678
679 2009-12-31 [paul]       3.7.3cvs48
680
681         * manual/intro.xml
682         * manual/plugins.xml
683                 updates, improvements, corrections, additions
684
685 2009-12-29 [pawel]      3.7.3cvs47
686
687         * src/prefs_filtering_action.c
688                 Fix Bug 2082 'Wrong color rectangle position when replacing
689                 "color" processing rule'
690
691 2009-12-29 [colin]      3.7.3cvs46
692
693         * src/compose.c
694                 Fix bug 2074, 'Remember sending account 
695                 for sent messages'
696
697 2009-12-20 [holger]     3.7.3cvs45
698
699         * src/compose.c
700                 Delay CREATED_HOOKLIST invokation until
701                 after the modifications to the compose window
702                 are done, to allow hooks to further modify the
703                 window without getting overridden again
704
705 2009-12-20 [holger]     3.7.3cvs44
706
707         * src/prefs_toolbar.h
708                 Fix last commit
709
710 2009-12-20 [holger]     3.7.3cvs43
711
712         * src/prefs_toolbar.c
713         * src/prefs_toolbar.h
714         * src/toolbar.c
715                 Pass window struct to caller
716
717 2009-12-20 [holger]     3.7.3cvs42
718
719         * src/compose.c
720         * src/compose.h
721                 Add hooklist after creation of a compose window
722
723 2009-12-19 [holger]     3.7.3cvs41
724
725         * src/prefs_toolbar.c
726         * src/prefs_toolbar.h
727         * src/toolbar.c
728                 Allow plugins to choose to which toolbar they want
729                 to add actions (main window, compose window, or message view)
730
731 2009-12-19 [paul]       3.7.3cvs40
732
733         * src/statusbar.c
734                 fix statusbar in GTK+ 2.19.1
735
736 2009-12-10 [pawel]      3.7.3cvs39
737
738         * src/compose.c
739                 Better fix for cvs28 regression
740
741 2009-12-10 [iwkse]      3.7.3cvs38
742
743         * src/compose.c
744             Fix some indentation
745
746 2009-12-10 [iwkse]      3.7.3cvs37
747
748         * src/compose.c
749             Add missing checks for gtkaspell: avoid
750             crashing in some cases when Enchant is 
751             enabled but the spell checker is disabled 
752             in preferences.
753
754 2009-12-09 [colin]      3.7.3cvs36
755
756         * src/compose.c
757                 Fix leak and unchecked accesses.
758
759 2009-12-09 [mir]        3.7.3cvs35
760
761         * src/compose.c
762         Fix Bug 2072 "template at folder properties is not working"
763         introduced in cvs24.
764
765 2009-12-08 [pawel]      3.7.3cvs34
766
767         * src/compose.c
768                 When 'Reply All' remove current compose address from
769                 Cc/Bcc list - fix for regression introduced in cvs28
770
771 2009-12-05 [pawel]      3.7.3cvs33
772
773         * src/messageview.c
774                 Fix memory management, duh!
775
776 2009-12-04 [pawel]      3.7.3cvs32
777
778         * src/messageview.c
779                 Use case insensitive comparison in search for
780                 duplicate urls
781         * src/uri_opener.c
782                 Refresh scrollbars on every window open
783
784 2009-12-04 [pawel]      3.7.3cvs31
785
786         * src/compose.c
787                 Highlight misspelled words when applying template and
788                 check_while_typing option is on
789
790 2009-12-03 [pawel]      3.7.3cvs30
791
792         * src/compose.c
793                 Highlight misspelled words in text inserted from file(s)
794                 or pasted to message body when check_while_typing
795                 options is on
796
797 2009-12-02 [pawel]      3.7.3cvs29
798
799         * src/compose.c
800                 Revert first part of previous commit
801
802 2009-12-02 [pawel]      3.7.3cvs28
803
804         * src/compose.c
805                 Fix Bug 2055 "duplicate mailing list reply if
806                 List-Post + Reply-To present"
807                 - Ignore Reply-To if answering to ML
808                 - Improve parsing of List-Post header
809
810 2009-12-02 [pawel]      3.7.3cvs27
811
812         * src/compose.c
813         * src/compose.h
814                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
815                 email had user in "From" and "CC"
816                 Don't allow duplicate addresses in compose window headers
817
818 2009-12-02 [mones]      3.7.3cvs26
819
820         * manual/intro.xml
821         * manual/es/intro.xml
822         * manual/fr/intro.xml
823         * manual/it/intro.xml
824         * manual/pl/intro.xml
825                 Make URL to point current site
826
827 2009-12-01 [holger]     3.7.3cvs25
828
829         * src/summaryview.c
830         * src/summaryview.h
831                 Introduce new drag type "claws-mail/msg-path-list" for
832                 drag'n'drop of a message selection from the summaryview
833                 into other applications. The drag data gets set to the
834                 folder-item-id followed by message ids, separated by newlines.
835                 This enables other applications to back-link to Claws Mail
836                 via a "claws-mail --select" call after they received a drop.
837
838 2009-11-30 [mir]        3.7.3cvs24
839
840         * src/compose.c
841            Place cursor in compose window according to provided input
842            If to: is present place cursor in subject field and if both
843            to: and subject: is present place cursor in body. If body: is
844            present insert a new line after text and place cursor there.
845
846 2009-11-27 [mones]      3.7.3cvs23
847
848         * src/gtk/quicksearch.c
849                 Allow viewing longer expressions if there's space
850
851 2009-11-25 [holger]     3.7.3cvs22
852
853         * Makefile.am
854         * src/common/Makefile.am
855         * src/common/utils.c
856         * src/common/utils.h
857                 Add a function to query the
858                 filepath of the .desktop file
859
860 2009-11-25 [colin]      3.7.3cvs21
861
862         * src/imap.c
863                 Fix bug 2063, 'glib assertion in GRelation use in 
864                 imap.c'
865
866 2009-11-24 [pawel]      3.7.3cvs20
867
868         * src/common/utils.c
869                 Fix Bug 2053 'Inconsistent application of Coloration 
870                 of Message text'
871                 Don't allow '<' character between quotation marks
872
873 2009-11-21 [holger]     3.7.3cvs19
874
875         * src/printing.c
876                 Modify cairo clip handling in preview windows,
877                 to prevent print preview windows from being blank
878                 with GTK+ 2.18. Follow recommendation of the GTK+
879                 documentation (section "Migrating to client side windows")
880                 and create a new cairo context for each expose event.
881
882 2009-11-19 [pawel]      3.7.3cvs18
883
884         * Makefile.am
885                 complete 3.7.3cvs15 so install is DESTDIR safe
886                 remove icons with changed names on uninstall
887
888 2009-11-18 [pawel]      3.7.3cvs17
889
890         * src/news_gtk.c
891                 remove unneeded and code-duplicating function
892
893 2009-11-18 [pawel]      3.7.3cvs16
894
895         * src/news_gtk.c
896                 Fix Bug 2057 'Claws mail does not keep renamed names
897                 of nntp-subscribed groups'
898                 Check for already subscribed group using item->path for group
899                 comparision as folders item->path != item->name may be truth 
900                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
901
902 2009-11-17 [pawel]      3.7.3cvs15
903
904         * Makefile.am
905                 Fix Bug 2049 'some icons not copied?'
906                 Install additional 64x64 and 128x128 icons
907
908 2009-11-17 [holger]     3.7.3cvs14
909
910         * src/prefs_toolbar.c
911         * src/prefs_toolbar.h
912         * src/toolbar.c
913         * src/toolbar.h
914                 Allow plugins to register toolbar items
915
916 2009-11-11 [pawel]      3.7.3cvs13
917
918         * src/addressbook.c
919         * src/compose.c
920         * src/compose.h
921         * src/filtering.c
922                 Fix Bug 1867 Changing account does not change BCC address
923                 Set account specific headers when changing account
924                 in compose window.
925
926 2009-11-07 [colin]      3.7.3cvs12
927
928         * src/gtk/prefswindow.c
929                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
930                 Patch by Pawel
931
932 2009-11-07 [colin]      3.7.3cvs11
933
934         * src/gtk/spell_entry.c
935                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
936                 Patch by Pawel Pekala
937
938 2009-10-27 [colin]      3.7.3cvs10
939
940         * src/folder.c
941                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
942                 Don't try to check whether the folder is up-to-date if
943                 the folder class doesn't implement set_mtime, as we don't
944                 care in this case. This code exists since a long time, but
945                 the bug was triggered by more scanning of queue folders 
946                 since recently (when we added \Deleted handling).
947
948 2009-10-27 [colin]      3.7.3cvs9
949
950         * src/mainwindow.c
951                 Try to fix registering as default client
952                 on windows 7
953
954 2009-10-21 [wwp]        3.7.3cvs8
955
956         * src/common/utils.c
957                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
958
959 2009-10-21 [wwp]        3.7.3cvs7
960
961         * src/common/utils.c
962                 Don't core dump when attempting to insert a non-existing
963                 file using a mailto: uri (g_error does core dump).
964
965 2009-10-20 [colin]      3.7.3cvs6
966
967         * src/common/utils.c
968                 Don't g_error on normal warnings...
969
970 2009-10-20 [colin]      3.7.3cvs5
971
972         * src/plugins/pgpcore/sgpgme.c
973                 Fix bug 1996, 'S/MIME key not selected'
974                 Check for S/MIME certs too
975
976 2009-10-20 [colin]      3.7.3cvs4
977
978         * src/common/w32lib.h
979                 Fix win32 build on latest mingw32
980
981 2009-10-20 [colin]      3.7.3cvs3
982
983         * src/exportldif.c
984         * src/ldif.c
985         * src/ldif.h
986                 Fix LDIF export. Patch by Michael Rasmussen
987
988 2009-10-18 [paul]       3.7.3cvs2
989
990         * tools/claws.i18n.status.pl
991                 increase the value of $transolddays since we're relasing less
992                 often now.
993                 rework the en_GB.po hack so that en_GB is always 100% translated
994                 and recently updated
995
996 2009-10-17 [paul]       3.7.3cvs1
997
998         * src/prefs_account.c
999         * src/prefs_compose_writing.c
1000         * src/prefs_receive.c
1001         * src/prefs_summaries.c
1002         * src/prefs_wrapping.c
1003                 reword a few labels. (this incorporates everything
1004                 that seemed worthwhile from bug 2020)
1005         * src/prefs_customheader.c
1006                 use a 'Browse' button instead of button with
1007                 label 'From file...'
1008
1009 2009-10-12 [colin]
1010
1011         * CVS repository change
1012
1013 2009-10-09 [paul[       3.7.3
1014
1015         version 3.7.3 unleashed!!
1016
1017 2009-10-07 [paul]       3.7.2cvs49
1018
1019         * src/folderview.c
1020         * src/folderview.h
1021         * src/mainwindow.c
1022                 fix  Bug 1994 -  Changing colors required restart.
1023                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1024                 more accurate folderview_reinit_fonts()
1025
1026 2009-10-07 [paul]       3.7.2cvs48
1027
1028         * src/addrgather.c
1029         * src/prefs_common.c
1030         * src/prefs_common.h
1031                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
1032                 patch by Pawel Pekala
1033
1034 2009-10-07 [paul]       3.7.2cvs47
1035
1036         * po/cs.po
1037         * po/de.po
1038         * po/hu.po
1039         * po/id.po
1040         * po/ja.po
1041         * po/pt_BR.po
1042                 updated by David Vachulka, Stephan Sachse and Marc Arens,
1043                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1044                 Goncalves Guimaraes
1045
1046 2009-10-06 [colin]      3.7.2cvs46
1047
1048         * po/fr.po
1049                 French translation update
1050
1051 2009-10-05 [paul]       3.7.2cvs45
1052
1053         * src/printing.c
1054                 enable Page Size and Orientation in the print dialog,
1055                 GTK+ >= 2.18.x only. Patch by Mark__T
1056
1057 2009-10-05 [paul]       3.7.2cvs44
1058
1059         * src/prefs_summaries.c
1060                 fix label, startup --> start-up, to match other uses of the
1061                 term
1062
1063 2009-10-05 [paul]       3.7.2cvs43
1064
1065         * po/pl.po
1066                 updated by Emilian Nowak
1067
1068 2009-10-03 [colin]      3.7.2cvs42
1069
1070         * src/mimeview.c
1071         * src/noticeview.c
1072         * src/gtk/gtkcmclist.c
1073         * src/gtk/gtkvscrollbutton.c
1074         * src/gtk/logwindow.c
1075                 GTK+ 2.18 fixes:
1076                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1077                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1078                 Fix warning at start
1079
1080 2009-09-28 [colin]      3.7.2cvs41
1081
1082         * src/matcher.c
1083         * src/mimeview.c
1084         * src/prefs_folder_item.c
1085                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1086
1087 2009-09-28 [colin]      3.7.2cvs40
1088
1089         * src/prefs_summaries.c
1090         * src/gtk/sslcertwindow.c
1091                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
1092                 shows up garbled in GUI'. Patch by Pawel Pekala
1093
1094 2009-09-24 [iwkse]      3.7.2cvs39
1095
1096         * configure.ac
1097             That's only for statistics, of course :)
1098
1099 2009-09-24 [iwkse]      3.7.2cvs38
1100
1101         * configure.ac
1102             ...
1103
1104 2009-09-24 [iwkse]      3.7.2cvs37
1105
1106         * configure.ac
1107             Revert unwanted change
1108
1109 2009-09-24 [iwkse]      3.7.2cvs36
1110
1111         * src/action.c
1112             Fix issue with filtering actions and 
1113             parsed parameters
1114
1115 2009-09-20 [mones]      3.7.2cvs35
1116
1117         * tools/convert_mbox.pl
1118                 Add -R flag to support recursive conversions
1119                 of arbitrary Evolution mail folders, based on
1120                 bash script by Daniel Dickinson (fixes debian 
1121                 bug #461435) 
1122         * tools/popfile-link.sh
1123                 Set required shell for script (fixes debian 
1124                 bug #530057)
1125
1126 2009-09-16 [colin]      3.7.2cvs34
1127
1128         * src/main.c
1129                 Go grab files in /etc/skel if they exist
1130                 at first startup 
1131
1132 2009-09-15 [colin]      3.7.2cvs33
1133
1134         * src/procmime.c
1135                 Complete 3.7.1cvs42: only output directly to
1136                 final file if we get NULL byes at the start.
1137                 Still fixes saving UTF16 files, but also
1138                 fixes displaying Base64 parts with decoding
1139                 errors (parts without errors get displayed)
1140
1141 2009-09-14 [colin]      3.7.2cvs32
1142
1143         * src/matcher.c
1144         * src/matcher.h
1145         * src/matcher_parser_parse.y
1146         * src/prefs_matcher.c
1147                 Add 'has_attachment' and 'signed' matcher
1148                 expressions. Patch by Aleksei Miheev, fixes
1149                 bug 1997. 
1150
1151 2009-09-14 [colin]      3.7.2cvs31
1152
1153         * src/common/utils.c
1154                 Add "Re :" prefix from french Yahoo mail.
1155                 Patch by Didier Barvaux, fixes bug 1999
1156
1157 2009-09-10 [mones]      3.7.2cvs30
1158
1159         * manual/plugins.xml
1160                 Fix sites supported by SpamReport
1161         * manual/es/plugins.xml
1162                 Synchronise Spanish manual
1163
1164 2009-09-07 [holger]     3.7.2cvs29
1165
1166         * Makefile.am
1167                 Also update the icon cache on uninstall.
1168                 This prevents possible problems when Claws Mail was
1169                 uninstalled and installed again into a different location,
1170                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1171                 and the blog post linked therein
1172
1173 2009-09-07 [paul]       3.7.2cvs28
1174
1175         * src/prefs_toolbar.c
1176                 when updating the main toolbar icons just update
1177                 the main toolbar (and consequently fix a bug where
1178                 folderview icons would disappear)
1179
1180 2009-08-30 [holger]     3.7.2cvs27
1181
1182         * src/compose.c
1183                 Do case-insensitive comparison against
1184                 header names when extracting recipients
1185                 from composed mails
1186
1187 2009-08-23 [colin]      3.7.2cvs26
1188
1189         * src/mbox.c
1190                 Probably fix RH bug 512024, " folder.c:3543 
1191                 Condition msglist != NULL failed"
1192
1193 2009-08-23 [colin]      3.7.2cvs25
1194
1195         * src/prefs_compose_writing.c
1196                 Make the maximum size warning bigger. Patch
1197                 by Didier Barvaux on bug 1986.
1198
1199 2009-08-21 [colin]      3.7.2cvs24
1200
1201         * src/compose.c
1202                 Previous commit: move the function into compose_insert_file
1203                 so that it's also used on drag-n-drop
1204
1205 2009-08-21 [colin]      3.7.2cvs23
1206
1207         * src/compose.c
1208                 Fix scrolling when adding an header
1209
1210 2009-08-21 [colin]      3.7.2cvs22
1211
1212         * src/compose.c
1213         * src/prefs_common.c
1214         * src/prefs_common.h
1215         * src/prefs_compose_writing.c
1216         * src/common/utils.c
1217                 Fix bug 1986, "New feature: warn user when inserting 
1218                 a large file in the message body". Patch by Didier
1219                 Barvaux
1220
1221 2009-08-21 [colin]      3.7.2cvs21
1222
1223         * AUTHORS
1224         * src/gtk/authors.h
1225         * src/common/utils.c
1226                 Fix bug 1984: Add R�f. : reply prefix (french 
1227                 Lotus Notes); patch by Didier Barvaux
1228
1229 2009-08-21 [colin]      3.7.2cvs20
1230
1231         * src/codeconv.c
1232         * src/codeconv.h
1233                 Fix bug 1969, 'Bad guess for outgoing encoding'
1234                 Make sure the specific converters (japanese in
1235                 this case) can return success/error in strict
1236                 mode, instead of silently failing back to 
1237                 strncpy
1238
1239 2009-08-20 [holger]     3.7.2cvs19
1240
1241         * src/compose.c
1242         * src/compose.h
1243                 Make it possible for code outside
1244                 compose (e.g. plugins) to attach files
1245
1246 2009-08-20 [colin]      3.7.2cvs18
1247
1248         * src/main.c
1249                 Fix crash when accessing IMAP soon
1250
1251 2009-08-18 [colin]      3.7.2cvs17
1252
1253         * src/ldapquery.c
1254                 Maybe fix crash on non-existent LDAP server
1255
1256 2009-08-04 [colin]      3.7.2cvs16
1257
1258         * src/toolbar.c
1259                 Fix toolbar's spacing that breaks dark
1260                 themes (patch from http://blogs.igalia.com/aperez/
1261                 2009/07/making-claws-mail-look-better/)
1262
1263 2009-07-28 [colin]      3.7.2cvs15
1264
1265         * src/account.c
1266         * src/addrcustomattr.c
1267         * src/addressadd.c
1268         * src/addressbook_foldersel.c
1269         * src/addrgather.c
1270         * src/browseldap.c
1271         * src/compose.c
1272         * src/editbook.c
1273         * src/editgroup.c
1274         * src/editjpilot.c
1275         * src/editldap.c
1276         * src/editldap_basedn.c
1277         * src/edittags.c
1278         * src/editvcard.c
1279         * src/exphtmldlg.c
1280         * src/expldifdlg.c
1281         * src/export.c
1282         * src/foldersel.c
1283         * src/import.c
1284         * src/importldif.c
1285         * src/importmutt.c
1286         * src/importpine.c
1287         * src/prefs_actions.c
1288         * src/prefs_customheader.c
1289         * src/prefs_display_header.c
1290         * src/prefs_filtering.c
1291         * src/prefs_folder_column.c
1292         * src/prefs_matcher.c
1293         * src/prefs_summary_column.c
1294         * src/prefs_summary_open.c
1295         * src/prefs_template.c
1296         * src/textview.c
1297         * src/uri_opener.c
1298                 Fix bug 1950, 'Program freeze up during folder selection'
1299                 Don't leave hidden windows modal
1300
1301 2009-07-28 [colin]      3.7.2cvs14
1302
1303         * src/ldapquery.c
1304                 Fix bug 1957, 'LDAP errs out after searching too 
1305                 many search bases'
1306
1307 2009-07-28 [colin]      3.7.2cvs13
1308
1309         * src/summaryview.c
1310                 Fix bug 1966, '"Collapse all threads" slower than 
1311                 "Expand all threads"'
1312
1313 2009-07-28 [colin]      3.7.2cvs12
1314
1315         * src/common/session.c
1316                 Fix bug 1967, 'Claws gets stuck after accepting 
1317                 a certificate warning dialog'
1318
1319 2009-07-19 [paul]       3.7.2cvs11
1320
1321         * manual/plugins.xml
1322                 a few small changes to the English
1323
1324 2009-07-18 [mones]      3.7.2cvs10
1325
1326         * manual/plugins.xml
1327                 Add new bsfilter and fancy plugins to the docs
1328                 and a note about dealing with plugins of the same class
1329         * src/prefs_account.c
1330                 Fix extra space at the end typo
1331
1332 2009-07-16 [colin]      3.7.2cvs9
1333
1334         * src/summaryview.c
1335                 Fix wrong return without unlocking; thanks
1336                 to mupuf_
1337
1338 2009-07-14 [colin]      3.7.2cvs8
1339
1340         * src/imap.c
1341                 Fix bug 1954, 'Segfault on reading wrong STATUS'
1342
1343 2009-07-10 [colin]      3.7.2cvs7
1344
1345         * src/plugins/pgpcore/plugin.def
1346         * src/common/utils.h
1347                 Fix windows port
1348
1349 2009-07-10 [colin]      3.7.2cvs6
1350
1351         * src/prefs_display_header.c
1352                 Fix bug 1951, 'C-Mail dumps core when editing 
1353                 displayed headers'. Patch by Alexey Rusakov
1354
1355 2009-07-10 [colin]      3.7.2cvs5
1356
1357         * src/folderview.c
1358                 Fix bug 1952, 'Deleted mails in Queue folder 
1359                 highlight it'.
1360
1361 2009-07-09 [colin]      3.7.2cvs4
1362
1363         * src/gtk/spell_entry.c
1364                 Fix bug 1949, 'Spell checker doesn't recognise 
1365                 certain word in Subject header, but does in 
1366                 message body'. Patch by Pawel Pekala.
1367
1368 2009-07-09 [paul]       3.7.2cvs3
1369
1370         * configure.ac
1371                 use pkgconfig to check for the minimum required
1372                 version of GnuTLS
1373
1374 2009-07-06 [colin]      3.7.2cvs2
1375
1376         * src/prefs_customheader.c
1377                 Fix build failure
1378
1379 2009-07-04 [paul]       3.7.2cvs1
1380
1381         * tools/claws.i18n.status.pl
1382                 updated
1383
1384 2009-07-03 [paul]       3.7.2
1385
1386         * NEWS
1387         * README
1388         * RELEASE_NOTES 
1389                 3.7.2 released!
1390
1391 2009-07-03 [paul]       3.7.1cvs85
1392
1393         * AUTHORS
1394         * configure.ac
1395         * po/pt_PT.po
1396         * po/sk.po
1397         * src/gtk/authors.h
1398                 added new translations by Tiago Faria and Slavko
1399         * po/bg.po
1400         * po/cs.po
1401         * po/de.po
1402         * po/es.po
1403         * po/fi.po
1404         * po/fr.po
1405         * po/hu.po
1406         * po/id.po
1407         * po/it.po
1408         * po/ja.po
1409         * po/pt_BR.po
1410         * po/ru.po
1411                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1412                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1413                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1414                 Goncalves Guimaraes, Aleksei Miheev
1415
1416 2009-07-01 [colin]      3.7.1cvs84
1417
1418         * src/prefs_common.c
1419                 Fix bug 1940, 'Doesn't open links in 
1420                 user's default browser'. Turn the preference
1421                 to TRUE by default; that will only change the
1422                 behaviour for new users.
1423
1424 2009-06-29 [colin]      3.7.1cvs83
1425
1426         * src/filtering.c
1427         * src/filtering.h
1428         * src/prefs_filtering_action.c
1429                 Fix bug 1935, 'problems with very long filtering actions':
1430                 Use a dynamic buffer in action to string, and a bigger
1431                 buffer in string to action
1432
1433 2009-06-29 [colin]      3.7.1cvs82
1434
1435         * src/matcher_parser_lex.l
1436                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1437
1438 2009-06-29 [colin]      3.7.1cvs81
1439
1440         * src/addressbook.c
1441                 Fix warnings
1442         * src/editgroup.c
1443                 Fix crash (out-of-bounds tree column)
1444         * src/gtk/gtkcmctree.c
1445         * src/gtk/gtksctree.c
1446                 Prevent using an out-of-bounds tree column
1447
1448 2009-06-29 [colin]      3.7.1cvs80
1449
1450         * src/ldapupdate.c
1451         * src/ldif.c
1452                 Leak fixes; patch by Pawel Pekala.
1453
1454 2009-06-26 [colin]      3.7.1cvs79
1455
1456         * src/summaryview.c
1457                 Sort by msgnum if dates are equal
1458
1459 2009-06-24 [paul]       3.7.1cvs78
1460
1461         * src/summaryview.c
1462                 make some (forgotten) strings translatable
1463
1464 2009-06-19 [colin]      3.7.1cvs77
1465
1466         * src/summaryview.c
1467                 Fix menu sensitiveness
1468
1469 2009-06-18 [colin]      3.7.1cvs76
1470
1471         * configure.ac
1472         * src/plugins/pgpcore/sgpgme.c
1473         * src/plugins/pgpcore/sgpgme.h
1474         * src/plugins/pgpmime/mypgpcore.def
1475         * src/plugins/pgpmime/pgpmime.c
1476         * src/plugins/smime/mypgpcore.def
1477         * src/plugins/smime/smime.c
1478                 Use largefile support (and stop using our old GPGME
1479                 hack on gpgme_data_seek/rewind)
1480                 (See 1.9.12cvs44 to 46 - if this breaks things we 
1481                 should soon know :)
1482
1483 2009-06-13 [colin]      3.7.1cvs75
1484
1485         * src/gtk/spell_entry.c
1486                 Fix assertion. We can put a NULL gtkaspell to
1487                 an entry; it just means it won't be spell-checked.
1488
1489 2009-06-12 [mones]      3.7.1cvs74
1490
1491         * src/compose.c
1492         * src/messageview.c
1493         * src/prefs_account.c
1494         * src/prefs_account.h
1495         * src/common/utils.c
1496         * src/common/utils.h
1497                 Added preference to use account address in generated
1498                 Message-Id. Fixes Debian bug #531052
1499
1500 2009-06-12 [colin]      3.7.1cvs73
1501
1502         * src/common/ssl.c
1503                 Better fix, API-compatible with libgnutls13
1504
1505 2009-06-12 [colin]      3.7.1cvs72
1506
1507         * src/common/ssl.c
1508                 Use compatibility mode in GnuTLS, and avoid problems with 
1509                 servers that don't comply 100% with the spec, but still
1510                 exist.
1511
1512 2009-06-06 [iwkse]      3.7.1cvs71
1513
1514         * src/compose.c
1515                 Ops..revert a mix with another patch
1516
1517 2009-06-06 [iwkse]      3.7.1cvs70
1518
1519         * src/compose.c
1520                 A better fix for the previous commit's issue
1521
1522 2009-06-06 [iwkse]      3.7.1cvs69
1523
1524         * src/compose.c
1525                 Fix shutting down of Claws Mail while a GTK_Return keypress 
1526                 event is sent to the Attach property window
1527
1528 2009-06-05 [colin]      3.7.1cvs68
1529
1530         * src/compose.c
1531                 Fix build on GTK+ 2.6
1532
1533 2009-06-03 [mones]      3.7.1cvs67
1534
1535         * tools/make.themes.project
1536                 Oops! fix header, sorry Paul ;-)
1537
1538 2009-06-03 [mones]      3.7.1cvs66
1539
1540         * tools/make.themes.project
1541                 Add support for PNG themes and other
1542                 fixes i don't remember now... :)
1543
1544 2009-06-02 [colin]      3.7.1cvs65
1545
1546         * src/compose.c
1547         * src/prefs_template.c
1548         * src/quote_fmt.c
1549                 Fix error messages in templates, and fix their
1550                 checking
1551
1552 2009-05-22 [colin]      3.7.1cvs64
1553
1554         * src/compose.c
1555                 And remove hbox too
1556
1557 2009-05-22 [colin]      3.7.1cvs63
1558
1559         * src/compose.c
1560                 Fix phantom button behind entry when
1561                 changing fields via Tools/Reply mode.
1562
1563 2009-05-22 [colin]      3.7.1cvs62
1564
1565         * src/compose.c
1566                 Fix icon size
1567
1568 2009-05-21 [mones]      3.7.1cvs61
1569
1570         * src/compose.c
1571         * src/compose.h
1572                 Add button to empty header lines with one click
1573
1574 2009-05-21 [paul]       3.7.1cvs60
1575
1576         * src/mainwindow.c
1577         * src/mainwindow.h
1578         * src/plugins/trayicon/trayicon.c
1579                 when quitting from the trayicon, honour
1580                 prefs_common.clean_on_exit
1581
1582 2009-05-21 [paul]       3.7.1cvs59
1583
1584         * src/gtk/Makefile.am
1585                 remove duplicate entry
1586                 thanks to Charles A Edwards
1587
1588 2009-05-19 [paul]       3.7.1cvs58
1589
1590         * src/send_message.c
1591                 clear progressbar in the statusbar on 'Cancel'
1592
1593 2009-05-16 [colin]      3.7.1cvs57
1594
1595         * AUTHORS
1596         * src/gtk/authors.h
1597                 Add Fabian
1598
1599 2009-05-16 [colin]      3.7.1cvs56
1600
1601         * src/msgcache.c
1602                 Remove msgnum>0 condition for removing messages
1603                 from caches. There's no such condition on add.
1604                 Fixes bug 1913, 'Allow to remove phantom 
1605                 messages from the cache'; patch by Fabian
1606                 Keil <fk at fabiankeil.de>
1607
1608 2009-05-12 [holger]     3.7.1cvs55
1609
1610         * src/messageview.c
1611         * src/messageview.h
1612                 Introduce hook after showing of the message view
1613
1614 2009-05-11 [colin]      3.7.1cvs54
1615
1616         * src/compose.c
1617                 Fix bug 1872, 'A: Cc: CCi: selector should 
1618                 default on same as preceding contact'
1619
1620 2009-05-10 [holger]     3.7.1cvs53
1621
1622         * src/addr_compl.c
1623         * src/addr_compl.h
1624                 Add a hook to make it possible for plugins to
1625                 modify the address completion list
1626
1627 2009-05-06 [paul]       3.7.1cvs52
1628
1629         * src/folder.c
1630         * src/mimeview.c
1631                 fix bug 1915, 'Mails signed with smime.p7s
1632                 display both signed and attachment icon.'
1633
1634 2009-05-05 [colin]      3.7.1cvs51
1635
1636         * src/common/utils.c
1637                 Fix patch :)
1638
1639 2009-05-05 [colin]      3.7.1cvs50
1640
1641         * src/common/utils.c
1642                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
1643                 different mountpoint than tempdir'
1644
1645 2009-05-04 [colin]      3.7.1cvs49
1646
1647         * src/msgcache.c
1648                 Probably fix bug 1914, 'Crash reading
1649                 corrupted tags file'
1650
1651 2009-04-26 [paul]       3.7.1cvs48
1652
1653         * configure.ac
1654         * src/gtk/gtkaspell.h
1655                 fix bug 1904, 'build mechanism looks for
1656                 'enchant.h' in a wrong place'
1657
1658 2009-04-25 [paul]       3.7.1cvs47
1659
1660         * src/printing.c
1661                 gah! fix coding style!
1662
1663 2009-04-25 [paul]       3.7.1cvs46
1664
1665         * src/printing.c
1666         * src/toolbar.c
1667                 if building with GTK+ >= 2.16 use
1668                 gtk_orientable_set_orientation() instead of now
1669                 deprecated gtk_toolbar_set_orientation()
1670
1671 2009-04-24 [colin]      3.7.1cvs45
1672
1673         * src/compose.c
1674                 Ask before sending if an attached file has
1675                 disappeared.
1676
1677 2009-04-19 [paul]       3.7.1cvs44
1678
1679         * src/prefs_common.c
1680         * src/prefs_common.h
1681         * src/gtk/about.c
1682                 save About window size.
1683                 patch by Pawel Pekala
1684
1685 2009-04-12 [paul]       3.7.1cvs43
1686
1687         * tools/csv2addressbook.pl
1688                 add extra CSV fields that are now appended
1689                 by thunderbird (version 2.0.0.21)
1690
1691 2009-04-08 [colin]      3.7.1cvs42
1692
1693         * src/procmime.c
1694                 fix saving (but not displaying) of UTF-16
1695                 files
1696
1697 2009-04-08 [colin]      3.7.1cvs41
1698
1699         * src/gtk/manage_window.c
1700                 Disable transient windows on win32 - seems to
1701                 fix most focusing issues
1702
1703 2009-04-05 [colin]      3.7.1cvs40
1704
1705         * src/procmsg.c
1706                 Don't ask whether we want to send deleted mails in queue
1707                 folders; also, don't send deleted mails when flushing
1708                 queues
1709
1710 2009-04-04 [paul]       3.7.1cvs39
1711
1712         * AUTHORS
1713         * configure.ac
1714         * po/id.po
1715         * src/gtk/authors.h
1716         * tools/claws.i18n.status.pl
1717                 add new Indonesian translation, by
1718                 MSulchan Darmawan
1719
1720 2009-04-03 [paul]       3.7.1cvs38
1721
1722         * AUTHORS
1723         * src/gtk/authors.h
1724                 credit due
1725
1726 2009-04-03 [colin]      3.7.1cvs37
1727
1728         * src/compose.c
1729         * src/textview.c
1730                 Fix bug 1891, 'Add support for gopher:// links'
1731                 Patch by Jacob Head <clawsmail at jacob-head.com>
1732                 Let's go back to the roots! 
1733
1734 2009-04-03 [paul]       3.7.1cvs36
1735
1736         * m4/Makefile.am
1737                 complete cvs35
1738
1739 2009-04-03 [paul]       3.7.1cvs35
1740
1741         * configure.ac
1742                 add AC_CONFIG_MACRO_DIR([m4])
1743                 remove CLAWS_ACLOCAL_INCLUDE(m4)
1744         * m4/aclocal-include.m4
1745                 removed this now unneeded file
1746
1747 2009-04-02 [colin]      3.7.1cvs34
1748
1749         * src/common/utils.h
1750                 Fix previous (thanks to Marcus :)
1751
1752 2009-04-02 [colin]      3.7.1cvs33
1753
1754         * src/common/utils.h
1755         * src/etpan/etpan-thread-manager.c
1756                 pipe() was a macro from GLib on win32 until
1757                 glib 2.13.2. It's undefined after that.
1758                 Thanks to Marcus Brinkmann for the heads-up!
1759
1760 2009-03-31 [colin]      3.7.1cvs32
1761
1762         * src/folder_item_prefs.c
1763                 Copy folder settings with prefs
1764
1765 2009-03-31 [colin]      3.7.1cvs31
1766
1767         * src/prefs_account.c
1768                 Don't use un-sensitive checkboxes in Privacy tab
1769                 when privacy system in None (makes unchecking 
1770                 painful when no privacy plugin is loaded)
1771
1772 2009-03-30 [colin]      3.7.1cvs30
1773
1774         * src/folder.c
1775         * src/folder.h
1776         * src/imap.c
1777         * src/mainwindow.c
1778         * src/mainwindow.h
1779         * src/prefs_account.c
1780         * src/prefs_account.h
1781         * src/summaryview.c
1782         * src/summaryview.h
1783                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1784                 Add an option on the Receive page of IMAP account preferences:
1785                 "Move deleted mails to trash and expunge immediately". This
1786                 option defaults to TRUE to avoid changing the existing behaviour.
1787                 Setting it to FALSE prevents automatic expunging. 
1788                 Also, add Tools/Expunge and View/Hide deleted messages menu items
1789                 (View/Hide deleted message being a per-folder setting, and behaving,
1790                 like View/Hide read messages).
1791
1792 2009-03-30 [colin]      3.7.1cvs29
1793
1794         * src/imap.c
1795                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1796                 ask for IMAP password when using GSSAPI auth
1797
1798 2009-03-27 [colin]      3.7.1cvs28
1799
1800         * src/folder.c
1801                 Fix cvs14, make sure we mark non-existent caches dirty
1802                 (or they never get written)
1803
1804 2009-03-27 [colin]      3.7.1cvs27
1805
1806         * src/imap.c
1807                 Fix tag update when all tags are removed 
1808                 from another client
1809
1810 2009-03-25 [colin]      3.7.1cvs26
1811
1812         * configure.ac
1813                 Fix configure.ac, thanks to Pawel
1814
1815 2009-03-25 [colin]      3.7.1cvs25
1816
1817         * src/news.c
1818         * src/etpan/nntp-thread.c
1819                 Fix header fetching (NG/To/Cc). Fixes 
1820                 bug 1883, 'Message processing fails to 
1821                 act on Newsgroups: field'
1822
1823 2009-03-23 [colin]      3.7.1cvs24
1824
1825         * src/textview.c
1826                 Fix internal headers visible in queue/sent
1827
1828 2009-03-23 [colin]      3.7.1cvs23
1829
1830         * configure.ac
1831                 Fix check for RC (resource compiler) used
1832                 on win32 (AC_LIBTOOL_RC used to call it 
1833                 implicitely but stopped)
1834
1835 2009-03-19 [colin]      3.7.1cvs22
1836
1837         * src/toolbar.c
1838                 Put spam button in default toolbar even if
1839                 bogofilter and spamassassin are not built.
1840                 Other anti-spam plugin could exist! :)
1841         * src/common/utils.c
1842                 Fix exit status fetch on win32
1843
1844 2009-03-18 [paul]       3.7.1cvs21
1845
1846         * src/gtk/spell_entry.c
1847                 fix "[BUG] Wrong word replaced in 'Subject:'
1848                 when spell-checking correction used"
1849                 Patch by Pawel Pekala
1850
1851 2009-03-17 [colin]      3.7.1cvs20
1852
1853         * src/common/utils.c
1854                 Fix win32 build (from cvs12)
1855
1856 2009-03-17 [colin]      3.7.1cvs19
1857
1858         * src/compose.c
1859                 Fix bug 1735, 'Change To: and Newsgroups: 
1860                 recipient field according account type'
1861                 Patch by Pawel
1862
1863 2009-03-17 [colin]      3.7.1cvs18
1864
1865         * src/msgcache.c
1866         * src/prefs_common.c
1867         * src/prefs_common.h
1868         * src/prefs_other.c
1869         * src/common/prefs.c
1870                 Add preference for fsyncing metadata
1871
1872 2009-03-16 [paul]       3.7.1cvs17
1873
1874         * src/prefs_customheader.c
1875                 add forgotten #if HAVE_LIBCOMPFACE
1876
1877 2009-03-16 [paul]       3.7.1cvs16
1878
1879         * src/prefs_customheader.c
1880                 put the (X-)Face preview image below the up/down
1881                 buttons so they don't jump around.
1882                 make the list reorderable by drag'n'drop
1883
1884 2009-03-16 [colin]      3.7.1cvs15
1885
1886         * src/prefs_customheader.c
1887                 Add a (X-)Face preview. Patch by iwkse.
1888
1889 2009-03-16 [colin]      3.7.1cvs14
1890
1891         * src/compose.c
1892         * src/folder.c
1893         * src/folder.h
1894         * src/msgcache.c
1895         * src/common/prefs.c
1896                 Add fsync calls to make sure we don't
1897                 lose data on system crashes. (to do:
1898                 add a pref to allow people choosing raw
1899                 speed)
1900
1901 2009-03-15 [colin]      3.7.1cvs13
1902
1903         * src/gtk/gtkaspell.c
1904                 Fix empty menu when there are no
1905                 suggestions (using the Spelling menu)
1906
1907 2009-03-14 [colin]      3.7.1cvs12
1908
1909         * src/common/utils.c
1910                 Win32: fix subject prefix length
1911
1912 2009-03-11 [mones]      3.7.1cvs11
1913
1914         * po/es.po
1915                 fix encoding declared in header
1916                 update translation now we're at it
1917
1918 2009-03-10 [colin]      3.7.1cvs10
1919
1920         * src/messageview.c
1921                 Fix "wrong mime" message printed out multiple
1922                 times
1923
1924 2009-03-10 [colin]      3.7.1cvs9
1925
1926         * src/prefs_folder_item.c
1927                 Fix build
1928
1929 2009-03-09 [paul]       3.7.1cvs8
1930
1931         * src/prefs_folder_item.c
1932         * src/send_message.c
1933                 fixes to english text
1934
1935 2009-03-08 [paul]       3.7.1cvs7
1936
1937         * po/ja.po
1938                 correct errors in header
1939
1940 2009-03-08 [paul]       3.7.1cvs6
1941
1942         * AUTHORS
1943         * configure.ac
1944         * po/ja.po
1945         * src/gtk/authors.h
1946         * tools/claws.i18n.status.pl
1947                 add Japanese translation, submitted by kazken3
1948
1949 2009-03-07 [colin]      3.7.1cvs5
1950
1951         * src/messageview.c
1952                 Don't let the invalid MIME warning hide
1953                 other noticeview (Partial receive or 
1954                 return receipt).
1955
1956 2009-03-07 [colin]      3.7.1cvs4
1957
1958         * src/procmime.c
1959                 Fix build
1960
1961 2009-03-07 [colin]      3.7.1cvs3
1962
1963         * src/messageview.c
1964         * src/procmime.c
1965         * src/procmime.h
1966                 Handle mimeparts that lack an end boundary.
1967                 They're invalid but it's too annoying for
1968                 normal users to fix.
1969
1970 2009-03-06 [wwp]        3.7.1cvs2
1971
1972         * src/compose.c
1973         * src/folder_item_prefs.c
1974         * src/folder_item_prefs.h
1975         * src/prefs_folder_item.c
1976                 Add per-folder default cc, bcc and reply-to.
1977
1978 2009-03-06 [colin]      3.7.1cvs1
1979
1980         * src/gedit-print.c
1981         * src/gtk/gtksourceprintjob.c
1982                 Fix build with old print interface
1983
1984 2009-03-06 [paul]       3.7.1
1985
1986         * NEWS
1987         * README
1988         * RELEASE_NOTES 
1989                 3.7.1 released!
1990
1991 2009-03-06 [paul]       3.7.0cvs78
1992
1993         * po/cs.po
1994         * po/de.po
1995         * po/fi.po
1996         * po/fr.po
1997         * po/hu.po
1998         * po/nl.po
1999         * po/pt_BR.po
2000         * po/sv.po
2001         * po/zh_CN.po
2002                 updated by David Vachulka, Stephan Sachse, Flammie
2003                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2004                 Frederico Goncalves Guimaraes, Lars Persson Fink,
2005                 and Ralph Young
2006
2007 2009-03-03 [colin]      3.7.0cvs77
2008
2009         * src/prefs_filtering.c
2010                 Win32: Fix bug 1865, 'IMAP account name changes 
2011                 are not followed at filter actions'
2012
2013 2009-03-02 [colin]      3.7.0cvs76
2014
2015         * src/imap.c
2016                 Fix Launchpad bug 335571: 'claws-mail crashed 
2017                 with SIGSEGV in strlen() while deleting 
2018                 large amount of e-mails on IMAP account
2019
2020 2009-02-27 [mones]      3.7.0cvs75
2021
2022         * manual/es/account.xml
2023         * manual/es/ack.xml
2024         * manual/es/addrbook.xml
2025         * manual/es/advanced.xml
2026         * manual/es/claws-mail-manual.xml
2027         * manual/es/faq.xml
2028         * manual/es/glossary.xml
2029         * manual/es/gpl.xml
2030         * manual/es/handling.xml
2031         * manual/es/intro.xml
2032         * manual/es/keyboard.xml
2033         * manual/es/plugins.xml
2034         * manual/es/starting.xml
2035                 Sync with English version, fix some typos
2036                 Changed encoding to UTF-8
2037         * po/es.po
2038                 Update for release, changed encoding to UTF-8
2039
2040 2009-02-24 [colin]      3.7.0cvs74
2041
2042         * src/printing.c
2043                 Don't print separation line if there
2044                 are no headers
2045
2046 2009-02-23 [cleroy]     3.7.0cvs73
2047
2048         * src/account.c
2049         * src/action.c
2050         * src/addr_compl.c
2051         * src/addrbook.c
2052         * src/addrcache.c
2053         * src/addrcindex.c
2054         * src/addrclip.c
2055         * src/addrduplicates.c
2056         * src/addressadd.c
2057         * src/addressbook.c
2058         * src/addressbook_foldersel.c
2059         * src/addrharvest.c
2060         * src/addrindex.c
2061         * src/addritem.c
2062         * src/addrquery.c
2063         * src/addrselect.c
2064         * src/codeconv.c
2065         * src/compose.c
2066         * src/customheader.c
2067         * src/editaddress.c
2068         * src/editaddress_other_attributes_ldap.c
2069         * src/editgroup.c
2070         * src/editldap.c
2071         * src/enriched.c
2072         * src/exporthtml.c
2073         * src/exportldif.c
2074         * src/filtering.c
2075         * src/folder.c
2076         * src/foldersel.c
2077         * src/folderutils.c
2078         * src/folderview.c
2079         * src/gedit-print.c
2080         * src/html.c
2081         * src/imap.c
2082         * src/imap_gtk.c
2083         * src/inc.c
2084         * src/jpilot.c
2085         * src/ldapctrl.c
2086         * src/ldapquery.c
2087         * src/ldapserver.c
2088         * src/ldapupdate.c
2089         * src/ldif.c
2090         * src/localfolder.c
2091         * src/main.c
2092         * src/mainwindow.c
2093         * src/matcher.c
2094         * src/mbox.c
2095         * src/messageview.c
2096         * src/mh.c
2097         * src/mh_gtk.c
2098         * src/mimeview.c
2099         * src/msgcache.c
2100         * src/mutt.c
2101         * src/news.c
2102         * src/news_gtk.c
2103         * src/noticeview.c
2104         * src/pine.c
2105         * src/pop.c
2106         * src/prefs_account.c
2107         * src/prefs_actions.c
2108         * src/prefs_common.c
2109         * src/prefs_filtering.c
2110         * src/prefs_filtering_action.c
2111         * src/prefs_folder_column.c
2112         * src/prefs_folder_item.c
2113         * src/prefs_gtk.c
2114         * src/prefs_matcher.c
2115         * src/prefs_quote.c
2116         * src/prefs_send.c
2117         * src/prefs_summaries.c
2118         * src/prefs_summary_column.c
2119         * src/prefs_template.c
2120         * src/prefs_themes.c
2121         * src/prefs_toolbar.c
2122         * src/printing.c
2123         * src/privacy.c
2124         * src/procheader.c
2125         * src/procmime.c
2126         * src/procmsg.c
2127         * src/quote_fmt.c
2128         * src/remotefolder.c
2129         * src/send_message.c
2130         * src/sourcewindow.c
2131         * src/statusbar.c
2132         * src/stock_pixmap.c
2133         * src/summary_search.c
2134         * src/summaryview.c
2135         * src/textview.c
2136         * src/toolbar.c
2137         * src/undo.c
2138         * src/uri_opener.c
2139         * src/vcard.c
2140         * src/common/base64.c
2141         * src/common/claws.c
2142         * src/common/hooks.c
2143         * src/common/plugin.c
2144         * src/common/prefs.c
2145         * src/common/session.c
2146         * src/common/smtp.c
2147         * src/common/socket.c
2148         * src/common/string_match.c
2149         * src/common/stringtable.c
2150         * src/common/utils.c
2151         * src/common/utils.h
2152         * src/common/xml.c
2153         * src/common/xmlprops.c
2154         * src/gtk/colorlabel.c
2155         * src/gtk/combobox.c
2156         * src/gtk/foldersort.c
2157         * src/gtk/gtkaspell.c
2158         * src/gtk/gtkcmclist.c
2159         * src/gtk/gtkcmctree.c
2160         * src/gtk/gtkcmoptionmenu.c
2161         * src/gtk/gtksctree.c
2162         * src/gtk/gtkshruler.c
2163         * src/gtk/gtksourceprintjob.c
2164         * src/gtk/gtkutils.c
2165         * src/gtk/gtkvscrollbutton.c
2166         * src/gtk/logwindow.c
2167         * src/gtk/menu.c
2168         * src/gtk/pluginwindow.c
2169         * src/gtk/prefswindow.c
2170         * src/gtk/quicksearch.c
2171         * src/gtk/spell_entry.c
2172         * src/plugins/pgpcore/select-keys.c
2173         * src/plugins/pgpinline/pgpinline.c
2174         * src/plugins/pgpmime/pgpmime.c
2175         * src/plugins/smime/smime.c
2176         * src/plugins/spamassassin/spamassassin_gtk.c
2177                 Mass commit changing g_return_* to cm_return_*
2178                 and making these more interesting
2179
2180 2009-02-23 [colin]      3.7.0cvs72
2181
2182         * src/imap.c
2183                 Always initialise error code to no error
2184
2185 2009-02-23 [colin]      3.7.0cvs71
2186
2187         * src/imap.c
2188                 Fix separator substitution
2189
2190 2009-02-23 [colin]      3.7.0cvs70
2191
2192         * src/stock_pixmap.c
2193         * src/gtk/colorlabel.c
2194                 don't use g_return on normal checks
2195
2196 2009-02-22 [colin]      3.7.0cvs69
2197
2198         * src/addressbook.c
2199         * src/procmime.c
2200                 More fixes
2201
2202 2009-02-22 [colin]      3.7.0cvs68
2203
2204         * src/addrduplicates.c
2205         * src/addressbook.c
2206         * src/addrharvest.c
2207         * src/codeconv.c
2208         * src/compose.c
2209         * src/filtering.c
2210         * src/folder.c
2211         * src/imap.c
2212         * src/imap_gtk.c
2213         * src/importldif.c
2214         * src/jpilot.c
2215         * src/mainwindow.c
2216         * src/matcher.c
2217         * src/mbox.c
2218         * src/messageview.c
2219         * src/mh_gtk.c
2220         * src/prefs_common.c
2221         * src/prefs_filtering.c
2222         * src/prefs_gtk.c
2223         * src/printing.c
2224         * src/privacy.c
2225         * src/procmime.c
2226         * src/procmsg.c
2227         * src/summaryview.c
2228         * src/textview.c
2229         * src/undo.c
2230         * src/wizard.c
2231         * src/common/md5.c
2232         * src/common/socket.c
2233         * src/common/template.c
2234         * src/etpan/imap-thread.c
2235         * src/gtk/gtkaspell.c
2236         * src/gtk/gtkcmctree.c
2237         * src/gtk/gtksctree.c
2238         * src/gtk/inputdialog.c
2239         * src/plugins/pgpcore/sgpgme.c
2240         * src/plugins/pgpmime/pgpmime.c
2241         * src/plugins/smime/smime.c
2242         * src/plugins/spamassassin/spamassassin.c
2243                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2244                 uninitialised accesses
2245
2246 2009-02-17 [colin]      3.7.0cvs67
2247
2248         * src/compose.c
2249                 Disable controls during queuing
2250
2251 2009-02-15 [colin]      3.7.0cvs66
2252
2253         * src/privacy.c
2254         * src/plugins/pgpcore/select-keys.c
2255         * src/plugins/pgpcore/sgpgme.c
2256                 Disable use of disabled keys
2257
2258 2009-02-15 [colin]      3.7.0cvs65
2259
2260         * src/folderview.c
2261         * src/summaryview.c
2262                 Fix font updating after changing 
2263                 prefs_common.derive_from_normal_font
2264
2265 2009-02-12 [paul]       3.7.0cvs64
2266
2267         * src/addressitem.h
2268         * src/export.h
2269         * src/headerview.c
2270         * src/headerview.h
2271         * src/common/version.h.in
2272         * src/gtk/about.h
2273         * src/gtk/menu.c
2274         * src/gtk/menu.h
2275                 more copyright header fixes
2276
2277 2009-02-12 [paul]       3.7.0cvs63
2278
2279         * src/gtk/progressdialog.c
2280         * src/gtk/progressdialog.h
2281                 fix copyright header
2282
2283 2009-02-12 [paul]       3.7.0cvs62
2284
2285         * src/gtk/spell_entry.c
2286         * src/gtk/spell_entry.h
2287                 better, more standard copyright header
2288
2289 2009-02-12 [paul]       3.7.0cvs61
2290
2291         * src/gtk/spell_entry.c
2292         * src/gtk/spell_entry.h
2293                 changes to copyright header
2294
2295 2009-02-12 [paul]       3.7.0cvs60
2296
2297         * src/gtk/spell_entry.c
2298         * src/gtk/spell_entry.h
2299                 fix broken build
2300
2301 2009-02-11 [colin]      3.7.0cvs59
2302
2303         * src/gtk/spell_entry.c
2304         * src/gtk/spell_entry.h
2305                 Forgot to add files
2306
2307 2009-02-11 [colin]      3.7.0cvs58
2308
2309         * src/compose.c
2310         * src/gtk/Makefile.am
2311         * src/gtk/gtkaspell.c
2312         * src/gtk/gtkaspell.h
2313                 Add spellcheck to subject. Patch by
2314                 Pawel.
2315
2316 2009-02-10 [holger]     3.7.0cvs57
2317
2318         * src/printing.c
2319         * src/common/defs.h
2320                 Move filename define for printing page setup cache to defs.h
2321
2322 2009-02-08 [mones]      3.7.0cvs56
2323
2324         * src/matcher.h
2325                 Fix build for bison 2.4.1
2326
2327 2009-02-06 [holger]     3.7.0cvs55
2328
2329         * src/prefs_common.c
2330         * src/prefs_common.h
2331         * src/printing.c
2332                 Fix restoring of custom page setups for printing by
2333                 temporarily caching the settings.
2334                 This is a workaround for Gnome Bug #39018, and fixes
2335                 Claws Mail Bug #1840.
2336
2337 2009-02-06 [colin]      3.7.0cvs54
2338
2339         * src/mainwindow.c
2340                 Fix hardcoded Shift-Q quits. Fixes
2341                 bug 1838, 'Claws-Mail sometimes quits 
2342                 when attempting to type a capital Q'
2343
2344 2009-01-31 [paul]       3.7.0cvs53
2345
2346         * src/compose.c
2347                 revert 3.7.0cvs49, until there is time to find out
2348                 why it causes a nasty crash!
2349
2350 2009-01-31 [paul]       3.7.0cvs52
2351
2352         * src/mainwindow.c
2353                 1 string that was forgotten for translation
2354
2355 2009-01-31 [paul]       3.7.0cvs51
2356
2357         * src/messageview.c
2358                 2 strings that were forgotten for translation
2359
2360 2009-01-31 [paul]       3.7.0cvs50
2361
2362         * src/gtk/prefswindow.c
2363                 build prefs tree in a slightly smarter way -
2364                 fix bug where if path[0] had same name as
2365                 path[1], (like in the de translation), path[1]
2366                 was lost and not shown in the window
2367
2368 2009-01-31 [paul]       3.7.0cvs49
2369
2370         * src/compose.c
2371                 fix bug 1836, 'Quoted text still blue after
2372                 removal of quote-character'
2373                 comment out some debug_print's that needlessly
2374                 slow things down
2375         * src/undo.c
2376                 comment out a debug_print that needlessly slows
2377                 things down
2378
2379 2009-01-31 [paul]       3.7.0cvs48
2380
2381         * src/summaryview.c
2382                 fix bug 1834, '"semi"-selection when collapsing thread'
2383
2384 2009-01-31 [paul]       3.7.0cvs47
2385
2386         * src/prefs_compose_writing.c
2387         * src/prefs_message.c
2388                 move 'quote_chars' pref to where it should be
2389
2390 2009-01-30 [paul]       3.7.0cvs46
2391
2392         * src/summaryview.c
2393                 fix updating of popup menu sensitivity
2394
2395 2009-01-28 [paul]       3.7.0cvs45
2396
2397         * tools/filter_conv_new.pl
2398                 move 'move' and 'delete' to end of @actions
2399                 so that they are always final actions in the
2400                 generated filtering rule
2401
2402 2009-01-27 [paul]       3.7.0cvs44
2403
2404         * src/messageview.c
2405                 always select text/calendar mimepart if suitable
2406                 plugin (i.e. vCalendar) is available
2407
2408 2009-01-27 [paul]       3.7.0cvs43
2409
2410         * src/folder.c
2411                 fix crash when right-clicking in summaryview when
2412                 processing is active
2413
2414 2009-01-22 [colin]      3.7.0cvs42
2415
2416         * src/compose.c
2417         * src/privacy.c
2418         * src/privacy.h
2419                 When replying to signed/encrypted mail and the
2420                 preference to sign/encrypt in this case is set,
2421                 choose the original mail's privacy system (if
2422                 available).
2423
2424 2009-01-21 [colin]      3.7.0cvs41
2425
2426         * src/addressbook.h
2427                 Fix warning (on-the-fly theming of
2428                 addressbook isn't complete yet)
2429
2430 2009-01-21 [colin]      3.7.0cvs40
2431
2432         * src/account.c
2433         * src/addressbook.c
2434                 Win32: Fix window placement
2435
2436 2009-01-21 [paul]       3.7.0cvs39
2437
2438         * src/inc.c
2439                 update timeout log msg
2440
2441 2009-01-17 [colin]      3.7.0cvs38
2442
2443         * src/main.c
2444         * src/mbox.c
2445         * src/common/md5.c
2446         * src/common/utils.c
2447         * src/etpan/imap-thread.c
2448                 Fix g_open calls (which don't ignore mode)
2449
2450 2009-01-17 [colin]      3.7.0cvs37
2451
2452         * src/addressbook.c
2453         * src/compose.c
2454         * src/foldersel.c
2455         * src/main.c
2456         * src/mainwindow.c
2457         * src/mbox.c
2458         * src/common/md5.c
2459         * src/common/ssl_certificate.c
2460         * src/common/tags.c
2461         * src/common/utils.c
2462         * src/etpan/imap-thread.c
2463         * src/plugins/bogofilter/bogofilter.c
2464         * src/plugins/pgpinline/pgpinline.c
2465         * src/plugins/smime/smime.c
2466                 Probably fix bug 1825, 'Unable to fetch messages from 
2467                 IMAP folders named with non-ASCII string'
2468                 Change remaining occurences of fopen and open with
2469                 g_fopen and g_open
2470
2471 2009-01-17 [paul]       3.7.0cvs36
2472
2473         * manual/faq.xml
2474                 update an old, outdated piece of info
2475
2476 2009-01-17 [paul]       3.7.0cvs35
2477
2478         * src/prefs_folder_item.c
2479                 fix bug where saving Folder Properties of a
2480                 sub-folder of outbox, queue, draft or trash
2481                 would change its parent's folder type to normal
2482
2483 2009-01-12 [mones]      3.7.0cvs34
2484
2485         * po/es.po
2486                 Updated translation
2487
2488 2009-01-12 [wwp]        3.7.0cvs33
2489
2490         * tools/fix_date.sh
2491         * tools/popfile-link.sh
2492         * tools/textviewer.sh
2493                 Fix bashisms and other portability glitches (thanks to
2494                 Steven M. Bellovin).
2495
2496 2009-01-11 [paul]       3.7.0cvs32
2497
2498         * src/addrindex.c
2499                 clean up some build warnings
2500
2501 2009-01-11 [colin]      3.7.0cvs31
2502
2503         * src/addrindex.c
2504                 Revert part of patch 3.7.0cvs29 
2505                 This function is used when jpilot
2506                 support is disabled
2507
2508 2009-01-11 [colin]      3.7.0cvs30
2509
2510         * src/folder.c
2511                 folder_find_child_item_by_name():
2512                 actually use name, not path's basename
2513
2514 2009-01-11 [paul]       3.7.0cvs29
2515
2516         * src/addrclip.c
2517         * src/addrindex.c
2518         * src/addritem.c
2519         * src/foldersel.h
2520         * src/folderview.c
2521         * src/prefs_folder_item.c
2522                 clean up some build warnings
2523
2524 2009-01-11 [paul]       3.7.0cvs28
2525
2526         * src/gtk/about.c
2527                 don't even mention printing support, assume its
2528                 presence, unless building with GTK+ < 2.10.0
2529
2530 2009-01-10 [colin]      3.7.0cvs27
2531
2532         * src/codeconv.c
2533                 Fix bug 1811, '[mime] Crash when there's no 
2534                 room for filename's start on the same line'
2535                 When the mimetype of the attachment is very 
2536                 long, there's no room at all to start the 
2537                 name=... parameter on the same line. This
2538                 caused an infinite loop as 0 characters of
2539                 the filename could be appended.
2540                 In such cases, insert linebreak before the
2541                 name parameter.
2542
2543 2009-01-09 [colin]      3.7.0cvs26
2544
2545         * src/compose.c
2546         * src/mainwindow.c
2547         * src/common/utils.c
2548                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
2549                 Compose Window does not attach'
2550
2551 2009-01-09 [colin]      3.7.0cvs25
2552
2553         * src/foldersel.c
2554                 Fix bug 1817, 'Changing Themes does not 
2555                 update the pixmaps in "Select folder" 
2556                 dialog box'
2557
2558 2009-01-09 [colin]      3.7.0cvs24
2559
2560         * src/main.c
2561                 Win32: Fix bug 1816, 'Attaching files with 
2562                 command-line generates error after attaching'
2563
2564 2009-01-09 [paul]       3.7.0cvs23
2565
2566         * src/gtk/about.c
2567                 forgot this '2009' in last commit
2568
2569 2009-01-09 [paul]       3.7.0cvs22
2570
2571         * src/*/*.[c,h]
2572                 it's 2009!
2573                 update copyright headers
2574
2575 2009-01-09 [paul]       3.7.0cvs21
2576
2577         * doc/man/claws-mail.1
2578                 update Team list
2579
2580 2009-01-09 [colin]      3.7.0cvs20
2581
2582         * src/messageview.c
2583                 Fix bug 1814, 'Windows' WM badly places 
2584                 message view'
2585
2586 2009-01-09 [colin]      3.7.0cvs19
2587
2588         * src/prefs_themes.c
2589         * src/stock_pixmap.c
2590         * src/stock_pixmap.h
2591         * src/common/utils.c
2592         * src/common/utils.h
2593                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2594
2595 2009-01-08 [colin]      3.7.0cvs18
2596
2597         * src/mimeview.c
2598                 Win32: Fix bug 1810, 'Pressing 'o' key 
2599                 crashes CM'
2600
2601 2009-01-07 [colin]      3.7.0cvs17
2602
2603         * src/html.c
2604                 Fix bug 1432, '&amp; not escaped in links (HTML 
2605                 rendered as text)'
2606
2607 2009-01-06 [colin]      3.7.0cvs16
2608
2609         * src/plugins/pgpcore/select-keys.c
2610                 Warn translators the usual way about
2611                 accels
2612
2613 2009-01-06 [colin]      3.7.0cvs15
2614
2615         * src/mainwindow.c
2616                 Fix synchronisation dialog that shouldn't
2617                 appear when network goes down (Network
2618                 Manager)
2619         * src/mimeview.c
2620         * src/textview.c
2621                 Fix save as when attach_save_dir isn't set
2622                 fixes bug 1804, 'attach_save_directory does 
2623                 not default to $HOME'
2624         * src/plugins/pgpcore/select-keys.c
2625                 Add mnemonics to buttons - warn translators!
2626
2627 2009-01-06 [wwp]        3.7.0cvs14
2628
2629         * src/common/utils.c
2630                 Fix cvs13, thanks to Colin.
2631
2632 2009-01-06 [wwp]        3.7.0cvs13
2633
2634         * src/common/utils.c
2635                 Better support for Spanish Outlook replies (RES).
2636
2637 2009-01-02 [colin]      3.7.0cvs12
2638
2639         * src/folderview.c
2640                 Fix (+) sign after collapsed folder names that 
2641                 have quicksearch-matching children.
2642                 Fixes bug 1506, 'Recursive search in collapsed 
2643                 folders'
2644
2645 2009-01-02 [colin]      3.7.0cvs11
2646
2647         * src/stock_pixmap.c
2648         * src/stock_pixmap.h
2649                 Remove now-unused stock_pixmap_gdk
2650
2651 2009-01-02 [colin]      3.7.0cvs10
2652
2653         * src/gtk/gtkutils.c
2654         * src/pixmaps/claws-mail_icon.xpm
2655                 Use pixbuf for app icon, and make the app icon
2656                 a bit nicer
2657
2658 2009-01-02 [colin]      3.7.0cvs9
2659
2660         * src/uri_opener.c
2661                 Show both link title and URI if possible
2662
2663 2009-01-02 [colin]      3.7.0cvs8
2664
2665         * src/addressadd.c
2666         * src/addressbook.c
2667         * src/addressbook_foldersel.c
2668         * src/addressitem.h
2669         * src/folderview.c
2670         * src/grouplistdialog.c
2671         * src/importldif.c
2672         * src/mimeview.c
2673         * src/summaryview.c
2674         * src/gtk/gtkcmclist.c
2675         * src/gtk/gtkcmclist.h
2676         * src/gtk/gtkcmctree.c
2677         * src/gtk/gtkcmctree.h
2678         * src/gtk/gtksctree.c
2679         * src/gtk/gtksctree.h
2680                 Implement pixbuf rendering in tree widgets
2681                 instead of pixmaps
2682         * src/plugins/trayicon/trayicon.c
2683         * src/noticeview.c
2684         * src/prefs_themes.c
2685                 Use pixbuf rendering here too
2686
2687 2008-12-30 [paul]       3.7.0cvs7
2688
2689         * src/textview.c
2690                 no need to prematurely trim the uri in the statusbar
2691
2692 2008-12-29 [paul]       3.7.0cvs6
2693
2694         * src/procmsg.c
2695                 prefer List-Id header to X-* headers when creating
2696                 filter rule automatically
2697
2698 2008-12-28 [colin]      3.7.0cvs5
2699
2700         * src/compose.c
2701                 Set minimum height to 440 instead of 480
2702
2703 2008-12-22 [colin]      3.7.0cvs4
2704
2705         * src/compose.c
2706                 Fix bug 1799, '"Discard message" deletes manually 
2707                 saved draft'. Switch rmode to REEDIT after 
2708                 manually saving.
2709
2710 2008-12-21 [paul]       3.7.0cvs3
2711
2712         * tools/claws.i18n.status.pl
2713                 updates
2714
2715 2008-12-21 [paul]       3.7.0cvs2
2716
2717         * AUTHORS
2718         * src/gtk/authors.h
2719                 (more) updates
2720
2721 2008-12-21 [paul]       3.7.0cvs1
2722
2723         * AUTHORS
2724         * src/gtk/authors.h
2725                 updates
2726
2727 2008-12-19 [paul]       3.7.0
2728
2729         * NEWS
2730         * README
2731         * RELEASE_NOTES 
2732                 3.7.0 released!
2733
2734 2008-12-19 [paul]       3.6.1cvs80
2735
2736         * configure.ac
2737                 remove unmaintained sk and sr from ALL_LINGUAS
2738                 add newly maintained cs to ALL_LINGUAS
2739         * po/bg.po
2740         * po/ca.po
2741         * po/cs.po
2742         * po/de.po
2743         * po/fi.po
2744         * po/hu.po
2745         * po/nl.po
2746         * po/pt_BR.po
2747         * po/ru.po
2748         * po/sv.po
2749                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2750                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2751                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2752                 Persson Fink
2753
2754 2008-12-16 [colin]      3.6.1cvs79
2755
2756         * src/plugins/pgpcore/sgpgme.c
2757                 Fix warning
2758
2759 2008-12-15 [colin]      3.6.1cvs78
2760
2761         * src/compose.c
2762         * src/privacy.c
2763         * src/privacy.h
2764         * src/plugins/pgpcore/sgpgme.c
2765         * src/plugins/pgpcore/sgpgme.h
2766         * src/plugins/pgpinline/pgpinline.c
2767         * src/plugins/pgpmime/pgpmime.c
2768         * src/plugins/smime/smime.c
2769                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
2770                 email address" doesn't work'. Use custom from address
2771                 if set
2772
2773 2008-12-15 [colin]      3.6.1cvs77
2774
2775         * src/common/utils.c
2776                 Fix bug 1746, 'Makes a mailto link from several 
2777                 paragraphs'
2778
2779 2008-12-15 [paul]       3.6.1cvs76
2780
2781         * m4/spamassassin.m4
2782                 fix warnings thrown up by autoconf-2.63
2783
2784 2008-12-13 [colin]      3.6.1cvs75
2785
2786         * Makefile.am
2787         * src/Makefile.am
2788         * src/common/ssl.c
2789         * src/common/utils.c
2790         * src/common/utils.h
2791         * tools/Makefile.am
2792                 Finish previous patch
2793
2794 2008-12-13 [colin]      3.6.1cvs74
2795
2796         * tools/Makefile.am
2797                 Only install certs on windows
2798
2799 2008-12-13 [colin]      3.6.1cvs73
2800
2801         * tools/Makefile.am
2802         * tools/ca-certificates.crt
2803         * src/common/Makefile.am
2804         * src/common/ssl.c
2805                 First try to ship SSL certificates in Windows
2806                 build
2807
2808 2008-12-12 [colin]      3.6.1cvs72
2809
2810         * configure.ac
2811         * src/plugins/pgpinline/claws.def
2812                 Windows build fixes
2813
2814 2008-12-12 [paul]       3.6.1cvs71
2815
2816         * src/imap.c
2817         * src/mh.c
2818         * src/partial_download.c
2819         * src/textview.c
2820         * src/common/claws.c
2821         * src/common/prefs.c
2822         * src/common/utils.c
2823                 win32: fix unlinking, renaming and bug with
2824                 non-ascii username
2825                 Patch by Colin
2826
2827 2008-12-11 [colin]      3.6.1cvs70
2828
2829         * po/fr.po
2830         * manual/fr/advanced.xml
2831                 Update french translations
2832
2833 2008-12-10 [colin]      3.6.1cvs69
2834
2835         * manual/faq.xml
2836                 Correct bug submission guidelines
2837
2838 2008-12-10 [colin]      3.6.1cvs68
2839
2840         * src/plugins/pgpcore/pgp_viewer.c
2841                 Fix bug 1736, 'Key import does not work'
2842                 Kill the correct pid (and not the parent
2843                 shell), and increase the timeout a bit.
2844
2845 2008-12-09 [paul]       3.6.1cvs67
2846
2847         * src/messageview.c
2848                 ensure that any stray noticeview buttons are hidden,
2849                 as clicking them causes segfaults!
2850
2851 2008-12-09 [colin]      3.6.1cvs66
2852
2853         * src/compose.c
2854         * src/compose.h
2855         * src/folder_item_prefs.h
2856         * src/prefs_common.c
2857         * src/prefs_common.h
2858         * src/common/defs.h
2859                 Fix bug 1792, '"Save Message to" should 
2860                 retain list of recently selected folders'
2861                 Also, make Enchant-related prefs stick
2862                 even if the build doesn't enable enchant
2863
2864 2008-12-09 [paul]       3.6.1cvs65
2865
2866         * src/messageview.c
2867                 fix bug 1787, 'Prevent automatic PGP inline
2868                 decryption attempts' use the noticeview to display
2869                 decryption failure messages instead of the irritating
2870                 popup dialog
2871
2872 2008-12-09 [colin]      3.6.1cvs64
2873
2874         * src/prefs_filtering.c
2875                 Fix bug 1789, 'filtering account selection 
2876                 (regression)'. Filtering on sending-only
2877                 accounts can be a little useful when using
2878                 filtering via Tools menu.
2879
2880 2008-12-07 [paul]       3.6.1cvs63
2881
2882         * src/prefs_actions.c
2883                 don't auto-select first entry (same as other
2884                 similar dialogs)
2885         * src/gtk/pluginwindow.c
2886                 these parents don't have children so don't look
2887                 for them
2888
2889 2008-12-07 [paul]       3.6.1cvs62
2890
2891         * src/prefs_account.c
2892         * src/gtk/pluginwindow.c
2893         * src/gtk/prefswindow.c
2894         * src/gtk/prefswindow.h
2895                 auto-select first page
2896
2897 2008-12-05 [colin]      3.6.1cvs61
2898
2899         * src/codeconv.c
2900         * src/procmime.c
2901                 Fix bug 1788, 'CM crashes re-encoding 
2902                 encoded parameters' (introduced in cvs40)
2903
2904 2008-12-05 [paul]       3.6.1cvs60
2905
2906         * src/prefs_common.h
2907                 remove gpg prefs that are no longer needed here
2908
2909 2008-12-03 [colin]      3.6.1cvs59
2910
2911         * src/msgcache.c
2912                 Speed up cache reading (about 10% gain)
2913         * src/summaryview.c
2914         * src/gtk/gtksctree.c
2915                 Speed up expand/collapse all threads
2916                 (about 95% gain)
2917
2918 2008-12-03 [paul]       3.6.1cvs58
2919
2920         * configure.ac
2921                 eradicate gcc4's signedness warnings
2922                 fix building with gnuTLS on (Open)Solaris
2923
2924 2008-12-01 [colin]      3.6.1cvs57
2925
2926         * src/gtk/gtkcmclist.c
2927                 Fix column headers
2928
2929 2008-12-01 [colin]      3.6.1cvs56
2930
2931         * src/plugins/pgpinline/pgpinline.c
2932                 Fix bug 1779, 'PGP Inline badly handles 
2933                 multipart'. Properly dump the current part
2934                 instead of running around with scissors
2935
2936 2008-11-30 [paul]       3.6.1cvs55
2937
2938         * manual/advanced.xml
2939         * manual/plugins.xml
2940         * src/prefs_toolbar.c
2941                 remove the verb from the page title and
2942                 update references in the manual
2943
2944 2008-11-30 [paul]       3.6.1cvs54
2945
2946         * src/prefs_other.c
2947                 move Other/ page to Other/Miscellaneous
2948         * src/gtk/prefswindow.c
2949                 make parent page unselectable
2950
2951 2008-11-29 [paul]       3.6.1cvs53
2952
2953         * README
2954                 add the new 'primary_paste_unselects' hidden
2955                 option, add missing 'log_[...]_color' options,
2956                 and reformat the text
2957         * manual/advanced.xml
2958                 add the new 'primary_paste_unselects' hidden
2959                 option, add missing 'log_[...]_color' options
2960
2961 2008-11-28 [colin]      3.6.1cvs52
2962
2963         * src/mimeview.c
2964                 Fix leak
2965
2966 2008-11-28 [colin]      3.6.1cvs51
2967
2968         * po/fr.po
2969                 Update translation
2970
2971 2008-11-28 [colin]      3.6.1cvs50
2972
2973         * src/mainwindow.c
2974                 Fix account selection in Mailing list
2975                 menu
2976
2977 2008-11-28 [paul]       3.6.1cvs49
2978
2979         * po/Makefile.in.in
2980                 automatically remove obsolete strings
2981
2982 2008-11-28 [colin]      3.6.1cvs48
2983
2984         * src/plugins/pgpcore/sgpgme.c
2985                 Fix error message when key isn't available.
2986
2987 2008-11-27 [colin]      3.6.1cvs47
2988
2989         * src/filtering.c
2990         * src/matcher.c
2991                 Fix a little leak
2992
2993 2008-11-26 [colin]      3.6.1cvs46
2994
2995         * src/common/ssl.c
2996                 Fix new warning
2997
2998 2008-11-26 [colin]      3.6.1cvs45
2999
3000         * src/plugins/pgpcore/select-keys.c
3001         * src/plugins/pgpcore/sgpgme.c
3002                 Fix bug 1591, 'S/MIME: better key 
3003                 handling/selection dialog'
3004                 Really ignore revoked/expired keys
3005
3006 2008-11-26 [colin]      3.6.1cvs44
3007
3008         * src/main.c
3009         * src/common/claws.c
3010         * src/common/ssl.c
3011                 Make sure libgcrypt's threading is initialised
3012                 before gnutls. See also old bug 1539.
3013
3014 2008-11-26 [colin]      3.6.1cvs43
3015
3016         * src/imap.c
3017         * src/news.c
3018         * src/etpan/imap-thread.c
3019                 Fix possible crashes due to clist_begin()
3020                 not checking for NULLs (it should!)
3021
3022 2008-11-25 [colin]      3.6.1cvs42
3023
3024         * src/procmime.c
3025                 Fix line length in MIME parameters
3026
3027 2008-11-22 [paul]       3.6.1cvs41
3028
3029         * src/compose.c
3030                 grab Return key press in attachments Properties
3031                 dialog
3032
3033 2008-11-21 [colin]      3.6.1cvs40
3034
3035         * src/compose.c
3036         * src/procmime.c
3037                 Fix bug 1776, 'use encoded name parameters 
3038                 for attachments instead of ascii'.
3039                 Break the RFC 2047 by using B-encoded 
3040                 filename parameter, like everyone does,
3041                 following advice from the RFC author.
3042
3043 2008-11-21 [colin]      3.6.1cvs39
3044
3045         * src/common/socket.c
3046                 Rehandshake if server asks to
3047
3048 2008-11-21 [colin]      3.6.1cvs38
3049
3050         * src/mimeview.h
3051         * src/toolbar.h
3052         * src/common/session.h
3053         * src/common/smtp.h
3054                 Move conditional-compilation members to
3055                 end of structs
3056
3057 2008-11-19 [wwp]        3.6.1cvs37
3058
3059         * src/prefs_actions.c
3060                 Fixed wrong behaviour when pressing Escape (was not cancelling
3061                 the action).
3062
3063 2008-11-19 [wwp]        3.6.1cvs36
3064
3065         * src/compose.c
3066         * src/matcher.c
3067         * src/messageview.c
3068         * src/mimeview.c
3069         * src/prefs_actions.c
3070         * src/prefs_filtering_action.c
3071         * src/procmsg.c
3072         * src/summaryview.c
3073         * src/textview.c
3074         * src/common/utils.c
3075                 Replace occurrences of "command line" with "command-line" everywhere.
3076                 Enforce code style (mostly indentation) in prefs_actions.c.
3077
3078 2008-11-19 [colin]      3.6.1cvs35
3079
3080         * src/compose.c
3081         * src/prefs_common.c
3082         * src/prefs_common.h
3083                 Add primary_paste_unselects hidden preference
3084                 to change how middle-click pasting changes
3085                 the selection and insert point; defaults to
3086                 pre-3.6.1cvs31
3087
3088 2008-11-19 [colin]      3.6.1cvs34
3089
3090         * src/folderview.c
3091                 Always give focus to summaryview, even if
3092                 the folder is empty, in small screen layout.
3093                 Allows to go back to folderlist using the
3094                 keyboard.
3095
3096 2008-11-18 [colin]      3.6.1cvs33
3097
3098         * src/mainwindow.h
3099                 Put back conditional at the end of struct
3100
3101 2008-11-18 [colin]      3.6.1cvs32
3102
3103         * src/procmime.c
3104         * src/common/w32_reg.c
3105                 Fix crash on win32 when browsing to a
3106                 directory
3107
3108 2008-11-15 [colin]      3.6.1cvs31
3109
3110         * src/compose.c
3111                 After a mid-click paste, deselect selection
3112                 and go to end of paste.
3113
3114 2008-11-15 [colin]      3.6.1cvs30
3115
3116         * src/compose.c
3117                 Auto-save draft after external editor quits
3118
3119 2008-11-15 [colin]      3.6.1cvs29
3120
3121         * src/plugins/pgpcore/sgpgme.c
3122                 Fix wrong error display, thanks to
3123                 Charles A. Edwards
3124
3125 2008-11-14 [colin]      3.6.1cvs28
3126
3127         * src/prefs_actions.c
3128                 Comment out bogus (IMO) warning
3129
3130 2008-11-14 [colin]      3.6.1cvs27
3131
3132         * src/mainwindow.c
3133         * src/summaryview.c
3134         * src/summaryview.h
3135         * src/gtk/menu.c
3136         * src/gtk/menu.h
3137                 Share summaryview's context menu actions with
3138                 the equivalent menu items of the main menu;
3139                 this allows to share accelerators and de-
3140                 duplicate code.
3141
3142 2008-11-14 [colin]      3.6.1cvs26
3143
3144         * src/plugins/pgpcore/sgpgme.c
3145                 Fix bug 1768, 'claws-mail crashes while 
3146                 checking smime bad signature'
3147
3148 2008-11-13 [colin]      3.6.1cvs25
3149
3150         * src/account.c
3151         * src/filtering.c
3152                 Fix redefinition of PREFSBUFSIZE
3153
3154 2008-11-13 [wwp]        3.6.1cvs24
3155
3156         * tools/popfile-link.sh
3157                 Add support for reusing existing POPFile session ID.
3158
3159 2008-11-12 [colin]      3.6.1cvs23
3160
3161         * src/prefs_gtk.h
3162                 Fix bug 1771, 'Folder template gets 
3163                 truncated when exiting the application'
3164                 Use a 32k buffer for string preferences
3165
3166 2008-11-11 [colin]      3.6.1cvs22
3167
3168         * src/summaryview.c
3169                 Fix "display sender using addressbook" when
3170                 prefs_common.swap_from is in use. Patch by
3171                 H. Merijn Brand
3172
3173 2008-11-11 [colin]      3.6.1cvs21
3174
3175         * src/autofaces.c
3176         * src/common/md5.c
3177         * src/common/md5.h
3178                 Make a few functions static
3179
3180 2008-11-07 [colin]      3.6.1cvs20
3181
3182         * src/mainwindow.c
3183         * src/summaryview.c
3184                 Fix crash when rebuilding colorlabel
3185                 menu
3186         * src/addrgather.c
3187         * src/editldap.c
3188         * src/prefs_account.c
3189         * src/prefs_compose_writing.c
3190         * src/prefs_logging.c
3191         * src/prefs_message.c
3192         * src/prefs_other.c
3193         * src/prefs_receive.c
3194         * src/prefs_summaries.c
3195         * src/prefs_wrapping.c
3196         * src/plugins/bogofilter/bogofilter_gtk.c
3197         * src/plugins/pgpcore/prefs_gpg.c
3198         * src/plugins/spamassassin/spamassassin_gtk.c
3199                 Fix deprecated use of page_size in 
3200                 gtkspinbutton adjustments
3201
3202 2008-11-06 [mones]      3.6.1cvs19
3203
3204         * src/mainwindow.c
3205                 Fix missing "About" in Help menu
3206         * tools/claws.i18n.status.pl
3207                 Fix header
3208
3209 2008-11-05 [colin]      3.6.1cvs18
3210
3211         * src/action.c
3212         * src/main.c
3213         * src/mainwindow.c
3214         * src/common/socket.c
3215         * src/common/socket.h
3216         * src/gtk/gtkutils.c
3217         * src/gtk/gtkutils.h
3218                 w32: Implement single launch (lock
3219                 socket); always put debug log to
3220                 the rc_dir; fix Start menu update
3221                 after registering as default Mail 
3222                 app
3223
3224 2008-11-05 [colin]      3.6.1cvs17
3225
3226         * src/mainwindow.c
3227                 Setting the Mail start menu item in HKCU 
3228                 confuses the Internet Options dialog. Do 
3229                 it in HKLM as this dialog does.
3230
3231 2008-11-04 [colin]      3.6.1cvs16
3232
3233         * src/common/w32_reg.c
3234                 Fix off-by-one
3235
3236 2008-11-04 [colin]      3.6.1cvs15
3237
3238         * src/procmime.c
3239                 w32: Fix getting content-type 
3240         * src/mimeview.c
3241         * src/prefs_common.c
3242         * src/prefs_common.h
3243         * src/prefs_ext_prog.c
3244         * src/textview.c
3245                 w32: better integration (use the
3246                 standard file associations instead
3247                 of our platform-unadapted open
3248                 dialog)
3249         * src/mainwindow.c
3250         * src/common/utils.c
3251         * src/common/w32_reg.c
3252         * src/common/w32lib.h
3253                 w32: better integration (allow 
3254                 setting Claws as default MUA)
3255
3256 2008-11-01 [colin]      3.6.1cvs14
3257
3258         * src/codeconv.c
3259                 Fix wrongly converted non-ascii characters
3260                 when locale's charset is US-ASCII (strict-mode
3261                 was failing in this case)
3262
3263 2008-10-30 [colin]      3.6.1cvs13
3264
3265         * src/mimeview.c
3266         * src/mimeview.h
3267         * src/textview.c
3268         * src/textview.h
3269                 Use one UI Manager per mimeview, instead of
3270                 the global one -- else user_data pointer gets
3271                 broken if opening and closing another message-
3272                 view, then using right-click on a mimeview's 
3273                 mimepart. Probably fixes bug 1711, 'Save-as
3274                 attachment crashes'
3275
3276 2008-10-24 [paul]       3.6.1cvs12
3277
3278         * tools/Makefile.am
3279         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3280         * tools/kdeservicemenu/install.sh
3281                 another, possibly the final?, attempt on getting this
3282                 sorted for kde4
3283
3284 2008-10-24 [paul]       3.6.1cvs11
3285
3286         * tools/kdeservicemenu/install.sh
3287                 fix servicemenu installation directory on kde4
3288
3289 2008-10-24 [paul]       3.6.1cvs10
3290
3291         * tools/kdeservicemenu/README
3292         * tools/kdeservicemenu/install.sh
3293                 add support for kde4 in addition to kde3.
3294                 a rework involving checking for kde4-config, then
3295                 kde-config, finally prompting the user for the
3296                 location of either if they cannot be found
3297                 
3298
3299 2008-10-18 [paul]       3.6.1cvs9
3300
3301         * tools/claws.i18n.status.pl
3302                 updated with latest translator info.
3303                 only print for languages defined in %langname
3304
3305 2008-10-17 [paul]       3.6.1cvs8
3306
3307         * src/plugins/pgpcore/sgpgme.c
3308                 when listing the uid's, show the uid validity
3309
3310 2008-10-16 [paul]       3.6.1cvs7
3311
3312         * INSTALL
3313                 updated
3314
3315 2008-10-13 [wwp]        3.6.1cvs6
3316
3317         * po/fr.po
3318                 Updated French translation.
3319
3320 2008-10-11 [colin]      3.6.1cvs5
3321
3322         * src/gtk/authors.h
3323                 Fix bug 1756, "Outdated translators list in About 
3324                 dialogue". Patch by Aleksei Miheev.
3325
3326 2008-10-11 [colin]      3.6.1cvs4
3327
3328         * src/account.c
3329         * src/imap.c
3330         * src/inc.c
3331         * src/main.c
3332         * src/mainwindow.c
3333         * src/news.c
3334         * src/pop.c
3335         * src/pop.h
3336         * src/prefs_account.c
3337         * src/send_message.c
3338         * src/send_message.h
3339         * src/ssl_manager.c
3340         * src/ssl_manager.h
3341         * src/wizard.c
3342         * src/common/claws.c
3343         * src/common/defs.h
3344         * src/common/session.c
3345         * src/common/session.h
3346         * src/common/smtp.c
3347         * src/common/smtp.h
3348         * src/common/socket.c
3349         * src/common/socket.h
3350         * src/common/ssl.c
3351         * src/common/ssl.h
3352         * src/common/ssl_certificate.c
3353         * src/common/ssl_certificate.h
3354         * src/gtk/about.c
3355         * src/gtk/sslcertwindow.c
3356         * src/gtk/sslcertwindow.h
3357                 Remove OpenSSL code
3358
3359 2008-10-11 [colin]      3.6.1cvs3
3360
3361         * src/common/ssl_certificate.c
3362                 Make local function static
3363
3364 2008-10-10 [colin]      3.6.1cvs2
3365
3366         * src/common/ssl.h
3367         * src/common/ssl_certificate.c
3368         * src/gtk/sslcertwindow.c
3369                 Add offline certificate verification,
3370                 thanks to Nikos Mavrogiannopoulos for the
3371                 hints
3372
3373 2008-10-10 [colin]      3.6.1cvs1
3374
3375         * src/common/ssl_certificate.c
3376         * src/gtk/sslcertwindow.c
3377                 Fix warnings
3378
3379 2008-10-10 [paul]       3.6.1
3380
3381         * m4/spamassassin.m4
3382                 remove openssl dross
3383
3384         * NEWS
3385         * README
3386         * RELEASE_NOTES 
3387                 3.6.1 released!
3388
3389 2008-10-10 [colin]      3.6.0cvs25
3390
3391         * src/common/ssl.c
3392                 Tell libetpan it doesn't need to init
3393                 GnuTLS
3394
3395 2008-10-10 [colin]      3.6.0cvs24
3396
3397         * claws-mail.pc.in
3398                 Remove references to openssl
3399
3400 2008-10-09 [colin]      3.6.0cvs23
3401
3402         * configure.ac
3403                 Fix message
3404
3405 2008-10-09 [colin]      3.6.0cvs22
3406
3407         * configure.ac
3408                 Error out when building against openssl
3409
3410 2008-10-09 [colin]      3.6.0cvs21
3411
3412         * configure.ac
3413         * COPYING
3414         * src/crash.c
3415         * src/main.c
3416         * src/gtk/about.c
3417                 Disable OpenSSL due to requirement of
3418                 OpenSSL exception. Code not removed yet,
3419                 just in case, but disabled.
3420
3421 2008-10-09 [colin]      3.6.0cvs20
3422
3423         * configure.ac
3424         * src/Makefile.am
3425         * src/crash.c
3426         * src/gedit-print.c
3427         * src/gedit-print.h
3428         * src/main.c
3429         * src/mainwindow.c
3430         * src/messageview.c
3431         * src/prefs_ext_prog.c
3432         * src/prefs_fonts.c
3433         * src/prefs_image_viewer.c
3434         * src/printing.c
3435         * src/printing.h
3436         * src/summaryview.c
3437         * src/gtk/Makefile.am
3438         * src/gtk/about.c
3439         * src/gtk/gtksourceprintjob.c
3440         * src/gtk/gtksourceprintjob.h
3441                 Revert previous patch. It'd be better to remove
3442                 OpenSSL instead, as GnuTLS works as well.
3443
3444 2008-10-09 [colin]      3.6.0cvs19
3445
3446         * configure.ac
3447         * src/Makefile.am
3448         * src/crash.c
3449         * src/gedit-print.c
3450         * src/gedit-print.h
3451         * src/main.c
3452         * src/mainwindow.c
3453         * src/messageview.c
3454         * src/prefs_ext_prog.c
3455         * src/prefs_fonts.c
3456         * src/prefs_image_viewer.c
3457         * src/printing.c
3458         * src/printing.h
3459         * src/summaryview.c
3460         * src/gtk/Makefile.am
3461         * src/gtk/about.c
3462         * src/gtk/gtksourceprintjob.c
3463         * src/gtk/gtksourceprintjob.h
3464                 Remove the libgnomeprint interface (deprecated,
3465                 and fixes Debian's #501570, 'Copyright confusion')
3466
3467 2008-10-09 [colin]      3.6.0cvs18
3468
3469         * configure.ac
3470                 Require libetpan 0.57 (important fixes)
3471
3472 2008-10-08 [paul]       3.6.0cvs17
3473
3474         * src/prefs_filtering_action.c
3475         * src/prefs_matcher.c
3476                 enable re-ordering of the filtering/processing
3477                 condition and actions lists by drag'n'drop
3478
3479 2008-10-08 [colin]      3.6.0cvs16
3480
3481         * src/addressbook.c
3482                 Fix wrong menu title
3483
3484 2008-10-07 [colin]      3.6.0cvs15
3485
3486         * src/imap.c
3487                 After thinking, revert this. It's only a minor
3488                 annoyance to GSSAPI users, and I can't test this
3489                 right now. Postponed until after next good release.
3490
3491 2008-10-07 [colin]      3.6.0cvs14
3492
3493         * src/imap.c
3494                 Don't ask for a password when using GSSAPI
3495
3496 2008-10-07 [colin]      3.6.0cvs13
3497
3498         * src/mainwindow.c
3499                 Fix build with GTK+ < 2.14
3500
3501 2008-10-07 [colin]      3.6.0cvs12
3502
3503         * src/mainwindow.c
3504         * src/mainwindow.h
3505         * src/prefs_common.c
3506         * src/prefs_common.h
3507         * src/summaryview.c
3508         * src/gtk/colorlabel.c
3509                 Fix bug 1749, 'Shortcut keys for color labels 
3510                 not changeable'
3511                 Make fullscreen a setting remembered between
3512                 sessions
3513
3514 2008-10-07 [colin]      3.6.0cvs11
3515
3516         * src/prefs_other.c
3517                 Fix bug 1747, 'Wanderlust keybindings no longer 
3518                 working (regression)'
3519
3520 2008-10-07 [colin]      3.6.0cvs10
3521
3522         * src/mainwindow.c
3523                 Make fullscreen a real menu item
3524
3525 2008-10-07 [colin]      3.6.0cvs9
3526
3527         * src/mainwindow.c
3528                 Make sure we won't save size when
3529                 fullscreening
3530
3531 2008-10-06 [colin]      3.6.0cvs8
3532
3533         * src/mainwindow.c
3534         * src/mainwindow.h
3535                 Handle fullscreen via F11. Patch by
3536                 Michael Rasmussen
3537
3538 2008-10-06 [colin]      3.6.0cvs7
3539
3540         * src/common/ssl.c
3541                 Fix return value when setting client cert
3542
3543 2008-10-04 [colin]      3.6.0cvs6
3544
3545         * src/mimeview.c
3546                 Fix bug 1742, 'Attachment list contents not 
3547                 visible/scrollable'
3548
3549 2008-10-04 [paul]       3.6.0cvs5
3550
3551         * src/mainwindow.c
3552                 fix failure of Hide toolbar option on restart
3553
3554 2008-10-04 [colin]      3.6.0cvs4
3555
3556         * src/addressbook.c
3557         * src/compose.c
3558         * src/mainwindow.c
3559         * src/messageview.c
3560         * src/summaryview.c
3561                 Maemo: Fix bug 1737, Crashes upon opening
3562
3563 2008-10-04 [paul]       3.6.0cvs3
3564
3565         * po/pt_BR.po
3566                 submitted (just a little late) by Frederico
3567                 Goncalves Guimaraes
3568
3569 2008-10-03 [wwp]        3.6.0cvs2
3570
3571         * po/fr.po
3572                 Many fixes, mostly in menus and accelerators.
3573
3574 2008-10-03 [colin]      3.6.0cvs1
3575
3576         * src/gtk/filesel.c
3577                 Allow network mounts with new GTKs: they're
3578                 available via FUSE mounts and we don't need
3579                 GVFS.
3580
3581 2008-10-03 [paul]       3.6.0
3582
3583         * NEWS
3584         * README
3585         * RELEASE_NOTES 
3586                 3.6.0 released!
3587
3588 2008-10-03 [paul]       3.5.0cvs145
3589
3590         * configure.ac
3591         * po/bg.po
3592         * po/nl.po
3593         * po/ru.po
3594         * po/sv.po
3595                 new translations. added by Yasen Pramatarov,
3596                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3597         * po/ca.po
3598         * po/de.po
3599         * po/fi.po
3600         * po/fr.po
3601         * po/hu.po
3602         * po/it.po
3603         * po/pl.po
3604         * po/zh_CN.po
3605                 updated translations. submitted by Miquel Oliete,
3606                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3607                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3608
3609 2008-10-02 [colin]      3.5.0cvs144
3610
3611         * src/common/session.c
3612                 Fix crash when connection fails on windows
3613
3614 2008-10-01 [colin]      3.5.0cvs143
3615
3616         * src/imap.c
3617                 Real fix for FS-unsafe chars on win32
3618
3619 2008-10-01 [colin]      3.5.0cvs142
3620
3621         * src/imap.c
3622                 Encode prohibited filenames on win32
3623
3624 2008-09-30 [mones]      3.5.0cvs141
3625
3626         * src/ldapctrl.c
3627         * src/main.c
3628         * src/prefs_themes.c
3629         * src/printing.c
3630                 Fix output of some debug messages
3631
3632 2008-09-30 [colin]      3.5.0cvs140
3633
3634         * src/addrbook.c
3635         * src/addrharvest.c
3636         * src/compose.c
3637         * src/jpilot.c
3638         * src/mh.c
3639         * src/prefs_themes.c
3640         * src/procheader.c
3641         * src/procmime.c
3642         * src/summaryview.c
3643         * src/common/utils.c
3644         * src/gtk/sslcertwindow.c
3645                 Win32: Fix time usage; use g_stat
3646
3647 2008-09-29 [colin]      3.5.0cvs139
3648
3649         * src/common/utils.c
3650                 Fix case-sensitive match of subject
3651                 prefixes on win32
3652
3653 2008-09-29 [colin]      3.5.0cvs138
3654
3655         * src/folder_item_prefs.c
3656         * src/folder_item_prefs.h
3657         * src/matcher.c
3658         * src/prefs_folder_item.c
3659         * src/prefs_matcher.c
3660         * src/summaryview.c
3661         * src/common/string_match.c
3662         * src/common/utils.c
3663                 Fix a huge leak (dozens of megs per folder
3664                 change) on Windows: disable regexps 
3665
3666 2008-09-28 [paul]       3.5.0cvs137
3667
3668         * po/en_GB.po
3669                 updated
3670
3671 2008-09-27 [colin]      3.5.0cvs136
3672
3673         * src/account.c
3674         * src/account.h
3675                 Add accessor for cur_account
3676
3677 2008-09-27 [colin]      3.5.0cvs135
3678
3679         * src/imap.c
3680                 Fix crash when error happen on session establishment
3681
3682 2008-09-26 [mones]      3.5.0cvs134
3683
3684         * po/es.po
3685                 Updated for release
3686
3687 2008-09-26 [colin]      3.5.0cvs133
3688
3689         * src/plugins/pgpcore/claws.def
3690                 Fix symbol
3691
3692 2008-09-26 [colin]      3.5.0cvs132
3693
3694         * src/prefs_common.c
3695         * src/prefs_common.h
3696         * src/plugins/pgpcore/pgp_viewer.c
3697                 Add an accessor to prefs_common for plugins
3698                 (Win32 fix)
3699
3700 2008-09-25 [colin]      3.5.0cvs131
3701
3702         * src/main.c
3703                 Fix bug 1725, 'useless lines in clawsrc'
3704         * src/plugins/smime/mypgpcore.def
3705                 Add a missing symbol
3706
3707 2008-09-25 [paul]       3.5.0cvs130
3708
3709         * src/plugins/smime/mypgpcore.def
3710         * src/plugins/smime/plugin.def
3711         * src/plugins/smime/version.rc
3712                 add these windows-specific files
3713                 (Thanks to Colin)
3714
3715 2008-09-25 [colin]      3.5.0cvs129
3716
3717         * src/main.c
3718                 Load standard plugins only on first run
3719
3720 2008-09-25 [colin]      3.5.0cvs128
3721
3722         * src/codeconv.c
3723                 Fix build...
3724
3725 2008-09-24 [colin]      3.5.0cvs127
3726
3727         * src/codeconv.c
3728                 Add nb_NO's charset (iso-8859-1)
3729
3730 2008-09-24 [colin]      3.5.0cvs126
3731
3732         * src/common/utils.c
3733                 Fix get_mail_base_dir() on windows
3734                 (was synced from main ages ago)
3735
3736 2008-09-24 [colin]      3.5.0cvs125
3737
3738         * src/main.c
3739         * src/wizard.c
3740                 Integrate better with Windows' style
3741
3742 2008-09-23 [paul]       3.5.0cvs124
3743
3744         * src/compose.c
3745         * src/mainwindow.c
3746         * src/messageview.c
3747                 offer these strings to translators too 
3748
3749 2008-09-23 [colin]      3.5.0cvs123
3750
3751         * configure.ac
3752                 Add a --disable-dbus flag in case we want
3753                 no DBUS even if headers are available (like
3754                 for building gpg4win)
3755         * src/filtering.c
3756         * src/mainwindow.c
3757         * src/prefs_logging.c
3758         * src/common/utils.c
3759         * src/plugins/pgpcore/sgpgme.c
3760         * src/plugins/smime/claws.def
3761                 Windows fixes:
3762                 - disable filtering log (it's crashy for
3763                   some reason)
3764                 - fix gmtime_r when time is -1 (before 01/01/70)
3765                 - add symbols for smime
3766
3767 2008-09-22 [colin]      3.5.0cvs122
3768
3769         * src/common/utils.c
3770         * src/account.c
3771                 Remove raw printf
3772         * src/compose.c
3773                 Fix cursor position after changing account
3774         * src/imap.c
3775         * src/mimeview.c
3776         * src/news.c
3777                 Fix absolute path detection 
3778
3779 2008-09-21 [colin]      3.5.0cvs121
3780
3781         * src/gtk/gtkaspell.c
3782                 Don't try to use empty dictionaries
3783
3784 2008-09-20 [colin]      3.5.0cvs120
3785
3786         * po/POTFILES.in
3787                 Add the new files to the translations
3788
3789 2008-09-20 [colin]      3.5.0cvs119
3790
3791         * configure.ac
3792         * src/plugins/Makefile.am
3793         * src/plugins/smime/Makefile.am
3794         * src/plugins/smime/plugin.c
3795         * src/plugins/smime/smime.c
3796         * src/plugins/smime/smime.deps
3797         * src/plugins/smime/smime.h
3798                 Include S/Mime plugin in the main plugins
3799                 Will ease the Gpg4win team's work
3800
3801 2008-09-20 [colin]      3.5.0cvs118
3802
3803         * src/autofaces.c
3804         * src/compose.c
3805         * src/ldapquery.c
3806         * src/main.c
3807         * src/news.c
3808         * src/common/socket.c
3809         * src/gtk/gtkutils.c
3810         * src/plugins/pgpcore/claws.def
3811                 Windows: more fixes, thanks to wwp and
3812                 Marcus Brinkmann
3813
3814 2008-09-20 [colin]      3.5.0cvs117
3815
3816         * src/imap.c
3817                 Tell on which server errors happened
3818
3819 2008-09-20 [colin]      3.5.0cvs116
3820
3821         * src/etpan/etpan-thread-manager.c
3822         * src/etpan/imap-thread.c
3823         * src/etpan/nntp-thread.c
3824                 Windows: Fix hang on IMAP/NNTP
3825
3826 2008-09-20 [colin]      3.5.0cvs115
3827
3828         * src/common/utils.c
3829                 Fix bug 1723, "Buffer overflow crash caused by 
3830                 preview in 'Date format help' dialog box"
3831                 Also, optimise fast_strftime a bit :)
3832
3833 2008-09-18 [colin]      3.5.0cvs114
3834
3835         * src/procmime.c
3836         * src/textview.c
3837                 Check for NULLs before str* functions
3838
3839 2008-09-18 [colin]      3.5.0cvs113
3840
3841         * src/messageview.c
3842         * src/procmime.c
3843         * src/textview.c
3844                 Handle html parts in multipart/related
3845                 Decode ISO-8859-1 as Windows-1252 (the former
3846                 is a subset of the latter) in order to 
3847                 workaround Outlook mails misencoding
3848         * src/gtk/logwindow.c
3849         * src/gtk/logwindow.h
3850                 Clear mainwindow's error pixmap when the
3851                 error scrolls out of the log
3852
3853 2008-09-17 [colin]      3.5.0cvs112
3854
3855         * src/image_viewer.c
3856                 Fix image loading (multiple childs added to 
3857                 scrolledwindow, break of the resize functionality)
3858         * src/account.c
3859         * src/prefs_folder_item.c
3860         * src/prefs_spelling.c
3861         * src/gtk/gtkaspell.c
3862                 Better fix problems with dictionaries updates
3863
3864 2008-09-17 [colin]      3.5.0cvs111
3865
3866         * src/common/utils.c
3867                 Fix double-opening (fixes multiple signatures when
3868                 using signify)
3869
3870 2008-09-16 [colin]      3.5.0cvs110
3871
3872         * src/prefs_account.c
3873         * src/prefs_folder_item.c
3874         * src/prefs_spelling.c
3875         * src/gtk/gtkaspell.c
3876                 Better stripping of aspell dictionaries names
3877
3878 2008-09-16 [colin]
3879
3880         * 3.6.0-rc1 released
3881
3882 2008-09-16 [colin]      3.5.0cvs109
3883
3884         * src/account.c
3885         * src/inc.c
3886         * src/mainwindow.c
3887         * src/prefs_account.h
3888         * src/prefs_other.c
3889         * src/send_message.c
3890         * src/gtk/inputdialog.c
3891                 Don't add a pref to allow remembering passwords
3892                 (Just not checking the checkbox is enough)
3893
3894 2008-09-16 [colin]      3.5.0cvs108
3895
3896         * configure.ac
3897                 Require libetpan 0.56 as 0.55 is crashy
3898         * src/messageview.c
3899                 Fix english
3900         * src/gtk/inputdialog.c
3901         * src/gtk/inputdialog.h
3902                 Fix warnings
3903
3904 2008-09-16 [wwp]        3.5.0cvs107
3905
3906         * src/compose.c
3907                 Complete 3.5.0cvs106 by removing a function that got
3908                 moved to account.[ch].
3909
3910 2008-09-16 [wwp]        3.5.0cvs106
3911
3912         * src/account.c
3913         * src/account.h
3914         * src/compose.c
3915         * src/quote_fmt.c
3916         * src/quote_fmt_lex.l
3917         * src/quote_fmt_parse.y
3918                 Add account signature (path and value string) manipulation
3919                 keywords to the template processor. It's now possible in
3920                 all templates to insert the account signature to an
3921                 arbitrary location or to pass it to a external script for
3922                 further editing.
3923
3924
3925 2008-09-16 [mones]      3.5.0cvs105
3926
3927         * src/imap.c
3928         * src/inc.c
3929         * src/mainwindow.c
3930         * src/mainwindow.h
3931         * src/news.c
3932         * src/prefs_account.h
3933         * src/prefs_common.c
3934         * src/prefs_common.h
3935         * src/prefs_other.c
3936         * src/send_message.c
3937         * src/gtk/inputdialog.c
3938         * src/gtk/inputdialog.h
3939                 Implement session passwords: unsaved passwords for receiving
3940                 or sending of accounts can be remembered while running to 
3941                 avoid repetitive typing.
3942                 As keeping passwords in memory is unsafe a new preference 
3943                 in Other page is added to activate or not such capability.
3944
3945 2008-09-14 [colin]      3.5.0cvs104
3946
3947         * src/codeconv.c
3948         * src/codeconv.h
3949                 Make conv_iconv_strdup static
3950
3951 2008-09-12 [colin]      3.5.0cvs103
3952
3953         * claws-mail.pc.in
3954         * src/Makefile.am
3955         * src/compose.c
3956         * src/compose.h
3957         * src/crash.c
3958         * src/folder_item_prefs.c
3959         * src/folder_item_prefs.h
3960         * src/main.c
3961         * src/prefs_account.c
3962         * src/prefs_common.c
3963         * src/prefs_common.h
3964         * src/prefs_folder_item.c
3965         * src/prefs_spelling.c
3966         * src/prefs_template.c
3967         * src/quote_fmt.h
3968         * src/quote_fmt_parse.y
3969         * src/toolbar.c
3970         * src/toolbar.h
3971         * src/gtk/Makefile.am
3972         * src/gtk/about.c
3973         * src/gtk/filesel.c
3974         * src/gtk/gtkaspell.c
3975         * src/gtk/gtkaspell.h
3976         * src/plugins/bogofilter/Makefile.am
3977         * src/plugins/dillo_viewer/Makefile.am
3978         * src/plugins/spamassassin/Makefile.am
3979         * src/plugins/trayicon/Makefile.am
3980                 Switch spellchecker to Enchant
3981
3982 2008-09-12 [paul]       3.5.0cvs102
3983
3984         * tools/README
3985         * tools/csv2addressbook.pl
3986                 add support for Fox Mail
3987
3988 2008-09-12 [paul]       3.5.0cvs101
3989
3990         * src/compose.c
3991         * src/prefs_wrapping.c
3992                 changes to English
3993
3994 2008-09-12 [paul]       3.5.0cvs100
3995
3996         * configure.ac
3997                 revert cvs99's libenchant commit error
3998
3999 2008-09-12 [colin]      3.5.0cvs99
4000
4001         * src/inc.c
4002                 Only go to inbox if there are new mails
4003                 (and fetch was manual)
4004
4005 2008-09-10 [colin]      3.5.0cvs98
4006
4007         * src/inc.c
4008         * src/summaryview.c
4009         * src/common/session.c
4010                 Use g_timeout_add_seconds instead of g_timeout_add
4011                 on glib >= 2.14 when we don't need precision on the 
4012                 delay. This helps reducing power consumption:
4013                 http://mjg59.livejournal.com/74651.html
4014
4015 2008-09-10 [colin]      3.5.0cvs97
4016
4017         * src/compose.c
4018                 Don't save window size and position when
4019                 compose is hidden (filtering action)
4020
4021 2008-09-09 [colin]      3.5.0cvs96
4022
4023         * src/action.h
4024         * src/addr_compl.c
4025         * src/addressadd.c
4026         * src/addressbook.h
4027         * src/addressbook_foldersel.c
4028         * src/addressitem.h
4029         * src/addrgather.c
4030         * src/alertpanel.c
4031         * src/browseldap.c
4032         * src/editaddress.c
4033         * src/editaddress_other_attributes_ldap.h
4034         * src/editbook.c
4035         * src/editjpilot.c
4036         * src/editldap.c
4037         * src/editldap_basedn.c
4038         * src/editvcard.c
4039         * src/exphtmldlg.c
4040         * src/expldifdlg.c
4041         * src/export.c
4042         * src/foldersel.c
4043         * src/foldersel.h
4044         * src/gedit-print.c
4045         * src/gedit-print.h
4046         * src/grouplistdialog.c
4047         * src/headerview.c
4048         * src/headerview.h
4049         * src/image_viewer.c
4050         * src/import.c
4051         * src/importldif.c
4052         * src/importmutt.c
4053         * src/importpine.c
4054         * src/inc.c
4055         * src/main.c
4056         * src/main.h
4057         * src/messageview.c
4058         * src/messageview.h
4059         * src/noticeview.c
4060         * src/prefs_actions.c
4061         * src/prefs_filtering.c
4062         * src/prefs_folder_column.c
4063         * src/prefs_gtk.h
4064         * src/prefs_summary_column.c
4065         * src/prefs_toolbar.c
4066         * src/send_message.c
4067         * src/setup.c
4068         * src/sourcewindow.c
4069         * src/sourcewindow.h
4070         * src/ssl_manager.c
4071         * src/statusbar.c
4072         * src/statusbar.h
4073         * src/stock_pixmap.c
4074         * src/stock_pixmap.h
4075         * src/summaryview.c
4076         * src/textview.c
4077         * src/textview.h
4078         * src/undo.h
4079         * src/uri_opener.c
4080         * src/wizard.c
4081         * src/wizard.h
4082         * src/common/ssl.h
4083         * src/common/utils.c
4084         * src/gtk/about.c
4085         * src/gtk/colorlabel.c
4086         * src/gtk/colorlabel.h
4087         * src/gtk/combobox.h
4088         * src/gtk/description_window.c
4089         * src/gtk/filesel.c
4090         * src/gtk/gtkaspell.c
4091         * src/gtk/gtkaspell.h
4092         * src/gtk/gtkcmclist.c
4093         * src/gtk/gtkcmclist.h
4094         * src/gtk/gtkcmctree.c
4095         * src/gtk/gtkcmctree.h
4096         * src/gtk/gtkcmoptionmenu.h
4097         * src/gtk/gtksctree.c
4098         * src/gtk/gtksctree.h
4099         * src/gtk/gtkshruler.c
4100         * src/gtk/gtkshruler.h
4101         * src/gtk/gtksourceprintjob.c
4102         * src/gtk/gtksourceprintjob.h
4103         * src/gtk/gtkutils.c
4104         * src/gtk/gtkutils.h
4105         * src/gtk/gtkvscrollbutton.c
4106         * src/gtk/gtkvscrollbutton.h
4107         * src/gtk/icon_legend.c
4108         * src/gtk/inputdialog.c
4109         * src/gtk/logwindow.c
4110         * src/gtk/logwindow.h
4111         * src/gtk/manage_window.c
4112         * src/gtk/manage_window.h
4113         * src/gtk/menu.c
4114         * src/gtk/prefswindow.c
4115         * src/gtk/progressdialog.c
4116         * src/gtk/progressdialog.h
4117         * src/plugins/bogofilter/bogofilter_gtk.c
4118         * src/plugins/pgpcore/passphrase.c
4119         * src/plugins/spamassassin/spamassassin_gtk.c
4120         * src/plugins/trayicon/trayicon.c
4121         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4122         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4123         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4124         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4125         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4126                 Complete GTK+ 2.14 undeprecation
4127                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
4128
4129 2008-09-09 [colin]      3.5.0cvs95
4130
4131         * src/gtk/gtkcmclist.h
4132                 Fix build on GTK+ 2.14
4133
4134 2008-09-08 [colin]      3.5.0cvs94
4135
4136         * src/noticeview.c
4137         * src/noticeview.h
4138                 Remove GtkSignalFunc
4139
4140 2008-09-07 [colin]      3.5.0cvs93
4141
4142         * src/addressadd.c
4143         * src/addressbook_foldersel.c
4144         * src/gtk/gtkcmclist.c
4145         * src/gtk/gtkcmclist.h
4146         * src/gtk/gtkcmctree.c
4147         * src/gtk/gtkcmctree.h
4148         * src/gtk/gtksctree.c
4149         * src/gtk/prefswindow.c
4150         * src/gtk/prefswindow.h
4151                 Use GDestroyNotify instead of GtkDestroyNotify
4152                 (deprecated in GTK+ 2.14)
4153
4154 2008-09-07 [colin]      3.5.0cvs92
4155
4156         * src/textview.c
4157                 Fix bug 1712, 'invalid "Phishing attempt warning" 
4158                 when linked text ends with spaces'
4159
4160 2008-09-05 [colin]      3.5.0cvs91
4161
4162         * src/procmime.c
4163                 Maybe fix bug 1711, 'Save-as attachment crashes'
4164                 Possibly wrong free() due to pointer shifting
4165
4166 2008-09-05 [colin]      3.5.0cvs90
4167
4168         * src/compose.c
4169                 Fix bug 1710, 'User misreads "Discard Message" 
4170                 as "Discard Changes"'. Propose to save or discard
4171                 only the latest changes when closing an existing
4172                 draft. Autosave may still have saved parts of the
4173                 edit session.
4174
4175 2008-09-04 [colin]      3.5.0cvs89
4176
4177         * src/summaryview.c
4178                 Fix bug 1707, 'Segfault when sorting on non-visible column'
4179
4180 2008-09-01 [colin]      3.5.0cvs88
4181
4182         * src/imap.c
4183         * src/summaryview.c
4184         * src/common/tags.c
4185         * src/etpan/imap-thread.c
4186         * src/etpan/imap-thread.h
4187                 Store spam flag on IMAP (Junk/NonJunk, as 
4188                 ThunderBird does - this is nonstandard)
4189
4190 2008-08-31 [wwp]        3.5.0cvs87
4191
4192         * ChangeLog
4193                 Fix globish edition^Wediting.
4194
4195 2008-08-31 [wwp]        3.5.0cvs86
4196
4197         * src/addressbook.c
4198                 Don't break nickname editing for non-LDAP books (nickname
4199                 value was overwritten when editing existing contact, this
4200                 came from 3.0.2cvs109).
4201
4202 2008-08-30 [colin]      3.5.0cvs85
4203
4204         * src/mainwindow.c
4205         * src/summaryview.c
4206                 Fix "Apply tags..." key shortcut
4207
4208 2008-08-29 [iwkse]      3.5.0cvs84
4209
4210         * src/summaryview.c
4211                         Bit of clean:)
4212
4213 2008-08-29 [iwkse]      3.5.0cvs83
4214
4215         * src/summaryview.c
4216                         Disable "Move to trash" action if
4217                         we are in a trash-like folder.
4218                         Thanks to colinl
4219
4220 2008-08-29 [paul]       3.5.0cvs82
4221
4222         * configure.ac
4223                 bump up libetpan version requirement since
4224                 0.55 is released now
4225
4226 2008-08-28 [wwp]        3.5.0cvs81
4227
4228         * src/account.c
4229         * src/pop.c
4230         * src/prefs_account.c
4231         * src/prefs_account.h
4232                 Add finer granularity to the POP3's remove-after delay (now in
4233                 hours in addition to in days), patch by Paul Rolland.
4234
4235 2008-08-28 [wwp]        3.5.0cvs80
4236
4237         * src/gtk/combobox.c
4238                 Fix a typo in a comment.
4239
4240 2008-08-28 [iwkse]      3.5.0cvs79
4241
4242         * src/account.c
4243         * src/prefs_actions.c
4244         * src/prefs_filtering.c
4245         * src/prefs_template.c
4246                         Add search feature to the account, 
4247                         template and action dialog.
4248                         It's turned on selecting one row
4249                         of the list and typing some random
4250                         letter. Thanks to wwp, colinl
4251
4252 2008-08-28 [colin]      3.5.0cvs78
4253
4254         * src/Makefile.am
4255         * src/account.c
4256         * src/compose.c
4257         * src/prefs_account.c
4258         * src/prefs_account.h
4259         * src/privacy.c
4260         * src/privacy.h
4261         * src/procmime.c
4262         * src/stock_pixmap.c
4263         * src/stock_pixmap.h
4264         * src/summaryview.c
4265         * src/pixmaps/key_gpg_signed.xpm
4266                 Fix bug 1412, "Sign reply, if mail was signed"
4267                 Add an account preference to sign replies to signed mails
4268
4269 2008-08-28 [iwkse]      3.5.0cvs77
4270
4271         * src/prefs_filtering.c
4272                 Making the search more useful,
4273                 jumping directly to the relative rule.
4274
4275 2008-08-27 [colin]      3.5.0cvs76
4276
4277         * src/main.c
4278                 Add a bit of info
4279
4280 2008-08-27 [colin]      3.5.0cvs75
4281
4282         * src/gtk/gtkcmctree.c
4283                 Fix a few ifdefs
4284
4285 2008-08-26 [colin]      3.5.0cvs74
4286
4287         * src/gtk/gtkcmctree.c
4288                 Fix missing inits on old glib
4289
4290 2008-08-26 [wwp]        3.5.0cvs73
4291
4292         * src/common/utils.c
4293                 Added 'Fwd' to the list of known common subject prefixes.
4294
4295 2008-08-25 [iwkse]      3.5.0cvs72
4296
4297         * src/image_viewer.c
4298                 Add animated gif support to the
4299                 message preview.
4300
4301 2008-08-25 [colin]      3.5.0cvs71
4302
4303         * src/gtk/gtkcmctree.c
4304                 Make sure work isn't null
4305
4306 2008-08-24 [colin]      3.5.0cvs70
4307
4308         * src/common/ssl.c
4309                 Fix typo on SSL_CERT_DIR
4310
4311 2008-08-23 [holger]     3.5.0cvs69
4312
4313         * src/printing.c
4314                 Fix bug 1699 'Separator line mis-placed when
4315                 printing some e-mails'. The number of header lines
4316                 was not correctly calculated when Pango inserts
4317                 linebreaks
4318
4319 2008-08-23 [colin]      3.5.0cvs68
4320
4321         * src/mainwindow.c
4322                 Fix the account selector button; thanks
4323                 to wwp
4324
4325 2008-08-21 [colin]      3.5.0cvs67
4326
4327         * src/compose.c
4328         * src/compose.h
4329                 Add a compose preference for auto-indent
4330         * src/mainwindow.c
4331         * src/summaryview.c
4332                 Make colorlabel accels a bit less hacky
4333
4334 2008-08-21 [colin]      3.5.0cvs66
4335
4336         * src/compose.c
4337         * src/prefs_common.c
4338         * src/prefs_common.h
4339         * src/prefs_wrapping.c
4340                 Add a preference for autoindent; fix no_join tag
4341                 being applied to whole lines instead of just \n when
4342                 creating a line 
4343
4344 2008-08-21 [colin]      3.5.0cvs65
4345
4346         * src/compose.c
4347                 Add support for auto-indentation
4348
4349 2008-08-19 [colin]      3.5.0cvs64
4350
4351         * src/compose.c
4352                 Save Autowrap status in drafts/queued mails
4353
4354 2008-08-19 [colin]      3.5.0cvs63
4355
4356         * src/mainwindow.c
4357                 Fix a comment (in reality, test commit on
4358                 the new CVS server)
4359
4360 2008-08-17 [colin]      3.5.0cvs62
4361
4362         * src/prefs_actions.c
4363         * src/procmime.c
4364         * src/wizard.c
4365         * src/common/socket.h
4366         * src/gtk/gtkcmctree.c
4367                 Fix warnings
4368
4369 2008-08-16 [colin]      3.5.0cvs61
4370
4371         * src/editaddress_other_attributes_ldap.h
4372                 Add 'l' field (localityName)
4373
4374 2008-08-16 [colin]      3.5.0cvs60
4375
4376         * src/mainwindow.c
4377         * src/gtk/gtkcmclist.c
4378         * src/gtk/gtkcmclist.h
4379         * src/gtk/gtkcmctree.c
4380         * src/gtk/gtksctree.c
4381         * src/gtk/gtkutils.c
4382         * src/gtk/gtkvscrollbutton.c
4383                 Fix Maemo build (OS2007)
4384
4385 2008-08-14 [colin]      3.5.0cvs59
4386
4387         * src/folder.c
4388                 Don't crash if parent is null when creating
4389                 a folder
4390         * src/gtk/pluginwindow.c
4391                 Don't crash on race when closing window while
4392                 a plugin is loading and does gtk_iterations
4393
4394 2008-08-13 [colin]      3.5.0cvs58
4395
4396         * src/messageview.c
4397         * src/messageview.h
4398         * src/mimeview.c
4399                 Fix bug 1696, 'Viewing binary attachements 
4400                 as text over 1 MB' (various buglets)
4401
4402 2008-08-10 [colin]      3.5.0cvs57
4403
4404         * src/summaryview.c
4405         * src/gtk/gtkcmclist.c
4406                 Continue fixing GTK < 2.12 build, thanks to
4407                 Michael Hugues
4408
4409 2008-08-10 [colin]      3.5.0cvs56
4410
4411         * src/gtk/gtksctree.c
4412                 Fix build on GTK < 2.12
4413
4414 2008-08-09 [colin]      3.5.0cvs55
4415
4416         * src/mainwindow.c
4417                 Fix untranslatable strings, thanks to
4418                 Stephan Sachse
4419
4420 2008-08-07 [colin]      3.5.0cvs54
4421
4422         * src/compose.c
4423         * src/editaddress.c
4424         * src/folderview.c
4425         * src/mainwindow.c
4426         * src/message_search.c
4427         * src/mimeview.c
4428         * src/noticeview.c
4429         * src/prefs_account.c
4430         * src/prefs_common.c
4431         * src/prefs_customheader.c
4432         * src/prefs_ext_prog.c
4433         * src/prefs_filtering_action.c
4434         * src/prefs_gtk.c
4435         * src/prefs_logging.c
4436         * src/prefs_matcher.c
4437         * src/prefs_msg_colors.c
4438         * src/procmime.c
4439         * src/summary_search.c
4440         * src/summaryview.c
4441         * src/toolbar.c
4442         * src/gtk/colorsel.c
4443         * src/gtk/gtkaspell.c
4444         * src/gtk/gtkutils.c
4445         * src/gtk/gtkutils.h
4446         * src/gtk/inputdialog.c
4447         * src/gtk/pluginwindow.c
4448         * src/gtk/quicksearch.c
4449         * src/plugins/bogofilter/bogofilter_gtk.c
4450         * src/plugins/dillo_viewer/dillo_prefs.c
4451         * src/plugins/spamassassin/spamassassin_gtk.c
4452                 - Fix Ctrl-Space shortcut
4453                 - Fix mime-parsing bug in procmime (cvs52)
4454                 - Fix double-free in procmime (cvs52)
4455                 - Use gtk_bin_get_child instead of GTK_BIN()->child
4456                 - Fix Goto menu in mainwindow
4457
4458 2008-08-07 [mones]      3.5.0cvs53
4459
4460         * po/es.po
4461                 Updated translation (lots of changes!)
4462         * src/compose.c
4463                 Add missing accelerator key
4464         * src/mainwindow.c
4465                 Restored 'v' key function (thanks Colin!)
4466
4467 2008-08-06 [colin]      3.5.0cvs52
4468
4469         * src/addrbook.c
4470         * src/addrcindex.c
4471         * src/addrduplicates.c
4472         * src/addrharvest.c
4473         * src/enriched.c
4474         * src/html.c
4475         * src/ldif.c
4476         * src/mimeview.c
4477         * src/mutt.c
4478         * src/pine.c
4479         * src/procmime.c
4480         * src/vcard.c
4481         * src/wizard.c
4482                 Fix my use of g_utf8_strdown (it returns
4483                 a newly allocated string and doesn't
4484                 change the parameter)
4485
4486 2008-08-06 [colin]      3.5.0cvs51
4487
4488         * src/compose.c
4489                 Fix bug 1690, 'Copy/Paste in edit window may 
4490                 break Undo'; middle-click pastes aren't 
4491                 REPLACE_INSERT but just INSERT. 
4492                 Also, fix privacy menu selection
4493
4494 2008-08-05 [colin]      3.5.0cvs50
4495
4496         * src/action.c
4497         * src/addr_compl.c
4498         * src/addrbook.c
4499         * src/addrcindex.c
4500         * src/addrduplicates.c
4501         * src/addrharvest.c
4502         * src/enriched.c
4503         * src/html.c
4504         * src/ldif.c
4505         * src/main.c
4506         * src/mimeview.c
4507         * src/mutt.c
4508         * src/pine.c
4509         * src/procmime.c
4510         * src/vcard.c
4511         * src/wizard.c
4512         * src/common/socket.c
4513         * src/gtk/gtkutils.c
4514         * src/gtk/gtkutils.h
4515         * src/gtk/menu.c
4516         * src/plugins/spamassassin/spamassassin.c
4517                 More undeprecation (Glib)
4518
4519 2008-08-05 [colin]      3.5.0cvs49
4520
4521         * src/prefs_account.c
4522         * src/prefs_filtering_action.c
4523         * src/prefs_matcher.c
4524         * src/gtk/Makefile.am
4525         * src/gtk/claws-marshal.list
4526         * src/gtk/colorlabel.c
4527         * src/gtk/colorsel.c
4528         * src/gtk/foldersort.c
4529         * src/gtk/gtkaspell.c
4530         * src/gtk/gtkcmclist.c
4531         * src/gtk/gtkcmclist.h
4532         * src/gtk/gtkcmctree.c
4533         * src/gtk/gtkcmctree.h
4534         * src/gtk/gtkcmoptionmenu.c
4535         * src/gtk/gtkcmoptionmenu.h
4536         * src/gtk/gtksctree.c
4537         * src/gtk/gtksctree.h
4538         * src/gtk/gtkutils.c
4539         * src/gtk/gtkutils.h
4540         * src/gtk/gtkvscrollbutton.c
4541         * src/gtk/menu.c
4542         * src/gtk/menu.h
4543         * src/gtk/quicksearch.c
4544         * src/plugins/dillo_viewer/dillo_viewer.c
4545         * src/plugins/pgpcore/select-keys.c
4546                 Try to finish yesterday's commit
4547
4548 2008-08-04 [colin]      3.5.0cvs48
4549
4550         * src/addressadd.c
4551         * src/addressbook.c
4552         * src/addressbook_foldersel.c
4553         * src/addressitem.h
4554         * src/addrgather.c
4555         * src/browseldap.c
4556         * src/compose.c
4557         * src/compose.h
4558         * src/editaddress.c
4559         * src/editaddress_other_attributes_ldap.c
4560         * src/editgroup.c
4561         * src/editldap_basedn.c
4562         * src/folderview.c
4563         * src/folderview.h
4564         * src/grouplistdialog.c
4565         * src/image_viewer.c
4566         * src/imap_gtk.c
4567         * src/importldif.c
4568         * src/main.c
4569         * src/mainwindow.c
4570         * src/message_search.c
4571         * src/mh_gtk.c
4572         * src/mimeview.c
4573         * src/mimeview.h
4574         * src/news_gtk.c
4575         * src/noticeview.h
4576         * src/prefs_account.c
4577         * src/prefs_filtering_action.c
4578         * src/prefs_matcher.c
4579         * src/prefs_msg_colors.c
4580         * src/prefs_summaries.c
4581         * src/statusbar.c
4582         * src/stock_pixmap.c
4583         * src/summary_search.c
4584         * src/summaryview.c
4585         * src/summaryview.h
4586         * src/textview.c
4587         * src/toolbar.h
4588         * src/gtk/Makefile.am
4589         * src/gtk/claws-marshal.list
4590         * src/gtk/colorsel.c
4591         * src/gtk/foldersort.c
4592         * src/gtk/gtkaspell.c
4593         * src/gtk/gtkcmclist.c
4594         * src/gtk/gtkcmclist.h
4595         * src/gtk/gtkcmctree.c
4596         * src/gtk/gtkcmctree.h
4597         * src/gtk/gtksctree.c
4598         * src/gtk/gtksctree.h
4599         * src/gtk/gtkutils.c
4600         * src/gtk/gtkutils.h
4601         * src/gtk/gtkvscrollbutton.c
4602         * src/gtk/menu.c
4603         * src/gtk/menu.h
4604         * src/gtk/quicksearch.c
4605         * src/plugins/dillo_viewer/dillo_viewer.c
4606         * src/plugins/pgpcore/select-keys.c
4607                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
4608                 Undeprecate their implementation (GtkArg, GtkType, ...)
4609                 Undeprecate a few other things here and there
4610                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
4611                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
4612                 still have work to do
4613
4614 2008-08-04 [colin]      3.5.0cvs47
4615
4616         * src/compose.c
4617         * src/compose.h
4618         * src/toolbar.h
4619         * src/textview.c
4620         * src/stock_pixmap.c
4621         * src/statusbar.c
4622         * src/noticeview.h
4623         * src/mimeview.h
4624         * src/mainwindow.c
4625         * src/image_viewer.c
4626         * src/gtk/gtkaspell.c
4627         * src/gtk/gtkvscrollbutton.c
4628         * src/plugins/dillo_viewer/dillo_viewer.c
4629                 Undeprecate more things
4630
4631 2008-08-02 [colin]      3.5.0cvs46
4632
4633         * src/mainwindow.c
4634                 Fix toggle menu activation state
4635                 (thanks to cvs45 ;)
4636
4637 2008-08-02 [paul]       3.5.0cvs45
4638
4639         * src/mainwindow.c
4640                 fix sensitivity of
4641                 /View/Show or hide/Message View
4642
4643 2008-08-01 [paul]       3.5.0cvs44
4644
4645         * src/common/utils.c
4646         * src/plugins/pgpcore/claws.def
4647         * src/plugins/pgpinline/claws.def
4648                 fix compilation problems on mingw32,
4649                 (bug 1688) Patch by Marcus Brinkmann
4650
4651 2008-08-01 [colin]      3.5.0cvs43
4652
4653         * src/gtk/gtkutils.c
4654         * src/gtk/gtkvscrollbutton.c
4655                 Oups, fix build
4656
4657 2008-08-01 [colin]      3.5.0cvs42
4658
4659         * src/compose.c
4660         * src/foldersel.c
4661         * src/mainwindow.c
4662         * src/prefs_account.c
4663         * src/prefs_folder_item.c
4664         * src/prefs_quote.c
4665         * src/summaryview.c
4666         * src/gtk/gtkaspell.c
4667         * src/gtk/gtkutils.c
4668         * src/gtk/gtkvscrollbutton.c
4669                 Replace a few deprecated function calls
4670
4671 2008-08-01 [paul]       3.5.0cvs41
4672
4673         * src/action.c
4674                 fix crash that occurs because of recent GtkUIManager
4675                 changes. Thanks to Colin
4676
4677 2008-07-31 [colin]      3.5.0cvs40
4678
4679         * src/addressbook.c
4680         * src/compose.c
4681         * src/mainwindow.c
4682         * src/messageview.c
4683                 Some Maemo fixes
4684         * src/gtk/menu.c
4685         * src/gtk/menu.h
4686                 Remove deprecated helper funcs
4687
4688 2008-07-30 [colin]      3.5.0cvs39
4689
4690         * src/folderview.c
4691         * src/folderview.h
4692         * src/imap_gtk.c
4693         * src/mh_gtk.c
4694         * src/news_gtk.c
4695                 Move the folderview popup menu to GtkUIManager
4696
4697 2008-07-29 [colin]      3.5.0cvs38
4698
4699         * src/account.c
4700         * src/account.h
4701         * src/action.c
4702         * src/action.h
4703         * src/addressitem.h
4704         * src/compose.c
4705         * src/edittags.c
4706         * src/mainwindow.c
4707         * src/mainwindow.h
4708         * src/mimeview.c
4709         * src/summaryview.c
4710         * src/gtk/menu.c
4711         * src/gtk/menu.h
4712                 Switch the main menu to GtkUIManager
4713                 Warning fixes
4714
4715 2008-07-29 [colin]      3.5.0cvs37
4716
4717         * src/news.c
4718                 Fix bug 1684, 'view news messages with large 
4719                 attachements segfaults'
4720
4721 2008-07-29 [colin]      3.5.0cvs36
4722
4723         * src/action.c
4724         * src/action.h
4725         * src/addressbook.c
4726         * src/addressitem.h
4727         * src/compose.c
4728         * src/compose.h
4729         * src/messageview.c
4730         * src/messageview.h
4731         * src/summaryview.c
4732         * src/gtk/menu.c
4733         * src/gtk/menu.h
4734                 More switches to GtkUIManager
4735
4736 2008-07-26 [colin]      3.5.0cvs35
4737
4738         * src/gtk/menu.c
4739         * src/gtk/menu.h
4740                 Fix prototype
4741
4742 2008-07-25 [colin]      3.5.0cvs34
4743
4744         * src/addrcustomattr.c
4745         * src/addressbook.c
4746         * src/compose.c
4747         * src/editaddress.c
4748         * src/editaddress_other_attributes_ldap.h
4749         * src/edittags.c
4750         * src/mainwindow.c
4751         * src/mimeview.c
4752         * src/prefs_actions.c
4753         * src/prefs_filtering.c
4754         * src/prefs_template.c
4755         * src/summaryview.c
4756         * src/textview.c
4757         * src/textview.h
4758         * src/toolbar.c
4759         * src/gtk/about.c
4760         * src/gtk/menu.c
4761         * src/gtk/menu.h
4762         * src/plugins/trayicon/trayicon.c
4763                 More changes from GtkItemFactory to GtkUIManager
4764
4765 2008-07-25 [colin]      3.5.0cvs33
4766
4767         * src/gtk/menu.h
4768                 Add a macro to remove menu items
4769                 Make the gui_manager variable useless
4770
4771 2008-07-24 [colin]      3.5.0cvs32
4772
4773         * src/mimeview.c
4774                 Fix a gtk warning on clear
4775         * src/mainwindow.c
4776         * src/summaryview.c
4777         * src/summaryview.h
4778                 Switch the message list popup menu to
4779                 GtkUIManager
4780
4781 2008-07-23 [colin]      3.5.0cvs31
4782
4783         * src/plugins/pgpcore/pgp_viewer.c
4784         * src/plugins/pgpcore/sgpgme.c
4785                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
4786                 Patch by Thomas Wiegner <wiegner@gmx.de>
4787
4788 2008-07-20 [paul]       3.5.0cvs30
4789
4790         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4791                 remove redundant GTK version check
4792
4793 2008-07-20 [ticho]      3.5.0cvs29
4794
4795         * src/folderview.c
4796         * src/imap_gtk.c
4797         * src/news_gtk.c
4798                 Moved sensitivity setting for "Download messages" for IMAP and
4799                 news folders from folderview.c to imap_gtk.c and news_gtk.c
4800                 respectively for better code readability.
4801                 Fixed indentation in news' set_sensitivity().
4802
4803 2008-07-20 [paul]       3.5.0cvs28
4804
4805         * src/addrgather.c
4806                 remove more redundant code following cvs27
4807
4808 2008-07-20 [paul]       3.5.0cvs27
4809
4810         * src/addrgather.c
4811                 remove now redundant code
4812         * src/mainwindow.c
4813         * src/mainwindow.h
4814                 fix bug 1673, 'Tools/Harvest adresses is
4815                 grayed out if folder is empty'
4816
4817 2008-07-19 [ticho]      3.5.0cvs26
4818
4819         * src/edittags.c
4820         * src/main.c
4821         * src/mimeview.c
4822         * src/mimeview.h
4823         * src/gtk/gtkutils.c
4824         * src/gtk/gtkutils.h
4825         * src/gtk/menu.c
4826         * src/gtk/menu.h
4827                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
4828                 instead of deprecated GtkItemFactory.
4829
4830 2008-07-19 [colin]      3.5.0cvs25
4831
4832         * src/account.c
4833         * src/addrgather.c
4834         * src/compose.c
4835         * src/editldap.c
4836         * src/expldifdlg.c
4837         * src/importldif.c
4838         * src/main.c
4839         * src/mainwindow.c
4840         * src/mimeview.c
4841         * src/noticeview.c
4842         * src/prefs_account.c
4843         * src/prefs_actions.c
4844         * src/prefs_ext_prog.c
4845         * src/prefs_filtering.c
4846         * src/prefs_folder_item.c
4847         * src/prefs_image_viewer.c
4848         * src/prefs_logging.c
4849         * src/prefs_msg_colors.c
4850         * src/prefs_other.c
4851         * src/prefs_send.c
4852         * src/prefs_spelling.c
4853         * src/prefs_summaries.c
4854         * src/prefs_template.c
4855         * src/printing.c
4856         * src/quote_fmt.c
4857         * src/summary_search.c
4858         * src/summaryview.c
4859         * src/toolbar.c
4860         * src/wizard.c
4861         * src/common/Makefile.am
4862         * src/gtk/gtksctree.c
4863         * src/gtk/gtkutils.h
4864         * src/gtk/pluginwindow.c
4865         * src/gtk/quicksearch.c
4866         * src/plugins/bogofilter/bogofilter_gtk.c
4867         * src/plugins/dillo_viewer/dillo_prefs.c
4868         * src/plugins/pgpcore/prefs_gpg.c
4869         * src/plugins/spamassassin/spamassassin_gtk.c
4870         * src/plugins/trayicon/trayicon.c
4871         * src/plugins/trayicon/trayicon_prefs.c
4872                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
4873                 or greater). Use the old deprecated one on GTK+ < 2.12.
4874                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
4875                 of time!
4876
4877 2008-07-16 [colin]      3.5.0cvs24
4878
4879         * src/mainwindow.c
4880                 Fix folderview's scrolbar when starting minimised
4881                 to tray, and popping up the mainwindow by calling
4882                 claws-mail from the command line
4883
4884 2008-07-08 [colin]      3.5.0cvs23
4885
4886         * src/compose.c
4887                 Possibly fix po-headers appearing on empty
4888                 templates
4889
4890 2008-07-08 [colin]      3.5.0cvs22
4891
4892         * src/folderview.c
4893         * src/summaryview.c
4894                 Finish the always_open tristate patch, by Jonathan
4895                 Corbet.
4896
4897 2008-07-07 [paul]       3.5.0cvs21
4898
4899         * src/mainwindow.c
4900                 fix typo (missing ")
4901
4902 2008-07-07 [paul]       3.5.0cvs20
4903
4904         * src/mainwindow.c
4905                 fit the menu style a bit better
4906
4907 2008-07-07 [colin]      3.5.0cvs19
4908
4909         * src/prefs_themes.c
4910                 Make upgrading themes easier
4911
4912 2008-07-07 [colin]      3.5.0cvs18
4913
4914         * src/mainwindow.c
4915         * src/prefs_toolbar.c
4916         * src/stock_pixmap.c
4917                 Finish fixing bug 1609, 'Icon issues'
4918
4919 2008-07-07 [colin]      3.5.0cvs17
4920
4921         * src/prefs_common.c
4922                 Fix the default value
4923
4924 2008-07-07 [colin]      3.5.0cvs16
4925
4926         * src/prefs_summaries.c
4927                 Revert my fix to the string, the correct term
4928                 is indeed Message View
4929
4930 2008-07-07 [colin]      3.5.0cvs15
4931
4932         * AUTHORS
4933         * src/gtk/authors.h
4934         * src/prefs_common.c
4935         * src/prefs_common.h
4936         * src/prefs_summaries.c
4937         * src/summaryview.c
4938         * src/gtk/authors.h
4939                 Change "Always open message when selected" to
4940                 a tristate (Never/Always/When preview is visible)
4941                 Patch by Jonathan Corbet <corbet@lwn.net>.
4942
4943 2008-07-06 [paul]       3.5.0cvs14
4944
4945         * src/addrgather.c
4946                 improve the layout of the dialogue
4947                 improve the English
4948                 add tooltips
4949                 fix some of the nasty coding style
4950         * src/mainwindow.c
4951                 improve the English
4952                 add some missing mnemonics
4953
4954 2008-07-05 [paul]       3.5.0cvs13
4955
4956         * src/mainwindow.c
4957         * src/mainwindow.h
4958                 fix bug 1398, '"Change current account" is
4959                 available even when there's only one account'
4960         * src/plugins/pgpcore/prefs_gpg.c
4961                 put back a needed include, removed in error
4962
4963 2008-07-05 [colin]      3.5.0cvs12
4964
4965         * src/mainwindow.c
4966                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
4967
4968 2008-07-05 [colin]      3.5.0cvs11
4969
4970         * src/news.c
4971         * src/news_gtk.c
4972                 Provide ability to rename newsgroups. Closes
4973                 bug 1444, 'Add GUI option for renaming 
4974                 newsgroups'. Patch by Pawel Pekala
4975
4976 2008-07-05 [colin]      3.5.0cvs10
4977
4978         * src/plugins/pgpcore/passphrase.c
4979         * src/plugins/pgpcore/prefs_gpg.c
4980         * src/plugins/pgpcore/select-keys.c
4981                 Simplify GTK includes (with the advantage
4982                 of compiling against GTK+2.13); patch by
4983                 Charles A Edwards
4984
4985 2008-07-05 [colin]      3.5.0cvs9
4986
4987         * src/wizard.c
4988                 Add SSL client certificates
4989
4990 2008-07-05 [colin]      3.5.0cvs8
4991
4992         * src/prefs_account.c
4993         * src/common/session.h
4994                 Fix warnings
4995         * src/common/ssl.c
4996                 Add one path for certs
4997
4998 2008-07-05 [colin]      3.5.0cvs7
4999
5000         * src/prefs_account.c
5001                 Fix no-ssl build
5002
5003 2008-07-04 [colin]      3.5.0cvs6
5004
5005         * src/common/ssl.c
5006         * src/common/ssl.h
5007         * src/common/ssl_certificate.c
5008                 Workaround distro bugs and fix certificate checking
5009                 with OpenSSL
5010
5011 2008-07-04 [colin]      3.5.0cvs5
5012
5013         * src/filtering.c
5014         * src/common/ssl_certificate.c
5015         * src/common/ssl_certificate.h
5016         * src/etpan/imap-thread.c
5017         * src/etpan/nntp-thread.c
5018                 Fix some leaks, thanks to Martin Zwickel
5019                 Rename gnutls functions that do the same
5020                 as OpenSSL ones, to avoid symbol clashing
5021                 when Claws is built against GnuTLS and
5022                 libetpan against OpenSSL
5023
5024 2008-07-04 [paul]       3.5.0cvs4
5025
5026         * src/prefs_account.c
5027                 remove 1 forgotten '.'
5028
5029 2008-07-04 [paul]       3.5.0cvs3
5030
5031         * src/prefs_account.c
5032                 layout/engrish fixes to the 'Client
5033                 certificates' frame
5034
5035 2008-07-03 [colin]      3.5.0cvs2
5036
5037         * src/imap.c
5038         * src/news.c
5039         * src/pop.c
5040         * src/prefs_account.c
5041         * src/prefs_account.h
5042         * src/prefs_common.c
5043         * src/send_message.c
5044         * src/common/session.c
5045         * src/common/session.h
5046         * src/common/smtp.c
5047         * src/common/smtp.h
5048         * src/common/socket.h
5049         * src/common/ssl.c
5050         * src/common/ssl.h
5051         * src/common/ssl_certificate.c
5052         * src/common/ssl_certificate.h
5053         * src/etpan/imap-thread.c
5054         * src/etpan/nntp-thread.c
5055         * src/gtk/inputdialog.c
5056                 Add support for SSL client certificates (either PEM files
5057                 with certificate and private key, either PKCS12 files)
5058
5059 2008-06-28 [colin]      3.5.0cvs1
5060
5061         * src/foldersel.c
5062                 Fix compilation with older GTKs
5063
5064 2008-06-27 [paul]       3.5.0
5065
5066         * NEWS
5067         * README
5068         * RELEASE_NOTES 
5069                 3.5.0 released
5070
5071 2008-06-27 [paul]       3.4.0cvs116
5072
5073         * src/gtk/authors.h
5074                 complete cvs115
5075
5076 2008-06-27 [paul]       3.4.0cvs115
5077
5078         * configure.ac
5079         * src/gtk/authors.h
5080                 no longer build unmaintained translations
5081
5082 2008-06-27 [paul]       3.4.0cvs114
5083
5084         * po/de.po
5085         * po/fi.po
5086         * po/pt_BR.po
5087                 updated by Stephan Sachse, Flammie Pirinen, and
5088                 Frederico Goncalves Guimaraes
5089
5090 2008-06-26 [wwp]        3.4.0cvs113
5091
5092         * manual/fr/advanced.xml
5093                 Update French version of the manual (AutoFaces documentation).
5094
5095 2008-06-26 [wwp]        3.4.0cvs112
5096
5097         * manual/fr/advanced.xml
5098         * manual/fr/plugins.xml
5099                 Updated French version of the manual (completed
5100                 hidden options list, added note about Clawsker
5101                 and new mail archiver plugin).
5102
5103 2008-06-25 [colin]      3.4.0cvs111
5104
5105         * src/gtk/gtkaspell.c
5106                 Fix non-UTF8 in the replace with dialog
5107         * src/prefs_actions.c
5108                 Fix possible crasher
5109                 Patches by Pawel
5110
5111 2008-06-24 [mones]      3.4.0cvs110
5112
5113         * src/autofaces.c
5114                 Fix non-warning message, downgraded to debug info
5115
5116 2008-06-24 [colin]      3.4.0cvs109
5117
5118         * src/summaryview.c
5119                 Fix bug 1650, Message line too small after 
5120                 changing columns in "three columns" layout
5121
5122 2008-06-24 [colin]      3.4.0cvs108
5123
5124         * src/messageview.c
5125                 Fix Spam button sensitivity in newsgroups
5126
5127 2008-06-23 [wwp]        3.4.0cvs107
5128
5129         * po/fr.po
5130                 Updated French translation.
5131
5132 2008-06-23 [mones]      3.4.0cvs106
5133
5134         * po/es.po
5135                 Updated translation for release
5136
5137 2008-06-22 [mones]      3.4.0cvs105
5138
5139         * manual/es/plugins.xml
5140                 Synced new entry for Mail Archiver plugin
5141
5142 2008-06-22 [colin]      3.4.0cvs104
5143
5144         * src/compose.c
5145                 Fix initial cursor position
5146
5147 2008-06-21 [paul]       3.4.0cvs103
5148
5149         * manual/plugins.xml
5150                 add an entry for the new Mail Archiver plugin
5151
5152 2008-06-21 [paul]       3.4.0cvs102
5153
5154         * src/gtk/about.c
5155                 we're in 'string freeze', put back the
5156                 < > symbols for now
5157
5158 2008-06-21 [paul]       3.4.0cvs101
5159
5160         * manual/advanced.xml
5161         * manual/es/advanced.xml
5162                 fix build warning: <emphasis> cannot be contained
5163                 within <filename>
5164         * src/gtk/about.c
5165                 fix non-clickable link on License page and drop
5166                 the containing < > symbols to match other links
5167
5168 2008-06-20 [mones]      3.4.0cvs100
5169
5170         * manual/advanced.xml
5171                 Added autofaces documentation, note about clawsker in hidden
5172                 preferences, minor markup fix. Thanks Paul for proofreading
5173         * manual/es/advanced.xml
5174                 Synchronised Spanish manual
5175
5176 2008-06-16 [colin]      3.4.0cvs99
5177
5178         * src/compose.c
5179                 Fix cursor placing on signature change
5180
5181 2008-06-16 [paul]       3.4.0cvs98
5182
5183         * src/imap_gtk.c
5184         * src/mh_gtk.c
5185         * src/gtk/inputdialog.c
5186                 really fussy coding style fixes
5187
5188 2008-06-16 [paul]       3.4.0cvs97
5189
5190         * src/Makefile.am
5191                 keep the alphabetical order
5192
5193 2008-06-13 [mones]      3.4.0cvs96
5194
5195         * src/autofaces.c
5196                 Fix crasher ;-)
5197         * src/prefs_filtering_action.c
5198                 Fixed cosmetic bug, processing also displays "Filtering"
5199
5200 2008-06-13 [mones]      3.4.0cvs95
5201
5202         * src/Makefile.am
5203         * src/autofaces.c       ** NEW FILE **  
5204         * src/autofaces.h       ** NEW FILE **
5205         * src/compose.c
5206                 Allow setting Faces and X-Faces globally and per-account
5207                 from configuration files under ~/.claws-mail/autofaces
5208
5209 2008-06-13 [holger]     3.4.0cvs94
5210
5211         * .cvsignore
5212                 More files to ignore
5213         * src/gtk/inputdialog.c
5214         * src/gtk/inputdialog.h
5215                 Make input dialog more generic so that a checkbox
5216                 with custom text can be used in addition to the
5217                 "remember this" checkbox
5218         * src/imap_gtk.c
5219         * src/mh_gtk.c
5220         * src/prefs_common.c
5221         * src/prefs_common.h
5222                 Allow new folders to inherit the properties of the
5223                 parent folder during folder creation
5224
5225 2008-06-13 [wwp]        3.4.0cvs93
5226
5227         * src/addressbook.c
5228                 a better fix for this string, won't break up translations,
5229                 and is conform to other similar ones.
5230
5231 2008-06-13 [wwp]        3.4.0cvs92
5232
5233         * src/addrduplicates.c
5234         * src/addressadd.c
5235         * src/addressbook.c
5236         * src/addressbook_foldersel.c
5237         * src/editgroup.c
5238                 use tree decorations everywhere AB folders are used (AB tree pane,
5239                     add address to AB, select AB folder, edit group, custom attr, find dup
5240                     results), in order to match global style
5241                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
5242                     double clicking on groups in tree pane does open the group edit dialog
5243                     double clicking on other items in tree pane does expand/collapse
5244                 fix a missing space in AB's delete-folder dialog
5245                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
5246
5247         * src/foldersel.c
5248                 make foldersel dialog show dotted lines according to global (hidden) prefs
5249
5250 2008-06-12 [colin]      3.4.0cvs91
5251
5252         * src/compose.c
5253         * src/compose.h
5254                 Fix bug 1635, 'Last character of message is truncated 
5255                 when changing accounts w/ sigs'
5256         * src/folderview.c
5257                 Fix bug 1636, 'Can't select "properties" on "folders 
5258                 only" folders'
5259
5260 2008-06-11 [colin]      3.4.0cvs90
5261
5262         * src/folder.c
5263                 Maybe fix bug 1623, 'exits with segfault when 
5264                 logging in to certain imap-servers'
5265
5266 2008-06-10 [mones]      3.4.0cvs89
5267
5268         * AUTHORS
5269         * tools/Makefile.am
5270         * tools/README
5271         * tools/convert_mbox.sh
5272                 Undo cvs86 and cvs87, it really should be a patch to 
5273                 convert_mbox.pl
5274
5275 2008-06-10 [wwp]        3.4.0cvs88
5276
5277         * po/fr.po
5278                 Updated French translation.
5279
5280 2008-06-10 [mones]      3.4.0cvs87
5281
5282         * tools/Makefile.am
5283                 Oops, forgot to add previous script for distribution
5284
5285 2008-06-10 [mones]      3.4.0cvs86
5286
5287         * AUTHORS
5288         * tools/README
5289         * tools/convert_mbox.sh
5290                 Added script to convert Evolution mail folders contributed
5291                 by Daniel Dickinson <cshore@fionavar.ca>
5292                 Fixes debian bug 461435
5293
5294 2008-06-09 [colin]      3.4.0cvs85
5295
5296         * src/main.c
5297                 Integrate AWN information bubble if dbus is
5298                 available
5299         * src/folder.c
5300                 Fix crash when calling scan_required() on 
5301                 folder classes that don't implement them
5302         * src/common/session.c
5303                 Fix a little typo
5304
5305 2008-06-09 [colin]      3.4.0cvs84
5306
5307         * src/main.c
5308                 Fix bug 1447, 'If user tries to close while starting 
5309                 up, it will not close ever.'
5310
5311 2008-06-09 [colin]      3.4.0cvs83
5312
5313         * src/filtering.c
5314                 Fix bug 1628, 'Claws Mail crashes when 
5315                 filtering selected messages'
5316
5317 2008-06-04 [colin]      3.4.0cvs82
5318
5319         * src/messageview.c
5320                 Complete handling of html parts in multipart/alternative
5321                 mails
5322
5323 2008-06-03 [paul]       3.4.0cvs81
5324
5325         * src/prefs_message.c
5326                 make always the english good
5327
5328 2008-06-03 [colin]      3.4.0cvs80
5329
5330         * src/mainwindow.c
5331         * src/mainwindow.h
5332                 Fix bug 1624, '[PATCH] Quick search should be 
5333                 disabled for folder view'; based on a patch by
5334                 Michael Terry
5335
5336 2008-06-03 [iwkse]      3.4.0cvs79
5337
5338         * src/addressbook.c
5339                 Fix little gui bug on button sensitivity
5340         * src/messageview.c
5341         * src/prefs_common.c
5342         * src/prefs_common.h
5343         * src/prefs_message.c
5344                 Allow by default to show html in multipart/alternative
5345
5346 2008-06-02 [colin]      3.4.0cvs78
5347
5348         * src/prefs_actions.c
5349                 GUI rework, patch by Pawel 
5350
5351 2008-06-02 [colin]      3.4.0cvs77
5352
5353         * src/quote_fmt.c
5354                 Fix sensitivity/alignment, patch from
5355                 Pawel
5356
5357 2008-05-31 [colin]      3.4.0cvs76
5358
5359         * src/imap.c
5360                 Fix login issue introduced in cvs75.
5361
5362 2008-05-31 [colin]      3.4.0cvs75
5363
5364         * src/imap.c
5365                 Fix more possible double-frees. Also, fix the root cause
5366                 of these double-frees by just noting the Session is to
5367                 be destroyed instead of destroying it in flight
5368
5369 2008-05-29 [paul]       3.4.0cvs74
5370
5371         * manual/keyboard.xml
5372                 'Makes' these entries like the others
5373
5374 2008-05-29 [colin]      3.4.0cvs73
5375
5376         * src/procmsg.h
5377                 Include utils.h in case we
5378                 need to pull goffset definition
5379
5380 2008-05-29 [colin]      3.4.0cvs72
5381
5382         * src/common/utils.h
5383                 Workaround a stupid Glib issue, where
5384                 goffset happens to be undefined. 
5385
5386 2008-05-28 [colin]      3.4.0cvs71
5387
5388         * src/compose.c
5389         * src/compose.h
5390         * src/grouplistdialog.c
5391         * src/image_viewer.c
5392         * src/imap.c
5393         * src/inc.c
5394         * src/main.c
5395         * src/matcher.c
5396         * src/messageview.c
5397         * src/mimeview.c
5398         * src/prefs_themes.c
5399         * src/procmsg.h
5400         * src/summaryview.c
5401         * src/summaryview.h
5402         * src/textview.c
5403         * src/common/smtp.c
5404         * src/common/utils.c
5405         * src/common/utils.h
5406                 Use goffset instead of off_t for MsgInfo's size
5407                 Allows using MsgInfo structure from plugins
5408                 compiled with largefile support
5409
5410 2008-05-26 [colin]      3.4.0cvs70
5411
5412         * src/mainwindow.c
5413         * src/mainwindow.h
5414                 Define THEME_CHANGED_HOOKLIST and invoke
5415                 it on theme change
5416         * src/plugins/trayicon/trayicon.c
5417                 Listen to THEME_CHANGED_HOOKLIST and
5418                 update accordingly
5419
5420 2008-05-26 [paul]       3.4.0cvs69
5421
5422         * src/mimeview.c
5423                 plug a leak in mimeview_save_all()
5424
5425 2008-05-24 [colin]      3.4.0cvs68
5426
5427         * src/common/utils.h
5428                 Fix wrong define on old glibs
5429
5430 2008-05-24 [paul]       3.4.0cvs67
5431
5432         * src/Makefile.am
5433         * src/stock_pixmap.c
5434         * src/stock_pixmap.h
5435         * src/toolbar.c
5436         * src/pixmaps/cancel.xpm
5437         * src/pixmaps/close.xpm
5438                 add a specific icon for A_CANCEL_INC (addresses
5439                 point 1 of bug 1609 'Icon issues')
5440                 replace close.xpm with an icon of the standard
5441                 24x24 size
5442
5443 2008-05-24 [paul]       3.4.0cvs66
5444
5445         * src/pixmaps/insert_file.xpm
5446                 replaced
5447
5448 2008-05-23 [paul]       3.4.0cvs65
5449
5450         * src/common/md5.c
5451         * src/common/md5.h
5452                 add the possibility to check md5 on binary files,
5453                 thanks to Colin
5454
5455 2008-05-23 [colin]      3.4.0cvs64
5456
5457         * src/mainwindow.c
5458         * src/summaryview.c
5459                 Fix bug 1610, 'claws crash after opening/closing 
5460                 preferences and window update'
5461
5462 2008-05-22 [colin]      3.4.0cvs63
5463
5464         * src/prefs_filtering_action.c
5465         * src/gtk/combobox.c
5466         * src/gtk/combobox.h
5467                 Fix reselecting of Tags actions in
5468                 filtering actions dialog
5469
5470 2008-05-22 [colin]      3.4.0cvs62
5471
5472         * src/Makefile.am
5473         * src/prefs_toolbar.c
5474         * src/stock_pixmap.c
5475         * src/stock_pixmap.h
5476         * src/toolbar.c
5477         * src/pixmaps/delete_btn.xpm
5478         * src/pixmaps/insert_file.xpm
5479         * src/pixmaps/mail_reply_to_list.xpm
5480                 Fix more of bug 1609:
5481                 - Add a Delete button icon
5482                 - Add a Reply to list button icon
5483                 - Fix Insert file button icon
5484                 Artwork by Ciprian Popovici.
5485
5486 2008-05-21 [colin]      3.4.0cvs61
5487
5488         * src/common/utils.c
5489                 Fix a little leak
5490
5491 2008-05-21 [wwp]        3.4.0cvs60
5492
5493         * src/prefs_filtering.c
5494                 Don't show SMTP-only accounts in accounts list, as they are
5495                 irrelevant for filtering incoming messages.
5496
5497 2008-05-21 [colin]      3.4.0cvs59
5498
5499         * src/mainwindow.c
5500                 Don't put SMTP-only accounts in receive menus
5501
5502 2008-05-21 [colin]      3.4.0cvs58
5503
5504         * src/imap.c
5505                 Fix cvs56 (brain fart)
5506
5507 2008-05-21 [colin]      3.4.0cvs57
5508
5509         * src/common/utils.c
5510                 Fix bug 1615, 'hang on FIFO when the other end's not 
5511                 opened'
5512
5513 2008-05-21 [colin]      3.4.0cvs56
5514
5515         * src/imap.c
5516                 Fix a warning
5517
5518 2008-05-19 [colin]      3.4.0cvs55
5519
5520         * src/plugins/pgpcore/sgpgme.c
5521                 Maybe fix debian bug 481856, 'Segmentation fault 
5522                 when verifying a GPG signature'. Although it 
5523                 looks like a race condition...
5524
5525 2008-05-19 [colin]      3.4.0cvs54
5526
5527         * src/prefs_filtering_action.c
5528         * src/prefs_matcher.c
5529         * src/common/tags.c
5530         * src/common/tags.h
5531         * src/gtk/combobox.c
5532         * src/gtk/combobox.h
5533                 Patch by Pawel: disabled Tags menus in filtering dialogs
5534
5535 2008-05-19 [colin]      3.4.0cvs53
5536
5537         * src/prefs_account.c
5538                 GUI patch by Pawel: align ports entries
5539
5540 2008-05-19 [colin]      3.4.0cvs52
5541
5542         * src/mainwindow.c
5543                 Fix bug 1616, 'strange question while emptying trash'
5544
5545 2008-05-18 [colin]      3.4.0cvs51
5546
5547         * src/common/plugin.c
5548         * src/etpan/imap-thread.c
5549         * src/etpan/nntp-thread.c
5550         * src/gtk/gtksctree.c
5551                 Fix bug 1613, 'Various memory leaks'; 
5552                 based on a patch by Didier Barvaux.
5553
5554 2008-05-18 [colin]      3.4.0cvs50
5555
5556         * src/mimeview.c
5557         * src/privacy.h
5558         * src/toolbar.c
5559         * src/toolbar.h
5560         * src/plugins/pgpcore/sgpgme.c
5561                 Fix more parts of bug 1609:
5562                 - Make use of specific Expired privacy icon
5563                 - Use CLOSE instead of NOTICE_ERROR for cancel
5564                   receiving
5565                 - Allow a Preferences button in the main toolbar
5566
5567 2008-05-18 [colin]      3.4.0cvs49
5568
5569         * src/stock_pixmap.c
5570                 Fix bug with non-updating icons after theme change:
5571                 If fetching pixbuf for a given icon after a theme
5572                 change, the next pixmap fetch would return the old
5573                 cached one, as the theme change was forgotten at 
5574                 this time. (and vice-versa). This was mostly 
5575                 visible on open folder icons
5576
5577 2008-05-17 [colin]      3.4.0cvs48
5578
5579         * src/prefs_summaries.c
5580         * src/summaryview.c
5581                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
5582                 options'. Patch by Pawel
5583
5584 2008-05-16 [colin]      3.4.0cvs47
5585
5586         * src/imap.c
5587                 Fix another possible crash (on fatal errors
5588                 at login, like stream error).
5589
5590 2008-05-16 [paul]       3.4.0cvs46
5591
5592         * tools/thunderbird-filters-convertor.pl
5593                 fix a typo
5594                 fix reading a tb rule that contains something
5595                 like that: \"Sender\"
5596
5597 2008-05-16 [paul]       3.4.0cvs45
5598
5599         * tools/README
5600         * tools/csv2addressbook.pl
5601                 add support for gmail exported csv address book
5602
5603 2008-05-16 [colin]      3.4.0cvs44
5604
5605         * configure.ac
5606         * src/ldapupdate.c
5607                 Fix ldap deprecated calls. Patch by
5608                 Michael Rasmussen
5609
5610 2008-05-16 [paul]       3.4.0cvs43
5611
5612         * manual/de/account.xml
5613         * manual/it/account.xml
5614         * manual/it/ack.xml
5615         * manual/it/addrbook.xml
5616         * manual/it/claws-mail-manual.xml
5617         * manual/it/gpl.xml
5618         * manual/it/intro.xml
5619         * manual/it/starting.xml
5620                 add pages towards German and Italian manuals.
5621                 (just for storage, they are not built yet, due
5622                 to being incomplete.) submitted by Speckmade
5623                 <Speckmade@gmx.net> and Salvatore De Paolis
5624                 <iwkse@claws-mail.org>
5625
5626 2008-05-16 [colin]      3.4.0cvs42
5627
5628         * src/gtk/sslcertwindow.c
5629                 Fix SHA1 fingerprint with GnuTLS
5630
5631 2008-05-15 [colin]      3.4.0cvs41
5632
5633         * src/gtk/sslcertwindow.c
5634                 Print SHA1 fingerprint too
5635
5636 2008-05-15 [colin]      3.4.0cvs40
5637
5638         * src/imap.c
5639                 Fix certificate port on TLS. It was 
5640                 previously always 0.
5641                 **IMPORTANT INFORMATION**: this will trigger 
5642                 one wrong "New certificate" warning at the 
5643                 first connection with this fix, if using STARTTLS
5644                 on IMAP.
5645         * src/gtk/sslcertwindow.c
5646                 Make labels selectable
5647
5648 2008-05-15 [colin]      3.4.0cvs39
5649
5650         * src/imap.c
5651                 Fix double free when STARTTLS fails (for
5652                 example due to refusing the certificate)
5653
5654 2008-05-15 [paul]       3.4.0cvs38
5655
5656         * manual/advanced.xml
5657                 fix typo
5658
5659 2008-05-15 [paul]       3.4.0cvs37
5660
5661         * manual/advanced.xml
5662         * src/prefs_send.c
5663                 make outgoing_fallback_to_ascii a hidden pref
5664
5665 2008-05-14 [colin]      3.4.0cvs36
5666
5667         * src/main.c
5668         * src/mainwindow.c
5669         * src/mainwindow.h
5670                 Make it possible to cancel quit when Claws
5671                 ask whether to empty trash.
5672
5673 2008-05-14 [colin]      3.4.0cvs35
5674
5675         * src/compose.c
5676         * src/prefs_common.c
5677         * src/prefs_common.h
5678         * src/prefs_send.c
5679                 Add a preference to be able to specify an
5680                 outgoing charset/encoding but still fallback
5681                 to 7bit US-ASCII when possible (default TRUE,
5682                 same behavior as pre-cvs34)
5683
5684 2008-05-14 [colin]      3.4.0cvs34
5685
5686         * src/compose.c
5687                 Always use the specified encoding and charset if it is
5688                 specified, even if the mail is ASCII.
5689
5690 2008-05-13 [paul]       3.4.0cvs33
5691
5692         * src/ldapupdate.c
5693                 fix the build warnings the easy way for now
5694
5695 2008-05-13 [colin]      3.4.0cvs32
5696
5697         * src/prefs_themes.c
5698                 Count .png files as icons too (fixes part
5699                 of bug 1609, 'Icon issues')
5700
5701 2008-05-13 [wwp]        3.4.0cvs31
5702
5703         * src/addressbook_foldersel.c
5704                 Fix wrong check (completes 3.4.0.cvs30).
5705
5706 2008-05-12 [wwp]        3.4.0cvs30
5707
5708         * src/addressbook.c
5709         * src/addressbook_foldersel.c
5710         * src/filtering.c
5711         * src/matcher.c
5712         * src/prefs_matcher.c
5713         * src/plugins/bogofilter/bogofilter.c
5714         * src/plugins/bogofilter/bogofilter_gtk.c
5715         * src/plugins/dillo_viewer/dillo_prefs.c
5716         * src/plugins/spamassassin/spamassassin.c
5717         * src/plugins/spamassassin/spamassassin_gtk.c
5718                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
5719                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
5720                 translated string "Any" in plugins (whitelisting) and
5721                 UTF8 comparisons.
5722
5723 2008-05-07 [colin]      3.4.0cvs29
5724
5725         * configure.ac
5726                 Fix --enable-maemo (assume --enable-generic-umpc)
5727
5728 2008-05-07 [colin]      3.4.0cvs28
5729
5730         * configure.ac
5731         * src/account.c
5732         * src/addr_compl.c
5733         * src/compose.c
5734         * src/editaddress.c
5735         * src/folderview.c
5736         * src/mainwindow.c
5737         * src/messageview.c
5738         * src/mimeview.c
5739         * src/prefs_account.c
5740         * src/prefs_common.c
5741         * src/prefs_display_header.c
5742         * src/prefs_filtering.c
5743         * src/prefs_summaries.c
5744         * src/prefs_template.c
5745         * src/prefs_toolbar.c
5746         * src/stock_pixmap.c
5747         * src/summaryview.c
5748         * src/summaryview.h
5749         * src/textview.c
5750         * src/toolbar.c
5751         * src/gtk/about.c
5752         * src/gtk/gtksctree.c
5753         * src/gtk/menu.c
5754         * src/gtk/prefswindow.c
5755         * src/gtk/sslcertwindow.c
5756                 Separate generic UMPC code (layouts, ...) from 
5757                 MAEMO code (Hildon, ...)
5758
5759 2008-05-06 [paul]       3.4.0cvs27
5760
5761         * tools/claws.i18n.status.pl
5762                 add he.po
5763
5764 2008-05-06 [colin]      3.4.0cvs26
5765
5766         * src/common/utils.c
5767                 Maybe fix crash on FreeBSD
5768
5769 2008-05-05 [colin]      3.4.0cvs25
5770
5771         * src/messageview.c
5772                 Fix bug 1602, 'Crash when sending return receipt for
5773                 messages with no subject'
5774
5775 2008-05-05 [colin]      3.4.0cvs24
5776
5777         * src/mimeview.c
5778                 Don't overwrite temporary files with same
5779                 name when drag and dropping. Fixes bug 1599,
5780                 'attach multiple files with the same name from 
5781                 one mail to another'
5782
5783 2008-05-04 [paul]       3.4.0cvs23
5784
5785         * src/compose.c
5786         * src/prefs_common.c
5787                 fix bug 1587 'can not replay with quote'
5788
5789 2008-05-03 [colin]      3.4.0cvs22
5790
5791         * po/de.po
5792                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
5793
5794 2008-05-03 [colin]      3.4.0cvs21
5795
5796         * src/toolbar.c
5797                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
5798                 icon isn't grayed although ineffective'
5799
5800 2008-05-02 [wwp]        3.4.0cvs20
5801
5802         * po/fr.po
5803                 Fix translation.
5804
5805         * src/prefs_folder_item.c
5806                 Add missing notice in folder properties (templates) when
5807                 folder is a root node.
5808
5809 2008-04-30 [colin]      3.4.0cvs19
5810
5811         * src/prefs_toolbar.c
5812                 Add Trash and Delete icons to the icon chooser
5813
5814 2008-04-30 [colin]      3.4.0cvs18
5815
5816         * src/compose.c
5817                 Remove "Delete entire line" which was a noop
5818                 and should be the same as "Delete line" :)
5819
5820 2008-04-30 [colin]      3.4.0cvs17
5821
5822         * src/compose.c
5823                 Fix 'Delete line' and 'Delete to end of line'
5824                 on the last line. Patch by <seelenhirt@gmx.net>
5825
5826 2008-04-28 [colin]      3.4.0cvs16
5827
5828         * src/folder.c
5829                 Fix bug 1589, 'tagsdb file not removed when
5830                 folder deleted'.
5831         * src/common/utils.c
5832                 Make sure claws_unlink accepts NULL arg.
5833
5834 2008-04-25 [colin]      3.4.0cvs15
5835
5836         * src/common/ssl.c
5837                 Fix/simplify previous commit
5838
5839 2008-04-25 [colin]      3.4.0cvs14
5840
5841         * src/addrindex.h
5842         * src/common/ssl_certificate.c
5843                 Patch by Marcus: Fix Win32 build
5844         * src/common/ssl.c
5845                 Fix build with GnuTLS/no pthread, thanks
5846                 to Marcus
5847
5848 2008-04-25 [colin]      3.4.0cvs13
5849
5850         * src/summaryview.c
5851                 Fix bug 1586, '3-pane vertical layout now and then 
5852                 still shows sender column'
5853
5854 2008-04-25 [colin]      3.4.0cvs12
5855
5856         * src/Makefile.am
5857         * src/w32-logo.ico
5858         * src/w32-resource.rc
5859                 Patch from Marcus Brinkmann to set an icon on w32.
5860
5861 2008-04-24 [colin]      3.4.0cvs11
5862
5863         * src/inc.c
5864         * src/inc.h
5865                 Trace inc locks
5866         * src/ldif.c
5867         * src/ldif.h
5868                 Fix bug 1581, 'Bad File Format during Import LDIF':
5869                 Use dynamically allocated buffers; also, allow 
5870                 importing contacts with no email address
5871
5872 2008-04-24 [colin]      3.4.0cvs10
5873
5874         * src/prefs_common.c
5875                 Increment the timeout a bit on OpenBSD, 75 isn't enough
5876
5877 2008-04-23 [colin]      3.4.0cvs9
5878
5879         * src/compose.c
5880         * src/prefs_folder_item.c
5881         * src/prefs_template.c
5882         * src/quote_fmt.c
5883                 Fix bug 1576: Fix unescaping of templates when testing them
5884                 I think it breaks nothing. (wwp, you're welcome to double-check)
5885
5886 2008-04-23 [paul]       3.4.0cvs8
5887
5888         * manual/advanced.xml
5889                 add info about the "two_line_vertical" hidden
5890                 pref
5891
5892 2008-04-22 [paul]       3.4.0cvs7
5893
5894         * src/prefs_common.c
5895         * src/prefs_common.h
5896         * src/summaryview.c
5897                 make the 2-line view in summaryview when in three
5898                 columns mode configurable. hidden pref: "two_line_vertical"
5899
5900 2008-04-22 [colin]      3.4.0cvs6
5901
5902         * src/inc.c
5903                 Fix missing inc_unlock()
5904         * src/prefs_matcher.c
5905         * src/send_message.c
5906                 Fix my last commit
5907
5908 2008-04-22 [colin]      3.4.0cvs5
5909
5910         * src/etpan/imap-thread.c
5911                 Use g_(un)setenv instead of (un)setenv which
5912                 doesn't exist on IRIX 6.5
5913
5914 2008-04-22 [colin]      3.4.0cvs4
5915
5916         * src/inc.c
5917         * src/prefs_common.c
5918         * src/send_message.c
5919                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
5920                 Set the default timeout to 75 seconds
5921
5922 2008-04-20 [colin]      3.4.0cvs3
5923
5924         * src/pixmaps/tray_newmail.offline.xpm
5925         * src/pixmaps/tray_newmail.xpm
5926         * src/pixmaps/tray_newmarkedmail.offline.xpm
5927         * src/pixmaps/tray_newmarkedmail.xpm
5928         * src/pixmaps/tray_nomail.offline.xpm
5929         * src/pixmaps/tray_nomail.xpm
5930         * src/pixmaps/tray_unreadmail.offline.xpm
5931         * src/pixmaps/tray_unreadmail.xpm
5932         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
5933         * src/pixmaps/tray_unreadmarkedmail.xpm
5934                 Make the tray icons a bit nicer. Would be
5935                 nice to get really nice icons from someone
5936                 who's good at Gimp :)
5937
5938 2008-04-18 [colin]      3.4.0cvs2
5939
5940         * src/common/log.c
5941                 Forgot one g_unlink
5942
5943 lease complete the changelog entry below
5944 2008-04-18 [colin]      3.4.0cvs1
5945
5946         * src/addrduplicates.c
5947         * src/addressbook.c
5948         * src/compose.c
5949         * src/crash.c
5950         * src/editaddress.c
5951         * src/folder.c
5952         * src/image_viewer.c
5953         * src/imap.c
5954         * src/inc.c
5955         * src/main.c
5956         * src/mbox.c
5957         * src/messageview.c
5958         * src/mh.c
5959         * src/msgcache.c
5960         * src/news.c
5961         * src/partial_download.c
5962         * src/pop.c
5963         * src/prefs_common.c
5964         * src/prefs_common.h
5965         * src/prefs_other.c
5966         * src/prefs_themes.c
5967         * src/procheader.c
5968         * src/procmime.c
5969         * src/procmsg.c
5970         * src/textview.c
5971         * src/wizard.c
5972         * src/common/prefs.c
5973         * src/common/ssl_certificate.c
5974         * src/common/template.c
5975         * src/common/utils.c
5976         * src/common/utils.h
5977         * src/etpan/imap-thread.c
5978         * src/plugins/dillo_viewer/dillo_viewer.c
5979         * src/plugins/pgpcore/sgpgme.c
5980         * src/plugins/pgpinline/pgpinline.c
5981                 Add an option to shred temporary files and messages
5982                 instead of just removing them. Slows deletions down!
5983
5984 2008-04-18 [paul]       3.4.0
5985
5986         * NEWS
5987         * README
5988         * RELEASE_NOTES 
5989                 3.4.0 released
5990
5991
5992 2008-04-18 [paul]       3.3.1cvs61
5993
5994         * po/de.po
5995         * po/fi.po
5996         * po/it.po
5997         * po/pt_BR.po
5998                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
5999                 and Frederico Goncalves Guimaraes
6000         * po/es.po
6001                 updated on the last minute by a lazy Ricardo Mones
6002
6003 2008-04-18 [colin]      3.3.1cvs60
6004
6005         * po/fr.po
6006                 Update translation (Fabien Vantard)
6007
6008 2008-04-17 [colin]      3.3.1cvs59
6009
6010         * src/imap.c
6011                 Fix debian bug 474712, 'claws seg faults when IMAP 
6012                 connection breaks after an IMAP protocol error 
6013                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
6014         * src/summaryview.c
6015                 Fix a little leak
6016
6017 2008-04-17 [colin]      3.3.1cvs58
6018
6019         * src/common/log.c
6020                 Fix log size getting out of control (claws-mail
6021                 getting SIGXFSZ): rotate if every 10MB
6022
6023 2008-04-10 [paul]       3.3.1cvs57
6024
6025         * src/prefs_other.c
6026                 improvements to english usage
6027
6028 2008-04-10 [paul]       3.3.1cvs56
6029
6030         * src/prefs_receive.c
6031                 add an accurate description
6032
6033 2008-04-08 [colin]      3.3.1cvs55
6034
6035         * src/undo.c
6036                 Probably fix corruption, introduced in cvs53
6037
6038 2008-04-04 [iwkse]      3.3.1cvs54
6039
6040         * src/undo.c
6041                 undo should works properly again
6042
6043 2008-04-04 [iwkse]      3.3.1cvs53
6044
6045         * src/undo.c
6046                 Fix a segfault but breaks undo
6047                 on a specific case (eg. double paste with
6048                 middle-mouse button)
6049
6050 2008-04-04 [iwkse]      3.3.1cvs52
6051
6052         * src/prefs_filtering.c
6053                 Fix previous Tab mess
6054
6055 2008-04-03 [iwkse]      3.3.1cvs51
6056
6057         * src/prefs_filtering.c
6058                 Add search in filtering rules list
6059
6060 2008-04-02 [colin]      3.3.1cvs50
6061
6062         * src/main.c
6063                 Revert part of the previous patch: we do
6064                 want to parse ~/.claws-mail/gtkrc-2.0 if it
6065                 exists
6066
6067 2008-04-02 [colin]      3.3.1cvs49
6068
6069         * src/main.c
6070                 Fix bug 1562, 'Claws-Mail does not completely 
6071                 respect settings in GTK2_RC_FILES environment'
6072                 Remove manual parsing of .gtkrc-2.0 and 
6073                 .gtk/gtkrc-2.0. GTK does it itself these days.
6074
6075 2008-04-01 [colin]      3.3.1cvs48
6076
6077         * src/imap_gtk.c
6078                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
6079                 ticking "Show only subscribed"'
6080
6081 2008-03-31 [colin]      3.3.1cvs47
6082
6083         * src/folder.c
6084                 Fix bug 1553, 'File lock not respected'
6085                 Regression due to the implementation of
6086                 deletion batching
6087
6088 2008-03-31 [colin]      3.3.1cvs46
6089
6090         * src/mainwindow.c
6091                 Fix tags menu update, thanks to Paul
6092
6093 2008-03-29 [wwp]        3.3.1cvs45
6094
6095         * src/prefs_account.c
6096         * src/prefs_common.c
6097         * src/prefs_folder_item.c
6098         * src/prefs_quote.c
6099         * src/quote_fmt.c
6100         * src/quote_fmt.h
6101                 Fix compose template formats (in global preferences)
6102                 being translated under specific conditions.
6103                 Add a button to restore factory defaults for current
6104                 language.
6105
6106 2008-03-27 [colin]      3.3.1cvs44
6107
6108         * src/common/prefs.c
6109         * src/common/xmlprops.c
6110                 Fix RedHat bug 431735, 'segfault if /home is full' 
6111                 (when starting): Fix double fclose() in prefs.c
6112                 and potentially xmlprops.c
6113
6114 2008-03-27 [colin]      3.3.1cvs43
6115
6116         * src/addressbook.c
6117                 Fix bug 1559, 'Claws Mail crashed deleting all 
6118                 common contacts'
6119
6120 2008-03-27 [wwp]        3.3.1cvs42
6121
6122         * src/addressbook.c
6123                 Fix 3.3.0cvs41.
6124
6125 2008-03-27 [wwp]        3.3.1cvs41
6126
6127         * src/addressbook.c
6128                 Prevent list flickering when deleting addresses.
6129
6130 2008-03-26 [colin]      3.3.1cvs40
6131
6132         * src/imap.c
6133                 Clean up session disconnection. Possibly
6134                 fix Ubuntu bug #204290
6135
6136 2008-03-26 [colin]      3.3.1cvs39
6137
6138         * src/textview.c
6139                 Fix bug 1555: current folder wasn't used when
6140                 right-clicking on an email address
6141
6142 2008-03-25 [colin]      3.3.1cvs38
6143
6144         * src/plugins/bogofilter/bogofilter.c
6145         * src/plugins/bogofilter/bogofilter.h
6146         * src/plugins/bogofilter/bogofilter_gtk.c
6147                 Add a "learn from whitelist" preference
6148                 Whitelist Unsure mails too.
6149
6150 2008-03-24 [paul]       3.3.1cvs37
6151
6152         * src/prefs_account.c
6153                 If no MH mailbox and no account exists, when
6154                 creating a POP/Local account, just create and
6155                 use the default one instead of bailing with a
6156                 "Mailbox doesn't exist" error
6157
6158 2008-03-21 [colin]      3.3.1cvs36
6159
6160         * src/procmime.c
6161                 strstrip mime subtype
6162
6163 2008-03-21 [paul]       3.3.1cvs35
6164
6165         * manual/advanced.xml
6166                 correct and update the info about Actions
6167
6168 2008-03-20 [colin]      3.3.1cvs34
6169
6170         * src/messageview.c
6171         * src/messageview.h
6172         * src/textview.c
6173                 Show at max 1MB of text, add a noticeview to
6174                 show everything optionally.
6175
6176 2008-03-20 [colin]      3.3.1cvs33
6177
6178         * src/stock_pixmap.c
6179                 Add support for png themes
6180
6181 2008-03-19 [wwp]        3.3.1cvs32
6182
6183         * src/procheader.c
6184                 Sanity check.
6185
6186 2008-03-18 [colin]      3.3.1cvs31
6187
6188         * src/common/utils.c
6189         * src/common/utils.h
6190                 Handle size_t instead of off_t in to_human_readable
6191
6192 2008-03-18 [colin]      3.3.1cvs30
6193
6194         * src/imap.c
6195                 Remove raw printf
6196
6197 2008-03-16 [colin]      3.3.1cvs29
6198
6199         * src/summaryview.c
6200                 Fix build on GTK < 2.12
6201
6202 2008-03-16 [colin]      3.3.1cvs28
6203
6204         * src/mainwindow.c
6205                 Refresh non-list widget when switching
6206                 messageview
6207
6208 2008-03-16 [colin]      3.3.1cvs27
6209
6210         * manual/faq.xml
6211                 Revert cvs25: This wasn't a typo :) :
6212                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
6213
6214
6215 2008-03-16 [colin]      3.3.1cvs26
6216
6217         * src/summaryview.c
6218         * src/gtk/gtksctree.c
6219         * src/gtk/gtksctree.h
6220                 Implement 2-lines items in Summaryview when in 
6221                 three columns mode
6222
6223 2008-03-16 [paul]       3.3.1cvs25
6224
6225         * manual/faq.xml
6226                 fix typo
6227
6228 2008-03-14 [colin]      3.3.1cvs24
6229
6230         * src/prefs_filtering_action.c
6231                 Fix buglet on setting recipient when
6232                 reediting forward rules.
6233
6234 2008-03-12 [colin]      3.3.1cvs23
6235
6236         * src/summaryview.c
6237                 Fix a new unused variable warning
6238         * src/plugins/trayicon/trayicon.c
6239                 Fix folderview's scrollbar at startup
6240                 if starting hidden
6241
6242 2008-03-12 [colin]      3.3.1cvs22
6243
6244         * src/folderview.c
6245         * src/summaryview.c
6246                 Use item_opened at the beginning of showing
6247                 a folder instead of the end. Fixes flicker.
6248
6249 2008-03-12 [paul]       3.3.1cvs21
6250
6251         * src/folder.c
6252         * src/folder.h
6253         * src/mainwindow.c
6254         * src/procmsg.c
6255         * src/summaryview.c
6256         * src/plugins/trayicon/trayicon.c
6257                 add tooltip with extended folder stats
6258
6259 2008-03-10 [colin]      3.3.1cvs20
6260
6261         * src/common/xml.c
6262                 Handle comments
6263
6264 2008-03-07 [colin]      3.3.1cvs19
6265
6266         * src/mainwindow.c
6267                 Fix blinking of the taskbar entry
6268
6269 2008-03-07 [colin]      3.3.1cvs18
6270
6271         * src/mainwindow.c
6272                 MAEMO: Fix bug 1494, 'Trayicon 
6273                 plugin breaks UI...'
6274
6275 2008-03-07 [paul]       3.3.1cvs17
6276
6277         * src/gtk/authors.h
6278                 reflect reality a bit more closely
6279
6280 2008-03-06 [colin]      3.3.1cvs16
6281
6282         * src/mainwindow.c
6283         * src/mainwindow.h
6284         * src/summaryview.c
6285         * src/summaryview.h
6286         * src/toolbar.c
6287                 Integrate things better wrt the new
6288                 summaryview extensibility.
6289
6290 2008-03-06 [wwp]        3.3.1cvs15
6291
6292         * src/quote_fmt.c
6293                 Fix some gcc warnings.
6294
6295 2008-03-06 [wwp]        3.3.1cvs14
6296
6297         * src/prefs_account.c
6298         * src/prefs_folder_item.c
6299         * src/prefs_gtk.c
6300         * src/prefs_template.c
6301         * src/gtk/prefswindow.c
6302         * src/gtk/prefswindow.h
6303                 prefs_templates: fix missing unregistering of addr_completion widgets
6304                 and and ending of addr_completion service.
6305                 prefs_folder_item: fix missing registering/unregistering of widgets,
6306                 and rework the way add_completion service is started and stopped.
6307                 Plus few prefswindow API changes (opening).
6308
6309 2008-03-06 [wwp]        3.3.1cvs13
6310
6311         * src/folder_item_prefs.c
6312         * src/prefs_template.c
6313         * src/prefs_template.h
6314         * src/quote_fmt.c
6315         * src/common/template.c
6316                 Complete 3.3.1cvs12, thanks to Colin.
6317
6318 2008-03-06 [wwp]        3.3.1cvs12
6319
6320         * src/compose.c
6321         * src/folder_item_prefs.c
6322         * src/folder_item_prefs.h
6323         * src/prefs_account.c
6324         * src/prefs_folder_item.c
6325         * src/prefs_quote.c
6326         * src/prefs_template.c
6327         * src/quote_fmt.c
6328         * src/quote_fmt.h
6329         * src/common/template.c
6330         * src/common/template.h
6331                 Global and per-folder templates can now override the from name (this
6332                 doesn't change the account being used).
6333                 Examples:
6334                  "My other name" <%account_email> (just changes the name)
6335                  my.faked.email@address.org (overrides the address too)
6336
6337 2008-03-05 [colin]      3.3.1cvs11
6338
6339         * src/summaryview.c
6340         * src/summaryview.h
6341                 Replace that hbox with a notebook
6342
6343 2008-03-05 [colin]      3.3.1cvs10
6344
6345         * src/folder.h
6346         * src/folderview.c
6347                 Add klass functions for notification of folder
6348                 opening/closing via the GUI
6349         * src/summaryview.c
6350         * src/summaryview.h
6351                 Add a specific container for the scrolledwin
6352
6353 2008-03-05 [colin]      3.3.1cvs9
6354
6355         * src/folder.h
6356         * src/folderview.c
6357                 Add klass functions for notification of folder 
6358                 opening/closing via the GUI
6359         * src/summaryview.c
6360         * src/summaryview.h
6361                 Add a specific container for the scrolledwin
6362
6363 2008-03-02 [colin]      3.3.1cvs8
6364
6365         * src/messageview.c
6366                 MAEMO: Fix bug 1541, 'Deleting message from within 
6367                 read window displays next message then closes.'
6368
6369 2008-03-02 [colin]      3.3.1cvs7
6370
6371         * src/main.c
6372                 Probably fix bug 1539, 'Program crashes':
6373                 Setup Gcrypt's thread functions when built
6374                 with GnuTLS
6375
6376 2008-03-01 [colin]      3.3.1cvs6
6377
6378         * src/folder.c
6379         * src/imap_gtk.c
6380                 Get rid of stale folders with no account
6381
6382 2008-02-28 [colin]      3.3.1cvs5
6383
6384         * src/compose.c
6385                 Fix bug 1534, 'Segmentation fault when doing 
6386                 some draft saving and then throwing away'
6387         * src/imap.c
6388                 Fix bug 1533, 'Claws is unable to mark messages 
6389                 as "read" in IMAP shared folders'
6390         * src/etpan/imap-thread.c
6391                 Fix bug 1515, 'large messages crash claws when 
6392                 syncing for offline mode'. This is rather a
6393                 workaround, and mails > 64MB will still be
6394                 problematic if there's less than 64MB available
6395                 on the dataroot volume.
6396         * src/messageview.c
6397                 MAEMO: Add information when fetching big messages
6398
6399 2008-02-26 [colin]      3.3.1cvs4
6400
6401         * src/imap.c
6402                 fix bug 1532, '"login refused" message insufficiently 
6403                 detailed'
6404
6405 2008-02-26 [paul]       3.3.1cvs3
6406
6407         * INSTALL
6408         * README
6409                 remove mentions of ClamAV and a few other
6410                 old bits of information
6411
6412 2008-02-23 [colin]      3.3.1cvs2
6413
6414         * src/main.c
6415                 Fix log output (missing \n)
6416
6417 2008-02-23 [colin]      3.3.1cvs1
6418
6419         * configure.ac
6420                 Bump version number for stable release
6421
6422 2008-02-23 [paul]       3.3.0cvs21
6423
6424         * po/he.po
6425                 updated by Ofer
6426
6427 2008-02-21 [colin]      3.3.0cvs20
6428
6429         * src/matcher.c
6430                 Fix bug 1527, 'filtering is case sensitive when it 
6431                 shouldn't be'
6432
6433 2008-02-20 [colin]      3.3.0cvs19
6434
6435         * src/main.c
6436                 Fix file attachments from older Thunar
6437
6438 2008-02-19 [colin]      3.3.0cvs18
6439
6440         * manual/plugins.xml
6441         * manual/es/plugins.xml
6442         * manual/fr/plugins.xml
6443         * manual/pl/plugins.xml
6444                 Remove Clamav
6445
6446 2008-02-19 [paul]       3.3.0cvs17
6447
6448         * tools/README
6449         * tools/csv2addressbook.pl
6450                 add support for Kmail/Kaddressbook
6451
6452 2008-02-18 [colin]      3.3.0cvs16
6453
6454         * src/imap.c
6455                 Unset folder's session before creating a
6456                 new one
6457         * src/main.c
6458         * src/prefs_common.c
6459         * src/prefs_common.h
6460         * manual/advanced.xml
6461                 Add an hidden use_networkmanager pref, to
6462                 disable NetworkManager handling. Also,
6463                 consider UNKNOWN state to be CONNECTED.
6464
6465 2008-02-18 [wwp]        3.3.0cvs15
6466
6467         * src/matcher.c
6468                 Fix Engrish and make 'not' more visible in filtering debug logs.
6469
6470 2008-02-15 [colin]      3.3.0cvs14
6471
6472         * src/matcher.c
6473                 Revert cvs10 for now, it breaks the feature
6474
6475 2008-02-15 [colin]      3.3.0cvs13
6476
6477         * src/main.c
6478                 Always focus folder tree at startup
6479         * src/compose.c
6480                 Fix bug 1521, 'Cannot close compose window after 
6481                 replying to a non-existent news message'
6482
6483 2008-02-13 [colin]      3.3.0cvs12
6484
6485         * src/folderview.c
6486                 Fix important warnings
6487
6488 2008-02-12 [colin]      3.3.0cvs11
6489
6490         * src/imap.c
6491         * src/etpan/imap-thread.c
6492         * src/etpan/imap-thread.h
6493                 Fix handling of $Forwarded flag on Exchange:
6494                 check for the existence or creatability of a
6495                 flag before using it.
6496
6497 2008-02-12 [colin]      3.3.0cvs10
6498
6499         * src/matcher.c
6500                 Optimise matching on Found in addressbook if
6501                 the matched header is in cache (From, etc)
6502
6503 2008-02-12 [colin]      3.3.0cvs9
6504
6505         * src/folderview.c
6506                 Fix crashy stuff when changing displayed
6507                 columns
6508
6509 2008-02-12 [wwp]        3.3.0cvs8
6510
6511         * src/folder.h
6512                 Remove duplicate func declaration and restore the one
6513                 a missing one.
6514
6515 2008-02-12 [wwp]        3.3.0cvs7
6516
6517         * src/compose.c
6518         * src/export.c
6519         * src/folder.c
6520         * src/folder.h
6521         * src/foldersel.c
6522         * src/foldersel.h
6523         * src/imap_gtk.c
6524         * src/import.c
6525         * src/mainwindow.c
6526         * src/messageview.c
6527         * src/mh_gtk.c
6528         * src/prefs_account.c
6529         * src/prefs_filtering_action.c
6530         * src/summaryview.c
6531         * src/plugins/bogofilter/bogofilter_gtk.c
6532         * src/plugins/spamassassin/spamassassin_gtk.c
6533                 Allow moving/copying folders to root folders when using
6534                 the folder selection dialog (it was not possible to
6535                 maemo users to reparent a subfolder to a root folder
6536                 at all).
6537
6538 2008-02-12 [fabien]     3.3.0cvs6
6539
6540         * po/fr.po
6541                 a few days late for i18n fr update. Sorry.
6542
6543 2008-02-11 [colin]      3.3.0cvs5
6544
6545         * src/main.c
6546                 Implement support for future /dev/mem_notify.
6547                 This Linux kernel feature will allow applications
6548                 to be notified that memory has to be freed
6549                 before getting OOM-killed. For more information:
6550                 http://lwn.net/Articles/267013/
6551
6552 2008-02-10 [paul]       3.3.0cvs4
6553
6554         * src/Makefile.am
6555         * src/mimeview.c
6556         * src/prefs_toolbar.c
6557         * src/stock_pixmap.c
6558         * src/stock_pixmap.h
6559         * src/pixmaps/mime_text_patch.xpm
6560                 add an icon for attached patches
6561
6562 2008-02-09 [paul]       3.3.0cvs3
6563
6564         * src/gtk/about.c
6565                 bump the (c) year
6566
6567 2008-02-09 [wwp]        3.3.0cvs2
6568
6569         * src/main.c
6570                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
6571
6572 2008-02-08 [colin]      3.3.0cvs1
6573
6574         * src/common/utils.c
6575                 Forbid attaching anything containing "../" or ".ssh/"
6576                 from mailto: URI
6577
6578 2008-02-08 [paul]       3.3.0
6579
6580         * NEWS
6581         * README
6582         * RELEASE_NOTES 
6583                 3.3.0 released
6584
6585 2008-02-08 [paul]       3.2.0cvs77
6586
6587         * AUTHORS
6588                 updated with new translators
6589         * configure.ac
6590                 added he to ALL_LINGUAS
6591         * po/cs.po
6592         * po/de.po
6593         * po/es.po
6594         * po/fi.po
6595         * po/hu.po
6596         * po/it.po
6597         * po/pt_BR.po
6598         * po/zh_CN.po
6599                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
6600                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
6601                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
6602                 and Ralph Young
6603         * po/he.po
6604                 new Hebrew translation by Ofer <oc666@netvision.net.il>
6605         * src/gtk/about.c
6606                 updated with new translators and bumped (c) year
6607         * src/gtk/authors.h
6608                 updated with new translators
6609
6610 2008-02-05 [colin]      3.2.0cvs76
6611
6612         * src/messageview.c
6613         * src/mimeview.c
6614         * src/mimeview.h
6615                 Special case text/calendar parts: if there's one in
6616                 the mail, and a plugin handling text/calendar is
6617                 loaded, show that part. That'll avoid rendering 
6618                 meetings as plain text, which just looks broken to
6619                 many users.
6620
6621 2008-02-04 [colin]      3.2.0cvs75
6622
6623         * src/mainwindow.c
6624                 Maemo: Fix LED handling on OS 2008
6625
6626 2008-02-01 [colin]      3.2.0cvs74
6627
6628         * src/compose.c
6629                 Possibly fix the annoying and hard-to reproduce bug
6630                 where lines 
6631                 are
6632                 rewrapped
6633                 like
6634                 that.
6635
6636 2008-02-01 [paul]       3.2.0cvs73
6637
6638         * src/common/utils.c
6639                 fix bug 1502, 'Plus signs are stripped from
6640                 email addresses when calling from command line'
6641                 Thanks to Colin
6642
6643 2008-01-31 [colin]      3.2.0cvs72
6644
6645         * src/exphtmldlg.c
6646         * src/mimeview.c
6647         * src/summaryview.c
6648                 Fix building of URIs from filenames
6649
6650 2008-01-31 [wwp]        3.2.0cvs71
6651
6652         * src/main.c
6653                 Fixes debug output of compiled-in features list
6654                 (completes 3.2.0cvs60).
6655
6656 2008-01-31 [colin]      3.2.0cvs70
6657
6658         * configure.ac
6659         * po/POTFILES.in
6660         * src/compose.c
6661         * src/plugins/Makefile.am
6662         * src/plugins/clamav/.cvsignore
6663         * src/plugins/clamav/Makefile.am
6664         * src/plugins/clamav/README
6665         * src/plugins/clamav/clamav_plugin.c
6666         * src/plugins/clamav/clamav_plugin.h
6667         * src/plugins/clamav/clamav_plugin_gtk.c
6668         * src/plugins/clamav/clamav_plugin_gtk.deps
6669                 Remove the Clamav plugin from the core
6670
6671 2008-01-28 [wwp]        3.2.0cvs69
6672
6673         * src/compose.c
6674         * src/prefs_template.c
6675         * src/prefs_template.h
6676         * src/quote_fmt.c
6677         * src/quote_fmt.h
6678         * src/quote_fmt_lex.l
6679         * src/quote_fmt_parse.y
6680                 Fix for bug #1493: count lines (\n chars) according to the way
6681                 format body is passed (i.e. \-escaped or not).
6682
6683 2008-01-27 [paul]       3.2.0cvs68
6684
6685         * po/en_GB.po
6686                 updated
6687         * src/prefs_actions.c
6688         * src/prefs_filtering.c
6689         * src/prefs_folder_item.c
6690         * src/prefs_template.c
6691         * src/gtk/about.c
6692                 some minor changes to the English
6693
6694 2008-01-24 [colin]      3.2.0cvs67
6695
6696         * src/etpan/imap-thread.c
6697         * src/etpan/nntp-thread.c
6698                 Fix bug 1348, 'Hang ups at exit time with 
6699                 pgp plugin since 3.0.2'
6700
6701 2008-01-23 [colin]      3.2.0cvs66
6702
6703         * src/toolbar.c
6704                 Fix translation of something that shouldn't be
6705
6706 2008-01-23 [colin]      3.2.0cvs65
6707
6708         * src/procmime.c
6709                 Fix bug 1486, 'Re: Incorrect content when replying'
6710                 Revert to full scan if short scan found only 0-length
6711                 text parts
6712
6713 2008-01-23 [paul]       3.2.0cvs64
6714
6715         * src/prefs_folder_item.c
6716                 fix bug 1485, 'selecting a folder's default
6717                 account if name contains '&''
6718
6719 2008-01-23 [colin]      3.2.0cvs63
6720
6721         * src/folder.c
6722         * src/folder.h
6723         * src/main.c
6724         * src/mainwindow.c
6725                 Fix bug 1480, 'should be able to display mail file
6726                 from command line'. Let 'claws-mail --select' accept
6727                 absolute paths in addition to folder identifiers.
6728
6729 2008-01-22 [wwp]        3.2.0cvs62
6730
6731         * src/account.c
6732         * src/account.h
6733         * src/compose.c
6734         * src/messageview.c
6735         * src/summaryview.c
6736         * src/common/utils.c
6737         * src/common/utils.h
6738                 Allow from=address in mailto sequence:
6739                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
6740                   The 'from' will try to select the first account matching in accounts list,
6741                   otherwise will use the usual account selection mechanism but override with
6742                   this 'from' address.
6743                 Allow mailto with NNTP accounts
6744                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
6745                   is the default one or if a NNTP account address is used with 'from'.
6746                   This is more or less a bugfix as it was possible to use mailto with a NNTP
6747                   default account but the complete mailto sequence was put in To.
6748
6749 2008-01-22 [wwp]        3.2.0cvs61
6750
6751         * doc/man/claws-mail.1
6752                 Updated the man page: status of few features, command-line
6753                 usage (--version-full) and completed list of config files
6754                 and dirs.
6755
6756 2008-01-22 [wwp]        3.2.0cvs60
6757
6758         * src/main.c
6759                 Added --version-full to display version and compiled-in
6760                 features list (for later use by Clawsker for instance).
6761
6762 2008-01-22 [holger]     3.2.0cvs59
6763
6764         * src/addrduplicates.c
6765                 Fix scrolling in addressbook duplicate
6766                 finder result dialog
6767
6768 2008-01-21 [colin]      3.2.0cvs58
6769
6770         * src/summaryview.c
6771                 Fix bug 1457, 'sorting messages on, say, from, 
6772                 should subsort on previous sort choice'. Subsort
6773                 by date when sort is Subject, From, To, Tags.
6774
6775 2008-01-21 [colin]      3.2.0cvs57
6776
6777         * AUTHORS
6778         * src/matcher.c
6779         * src/mimeview.c
6780         * src/common/ssl.c
6781         * src/gtk/authors.h
6782                 Fix bug 1478, 'Wrong pthread_create calls all 
6783                 over the place'. Patch by Christian Cornelssen
6784
6785 2008-01-20 [colin]      3.2.0cvs56
6786
6787         * src/imap.c
6788         * src/etpan/imap-thread.c
6789         * src/etpan/imap-thread.h
6790                 Fix bug 1468, 'Use IMAP keyword to 
6791                 store "forwarded" flag'
6792
6793 2008-01-20 [colin]      3.2.0cvs55
6794
6795         * src/folderutils.c
6796                 Make list operations faster
6797
6798 2008-01-20 [colin]      3.2.0cvs54
6799
6800         * src/mainwindow.c
6801                 Fix bug 1353, 'on startup with small screen 
6802                 layout, keyboard input gets lost'
6803
6804 2008-01-20 [colin]      3.2.0cvs53
6805
6806         * src/textview.c
6807                 Complete 3.2.0cvs49, and fixes bug 1477, 
6808                 'Claws Mail crashes when view PGP-encrypted 
6809                 message'
6810
6811 2008-01-20 [colin]      3.2.0cvs52
6812
6813         * src/compose.c
6814                 Fix privacy menu update when replying to
6815                 encrypted mail and no default privacy 
6816                 system is set
6817
6818 2008-01-19 [colin]      3.2.0cvs51
6819
6820         * src/filtering.c
6821         * src/procmsg.h
6822         * src/plugins/bogofilter/bogofilter.c
6823         * src/plugins/clamav/clamav_plugin.c
6824         * src/plugins/spamassassin/spamassassin.c
6825                 Batch filtering deletions too (and save 4 bytes
6826                 per MsgInfo in the process :)
6827
6828 2008-01-19 [colin]      3.2.0cvs50
6829
6830         * src/folder.c
6831                 Make cache update after copies much faster
6832                 on IMAP
6833
6834 2008-01-19 [colin]      3.2.0cvs49
6835
6836         * src/textview.c
6837                 Check g_fopen() success
6838
6839 2008-01-17 [wwp]        3.2.0cvs48
6840
6841         * manual/faq.xml
6842         * manual/es/faq.xml
6843         * manual/fr/faq.xml
6844         * manual/pl/faq.xml
6845                 Sylpheed? No idea what this means.
6846
6847 2008-01-17 [colin]      3.2.0cvs47
6848
6849         * src/gtk/gtksctree.c
6850                 Make dnd threshold higher on Maemo
6851
6852 2008-01-16 [colin]      3.2.0cvs46
6853
6854         * src/common/passcrypt.c
6855                 Fix build on FreeBSD, thanks to Pawel
6856
6857 2008-01-15 [colin]      3.2.0cvs45
6858
6859         * src/compose.c
6860                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
6861                 spell check of actuall word'
6862         * src/summaryview.c
6863                 Temporarily disable immediate execution when learning
6864                 spam *only* if the summaryview isn't locked
6865
6866 2008-01-15 [wwp]        3.2.0cvs44
6867
6868         * src/prefs_filtering.c
6869                 Fix filtering prefs layout (Maemo port), moving page up/down
6870                 from buttons to context menu.
6871
6872 2008-01-15 [colin]      3.2.0cvs43
6873
6874         * src/compose.c
6875                 Fix bug 1465, 'First line in new message does not mark URLs'
6876
6877 2008-01-15 [colin]      3.2.0cvs42
6878
6879         * src/common/passcrypt.c
6880                 Fix bug 1461, 'several components #define 
6881                 _XOPEN_SOURCE improperly'
6882
6883 2008-01-15 [colin]      3.2.0cvs41
6884
6885         * src/summaryview.c
6886                 Fix bug 1469, 'Column width adjustments on message 
6887                 lists do not save'
6888
6889 2008-01-14 [holger]     3.2.0cvs40
6890
6891         * configure.ac
6892                 Add tests for dbus, dbus glib bindings,
6893                 and NetworkManager. All is optional. Add new
6894                 --(en|dis)able-networkmanager-support switch.
6895         * src/Makefile.am
6896         * src/imap.c
6897         * src/inc.c
6898         * src/main.c
6899         * src/main.h
6900         * src/mainwindow.c
6901         * src/gtk/about.c
6902                 Add optional NetworkManager support, so Claws Mail
6903                 can try to do the right thing when the network connection
6904                 status changes. NetworkManager support is active by
6905                 default if above requirements were met.
6906
6907 2008-01-12 [colin]      3.2.0cvs39
6908
6909         * src/summaryview.c
6910                 Advertise the click-on-reply feature in the tooltip
6911
6912 2008-01-12 [colin]      3.2.0cvs38
6913
6914         * src/Makefile.am
6915         * src/stock_pixmap.c
6916         * src/stock_pixmap.h
6917         * src/pixmaps/tray_newmail.offline.xpm
6918         * src/pixmaps/tray_newmail.xpm
6919         * src/pixmaps/tray_newmarkedmail.offline.xpm
6920         * src/pixmaps/tray_newmarkedmail.xpm
6921         * src/pixmaps/tray_nomail.offline.xpm
6922         * src/pixmaps/tray_nomail.xpm
6923         * src/pixmaps/tray_unreadmail.offline.xpm
6924         * src/pixmaps/tray_unreadmail.xpm
6925         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6926         * src/pixmaps/tray_unreadmarkedmail.xpm
6927         * src/plugins/trayicon/Makefile.am
6928         * src/plugins/trayicon/newmail.offline.xpm
6929         * src/plugins/trayicon/newmail.xpm
6930         * src/plugins/trayicon/newmarkedmail.offline.xpm
6931         * src/plugins/trayicon/newmarkedmail.xpm
6932         * src/plugins/trayicon/nomail.offline.xpm
6933         * src/plugins/trayicon/nomail.xpm
6934         * src/plugins/trayicon/trayicon.c
6935         * src/plugins/trayicon/unreadmail.offline.xpm
6936         * src/plugins/trayicon/unreadmail.xpm
6937         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6938         * src/plugins/trayicon/unreadmarkedmail.xpm
6939                 Make the Trayicon plugin icons themable
6940
6941 2008-01-12 [wwp]        3.2.0cvs37
6942
6943         * src/prefs_display_header.c
6944                 Fix extra leading hyphen visible in the display
6945                 header configuration combo list (maemo).
6946
6947 2008-01-11 [colin]      3.2.0cvs36
6948
6949         * src/imap.c
6950                 Set timeout to 1 before disconnecting all -
6951                 for when one switches to offline and has 
6952                 no network anymore
6953         * src/messageview.c
6954                 Fix bug 1454, 'error message shows parts and 
6955                 signature of previous messages'
6956         * src/prefs_common.c
6957                 Maemo: Hide Send dialog by default
6958
6959 2008-01-10 [colin]      3.2.0cvs35
6960
6961         * src/action.c
6962         * src/editldap.c
6963         * src/prefs_account.c
6964         * src/wizard.c
6965         * src/gtk/inputdialog.c
6966         * src/plugins/pgpcore/passphrase.c
6967                 Maemo: Fix bug 1455, 'Password enters leading letter 
6968                 incorrectly as uppercase'
6969
6970 2008-01-09 [colin]      3.2.0cvs34
6971
6972         * po/pl.po
6973                 Fix bug 1446, 'SC crashes frequently when staying 
6974                 in background'. Format string error in Polish 
6975                 translation
6976         * src/gtk/description_window.c
6977         * src/prefs_template.c
6978                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
6979                 patch by Pawel
6980         * src/wizard.c
6981                 Maemo: Fix build
6982
6983 2008-01-08 [colin]      3.2.0cvs33
6984
6985         * src/main.c
6986                 Maemo: connect HW status change signal for shutdown
6987         * src/mainwindow.c
6988                 Maemo: Fix hardware space key
6989         * src/wizard.c
6990                 Maemo: name mmc1 and 2 a better name
6991
6992 2008-01-08 [wwp]        3.2.0cvs32
6993
6994         * src/folder.c
6995         * src/folder_item_prefs.c
6996         * src/folder_item_prefs.h
6997         * src/prefs_folder_item.c
6998                 It's now possible to disable processing rules when
6999                 entering a folder (this adds a new option to the
7000                 folder properties dialog).
7001
7002 2008-01-08 [wwp]        3.2.0cvs31
7003
7004         * src/common/utils.c
7005                 Mailto: now supports 'insert' (stands for 'insert file'), this
7006                 adds the ability to create a new message from the command-line,
7007                 with body set from an existing file contents.
7008
7009 2008-01-08 [colin]      3.2.0cvs30
7010
7011         * src/summaryview.c
7012                 Maybe fix bug 1452, 'crash while drag'n'droping 
7013                 emails to an IMAP folder'
7014
7015 2008-01-07 [wwp]        3.2.0cvs29
7016
7017         * src/prefs_filtering.c
7018                 Static-alize a function, thanks to Colin.
7019
7020 2008-01-07 [colin]      3.2.0cvs28
7021
7022         * src/folderview.c
7023                 Fix scrolling to bottom when drag and dropping
7024         * src/summaryview.c
7025                 Fix bug 1445, 'Display sender using addressbook: fails 
7026                 when From: isn't an email address'
7027
7028 2008-01-07 [wwp]        3.2.0cvs27
7029
7030         * src/prefs_actions.c
7031         * src/prefs_filtering.c
7032         * src/prefs_template.c
7033                 Add tooltips to most buttons in the templates, actions and
7034                 filtering/processing dialogs.
7035
7036 2008-01-07 [wwp]        3.2.0cvs26
7037
7038         * src/prefs_filtering.c
7039                  - add a clear button to clear dialog input fields
7040                  - add page up and page down buttons to move selected rule up and down
7041                  - in rules list popup-menu: added Delete, Delete all and Duplicate
7042                  - popup-menu items are greyed out either if the list is empty (not counting the
7043                    (New) row or if there is no selected item
7044                  - clear store when closing dialog
7045
7046         * src/prefs_actions.c
7047                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7048                    clear button, popup-menu
7049                  - clear store when closing dialog
7050
7051         * src/prefs_template.c
7052                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7053                    clear button, popup-menu 
7054
7055         * src/addrcustomattr.c
7056                  - renamed popup-menu item Clear list to Delete all
7057                  - grey out popup-menu items is there is no selected item or if list is empty
7058                  - clear store when closing dialog
7059
7060         * src/edittags.c
7061                  - added popup-menu item Delete all
7062                  - grey out popup-menu items is there is no selected item or if list is empty
7063                  - clear store when closing dialog
7064
7065 2008-01-06 [wwp]        3.2.0cvs25
7066
7067         * src/addressadd.c
7068                 One more layout fix by Pawel (completes 3.2.0cvs24).
7069
7070 2008-01-05 [colin]      3.2.0cvs24
7071
7072         * src/addressadd.c
7073                 Little GUI fixes, patch by Pawel
7074
7075 2007-12-29 [wwp]        3.2.0cvs23
7076
7077         * src/compose.c
7078                 Fix for bug #1443, and strip possible whitespaces around
7079                 custom header names.
7080
7081 2007-12-29 [mones]      3.2.0cvs22
7082
7083         * po/es.po
7084                 Updated translation, corrected a term based 
7085                 on suggestion from Israel Saeta P�rez,
7086                 reverted awful X-Mailer translation
7087         * src/procmime.c
7088                 Complete cvs20 for FreeBSD, patch by Pawel
7089
7090 2007-12-29 [colin]      3.2.0cvs21
7091
7092         * src/textview.c
7093                 Fix bug 1442, 'Tags are repeated in 
7094                 encapsulated messages'
7095
7096 2007-12-28 [colin]      3.2.0cvs20
7097
7098         * src/procmime.c
7099                 Fix path to mime/globs. Patch by Marten King.
7100
7101 2007-12-27 [colin]      3.2.0cvs19
7102
7103         * src/plugins/pgpcore/Makefile.am
7104         * src/plugins/pgpinline/Makefile.am
7105         * src/plugins/pgpmime/Makefile.am
7106                 Add missing flags to build pgp plugins on maemo
7107
7108 2007-12-27 [colin]      3.2.0cvs18
7109
7110         * src/mainwindow.c
7111                 Maximise before showing to avoid probable flickering
7112                 on slow computers.
7113
7114 2007-12-27 [colin]      3.2.0cvs17
7115
7116         * src/main.c
7117         * src/mainwindow.c
7118         * src/prefs_common.c
7119         * src/prefs_common.h
7120                 Fix bug 1439, 'Claws Mail does not remember window size 
7121                 state when restarted'. Save maximised state and force
7122                 maximisation at startup if applicable.
7123
7124 2007-12-23 [paul]       3.2.0cvs16
7125
7126         * src/prefs_matcher.c
7127                 fix bug 1436, 'Filter condition dialog doesn't
7128                 load header name from current rules'
7129
7130 2007-12-22 [paul]       3.2.0cvs15
7131
7132         * src/compose.c
7133                 fix bug 1435, 'Reply doesn't take into account
7134                 reply-to field'
7135
7136 2007-12-21 [paul]       3.2.0cvs14
7137
7138         * src/common/ssl_certificate.c
7139                 fix FreeBSD build with IPV6 support 
7140
7141 2007-12-20 [colin]      3.2.0cvs13
7142
7143         * src/imap.c
7144                 Fix error handling
7145
7146 2007-12-20 [colin]      3.2.0cvs12
7147
7148         * src/imap.c
7149         * src/imap.h
7150         * src/prefs_account.c
7151                 Add DIGEST-MD5 support for IMAP authentication
7152
7153 2007-12-19 [mones]      3.2.0cvs11
7154
7155         * doc/man/claws-mail.1
7156                 Better ordering of sections, updated options
7157         * po/es.po
7158                 Updated strings
7159
7160 2007-12-19 [paul]       3.2.0cvs10
7161
7162         * src/prefs_account.c
7163                 use a spinbutton instead of an entry for
7164                 "POP authentication timeout" also
7165
7166 2007-12-19 [colin]      3.2.0cvs9
7167
7168         * src/prefs_filtering_action.c
7169         * src/prefs_matcher.c
7170         * src/gtk/description_window.c
7171                 Destroy info windows with their parents
7172                 Patch by Pawel
7173
7174 2007-12-19 [colin]      3.2.0cvs8
7175
7176         * src/prefs_account.c
7177                 Use spinbuttons instead of entries where needed
7178                 Patch by Pawel
7179
7180 2007-12-18 [paul]       3.2.0cvs7
7181
7182         * src/prefs_matcher.c
7183                 add missing i18n for a few strings
7184                 Patch by Stephan Sachse
7185
7186 2007-12-18 [paul]       3.2.0cvs6
7187
7188         * src/prefs_logging.c
7189                 use 'disk' instead of 'disc'
7190
7191 2007-12-18 [paul]       3.2.0cvs5
7192
7193         * po/en_GB.po
7194                 updated
7195         * src/addrcustomattr.c
7196         * src/editaddress.c
7197                 fixes to the ingleesh
7198         * src/prefs_filtering_action.c
7199                 fix copyright header
7200                 fix untranslated strings
7201         * src/prefs_filtering_action.h
7202                 fix copyright header
7203
7204 2007-12-18 [wwp]        3.2.0cvs4
7205
7206         * src/folderview.c
7207         * src/headerview.c
7208         * src/prefs_common.c
7209         * src/prefs_common.h
7210         * src/prefs_fonts.c
7211         * src/summaryview.c
7212         * src/textview.c
7213         * src/wizard.c
7214         * src/common/defs.h
7215         * src/gtk/gtkutils.c
7216                 Added prefs to set custom small and bold fonts
7217                 (might matter on some desktops, according to
7218                 DPI and font settings).
7219
7220 2007-12-18 [colin]      3.2.0cvs3
7221
7222         * src/prefs_logging.c
7223                 Rework GUI, patch by Pawel
7224
7225 2007-12-18 [colin]      3.2.0cvs2
7226
7227         * src/prefs_filtering_action.c
7228                 Rework GUI, patch by Pawel
7229
7230 2007-12-18 [colin]      3.2.0cvs1
7231
7232         * src/editaddress.c
7233                 Fix build on old GCC
7234                 Fix inverted buttons
7235
7236 2007-12-17 [paul]       3.2.0
7237
7238         * NEWS
7239         * README
7240         * RELEASE_NOTES 
7241                 3.2.0 released
7242
7243 2007-12-17 [paul]       3.1.0cvs79
7244
7245         * po/de.po
7246         * po/fr.po
7247         * po/hu.po
7248         * po/it.po
7249         * po/pt_BR.po
7250                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
7251                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
7252
7253 2007-12-17 [mones]      3.1.0cvs78
7254
7255         * po/es.po
7256                 Updated Spanish translation for 3.2.0 release
7257
7258 2007-12-16 [colin]      3.1.0cvs77
7259
7260         * src/addrcustomattr.c
7261                 Fix translations, patch by Fabien
7262
7263 2007-12-15 [paul]       3.1.0cvs76
7264
7265         * src/folderview.c
7266                 fix compiler warning
7267
7268 2007-12-14 [colin]      3.1.0cvs75
7269
7270         * src/folderview.c
7271                 Simplify logic
7272
7273 2007-12-12 [wwp]        3.1.0cvs74
7274
7275         * AUTHORS
7276         * src/gtk/authors.h
7277                 Added Marius Glauser to the hall of fame.
7278
7279 2007-12-12 [wwp]        3.1.0cvs73
7280
7281         * src/gtk/gtkutils.c
7282                 Improve the way we show results of searches
7283                 in message bodies: selected text now get centered
7284                 vertically in the message window.
7285                 Patch by Marius Glauser <seelenhirt@gmx.net>.
7286
7287 2007-12-10 [colin]      3.1.0cvs72
7288
7289         * src/folder.c
7290                 Don't crash when setting batch mode on no folder
7291
7292 2007-12-10 [colin]      3.1.0cvs71
7293
7294         * src/common/utils.c
7295                 Fix potential buffer overrun (thanks to
7296                 Hiroyuki)
7297
7298 2007-12-08 [paul]       3.1.0cvs70
7299
7300         * src/prefs_receive.c
7301                 small change to the English
7302
7303 2007-12-08 [colin]      3.1.0cvs69
7304
7305         * src/vcard.c
7306                 Fix warnings
7307
7308 2007-12-07 [colin]      3.1.0cvs68
7309
7310         * src/mainwindow.c
7311         * src/summaryview.c
7312         * src/summaryview.h
7313                 Free simplify_subject_preg at exit
7314
7315 2007-12-07 [colin]      3.1.0cvs67
7316
7317         * src/main.c
7318         * src/summaryview.c
7319         * src/common/utils.c
7320         * src/common/utils.h
7321                 We have to free reused regexps from time to
7322                 time, or they get huge
7323
7324 2007-12-07 [colin]      3.1.0cvs66
7325
7326         * src/vcard.c
7327                 Fix QP decoding (and UTF8)
7328
7329 2007-12-07 [colin]      3.1.0cvs65
7330
7331         * src/addrcustomattr.c
7332                 Update list of default custom attributes
7333                 now (will be needed for a feature patch
7334                 post 3.2.0)
7335
7336 2007-12-07 [colin]      3.1.0cvs64
7337
7338         * src/folder.c
7339                 Batch on destination folder when copying - fixes
7340                 slowness when moving unread mails to trash on IMAP
7341
7342 2007-12-06 [colin]      3.1.0cvs63
7343
7344         * src/common/w32_time.c
7345         * src/common/w32lib.h
7346         * src/etpan/etpan-thread-manager.c
7347         * src/etpan/imap-thread.c
7348         * src/etpan/nntp-thread.c
7349         * src/gtk/Makefile.am
7350                 Fix win32 build with libetpan. Thanks to
7351                 Marcus Brinkmann.
7352
7353 2007-12-06 [colin]      3.1.0cvs62
7354
7355         * src/account.c
7356         * src/imap.c
7357         * src/prefs_account.c
7358         * src/prefs_account.h
7359         * src/etpan/imap-thread.c
7360         * src/etpan/imap-thread.h
7361                 Disable connection via command line on WIN32
7362                 Disable mmap use on WIN32 - use normal strings
7363         * src/addressbook.c
7364         * src/addressbook.h
7365         * src/addressbook_foldersel.c
7366         * src/addressbook_foldersel.h
7367         * src/prefs_filtering_action.c
7368         * src/prefs_matcher.c
7369         * src/plugins/bogofilter/bogofilter_gtk.c
7370         * src/plugins/dillo_viewer/dillo_prefs.c
7371         * src/plugins/spamassassin/spamassassin_gtk.c
7372                 Fix leak, rework function logics to be more
7373                 natural - thanks to Holger
7374         * src/common/utils.c
7375                 Fix warnings
7376
7377 2007-12-06 [colin]      3.1.0cvs61
7378
7379         * src/news.c
7380         * src/common/utils.c
7381         * src/common/utils.h
7382                 Fix posting, and fix UTF-8 being sent when encoding
7383                 is 8bit
7384
7385 2007-12-05 [colin]      3.1.0cvs60
7386
7387         * src/news.c
7388                 Fix debian bug #453157, 'Fails to post usenet
7389                 articles after NNTP connection has been 
7390                 interrupted". Fix return value to prevent deletion
7391                 on failure, and issue MODE READER in case posting
7392                 fails at first.
7393
7394 2007-12-05 [colin]      3.1.0cvs59
7395
7396         * src/messageview.c
7397         * src/uri_opener.c
7398                 Improvements to the List URIs dialog
7399                 Patch by Pawel
7400
7401 2007-12-05 [colin]      3.1.0cvs58
7402
7403         * src/prefs_other.c
7404         * src/gtk/gtksctree.h
7405                 Fix warnings
7406
7407 2007-12-04 [colin]      3.1.0cvs57
7408
7409         * src/etpan/imap-thread.c
7410                 Fix bug 1378, 'Claws exits on IMAP alert message'
7411                 Don't do GTK calls directly from Etpan thread
7412
7413 2007-12-04 [colin]      3.1.0cvs56
7414
7415         * src/folderview.c
7416         * src/gtk/gtksctree.c
7417                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
7418                 Make all the left of column zero an hotspot for
7419                 expanding.
7420
7421 2007-12-04 [colin]      3.1.0cvs55
7422
7423         * src/mainwindow.c
7424         * src/mainwindow.h
7425         * src/prefs_common.c
7426         * src/prefs_common.h
7427         * src/prefs_receive.c
7428                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
7429
7430 2007-12-04 [wwp]        3.1.0cvs54
7431
7432         * src/prefs_other.c
7433                 Fix for bug #1419.
7434
7435 2007-12-04 [holger]     3.1.0cvs53
7436
7437         * src/addrduplicates.c
7438         * src/addrduplicates.h
7439                 Export addressbook entry deletion
7440
7441 2007-12-04 [colin]      3.1.0cvs52
7442
7443         * tools/Makefile.am
7444         * tools/README.sylprint
7445         * tools/sylprint.pl
7446         * tools/sylprint.rc
7447                 Fix debian bug #454089 (symlink attack in TMP directory)
7448                 http://secwatch.org/advisories/1019661/ :
7449                 Remove the buggy script, which was unmaintained anyway
7450         * src/news.c
7451         * src/procmsg.c
7452                 Store things in our private tmp directory.
7453
7454 2007-12-03 [colin]      3.1.0cvs51
7455
7456         * src/folder.c
7457         * src/folder.h
7458         * src/folderview.c
7459         * src/imap.c
7460         * src/mainwindow.c
7461                 Fix update problem when getting remote tags
7462         * src/prefs_matcher.c
7463                 Rework GUI to make it better. Patch by Pawel
7464                 Pekala
7465
7466 2007-12-03 [colin]      3.1.0cvs50
7467
7468         * src/etpan/imap-thread.c
7469         * src/etpan/nntp-thread.c
7470                 Fix bug 1417, 'Network log doesn't reveal 
7471                 enough NNTP errors'
7472
7473 2007-12-02 [iwkse]      3.1.0cvs49
7474
7475         * src/plugins/dillo_viewer/dillo_prefs.c
7476                         Insert dillo under the Plugins menu
7477
7478 2007-12-01 [paul]       3.1.0cvs48
7479
7480         * src/html.c
7481                 add these variant forms
7482                 Thanks to Colin
7483
7484 2007-12-01 [paul]       3.1.0cvs47
7485
7486         * src/matcher.c
7487                 fix a typo
7488
7489 2007-12-01 [paul]       3.1.0cvs46
7490
7491         * po/POTFILES.in
7492                 add the new addrcustomattr.c file
7493
7494 2007-11-29 [colin]      3.1.0cvs45
7495
7496         * src/common/ssl_certificate.c
7497                 Use the more modern getaddrinfo instead of 
7498                 gethostbyname when possible
7499
7500 2007-11-28 [colin]      3.1.0cvs44
7501
7502         * src/summaryview.c
7503                 Maybe fix bug 1410 and other crash reports
7504                 in summaryview since cvs38.
7505
7506 2007-11-28 [wwp]        3.1.0cvs43
7507
7508         * src/prefs_summary_open.c
7509                 Guard against an empty list of actions to perform
7510                 when opening a folder (or migration defaults could
7511                 be introduced, confusing).
7512
7513 2007-11-28 [colin]      3.1.0cvs42
7514
7515         * src/folderview.c
7516                 Fix mark all read from folder's contextual menu
7517
7518 2007-11-27 [colin]      3.1.0cvs41
7519
7520         * src/imap.c
7521         * src/imap.h
7522         * src/imap_gtk.c
7523         * src/prefs_account.c
7524         * src/etpan/imap-thread.c
7525                 A few fixes to the IMAP flags handling: Optimisations,
7526                 two crashers, mention that Bandwitdh-efficient mode
7527                 prevents tag fetching.
7528                 Fix M-UTF7 in subscription dialog.
7529
7530 2007-11-27 [colin]      3.1.0cvs40
7531
7532         * src/folder.c
7533         * src/mbox.c
7534         * src/summaryview.c
7535                 Make filtering faster on flags change: Batch original 
7536                 folderitem, where we'll do flags/tags changes.
7537
7538 2007-11-27 [colin]      3.1.0cvs39
7539
7540         * src/filtering.c
7541                 Fix bug 1407, 'After a copy action, further rules apply 
7542                 to both original and copy'
7543
7544 2007-11-27 [colin]      3.1.0cvs38
7545
7546         * src/edittags.c
7547         * src/summaryview.c
7548                 Fixes races when doing a long operation and user
7549                 asks for another one (Mark all read/unread on a 
7550                 big folder on IMAP for example)
7551
7552 2007-11-27 [wwp]        3.1.0cvs37
7553
7554         * src/addressbook.c
7555         * src/prefs_common.c
7556                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
7557                 and 3.1.0cvs35 (addressbook.c).
7558
7559 2007-11-27 [holger]     3.1.0cvs36
7560
7561         * src/printing.c
7562                 Add a line separating header and body
7563                 in the printout
7564
7565 2007-11-27 [wwp]        3.1.0cvs35
7566
7567         * src/addressbook.c
7568                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
7569                 (thanks to Colin) and revert disabling of cut/copy
7570                 context menu entries upon selected groups.
7571
7572 2007-11-27 [holger]     3.1.0cvs34
7573
7574         * src/printing.c
7575                 Add weights to the list of supported text attributes
7576                 for printing
7577
7578 2007-11-27 [wwp]        3.1.0cvs33
7579
7580         * src/Makefile.am
7581         * src/addrcustomattr.c
7582         * src/addrcustomattr.h
7583         * src/addressbook.c
7584         * src/editaddress.c
7585         * src/editaddress.h
7586         * src/prefs_common.c
7587         * src/prefs_common.h
7588         * src/common/defs.h
7589                 Provide a (customizable) list of preset attribute names
7590                 for editing contacts (closes bug #1391).
7591
7592 2007-11-27 [wwp]        3.1.0cvs32
7593
7594         * src/addrclip.c
7595         * src/addressbook.c
7596         * src/addritem.c
7597                 Various fixes in the address book:
7598                         - made copy/move of a folder to itself or its subtree
7599                           impossible (-> error)
7600                         - errors messages don't show in the status bar anymore,
7601                           use alertpanels instead
7602                         - simple click on group doesn't open group edit dialog
7603                           anymore when in contact edit embedded mode (was too itchy)
7604                         - fixed disabling of edit button and and menu entry when
7605                           in contact edit embedded mode (was done in a bad and
7606                           ineffective way)
7607                         - fix menu cut/paste sensitivity in treelist context
7608                           menu (conflicting enabling was done by different functions)
7609                         - fix some menu item sensitivity in address list context menu
7610                         - don't allow cut/copy of groups, it's useless as they won't
7611                           be copied w/ their contents
7612                         - fix missing copy of the picture file when copying (bug #1402),
7613                           fix picture attribute (internal) value when moving or copying
7614
7615
7616 2007-11-27 [colin]      3.1.0cvs31
7617
7618         * src/folder.c
7619         * src/imap.c
7620                 Fix tags loss on move, fix space encoding
7621
7622 2007-11-26 [colin]      3.1.0cvs30
7623
7624         * src/edittags.c
7625         * src/folder.c
7626         * src/folder.h
7627         * src/imap.c
7628         * src/messageview.c
7629         * src/procmsg.c
7630         * src/procmsg.h
7631         * src/summaryview.c
7632         * src/common/utils.c
7633         * src/common/utils.h
7634         * src/etpan/imap-thread.c
7635         * src/etpan/imap-thread.h
7636                 Add IMAP tags support
7637
7638 2007-11-26 [colin]      3.1.0cvs29
7639
7640         * src/imap.c
7641                 Fix bug 1405, 'imap auto auth method doesn't 
7642                 work since 3.1.0'
7643
7644 2007-11-26 [colin]      3.1.0cvs28
7645
7646         * src/messageview.c
7647         * src/procmime.c
7648                 Handle broken disposition-notifications from Evolution
7649                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
7650
7651 2007-11-25 [paul]       3.1.0cvs27
7652
7653         * src/folder_item_prefs.c
7654         * src/folder_item_prefs.h
7655                 remove dead code
7656
7657 2007-11-23 [wwp]        3.1.0cvs26
7658
7659         * src/matcher.c
7660         * src/matcher.h
7661         * src/matcher_parser_parse.y
7662         * src/prefs_matcher.c
7663                 Fix irrelevant case folding when adding matcher condition 'test',
7664                 thanks to Colin.
7665
7666 2007-11-23 [wwp]        3.1.0cvs25
7667
7668         * src/prefs_common.c
7669         * src/prefs_common.h
7670         * src/prefs_summary_open.c
7671         * src/prefs_summary_open.h
7672         * src/summaryview.c
7673                 Add "select first email in list" to the list of possible selections
7674                 when opening a folder.
7675
7676 2007-11-23 [paul]       3.1.0cvs24
7677
7678         * po/de.po
7679                 a fix by Stephan Sachse, plus remove all
7680                 old strings from the end of the file
7681
7682 2007-11-23 [wwp]        3.1.0cvs23
7683
7684         * src/prefs_msg_colors.c
7685                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
7686                 with little changes.
7687
7688 2007-11-23 [paul]       3.1.0cvs22
7689
7690         * src/prefs_logging.c
7691                 eliminate wasted horizontal space
7692
7693 2007-11-23 [paul]       3.1.0cvs21
7694
7695         * src/prefs_summaries.c
7696                 don't wrap the label or put linebreaks
7697
7698 2007-11-22 [colin]      3.1.0cvs20
7699
7700         * src/plugins/pgpinline/pgpinline.c
7701                 Fix decryption
7702
7703 2007-11-22 [wwp]        3.1.0cvs19
7704
7705         * src/prefs_themes.c
7706                 Yet another misuse of get_rc_dir(), still related
7707                 to user themes. Completes 3.1.0cvs18.
7708
7709 2007-11-22 [wwp]        3.1.0cvs18
7710
7711         * src/stock_pixmap.c
7712                 Fix a misuse of get_rc_dir(), user themes dir was
7713                 not set properly and some themes might have disappeared
7714                 from themes list in prefs.
7715
7716 2007-11-22 [wwp]        3.1.0cvs17
7717
7718         * src/edittags.c
7719         * src/edittags.h
7720         * src/common/tags.c
7721         * src/common/tags.h
7722                 Correct copyright for these claws-mail-only brand new
7723                 files.
7724
7725 2007-11-22 [paul]       3.1.0cvs16
7726
7727         * src/compose.c
7728                 fix bug 1400, 'Drag and drop of URLs does not work'
7729                 Thanks to Colin
7730
7731 2007-11-22 [paul]       3.1.0cvs15
7732
7733         * src/prefs_common.c
7734                 make "cmds_use_system_default" default to FALSE
7735                 so as not to disrupt current settings
7736         * src/summaryview.c
7737                 increase the size of the GdkRectangle, tooltips
7738                 didn't show for me otherwise
7739
7740 2007-11-21 [colin]      3.1.0cvs14
7741
7742         * src/compose.c
7743         * src/crash.c
7744         * src/exphtmldlg.c
7745         * src/mainwindow.c
7746         * src/manual.c
7747         * src/mimeview.c
7748         * src/prefs_account.c
7749         * src/prefs_common.c
7750         * src/prefs_common.h
7751         * src/prefs_ext_prog.c
7752         * src/textview.c
7753         * src/uri_opener.c
7754         * src/gtk/about.c
7755         * src/gtk/gtkutils.c
7756                 Use xdg-open as a way to find default browser,
7757                 when available
7758
7759 2007-11-21 [colin]      3.1.0cvs13
7760
7761         * src/messageview.c
7762         * src/procmime.c
7763         * src/procmsg.h
7764                 Send better return receipts (useful ones)
7765                 Handle incoming return receipts
7766
7767 2007-11-20 [colin]      3.1.0cvs12
7768
7769         * src/printing.c
7770         * src/printing.h
7771                 Add getter/setter for settings, and getter
7772                 for page setup
7773
7774 2007-11-20 [colin]      3.1.0cvs11
7775
7776         * src/folderview.c
7777         * src/main.c
7778         * src/mainwindow.c
7779                 Fix bug 1396, 'Crash on disabling a filter 
7780                 while it is processing'
7781
7782 2007-11-20 [paul]       3.1.0cvs10
7783
7784         * src/folder.c
7785                 fix bug 1395, 'Crash on checking for new mails
7786                 while filter is running'
7787                 Thanks to Colin
7788
7789 2007-11-20 [paul]       3.1.0cvs9
7790
7791         * src/compose.c
7792                 make this string easier for translators
7793
7794 2007-11-19 [colin]      3.1.0cvs8
7795
7796         * src/prefs_summaries.c
7797         * src/summaryview.c
7798                 Don't enable more tooltips on Maemo
7799
7800 2007-11-19 [colin]      3.1.0cvs7
7801
7802         * src/prefs_common.c
7803         * src/prefs_common.h
7804         * src/prefs_summaries.c
7805         * src/summaryview.c
7806                 Fix bug 1388, 'message list tool tips'
7807                 Add (optional) tooltips in summaryview.
7808                 This only works with GTK+ >= 2.12
7809
7810 2007-11-19 [colin]      3.1.0cvs6
7811
7812         * src/compose.c
7813                 Make strings a bit better when attaching
7814                 from mailto: URIs
7815
7816 2007-11-19 [colin]      3.1.0cvs5
7817
7818         * src/common/utils.c
7819                 Fix bug 1392, 'Top level domain .EU is 
7820                 not recognised as valid'
7821
7822 2007-11-19 [wwp]        3.1.0cvs4
7823
7824         * src/compose.c
7825         * src/compose.h
7826                 Revert changes to compose.c made in 3.1.0cvs2.
7827
7828 2007-11-19 [wwp]        3.1.0cvs3
7829
7830         * src/addressbook.c
7831         * src/addressbook.h
7832         * src/editaddress.c
7833         * src/editgroup.c
7834         * src/addrduplicates.c
7835                 Minor improvements in the address book:
7836                 always accept new contacts provided that some
7837                 detail is set (instead of rejecting silently).
7838                 Better guessing of contact name from incomplete
7839                 name information. Better display of contacts with
7840                 no name, in contact lists, group contents, find
7841                 duplicate results.
7842                 
7843
7844 2007-11-19 [wwp]        3.1.0cvs2
7845
7846         * src/compose.c
7847         * src/compose.h
7848         * src/prefs_logging.c
7849         * src/prefs_summaries.c
7850                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
7851                 wrap some long label in prefs/summaries, layout checkboxes
7852                 in a more compact form in prefs/loggin, make account and
7853                 header's combos have the same size/spacing in compose
7854                 window.
7855
7856 2007-11-19 [wwp]        3.1.0cvs1
7857
7858         * src/edittags.c
7859                 Fix a tiny leak and duplicate variable.
7860
7861 2007-11-19 [paul]       3.1.0
7862
7863         * NEWS
7864         * README
7865         * RELEASE_NOTES 
7866                 3.1.0 released
7867
7868 2007-11-19 [paul]       3.0.2cvs145
7869
7870         * po/de.po
7871         * po/fi.po
7872         * po/fr.po
7873         * po/hu.po
7874         * po/it.po
7875         * po/pl.po
7876         * po/pt_BR.po
7877         * po/sk.po
7878         * po/zh_CN.po
7879                 updated by Stephan Sachse, Flammie Pirinen,
7880                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
7881                 Emil Nowak, Frederico Goncalves Guimaraes,
7882                 Andrej Kacian, and Ralph Young
7883
7884 2007-11-18 [mones]      3.0.2cvs144
7885
7886         * po/es.po
7887                 Updated Spanish translation
7888
7889 2007-11-18 [colin]      3.0.2cvs143
7890
7891         * src/edittags.c
7892                 Prevent empty tag after edit, thanks to wwp
7893
7894 2007-11-18 [colin]      3.0.2cvs142
7895
7896         * src/editaddress.c
7897                 Fix possible "(null)" %s - thanks to wwp
7898
7899 2007-11-16 [wwp]        3.0.2cvs141
7900
7901         * src/common/utils.c
7902                 Fix for 3.0.2cvs140, prevents from crashing when opening
7903                 a compose window.
7904
7905 2007-11-16 [colin]      3.0.2cvs140
7906
7907         * src/main.c
7908         * src/common/claws.c
7909                 Output a bit more useful info at startup
7910                 in --debug mode
7911
7912 2007-11-16 [colin]      3.0.2cvs139
7913
7914         * src/compose.c
7915         * src/common/utils.c
7916         * src/common/utils.h
7917                 Fix bug 1387, 'Request for --compose to 
7918                 support multiple attachments'
7919
7920 2007-11-16 [colin]      3.0.2cvs138
7921
7922         * src/news.c
7923                 Fix bug 1390, 'NNTP fails after server 
7924                 closed connection'
7925
7926 2007-11-16 [colin]      3.0.2cvs137
7927
7928         * src/prefs_display_header.c
7929                 Fix bug 1389, 'Changing 'Display headers 
7930                 in message view' breaks dispheaderrc'
7931
7932 2007-11-14 [colin]      3.0.2cvs136
7933
7934         * src/summaryview.c
7935         * src/gtk/quicksearch.c
7936         * src/gtk/quicksearch.h
7937                 Fix resetting the quicksearch when in non-sticky
7938                 mode, but Recursive is set: reset only when going
7939                 out of the root search folder.
7940
7941 2007-11-14 [colin]      3.0.2cvs135
7942
7943         * src/filtering.c
7944                 Don't set new flag back when doing "Mark as unread"
7945                 from filtering
7946
7947 2007-11-12 [paul]       3.0.2cvs134
7948
7949         * src/plugins/dillo_viewer/dillo_viewer.c
7950                 don't offer the mime type for translation
7951
7952 2007-11-12 [paul]
7953
7954         3.1.0-rc2 released
7955
7956 2007-11-11 [colin]      3.0.2cvs133
7957
7958         * src/imap_gtk.c
7959         * src/mh_gtk.c
7960                 Use markup-escaped strings in dialogs
7961
7962 2007-11-11 [colin]      3.0.2cvs132
7963
7964         * src/imap.c
7965                 Better IMAP-UTF7/UTF8 conversion
7966
7967 2007-11-10 [colin]      3.0.2cvs131
7968
7969         * src/news.c
7970                 Fix debian bug 450698, 'nntp auth behavior changed 
7971                 without notice'
7972
7973 2007-11-10 [colin]      3.0.2cvs130
7974
7975         * configure.ac
7976         * src/inc.c
7977         * src/main.c
7978         * src/main.h
7979         * src/mimeview.c
7980         * src/statusbar.c
7981         * src/common/utils.c
7982         * src/etpan/Makefile.am
7983         * src/gtk/filesel.c
7984         * src/gtk/gtkutils.h
7985         * src/gtk/menu.c
7986         * src/plugins/bogofilter/Makefile.am
7987         * src/plugins/clamav/Makefile.am
7988         * src/plugins/dillo_viewer/Makefile.am
7989         * src/plugins/pgpcore/Makefile.am
7990         * src/plugins/spamassassin/Makefile.am
7991         * src/plugins/trayicon/Makefile.am
7992                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
7993
7994 2007-11-09 [colin]      3.0.2cvs129
7995
7996         * src/addressbook.c
7997         * src/ldapupdate.c
7998                 fix bug 1375, 'Impossible to modify e-mail
7999                 in LDAP addressbook twice'; Try two. update
8000                 externalID, don't make display lag, and
8001                 fix the cases where dn is not mail.
8002
8003 2007-11-08 [paul]       3.0.2cvs128
8004
8005         * src/account.c
8006         * src/compose.c
8007         * src/messageview.c
8008         * src/prefs_account.c
8009         * src/prefs_account.h
8010                 reinstate 'Generate Message-ID' option as an
8011                 account preference. (hidden on IMAP)
8012                 Thanks to Colin
8013
8014 2007-11-08 [paul]       3.0.2cvs127
8015
8016         * src/textview.c
8017                 MAEMO: fix failure of loading images inline
8018                 MAEMO: fix bug 1349, 'Emails still skip to end
8019                 when opened (in certain circumstances)...'
8020
8021 2007-11-07 [colin]      3.0.2cvs126
8022
8023         * src/toolbar.c
8024                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
8025
8026 2007-11-07 [colin]      3.0.2cvs125
8027
8028         * src/toolbar.c
8029                 Re-change the string occurence of A_CLAWS_ACTIONS
8030                 to A_SYL_ACTIONS, to prevent parse errors of the
8031                 toolbar_*.xml files
8032
8033 2007-11-07 [colin]      3.0.2cvs124
8034
8035         * src/mimeview.c
8036         * src/prefs_common.c
8037         * src/prefs_common.h
8038         * manual/advanced.xml
8039                 Add an hidden pref, 'save_parts_readwrite';
8040                 completes 3.0.2cvs35
8041
8042 2007-11-07 [paul]       3.0.2cvs123
8043
8044         * src/prefs_toolbar.c
8045         * src/toolbar.c
8046         * src/toolbar.h
8047                 rename ToolbarSylpheedActions to ToolbarClawsActions
8048                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
8049
8050 2007-11-07 [paul]       3.0.2cvs122
8051
8052         * src/toolbar.c
8053                 MAEMO: remove tooltips
8054
8055 2007-11-07 [colin]      3.0.2cvs121
8056
8057         * src/plugins/pgpinline/pgpinline.c
8058                 Fix bug 1377, 'unspecific errors on 
8059                 signature checking'. Fix trimming of
8060                 UTF8 data.
8061
8062 2007-11-06 [iwkse]      3.0.2cvs120
8063
8064         * src/prefs_summary_open.c
8065                 yet a string change
8066
8067 2007-11-06 [paul]       3.0.2cvs119
8068
8069         * tools/Makefile.am
8070         * tools/README
8071         * tools/csv2addressbook.pl
8072                 add a new script that imports a CSV formatted
8073                 address book. Becky and Thunderbird address
8074                 book are currently supported.
8075
8076 2007-11-05 [colin]      3.0.2cvs118
8077
8078         * src/imap.c
8079                 Fix deletion 
8080
8081 2007-11-05 [iwkse]      3.0.2cvs117
8082
8083         * src/prefs_summary_open.c
8084                 String changes
8085
8086 2007-11-04 [paul]       3.0.2cvs116
8087
8088         * src/addressbook_foldersel.c
8089                 fix gtk critical warning
8090                 Patch by Pawel Pekala
8091
8092 2007-11-04 [paul]       3.0.2cvs115
8093
8094         * tools/README
8095         * tools/claws-mail-compose-insert-files.pl
8096                 add --bcc and uri_escape() everything
8097
8098 2007-11-04 [paul]       3.0.2cvs114
8099
8100         * src/gtk/gtkutils.c
8101                 gtkut_stock_with_text_button_set_create(): set
8102                 GTK_CAN_DEFAULT on buttons 2 and 3
8103
8104 2007-11-03 [paul]       3.0.2cvs113
8105
8106         * src/common/utils.c
8107                 fix debian bug #448814, 'mailto: URI decoding
8108                 desn't decode the destination address field'
8109                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
8110
8111 2007-11-03 [paul]       3.0.2cvs112
8112
8113         * AUTHORS
8114         * src/compose.c
8115         * src/gtk/authors.h
8116                 allow Bcc in commandline URIs
8117                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
8118
8119 2007-11-02 [colin]      3.0.2cvs111
8120
8121         * src/addressbook.c
8122                 Maybe fix bug 1376, 'crash on 
8123                 addressbook manipulation'
8124
8125 2007-10-31 [paul]       3.0.2cvs110
8126
8127         * src/ldapupdate.c
8128                 fix bug 1375, 'Impossible to modify e-mail
8129                 in LDAP addressbook twice'
8130                 Patch by Michael Rasmussen
8131
8132 2007-10-30 [paul]       3.0.2cvs109
8133
8134         * configure.ac
8135                 enable GnuTLS support with --enable-gnutls which
8136                 will disable openssl support. if the user has
8137                 gtk >= 2.10.x don't allow gnomeprint even if the
8138                 user asks for it
8139
8140 2007-10-30 [paul]
8141
8142         3.1.0-rc1 released
8143
8144 2007-10-30 [paul]       3.0.2cvs108
8145
8146         * Makefile.am
8147                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
8148
8149 2007-10-30 [paul]       3.0.2cvs107
8150
8151         * src/expldifdlg.c
8152         * src/prefs_account.c
8153         * src/prefs_folder_item.c
8154         * src/prefs_spelling.c
8155         * src/prefs_themes.c
8156         * src/wizard.c
8157         * src/gtk/gtkaspell.c
8158         * src/gtk/gtkaspell.h
8159         * src/plugins/spamassassin/spamassassin_gtk.c
8160                 replace deprecated gtk_option_menu...
8161                 patch by Pawel Pekala
8162
8163 2007-10-29 [colin]      3.0.2cvs106
8164
8165         * src/plugins/dillo_viewer/dillo_prefs.c
8166                 Fix forgotten signal connect
8167
8168 2007-10-28 [colin]      3.0.2cvs105
8169
8170         * src/plugins/dillo_viewer/dillo_prefs.c
8171         * src/plugins/dillo_viewer/dillo_prefs.h
8172         * src/plugins/dillo_viewer/dillo_viewer.c
8173                 Implement addressbook-based whitelisting for loading
8174                 remote images. Fixed missing destroy of the embedded
8175                 browser that made a Dillo window pop up on exit, if
8176                 an HTML part was displayed.
8177
8178 2007-10-26 [colin]      3.0.2cvs104
8179
8180         * src/edittags.c
8181                 Add missing static
8182
8183 2007-10-25 [colin]      3.0.2cvs103
8184
8185         * src/editaddress.c
8186                 Add tap-and-hold on the picture, for Maemo
8187         * src/edittags.c
8188         * src/edittags.h
8189         * src/mainwindow.c
8190         * src/procmsg.c
8191         * src/summaryview.c
8192         * src/textview.c
8193                 Unify tag interfaces.
8194
8195 2007-10-25 [colin]      3.0.2cvs102
8196
8197         * src/imap.c
8198         * src/etpan/imap-thread.h
8199                 Much better error handling. We'll need to be really
8200                 clear to users about where errors come from, with 
8201                 the apparition of Gmail's IMAP server.
8202
8203 2007-10-24 [colin]      3.0.2cvs101
8204
8205         * src/edittags.c
8206         * src/mainwindow.c
8207         * src/summaryview.c
8208         * src/textview.c
8209                 Add tags sorting (alphabetical); allow deletion of
8210                 tags from the Apply Tags window
8211
8212 2007-10-24 [colin]      3.0.2cvs100
8213
8214         * src/editaddress.c
8215         * src/editaddress_other_attributes_ldap.c
8216         * src/editaddress_other_attributes_ldap.h
8217         * src/ldapctrl.c
8218         * src/ldapquery.c
8219         * src/ldapupdate.c
8220                 Fix LDAP writing (got broken in cvs39)
8221                 Add read-only support for jpegPhoto LDAP field
8222
8223 2007-10-23 [colin]      3.0.2cvs99
8224
8225         * src/news.c
8226                 Fix crash in some cases
8227
8228 2007-10-22 [colin]      3.0.2cvs98
8229
8230         * src/common/socket.h
8231         * src/common/ssl.c
8232                 Fix big leak in GnuTLS code
8233
8234 2007-10-22 [colin]      3.0.2cvs97
8235
8236         * src/news.c
8237                 Fix bug 1368, 'SIGSEGV in NNTP code'
8238
8239 2007-10-22 [colin]      3.0.2cvs96
8240
8241         * src/prefs_customheader.c
8242                 Catch compface warnings when generating X-Faces
8243
8244 2007-10-22 [wwp]        3.0.2cvs95
8245
8246         * src/quote_fmt_parse.y
8247                 Remove accidentally committed debug traces.
8248                 Fix a warning.
8249
8250 2007-10-22 [colin]      3.0.2cvs94
8251
8252         * src/etpan/nntp-thread.c
8253                 Fix authentication
8254
8255 2007-10-19 [wwp]        3.0.2cvs93
8256
8257         * src/common/ssl_certificate.c
8258                 Add missing include (Windows).
8259
8260 2007-10-19 [colin]      3.0.2cvs92
8261
8262         * src/imap_gtk.c
8263         * src/mimeview.c
8264         * src/textview.c
8265         * src/gtk/inputdialog.c
8266         * src/gtk/inputdialog.h
8267                 Remove the last old combo; patch by
8268                 Pawel
8269
8270 2007-10-19 [colin]      3.0.2cvs91
8271
8272         * src/common/ssl.c
8273                 Fix interop problem with GnuTLS and some crappy
8274                 servers that have very little keys.
8275
8276 2007-10-19 [colin]      3.0.2cvs90
8277
8278         * src/common/ssl.c
8279                 Fix return value check on GnuTLS, and
8280                 display the error
8281
8282 2007-10-18 [colin]      3.0.2cvs89
8283
8284         * src/common/ssl_certificate.c
8285                 Fix missing initialisations
8286
8287 2007-10-18 [wwp]        3.0.2cvs88
8288
8289         * src/Makefile.am
8290                 Fix linking against GNUTLS (matters if --enable-gnutls only).
8291
8292 2007-10-18 [colin]      3.0.2cvs87
8293
8294         * po/POTFILES.in
8295                 Fix build
8296
8297 2007-10-18 [mones]      3.0.2cvs86
8298
8299         * src/editbook.c
8300         * src/import.c
8301         * src/prefs_account.c
8302         * src/prefs_receive.c
8303         * src/gtk/about.c
8304         * src/plugins/bogofilter/bogofilter_gtk.c
8305         * src/plugins/spamassassin/spamassassin_gtk.c
8306                 More capitalisation micro-fixes
8307
8308 2007-10-18 [paul]       3.0.2cvs85
8309
8310         * configure.ac
8311                 add info about NNTP support via libetpan
8312                 change the configure output ending msg a little
8313         * src/gtk/about.c
8314                 similar changes to above
8315
8316 2007-10-18 [colin]      3.0.2cvs84
8317
8318         * src/procmime.c
8319         * src/procmime.h
8320                 Fix missing symbol for S/MIME
8321
8322 2007-10-18 [colin]      3.0.2cvs83
8323
8324         * src/prefs_filtering_action.c
8325                 Fix crash in tags (introduced in cvs78)
8326
8327 2007-10-18 [colin]      3.0.2cvs82
8328
8329         * src/common/Makefile.am
8330         * src/common/nntp.c
8331         * src/common/nntp.h
8332         * src/etpan/Makefile.am
8333         * src/etpan/etpan-thread-manager-types.h
8334         * src/etpan/etpan-thread-manager.c
8335         * src/etpan/imap-thread.c
8336         * src/etpan/nntp-thread.c
8337         * src/etpan/nntp-thread.h
8338         * src/news.c
8339         * src/news.h
8340                 Rewrite the nntp implementation
8341                 to use libetpan. Non-blocking NNTP!
8342         * src/account.c
8343         * src/crash.c
8344         * src/imap.c
8345         * src/inc.c
8346         * src/main.c
8347         * src/mainwindow.c
8348         * src/pop.c
8349         * src/pop.h
8350         * src/prefs_account.c
8351         * src/recv.c
8352         * src/recv.h
8353         * src/send_message.c
8354         * src/send_message.h
8355         * src/ssl_manager.c
8356         * src/ssl_manager.h
8357         * src/wizard.c
8358         * src/common/claws.c
8359         * src/common/session.c
8360         * src/common/session.h
8361         * src/common/smtp.c
8362         * src/common/smtp.h
8363         * src/common/socket.c
8364         * src/common/socket.h
8365         * src/common/ssl.c
8366         * src/common/ssl.h
8367         * src/common/ssl_certificate.c
8368         * src/common/ssl_certificate.h
8369         * src/gtk/about.c
8370         * src/gtk/sslcertwindow.c
8371         * src/gtk/sslcertwindow.h
8372                 Implement GnuTLS support. GnuTLS support
8373                 will be used if OpenSSL isn't available, or
8374                 specified explicitely. (the reason is that
8375                 GnuTLS cerficate checking is a bit less 
8376                 practical than OpenSSL's)
8377
8378 2007-10-18 [paul]       3.0.2cvs81
8379
8380         * src/gtk/inputdialog.c
8381         * src/gtk/inputdialog.h
8382                 fix copyright header
8383
8384 2007-10-17 [colin]      3.0.2cvs80
8385
8386         * src/plugins/pgpcore/select-keys.c
8387                 Fix bug which prevented encryption key
8388                 auto-selection when two or more matched the
8389                 email address, but only one isn't revoked
8390                 or expired.
8391
8392 2007-10-17 [wwp]        3.0.2cvs79
8393
8394         * src/compose.c
8395         * src/quote_fmt.c
8396         * src/quote_fmt.h
8397         * src/quote_fmt_lex.l
8398         * src/quote_fmt_parse.y
8399                 Templates can now attach files using |attach{filename}.
8400
8401 2007-10-17 [wwp]        3.0.2cvs78
8402
8403         * src/prefs_customheader.c
8404         * src/prefs_ext_prog.c
8405         * src/prefs_filtering_action.c
8406         * src/prefs_matcher.c
8407         * src/prefs_other.c
8408         * src/prefs_toolbar.c
8409         * src/gtk/combobox.c
8410         * src/gtk/combobox.h
8411         * src/gtk/gtkutils.c
8412         * src/gtk/gtkutils.h
8413         * src/plugins/bogofilter/bogofilter_gtk.c
8414         * src/plugins/spamassassin/spamassassin_gtk.c
8415                 Removed almost all remaining instances of GtkCombo
8416                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
8417                 few visual and code cleanup from Colin.
8418
8419 2007-10-16 [wwp]        3.0.2cvs77
8420         * src/gtk/pluginwindow.c
8421                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
8422
8423 2007-10-15 [colin]      3.0.2cvs76
8424
8425         * src/edittags.c
8426         * src/edittags.h
8427         * src/filtering.c
8428         * src/filtering.h
8429         * src/importmutt.c
8430         * src/importpine.c
8431         * src/main.c
8432         * src/messageview.c
8433         * src/messageview.h
8434         * src/mimeview.c
8435         * src/mimeview.h
8436         * src/pop.c
8437         * src/pop.h
8438         * src/prefs_common.c
8439         * src/prefs_common.h
8440         * src/prefs_customheader.c
8441         * src/prefs_customheader.h
8442         * src/prefs_display_header.c
8443         * src/prefs_display_header.h
8444         * src/prefs_filtering_action.c
8445         * src/prefs_filtering_action.h
8446         * src/prefs_folder_column.c
8447         * src/prefs_folder_column.h
8448         * src/prefs_folder_item.c
8449         * src/prefs_folder_item.h
8450         * src/prefs_gtk.c
8451         * src/prefs_gtk.h
8452         * src/prefs_logging.h
8453         * src/prefs_matcher.c
8454         * src/prefs_matcher.h
8455         * src/prefs_summary_column.c
8456         * src/prefs_summary_column.h
8457         * src/prefs_summary_open.c
8458         * src/procheader.c
8459         * src/procheader.h
8460         * src/procmime.c
8461         * src/procmime.h
8462         * src/recv.c
8463         * src/recv.h
8464         * src/sourcewindow.c
8465         * src/sourcewindow.h
8466         * src/summaryview.c
8467         * src/summaryview.h
8468         * src/textview.c
8469         * src/textview.h
8470         * src/toolbar.c
8471         * src/toolbar.h
8472         * src/common/mgutils.c
8473         * src/common/mgutils.h
8474         * src/common/nntp.c
8475         * src/common/nntp.h
8476         * src/common/prefs.c
8477         * src/common/prefs.h
8478         * src/common/socket.c
8479         * src/common/socket.h
8480         * src/common/stringtable.c
8481         * src/common/stringtable.h
8482         * src/common/template.c
8483         * src/common/template.h
8484         * src/common/uuencode.c
8485         * src/common/uuencode.h
8486         * src/gtk/gtkshruler.c
8487         * src/gtk/gtkshruler.h
8488         * src/gtk/menu.c
8489         * src/gtk/menu.h
8490         * src/gtk/progressdialog.c
8491         * src/gtk/progressdialog.h
8492                 Remove/staticalize, the return of the revenge
8493
8494 2007-10-15 [colin]      3.0.2cvs75
8495
8496         * src/matcher.c
8497                 Fix redirections in filtering's tests
8498
8499 2007-10-15 [colin]      3.0.2cvs74
8500
8501         * src/imap.c
8502                 Don't build imap_synchronise at all when 
8503                 building without libetpan
8504
8505 2007-10-14 [colin]      3.0.2cvs73
8506
8507         * src/imap.c
8508         * src/common/md5.c
8509         * src/common/md5.h
8510         * src/gtk/manage_window.c
8511         * src/gtk/manage_window.h
8512                 Remove more unused code
8513
8514 2007-10-14 [colin]      3.0.2cvs72
8515
8516         * src/addrquery.c
8517         * src/addrquery.h
8518         * src/recv.c
8519         * src/recv.h
8520         * src/vcard.c
8521         * src/vcard.h
8522         * src/common/xml.c
8523         * src/common/xml.h
8524         * src/common/xmlprops.c
8525         * src/common/xmlprops.h
8526                 Remove more unused code
8527
8528 2007-10-14 [colin]      3.0.2cvs71
8529
8530         * src/common/utils.c
8531                 Remove unused function
8532
8533 2007-10-13 [colin]      3.0.2cvs70
8534
8535         * src/imap.c
8536         * src/imap.h
8537         * src/mainwindow.c
8538         * src/mainwindow.h
8539         * src/gtk/gtkutils.c
8540         * src/gtk/gtkutils.h
8541                 Staticalise/Remove more code
8542
8543 2007-10-13 [colin]      3.0.2cvs69
8544
8545         * src/common/utils.c
8546         * src/common/utils.h
8547                 Remove dead code, unused for ages
8548
8549 2007-10-13 [colin]      3.0.2cvs68
8550
8551         * src/main.c
8552         * src/main.h
8553                 Maemo: define hildon_program in main.c,
8554                 make it accessible in the .h with extern
8555
8556 2007-10-13 [paul]       3.0.2cvs67
8557
8558         * src/gtk/menu.c
8559                 fix a bunch of runtime warnings on maemo
8560
8561 2007-10-13 [paul]       3.0.2cvs66
8562
8563         * src/main.c
8564         * src/main.h
8565         * src/gtk/gtkutils.c
8566         * src/gtk/gtkutils.h
8567                 fix a bunch of compiler warnings on maemo
8568
8569 2007-10-12 [colin]      3.0.2cvs65
8570
8571         * src/account.c
8572         * src/addritem.c
8573         * src/addritem.h
8574         * src/filtering.c
8575         * src/filtering.h
8576         * src/folder.c
8577         * src/folder.h
8578         * src/common/utils.c
8579         * src/common/utils.h
8580                 Remove unused code, staticalise some functions
8581
8582 2007-10-12 [paul]       3.0.2cvs64
8583
8584         * src/account.c
8585         * src/folderview.c
8586         * src/main.c
8587         * src/mainwindow.c
8588         * src/messageview.c
8589         * src/summary_search.c
8590         * src/summaryview.c
8591         * src/toolbar.c
8592         * src/wizard.c
8593         * src/common/utils.c
8594         * src/gtk/prefswindow.c
8595                 fix a bunch of compiler warnings on maemo
8596
8597 2007-10-11 [colin]      3.0.2cvs63
8598
8599         * src/editaddress.c
8600                 Make static function static
8601
8602 2007-10-11 [mones]      3.0.2cvs62
8603
8604         * src/addrduplicates.c
8605         * src/addressbook.c
8606         * src/compose.c
8607         * src/expldifdlg.c
8608         * src/mainwindow.c
8609         * src/messageview.c
8610         * src/pop.c
8611         * src/prefs_customheader.c
8612         * src/prefs_send.c
8613         * src/prefs_themes.c
8614         * src/common/plugin.c
8615         * src/gtk/pluginwindow.c
8616         * src/gtk/quicksearch.c
8617                 Fix several typos and capitalisation issues
8618
8619 2007-10-11 [wwp]        3.0.2cvs61
8620
8621         * src/editaddress.c
8622                 Fix a warning about possible use of uninitialized
8623                 filename var.
8624
8625 2007-10-11 [wwp]        3.0.2cvs60
8626
8627         * src/editaddress.c
8628                 Disable "Unset picture" menu item when there's
8629                 no picture to clear. Fix an extraneous g_unref_object,
8630                 add missing initializers.
8631
8632 2007-10-11 [wwp]        3.0.2cvs59
8633
8634         * src/pixmaps/anonymous.xpm
8635         * src/editaddress.c
8636         * src/Makefile.am
8637         * src/stock_pixmap.c
8638         * src/stock_pixmap.h
8639                 Fix a leak, gettext-ize the photo label.
8640                 Don't clear the existing picture if loading
8641                 a new one fails. Use a default 'anonymous'
8642                 picture (this new xpm has been added to the
8643                 internal stock_pixmap API). Add a
8644                 "Set picture" context menu entry.
8645
8646 2007-10-11 [colin]      3.0.2cvs58
8647
8648         * src/messageview.c
8649                 Make shift-shortcuts work
8650         * src/prefs_actions.c
8651                 Don't ask if we really want to close when
8652                 choosing OK and only the list is changed
8653         * src/prefs_template.c
8654                 Don't ask if we really want to close when
8655                 choosing OK and only the list is changed
8656         * src/common/plugin.c
8657                 Fix writing of second [Plugins_*] block
8658         * src/common/template.c
8659                 Remove unused files (fixes deletion)
8660
8661 2007-10-10 [paul]       3.0.2cvs57
8662
8663         * src/prefs_template.c
8664                 put the whole thing in a scrolled window
8665                 so that half the page is no longer inaccessible
8666                 on maemo
8667                 make the gtk_text_view smaller on maemo
8668
8669 2007-10-10 [colin]      3.0.2cvs56
8670
8671         * src/compose.c
8672                 Fix updating of Attachments number in some
8673                 cases (reedit, attach from command-line, ...)
8674
8675 2007-10-10 [colin]      3.0.2cvs55
8676
8677         * src/editaddress.c
8678                 Initialise error correctly
8679
8680 2007-10-10 [paul]       3.0.2cvs54
8681
8682         * src/prefs_filtering_action.c
8683         * src/gtk/description_window.c
8684         * src/gtk/foldersort.c
8685         * src/gtk/quicksearch.c
8686                 get rid of some pointless new lines and
8687                 make the descripton labels wrap better
8688
8689 2007-10-10 [colin]      3.0.2cvs53
8690
8691         * src/addressadd.c
8692         * src/editaddress.c
8693         * src/headerview.c
8694         * src/textview.c
8695                 More error handling on saving pictures
8696
8697 2007-10-10 [colin]      3.0.2cvs52
8698
8699         * src/printing.c
8700         * src/printing.h
8701                 Generalize a bit printing, so we can factorize
8702                 most of the code. 
8703
8704 2007-10-10 [paul]       3.0.2cvs51
8705
8706         * src/addrduplicates.c
8707                 fix engrish
8708                 use GTK_STOCK... buttons
8709
8710 2007-10-10 [paul]       3.0.2cvs50
8711
8712         * src/addressadd.c
8713         * src/addrindex.c
8714         * src/editaddress.c
8715                 Fix previous patch
8716                 Thanks to Colin
8717
8718 2007-10-10 [paul]       3.0.2cvs49
8719
8720         * src/summaryview.c
8721         * src/messageview.c
8722                 Fix crash on Add sender to addressbook when
8723                 From is null
8724         * src/addressadd.c
8725         * src/addrindex.c
8726         * src/editaddress.c
8727         * src/editaddress_other_attributes_ldap.h
8728                 Fix leaks 
8729                 Rename images to .png in addrbook/
8730         * src/headerview.c
8731         * src/textview.c
8732                 Fix Face/X-Face being used if adding another
8733                 address than sender to addressbook
8734                 Thanks to Colin
8735
8736 2007-10-10 [holger]     3.0.2cvs48
8737
8738         * src/addrduplicates.c
8739         * src/editaddress.c
8740                 Improvements to the addressbook duplicate finder
8741                 feature:
8742                  - add an edit button to the button bar
8743                  - display the whole bookname (with iface) and
8744                    use this for same-book checking
8745                  - after editing, try to keep selections if the
8746                    entries are still present
8747                  - sort the email column alphabetically
8748                  - put results in a scrolled window
8749                  - support embedded editing
8750                  - make columns in detail view resizable
8751                  - add keyboard shortcuts
8752
8753 2007-10-10 [wwp]        3.0.2cvs47
8754
8755         * src/addrindex.c
8756                 Fix a crash when there's no From: in email, thanks to Colin.
8757
8758 2007-10-09 [paul]       3.0.2cvs46
8759
8760         * src/messageview.c
8761         * src/summaryview.c
8762         * src/textview.c
8763                 fix building without compface support
8764
8765 2007-10-09 [colin]      3.0.2cvs45
8766
8767         * src/editaddress.c
8768         * src/headerview.c
8769         * src/textview.c
8770                 Add error handling
8771
8772 2007-10-09 [colin]      3.0.2cvs44
8773
8774         * src/addrduplicates.c
8775         * src/addressadd.c
8776         * src/addressadd.h
8777         * src/addressbook.c
8778         * src/addressbook.h
8779         * src/addrindex.c
8780         * src/addrindex.h
8781         * src/addritem.c
8782         * src/addritem.h
8783         * src/compose.c
8784         * src/editaddress.c
8785         * src/editaddress_other_attributes_ldap.h
8786         * src/headerview.c
8787         * src/messageview.c
8788         * src/mimeview.c
8789         * src/summaryview.c
8790         * src/textview.c
8791         * src/gtk/gtkutils.c
8792                 Automatically set contacts' pictures from Face 
8793                 or X-Face if they have no picture
8794                 Display the contact picture in textview or
8795                 headerview for mails sent by people in the 
8796                 addressbook, that have no Face or X-Face
8797                 Fix a few details in the Person edition dialog
8798                 (ability to unset picture)
8799                 Remove picture file when deleting contacts
8800
8801 2007-10-09 [iwkse]      3.0.2cvs43
8802
8803         * src/gtk/about.c
8804                 center the about window
8805
8806 2007-10-09 [paul]       3.0.2cvs42
8807
8808         * src/prefs_toolbar.c
8809                 fix icon selector window on maemo
8810
8811 2007-10-09 [paul]       3.0.2cvs41
8812
8813         * src/messageview.c
8814                 add 'go to' menu to separate msgview
8815
8816 2007-10-09 [colin]      3.0.2cvs40
8817
8818         * src/common/defs.h
8819                 Add forgotten file
8820
8821 2007-10-09 [iwkse]      3.0.2cvs39
8822
8823         * Makefile.am
8824         * src/addressbook.c
8825         * src/addritem.c
8826         * src/addritem.h
8827         * src/editaddress.c
8828         * src/editaddress_other_attributes_ldap.h
8829         * src/addrbook.c
8830         * src/Makefile.am
8831                 set a photo in the Addressbook
8832
8833 2007-10-08 [colin]      3.0.2cvs38
8834
8835         * src/prefs_toolbar.c
8836                 Make height 320 to remove the scrollbar 
8837                 (with current number of icons)
8838
8839 2007-10-08 [colin]      3.0.2cvs37
8840
8841         * src/prefs_toolbar.c
8842                 Transform the treeview to a GtkIconView.
8843                 Patch by Pawel
8844                 In addition, transform the window so that 
8845                 it looks like a popup menu. Patch by me
8846
8847 2007-10-08 [colin]      3.0.2cvs36
8848
8849         * src/compose.c
8850         * src/compose.h
8851                 Beautify the GUI a bit; in particular, show the
8852                 number of attachments in the tab's title.
8853                 Patch by Pawel
8854
8855 2007-10-08 [paul]       3.0.2cvs35
8856
8857         * src/mimeview.c
8858                 Save users from themselves: save temporary
8859                 files used for Open/Open with as read-only.
8860                 Thanks to Colin
8861
8862 2007-10-08 [paul]       3.0.2cvs34
8863
8864         * tools/Makefile.am
8865                 forgot this in cvs33
8866
8867 2007-10-08 [paul]       3.0.2cvs33
8868
8869         * tools/kdeservicemenu/README
8870         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
8871         * tools/kdeservicemenu/install.sh
8872         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8873                 renamed template* to *template so as not to confuse
8874                 lintian
8875
8876 2007-10-08 [paul]       3.0.2cvs32
8877
8878         * src/prefs_themes.c
8879         * src/stock_pixmap.c
8880                 replace 2 direct uses of RC_DIR
8881
8882 2007-10-07 [colin]      3.0.2cvs31
8883
8884         * src/addrduplicates.c
8885         * src/addrduplicates.h
8886         * src/addressbook.c
8887         * src/addressbook.h
8888         * src/addrindex.c
8889         * src/addrindex.h
8890                 Implement deletion in duplicate finder. 
8891                 Patch by Holger 
8892
8893 2007-10-07 [colin]      3.0.2cvs30
8894
8895         * src/exporthtml.c
8896         * src/mbox.c
8897         * src/common/utils.c
8898                 Better fix for Solaris, thanks to Nicolas Doualot
8899
8900 2007-10-07 [colin]      3.0.2cvs29
8901
8902         * AUTHORS
8903         * src/gtk/authors.h
8904                 Add Frank Dietrich
8905
8906 2007-10-07 [colin]      3.0.2cvs28
8907
8908         * src/exporthtml.c
8909                 Fix HTML export to make it more compliant
8910                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
8911
8912 2007-10-07 [colin]      3.0.2cvs27
8913
8914         * src/prefs_toolbar.c
8915                 Only use icons that wouldn't look stupid in the toolbar
8916                 Patch by Pawel
8917
8918 2007-10-07 [colin]      3.0.2cvs26
8919
8920         * src/prefs_toolbar.c
8921                 Fix old icon being used when none is selected
8922
8923 2007-10-07 [colin]      3.0.2cvs25
8924
8925         * src/toolbar.c
8926                 Fix copy/paste error
8927
8928 2007-10-07 [colin]      3.0.2cvs24
8929
8930         * src/prefs_toolbar.c
8931         * src/toolbar.c
8932         * src/toolbar.h
8933                 Update icon to default one when changing event
8934                 Make the icon chooser nicer (handle Esc, Enter,
8935                 double-click)
8936
8937 2007-10-06 [colin]      3.0.2cvs23
8938
8939         * src/prefs_toolbar.c
8940                 Fix text reset; patch by Pawel
8941
8942 2007-10-06 [colin]      3.0.2cvs22
8943
8944         * src/toolbar.h
8945                 Complete previous commit
8946
8947 2007-10-06 [colin]      3.0.2cvs21
8948
8949         * src/prefs_toolbar.c
8950         * src/toolbar.c
8951                 Set toolbar text automatically to the default
8952                 when changing Event executed on click
8953
8954 2007-10-06 [colin]      3.0.2cvs20
8955
8956         * src/prefs_toolbar.c
8957                 Invert Text and Event fields
8958
8959 2007-10-06 [colin]      3.0.2cvs19
8960
8961         * src/prefs_toolbar.c
8962         * src/toolbar.c
8963                 Make toolbar prefs look much better
8964                 Patch by Pawel Pekala
8965
8966 2007-10-06 [paul]       3.0.2cvs18
8967
8968         * src/account.c
8969         * src/prefs_filtering.c
8970                 fix checkbuttons in gtktreeview on maemo by
8971                 setting maemo's "allow-checkbox-mode" to FALSE
8972
8973 2007-10-06 [colin]      3.0.2cvs17
8974
8975         * configure.ac
8976                 Export -DSOLARIS in CFLAGS for all
8977                 Solaris (not just 2.8) and OpenSolaris
8978
8979 2007-10-06 [paul]       3.0.2cvs16
8980
8981         * AUTHORS
8982         * src/exporthtml.c
8983         * src/mbox.c
8984         * src/gtk/authors.h
8985                 fix build on solaris where ctime_r takes
8986                 3 arguments rather than 2.
8987                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
8988
8989 2007-10-05 [colin]      3.0.2cvs15
8990
8991         * src/etpan/imap-thread.c
8992                 Fix wrong error codepath
8993
8994 2007-10-05 [wwp]        3.0.2cvs14
8995
8996         * src/filtering.c
8997                 Fix unexpected logging of quicksearches:
8998                 debug_filtering_session flag was never reset to FALSE, causing
8999                 matcher functions to log when called from a quicksearch
9000                 (if a filtering session happened before).
9001
9002 2007-10-05 [paul]       3.0.2cvs13
9003
9004         * src/prefs_actions.c
9005         * src/prefs_filtering.c
9006         * src/prefs_template.c
9007                 fix bug 1343, 'Filtering..'s close button
9008                 silently discards new filter'
9009                 Thanks to Colin
9010
9011 2007-10-05 [paul]       3.0.2cvs12
9012
9013         * configure.ac
9014         * src/Makefile.am
9015                 fix bug 1347, '-Wno-unused-function, optional'
9016
9017 2007-10-05 [colin]      3.0.2cvs11
9018
9019         * src/procmime.c
9020         * src/common/mgutils.c
9021                 Fix warnings
9022
9023 2007-10-05 [mones]      3.0.2cvs10
9024
9025         * manual/advanced.xml
9026                 Use full menu name
9027         * manual/es/advanced.xml
9028                 Synchronise translation
9029
9030 2007-10-04 [colin]      3.0.2cvs9
9031
9032         * src/action.c
9033         * src/addrbook.c
9034         * src/addrindex.c
9035         * src/compose.c
9036         * src/exporthtml.c
9037         * src/exportldif.c
9038         * src/folder.c
9039         * src/main.c
9040         * src/matcher.c
9041         * src/mbox.c
9042         * src/messageview.c
9043         * src/mh.c
9044         * src/news.c
9045         * src/partial_download.c
9046         * src/pop.c
9047         * src/procmime.c
9048         * src/procmsg.c
9049         * src/toolbar.c
9050         * src/common/log.c
9051         * src/common/mgutils.c
9052         * src/common/plugin.c
9053         * src/common/utils.c
9054         * src/common/xml.c
9055         * src/common/xml.h
9056         * src/common/xmlprops.c
9057         * src/common/xmlprops.h
9058         * src/plugins/bogofilter/bogofilter.c
9059         * src/plugins/clamav/clamav_plugin.c
9060         * src/plugins/dillo_viewer/dillo_prefs.c
9061         * src/plugins/pgpcore/prefs_gpg.c
9062         * src/plugins/pgpinline/pgpinline.c
9063         * src/plugins/pgpmime/pgpmime.c
9064         * src/plugins/spamassassin/spamassassin.c
9065         * src/plugins/trayicon/trayicon_prefs.c
9066                 Verify success on writes. Will fix possible strange
9067                 failure on disk full.
9068
9069 2007-10-04 [paul]       3.0.2cvs8
9070
9071         * manual/advanced.xml
9072                 add further info about Actions
9073                 Patch by Emmanuel Briot <briot@adacore.com>
9074
9075 2007-10-04 [paul]       3.0.2cvs7
9076
9077         * src/account.c
9078                 remove the D column, instead indicate the
9079                 default account by use of bold text
9080
9081 2007-10-03 [colin]      3.0.2cvs6
9082
9083         * src/common/template.c
9084                 Fix templates writing (was prone to disk full problems)
9085
9086 2007-10-03 [colin]      3.0.2cvs5
9087
9088         * src/Makefile.am
9089         * src/addrduplicates.c
9090         * src/addrduplicates.h
9091         * src/addressbook.c
9092                 Add duplicate deletion. Patch by Holger
9093
9094 2007-10-03 [colin]      3.0.2cvs4
9095
9096         * src/matcher.c
9097         * src/gtk/quicksearch.c
9098                 Fix bug 1340, 'Case insensitive searches with 
9099                 non-ascii alphabets fail'.
9100
9101 2007-10-03 [colin]      3.0.2cvs3
9102
9103         * src/main.c
9104         * src/common/utils.c
9105         * src/common/utils.h
9106                 Implement run-time alternative config directories
9107
9108 2007-10-03 [colin]      3.0.2cvs2
9109
9110         * src/folderview.c
9111                 Prevent opening folder item while folder
9112                 is scanned in a better way
9113
9114 2007-10-02 [paul]       3.0.2cvs1
9115
9116         * NEWS
9117         * README
9118         * RELEASE_NOTES
9119         * configure.ac
9120                 bump up version number following stable release
9121
9122 2007-09-30 [colin]      3.0.1cvs49
9123
9124         * src/imap.c
9125                 Refresh session if needed
9126
9127 2007-09-30 [colin]      3.0.1cvs48
9128
9129         * src/imap.c
9130                 Reset folder's session to NULL
9131                 before destroying it
9132
9133 2007-09-30 [mones]      3.0.1cvs47
9134
9135         * manual/handling.xml
9136                 Use markup quotes instead hardcoded quotes
9137         * manual/es/handling.xml
9138                 Added new synced section (IMAP subscriptions)
9139
9140 2007-09-29 [colin]      3.0.1cvs46
9141
9142         * src/imap.c
9143                 Notice disconnections faster
9144
9145 2007-09-28 [colin]      3.0.1cvs45
9146
9147         * src/addressbook.c
9148         * src/addrindex.c
9149                 Fix warnings
9150
9151 2007-09-28 [paul]       3.0.1cvs44
9152
9153         * src/mimeview.c
9154                 fix maemo build
9155
9156 2007-09-28 [paul]       3.0.1cvs43
9157
9158         * src/account.c
9159                 use gtk_widget_set_size_request() on the label
9160                 so that wrapping works better. get rid of the
9161                 (partially deprecated) hbutton_box.
9162                 these changes should prevent buttons overlapping
9163                 on maemo
9164
9165 2007-09-28 [colin]      3.0.1cvs42
9166
9167         * src/pop.c
9168                 Fix typo :)
9169
9170 2007-09-28 [colin]      3.0.1cvs41
9171
9172         * src/compose.c
9173         * src/msgcache.c
9174         * src/pop.c
9175         * src/procmime.c
9176         * src/etpan/imap-thread.c
9177                 64bits-related warning fixes
9178
9179 2007-09-28 [colin]      3.0.1cvs40
9180
9181         * src/folder_item_prefs.c
9182         * src/ldaputil.c
9183         * src/mainwindow.c
9184         * src/mimeview.c
9185         * src/common/tags.c
9186                 Fix warnings
9187
9188 2007-09-28 [colin]      3.0.1cvs39
9189
9190         * src/plugins/spamassassin/spamassassin.c
9191         * src/plugins/spamassassin/spamassassin.h
9192         * src/plugins/spamassassin/spamassassin_gtk.c
9193                 Add addressbook-based whitelisting
9194
9195 2007-09-28 [colin]      3.0.1cvs38
9196
9197         * src/folder.c
9198                 Fix bug 1337, 'crash on pressing Send button'
9199
9200 2007-09-28 [paul]       3.0.1cvs37
9201
9202         * src/prefs_folder_item.c
9203                 give the orphans a parent. makes all prefs
9204                 pages visible on maemo
9205
9206 2007-09-28 [colin]      3.0.1cvs36
9207
9208         * src/prefs_folder_column.c
9209         * src/prefs_summary_column.c
9210                 Fix two leaks
9211
9212 2007-09-27 [colin]      3.0.1cvs35
9213
9214         * src/gtk/quicksearch.c
9215                 Fix bug 1336, 'Segfault if empty space before search-string'
9216
9217 2007-09-26 [mones]      3.0.1cvs34
9218
9219         * manual/account.xml
9220         * manual/plugins.xml
9221                 Fixed irc channel name, added some docbook markup.
9222                 Changed text markup to docbook markup. 
9223                 Added spamcop as supported in SpamReport description.
9224         * manual/fr/plugins.xml
9225                 Fixed irc channel name.
9226         * manual/es/account.xml
9227         * manual/es/advanced.xml
9228         * manual/es/claws-mail-manual.xml
9229         * manual/es/glossary.xml
9230         * manual/es/gpl.xml
9231         * manual/es/keyboard.xml
9232         * manual/es/plugins.xml
9233                 Synced with English version, fixed a couple of typos.
9234
9235 2007-09-26 [colin]      3.0.1cvs33
9236
9237         * configure.ac
9238                 Explain why "Libgnomeprint: no" on GTK+ 2.10
9239
9240 2007-09-26 [colin]      3.0.1cvs32
9241
9242         * src/messageview.c
9243         * src/procmsg.c
9244         * src/procmsg.h
9245                 Optimisation: avoid fetching mail 3 times locally
9246                 for displaying
9247
9248 2007-09-26 [colin]      3.0.1cvs31
9249
9250         * src/mh.c
9251                 Fix missing static
9252
9253 2007-09-26 [colin]      3.0.1cvs30
9254
9255         * src/folder.c
9256         * src/folder.h
9257         * src/mh.c
9258         * src/mh.h
9259                 Fix MH mtime hack - make it a folder class function
9260
9261 2007-09-26 [colin]      3.0.1cvs29
9262
9263         * src/inc.c
9264                 Fix bug 1334, 'user defined mail incorporation 
9265                 script not run'
9266
9267 2007-09-25 [colin]      3.0.1cvs28
9268
9269         * src/codeconv.c
9270                 Optimisation: shortcut conv_codeset_strdup
9271                 when src_code and dest_code are the same
9272         * src/common/xml.c
9273         * src/common/xml.h
9274                 Optimisation: shortcut code conversions when
9275                 files are in UTF-8; faster list walking by
9276                 using prepend/reverse.
9277
9278 2007-09-25 [holger]     3.0.1cvs27
9279
9280         * src/printing.c
9281                 Replace button bar of the preview window
9282                 with a real toolbar (patch by Colin)
9283                 Add zooming to the preview window
9284
9285 2007-09-24 [paul]       3.0.1cvs26
9286
9287         * src/compose.c
9288                 compact the character set menu, adding some
9289                 missing encodings. Patch by Pawel Pekala
9290
9291 2007-09-23 [paul]       3.0.1cvs25
9292
9293         * src/prefs_account.c
9294         * src/prefs_folder_item.c
9295         * src/prefs_quote.c
9296         * src/quote_fmt.c
9297         * src/quote_fmt.h
9298                 remove unnecessary frame from Templates options
9299                 and improve the English of the check button label
9300
9301 2007-09-22 [colin]      3.0.1cvs24
9302
9303         * src/gtk/quicksearch.c
9304                 Fix bug 1329, 'error in quicksearch.c'
9305                 Fix return with value in function returning void
9306
9307 2007-09-22 [colin]      3.0.1cvs23
9308
9309         * src/imap.c
9310         * src/procmsg.h
9311         * src/common/utils.c
9312         * src/common/utils.h
9313         * src/etpan/imap-thread.c
9314                 Optimise fetching IMAP cached emails *a lot*
9315                 (remember whether mail is fully cached and \r's
9316                  are already stripped)
9317
9318 2007-09-22 [colin]      3.0.1cvs22
9319
9320         * src/folder.c
9321         * src/folder.h
9322         * src/prefs_folder_item.c
9323                 Add a button to allow users to drop local caches.
9324
9325 2007-09-21 [colin]      3.0.1cvs21
9326
9327         * src/summaryview.c
9328                 Remove unnecessary error when cancelling export to mbox.
9329                 Patch by Pawel
9330
9331 2007-09-21 [paul]       3.0.1cvs20
9332
9333         * src/gtk/prefswindow.c
9334                 remove unnecessary frames from the prefs
9335                 pages. Patch by Pawel Pekala
9336
9337 2007-09-21 [paul]       3.0.1cvs19
9338
9339         * src/prefs_account.c
9340         * src/prefs_folder_item.c
9341         * src/prefs_quote.c
9342         * src/quote_fmt.c
9343                 put the Templates options into a tabbed
9344                 layout. Patch by Pawel Pekala
9345
9346 2007-09-21 [paul]       3.0.1cvs18
9347
9348         * src/mainwindow.c
9349                 group together the character set menu items
9350                 move the /View/Show or hide/Message view below
9351                 .../Toolbar menu item
9352                 Patch by Pawel Pekala
9353
9354 2007-09-21 [mones]      3.0.1cvs17
9355
9356         * src/compose.c
9357                 Fix for bug 1327, 'segfault when replying to a non-existent
9358                 news message', thanks to Colin.
9359
9360 2007-09-21 [colin]      3.0.1cvs16
9361
9362         * src/folderview.c
9363                 Complete 3.0.1cvs15
9364
9365 2007-09-20 [colin]      3.0.1cvs15
9366
9367         * src/folderview.c
9368         * src/folderview.h
9369                 Maybe fix bug 1324, 'Corrupted IMAP cache'
9370
9371 2007-09-20 [colin]      3.0.1cvs14
9372
9373         * src/printing.c
9374                 Fix a little leak
9375
9376 2007-09-20 [holger]     3.0.1cvs13
9377
9378         * src/printing.c
9379                 Add page layout to print preview.
9380                 Make the close-button in the toolbar
9381                 right-aligned.
9382
9383 2007-09-20 [paul]       3.0.1cvs12
9384
9385         * po/ru.po
9386                 updated by Pavlo Bohmat
9387
9388 2007-09-19 [colin]      3.0.1cvs11
9389
9390         * src/common/utils.c
9391                 Prevent unquoted mime boundaries, by always
9392                 using a /
9393
9394 2007-09-19 [colin]      3.0.1cvs10
9395
9396         * src/printing.c
9397                 Fix drawing area size, fix DPI change that
9398                 can cause total number of lines to decrease
9399
9400 2007-09-19 [colin]      3.0.1cvs9
9401
9402         * po/POTFILES.in
9403         * src/printing.c
9404                 Make print preview more efficient and nicer.
9405                 Patch mostly by Holger Berndt <hb@claws-mail.org>
9406
9407 2007-09-19 [colin]      3.0.1cvs8
9408
9409         * src/prefs_common.c
9410         * src/prefs_common.h
9411         * src/printing.c
9412                 Add scrolledwindow, default allocation and
9413                 size saving to the print preview window.
9414
9415 2007-09-18 [colin]      3.0.1cvs7
9416
9417         * src/prefs_common.c
9418         * src/prefs_common.h
9419         * src/prefs_image_viewer.c
9420         * src/printing.c
9421                 GtkPrintOperation:
9422                 - add image printing support
9423                 - add option to print images
9424                 - add preview widget
9425                 - add saving of a few Page Setup parameters
9426
9427 2007-09-18 [colin]      3.0.1cvs6
9428
9429         * AUTHORS
9430         * src/gtk/authors.h
9431                 Add Guillaume Chazarain
9432
9433 2007-09-18 [colin]      3.0.1cvs5
9434
9435         * src/common/utils.c
9436                 Fix bug 1321, 'access before allocation 
9437                 when scanning for uris'. Patch by 
9438                 Guillaume Chazarain <guichaz@yahoo.fr>
9439
9440 2007-09-18 [colin]      3.0.1cvs4
9441
9442         * src/toolbar.c
9443                 Fix bug 1320, 'Memory leak caused by 
9444                 gtk_container_get_children'. Patch by
9445                 Guillaume Chazarain <guichaz@yahoo.fr>
9446
9447 2007-09-18 [colin]      3.0.1cvs3
9448
9449         * src/printing.c
9450         * src/printing.h
9451                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
9452
9453 2007-09-18 [colin]      3.0.1cvs2
9454
9455         * src/Makefile.am
9456         * src/mainwindow.c
9457         * src/messageview.c
9458         * src/messageview.h
9459         * src/prefs_ext_prog.c
9460         * src/prefs_fonts.c
9461         * src/printing.c
9462         * src/printing.h
9463         * src/summaryview.c
9464                 Use GtkPrintOperation by default on GTK+ >= 2.10
9465                 Patch by Holger Berndt <hb@claws-mail.org>
9466
9467 2007-09-18 [paul]       3.0.1cvs1
9468
9469         * NEWS
9470         * README
9471         * RELEASE_NOTES
9472         * configure.ac
9473                 bump up version number following stable release
9474
9475 2007-09-16 [colin]      3.0.0cvs18
9476
9477         * src/folder.c
9478                 Fix possible memleak
9479
9480 2007-09-16 [colin]      3.0.0cvs17
9481
9482         * src/folderview.c
9483                 Fix bug 1311, 'Wrong arrow position 
9484                 while moving message into folder when 
9485                 column headers hidden'
9486         * src/image_viewer.c
9487                 Show error in the GUI if image can't
9488                 be loaded
9489         * src/matcher.c
9490                 Fix spurious output
9491         * src/messageview.c
9492                 Allow setting domain in msgid
9493         * src/common/plugin.c
9494                 Add timing information
9495
9496 2007-09-16 [colin]      3.0.0cvs16
9497
9498         * src/account.c
9499         * src/compose.c
9500         * src/prefs_account.c
9501         * src/prefs_account.h
9502         * src/common/utils.c
9503                 Remove Generate Message-ID option. We need
9504                 this on some IMAP servers.
9505         * src/prefs_template.c
9506                 Fix double-free
9507
9508 2007-09-16 [colin]      3.0.0cvs15
9509
9510         * src/prefs_filtering.c
9511         * src/prefs_filtering.h
9512         * src/prefs_filtering_action.c
9513         * src/common/tags.c
9514                 Fix tags issues: tags with spaces, renaming
9515                 tags.
9516
9517 2007-09-16 [colin]      3.0.0cvs14
9518
9519         * src/folderview.c
9520         * src/main.c
9521         * src/mainwindow.c
9522                 Fix bug 1308, 'Claws deletes folderlist.xml after
9523                 fetching mail short after start-up'
9524
9525 2007-09-16 [colin]      3.0.0cvs13
9526
9527         * src/compose.c
9528                 Fix scrolling to cursor
9529
9530 2007-09-16 [paul]       3.0.0cvs12
9531
9532         * po/sr.po
9533                 updated by Aleksandar Urosevic
9534
9535 2007-09-16 [paul]       3.0.0cvs11
9536
9537         * src/folder.c
9538                 do not allow locked msgs to be deleted,
9539                 even by filtering/processing
9540
9541 2007-09-07 [paul]       3.0.0cvs10
9542
9543         * src/prefs_folder_column.c
9544         * src/prefs_summary_column.c
9545                 implement button sensitivity
9546                 patch by Pawel Pekala
9547
9548 2007-09-06 [wwp]        3.0.0cvs9
9549
9550         * src/prefs_gtk.c
9551                 Add a missing linefeed to a debug message.
9552
9553 2007-09-05 [colin]      3.0.0cvs8
9554
9555         * src/inc.c
9556                 Fix statusbar/window mismatch on Maemo
9557
9558 2007-09-05 [colin]      3.0.0cvs7
9559
9560         * src/ldaputil.c
9561                 Fix build without USE_LDAP_TLS
9562
9563 2007-09-05 [colin]      3.0.0cvs6
9564
9565         * src/folder.c
9566         * src/imap.c
9567         * src/inc.c
9568         * src/mbox.c
9569         * src/send_message.c
9570         * src/statusbar.c
9571         * src/statusbar.h
9572                 Maemo: distinguish various statusbar messages,
9573                 in order to display only the most important.
9574
9575 2007-09-04 [wwp]        3.0.0cvs5
9576
9577         * src/account.c
9578                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
9579                 Show protocol "SMTP" and the appropriate server for send-only
9580                 accounts, show "-" instead of "" when no value is relevant.
9581
9582 2007-09-03 [ticho]      3.0.0cvs4
9583
9584         * src/summaryview.c
9585                 Handle plural form better in delete confirmation dialog.
9586
9587 2007-09-03 [wwp]        3.0.0cvs3
9588
9589         * src/compose.c
9590                 Warn differently when sending or sending later (queueing).
9591
9592 2007-09-03 [colin]      3.0.0cvs2
9593
9594         * src/procmime.c
9595         * src/procmime.h
9596         * src/common/plugin.c
9597         * src/common/plugin.h
9598                 Add a new plugin API, MimeParser. It allows
9599                 plugins to scan email MIME parts and optionally,
9600                 transform them.
9601
9602 2007-09-03 [mones]      3.0.0cvs1
9603
9604         * po/es.po
9605                 Updated translation
9606         * src/common/defs.h
9607                 While a better solution is made double history sizes
9608
9609 2007-09-03 [paul]       3.0.0
9610
9611         * NEWS
9612         * README
9613         * RELEASE_NOTES
9614                 3.0.0 released
9615
9616 [For previous entries, see ChangeLog.2.0.0-3.0.0]