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