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