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