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