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