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