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