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