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