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