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