2009-05-19 [paul] 3.7.1cvs58
[claws.git] / ChangeLog
1 2009-05-19 [paul]       3.7.1cvs58
2
3         * src/send_message.c
4                 clear progressbar in the statusbar on 'Cancel'
5
6 2009-05-16 [colin]      3.7.1cvs57
7
8         * AUTHORS
9         * src/gtk/authors.h
10                 Add Fabian
11
12 2009-05-16 [colin]      3.7.1cvs56
13
14         * src/msgcache.c
15                 Remove msgnum>0 condition for removing messages
16                 from caches. There's no such condition on add.
17                 Fixes bug 1913, 'Allow to remove phantom 
18                 messages from the cache'; patch by Fabian
19                 Keil <fk at fabiankeil.de>
20
21 2009-05-12 [holger]     3.7.1cvs55
22
23         * src/messageview.c
24         * src/messageview.h
25                 Introduce hook after showing of the message view
26
27 2009-05-11 [colin]      3.7.1cvs54
28
29         * src/compose.c
30                 Fix bug 1872, 'A: Cc: CCi: selector should 
31                 default on same as preceding contact'
32
33 2009-05-10 [holger]     3.7.1cvs53
34
35         * src/addr_compl.c
36         * src/addr_compl.h
37                 Add a hook to make it possible for plugins to
38                 modify the address completion list
39
40 2009-05-06 [paul]       3.7.1cvs52
41
42         * src/folder.c
43         * src/mimeview.c
44                 fix bug 1915, 'Mails signed with smime.p7s
45                 display both signed and attachment icon.'
46
47 2009-05-05 [colin]      3.7.1cvs51
48
49         * src/common/utils.c
50                 Fix patch :)
51
52 2009-05-05 [colin]      3.7.1cvs50
53
54         * src/common/utils.c
55                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
56                 different mountpoint than tempdir'
57
58 2009-05-04 [colin]      3.7.1cvs49
59
60         * src/msgcache.c
61                 Probably fix bug 1914, 'Crash reading
62                 corrupted tags file'
63
64 2009-04-26 [paul]       3.7.1cvs48
65
66         * configure.ac
67         * src/gtk/gtkaspell.h
68                 fix bug 1904, 'build mechanism looks for
69                 'enchant.h' in a wrong place'
70
71 2009-04-25 [paul]       3.7.1cvs47
72
73         * src/printing.c
74                 gah! fix coding style!
75
76 2009-04-25 [paul]       3.7.1cvs46
77
78         * src/printing.c
79         * src/toolbar.c
80                 if building with GTK+ >= 2.16 use
81                 gtk_orientable_set_orientation() instead of now
82                 deprecated gtk_toolbar_set_orientation()
83
84 2009-04-24 [colin]      3.7.1cvs45
85
86         * src/compose.c
87                 Ask before sending if an attached file has
88                 disappeared.
89
90 2009-04-19 [paul]       3.7.1cvs44
91
92         * src/prefs_common.c
93         * src/prefs_common.h
94         * src/gtk/about.c
95                 save About window size.
96                 patch by Pawel Pekala
97
98 2009-04-12 [paul]       3.7.1cvs43
99
100         * tools/csv2addressbook.pl
101                 add extra CSV fields that are now appended
102                 by thunderbird (version 2.0.0.21)
103
104 2009-04-08 [colin]      3.7.1cvs42
105
106         * src/procmime.c
107                 fix saving (but not displaying) of UTF-16
108                 files
109
110 2009-04-08 [colin]      3.7.1cvs41
111
112         * src/gtk/manage_window.c
113                 Disable transient windows on win32 - seems to
114                 fix most focusing issues
115
116 2009-04-05 [colin]      3.7.1cvs40
117
118         * src/procmsg.c
119                 Don't ask whether we want to send deleted mails in queue
120                 folders; also, don't send deleted mails when flushing
121                 queues
122
123 2009-04-04 [paul]       3.7.1cvs39
124
125         * AUTHORS
126         * configure.ac
127         * po/id.po
128         * src/gtk/authors.h
129         * tools/claws.i18n.status.pl
130                 add new Indonesian translation, by
131                 MSulchan Darmawan
132
133 2009-04-03 [paul]       3.7.1cvs38
134
135         * AUTHORS
136         * src/gtk/authors.h
137                 credit due
138
139 2009-04-03 [colin]      3.7.1cvs37
140
141         * src/compose.c
142         * src/textview.c
143                 Fix bug 1891, 'Add support for gopher:// links'
144                 Patch by Jacob Head <clawsmail at jacob-head.com>
145                 Let's go back to the roots! 
146
147 2009-04-03 [paul]       3.7.1cvs36
148
149         * m4/Makefile.am
150                 complete cvs35
151
152 2009-04-03 [paul]       3.7.1cvs35
153
154         * configure.ac
155                 add AC_CONFIG_MACRO_DIR([m4])
156                 remove CLAWS_ACLOCAL_INCLUDE(m4)
157         * m4/aclocal-include.m4
158                 removed this now unneeded file
159
160 2009-04-02 [colin]      3.7.1cvs34
161
162         * src/common/utils.h
163                 Fix previous (thanks to Marcus :)
164
165 2009-04-02 [colin]      3.7.1cvs33
166
167         * src/common/utils.h
168         * src/etpan/etpan-thread-manager.c
169                 pipe() was a macro from GLib on win32 until
170                 glib 2.13.2. It's undefined after that.
171                 Thanks to Marcus Brinkmann for the heads-up!
172
173 2009-03-31 [colin]      3.7.1cvs32
174
175         * src/folder_item_prefs.c
176                 Copy folder settings with prefs
177
178 2009-03-31 [colin]      3.7.1cvs31
179
180         * src/prefs_account.c
181                 Don't use un-sensitive checkboxes in Privacy tab
182                 when privacy system in None (makes unchecking 
183                 painful when no privacy plugin is loaded)
184
185 2009-03-30 [colin]      3.7.1cvs30
186
187         * src/folder.c
188         * src/folder.h
189         * src/imap.c
190         * src/mainwindow.c
191         * src/mainwindow.h
192         * src/prefs_account.c
193         * src/prefs_account.h
194         * src/summaryview.c
195         * src/summaryview.h
196                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
197                 Add an option on the Receive page of IMAP account preferences:
198                 "Move deleted mails to trash and expunge immediately". This
199                 option defaults to TRUE to avoid changing the existing behaviour.
200                 Setting it to FALSE prevents automatic expunging. 
201                 Also, add Tools/Expunge and View/Hide deleted messages menu items
202                 (View/Hide deleted message being a per-folder setting, and behaving,
203                 like View/Hide read messages).
204
205 2009-03-30 [colin]      3.7.1cvs29
206
207         * src/imap.c
208                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
209                 ask for IMAP password when using GSSAPI auth
210
211 2009-03-27 [colin]      3.7.1cvs28
212
213         * src/folder.c
214                 Fix cvs14, make sure we mark non-existent caches dirty
215                 (or they never get written)
216
217 2009-03-27 [colin]      3.7.1cvs27
218
219         * src/imap.c
220                 Fix tag update when all tags are removed 
221                 from another client
222
223 2009-03-25 [colin]      3.7.1cvs26
224
225         * configure.ac
226                 Fix configure.ac, thanks to Pawel
227
228 2009-03-25 [colin]      3.7.1cvs25
229
230         * src/news.c
231         * src/etpan/nntp-thread.c
232                 Fix header fetching (NG/To/Cc). Fixes 
233                 bug 1883, 'Message processing fails to 
234                 act on Newsgroups: field'
235
236 2009-03-23 [colin]      3.7.1cvs24
237
238         * src/textview.c
239                 Fix internal headers visible in queue/sent
240
241 2009-03-23 [colin]      3.7.1cvs23
242
243         * configure.ac
244                 Fix check for RC (resource compiler) used
245                 on win32 (AC_LIBTOOL_RC used to call it 
246                 implicitely but stopped)
247
248 2009-03-19 [colin]      3.7.1cvs22
249
250         * src/toolbar.c
251                 Put spam button in default toolbar even if
252                 bogofilter and spamassassin are not built.
253                 Other anti-spam plugin could exist! :)
254         * src/common/utils.c
255                 Fix exit status fetch on win32
256
257 2009-03-18 [paul]       3.7.1cvs21
258
259         * src/gtk/spell_entry.c
260                 fix "[BUG] Wrong word replaced in 'Subject:'
261                 when spell-checking correction used"
262                 Patch by Pawel Pekala
263
264 2009-03-17 [colin]      3.7.1cvs20
265
266         * src/common/utils.c
267                 Fix win32 build (from cvs12)
268
269 2009-03-17 [colin]      3.7.1cvs19
270
271         * src/compose.c
272                 Fix bug 1735, 'Change To: and Newsgroups: 
273                 recipient field according account type'
274                 Patch by Pawel
275
276 2009-03-17 [colin]      3.7.1cvs18
277
278         * src/msgcache.c
279         * src/prefs_common.c
280         * src/prefs_common.h
281         * src/prefs_other.c
282         * src/common/prefs.c
283                 Add preference for fsyncing metadata
284
285 2009-03-16 [paul]       3.7.1cvs17
286
287         * src/prefs_customheader.c
288                 add forgotten #if HAVE_LIBCOMPFACE
289
290 2009-03-16 [paul]       3.7.1cvs16
291
292         * src/prefs_customheader.c
293                 put the (X-)Face preview image below the up/down
294                 buttons so they don't jump around.
295                 make the list reorderable by drag'n'drop
296
297 2009-03-16 [colin]      3.7.1cvs15
298
299         * src/prefs_customheader.c
300                 Add a (X-)Face preview. Patch by iwkse.
301
302 2009-03-16 [colin]      3.7.1cvs14
303
304         * src/compose.c
305         * src/folder.c
306         * src/folder.h
307         * src/msgcache.c
308         * src/common/prefs.c
309                 Add fsync calls to make sure we don't
310                 lose data on system crashes. (to do:
311                 add a pref to allow people choosing raw
312                 speed)
313
314 2009-03-15 [colin]      3.7.1cvs13
315
316         * src/gtk/gtkaspell.c
317                 Fix empty menu when there are no
318                 suggestions (using the Spelling menu)
319
320 2009-03-14 [colin]      3.7.1cvs12
321
322         * src/common/utils.c
323                 Win32: fix subject prefix length
324
325 2009-03-11 [mones]      3.7.1cvs11
326
327         * po/es.po
328                 fix encoding declared in header
329                 update translation now we're at it
330
331 2009-03-10 [colin]      3.7.1cvs10
332
333         * src/messageview.c
334                 Fix "wrong mime" message printed out multiple
335                 times
336
337 2009-03-10 [colin]      3.7.1cvs9
338
339         * src/prefs_folder_item.c
340                 Fix build
341
342 2009-03-09 [paul]       3.7.1cvs8
343
344         * src/prefs_folder_item.c
345         * src/send_message.c
346                 fixes to english text
347
348 2009-03-08 [paul]       3.7.1cvs7
349
350         * po/ja.po
351                 correct errors in header
352
353 2009-03-08 [paul]       3.7.1cvs6
354
355         * AUTHORS
356         * configure.ac
357         * po/ja.po
358         * src/gtk/authors.h
359         * tools/claws.i18n.status.pl
360                 add Japanese translation, submitted by kazken3
361
362 2009-03-07 [colin]      3.7.1cvs5
363
364         * src/messageview.c
365                 Don't let the invalid MIME warning hide
366                 other noticeview (Partial receive or 
367                 return receipt).
368
369 2009-03-07 [colin]      3.7.1cvs4
370
371         * src/procmime.c
372                 Fix build
373
374 2009-03-07 [colin]      3.7.1cvs3
375
376         * src/messageview.c
377         * src/procmime.c
378         * src/procmime.h
379                 Handle mimeparts that lack an end boundary.
380                 They're invalid but it's too annoying for
381                 normal users to fix.
382
383 2009-03-06 [wwp]        3.7.1cvs2
384
385         * src/compose.c
386         * src/folder_item_prefs.c
387         * src/folder_item_prefs.h
388         * src/prefs_folder_item.c
389                 Add per-folder default cc, bcc and reply-to.
390
391 2009-03-06 [colin]      3.7.1cvs1
392
393         * src/gedit-print.c
394         * src/gtk/gtksourceprintjob.c
395                 Fix build with old print interface
396
397 2009-03-06 [paul]       3.7.1
398
399         * NEWS
400         * README
401         * RELEASE_NOTES 
402                 3.7.1 released!
403
404 2009-03-06 [paul]       3.7.0cvs78
405
406         * po/cs.po
407         * po/de.po
408         * po/fi.po
409         * po/fr.po
410         * po/hu.po
411         * po/nl.po
412         * po/pt_BR.po
413         * po/sv.po
414         * po/zh_CN.po
415                 updated by David Vachulka, Stephan Sachse, Flammie
416                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
417                 Frederico Goncalves Guimaraes, Lars Persson Fink,
418                 and Ralph Young
419
420 2009-03-03 [colin]      3.7.0cvs77
421
422         * src/prefs_filtering.c
423                 Win32: Fix bug 1865, 'IMAP account name changes 
424                 are not followed at filter actions'
425
426 2009-03-02 [colin]      3.7.0cvs76
427
428         * src/imap.c
429                 Fix Launchpad bug 335571: 'claws-mail crashed 
430                 with SIGSEGV in strlen() while deleting 
431                 large amount of e-mails on IMAP account
432
433 2009-02-27 [mones]      3.7.0cvs75
434
435         * manual/es/account.xml
436         * manual/es/ack.xml
437         * manual/es/addrbook.xml
438         * manual/es/advanced.xml
439         * manual/es/claws-mail-manual.xml
440         * manual/es/faq.xml
441         * manual/es/glossary.xml
442         * manual/es/gpl.xml
443         * manual/es/handling.xml
444         * manual/es/intro.xml
445         * manual/es/keyboard.xml
446         * manual/es/plugins.xml
447         * manual/es/starting.xml
448                 Sync with English version, fix some typos
449                 Changed encoding to UTF-8
450         * po/es.po
451                 Update for release, changed encoding to UTF-8
452
453 2009-02-24 [colin]      3.7.0cvs74
454
455         * src/printing.c
456                 Don't print separation line if there
457                 are no headers
458
459 2009-02-23 [cleroy]     3.7.0cvs73
460
461         * src/account.c
462         * src/action.c
463         * src/addr_compl.c
464         * src/addrbook.c
465         * src/addrcache.c
466         * src/addrcindex.c
467         * src/addrclip.c
468         * src/addrduplicates.c
469         * src/addressadd.c
470         * src/addressbook.c
471         * src/addressbook_foldersel.c
472         * src/addrharvest.c
473         * src/addrindex.c
474         * src/addritem.c
475         * src/addrquery.c
476         * src/addrselect.c
477         * src/codeconv.c
478         * src/compose.c
479         * src/customheader.c
480         * src/editaddress.c
481         * src/editaddress_other_attributes_ldap.c
482         * src/editgroup.c
483         * src/editldap.c
484         * src/enriched.c
485         * src/exporthtml.c
486         * src/exportldif.c
487         * src/filtering.c
488         * src/folder.c
489         * src/foldersel.c
490         * src/folderutils.c
491         * src/folderview.c
492         * src/gedit-print.c
493         * src/html.c
494         * src/imap.c
495         * src/imap_gtk.c
496         * src/inc.c
497         * src/jpilot.c
498         * src/ldapctrl.c
499         * src/ldapquery.c
500         * src/ldapserver.c
501         * src/ldapupdate.c
502         * src/ldif.c
503         * src/localfolder.c
504         * src/main.c
505         * src/mainwindow.c
506         * src/matcher.c
507         * src/mbox.c
508         * src/messageview.c
509         * src/mh.c
510         * src/mh_gtk.c
511         * src/mimeview.c
512         * src/msgcache.c
513         * src/mutt.c
514         * src/news.c
515         * src/news_gtk.c
516         * src/noticeview.c
517         * src/pine.c
518         * src/pop.c
519         * src/prefs_account.c
520         * src/prefs_actions.c
521         * src/prefs_common.c
522         * src/prefs_filtering.c
523         * src/prefs_filtering_action.c
524         * src/prefs_folder_column.c
525         * src/prefs_folder_item.c
526         * src/prefs_gtk.c
527         * src/prefs_matcher.c
528         * src/prefs_quote.c
529         * src/prefs_send.c
530         * src/prefs_summaries.c
531         * src/prefs_summary_column.c
532         * src/prefs_template.c
533         * src/prefs_themes.c
534         * src/prefs_toolbar.c
535         * src/printing.c
536         * src/privacy.c
537         * src/procheader.c
538         * src/procmime.c
539         * src/procmsg.c
540         * src/quote_fmt.c
541         * src/remotefolder.c
542         * src/send_message.c
543         * src/sourcewindow.c
544         * src/statusbar.c
545         * src/stock_pixmap.c
546         * src/summary_search.c
547         * src/summaryview.c
548         * src/textview.c
549         * src/toolbar.c
550         * src/undo.c
551         * src/uri_opener.c
552         * src/vcard.c
553         * src/common/base64.c
554         * src/common/claws.c
555         * src/common/hooks.c
556         * src/common/plugin.c
557         * src/common/prefs.c
558         * src/common/session.c
559         * src/common/smtp.c
560         * src/common/socket.c
561         * src/common/string_match.c
562         * src/common/stringtable.c
563         * src/common/utils.c
564         * src/common/utils.h
565         * src/common/xml.c
566         * src/common/xmlprops.c
567         * src/gtk/colorlabel.c
568         * src/gtk/combobox.c
569         * src/gtk/foldersort.c
570         * src/gtk/gtkaspell.c
571         * src/gtk/gtkcmclist.c
572         * src/gtk/gtkcmctree.c
573         * src/gtk/gtkcmoptionmenu.c
574         * src/gtk/gtksctree.c
575         * src/gtk/gtkshruler.c
576         * src/gtk/gtksourceprintjob.c
577         * src/gtk/gtkutils.c
578         * src/gtk/gtkvscrollbutton.c
579         * src/gtk/logwindow.c
580         * src/gtk/menu.c
581         * src/gtk/pluginwindow.c
582         * src/gtk/prefswindow.c
583         * src/gtk/quicksearch.c
584         * src/gtk/spell_entry.c
585         * src/plugins/pgpcore/select-keys.c
586         * src/plugins/pgpinline/pgpinline.c
587         * src/plugins/pgpmime/pgpmime.c
588         * src/plugins/smime/smime.c
589         * src/plugins/spamassassin/spamassassin_gtk.c
590                 Mass commit changing g_return_* to cm_return_*
591                 and making these more interesting
592
593 2009-02-23 [colin]      3.7.0cvs72
594
595         * src/imap.c
596                 Always initialise error code to no error
597
598 2009-02-23 [colin]      3.7.0cvs71
599
600         * src/imap.c
601                 Fix separator substitution
602
603 2009-02-23 [colin]      3.7.0cvs70
604
605         * src/stock_pixmap.c
606         * src/gtk/colorlabel.c
607                 don't use g_return on normal checks
608
609 2009-02-22 [colin]      3.7.0cvs69
610
611         * src/addressbook.c
612         * src/procmime.c
613                 More fixes
614
615 2009-02-22 [colin]      3.7.0cvs68
616
617         * src/addrduplicates.c
618         * src/addressbook.c
619         * src/addrharvest.c
620         * src/codeconv.c
621         * src/compose.c
622         * src/filtering.c
623         * src/folder.c
624         * src/imap.c
625         * src/imap_gtk.c
626         * src/importldif.c
627         * src/jpilot.c
628         * src/mainwindow.c
629         * src/matcher.c
630         * src/mbox.c
631         * src/messageview.c
632         * src/mh_gtk.c
633         * src/prefs_common.c
634         * src/prefs_filtering.c
635         * src/prefs_gtk.c
636         * src/printing.c
637         * src/privacy.c
638         * src/procmime.c
639         * src/procmsg.c
640         * src/summaryview.c
641         * src/textview.c
642         * src/undo.c
643         * src/wizard.c
644         * src/common/md5.c
645         * src/common/socket.c
646         * src/common/template.c
647         * src/etpan/imap-thread.c
648         * src/gtk/gtkaspell.c
649         * src/gtk/gtkcmctree.c
650         * src/gtk/gtksctree.c
651         * src/gtk/inputdialog.c
652         * src/plugins/pgpcore/sgpgme.c
653         * src/plugins/pgpmime/pgpmime.c
654         * src/plugins/smime/smime.c
655         * src/plugins/spamassassin/spamassassin.c
656                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
657                 uninitialised accesses
658
659 2009-02-17 [colin]      3.7.0cvs67
660
661         * src/compose.c
662                 Disable controls during queuing
663
664 2009-02-15 [colin]      3.7.0cvs66
665
666         * src/privacy.c
667         * src/plugins/pgpcore/select-keys.c
668         * src/plugins/pgpcore/sgpgme.c
669                 Disable use of disabled keys
670
671 2009-02-15 [colin]      3.7.0cvs65
672
673         * src/folderview.c
674         * src/summaryview.c
675                 Fix font updating after changing 
676                 prefs_common.derive_from_normal_font
677
678 2009-02-12 [paul]       3.7.0cvs64
679
680         * src/addressitem.h
681         * src/export.h
682         * src/headerview.c
683         * src/headerview.h
684         * src/common/version.h.in
685         * src/gtk/about.h
686         * src/gtk/menu.c
687         * src/gtk/menu.h
688                 more copyright header fixes
689
690 2009-02-12 [paul]       3.7.0cvs63
691
692         * src/gtk/progressdialog.c
693         * src/gtk/progressdialog.h
694                 fix copyright header
695
696 2009-02-12 [paul]       3.7.0cvs62
697
698         * src/gtk/spell_entry.c
699         * src/gtk/spell_entry.h
700                 better, more standard copyright header
701
702 2009-02-12 [paul]       3.7.0cvs61
703
704         * src/gtk/spell_entry.c
705         * src/gtk/spell_entry.h
706                 changes to copyright header
707
708 2009-02-12 [paul]       3.7.0cvs60
709
710         * src/gtk/spell_entry.c
711         * src/gtk/spell_entry.h
712                 fix broken build
713
714 2009-02-11 [colin]      3.7.0cvs59
715
716         * src/gtk/spell_entry.c
717         * src/gtk/spell_entry.h
718                 Forgot to add files
719
720 2009-02-11 [colin]      3.7.0cvs58
721
722         * src/compose.c
723         * src/gtk/Makefile.am
724         * src/gtk/gtkaspell.c
725         * src/gtk/gtkaspell.h
726                 Add spellcheck to subject. Patch by
727                 Pawel.
728
729 2009-02-10 [holger]     3.7.0cvs57
730
731         * src/printing.c
732         * src/common/defs.h
733                 Move filename define for printing page setup cache to defs.h
734
735 2009-02-08 [mones]      3.7.0cvs56
736
737         * src/matcher.h
738                 Fix build for bison 2.4.1
739
740 2009-02-06 [holger]     3.7.0cvs55
741
742         * src/prefs_common.c
743         * src/prefs_common.h
744         * src/printing.c
745                 Fix restoring of custom page setups for printing by
746                 temporarily caching the settings.
747                 This is a workaround for Gnome Bug #39018, and fixes
748                 Claws Mail Bug #1840.
749
750 2009-02-06 [colin]      3.7.0cvs54
751
752         * src/mainwindow.c
753                 Fix hardcoded Shift-Q quits. Fixes
754                 bug 1838, 'Claws-Mail sometimes quits 
755                 when attempting to type a capital Q'
756
757 2009-01-31 [paul]       3.7.0cvs53
758
759         * src/compose.c
760                 revert 3.7.0cvs49, until there is time to find out
761                 why it causes a nasty crash!
762
763 2009-01-31 [paul]       3.7.0cvs52
764
765         * src/mainwindow.c
766                 1 string that was forgotten for translation
767
768 2009-01-31 [paul]       3.7.0cvs51
769
770         * src/messageview.c
771                 2 strings that were forgotten for translation
772
773 2009-01-31 [paul]       3.7.0cvs50
774
775         * src/gtk/prefswindow.c
776                 build prefs tree in a slightly smarter way -
777                 fix bug where if path[0] had same name as
778                 path[1], (like in the de translation), path[1]
779                 was lost and not shown in the window
780
781 2009-01-31 [paul]       3.7.0cvs49
782
783         * src/compose.c
784                 fix bug 1836, 'Quoted text still blue after
785                 removal of quote-character'
786                 comment out some debug_print's that needlessly
787                 slow things down
788         * src/undo.c
789                 comment out a debug_print that needlessly slows
790                 things down
791
792 2009-01-31 [paul]       3.7.0cvs48
793
794         * src/summaryview.c
795                 fix bug 1834, '"semi"-selection when collapsing thread'
796
797 2009-01-31 [paul]       3.7.0cvs47
798
799         * src/prefs_compose_writing.c
800         * src/prefs_message.c
801                 move 'quote_chars' pref to where it should be
802
803 2009-01-30 [paul]       3.7.0cvs46
804
805         * src/summaryview.c
806                 fix updating of popup menu sensitivity
807
808 2009-01-28 [paul]       3.7.0cvs45
809
810         * tools/filter_conv_new.pl
811                 move 'move' and 'delete' to end of @actions
812                 so that they are always final actions in the
813                 generated filtering rule
814
815 2009-01-27 [paul]       3.7.0cvs44
816
817         * src/messageview.c
818                 always select text/calendar mimepart if suitable
819                 plugin (i.e. vCalendar) is available
820
821 2009-01-27 [paul]       3.7.0cvs43
822
823         * src/folder.c
824                 fix crash when right-clicking in summaryview when
825                 processing is active
826
827 2009-01-22 [colin]      3.7.0cvs42
828
829         * src/compose.c
830         * src/privacy.c
831         * src/privacy.h
832                 When replying to signed/encrypted mail and the
833                 preference to sign/encrypt in this case is set,
834                 choose the original mail's privacy system (if
835                 available).
836
837 2009-01-21 [colin]      3.7.0cvs41
838
839         * src/addressbook.h
840                 Fix warning (on-the-fly theming of
841                 addressbook isn't complete yet)
842
843 2009-01-21 [colin]      3.7.0cvs40
844
845         * src/account.c
846         * src/addressbook.c
847                 Win32: Fix window placement
848
849 2009-01-21 [paul]       3.7.0cvs39
850
851         * src/inc.c
852                 update timeout log msg
853
854 2009-01-17 [colin]      3.7.0cvs38
855
856         * src/main.c
857         * src/mbox.c
858         * src/common/md5.c
859         * src/common/utils.c
860         * src/etpan/imap-thread.c
861                 Fix g_open calls (which don't ignore mode)
862
863 2009-01-17 [colin]      3.7.0cvs37
864
865         * src/addressbook.c
866         * src/compose.c
867         * src/foldersel.c
868         * src/main.c
869         * src/mainwindow.c
870         * src/mbox.c
871         * src/common/md5.c
872         * src/common/ssl_certificate.c
873         * src/common/tags.c
874         * src/common/utils.c
875         * src/etpan/imap-thread.c
876         * src/plugins/bogofilter/bogofilter.c
877         * src/plugins/pgpinline/pgpinline.c
878         * src/plugins/smime/smime.c
879                 Probably fix bug 1825, 'Unable to fetch messages from 
880                 IMAP folders named with non-ASCII string'
881                 Change remaining occurences of fopen and open with
882                 g_fopen and g_open
883
884 2009-01-17 [paul]       3.7.0cvs36
885
886         * manual/faq.xml
887                 update an old, outdated piece of info
888
889 2009-01-17 [paul]       3.7.0cvs35
890
891         * src/prefs_folder_item.c
892                 fix bug where saving Folder Properties of a
893                 sub-folder of outbox, queue, draft or trash
894                 would change its parent's folder type to normal
895
896 2009-01-12 [mones]      3.7.0cvs34
897
898         * po/es.po
899                 Updated translation
900
901 2009-01-12 [wwp]        3.7.0cvs33
902
903         * tools/fix_date.sh
904         * tools/popfile-link.sh
905         * tools/textviewer.sh
906                 Fix bashisms and other portability glitches (thanks to
907                 Steven M. Bellovin).
908
909 2009-01-11 [paul]       3.7.0cvs32
910
911         * src/addrindex.c
912                 clean up some build warnings
913
914 2009-01-11 [colin]      3.7.0cvs31
915
916         * src/addrindex.c
917                 Revert part of patch 3.7.0cvs29 
918                 This function is used when jpilot
919                 support is disabled
920
921 2009-01-11 [colin]      3.7.0cvs30
922
923         * src/folder.c
924                 folder_find_child_item_by_name():
925                 actually use name, not path's basename
926
927 2009-01-11 [paul]       3.7.0cvs29
928
929         * src/addrclip.c
930         * src/addrindex.c
931         * src/addritem.c
932         * src/foldersel.h
933         * src/folderview.c
934         * src/prefs_folder_item.c
935                 clean up some build warnings
936
937 2009-01-11 [paul]       3.7.0cvs28
938
939         * src/gtk/about.c
940                 don't even mention printing support, assume its
941                 presence, unless building with GTK+ < 2.10.0
942
943 2009-01-10 [colin]      3.7.0cvs27
944
945         * src/codeconv.c
946                 Fix bug 1811, '[mime] Crash when there's no 
947                 room for filename's start on the same line'
948                 When the mimetype of the attachment is very 
949                 long, there's no room at all to start the 
950                 name=... parameter on the same line. This
951                 caused an infinite loop as 0 characters of
952                 the filename could be appended.
953                 In such cases, insert linebreak before the
954                 name parameter.
955
956 2009-01-09 [colin]      3.7.0cvs26
957
958         * src/compose.c
959         * src/mainwindow.c
960         * src/common/utils.c
961                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
962                 Compose Window does not attach'
963
964 2009-01-09 [colin]      3.7.0cvs25
965
966         * src/foldersel.c
967                 Fix bug 1817, 'Changing Themes does not 
968                 update the pixmaps in "Select folder" 
969                 dialog box'
970
971 2009-01-09 [colin]      3.7.0cvs24
972
973         * src/main.c
974                 Win32: Fix bug 1816, 'Attaching files with 
975                 command-line generates error after attaching'
976
977 2009-01-09 [paul]       3.7.0cvs23
978
979         * src/gtk/about.c
980                 forgot this '2009' in last commit
981
982 2009-01-09 [paul]       3.7.0cvs22
983
984         * src/*/*.[c,h]
985                 it's 2009!
986                 update copyright headers
987
988 2009-01-09 [paul]       3.7.0cvs21
989
990         * doc/man/claws-mail.1
991                 update Team list
992
993 2009-01-09 [colin]      3.7.0cvs20
994
995         * src/messageview.c
996                 Fix bug 1814, 'Windows' WM badly places 
997                 message view'
998
999 2009-01-09 [colin]      3.7.0cvs19
1000
1001         * src/prefs_themes.c
1002         * src/stock_pixmap.c
1003         * src/stock_pixmap.h
1004         * src/common/utils.c
1005         * src/common/utils.h
1006                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
1007
1008 2009-01-08 [colin]      3.7.0cvs18
1009
1010         * src/mimeview.c
1011                 Win32: Fix bug 1810, 'Pressing 'o' key 
1012                 crashes CM'
1013
1014 2009-01-07 [colin]      3.7.0cvs17
1015
1016         * src/html.c
1017                 Fix bug 1432, '&amp; not escaped in links (HTML 
1018                 rendered as text)'
1019
1020 2009-01-06 [colin]      3.7.0cvs16
1021
1022         * src/plugins/pgpcore/select-keys.c
1023                 Warn translators the usual way about
1024                 accels
1025
1026 2009-01-06 [colin]      3.7.0cvs15
1027
1028         * src/mainwindow.c
1029                 Fix synchronisation dialog that shouldn't
1030                 appear when network goes down (Network
1031                 Manager)
1032         * src/mimeview.c
1033         * src/textview.c
1034                 Fix save as when attach_save_dir isn't set
1035                 fixes bug 1804, 'attach_save_directory does 
1036                 not default to $HOME'
1037         * src/plugins/pgpcore/select-keys.c
1038                 Add mnemonics to buttons - warn translators!
1039
1040 2009-01-06 [wwp]        3.7.0cvs14
1041
1042         * src/common/utils.c
1043                 Fix cvs13, thanks to Colin.
1044
1045 2009-01-06 [wwp]        3.7.0cvs13
1046
1047         * src/common/utils.c
1048                 Better support for Spanish Outlook replies (RES).
1049
1050 2009-01-02 [colin]      3.7.0cvs12
1051
1052         * src/folderview.c
1053                 Fix (+) sign after collapsed folder names that 
1054                 have quicksearch-matching children.
1055                 Fixes bug 1506, 'Recursive search in collapsed 
1056                 folders'
1057
1058 2009-01-02 [colin]      3.7.0cvs11
1059
1060         * src/stock_pixmap.c
1061         * src/stock_pixmap.h
1062                 Remove now-unused stock_pixmap_gdk
1063
1064 2009-01-02 [colin]      3.7.0cvs10
1065
1066         * src/gtk/gtkutils.c
1067         * src/pixmaps/claws-mail_icon.xpm
1068                 Use pixbuf for app icon, and make the app icon
1069                 a bit nicer
1070
1071 2009-01-02 [colin]      3.7.0cvs9
1072
1073         * src/uri_opener.c
1074                 Show both link title and URI if possible
1075
1076 2009-01-02 [colin]      3.7.0cvs8
1077
1078         * src/addressadd.c
1079         * src/addressbook.c
1080         * src/addressbook_foldersel.c
1081         * src/addressitem.h
1082         * src/folderview.c
1083         * src/grouplistdialog.c
1084         * src/importldif.c
1085         * src/mimeview.c
1086         * src/summaryview.c
1087         * src/gtk/gtkcmclist.c
1088         * src/gtk/gtkcmclist.h
1089         * src/gtk/gtkcmctree.c
1090         * src/gtk/gtkcmctree.h
1091         * src/gtk/gtksctree.c
1092         * src/gtk/gtksctree.h
1093                 Implement pixbuf rendering in tree widgets
1094                 instead of pixmaps
1095         * src/plugins/trayicon/trayicon.c
1096         * src/noticeview.c
1097         * src/prefs_themes.c
1098                 Use pixbuf rendering here too
1099
1100 2008-12-30 [paul]       3.7.0cvs7
1101
1102         * src/textview.c
1103                 no need to prematurely trim the uri in the statusbar
1104
1105 2008-12-29 [paul]       3.7.0cvs6
1106
1107         * src/procmsg.c
1108                 prefer List-Id header to X-* headers when creating
1109                 filter rule automatically
1110
1111 2008-12-28 [colin]      3.7.0cvs5
1112
1113         * src/compose.c
1114                 Set minimum height to 440 instead of 480
1115
1116 2008-12-22 [colin]      3.7.0cvs4
1117
1118         * src/compose.c
1119                 Fix bug 1799, '"Discard message" deletes manually 
1120                 saved draft'. Switch rmode to REEDIT after 
1121                 manually saving.
1122
1123 2008-12-21 [paul]       3.7.0cvs3
1124
1125         * tools/claws.i18n.status.pl
1126                 updates
1127
1128 2008-12-21 [paul]       3.7.0cvs2
1129
1130         * AUTHORS
1131         * src/gtk/authors.h
1132                 (more) updates
1133
1134 2008-12-21 [paul]       3.7.0cvs1
1135
1136         * AUTHORS
1137         * src/gtk/authors.h
1138                 updates
1139
1140 2008-12-19 [paul]       3.7.0
1141
1142         * NEWS
1143         * README
1144         * RELEASE_NOTES 
1145                 3.7.0 released!
1146
1147 2008-12-19 [paul]       3.6.1cvs80
1148
1149         * configure.ac
1150                 remove unmaintained sk and sr from ALL_LINGUAS
1151                 add newly maintained cs to ALL_LINGUAS
1152         * po/bg.po
1153         * po/ca.po
1154         * po/cs.po
1155         * po/de.po
1156         * po/fi.po
1157         * po/hu.po
1158         * po/nl.po
1159         * po/pt_BR.po
1160         * po/ru.po
1161         * po/sv.po
1162                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1163                 Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
1164                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1165                 Persson Fink
1166
1167 2008-12-16 [colin]      3.6.1cvs79
1168
1169         * src/plugins/pgpcore/sgpgme.c
1170                 Fix warning
1171
1172 2008-12-15 [colin]      3.6.1cvs78
1173
1174         * src/compose.c
1175         * src/privacy.c
1176         * src/privacy.h
1177         * src/plugins/pgpcore/sgpgme.c
1178         * src/plugins/pgpcore/sgpgme.h
1179         * src/plugins/pgpinline/pgpinline.c
1180         * src/plugins/pgpmime/pgpmime.c
1181         * src/plugins/smime/smime.c
1182                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
1183                 email address" doesn't work'. Use custom from address
1184                 if set
1185
1186 2008-12-15 [colin]      3.6.1cvs77
1187
1188         * src/common/utils.c
1189                 Fix bug 1746, 'Makes a mailto link from several 
1190                 paragraphs'
1191
1192 2008-12-15 [paul]       3.6.1cvs76
1193
1194         * m4/spamassassin.m4
1195                 fix warnings thrown up by autoconf-2.63
1196
1197 2008-12-13 [colin]      3.6.1cvs75
1198
1199         * Makefile.am
1200         * src/Makefile.am
1201         * src/common/ssl.c
1202         * src/common/utils.c
1203         * src/common/utils.h
1204         * tools/Makefile.am
1205                 Finish previous patch
1206
1207 2008-12-13 [colin]      3.6.1cvs74
1208
1209         * tools/Makefile.am
1210                 Only install certs on windows
1211
1212 2008-12-13 [colin]      3.6.1cvs73
1213
1214         * tools/Makefile.am
1215         * tools/ca-certificates.crt
1216         * src/common/Makefile.am
1217         * src/common/ssl.c
1218                 First try to ship SSL certificates in Windows
1219                 build
1220
1221 2008-12-12 [colin]      3.6.1cvs72
1222
1223         * configure.ac
1224         * src/plugins/pgpinline/claws.def
1225                 Windows build fixes
1226
1227 2008-12-12 [paul]       3.6.1cvs71
1228
1229         * src/imap.c
1230         * src/mh.c
1231         * src/partial_download.c
1232         * src/textview.c
1233         * src/common/claws.c
1234         * src/common/prefs.c
1235         * src/common/utils.c
1236                 win32: fix unlinking, renaming and bug with
1237                 non-ascii username
1238                 Patch by Colin
1239
1240 2008-12-11 [colin]      3.6.1cvs70
1241
1242         * po/fr.po
1243         * manual/fr/advanced.xml
1244                 Update french translations
1245
1246 2008-12-10 [colin]      3.6.1cvs69
1247
1248         * manual/faq.xml
1249                 Correct bug submission guidelines
1250
1251 2008-12-10 [colin]      3.6.1cvs68
1252
1253         * src/plugins/pgpcore/pgp_viewer.c
1254                 Fix bug 1736, 'Key import does not work'
1255                 Kill the correct pid (and not the parent
1256                 shell), and increase the timeout a bit.
1257
1258 2008-12-09 [paul]       3.6.1cvs67
1259
1260         * src/messageview.c
1261                 ensure that any stray noticeview buttons are hidden,
1262                 as clicking them causes segfaults!
1263
1264 2008-12-09 [colin]      3.6.1cvs66
1265
1266         * src/compose.c
1267         * src/compose.h
1268         * src/folder_item_prefs.h
1269         * src/prefs_common.c
1270         * src/prefs_common.h
1271         * src/common/defs.h
1272                 Fix bug 1792, '"Save Message to" should 
1273                 retain list of recently selected folders'
1274                 Also, make Enchant-related prefs stick
1275                 even if the build doesn't enable enchant
1276
1277 2008-12-09 [paul]       3.6.1cvs65
1278
1279         * src/messageview.c
1280                 fix bug 1787, 'Prevent automatic PGP inline
1281                 decryption attempts' use the noticeview to display
1282                 decryption failure messages instead of the irritating
1283                 popup dialog
1284
1285 2008-12-09 [colin]      3.6.1cvs64
1286
1287         * src/prefs_filtering.c
1288                 Fix bug 1789, 'filtering account selection 
1289                 (regression)'. Filtering on sending-only
1290                 accounts can be a little useful when using
1291                 filtering via Tools menu.
1292
1293 2008-12-07 [paul]       3.6.1cvs63
1294
1295         * src/prefs_actions.c
1296                 don't auto-select first entry (same as other
1297                 similar dialogs)
1298         * src/gtk/pluginwindow.c
1299                 these parents don't have children so don't look
1300                 for them
1301
1302 2008-12-07 [paul]       3.6.1cvs62
1303
1304         * src/prefs_account.c
1305         * src/gtk/pluginwindow.c
1306         * src/gtk/prefswindow.c
1307         * src/gtk/prefswindow.h
1308                 auto-select first page
1309
1310 2008-12-05 [colin]      3.6.1cvs61
1311
1312         * src/codeconv.c
1313         * src/procmime.c
1314                 Fix bug 1788, 'CM crashes re-encoding 
1315                 encoded parameters' (introduced in cvs40)
1316
1317 2008-12-05 [paul]       3.6.1cvs60
1318
1319         * src/prefs_common.h
1320                 remove gpg prefs that are no longer needed here
1321
1322 2008-12-03 [colin]      3.6.1cvs59
1323
1324         * src/msgcache.c
1325                 Speed up cache reading (about 10% gain)
1326         * src/summaryview.c
1327         * src/gtk/gtksctree.c
1328                 Speed up expand/collapse all threads
1329                 (about 95% gain)
1330
1331 2008-12-03 [paul]       3.6.1cvs58
1332
1333         * configure.ac
1334                 eradicate gcc4's signedness warnings
1335                 fix building with gnuTLS on (Open)Solaris
1336
1337 2008-12-01 [colin]      3.6.1cvs57
1338
1339         * src/gtk/gtkcmclist.c
1340                 Fix column headers
1341
1342 2008-12-01 [colin]      3.6.1cvs56
1343
1344         * src/plugins/pgpinline/pgpinline.c
1345                 Fix bug 1779, 'PGP Inline badly handles 
1346                 multipart'. Properly dump the current part
1347                 instead of running around with scissors
1348
1349 2008-11-30 [paul]       3.6.1cvs55
1350
1351         * manual/advanced.xml
1352         * manual/plugins.xml
1353         * src/prefs_toolbar.c
1354                 remove the verb from the page title and
1355                 update references in the manual
1356
1357 2008-11-30 [paul]       3.6.1cvs54
1358
1359         * src/prefs_other.c
1360                 move Other/ page to Other/Miscellaneous
1361         * src/gtk/prefswindow.c
1362                 make parent page unselectable
1363
1364 2008-11-29 [paul]       3.6.1cvs53
1365
1366         * README
1367                 add the new 'primary_paste_unselects' hidden
1368                 option, add missing 'log_[...]_color' options,
1369                 and reformat the text
1370         * manual/advanced.xml
1371                 add the new 'primary_paste_unselects' hidden
1372                 option, add missing 'log_[...]_color' options
1373
1374 2008-11-28 [colin]      3.6.1cvs52
1375
1376         * src/mimeview.c
1377                 Fix leak
1378
1379 2008-11-28 [colin]      3.6.1cvs51
1380
1381         * po/fr.po
1382                 Update translation
1383
1384 2008-11-28 [colin]      3.6.1cvs50
1385
1386         * src/mainwindow.c
1387                 Fix account selection in Mailing list
1388                 menu
1389
1390 2008-11-28 [paul]       3.6.1cvs49
1391
1392         * po/Makefile.in.in
1393                 automatically remove obsolete strings
1394
1395 2008-11-28 [colin]      3.6.1cvs48
1396
1397         * src/plugins/pgpcore/sgpgme.c
1398                 Fix error message when key isn't available.
1399
1400 2008-11-27 [colin]      3.6.1cvs47
1401
1402         * src/filtering.c
1403         * src/matcher.c
1404                 Fix a little leak
1405
1406 2008-11-26 [colin]      3.6.1cvs46
1407
1408         * src/common/ssl.c
1409                 Fix new warning
1410
1411 2008-11-26 [colin]      3.6.1cvs45
1412
1413         * src/plugins/pgpcore/select-keys.c
1414         * src/plugins/pgpcore/sgpgme.c
1415                 Fix bug 1591, 'S/MIME: better key 
1416                 handling/selection dialog'
1417                 Really ignore revoked/expired keys
1418
1419 2008-11-26 [colin]      3.6.1cvs44
1420
1421         * src/main.c
1422         * src/common/claws.c
1423         * src/common/ssl.c
1424                 Make sure libgcrypt's threading is initialised
1425                 before gnutls. See also old bug 1539.
1426
1427 2008-11-26 [colin]      3.6.1cvs43
1428
1429         * src/imap.c
1430         * src/news.c
1431         * src/etpan/imap-thread.c
1432                 Fix possible crashes due to clist_begin()
1433                 not checking for NULLs (it should!)
1434
1435 2008-11-25 [colin]      3.6.1cvs42
1436
1437         * src/procmime.c
1438                 Fix line length in MIME parameters
1439
1440 2008-11-22 [paul]       3.6.1cvs41
1441
1442         * src/compose.c
1443                 grab Return key press in attachments Properties
1444                 dialog
1445
1446 2008-11-21 [colin]      3.6.1cvs40
1447
1448         * src/compose.c
1449         * src/procmime.c
1450                 Fix bug 1776, 'use encoded name parameters 
1451                 for attachments instead of ascii'.
1452                 Break the RFC 2047 by using B-encoded 
1453                 filename parameter, like everyone does,
1454                 following advice from the RFC author.
1455
1456 2008-11-21 [colin]      3.6.1cvs39
1457
1458         * src/common/socket.c
1459                 Rehandshake if server asks to
1460
1461 2008-11-21 [colin]      3.6.1cvs38
1462
1463         * src/mimeview.h
1464         * src/toolbar.h
1465         * src/common/session.h
1466         * src/common/smtp.h
1467                 Move conditional-compilation members to
1468                 end of structs
1469
1470 2008-11-19 [wwp]        3.6.1cvs37
1471
1472         * src/prefs_actions.c
1473                 Fixed wrong behaviour when pressing Escape (was not cancelling
1474                 the action).
1475
1476 2008-11-19 [wwp]        3.6.1cvs36
1477
1478         * src/compose.c
1479         * src/matcher.c
1480         * src/messageview.c
1481         * src/mimeview.c
1482         * src/prefs_actions.c
1483         * src/prefs_filtering_action.c
1484         * src/procmsg.c
1485         * src/summaryview.c
1486         * src/textview.c
1487         * src/common/utils.c
1488                 Replace occurrences of "command line" with "command-line" everywhere.
1489                 Enforce code style (mostly indentation) in prefs_actions.c.
1490
1491 2008-11-19 [colin]      3.6.1cvs35
1492
1493         * src/compose.c
1494         * src/prefs_common.c
1495         * src/prefs_common.h
1496                 Add primary_paste_unselects hidden preference
1497                 to change how middle-click pasting changes
1498                 the selection and insert point; defaults to
1499                 pre-3.6.1cvs31
1500
1501 2008-11-19 [colin]      3.6.1cvs34
1502
1503         * src/folderview.c
1504                 Always give focus to summaryview, even if
1505                 the folder is empty, in small screen layout.
1506                 Allows to go back to folderlist using the
1507                 keyboard.
1508
1509 2008-11-18 [colin]      3.6.1cvs33
1510
1511         * src/mainwindow.h
1512                 Put back conditional at the end of struct
1513
1514 2008-11-18 [colin]      3.6.1cvs32
1515
1516         * src/procmime.c
1517         * src/common/w32_reg.c
1518                 Fix crash on win32 when browsing to a
1519                 directory
1520
1521 2008-11-15 [colin]      3.6.1cvs31
1522
1523         * src/compose.c
1524                 After a mid-click paste, deselect selection
1525                 and go to end of paste.
1526
1527 2008-11-15 [colin]      3.6.1cvs30
1528
1529         * src/compose.c
1530                 Auto-save draft after external editor quits
1531
1532 2008-11-15 [colin]      3.6.1cvs29
1533
1534         * src/plugins/pgpcore/sgpgme.c
1535                 Fix wrong error display, thanks to
1536                 Charles A. Edwards
1537
1538 2008-11-14 [colin]      3.6.1cvs28
1539
1540         * src/prefs_actions.c
1541                 Comment out bogus (IMO) warning
1542
1543 2008-11-14 [colin]      3.6.1cvs27
1544
1545         * src/mainwindow.c
1546         * src/summaryview.c
1547         * src/summaryview.h
1548         * src/gtk/menu.c
1549         * src/gtk/menu.h
1550                 Share summaryview's context menu actions with
1551                 the equivalent menu items of the main menu;
1552                 this allows to share accelerators and de-
1553                 duplicate code.
1554
1555 2008-11-14 [colin]      3.6.1cvs26
1556
1557         * src/plugins/pgpcore/sgpgme.c
1558                 Fix bug 1768, 'claws-mail crashes while 
1559                 checking smime bad signature'
1560
1561 2008-11-13 [colin]      3.6.1cvs25
1562
1563         * src/account.c
1564         * src/filtering.c
1565                 Fix redefinition of PREFSBUFSIZE
1566
1567 2008-11-13 [wwp]        3.6.1cvs24
1568
1569         * tools/popfile-link.sh
1570                 Add support for reusing existing POPFile session ID.
1571
1572 2008-11-12 [colin]      3.6.1cvs23
1573
1574         * src/prefs_gtk.h
1575                 Fix bug 1771, 'Folder template gets 
1576                 truncated when exiting the application'
1577                 Use a 32k buffer for string preferences
1578
1579 2008-11-11 [colin]      3.6.1cvs22
1580
1581         * src/summaryview.c
1582                 Fix "display sender using addressbook" when
1583                 prefs_common.swap_from is in use. Patch by
1584                 H. Merijn Brand
1585
1586 2008-11-11 [colin]      3.6.1cvs21
1587
1588         * src/autofaces.c
1589         * src/common/md5.c
1590         * src/common/md5.h
1591                 Make a few functions static
1592
1593 2008-11-07 [colin]      3.6.1cvs20
1594
1595         * src/mainwindow.c
1596         * src/summaryview.c
1597                 Fix crash when rebuilding colorlabel
1598                 menu
1599         * src/addrgather.c
1600         * src/editldap.c
1601         * src/prefs_account.c
1602         * src/prefs_compose_writing.c
1603         * src/prefs_logging.c
1604         * src/prefs_message.c
1605         * src/prefs_other.c
1606         * src/prefs_receive.c
1607         * src/prefs_summaries.c
1608         * src/prefs_wrapping.c
1609         * src/plugins/bogofilter/bogofilter_gtk.c
1610         * src/plugins/pgpcore/prefs_gpg.c
1611         * src/plugins/spamassassin/spamassassin_gtk.c
1612                 Fix deprecated use of page_size in 
1613                 gtkspinbutton adjustments
1614
1615 2008-11-06 [mones]      3.6.1cvs19
1616
1617         * src/mainwindow.c
1618                 Fix missing "About" in Help menu
1619         * tools/claws.i18n.status.pl
1620                 Fix header
1621
1622 2008-11-05 [colin]      3.6.1cvs18
1623
1624         * src/action.c
1625         * src/main.c
1626         * src/mainwindow.c
1627         * src/common/socket.c
1628         * src/common/socket.h
1629         * src/gtk/gtkutils.c
1630         * src/gtk/gtkutils.h
1631                 w32: Implement single launch (lock
1632                 socket); always put debug log to
1633                 the rc_dir; fix Start menu update
1634                 after registering as default Mail 
1635                 app
1636
1637 2008-11-05 [colin]      3.6.1cvs17
1638
1639         * src/mainwindow.c
1640                 Setting the Mail start menu item in HKCU 
1641                 confuses the Internet Options dialog. Do 
1642                 it in HKLM as this dialog does.
1643
1644 2008-11-04 [colin]      3.6.1cvs16
1645
1646         * src/common/w32_reg.c
1647                 Fix off-by-one
1648
1649 2008-11-04 [colin]      3.6.1cvs15
1650
1651         * src/procmime.c
1652                 w32: Fix getting content-type 
1653         * src/mimeview.c
1654         * src/prefs_common.c
1655         * src/prefs_common.h
1656         * src/prefs_ext_prog.c
1657         * src/textview.c
1658                 w32: better integration (use the
1659                 standard file associations instead
1660                 of our platform-unadapted open
1661                 dialog)
1662         * src/mainwindow.c
1663         * src/common/utils.c
1664         * src/common/w32_reg.c
1665         * src/common/w32lib.h
1666                 w32: better integration (allow 
1667                 setting Claws as default MUA)
1668
1669 2008-11-01 [colin]      3.6.1cvs14
1670
1671         * src/codeconv.c
1672                 Fix wrongly converted non-ascii characters
1673                 when locale's charset is US-ASCII (strict-mode
1674                 was failing in this case)
1675
1676 2008-10-30 [colin]      3.6.1cvs13
1677
1678         * src/mimeview.c
1679         * src/mimeview.h
1680         * src/textview.c
1681         * src/textview.h
1682                 Use one UI Manager per mimeview, instead of
1683                 the global one -- else user_data pointer gets
1684                 broken if opening and closing another message-
1685                 view, then using right-click on a mimeview's 
1686                 mimepart. Probably fixes bug 1711, 'Save-as
1687                 attachment crashes'
1688
1689 2008-10-24 [paul]       3.6.1cvs12
1690
1691         * tools/Makefile.am
1692         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1693         * tools/kdeservicemenu/install.sh
1694                 another, possibly the final?, attempt on getting this
1695                 sorted for kde4
1696
1697 2008-10-24 [paul]       3.6.1cvs11
1698
1699         * tools/kdeservicemenu/install.sh
1700                 fix servicemenu installation directory on kde4
1701
1702 2008-10-24 [paul]       3.6.1cvs10
1703
1704         * tools/kdeservicemenu/README
1705         * tools/kdeservicemenu/install.sh
1706                 add support for kde4 in addition to kde3.
1707                 a rework involving checking for kde4-config, then
1708                 kde-config, finally prompting the user for the
1709                 location of either if they cannot be found
1710                 
1711
1712 2008-10-18 [paul]       3.6.1cvs9
1713
1714         * tools/claws.i18n.status.pl
1715                 updated with latest translator info.
1716                 only print for languages defined in %langname
1717
1718 2008-10-17 [paul]       3.6.1cvs8
1719
1720         * src/plugins/pgpcore/sgpgme.c
1721                 when listing the uid's, show the uid validity
1722
1723 2008-10-16 [paul]       3.6.1cvs7
1724
1725         * INSTALL
1726                 updated
1727
1728 2008-10-13 [wwp]        3.6.1cvs6
1729
1730         * po/fr.po
1731                 Updated French translation.
1732
1733 2008-10-11 [colin]      3.6.1cvs5
1734
1735         * src/gtk/authors.h
1736                 Fix bug 1756, "Outdated translators list in About 
1737                 dialogue". Patch by Aleksei Miheev.
1738
1739 2008-10-11 [colin]      3.6.1cvs4
1740
1741         * src/account.c
1742         * src/imap.c
1743         * src/inc.c
1744         * src/main.c
1745         * src/mainwindow.c
1746         * src/news.c
1747         * src/pop.c
1748         * src/pop.h
1749         * src/prefs_account.c
1750         * src/send_message.c
1751         * src/send_message.h
1752         * src/ssl_manager.c
1753         * src/ssl_manager.h
1754         * src/wizard.c
1755         * src/common/claws.c
1756         * src/common/defs.h
1757         * src/common/session.c
1758         * src/common/session.h
1759         * src/common/smtp.c
1760         * src/common/smtp.h
1761         * src/common/socket.c
1762         * src/common/socket.h
1763         * src/common/ssl.c
1764         * src/common/ssl.h
1765         * src/common/ssl_certificate.c
1766         * src/common/ssl_certificate.h
1767         * src/gtk/about.c
1768         * src/gtk/sslcertwindow.c
1769         * src/gtk/sslcertwindow.h
1770                 Remove OpenSSL code
1771
1772 2008-10-11 [colin]      3.6.1cvs3
1773
1774         * src/common/ssl_certificate.c
1775                 Make local function static
1776
1777 2008-10-10 [colin]      3.6.1cvs2
1778
1779         * src/common/ssl.h
1780         * src/common/ssl_certificate.c
1781         * src/gtk/sslcertwindow.c
1782                 Add offline certificate verification,
1783                 thanks to Nikos Mavrogiannopoulos for the
1784                 hints
1785
1786 2008-10-10 [colin]      3.6.1cvs1
1787
1788         * src/common/ssl_certificate.c
1789         * src/gtk/sslcertwindow.c
1790                 Fix warnings
1791
1792 2008-10-10 [paul]       3.6.1
1793
1794         * m4/spamassassin.m4
1795                 remove openssl dross
1796
1797         * NEWS
1798         * README
1799         * RELEASE_NOTES 
1800                 3.6.1 released!
1801
1802 2008-10-10 [colin]      3.6.0cvs25
1803
1804         * src/common/ssl.c
1805                 Tell libetpan it doesn't need to init
1806                 GnuTLS
1807
1808 2008-10-10 [colin]      3.6.0cvs24
1809
1810         * claws-mail.pc.in
1811                 Remove references to openssl
1812
1813 2008-10-09 [colin]      3.6.0cvs23
1814
1815         * configure.ac
1816                 Fix message
1817
1818 2008-10-09 [colin]      3.6.0cvs22
1819
1820         * configure.ac
1821                 Error out when building against openssl
1822
1823 2008-10-09 [colin]      3.6.0cvs21
1824
1825         * configure.ac
1826         * COPYING
1827         * src/crash.c
1828         * src/main.c
1829         * src/gtk/about.c
1830                 Disable OpenSSL due to requirement of
1831                 OpenSSL exception. Code not removed yet,
1832                 just in case, but disabled.
1833
1834 2008-10-09 [colin]      3.6.0cvs20
1835
1836         * configure.ac
1837         * src/Makefile.am
1838         * src/crash.c
1839         * src/gedit-print.c
1840         * src/gedit-print.h
1841         * src/main.c
1842         * src/mainwindow.c
1843         * src/messageview.c
1844         * src/prefs_ext_prog.c
1845         * src/prefs_fonts.c
1846         * src/prefs_image_viewer.c
1847         * src/printing.c
1848         * src/printing.h
1849         * src/summaryview.c
1850         * src/gtk/Makefile.am
1851         * src/gtk/about.c
1852         * src/gtk/gtksourceprintjob.c
1853         * src/gtk/gtksourceprintjob.h
1854                 Revert previous patch. It'd be better to remove
1855                 OpenSSL instead, as GnuTLS works as well.
1856
1857 2008-10-09 [colin]      3.6.0cvs19
1858
1859         * configure.ac
1860         * src/Makefile.am
1861         * src/crash.c
1862         * src/gedit-print.c
1863         * src/gedit-print.h
1864         * src/main.c
1865         * src/mainwindow.c
1866         * src/messageview.c
1867         * src/prefs_ext_prog.c
1868         * src/prefs_fonts.c
1869         * src/prefs_image_viewer.c
1870         * src/printing.c
1871         * src/printing.h
1872         * src/summaryview.c
1873         * src/gtk/Makefile.am
1874         * src/gtk/about.c
1875         * src/gtk/gtksourceprintjob.c
1876         * src/gtk/gtksourceprintjob.h
1877                 Remove the libgnomeprint interface (deprecated,
1878                 and fixes Debian's #501570, 'Copyright confusion')
1879
1880 2008-10-09 [colin]      3.6.0cvs18
1881
1882         * configure.ac
1883                 Require libetpan 0.57 (important fixes)
1884
1885 2008-10-08 [paul]       3.6.0cvs17
1886
1887         * src/prefs_filtering_action.c
1888         * src/prefs_matcher.c
1889                 enable re-ordering of the filtering/processing
1890                 condition and actions lists by drag'n'drop
1891
1892 2008-10-08 [colin]      3.6.0cvs16
1893
1894         * src/addressbook.c
1895                 Fix wrong menu title
1896
1897 2008-10-07 [colin]      3.6.0cvs15
1898
1899         * src/imap.c
1900                 After thinking, revert this. It's only a minor
1901                 annoyance to GSSAPI users, and I can't test this
1902                 right now. Postponed until after next good release.
1903
1904 2008-10-07 [colin]      3.6.0cvs14
1905
1906         * src/imap.c
1907                 Don't ask for a password when using GSSAPI
1908
1909 2008-10-07 [colin]      3.6.0cvs13
1910
1911         * src/mainwindow.c
1912                 Fix build with GTK+ < 2.14
1913
1914 2008-10-07 [colin]      3.6.0cvs12
1915
1916         * src/mainwindow.c
1917         * src/mainwindow.h
1918         * src/prefs_common.c
1919         * src/prefs_common.h
1920         * src/summaryview.c
1921         * src/gtk/colorlabel.c
1922                 Fix bug 1749, 'Shortcut keys for color labels 
1923                 not changeable'
1924                 Make fullscreen a setting remembered between
1925                 sessions
1926
1927 2008-10-07 [colin]      3.6.0cvs11
1928
1929         * src/prefs_other.c
1930                 Fix bug 1747, 'Wanderlust keybindings no longer 
1931                 working (regression)'
1932
1933 2008-10-07 [colin]      3.6.0cvs10
1934
1935         * src/mainwindow.c
1936                 Make fullscreen a real menu item
1937
1938 2008-10-07 [colin]      3.6.0cvs9
1939
1940         * src/mainwindow.c
1941                 Make sure we won't save size when
1942                 fullscreening
1943
1944 2008-10-06 [colin]      3.6.0cvs8
1945
1946         * src/mainwindow.c
1947         * src/mainwindow.h
1948                 Handle fullscreen via F11. Patch by
1949                 Michael Rasmussen
1950
1951 2008-10-06 [colin]      3.6.0cvs7
1952
1953         * src/common/ssl.c
1954                 Fix return value when setting client cert
1955
1956 2008-10-04 [colin]      3.6.0cvs6
1957
1958         * src/mimeview.c
1959                 Fix bug 1742, 'Attachment list contents not 
1960                 visible/scrollable'
1961
1962 2008-10-04 [paul]       3.6.0cvs5
1963
1964         * src/mainwindow.c
1965                 fix failure of Hide toolbar option on restart
1966
1967 2008-10-04 [colin]      3.6.0cvs4
1968
1969         * src/addressbook.c
1970         * src/compose.c
1971         * src/mainwindow.c
1972         * src/messageview.c
1973         * src/summaryview.c
1974                 Maemo: Fix bug 1737, Crashes upon opening
1975
1976 2008-10-04 [paul]       3.6.0cvs3
1977
1978         * po/pt_BR.po
1979                 submitted (just a little late) by Frederico
1980                 Goncalves Guimaraes
1981
1982 2008-10-03 [wwp]        3.6.0cvs2
1983
1984         * po/fr.po
1985                 Many fixes, mostly in menus and accelerators.
1986
1987 2008-10-03 [colin]      3.6.0cvs1
1988
1989         * src/gtk/filesel.c
1990                 Allow network mounts with new GTKs: they're
1991                 available via FUSE mounts and we don't need
1992                 GVFS.
1993
1994 2008-10-03 [paul]       3.6.0
1995
1996         * NEWS
1997         * README
1998         * RELEASE_NOTES 
1999                 3.6.0 released!
2000
2001 2008-10-03 [paul]       3.5.0cvs145
2002
2003         * configure.ac
2004         * po/bg.po
2005         * po/nl.po
2006         * po/ru.po
2007         * po/sv.po
2008                 new translations. added by Yasen Pramatarov,
2009                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
2010         * po/ca.po
2011         * po/de.po
2012         * po/fi.po
2013         * po/fr.po
2014         * po/hu.po
2015         * po/it.po
2016         * po/pl.po
2017         * po/zh_CN.po
2018                 updated translations. submitted by Miquel Oliete,
2019                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
2020                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
2021
2022 2008-10-02 [colin]      3.5.0cvs144
2023
2024         * src/common/session.c
2025                 Fix crash when connection fails on windows
2026
2027 2008-10-01 [colin]      3.5.0cvs143
2028
2029         * src/imap.c
2030                 Real fix for FS-unsafe chars on win32
2031
2032 2008-10-01 [colin]      3.5.0cvs142
2033
2034         * src/imap.c
2035                 Encode prohibited filenames on win32
2036
2037 2008-09-30 [mones]      3.5.0cvs141
2038
2039         * src/ldapctrl.c
2040         * src/main.c
2041         * src/prefs_themes.c
2042         * src/printing.c
2043                 Fix output of some debug messages
2044
2045 2008-09-30 [colin]      3.5.0cvs140
2046
2047         * src/addrbook.c
2048         * src/addrharvest.c
2049         * src/compose.c
2050         * src/jpilot.c
2051         * src/mh.c
2052         * src/prefs_themes.c
2053         * src/procheader.c
2054         * src/procmime.c
2055         * src/summaryview.c
2056         * src/common/utils.c
2057         * src/gtk/sslcertwindow.c
2058                 Win32: Fix time usage; use g_stat
2059
2060 2008-09-29 [colin]      3.5.0cvs139
2061
2062         * src/common/utils.c
2063                 Fix case-sensitive match of subject
2064                 prefixes on win32
2065
2066 2008-09-29 [colin]      3.5.0cvs138
2067
2068         * src/folder_item_prefs.c
2069         * src/folder_item_prefs.h
2070         * src/matcher.c
2071         * src/prefs_folder_item.c
2072         * src/prefs_matcher.c
2073         * src/summaryview.c
2074         * src/common/string_match.c
2075         * src/common/utils.c
2076                 Fix a huge leak (dozens of megs per folder
2077                 change) on Windows: disable regexps 
2078
2079 2008-09-28 [paul]       3.5.0cvs137
2080
2081         * po/en_GB.po
2082                 updated
2083
2084 2008-09-27 [colin]      3.5.0cvs136
2085
2086         * src/account.c
2087         * src/account.h
2088                 Add accessor for cur_account
2089
2090 2008-09-27 [colin]      3.5.0cvs135
2091
2092         * src/imap.c
2093                 Fix crash when error happen on session establishment
2094
2095 2008-09-26 [mones]      3.5.0cvs134
2096
2097         * po/es.po
2098                 Updated for release
2099
2100 2008-09-26 [colin]      3.5.0cvs133
2101
2102         * src/plugins/pgpcore/claws.def
2103                 Fix symbol
2104
2105 2008-09-26 [colin]      3.5.0cvs132
2106
2107         * src/prefs_common.c
2108         * src/prefs_common.h
2109         * src/plugins/pgpcore/pgp_viewer.c
2110                 Add an accessor to prefs_common for plugins
2111                 (Win32 fix)
2112
2113 2008-09-25 [colin]      3.5.0cvs131
2114
2115         * src/main.c
2116                 Fix bug 1725, 'useless lines in clawsrc'
2117         * src/plugins/smime/mypgpcore.def
2118                 Add a missing symbol
2119
2120 2008-09-25 [paul]       3.5.0cvs130
2121
2122         * src/plugins/smime/mypgpcore.def
2123         * src/plugins/smime/plugin.def
2124         * src/plugins/smime/version.rc
2125                 add these windows-specific files
2126                 (Thanks to Colin)
2127
2128 2008-09-25 [colin]      3.5.0cvs129
2129
2130         * src/main.c
2131                 Load standard plugins only on first run
2132
2133 2008-09-25 [colin]      3.5.0cvs128
2134
2135         * src/codeconv.c
2136                 Fix build...
2137
2138 2008-09-24 [colin]      3.5.0cvs127
2139
2140         * src/codeconv.c
2141                 Add nb_NO's charset (iso-8859-1)
2142
2143 2008-09-24 [colin]      3.5.0cvs126
2144
2145         * src/common/utils.c
2146                 Fix get_mail_base_dir() on windows
2147                 (was synced from main ages ago)
2148
2149 2008-09-24 [colin]      3.5.0cvs125
2150
2151         * src/main.c
2152         * src/wizard.c
2153                 Integrate better with Windows' style
2154
2155 2008-09-23 [paul]       3.5.0cvs124
2156
2157         * src/compose.c
2158         * src/mainwindow.c
2159         * src/messageview.c
2160                 offer these strings to translators too 
2161
2162 2008-09-23 [colin]      3.5.0cvs123
2163
2164         * configure.ac
2165                 Add a --disable-dbus flag in case we want
2166                 no DBUS even if headers are available (like
2167                 for building gpg4win)
2168         * src/filtering.c
2169         * src/mainwindow.c
2170         * src/prefs_logging.c
2171         * src/common/utils.c
2172         * src/plugins/pgpcore/sgpgme.c
2173         * src/plugins/smime/claws.def
2174                 Windows fixes:
2175                 - disable filtering log (it's crashy for
2176                   some reason)
2177                 - fix gmtime_r when time is -1 (before 01/01/70)
2178                 - add symbols for smime
2179
2180 2008-09-22 [colin]      3.5.0cvs122
2181
2182         * src/common/utils.c
2183         * src/account.c
2184                 Remove raw printf
2185         * src/compose.c
2186                 Fix cursor position after changing account
2187         * src/imap.c
2188         * src/mimeview.c
2189         * src/news.c
2190                 Fix absolute path detection 
2191
2192 2008-09-21 [colin]      3.5.0cvs121
2193
2194         * src/gtk/gtkaspell.c
2195                 Don't try to use empty dictionaries
2196
2197 2008-09-20 [colin]      3.5.0cvs120
2198
2199         * po/POTFILES.in
2200                 Add the new files to the translations
2201
2202 2008-09-20 [colin]      3.5.0cvs119
2203
2204         * configure.ac
2205         * src/plugins/Makefile.am
2206         * src/plugins/smime/Makefile.am
2207         * src/plugins/smime/plugin.c
2208         * src/plugins/smime/smime.c
2209         * src/plugins/smime/smime.deps
2210         * src/plugins/smime/smime.h
2211                 Include S/Mime plugin in the main plugins
2212                 Will ease the Gpg4win team's work
2213
2214 2008-09-20 [colin]      3.5.0cvs118
2215
2216         * src/autofaces.c
2217         * src/compose.c
2218         * src/ldapquery.c
2219         * src/main.c
2220         * src/news.c
2221         * src/common/socket.c
2222         * src/gtk/gtkutils.c
2223         * src/plugins/pgpcore/claws.def
2224                 Windows: more fixes, thanks to wwp and
2225                 Marcus Brinkmann
2226
2227 2008-09-20 [colin]      3.5.0cvs117
2228
2229         * src/imap.c
2230                 Tell on which server errors happened
2231
2232 2008-09-20 [colin]      3.5.0cvs116
2233
2234         * src/etpan/etpan-thread-manager.c
2235         * src/etpan/imap-thread.c
2236         * src/etpan/nntp-thread.c
2237                 Windows: Fix hang on IMAP/NNTP
2238
2239 2008-09-20 [colin]      3.5.0cvs115
2240
2241         * src/common/utils.c
2242                 Fix bug 1723, "Buffer overflow crash caused by 
2243                 preview in 'Date format help' dialog box"
2244                 Also, optimise fast_strftime a bit :)
2245
2246 2008-09-18 [colin]      3.5.0cvs114
2247
2248         * src/procmime.c
2249         * src/textview.c
2250                 Check for NULLs before str* functions
2251
2252 2008-09-18 [colin]      3.5.0cvs113
2253
2254         * src/messageview.c
2255         * src/procmime.c
2256         * src/textview.c
2257                 Handle html parts in multipart/related
2258                 Decode ISO-8859-1 as Windows-1252 (the former
2259                 is a subset of the latter) in order to 
2260                 workaround Outlook mails misencoding
2261         * src/gtk/logwindow.c
2262         * src/gtk/logwindow.h
2263                 Clear mainwindow's error pixmap when the
2264                 error scrolls out of the log
2265
2266 2008-09-17 [colin]      3.5.0cvs112
2267
2268         * src/image_viewer.c
2269                 Fix image loading (multiple childs added to 
2270                 scrolledwindow, break of the resize functionality)
2271         * src/account.c
2272         * src/prefs_folder_item.c
2273         * src/prefs_spelling.c
2274         * src/gtk/gtkaspell.c
2275                 Better fix problems with dictionaries updates
2276
2277 2008-09-17 [colin]      3.5.0cvs111
2278
2279         * src/common/utils.c
2280                 Fix double-opening (fixes multiple signatures when
2281                 using signify)
2282
2283 2008-09-16 [colin]      3.5.0cvs110
2284
2285         * src/prefs_account.c
2286         * src/prefs_folder_item.c
2287         * src/prefs_spelling.c
2288         * src/gtk/gtkaspell.c
2289                 Better stripping of aspell dictionaries names
2290
2291 2008-09-16 [colin]
2292
2293         * 3.6.0-rc1 released
2294
2295 2008-09-16 [colin]      3.5.0cvs109
2296
2297         * src/account.c
2298         * src/inc.c
2299         * src/mainwindow.c
2300         * src/prefs_account.h
2301         * src/prefs_other.c
2302         * src/send_message.c
2303         * src/gtk/inputdialog.c
2304                 Don't add a pref to allow remembering passwords
2305                 (Just not checking the checkbox is enough)
2306
2307 2008-09-16 [colin]      3.5.0cvs108
2308
2309         * configure.ac
2310                 Require libetpan 0.56 as 0.55 is crashy
2311         * src/messageview.c
2312                 Fix english
2313         * src/gtk/inputdialog.c
2314         * src/gtk/inputdialog.h
2315                 Fix warnings
2316
2317 2008-09-16 [wwp]        3.5.0cvs107
2318
2319         * src/compose.c
2320                 Complete 3.5.0cvs106 by removing a function that got
2321                 moved to account.[ch].
2322
2323 2008-09-16 [wwp]        3.5.0cvs106
2324
2325         * src/account.c
2326         * src/account.h
2327         * src/compose.c
2328         * src/quote_fmt.c
2329         * src/quote_fmt_lex.l
2330         * src/quote_fmt_parse.y
2331                 Add account signature (path and value string) manipulation
2332                 keywords to the template processor. It's now possible in
2333                 all templates to insert the account signature to an
2334                 arbitrary location or to pass it to a external script for
2335                 further editing.
2336
2337
2338 2008-09-16 [mones]      3.5.0cvs105
2339
2340         * src/imap.c
2341         * src/inc.c
2342         * src/mainwindow.c
2343         * src/mainwindow.h
2344         * src/news.c
2345         * src/prefs_account.h
2346         * src/prefs_common.c
2347         * src/prefs_common.h
2348         * src/prefs_other.c
2349         * src/send_message.c
2350         * src/gtk/inputdialog.c
2351         * src/gtk/inputdialog.h
2352                 Implement session passwords: unsaved passwords for receiving
2353                 or sending of accounts can be remembered while running to 
2354                 avoid repetitive typing.
2355                 As keeping passwords in memory is unsafe a new preference 
2356                 in Other page is added to activate or not such capability.
2357
2358 2008-09-14 [colin]      3.5.0cvs104
2359
2360         * src/codeconv.c
2361         * src/codeconv.h
2362                 Make conv_iconv_strdup static
2363
2364 2008-09-12 [colin]      3.5.0cvs103
2365
2366         * claws-mail.pc.in
2367         * src/Makefile.am
2368         * src/compose.c
2369         * src/compose.h
2370         * src/crash.c
2371         * src/folder_item_prefs.c
2372         * src/folder_item_prefs.h
2373         * src/main.c
2374         * src/prefs_account.c
2375         * src/prefs_common.c
2376         * src/prefs_common.h
2377         * src/prefs_folder_item.c
2378         * src/prefs_spelling.c
2379         * src/prefs_template.c
2380         * src/quote_fmt.h
2381         * src/quote_fmt_parse.y
2382         * src/toolbar.c
2383         * src/toolbar.h
2384         * src/gtk/Makefile.am
2385         * src/gtk/about.c
2386         * src/gtk/filesel.c
2387         * src/gtk/gtkaspell.c
2388         * src/gtk/gtkaspell.h
2389         * src/plugins/bogofilter/Makefile.am
2390         * src/plugins/dillo_viewer/Makefile.am
2391         * src/plugins/spamassassin/Makefile.am
2392         * src/plugins/trayicon/Makefile.am
2393                 Switch spellchecker to Enchant
2394
2395 2008-09-12 [paul]       3.5.0cvs102
2396
2397         * tools/README
2398         * tools/csv2addressbook.pl
2399                 add support for Fox Mail
2400
2401 2008-09-12 [paul]       3.5.0cvs101
2402
2403         * src/compose.c
2404         * src/prefs_wrapping.c
2405                 changes to English
2406
2407 2008-09-12 [paul]       3.5.0cvs100
2408
2409         * configure.ac
2410                 revert cvs99's libenchant commit error
2411
2412 2008-09-12 [colin]      3.5.0cvs99
2413
2414         * src/inc.c
2415                 Only go to inbox if there are new mails
2416                 (and fetch was manual)
2417
2418 2008-09-10 [colin]      3.5.0cvs98
2419
2420         * src/inc.c
2421         * src/summaryview.c
2422         * src/common/session.c
2423                 Use g_timeout_add_seconds instead of g_timeout_add
2424                 on glib >= 2.14 when we don't need precision on the 
2425                 delay. This helps reducing power consumption:
2426                 http://mjg59.livejournal.com/74651.html
2427
2428 2008-09-10 [colin]      3.5.0cvs97
2429
2430         * src/compose.c
2431                 Don't save window size and position when
2432                 compose is hidden (filtering action)
2433
2434 2008-09-09 [colin]      3.5.0cvs96
2435
2436         * src/action.h
2437         * src/addr_compl.c
2438         * src/addressadd.c
2439         * src/addressbook.h
2440         * src/addressbook_foldersel.c
2441         * src/addressitem.h
2442         * src/addrgather.c
2443         * src/alertpanel.c
2444         * src/browseldap.c
2445         * src/editaddress.c
2446         * src/editaddress_other_attributes_ldap.h
2447         * src/editbook.c
2448         * src/editjpilot.c
2449         * src/editldap.c
2450         * src/editldap_basedn.c
2451         * src/editvcard.c
2452         * src/exphtmldlg.c
2453         * src/expldifdlg.c
2454         * src/export.c
2455         * src/foldersel.c
2456         * src/foldersel.h
2457         * src/gedit-print.c
2458         * src/gedit-print.h
2459         * src/grouplistdialog.c
2460         * src/headerview.c
2461         * src/headerview.h
2462         * src/image_viewer.c
2463         * src/import.c
2464         * src/importldif.c
2465         * src/importmutt.c
2466         * src/importpine.c
2467         * src/inc.c
2468         * src/main.c
2469         * src/main.h
2470         * src/messageview.c
2471         * src/messageview.h
2472         * src/noticeview.c
2473         * src/prefs_actions.c
2474         * src/prefs_filtering.c
2475         * src/prefs_folder_column.c
2476         * src/prefs_gtk.h
2477         * src/prefs_summary_column.c
2478         * src/prefs_toolbar.c
2479         * src/send_message.c
2480         * src/setup.c
2481         * src/sourcewindow.c
2482         * src/sourcewindow.h
2483         * src/ssl_manager.c
2484         * src/statusbar.c
2485         * src/statusbar.h
2486         * src/stock_pixmap.c
2487         * src/stock_pixmap.h
2488         * src/summaryview.c
2489         * src/textview.c
2490         * src/textview.h
2491         * src/undo.h
2492         * src/uri_opener.c
2493         * src/wizard.c
2494         * src/wizard.h
2495         * src/common/ssl.h
2496         * src/common/utils.c
2497         * src/gtk/about.c
2498         * src/gtk/colorlabel.c
2499         * src/gtk/colorlabel.h
2500         * src/gtk/combobox.h
2501         * src/gtk/description_window.c
2502         * src/gtk/filesel.c
2503         * src/gtk/gtkaspell.c
2504         * src/gtk/gtkaspell.h
2505         * src/gtk/gtkcmclist.c
2506         * src/gtk/gtkcmclist.h
2507         * src/gtk/gtkcmctree.c
2508         * src/gtk/gtkcmctree.h
2509         * src/gtk/gtkcmoptionmenu.h
2510         * src/gtk/gtksctree.c
2511         * src/gtk/gtksctree.h
2512         * src/gtk/gtkshruler.c
2513         * src/gtk/gtkshruler.h
2514         * src/gtk/gtksourceprintjob.c
2515         * src/gtk/gtksourceprintjob.h
2516         * src/gtk/gtkutils.c
2517         * src/gtk/gtkutils.h
2518         * src/gtk/gtkvscrollbutton.c
2519         * src/gtk/gtkvscrollbutton.h
2520         * src/gtk/icon_legend.c
2521         * src/gtk/inputdialog.c
2522         * src/gtk/logwindow.c
2523         * src/gtk/logwindow.h
2524         * src/gtk/manage_window.c
2525         * src/gtk/manage_window.h
2526         * src/gtk/menu.c
2527         * src/gtk/prefswindow.c
2528         * src/gtk/progressdialog.c
2529         * src/gtk/progressdialog.h
2530         * src/plugins/bogofilter/bogofilter_gtk.c
2531         * src/plugins/pgpcore/passphrase.c
2532         * src/plugins/spamassassin/spamassassin_gtk.c
2533         * src/plugins/trayicon/trayicon.c
2534         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2535         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2536         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2537         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2538         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2539                 Complete GTK+ 2.14 undeprecation
2540                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2541
2542 2008-09-09 [colin]      3.5.0cvs95
2543
2544         * src/gtk/gtkcmclist.h
2545                 Fix build on GTK+ 2.14
2546
2547 2008-09-08 [colin]      3.5.0cvs94
2548
2549         * src/noticeview.c
2550         * src/noticeview.h
2551                 Remove GtkSignalFunc
2552
2553 2008-09-07 [colin]      3.5.0cvs93
2554
2555         * src/addressadd.c
2556         * src/addressbook_foldersel.c
2557         * src/gtk/gtkcmclist.c
2558         * src/gtk/gtkcmclist.h
2559         * src/gtk/gtkcmctree.c
2560         * src/gtk/gtkcmctree.h
2561         * src/gtk/gtksctree.c
2562         * src/gtk/prefswindow.c
2563         * src/gtk/prefswindow.h
2564                 Use GDestroyNotify instead of GtkDestroyNotify
2565                 (deprecated in GTK+ 2.14)
2566
2567 2008-09-07 [colin]      3.5.0cvs92
2568
2569         * src/textview.c
2570                 Fix bug 1712, 'invalid "Phishing attempt warning" 
2571                 when linked text ends with spaces'
2572
2573 2008-09-05 [colin]      3.5.0cvs91
2574
2575         * src/procmime.c
2576                 Maybe fix bug 1711, 'Save-as attachment crashes'
2577                 Possibly wrong free() due to pointer shifting
2578
2579 2008-09-05 [colin]      3.5.0cvs90
2580
2581         * src/compose.c
2582                 Fix bug 1710, 'User misreads "Discard Message" 
2583                 as "Discard Changes"'. Propose to save or discard
2584                 only the latest changes when closing an existing
2585                 draft. Autosave may still have saved parts of the
2586                 edit session.
2587
2588 2008-09-04 [colin]      3.5.0cvs89
2589
2590         * src/summaryview.c
2591                 Fix bug 1707, 'Segfault when sorting on non-visible column'
2592
2593 2008-09-01 [colin]      3.5.0cvs88
2594
2595         * src/imap.c
2596         * src/summaryview.c
2597         * src/common/tags.c
2598         * src/etpan/imap-thread.c
2599         * src/etpan/imap-thread.h
2600                 Store spam flag on IMAP (Junk/NonJunk, as 
2601                 ThunderBird does - this is nonstandard)
2602
2603 2008-08-31 [wwp]        3.5.0cvs87
2604
2605         * ChangeLog
2606                 Fix globish edition^Wediting.
2607
2608 2008-08-31 [wwp]        3.5.0cvs86
2609
2610         * src/addressbook.c
2611                 Don't break nickname editing for non-LDAP books (nickname
2612                 value was overwritten when editing existing contact, this
2613                 came from 3.0.2cvs109).
2614
2615 2008-08-30 [colin]      3.5.0cvs85
2616
2617         * src/mainwindow.c
2618         * src/summaryview.c
2619                 Fix "Apply tags..." key shortcut
2620
2621 2008-08-29 [iwkse]      3.5.0cvs84
2622
2623         * src/summaryview.c
2624                         Bit of clean:)
2625
2626 2008-08-29 [iwkse]      3.5.0cvs83
2627
2628         * src/summaryview.c
2629                         Disable "Move to trash" action if
2630                         we are in a trash-like folder.
2631                         Thanks to colinl
2632
2633 2008-08-29 [paul]       3.5.0cvs82
2634
2635         * configure.ac
2636                 bump up libetpan version requirement since
2637                 0.55 is released now
2638
2639 2008-08-28 [wwp]        3.5.0cvs81
2640
2641         * src/account.c
2642         * src/pop.c
2643         * src/prefs_account.c
2644         * src/prefs_account.h
2645                 Add finer granularity to the POP3's remove-after delay (now in
2646                 hours in addition to in days), patch by Paul Rolland.
2647
2648 2008-08-28 [wwp]        3.5.0cvs80
2649
2650         * src/gtk/combobox.c
2651                 Fix a typo in a comment.
2652
2653 2008-08-28 [iwkse]      3.5.0cvs79
2654
2655         * src/account.c
2656         * src/prefs_actions.c
2657         * src/prefs_filtering.c
2658         * src/prefs_template.c
2659                         Add search feature to the account, 
2660                         template and action dialog.
2661                         It's turned on selecting one row
2662                         of the list and typing some random
2663                         letter. Thanks to wwp, colinl
2664
2665 2008-08-28 [colin]      3.5.0cvs78
2666
2667         * src/Makefile.am
2668         * src/account.c
2669         * src/compose.c
2670         * src/prefs_account.c
2671         * src/prefs_account.h
2672         * src/privacy.c
2673         * src/privacy.h
2674         * src/procmime.c
2675         * src/stock_pixmap.c
2676         * src/stock_pixmap.h
2677         * src/summaryview.c
2678         * src/pixmaps/key_gpg_signed.xpm
2679                 Fix bug 1412, "Sign reply, if mail was signed"
2680                 Add an account preference to sign replies to signed mails
2681
2682 2008-08-28 [iwkse]      3.5.0cvs77
2683
2684         * src/prefs_filtering.c
2685                 Making the search more useful,
2686                 jumping directly to the relative rule.
2687
2688 2008-08-27 [colin]      3.5.0cvs76
2689
2690         * src/main.c
2691                 Add a bit of info
2692
2693 2008-08-27 [colin]      3.5.0cvs75
2694
2695         * src/gtk/gtkcmctree.c
2696                 Fix a few ifdefs
2697
2698 2008-08-26 [colin]      3.5.0cvs74
2699
2700         * src/gtk/gtkcmctree.c
2701                 Fix missing inits on old glib
2702
2703 2008-08-26 [wwp]        3.5.0cvs73
2704
2705         * src/common/utils.c
2706                 Added 'Fwd' to the list of known common subject prefixes.
2707
2708 2008-08-25 [iwkse]      3.5.0cvs72
2709
2710         * src/image_viewer.c
2711                 Add animated gif support to the
2712                 message preview.
2713
2714 2008-08-25 [colin]      3.5.0cvs71
2715
2716         * src/gtk/gtkcmctree.c
2717                 Make sure work isn't null
2718
2719 2008-08-24 [colin]      3.5.0cvs70
2720
2721         * src/common/ssl.c
2722                 Fix typo on SSL_CERT_DIR
2723
2724 2008-08-23 [holger]     3.5.0cvs69
2725
2726         * src/printing.c
2727                 Fix bug 1699 'Separator line mis-placed when
2728                 printing some e-mails'. The number of header lines
2729                 was not correctly calculated when Pango inserts
2730                 linebreaks
2731
2732 2008-08-23 [colin]      3.5.0cvs68
2733
2734         * src/mainwindow.c
2735                 Fix the account selector button; thanks
2736                 to wwp
2737
2738 2008-08-21 [colin]      3.5.0cvs67
2739
2740         * src/compose.c
2741         * src/compose.h
2742                 Add a compose preference for auto-indent
2743         * src/mainwindow.c
2744         * src/summaryview.c
2745                 Make colorlabel accels a bit less hacky
2746
2747 2008-08-21 [colin]      3.5.0cvs66
2748
2749         * src/compose.c
2750         * src/prefs_common.c
2751         * src/prefs_common.h
2752         * src/prefs_wrapping.c
2753                 Add a preference for autoindent; fix no_join tag
2754                 being applied to whole lines instead of just \n when
2755                 creating a line 
2756
2757 2008-08-21 [colin]      3.5.0cvs65
2758
2759         * src/compose.c
2760                 Add support for auto-indentation
2761
2762 2008-08-19 [colin]      3.5.0cvs64
2763
2764         * src/compose.c
2765                 Save Autowrap status in drafts/queued mails
2766
2767 2008-08-19 [colin]      3.5.0cvs63
2768
2769         * src/mainwindow.c
2770                 Fix a comment (in reality, test commit on
2771                 the new CVS server)
2772
2773 2008-08-17 [colin]      3.5.0cvs62
2774
2775         * src/prefs_actions.c
2776         * src/procmime.c
2777         * src/wizard.c
2778         * src/common/socket.h
2779         * src/gtk/gtkcmctree.c
2780                 Fix warnings
2781
2782 2008-08-16 [colin]      3.5.0cvs61
2783
2784         * src/editaddress_other_attributes_ldap.h
2785                 Add 'l' field (localityName)
2786
2787 2008-08-16 [colin]      3.5.0cvs60
2788
2789         * src/mainwindow.c
2790         * src/gtk/gtkcmclist.c
2791         * src/gtk/gtkcmclist.h
2792         * src/gtk/gtkcmctree.c
2793         * src/gtk/gtksctree.c
2794         * src/gtk/gtkutils.c
2795         * src/gtk/gtkvscrollbutton.c
2796                 Fix Maemo build (OS2007)
2797
2798 2008-08-14 [colin]      3.5.0cvs59
2799
2800         * src/folder.c
2801                 Don't crash if parent is null when creating
2802                 a folder
2803         * src/gtk/pluginwindow.c
2804                 Don't crash on race when closing window while
2805                 a plugin is loading and does gtk_iterations
2806
2807 2008-08-13 [colin]      3.5.0cvs58
2808
2809         * src/messageview.c
2810         * src/messageview.h
2811         * src/mimeview.c
2812                 Fix bug 1696, 'Viewing binary attachements 
2813                 as text over 1 MB' (various buglets)
2814
2815 2008-08-10 [colin]      3.5.0cvs57
2816
2817         * src/summaryview.c
2818         * src/gtk/gtkcmclist.c
2819                 Continue fixing GTK < 2.12 build, thanks to
2820                 Michael Hugues
2821
2822 2008-08-10 [colin]      3.5.0cvs56
2823
2824         * src/gtk/gtksctree.c
2825                 Fix build on GTK < 2.12
2826
2827 2008-08-09 [colin]      3.5.0cvs55
2828
2829         * src/mainwindow.c
2830                 Fix untranslatable strings, thanks to
2831                 Stephan Sachse
2832
2833 2008-08-07 [colin]      3.5.0cvs54
2834
2835         * src/compose.c
2836         * src/editaddress.c
2837         * src/folderview.c
2838         * src/mainwindow.c
2839         * src/message_search.c
2840         * src/mimeview.c
2841         * src/noticeview.c
2842         * src/prefs_account.c
2843         * src/prefs_common.c
2844         * src/prefs_customheader.c
2845         * src/prefs_ext_prog.c
2846         * src/prefs_filtering_action.c
2847         * src/prefs_gtk.c
2848         * src/prefs_logging.c
2849         * src/prefs_matcher.c
2850         * src/prefs_msg_colors.c
2851         * src/procmime.c
2852         * src/summary_search.c
2853         * src/summaryview.c
2854         * src/toolbar.c
2855         * src/gtk/colorsel.c
2856         * src/gtk/gtkaspell.c
2857         * src/gtk/gtkutils.c
2858         * src/gtk/gtkutils.h
2859         * src/gtk/inputdialog.c
2860         * src/gtk/pluginwindow.c
2861         * src/gtk/quicksearch.c
2862         * src/plugins/bogofilter/bogofilter_gtk.c
2863         * src/plugins/dillo_viewer/dillo_prefs.c
2864         * src/plugins/spamassassin/spamassassin_gtk.c
2865                 - Fix Ctrl-Space shortcut
2866                 - Fix mime-parsing bug in procmime (cvs52)
2867                 - Fix double-free in procmime (cvs52)
2868                 - Use gtk_bin_get_child instead of GTK_BIN()->child
2869                 - Fix Goto menu in mainwindow
2870
2871 2008-08-07 [mones]      3.5.0cvs53
2872
2873         * po/es.po
2874                 Updated translation (lots of changes!)
2875         * src/compose.c
2876                 Add missing accelerator key
2877         * src/mainwindow.c
2878                 Restored 'v' key function (thanks Colin!)
2879
2880 2008-08-06 [colin]      3.5.0cvs52
2881
2882         * src/addrbook.c
2883         * src/addrcindex.c
2884         * src/addrduplicates.c
2885         * src/addrharvest.c
2886         * src/enriched.c
2887         * src/html.c
2888         * src/ldif.c
2889         * src/mimeview.c
2890         * src/mutt.c
2891         * src/pine.c
2892         * src/procmime.c
2893         * src/vcard.c
2894         * src/wizard.c
2895                 Fix my use of g_utf8_strdown (it returns
2896                 a newly allocated string and doesn't
2897                 change the parameter)
2898
2899 2008-08-06 [colin]      3.5.0cvs51
2900
2901         * src/compose.c
2902                 Fix bug 1690, 'Copy/Paste in edit window may 
2903                 break Undo'; middle-click pastes aren't 
2904                 REPLACE_INSERT but just INSERT. 
2905                 Also, fix privacy menu selection
2906
2907 2008-08-05 [colin]      3.5.0cvs50
2908
2909         * src/action.c
2910         * src/addr_compl.c
2911         * src/addrbook.c
2912         * src/addrcindex.c
2913         * src/addrduplicates.c
2914         * src/addrharvest.c
2915         * src/enriched.c
2916         * src/html.c
2917         * src/ldif.c
2918         * src/main.c
2919         * src/mimeview.c
2920         * src/mutt.c
2921         * src/pine.c
2922         * src/procmime.c
2923         * src/vcard.c
2924         * src/wizard.c
2925         * src/common/socket.c
2926         * src/gtk/gtkutils.c
2927         * src/gtk/gtkutils.h
2928         * src/gtk/menu.c
2929         * src/plugins/spamassassin/spamassassin.c
2930                 More undeprecation (Glib)
2931
2932 2008-08-05 [colin]      3.5.0cvs49
2933
2934         * src/prefs_account.c
2935         * src/prefs_filtering_action.c
2936         * src/prefs_matcher.c
2937         * src/gtk/Makefile.am
2938         * src/gtk/claws-marshal.list
2939         * src/gtk/colorlabel.c
2940         * src/gtk/colorsel.c
2941         * src/gtk/foldersort.c
2942         * src/gtk/gtkaspell.c
2943         * src/gtk/gtkcmclist.c
2944         * src/gtk/gtkcmclist.h
2945         * src/gtk/gtkcmctree.c
2946         * src/gtk/gtkcmctree.h
2947         * src/gtk/gtkcmoptionmenu.c
2948         * src/gtk/gtkcmoptionmenu.h
2949         * src/gtk/gtksctree.c
2950         * src/gtk/gtksctree.h
2951         * src/gtk/gtkutils.c
2952         * src/gtk/gtkutils.h
2953         * src/gtk/gtkvscrollbutton.c
2954         * src/gtk/menu.c
2955         * src/gtk/menu.h
2956         * src/gtk/quicksearch.c
2957         * src/plugins/dillo_viewer/dillo_viewer.c
2958         * src/plugins/pgpcore/select-keys.c
2959                 Try to finish yesterday's commit
2960
2961 2008-08-04 [colin]      3.5.0cvs48
2962
2963         * src/addressadd.c
2964         * src/addressbook.c
2965         * src/addressbook_foldersel.c
2966         * src/addressitem.h
2967         * src/addrgather.c
2968         * src/browseldap.c
2969         * src/compose.c
2970         * src/compose.h
2971         * src/editaddress.c
2972         * src/editaddress_other_attributes_ldap.c
2973         * src/editgroup.c
2974         * src/editldap_basedn.c
2975         * src/folderview.c
2976         * src/folderview.h
2977         * src/grouplistdialog.c
2978         * src/image_viewer.c
2979         * src/imap_gtk.c
2980         * src/importldif.c
2981         * src/main.c
2982         * src/mainwindow.c
2983         * src/message_search.c
2984         * src/mh_gtk.c
2985         * src/mimeview.c
2986         * src/mimeview.h
2987         * src/news_gtk.c
2988         * src/noticeview.h
2989         * src/prefs_account.c
2990         * src/prefs_filtering_action.c
2991         * src/prefs_matcher.c
2992         * src/prefs_msg_colors.c
2993         * src/prefs_summaries.c
2994         * src/statusbar.c
2995         * src/stock_pixmap.c
2996         * src/summary_search.c
2997         * src/summaryview.c
2998         * src/summaryview.h
2999         * src/textview.c
3000         * src/toolbar.h
3001         * src/gtk/Makefile.am
3002         * src/gtk/claws-marshal.list
3003         * src/gtk/colorsel.c
3004         * src/gtk/foldersort.c
3005         * src/gtk/gtkaspell.c
3006         * src/gtk/gtkcmclist.c
3007         * src/gtk/gtkcmclist.h
3008         * src/gtk/gtkcmctree.c
3009         * src/gtk/gtkcmctree.h
3010         * src/gtk/gtksctree.c
3011         * src/gtk/gtksctree.h
3012         * src/gtk/gtkutils.c
3013         * src/gtk/gtkutils.h
3014         * src/gtk/gtkvscrollbutton.c
3015         * src/gtk/menu.c
3016         * src/gtk/menu.h
3017         * src/gtk/quicksearch.c
3018         * src/plugins/dillo_viewer/dillo_viewer.c
3019         * src/plugins/pgpcore/select-keys.c
3020                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
3021                 Undeprecate their implementation (GtkArg, GtkType, ...)
3022                 Undeprecate a few other things here and there
3023                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
3024                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
3025                 still have work to do
3026
3027 2008-08-04 [colin]      3.5.0cvs47
3028
3029         * src/compose.c
3030         * src/compose.h
3031         * src/toolbar.h
3032         * src/textview.c
3033         * src/stock_pixmap.c
3034         * src/statusbar.c
3035         * src/noticeview.h
3036         * src/mimeview.h
3037         * src/mainwindow.c
3038         * src/image_viewer.c
3039         * src/gtk/gtkaspell.c
3040         * src/gtk/gtkvscrollbutton.c
3041         * src/plugins/dillo_viewer/dillo_viewer.c
3042                 Undeprecate more things
3043
3044 2008-08-02 [colin]      3.5.0cvs46
3045
3046         * src/mainwindow.c
3047                 Fix toggle menu activation state
3048                 (thanks to cvs45 ;)
3049
3050 2008-08-02 [paul]       3.5.0cvs45
3051
3052         * src/mainwindow.c
3053                 fix sensitivity of
3054                 /View/Show or hide/Message View
3055
3056 2008-08-01 [paul]       3.5.0cvs44
3057
3058         * src/common/utils.c
3059         * src/plugins/pgpcore/claws.def
3060         * src/plugins/pgpinline/claws.def
3061                 fix compilation problems on mingw32,
3062                 (bug 1688) Patch by Marcus Brinkmann
3063
3064 2008-08-01 [colin]      3.5.0cvs43
3065
3066         * src/gtk/gtkutils.c
3067         * src/gtk/gtkvscrollbutton.c
3068                 Oups, fix build
3069
3070 2008-08-01 [colin]      3.5.0cvs42
3071
3072         * src/compose.c
3073         * src/foldersel.c
3074         * src/mainwindow.c
3075         * src/prefs_account.c
3076         * src/prefs_folder_item.c
3077         * src/prefs_quote.c
3078         * src/summaryview.c
3079         * src/gtk/gtkaspell.c
3080         * src/gtk/gtkutils.c
3081         * src/gtk/gtkvscrollbutton.c
3082                 Replace a few deprecated function calls
3083
3084 2008-08-01 [paul]       3.5.0cvs41
3085
3086         * src/action.c
3087                 fix crash that occurs because of recent GtkUIManager
3088                 changes. Thanks to Colin
3089
3090 2008-07-31 [colin]      3.5.0cvs40
3091
3092         * src/addressbook.c
3093         * src/compose.c
3094         * src/mainwindow.c
3095         * src/messageview.c
3096                 Some Maemo fixes
3097         * src/gtk/menu.c
3098         * src/gtk/menu.h
3099                 Remove deprecated helper funcs
3100
3101 2008-07-30 [colin]      3.5.0cvs39
3102
3103         * src/folderview.c
3104         * src/folderview.h
3105         * src/imap_gtk.c
3106         * src/mh_gtk.c
3107         * src/news_gtk.c
3108                 Move the folderview popup menu to GtkUIManager
3109
3110 2008-07-29 [colin]      3.5.0cvs38
3111
3112         * src/account.c
3113         * src/account.h
3114         * src/action.c
3115         * src/action.h
3116         * src/addressitem.h
3117         * src/compose.c
3118         * src/edittags.c
3119         * src/mainwindow.c
3120         * src/mainwindow.h
3121         * src/mimeview.c
3122         * src/summaryview.c
3123         * src/gtk/menu.c
3124         * src/gtk/menu.h
3125                 Switch the main menu to GtkUIManager
3126                 Warning fixes
3127
3128 2008-07-29 [colin]      3.5.0cvs37
3129
3130         * src/news.c
3131                 Fix bug 1684, 'view news messages with large 
3132                 attachements segfaults'
3133
3134 2008-07-29 [colin]      3.5.0cvs36
3135
3136         * src/action.c
3137         * src/action.h
3138         * src/addressbook.c
3139         * src/addressitem.h
3140         * src/compose.c
3141         * src/compose.h
3142         * src/messageview.c
3143         * src/messageview.h
3144         * src/summaryview.c
3145         * src/gtk/menu.c
3146         * src/gtk/menu.h
3147                 More switches to GtkUIManager
3148
3149 2008-07-26 [colin]      3.5.0cvs35
3150
3151         * src/gtk/menu.c
3152         * src/gtk/menu.h
3153                 Fix prototype
3154
3155 2008-07-25 [colin]      3.5.0cvs34
3156
3157         * src/addrcustomattr.c
3158         * src/addressbook.c
3159         * src/compose.c
3160         * src/editaddress.c
3161         * src/editaddress_other_attributes_ldap.h
3162         * src/edittags.c
3163         * src/mainwindow.c
3164         * src/mimeview.c
3165         * src/prefs_actions.c
3166         * src/prefs_filtering.c
3167         * src/prefs_template.c
3168         * src/summaryview.c
3169         * src/textview.c
3170         * src/textview.h
3171         * src/toolbar.c
3172         * src/gtk/about.c
3173         * src/gtk/menu.c
3174         * src/gtk/menu.h
3175         * src/plugins/trayicon/trayicon.c
3176                 More changes from GtkItemFactory to GtkUIManager
3177
3178 2008-07-25 [colin]      3.5.0cvs33
3179
3180         * src/gtk/menu.h
3181                 Add a macro to remove menu items
3182                 Make the gui_manager variable useless
3183
3184 2008-07-24 [colin]      3.5.0cvs32
3185
3186         * src/mimeview.c
3187                 Fix a gtk warning on clear
3188         * src/mainwindow.c
3189         * src/summaryview.c
3190         * src/summaryview.h
3191                 Switch the message list popup menu to
3192                 GtkUIManager
3193
3194 2008-07-23 [colin]      3.5.0cvs31
3195
3196         * src/plugins/pgpcore/pgp_viewer.c
3197         * src/plugins/pgpcore/sgpgme.c
3198                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3199                 Patch by Thomas Wiegner <wiegner@gmx.de>
3200
3201 2008-07-20 [paul]       3.5.0cvs30
3202
3203         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3204                 remove redundant GTK version check
3205
3206 2008-07-20 [ticho]      3.5.0cvs29
3207
3208         * src/folderview.c
3209         * src/imap_gtk.c
3210         * src/news_gtk.c
3211                 Moved sensitivity setting for "Download messages" for IMAP and
3212                 news folders from folderview.c to imap_gtk.c and news_gtk.c
3213                 respectively for better code readability.
3214                 Fixed indentation in news' set_sensitivity().
3215
3216 2008-07-20 [paul]       3.5.0cvs28
3217
3218         * src/addrgather.c
3219                 remove more redundant code following cvs27
3220
3221 2008-07-20 [paul]       3.5.0cvs27
3222
3223         * src/addrgather.c
3224                 remove now redundant code
3225         * src/mainwindow.c
3226         * src/mainwindow.h
3227                 fix bug 1673, 'Tools/Harvest adresses is
3228                 grayed out if folder is empty'
3229
3230 2008-07-19 [ticho]      3.5.0cvs26
3231
3232         * src/edittags.c
3233         * src/main.c
3234         * src/mimeview.c
3235         * src/mimeview.h
3236         * src/gtk/gtkutils.c
3237         * src/gtk/gtkutils.h
3238         * src/gtk/menu.c
3239         * src/gtk/menu.h
3240                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3241                 instead of deprecated GtkItemFactory.
3242
3243 2008-07-19 [colin]      3.5.0cvs25
3244
3245         * src/account.c
3246         * src/addrgather.c
3247         * src/compose.c
3248         * src/editldap.c
3249         * src/expldifdlg.c
3250         * src/importldif.c
3251         * src/main.c
3252         * src/mainwindow.c
3253         * src/mimeview.c
3254         * src/noticeview.c
3255         * src/prefs_account.c
3256         * src/prefs_actions.c
3257         * src/prefs_ext_prog.c
3258         * src/prefs_filtering.c
3259         * src/prefs_folder_item.c
3260         * src/prefs_image_viewer.c
3261         * src/prefs_logging.c
3262         * src/prefs_msg_colors.c
3263         * src/prefs_other.c
3264         * src/prefs_send.c
3265         * src/prefs_spelling.c
3266         * src/prefs_summaries.c
3267         * src/prefs_template.c
3268         * src/printing.c
3269         * src/quote_fmt.c
3270         * src/summary_search.c
3271         * src/summaryview.c
3272         * src/toolbar.c
3273         * src/wizard.c
3274         * src/common/Makefile.am
3275         * src/gtk/gtksctree.c
3276         * src/gtk/gtkutils.h
3277         * src/gtk/pluginwindow.c
3278         * src/gtk/quicksearch.c
3279         * src/plugins/bogofilter/bogofilter_gtk.c
3280         * src/plugins/dillo_viewer/dillo_prefs.c
3281         * src/plugins/pgpcore/prefs_gpg.c
3282         * src/plugins/spamassassin/spamassassin_gtk.c
3283         * src/plugins/trayicon/trayicon.c
3284         * src/plugins/trayicon/trayicon_prefs.c
3285                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
3286                 or greater). Use the old deprecated one on GTK+ < 2.12.
3287                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3288                 of time!
3289
3290 2008-07-16 [colin]      3.5.0cvs24
3291
3292         * src/mainwindow.c
3293                 Fix folderview's scrolbar when starting minimised
3294                 to tray, and popping up the mainwindow by calling
3295                 claws-mail from the command line
3296
3297 2008-07-08 [colin]      3.5.0cvs23
3298
3299         * src/compose.c
3300                 Possibly fix po-headers appearing on empty
3301                 templates
3302
3303 2008-07-08 [colin]      3.5.0cvs22
3304
3305         * src/folderview.c
3306         * src/summaryview.c
3307                 Finish the always_open tristate patch, by Jonathan
3308                 Corbet.
3309
3310 2008-07-07 [paul]       3.5.0cvs21
3311
3312         * src/mainwindow.c
3313                 fix typo (missing ")
3314
3315 2008-07-07 [paul]       3.5.0cvs20
3316
3317         * src/mainwindow.c
3318                 fit the menu style a bit better
3319
3320 2008-07-07 [colin]      3.5.0cvs19
3321
3322         * src/prefs_themes.c
3323                 Make upgrading themes easier
3324
3325 2008-07-07 [colin]      3.5.0cvs18
3326
3327         * src/mainwindow.c
3328         * src/prefs_toolbar.c
3329         * src/stock_pixmap.c
3330                 Finish fixing bug 1609, 'Icon issues'
3331
3332 2008-07-07 [colin]      3.5.0cvs17
3333
3334         * src/prefs_common.c
3335                 Fix the default value
3336
3337 2008-07-07 [colin]      3.5.0cvs16
3338
3339         * src/prefs_summaries.c
3340                 Revert my fix to the string, the correct term
3341                 is indeed Message View
3342
3343 2008-07-07 [colin]      3.5.0cvs15
3344
3345         * AUTHORS
3346         * src/gtk/authors.h
3347         * src/prefs_common.c
3348         * src/prefs_common.h
3349         * src/prefs_summaries.c
3350         * src/summaryview.c
3351         * src/gtk/authors.h
3352                 Change "Always open message when selected" to
3353                 a tristate (Never/Always/When preview is visible)
3354                 Patch by Jonathan Corbet <corbet@lwn.net>.
3355
3356 2008-07-06 [paul]       3.5.0cvs14
3357
3358         * src/addrgather.c
3359                 improve the layout of the dialogue
3360                 improve the English
3361                 add tooltips
3362                 fix some of the nasty coding style
3363         * src/mainwindow.c
3364                 improve the English
3365                 add some missing mnemonics
3366
3367 2008-07-05 [paul]       3.5.0cvs13
3368
3369         * src/mainwindow.c
3370         * src/mainwindow.h
3371                 fix bug 1398, '"Change current account" is
3372                 available even when there's only one account'
3373         * src/plugins/pgpcore/prefs_gpg.c
3374                 put back a needed include, removed in error
3375
3376 2008-07-05 [colin]      3.5.0cvs12
3377
3378         * src/mainwindow.c
3379                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3380
3381 2008-07-05 [colin]      3.5.0cvs11
3382
3383         * src/news.c
3384         * src/news_gtk.c
3385                 Provide ability to rename newsgroups. Closes
3386                 bug 1444, 'Add GUI option for renaming 
3387                 newsgroups'. Patch by Pawel Pekala
3388
3389 2008-07-05 [colin]      3.5.0cvs10
3390
3391         * src/plugins/pgpcore/passphrase.c
3392         * src/plugins/pgpcore/prefs_gpg.c
3393         * src/plugins/pgpcore/select-keys.c
3394                 Simplify GTK includes (with the advantage
3395                 of compiling against GTK+2.13); patch by
3396                 Charles A Edwards
3397
3398 2008-07-05 [colin]      3.5.0cvs9
3399
3400         * src/wizard.c
3401                 Add SSL client certificates
3402
3403 2008-07-05 [colin]      3.5.0cvs8
3404
3405         * src/prefs_account.c
3406         * src/common/session.h
3407                 Fix warnings
3408         * src/common/ssl.c
3409                 Add one path for certs
3410
3411 2008-07-05 [colin]      3.5.0cvs7
3412
3413         * src/prefs_account.c
3414                 Fix no-ssl build
3415
3416 2008-07-04 [colin]      3.5.0cvs6
3417
3418         * src/common/ssl.c
3419         * src/common/ssl.h
3420         * src/common/ssl_certificate.c
3421                 Workaround distro bugs and fix certificate checking
3422                 with OpenSSL
3423
3424 2008-07-04 [colin]      3.5.0cvs5
3425
3426         * src/filtering.c
3427         * src/common/ssl_certificate.c
3428         * src/common/ssl_certificate.h
3429         * src/etpan/imap-thread.c
3430         * src/etpan/nntp-thread.c
3431                 Fix some leaks, thanks to Martin Zwickel
3432                 Rename gnutls functions that do the same
3433                 as OpenSSL ones, to avoid symbol clashing
3434                 when Claws is built against GnuTLS and
3435                 libetpan against OpenSSL
3436
3437 2008-07-04 [paul]       3.5.0cvs4
3438
3439         * src/prefs_account.c
3440                 remove 1 forgotten '.'
3441
3442 2008-07-04 [paul]       3.5.0cvs3
3443
3444         * src/prefs_account.c
3445                 layout/engrish fixes to the 'Client
3446                 certificates' frame
3447
3448 2008-07-03 [colin]      3.5.0cvs2
3449
3450         * src/imap.c
3451         * src/news.c
3452         * src/pop.c
3453         * src/prefs_account.c
3454         * src/prefs_account.h
3455         * src/prefs_common.c
3456         * src/send_message.c
3457         * src/common/session.c
3458         * src/common/session.h
3459         * src/common/smtp.c
3460         * src/common/smtp.h
3461         * src/common/socket.h
3462         * src/common/ssl.c
3463         * src/common/ssl.h
3464         * src/common/ssl_certificate.c
3465         * src/common/ssl_certificate.h
3466         * src/etpan/imap-thread.c
3467         * src/etpan/nntp-thread.c
3468         * src/gtk/inputdialog.c
3469                 Add support for SSL client certificates (either PEM files
3470                 with certificate and private key, either PKCS12 files)
3471
3472 2008-06-28 [colin]      3.5.0cvs1
3473
3474         * src/foldersel.c
3475                 Fix compilation with older GTKs
3476
3477 2008-06-27 [paul]       3.5.0
3478
3479         * NEWS
3480         * README
3481         * RELEASE_NOTES 
3482                 3.5.0 released
3483
3484 2008-06-27 [paul]       3.4.0cvs116
3485
3486         * src/gtk/authors.h
3487                 complete cvs115
3488
3489 2008-06-27 [paul]       3.4.0cvs115
3490
3491         * configure.ac
3492         * src/gtk/authors.h
3493                 no longer build unmaintained translations
3494
3495 2008-06-27 [paul]       3.4.0cvs114
3496
3497         * po/de.po
3498         * po/fi.po
3499         * po/pt_BR.po
3500                 updated by Stephan Sachse, Flammie Pirinen, and
3501                 Frederico Goncalves Guimaraes
3502
3503 2008-06-26 [wwp]        3.4.0cvs113
3504
3505         * manual/fr/advanced.xml
3506                 Update French version of the manual (AutoFaces documentation).
3507
3508 2008-06-26 [wwp]        3.4.0cvs112
3509
3510         * manual/fr/advanced.xml
3511         * manual/fr/plugins.xml
3512                 Updated French version of the manual (completed
3513                 hidden options list, added note about Clawsker
3514                 and new mail archiver plugin).
3515
3516 2008-06-25 [colin]      3.4.0cvs111
3517
3518         * src/gtk/gtkaspell.c
3519                 Fix non-UTF8 in the replace with dialog
3520         * src/prefs_actions.c
3521                 Fix possible crasher
3522                 Patches by Pawel
3523
3524 2008-06-24 [mones]      3.4.0cvs110
3525
3526         * src/autofaces.c
3527                 Fix non-warning message, downgraded to debug info
3528
3529 2008-06-24 [colin]      3.4.0cvs109
3530
3531         * src/summaryview.c
3532                 Fix bug 1650, Message line too small after 
3533                 changing columns in "three columns" layout
3534
3535 2008-06-24 [colin]      3.4.0cvs108
3536
3537         * src/messageview.c
3538                 Fix Spam button sensitivity in newsgroups
3539
3540 2008-06-23 [wwp]        3.4.0cvs107
3541
3542         * po/fr.po
3543                 Updated French translation.
3544
3545 2008-06-23 [mones]      3.4.0cvs106
3546
3547         * po/es.po
3548                 Updated translation for release
3549
3550 2008-06-22 [mones]      3.4.0cvs105
3551
3552         * manual/es/plugins.xml
3553                 Synced new entry for Mail Archiver plugin
3554
3555 2008-06-22 [colin]      3.4.0cvs104
3556
3557         * src/compose.c
3558                 Fix initial cursor position
3559
3560 2008-06-21 [paul]       3.4.0cvs103
3561
3562         * manual/plugins.xml
3563                 add an entry for the new Mail Archiver plugin
3564
3565 2008-06-21 [paul]       3.4.0cvs102
3566
3567         * src/gtk/about.c
3568                 we're in 'string freeze', put back the
3569                 < > symbols for now
3570
3571 2008-06-21 [paul]       3.4.0cvs101
3572
3573         * manual/advanced.xml
3574         * manual/es/advanced.xml
3575                 fix build warning: <emphasis> cannot be contained
3576                 within <filename>
3577         * src/gtk/about.c
3578                 fix non-clickable link on License page and drop
3579                 the containing < > symbols to match other links
3580
3581 2008-06-20 [mones]      3.4.0cvs100
3582
3583         * manual/advanced.xml
3584                 Added autofaces documentation, note about clawsker in hidden
3585                 preferences, minor markup fix. Thanks Paul for proofreading
3586         * manual/es/advanced.xml
3587                 Synchronised Spanish manual
3588
3589 2008-06-16 [colin]      3.4.0cvs99
3590
3591         * src/compose.c
3592                 Fix cursor placing on signature change
3593
3594 2008-06-16 [paul]       3.4.0cvs98
3595
3596         * src/imap_gtk.c
3597         * src/mh_gtk.c
3598         * src/gtk/inputdialog.c
3599                 really fussy coding style fixes
3600
3601 2008-06-16 [paul]       3.4.0cvs97
3602
3603         * src/Makefile.am
3604                 keep the alphabetical order
3605
3606 2008-06-13 [mones]      3.4.0cvs96
3607
3608         * src/autofaces.c
3609                 Fix crasher ;-)
3610         * src/prefs_filtering_action.c
3611                 Fixed cosmetic bug, processing also displays "Filtering"
3612
3613 2008-06-13 [mones]      3.4.0cvs95
3614
3615         * src/Makefile.am
3616         * src/autofaces.c       ** NEW FILE **  
3617         * src/autofaces.h       ** NEW FILE **
3618         * src/compose.c
3619                 Allow setting Faces and X-Faces globally and per-account
3620                 from configuration files under ~/.claws-mail/autofaces
3621
3622 2008-06-13 [holger]     3.4.0cvs94
3623
3624         * .cvsignore
3625                 More files to ignore
3626         * src/gtk/inputdialog.c
3627         * src/gtk/inputdialog.h
3628                 Make input dialog more generic so that a checkbox
3629                 with custom text can be used in addition to the
3630                 "remember this" checkbox
3631         * src/imap_gtk.c
3632         * src/mh_gtk.c
3633         * src/prefs_common.c
3634         * src/prefs_common.h
3635                 Allow new folders to inherit the properties of the
3636                 parent folder during folder creation
3637
3638 2008-06-13 [wwp]        3.4.0cvs93
3639
3640         * src/addressbook.c
3641                 a better fix for this string, won't break up translations,
3642                 and is conform to other similar ones.
3643
3644 2008-06-13 [wwp]        3.4.0cvs92
3645
3646         * src/addrduplicates.c
3647         * src/addressadd.c
3648         * src/addressbook.c
3649         * src/addressbook_foldersel.c
3650         * src/editgroup.c
3651                 use tree decorations everywhere AB folders are used (AB tree pane,
3652                     add address to AB, select AB folder, edit group, custom attr, find dup
3653                     results), in order to match global style
3654                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
3655                     double clicking on groups in tree pane does open the group edit dialog
3656                     double clicking on other items in tree pane does expand/collapse
3657                 fix a missing space in AB's delete-folder dialog
3658                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
3659
3660         * src/foldersel.c
3661                 make foldersel dialog show dotted lines according to global (hidden) prefs
3662
3663 2008-06-12 [colin]      3.4.0cvs91
3664
3665         * src/compose.c
3666         * src/compose.h
3667                 Fix bug 1635, 'Last character of message is truncated 
3668                 when changing accounts w/ sigs'
3669         * src/folderview.c
3670                 Fix bug 1636, 'Can't select "properties" on "folders 
3671                 only" folders'
3672
3673 2008-06-11 [colin]      3.4.0cvs90
3674
3675         * src/folder.c
3676                 Maybe fix bug 1623, 'exits with segfault when 
3677                 logging in to certain imap-servers'
3678
3679 2008-06-10 [mones]      3.4.0cvs89
3680
3681         * AUTHORS
3682         * tools/Makefile.am
3683         * tools/README
3684         * tools/convert_mbox.sh
3685                 Undo cvs86 and cvs87, it really should be a patch to 
3686                 convert_mbox.pl
3687
3688 2008-06-10 [wwp]        3.4.0cvs88
3689
3690         * po/fr.po
3691                 Updated French translation.
3692
3693 2008-06-10 [mones]      3.4.0cvs87
3694
3695         * tools/Makefile.am
3696                 Oops, forgot to add previous script for distribution
3697
3698 2008-06-10 [mones]      3.4.0cvs86
3699
3700         * AUTHORS
3701         * tools/README
3702         * tools/convert_mbox.sh
3703                 Added script to convert Evolution mail folders contributed
3704                 by Daniel Dickinson <cshore@fionavar.ca>
3705                 Fixes debian bug 461435
3706
3707 2008-06-09 [colin]      3.4.0cvs85
3708
3709         * src/main.c
3710                 Integrate AWN information bubble if dbus is
3711                 available
3712         * src/folder.c
3713                 Fix crash when calling scan_required() on 
3714                 folder classes that don't implement them
3715         * src/common/session.c
3716                 Fix a little typo
3717
3718 2008-06-09 [colin]      3.4.0cvs84
3719
3720         * src/main.c
3721                 Fix bug 1447, 'If user tries to close while starting 
3722                 up, it will not close ever.'
3723
3724 2008-06-09 [colin]      3.4.0cvs83
3725
3726         * src/filtering.c
3727                 Fix bug 1628, 'Claws Mail crashes when 
3728                 filtering selected messages'
3729
3730 2008-06-04 [colin]      3.4.0cvs82
3731
3732         * src/messageview.c
3733                 Complete handling of html parts in multipart/alternative
3734                 mails
3735
3736 2008-06-03 [paul]       3.4.0cvs81
3737
3738         * src/prefs_message.c
3739                 make always the english good
3740
3741 2008-06-03 [colin]      3.4.0cvs80
3742
3743         * src/mainwindow.c
3744         * src/mainwindow.h
3745                 Fix bug 1624, '[PATCH] Quick search should be 
3746                 disabled for folder view'; based on a patch by
3747                 Michael Terry
3748
3749 2008-06-03 [iwkse]      3.4.0cvs79
3750
3751         * src/addressbook.c
3752                 Fix little gui bug on button sensitivity
3753         * src/messageview.c
3754         * src/prefs_common.c
3755         * src/prefs_common.h
3756         * src/prefs_message.c
3757                 Allow by default to show html in multipart/alternative
3758
3759 2008-06-02 [colin]      3.4.0cvs78
3760
3761         * src/prefs_actions.c
3762                 GUI rework, patch by Pawel 
3763
3764 2008-06-02 [colin]      3.4.0cvs77
3765
3766         * src/quote_fmt.c
3767                 Fix sensitivity/alignment, patch from
3768                 Pawel
3769
3770 2008-05-31 [colin]      3.4.0cvs76
3771
3772         * src/imap.c
3773                 Fix login issue introduced in cvs75.
3774
3775 2008-05-31 [colin]      3.4.0cvs75
3776
3777         * src/imap.c
3778                 Fix more possible double-frees. Also, fix the root cause
3779                 of these double-frees by just noting the Session is to
3780                 be destroyed instead of destroying it in flight
3781
3782 2008-05-29 [paul]       3.4.0cvs74
3783
3784         * manual/keyboard.xml
3785                 'Makes' these entries like the others
3786
3787 2008-05-29 [colin]      3.4.0cvs73
3788
3789         * src/procmsg.h
3790                 Include utils.h in case we
3791                 need to pull goffset definition
3792
3793 2008-05-29 [colin]      3.4.0cvs72
3794
3795         * src/common/utils.h
3796                 Workaround a stupid Glib issue, where
3797                 goffset happens to be undefined. 
3798
3799 2008-05-28 [colin]      3.4.0cvs71
3800
3801         * src/compose.c
3802         * src/compose.h
3803         * src/grouplistdialog.c
3804         * src/image_viewer.c
3805         * src/imap.c
3806         * src/inc.c
3807         * src/main.c
3808         * src/matcher.c
3809         * src/messageview.c
3810         * src/mimeview.c
3811         * src/prefs_themes.c
3812         * src/procmsg.h
3813         * src/summaryview.c
3814         * src/summaryview.h
3815         * src/textview.c
3816         * src/common/smtp.c
3817         * src/common/utils.c
3818         * src/common/utils.h
3819                 Use goffset instead of off_t for MsgInfo's size
3820                 Allows using MsgInfo structure from plugins
3821                 compiled with largefile support
3822
3823 2008-05-26 [colin]      3.4.0cvs70
3824
3825         * src/mainwindow.c
3826         * src/mainwindow.h
3827                 Define THEME_CHANGED_HOOKLIST and invoke
3828                 it on theme change
3829         * src/plugins/trayicon/trayicon.c
3830                 Listen to THEME_CHANGED_HOOKLIST and
3831                 update accordingly
3832
3833 2008-05-26 [paul]       3.4.0cvs69
3834
3835         * src/mimeview.c
3836                 plug a leak in mimeview_save_all()
3837
3838 2008-05-24 [colin]      3.4.0cvs68
3839
3840         * src/common/utils.h
3841                 Fix wrong define on old glibs
3842
3843 2008-05-24 [paul]       3.4.0cvs67
3844
3845         * src/Makefile.am
3846         * src/stock_pixmap.c
3847         * src/stock_pixmap.h
3848         * src/toolbar.c
3849         * src/pixmaps/cancel.xpm
3850         * src/pixmaps/close.xpm
3851                 add a specific icon for A_CANCEL_INC (addresses
3852                 point 1 of bug 1609 'Icon issues')
3853                 replace close.xpm with an icon of the standard
3854                 24x24 size
3855
3856 2008-05-24 [paul]       3.4.0cvs66
3857
3858         * src/pixmaps/insert_file.xpm
3859                 replaced
3860
3861 2008-05-23 [paul]       3.4.0cvs65
3862
3863         * src/common/md5.c
3864         * src/common/md5.h
3865                 add the possibility to check md5 on binary files,
3866                 thanks to Colin
3867
3868 2008-05-23 [colin]      3.4.0cvs64
3869
3870         * src/mainwindow.c
3871         * src/summaryview.c
3872                 Fix bug 1610, 'claws crash after opening/closing 
3873                 preferences and window update'
3874