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