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