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