4d99be6ffd94bcb0cf64e92faafe469ebba23261
[claws.git] / ChangeLog
1 2008-10-09 [colin]      3.6.0cvs23
2
3         * configure.ac
4                 Fix message
5
6 2008-10-09 [colin]      3.6.0cvs22
7
8         * configure.ac
9                 Error out when building against openssl
10
11 2008-10-09 [colin]      3.6.0cvs21
12
13         * configure.ac
14         * COPYING
15         * src/crash.c
16         * src/main.c
17         * src/gtk/about.c
18                 Disable OpenSSL due to requirement of
19                 OpenSSL exception. Code not removed yet,
20                 just in case, but disabled.
21
22 2008-10-09 [colin]      3.6.0cvs20
23
24         * configure.ac
25         * src/Makefile.am
26         * src/crash.c
27         * src/gedit-print.c
28         * src/gedit-print.h
29         * src/main.c
30         * src/mainwindow.c
31         * src/messageview.c
32         * src/prefs_ext_prog.c
33         * src/prefs_fonts.c
34         * src/prefs_image_viewer.c
35         * src/printing.c
36         * src/printing.h
37         * src/summaryview.c
38         * src/gtk/Makefile.am
39         * src/gtk/about.c
40         * src/gtk/gtksourceprintjob.c
41         * src/gtk/gtksourceprintjob.h
42                 Revert previous patch. It'd be better to remove
43                 OpenSSL instead, as GnuTLS works as well.
44
45 2008-10-09 [colin]      3.6.0cvs19
46
47         * configure.ac
48         * src/Makefile.am
49         * src/crash.c
50         * src/gedit-print.c
51         * src/gedit-print.h
52         * src/main.c
53         * src/mainwindow.c
54         * src/messageview.c
55         * src/prefs_ext_prog.c
56         * src/prefs_fonts.c
57         * src/prefs_image_viewer.c
58         * src/printing.c
59         * src/printing.h
60         * src/summaryview.c
61         * src/gtk/Makefile.am
62         * src/gtk/about.c
63         * src/gtk/gtksourceprintjob.c
64         * src/gtk/gtksourceprintjob.h
65                 Remove the libgnomeprint interface (deprecated,
66                 and fixes Debian's #501570, 'Copyright confusion')
67
68 2008-10-09 [colin]      3.6.0cvs18
69
70         * configure.ac
71                 Require libetpan 0.57 (important fixes)
72
73 2008-10-08 [paul]       3.6.0cvs17
74
75         * src/prefs_filtering_action.c
76         * src/prefs_matcher.c
77                 enable re-ordering of the filtering/processing
78                 condition and actions lists by drag'n'drop
79
80 2008-10-08 [colin]      3.6.0cvs16
81
82         * src/addressbook.c
83                 Fix wrong menu title
84
85 2008-10-07 [colin]      3.6.0cvs15
86
87         * src/imap.c
88                 After thinking, revert this. It's only a minor
89                 annoyance to GSSAPI users, and I can't test this
90                 right now. Postponed until after next good release.
91
92 2008-10-07 [colin]      3.6.0cvs14
93
94         * src/imap.c
95                 Don't ask for a password when using GSSAPI
96
97 2008-10-07 [colin]      3.6.0cvs13
98
99         * src/mainwindow.c
100                 Fix build with GTK+ < 2.14
101
102 2008-10-07 [colin]      3.6.0cvs12
103
104         * src/mainwindow.c
105         * src/mainwindow.h
106         * src/prefs_common.c
107         * src/prefs_common.h
108         * src/summaryview.c
109         * src/gtk/colorlabel.c
110                 Fix bug 1749, 'Shortcut keys for color labels 
111                 not changeable'
112                 Make fullscreen a setting remembered between
113                 sessions
114
115 2008-10-07 [colin]      3.6.0cvs11
116
117         * src/prefs_other.c
118                 Fix bug 1747, 'Wanderlust keybindings no longer 
119                 working (regression)'
120
121 2008-10-07 [colin]      3.6.0cvs10
122
123         * src/mainwindow.c
124                 Make fullscreen a real menu item
125
126 2008-10-07 [colin]      3.6.0cvs9
127
128         * src/mainwindow.c
129                 Make sure we won't save size when
130                 fullscreening
131
132 2008-10-06 [colin]      3.6.0cvs8
133
134         * src/mainwindow.c
135         * src/mainwindow.h
136                 Handle fullscreen via F11. Patch by
137                 Michael Rasmussen
138
139 2008-10-06 [colin]      3.6.0cvs7
140
141         * src/common/ssl.c
142                 Fix return value when setting client cert
143
144 2008-10-04 [colin]      3.6.0cvs6
145
146         * src/mimeview.c
147                 Fix bug 1742, 'Attachment list contents not 
148                 visible/scrollable'
149
150 2008-10-04 [paul]       3.6.0cvs5
151
152         * src/mainwindow.c
153                 fix failure of Hide toolbar option on restart
154
155 2008-10-04 [colin]      3.6.0cvs4
156
157         * src/addressbook.c
158         * src/compose.c
159         * src/mainwindow.c
160         * src/messageview.c
161         * src/summaryview.c
162                 Maemo: Fix bug 1737, Crashes upon opening
163
164 2008-10-04 [paul]       3.6.0cvs3
165
166         * po/pt_BR.po
167                 submitted (just a little late) by Frederico
168                 Goncalves Guimaraes
169
170 2008-10-03 [wwp]        3.6.0cvs2
171
172         * po/fr.po
173                 Many fixes, mostly in menus and accelerators.
174
175 2008-10-03 [colin]      3.6.0cvs1
176
177         * src/gtk/filesel.c
178                 Allow network mounts with new GTKs: they're
179                 available via FUSE mounts and we don't need
180                 GVFS.
181
182 2008-10-03 [paul]       3.6.0
183
184         * NEWS
185         * README
186         * RELEASE_NOTES 
187                 3.6.0 released!
188
189 2008-10-03 [paul]       3.5.0cvs145
190
191         * configure.ac
192         * po/bg.po
193         * po/nl.po
194         * po/ru.po
195         * po/sv.po
196                 new translations. added by Yasen Pramatarov,
197                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
198         * po/ca.po
199         * po/de.po
200         * po/fi.po
201         * po/fr.po
202         * po/hu.po
203         * po/it.po
204         * po/pl.po
205         * po/zh_CN.po
206                 updated translations. submitted by Miquel Oliete,
207                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
208                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
209
210 2008-10-02 [colin]      3.5.0cvs144
211
212         * src/common/session.c
213                 Fix crash when connection fails on windows
214
215 2008-10-01 [colin]      3.5.0cvs143
216
217         * src/imap.c
218                 Real fix for FS-unsafe chars on win32
219
220 2008-10-01 [colin]      3.5.0cvs142
221
222         * src/imap.c
223                 Encode prohibited filenames on win32
224
225 2008-09-30 [mones]      3.5.0cvs141
226
227         * src/ldapctrl.c
228         * src/main.c
229         * src/prefs_themes.c
230         * src/printing.c
231                 Fix output of some debug messages
232
233 2008-09-30 [colin]      3.5.0cvs140
234
235         * src/addrbook.c
236         * src/addrharvest.c
237         * src/compose.c
238         * src/jpilot.c
239         * src/mh.c
240         * src/prefs_themes.c
241         * src/procheader.c
242         * src/procmime.c
243         * src/summaryview.c
244         * src/common/utils.c
245         * src/gtk/sslcertwindow.c
246                 Win32: Fix time usage; use g_stat
247
248 2008-09-29 [colin]      3.5.0cvs139
249
250         * src/common/utils.c
251                 Fix case-sensitive match of subject
252                 prefixes on win32
253
254 2008-09-29 [colin]      3.5.0cvs138
255
256         * src/folder_item_prefs.c
257         * src/folder_item_prefs.h
258         * src/matcher.c
259         * src/prefs_folder_item.c
260         * src/prefs_matcher.c
261         * src/summaryview.c
262         * src/common/string_match.c
263         * src/common/utils.c
264                 Fix a huge leak (dozens of megs per folder
265                 change) on Windows: disable regexps 
266
267 2008-09-28 [paul]       3.5.0cvs137
268
269         * po/en_GB.po
270                 updated
271
272 2008-09-27 [colin]      3.5.0cvs136
273
274         * src/account.c
275         * src/account.h
276                 Add accessor for cur_account
277
278 2008-09-27 [colin]      3.5.0cvs135
279
280         * src/imap.c
281                 Fix crash when error happen on session establishment
282
283 2008-09-26 [mones]      3.5.0cvs134
284
285         * po/es.po
286                 Updated for release
287
288 2008-09-26 [colin]      3.5.0cvs133
289
290         * src/plugins/pgpcore/claws.def
291                 Fix symbol
292
293 2008-09-26 [colin]      3.5.0cvs132
294
295         * src/prefs_common.c
296         * src/prefs_common.h
297         * src/plugins/pgpcore/pgp_viewer.c
298                 Add an accessor to prefs_common for plugins
299                 (Win32 fix)
300
301 2008-09-25 [colin]      3.5.0cvs131
302
303         * src/main.c
304                 Fix bug 1725, 'useless lines in clawsrc'
305         * src/plugins/smime/mypgpcore.def
306                 Add a missing symbol
307
308 2008-09-25 [paul]       3.5.0cvs130
309
310         * src/plugins/smime/mypgpcore.def
311         * src/plugins/smime/plugin.def
312         * src/plugins/smime/version.rc
313                 add these windows-specific files
314                 (Thanks to Colin)
315
316 2008-09-25 [colin]      3.5.0cvs129
317
318         * src/main.c
319                 Load standard plugins only on first run
320
321 2008-09-25 [colin]      3.5.0cvs128
322
323         * src/codeconv.c
324                 Fix build...
325
326 2008-09-24 [colin]      3.5.0cvs127
327
328         * src/codeconv.c
329                 Add nb_NO's charset (iso-8859-1)
330
331 2008-09-24 [colin]      3.5.0cvs126
332
333         * src/common/utils.c
334                 Fix get_mail_base_dir() on windows
335                 (was synced from main ages ago)
336
337 2008-09-24 [colin]      3.5.0cvs125
338
339         * src/main.c
340         * src/wizard.c
341                 Integrate better with Windows' style
342
343 2008-09-23 [paul]       3.5.0cvs124
344
345         * src/compose.c
346         * src/mainwindow.c
347         * src/messageview.c
348                 offer these strings to translators too 
349
350 2008-09-23 [colin]      3.5.0cvs123
351
352         * configure.ac
353                 Add a --disable-dbus flag in case we want
354                 no DBUS even if headers are available (like
355                 for building gpg4win)
356         * src/filtering.c
357         * src/mainwindow.c
358         * src/prefs_logging.c
359         * src/common/utils.c
360         * src/plugins/pgpcore/sgpgme.c
361         * src/plugins/smime/claws.def
362                 Windows fixes:
363                 - disable filtering log (it's crashy for
364                   some reason)
365                 - fix gmtime_r when time is -1 (before 01/01/70)
366                 - add symbols for smime
367
368 2008-09-22 [colin]      3.5.0cvs122
369
370         * src/common/utils.c
371         * src/account.c
372                 Remove raw printf
373         * src/compose.c
374                 Fix cursor position after changing account
375         * src/imap.c
376         * src/mimeview.c
377         * src/news.c
378                 Fix absolute path detection 
379
380 2008-09-21 [colin]      3.5.0cvs121
381
382         * src/gtk/gtkaspell.c
383                 Don't try to use empty dictionaries
384
385 2008-09-20 [colin]      3.5.0cvs120
386
387         * po/POTFILES.in
388                 Add the new files to the translations
389
390 2008-09-20 [colin]      3.5.0cvs119
391
392         * configure.ac
393         * src/plugins/Makefile.am
394         * src/plugins/smime/Makefile.am
395         * src/plugins/smime/plugin.c
396         * src/plugins/smime/smime.c
397         * src/plugins/smime/smime.deps
398         * src/plugins/smime/smime.h
399                 Include S/Mime plugin in the main plugins
400                 Will ease the Gpg4win team's work
401
402 2008-09-20 [colin]      3.5.0cvs118
403
404         * src/autofaces.c
405         * src/compose.c
406         * src/ldapquery.c
407         * src/main.c
408         * src/news.c
409         * src/common/socket.c
410         * src/gtk/gtkutils.c
411         * src/plugins/pgpcore/claws.def
412                 Windows: more fixes, thanks to wwp and
413                 Marcus Brinkmann
414
415 2008-09-20 [colin]      3.5.0cvs117
416
417         * src/imap.c
418                 Tell on which server errors happened
419
420 2008-09-20 [colin]      3.5.0cvs116
421
422         * src/etpan/etpan-thread-manager.c
423         * src/etpan/imap-thread.c
424         * src/etpan/nntp-thread.c
425                 Windows: Fix hang on IMAP/NNTP
426
427 2008-09-20 [colin]      3.5.0cvs115
428
429         * src/common/utils.c
430                 Fix bug 1723, "Buffer overflow crash caused by 
431                 preview in 'Date format help' dialog box"
432                 Also, optimise fast_strftime a bit :)
433
434 2008-09-18 [colin]      3.5.0cvs114
435
436         * src/procmime.c
437         * src/textview.c
438                 Check for NULLs before str* functions
439
440 2008-09-18 [colin]      3.5.0cvs113
441
442         * src/messageview.c
443         * src/procmime.c
444         * src/textview.c
445                 Handle html parts in multipart/related
446                 Decode ISO-8859-1 as Windows-1252 (the former
447                 is a subset of the latter) in order to 
448                 workaround Outlook mails misencoding
449         * src/gtk/logwindow.c
450         * src/gtk/logwindow.h
451                 Clear mainwindow's error pixmap when the
452                 error scrolls out of the log
453
454 2008-09-17 [colin]      3.5.0cvs112
455
456         * src/image_viewer.c
457                 Fix image loading (multiple childs added to 
458                 scrolledwindow, break of the resize functionality)
459         * src/account.c
460         * src/prefs_folder_item.c
461         * src/prefs_spelling.c
462         * src/gtk/gtkaspell.c
463                 Better fix problems with dictionaries updates
464
465 2008-09-17 [colin]      3.5.0cvs111
466
467         * src/common/utils.c
468                 Fix double-opening (fixes multiple signatures when
469                 using signify)
470
471 2008-09-16 [colin]      3.5.0cvs110
472
473         * src/prefs_account.c
474         * src/prefs_folder_item.c
475         * src/prefs_spelling.c
476         * src/gtk/gtkaspell.c
477                 Better stripping of aspell dictionaries names
478
479 2008-09-16 [colin]
480
481         * 3.6.0-rc1 released
482
483 2008-09-16 [colin]      3.5.0cvs109
484
485         * src/account.c
486         * src/inc.c
487         * src/mainwindow.c
488         * src/prefs_account.h
489         * src/prefs_other.c
490         * src/send_message.c
491         * src/gtk/inputdialog.c
492                 Don't add a pref to allow remembering passwords
493                 (Just not checking the checkbox is enough)
494
495 2008-09-16 [colin]      3.5.0cvs108
496
497         * configure.ac
498                 Require libetpan 0.56 as 0.55 is crashy
499         * src/messageview.c
500                 Fix english
501         * src/gtk/inputdialog.c
502         * src/gtk/inputdialog.h
503                 Fix warnings
504
505 2008-09-16 [wwp]        3.5.0cvs107
506
507         * src/compose.c
508                 Complete 3.5.0cvs106 by removing a function that got
509                 moved to account.[ch].
510
511 2008-09-16 [wwp]        3.5.0cvs106
512
513         * src/account.c
514         * src/account.h
515         * src/compose.c
516         * src/quote_fmt.c
517         * src/quote_fmt_lex.l
518         * src/quote_fmt_parse.y
519                 Add account signature (path and value string) manipulation
520                 keywords to the template processor. It's now possible in
521                 all templates to insert the account signature to an
522                 arbitrary location or to pass it to a external script for
523                 further editing.
524
525
526 2008-09-16 [mones]      3.5.0cvs105
527
528         * src/imap.c
529         * src/inc.c
530         * src/mainwindow.c
531         * src/mainwindow.h
532         * src/news.c
533         * src/prefs_account.h
534         * src/prefs_common.c
535         * src/prefs_common.h
536         * src/prefs_other.c
537         * src/send_message.c
538         * src/gtk/inputdialog.c
539         * src/gtk/inputdialog.h
540                 Implement session passwords: unsaved passwords for receiving
541                 or sending of accounts can be remembered while running to 
542                 avoid repetitive typing.
543                 As keeping passwords in memory is unsafe a new preference 
544                 in Other page is added to activate or not such capability.
545
546 2008-09-14 [colin]      3.5.0cvs104
547
548         * src/codeconv.c
549         * src/codeconv.h
550                 Make conv_iconv_strdup static
551
552 2008-09-12 [colin]      3.5.0cvs103
553
554         * claws-mail.pc.in
555         * src/Makefile.am
556         * src/compose.c
557         * src/compose.h
558         * src/crash.c
559         * src/folder_item_prefs.c
560         * src/folder_item_prefs.h
561         * src/main.c
562         * src/prefs_account.c
563         * src/prefs_common.c
564         * src/prefs_common.h
565         * src/prefs_folder_item.c
566         * src/prefs_spelling.c
567         * src/prefs_template.c
568         * src/quote_fmt.h
569         * src/quote_fmt_parse.y
570         * src/toolbar.c
571         * src/toolbar.h
572         * src/gtk/Makefile.am
573         * src/gtk/about.c
574         * src/gtk/filesel.c
575         * src/gtk/gtkaspell.c
576         * src/gtk/gtkaspell.h
577         * src/plugins/bogofilter/Makefile.am
578         * src/plugins/dillo_viewer/Makefile.am
579         * src/plugins/spamassassin/Makefile.am
580         * src/plugins/trayicon/Makefile.am
581                 Switch spellchecker to Enchant
582
583 2008-09-12 [paul]       3.5.0cvs102
584
585         * tools/README
586         * tools/csv2addressbook.pl
587                 add support for Fox Mail
588
589 2008-09-12 [paul]       3.5.0cvs101
590
591         * src/compose.c
592         * src/prefs_wrapping.c
593                 changes to English
594
595 2008-09-12 [paul]       3.5.0cvs100
596
597         * configure.ac
598                 revert cvs99's libenchant commit error
599
600 2008-09-12 [colin]      3.5.0cvs99
601
602         * src/inc.c
603                 Only go to inbox if there are new mails
604                 (and fetch was manual)
605
606 2008-09-10 [colin]      3.5.0cvs98
607
608         * src/inc.c
609         * src/summaryview.c
610         * src/common/session.c
611                 Use g_timeout_add_seconds instead of g_timeout_add
612                 on glib >= 2.14 when we don't need precision on the 
613                 delay. This helps reducing power consumption:
614                 http://mjg59.livejournal.com/74651.html
615
616 2008-09-10 [colin]      3.5.0cvs97
617
618         * src/compose.c
619                 Don't save window size and position when
620                 compose is hidden (filtering action)
621
622 2008-09-09 [colin]      3.5.0cvs96
623
624         * src/action.h
625         * src/addr_compl.c
626         * src/addressadd.c
627         * src/addressbook.h
628         * src/addressbook_foldersel.c
629         * src/addressitem.h
630         * src/addrgather.c
631         * src/alertpanel.c
632         * src/browseldap.c
633         * src/editaddress.c
634         * src/editaddress_other_attributes_ldap.h
635         * src/editbook.c
636         * src/editjpilot.c
637         * src/editldap.c
638         * src/editldap_basedn.c
639         * src/editvcard.c
640         * src/exphtmldlg.c
641         * src/expldifdlg.c
642         * src/export.c
643         * src/foldersel.c
644         * src/foldersel.h
645         * src/gedit-print.c
646         * src/gedit-print.h
647         * src/grouplistdialog.c
648         * src/headerview.c
649         * src/headerview.h
650         * src/image_viewer.c
651         * src/import.c
652         * src/importldif.c
653         * src/importmutt.c
654         * src/importpine.c
655         * src/inc.c
656         * src/main.c
657         * src/main.h
658         * src/messageview.c
659         * src/messageview.h
660         * src/noticeview.c
661         * src/prefs_actions.c
662         * src/prefs_filtering.c
663         * src/prefs_folder_column.c
664         * src/prefs_gtk.h
665         * src/prefs_summary_column.c
666         * src/prefs_toolbar.c
667         * src/send_message.c
668         * src/setup.c
669         * src/sourcewindow.c
670         * src/sourcewindow.h
671         * src/ssl_manager.c
672         * src/statusbar.c
673         * src/statusbar.h
674         * src/stock_pixmap.c
675         * src/stock_pixmap.h
676         * src/summaryview.c
677         * src/textview.c
678         * src/textview.h
679         * src/undo.h
680         * src/uri_opener.c
681         * src/wizard.c
682         * src/wizard.h
683         * src/common/ssl.h
684         * src/common/utils.c
685         * src/gtk/about.c
686         * src/gtk/colorlabel.c
687         * src/gtk/colorlabel.h
688         * src/gtk/combobox.h
689         * src/gtk/description_window.c
690         * src/gtk/filesel.c
691         * src/gtk/gtkaspell.c
692         * src/gtk/gtkaspell.h
693         * src/gtk/gtkcmclist.c
694         * src/gtk/gtkcmclist.h
695         * src/gtk/gtkcmctree.c
696         * src/gtk/gtkcmctree.h
697         * src/gtk/gtkcmoptionmenu.h
698         * src/gtk/gtksctree.c
699         * src/gtk/gtksctree.h
700         * src/gtk/gtkshruler.c
701         * src/gtk/gtkshruler.h
702         * src/gtk/gtksourceprintjob.c
703         * src/gtk/gtksourceprintjob.h
704         * src/gtk/gtkutils.c
705         * src/gtk/gtkutils.h
706         * src/gtk/gtkvscrollbutton.c
707         * src/gtk/gtkvscrollbutton.h
708         * src/gtk/icon_legend.c
709         * src/gtk/inputdialog.c
710         * src/gtk/logwindow.c
711         * src/gtk/logwindow.h
712         * src/gtk/manage_window.c
713         * src/gtk/manage_window.h
714         * src/gtk/menu.c
715         * src/gtk/prefswindow.c
716         * src/gtk/progressdialog.c
717         * src/gtk/progressdialog.h
718         * src/plugins/bogofilter/bogofilter_gtk.c
719         * src/plugins/pgpcore/passphrase.c
720         * src/plugins/spamassassin/spamassassin_gtk.c
721         * src/plugins/trayicon/trayicon.c
722         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
723         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
724         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
725         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
726         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
727                 Complete GTK+ 2.14 undeprecation
728                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
729
730 2008-09-09 [colin]      3.5.0cvs95
731
732         * src/gtk/gtkcmclist.h
733                 Fix build on GTK+ 2.14
734
735 2008-09-08 [colin]      3.5.0cvs94
736
737         * src/noticeview.c
738         * src/noticeview.h
739                 Remove GtkSignalFunc
740
741 2008-09-07 [colin]      3.5.0cvs93
742
743         * src/addressadd.c
744         * src/addressbook_foldersel.c
745         * src/gtk/gtkcmclist.c
746         * src/gtk/gtkcmclist.h
747         * src/gtk/gtkcmctree.c
748         * src/gtk/gtkcmctree.h
749         * src/gtk/gtksctree.c
750         * src/gtk/prefswindow.c
751         * src/gtk/prefswindow.h
752                 Use GDestroyNotify instead of GtkDestroyNotify
753                 (deprecated in GTK+ 2.14)
754
755 2008-09-07 [colin]      3.5.0cvs92
756
757         * src/textview.c
758                 Fix bug 1712, 'invalid "Phishing attempt warning" 
759                 when linked text ends with spaces'
760
761 2008-09-05 [colin]      3.5.0cvs91
762
763         * src/procmime.c
764                 Maybe fix bug 1711, 'Save-as attachment crashes'
765                 Possibly wrong free() due to pointer shifting
766
767 2008-09-05 [colin]      3.5.0cvs90
768
769         * src/compose.c
770                 Fix bug 1710, 'User misreads "Discard Message" 
771                 as "Discard Changes"'. Propose to save or discard
772                 only the latest changes when closing an existing
773                 draft. Autosave may still have saved parts of the
774                 edit session.
775
776 2008-09-04 [colin]      3.5.0cvs89
777
778         * src/summaryview.c
779                 Fix bug 1707, 'Segfault when sorting on non-visible column'
780
781 2008-09-01 [colin]      3.5.0cvs88
782
783         * src/imap.c
784         * src/summaryview.c
785         * src/common/tags.c
786         * src/etpan/imap-thread.c
787         * src/etpan/imap-thread.h
788                 Store spam flag on IMAP (Junk/NonJunk, as 
789                 ThunderBird does - this is nonstandard)
790
791 2008-08-31 [wwp]        3.5.0cvs87
792
793         * ChangeLog
794                 Fix globish edition^Wediting.
795
796 2008-08-31 [wwp]        3.5.0cvs86
797
798         * src/addressbook.c
799                 Don't break nickname editing for non-LDAP books (nickname
800                 value was overwritten when editing existing contact, this
801                 came from 3.0.2cvs109).
802
803 2008-08-30 [colin]      3.5.0cvs85
804
805         * src/mainwindow.c
806         * src/summaryview.c
807                 Fix "Apply tags..." key shortcut
808
809 2008-08-29 [iwkse]      3.5.0cvs84
810
811         * src/summaryview.c
812                         Bit of clean:)
813
814 2008-08-29 [iwkse]      3.5.0cvs83
815
816         * src/summaryview.c
817                         Disable "Move to trash" action if
818                         we are in a trash-like folder.
819                         Thanks to colinl
820
821 2008-08-29 [paul]       3.5.0cvs82
822
823         * configure.ac
824                 bump up libetpan version requirement since
825                 0.55 is released now
826
827 2008-08-28 [wwp]        3.5.0cvs81
828
829         * src/account.c
830         * src/pop.c
831         * src/prefs_account.c
832         * src/prefs_account.h
833                 Add finer granularity to the POP3's remove-after delay (now in
834                 hours in addition to in days), patch by Paul Rolland.
835
836 2008-08-28 [wwp]        3.5.0cvs80
837
838         * src/gtk/combobox.c
839                 Fix a typo in a comment.
840
841 2008-08-28 [iwkse]      3.5.0cvs79
842
843         * src/account.c
844         * src/prefs_actions.c
845         * src/prefs_filtering.c
846         * src/prefs_template.c
847                         Add search feature to the account, 
848                         template and action dialog.
849                         It's turned on selecting one row
850                         of the list and typing some random
851                         letter. Thanks to wwp, colinl
852
853 2008-08-28 [colin]      3.5.0cvs78
854
855         * src/Makefile.am
856         * src/account.c
857         * src/compose.c
858         * src/prefs_account.c
859         * src/prefs_account.h
860         * src/privacy.c
861         * src/privacy.h
862         * src/procmime.c
863         * src/stock_pixmap.c
864         * src/stock_pixmap.h
865         * src/summaryview.c
866         * src/pixmaps/key_gpg_signed.xpm
867                 Fix bug 1412, "Sign reply, if mail was signed"
868                 Add an account preference to sign replies to signed mails
869
870 2008-08-28 [iwkse]      3.5.0cvs77
871
872         * src/prefs_filtering.c
873                 Making the search more useful,
874                 jumping directly to the relative rule.
875
876 2008-08-27 [colin]      3.5.0cvs76
877
878         * src/main.c
879                 Add a bit of info
880
881 2008-08-27 [colin]      3.5.0cvs75
882
883         * src/gtk/gtkcmctree.c
884                 Fix a few ifdefs
885
886 2008-08-26 [colin]      3.5.0cvs74
887
888         * src/gtk/gtkcmctree.c
889                 Fix missing inits on old glib
890
891 2008-08-26 [wwp]        3.5.0cvs73
892
893         * src/common/utils.c
894                 Added 'Fwd' to the list of known common subject prefixes.
895
896 2008-08-25 [iwkse]      3.5.0cvs72
897
898         * src/image_viewer.c
899                 Add animated gif support to the
900                 message preview.
901
902 2008-08-25 [colin]      3.5.0cvs71
903
904         * src/gtk/gtkcmctree.c
905                 Make sure work isn't null
906
907 2008-08-24 [colin]      3.5.0cvs70
908
909         * src/common/ssl.c
910                 Fix typo on SSL_CERT_DIR
911
912 2008-08-23 [holger]     3.5.0cvs69
913
914         * src/printing.c
915                 Fix bug 1699 'Separator line mis-placed when
916                 printing some e-mails'. The number of header lines
917                 was not correctly calculated when Pango inserts
918                 linebreaks
919
920 2008-08-23 [colin]      3.5.0cvs68
921
922         * src/mainwindow.c
923                 Fix the account selector button; thanks
924                 to wwp
925
926 2008-08-21 [colin]      3.5.0cvs67
927
928         * src/compose.c
929         * src/compose.h
930                 Add a compose preference for auto-indent
931         * src/mainwindow.c
932         * src/summaryview.c
933                 Make colorlabel accels a bit less hacky
934
935 2008-08-21 [colin]      3.5.0cvs66
936
937         * src/compose.c
938         * src/prefs_common.c
939         * src/prefs_common.h
940         * src/prefs_wrapping.c
941                 Add a preference for autoindent; fix no_join tag
942                 being applied to whole lines instead of just \n when
943                 creating a line 
944
945 2008-08-21 [colin]      3.5.0cvs65
946
947         * src/compose.c
948                 Add support for auto-indentation
949
950 2008-08-19 [colin]      3.5.0cvs64
951
952         * src/compose.c
953                 Save Autowrap status in drafts/queued mails
954
955 2008-08-19 [colin]      3.5.0cvs63
956
957         * src/mainwindow.c
958                 Fix a comment (in reality, test commit on
959                 the new CVS server)
960
961 2008-08-17 [colin]      3.5.0cvs62
962
963         * src/prefs_actions.c
964         * src/procmime.c
965         * src/wizard.c
966         * src/common/socket.h
967         * src/gtk/gtkcmctree.c
968                 Fix warnings
969
970 2008-08-16 [colin]      3.5.0cvs61
971
972         * src/editaddress_other_attributes_ldap.h
973                 Add 'l' field (localityName)
974
975 2008-08-16 [colin]      3.5.0cvs60
976
977         * src/mainwindow.c
978         * src/gtk/gtkcmclist.c
979         * src/gtk/gtkcmclist.h
980         * src/gtk/gtkcmctree.c
981         * src/gtk/gtksctree.c
982         * src/gtk/gtkutils.c
983         * src/gtk/gtkvscrollbutton.c
984                 Fix Maemo build (OS2007)
985
986 2008-08-14 [colin]      3.5.0cvs59
987
988         * src/folder.c
989                 Don't crash if parent is null when creating
990                 a folder
991         * src/gtk/pluginwindow.c
992                 Don't crash on race when closing window while
993                 a plugin is loading and does gtk_iterations
994
995 2008-08-13 [colin]      3.5.0cvs58
996
997         * src/messageview.c
998         * src/messageview.h
999         * src/mimeview.c
1000                 Fix bug 1696, 'Viewing binary attachements 
1001                 as text over 1 MB' (various buglets)
1002
1003 2008-08-10 [colin]      3.5.0cvs57
1004
1005         * src/summaryview.c
1006         * src/gtk/gtkcmclist.c
1007                 Continue fixing GTK < 2.12 build, thanks to
1008                 Michael Hugues
1009
1010 2008-08-10 [colin]      3.5.0cvs56
1011
1012         * src/gtk/gtksctree.c
1013                 Fix build on GTK < 2.12
1014
1015 2008-08-09 [colin]      3.5.0cvs55
1016
1017         * src/mainwindow.c
1018                 Fix untranslatable strings, thanks to
1019                 Stephan Sachse
1020
1021 2008-08-07 [colin]      3.5.0cvs54
1022
1023         * src/compose.c
1024         * src/editaddress.c
1025         * src/folderview.c
1026         * src/mainwindow.c
1027         * src/message_search.c
1028         * src/mimeview.c
1029         * src/noticeview.c
1030         * src/prefs_account.c
1031         * src/prefs_common.c
1032         * src/prefs_customheader.c
1033         * src/prefs_ext_prog.c
1034         * src/prefs_filtering_action.c
1035         * src/prefs_gtk.c
1036         * src/prefs_logging.c
1037         * src/prefs_matcher.c
1038         * src/prefs_msg_colors.c
1039         * src/procmime.c
1040         * src/summary_search.c
1041         * src/summaryview.c
1042         * src/toolbar.c
1043         * src/gtk/colorsel.c
1044         * src/gtk/gtkaspell.c
1045         * src/gtk/gtkutils.c
1046         * src/gtk/gtkutils.h
1047         * src/gtk/inputdialog.c
1048         * src/gtk/pluginwindow.c
1049         * src/gtk/quicksearch.c
1050         * src/plugins/bogofilter/bogofilter_gtk.c
1051         * src/plugins/dillo_viewer/dillo_prefs.c
1052         * src/plugins/spamassassin/spamassassin_gtk.c
1053                 - Fix Ctrl-Space shortcut
1054                 - Fix mime-parsing bug in procmime (cvs52)
1055                 - Fix double-free in procmime (cvs52)
1056                 - Use gtk_bin_get_child instead of GTK_BIN()->child
1057                 - Fix Goto menu in mainwindow
1058
1059 2008-08-07 [mones]      3.5.0cvs53
1060
1061         * po/es.po
1062                 Updated translation (lots of changes!)
1063         * src/compose.c
1064                 Add missing accelerator key
1065         * src/mainwindow.c
1066                 Restored 'v' key function (thanks Colin!)
1067
1068 2008-08-06 [colin]      3.5.0cvs52
1069
1070         * src/addrbook.c
1071         * src/addrcindex.c
1072         * src/addrduplicates.c
1073         * src/addrharvest.c
1074         * src/enriched.c
1075         * src/html.c
1076         * src/ldif.c
1077         * src/mimeview.c
1078         * src/mutt.c
1079         * src/pine.c
1080         * src/procmime.c
1081         * src/vcard.c
1082         * src/wizard.c
1083                 Fix my use of g_utf8_strdown (it returns
1084                 a newly allocated string and doesn't
1085                 change the parameter)
1086
1087 2008-08-06 [colin]      3.5.0cvs51
1088
1089         * src/compose.c
1090                 Fix bug 1690, 'Copy/Paste in edit window may 
1091                 break Undo'; middle-click pastes aren't 
1092                 REPLACE_INSERT but just INSERT. 
1093                 Also, fix privacy menu selection
1094
1095 2008-08-05 [colin]      3.5.0cvs50
1096
1097         * src/action.c
1098         * src/addr_compl.c
1099         * src/addrbook.c
1100         * src/addrcindex.c
1101         * src/addrduplicates.c
1102         * src/addrharvest.c
1103         * src/enriched.c
1104         * src/html.c
1105         * src/ldif.c
1106         * src/main.c
1107         * src/mimeview.c
1108         * src/mutt.c
1109         * src/pine.c
1110         * src/procmime.c
1111         * src/vcard.c
1112         * src/wizard.c
1113         * src/common/socket.c
1114         * src/gtk/gtkutils.c
1115         * src/gtk/gtkutils.h
1116         * src/gtk/menu.c
1117         * src/plugins/spamassassin/spamassassin.c
1118                 More undeprecation (Glib)
1119
1120 2008-08-05 [colin]      3.5.0cvs49
1121
1122         * src/prefs_account.c
1123         * src/prefs_filtering_action.c
1124         * src/prefs_matcher.c
1125         * src/gtk/Makefile.am
1126         * src/gtk/claws-marshal.list
1127         * src/gtk/colorlabel.c
1128         * src/gtk/colorsel.c
1129         * src/gtk/foldersort.c
1130         * src/gtk/gtkaspell.c
1131         * src/gtk/gtkcmclist.c
1132         * src/gtk/gtkcmclist.h
1133         * src/gtk/gtkcmctree.c
1134         * src/gtk/gtkcmctree.h
1135         * src/gtk/gtkcmoptionmenu.c
1136         * src/gtk/gtkcmoptionmenu.h
1137         * src/gtk/gtksctree.c
1138         * src/gtk/gtksctree.h
1139         * src/gtk/gtkutils.c
1140         * src/gtk/gtkutils.h
1141         * src/gtk/gtkvscrollbutton.c
1142         * src/gtk/menu.c
1143         * src/gtk/menu.h
1144         * src/gtk/quicksearch.c
1145         * src/plugins/dillo_viewer/dillo_viewer.c
1146         * src/plugins/pgpcore/select-keys.c
1147                 Try to finish yesterday's commit
1148
1149 2008-08-04 [colin]      3.5.0cvs48
1150
1151         * src/addressadd.c
1152         * src/addressbook.c
1153         * src/addressbook_foldersel.c
1154         * src/addressitem.h
1155         * src/addrgather.c
1156         * src/browseldap.c
1157         * src/compose.c
1158         * src/compose.h
1159         * src/editaddress.c
1160         * src/editaddress_other_attributes_ldap.c
1161         * src/editgroup.c
1162         * src/editldap_basedn.c
1163         * src/folderview.c
1164         * src/folderview.h
1165         * src/grouplistdialog.c
1166         * src/image_viewer.c
1167         * src/imap_gtk.c
1168         * src/importldif.c
1169         * src/main.c
1170         * src/mainwindow.c
1171         * src/message_search.c
1172         * src/mh_gtk.c
1173         * src/mimeview.c
1174         * src/mimeview.h
1175         * src/news_gtk.c
1176         * src/noticeview.h
1177         * src/prefs_account.c
1178         * src/prefs_filtering_action.c
1179         * src/prefs_matcher.c
1180         * src/prefs_msg_colors.c
1181         * src/prefs_summaries.c
1182         * src/statusbar.c
1183         * src/stock_pixmap.c
1184         * src/summary_search.c
1185         * src/summaryview.c
1186         * src/summaryview.h
1187         * src/textview.c
1188         * src/toolbar.h
1189         * src/gtk/Makefile.am
1190         * src/gtk/claws-marshal.list
1191         * src/gtk/colorsel.c
1192         * src/gtk/foldersort.c
1193         * src/gtk/gtkaspell.c
1194         * src/gtk/gtkcmclist.c
1195         * src/gtk/gtkcmclist.h
1196         * src/gtk/gtkcmctree.c
1197         * src/gtk/gtkcmctree.h
1198         * src/gtk/gtksctree.c
1199         * src/gtk/gtksctree.h
1200         * src/gtk/gtkutils.c
1201         * src/gtk/gtkutils.h
1202         * src/gtk/gtkvscrollbutton.c
1203         * src/gtk/menu.c
1204         * src/gtk/menu.h
1205         * src/gtk/quicksearch.c
1206         * src/plugins/dillo_viewer/dillo_viewer.c
1207         * src/plugins/pgpcore/select-keys.c
1208                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
1209                 Undeprecate their implementation (GtkArg, GtkType, ...)
1210                 Undeprecate a few other things here and there
1211                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
1212                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
1213                 still have work to do
1214
1215 2008-08-04 [colin]      3.5.0cvs47
1216
1217         * src/compose.c
1218         * src/compose.h
1219         * src/toolbar.h
1220         * src/textview.c
1221         * src/stock_pixmap.c
1222         * src/statusbar.c
1223         * src/noticeview.h
1224         * src/mimeview.h
1225         * src/mainwindow.c
1226         * src/image_viewer.c
1227         * src/gtk/gtkaspell.c
1228         * src/gtk/gtkvscrollbutton.c
1229         * src/plugins/dillo_viewer/dillo_viewer.c
1230                 Undeprecate more things
1231
1232 2008-08-02 [colin]      3.5.0cvs46
1233
1234         * src/mainwindow.c
1235                 Fix toggle menu activation state
1236                 (thanks to cvs45 ;)
1237
1238 2008-08-02 [paul]       3.5.0cvs45
1239
1240         * src/mainwindow.c
1241                 fix sensitivity of
1242                 /View/Show or hide/Message View
1243
1244 2008-08-01 [paul]       3.5.0cvs44
1245
1246         * src/common/utils.c
1247         * src/plugins/pgpcore/claws.def
1248         * src/plugins/pgpinline/claws.def
1249                 fix compilation problems on mingw32,
1250                 (bug 1688) Patch by Marcus Brinkmann
1251
1252 2008-08-01 [colin]      3.5.0cvs43
1253
1254         * src/gtk/gtkutils.c
1255         * src/gtk/gtkvscrollbutton.c
1256                 Oups, fix build
1257
1258 2008-08-01 [colin]      3.5.0cvs42
1259
1260         * src/compose.c
1261         * src/foldersel.c
1262         * src/mainwindow.c
1263         * src/prefs_account.c
1264         * src/prefs_folder_item.c
1265         * src/prefs_quote.c
1266         * src/summaryview.c
1267         * src/gtk/gtkaspell.c
1268         * src/gtk/gtkutils.c
1269         * src/gtk/gtkvscrollbutton.c
1270                 Replace a few deprecated function calls
1271
1272 2008-08-01 [paul]       3.5.0cvs41
1273
1274         * src/action.c
1275                 fix crash that occurs because of recent GtkUIManager
1276                 changes. Thanks to Colin
1277
1278 2008-07-31 [colin]      3.5.0cvs40
1279
1280         * src/addressbook.c
1281         * src/compose.c
1282         * src/mainwindow.c
1283         * src/messageview.c
1284                 Some Maemo fixes
1285         * src/gtk/menu.c
1286         * src/gtk/menu.h
1287                 Remove deprecated helper funcs
1288
1289 2008-07-30 [colin]      3.5.0cvs39
1290
1291         * src/folderview.c
1292         * src/folderview.h
1293         * src/imap_gtk.c
1294         * src/mh_gtk.c
1295         * src/news_gtk.c
1296                 Move the folderview popup menu to GtkUIManager
1297
1298 2008-07-29 [colin]      3.5.0cvs38
1299
1300         * src/account.c
1301         * src/account.h
1302         * src/action.c
1303         * src/action.h
1304         * src/addressitem.h
1305         * src/compose.c
1306         * src/edittags.c
1307         * src/mainwindow.c
1308         * src/mainwindow.h
1309         * src/mimeview.c
1310         * src/summaryview.c
1311         * src/gtk/menu.c
1312         * src/gtk/menu.h
1313                 Switch the main menu to GtkUIManager
1314                 Warning fixes
1315
1316 2008-07-29 [colin]      3.5.0cvs37
1317
1318         * src/news.c
1319                 Fix bug 1684, 'view news messages with large 
1320                 attachements segfaults'
1321
1322 2008-07-29 [colin]      3.5.0cvs36
1323
1324         * src/action.c
1325         * src/action.h
1326         * src/addressbook.c
1327         * src/addressitem.h
1328         * src/compose.c
1329         * src/compose.h
1330         * src/messageview.c
1331         * src/messageview.h
1332         * src/summaryview.c
1333         * src/gtk/menu.c
1334         * src/gtk/menu.h
1335                 More switches to GtkUIManager
1336
1337 2008-07-26 [colin]      3.5.0cvs35
1338
1339         * src/gtk/menu.c
1340         * src/gtk/menu.h
1341                 Fix prototype
1342
1343 2008-07-25 [colin]      3.5.0cvs34
1344
1345         * src/addrcustomattr.c
1346         * src/addressbook.c
1347         * src/compose.c
1348         * src/editaddress.c
1349         * src/editaddress_other_attributes_ldap.h
1350         * src/edittags.c
1351         * src/mainwindow.c
1352         * src/mimeview.c
1353         * src/prefs_actions.c
1354         * src/prefs_filtering.c
1355         * src/prefs_template.c
1356         * src/summaryview.c
1357         * src/textview.c
1358         * src/textview.h
1359         * src/toolbar.c
1360         * src/gtk/about.c
1361         * src/gtk/menu.c
1362         * src/gtk/menu.h
1363         * src/plugins/trayicon/trayicon.c
1364                 More changes from GtkItemFactory to GtkUIManager
1365
1366 2008-07-25 [colin]      3.5.0cvs33
1367
1368         * src/gtk/menu.h
1369                 Add a macro to remove menu items
1370                 Make the gui_manager variable useless
1371
1372 2008-07-24 [colin]      3.5.0cvs32
1373
1374         * src/mimeview.c
1375                 Fix a gtk warning on clear
1376         * src/mainwindow.c
1377         * src/summaryview.c
1378         * src/summaryview.h
1379                 Switch the message list popup menu to
1380                 GtkUIManager
1381
1382 2008-07-23 [colin]      3.5.0cvs31
1383
1384         * src/plugins/pgpcore/pgp_viewer.c
1385         * src/plugins/pgpcore/sgpgme.c
1386                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
1387                 Patch by Thomas Wiegner <wiegner@gmx.de>
1388
1389 2008-07-20 [paul]       3.5.0cvs30
1390
1391         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1392                 remove redundant GTK version check
1393
1394 2008-07-20 [ticho]      3.5.0cvs29
1395
1396         * src/folderview.c
1397         * src/imap_gtk.c
1398         * src/news_gtk.c
1399                 Moved sensitivity setting for "Download messages" for IMAP and
1400                 news folders from folderview.c to imap_gtk.c and news_gtk.c
1401                 respectively for better code readability.
1402                 Fixed indentation in news' set_sensitivity().
1403
1404 2008-07-20 [paul]       3.5.0cvs28
1405
1406         * src/addrgather.c
1407                 remove more redundant code following cvs27
1408
1409 2008-07-20 [paul]       3.5.0cvs27
1410
1411         * src/addrgather.c
1412                 remove now redundant code
1413         * src/mainwindow.c
1414         * src/mainwindow.h
1415                 fix bug 1673, 'Tools/Harvest adresses is
1416                 grayed out if folder is empty'
1417
1418 2008-07-19 [ticho]      3.5.0cvs26
1419
1420         * src/edittags.c
1421         * src/main.c
1422         * src/mimeview.c
1423         * src/mimeview.h
1424         * src/gtk/gtkutils.c
1425         * src/gtk/gtkutils.h
1426         * src/gtk/menu.c
1427         * src/gtk/menu.h
1428                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
1429                 instead of deprecated GtkItemFactory.
1430
1431 2008-07-19 [colin]      3.5.0cvs25
1432
1433         * src/account.c
1434         * src/addrgather.c
1435         * src/compose.c
1436         * src/editldap.c
1437         * src/expldifdlg.c
1438         * src/importldif.c
1439         * src/main.c
1440         * src/mainwindow.c
1441         * src/mimeview.c
1442         * src/noticeview.c
1443         * src/prefs_account.c
1444         * src/prefs_actions.c
1445         * src/prefs_ext_prog.c
1446         * src/prefs_filtering.c
1447         * src/prefs_folder_item.c
1448         * src/prefs_image_viewer.c
1449         * src/prefs_logging.c
1450         * src/prefs_msg_colors.c
1451         * src/prefs_other.c
1452         * src/prefs_send.c
1453         * src/prefs_spelling.c
1454         * src/prefs_summaries.c
1455         * src/prefs_template.c
1456         * src/printing.c
1457         * src/quote_fmt.c
1458         * src/summary_search.c
1459         * src/summaryview.c
1460         * src/toolbar.c
1461         * src/wizard.c
1462         * src/common/Makefile.am
1463         * src/gtk/gtksctree.c
1464         * src/gtk/gtkutils.h
1465         * src/gtk/pluginwindow.c
1466         * src/gtk/quicksearch.c
1467         * src/plugins/bogofilter/bogofilter_gtk.c
1468         * src/plugins/dillo_viewer/dillo_prefs.c
1469         * src/plugins/pgpcore/prefs_gpg.c
1470         * src/plugins/spamassassin/spamassassin_gtk.c
1471         * src/plugins/trayicon/trayicon.c
1472         * src/plugins/trayicon/trayicon_prefs.c
1473                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
1474                 or greater). Use the old deprecated one on GTK+ < 2.12.
1475                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1476                 of time!
1477
1478 2008-07-16 [colin]      3.5.0cvs24
1479
1480         * src/mainwindow.c
1481                 Fix folderview's scrolbar when starting minimised
1482                 to tray, and popping up the mainwindow by calling
1483                 claws-mail from the command line
1484
1485 2008-07-08 [colin]      3.5.0cvs23
1486
1487         * src/compose.c
1488                 Possibly fix po-headers appearing on empty
1489                 templates
1490
1491 2008-07-08 [colin]      3.5.0cvs22
1492
1493         * src/folderview.c
1494         * src/summaryview.c
1495                 Finish the always_open tristate patch, by Jonathan
1496                 Corbet.
1497
1498 2008-07-07 [paul]       3.5.0cvs21
1499
1500         * src/mainwindow.c
1501                 fix typo (missing ")
1502
1503 2008-07-07 [paul]       3.5.0cvs20
1504
1505         * src/mainwindow.c
1506                 fit the menu style a bit better
1507
1508 2008-07-07 [colin]      3.5.0cvs19
1509
1510         * src/prefs_themes.c
1511                 Make upgrading themes easier
1512
1513 2008-07-07 [colin]      3.5.0cvs18
1514
1515         * src/mainwindow.c
1516         * src/prefs_toolbar.c
1517         * src/stock_pixmap.c
1518                 Finish fixing bug 1609, 'Icon issues'
1519
1520 2008-07-07 [colin]      3.5.0cvs17
1521
1522         * src/prefs_common.c
1523                 Fix the default value
1524
1525 2008-07-07 [colin]      3.5.0cvs16
1526
1527         * src/prefs_summaries.c
1528                 Revert my fix to the string, the correct term
1529                 is indeed Message View
1530
1531 2008-07-07 [colin]      3.5.0cvs15
1532
1533         * AUTHORS
1534         * src/gtk/authors.h
1535         * src/prefs_common.c
1536         * src/prefs_common.h
1537         * src/prefs_summaries.c
1538         * src/summaryview.c
1539         * src/gtk/authors.h
1540                 Change "Always open message when selected" to
1541                 a tristate (Never/Always/When preview is visible)
1542                 Patch by Jonathan Corbet <corbet@lwn.net>.
1543
1544 2008-07-06 [paul]       3.5.0cvs14
1545
1546         * src/addrgather.c
1547                 improve the layout of the dialogue
1548                 improve the English
1549                 add tooltips
1550                 fix some of the nasty coding style
1551         * src/mainwindow.c
1552                 improve the English
1553                 add some missing mnemonics
1554
1555 2008-07-05 [paul]       3.5.0cvs13
1556
1557         * src/mainwindow.c
1558         * src/mainwindow.h
1559                 fix bug 1398, '"Change current account" is
1560                 available even when there's only one account'
1561         * src/plugins/pgpcore/prefs_gpg.c
1562                 put back a needed include, removed in error
1563
1564 2008-07-05 [colin]      3.5.0cvs12
1565
1566         * src/mainwindow.c
1567                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
1568
1569 2008-07-05 [colin]      3.5.0cvs11
1570
1571         * src/news.c
1572         * src/news_gtk.c
1573                 Provide ability to rename newsgroups. Closes
1574                 bug 1444, 'Add GUI option for renaming 
1575                 newsgroups'. Patch by Pawel Pekala
1576
1577 2008-07-05 [colin]      3.5.0cvs10
1578
1579         * src/plugins/pgpcore/passphrase.c
1580         * src/plugins/pgpcore/prefs_gpg.c
1581         * src/plugins/pgpcore/select-keys.c
1582                 Simplify GTK includes (with the advantage
1583                 of compiling against GTK+2.13); patch by
1584                 Charles A Edwards
1585
1586 2008-07-05 [colin]      3.5.0cvs9
1587
1588         * src/wizard.c
1589                 Add SSL client certificates
1590
1591 2008-07-05 [colin]      3.5.0cvs8
1592
1593         * src/prefs_account.c
1594         * src/common/session.h
1595                 Fix warnings
1596         * src/common/ssl.c
1597                 Add one path for certs
1598
1599 2008-07-05 [colin]      3.5.0cvs7
1600
1601         * src/prefs_account.c
1602                 Fix no-ssl build
1603
1604 2008-07-04 [colin]      3.5.0cvs6
1605
1606         * src/common/ssl.c
1607         * src/common/ssl.h
1608         * src/common/ssl_certificate.c
1609                 Workaround distro bugs and fix certificate checking
1610                 with OpenSSL
1611
1612 2008-07-04 [colin]      3.5.0cvs5
1613
1614         * src/filtering.c
1615         * src/common/ssl_certificate.c
1616         * src/common/ssl_certificate.h
1617         * src/etpan/imap-thread.c
1618         * src/etpan/nntp-thread.c
1619                 Fix some leaks, thanks to Martin Zwickel
1620                 Rename gnutls functions that do the same
1621                 as OpenSSL ones, to avoid symbol clashing
1622                 when Claws is built against GnuTLS and
1623                 libetpan against OpenSSL
1624
1625 2008-07-04 [paul]       3.5.0cvs4
1626
1627         * src/prefs_account.c
1628                 remove 1 forgotten '.'
1629
1630 2008-07-04 [paul]       3.5.0cvs3
1631
1632         * src/prefs_account.c
1633                 layout/engrish fixes to the 'Client
1634                 certificates' frame
1635
1636 2008-07-03 [colin]      3.5.0cvs2
1637
1638         * src/imap.c
1639         * src/news.c
1640         * src/pop.c
1641         * src/prefs_account.c
1642         * src/prefs_account.h
1643         * src/prefs_common.c
1644         * src/send_message.c
1645         * src/common/session.c
1646         * src/common/session.h
1647         * src/common/smtp.c
1648         * src/common/smtp.h
1649         * src/common/socket.h
1650         * src/common/ssl.c
1651         * src/common/ssl.h
1652         * src/common/ssl_certificate.c
1653         * src/common/ssl_certificate.h
1654         * src/etpan/imap-thread.c
1655         * src/etpan/nntp-thread.c
1656         * src/gtk/inputdialog.c
1657                 Add support for SSL client certificates (either PEM files
1658                 with certificate and private key, either PKCS12 files)
1659
1660 2008-06-28 [colin]      3.5.0cvs1
1661
1662         * src/foldersel.c
1663                 Fix compilation with older GTKs
1664
1665 2008-06-27 [paul]       3.5.0
1666
1667         * NEWS
1668         * README
1669         * RELEASE_NOTES 
1670                 3.5.0 released
1671
1672 2008-06-27 [paul]       3.4.0cvs116
1673
1674         * src/gtk/authors.h
1675                 complete cvs115
1676
1677 2008-06-27 [paul]       3.4.0cvs115
1678
1679         * configure.ac
1680         * src/gtk/authors.h
1681                 no longer build unmaintained translations
1682
1683 2008-06-27 [paul]       3.4.0cvs114
1684
1685         * po/de.po
1686         * po/fi.po
1687         * po/pt_BR.po
1688                 updated by Stephan Sachse, Flammie Pirinen, and
1689                 Frederico Goncalves Guimaraes
1690
1691 2008-06-26 [wwp]        3.4.0cvs113
1692
1693         * manual/fr/advanced.xml
1694                 Update French version of the manual (AutoFaces documentation).
1695
1696 2008-06-26 [wwp]        3.4.0cvs112
1697
1698         * manual/fr/advanced.xml
1699         * manual/fr/plugins.xml
1700                 Updated French version of the manual (completed
1701                 hidden options list, added note about Clawsker
1702                 and new mail archiver plugin).
1703
1704 2008-06-25 [colin]      3.4.0cvs111
1705
1706         * src/gtk/gtkaspell.c
1707                 Fix non-UTF8 in the replace with dialog
1708         * src/prefs_actions.c
1709                 Fix possible crasher
1710                 Patches by Pawel
1711
1712 2008-06-24 [mones]      3.4.0cvs110
1713
1714         * src/autofaces.c
1715                 Fix non-warning message, downgraded to debug info
1716
1717 2008-06-24 [colin]      3.4.0cvs109
1718
1719         * src/summaryview.c
1720                 Fix bug 1650, Message line too small after 
1721                 changing columns in "three columns" layout
1722
1723 2008-06-24 [colin]      3.4.0cvs108
1724
1725         * src/messageview.c
1726                 Fix Spam button sensitivity in newsgroups
1727
1728 2008-06-23 [wwp]        3.4.0cvs107
1729
1730         * po/fr.po
1731                 Updated French translation.
1732
1733 2008-06-23 [mones]      3.4.0cvs106
1734
1735         * po/es.po
1736                 Updated translation for release
1737
1738 2008-06-22 [mones]      3.4.0cvs105
1739
1740         * manual/es/plugins.xml
1741                 Synced new entry for Mail Archiver plugin
1742
1743 2008-06-22 [colin]      3.4.0cvs104
1744
1745         * src/compose.c
1746                 Fix initial cursor position
1747
1748 2008-06-21 [paul]       3.4.0cvs103
1749
1750         * manual/plugins.xml
1751                 add an entry for the new Mail Archiver plugin
1752
1753 2008-06-21 [paul]       3.4.0cvs102
1754
1755         * src/gtk/about.c
1756                 we're in 'string freeze', put back the
1757                 < > symbols for now
1758
1759 2008-06-21 [paul]       3.4.0cvs101
1760
1761         * manual/advanced.xml
1762         * manual/es/advanced.xml
1763                 fix build warning: <emphasis> cannot be contained
1764                 within <filename>
1765         * src/gtk/about.c
1766                 fix non-clickable link on License page and drop
1767                 the containing < > symbols to match other links
1768
1769 2008-06-20 [mones]      3.4.0cvs100
1770
1771         * manual/advanced.xml
1772                 Added autofaces documentation, note about clawsker in hidden
1773                 preferences, minor markup fix. Thanks Paul for proofreading
1774         * manual/es/advanced.xml
1775                 Synchronised Spanish manual
1776
1777 2008-06-16 [colin]      3.4.0cvs99
1778
1779         * src/compose.c
1780                 Fix cursor placing on signature change
1781
1782 2008-06-16 [paul]       3.4.0cvs98
1783
1784         * src/imap_gtk.c
1785         * src/mh_gtk.c
1786         * src/gtk/inputdialog.c
1787                 really fussy coding style fixes
1788
1789 2008-06-16 [paul]       3.4.0cvs97
1790
1791         * src/Makefile.am
1792                 keep the alphabetical order
1793
1794 2008-06-13 [mones]      3.4.0cvs96
1795
1796         * src/autofaces.c
1797                 Fix crasher ;-)
1798         * src/prefs_filtering_action.c
1799                 Fixed cosmetic bug, processing also displays "Filtering"
1800
1801 2008-06-13 [mones]      3.4.0cvs95
1802
1803         * src/Makefile.am
1804         * src/autofaces.c       ** NEW FILE **  
1805         * src/autofaces.h       ** NEW FILE **
1806         * src/compose.c
1807                 Allow setting Faces and X-Faces globally and per-account
1808                 from configuration files under ~/.claws-mail/autofaces
1809
1810 2008-06-13 [holger]     3.4.0cvs94
1811
1812         * .cvsignore
1813                 More files to ignore
1814         * src/gtk/inputdialog.c
1815         * src/gtk/inputdialog.h
1816                 Make input dialog more generic so that a checkbox
1817                 with custom text can be used in addition to the
1818                 "remember this" checkbox
1819         * src/imap_gtk.c
1820         * src/mh_gtk.c
1821         * src/prefs_common.c
1822         * src/prefs_common.h
1823                 Allow new folders to inherit the properties of the
1824                 parent folder during folder creation
1825
1826 2008-06-13 [wwp]        3.4.0cvs93
1827
1828         * src/addressbook.c
1829                 a better fix for this string, won't break up translations,
1830                 and is conform to other similar ones.
1831
1832 2008-06-13 [wwp]        3.4.0cvs92
1833
1834         * src/addrduplicates.c
1835         * src/addressadd.c
1836         * src/addressbook.c
1837         * src/addressbook_foldersel.c
1838         * src/editgroup.c
1839                 use tree decorations everywhere AB folders are used (AB tree pane,
1840                     add address to AB, select AB folder, edit group, custom attr, find dup
1841                     results), in order to match global style
1842                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
1843                     double clicking on groups in tree pane does open the group edit dialog
1844                     double clicking on other items in tree pane does expand/collapse
1845                 fix a missing space in AB's delete-folder dialog
1846                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
1847
1848         * src/foldersel.c
1849                 make foldersel dialog show dotted lines according to global (hidden) prefs
1850
1851 2008-06-12 [colin]      3.4.0cvs91
1852
1853         * src/compose.c
1854         * src/compose.h
1855                 Fix bug 1635, 'Last character of message is truncated 
1856                 when changing accounts w/ sigs'
1857         * src/folderview.c
1858                 Fix bug 1636, 'Can't select "properties" on "folders 
1859                 only" folders'
1860
1861 2008-06-11 [colin]      3.4.0cvs90
1862
1863         * src/folder.c
1864                 Maybe fix bug 1623, 'exits with segfault when 
1865                 logging in to certain imap-servers'
1866
1867 2008-06-10 [mones]      3.4.0cvs89
1868
1869         * AUTHORS
1870         * tools/Makefile.am
1871         * tools/README
1872         * tools/convert_mbox.sh
1873                 Undo cvs86 and cvs87, it really should be a patch to 
1874                 convert_mbox.pl
1875
1876 2008-06-10 [wwp]        3.4.0cvs88
1877
1878         * po/fr.po
1879                 Updated French translation.
1880
1881 2008-06-10 [mones]      3.4.0cvs87
1882
1883         * tools/Makefile.am
1884                 Oops, forgot to add previous script for distribution
1885
1886 2008-06-10 [mones]      3.4.0cvs86
1887
1888         * AUTHORS
1889         * tools/README
1890         * tools/convert_mbox.sh
1891                 Added script to convert Evolution mail folders contributed
1892                 by Daniel Dickinson <cshore@fionavar.ca>
1893                 Fixes debian bug 461435
1894
1895 2008-06-09 [colin]      3.4.0cvs85
1896
1897         * src/main.c
1898                 Integrate AWN information bubble if dbus is
1899                 available
1900         * src/folder.c
1901                 Fix crash when calling scan_required() on 
1902                 folder classes that don't implement them
1903         * src/common/session.c
1904                 Fix a little typo
1905
1906 2008-06-09 [colin]      3.4.0cvs84
1907
1908         * src/main.c
1909                 Fix bug 1447, 'If user tries to close while starting 
1910                 up, it will not close ever.'
1911
1912 2008-06-09 [colin]      3.4.0cvs83
1913
1914         * src/filtering.c
1915                 Fix bug 1628, 'Claws Mail crashes when 
1916                 filtering selected messages'
1917
1918 2008-06-04 [colin]      3.4.0cvs82
1919
1920         * src/messageview.c
1921                 Complete handling of html parts in multipart/alternative
1922                 mails
1923
1924 2008-06-03 [paul]       3.4.0cvs81
1925
1926         * src/prefs_message.c
1927                 make always the english good
1928
1929 2008-06-03 [colin]      3.4.0cvs80
1930
1931         * src/mainwindow.c
1932         * src/mainwindow.h
1933                 Fix bug 1624, '[PATCH] Quick search should be 
1934                 disabled for folder view'; based on a patch by
1935                 Michael Terry
1936
1937 2008-06-03 [iwkse]      3.4.0cvs79
1938
1939         * src/addressbook.c
1940                 Fix little gui bug on button sensitivity
1941         * src/messageview.c
1942         * src/prefs_common.c
1943         * src/prefs_common.h
1944         * src/prefs_message.c
1945                 Allow by default to show html in multipart/alternative
1946
1947 2008-06-02 [colin]      3.4.0cvs78
1948
1949         * src/prefs_actions.c
1950                 GUI rework, patch by Pawel 
1951
1952 2008-06-02 [colin]      3.4.0cvs77
1953
1954         * src/quote_fmt.c
1955                 Fix sensitivity/alignment, patch from
1956                 Pawel
1957
1958 2008-05-31 [colin]      3.4.0cvs76
1959
1960         * src/imap.c
1961                 Fix login issue introduced in cvs75.
1962
1963 2008-05-31 [colin]      3.4.0cvs75
1964
1965         * src/imap.c
1966                 Fix more possible double-frees. Also, fix the root cause
1967                 of these double-frees by just noting the Session is to
1968                 be destroyed instead of destroying it in flight
1969
1970 2008-05-29 [paul]       3.4.0cvs74
1971
1972         * manual/keyboard.xml
1973                 'Makes' these entries like the others
1974
1975 2008-05-29 [colin]      3.4.0cvs73
1976
1977         * src/procmsg.h
1978                 Include utils.h in case we
1979                 need to pull goffset definition
1980
1981 2008-05-29 [colin]      3.4.0cvs72
1982
1983         * src/common/utils.h
1984                 Workaround a stupid Glib issue, where
1985                 goffset happens to be undefined. 
1986
1987 2008-05-28 [colin]      3.4.0cvs71
1988
1989         * src/compose.c
1990         * src/compose.h
1991         * src/grouplistdialog.c
1992         * src/image_viewer.c
1993         * src/imap.c
1994         * src/inc.c
1995         * src/main.c
1996         * src/matcher.c
1997         * src/messageview.c
1998         * src/mimeview.c
1999         * src/prefs_themes.c
2000         * src/procmsg.h
2001         * src/summaryview.c
2002         * src/summaryview.h
2003         * src/textview.c
2004         * src/common/smtp.c
2005         * src/common/utils.c
2006         * src/common/utils.h
2007                 Use goffset instead of off_t for MsgInfo's size
2008                 Allows using MsgInfo structure from plugins
2009                 compiled with largefile support
2010
2011 2008-05-26 [colin]      3.4.0cvs70
2012
2013         * src/mainwindow.c
2014         * src/mainwindow.h
2015                 Define THEME_CHANGED_HOOKLIST and invoke
2016                 it on theme change
2017         * src/plugins/trayicon/trayicon.c
2018                 Listen to THEME_CHANGED_HOOKLIST and
2019                 update accordingly
2020
2021 2008-05-26 [paul]       3.4.0cvs69
2022
2023         * src/mimeview.c
2024                 plug a leak in mimeview_save_all()
2025
2026 2008-05-24 [colin]      3.4.0cvs68
2027
2028         * src/common/utils.h
2029                 Fix wrong define on old glibs
2030
2031 2008-05-24 [paul]       3.4.0cvs67
2032
2033         * src/Makefile.am
2034         * src/stock_pixmap.c
2035         * src/stock_pixmap.h
2036         * src/toolbar.c
2037         * src/pixmaps/cancel.xpm
2038         * src/pixmaps/close.xpm
2039                 add a specific icon for A_CANCEL_INC (addresses
2040                 point 1 of bug 1609 'Icon issues')
2041                 replace close.xpm with an icon of the standard
2042                 24x24 size
2043
2044 2008-05-24 [paul]       3.4.0cvs66
2045
2046         * src/pixmaps/insert_file.xpm
2047                 replaced
2048
2049 2008-05-23 [paul]       3.4.0cvs65
2050
2051         * src/common/md5.c
2052         * src/common/md5.h
2053                 add the possibility to check md5 on binary files,
2054                 thanks to Colin
2055
2056 2008-05-23 [colin]      3.4.0cvs64
2057
2058         * src/mainwindow.c
2059         * src/summaryview.c
2060                 Fix bug 1610, 'claws crash after opening/closing 
2061                 preferences and window update'
2062
2063 2008-05-22 [colin]      3.4.0cvs63
2064
2065         * src/prefs_filtering_action.c
2066         * src/gtk/combobox.c
2067         * src/gtk/combobox.h
2068                 Fix reselecting of Tags actions in
2069                 filtering actions dialog
2070
2071 2008-05-22 [colin]      3.4.0cvs62
2072
2073         * src/Makefile.am
2074         * src/prefs_toolbar.c
2075         * src/stock_pixmap.c
2076         * src/stock_pixmap.h
2077         * src/toolbar.c
2078         * src/pixmaps/delete_btn.xpm
2079         * src/pixmaps/insert_file.xpm
2080         * src/pixmaps/mail_reply_to_list.xpm
2081                 Fix more of bug 1609:
2082                 - Add a Delete button icon
2083                 - Add a Reply to list button icon
2084                 - Fix Insert file button icon
2085                 Artwork by Ciprian Popovici.
2086
2087 2008-05-21 [colin]      3.4.0cvs61
2088
2089         * src/common/utils.c
2090                 Fix a little leak
2091
2092 2008-05-21 [wwp]        3.4.0cvs60
2093
2094         * src/prefs_filtering.c
2095                 Don't show SMTP-only accounts in accounts list, as they are
2096                 irrelevant for filtering incoming messages.
2097
2098 2008-05-21 [colin]      3.4.0cvs59
2099
2100         * src/mainwindow.c
2101                 Don't put SMTP-only accounts in receive menus
2102
2103 2008-05-21 [colin]      3.4.0cvs58
2104
2105         * src/imap.c
2106                 Fix cvs56 (brain fart)
2107
2108 2008-05-21 [colin]      3.4.0cvs57
2109
2110         * src/common/utils.c
2111                 Fix bug 1615, 'hang on FIFO when the other end's not 
2112                 opened'
2113
2114 2008-05-21 [colin]      3.4.0cvs56
2115
2116         * src/imap.c
2117                 Fix a warning
2118
2119 2008-05-19 [colin]      3.4.0cvs55
2120
2121         * src/plugins/pgpcore/sgpgme.c
2122                 Maybe fix debian bug 481856, 'Segmentation fault 
2123                 when verifying a GPG signature'. Although it 
2124                 looks like a race condition...
2125
2126 2008-05-19 [colin]      3.4.0cvs54
2127
2128         * src/prefs_filtering_action.c
2129         * src/prefs_matcher.c
2130         * src/common/tags.c
2131         * src/common/tags.h
2132         * src/gtk/combobox.c
2133         * src/gtk/combobox.h
2134                 Patch by Pawel: disabled Tags menus in filtering dialogs
2135
2136 2008-05-19 [colin]      3.4.0cvs53
2137
2138         * src/prefs_account.c
2139                 GUI patch by Pawel: align ports entries
2140
2141 2008-05-19 [colin]      3.4.0cvs52
2142
2143         * src/mainwindow.c
2144                 Fix bug 1616, 'strange question while emptying trash'
2145
2146 2008-05-18 [colin]      3.4.0cvs51
2147
2148         * src/common/plugin.c
2149         * src/etpan/imap-thread.c
2150         * src/etpan/nntp-thread.c
2151         * src/gtk/gtksctree.c
2152                 Fix bug 1613, 'Various memory leaks'; 
2153                 based on a patch by Didier Barvaux.
2154
2155 2008-05-18 [colin]      3.4.0cvs50
2156
2157         * src/mimeview.c
2158         * src/privacy.h
2159         * src/toolbar.c
2160         * src/toolbar.h
2161         * src/plugins/pgpcore/sgpgme.c
2162                 Fix more parts of bug 1609:
2163                 - Make use of specific Expired privacy icon
2164                 - Use CLOSE instead of NOTICE_ERROR for cancel
2165                   receiving
2166                 - Allow a Preferences button in the main toolbar
2167
2168 2008-05-18 [colin]      3.4.0cvs49
2169
2170         * src/stock_pixmap.c
2171                 Fix bug with non-updating icons after theme change:
2172                 If fetching pixbuf for a given icon after a theme
2173                 change, the next pixmap fetch would return the old
2174                 cached one, as the theme change was forgotten at 
2175                 this time. (and vice-versa). This was mostly 
2176                 visible on open folder icons
2177
2178 2008-05-17 [colin]      3.4.0cvs48
2179
2180         * src/prefs_summaries.c
2181         * src/summaryview.c
2182                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
2183                 options'. Patch by Pawel
2184
2185 2008-05-16 [colin]      3.4.0cvs47
2186
2187         * src/imap.c
2188                 Fix another possible crash (on fatal errors
2189                 at login, like stream error).
2190
2191 2008-05-16 [paul]       3.4.0cvs46
2192
2193         * tools/thunderbird-filters-convertor.pl
2194                 fix a typo
2195                 fix reading a tb rule that contains something
2196                 like that: \"Sender\"
2197
2198 2008-05-16 [paul]       3.4.0cvs45
2199
2200         * tools/README
2201         * tools/csv2addressbook.pl
2202                 add support for gmail exported csv address book
2203
2204 2008-05-16 [colin]      3.4.0cvs44
2205
2206         * configure.ac
2207         * src/ldapupdate.c
2208                 Fix ldap deprecated calls. Patch by
2209                 Michael Rasmussen
2210
2211 2008-05-16 [paul]       3.4.0cvs43
2212
2213         * manual/de/account.xml
2214         * manual/it/account.xml
2215         * manual/it/ack.xml
2216         * manual/it/addrbook.xml
2217         * manual/it/claws-mail-manual.xml
2218         * manual/it/gpl.xml
2219         * manual/it/intro.xml
2220         * manual/it/starting.xml
2221                 add pages towards German and Italian manuals.
2222                 (just for storage, they are not built yet, due
2223                 to being incomplete.) submitted by Speckmade
2224                 <Speckmade@gmx.net> and Salvatore De Paolis
2225                 <iwkse@claws-mail.org>
2226
2227 2008-05-16 [colin]      3.4.0cvs42
2228
2229         * src/gtk/sslcertwindow.c
2230                 Fix SHA1 fingerprint with GnuTLS
2231
2232 2008-05-15 [colin]      3.4.0cvs41
2233
2234         * src/gtk/sslcertwindow.c
2235                 Print SHA1 fingerprint too
2236
2237 2008-05-15 [colin]      3.4.0cvs40
2238
2239         * src/imap.c
2240                 Fix certificate port on TLS. It was 
2241                 previously always 0.
2242                 **IMPORTANT INFORMATION**: this will trigger 
2243                 one wrong "New certificate" warning at the 
2244                 first connection with this fix, if using STARTTLS
2245                 on IMAP.
2246         * src/gtk/sslcertwindow.c
2247                 Make labels selectable
2248
2249 2008-05-15 [colin]      3.4.0cvs39
2250
2251         * src/imap.c
2252                 Fix double free when STARTTLS fails (for
2253                 example due to refusing the certificate)
2254
2255 2008-05-15 [paul]       3.4.0cvs38
2256
2257         * manual/advanced.xml
2258                 fix typo
2259
2260 2008-05-15 [paul]       3.4.0cvs37
2261
2262         * manual/advanced.xml
2263         * src/prefs_send.c
2264                 make outgoing_fallback_to_ascii a hidden pref
2265
2266 2008-05-14 [colin]      3.4.0cvs36
2267
2268         * src/main.c
2269         * src/mainwindow.c
2270         * src/mainwindow.h
2271                 Make it possible to cancel quit when Claws
2272                 ask whether to empty trash.
2273
2274 2008-05-14 [colin]      3.4.0cvs35
2275
2276         * src/compose.c
2277         * src/prefs_common.c
2278         * src/prefs_common.h
2279         * src/prefs_send.c
2280                 Add a preference to be able to specify an
2281                 outgoing charset/encoding but still fallback
2282                 to 7bit US-ASCII when possible (default TRUE,
2283                 same behavior as pre-cvs34)
2284
2285 2008-05-14 [colin]      3.4.0cvs34
2286
2287         * src/compose.c
2288                 Always use the specified encoding and charset if it is
2289                 specified, even if the mail is ASCII.
2290
2291 2008-05-13 [paul]       3.4.0cvs33
2292
2293         * src/ldapupdate.c
2294                 fix the build warnings the easy way for now
2295
2296 2008-05-13 [colin]      3.4.0cvs32
2297
2298         * src/prefs_themes.c
2299                 Count .png files as icons too (fixes part
2300                 of bug 1609, 'Icon issues')
2301
2302 2008-05-13 [wwp]        3.4.0cvs31
2303
2304         * src/addressbook_foldersel.c
2305                 Fix wrong check (completes 3.4.0.cvs30).
2306
2307 2008-05-12 [wwp]        3.4.0cvs30
2308
2309         * src/addressbook.c
2310         * src/addressbook_foldersel.c
2311         * src/filtering.c
2312         * src/matcher.c
2313         * src/prefs_matcher.c
2314         * src/plugins/bogofilter/bogofilter.c
2315         * src/plugins/bogofilter/bogofilter_gtk.c
2316         * src/plugins/dillo_viewer/dillo_prefs.c
2317         * src/plugins/spamassassin/spamassassin.c
2318         * src/plugins/spamassassin/spamassassin_gtk.c
2319                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2320                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2321                 translated string "Any" in plugins (whitelisting) and
2322                 UTF8 comparisons.
2323
2324 2008-05-07 [colin]      3.4.0cvs29
2325
2326         * configure.ac
2327                 Fix --enable-maemo (assume --enable-generic-umpc)
2328
2329 2008-05-07 [colin]      3.4.0cvs28
2330
2331         * configure.ac
2332         * src/account.c
2333         * src/addr_compl.c
2334         * src/compose.c
2335         * src/editaddress.c
2336         * src/folderview.c
2337         * src/mainwindow.c
2338         * src/messageview.c
2339         * src/mimeview.c
2340         * src/prefs_account.c
2341         * src/prefs_common.c
2342         * src/prefs_display_header.c
2343         * src/prefs_filtering.c
2344         * src/prefs_summaries.c
2345         * src/prefs_template.c
2346         * src/prefs_toolbar.c
2347         * src/stock_pixmap.c
2348         * src/summaryview.c
2349         * src/summaryview.h
2350         * src/textview.c
2351         * src/toolbar.c
2352         * src/gtk/about.c
2353         * src/gtk/gtksctree.c
2354         * src/gtk/menu.c
2355         * src/gtk/prefswindow.c
2356         * src/gtk/sslcertwindow.c
2357                 Separate generic UMPC code (layouts, ...) from 
2358                 MAEMO code (Hildon, ...)
2359
2360 2008-05-06 [paul]       3.4.0cvs27
2361
2362         * tools/claws.i18n.status.pl
2363                 add he.po
2364
2365 2008-05-06 [colin]      3.4.0cvs26
2366
2367         * src/common/utils.c
2368                 Maybe fix crash on FreeBSD
2369
2370 2008-05-05 [colin]      3.4.0cvs25
2371
2372         * src/messageview.c
2373                 Fix bug 1602, 'Crash when sending return receipt for
2374                 messages with no subject'
2375
2376 2008-05-05 [colin]      3.4.0cvs24
2377
2378         * src/mimeview.c
2379                 Don't overwrite temporary files with same
2380                 name when drag and dropping. Fixes bug 1599,
2381                 'attach multiple files with the same name from 
2382                 one mail to another'
2383
2384 2008-05-04 [paul]       3.4.0cvs23
2385
2386         * src/compose.c
2387         * src/prefs_common.c
2388                 fix bug 1587 'can not replay with quote'
2389
2390 2008-05-03 [colin]      3.4.0cvs22
2391
2392         * po/de.po
2393                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
2394
2395 2008-05-03 [colin]      3.4.0cvs21
2396
2397         * src/toolbar.c
2398                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
2399                 icon isn't grayed although ineffective'
2400
2401 2008-05-02 [wwp]        3.4.0cvs20
2402
2403         * po/fr.po
2404                 Fix translation.
2405
2406         * src/prefs_folder_item.c
2407                 Add missing notice in folder properties (templates) when
2408                 folder is a root node.
2409
2410 2008-04-30 [colin]      3.4.0cvs19
2411
2412         * src/prefs_toolbar.c
2413                 Add Trash and Delete icons to the icon chooser
2414
2415 2008-04-30 [colin]      3.4.0cvs18
2416
2417         * src/compose.c
2418                 Remove "Delete entire line" which was a noop
2419                 and should be the same as "Delete line" :)
2420
2421 2008-04-30 [colin]      3.4.0cvs17
2422
2423         * src/compose.c
2424                 Fix 'Delete line' and 'Delete to end of line'
2425                 on the last line. Patch by <seelenhirt@gmx.net>
2426
2427 2008-04-28 [colin]      3.4.0cvs16
2428
2429         * src/folder.c
2430                 Fix bug 1589, 'tagsdb file not removed when
2431                 folder deleted'.
2432         * src/common/utils.c
2433                 Make sure claws_unlink accepts NULL arg.
2434
2435 2008-04-25 [colin]      3.4.0cvs15
2436
2437         * src/common/ssl.c
2438                 Fix/simplify previous commit
2439
2440 2008-04-25 [colin]      3.4.0cvs14
2441
2442         * src/addrindex.h
2443         * src/common/ssl_certificate.c
2444                 Patch by Marcus: Fix Win32 build
2445         * src/common/ssl.c
2446                 Fix build with GnuTLS/no pthread, thanks
2447                 to Marcus
2448
2449 2008-04-25 [colin]      3.4.0cvs13
2450
2451         * src/summaryview.c
2452                 Fix bug 1586, '3-pane vertical layout now and then 
2453                 still shows sender column'
2454
2455 2008-04-25 [colin]      3.4.0cvs12
2456
2457         * src/Makefile.am
2458         * src/w32-logo.ico
2459         * src/w32-resource.rc
2460                 Patch from Marcus Brinkmann to set an icon on w32.
2461
2462 2008-04-24 [colin]      3.4.0cvs11
2463
2464         * src/inc.c
2465         * src/inc.h
2466                 Trace inc locks
2467         * src/ldif.c
2468         * src/ldif.h
2469                 Fix bug 1581, 'Bad File Format during Import LDIF':
2470                 Use dynamically allocated buffers; also, allow 
2471                 importing contacts with no email address
2472
2473 2008-04-24 [colin]      3.4.0cvs10
2474
2475         * src/prefs_common.c
2476                 Increment the timeout a bit on OpenBSD, 75 isn't enough
2477
2478 2008-04-23 [colin]      3.4.0cvs9
2479
2480         * src/compose.c
2481         * src/prefs_folder_item.c
2482         * src/prefs_template.c
2483         * src/quote_fmt.c
2484                 Fix bug 1576: Fix unescaping of templates when testing them
2485                 I think it breaks nothing. (wwp, you're welcome to double-check)
2486
2487 2008-04-23 [paul]       3.4.0cvs8
2488
2489         * manual/advanced.xml
2490                 add info about the "two_line_vertical" hidden
2491                 pref
2492
2493 2008-04-22 [paul]       3.4.0cvs7
2494
2495         * src/prefs_common.c
2496         * src/prefs_common.h
2497         * src/summaryview.c
2498                 make the 2-line view in summaryview when in three
2499                 columns mode configurable. hidden pref: "two_line_vertical"
2500
2501 2008-04-22 [colin]      3.4.0cvs6
2502
2503         * src/inc.c
2504                 Fix missing inc_unlock()
2505         * src/prefs_matcher.c
2506         * src/send_message.c
2507                 Fix my last commit
2508
2509 2008-04-22 [colin]      3.4.0cvs5
2510
2511         * src/etpan/imap-thread.c
2512                 Use g_(un)setenv instead of (un)setenv which
2513                 doesn't exist on IRIX 6.5
2514
2515 2008-04-22 [colin]      3.4.0cvs4
2516
2517         * src/inc.c
2518         * src/prefs_common.c
2519         * src/send_message.c
2520                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2521                 Set the default timeout to 75 seconds
2522
2523 2008-04-20 [colin]      3.4.0cvs3
2524
2525         * src/pixmaps/tray_newmail.offline.xpm
2526         * src/pixmaps/tray_newmail.xpm
2527         * src/pixmaps/tray_newmarkedmail.offline.xpm
2528         * src/pixmaps/tray_newmarkedmail.xpm
2529         * src/pixmaps/tray_nomail.offline.xpm
2530         * src/pixmaps/tray_nomail.xpm
2531         * src/pixmaps/tray_unreadmail.offline.xpm
2532         * src/pixmaps/tray_unreadmail.xpm
2533         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2534         * src/pixmaps/tray_unreadmarkedmail.xpm
2535                 Make the tray icons a bit nicer. Would be
2536                 nice to get really nice icons from someone
2537                 who's good at Gimp :)
2538
2539 2008-04-18 [colin]      3.4.0cvs2
2540
2541         * src/common/log.c
2542                 Forgot one g_unlink
2543
2544 lease complete the changelog entry below
2545 2008-04-18 [colin]      3.4.0cvs1
2546
2547         * src/addrduplicates.c
2548         * src/addressbook.c
2549         * src/compose.c
2550         * src/crash.c
2551         * src/editaddress.c
2552         * src/folder.c
2553         * src/image_viewer.c
2554         * src/imap.c
2555         * src/inc.c
2556         * src/main.c
2557         * src/mbox.c
2558         * src/messageview.c
2559         * src/mh.c
2560         * src/msgcache.c
2561         * src/news.c
2562         * src/partial_download.c
2563         * src/pop.c
2564         * src/prefs_common.c
2565         * src/prefs_common.h
2566         * src/prefs_other.c
2567         * src/prefs_themes.c
2568         * src/procheader.c
2569         * src/procmime.c
2570         * src/procmsg.c
2571         * src/textview.c
2572         * src/wizard.c
2573         * src/common/prefs.c
2574         * src/common/ssl_certificate.c
2575         * src/common/template.c
2576         * src/common/utils.c
2577         * src/common/utils.h
2578         * src/etpan/imap-thread.c
2579         * src/plugins/dillo_viewer/dillo_viewer.c
2580         * src/plugins/pgpcore/sgpgme.c
2581         * src/plugins/pgpinline/pgpinline.c
2582                 Add an option to shred temporary files and messages
2583                 instead of just removing them. Slows deletions down!
2584
2585 2008-04-18 [paul]       3.4.0
2586
2587         * NEWS
2588         * README
2589         * RELEASE_NOTES 
2590                 3.4.0 released
2591
2592
2593 2008-04-18 [paul]       3.3.1cvs61
2594
2595         * po/de.po
2596         * po/fi.po
2597         * po/it.po
2598         * po/pt_BR.po
2599                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
2600                 and Frederico Goncalves Guimaraes
2601         * po/es.po
2602                 updated on the last minute by a lazy Ricardo Mones
2603
2604 2008-04-18 [colin]      3.3.1cvs60
2605
2606         * po/fr.po
2607                 Update translation (Fabien Vantard)
2608
2609 2008-04-17 [colin]      3.3.1cvs59
2610
2611         * src/imap.c
2612                 Fix debian bug 474712, 'claws seg faults when IMAP 
2613                 connection breaks after an IMAP protocol error 
2614                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
2615         * src/summaryview.c
2616                 Fix a little leak
2617
2618 2008-04-17 [colin]      3.3.1cvs58
2619
2620         * src/common/log.c
2621                 Fix log size getting out of control (claws-mail
2622                 getting SIGXFSZ): rotate if every 10MB
2623
2624 2008-04-10 [paul]       3.3.1cvs57
2625
2626         * src/prefs_other.c
2627                 improvements to english usage
2628
2629 2008-04-10 [paul]       3.3.1cvs56
2630
2631         * src/prefs_receive.c
2632                 add an accurate description
2633
2634 2008-04-08 [colin]      3.3.1cvs55
2635
2636         * src/undo.c
2637                 Probably fix corruption, introduced in cvs53
2638
2639 2008-04-04 [iwkse]      3.3.1cvs54
2640
2641         * src/undo.c
2642                 undo should works properly again
2643
2644 2008-04-04 [iwkse]      3.3.1cvs53
2645
2646         * src/undo.c
2647                 Fix a segfault but breaks undo
2648                 on a specific case (eg. double paste with
2649                 middle-mouse button)
2650
2651 2008-04-04 [iwkse]      3.3.1cvs52
2652
2653         * src/prefs_filtering.c
2654                 Fix previous Tab mess
2655
2656 2008-04-03 [iwkse]      3.3.1cvs51
2657
2658         * src/prefs_filtering.c
2659                 Add search in filtering rules list
2660
2661 2008-04-02 [colin]      3.3.1cvs50
2662
2663         * src/main.c
2664                 Revert part of the previous patch: we do
2665                 want to parse ~/.claws-mail/gtkrc-2.0 if it
2666                 exists
2667
2668 2008-04-02 [colin]      3.3.1cvs49
2669
2670         * src/main.c
2671                 Fix bug 1562, 'Claws-Mail does not completely 
2672                 respect settings in GTK2_RC_FILES environment'
2673                 Remove manual parsing of .gtkrc-2.0 and 
2674                 .gtk/gtkrc-2.0. GTK does it itself these days.
2675
2676 2008-04-01 [colin]      3.3.1cvs48
2677
2678         * src/imap_gtk.c
2679                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
2680                 ticking "Show only subscribed"'
2681
2682 2008-03-31 [colin]      3.3.1cvs47
2683
2684         * src/folder.c
2685                 Fix bug 1553, 'File lock not respected'
2686                 Regression due to the implementation of
2687                 deletion batching
2688
2689 2008-03-31 [colin]      3.3.1cvs46
2690
2691         * src/mainwindow.c
2692                 Fix tags menu update, thanks to Paul
2693
2694 2008-03-29 [wwp]        3.3.1cvs45
2695
2696         * src/prefs_account.c
2697         * src/prefs_common.c
2698         * src/prefs_folder_item.c
2699         * src/prefs_quote.c
2700         * src/quote_fmt.c
2701         * src/quote_fmt.h
2702                 Fix compose template formats (in global preferences)
2703                 being translated under specific conditions.
2704                 Add a button to restore factory defaults for current
2705                 language.
2706
2707 2008-03-27 [colin]      3.3.1cvs44
2708
2709         * src/common/prefs.c
2710         * src/common/xmlprops.c
2711                 Fix RedHat bug 431735, 'segfault if /home is full' 
2712                 (when starting): Fix double fclose() in prefs.c
2713                 and potentially xmlprops.c
2714
2715 2008-03-27 [colin]      3.3.1cvs43
2716
2717         * src/addressbook.c
2718                 Fix bug 1559, 'Claws Mail crashed deleting all 
2719                 common contacts'
2720
2721 2008-03-27 [wwp]        3.3.1cvs42
2722
2723         * src/addressbook.c
2724                 Fix 3.3.0cvs41.
2725
2726 2008-03-27 [wwp]        3.3.1cvs41
2727
2728         * src/addressbook.c
2729                 Prevent list flickering when deleting addresses.
2730
2731 2008-03-26 [colin]      3.3.1cvs40
2732
2733         * src/imap.c
2734                 Clean up session disconnection. Possibly
2735                 fix Ubuntu bug #204290
2736
2737 2008-03-26 [colin]      3.3.1cvs39
2738
2739         * src/textview.c
2740                 Fix bug 1555: current folder wasn't used when
2741                 right-clicking on an email address
2742
2743 2008-03-25 [colin]      3.3.1cvs38
2744
2745         * src/plugins/bogofilter/bogofilter.c
2746         * src/plugins/bogofilter/bogofilter.h
2747         * src/plugins/bogofilter/bogofilter_gtk.c
2748                 Add a "learn from whitelist" preference
2749                 Whitelist Unsure mails too.
2750
2751 2008-03-24 [paul]       3.3.1cvs37
2752
2753         * src/prefs_account.c
2754                 If no MH mailbox and no account exists, when
2755                 creating a POP/Local account, just create and
2756                 use the default one instead of bailing with a
2757                 "Mailbox doesn't exist" error
2758
2759 2008-03-21 [colin]      3.3.1cvs36
2760
2761         * src/procmime.c
2762                 strstrip mime subtype
2763
2764 2008-03-21 [paul]       3.3.1cvs35
2765
2766         * manual/advanced.xml
2767                 correct and update the info about Actions
2768
2769 2008-03-20 [colin]      3.3.1cvs34
2770
2771         * src/messageview.c
2772         * src/messageview.h
2773         * src/textview.c
2774                 Show at max 1MB of text, add a noticeview to
2775                 show everything optionally.
2776
2777 2008-03-20 [colin]      3.3.1cvs33
2778
2779         * src/stock_pixmap.c
2780                 Add support for png themes
2781
2782 2008-03-19 [wwp]        3.3.1cvs32
2783
2784         * src/procheader.c
2785                 Sanity check.
2786
2787 2008-03-18 [colin]      3.3.1cvs31
2788
2789         * src/common/utils.c
2790         * src/common/utils.h
2791                 Handle size_t instead of off_t in to_human_readable
2792
2793 2008-03-18 [colin]      3.3.1cvs30
2794
2795         * src/imap.c
2796                 Remove raw printf
2797
2798 2008-03-16 [colin]      3.3.1cvs29
2799
2800         * src/summaryview.c
2801                 Fix build on GTK < 2.12
2802
2803 2008-03-16 [colin]      3.3.1cvs28
2804
2805         * src/mainwindow.c
2806                 Refresh non-list widget when switching
2807                 messageview
2808
2809 2008-03-16 [colin]      3.3.1cvs27
2810
2811         * manual/faq.xml
2812                 Revert cvs25: This wasn't a typo :) :
2813                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
2814
2815
2816 2008-03-16 [colin]      3.3.1cvs26
2817
2818         * src/summaryview.c
2819         * src/gtk/gtksctree.c
2820         * src/gtk/gtksctree.h
2821                 Implement 2-lines items in Summaryview when in 
2822                 three columns mode
2823
2824 2008-03-16 [paul]       3.3.1cvs25
2825
2826         * manual/faq.xml
2827                 fix typo
2828
2829 2008-03-14 [colin]      3.3.1cvs24
2830
2831         * src/prefs_filtering_action.c
2832                 Fix buglet on setting recipient when
2833                 reediting forward rules.
2834
2835 2008-03-12 [colin]      3.3.1cvs23
2836
2837         * src/summaryview.c
2838                 Fix a new unused variable warning
2839         * src/plugins/trayicon/trayicon.c
2840                 Fix folderview's scrollbar at startup
2841                 if starting hidden
2842
2843 2008-03-12 [colin]      3.3.1cvs22
2844
2845         * src/folderview.c
2846         * src/summaryview.c
2847                 Use item_opened at the beginning of showing
2848                 a folder instead of the end. Fixes flicker.
2849
2850 2008-03-12 [paul]       3.3.1cvs21
2851
2852         * src/folder.c
2853         * src/folder.h
2854         * src/mainwindow.c
2855         * src/procmsg.c
2856         * src/summaryview.c
2857         * src/plugins/trayicon/trayicon.c
2858                 add tooltip with extended folder stats
2859
2860 2008-03-10 [colin]      3.3.1cvs20
2861
2862         * src/common/xml.c
2863                 Handle comments
2864
2865 2008-03-07 [colin]      3.3.1cvs19
2866
2867         * src/mainwindow.c
2868                 Fix blinking of the taskbar entry
2869
2870 2008-03-07 [colin]      3.3.1cvs18
2871
2872         * src/mainwindow.c
2873                 MAEMO: Fix bug 1494, 'Trayicon 
2874                 plugin breaks UI...'
2875
2876 2008-03-07 [paul]       3.3.1cvs17
2877
2878         * src/gtk/authors.h
2879                 reflect reality a bit more closely
2880
2881 2008-03-06 [colin]      3.3.1cvs16
2882
2883         * src/mainwindow.c
2884         * src/mainwindow.h
2885         * src/summaryview.c
2886         * src/summaryview.h
2887         * src/toolbar.c
2888                 Integrate things better wrt the new
2889                 summaryview extensibility.
2890
2891 2008-03-06 [wwp]        3.3.1cvs15
2892
2893         * src/quote_fmt.c
2894                 Fix some gcc warnings.
2895
2896 2008-03-06 [wwp]        3.3.1cvs14
2897
2898         * src/prefs_account.c
2899         * src/prefs_folder_item.c
2900         * src/prefs_gtk.c
2901         * src/prefs_template.c
2902         * src/gtk/prefswindow.c
2903         * src/gtk/prefswindow.h
2904                 prefs_templates: fix missing unregistering of addr_completion widgets
2905                 and and ending of addr_completion service.
2906                 prefs_folder_item: fix missing registering/unregistering of widgets,
2907                 and rework the way add_completion service is started and stopped.
2908                 Plus few prefswindow API changes (opening).
2909
2910 2008-03-06 [wwp]        3.3.1cvs13
2911
2912         * src/folder_item_prefs.c
2913         * src/prefs_template.c
2914         * src/prefs_template.h
2915         * src/quote_fmt.c
2916         * src/common/template.c
2917                 Complete 3.3.1cvs12, thanks to Colin.
2918
2919 2008-03-06 [wwp]        3.3.1cvs12
2920
2921         * src/compose.c
2922         * src/folder_item_prefs.c
2923         * src/folder_item_prefs.h
2924         * src/prefs_account.c
2925         * src/prefs_folder_item.c
2926         * src/prefs_quote.c
2927         * src/prefs_template.c
2928         * src/quote_fmt.c
2929         * src/quote_fmt.h
2930         * src/common/template.c
2931         * src/common/template.h
2932                 Global and per-folder templates can now override the from name (this
2933                 doesn't change the account being used).
2934                 Examples:
2935                  "My other name" <%account_email> (just changes the name)
2936                  my.faked.email@address.org (overrides the address too)
2937
2938 2008-03-05 [colin]      3.3.1cvs11
2939
2940         * src/summaryview.c
2941         * src/summaryview.h
2942                 Replace that hbox with a notebook
2943
2944 2008-03-05 [colin]      3.3.1cvs10
2945
2946         * src/folder.h
2947         * src/folderview.c
2948                 Add klass functions for notification of folder
2949                 opening/closing via the GUI
2950         * src/summaryview.c
2951         * src/summaryview.h
2952                 Add a specific container for the scrolledwin
2953
2954 2008-03-05 [colin]      3.3.1cvs9
2955
2956         * src/folder.h
2957         * src/folderview.c
2958                 Add klass functions for notification of folder 
2959                 opening/closing via the GUI
2960         * src/summaryview.c
2961         * src/summaryview.h
2962                 Add a specific container for the scrolledwin
2963
2964 2008-03-02 [colin]      3.3.1cvs8
2965
2966         * src/messageview.c
2967                 MAEMO: Fix bug 1541, 'Deleting message from within 
2968                 read window displays next message then closes.'
2969
2970 2008-03-02 [colin]      3.3.1cvs7
2971
2972         * src/main.c
2973                 Probably fix bug 1539, 'Program crashes':
2974                 Setup Gcrypt's thread functions when built
2975                 with GnuTLS
2976
2977 2008-03-01 [colin]      3.3.1cvs6
2978
2979         * src/folder.c
2980         * src/imap_gtk.c
2981                 Get rid of stale folders with no account
2982
2983 2008-02-28 [colin]      3.3.1cvs5
2984
2985         * src/compose.c
2986                 Fix bug 1534, 'Segmentation fault when doing 
2987                 some draft saving and then throwing away'
2988         * src/imap.c
2989                 Fix bug 1533, 'Claws is unable to mark messages 
2990                 as "read" in IMAP shared folders'
2991         * src/etpan/imap-thread.c
2992                 Fix bug 1515, 'large messages crash claws when 
2993                 syncing for offline mode'. This is rather a
2994                 workaround, and mails > 64MB will still be
2995                 problematic if there's less than 64MB available
2996                 on the dataroot volume.
2997         * src/messageview.c
2998                 MAEMO: Add information when fetching big messages
2999
3000 2008-02-26 [colin]      3.3.1cvs4
3001
3002         * src/imap.c
3003                 fix bug 1532, '"login refused" message insufficiently 
3004                 detailed'
3005
3006 2008-02-26 [paul]       3.3.1cvs3
3007
3008         * INSTALL
3009         * README
3010                 remove mentions of ClamAV and a few other
3011                 old bits of information
3012
3013 2008-02-23 [colin]      3.3.1cvs2
3014
3015         * src/main.c
3016                 Fix log output (missing \n)
3017
3018 2008-02-23 [colin]      3.3.1cvs1
3019
3020         * configure.ac
3021                 Bump version number for stable release
3022
3023 2008-02-23 [paul]       3.3.0cvs21
3024
3025         * po/he.po
3026                 updated by Ofer
3027
3028 2008-02-21 [colin]      3.3.0cvs20
3029
3030         * src/matcher.c
3031                 Fix bug 1527, 'filtering is case sensitive when it 
3032                 shouldn't be'
3033
3034 2008-02-20 [colin]      3.3.0cvs19
3035
3036         * src/main.c
3037                 Fix file attachments from older Thunar
3038
3039 2008-02-19 [colin]      3.3.0cvs18
3040
3041         * manual/plugins.xml
3042         * manual/es/plugins.xml
3043         * manual/fr/plugins.xml
3044         * manual/pl/plugins.xml
3045                 Remove Clamav
3046
3047 2008-02-19 [paul]       3.3.0cvs17
3048
3049         * tools/README
3050         * tools/csv2addressbook.pl
3051                 add support for Kmail/Kaddressbook
3052
3053 2008-02-18 [colin]      3.3.0cvs16
3054
3055         * src/imap.c
3056                 Unset folder's session before creating a
3057                 new one
3058         * src/main.c
3059         * src/prefs_common.c
3060         * src/prefs_common.h
3061         * manual/advanced.xml
3062                 Add an hidden use_networkmanager pref, to
3063                 disable NetworkManager handling. Also,
3064                 consider UNKNOWN state to be CONNECTED.
3065
3066 2008-02-18 [wwp]        3.3.0cvs15
3067
3068         * src/matcher.c
3069                 Fix Engrish and make 'not' more visible in filtering debug logs.
3070
3071 2008-02-15 [colin]      3.3.0cvs14
3072
3073         * src/matcher.c
3074                 Revert cvs10 for now, it breaks the feature
3075
3076 2008-02-15 [colin]      3.3.0cvs13
3077
3078         * src/main.c
3079                 Always focus folder tree at startup
3080         * src/compose.c
3081                 Fix bug 1521, 'Cannot close compose window after 
3082                 replying to a non-existent news message'
3083
3084 2008-02-13 [colin]      3.3.0cvs12
3085
3086         * src/folderview.c
3087                 Fix important warnings
3088
3089 2008-02-12 [colin]      3.3.0cvs11
3090
3091         * src/imap.c
3092         * src/etpan/imap-thread.c
3093         * src/etpan/imap-thread.h
3094                 Fix handling of $Forwarded flag on Exchange:
3095                 check for the existence or creatability of a
3096                 flag before using it.
3097
3098 2008-02-12 [colin]      3.3.0cvs10
3099
3100         * src/matcher.c
3101                 Optimise matching on Found in addressbook if
3102                 the matched header is in cache (From, etc)
3103
3104 2008-02-12 [colin]      3.3.0cvs9
3105
3106         * src/folderview.c
3107                 Fix crashy stuff when changing displayed
3108                 columns
3109
3110 2008-02-12 [wwp]        3.3.0cvs8
3111
3112         * src/folder.h
3113                 Remove duplicate func declaration and restore the one
3114                 a missing one.
3115
3116 2008-02-12 [wwp]        3.3.0cvs7
3117
3118         * src/compose.c
3119         * src/export.c
3120         * src/folder.c
3121         * src/folder.h
3122         * src/foldersel.c
3123         * src/foldersel.h
3124         * src/imap_gtk.c
3125         * src/import.c
3126         * src/mainwindow.c
3127         * src/messageview.c
3128         * src/mh_gtk.c
3129         * src/prefs_account.c
3130         * src/prefs_filtering_action.c
3131         * src/summaryview.c
3132         * src/plugins/bogofilter/bogofilter_gtk.c
3133         * src/plugins/spamassassin/spamassassin_gtk.c
3134                 Allow moving/copying folders to root folders when using
3135                 the folder selection dialog (it was not possible to
3136                 maemo users to reparent a subfolder to a root folder
3137                 at all).
3138
3139 2008-02-12 [fabien]     3.3.0cvs6
3140
3141         * po/fr.po
3142                 a few days late for i18n fr update. Sorry.
3143
3144 2008-02-11 [colin]      3.3.0cvs5
3145
3146         * src/main.c
3147                 Implement support for future /dev/mem_notify.
3148                 This Linux kernel feature will allow applications
3149                 to be notified that memory has to be freed
3150                 before getting OOM-killed. For more information:
3151                 http://lwn.net/Articles/267013/
3152
3153 2008-02-10 [paul]       3.3.0cvs4
3154
3155         * src/Makefile.am
3156         * src/mimeview.c
3157         * src/prefs_toolbar.c
3158         * src/stock_pixmap.c
3159         * src/stock_pixmap.h
3160         * src/pixmaps/mime_text_patch.xpm
3161                 add an icon for attached patches
3162
3163 2008-02-09 [paul]       3.3.0cvs3
3164
3165         * src/gtk/about.c
3166                 bump the (c) year
3167
3168 2008-02-09 [wwp]        3.3.0cvs2
3169
3170         * src/main.c
3171                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
3172
3173 2008-02-08 [colin]      3.3.0cvs1
3174
3175         * src/common/utils.c
3176                 Forbid attaching anything containing "../" or ".ssh/"
3177                 from mailto: URI
3178
3179 2008-02-08 [paul]       3.3.0
3180
3181         * NEWS
3182         * README
3183         * RELEASE_NOTES 
3184                 3.3.0 released
3185
3186 2008-02-08 [paul]       3.2.0cvs77
3187
3188         * AUTHORS
3189                 updated with new translators
3190         * configure.ac
3191                 added he to ALL_LINGUAS
3192         * po/cs.po
3193         * po/de.po
3194         * po/es.po
3195         * po/fi.po
3196         * po/hu.po
3197         * po/it.po
3198         * po/pt_BR.po
3199         * po/zh_CN.po
3200                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
3201                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
3202                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
3203                 and Ralph Young
3204         * po/he.po
3205                 new Hebrew translation by Ofer <oc666@netvision.net.il>
3206         * src/gtk/about.c
3207                 updated with new translators and bumped (c) year
3208         * src/gtk/authors.h
3209                 updated with new translators
3210
3211 2008-02-05 [colin]      3.2.0cvs76
3212
3213         * src/messageview.c
3214         * src/mimeview.c
3215         * src/mimeview.h
3216                 Special case text/calendar parts: if there's one in
3217                 the mail, and a plugin handling text/calendar is
3218                 loaded, show that part. That'll avoid rendering 
3219                 meetings as plain text, which just looks broken to
3220                 many users.
3221
3222 2008-02-04 [colin]      3.2.0cvs75
3223
3224         * src/mainwindow.c
3225                 Maemo: Fix LED handling on OS 2008
3226
3227 2008-02-01 [colin]      3.2.0cvs74
3228
3229         * src/compose.c
3230                 Possibly fix the annoying and hard-to reproduce bug
3231                 where lines 
3232                 are
3233                 rewrapped
3234                 like
3235                 that.
3236
3237 2008-02-01 [paul]       3.2.0cvs73
3238
3239         * src/common/utils.c
3240                 fix bug 1502, 'Plus signs are stripped from
3241                 email addresses when calling from command line'
3242                 Thanks to Colin
3243
3244 2008-01-31 [colin]      3.2.0cvs72
3245
3246         * src/exphtmldlg.c
3247         * src/mimeview.c
3248         * src/summaryview.c
3249                 Fix building of URIs from filenames
3250
3251 2008-01-31 [wwp]        3.2.0cvs71
3252
3253         * src/main.c
3254                 Fixes debug output of compiled-in features list
3255                 (completes 3.2.0cvs60).
3256
3257 2008-01-31 [colin]      3.2.0cvs70
3258
3259         * configure.ac
3260         * po/POTFILES.in
3261         * src/compose.c
3262         * src/plugins/Makefile.am
3263         * src/plugins/clamav/.cvsignore
3264         * src/plugins/clamav/Makefile.am
3265         * src/plugins/clamav/README
3266         * src/plugins/clamav/clamav_plugin.c
3267         * src/plugins/clamav/clamav_plugin.h
3268         * src/plugins/clamav/clamav_plugin_gtk.c
3269         * src/plugins/clamav/clamav_plugin_gtk.deps
3270                 Remove the Clamav plugin from the core
3271
3272 2008-01-28 [wwp]        3.2.0cvs69
3273
3274         * src/compose.c
3275         * src/prefs_template.c
3276         * src/prefs_template.h
3277         * src/quote_fmt.c
3278         * src/quote_fmt.h
3279         * src/quote_fmt_lex.l
3280         * src/quote_fmt_parse.y
3281                 Fix for bug #1493: count lines (\n chars) according to the way
3282                 format body is passed (i.e. \-escaped or not).
3283
3284 2008-01-27 [paul]       3.2.0cvs68
3285
3286         * po/en_GB.po
3287                 updated
3288         * src/prefs_actions.c
3289         * src/prefs_filtering.c
3290         * src/prefs_folder_item.c
3291         * src/prefs_template.c
3292         * src/gtk/about.c
3293                 some minor changes to the English
3294
3295 2008-01-24 [colin]      3.2.0cvs67
3296
3297         * src/etpan/imap-thread.c
3298         * src/etpan/nntp-thread.c
3299                 Fix bug 1348, 'Hang ups at exit time with 
3300                 pgp plugin since 3.0.2'
3301
3302 2008-01-23 [colin]      3.2.0cvs66
3303
3304         * src/toolbar.c
3305                 Fix translation of something that shouldn't be
3306
3307 2008-01-23 [colin]      3.2.0cvs65
3308
3309         * src/procmime.c
3310                 Fix bug 1486, 'Re: Incorrect content when replying'
3311                 Revert to full scan if short scan found only 0-length
3312                 text parts
3313
3314 2008-01-23 [paul]       3.2.0cvs64
3315
3316         * src/prefs_folder_item.c
3317                 fix bug 1485, 'selecting a folder's default
3318                 account if name contains '&''
3319
3320 2008-01-23 [colin]      3.2.0cvs63
3321
3322         * src/folder.c
3323         * src/folder.h
3324         * src/main.c
3325         * src/mainwindow.c
3326                 Fix bug 1480, 'should be able to display mail file
3327                 from command line'. Let 'claws-mail --select' accept
3328                 absolute paths in addition to folder identifiers.
3329
3330 2008-01-22 [wwp]        3.2.0cvs62
3331
3332         * src/account.c
3333         * src/account.h
3334         * src/compose.c
3335         * src/messageview.c
3336         * src/summaryview.c
3337         * src/common/utils.c
3338         * src/common/utils.h
3339                 Allow from=address in mailto sequence:
3340                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
3341                   The 'from' will try to select the first account matching in accounts list,
3342                   otherwise will use the usual account selection mechanism but override with
3343                   this 'from' address.
3344                 Allow mailto with NNTP accounts
3345                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
3346                   is the default one or if a NNTP account address is used with 'from'.
3347                   This is more or less a bugfix as it was possible to use mailto with a NNTP
3348                   default account but the complete mailto sequence was put in To.
3349
3350 2008-01-22 [wwp]        3.2.0cvs61
3351
3352         * doc/man/claws-mail.1
3353                 Updated the man page: status of few features, command-line
3354                 usage (--version-full) and completed list of config files
3355                 and dirs.
3356
3357 2008-01-22 [wwp]        3.2.0cvs60
3358
3359         * src/main.c
3360                 Added --version-full to display version and compiled-in
3361                 features list (for later use by Clawsker for instance).
3362
3363 2008-01-22 [holger]     3.2.0cvs59
3364
3365         * src/addrduplicates.c
3366                 Fix scrolling in addressbook duplicate
3367                 finder result dialog
3368
3369 2008-01-21 [colin]      3.2.0cvs58
3370
3371         * src/summaryview.c
3372                 Fix bug 1457, 'sorting messages on, say, from, 
3373                 should subsort on previous sort choice'. Subsort
3374                 by date when sort is Subject, From, To, Tags.
3375
3376 2008-01-21 [colin]      3.2.0cvs57
3377
3378         * AUTHORS
3379         * src/matcher.c
3380         * src/mimeview.c
3381         * src/common/ssl.c
3382         * src/gtk/authors.h
3383                 Fix bug 1478, 'Wrong pthread_create calls all 
3384                 over the place'. Patch by Christian Cornelssen
3385
3386 2008-01-20 [colin]      3.2.0cvs56
3387
3388         * src/imap.c
3389         * src/etpan/imap-thread.c
3390         * src/etpan/imap-thread.h
3391                 Fix bug 1468, 'Use IMAP keyword to 
3392                 store "forwarded" flag'
3393
3394 2008-01-20 [colin]      3.2.0cvs55
3395
3396         * src/folderutils.c
3397                 Make list operations faster
3398
3399 2008-01-20 [colin]      3.2.0cvs54
3400
3401         * src/mainwindow.c
3402                 Fix bug 1353, 'on startup with small screen 
3403                 layout, keyboard input gets lost'
3404
3405 2008-01-20 [colin]      3.2.0cvs53
3406
3407         * src/textview.c
3408                 Complete 3.2.0cvs49, and fixes bug 1477, 
3409                 'Claws Mail crashes when view PGP-encrypted 
3410                 message'
3411
3412 2008-01-20 [colin]      3.2.0cvs52
3413
3414         * src/compose.c
3415                 Fix privacy menu update when replying to
3416                 encrypted mail and no default privacy 
3417                 system is set
3418
3419 2008-01-19 [colin]      3.2.0cvs51
3420
3421         * src/filtering.c
3422         * src/procmsg.h
3423         * src/plugins/bogofilter/bogofilter.c
3424         * src/plugins/clamav/clamav_plugin.c
3425         * src/plugins/spamassassin/spamassassin.c
3426                 Batch filtering deletions too (and save 4 bytes
3427                 per MsgInfo in the process :)
3428
3429 2008-01-19 [colin]      3.2.0cvs50
3430
3431         * src/folder.c
3432                 Make cache update after copies much faster
3433                 on IMAP
3434
3435 2008-01-19 [colin]      3.2.0cvs49
3436
3437         * src/textview.c
3438                 Check g_fopen() success
3439
3440 2008-01-17 [wwp]        3.2.0cvs48
3441
3442         * manual/faq.xml
3443         * manual/es/faq.xml
3444         * manual/fr/faq.xml
3445         * manual/pl/faq.xml
3446                 Sylpheed? No idea what this means.
3447
3448 2008-01-17 [colin]      3.2.0cvs47
3449
3450         * src/gtk/gtksctree.c
3451                 Make dnd threshold higher on Maemo
3452
3453 2008-01-16 [colin]      3.2.0cvs46
3454
3455         * src/common/passcrypt.c
3456                 Fix build on FreeBSD, thanks to Pawel
3457
3458 2008-01-15 [colin]      3.2.0cvs45
3459
3460         * src/compose.c
3461                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
3462                 spell check of actuall word'
3463         * src/summaryview.c
3464                 Temporarily disable immediate execution when learning
3465                 spam *only* if the summaryview isn't locked
3466
3467 2008-01-15 [wwp]        3.2.0cvs44
3468
3469         * src/prefs_filtering.c
3470                 Fix filtering prefs layout (Maemo port), moving page up/down
3471                 from buttons to context menu.
3472
3473 2008-01-15 [colin]      3.2.0cvs43
3474
3475         * src/compose.c
3476                 Fix bug 1465, 'First line in new message does not mark URLs'
3477
3478 2008-01-15 [colin]      3.2.0cvs42
3479
3480         * src/common/passcrypt.c
3481                 Fix bug 1461, 'several components #define 
3482                 _XOPEN_SOURCE improperly'
3483
3484 2008-01-15 [colin]      3.2.0cvs41
3485
3486         * src/summaryview.c
3487                 Fix bug 1469, 'Column width adjustments on message 
3488                 lists do not save'
3489
3490 2008-01-14 [holger]     3.2.0cvs40
3491
3492         * configure.ac
3493                 Add tests for dbus, dbus glib bindings,
3494                 and NetworkManager. All is optional. Add new
3495                 --(en|dis)able-networkmanager-support switch.
3496         * src/Makefile.am
3497         * src/imap.c
3498         * src/inc.c
3499         * src/main.c
3500         * src/main.h
3501         * src/mainwindow.c
3502         * src/gtk/about.c
3503                 Add optional NetworkManager support, so Claws Mail
3504                 can try to do the right thing when the network connection
3505                 status changes. NetworkManager support is active by
3506                 default if above requirements were met.
3507
3508 2008-01-12 [colin]      3.2.0cvs39
3509
3510         * src/summaryview.c
3511                 Advertise the click-on-reply feature in the tooltip
3512
3513 2008-01-12 [colin]      3.2.0cvs38
3514
3515         * src/Makefile.am
3516         * src/stock_pixmap.c
3517         * src/stock_pixmap.h
3518         * src/pixmaps/tray_newmail.offline.xpm
3519         * src/pixmaps/tray_newmail.xpm
3520         * src/pixmaps/tray_newmarkedmail.offline.xpm
3521         * src/pixmaps/tray_newmarkedmail.xpm
3522         * src/pixmaps/tray_nomail.offline.xpm
3523         * src/pixmaps/tray_nomail.xpm
3524         * src/pixmaps/tray_unreadmail.offline.xpm
3525         * src/pixmaps/tray_unreadmail.xpm
3526         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3527         * src/pixmaps/tray_unreadmarkedmail.xpm
3528         * src/plugins/trayicon/Makefile.am
3529         * src/plugins/trayicon/newmail.offline.xpm
3530         * src/plugins/trayicon/newmail.xpm
3531         * src/plugins/trayicon/newmarkedmail.offline.xpm
3532         * src/plugins/trayicon/newmarkedmail.xpm
3533         * src/plugins/trayicon/nomail.offline.xpm
3534         * src/plugins/trayicon/nomail.xpm
3535         * src/plugins/trayicon/trayicon.c
3536         * src/plugins/trayicon/unreadmail.offline.xpm
3537         * src/plugins/trayicon/unreadmail.xpm
3538         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3539         * src/plugins/trayicon/unreadmarkedmail.xpm
3540                 Make the Trayicon plugin icons themable
3541
3542 2008-01-12 [wwp]        3.2.0cvs37
3543
3544         * src/prefs_display_header.c
3545                 Fix extra leading hyphen visible in the display
3546                 header configuration combo list (maemo).
3547
3548 2008-01-11 [colin]      3.2.0cvs36
3549
3550         * src/imap.c
3551                 Set timeout to 1 before disconnecting all -
3552                 for when one switches to offline and has 
3553                 no network anymore
3554         * src/messageview.c
3555                 Fix bug 1454, 'error message shows parts and 
3556                 signature of previous messages'
3557         * src/prefs_common.c
3558                 Maemo: Hide Send dialog by default
3559
3560 2008-01-10 [colin]      3.2.0cvs35
3561
3562         * src/action.c
3563         * src/editldap.c
3564         * src/prefs_account.c
3565         * src/wizard.c
3566         * src/gtk/inputdialog.c
3567         * src/plugins/pgpcore/passphrase.c
3568                 Maemo: Fix bug 1455, 'Password enters leading letter 
3569                 incorrectly as uppercase'
3570
3571 2008-01-09 [colin]      3.2.0cvs34
3572
3573         * po/pl.po
3574                 Fix bug 1446, 'SC crashes frequently when staying 
3575                 in background'. Format string error in Polish 
3576                 translation
3577         * src/gtk/description_window.c
3578         * src/prefs_template.c
3579                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
3580                 patch by Pawel
3581         * src/wizard.c
3582                 Maemo: Fix build
3583
3584 2008-01-08 [colin]      3.2.0cvs33
3585
3586         * src/main.c
3587                 Maemo: connect HW status change signal for shutdown
3588         * src/mainwindow.c
3589                 Maemo: Fix hardware space key
3590         * src/wizard.c
3591                 Maemo: name mmc1 and 2 a better name
3592
3593 2008-01-08 [wwp]        3.2.0cvs32
3594
3595         * src/folder.c
3596         * src/folder_item_prefs.c
3597         * src/folder_item_prefs.h
3598         * src/prefs_folder_item.c
3599                 It's now possible to disable processing rules when
3600                 entering a folder (this adds a new option to the
3601                 folder properties dialog).
3602
3603 2008-01-08 [wwp]        3.2.0cvs31
3604
3605         * src/common/utils.c
3606                 Mailto: now supports 'insert' (stands for 'insert file'), this
3607                 adds the ability to create a new message from the command-line,
3608                 with body set from an existing file contents.
3609
3610 2008-01-08 [colin]      3.2.0cvs30
3611
3612         * src/summaryview.c
3613                 Maybe fix bug 1452, 'crash while drag'n'droping 
3614                 emails to an IMAP folder'
3615
3616 2008-01-07 [wwp]        3.2.0cvs29
3617
3618         * src/prefs_filtering.c
3619                 Static-alize a function, thanks to Colin.
3620
3621 2008-01-07 [colin]      3.2.0cvs28
3622
3623         * src/folderview.c
3624                 Fix scrolling to bottom when drag and dropping
3625         * src/summaryview.c
3626                 Fix bug 1445, 'Display sender using addressbook: fails 
3627                 when From: isn't an email address'
3628
3629 2008-01-07 [wwp]        3.2.0cvs27
3630
3631         * src/prefs_actions.c
3632         * src/prefs_filtering.c
3633         * src/prefs_template.c
3634                 Add tooltips to most buttons in the templates, actions and
3635                 filtering/processing dialogs.
3636
3637 2008-01-07 [wwp]        3.2.0cvs26
3638
3639         * src/prefs_filtering.c
3640                  - add a clear button to clear dialog input fields
3641                  - add page up and page down buttons to move selected rule up and down
3642                  - in rules list popup-menu: added Delete, Delete all and Duplicate
3643                  - popup-menu items are greyed out either if the list is empty (not counting the
3644                    (New) row or if there is no selected item
3645                  - clear store when closing dialog
3646
3647         * src/prefs_actions.c
3648                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3649                    clear button, popup-menu
3650                  - clear store when closing dialog
3651
3652         * src/prefs_template.c
3653                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3654                    clear button, popup-menu 
3655
3656         * src/addrcustomattr.c
3657                  - renamed popup-menu item Clear list to Delete all
3658                  - grey out popup-menu items is there is no selected item or if list is empty
3659                  - clear store when closing dialog
3660
3661         * src/edittags.c
3662                  - added popup-menu item Delete all
3663                  - grey out popup-menu items is there is no selected item or if list is empty
3664                  - clear store when closing dialog
3665
3666 2008-01-06 [wwp]        3.2.0cvs25
3667
3668         * src/addressadd.c
3669                 One more layout fix by Pawel (completes 3.2.0cvs24).
3670
3671 2008-01-05 [colin]      3.2.0cvs24
3672
3673         * src/addressadd.c
3674                 Little GUI fixes, patch by Pawel
3675
3676 2007-12-29 [wwp]        3.2.0cvs23
3677
3678         * src/compose.c
3679                 Fix for bug #1443, and strip possible whitespaces around
3680                 custom header names.
3681
3682 2007-12-29 [mones]      3.2.0cvs22
3683
3684         * po/es.po
3685                 Updated translation, corrected a term based 
3686                 on suggestion from Israel Saeta Pérez,
3687                 reverted awful X-Mailer translation
3688         * src/procmime.c
3689                 Complete cvs20 for FreeBSD, patch by Pawel
3690
3691 2007-12-29 [colin]      3.2.0cvs21
3692
3693         * src/textview.c
3694                 Fix bug 1442, 'Tags are repeated in 
3695                 encapsulated messages'
3696
3697 2007-12-28 [colin]      3.2.0cvs20
3698
3699         * src/procmime.c
3700                 Fix path to mime/globs. Patch by Marten King.
3701
3702 2007-12-27 [colin]      3.2.0cvs19
3703
3704         * src/plugins/pgpcore/Makefile.am
3705         * src/plugins/pgpinline/Makefile.am
3706         * src/plugins/pgpmime/Makefile.am
3707                 Add missing flags to build pgp plugins on maemo
3708
3709 2007-12-27 [colin]      3.2.0cvs18
3710
3711         * src/mainwindow.c
3712                 Maximise before showing to avoid probable flickering
3713                 on slow computers.
3714
3715 2007-12-27 [colin]      3.2.0cvs17
3716
3717         * src/main.c
3718         * src/mainwindow.c
3719         * src/prefs_common.c
3720         * src/prefs_common.h
3721                 Fix bug 1439, 'Claws Mail does not remember window size 
3722                 state when restarted'. Save maximised state and force
3723                 maximisation at startup if applicable.
3724
3725 2007-12-23 [paul]       3.2.0cvs16
3726
3727         * src/prefs_matcher.c
3728                 fix bug 1436, 'Filter condition dialog doesn't
3729                 load header name from current rules'
3730
3731 2007-12-22 [paul]       3.2.0cvs15
3732
3733         * src/compose.c
3734                 fix bug 1435, 'Reply doesn't take into account
3735                 reply-to field'
3736
3737 2007-12-21 [paul]       3.2.0cvs14
3738
3739         * src/common/ssl_certificate.c
3740                 fix FreeBSD build with IPV6 support 
3741
3742 2007-12-20 [colin]      3.2.0cvs13
3743
3744         * src/imap.c
3745                 Fix error handling
3746
3747 2007-12-20 [colin]      3.2.0cvs12
3748
3749         * src/imap.c
3750         * src/imap.h
3751         * src/prefs_account.c
3752                 Add DIGEST-MD5 support for IMAP authentication
3753
3754 2007-12-19 [mones]      3.2.0cvs11
3755
3756         * doc/man/claws-mail.1
3757                 Better ordering of sections, updated options
3758         * po/es.po
3759                 Updated strings
3760
3761 2007-12-19 [paul]       3.2.0cvs10
3762
3763         * src/prefs_account.c
3764                 use a spinbutton instead of an entry for
3765                 "POP authentication timeout" also
3766
3767 2007-12-19 [colin]      3.2.0cvs9
3768
3769         * src/prefs_filtering_action.c
3770         * src/prefs_matcher.c
3771         * src/gtk/description_window.c
3772                 Destroy info windows with their parents
3773                 Patch by Pawel
3774
3775 2007-12-19 [colin]      3.2.0cvs8
3776
3777         * src/prefs_account.c
3778                 Use spinbuttons instead of entries where needed
3779                 Patch by Pawel
3780
3781 2007-12-18 [paul]       3.2.0cvs7
3782
3783         * src/prefs_matcher.c
3784                 add missing i18n for a few strings
3785                 Patch by Stephan Sachse
3786
3787 2007-12-18 [paul]       3.2.0cvs6
3788
3789         * src/prefs_logging.c
3790                 use 'disk' instead of 'disc'
3791
3792 2007-12-18 [paul]       3.2.0cvs5
3793
3794         * po/en_GB.po
3795                 updated
3796         * src/addrcustomattr.c
3797         * src/editaddress.c
3798                 fixes to the ingleesh
3799         * src/prefs_filtering_action.c
3800                 fix copyright header
3801                 fix untranslated strings
3802         * src/prefs_filtering_action.h
3803                 fix copyright header
3804
3805 2007-12-18 [wwp]        3.2.0cvs4
3806
3807         * src/folderview.c
3808         * src/headerview.c
3809         * src/prefs_common.c
3810         * src/prefs_common.h
3811         * src/prefs_fonts.c
3812         * src/summaryview.c
3813         * src/textview.c
3814         * src/wizard.c
3815         * src/common/defs.h
3816         * src/gtk/gtkutils.c
3817                 Added prefs to set custom small and bold fonts
3818                 (might matter on some desktops, according to
3819                 DPI and font settings).
3820
3821 2007-12-18 [colin]      3.2.0cvs3
3822
3823         * src/prefs_logging.c
3824                 Rework GUI, patch by Pawel
3825
3826 2007-12-18 [colin]      3.2.0cvs2
3827
3828         * src/prefs_filtering_action.c
3829                 Rework GUI, patch by Pawel
3830
3831 2007-12-18 [colin]      3.2.0cvs1
3832
3833         * src/editaddress.c
3834                 Fix build on old GCC
3835                 Fix inverted buttons
3836
3837 2007-12-17 [paul]       3.2.0
3838
3839         * NEWS
3840         * README
3841         * RELEASE_NOTES 
3842                 3.2.0 released
3843
3844 2007-12-17 [paul]       3.1.0cvs79
3845
3846         * po/de.po
3847         * po/fr.po
3848         * po/hu.po
3849         * po/it.po
3850         * po/pt_BR.po
3851                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
3852                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
3853
3854 2007-12-17 [mones]      3.1.0cvs78
3855
3856         * po/es.po
3857                 Updated Spanish translation for 3.2.0 release
3858
3859 2007-12-16 [colin]      3.1.0cvs77
3860
3861         * src/addrcustomattr.c
3862                 Fix translations, patch by Fabien
3863
3864 2007-12-15 [paul]       3.1.0cvs76
3865
3866         * src/folderview.c
3867                 fix compiler warning
3868
3869 2007-12-14 [colin]      3.1.0cvs75
3870
3871         * src/folderview.c
3872                 Simplify logic
3873
3874 2007-12-12 [wwp]        3.1.0cvs74
3875
3876         * AUTHORS
3877         * src/gtk/authors.h
3878                 Added Marius Glauser to the hall of fame.
3879
3880 2007-12-12 [wwp]        3.1.0cvs73
3881
3882         * src/gtk/gtkutils.c
3883                 Improve the way we show results of searches
3884                 in message bodies: selected text now get centered
3885                 vertically in the message window.
3886                 Patch by Marius Glauser <seelenhirt@gmx.net>.
3887
3888 2007-12-10 [colin]      3.1.0cvs72
3889
3890         * src/folder.c
3891                 Don't crash when setting batch mode on no folder
3892
3893 2007-12-10 [colin]      3.1.0cvs71
3894
3895         * src/common/utils.c
3896                 Fix potential buffer overrun (thanks to
3897                 Hiroyuki)
3898
3899 2007-12-08 [paul]       3.1.0cvs70
3900
3901         * src/prefs_receive.c
3902                 small change to the English
3903
3904 2007-12-08 [colin]      3.1.0cvs69
3905
3906         * src/vcard.c
3907                 Fix warnings
3908
3909 2007-12-07 [colin]      3.1.0cvs68
3910
3911         * src/mainwindow.c
3912         * src/summaryview.c
3913         * src/summaryview.h
3914                 Free simplify_subject_preg at exit
3915
3916 2007-12-07 [colin]      3.1.0cvs67
3917
3918         * src/main.c
3919         * src/summaryview.c
3920         * src/common/utils.c
3921         * src/common/utils.h
3922                 We have to free reused regexps from time to
3923                 time, or they get huge
3924
3925 2007-12-07 [colin]      3.1.0cvs66
3926
3927         * src/vcard.c
3928                 Fix QP decoding (and UTF8)
3929
3930 2007-12-07 [colin]      3.1.0cvs65
3931
3932         * src/addrcustomattr.c
3933                 Update list of default custom attributes
3934                 now (will be needed for a feature patch
3935                 post 3.2.0)
3936
3937 2007-12-07 [colin]      3.1.0cvs64
3938
3939         * src/folder.c
3940                 Batch on destination folder when copying - fixes
3941                 slowness when moving unread mails to trash on IMAP
3942
3943 2007-12-06 [colin]      3.1.0cvs63
3944
3945         * src/common/w32_time.c
3946         * src/common/w32lib.h
3947         * src/etpan/etpan-thread-manager.c
3948         * src/etpan/imap-thread.c
3949         * src/etpan/nntp-thread.c
3950         * src/gtk/Makefile.am
3951                 Fix win32 build with libetpan. Thanks to
3952                 Marcus Brinkmann.
3953
3954 2007-12-06 [colin]      3.1.0cvs62
3955
3956         * src/account.c
3957         * src/imap.c
3958         * src/prefs_account.c
3959         * src/prefs_account.h
3960         * src/etpan/imap-thread.c
3961         * src/etpan/imap-thread.h
3962                 Disable connection via command line on WIN32
3963                 Disable mmap use on WIN32 - use normal strings
3964         * src/addressbook.c
3965         * src/addressbook.h
3966         * src/addressbook_foldersel.c
3967         * src/addressbook_foldersel.h
3968         * src/prefs_filtering_action.c
3969         * src/prefs_matcher.c
3970         * src/plugins/bogofilter/bogofilter_gtk.c
3971         * src/plugins/dillo_viewer/dillo_prefs.c
3972         * src/plugins/spamassassin/spamassassin_gtk.c
3973                 Fix leak, rework function logics to be more
3974                 natural - thanks to Holger
3975         * src/common/utils.c
3976                 Fix warnings
3977
3978 2007-12-06 [colin]      3.1.0cvs61
3979
3980         * src/news.c
3981         * src/common/utils.c
3982         * src/common/utils.h
3983                 Fix posting, and fix UTF-8 being sent when encoding
3984                 is 8bit
3985
3986 2007-12-05 [colin]      3.1.0cvs60
3987
3988         * src/news.c
3989                 Fix debian bug #453157, 'Fails to post usenet
3990                 articles after NNTP connection has been 
3991                 interrupted". Fix return value to prevent deletion
3992                 on failure, and issue MODE READER in case posting
3993                 fails at first.
3994
3995 2007-12-05 [colin]      3.1.0cvs59
3996
3997         * src/messageview.c
3998         * src/uri_opener.c
3999                 Improvements to the List URIs dialog
4000                 Patch by Pawel
4001
4002 2007-12-05 [colin]      3.1.0cvs58
4003
4004         * src/prefs_other.c
4005         * src/gtk/gtksctree.h
4006                 Fix warnings
4007
4008 2007-12-04 [colin]      3.1.0cvs57
4009
4010         * src/etpan/imap-thread.c
4011                 Fix bug 1378, 'Claws exits on IMAP alert message'
4012                 Don't do GTK calls directly from Etpan thread
4013
4014 2007-12-04 [colin]      3.1.0cvs56
4015
4016         * src/folderview.c
4017         * src/gtk/gtksctree.c
4018                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
4019                 Make all the left of column zero an hotspot for
4020                 expanding.
4021
4022 2007-12-04 [colin]      3.1.0cvs55
4023
4024         * src/mainwindow.c
4025         * src/mainwindow.h
4026         * src/prefs_common.c
4027         * src/prefs_common.h
4028         * src/prefs_receive.c
4029                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
4030
4031 2007-12-04 [wwp]        3.1.0cvs54
4032
4033         * src/prefs_other.c
4034                 Fix for bug #1419.
4035
4036 2007-12-04 [holger]     3.1.0cvs53
4037
4038         * src/addrduplicates.c
4039         * src/addrduplicates.h
4040                 Export addressbook entry deletion
4041
4042 2007-12-04 [colin]      3.1.0cvs52
4043
4044         * tools/Makefile.am
4045         * tools/README.sylprint
4046         * tools/sylprint.pl
4047         * tools/sylprint.rc
4048                 Fix debian bug #454089 (symlink attack in TMP directory)
4049                 http://secwatch.org/advisories/1019661/ :
4050                 Remove the buggy script, which was unmaintained anyway
4051         * src/news.c
4052         * src/procmsg.c
4053                 Store things in our private tmp directory.
4054
4055 2007-12-03 [colin]      3.1.0cvs51
4056
4057         * src/folder.c
4058         * src/folder.h
4059         * src/folderview.c
4060         * src/imap.c
4061         * src/mainwindow.c
4062                 Fix update problem when getting remote tags
4063         * src/prefs_matcher.c
4064                 Rework GUI to make it better. Patch by Pawel
4065                 Pekala
4066
4067 2007-12-03 [colin]      3.1.0cvs50
4068
4069         * src/etpan/imap-thread.c
4070         * src/etpan/nntp-thread.c
4071                 Fix bug 1417, 'Network log doesn't reveal 
4072                 enough NNTP errors'
4073
4074 2007-12-02 [iwkse]      3.1.0cvs49
4075
4076         * src/plugins/dillo_viewer/dillo_prefs.c
4077                         Insert dillo under the Plugins menu
4078
4079 2007-12-01 [paul]       3.1.0cvs48
4080
4081         * src/html.c
4082                 add these variant forms
4083                 Thanks to Colin
4084
4085 2007-12-01 [paul]       3.1.0cvs47
4086
4087         * src/matcher.c
4088                 fix a typo
4089
4090 2007-12-01 [paul]       3.1.0cvs46
4091
4092         * po/POTFILES.in
4093                 add the new addrcustomattr.c file
4094
4095 2007-11-29 [colin]      3.1.0cvs45
4096
4097         * src/common/ssl_certificate.c
4098                 Use the more modern getaddrinfo instead of 
4099                 gethostbyname when possible
4100
4101 2007-11-28 [colin]      3.1.0cvs44
4102
4103         * src/summaryview.c
4104                 Maybe fix bug 1410 and other crash reports
4105                 in summaryview since cvs38.
4106
4107 2007-11-28 [wwp]        3.1.0cvs43
4108
4109         * src/prefs_summary_open.c
4110                 Guard against an empty list of actions to perform
4111                 when opening a folder (or migration defaults could
4112                 be introduced, confusing).
4113
4114 2007-11-28 [colin]      3.1.0cvs42
4115
4116         * src/folderview.c
4117                 Fix mark all read from folder's contextual menu
4118
4119 2007-11-27 [colin]      3.1.0cvs41
4120
4121         * src/imap.c
4122         * src/imap.h
4123         * src/imap_gtk.c
4124         * src/prefs_account.c
4125         * src/etpan/imap-thread.c
4126                 A few fixes to the IMAP flags handling: Optimisations,
4127                 two crashers, mention that Bandwitdh-efficient mode
4128                 prevents tag fetching.
4129                 Fix M-UTF7 in subscription dialog.
4130
4131 2007-11-27 [colin]      3.1.0cvs40
4132
4133         * src/folder.c
4134         * src/mbox.c
4135         * src/summaryview.c
4136                 Make filtering faster on flags change: Batch original 
4137                 folderitem, where we'll do flags/tags changes.
4138
4139 2007-11-27 [colin]      3.1.0cvs39
4140
4141         * src/filtering.c
4142                 Fix bug 1407, 'After a copy action, further rules apply 
4143                 to both original and copy'
4144
4145 2007-11-27 [colin]      3.1.0cvs38
4146
4147         * src/edittags.c
4148         * src/summaryview.c
4149                 Fixes races when doing a long operation and user
4150                 asks for another one (Mark all read/unread on a 
4151                 big folder on IMAP for example)
4152
4153 2007-11-27 [wwp]        3.1.0cvs37
4154
4155         * src/addressbook.c
4156         * src/prefs_common.c
4157                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
4158                 and 3.1.0cvs35 (addressbook.c).
4159
4160 2007-11-27 [holger]     3.1.0cvs36
4161
4162         * src/printing.c
4163                 Add a line separating header and body
4164                 in the printout
4165
4166 2007-11-27 [wwp]        3.1.0cvs35
4167
4168         * src/addressbook.c
4169                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
4170                 (thanks to Colin) and revert disabling of cut/copy
4171                 context menu entries upon selected groups.
4172
4173 2007-11-27 [holger]     3.1.0cvs34
4174
4175         * src/printing.c
4176                 Add weights to the list of supported text attributes
4177                 for printing
4178
4179 2007-11-27 [wwp]        3.1.0cvs33
4180
4181         * src/Makefile.am
4182         * src/addrcustomattr.c
4183         * src/addrcustomattr.h
4184         * src/addressbook.c
4185         * src/editaddress.c
4186         * src/editaddress.h
4187         * src/prefs_common.c
4188         * src/prefs_common.h
4189         * src/common/defs.h
4190                 Provide a (customizable) list of preset attribute names
4191                 for editing contacts (closes bug #1391).
4192
4193 2007-11-27 [wwp]        3.1.0cvs32
4194
4195         * src/addrclip.c
4196         * src/addressbook.c
4197         * src/addritem.c
4198                 Various fixes in the address book:
4199                         - made copy/move of a folder to itself or its subtree
4200                           impossible (-> error)
4201                         - errors messages don't show in the status bar anymore,
4202                           use alertpanels instead
4203                         - simple click on group doesn't open group edit dialog
4204                           anymore when in contact edit embedded mode (was too itchy)
4205                         - fixed disabling of edit button and and menu entry when
4206                           in contact edit embedded mode (was done in a bad and
4207                           ineffective way)
4208                         - fix menu cut/paste sensitivity in treelist context
4209                           menu (conflicting enabling was done by different functions)
4210                         - fix some menu item sensitivity in address list context menu
4211                         - don't allow cut/copy of groups, it's useless as they won't
4212                           be copied w/ their contents
4213                         - fix missing copy of the picture file when copying (bug #1402),
4214                           fix picture attribute (internal) value when moving or copying
4215
4216
4217 2007-11-27 [colin]      3.1.0cvs31
4218
4219         * src/folder.c
4220         * src/imap.c
4221                 Fix tags loss on move, fix space encoding
4222
4223 2007-11-26 [colin]      3.1.0cvs30
4224
4225         * src/edittags.c
4226         * src/folder.c
4227         * src/folder.h
4228         * src/imap.c
4229         * src/messageview.c
4230         * src/procmsg.c
4231         * src/procmsg.h
4232         * src/summaryview.c
4233         * src/common/utils.c
4234         * src/common/utils.h
4235         * src/etpan/imap-thread.c
4236         * src/etpan/imap-thread.h
4237                 Add IMAP tags support
4238
4239 2007-11-26 [colin]      3.1.0cvs29
4240
4241         * src/imap.c
4242                 Fix bug 1405, 'imap auto auth method doesn't 
4243                 work since 3.1.0'
4244
4245 2007-11-26 [colin]      3.1.0cvs28
4246
4247         * src/messageview.c
4248         * src/procmime.c
4249                 Handle broken disposition-notifications from Evolution
4250                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
4251
4252 2007-11-25 [paul]       3.1.0cvs27
4253
4254         * src/folder_item_prefs.c
4255         * src/folder_item_prefs.h
4256                 remove dead code
4257
4258 2007-11-23 [wwp]        3.1.0cvs26
4259
4260         * src/matcher.c
4261         * src/matcher.h
4262         * src/matcher_parser_parse.y
4263         * src/prefs_matcher.c
4264                 Fix irrelevant case folding when adding matcher condition 'test',
4265                 thanks to Colin.
4266
4267 2007-11-23 [wwp]        3.1.0cvs25
4268
4269         * src/prefs_common.c
4270         * src/prefs_common.h
4271         * src/prefs_summary_open.c
4272         * src/prefs_summary_open.h
4273         * src/summaryview.c
4274                 Add "select first email in list" to the list of possible selections
4275                 when opening a folder.
4276
4277 2007-11-23 [paul]       3.1.0cvs24
4278
4279         * po/de.po
4280                 a fix by Stephan Sachse, plus remove all
4281                 old strings from the end of the file
4282
4283 2007-11-23 [wwp]        3.1.0cvs23
4284
4285         * src/prefs_msg_colors.c
4286                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
4287                 with little changes.
4288
4289 2007-11-23 [paul]       3.1.0cvs22
4290
4291         * src/prefs_logging.c
4292                 eliminate wasted horizontal space
4293
4294 2007-11-23 [paul]       3.1.0cvs21
4295
4296         * src/prefs_summaries.c
4297                 don't wrap the label or put linebreaks
4298
4299 2007-11-22 [colin]      3.1.0cvs20
4300
4301         * src/plugins/pgpinline/pgpinline.c
4302                 Fix decryption
4303
4304 2007-11-22 [wwp]        3.1.0cvs19
4305
4306         * src/prefs_themes.c
4307                 Yet another misuse of get_rc_dir(), still related
4308                 to user themes. Completes 3.1.0cvs18.
4309
4310 2007-11-22 [wwp]        3.1.0cvs18
4311
4312         * src/stock_pixmap.c
4313                 Fix a misuse of get_rc_dir(), user themes dir was
4314                 not set properly and some themes might have disappeared
4315                 from themes list in prefs.
4316
4317 2007-11-22 [wwp]        3.1.0cvs17
4318
4319         * src/edittags.c
4320         * src/edittags.h
4321         * src/common/tags.c
4322         * src/common/tags.h
4323                 Correct copyright for these claws-mail-only brand new
4324                 files.
4325
4326 2007-11-22 [paul]       3.1.0cvs16
4327
4328         * src/compose.c
4329                 fix bug 1400, 'Drag and drop of URLs does not work'
4330                 Thanks to Colin
4331
4332 2007-11-22 [paul]       3.1.0cvs15
4333
4334         * src/prefs_common.c
4335                 make "cmds_use_system_default" default to FALSE
4336                 so as not to disrupt current settings
4337         * src/summaryview.c
4338                 increase the size of the GdkRectangle, tooltips
4339                 didn't show for me otherwise
4340
4341 2007-11-21 [colin]      3.1.0cvs14
4342
4343         * src/compose.c
4344         * src/crash.c
4345         * src/exphtmldlg.c
4346         * src/mainwindow.c
4347         * src/manual.c
4348         * src/mimeview.c
4349         * src/prefs_account.c
4350         * src/prefs_common.c
4351         * src/prefs_common.h
4352         * src/prefs_ext_prog.c
4353         * src/textview.c
4354         * src/uri_opener.c
4355         * src/gtk/about.c
4356         * src/gtk/gtkutils.c
4357                 Use xdg-open as a way to find default browser,
4358                 when available
4359
4360 2007-11-21 [colin]      3.1.0cvs13
4361
4362         * src/messageview.c
4363         * src/procmime.c
4364         * src/procmsg.h
4365                 Send better return receipts (useful ones)
4366                 Handle incoming return receipts
4367
4368 2007-11-20 [colin]      3.1.0cvs12
4369
4370         * src/printing.c
4371         * src/printing.h
4372                 Add getter/setter for settings, and getter
4373                 for page setup
4374
4375 2007-11-20 [colin]      3.1.0cvs11
4376
4377         * src/folderview.c
4378         * src/main.c
4379         * src/mainwindow.c
4380                 Fix bug 1396, 'Crash on disabling a filter 
4381                 while it is processing'
4382
4383 2007-11-20 [paul]       3.1.0cvs10
4384
4385         * src/folder.c
4386                 fix bug 1395, 'Crash on checking for new mails
4387                 while filter is running'
4388                 Thanks to Colin
4389
4390 2007-11-20 [paul]       3.1.0cvs9
4391
4392         * src/compose.c
4393                 make this string easier for translators
4394
4395 2007-11-19 [colin]      3.1.0cvs8
4396
4397         * src/prefs_summaries.c
4398         * src/summaryview.c
4399                 Don't enable more tooltips on Maemo
4400
4401 2007-11-19 [colin]      3.1.0cvs7
4402
4403         * src/prefs_common.c
4404         * src/prefs_common.h
4405         * src/prefs_summaries.c
4406         * src/summaryview.c
4407                 Fix bug 1388, 'message list tool tips'
4408                 Add (optional) tooltips in summaryview.
4409                 This only works with GTK+ >= 2.12
4410
4411 2007-11-19 [colin]      3.1.0cvs6
4412
4413         * src/compose.c
4414                 Make strings a bit better when attaching
4415                 from mailto: URIs
4416
4417 2007-11-19 [colin]      3.1.0cvs5
4418
4419         * src/common/utils.c
4420                 Fix bug 1392, 'Top level domain .EU is 
4421                 not recognised as valid'
4422
4423 2007-11-19 [wwp]        3.1.0cvs4
4424
4425         * src/compose.c
4426         * src/compose.h
4427                 Revert changes to compose.c made in 3.1.0cvs2.
4428
4429 2007-11-19 [wwp]        3.1.0cvs3
4430
4431         * src/addressbook.c
4432         * src/addressbook.h
4433         * src/editaddress.c
4434         * src/editgroup.c
4435         * src/addrduplicates.c
4436                 Minor improvements in the address book:
4437                 always accept new contacts provided that some
4438                 detail is set (instead of rejecting silently).
4439                 Better guessing of contact name from incomplete
4440                 name information. Better display of contacts with
4441                 no name, in contact lists, group contents, find
4442                 duplicate results.
4443                 
4444
4445 2007-11-19 [wwp]        3.1.0cvs2
4446
4447         * src/compose.c
4448         * src/compose.h
4449         * src/prefs_logging.c
4450         * src/prefs_summaries.c
4451                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
4452                 wrap some long label in prefs/summaries, layout checkboxes
4453                 in a more compact form in prefs/loggin, make account and
4454                 header's combos have the same size/spacing in compose
4455                 window.
4456
4457 2007-11-19 [wwp]        3.1.0cvs1
4458
4459         * src/edittags.c
4460                 Fix a tiny leak and duplicate variable.
4461
4462 2007-11-19 [paul]       3.1.0
4463
4464         * NEWS
4465         * README
4466         * RELEASE_NOTES 
4467                 3.1.0 released
4468
4469 2007-11-19 [paul]       3.0.2cvs145
4470
4471         * po/de.po
4472         * po/fi.po
4473         * po/fr.po
4474         * po/hu.po
4475         * po/it.po
4476         * po/pl.po
4477         * po/pt_BR.po
4478         * po/sk.po
4479         * po/zh_CN.po
4480                 updated by Stephan Sachse, Flammie Pirinen,
4481                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
4482                 Emil Nowak, Frederico Goncalves Guimaraes,
4483                 Andrej Kacian, and Ralph Young
4484
4485 2007-11-18 [mones]      3.0.2cvs144
4486
4487         * po/es.po
4488                 Updated Spanish translation
4489
4490 2007-11-18 [colin]      3.0.2cvs143
4491
4492         * src/edittags.c
4493                 Prevent empty tag after edit, thanks to wwp
4494
4495 2007-11-18 [colin]      3.0.2cvs142
4496
4497         * src/editaddress.c
4498                 Fix possible "(null)" %s - thanks to wwp
4499
4500 2007-11-16 [wwp]        3.0.2cvs141
4501
4502         * src/common/utils.c
4503                 Fix for 3.0.2cvs140, prevents from crashing when opening
4504                 a compose window.
4505
4506 2007-11-16 [colin]      3.0.2cvs140
4507
4508         * src/main.c
4509         * src/common/claws.c
4510                 Output a bit more useful info at startup
4511                 in --debug mode
4512
4513 2007-11-16 [colin]      3.0.2cvs139
4514
4515         * src/compose.c
4516         * src/common/utils.c
4517         * src/common/utils.h
4518                 Fix bug 1387, 'Request for --compose to 
4519                 support multiple attachments'
4520
4521 2007-11-16 [colin]      3.0.2cvs138
4522
4523         * src/news.c
4524                 Fix bug 1390, 'NNTP fails after server 
4525                 closed connection'
4526
4527 2007-11-16 [colin]      3.0.2cvs137
4528
4529         * src/prefs_display_header.c
4530                 Fix bug 1389, 'Changing 'Display headers 
4531                 in message view' breaks dispheaderrc'
4532
4533 2007-11-14 [colin]      3.0.2cvs136
4534
4535         * src/summaryview.c
4536         * src/gtk/quicksearch.c
4537         * src/gtk/quicksearch.h
4538                 Fix resetting the quicksearch when in non-sticky
4539                 mode, but Recursive is set: reset only when going
4540                 out of the root search folder.
4541
4542 2007-11-14 [colin]      3.0.2cvs135
4543
4544         * src/filtering.c
4545                 Don't set new flag back when doing "Mark as unread"
4546                 from filtering
4547
4548 2007-11-12 [paul]       3.0.2cvs134
4549
4550         * src/plugins/dillo_viewer/dillo_viewer.c
4551                 don't offer the mime type for translation
4552
4553 2007-11-12 [paul]
4554
4555         3.1.0-rc2 released
4556
4557 2007-11-11 [colin]      3.0.2cvs133
4558
4559         * src/imap_gtk.c
4560         * src/mh_gtk.c
4561                 Use markup-escaped strings in dialogs
4562
4563 2007-11-11 [colin]      3.0.2cvs132
4564
4565         * src/imap.c
4566                 Better IMAP-UTF7/UTF8 conversion
4567
4568 2007-11-10 [colin]      3.0.2cvs131
4569
4570         * src/news.c
4571                 Fix debian bug 450698, 'nntp auth behavior changed 
4572                 without notice'
4573
4574 2007-11-10 [colin]      3.0.2cvs130
4575
4576         * configure.ac
4577         * src/inc.c
4578         * src/main.c
4579         * src/main.h
4580         * src/mimeview.c
4581         * src/statusbar.c
4582         * src/common/utils.c
4583         * src/etpan/Makefile.am
4584         * src/gtk/filesel.c
4585         * src/gtk/gtkutils.h
4586         * src/gtk/menu.c
4587         * src/plugins/bogofilter/Makefile.am
4588         * src/plugins/clamav/Makefile.am
4589         * src/plugins/dillo_viewer/Makefile.am
4590         * src/plugins/pgpcore/Makefile.am
4591         * src/plugins/spamassassin/Makefile.am
4592         * src/plugins/trayicon/Makefile.am
4593                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
4594
4595 2007-11-09 [colin]      3.0.2cvs129
4596
4597         * src/addressbook.c
4598         * src/ldapupdate.c
4599                 fix bug 1375, 'Impossible to modify e-mail
4600                 in LDAP addressbook twice'; Try two. update
4601                 externalID, don't make display lag, and
4602                 fix the cases where dn is not mail.
4603
4604 2007-11-08 [paul]       3.0.2cvs128
4605
4606         * src/account.c
4607         * src/compose.c
4608         * src/messageview.c
4609         * src/prefs_account.c
4610         * src/prefs_account.h
4611                 reinstate 'Generate Message-ID' option as an
4612                 account preference. (hidden on IMAP)
4613                 Thanks to Colin
4614
4615 2007-11-08 [paul]       3.0.2cvs127
4616
4617         * src/textview.c
4618                 MAEMO: fix failure of loading images inline
4619                 MAEMO: fix bug 1349, 'Emails still skip to end
4620                 when opened (in certain circumstances)...'
4621
4622 2007-11-07 [colin]      3.0.2cvs126
4623
4624         * src/toolbar.c
4625                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
4626
4627 2007-11-07 [colin]      3.0.2cvs125
4628
4629         * src/toolbar.c
4630                 Re-change the string occurence of A_CLAWS_ACTIONS
4631                 to A_SYL_ACTIONS, to prevent parse errors of the
4632                 toolbar_*.xml files
4633
4634 2007-11-07 [colin]      3.0.2cvs124
4635
4636         * src/mimeview.c
4637         * src/prefs_common.c
4638         * src/prefs_common.h
4639         * manual/advanced.xml
4640                 Add an hidden pref, 'save_parts_readwrite';
4641                 completes 3.0.2cvs35
4642
4643 2007-11-07 [paul]       3.0.2cvs123
4644
4645         * src/prefs_toolbar.c
4646         * src/toolbar.c
4647         * src/toolbar.h
4648                 rename ToolbarSylpheedActions to ToolbarClawsActions
4649                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
4650
4651 2007-11-07 [paul]       3.0.2cvs122
4652
4653         * src/toolbar.c
4654                 MAEMO: remove tooltips
4655
4656 2007-11-07 [colin]      3.0.2cvs121
4657
4658         * src/plugins/pgpinline/pgpinline.c
4659                 Fix bug 1377, 'unspecific errors on 
4660                 signature checking'. Fix trimming of
4661                 UTF8 data.
4662
4663 2007-11-06 [iwkse]      3.0.2cvs120
4664
4665         * src/prefs_summary_open.c
4666                 yet a string change
4667
4668 2007-11-06 [paul]       3.0.2cvs119
4669
4670         * tools/Makefile.am
4671         * tools/README
4672         * tools/csv2addressbook.pl
4673                 add a new script that imports a CSV formatted
4674                 address book. Becky and Thunderbird address
4675                 book are currently supported.
4676
4677 2007-11-05 [colin]      3.0.2cvs118
4678
4679         * src/imap.c
4680                 Fix deletion 
4681
4682 2007-11-05 [iwkse]      3.0.2cvs117
4683
4684         * src/prefs_summary_open.c
4685                 String changes
4686
4687 2007-11-04 [paul]       3.0.2cvs116
4688
4689         * src/addressbook_foldersel.c
4690                 fix gtk critical warning
4691                 Patch by Pawel Pekala
4692
4693 2007-11-04 [paul]       3.0.2cvs115
4694
4695         * tools/README
4696         * tools/claws-mail-compose-insert-files.pl
4697                 add --bcc and uri_escape() everything
4698
4699 2007-11-04 [paul]       3.0.2cvs114
4700
4701         * src/gtk/gtkutils.c
4702                 gtkut_stock_with_text_button_set_create(): set
4703                 GTK_CAN_DEFAULT on buttons 2 and 3
4704
4705 2007-11-03 [paul]       3.0.2cvs113
4706
4707         * src/common/utils.c
4708                 fix debian bug #448814, 'mailto: URI decoding
4709                 desn't decode the destination address field'
4710                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
4711
4712 2007-11-03 [paul]       3.0.2cvs112
4713
4714         * AUTHORS
4715         * src/compose.c
4716         * src/gtk/authors.h
4717                 allow Bcc in commandline URIs
4718                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
4719
4720 2007-11-02 [colin]      3.0.2cvs111
4721
4722         * src/addressbook.c
4723                 Maybe fix bug 1376, 'crash on 
4724                 addressbook manipulation'
4725
4726 2007-10-31 [paul]       3.0.2cvs110
4727
4728         * src/ldapupdate.c
4729                 fix bug 1375, 'Impossible to modify e-mail
4730                 in LDAP addressbook twice'
4731                 Patch by Michael Rasmussen
4732
4733 2007-10-30 [paul]       3.0.2cvs109
4734
4735         * configure.ac
4736                 enable GnuTLS support with --enable-gnutls which
4737                 will disable openssl support. if the user has
4738                 gtk >= 2.10.x don't allow gnomeprint even if the
4739                 user asks for it
4740
4741 2007-10-30 [paul]
4742
4743         3.1.0-rc1 released
4744
4745 2007-10-30 [paul]       3.0.2cvs108
4746
4747         * Makefile.am
4748                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
4749
4750 2007-10-30 [paul]       3.0.2cvs107
4751
4752         * src/expldifdlg.c
4753         * src/prefs_account.c
4754         * src/prefs_folder_item.c
4755         * src/prefs_spelling.c
4756         * src/prefs_themes.c
4757         * src/wizard.c
4758         * src/gtk/gtkaspell.c
4759         * src/gtk/gtkaspell.h
4760         * src/plugins/spamassassin/spamassassin_gtk.c
4761                 replace deprecated gtk_option_menu...
4762                 patch by Pawel Pekala
4763
4764 2007-10-29 [colin]      3.0.2cvs106
4765
4766         * src/plugins/dillo_viewer/dillo_prefs.c
4767                 Fix forgotten signal connect
4768
4769 2007-10-28 [colin]      3.0.2cvs105
4770
4771         * src/plugins/dillo_viewer/dillo_prefs.c
4772         * src/plugins/dillo_viewer/dillo_prefs.h
4773         * src/plugins/dillo_viewer/dillo_viewer.c
4774                 Implement addressbook-based whitelisting for loading
4775                 remote images. Fixed missing destroy of the embedded
4776                 browser that made a Dillo window pop up on exit, if
4777                 an HTML part was displayed.
4778
4779 2007-10-26 [colin]      3.0.2cvs104
4780
4781         * src/edittags.c
4782                 Add missing static
4783
4784 2007-10-25 [colin]      3.0.2cvs103
4785
4786         * src/editaddress.c
4787                 Add tap-and-hold on the picture, for Maemo
4788         * src/edittags.c
4789         * src/edittags.h
4790         * src/mainwindow.c
4791         * src/procmsg.c
4792         * src/summaryview.c
4793         * src/textview.c
4794                 Unify tag interfaces.
4795
4796 2007-10-25 [colin]      3.0.2cvs102
4797
4798         * src/imap.c
4799         * src/etpan/imap-thread.h
4800                 Much better error handling. We'll need to be really
4801                 clear to users about where errors come from, with 
4802                 the apparition of Gmail's IMAP server.
4803
4804 2007-10-24 [colin]      3.0.2cvs101
4805
4806         * src/edittags.c
4807         * src/mainwindow.c
4808         * src/summaryview.c
4809         * src/textview.c
4810                 Add tags sorting (alphabetical); allow deletion of
4811                 tags from the Apply Tags window
4812
4813 2007-10-24 [colin]      3.0.2cvs100
4814
4815         * src/editaddress.c
4816         * src/editaddress_other_attributes_ldap.c
4817         * src/editaddress_other_attributes_ldap.h
4818         * src/ldapctrl.c
4819         * src/ldapquery.c
4820         * src/ldapupdate.c
4821                 Fix LDAP writing (got broken in cvs39)
4822                 Add read-only support for jpegPhoto LDAP field
4823
4824 2007-10-23 [colin]      3.0.2cvs99
4825
4826         * src/news.c
4827                 Fix crash in some cases
4828
4829 2007-10-22 [colin]      3.0.2cvs98
4830
4831         * src/common/socket.h
4832         * src/common/ssl.c
4833                 Fix big leak in GnuTLS code
4834
4835 2007-10-22 [colin]      3.0.2cvs97
4836
4837         * src/news.c
4838                 Fix bug 1368, 'SIGSEGV in NNTP code'
4839
4840 2007-10-22 [colin]      3.0.2cvs96
4841
4842         * src/prefs_customheader.c
4843                 Catch compface warnings when generating X-Faces
4844
4845 2007-10-22 [wwp]        3.0.2cvs95
4846
4847         * src/quote_fmt_parse.y
4848                 Remove accidentally committed debug traces.
4849                 Fix a warning.
4850
4851 2007-10-22 [colin]      3.0.2cvs94
4852
4853         * src/etpan/nntp-thread.c
4854                 Fix authentication
4855
4856 2007-10-19 [wwp]        3.0.2cvs93
4857
4858         * src/common/ssl_certificate.c
4859                 Add missing include (Windows).
4860
4861 2007-10-19 [colin]      3.0.2cvs92
4862
4863         * src/imap_gtk.c
4864         * src/mimeview.c
4865         * src/textview.c
4866         * src/gtk/inputdialog.c
4867         * src/gtk/inputdialog.h
4868                 Remove the last old combo; patch by
4869                 Pawel
4870
4871 2007-10-19 [colin]      3.0.2cvs91
4872
4873         * src/common/ssl.c
4874                 Fix interop problem with GnuTLS and some crappy
4875                 servers that have very little keys.
4876
4877 2007-10-19 [colin]      3.0.2cvs90
4878
4879         * src/common/ssl.c
4880                 Fix return value check on GnuTLS, and
4881                 display the error
4882
4883 2007-10-18 [colin]      3.0.2cvs89
4884
4885         * src/common/ssl_certificate.c
4886                 Fix missing initialisations
4887
4888 2007-10-18 [wwp]        3.0.2cvs88
4889
4890         * src/Makefile.am
4891                 Fix linking against GNUTLS (matters if --enable-gnutls only).
4892
4893 2007-10-18 [colin]      3.0.2cvs87
4894
4895         * po/POTFILES.in
4896                 Fix build
4897
4898 2007-10-18 [mones]      3.0.2cvs86
4899
4900         * src/editbook.c
4901         * src/import.c
4902         * src/prefs_account.c
4903         * src/prefs_receive.c
4904         * src/gtk/about.c
4905         * src/plugins/bogofilter/bogofilter_gtk.c
4906         * src/plugins/spamassassin/spamassassin_gtk.c
4907                 More capitalisation micro-fixes
4908
4909 2007-10-18 [paul]       3.0.2cvs85
4910
4911         * configure.ac
4912                 add info about NNTP support via libetpan
4913                 change the configure output ending msg a little
4914         * src/gtk/about.c
4915                 similar changes to above
4916
4917 2007-10-18 [colin]      3.0.2cvs84
4918
4919         * src/procmime.c
4920         * src/procmime.h
4921                 Fix missing symbol for S/MIME
4922
4923 2007-10-18 [colin]      3.0.2cvs83
4924
4925         * src/prefs_filtering_action.c
4926                 Fix crash in tags (introduced in cvs78)
4927
4928 2007-10-18 [colin]      3.0.2cvs82
4929
4930         * src/common/Makefile.am
4931         * src/common/nntp.c
4932         * src/common/nntp.h
4933         * src/etpan/Makefile.am
4934         * src/etpan/etpan-thread-manager-types.h
4935         * src/etpan/etpan-thread-manager.c
4936         * src/etpan/imap-thread.c
4937         * src/etpan/nntp-thread.c
4938         * src/etpan/nntp-thread.h
4939         * src/news.c
4940         * src/news.h
4941                 Rewrite the nntp implementation
4942                 to use libetpan. Non-blocking NNTP!
4943         * src/account.c
4944         * src/crash.c
4945         * src/imap.c
4946         * src/inc.c
4947         * src/main.c
4948         * src/mainwindow.c
4949         * src/pop.c
4950         * src/pop.h
4951         * src/prefs_account.c
4952         * src/recv.c
4953         * src/recv.h
4954         * src/send_message.c
4955         * src/send_message.h
4956         * src/ssl_manager.c
4957         * src/ssl_manager.h
4958         * src/wizard.c
4959         * src/common/claws.c
4960         * src/common/session.c
4961         * src/common/session.h
4962         * src/common/smtp.c
4963         * src/common/smtp.h
4964         * src/common/socket.c
4965         * src/common/socket.h
4966         * src/common/ssl.c
4967         * src/common/ssl.h
4968         * src/common/ssl_certificate.c
4969         * src/common/ssl_certificate.h
4970         * src/gtk/about.c
4971         * src/gtk/sslcertwindow.c
4972         * src/gtk/sslcertwindow.h
4973                 Implement GnuTLS support. GnuTLS support
4974                 will be used if OpenSSL isn't available, or
4975                 specified explicitely. (the reason is that
4976                 GnuTLS cerficate checking is a bit less 
4977                 practical than OpenSSL's)
4978
4979 2007-10-18 [paul]       3.0.2cvs81
4980
4981         * src/gtk/inputdialog.c
4982         * src/gtk/inputdialog.h
4983                 fix copyright header
4984
4985 2007-10-17 [colin]      3.0.2cvs80
4986
4987         * src/plugins/pgpcore/select-keys.c
4988                 Fix bug which prevented encryption key
4989                 auto-selection when two or more matched the
4990                 email address, but only one isn't revoked
4991                 or expired.
4992
4993 2007-10-17 [wwp]        3.0.2cvs79
4994
4995         * src/compose.c
4996         * src/quote_fmt.c
4997         * src/quote_fmt.h
4998         * src/quote_fmt_lex.l
4999         * src/quote_fmt_parse.y
5000                 Templates can now attach files using |attach{filename}.
5001
5002 2007-10-17 [wwp]        3.0.2cvs78
5003
5004         * src/prefs_customheader.c
5005         * src/prefs_ext_prog.c
5006         * src/prefs_filtering_action.c
5007         * src/prefs_matcher.c
5008         * src/prefs_other.c
5009         * src/prefs_toolbar.c
5010         * src/gtk/combobox.c
5011         * src/gtk/combobox.h
5012         * src/gtk/gtkutils.c
5013         * src/gtk/gtkutils.h
5014         * src/plugins/bogofilter/bogofilter_gtk.c
5015         * src/plugins/spamassassin/spamassassin_gtk.c
5016                 Removed almost all remaining instances of GtkCombo
5017                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
5018                 few visual and code cleanup from Colin.
5019
5020 2007-10-16 [wwp]        3.0.2cvs77
5021         * src/gtk/pluginwindow.c
5022                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
5023
5024 2007-10-15 [colin]      3.0.2cvs76
5025
5026         * src/edittags.c
5027         * src/edittags.h
5028         * src/filtering.c
5029         * src/filtering.h
5030         * src/importmutt.c
5031         * src/importpine.c
5032         * src/main.c
5033         * src/messageview.c
5034         * src/messageview.h
5035         * src/mimeview.c
5036         * src/mimeview.h
5037         * src/pop.c
5038         * src/pop.h
5039         * src/prefs_common.c
5040         * src/prefs_common.h
5041         * src/prefs_customheader.c
5042         * src/prefs_customheader.h
5043         * src/prefs_display_header.c
5044         * src/prefs_display_header.h
5045         * src/prefs_filtering_action.c
5046         * src/prefs_filtering_action.h
5047         * src/prefs_folder_column.c
5048         * src/prefs_folder_column.h
5049         * src/prefs_folder_item.c
5050         * src/prefs_folder_item.h
5051         * src/prefs_gtk.c
5052         * src/prefs_gtk.h
5053         * src/prefs_logging.h
5054         * src/prefs_matcher.c
5055         * src/prefs_matcher.h
5056         * src/prefs_summary_column.c
5057         * src/prefs_summary_column.h
5058         * src/prefs_summary_open.c
5059         * src/procheader.c
5060         * src/procheader.h
5061         * src/procmime.c
5062         * src/procmime.h
5063         * src/recv.c
5064         * src/recv.h
5065         * src/sourcewindow.c
5066         * src/sourcewindow.h
5067         * src/summaryview.c
5068         * src/summaryview.h
5069         * src/textview.c
5070         * src/textview.h
5071         * src/toolbar.c
5072         * src/toolbar.h
5073         * src/common/mgutils.c
5074         * src/common/mgutils.h
5075         * src/common/nntp.c
5076         * src/common/nntp.h
5077         * src/common/prefs.c
5078         * src/common/prefs.h
5079         * src/common/socket.c
5080         * src/common/socket.h
5081         * src/common/stringtable.c
5082         * src/common/stringtable.h
5083         * src/common/template.c
5084         * src/common/template.h
5085         * src/common/uuencode.c
5086         * src/common/uuencode.h
5087         * src/gtk/gtkshruler.c
5088         * src/gtk/gtkshruler.h
5089         * src/gtk/menu.c
5090         * src/gtk/menu.h
5091         * src/gtk/progressdialog.c
5092         * src/gtk/progressdialog.h
5093                 Remove/staticalize, the return of the revenge
5094
5095 2007-10-15 [colin]      3.0.2cvs75
5096
5097         * src/matcher.c
5098                 Fix redirections in filtering's tests
5099
5100 2007-10-15 [colin]      3.0.2cvs74
5101
5102         * src/imap.c
5103                 Don't build imap_synchronise at all when 
5104                 building without libetpan
5105
5106 2007-10-14 [colin]      3.0.2cvs73
5107
5108         * src/imap.c
5109         * src/common/md5.c
5110         * src/common/md5.h
5111         * src/gtk/manage_window.c
5112         * src/gtk/manage_window.h
5113                 Remove more unused code
5114
5115 2007-10-14 [colin]      3.0.2cvs72
5116
5117         * src/addrquery.c
5118         * src/addrquery.h
5119         * src/recv.c
5120         * src/recv.h
5121         * src/vcard.c
5122         * src/vcard.h
5123         * src/common/xml.c
5124         * src/common/xml.h
5125         * src/common/xmlprops.c
5126         * src/common/xmlprops.h
5127                 Remove more unused code
5128
5129 2007-10-14 [colin]      3.0.2cvs71
5130
5131         * src/common/utils.c
5132                 Remove unused function
5133
5134 2007-10-13 [colin]      3.0.2cvs70
5135
5136         * src/imap.c
5137         * src/imap.h
5138         * src/mainwindow.c
5139         * src/mainwindow.h
5140         * src/gtk/gtkutils.c
5141         * src/gtk/gtkutils.h
5142                 Staticalise/Remove more code
5143
5144 2007-10-13 [colin]      3.0.2cvs69
5145
5146         * src/common/utils.c
5147         * src/common/utils.h
5148                 Remove dead code, unused for ages
5149
5150 2007-10-13 [colin]      3.0.2cvs68
5151
5152         * src/main.c
5153         * src/main.h
5154                 Maemo: define hildon_program in main.c,
5155                 make it accessible in the .h with extern
5156
5157 2007-10-13 [paul]       3.0.2cvs67
5158
5159         * src/gtk/menu.c
5160                 fix a bunch of runtime warnings on maemo
5161
5162 2007-10-13 [paul]       3.0.2cvs66
5163
5164         * src/main.c
5165         * src/main.h
5166         * src/gtk/gtkutils.c
5167         * src/gtk/gtkutils.h
5168                 fix a bunch of compiler warnings on maemo
5169
5170 2007-10-12 [colin]      3.0.2cvs65
5171
5172         * src/account.c
5173         * src/addritem.c
5174         * src/addritem.h
5175         * src/filtering.c
5176         * src/filtering.h
5177         * src/folder.c
5178         * src/folder.h
5179         * src/common/utils.c
5180         * src/common/utils.h
5181                 Remove unused code, staticalise some functions
5182
5183 2007-10-12 [paul]       3.0.2cvs64
5184
5185         * src/account.c
5186         * src/folderview.c
5187         * src/main.c
5188         * src/mainwindow.c
5189         * src/messageview.c
5190         * src/summary_search.c
5191         * src/summaryview.c
5192         * src/toolbar.c
5193         * src/wizard.c
5194         * src/common/utils.c
5195         * src/gtk/prefswindow.c
5196                 fix a bunch of compiler warnings on maemo
5197
5198 2007-10-11 [colin]      3.0.2cvs63
5199
5200         * src/editaddress.c
5201                 Make static function static
5202
5203 2007-10-11 [mones]      3.0.2cvs62
5204
5205         * src/addrduplicates.c
5206         * src/addressbook.c
5207         * src/compose.c
5208         * src/expldifdlg.c
5209         * src/mainwindow.c
5210         * src/messageview.c
5211         * src/pop.c
5212         * src/prefs_customheader.c
5213         * src/prefs_send.c
5214         * src/prefs_themes.c
5215         * src/common/plugin.c
5216         * src/gtk/pluginwindow.c
5217         * src/gtk/quicksearch.c
5218                 Fix several typos and capitalisation issues
5219
5220 2007-10-11 [wwp]        3.0.2cvs61
5221
5222         * src/editaddress.c
5223                 Fix a warning about possible use of uninitialized
5224                 filename var.
5225
5226 2007-10-11 [wwp]        3.0.2cvs60
5227
5228         * src/editaddress.c
5229                 Disable "Unset picture" menu item when there's
5230                 no picture to clear. Fix an extraneous g_unref_object,
5231                 add missing initializers.
5232
5233 2007-10-11 [wwp]        3.0.2cvs59
5234
5235         * src/pixmaps/anonymous.xpm
5236         * src/editaddress.c
5237         * src/Makefile.am
5238         * src/stock_pixmap.c
5239         * src/stock_pixmap.h
5240                 Fix a leak, gettext-ize the photo label.
5241                 Don't clear the existing picture if loading
5242                 a new one fails. Use a default 'anonymous'
5243                 picture (this new xpm has been added to the
5244                 internal stock_pixmap API). Add a
5245                 "Set picture" context menu entry.
5246
5247 2007-10-11 [colin]      3.0.2cvs58
5248
5249         * src/messageview.c
5250                 Make shift-shortcuts work
5251         * src/prefs_actions.c
5252                 Don't ask if we really want to close when
5253                 choosing OK and only the list is changed
5254         * src/prefs_template.c
5255                 Don't ask if we really want to close when
5256                 choosing OK and only the list is changed
5257         * src/common/plugin.c
5258                 Fix writing of second [Plugins_*] block
5259         * src/common/template.c
5260                 Remove unused files (fixes deletion)
5261
5262 2007-10-10 [paul]       3.0.2cvs57
5263
5264         * src/prefs_template.c
5265                 put the whole thing in a scrolled window
5266                 so that half the page is no longer inaccessible
5267                 on maemo
5268                 make the gtk_text_view smaller on maemo
5269
5270 2007-10-10 [colin]      3.0.2cvs56
5271
5272         * src/compose.c
5273                 Fix updating of Attachments number in some
5274                 cases (reedit, attach from command-line, ...)
5275
5276 2007-10-10 [colin]      3.0.2cvs55
5277
5278         * src/editaddress.c
5279                 Initialise error correctly
5280
5281 2007-10-10 [paul]       3.0.2cvs54
5282
5283         * src/prefs_filtering_action.c
5284         * src/gtk/description_window.c
5285         * src/gtk/foldersort.c
5286         * src/gtk/quicksearch.c
5287                 get rid of some pointless new lines and
5288                 make the descripton labels wrap better
5289
5290 2007-10-10 [colin]      3.0.2cvs53
5291
5292         * src/addressadd.c
5293         * src/editaddress.c
5294         * src/headerview.c
5295         * src/textview.c
5296                 More error handling on saving pictures
5297
5298 2007-10-10 [colin]      3.0.2cvs52
5299
5300         * src/printing.c
5301         * src/printing.h
5302                 Generalize a bit printing, so we can factorize
5303                 most of the code. 
5304
5305 2007-10-10 [paul]       3.0.2cvs51
5306
5307         * src/addrduplicates.c
5308                 fix engrish
5309                 use GTK_STOCK... buttons
5310
5311 2007-10-10 [paul]       3.0.2cvs50
5312
5313         * src/addressadd.c
5314         * src/addrindex.c
5315         * src/editaddress.c
5316                 Fix previous patch
5317                 Thanks to Colin
5318
5319 2007-10-10 [paul]       3.0.2cvs49
5320
5321         * src/summaryview.c
5322         * src/messageview.c
5323                 Fix crash on Add sender to addressbook when
5324                 From is null
5325         * src/addressadd.c
5326         * src/addrindex.c
5327         * src/editaddress.c
5328         * src/editaddress_other_attributes_ldap.h
5329                 Fix leaks 
5330                 Rename images to .png in addrbook/
5331         * src/headerview.c
5332         * src/textview.c
5333                 Fix Face/X-Face being used if adding another
5334                 address than sender to addressbook
5335                 Thanks to Colin
5336
5337 2007-10-10 [holger]     3.0.2cvs48
5338
5339         * src/addrduplicates.c
5340         * src/editaddress.c
5341                 Improvements to the addressbook duplicate finder
5342                 feature:
5343                  - add an edit button to the button bar
5344                  - display the whole bookname (with iface) and
5345                    use this for same-book checking
5346                  - after editing, try to keep selections if the
5347                    entries are still present
5348                  - sort the email column alphabetically
5349                  - put results in a scrolled window
5350                  - support embedded editing
5351                  - make columns in detail view resizable
5352                  - add keyboard shortcuts
5353
5354 2007-10-10 [wwp]        3.0.2cvs47
5355
5356         * src/addrindex.c
5357                 Fix a crash when there's no From: in email, thanks to Colin.
5358
5359 2007-10-09 [paul]       3.0.2cvs46
5360
5361         * src/messageview.c
5362         * src/summaryview.c
5363         * src/textview.c
5364                 fix building without compface support
5365
5366 2007-10-09 [colin]      3.0.2cvs45
5367
5368         * src/editaddress.c
5369         * src/headerview.c
5370         * src/textview.c
5371                 Add error handling
5372
5373 2007-10-09 [colin]      3.0.2cvs44
5374
5375         * src/addrduplicates.c
5376         * src/addressadd.c
5377         * src/addressadd.h
5378         * src/addressbook.c
5379         * src/addressbook.h
5380         * src/addrindex.c
5381         * src/addrindex.h
5382         * src/addritem.c
5383         * src/addritem.h
5384         * src/compose.c
5385         * src/editaddress.c
5386         * src/editaddress_other_attributes_ldap.h
5387         * src/headerview.c
5388         * src/messageview.c
5389         * src/mimeview.c
5390         * src/summaryview.c
5391         * src/textview.c
5392         * src/gtk/gtkutils.c
5393                 Automatically set contacts' pictures from Face 
5394                 or X-Face if they have no picture
5395                 Display the contact picture in textview or
5396                 headerview for mails sent by people in the 
5397                 addressbook, that have no Face or X-Face
5398                 Fix a few details in the Person edition dialog
5399                 (ability to unset picture)
5400                 Remove picture file when deleting contacts
5401
5402 2007-10-09 [iwkse]      3.0.2cvs43
5403
5404         * src/gtk/about.c
5405                 center the about window
5406
5407 2007-10-09 [paul]       3.0.2cvs42
5408
5409         * src/prefs_toolbar.c
5410                 fix icon selector window on maemo
5411
5412 2007-10-09 [paul]       3.0.2cvs41
5413
5414         * src/messageview.c
5415                 add 'go to' menu to separate msgview
5416
5417 2007-10-09 [colin]      3.0.2cvs40
5418
5419         * src/common/defs.h
5420                 Add forgotten file
5421
5422 2007-10-09 [iwkse]      3.0.2cvs39
5423
5424         * Makefile.am
5425         * src/addressbook.c
5426         * src/addritem.c
5427         * src/addritem.h
5428         * src/editaddress.c
5429         * src/editaddress_other_attributes_ldap.h
5430         * src/addrbook.c
5431         * src/Makefile.am
5432                 set a photo in the Addressbook
5433
5434 2007-10-08 [colin]      3.0.2cvs38
5435
5436         * src/prefs_toolbar.c
5437                 Make height 320 to remove the scrollbar 
5438                 (with current number of icons)
5439
5440 2007-10-08 [colin]      3.0.2cvs37
5441
5442         * src/prefs_toolbar.c
5443                 Transform the treeview to a GtkIconView.
5444                 Patch by Pawel
5445                 In addition, transform the window so that 
5446                 it looks like a popup menu. Patch by me
5447
5448 2007-10-08 [colin]      3.0.2cvs36
5449
5450         * src/compose.c
5451         * src/compose.h
5452                 Beautify the GUI a bit; in particular, show the
5453                 number of attachments in the tab's title.
5454                 Patch by Pawel
5455
5456 2007-10-08 [paul]       3.0.2cvs35
5457
5458         * src/mimeview.c
5459                 Save users from themselves: save temporary
5460                 files used for Open/Open with as read-only.
5461                 Thanks to Colin
5462
5463 2007-10-08 [paul]       3.0.2cvs34
5464
5465         * tools/Makefile.am
5466                 forgot this in cvs33
5467
5468 2007-10-08 [paul]       3.0.2cvs33
5469
5470         * tools/kdeservicemenu/README
5471         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
5472         * tools/kdeservicemenu/install.sh
5473         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5474                 renamed template* to *template so as not to confuse
5475                 lintian
5476
5477 2007-10-08 [paul]       3.0.2cvs32
5478
5479         * src/prefs_themes.c
5480         * src/stock_pixmap.c
5481                 replace 2 direct uses of RC_DIR
5482
5483 2007-10-07 [colin]      3.0.2cvs31
5484
5485         * src/addrduplicates.c
5486         * src/addrduplicates.h
5487         * src/addressbook.c
5488         * src/addressbook.h
5489         * src/addrindex.c
5490         * src/addrindex.h
5491                 Implement deletion in duplicate finder. 
5492                 Patch by Holger 
5493
5494 2007-10-07 [colin]      3.0.2cvs30
5495
5496         * src/exporthtml.c
5497         * src/mbox.c
5498         * src/common/utils.c
5499                 Better fix for Solaris, thanks to Nicolas Doualot
5500
5501 2007-10-07 [colin]      3.0.2cvs29
5502
5503         * AUTHORS
5504         * src/gtk/authors.h
5505                 Add Frank Dietrich
5506
5507 2007-10-07 [colin]      3.0.2cvs28
5508
5509         * src/exporthtml.c
5510                 Fix HTML export to make it more compliant
5511                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
5512
5513 2007-10-07 [colin]      3.0.2cvs27
5514
5515         * src/prefs_toolbar.c
5516                 Only use icons that wouldn't look stupid in the toolbar
5517                 Patch by Pawel
5518
5519 2007-10-07 [colin]      3.0.2cvs26
5520
5521         * src/prefs_toolbar.c
5522                 Fix old icon being used when none is selected
5523
5524 2007-10-07 [colin]      3.0.2cvs25
5525
5526         * src/toolbar.c
5527                 Fix copy/paste error
5528
5529 2007-10-07 [colin]      3.0.2cvs24
5530
5531         * src/prefs_toolbar.c
5532         * src/toolbar.c
5533         * src/toolbar.h
5534                 Update icon to default one when changing event
5535                 Make the icon chooser nicer (handle Esc, Enter,
5536                 double-click)
5537
5538 2007-10-06 [colin]      3.0.2cvs23
5539
5540         * src/prefs_toolbar.c
5541                 Fix text reset; patch by Pawel
5542
5543 2007-10-06 [colin]      3.0.2cvs22
5544
5545         * src/toolbar.h
5546                 Complete previous commit
5547
5548 2007-10-06 [colin]      3.0.2cvs21
5549
5550         * src/prefs_toolbar.c
5551         * src/toolbar.c
5552                 Set toolbar text automatically to the default
5553                 when changing Event executed on click
5554
5555 2007-10-06 [colin]      3.0.2cvs20
5556
5557         * src/prefs_toolbar.c
5558                 Invert Text and Event fields
5559
5560 2007-10-06 [colin]      3.0.2cvs19
5561
5562         * src/prefs_toolbar.c
5563         * src/toolbar.c
5564                 Make toolbar prefs look much better
5565                 Patch by Pawel Pekala
5566
5567 2007-10-06 [paul]       3.0.2cvs18
5568
5569         * src/account.c
5570         * src/prefs_filtering.c
5571                 fix checkbuttons in gtktreeview on maemo by
5572                 setting maemo's "allow-checkbox-mode" to FALSE
5573
5574 2007-10-06 [colin]      3.0.2cvs17
5575
5576         * configure.ac
5577                 Export -DSOLARIS in CFLAGS for all
5578                 Solaris (not just 2.8) and OpenSolaris
5579
5580 2007-10-06 [paul]       3.0.2cvs16
5581
5582         * AUTHORS
5583         * src/exporthtml.c
5584         * src/mbox.c
5585         * src/gtk/authors.h
5586                 fix build on solaris where ctime_r takes
5587                 3 arguments rather than 2.
5588                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
5589
5590 2007-10-05 [colin]      3.0.2cvs15
5591
5592         * src/etpan/imap-thread.c
5593                 Fix wrong error codepath
5594
5595 2007-10-05 [wwp]        3.0.2cvs14
5596
5597         * src/filtering.c
5598                 Fix unexpected logging of quicksearches:
5599                 debug_filtering_session flag was never reset to FALSE, causing
5600                 matcher functions to log when called from a quicksearch
5601                 (if a filtering session happened before).
5602
5603 2007-10-05 [paul]       3.0.2cvs13
5604
5605         * src/prefs_actions.c
5606         * src/prefs_filtering.c
5607         * src/prefs_template.c
5608                 fix bug 1343, 'Filtering..'s close button
5609                 silently discards new filter'
5610                 Thanks to Colin
5611
5612 2007-10-05 [paul]       3.0.2cvs12
5613
5614         * configure.ac
5615         * src/Makefile.am
5616                 fix bug 1347, '-Wno-unused-function, optional'
5617
5618 2007-10-05 [colin]      3.0.2cvs11
5619
5620         * src/procmime.c
5621         * src/common/mgutils.c
5622                 Fix warnings
5623
5624 2007-10-05 [mones]      3.0.2cvs10
5625
5626         * manual/advanced.xml
5627                 Use full menu name
5628         * manual/es/advanced.xml
5629                 Synchronise translation
5630
5631 2007-10-04 [colin]      3.0.2cvs9
5632
5633         * src/action.c
5634         * src/addrbook.c
5635         * src/addrindex.c
5636         * src/compose.c
5637         * src/exporthtml.c
5638         * src/exportldif.c
5639         * src/folder.c
5640         * src/main.c
5641         * src/matcher.c
5642         * src/mbox.c
5643         * src/messageview.c
5644         * src/mh.c
5645         * src/news.c
5646         * src/partial_download.c
5647         * src/pop.c
5648         * src/procmime.c
5649         * src/procmsg.c
5650         * src/toolbar.c
5651         * src/common/log.c
5652         * src/common/mgutils.c
5653         * src/common/plugin.c
5654         * src/common/utils.c
5655         * src/common/xml.c
5656         * src/common/xml.h
5657         * src/common/xmlprops.c
5658         * src/common/xmlprops.h
5659         * src/plugins/bogofilter/bogofilter.c
5660         * src/plugins/clamav/clamav_plugin.c
5661         * src/plugins/dillo_viewer/dillo_prefs.c
5662         * src/plugins/pgpcore/prefs_gpg.c
5663         * src/plugins/pgpinline/pgpinline.c
5664         * src/plugins/pgpmime/pgpmime.c
5665         * src/plugins/spamassassin/spamassassin.c
5666         * src/plugins/trayicon/trayicon_prefs.c
5667                 Verify success on writes. Will fix possible strange
5668                 failure on disk full.
5669
5670 2007-10-04 [paul]       3.0.2cvs8
5671
5672         * manual/advanced.xml
5673                 add further info about Actions
5674                 Patch by Emmanuel Briot <briot@adacore.com>
5675
5676 2007-10-04 [paul]       3.0.2cvs7
5677
5678         * src/account.c
5679                 remove the D column, instead indicate the
5680                 default account by use of bold text
5681
5682 2007-10-03 [colin]      3.0.2cvs6
5683
5684         * src/common/template.c
5685                 Fix templates writing (was prone to disk full problems)
5686
5687 2007-10-03 [colin]      3.0.2cvs5
5688
5689         * src/Makefile.am
5690         * src/addrduplicates.c
5691         * src/addrduplicates.h
5692         * src/addressbook.c
5693                 Add duplicate deletion. Patch by Holger
5694
5695 2007-10-03 [colin]      3.0.2cvs4
5696
5697         * src/matcher.c
5698         * src/gtk/quicksearch.c
5699                 Fix bug 1340, 'Case insensitive searches with 
5700                 non-ascii alphabets fail'.
5701
5702 2007-10-03 [colin]      3.0.2cvs3
5703
5704         * src/main.c
5705         * src/common/utils.c
5706         * src/common/utils.h
5707                 Implement run-time alternative config directories
5708
5709 2007-10-03 [colin]      3.0.2cvs2
5710
5711         * src/folderview.c
5712                 Prevent opening folder item while folder
5713                 is scanned in a better way
5714
5715 2007-10-02 [paul]       3.0.2cvs1
5716
5717         * NEWS
5718         * README
5719         * RELEASE_NOTES
5720         * configure.ac
5721                 bump up version number following stable release
5722
5723 2007-09-30 [colin]      3.0.1cvs49
5724
5725         * src/imap.c
5726                 Refresh session if needed
5727
5728 2007-09-30 [colin]      3.0.1cvs48
5729
5730         * src/imap.c
5731                 Reset folder's session to NULL
5732                 before destroying it
5733
5734 2007-09-30 [mones]      3.0.1cvs47
5735
5736         * manual/handling.xml
5737                 Use markup quotes instead hardcoded quotes
5738         * manual/es/handling.xml
5739                 Added new synced section (IMAP subscriptions)
5740
5741 2007-09-29 [colin]      3.0.1cvs46
5742
5743         * src/imap.c
5744                 Notice disconnections faster
5745
5746 2007-09-28 [colin]      3.0.1cvs45
5747
5748         * src/addressbook.c
5749         * src/addrindex.c
5750                 Fix warnings
5751
5752 2007-09-28 [paul]       3.0.1cvs44
5753
5754         * src/mimeview.c
5755                 fix maemo build
5756
5757 2007-09-28 [paul]       3.0.1cvs43
5758
5759         * src/account.c
5760                 use gtk_widget_set_size_request() on the label
5761                 so that wrapping works better. get rid of the
5762                 (partially deprecated) hbutton_box.
5763                 these changes should prevent buttons overlapping
5764                 on maemo
5765
5766 2007-09-28 [colin]      3.0.1cvs42
5767
5768         * src/pop.c
5769                 Fix typo :)
5770
5771 2007-09-28 [colin]      3.0.1cvs41
5772
5773         * src/compose.c
5774         * src/msgcache.c
5775         * src/pop.c
5776         * src/procmime.c
5777         * src/etpan/imap-thread.c
5778                 64bits-related warning fixes
5779
5780 2007-09-28 [colin]      3.0.1cvs40
5781
5782         * src/folder_item_prefs.c
5783         * src/ldaputil.c
5784         * src/mainwindow.c
5785         * src/mimeview.c
5786         * src/common/tags.c
5787                 Fix warnings
5788
5789 2007-09-28 [colin]      3.0.1cvs39
5790
5791         * src/plugins/spamassassin/spamassassin.c
5792         * src/plugins/spamassassin/spamassassin.h
5793         * src/plugins/spamassassin/spamassassin_gtk.c
5794                 Add addressbook-based whitelisting
5795
5796 2007-09-28 [colin]      3.0.1cvs38
5797
5798         * src/folder.c
5799                 Fix bug 1337, 'crash on pressing Send button'
5800
5801 2007-09-28 [paul]       3.0.1cvs37
5802
5803         * src/prefs_folder_item.c
5804                 give the orphans a parent. makes all prefs
5805                 pages visible on maemo
5806
5807 2007-09-28 [colin]      3.0.1cvs36
5808
5809         * src/prefs_folder_column.c
5810         * src/prefs_summary_column.c
5811                 Fix two leaks
5812
5813 2007-09-27 [colin]      3.0.1cvs35
5814
5815         * src/gtk/quicksearch.c
5816                 Fix bug 1336, 'Segfault if empty space before search-string'
5817
5818 2007-09-26 [mones]      3.0.1cvs34
5819
5820         * manual/account.xml
5821         * manual/plugins.xml
5822                 Fixed irc channel name, added some docbook markup.
5823                 Changed text markup to docbook markup. 
5824                 Added spamcop as supported in SpamReport description.
5825         * manual/fr/plugins.xml
5826                 Fixed irc channel name.
5827         * manual/es/account.xml
5828         * manual/es/advanced.xml
5829         * manual/es/claws-mail-manual.xml
5830         * manual/es/glossary.xml
5831         * manual/es/gpl.xml
5832         * manual/es/keyboard.xml
5833         * manual/es/plugins.xml
5834                 Synced with English version, fixed a couple of typos.
5835
5836 2007-09-26 [colin]      3.0.1cvs33
5837
5838         * configure.ac
5839                 Explain why "Libgnomeprint: no" on GTK+ 2.10
5840
5841 2007-09-26 [colin]      3.0.1cvs32
5842
5843         * src/messageview.c
5844         * src/procmsg.c
5845         * src/procmsg.h
5846                 Optimisation: avoid fetching mail 3 times locally
5847                 for displaying
5848
5849 2007-09-26 [colin]      3.0.1cvs31
5850
5851         * src/mh.c
5852                 Fix missing static
5853
5854 2007-09-26 [colin]      3.0.1cvs30
5855
5856         * src/folder.c
5857         * src/folder.h
5858         * src/mh.c
5859         * src/mh.h
5860                 Fix MH mtime hack - make it a folder class function
5861
5862 2007-09-26 [colin]      3.0.1cvs29
5863
5864         * src/inc.c
5865                 Fix bug 1334, 'user defined mail incorporation 
5866                 script not run'
5867
5868 2007-09-25 [colin]      3.0.1cvs28
5869
5870         * src/codeconv.c
5871                 Optimisation: shortcut conv_codeset_strdup
5872                 when src_code and dest_code are the same
5873         * src/common/xml.c
5874         * src/common/xml.h
5875                 Optimisation: shortcut code conversions when
5876                 files are in UTF-8; faster list walking by
5877                 using prepend/reverse.
5878
5879 2007-09-25 [holger]     3.0.1cvs27
5880
5881         * src/printing.c
5882                 Replace button bar of the preview window
5883                 with a real toolbar (patch by Colin)
5884                 Add zooming to the preview window
5885
5886 2007-09-24 [paul]       3.0.1cvs26
5887
5888         * src/compose.c
5889                 compact the character set menu, adding some
5890                 missing encodings. Patch by Pawel Pekala
5891
5892 2007-09-23 [paul]       3.0.1cvs25
5893
5894         * src/prefs_account.c
5895         * src/prefs_folder_item.c
5896         * src/prefs_quote.c
5897         * src/quote_fmt.c
5898         * src/quote_fmt.h
5899                 remove unnecessary frame from Templates options
5900                 and improve the English of the check button label
5901
5902 2007-09-22 [colin]      3.0.1cvs24
5903
5904         * src/gtk/quicksearch.c
5905                 Fix bug 1329, 'error in quicksearch.c'
5906                 Fix return with value in function returning void
5907
5908 2007-09-22 [colin]      3.0.1cvs23
5909
5910         * src/imap.c
5911         * src/procmsg.h
5912         * src/common/utils.c
5913         * src/common/utils.h
5914         * src/etpan/imap-thread.c
5915                 Optimise fetching IMAP cached emails *a lot*
5916                 (remember whether mail is fully cached and \r's
5917                  are already stripped)
5918
5919 2007-09-22 [colin]      3.0.1cvs22
5920
5921         * src/folder.c
5922         * src/folder.h
5923         * src/prefs_folder_item.c
5924                 Add a button to allow users to drop local caches.
5925
5926 2007-09-21 [colin]      3.0.1cvs21
5927
5928         * src/summaryview.c
5929                 Remove unnecessary error when cancelling export to mbox.
5930                 Patch by Pawel
5931
5932 2007-09-21 [paul]       3.0.1cvs20
5933
5934         * src/gtk/prefswindow.c
5935                 remove unnecessary frames from the prefs
5936                 pages. Patch by Pawel Pekala
5937
5938 2007-09-21 [paul]       3.0.1cvs19
5939
5940         * src/prefs_account.c
5941         * src/prefs_folder_item.c
5942         * src/prefs_quote.c
5943         * src/quote_fmt.c
5944                 put the Templates options into a tabbed
5945                 layout. Patch by Pawel Pekala
5946
5947 2007-09-21 [paul]       3.0.1cvs18
5948
5949         * src/mainwindow.c
5950                 group together the character set menu items
5951                 move the /View/Show or hide/Message view below
5952                 .../Toolbar menu item
5953                 Patch by Pawel Pekala
5954
5955 2007-09-21 [mones]      3.0.1cvs17
5956
5957         * src/compose.c
5958                 Fix for bug 1327, 'segfault when replying to a non-existent
5959                 news message', thanks to Colin.
5960
5961 2007-09-21 [colin]      3.0.1cvs16
5962
5963         * src/folderview.c
5964                 Complete 3.0.1cvs15
5965
5966 2007-09-20 [colin]      3.0.1cvs15
5967
5968         * src/folderview.c
5969         * src/folderview.h
5970                 Maybe fix bug 1324, 'Corrupted IMAP cache'
5971
5972 2007-09-20 [colin]      3.0.1cvs14
5973
5974         * src/printing.c
5975                 Fix a little leak
5976
5977 2007-09-20 [holger]     3.0.1cvs13
5978
5979         * src/printing.c
5980                 Add page layout to print preview.
5981                 Make the close-button in the toolbar
5982                 right-aligned.
5983
5984 2007-09-20 [paul]       3.0.1cvs12
5985
5986         * po/ru.po
5987                 updated by Pavlo Bohmat
5988
5989 2007-09-19 [colin]      3.0.1cvs11
5990
5991         * src/common/utils.c
5992                 Prevent unquoted mime boundaries, by always
5993                 using a /
5994
5995 2007-09-19 [colin]      3.0.1cvs10
5996
5997         * src/printing.c
5998                 Fix drawing area size, fix DPI change that
5999                 can cause total number of lines to decrease
6000
6001 2007-09-19 [colin]      3.0.1cvs9
6002
6003         * po/POTFILES.in
6004         * src/printing.c
6005                 Make print preview more efficient and nicer.
6006                 Patch mostly by Holger Berndt <hb@claws-mail.org>
6007
6008 2007-09-19 [colin]      3.0.1cvs8
6009
6010         * src/prefs_common.c
6011         * src/prefs_common.h
6012         * src/printing.c
6013                 Add scrolledwindow, default allocation and
6014                 size saving to the print preview window.
6015
6016 2007-09-18 [colin]      3.0.1cvs7
6017
6018         * src/prefs_common.c
6019         * src/prefs_common.h
6020         * src/prefs_image_viewer.c
6021         * src/printing.c
6022                 GtkPrintOperation:
6023                 - add image printing support
6024                 - add option to print images
6025                 - add preview widget
6026                 - add saving of a few Page Setup parameters
6027
6028 2007-09-18 [colin]      3.0.1cvs6
6029
6030         * AUTHORS
6031         * src/gtk/authors.h
6032                 Add Guillaume Chazarain
6033
6034 2007-09-18 [colin]      3.0.1cvs5
6035
6036         * src/common/utils.c
6037                 Fix bug 1321, 'access before allocation 
6038                 when scanning for uris'. Patch by 
6039                 Guillaume Chazarain <guichaz@yahoo.fr>
6040
6041 2007-09-18 [colin]      3.0.1cvs4
6042
6043         * src/toolbar.c
6044                 Fix bug 1320, 'Memory leak caused by 
6045                 gtk_container_get_children'. Patch by
6046                 Guillaume Chazarain <guichaz@yahoo.fr>
6047
6048 2007-09-18 [colin]      3.0.1cvs3
6049
6050         * src/printing.c
6051         * src/printing.h
6052                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
6053
6054 2007-09-18 [colin]      3.0.1cvs2
6055
6056         * src/Makefile.am
6057         * src/mainwindow.c
6058         * src/messageview.c
6059         * src/messageview.h
6060         * src/prefs_ext_prog.c
6061         * src/prefs_fonts.c
6062         * src/printing.c
6063         * src/printing.h
6064         * src/summaryview.c
6065                 Use GtkPrintOperation by default on GTK+ >= 2.10
6066                 Patch by Holger Berndt <hb@claws-mail.org>
6067
6068 2007-09-18 [paul]       3.0.1cvs1
6069
6070         * NEWS
6071         * README
6072         * RELEASE_NOTES
6073         * configure.ac
6074                 bump up version number following stable release
6075
6076 2007-09-16 [colin]      3.0.0cvs18
6077
6078         * src/folder.c
6079                 Fix possible memleak
6080
6081 2007-09-16 [colin]      3.0.0cvs17
6082
6083         * src/folderview.c
6084                 Fix bug 1311, 'Wrong arrow position 
6085                 while moving message into folder when 
6086                 column headers hidden'
6087         * src/image_viewer.c
6088                 Show error in the GUI if image can't
6089                 be loaded
6090         * src/matcher.c
6091                 Fix spurious output
6092         * src/messageview.c
6093                 Allow setting domain in msgid
6094         * src/common/plugin.c
6095                 Add timing information
6096
6097 2007-09-16 [colin]      3.0.0cvs16
6098
6099         * src/account.c
6100         * src/compose.c
6101         * src/prefs_account.c
6102         * src/prefs_account.h
6103         * src/common/utils.c
6104                 Remove Generate Message-ID option. We need
6105                 this on some IMAP servers.
6106         * src/prefs_template.c
6107                 Fix double-free
6108
6109 2007-09-16 [colin]      3.0.0cvs15
6110
6111         * src/prefs_filtering.c
6112         * src/prefs_filtering.h
6113         * src/prefs_filtering_action.c
6114         * src/common/tags.c
6115                 Fix tags issues: tags with spaces, renaming
6116                 tags.
6117
6118 2007-09-16 [colin]      3.0.0cvs14
6119
6120         * src/folderview.c
6121         * src/main.c
6122         * src/mainwindow.c
6123                 Fix bug 1308, 'Claws deletes folderlist.xml after
6124                 fetching mail short after start-up'
6125
6126 2007-09-16 [colin]      3.0.0cvs13
6127
6128         * src/compose.c
6129                 Fix scrolling to cursor
6130
6131 2007-09-16 [paul]       3.0.0cvs12
6132
6133         * po/sr.po
6134                 updated by Aleksandar Urosevic
6135
6136 2007-09-16 [paul]       3.0.0cvs11
6137
6138         * src/folder.c
6139                 do not allow locked msgs to be deleted,
6140                 even by filtering/processing
6141
6142 2007-09-07 [paul]       3.0.0cvs10
6143
6144         * src/prefs_folder_column.c
6145         * src/prefs_summary_column.c
6146                 implement button sensitivity
6147                 patch by Pawel Pekala
6148
6149 2007-09-06 [wwp]        3.0.0cvs9
6150
6151         * src/prefs_gtk.c
6152                 Add a missing linefeed to a debug message.
6153
6154 2007-09-05 [colin]      3.0.0cvs8
6155
6156         * src/inc.c
6157                 Fix statusbar/window mismatch on Maemo
6158
6159 2007-09-05 [colin]      3.0.0cvs7
6160
6161         * src/ldaputil.c
6162                 Fix build without USE_LDAP_TLS
6163
6164 2007-09-05 [colin]      3.0.0cvs6
6165
6166         * src/folder.c
6167         * src/imap.c
6168         * src/inc.c
6169         * src/mbox.c
6170         * src/send_message.c
6171         * src/statusbar.c
6172         * src/statusbar.h
6173                 Maemo: distinguish various statusbar messages,
6174                 in order to display only the most important.
6175
6176 2007-09-04 [wwp]        3.0.0cvs5
6177
6178         * src/account.c
6179                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
6180                 Show protocol "SMTP" and the appropriate server for send-only
6181                 accounts, show "-" instead of "" when no value is relevant.
6182
6183 2007-09-03 [ticho]      3.0.0cvs4
6184
6185         * src/summaryview.c
6186                 Handle plural form better in delete confirmation dialog.
6187
6188 2007-09-03 [wwp]        3.0.0cvs3
6189
6190         * src/compose.c
6191                 Warn differently when sending or sending later (queueing).
6192
6193 2007-09-03 [colin]      3.0.0cvs2
6194
6195         * src/procmime.c
6196         * src/procmime.h
6197         * src/common/plugin.c
6198         * src/common/plugin.h
6199                 Add a new plugin API, MimeParser. It allows
6200                 plugins to scan email MIME parts and optionally,
6201                 transform them.
6202
6203 2007-09-03 [mones]      3.0.0cvs1
6204
6205         * po/es.po
6206                 Updated translation
6207         * src/common/defs.h
6208                 While a better solution is made double history sizes
6209
6210 2007-09-03 [paul]       3.0.0
6211
6212         * NEWS
6213         * README
6214         * RELEASE_NOTES
6215                 3.0.0 released
6216
6217 [For previous entries, see ChangeLog.2.0.0-3.0.0]