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