f91aa2274495dc2d7b26c472533c45030bda8157
[claws.git] / ChangeLog
1 2008-10-02 [colin]      3.5.0cvs144
2
3         * src/common/session.c
4                 Fix crash when connection fails on windows
5
6 2008-10-01 [colin]      3.5.0cvs143
7
8         * src/imap.c
9                 Real fix for FS-unsafe chars on win32
10
11 2008-10-01 [colin]      3.5.0cvs142
12
13         * src/imap.c
14                 Encode prohibited filenames on win32
15
16 2008-09-30 [mones]      3.5.0cvs141
17
18         * src/ldapctrl.c
19         * src/main.c
20         * src/prefs_themes.c
21         * src/printing.c
22                 Fix output of some debug messages
23
24 2008-09-30 [colin]      3.5.0cvs140
25
26         * src/addrbook.c
27         * src/addrharvest.c
28         * src/compose.c
29         * src/jpilot.c
30         * src/mh.c
31         * src/prefs_themes.c
32         * src/procheader.c
33         * src/procmime.c
34         * src/summaryview.c
35         * src/common/utils.c
36         * src/gtk/sslcertwindow.c
37                 Win32: Fix time usage; use g_stat
38
39 2008-09-29 [colin]      3.5.0cvs139
40
41         * src/common/utils.c
42                 Fix case-sensitive match of subject
43                 prefixes on win32
44
45 2008-09-29 [colin]      3.5.0cvs138
46
47         * src/folder_item_prefs.c
48         * src/folder_item_prefs.h
49         * src/matcher.c
50         * src/prefs_folder_item.c
51         * src/prefs_matcher.c
52         * src/summaryview.c
53         * src/common/string_match.c
54         * src/common/utils.c
55                 Fix a huge leak (dozens of megs per folder
56                 change) on Windows: disable regexps 
57
58 2008-09-28 [paul]       3.5.0cvs137
59
60         * po/en_GB.po
61                 updated
62
63 2008-09-27 [colin]      3.5.0cvs136
64
65         * src/account.c
66         * src/account.h
67                 Add accessor for cur_account
68
69 2008-09-27 [colin]      3.5.0cvs135
70
71         * src/imap.c
72                 Fix crash when error happen on session establishment
73
74 2008-09-26 [mones]      3.5.0cvs134
75
76         * po/es.po
77                 Updated for release
78
79 2008-09-26 [colin]      3.5.0cvs133
80
81         * src/plugins/pgpcore/claws.def
82                 Fix symbol
83
84 2008-09-26 [colin]      3.5.0cvs132
85
86         * src/prefs_common.c
87         * src/prefs_common.h
88         * src/plugins/pgpcore/pgp_viewer.c
89                 Add an accessor to prefs_common for plugins
90                 (Win32 fix)
91
92 2008-09-25 [colin]      3.5.0cvs131
93
94         * src/main.c
95                 Fix bug 1725, 'useless lines in clawsrc'
96         * src/plugins/smime/mypgpcore.def
97                 Add a missing symbol
98
99 2008-09-25 [paul]       3.5.0cvs130
100
101         * src/plugins/smime/mypgpcore.def
102         * src/plugins/smime/plugin.def
103         * src/plugins/smime/version.rc
104                 add these windows-specific files
105                 (Thanks to Colin)
106
107 2008-09-25 [colin]      3.5.0cvs129
108
109         * src/main.c
110                 Load standard plugins only on first run
111
112 2008-09-25 [colin]      3.5.0cvs128
113
114         * src/codeconv.c
115                 Fix build...
116
117 2008-09-24 [colin]      3.5.0cvs127
118
119         * src/codeconv.c
120                 Add nb_NO's charset (iso-8859-1)
121
122 2008-09-24 [colin]      3.5.0cvs126
123
124         * src/common/utils.c
125                 Fix get_mail_base_dir() on windows
126                 (was synced from main ages ago)
127
128 2008-09-24 [colin]      3.5.0cvs125
129
130         * src/main.c
131         * src/wizard.c
132                 Integrate better with Windows' style
133
134 2008-09-23 [paul]       3.5.0cvs124
135
136         * src/compose.c
137         * src/mainwindow.c
138         * src/messageview.c
139                 offer these strings to translators too 
140
141 2008-09-23 [colin]      3.5.0cvs123
142
143         * configure.ac
144                 Add a --disable-dbus flag in case we want
145                 no DBUS even if headers are available (like
146                 for building gpg4win)
147         * src/filtering.c
148         * src/mainwindow.c
149         * src/prefs_logging.c
150         * src/common/utils.c
151         * src/plugins/pgpcore/sgpgme.c
152         * src/plugins/smime/claws.def
153                 Windows fixes:
154                 - disable filtering log (it's crashy for
155                   some reason)
156                 - fix gmtime_r when time is -1 (before 01/01/70)
157                 - add symbols for smime
158
159 2008-09-22 [colin]      3.5.0cvs122
160
161         * src/common/utils.c
162         * src/account.c
163                 Remove raw printf
164         * src/compose.c
165                 Fix cursor position after changing account
166         * src/imap.c
167         * src/mimeview.c
168         * src/news.c
169                 Fix absolute path detection 
170
171 2008-09-21 [colin]      3.5.0cvs121
172
173         * src/gtk/gtkaspell.c
174                 Don't try to use empty dictionaries
175
176 2008-09-20 [colin]      3.5.0cvs120
177
178         * po/POTFILES.in
179                 Add the new files to the translations
180
181 2008-09-20 [colin]      3.5.0cvs119
182
183         * configure.ac
184         * src/plugins/Makefile.am
185         * src/plugins/smime/Makefile.am
186         * src/plugins/smime/plugin.c
187         * src/plugins/smime/smime.c
188         * src/plugins/smime/smime.deps
189         * src/plugins/smime/smime.h
190                 Include S/Mime plugin in the main plugins
191                 Will ease the Gpg4win team's work
192
193 2008-09-20 [colin]      3.5.0cvs118
194
195         * src/autofaces.c
196         * src/compose.c
197         * src/ldapquery.c
198         * src/main.c
199         * src/news.c
200         * src/common/socket.c
201         * src/gtk/gtkutils.c
202         * src/plugins/pgpcore/claws.def
203                 Windows: more fixes, thanks to wwp and
204                 Marcus Brinkmann
205
206 2008-09-20 [colin]      3.5.0cvs117
207
208         * src/imap.c
209                 Tell on which server errors happened
210
211 2008-09-20 [colin]      3.5.0cvs116
212
213         * src/etpan/etpan-thread-manager.c
214         * src/etpan/imap-thread.c
215         * src/etpan/nntp-thread.c
216                 Windows: Fix hang on IMAP/NNTP
217
218 2008-09-20 [colin]      3.5.0cvs115
219
220         * src/common/utils.c
221                 Fix bug 1723, "Buffer overflow crash caused by 
222                 preview in 'Date format help' dialog box"
223                 Also, optimise fast_strftime a bit :)
224
225 2008-09-18 [colin]      3.5.0cvs114
226
227         * src/procmime.c
228         * src/textview.c
229                 Check for NULLs before str* functions
230
231 2008-09-18 [colin]      3.5.0cvs113
232
233         * src/messageview.c
234         * src/procmime.c
235         * src/textview.c
236                 Handle html parts in multipart/related
237                 Decode ISO-8859-1 as Windows-1252 (the former
238                 is a subset of the latter) in order to 
239                 workaround Outlook mails misencoding
240         * src/gtk/logwindow.c
241         * src/gtk/logwindow.h
242                 Clear mainwindow's error pixmap when the
243                 error scrolls out of the log
244
245 2008-09-17 [colin]      3.5.0cvs112
246
247         * src/image_viewer.c
248                 Fix image loading (multiple childs added to 
249                 scrolledwindow, break of the resize functionality)
250         * src/account.c
251         * src/prefs_folder_item.c
252         * src/prefs_spelling.c
253         * src/gtk/gtkaspell.c
254                 Better fix problems with dictionaries updates
255
256 2008-09-17 [colin]      3.5.0cvs111
257
258         * src/common/utils.c
259                 Fix double-opening (fixes multiple signatures when
260                 using signify)
261
262 2008-09-16 [colin]      3.5.0cvs110
263
264         * src/prefs_account.c
265         * src/prefs_folder_item.c
266         * src/prefs_spelling.c
267         * src/gtk/gtkaspell.c
268                 Better stripping of aspell dictionaries names
269
270 2008-09-16 [colin]
271
272         * 3.6.0-rc1 released
273
274 2008-09-16 [colin]      3.5.0cvs109
275
276         * src/account.c
277         * src/inc.c
278         * src/mainwindow.c
279         * src/prefs_account.h
280         * src/prefs_other.c
281         * src/send_message.c
282         * src/gtk/inputdialog.c
283                 Don't add a pref to allow remembering passwords
284                 (Just not checking the checkbox is enough)
285
286 2008-09-16 [colin]      3.5.0cvs108
287
288         * configure.ac
289                 Require libetpan 0.56 as 0.55 is crashy
290         * src/messageview.c
291                 Fix english
292         * src/gtk/inputdialog.c
293         * src/gtk/inputdialog.h
294                 Fix warnings
295
296 2008-09-16 [wwp]        3.5.0cvs107
297
298         * src/compose.c
299                 Complete 3.5.0cvs106 by removing a function that got
300                 moved to account.[ch].
301
302 2008-09-16 [wwp]        3.5.0cvs106
303
304         * src/account.c
305         * src/account.h
306         * src/compose.c
307         * src/quote_fmt.c
308         * src/quote_fmt_lex.l
309         * src/quote_fmt_parse.y
310                 Add account signature (path and value string) manipulation
311                 keywords to the template processor. It's now possible in
312                 all templates to insert the account signature to an
313                 arbitrary location or to pass it to a external script for
314                 further editing.
315
316
317 2008-09-16 [mones]      3.5.0cvs105
318
319         * src/imap.c
320         * src/inc.c
321         * src/mainwindow.c
322         * src/mainwindow.h
323         * src/news.c
324         * src/prefs_account.h
325         * src/prefs_common.c
326         * src/prefs_common.h
327         * src/prefs_other.c
328         * src/send_message.c
329         * src/gtk/inputdialog.c
330         * src/gtk/inputdialog.h
331                 Implement session passwords: unsaved passwords for receiving
332                 or sending of accounts can be remembered while running to 
333                 avoid repetitive typing.
334                 As keeping passwords in memory is unsafe a new preference 
335                 in Other page is added to activate or not such capability.
336
337 2008-09-14 [colin]      3.5.0cvs104
338
339         * src/codeconv.c
340         * src/codeconv.h
341                 Make conv_iconv_strdup static
342
343 2008-09-12 [colin]      3.5.0cvs103
344
345         * claws-mail.pc.in
346         * src/Makefile.am
347         * src/compose.c
348         * src/compose.h
349         * src/crash.c
350         * src/folder_item_prefs.c
351         * src/folder_item_prefs.h
352         * src/main.c
353         * src/prefs_account.c
354         * src/prefs_common.c
355         * src/prefs_common.h
356         * src/prefs_folder_item.c
357         * src/prefs_spelling.c
358         * src/prefs_template.c
359         * src/quote_fmt.h
360         * src/quote_fmt_parse.y
361         * src/toolbar.c
362         * src/toolbar.h
363         * src/gtk/Makefile.am
364         * src/gtk/about.c
365         * src/gtk/filesel.c
366         * src/gtk/gtkaspell.c
367         * src/gtk/gtkaspell.h
368         * src/plugins/bogofilter/Makefile.am
369         * src/plugins/dillo_viewer/Makefile.am
370         * src/plugins/spamassassin/Makefile.am
371         * src/plugins/trayicon/Makefile.am
372                 Switch spellchecker to Enchant
373
374 2008-09-12 [paul]       3.5.0cvs102
375
376         * tools/README
377         * tools/csv2addressbook.pl
378                 add support for Fox Mail
379
380 2008-09-12 [paul]       3.5.0cvs101
381
382         * src/compose.c
383         * src/prefs_wrapping.c
384                 changes to English
385
386 2008-09-12 [paul]       3.5.0cvs100
387
388         * configure.ac
389                 revert cvs99's libenchant commit error
390
391 2008-09-12 [colin]      3.5.0cvs99
392
393         * src/inc.c
394                 Only go to inbox if there are new mails
395                 (and fetch was manual)
396
397 2008-09-10 [colin]      3.5.0cvs98
398
399         * src/inc.c
400         * src/summaryview.c
401         * src/common/session.c
402                 Use g_timeout_add_seconds instead of g_timeout_add
403                 on glib >= 2.14 when we don't need precision on the 
404                 delay. This helps reducing power consumption:
405                 http://mjg59.livejournal.com/74651.html
406
407 2008-09-10 [colin]      3.5.0cvs97
408
409         * src/compose.c
410                 Don't save window size and position when
411                 compose is hidden (filtering action)
412
413 2008-09-09 [colin]      3.5.0cvs96
414
415         * src/action.h
416         * src/addr_compl.c
417         * src/addressadd.c
418         * src/addressbook.h
419         * src/addressbook_foldersel.c
420         * src/addressitem.h
421         * src/addrgather.c
422         * src/alertpanel.c
423         * src/browseldap.c
424         * src/editaddress.c
425         * src/editaddress_other_attributes_ldap.h
426         * src/editbook.c
427         * src/editjpilot.c
428         * src/editldap.c
429         * src/editldap_basedn.c
430         * src/editvcard.c
431         * src/exphtmldlg.c
432         * src/expldifdlg.c
433         * src/export.c
434         * src/foldersel.c
435         * src/foldersel.h
436         * src/gedit-print.c
437         * src/gedit-print.h
438         * src/grouplistdialog.c
439         * src/headerview.c
440         * src/headerview.h
441         * src/image_viewer.c
442         * src/import.c
443         * src/importldif.c
444         * src/importmutt.c
445         * src/importpine.c
446         * src/inc.c
447         * src/main.c
448         * src/main.h
449         * src/messageview.c
450         * src/messageview.h
451         * src/noticeview.c
452         * src/prefs_actions.c
453         * src/prefs_filtering.c
454         * src/prefs_folder_column.c
455         * src/prefs_gtk.h
456         * src/prefs_summary_column.c
457         * src/prefs_toolbar.c
458         * src/send_message.c
459         * src/setup.c
460         * src/sourcewindow.c
461         * src/sourcewindow.h
462         * src/ssl_manager.c
463         * src/statusbar.c
464         * src/statusbar.h
465         * src/stock_pixmap.c
466         * src/stock_pixmap.h
467         * src/summaryview.c
468         * src/textview.c
469         * src/textview.h
470         * src/undo.h
471         * src/uri_opener.c
472         * src/wizard.c
473         * src/wizard.h
474         * src/common/ssl.h
475         * src/common/utils.c
476         * src/gtk/about.c
477         * src/gtk/colorlabel.c
478         * src/gtk/colorlabel.h
479         * src/gtk/combobox.h
480         * src/gtk/description_window.c
481         * src/gtk/filesel.c
482         * src/gtk/gtkaspell.c
483         * src/gtk/gtkaspell.h
484         * src/gtk/gtkcmclist.c
485         * src/gtk/gtkcmclist.h
486         * src/gtk/gtkcmctree.c
487         * src/gtk/gtkcmctree.h
488         * src/gtk/gtkcmoptionmenu.h
489         * src/gtk/gtksctree.c
490         * src/gtk/gtksctree.h
491         * src/gtk/gtkshruler.c
492         * src/gtk/gtkshruler.h
493         * src/gtk/gtksourceprintjob.c
494         * src/gtk/gtksourceprintjob.h
495         * src/gtk/gtkutils.c
496         * src/gtk/gtkutils.h
497         * src/gtk/gtkvscrollbutton.c
498         * src/gtk/gtkvscrollbutton.h
499         * src/gtk/icon_legend.c
500         * src/gtk/inputdialog.c
501         * src/gtk/logwindow.c
502         * src/gtk/logwindow.h
503         * src/gtk/manage_window.c
504         * src/gtk/manage_window.h
505         * src/gtk/menu.c
506         * src/gtk/prefswindow.c
507         * src/gtk/progressdialog.c
508         * src/gtk/progressdialog.h
509         * src/plugins/bogofilter/bogofilter_gtk.c
510         * src/plugins/pgpcore/passphrase.c
511         * src/plugins/spamassassin/spamassassin_gtk.c
512         * src/plugins/trayicon/trayicon.c
513         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
514         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
515         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
516         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
517         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
518                 Complete GTK+ 2.14 undeprecation
519                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
520
521 2008-09-09 [colin]      3.5.0cvs95
522
523         * src/gtk/gtkcmclist.h
524                 Fix build on GTK+ 2.14
525
526 2008-09-08 [colin]      3.5.0cvs94
527
528         * src/noticeview.c
529         * src/noticeview.h
530                 Remove GtkSignalFunc
531
532 2008-09-07 [colin]      3.5.0cvs93
533
534         * src/addressadd.c
535         * src/addressbook_foldersel.c
536         * src/gtk/gtkcmclist.c
537         * src/gtk/gtkcmclist.h
538         * src/gtk/gtkcmctree.c
539         * src/gtk/gtkcmctree.h
540         * src/gtk/gtksctree.c
541         * src/gtk/prefswindow.c
542         * src/gtk/prefswindow.h
543                 Use GDestroyNotify instead of GtkDestroyNotify
544                 (deprecated in GTK+ 2.14)
545
546 2008-09-07 [colin]      3.5.0cvs92
547
548         * src/textview.c
549                 Fix bug 1712, 'invalid "Phishing attempt warning" 
550                 when linked text ends with spaces'
551
552 2008-09-05 [colin]      3.5.0cvs91
553
554         * src/procmime.c
555                 Maybe fix bug 1711, 'Save-as attachment crashes'
556                 Possibly wrong free() due to pointer shifting
557
558 2008-09-05 [colin]      3.5.0cvs90
559
560         * src/compose.c
561                 Fix bug 1710, 'User misreads "Discard Message" 
562                 as "Discard Changes"'. Propose to save or discard
563                 only the latest changes when closing an existing
564                 draft. Autosave may still have saved parts of the
565                 edit session.
566
567 2008-09-04 [colin]      3.5.0cvs89
568
569         * src/summaryview.c
570                 Fix bug 1707, 'Segfault when sorting on non-visible column'
571
572 2008-09-01 [colin]      3.5.0cvs88
573
574         * src/imap.c
575         * src/summaryview.c
576         * src/common/tags.c
577         * src/etpan/imap-thread.c
578         * src/etpan/imap-thread.h
579                 Store spam flag on IMAP (Junk/NonJunk, as 
580                 ThunderBird does - this is nonstandard)
581
582 2008-08-31 [wwp]        3.5.0cvs87
583
584         * ChangeLog
585                 Fix globish edition^Wediting.
586
587 2008-08-31 [wwp]        3.5.0cvs86
588
589         * src/addressbook.c
590                 Don't break nickname editing for non-LDAP books (nickname
591                 value was overwritten when editing existing contact, this
592                 came from 3.0.2cvs109).
593
594 2008-08-30 [colin]      3.5.0cvs85
595
596         * src/mainwindow.c
597         * src/summaryview.c
598                 Fix "Apply tags..." key shortcut
599
600 2008-08-29 [iwkse]      3.5.0cvs84
601
602         * src/summaryview.c
603                         Bit of clean:)
604
605 2008-08-29 [iwkse]      3.5.0cvs83
606
607         * src/summaryview.c
608                         Disable "Move to trash" action if
609                         we are in a trash-like folder.
610                         Thanks to colinl
611
612 2008-08-29 [paul]       3.5.0cvs82
613
614         * configure.ac
615                 bump up libetpan version requirement since
616                 0.55 is released now
617
618 2008-08-28 [wwp]        3.5.0cvs81
619
620         * src/account.c
621         * src/pop.c
622         * src/prefs_account.c
623         * src/prefs_account.h
624                 Add finer granularity to the POP3's remove-after delay (now in
625                 hours in addition to in days), patch by Paul Rolland.
626
627 2008-08-28 [wwp]        3.5.0cvs80
628
629         * src/gtk/combobox.c
630                 Fix a typo in a comment.
631
632 2008-08-28 [iwkse]      3.5.0cvs79
633
634         * src/account.c
635         * src/prefs_actions.c
636         * src/prefs_filtering.c
637         * src/prefs_template.c
638                         Add search feature to the account, 
639                         template and action dialog.
640                         It's turned on selecting one row
641                         of the list and typing some random
642                         letter. Thanks to wwp, colinl
643
644 2008-08-28 [colin]      3.5.0cvs78
645
646         * src/Makefile.am
647         * src/account.c
648         * src/compose.c
649         * src/prefs_account.c
650         * src/prefs_account.h
651         * src/privacy.c
652         * src/privacy.h
653         * src/procmime.c
654         * src/stock_pixmap.c
655         * src/stock_pixmap.h
656         * src/summaryview.c
657         * src/pixmaps/key_gpg_signed.xpm
658                 Fix bug 1412, "Sign reply, if mail was signed"
659                 Add an account preference to sign replies to signed mails
660
661 2008-08-28 [iwkse]      3.5.0cvs77
662
663         * src/prefs_filtering.c
664                 Making the search more useful,
665                 jumping directly to the relative rule.
666
667 2008-08-27 [colin]      3.5.0cvs76
668
669         * src/main.c
670                 Add a bit of info
671
672 2008-08-27 [colin]      3.5.0cvs75
673
674         * src/gtk/gtkcmctree.c
675                 Fix a few ifdefs
676
677 2008-08-26 [colin]      3.5.0cvs74
678
679         * src/gtk/gtkcmctree.c
680                 Fix missing inits on old glib
681
682 2008-08-26 [wwp]        3.5.0cvs73
683
684         * src/common/utils.c
685                 Added 'Fwd' to the list of known common subject prefixes.
686
687 2008-08-25 [iwkse]      3.5.0cvs72
688
689         * src/image_viewer.c
690                 Add animated gif support to the
691                 message preview.
692
693 2008-08-25 [colin]      3.5.0cvs71
694
695         * src/gtk/gtkcmctree.c
696                 Make sure work isn't null
697
698 2008-08-24 [colin]      3.5.0cvs70
699
700         * src/common/ssl.c
701                 Fix typo on SSL_CERT_DIR
702
703 2008-08-23 [holger]     3.5.0cvs69
704
705         * src/printing.c
706                 Fix bug 1699 'Separator line mis-placed when
707                 printing some e-mails'. The number of header lines
708                 was not correctly calculated when Pango inserts
709                 linebreaks
710
711 2008-08-23 [colin]      3.5.0cvs68
712
713         * src/mainwindow.c
714                 Fix the account selector button; thanks
715                 to wwp
716
717 2008-08-21 [colin]      3.5.0cvs67
718
719         * src/compose.c
720         * src/compose.h
721                 Add a compose preference for auto-indent
722         * src/mainwindow.c
723         * src/summaryview.c
724                 Make colorlabel accels a bit less hacky
725
726 2008-08-21 [colin]      3.5.0cvs66
727
728         * src/compose.c
729         * src/prefs_common.c
730         * src/prefs_common.h
731         * src/prefs_wrapping.c
732                 Add a preference for autoindent; fix no_join tag
733                 being applied to whole lines instead of just \n when
734                 creating a line 
735
736 2008-08-21 [colin]      3.5.0cvs65
737
738         * src/compose.c
739                 Add support for auto-indentation
740
741 2008-08-19 [colin]      3.5.0cvs64
742
743         * src/compose.c
744                 Save Autowrap status in drafts/queued mails
745
746 2008-08-19 [colin]      3.5.0cvs63
747
748         * src/mainwindow.c
749                 Fix a comment (in reality, test commit on
750                 the new CVS server)
751
752 2008-08-17 [colin]      3.5.0cvs62
753
754         * src/prefs_actions.c
755         * src/procmime.c
756         * src/wizard.c
757         * src/common/socket.h
758         * src/gtk/gtkcmctree.c
759                 Fix warnings
760
761 2008-08-16 [colin]      3.5.0cvs61
762
763         * src/editaddress_other_attributes_ldap.h
764                 Add 'l' field (localityName)
765
766 2008-08-16 [colin]      3.5.0cvs60
767
768         * src/mainwindow.c
769         * src/gtk/gtkcmclist.c
770         * src/gtk/gtkcmclist.h
771         * src/gtk/gtkcmctree.c
772         * src/gtk/gtksctree.c
773         * src/gtk/gtkutils.c
774         * src/gtk/gtkvscrollbutton.c
775                 Fix Maemo build (OS2007)
776
777 2008-08-14 [colin]      3.5.0cvs59
778
779         * src/folder.c
780                 Don't crash if parent is null when creating
781                 a folder
782         * src/gtk/pluginwindow.c
783                 Don't crash on race when closing window while
784                 a plugin is loading and does gtk_iterations
785
786 2008-08-13 [colin]      3.5.0cvs58
787
788         * src/messageview.c
789         * src/messageview.h
790         * src/mimeview.c
791                 Fix bug 1696, 'Viewing binary attachements 
792                 as text over 1 MB' (various buglets)
793
794 2008-08-10 [colin]      3.5.0cvs57
795
796         * src/summaryview.c
797         * src/gtk/gtkcmclist.c
798                 Continue fixing GTK < 2.12 build, thanks to
799                 Michael Hugues
800
801 2008-08-10 [colin]      3.5.0cvs56
802
803         * src/gtk/gtksctree.c
804                 Fix build on GTK < 2.12
805
806 2008-08-09 [colin]      3.5.0cvs55
807
808         * src/mainwindow.c
809                 Fix untranslatable strings, thanks to
810                 Stephan Sachse
811
812 2008-08-07 [colin]      3.5.0cvs54
813
814         * src/compose.c
815         * src/editaddress.c
816         * src/folderview.c
817         * src/mainwindow.c
818         * src/message_search.c
819         * src/mimeview.c
820         * src/noticeview.c
821         * src/prefs_account.c
822         * src/prefs_common.c
823         * src/prefs_customheader.c
824         * src/prefs_ext_prog.c
825         * src/prefs_filtering_action.c
826         * src/prefs_gtk.c
827         * src/prefs_logging.c
828         * src/prefs_matcher.c
829         * src/prefs_msg_colors.c
830         * src/procmime.c
831         * src/summary_search.c
832         * src/summaryview.c
833         * src/toolbar.c
834         * src/gtk/colorsel.c
835         * src/gtk/gtkaspell.c
836         * src/gtk/gtkutils.c
837         * src/gtk/gtkutils.h
838         * src/gtk/inputdialog.c
839         * src/gtk/pluginwindow.c
840         * src/gtk/quicksearch.c
841         * src/plugins/bogofilter/bogofilter_gtk.c
842         * src/plugins/dillo_viewer/dillo_prefs.c
843         * src/plugins/spamassassin/spamassassin_gtk.c
844                 - Fix Ctrl-Space shortcut
845                 - Fix mime-parsing bug in procmime (cvs52)
846                 - Fix double-free in procmime (cvs52)
847                 - Use gtk_bin_get_child instead of GTK_BIN()->child
848                 - Fix Goto menu in mainwindow
849
850 2008-08-07 [mones]      3.5.0cvs53
851
852         * po/es.po
853                 Updated translation (lots of changes!)
854         * src/compose.c
855                 Add missing accelerator key
856         * src/mainwindow.c
857                 Restored 'v' key function (thanks Colin!)
858
859 2008-08-06 [colin]      3.5.0cvs52
860
861         * src/addrbook.c
862         * src/addrcindex.c
863         * src/addrduplicates.c
864         * src/addrharvest.c
865         * src/enriched.c
866         * src/html.c
867         * src/ldif.c
868         * src/mimeview.c
869         * src/mutt.c
870         * src/pine.c
871         * src/procmime.c
872         * src/vcard.c
873         * src/wizard.c
874                 Fix my use of g_utf8_strdown (it returns
875                 a newly allocated string and doesn't
876                 change the parameter)
877
878 2008-08-06 [colin]      3.5.0cvs51
879
880         * src/compose.c
881                 Fix bug 1690, 'Copy/Paste in edit window may 
882                 break Undo'; middle-click pastes aren't 
883                 REPLACE_INSERT but just INSERT. 
884                 Also, fix privacy menu selection
885
886 2008-08-05 [colin]      3.5.0cvs50
887
888         * src/action.c
889         * src/addr_compl.c
890         * src/addrbook.c
891         * src/addrcindex.c
892         * src/addrduplicates.c
893         * src/addrharvest.c
894         * src/enriched.c
895         * src/html.c
896         * src/ldif.c
897         * src/main.c
898         * src/mimeview.c
899         * src/mutt.c
900         * src/pine.c
901         * src/procmime.c
902         * src/vcard.c
903         * src/wizard.c
904         * src/common/socket.c
905         * src/gtk/gtkutils.c
906         * src/gtk/gtkutils.h
907         * src/gtk/menu.c
908         * src/plugins/spamassassin/spamassassin.c
909                 More undeprecation (Glib)
910
911 2008-08-05 [colin]      3.5.0cvs49
912
913         * src/prefs_account.c
914         * src/prefs_filtering_action.c
915         * src/prefs_matcher.c
916         * src/gtk/Makefile.am
917         * src/gtk/claws-marshal.list
918         * src/gtk/colorlabel.c
919         * src/gtk/colorsel.c
920         * src/gtk/foldersort.c
921         * src/gtk/gtkaspell.c
922         * src/gtk/gtkcmclist.c
923         * src/gtk/gtkcmclist.h
924         * src/gtk/gtkcmctree.c
925         * src/gtk/gtkcmctree.h
926         * src/gtk/gtkcmoptionmenu.c
927         * src/gtk/gtkcmoptionmenu.h
928         * src/gtk/gtksctree.c
929         * src/gtk/gtksctree.h
930         * src/gtk/gtkutils.c
931         * src/gtk/gtkutils.h
932         * src/gtk/gtkvscrollbutton.c
933         * src/gtk/menu.c
934         * src/gtk/menu.h
935         * src/gtk/quicksearch.c
936         * src/plugins/dillo_viewer/dillo_viewer.c
937         * src/plugins/pgpcore/select-keys.c
938                 Try to finish yesterday's commit
939
940 2008-08-04 [colin]      3.5.0cvs48
941
942         * src/addressadd.c
943         * src/addressbook.c
944         * src/addressbook_foldersel.c
945         * src/addressitem.h
946         * src/addrgather.c
947         * src/browseldap.c
948         * src/compose.c
949         * src/compose.h
950         * src/editaddress.c
951         * src/editaddress_other_attributes_ldap.c
952         * src/editgroup.c
953         * src/editldap_basedn.c
954         * src/folderview.c
955         * src/folderview.h
956         * src/grouplistdialog.c
957         * src/image_viewer.c
958         * src/imap_gtk.c
959         * src/importldif.c
960         * src/main.c
961         * src/mainwindow.c
962         * src/message_search.c
963         * src/mh_gtk.c
964         * src/mimeview.c
965         * src/mimeview.h
966         * src/news_gtk.c
967         * src/noticeview.h
968         * src/prefs_account.c
969         * src/prefs_filtering_action.c
970         * src/prefs_matcher.c
971         * src/prefs_msg_colors.c
972         * src/prefs_summaries.c
973         * src/statusbar.c
974         * src/stock_pixmap.c
975         * src/summary_search.c
976         * src/summaryview.c
977         * src/summaryview.h
978         * src/textview.c
979         * src/toolbar.h
980         * src/gtk/Makefile.am
981         * src/gtk/claws-marshal.list
982         * src/gtk/colorsel.c
983         * src/gtk/foldersort.c
984         * src/gtk/gtkaspell.c
985         * src/gtk/gtkcmclist.c
986         * src/gtk/gtkcmclist.h
987         * src/gtk/gtkcmctree.c
988         * src/gtk/gtkcmctree.h
989         * src/gtk/gtksctree.c
990         * src/gtk/gtksctree.h
991         * src/gtk/gtkutils.c
992         * src/gtk/gtkutils.h
993         * src/gtk/gtkvscrollbutton.c
994         * src/gtk/menu.c
995         * src/gtk/menu.h
996         * src/gtk/quicksearch.c
997         * src/plugins/dillo_viewer/dillo_viewer.c
998         * src/plugins/pgpcore/select-keys.c
999                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
1000                 Undeprecate their implementation (GtkArg, GtkType, ...)
1001                 Undeprecate a few other things here and there
1002                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
1003                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
1004                 still have work to do
1005
1006 2008-08-04 [colin]      3.5.0cvs47
1007
1008         * src/compose.c
1009         * src/compose.h
1010         * src/toolbar.h
1011         * src/textview.c
1012         * src/stock_pixmap.c
1013         * src/statusbar.c
1014         * src/noticeview.h
1015         * src/mimeview.h
1016         * src/mainwindow.c
1017         * src/image_viewer.c
1018         * src/gtk/gtkaspell.c
1019         * src/gtk/gtkvscrollbutton.c
1020         * src/plugins/dillo_viewer/dillo_viewer.c
1021                 Undeprecate more things
1022
1023 2008-08-02 [colin]      3.5.0cvs46
1024
1025         * src/mainwindow.c
1026                 Fix toggle menu activation state
1027                 (thanks to cvs45 ;)
1028
1029 2008-08-02 [paul]       3.5.0cvs45
1030
1031         * src/mainwindow.c
1032                 fix sensitivity of
1033                 /View/Show or hide/Message View
1034
1035 2008-08-01 [paul]       3.5.0cvs44
1036
1037         * src/common/utils.c
1038         * src/plugins/pgpcore/claws.def
1039         * src/plugins/pgpinline/claws.def
1040                 fix compilation problems on mingw32,
1041                 (bug 1688) Patch by Marcus Brinkmann
1042
1043 2008-08-01 [colin]      3.5.0cvs43
1044
1045         * src/gtk/gtkutils.c
1046         * src/gtk/gtkvscrollbutton.c
1047                 Oups, fix build
1048
1049 2008-08-01 [colin]      3.5.0cvs42
1050
1051         * src/compose.c
1052         * src/foldersel.c
1053         * src/mainwindow.c
1054         * src/prefs_account.c
1055         * src/prefs_folder_item.c
1056         * src/prefs_quote.c
1057         * src/summaryview.c
1058         * src/gtk/gtkaspell.c
1059         * src/gtk/gtkutils.c
1060         * src/gtk/gtkvscrollbutton.c
1061                 Replace a few deprecated function calls
1062
1063 2008-08-01 [paul]       3.5.0cvs41
1064
1065         * src/action.c
1066                 fix crash that occurs because of recent GtkUIManager
1067                 changes. Thanks to Colin
1068
1069 2008-07-31 [colin]      3.5.0cvs40
1070
1071         * src/addressbook.c
1072         * src/compose.c
1073         * src/mainwindow.c
1074         * src/messageview.c
1075                 Some Maemo fixes
1076         * src/gtk/menu.c
1077         * src/gtk/menu.h
1078                 Remove deprecated helper funcs
1079
1080 2008-07-30 [colin]      3.5.0cvs39
1081
1082         * src/folderview.c
1083         * src/folderview.h
1084         * src/imap_gtk.c
1085         * src/mh_gtk.c
1086         * src/news_gtk.c
1087                 Move the folderview popup menu to GtkUIManager
1088
1089 2008-07-29 [colin]      3.5.0cvs38
1090
1091         * src/account.c
1092         * src/account.h
1093         * src/action.c
1094         * src/action.h
1095         * src/addressitem.h
1096         * src/compose.c
1097         * src/edittags.c
1098         * src/mainwindow.c
1099         * src/mainwindow.h
1100         * src/mimeview.c
1101         * src/summaryview.c
1102         * src/gtk/menu.c
1103         * src/gtk/menu.h
1104                 Switch the main menu to GtkUIManager
1105                 Warning fixes
1106
1107 2008-07-29 [colin]      3.5.0cvs37
1108
1109         * src/news.c
1110                 Fix bug 1684, 'view news messages with large 
1111                 attachements segfaults'
1112
1113 2008-07-29 [colin]      3.5.0cvs36
1114
1115         * src/action.c
1116         * src/action.h
1117         * src/addressbook.c
1118         * src/addressitem.h
1119         * src/compose.c
1120         * src/compose.h
1121         * src/messageview.c
1122         * src/messageview.h
1123         * src/summaryview.c
1124         * src/gtk/menu.c
1125         * src/gtk/menu.h
1126                 More switches to GtkUIManager
1127
1128 2008-07-26 [colin]      3.5.0cvs35
1129
1130         * src/gtk/menu.c
1131         * src/gtk/menu.h
1132                 Fix prototype
1133
1134 2008-07-25 [colin]      3.5.0cvs34
1135
1136         * src/addrcustomattr.c
1137         * src/addressbook.c
1138         * src/compose.c
1139         * src/editaddress.c
1140         * src/editaddress_other_attributes_ldap.h
1141         * src/edittags.c
1142         * src/mainwindow.c
1143         * src/mimeview.c
1144         * src/prefs_actions.c
1145         * src/prefs_filtering.c
1146         * src/prefs_template.c
1147         * src/summaryview.c
1148         * src/textview.c
1149         * src/textview.h
1150         * src/toolbar.c
1151         * src/gtk/about.c
1152         * src/gtk/menu.c
1153         * src/gtk/menu.h
1154         * src/plugins/trayicon/trayicon.c
1155                 More changes from GtkItemFactory to GtkUIManager
1156
1157 2008-07-25 [colin]      3.5.0cvs33
1158
1159         * src/gtk/menu.h
1160                 Add a macro to remove menu items
1161                 Make the gui_manager variable useless
1162
1163 2008-07-24 [colin]      3.5.0cvs32
1164
1165         * src/mimeview.c
1166                 Fix a gtk warning on clear
1167         * src/mainwindow.c
1168         * src/summaryview.c
1169         * src/summaryview.h
1170                 Switch the message list popup menu to
1171                 GtkUIManager
1172
1173 2008-07-23 [colin]      3.5.0cvs31
1174
1175         * src/plugins/pgpcore/pgp_viewer.c
1176         * src/plugins/pgpcore/sgpgme.c
1177                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
1178                 Patch by Thomas Wiegner <wiegner@gmx.de>
1179
1180 2008-07-20 [paul]       3.5.0cvs30
1181
1182         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1183                 remove redundant GTK version check
1184
1185 2008-07-20 [ticho]      3.5.0cvs29
1186
1187         * src/folderview.c
1188         * src/imap_gtk.c
1189         * src/news_gtk.c
1190                 Moved sensitivity setting for "Download messages" for IMAP and
1191                 news folders from folderview.c to imap_gtk.c and news_gtk.c
1192                 respectively for better code readability.
1193                 Fixed indentation in news' set_sensitivity().
1194
1195 2008-07-20 [paul]       3.5.0cvs28
1196
1197         * src/addrgather.c
1198                 remove more redundant code following cvs27
1199
1200 2008-07-20 [paul]       3.5.0cvs27
1201
1202         * src/addrgather.c
1203                 remove now redundant code
1204         * src/mainwindow.c
1205         * src/mainwindow.h
1206                 fix bug 1673, 'Tools/Harvest adresses is
1207                 grayed out if folder is empty'
1208
1209 2008-07-19 [ticho]      3.5.0cvs26
1210
1211         * src/edittags.c
1212         * src/main.c
1213         * src/mimeview.c
1214         * src/mimeview.h
1215         * src/gtk/gtkutils.c
1216         * src/gtk/gtkutils.h
1217         * src/gtk/menu.c
1218         * src/gtk/menu.h
1219                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
1220                 instead of deprecated GtkItemFactory.
1221
1222 2008-07-19 [colin]      3.5.0cvs25
1223
1224         * src/account.c
1225         * src/addrgather.c
1226         * src/compose.c
1227         * src/editldap.c
1228         * src/expldifdlg.c
1229         * src/importldif.c
1230         * src/main.c
1231         * src/mainwindow.c
1232         * src/mimeview.c
1233         * src/noticeview.c
1234         * src/prefs_account.c
1235         * src/prefs_actions.c
1236         * src/prefs_ext_prog.c
1237         * src/prefs_filtering.c
1238         * src/prefs_folder_item.c
1239         * src/prefs_image_viewer.c
1240         * src/prefs_logging.c
1241         * src/prefs_msg_colors.c
1242         * src/prefs_other.c
1243         * src/prefs_send.c
1244         * src/prefs_spelling.c
1245         * src/prefs_summaries.c
1246         * src/prefs_template.c
1247         * src/printing.c
1248         * src/quote_fmt.c
1249         * src/summary_search.c
1250         * src/summaryview.c
1251         * src/toolbar.c
1252         * src/wizard.c
1253         * src/common/Makefile.am
1254         * src/gtk/gtksctree.c
1255         * src/gtk/gtkutils.h
1256         * src/gtk/pluginwindow.c
1257         * src/gtk/quicksearch.c
1258         * src/plugins/bogofilter/bogofilter_gtk.c
1259         * src/plugins/dillo_viewer/dillo_prefs.c
1260         * src/plugins/pgpcore/prefs_gpg.c
1261         * src/plugins/spamassassin/spamassassin_gtk.c
1262         * src/plugins/trayicon/trayicon.c
1263         * src/plugins/trayicon/trayicon_prefs.c
1264                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
1265                 or greater). Use the old deprecated one on GTK+ < 2.12.
1266                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1267                 of time!
1268
1269 2008-07-16 [colin]      3.5.0cvs24
1270
1271         * src/mainwindow.c
1272                 Fix folderview's scrolbar when starting minimised
1273                 to tray, and popping up the mainwindow by calling
1274                 claws-mail from the command line
1275
1276 2008-07-08 [colin]      3.5.0cvs23
1277
1278         * src/compose.c
1279                 Possibly fix po-headers appearing on empty
1280                 templates
1281
1282 2008-07-08 [colin]      3.5.0cvs22
1283
1284         * src/folderview.c
1285         * src/summaryview.c
1286                 Finish the always_open tristate patch, by Jonathan
1287                 Corbet.
1288
1289 2008-07-07 [paul]       3.5.0cvs21
1290
1291         * src/mainwindow.c
1292                 fix typo (missing ")
1293
1294 2008-07-07 [paul]       3.5.0cvs20
1295
1296         * src/mainwindow.c
1297                 fit the menu style a bit better
1298
1299 2008-07-07 [colin]      3.5.0cvs19
1300
1301         * src/prefs_themes.c
1302                 Make upgrading themes easier
1303
1304 2008-07-07 [colin]      3.5.0cvs18
1305
1306         * src/mainwindow.c
1307         * src/prefs_toolbar.c
1308         * src/stock_pixmap.c
1309                 Finish fixing bug 1609, 'Icon issues'
1310
1311 2008-07-07 [colin]      3.5.0cvs17
1312
1313         * src/prefs_common.c
1314                 Fix the default value
1315
1316 2008-07-07 [colin]      3.5.0cvs16
1317
1318         * src/prefs_summaries.c
1319                 Revert my fix to the string, the correct term
1320                 is indeed Message View
1321
1322 2008-07-07 [colin]      3.5.0cvs15
1323
1324         * AUTHORS
1325         * src/gtk/authors.h
1326         * src/prefs_common.c
1327         * src/prefs_common.h
1328         * src/prefs_summaries.c
1329         * src/summaryview.c
1330         * src/gtk/authors.h
1331                 Change "Always open message when selected" to
1332                 a tristate (Never/Always/When preview is visible)
1333                 Patch by Jonathan Corbet <corbet@lwn.net>.
1334
1335 2008-07-06 [paul]       3.5.0cvs14
1336
1337         * src/addrgather.c
1338                 improve the layout of the dialogue
1339                 improve the English
1340                 add tooltips
1341                 fix some of the nasty coding style
1342         * src/mainwindow.c
1343                 improve the English
1344                 add some missing mnemonics
1345
1346 2008-07-05 [paul]       3.5.0cvs13
1347
1348         * src/mainwindow.c
1349         * src/mainwindow.h
1350                 fix bug 1398, '"Change current account" is
1351                 available even when there's only one account'
1352         * src/plugins/pgpcore/prefs_gpg.c
1353                 put back a needed include, removed in error
1354
1355 2008-07-05 [colin]      3.5.0cvs12
1356
1357         * src/mainwindow.c
1358                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
1359
1360 2008-07-05 [colin]      3.5.0cvs11
1361
1362         * src/news.c
1363         * src/news_gtk.c
1364                 Provide ability to rename newsgroups. Closes
1365                 bug 1444, 'Add GUI option for renaming 
1366                 newsgroups'. Patch by Pawel Pekala
1367
1368 2008-07-05 [colin]      3.5.0cvs10
1369
1370         * src/plugins/pgpcore/passphrase.c
1371         * src/plugins/pgpcore/prefs_gpg.c
1372         * src/plugins/pgpcore/select-keys.c
1373                 Simplify GTK includes (with the advantage
1374                 of compiling against GTK+2.13); patch by
1375                 Charles A Edwards
1376
1377 2008-07-05 [colin]      3.5.0cvs9
1378
1379         * src/wizard.c
1380                 Add SSL client certificates
1381
1382 2008-07-05 [colin]      3.5.0cvs8
1383
1384         * src/prefs_account.c
1385         * src/common/session.h
1386                 Fix warnings
1387         * src/common/ssl.c
1388                 Add one path for certs
1389
1390 2008-07-05 [colin]      3.5.0cvs7
1391
1392         * src/prefs_account.c
1393                 Fix no-ssl build
1394
1395 2008-07-04 [colin]      3.5.0cvs6
1396
1397         * src/common/ssl.c
1398         * src/common/ssl.h
1399         * src/common/ssl_certificate.c
1400                 Workaround distro bugs and fix certificate checking
1401                 with OpenSSL
1402
1403 2008-07-04 [colin]      3.5.0cvs5
1404
1405         * src/filtering.c
1406         * src/common/ssl_certificate.c
1407         * src/common/ssl_certificate.h
1408         * src/etpan/imap-thread.c
1409         * src/etpan/nntp-thread.c
1410                 Fix some leaks, thanks to Martin Zwickel
1411                 Rename gnutls functions that do the same
1412                 as OpenSSL ones, to avoid symbol clashing
1413                 when Claws is built against GnuTLS and
1414                 libetpan against OpenSSL
1415
1416 2008-07-04 [paul]       3.5.0cvs4
1417
1418         * src/prefs_account.c
1419                 remove 1 forgotten '.'
1420
1421 2008-07-04 [paul]       3.5.0cvs3
1422
1423         * src/prefs_account.c
1424                 layout/engrish fixes to the 'Client
1425                 certificates' frame
1426
1427 2008-07-03 [colin]      3.5.0cvs2
1428
1429         * src/imap.c
1430         * src/news.c
1431         * src/pop.c
1432         * src/prefs_account.c
1433         * src/prefs_account.h
1434         * src/prefs_common.c
1435         * src/send_message.c
1436         * src/common/session.c
1437         * src/common/session.h
1438         * src/common/smtp.c
1439         * src/common/smtp.h
1440         * src/common/socket.h
1441         * src/common/ssl.c
1442         * src/common/ssl.h
1443         * src/common/ssl_certificate.c
1444         * src/common/ssl_certificate.h
1445         * src/etpan/imap-thread.c
1446         * src/etpan/nntp-thread.c
1447         * src/gtk/inputdialog.c
1448                 Add support for SSL client certificates (either PEM files
1449                 with certificate and private key, either PKCS12 files)
1450
1451 2008-06-28 [colin]      3.5.0cvs1
1452
1453         * src/foldersel.c
1454                 Fix compilation with older GTKs
1455
1456 2008-06-27 [paul]       3.5.0
1457
1458         * NEWS
1459         * README
1460         * RELEASE_NOTES 
1461                 3.5.0 released
1462
1463 2008-06-27 [paul]       3.4.0cvs116
1464
1465         * src/gtk/authors.h
1466                 complete cvs115
1467
1468 2008-06-27 [paul]       3.4.0cvs115
1469
1470         * configure.ac
1471         * src/gtk/authors.h
1472                 no longer build unmaintained translations
1473
1474 2008-06-27 [paul]       3.4.0cvs114
1475
1476         * po/de.po
1477         * po/fi.po
1478         * po/pt_BR.po
1479                 updated by Stephan Sachse, Flammie Pirinen, and
1480                 Frederico Goncalves Guimaraes
1481
1482 2008-06-26 [wwp]        3.4.0cvs113
1483
1484         * manual/fr/advanced.xml
1485                 Update French version of the manual (AutoFaces documentation).
1486
1487 2008-06-26 [wwp]        3.4.0cvs112
1488
1489         * manual/fr/advanced.xml
1490         * manual/fr/plugins.xml
1491                 Updated French version of the manual (completed
1492                 hidden options list, added note about Clawsker
1493                 and new mail archiver plugin).
1494
1495 2008-06-25 [colin]      3.4.0cvs111
1496
1497         * src/gtk/gtkaspell.c
1498                 Fix non-UTF8 in the replace with dialog
1499         * src/prefs_actions.c
1500                 Fix possible crasher
1501                 Patches by Pawel
1502
1503 2008-06-24 [mones]      3.4.0cvs110
1504
1505         * src/autofaces.c
1506                 Fix non-warning message, downgraded to debug info
1507
1508 2008-06-24 [colin]      3.4.0cvs109
1509
1510         * src/summaryview.c
1511                 Fix bug 1650, Message line too small after 
1512                 changing columns in "three columns" layout
1513
1514 2008-06-24 [colin]      3.4.0cvs108
1515
1516         * src/messageview.c
1517                 Fix Spam button sensitivity in newsgroups
1518
1519 2008-06-23 [wwp]        3.4.0cvs107
1520
1521         * po/fr.po
1522                 Updated French translation.
1523
1524 2008-06-23 [mones]      3.4.0cvs106
1525
1526         * po/es.po
1527                 Updated translation for release
1528
1529 2008-06-22 [mones]      3.4.0cvs105
1530
1531         * manual/es/plugins.xml
1532                 Synced new entry for Mail Archiver plugin
1533
1534 2008-06-22 [colin]      3.4.0cvs104
1535
1536         * src/compose.c
1537                 Fix initial cursor position
1538
1539 2008-06-21 [paul]       3.4.0cvs103
1540
1541         * manual/plugins.xml
1542                 add an entry for the new Mail Archiver plugin
1543
1544 2008-06-21 [paul]       3.4.0cvs102
1545
1546         * src/gtk/about.c
1547                 we're in 'string freeze', put back the
1548                 < > symbols for now
1549
1550 2008-06-21 [paul]       3.4.0cvs101
1551
1552         * manual/advanced.xml
1553         * manual/es/advanced.xml
1554                 fix build warning: <emphasis> cannot be contained
1555                 within <filename>
1556         * src/gtk/about.c
1557                 fix non-clickable link on License page and drop
1558                 the containing < > symbols to match other links
1559
1560 2008-06-20 [mones]      3.4.0cvs100
1561
1562         * manual/advanced.xml
1563                 Added autofaces documentation, note about clawsker in hidden
1564                 preferences, minor markup fix. Thanks Paul for proofreading
1565         * manual/es/advanced.xml
1566                 Synchronised Spanish manual
1567
1568 2008-06-16 [colin]      3.4.0cvs99
1569
1570         * src/compose.c
1571                 Fix cursor placing on signature change
1572
1573 2008-06-16 [paul]       3.4.0cvs98
1574
1575         * src/imap_gtk.c
1576         * src/mh_gtk.c
1577         * src/gtk/inputdialog.c
1578                 really fussy coding style fixes
1579
1580 2008-06-16 [paul]       3.4.0cvs97
1581
1582         * src/Makefile.am
1583                 keep the alphabetical order
1584
1585 2008-06-13 [mones]      3.4.0cvs96
1586
1587         * src/autofaces.c
1588                 Fix crasher ;-)
1589         * src/prefs_filtering_action.c
1590                 Fixed cosmetic bug, processing also displays "Filtering"
1591
1592 2008-06-13 [mones]      3.4.0cvs95
1593
1594         * src/Makefile.am
1595         * src/autofaces.c       ** NEW FILE **  
1596         * src/autofaces.h       ** NEW FILE **
1597         * src/compose.c
1598                 Allow setting Faces and X-Faces globally and per-account
1599                 from configuration files under ~/.claws-mail/autofaces
1600
1601 2008-06-13 [holger]     3.4.0cvs94
1602
1603         * .cvsignore
1604                 More files to ignore
1605         * src/gtk/inputdialog.c
1606         * src/gtk/inputdialog.h
1607                 Make input dialog more generic so that a checkbox
1608                 with custom text can be used in addition to the
1609                 "remember this" checkbox
1610         * src/imap_gtk.c
1611         * src/mh_gtk.c
1612         * src/prefs_common.c
1613         * src/prefs_common.h
1614                 Allow new folders to inherit the properties of the
1615                 parent folder during folder creation
1616
1617 2008-06-13 [wwp]        3.4.0cvs93
1618
1619         * src/addressbook.c
1620                 a better fix for this string, won't break up translations,
1621                 and is conform to other similar ones.
1622
1623 2008-06-13 [wwp]        3.4.0cvs92
1624
1625         * src/addrduplicates.c
1626         * src/addressadd.c
1627         * src/addressbook.c
1628         * src/addressbook_foldersel.c
1629         * src/editgroup.c
1630                 use tree decorations everywhere AB folders are used (AB tree pane,
1631                     add address to AB, select AB folder, edit group, custom attr, find dup
1632                     results), in order to match global style
1633                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
1634                     double clicking on groups in tree pane does open the group edit dialog
1635                     double clicking on other items in tree pane does expand/collapse
1636                 fix a missing space in AB's delete-folder dialog
1637                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
1638
1639         * src/foldersel.c
1640                 make foldersel dialog show dotted lines according to global (hidden) prefs
1641
1642 2008-06-12 [colin]      3.4.0cvs91
1643
1644         * src/compose.c
1645         * src/compose.h
1646                 Fix bug 1635, 'Last character of message is truncated 
1647                 when changing accounts w/ sigs'
1648         * src/folderview.c
1649                 Fix bug 1636, 'Can't select "properties" on "folders 
1650                 only" folders'
1651
1652 2008-06-11 [colin]      3.4.0cvs90
1653
1654         * src/folder.c
1655                 Maybe fix bug 1623, 'exits with segfault when 
1656                 logging in to certain imap-servers'
1657
1658 2008-06-10 [mones]      3.4.0cvs89
1659
1660         * AUTHORS
1661         * tools/Makefile.am
1662         * tools/README
1663         * tools/convert_mbox.sh
1664                 Undo cvs86 and cvs87, it really should be a patch to 
1665                 convert_mbox.pl
1666
1667 2008-06-10 [wwp]        3.4.0cvs88
1668
1669         * po/fr.po
1670                 Updated French translation.
1671
1672 2008-06-10 [mones]      3.4.0cvs87
1673
1674         * tools/Makefile.am
1675                 Oops, forgot to add previous script for distribution
1676
1677 2008-06-10 [mones]      3.4.0cvs86
1678
1679         * AUTHORS
1680         * tools/README
1681         * tools/convert_mbox.sh
1682                 Added script to convert Evolution mail folders contributed
1683                 by Daniel Dickinson <cshore@fionavar.ca>
1684                 Fixes debian bug 461435
1685
1686 2008-06-09 [colin]      3.4.0cvs85
1687
1688         * src/main.c
1689                 Integrate AWN information bubble if dbus is
1690                 available
1691         * src/folder.c
1692                 Fix crash when calling scan_required() on 
1693                 folder classes that don't implement them
1694         * src/common/session.c
1695                 Fix a little typo
1696
1697 2008-06-09 [colin]      3.4.0cvs84
1698
1699         * src/main.c
1700                 Fix bug 1447, 'If user tries to close while starting 
1701                 up, it will not close ever.'
1702
1703 2008-06-09 [colin]      3.4.0cvs83
1704
1705         * src/filtering.c
1706                 Fix bug 1628, 'Claws Mail crashes when 
1707                 filtering selected messages'
1708
1709 2008-06-04 [colin]      3.4.0cvs82
1710
1711         * src/messageview.c
1712                 Complete handling of html parts in multipart/alternative
1713                 mails
1714
1715 2008-06-03 [paul]       3.4.0cvs81
1716
1717         * src/prefs_message.c
1718                 make always the english good
1719
1720 2008-06-03 [colin]      3.4.0cvs80
1721
1722         * src/mainwindow.c
1723         * src/mainwindow.h
1724                 Fix bug 1624, '[PATCH] Quick search should be 
1725                 disabled for folder view'; based on a patch by
1726                 Michael Terry
1727
1728 2008-06-03 [iwkse]      3.4.0cvs79
1729
1730         * src/addressbook.c
1731                 Fix little gui bug on button sensitivity
1732         * src/messageview.c
1733         * src/prefs_common.c
1734         * src/prefs_common.h
1735         * src/prefs_message.c
1736                 Allow by default to show html in multipart/alternative
1737
1738 2008-06-02 [colin]      3.4.0cvs78
1739
1740         * src/prefs_actions.c
1741                 GUI rework, patch by Pawel 
1742
1743 2008-06-02 [colin]      3.4.0cvs77
1744
1745         * src/quote_fmt.c
1746                 Fix sensitivity/alignment, patch from
1747                 Pawel
1748
1749 2008-05-31 [colin]      3.4.0cvs76
1750
1751         * src/imap.c
1752                 Fix login issue introduced in cvs75.
1753
1754 2008-05-31 [colin]      3.4.0cvs75
1755
1756         * src/imap.c
1757                 Fix more possible double-frees. Also, fix the root cause
1758                 of these double-frees by just noting the Session is to
1759                 be destroyed instead of destroying it in flight
1760
1761 2008-05-29 [paul]       3.4.0cvs74
1762
1763         * manual/keyboard.xml
1764                 'Makes' these entries like the others
1765
1766 2008-05-29 [colin]      3.4.0cvs73
1767
1768         * src/procmsg.h
1769                 Include utils.h in case we
1770                 need to pull goffset definition
1771
1772 2008-05-29 [colin]      3.4.0cvs72
1773
1774         * src/common/utils.h
1775                 Workaround a stupid Glib issue, where
1776                 goffset happens to be undefined. 
1777
1778 2008-05-28 [colin]      3.4.0cvs71
1779
1780         * src/compose.c
1781         * src/compose.h
1782         * src/grouplistdialog.c
1783         * src/image_viewer.c
1784         * src/imap.c
1785         * src/inc.c
1786         * src/main.c
1787         * src/matcher.c
1788         * src/messageview.c
1789         * src/mimeview.c
1790         * src/prefs_themes.c
1791         * src/procmsg.h
1792         * src/summaryview.c
1793         * src/summaryview.h
1794         * src/textview.c
1795         * src/common/smtp.c
1796         * src/common/utils.c
1797         * src/common/utils.h
1798                 Use goffset instead of off_t for MsgInfo's size
1799                 Allows using MsgInfo structure from plugins
1800                 compiled with largefile support
1801
1802 2008-05-26 [colin]      3.4.0cvs70
1803
1804         * src/mainwindow.c
1805         * src/mainwindow.h
1806                 Define THEME_CHANGED_HOOKLIST and invoke
1807                 it on theme change
1808         * src/plugins/trayicon/trayicon.c
1809                 Listen to THEME_CHANGED_HOOKLIST and
1810                 update accordingly
1811
1812 2008-05-26 [paul]       3.4.0cvs69
1813
1814         * src/mimeview.c
1815                 plug a leak in mimeview_save_all()
1816
1817 2008-05-24 [colin]      3.4.0cvs68
1818
1819         * src/common/utils.h
1820                 Fix wrong define on old glibs
1821
1822 2008-05-24 [paul]       3.4.0cvs67
1823
1824         * src/Makefile.am
1825         * src/stock_pixmap.c
1826         * src/stock_pixmap.h
1827         * src/toolbar.c
1828         * src/pixmaps/cancel.xpm
1829         * src/pixmaps/close.xpm
1830                 add a specific icon for A_CANCEL_INC (addresses
1831                 point 1 of bug 1609 'Icon issues')
1832                 replace close.xpm with an icon of the standard
1833                 24x24 size
1834
1835 2008-05-24 [paul]       3.4.0cvs66
1836
1837         * src/pixmaps/insert_file.xpm
1838                 replaced
1839
1840 2008-05-23 [paul]       3.4.0cvs65
1841
1842         * src/common/md5.c
1843         * src/common/md5.h
1844                 add the possibility to check md5 on binary files,
1845                 thanks to Colin
1846
1847 2008-05-23 [colin]      3.4.0cvs64
1848
1849         * src/mainwindow.c
1850         * src/summaryview.c
1851                 Fix bug 1610, 'claws crash after opening/closing 
1852                 preferences and window update'
1853
1854 2008-05-22 [colin]      3.4.0cvs63
1855
1856         * src/prefs_filtering_action.c
1857         * src/gtk/combobox.c
1858         * src/gtk/combobox.h
1859                 Fix reselecting of Tags actions in
1860                 filtering actions dialog
1861
1862 2008-05-22 [colin]      3.4.0cvs62
1863
1864         * src/Makefile.am
1865         * src/prefs_toolbar.c
1866         * src/stock_pixmap.c
1867         * src/stock_pixmap.h
1868         * src/toolbar.c
1869         * src/pixmaps/delete_btn.xpm
1870         * src/pixmaps/insert_file.xpm
1871         * src/pixmaps/mail_reply_to_list.xpm
1872                 Fix more of bug 1609:
1873                 - Add a Delete button icon
1874                 - Add a Reply to list button icon
1875                 - Fix Insert file button icon
1876                 Artwork by Ciprian Popovici.
1877
1878 2008-05-21 [colin]      3.4.0cvs61
1879
1880         * src/common/utils.c
1881                 Fix a little leak
1882
1883 2008-05-21 [wwp]        3.4.0cvs60
1884
1885         * src/prefs_filtering.c
1886                 Don't show SMTP-only accounts in accounts list, as they are
1887                 irrelevant for filtering incoming messages.
1888
1889 2008-05-21 [colin]      3.4.0cvs59
1890
1891         * src/mainwindow.c
1892                 Don't put SMTP-only accounts in receive menus
1893
1894 2008-05-21 [colin]      3.4.0cvs58
1895
1896         * src/imap.c
1897                 Fix cvs56 (brain fart)
1898
1899 2008-05-21 [colin]      3.4.0cvs57
1900
1901         * src/common/utils.c
1902                 Fix bug 1615, 'hang on FIFO when the other end's not 
1903                 opened'
1904
1905 2008-05-21 [colin]      3.4.0cvs56
1906
1907         * src/imap.c
1908                 Fix a warning
1909
1910 2008-05-19 [colin]      3.4.0cvs55
1911
1912         * src/plugins/pgpcore/sgpgme.c
1913                 Maybe fix debian bug 481856, 'Segmentation fault 
1914                 when verifying a GPG signature'. Although it 
1915                 looks like a race condition...
1916
1917 2008-05-19 [colin]      3.4.0cvs54
1918
1919         * src/prefs_filtering_action.c
1920         * src/prefs_matcher.c
1921         * src/common/tags.c
1922         * src/common/tags.h
1923         * src/gtk/combobox.c
1924         * src/gtk/combobox.h
1925                 Patch by Pawel: disabled Tags menus in filtering dialogs
1926
1927 2008-05-19 [colin]      3.4.0cvs53
1928
1929         * src/prefs_account.c
1930                 GUI patch by Pawel: align ports entries
1931
1932 2008-05-19 [colin]      3.4.0cvs52
1933
1934         * src/mainwindow.c
1935                 Fix bug 1616, 'strange question while emptying trash'
1936
1937 2008-05-18 [colin]      3.4.0cvs51
1938
1939         * src/common/plugin.c
1940         * src/etpan/imap-thread.c
1941         * src/etpan/nntp-thread.c
1942         * src/gtk/gtksctree.c
1943                 Fix bug 1613, 'Various memory leaks'; 
1944                 based on a patch by Didier Barvaux.
1945
1946 2008-05-18 [colin]      3.4.0cvs50
1947
1948         * src/mimeview.c
1949         * src/privacy.h
1950         * src/toolbar.c
1951         * src/toolbar.h
1952         * src/plugins/pgpcore/sgpgme.c
1953                 Fix more parts of bug 1609:
1954                 - Make use of specific Expired privacy icon
1955                 - Use CLOSE instead of NOTICE_ERROR for cancel
1956                   receiving
1957                 - Allow a Preferences button in the main toolbar
1958
1959 2008-05-18 [colin]      3.4.0cvs49
1960
1961         * src/stock_pixmap.c
1962                 Fix bug with non-updating icons after theme change:
1963                 If fetching pixbuf for a given icon after a theme
1964                 change, the next pixmap fetch would return the old
1965                 cached one, as the theme change was forgotten at 
1966                 this time. (and vice-versa). This was mostly 
1967                 visible on open folder icons
1968
1969 2008-05-17 [colin]      3.4.0cvs48
1970
1971         * src/prefs_summaries.c
1972         * src/summaryview.c
1973                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
1974                 options'. Patch by Pawel
1975
1976 2008-05-16 [colin]      3.4.0cvs47
1977
1978         * src/imap.c
1979                 Fix another possible crash (on fatal errors
1980                 at login, like stream error).
1981
1982 2008-05-16 [paul]       3.4.0cvs46
1983
1984         * tools/thunderbird-filters-convertor.pl
1985                 fix a typo
1986                 fix reading a tb rule that contains something
1987                 like that: \"Sender\"
1988
1989 2008-05-16 [paul]       3.4.0cvs45
1990
1991         * tools/README
1992         * tools/csv2addressbook.pl
1993                 add support for gmail exported csv address book
1994
1995 2008-05-16 [colin]      3.4.0cvs44
1996
1997         * configure.ac
1998         * src/ldapupdate.c
1999                 Fix ldap deprecated calls. Patch by
2000                 Michael Rasmussen
2001
2002 2008-05-16 [paul]       3.4.0cvs43
2003
2004         * manual/de/account.xml
2005         * manual/it/account.xml
2006         * manual/it/ack.xml
2007         * manual/it/addrbook.xml
2008         * manual/it/claws-mail-manual.xml
2009         * manual/it/gpl.xml
2010         * manual/it/intro.xml
2011         * manual/it/starting.xml
2012                 add pages towards German and Italian manuals.
2013                 (just for storage, they are not built yet, due
2014                 to being incomplete.) submitted by Speckmade
2015                 <Speckmade@gmx.net> and Salvatore De Paolis
2016                 <iwkse@claws-mail.org>
2017
2018 2008-05-16 [colin]      3.4.0cvs42
2019
2020         * src/gtk/sslcertwindow.c
2021                 Fix SHA1 fingerprint with GnuTLS
2022
2023 2008-05-15 [colin]      3.4.0cvs41
2024
2025         * src/gtk/sslcertwindow.c
2026                 Print SHA1 fingerprint too
2027
2028 2008-05-15 [colin]      3.4.0cvs40
2029
2030         * src/imap.c
2031                 Fix certificate port on TLS. It was 
2032                 previously always 0.
2033                 **IMPORTANT INFORMATION**: this will trigger 
2034                 one wrong "New certificate" warning at the 
2035                 first connection with this fix, if using STARTTLS
2036                 on IMAP.
2037         * src/gtk/sslcertwindow.c
2038                 Make labels selectable
2039
2040 2008-05-15 [colin]      3.4.0cvs39
2041
2042         * src/imap.c
2043                 Fix double free when STARTTLS fails (for
2044                 example due to refusing the certificate)
2045
2046 2008-05-15 [paul]       3.4.0cvs38
2047
2048         * manual/advanced.xml
2049                 fix typo
2050
2051 2008-05-15 [paul]       3.4.0cvs37
2052
2053         * manual/advanced.xml
2054         * src/prefs_send.c
2055                 make outgoing_fallback_to_ascii a hidden pref
2056
2057 2008-05-14 [colin]      3.4.0cvs36
2058
2059         * src/main.c
2060         * src/mainwindow.c
2061         * src/mainwindow.h
2062                 Make it possible to cancel quit when Claws
2063                 ask whether to empty trash.
2064
2065 2008-05-14 [colin]      3.4.0cvs35
2066
2067         * src/compose.c
2068         * src/prefs_common.c
2069         * src/prefs_common.h
2070         * src/prefs_send.c
2071                 Add a preference to be able to specify an
2072                 outgoing charset/encoding but still fallback
2073                 to 7bit US-ASCII when possible (default TRUE,
2074                 same behavior as pre-cvs34)
2075
2076 2008-05-14 [colin]      3.4.0cvs34
2077
2078         * src/compose.c
2079                 Always use the specified encoding and charset if it is
2080                 specified, even if the mail is ASCII.
2081
2082 2008-05-13 [paul]       3.4.0cvs33
2083
2084         * src/ldapupdate.c
2085                 fix the build warnings the easy way for now
2086
2087 2008-05-13 [colin]      3.4.0cvs32
2088
2089         * src/prefs_themes.c
2090                 Count .png files as icons too (fixes part
2091                 of bug 1609, 'Icon issues')
2092
2093 2008-05-13 [wwp]        3.4.0cvs31
2094
2095         * src/addressbook_foldersel.c
2096                 Fix wrong check (completes 3.4.0.cvs30).
2097
2098 2008-05-12 [wwp]        3.4.0cvs30
2099
2100         * src/addressbook.c
2101         * src/addressbook_foldersel.c
2102         * src/filtering.c
2103         * src/matcher.c
2104         * src/prefs_matcher.c
2105         * src/plugins/bogofilter/bogofilter.c
2106         * src/plugins/bogofilter/bogofilter_gtk.c
2107         * src/plugins/dillo_viewer/dillo_prefs.c
2108         * src/plugins/spamassassin/spamassassin.c
2109         * src/plugins/spamassassin/spamassassin_gtk.c
2110                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2111                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2112                 translated string "Any" in plugins (whitelisting) and
2113                 UTF8 comparisons.
2114
2115 2008-05-07 [colin]      3.4.0cvs29
2116
2117         * configure.ac
2118                 Fix --enable-maemo (assume --enable-generic-umpc)
2119
2120 2008-05-07 [colin]      3.4.0cvs28
2121
2122         * configure.ac
2123         * src/account.c
2124         * src/addr_compl.c
2125         * src/compose.c
2126         * src/editaddress.c
2127         * src/folderview.c
2128         * src/mainwindow.c
2129         * src/messageview.c
2130         * src/mimeview.c
2131         * src/prefs_account.c
2132         * src/prefs_common.c
2133         * src/prefs_display_header.c
2134         * src/prefs_filtering.c
2135         * src/prefs_summaries.c
2136         * src/prefs_template.c
2137         * src/prefs_toolbar.c
2138         * src/stock_pixmap.c
2139         * src/summaryview.c
2140         * src/summaryview.h
2141         * src/textview.c
2142         * src/toolbar.c
2143         * src/gtk/about.c
2144         * src/gtk/gtksctree.c
2145         * src/gtk/menu.c
2146         * src/gtk/prefswindow.c
2147         * src/gtk/sslcertwindow.c
2148                 Separate generic UMPC code (layouts, ...) from 
2149                 MAEMO code (Hildon, ...)
2150
2151 2008-05-06 [paul]       3.4.0cvs27
2152
2153         * tools/claws.i18n.status.pl
2154                 add he.po
2155
2156 2008-05-06 [colin]      3.4.0cvs26
2157
2158         * src/common/utils.c
2159                 Maybe fix crash on FreeBSD
2160
2161 2008-05-05 [colin]      3.4.0cvs25
2162
2163         * src/messageview.c
2164                 Fix bug 1602, 'Crash when sending return receipt for
2165                 messages with no subject'
2166
2167 2008-05-05 [colin]      3.4.0cvs24
2168
2169         * src/mimeview.c
2170                 Don't overwrite temporary files with same
2171                 name when drag and dropping. Fixes bug 1599,
2172                 'attach multiple files with the same name from 
2173                 one mail to another'
2174
2175 2008-05-04 [paul]       3.4.0cvs23
2176
2177         * src/compose.c
2178         * src/prefs_common.c
2179                 fix bug 1587 'can not replay with quote'
2180
2181 2008-05-03 [colin]      3.4.0cvs22
2182
2183         * po/de.po
2184                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
2185
2186 2008-05-03 [colin]      3.4.0cvs21
2187
2188         * src/toolbar.c
2189                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
2190                 icon isn't grayed although ineffective'
2191
2192 2008-05-02 [wwp]        3.4.0cvs20
2193
2194         * po/fr.po
2195                 Fix translation.
2196
2197         * src/prefs_folder_item.c
2198                 Add missing notice in folder properties (templates) when
2199                 folder is a root node.
2200
2201 2008-04-30 [colin]      3.4.0cvs19
2202
2203         * src/prefs_toolbar.c
2204                 Add Trash and Delete icons to the icon chooser
2205
2206 2008-04-30 [colin]      3.4.0cvs18
2207
2208         * src/compose.c
2209                 Remove "Delete entire line" which was a noop
2210                 and should be the same as "Delete line" :)
2211
2212 2008-04-30 [colin]      3.4.0cvs17
2213
2214         * src/compose.c
2215                 Fix 'Delete line' and 'Delete to end of line'
2216                 on the last line. Patch by <seelenhirt@gmx.net>
2217
2218 2008-04-28 [colin]      3.4.0cvs16
2219
2220         * src/folder.c
2221                 Fix bug 1589, 'tagsdb file not removed when
2222                 folder deleted'.
2223         * src/common/utils.c
2224                 Make sure claws_unlink accepts NULL arg.
2225
2226 2008-04-25 [colin]      3.4.0cvs15
2227
2228         * src/common/ssl.c
2229                 Fix/simplify previous commit
2230
2231 2008-04-25 [colin]      3.4.0cvs14
2232
2233         * src/addrindex.h
2234         * src/common/ssl_certificate.c
2235                 Patch by Marcus: Fix Win32 build
2236         * src/common/ssl.c
2237                 Fix build with GnuTLS/no pthread, thanks
2238                 to Marcus
2239
2240 2008-04-25 [colin]      3.4.0cvs13
2241
2242         * src/summaryview.c
2243                 Fix bug 1586, '3-pane vertical layout now and then 
2244                 still shows sender column'
2245
2246 2008-04-25 [colin]      3.4.0cvs12
2247
2248         * src/Makefile.am
2249         * src/w32-logo.ico
2250         * src/w32-resource.rc
2251                 Patch from Marcus Brinkmann to set an icon on w32.
2252
2253 2008-04-24 [colin]      3.4.0cvs11
2254
2255         * src/inc.c
2256         * src/inc.h
2257                 Trace inc locks
2258         * src/ldif.c
2259         * src/ldif.h
2260                 Fix bug 1581, 'Bad File Format during Import LDIF':
2261                 Use dynamically allocated buffers; also, allow 
2262                 importing contacts with no email address
2263
2264 2008-04-24 [colin]      3.4.0cvs10
2265
2266         * src/prefs_common.c
2267                 Increment the timeout a bit on OpenBSD, 75 isn't enough
2268
2269 2008-04-23 [colin]      3.4.0cvs9
2270
2271         * src/compose.c
2272         * src/prefs_folder_item.c
2273         * src/prefs_template.c
2274         * src/quote_fmt.c
2275                 Fix bug 1576: Fix unescaping of templates when testing them
2276                 I think it breaks nothing. (wwp, you're welcome to double-check)
2277
2278 2008-04-23 [paul]       3.4.0cvs8
2279
2280         * manual/advanced.xml
2281                 add info about the "two_line_vertical" hidden
2282                 pref
2283
2284 2008-04-22 [paul]       3.4.0cvs7
2285
2286         * src/prefs_common.c
2287         * src/prefs_common.h
2288         * src/summaryview.c
2289                 make the 2-line view in summaryview when in three
2290                 columns mode configurable. hidden pref: "two_line_vertical"
2291
2292 2008-04-22 [colin]      3.4.0cvs6
2293
2294         * src/inc.c
2295                 Fix missing inc_unlock()
2296         * src/prefs_matcher.c
2297         * src/send_message.c
2298                 Fix my last commit
2299
2300 2008-04-22 [colin]      3.4.0cvs5
2301
2302         * src/etpan/imap-thread.c
2303                 Use g_(un)setenv instead of (un)setenv which
2304                 doesn't exist on IRIX 6.5
2305
2306 2008-04-22 [colin]      3.4.0cvs4
2307
2308         * src/inc.c
2309         * src/prefs_common.c
2310         * src/send_message.c
2311                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2312                 Set the default timeout to 75 seconds
2313
2314 2008-04-20 [colin]      3.4.0cvs3
2315
2316         * src/pixmaps/tray_newmail.offline.xpm
2317         * src/pixmaps/tray_newmail.xpm
2318         * src/pixmaps/tray_newmarkedmail.offline.xpm
2319         * src/pixmaps/tray_newmarkedmail.xpm
2320         * src/pixmaps/tray_nomail.offline.xpm
2321         * src/pixmaps/tray_nomail.xpm
2322         * src/pixmaps/tray_unreadmail.offline.xpm
2323         * src/pixmaps/tray_unreadmail.xpm
2324         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2325         * src/pixmaps/tray_unreadmarkedmail.xpm
2326                 Make the tray icons a bit nicer. Would be
2327                 nice to get really nice icons from someone
2328                 who's good at Gimp :)
2329
2330 2008-04-18 [colin]      3.4.0cvs2
2331
2332         * src/common/log.c
2333                 Forgot one g_unlink
2334
2335 lease complete the changelog entry below
2336 2008-04-18 [colin]      3.4.0cvs1
2337
2338         * src/addrduplicates.c
2339         * src/addressbook.c
2340         * src/compose.c
2341         * src/crash.c
2342         * src/editaddress.c
2343         * src/folder.c
2344         * src/image_viewer.c
2345         * src/imap.c
2346         * src/inc.c
2347         * src/main.c
2348         * src/mbox.c
2349         * src/messageview.c
2350         * src/mh.c
2351         * src/msgcache.c
2352         * src/news.c
2353         * src/partial_download.c
2354         * src/pop.c
2355         * src/prefs_common.c
2356         * src/prefs_common.h
2357         * src/prefs_other.c
2358         * src/prefs_themes.c
2359         * src/procheader.c
2360         * src/procmime.c
2361         * src/procmsg.c
2362         * src/textview.c
2363         * src/wizard.c
2364         * src/common/prefs.c
2365         * src/common/ssl_certificate.c
2366         * src/common/template.c
2367         * src/common/utils.c
2368         * src/common/utils.h
2369         * src/etpan/imap-thread.c
2370         * src/plugins/dillo_viewer/dillo_viewer.c
2371         * src/plugins/pgpcore/sgpgme.c
2372         * src/plugins/pgpinline/pgpinline.c
2373                 Add an option to shred temporary files and messages
2374                 instead of just removing them. Slows deletions down!
2375
2376 2008-04-18 [paul]       3.4.0
2377
2378         * NEWS
2379         * README
2380         * RELEASE_NOTES 
2381                 3.4.0 released
2382
2383
2384 2008-04-18 [paul]       3.3.1cvs61
2385
2386         * po/de.po
2387         * po/fi.po
2388         * po/it.po
2389         * po/pt_BR.po
2390                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
2391                 and Frederico Goncalves Guimaraes
2392         * po/es.po
2393                 updated on the last minute by a lazy Ricardo Mones
2394
2395 2008-04-18 [colin]      3.3.1cvs60
2396
2397         * po/fr.po
2398                 Update translation (Fabien Vantard)
2399
2400 2008-04-17 [colin]      3.3.1cvs59
2401
2402         * src/imap.c
2403                 Fix debian bug 474712, 'claws seg faults when IMAP 
2404                 connection breaks after an IMAP protocol error 
2405                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
2406         * src/summaryview.c
2407                 Fix a little leak
2408
2409 2008-04-17 [colin]      3.3.1cvs58
2410
2411         * src/common/log.c
2412                 Fix log size getting out of control (claws-mail
2413                 getting SIGXFSZ): rotate if every 10MB
2414
2415 2008-04-10 [paul]       3.3.1cvs57
2416
2417         * src/prefs_other.c
2418                 improvements to english usage
2419
2420 2008-04-10 [paul]       3.3.1cvs56
2421
2422         * src/prefs_receive.c
2423                 add an accurate description
2424
2425 2008-04-08 [colin]      3.3.1cvs55
2426
2427         * src/undo.c
2428                 Probably fix corruption, introduced in cvs53
2429
2430 2008-04-04 [iwkse]      3.3.1cvs54
2431
2432         * src/undo.c
2433                 undo should works properly again
2434
2435 2008-04-04 [iwkse]      3.3.1cvs53
2436
2437         * src/undo.c
2438                 Fix a segfault but breaks undo
2439                 on a specific case (eg. double paste with
2440                 middle-mouse button)
2441
2442 2008-04-04 [iwkse]      3.3.1cvs52
2443
2444         * src/prefs_filtering.c
2445                 Fix previous Tab mess
2446
2447 2008-04-03 [iwkse]      3.3.1cvs51
2448
2449         * src/prefs_filtering.c
2450                 Add search in filtering rules list
2451
2452 2008-04-02 [colin]      3.3.1cvs50
2453
2454         * src/main.c
2455                 Revert part of the previous patch: we do
2456                 want to parse ~/.claws-mail/gtkrc-2.0 if it
2457                 exists
2458
2459 2008-04-02 [colin]      3.3.1cvs49
2460
2461         * src/main.c
2462                 Fix bug 1562, 'Claws-Mail does not completely 
2463                 respect settings in GTK2_RC_FILES environment'
2464                 Remove manual parsing of .gtkrc-2.0 and 
2465                 .gtk/gtkrc-2.0. GTK does it itself these days.
2466
2467 2008-04-01 [colin]      3.3.1cvs48
2468
2469         * src/imap_gtk.c
2470                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
2471                 ticking "Show only subscribed"'
2472
2473 2008-03-31 [colin]      3.3.1cvs47
2474
2475         * src/folder.c
2476                 Fix bug 1553, 'File lock not respected'
2477                 Regression due to the implementation of
2478                 deletion batching
2479
2480 2008-03-31 [colin]      3.3.1cvs46
2481
2482         * src/mainwindow.c
2483                 Fix tags menu update, thanks to Paul
2484
2485 2008-03-29 [wwp]        3.3.1cvs45
2486
2487         * src/prefs_account.c
2488         * src/prefs_common.c
2489         * src/prefs_folder_item.c
2490         * src/prefs_quote.c
2491         * src/quote_fmt.c
2492         * src/quote_fmt.h
2493                 Fix compose template formats (in global preferences)
2494                 being translated under specific conditions.
2495                 Add a button to restore factory defaults for current
2496                 language.
2497
2498 2008-03-27 [colin]      3.3.1cvs44
2499
2500         * src/common/prefs.c
2501         * src/common/xmlprops.c
2502                 Fix RedHat bug 431735, 'segfault if /home is full' 
2503                 (when starting): Fix double fclose() in prefs.c
2504                 and potentially xmlprops.c
2505
2506 2008-03-27 [colin]      3.3.1cvs43
2507
2508         * src/addressbook.c
2509                 Fix bug 1559, 'Claws Mail crashed deleting all 
2510                 common contacts'
2511
2512 2008-03-27 [wwp]        3.3.1cvs42
2513
2514         * src/addressbook.c
2515                 Fix 3.3.0cvs41.
2516
2517 2008-03-27 [wwp]        3.3.1cvs41
2518
2519         * src/addressbook.c
2520                 Prevent list flickering when deleting addresses.
2521
2522 2008-03-26 [colin]      3.3.1cvs40
2523
2524         * src/imap.c
2525                 Clean up session disconnection. Possibly
2526                 fix Ubuntu bug #204290
2527
2528 2008-03-26 [colin]      3.3.1cvs39
2529
2530         * src/textview.c
2531                 Fix bug 1555: current folder wasn't used when
2532                 right-clicking on an email address
2533
2534 2008-03-25 [colin]      3.3.1cvs38
2535
2536         * src/plugins/bogofilter/bogofilter.c
2537         * src/plugins/bogofilter/bogofilter.h
2538         * src/plugins/bogofilter/bogofilter_gtk.c
2539                 Add a "learn from whitelist" preference
2540                 Whitelist Unsure mails too.
2541
2542 2008-03-24 [paul]       3.3.1cvs37
2543
2544         * src/prefs_account.c
2545                 If no MH mailbox and no account exists, when
2546                 creating a POP/Local account, just create and
2547                 use the default one instead of bailing with a
2548                 "Mailbox doesn't exist" error
2549
2550 2008-03-21 [colin]      3.3.1cvs36
2551
2552         * src/procmime.c
2553                 strstrip mime subtype
2554
2555 2008-03-21 [paul]       3.3.1cvs35
2556
2557         * manual/advanced.xml
2558                 correct and update the info about Actions
2559
2560 2008-03-20 [colin]      3.3.1cvs34
2561
2562         * src/messageview.c
2563         * src/messageview.h
2564         * src/textview.c
2565                 Show at max 1MB of text, add a noticeview to
2566                 show everything optionally.
2567
2568 2008-03-20 [colin]      3.3.1cvs33
2569
2570         * src/stock_pixmap.c
2571                 Add support for png themes
2572
2573 2008-03-19 [wwp]        3.3.1cvs32
2574
2575         * src/procheader.c
2576                 Sanity check.
2577
2578 2008-03-18 [colin]      3.3.1cvs31
2579
2580         * src/common/utils.c
2581         * src/common/utils.h
2582                 Handle size_t instead of off_t in to_human_readable
2583
2584 2008-03-18 [colin]      3.3.1cvs30
2585
2586         * src/imap.c
2587                 Remove raw printf
2588
2589 2008-03-16 [colin]      3.3.1cvs29
2590
2591         * src/summaryview.c
2592                 Fix build on GTK < 2.12
2593
2594 2008-03-16 [colin]      3.3.1cvs28
2595
2596         * src/mainwindow.c
2597                 Refresh non-list widget when switching
2598                 messageview
2599
2600 2008-03-16 [colin]      3.3.1cvs27
2601
2602         * manual/faq.xml
2603                 Revert cvs25: This wasn't a typo :) :
2604                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
2605
2606
2607 2008-03-16 [colin]      3.3.1cvs26
2608
2609         * src/summaryview.c
2610         * src/gtk/gtksctree.c
2611         * src/gtk/gtksctree.h
2612                 Implement 2-lines items in Summaryview when in 
2613                 three columns mode
2614
2615 2008-03-16 [paul]       3.3.1cvs25
2616
2617         * manual/faq.xml
2618                 fix typo
2619
2620 2008-03-14 [colin]      3.3.1cvs24
2621
2622         * src/prefs_filtering_action.c
2623                 Fix buglet on setting recipient when
2624                 reediting forward rules.
2625
2626 2008-03-12 [colin]      3.3.1cvs23
2627
2628         * src/summaryview.c
2629                 Fix a new unused variable warning
2630         * src/plugins/trayicon/trayicon.c
2631                 Fix folderview's scrollbar at startup
2632                 if starting hidden
2633
2634 2008-03-12 [colin]      3.3.1cvs22
2635
2636         * src/folderview.c
2637         * src/summaryview.c
2638                 Use item_opened at the beginning of showing
2639                 a folder instead of the end. Fixes flicker.
2640
2641 2008-03-12 [paul]       3.3.1cvs21
2642
2643         * src/folder.c
2644         * src/folder.h
2645         * src/mainwindow.c
2646         * src/procmsg.c
2647         * src/summaryview.c
2648         * src/plugins/trayicon/trayicon.c
2649                 add tooltip with extended folder stats
2650
2651 2008-03-10 [colin]      3.3.1cvs20
2652
2653         * src/common/xml.c
2654                 Handle comments
2655
2656 2008-03-07 [colin]      3.3.1cvs19
2657
2658         * src/mainwindow.c
2659                 Fix blinking of the taskbar entry
2660
2661 2008-03-07 [colin]      3.3.1cvs18
2662
2663         * src/mainwindow.c
2664                 MAEMO: Fix bug 1494, 'Trayicon 
2665                 plugin breaks UI...'
2666
2667 2008-03-07 [paul]       3.3.1cvs17
2668
2669         * src/gtk/authors.h
2670                 reflect reality a bit more closely
2671
2672 2008-03-06 [colin]      3.3.1cvs16
2673
2674         * src/mainwindow.c
2675         * src/mainwindow.h
2676         * src/summaryview.c
2677         * src/summaryview.h
2678         * src/toolbar.c
2679                 Integrate things better wrt the new
2680                 summaryview extensibility.
2681
2682 2008-03-06 [wwp]        3.3.1cvs15
2683
2684         * src/quote_fmt.c
2685                 Fix some gcc warnings.
2686
2687 2008-03-06 [wwp]        3.3.1cvs14
2688
2689         * src/prefs_account.c
2690         * src/prefs_folder_item.c
2691         * src/prefs_gtk.c
2692         * src/prefs_template.c
2693         * src/gtk/prefswindow.c
2694         * src/gtk/prefswindow.h
2695                 prefs_templates: fix missing unregistering of addr_completion widgets
2696                 and and ending of addr_completion service.
2697                 prefs_folder_item: fix missing registering/unregistering of widgets,
2698                 and rework the way add_completion service is started and stopped.
2699                 Plus few prefswindow API changes (opening).
2700
2701 2008-03-06 [wwp]        3.3.1cvs13
2702
2703         * src/folder_item_prefs.c
2704         * src/prefs_template.c
2705         * src/prefs_template.h
2706         * src/quote_fmt.c
2707         * src/common/template.c
2708                 Complete 3.3.1cvs12, thanks to Colin.
2709
2710 2008-03-06 [wwp]        3.3.1cvs12
2711
2712         * src/compose.c
2713         * src/folder_item_prefs.c
2714         * src/folder_item_prefs.h
2715         * src/prefs_account.c
2716         * src/prefs_folder_item.c
2717         * src/prefs_quote.c
2718         * src/prefs_template.c
2719         * src/quote_fmt.c
2720         * src/quote_fmt.h
2721         * src/common/template.c
2722         * src/common/template.h
2723                 Global and per-folder templates can now override the from name (this
2724                 doesn't change the account being used).
2725                 Examples:
2726                  "My other name" <%account_email> (just changes the name)
2727                  my.faked.email@address.org (overrides the address too)
2728
2729 2008-03-05 [colin]      3.3.1cvs11
2730
2731         * src/summaryview.c
2732         * src/summaryview.h
2733                 Replace that hbox with a notebook
2734
2735 2008-03-05 [colin]      3.3.1cvs10
2736
2737         * src/folder.h
2738         * src/folderview.c
2739                 Add klass functions for notification of folder
2740                 opening/closing via the GUI
2741         * src/summaryview.c
2742         * src/summaryview.h
2743                 Add a specific container for the scrolledwin
2744
2745 2008-03-05 [colin]      3.3.1cvs9
2746
2747         * src/folder.h
2748         * src/folderview.c
2749                 Add klass functions for notification of folder 
2750                 opening/closing via the GUI
2751         * src/summaryview.c
2752         * src/summaryview.h
2753                 Add a specific container for the scrolledwin
2754
2755 2008-03-02 [colin]      3.3.1cvs8
2756
2757         * src/messageview.c
2758                 MAEMO: Fix bug 1541, 'Deleting message from within 
2759                 read window displays next message then closes.'
2760
2761 2008-03-02 [colin]      3.3.1cvs7
2762
2763         * src/main.c
2764                 Probably fix bug 1539, 'Program crashes':
2765                 Setup Gcrypt's thread functions when built
2766                 with GnuTLS
2767
2768 2008-03-01 [colin]      3.3.1cvs6
2769
2770         * src/folder.c
2771         * src/imap_gtk.c
2772                 Get rid of stale folders with no account
2773
2774 2008-02-28 [colin]      3.3.1cvs5
2775
2776         * src/compose.c
2777                 Fix bug 1534, 'Segmentation fault when doing 
2778                 some draft saving and then throwing away'
2779         * src/imap.c
2780                 Fix bug 1533, 'Claws is unable to mark messages 
2781                 as "read" in IMAP shared folders'
2782         * src/etpan/imap-thread.c
2783                 Fix bug 1515, 'large messages crash claws when 
2784                 syncing for offline mode'. This is rather a
2785                 workaround, and mails > 64MB will still be
2786                 problematic if there's less than 64MB available
2787                 on the dataroot volume.
2788         * src/messageview.c
2789                 MAEMO: Add information when fetching big messages
2790
2791 2008-02-26 [colin]      3.3.1cvs4
2792
2793         * src/imap.c
2794                 fix bug 1532, '"login refused" message insufficiently 
2795                 detailed'
2796
2797 2008-02-26 [paul]       3.3.1cvs3
2798
2799         * INSTALL
2800         * README
2801                 remove mentions of ClamAV and a few other
2802                 old bits of information
2803
2804 2008-02-23 [colin]      3.3.1cvs2
2805
2806         * src/main.c
2807                 Fix log output (missing \n)
2808
2809 2008-02-23 [colin]      3.3.1cvs1
2810
2811         * configure.ac
2812                 Bump version number for stable release
2813
2814 2008-02-23 [paul]       3.3.0cvs21
2815
2816         * po/he.po
2817                 updated by Ofer
2818
2819 2008-02-21 [colin]      3.3.0cvs20
2820
2821         * src/matcher.c
2822                 Fix bug 1527, 'filtering is case sensitive when it 
2823                 shouldn't be'
2824
2825 2008-02-20 [colin]      3.3.0cvs19
2826
2827         * src/main.c
2828                 Fix file attachments from older Thunar
2829
2830 2008-02-19 [colin]      3.3.0cvs18
2831
2832         * manual/plugins.xml
2833         * manual/es/plugins.xml
2834         * manual/fr/plugins.xml
2835         * manual/pl/plugins.xml
2836                 Remove Clamav
2837
2838 2008-02-19 [paul]       3.3.0cvs17
2839
2840         * tools/README
2841         * tools/csv2addressbook.pl
2842                 add support for Kmail/Kaddressbook
2843
2844 2008-02-18 [colin]      3.3.0cvs16
2845
2846         * src/imap.c
2847                 Unset folder's session before creating a
2848                 new one
2849         * src/main.c
2850         * src/prefs_common.c
2851         * src/prefs_common.h
2852         * manual/advanced.xml
2853                 Add an hidden use_networkmanager pref, to
2854                 disable NetworkManager handling. Also,
2855                 consider UNKNOWN state to be CONNECTED.
2856
2857 2008-02-18 [wwp]        3.3.0cvs15
2858
2859         * src/matcher.c
2860                 Fix Engrish and make 'not' more visible in filtering debug logs.
2861
2862 2008-02-15 [colin]      3.3.0cvs14
2863
2864         * src/matcher.c
2865                 Revert cvs10 for now, it breaks the feature
2866
2867 2008-02-15 [colin]      3.3.0cvs13
2868
2869         * src/main.c
2870                 Always focus folder tree at startup
2871         * src/compose.c
2872                 Fix bug 1521, 'Cannot close compose window after 
2873                 replying to a non-existent news message'
2874
2875 2008-02-13 [colin]      3.3.0cvs12
2876
2877         * src/folderview.c
2878                 Fix important warnings
2879
2880 2008-02-12 [colin]      3.3.0cvs11
2881
2882         * src/imap.c
2883         * src/etpan/imap-thread.c
2884         * src/etpan/imap-thread.h
2885                 Fix handling of $Forwarded flag on Exchange:
2886                 check for the existence or creatability of a
2887                 flag before using it.
2888
2889 2008-02-12 [colin]      3.3.0cvs10
2890
2891         * src/matcher.c
2892                 Optimise matching on Found in addressbook if
2893                 the matched header is in cache (From, etc)
2894
2895 2008-02-12 [colin]      3.3.0cvs9
2896
2897         * src/folderview.c
2898                 Fix crashy stuff when changing displayed
2899                 columns
2900
2901 2008-02-12 [wwp]        3.3.0cvs8
2902
2903         * src/folder.h
2904                 Remove duplicate func declaration and restore the one
2905                 a missing one.
2906
2907 2008-02-12 [wwp]        3.3.0cvs7
2908
2909         * src/compose.c
2910         * src/export.c
2911         * src/folder.c
2912         * src/folder.h
2913         * src/foldersel.c
2914         * src/foldersel.h
2915         * src/imap_gtk.c
2916         * src/import.c
2917         * src/mainwindow.c
2918         * src/messageview.c
2919         * src/mh_gtk.c
2920         * src/prefs_account.c
2921         * src/prefs_filtering_action.c
2922         * src/summaryview.c
2923         * src/plugins/bogofilter/bogofilter_gtk.c
2924         * src/plugins/spamassassin/spamassassin_gtk.c
2925                 Allow moving/copying folders to root folders when using
2926                 the folder selection dialog (it was not possible to
2927                 maemo users to reparent a subfolder to a root folder
2928                 at all).
2929
2930 2008-02-12 [fabien]     3.3.0cvs6
2931
2932         * po/fr.po
2933                 a few days late for i18n fr update. Sorry.
2934
2935 2008-02-11 [colin]      3.3.0cvs5
2936
2937         * src/main.c
2938                 Implement support for future /dev/mem_notify.
2939                 This Linux kernel feature will allow applications
2940                 to be notified that memory has to be freed
2941                 before getting OOM-killed. For more information:
2942                 http://lwn.net/Articles/267013/
2943
2944 2008-02-10 [paul]       3.3.0cvs4
2945
2946         * src/Makefile.am
2947         * src/mimeview.c
2948         * src/prefs_toolbar.c
2949         * src/stock_pixmap.c
2950         * src/stock_pixmap.h
2951         * src/pixmaps/mime_text_patch.xpm
2952                 add an icon for attached patches
2953
2954 2008-02-09 [paul]       3.3.0cvs3
2955
2956         * src/gtk/about.c
2957                 bump the (c) year
2958
2959 2008-02-09 [wwp]        3.3.0cvs2
2960
2961         * src/main.c
2962                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
2963
2964 2008-02-08 [colin]      3.3.0cvs1
2965
2966         * src/common/utils.c
2967                 Forbid attaching anything containing "../" or ".ssh/"
2968                 from mailto: URI
2969
2970 2008-02-08 [paul]       3.3.0
2971
2972         * NEWS
2973         * README
2974         * RELEASE_NOTES 
2975                 3.3.0 released
2976
2977 2008-02-08 [paul]       3.2.0cvs77
2978
2979         * AUTHORS
2980                 updated with new translators
2981         * configure.ac
2982                 added he to ALL_LINGUAS
2983         * po/cs.po
2984         * po/de.po
2985         * po/es.po
2986         * po/fi.po
2987         * po/hu.po
2988         * po/it.po
2989         * po/pt_BR.po
2990         * po/zh_CN.po
2991                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
2992                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
2993                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
2994                 and Ralph Young
2995         * po/he.po
2996                 new Hebrew translation by Ofer <oc666@netvision.net.il>
2997         * src/gtk/about.c
2998                 updated with new translators and bumped (c) year
2999         * src/gtk/authors.h
3000                 updated with new translators
3001
3002 2008-02-05 [colin]      3.2.0cvs76
3003
3004         * src/messageview.c
3005         * src/mimeview.c
3006         * src/mimeview.h
3007                 Special case text/calendar parts: if there's one in
3008                 the mail, and a plugin handling text/calendar is
3009                 loaded, show that part. That'll avoid rendering 
3010                 meetings as plain text, which just looks broken to
3011                 many users.
3012
3013 2008-02-04 [colin]      3.2.0cvs75
3014
3015         * src/mainwindow.c
3016                 Maemo: Fix LED handling on OS 2008
3017
3018 2008-02-01 [colin]      3.2.0cvs74
3019
3020         * src/compose.c
3021                 Possibly fix the annoying and hard-to reproduce bug
3022                 where lines 
3023                 are
3024                 rewrapped
3025                 like
3026                 that.
3027
3028 2008-02-01 [paul]       3.2.0cvs73
3029
3030         * src/common/utils.c
3031                 fix bug 1502, 'Plus signs are stripped from
3032                 email addresses when calling from command line'
3033                 Thanks to Colin
3034
3035 2008-01-31 [colin]      3.2.0cvs72
3036
3037         * src/exphtmldlg.c
3038         * src/mimeview.c
3039         * src/summaryview.c
3040                 Fix building of URIs from filenames
3041
3042 2008-01-31 [wwp]        3.2.0cvs71
3043
3044         * src/main.c
3045                 Fixes debug output of compiled-in features list
3046                 (completes 3.2.0cvs60).
3047
3048 2008-01-31 [colin]      3.2.0cvs70
3049
3050         * configure.ac
3051         * po/POTFILES.in
3052         * src/compose.c
3053         * src/plugins/Makefile.am
3054         * src/plugins/clamav/.cvsignore
3055         * src/plugins/clamav/Makefile.am
3056         * src/plugins/clamav/README
3057         * src/plugins/clamav/clamav_plugin.c
3058         * src/plugins/clamav/clamav_plugin.h
3059         * src/plugins/clamav/clamav_plugin_gtk.c
3060         * src/plugins/clamav/clamav_plugin_gtk.deps
3061                 Remove the Clamav plugin from the core
3062
3063 2008-01-28 [wwp]        3.2.0cvs69
3064
3065         * src/compose.c
3066         * src/prefs_template.c
3067         * src/prefs_template.h
3068         * src/quote_fmt.c
3069         * src/quote_fmt.h
3070         * src/quote_fmt_lex.l
3071         * src/quote_fmt_parse.y
3072                 Fix for bug #1493: count lines (\n chars) according to the way
3073                 format body is passed (i.e. \-escaped or not).
3074
3075 2008-01-27 [paul]       3.2.0cvs68
3076
3077         * po/en_GB.po
3078                 updated
3079         * src/prefs_actions.c
3080         * src/prefs_filtering.c
3081         * src/prefs_folder_item.c
3082         * src/prefs_template.c
3083         * src/gtk/about.c
3084                 some minor changes to the English
3085
3086 2008-01-24 [colin]      3.2.0cvs67
3087
3088         * src/etpan/imap-thread.c
3089         * src/etpan/nntp-thread.c
3090                 Fix bug 1348, 'Hang ups at exit time with 
3091                 pgp plugin since 3.0.2'
3092
3093 2008-01-23 [colin]      3.2.0cvs66
3094
3095         * src/toolbar.c
3096                 Fix translation of something that shouldn't be
3097
3098 2008-01-23 [colin]      3.2.0cvs65
3099
3100         * src/procmime.c
3101                 Fix bug 1486, 'Re: Incorrect content when replying'
3102                 Revert to full scan if short scan found only 0-length
3103                 text parts
3104
3105 2008-01-23 [paul]       3.2.0cvs64
3106
3107         * src/prefs_folder_item.c
3108                 fix bug 1485, 'selecting a folder's default
3109                 account if name contains '&''
3110
3111 2008-01-23 [colin]      3.2.0cvs63
3112
3113         * src/folder.c
3114         * src/folder.h
3115         * src/main.c
3116         * src/mainwindow.c
3117                 Fix bug 1480, 'should be able to display mail file
3118                 from command line'. Let 'claws-mail --select' accept
3119                 absolute paths in addition to folder identifiers.
3120
3121 2008-01-22 [wwp]        3.2.0cvs62
3122
3123         * src/account.c
3124         * src/account.h
3125         * src/compose.c
3126         * src/messageview.c
3127         * src/summaryview.c
3128         * src/common/utils.c
3129         * src/common/utils.h
3130                 Allow from=address in mailto sequence:
3131                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
3132                   The 'from' will try to select the first account matching in accounts list,
3133                   otherwise will use the usual account selection mechanism but override with
3134                   this 'from' address.
3135                 Allow mailto with NNTP accounts
3136                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
3137                   is the default one or if a NNTP account address is used with 'from'.
3138                   This is more or less a bugfix as it was possible to use mailto with a NNTP
3139                   default account but the complete mailto sequence was put in To.
3140
3141 2008-01-22 [wwp]        3.2.0cvs61
3142
3143         * doc/man/claws-mail.1
3144                 Updated the man page: status of few features, command-line
3145                 usage (--version-full) and completed list of config files
3146                 and dirs.
3147
3148 2008-01-22 [wwp]        3.2.0cvs60
3149
3150         * src/main.c
3151                 Added --version-full to display version and compiled-in
3152                 features list (for later use by Clawsker for instance).
3153
3154 2008-01-22 [holger]     3.2.0cvs59
3155
3156         * src/addrduplicates.c
3157                 Fix scrolling in addressbook duplicate
3158                 finder result dialog
3159
3160 2008-01-21 [colin]      3.2.0cvs58
3161
3162         * src/summaryview.c
3163                 Fix bug 1457, 'sorting messages on, say, from, 
3164                 should subsort on previous sort choice'. Subsort
3165                 by date when sort is Subject, From, To, Tags.
3166
3167 2008-01-21 [colin]      3.2.0cvs57
3168
3169         * AUTHORS
3170         * src/matcher.c
3171         * src/mimeview.c
3172         * src/common/ssl.c
3173         * src/gtk/authors.h
3174                 Fix bug 1478, 'Wrong pthread_create calls all 
3175                 over the place'. Patch by Christian Cornelssen
3176
3177 2008-01-20 [colin]      3.2.0cvs56
3178
3179         * src/imap.c
3180         * src/etpan/imap-thread.c
3181         * src/etpan/imap-thread.h
3182                 Fix bug 1468, 'Use IMAP keyword to 
3183                 store "forwarded" flag'
3184
3185 2008-01-20 [colin]      3.2.0cvs55
3186
3187         * src/folderutils.c
3188                 Make list operations faster
3189
3190 2008-01-20 [colin]      3.2.0cvs54
3191
3192         * src/mainwindow.c
3193                 Fix bug 1353, 'on startup with small screen 
3194                 layout, keyboard input gets lost'
3195
3196 2008-01-20 [colin]      3.2.0cvs53
3197
3198         * src/textview.c
3199                 Complete 3.2.0cvs49, and fixes bug 1477, 
3200                 'Claws Mail crashes when view PGP-encrypted 
3201                 message'
3202
3203 2008-01-20 [colin]      3.2.0cvs52
3204
3205         * src/compose.c
3206                 Fix privacy menu update when replying to
3207                 encrypted mail and no default privacy 
3208                 system is set
3209
3210 2008-01-19 [colin]      3.2.0cvs51
3211
3212         * src/filtering.c
3213         * src/procmsg.h
3214         * src/plugins/bogofilter/bogofilter.c
3215         * src/plugins/clamav/clamav_plugin.c
3216         * src/plugins/spamassassin/spamassassin.c
3217                 Batch filtering deletions too (and save 4 bytes
3218                 per MsgInfo in the process :)
3219
3220 2008-01-19 [colin]      3.2.0cvs50
3221
3222         * src/folder.c
3223                 Make cache update after copies much faster
3224                 on IMAP
3225
3226 2008-01-19 [colin]      3.2.0cvs49
3227
3228         * src/textview.c
3229                 Check g_fopen() success
3230
3231 2008-01-17 [wwp]        3.2.0cvs48
3232
3233         * manual/faq.xml
3234         * manual/es/faq.xml
3235         * manual/fr/faq.xml
3236         * manual/pl/faq.xml
3237                 Sylpheed? No idea what this means.
3238
3239 2008-01-17 [colin]      3.2.0cvs47
3240
3241         * src/gtk/gtksctree.c
3242                 Make dnd threshold higher on Maemo
3243
3244 2008-01-16 [colin]      3.2.0cvs46
3245
3246         * src/common/passcrypt.c
3247                 Fix build on FreeBSD, thanks to Pawel
3248
3249 2008-01-15 [colin]      3.2.0cvs45
3250
3251         * src/compose.c
3252                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
3253                 spell check of actuall word'
3254         * src/summaryview.c
3255                 Temporarily disable immediate execution when learning
3256                 spam *only* if the summaryview isn't locked
3257
3258 2008-01-15 [wwp]        3.2.0cvs44
3259
3260         * src/prefs_filtering.c
3261                 Fix filtering prefs layout (Maemo port), moving page up/down
3262                 from buttons to context menu.
3263
3264 2008-01-15 [colin]      3.2.0cvs43
3265
3266         * src/compose.c
3267                 Fix bug 1465, 'First line in new message does not mark URLs'
3268
3269 2008-01-15 [colin]      3.2.0cvs42
3270
3271         * src/common/passcrypt.c
3272                 Fix bug 1461, 'several components #define 
3273                 _XOPEN_SOURCE improperly'
3274
3275 2008-01-15 [colin]      3.2.0cvs41
3276
3277         * src/summaryview.c
3278                 Fix bug 1469, 'Column width adjustments on message 
3279                 lists do not save'
3280
3281 2008-01-14 [holger]     3.2.0cvs40
3282
3283         * configure.ac
3284                 Add tests for dbus, dbus glib bindings,
3285                 and NetworkManager. All is optional. Add new
3286                 --(en|dis)able-networkmanager-support switch.
3287         * src/Makefile.am
3288         * src/imap.c
3289         * src/inc.c
3290         * src/main.c
3291         * src/main.h
3292         * src/mainwindow.c
3293         * src/gtk/about.c
3294                 Add optional NetworkManager support, so Claws Mail
3295                 can try to do the right thing when the network connection
3296                 status changes. NetworkManager support is active by
3297                 default if above requirements were met.
3298
3299 2008-01-12 [colin]      3.2.0cvs39
3300
3301         * src/summaryview.c
3302                 Advertise the click-on-reply feature in the tooltip
3303
3304 2008-01-12 [colin]      3.2.0cvs38
3305
3306         * src/Makefile.am
3307         * src/stock_pixmap.c
3308         * src/stock_pixmap.h
3309         * src/pixmaps/tray_newmail.offline.xpm
3310         * src/pixmaps/tray_newmail.xpm
3311         * src/pixmaps/tray_newmarkedmail.offline.xpm
3312         * src/pixmaps/tray_newmarkedmail.xpm
3313         * src/pixmaps/tray_nomail.offline.xpm
3314         * src/pixmaps/tray_nomail.xpm
3315         * src/pixmaps/tray_unreadmail.offline.xpm
3316         * src/pixmaps/tray_unreadmail.xpm
3317         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3318         * src/pixmaps/tray_unreadmarkedmail.xpm
3319         * src/plugins/trayicon/Makefile.am
3320         * src/plugins/trayicon/newmail.offline.xpm
3321         * src/plugins/trayicon/newmail.xpm
3322         * src/plugins/trayicon/newmarkedmail.offline.xpm
3323         * src/plugins/trayicon/newmarkedmail.xpm
3324         * src/plugins/trayicon/nomail.offline.xpm
3325         * src/plugins/trayicon/nomail.xpm
3326         * src/plugins/trayicon/trayicon.c
3327         * src/plugins/trayicon/unreadmail.offline.xpm
3328         * src/plugins/trayicon/unreadmail.xpm
3329         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3330         * src/plugins/trayicon/unreadmarkedmail.xpm
3331                 Make the Trayicon plugin icons themable
3332
3333 2008-01-12 [wwp]        3.2.0cvs37
3334
3335         * src/prefs_display_header.c
3336                 Fix extra leading hyphen visible in the display
3337                 header configuration combo list (maemo).
3338
3339 2008-01-11 [colin]      3.2.0cvs36
3340
3341         * src/imap.c
3342                 Set timeout to 1 before disconnecting all -
3343                 for when one switches to offline and has 
3344                 no network anymore
3345         * src/messageview.c
3346                 Fix bug 1454, 'error message shows parts and 
3347                 signature of previous messages'
3348         * src/prefs_common.c
3349                 Maemo: Hide Send dialog by default
3350
3351 2008-01-10 [colin]      3.2.0cvs35
3352
3353         * src/action.c
3354         * src/editldap.c
3355         * src/prefs_account.c
3356         * src/wizard.c
3357         * src/gtk/inputdialog.c
3358         * src/plugins/pgpcore/passphrase.c
3359                 Maemo: Fix bug 1455, 'Password enters leading letter 
3360                 incorrectly as uppercase'
3361
3362 2008-01-09 [colin]      3.2.0cvs34
3363
3364         * po/pl.po
3365                 Fix bug 1446, 'SC crashes frequently when staying 
3366                 in background'. Format string error in Polish 
3367                 translation
3368         * src/gtk/description_window.c
3369         * src/prefs_template.c
3370                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
3371                 patch by Pawel
3372         * src/wizard.c
3373                 Maemo: Fix build
3374
3375 2008-01-08 [colin]      3.2.0cvs33
3376
3377         * src/main.c
3378                 Maemo: connect HW status change signal for shutdown
3379         * src/mainwindow.c
3380                 Maemo: Fix hardware space key
3381         * src/wizard.c
3382                 Maemo: name mmc1 and 2 a better name
3383
3384 2008-01-08 [wwp]        3.2.0cvs32
3385
3386         * src/folder.c
3387         * src/folder_item_prefs.c
3388         * src/folder_item_prefs.h
3389         * src/prefs_folder_item.c
3390                 It's now possible to disable processing rules when
3391                 entering a folder (this adds a new option to the
3392                 folder properties dialog).
3393
3394 2008-01-08 [wwp]        3.2.0cvs31
3395
3396         * src/common/utils.c
3397                 Mailto: now supports 'insert' (stands for 'insert file'), this
3398                 adds the ability to create a new message from the command-line,
3399                 with body set from an existing file contents.
3400
3401 2008-01-08 [colin]      3.2.0cvs30
3402
3403         * src/summaryview.c
3404                 Maybe fix bug 1452, 'crash while drag'n'droping 
3405                 emails to an IMAP folder'
3406
3407 2008-01-07 [wwp]        3.2.0cvs29
3408
3409         * src/prefs_filtering.c
3410                 Static-alize a function, thanks to Colin.
3411
3412 2008-01-07 [colin]      3.2.0cvs28
3413
3414         * src/folderview.c
3415                 Fix scrolling to bottom when drag and dropping
3416         * src/summaryview.c
3417                 Fix bug 1445, 'Display sender using addressbook: fails 
3418                 when From: isn't an email address'
3419
3420 2008-01-07 [wwp]        3.2.0cvs27
3421
3422         * src/prefs_actions.c
3423         * src/prefs_filtering.c
3424         * src/prefs_template.c
3425                 Add tooltips to most buttons in the templates, actions and
3426                 filtering/processing dialogs.
3427
3428 2008-01-07 [wwp]        3.2.0cvs26
3429
3430         * src/prefs_filtering.c
3431                  - add a clear button to clear dialog input fields
3432                  - add page up and page down buttons to move selected rule up and down
3433                  - in rules list popup-menu: added Delete, Delete all and Duplicate
3434                  - popup-menu items are greyed out either if the list is empty (not counting the
3435                    (New) row or if there is no selected item
3436                  - clear store when closing dialog
3437
3438         * src/prefs_actions.c
3439                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3440                    clear button, popup-menu
3441                  - clear store when closing dialog
3442
3443         * src/prefs_template.c
3444                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3445                    clear button, popup-menu 
3446
3447         * src/addrcustomattr.c
3448                  - renamed popup-menu item Clear list to Delete all
3449                  - grey out popup-menu items is there is no selected item or if list is empty
3450                  - clear store when closing dialog
3451
3452         * src/edittags.c
3453                  - added popup-menu item Delete all
3454                  - grey out popup-menu items is there is no selected item or if list is empty
3455                  - clear store when closing dialog
3456
3457 2008-01-06 [wwp]        3.2.0cvs25
3458
3459         * src/addressadd.c
3460                 One more layout fix by Pawel (completes 3.2.0cvs24).
3461
3462 2008-01-05 [colin]      3.2.0cvs24
3463
3464         * src/addressadd.c
3465                 Little GUI fixes, patch by Pawel
3466
3467 2007-12-29 [wwp]        3.2.0cvs23
3468
3469         * src/compose.c
3470                 Fix for bug #1443, and strip possible whitespaces around
3471                 custom header names.
3472
3473 2007-12-29 [mones]      3.2.0cvs22
3474
3475         * po/es.po
3476                 Updated translation, corrected a term based 
3477                 on suggestion from Israel Saeta Pérez,
3478                 reverted awful X-Mailer translation
3479         * src/procmime.c
3480                 Complete cvs20 for FreeBSD, patch by Pawel
3481
3482 2007-12-29 [colin]      3.2.0cvs21
3483
3484         * src/textview.c
3485                 Fix bug 1442, 'Tags are repeated in 
3486                 encapsulated messages'
3487
3488 2007-12-28 [colin]      3.2.0cvs20
3489
3490         * src/procmime.c
3491                 Fix path to mime/globs. Patch by Marten King.
3492
3493 2007-12-27 [colin]      3.2.0cvs19
3494
3495         * src/plugins/pgpcore/Makefile.am
3496         * src/plugins/pgpinline/Makefile.am
3497         * src/plugins/pgpmime/Makefile.am
3498                 Add missing flags to build pgp plugins on maemo
3499
3500 2007-12-27 [colin]      3.2.0cvs18
3501
3502         * src/mainwindow.c
3503                 Maximise before showing to avoid probable flickering
3504                 on slow computers.
3505
3506 2007-12-27 [colin]      3.2.0cvs17
3507
3508         * src/main.c
3509         * src/mainwindow.c
3510         * src/prefs_common.c
3511         * src/prefs_common.h
3512                 Fix bug 1439, 'Claws Mail does not remember window size 
3513                 state when restarted'. Save maximised state and force
3514                 maximisation at startup if applicable.
3515
3516 2007-12-23 [paul]       3.2.0cvs16
3517
3518         * src/prefs_matcher.c
3519                 fix bug 1436, 'Filter condition dialog doesn't
3520                 load header name from current rules'
3521
3522 2007-12-22 [paul]       3.2.0cvs15
3523
3524         * src/compose.c
3525                 fix bug 1435, 'Reply doesn't take into account
3526                 reply-to field'
3527
3528 2007-12-21 [paul]       3.2.0cvs14
3529
3530         * src/common/ssl_certificate.c
3531                 fix FreeBSD build with IPV6 support 
3532
3533 2007-12-20 [colin]      3.2.0cvs13
3534
3535         * src/imap.c
3536                 Fix error handling
3537
3538 2007-12-20 [colin]      3.2.0cvs12
3539
3540         * src/imap.c
3541         * src/imap.h
3542         * src/prefs_account.c
3543                 Add DIGEST-MD5 support for IMAP authentication
3544
3545 2007-12-19 [mones]      3.2.0cvs11
3546
3547         * doc/man/claws-mail.1
3548                 Better ordering of sections, updated options
3549         * po/es.po
3550                 Updated strings
3551
3552 2007-12-19 [paul]       3.2.0cvs10
3553
3554         * src/prefs_account.c
3555                 use a spinbutton instead of an entry for
3556                 "POP authentication timeout" also
3557
3558 2007-12-19 [colin]      3.2.0cvs9
3559
3560         * src/prefs_filtering_action.c
3561         * src/prefs_matcher.c
3562         * src/gtk/description_window.c
3563                 Destroy info windows with their parents
3564                 Patch by Pawel
3565
3566 2007-12-19 [colin]      3.2.0cvs8
3567
3568         * src/prefs_account.c
3569                 Use spinbuttons instead of entries where needed
3570                 Patch by Pawel
3571
3572 2007-12-18 [paul]       3.2.0cvs7
3573
3574         * src/prefs_matcher.c
3575                 add missing i18n for a few strings
3576                 Patch by Stephan Sachse
3577
3578 2007-12-18 [paul]       3.2.0cvs6
3579
3580         * src/prefs_logging.c
3581                 use 'disk' instead of 'disc'
3582
3583 2007-12-18 [paul]       3.2.0cvs5
3584
3585         * po/en_GB.po
3586                 updated
3587         * src/addrcustomattr.c
3588         * src/editaddress.c
3589                 fixes to the ingleesh
3590         * src/prefs_filtering_action.c
3591                 fix copyright header
3592                 fix untranslated strings
3593         * src/prefs_filtering_action.h
3594                 fix copyright header
3595
3596 2007-12-18 [wwp]        3.2.0cvs4
3597
3598         * src/folderview.c
3599         * src/headerview.c
3600         * src/prefs_common.c
3601         * src/prefs_common.h
3602         * src/prefs_fonts.c
3603         * src/summaryview.c
3604         * src/textview.c
3605         * src/wizard.c
3606         * src/common/defs.h
3607         * src/gtk/gtkutils.c
3608                 Added prefs to set custom small and bold fonts
3609                 (might matter on some desktops, according to
3610                 DPI and font settings).
3611
3612 2007-12-18 [colin]      3.2.0cvs3
3613
3614         * src/prefs_logging.c
3615                 Rework GUI, patch by Pawel
3616
3617 2007-12-18 [colin]      3.2.0cvs2
3618
3619         * src/prefs_filtering_action.c
3620                 Rework GUI, patch by Pawel
3621
3622 2007-12-18 [colin]      3.2.0cvs1
3623
3624         * src/editaddress.c
3625                 Fix build on old GCC
3626                 Fix inverted buttons
3627
3628 2007-12-17 [paul]       3.2.0
3629
3630         * NEWS
3631         * README
3632         * RELEASE_NOTES 
3633                 3.2.0 released
3634
3635 2007-12-17 [paul]       3.1.0cvs79
3636
3637         * po/de.po
3638         * po/fr.po
3639         * po/hu.po
3640         * po/it.po
3641         * po/pt_BR.po
3642                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
3643                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
3644
3645 2007-12-17 [mones]      3.1.0cvs78
3646
3647         * po/es.po
3648                 Updated Spanish translation for 3.2.0 release
3649
3650 2007-12-16 [colin]      3.1.0cvs77
3651
3652         * src/addrcustomattr.c
3653                 Fix translations, patch by Fabien
3654
3655 2007-12-15 [paul]       3.1.0cvs76
3656
3657         * src/folderview.c
3658                 fix compiler warning
3659
3660 2007-12-14 [colin]      3.1.0cvs75
3661
3662         * src/folderview.c
3663                 Simplify logic
3664
3665 2007-12-12 [wwp]        3.1.0cvs74
3666
3667         * AUTHORS
3668         * src/gtk/authors.h
3669                 Added Marius Glauser to the hall of fame.
3670
3671 2007-12-12 [wwp]        3.1.0cvs73
3672
3673         * src/gtk/gtkutils.c
3674                 Improve the way we show results of searches
3675                 in message bodies: selected text now get centered
3676                 vertically in the message window.
3677                 Patch by Marius Glauser <seelenhirt@gmx.net>.
3678
3679 2007-12-10 [colin]      3.1.0cvs72
3680
3681         * src/folder.c
3682                 Don't crash when setting batch mode on no folder
3683
3684 2007-12-10 [colin]      3.1.0cvs71
3685
3686         * src/common/utils.c
3687                 Fix potential buffer overrun (thanks to
3688                 Hiroyuki)
3689
3690 2007-12-08 [paul]       3.1.0cvs70
3691
3692         * src/prefs_receive.c
3693                 small change to the English
3694
3695 2007-12-08 [colin]      3.1.0cvs69
3696
3697         * src/vcard.c
3698                 Fix warnings
3699
3700 2007-12-07 [colin]      3.1.0cvs68
3701
3702         * src/mainwindow.c
3703         * src/summaryview.c
3704         * src/summaryview.h
3705                 Free simplify_subject_preg at exit
3706
3707 2007-12-07 [colin]      3.1.0cvs67
3708
3709         * src/main.c
3710         * src/summaryview.c
3711         * src/common/utils.c
3712         * src/common/utils.h
3713                 We have to free reused regexps from time to
3714                 time, or they get huge
3715
3716 2007-12-07 [colin]      3.1.0cvs66
3717
3718         * src/vcard.c
3719                 Fix QP decoding (and UTF8)
3720
3721 2007-12-07 [colin]      3.1.0cvs65
3722
3723         * src/addrcustomattr.c
3724                 Update list of default custom attributes
3725                 now (will be needed for a feature patch
3726                 post 3.2.0)
3727
3728 2007-12-07 [colin]      3.1.0cvs64
3729
3730         * src/folder.c
3731                 Batch on destination folder when copying - fixes
3732                 slowness when moving unread mails to trash on IMAP
3733
3734 2007-12-06 [colin]      3.1.0cvs63
3735
3736         * src/common/w32_time.c
3737         * src/common/w32lib.h
3738         * src/etpan/etpan-thread-manager.c
3739         * src/etpan/imap-thread.c
3740         * src/etpan/nntp-thread.c
3741         * src/gtk/Makefile.am
3742                 Fix win32 build with libetpan. Thanks to
3743                 Marcus Brinkmann.
3744
3745 2007-12-06 [colin]      3.1.0cvs62
3746
3747         * src/account.c
3748         * src/imap.c
3749         * src/prefs_account.c
3750         * src/prefs_account.h
3751         * src/etpan/imap-thread.c
3752         * src/etpan/imap-thread.h
3753                 Disable connection via command line on WIN32
3754                 Disable mmap use on WIN32 - use normal strings
3755         * src/addressbook.c
3756         * src/addressbook.h
3757         * src/addressbook_foldersel.c
3758         * src/addressbook_foldersel.h
3759         * src/prefs_filtering_action.c
3760         * src/prefs_matcher.c
3761         * src/plugins/bogofilter/bogofilter_gtk.c
3762         * src/plugins/dillo_viewer/dillo_prefs.c
3763         * src/plugins/spamassassin/spamassassin_gtk.c
3764                 Fix leak, rework function logics to be more
3765                 natural - thanks to Holger
3766         * src/common/utils.c
3767                 Fix warnings
3768
3769 2007-12-06 [colin]      3.1.0cvs61
3770
3771         * src/news.c
3772         * src/common/utils.c
3773         * src/common/utils.h
3774                 Fix posting, and fix UTF-8 being sent when encoding
3775                 is 8bit
3776
3777 2007-12-05 [colin]      3.1.0cvs60
3778
3779         * src/news.c
3780                 Fix debian bug #453157, 'Fails to post usenet
3781                 articles after NNTP connection has been 
3782                 interrupted". Fix return value to prevent deletion
3783                 on failure, and issue MODE READER in case posting
3784                 fails at first.
3785
3786 2007-12-05 [colin]      3.1.0cvs59
3787
3788         * src/messageview.c
3789         * src/uri_opener.c
3790                 Improvements to the List URIs dialog
3791                 Patch by Pawel
3792
3793 2007-12-05 [colin]      3.1.0cvs58
3794
3795         * src/prefs_other.c
3796         * src/gtk/gtksctree.h
3797                 Fix warnings
3798
3799 2007-12-04 [colin]      3.1.0cvs57
3800
3801         * src/etpan/imap-thread.c
3802                 Fix bug 1378, 'Claws exits on IMAP alert message'
3803                 Don't do GTK calls directly from Etpan thread
3804
3805 2007-12-04 [colin]      3.1.0cvs56
3806
3807         * src/folderview.c
3808         * src/gtk/gtksctree.c
3809                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
3810                 Make all the left of column zero an hotspot for
3811                 expanding.
3812
3813 2007-12-04 [colin]      3.1.0cvs55
3814
3815         * src/mainwindow.c
3816         * src/mainwindow.h
3817         * src/prefs_common.c
3818         * src/prefs_common.h
3819         * src/prefs_receive.c
3820                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
3821
3822 2007-12-04 [wwp]        3.1.0cvs54
3823
3824         * src/prefs_other.c
3825                 Fix for bug #1419.
3826
3827 2007-12-04 [holger]     3.1.0cvs53
3828
3829         * src/addrduplicates.c
3830         * src/addrduplicates.h
3831                 Export addressbook entry deletion
3832
3833 2007-12-04 [colin]      3.1.0cvs52
3834
3835         * tools/Makefile.am
3836         * tools/README.sylprint
3837         * tools/sylprint.pl
3838         * tools/sylprint.rc
3839                 Fix debian bug #454089 (symlink attack in TMP directory)
3840                 http://secwatch.org/advisories/1019661/ :
3841                 Remove the buggy script, which was unmaintained anyway
3842         * src/news.c
3843         * src/procmsg.c
3844                 Store things in our private tmp directory.
3845
3846 2007-12-03 [colin]      3.1.0cvs51
3847
3848         * src/folder.c
3849         * src/folder.h
3850         * src/folderview.c
3851         * src/imap.c
3852         * src/mainwindow.c
3853                 Fix update problem when getting remote tags
3854         * src/prefs_matcher.c
3855                 Rework GUI to make it better. Patch by Pawel
3856                 Pekala
3857
3858 2007-12-03 [colin]      3.1.0cvs50
3859
3860         * src/etpan/imap-thread.c
3861         * src/etpan/nntp-thread.c
3862                 Fix bug 1417, 'Network log doesn't reveal 
3863                 enough NNTP errors'
3864
3865 2007-12-02 [iwkse]      3.1.0cvs49
3866
3867         * src/plugins/dillo_viewer/dillo_prefs.c
3868                         Insert dillo under the Plugins menu
3869
3870 2007-12-01 [paul]       3.1.0cvs48
3871
3872         * src/html.c
3873                 add these variant forms
3874                 Thanks to Colin
3875
3876 2007-12-01 [paul]       3.1.0cvs47
3877
3878         * src/matcher.c
3879                 fix a typo
3880
3881 2007-12-01 [paul]       3.1.0cvs46
3882
3883         * po/POTFILES.in
3884                 add the new addrcustomattr.c file
3885
3886 2007-11-29 [colin]      3.1.0cvs45
3887
3888         * src/common/ssl_certificate.c
3889                 Use the more modern getaddrinfo instead of 
3890                 gethostbyname when possible
3891
3892 2007-11-28 [colin]      3.1.0cvs44
3893
3894         * src/summaryview.c
3895                 Maybe fix bug 1410 and other crash reports
3896                 in summaryview since cvs38.
3897
3898 2007-11-28 [wwp]        3.1.0cvs43
3899
3900         * src/prefs_summary_open.c
3901                 Guard against an empty list of actions to perform
3902                 when opening a folder (or migration defaults could
3903                 be introduced, confusing).
3904
3905 2007-11-28 [colin]      3.1.0cvs42
3906
3907         * src/folderview.c
3908                 Fix mark all read from folder's contextual menu
3909
3910 2007-11-27 [colin]      3.1.0cvs41
3911
3912         * src/imap.c
3913         * src/imap.h
3914         * src/imap_gtk.c
3915         * src/prefs_account.c
3916         * src/etpan/imap-thread.c
3917                 A few fixes to the IMAP flags handling: Optimisations,
3918                 two crashers, mention that Bandwitdh-efficient mode
3919                 prevents tag fetching.
3920                 Fix M-UTF7 in subscription dialog.
3921
3922 2007-11-27 [colin]      3.1.0cvs40
3923
3924         * src/folder.c
3925         * src/mbox.c
3926         * src/summaryview.c
3927                 Make filtering faster on flags change: Batch original 
3928                 folderitem, where we'll do flags/tags changes.
3929
3930 2007-11-27 [colin]      3.1.0cvs39
3931
3932         * src/filtering.c
3933                 Fix bug 1407, 'After a copy action, further rules apply 
3934                 to both original and copy'
3935
3936 2007-11-27 [colin]      3.1.0cvs38
3937
3938         * src/edittags.c
3939         * src/summaryview.c
3940                 Fixes races when doing a long operation and user
3941                 asks for another one (Mark all read/unread on a 
3942                 big folder on IMAP for example)
3943
3944 2007-11-27 [wwp]        3.1.0cvs37
3945
3946         * src/addressbook.c
3947         * src/prefs_common.c
3948                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
3949                 and 3.1.0cvs35 (addressbook.c).
3950
3951 2007-11-27 [holger]     3.1.0cvs36
3952
3953         * src/printing.c
3954                 Add a line separating header and body
3955                 in the printout
3956
3957 2007-11-27 [wwp]        3.1.0cvs35
3958
3959         * src/addressbook.c
3960                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
3961                 (thanks to Colin) and revert disabling of cut/copy
3962                 context menu entries upon selected groups.
3963
3964 2007-11-27 [holger]     3.1.0cvs34
3965
3966         * src/printing.c
3967                 Add weights to the list of supported text attributes
3968                 for printing
3969
3970 2007-11-27 [wwp]        3.1.0cvs33
3971
3972         * src/Makefile.am
3973         * src/addrcustomattr.c
3974         * src/addrcustomattr.h
3975         * src/addressbook.c
3976         * src/editaddress.c
3977         * src/editaddress.h
3978         * src/prefs_common.c
3979         * src/prefs_common.h
3980         * src/common/defs.h
3981                 Provide a (customizable) list of preset attribute names
3982                 for editing contacts (closes bug #1391).
3983
3984 2007-11-27 [wwp]        3.1.0cvs32
3985
3986         * src/addrclip.c
3987         * src/addressbook.c
3988         * src/addritem.c
3989                 Various fixes in the address book:
3990                         - made copy/move of a folder to itself or its subtree
3991                           impossible (-> error)
3992                         - errors messages don't show in the status bar anymore,
3993                           use alertpanels instead
3994                         - simple click on group doesn't open group edit dialog
3995                           anymore when in contact edit embedded mode (was too itchy)
3996                         - fixed disabling of edit button and and menu entry when
3997                           in contact edit embedded mode (was done in a bad and
3998                           ineffective way)
3999                         - fix menu cut/paste sensitivity in treelist context
4000                           menu (conflicting enabling was done by different functions)
4001                         - fix some menu item sensitivity in address list context menu
4002                         - don't allow cut/copy of groups, it's useless as they won't
4003                           be copied w/ their contents
4004                         - fix missing copy of the picture file when copying (bug #1402),
4005                           fix picture attribute (internal) value when moving or copying
4006
4007
4008 2007-11-27 [colin]      3.1.0cvs31
4009
4010         * src/folder.c
4011         * src/imap.c
4012                 Fix tags loss on move, fix space encoding
4013
4014 2007-11-26 [colin]      3.1.0cvs30
4015
4016         * src/edittags.c
4017         * src/folder.c
4018         * src/folder.h
4019         * src/imap.c
4020         * src/messageview.c
4021         * src/procmsg.c
4022         * src/procmsg.h
4023         * src/summaryview.c
4024         * src/common/utils.c
4025         * src/common/utils.h
4026         * src/etpan/imap-thread.c
4027         * src/etpan/imap-thread.h
4028                 Add IMAP tags support
4029
4030 2007-11-26 [colin]      3.1.0cvs29
4031
4032         * src/imap.c
4033                 Fix bug 1405, 'imap auto auth method doesn't 
4034                 work since 3.1.0'
4035
4036 2007-11-26 [colin]      3.1.0cvs28
4037
4038         * src/messageview.c
4039         * src/procmime.c
4040                 Handle broken disposition-notifications from Evolution
4041                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
4042
4043 2007-11-25 [paul]       3.1.0cvs27
4044
4045         * src/folder_item_prefs.c
4046         * src/folder_item_prefs.h
4047                 remove dead code
4048
4049 2007-11-23 [wwp]        3.1.0cvs26
4050
4051         * src/matcher.c
4052         * src/matcher.h
4053         * src/matcher_parser_parse.y
4054         * src/prefs_matcher.c
4055                 Fix irrelevant case folding when adding matcher condition 'test',
4056                 thanks to Colin.
4057
4058 2007-11-23 [wwp]        3.1.0cvs25
4059
4060         * src/prefs_common.c
4061         * src/prefs_common.h
4062         * src/prefs_summary_open.c
4063         * src/prefs_summary_open.h
4064         * src/summaryview.c
4065                 Add "select first email in list" to the list of possible selections
4066                 when opening a folder.
4067
4068 2007-11-23 [paul]       3.1.0cvs24
4069
4070         * po/de.po
4071                 a fix by Stephan Sachse, plus remove all
4072                 old strings from the end of the file
4073
4074 2007-11-23 [wwp]        3.1.0cvs23
4075
4076         * src/prefs_msg_colors.c
4077                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
4078                 with little changes.
4079
4080 2007-11-23 [paul]       3.1.0cvs22
4081
4082         * src/prefs_logging.c
4083                 eliminate wasted horizontal space
4084
4085 2007-11-23 [paul]       3.1.0cvs21
4086
4087         * src/prefs_summaries.c
4088                 don't wrap the label or put linebreaks
4089
4090 2007-11-22 [colin]      3.1.0cvs20
4091
4092         * src/plugins/pgpinline/pgpinline.c
4093                 Fix decryption
4094
4095 2007-11-22 [wwp]        3.1.0cvs19
4096
4097         * src/prefs_themes.c
4098                 Yet another misuse of get_rc_dir(), still related
4099                 to user themes. Completes 3.1.0cvs18.
4100
4101 2007-11-22 [wwp]        3.1.0cvs18
4102
4103         * src/stock_pixmap.c
4104                 Fix a misuse of get_rc_dir(), user themes dir was
4105                 not set properly and some themes might have disappeared
4106                 from themes list in prefs.
4107
4108 2007-11-22 [wwp]        3.1.0cvs17
4109
4110         * src/edittags.c
4111         * src/edittags.h
4112         * src/common/tags.c
4113         * src/common/tags.h
4114                 Correct copyright for these claws-mail-only brand new
4115                 files.
4116
4117 2007-11-22 [paul]       3.1.0cvs16
4118
4119         * src/compose.c
4120                 fix bug 1400, 'Drag and drop of URLs does not work'
4121                 Thanks to Colin
4122
4123 2007-11-22 [paul]       3.1.0cvs15
4124
4125         * src/prefs_common.c
4126                 make "cmds_use_system_default" default to FALSE
4127                 so as not to disrupt current settings
4128         * src/summaryview.c
4129                 increase the size of the GdkRectangle, tooltips
4130                 didn't show for me otherwise
4131
4132 2007-11-21 [colin]      3.1.0cvs14
4133
4134         * src/compose.c
4135         * src/crash.c
4136         * src/exphtmldlg.c
4137         * src/mainwindow.c
4138         * src/manual.c
4139         * src/mimeview.c
4140         * src/prefs_account.c
4141         * src/prefs_common.c
4142         * src/prefs_common.h
4143         * src/prefs_ext_prog.c
4144         * src/textview.c
4145         * src/uri_opener.c
4146         * src/gtk/about.c
4147         * src/gtk/gtkutils.c
4148                 Use xdg-open as a way to find default browser,
4149                 when available
4150
4151 2007-11-21 [colin]      3.1.0cvs13
4152
4153         * src/messageview.c
4154         * src/procmime.c
4155         * src/procmsg.h
4156                 Send better return receipts (useful ones)
4157                 Handle incoming return receipts
4158
4159 2007-11-20 [colin]      3.1.0cvs12
4160
4161         * src/printing.c
4162         * src/printing.h
4163                 Add getter/setter for settings, and getter
4164                 for page setup
4165
4166 2007-11-20 [colin]      3.1.0cvs11
4167
4168         * src/folderview.c
4169         * src/main.c
4170         * src/mainwindow.c
4171                 Fix bug 1396, 'Crash on disabling a filter 
4172                 while it is processing'
4173
4174 2007-11-20 [paul]       3.1.0cvs10
4175
4176         * src/folder.c
4177                 fix bug 1395, 'Crash on checking for new mails
4178                 while filter is running'
4179                 Thanks to Colin
4180
4181 2007-11-20 [paul]       3.1.0cvs9
4182
4183         * src/compose.c
4184                 make this string easier for translators
4185
4186 2007-11-19 [colin]      3.1.0cvs8
4187
4188         * src/prefs_summaries.c
4189         * src/summaryview.c
4190                 Don't enable more tooltips on Maemo
4191
4192 2007-11-19 [colin]      3.1.0cvs7
4193
4194         * src/prefs_common.c
4195         * src/prefs_common.h
4196         * src/prefs_summaries.c
4197         * src/summaryview.c
4198                 Fix bug 1388, 'message list tool tips'
4199                 Add (optional) tooltips in summaryview.
4200                 This only works with GTK+ >= 2.12
4201
4202 2007-11-19 [colin]      3.1.0cvs6
4203
4204         * src/compose.c
4205                 Make strings a bit better when attaching
4206                 from mailto: URIs
4207
4208 2007-11-19 [colin]      3.1.0cvs5
4209
4210         * src/common/utils.c
4211                 Fix bug 1392, 'Top level domain .EU is 
4212                 not recognised as valid'
4213
4214 2007-11-19 [wwp]        3.1.0cvs4
4215
4216         * src/compose.c
4217         * src/compose.h
4218                 Revert changes to compose.c made in 3.1.0cvs2.
4219
4220 2007-11-19 [wwp]        3.1.0cvs3
4221
4222         * src/addressbook.c
4223         * src/addressbook.h
4224         * src/editaddress.c
4225         * src/editgroup.c
4226         * src/addrduplicates.c
4227                 Minor improvements in the address book:
4228                 always accept new contacts provided that some
4229                 detail is set (instead of rejecting silently).
4230                 Better guessing of contact name from incomplete
4231                 name information. Better display of contacts with
4232                 no name, in contact lists, group contents, find
4233                 duplicate results.
4234                 
4235
4236 2007-11-19 [wwp]        3.1.0cvs2
4237
4238         * src/compose.c
4239         * src/compose.h
4240         * src/prefs_logging.c
4241         * src/prefs_summaries.c
4242                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
4243                 wrap some long label in prefs/summaries, layout checkboxes
4244                 in a more compact form in prefs/loggin, make account and
4245                 header's combos have the same size/spacing in compose
4246                 window.
4247
4248 2007-11-19 [wwp]        3.1.0cvs1
4249
4250         * src/edittags.c
4251                 Fix a tiny leak and duplicate variable.
4252
4253 2007-11-19 [paul]       3.1.0
4254
4255         * NEWS
4256         * README
4257         * RELEASE_NOTES 
4258                 3.1.0 released
4259
4260 2007-11-19 [paul]       3.0.2cvs145
4261
4262         * po/de.po
4263         * po/fi.po
4264         * po/fr.po
4265         * po/hu.po
4266         * po/it.po
4267         * po/pl.po
4268         * po/pt_BR.po
4269         * po/sk.po
4270         * po/zh_CN.po
4271                 updated by Stephan Sachse, Flammie Pirinen,
4272                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
4273                 Emil Nowak, Frederico Goncalves Guimaraes,
4274                 Andrej Kacian, and Ralph Young
4275
4276 2007-11-18 [mones]      3.0.2cvs144
4277
4278         * po/es.po
4279                 Updated Spanish translation
4280
4281 2007-11-18 [colin]      3.0.2cvs143
4282
4283         * src/edittags.c
4284                 Prevent empty tag after edit, thanks to wwp
4285
4286 2007-11-18 [colin]      3.0.2cvs142
4287
4288         * src/editaddress.c
4289                 Fix possible "(null)" %s - thanks to wwp
4290
4291 2007-11-16 [wwp]        3.0.2cvs141
4292
4293         * src/common/utils.c
4294                 Fix for 3.0.2cvs140, prevents from crashing when opening
4295                 a compose window.
4296
4297 2007-11-16 [colin]      3.0.2cvs140
4298
4299         * src/main.c
4300         * src/common/claws.c
4301                 Output a bit more useful info at startup
4302                 in --debug mode
4303
4304 2007-11-16 [colin]      3.0.2cvs139
4305
4306         * src/compose.c
4307         * src/common/utils.c
4308         * src/common/utils.h
4309                 Fix bug 1387, 'Request for --compose to 
4310                 support multiple attachments'
4311
4312 2007-11-16 [colin]      3.0.2cvs138
4313
4314         * src/news.c
4315                 Fix bug 1390, 'NNTP fails after server 
4316                 closed connection'
4317
4318 2007-11-16 [colin]      3.0.2cvs137
4319
4320         * src/prefs_display_header.c
4321                 Fix bug 1389, 'Changing 'Display headers 
4322                 in message view' breaks dispheaderrc'
4323
4324 2007-11-14 [colin]      3.0.2cvs136
4325
4326         * src/summaryview.c
4327         * src/gtk/quicksearch.c
4328         * src/gtk/quicksearch.h
4329                 Fix resetting the quicksearch when in non-sticky
4330                 mode, but Recursive is set: reset only when going
4331                 out of the root search folder.
4332
4333 2007-11-14 [colin]      3.0.2cvs135
4334
4335         * src/filtering.c
4336                 Don't set new flag back when doing "Mark as unread"
4337                 from filtering
4338
4339 2007-11-12 [paul]       3.0.2cvs134
4340
4341         * src/plugins/dillo_viewer/dillo_viewer.c
4342                 don't offer the mime type for translation
4343
4344 2007-11-12 [paul]
4345
4346         3.1.0-rc2 released
4347
4348 2007-11-11 [colin]      3.0.2cvs133
4349
4350         * src/imap_gtk.c
4351         * src/mh_gtk.c
4352                 Use markup-escaped strings in dialogs
4353
4354 2007-11-11 [colin]      3.0.2cvs132
4355
4356         * src/imap.c
4357                 Better IMAP-UTF7/UTF8 conversion
4358
4359 2007-11-10 [colin]      3.0.2cvs131
4360
4361         * src/news.c
4362                 Fix debian bug 450698, 'nntp auth behavior changed 
4363                 without notice'
4364
4365 2007-11-10 [colin]      3.0.2cvs130
4366
4367         * configure.ac
4368         * src/inc.c
4369         * src/main.c
4370         * src/main.h
4371         * src/mimeview.c
4372         * src/statusbar.c
4373         * src/common/utils.c
4374         * src/etpan/Makefile.am
4375         * src/gtk/filesel.c
4376         * src/gtk/gtkutils.h
4377         * src/gtk/menu.c
4378         * src/plugins/bogofilter/Makefile.am
4379         * src/plugins/clamav/Makefile.am
4380         * src/plugins/dillo_viewer/Makefile.am
4381         * src/plugins/pgpcore/Makefile.am
4382         * src/plugins/spamassassin/Makefile.am
4383         * src/plugins/trayicon/Makefile.am
4384                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
4385
4386 2007-11-09 [colin]      3.0.2cvs129
4387
4388         * src/addressbook.c
4389         * src/ldapupdate.c
4390                 fix bug 1375, 'Impossible to modify e-mail
4391                 in LDAP addressbook twice'; Try two. update
4392                 externalID, don't make display lag, and
4393                 fix the cases where dn is not mail.
4394
4395 2007-11-08 [paul]       3.0.2cvs128
4396
4397         * src/account.c
4398         * src/compose.c
4399         * src/messageview.c
4400         * src/prefs_account.c
4401         * src/prefs_account.h
4402                 reinstate 'Generate Message-ID' option as an
4403                 account preference. (hidden on IMAP)
4404                 Thanks to Colin
4405
4406 2007-11-08 [paul]       3.0.2cvs127
4407
4408         * src/textview.c
4409                 MAEMO: fix failure of loading images inline
4410                 MAEMO: fix bug 1349, 'Emails still skip to end
4411                 when opened (in certain circumstances)...'
4412
4413 2007-11-07 [colin]      3.0.2cvs126
4414
4415         * src/toolbar.c
4416                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
4417
4418 2007-11-07 [colin]      3.0.2cvs125
4419
4420         * src/toolbar.c
4421                 Re-change the string occurence of A_CLAWS_ACTIONS
4422                 to A_SYL_ACTIONS, to prevent parse errors of the
4423                 toolbar_*.xml files
4424
4425 2007-11-07 [colin]      3.0.2cvs124
4426
4427         * src/mimeview.c
4428         * src/prefs_common.c
4429         * src/prefs_common.h
4430         * manual/advanced.xml
4431                 Add an hidden pref, 'save_parts_readwrite';
4432                 completes 3.0.2cvs35
4433
4434 2007-11-07 [paul]       3.0.2cvs123
4435
4436         * src/prefs_toolbar.c
4437         * src/toolbar.c
4438         * src/toolbar.h
4439                 rename ToolbarSylpheedActions to ToolbarClawsActions
4440                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
4441
4442 2007-11-07 [paul]       3.0.2cvs122
4443
4444         * src/toolbar.c
4445                 MAEMO: remove tooltips
4446
4447 2007-11-07 [colin]      3.0.2cvs121
4448
4449         * src/plugins/pgpinline/pgpinline.c
4450                 Fix bug 1377, 'unspecific errors on 
4451                 signature checking'. Fix trimming of
4452                 UTF8 data.
4453
4454 2007-11-06 [iwkse]      3.0.2cvs120
4455
4456         * src/prefs_summary_open.c
4457                 yet a string change
4458
4459 2007-11-06 [paul]       3.0.2cvs119
4460
4461         * tools/Makefile.am
4462         * tools/README
4463         * tools/csv2addressbook.pl
4464                 add a new script that imports a CSV formatted
4465                 address book. Becky and Thunderbird address
4466                 book are currently supported.
4467
4468 2007-11-05 [colin]      3.0.2cvs118
4469
4470         * src/imap.c
4471                 Fix deletion 
4472
4473 2007-11-05 [iwkse]      3.0.2cvs117
4474
4475         * src/prefs_summary_open.c
4476                 String changes
4477
4478 2007-11-04 [paul]       3.0.2cvs116
4479
4480         * src/addressbook_foldersel.c
4481                 fix gtk critical warning
4482                 Patch by Pawel Pekala
4483
4484 2007-11-04 [paul]       3.0.2cvs115
4485
4486         * tools/README
4487         * tools/claws-mail-compose-insert-files.pl
4488                 add --bcc and uri_escape() everything
4489
4490 2007-11-04 [paul]       3.0.2cvs114
4491
4492         * src/gtk/gtkutils.c
4493                 gtkut_stock_with_text_button_set_create(): set
4494                 GTK_CAN_DEFAULT on buttons 2 and 3
4495
4496 2007-11-03 [paul]       3.0.2cvs113
4497
4498         * src/common/utils.c
4499                 fix debian bug #448814, 'mailto: URI decoding
4500                 desn't decode the destination address field'
4501                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
4502
4503 2007-11-03 [paul]       3.0.2cvs112
4504
4505         * AUTHORS
4506         * src/compose.c
4507         * src/gtk/authors.h
4508                 allow Bcc in commandline URIs
4509                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
4510
4511 2007-11-02 [colin]      3.0.2cvs111
4512
4513         * src/addressbook.c
4514                 Maybe fix bug 1376, 'crash on 
4515                 addressbook manipulation'
4516
4517 2007-10-31 [paul]       3.0.2cvs110
4518
4519         * src/ldapupdate.c
4520                 fix bug 1375, 'Impossible to modify e-mail
4521                 in LDAP addressbook twice'
4522                 Patch by Michael Rasmussen
4523
4524 2007-10-30 [paul]       3.0.2cvs109
4525
4526         * configure.ac
4527                 enable GnuTLS support with --enable-gnutls which
4528                 will disable openssl support. if the user has
4529                 gtk >= 2.10.x don't allow gnomeprint even if the
4530                 user asks for it
4531
4532 2007-10-30 [paul]
4533
4534         3.1.0-rc1 released
4535
4536 2007-10-30 [paul]       3.0.2cvs108
4537
4538         * Makefile.am
4539                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
4540
4541 2007-10-30 [paul]       3.0.2cvs107
4542
4543         * src/expldifdlg.c
4544         * src/prefs_account.c
4545         * src/prefs_folder_item.c
4546         * src/prefs_spelling.c
4547         * src/prefs_themes.c
4548         * src/wizard.c
4549         * src/gtk/gtkaspell.c
4550         * src/gtk/gtkaspell.h
4551         * src/plugins/spamassassin/spamassassin_gtk.c
4552                 replace deprecated gtk_option_menu...
4553                 patch by Pawel Pekala
4554
4555 2007-10-29 [colin]      3.0.2cvs106
4556
4557         * src/plugins/dillo_viewer/dillo_prefs.c
4558                 Fix forgotten signal connect
4559
4560 2007-10-28 [colin]      3.0.2cvs105
4561
4562         * src/plugins/dillo_viewer/dillo_prefs.c
4563         * src/plugins/dillo_viewer/dillo_prefs.h
4564         * src/plugins/dillo_viewer/dillo_viewer.c
4565                 Implement addressbook-based whitelisting for loading
4566                 remote images. Fixed missing destroy of the embedded
4567                 browser that made a Dillo window pop up on exit, if
4568                 an HTML part was displayed.
4569
4570 2007-10-26 [colin]      3.0.2cvs104
4571
4572         * src/edittags.c
4573                 Add missing static
4574
4575 2007-10-25 [colin]      3.0.2cvs103
4576
4577         * src/editaddress.c
4578                 Add tap-and-hold on the picture, for Maemo
4579         * src/edittags.c
4580         * src/edittags.h
4581         * src/mainwindow.c
4582         * src/procmsg.c
4583         * src/summaryview.c
4584         * src/textview.c
4585                 Unify tag interfaces.
4586
4587 2007-10-25 [colin]      3.0.2cvs102
4588
4589         * src/imap.c
4590         * src/etpan/imap-thread.h
4591                 Much better error handling. We'll need to be really
4592                 clear to users about where errors come from, with 
4593                 the apparition of Gmail's IMAP server.
4594
4595 2007-10-24 [colin]      3.0.2cvs101
4596
4597         * src/edittags.c
4598         * src/mainwindow.c
4599         * src/summaryview.c
4600         * src/textview.c
4601                 Add tags sorting (alphabetical); allow deletion of
4602                 tags from the Apply Tags window
4603
4604 2007-10-24 [colin]      3.0.2cvs100
4605
4606         * src/editaddress.c
4607         * src/editaddress_other_attributes_ldap.c
4608         * src/editaddress_other_attributes_ldap.h
4609         * src/ldapctrl.c
4610         * src/ldapquery.c
4611         * src/ldapupdate.c
4612                 Fix LDAP writing (got broken in cvs39)
4613                 Add read-only support for jpegPhoto LDAP field
4614
4615 2007-10-23 [colin]      3.0.2cvs99
4616
4617         * src/news.c
4618                 Fix crash in some cases
4619
4620 2007-10-22 [colin]      3.0.2cvs98
4621
4622         * src/common/socket.h
4623         * src/common/ssl.c
4624                 Fix big leak in GnuTLS code
4625
4626 2007-10-22 [colin]      3.0.2cvs97
4627
4628         * src/news.c
4629                 Fix bug 1368, 'SIGSEGV in NNTP code'
4630
4631 2007-10-22 [colin]      3.0.2cvs96
4632
4633         * src/prefs_customheader.c
4634                 Catch compface warnings when generating X-Faces
4635
4636 2007-10-22 [wwp]        3.0.2cvs95
4637
4638         * src/quote_fmt_parse.y
4639                 Remove accidentally committed debug traces.
4640                 Fix a warning.
4641
4642 2007-10-22 [colin]      3.0.2cvs94
4643
4644         * src/etpan/nntp-thread.c
4645                 Fix authentication
4646
4647 2007-10-19 [wwp]        3.0.2cvs93
4648
4649         * src/common/ssl_certificate.c
4650                 Add missing include (Windows).
4651
4652 2007-10-19 [colin]      3.0.2cvs92
4653
4654         * src/imap_gtk.c
4655         * src/mimeview.c
4656         * src/textview.c
4657         * src/gtk/inputdialog.c
4658         * src/gtk/inputdialog.h
4659                 Remove the last old combo; patch by
4660                 Pawel
4661
4662 2007-10-19 [colin]      3.0.2cvs91
4663
4664         * src/common/ssl.c
4665                 Fix interop problem with GnuTLS and some crappy
4666                 servers that have very little keys.
4667
4668 2007-10-19 [colin]      3.0.2cvs90
4669
4670         * src/common/ssl.c
4671                 Fix return value check on GnuTLS, and
4672                 display the error
4673
4674 2007-10-18 [colin]      3.0.2cvs89
4675
4676         * src/common/ssl_certificate.c
4677                 Fix missing initialisations
4678
4679 2007-10-18 [wwp]        3.0.2cvs88
4680
4681         * src/Makefile.am
4682                 Fix linking against GNUTLS (matters if --enable-gnutls only).
4683
4684 2007-10-18 [colin]      3.0.2cvs87
4685
4686         * po/POTFILES.in
4687                 Fix build
4688
4689 2007-10-18 [mones]      3.0.2cvs86
4690
4691         * src/editbook.c
4692         * src/import.c
4693         * src/prefs_account.c
4694         * src/prefs_receive.c
4695         * src/gtk/about.c
4696         * src/plugins/bogofilter/bogofilter_gtk.c
4697         * src/plugins/spamassassin/spamassassin_gtk.c
4698                 More capitalisation micro-fixes
4699
4700 2007-10-18 [paul]       3.0.2cvs85
4701
4702         * configure.ac
4703                 add info about NNTP support via libetpan
4704                 change the configure output ending msg a little
4705         * src/gtk/about.c
4706                 similar changes to above
4707
4708 2007-10-18 [colin]      3.0.2cvs84
4709
4710         * src/procmime.c
4711         * src/procmime.h
4712                 Fix missing symbol for S/MIME
4713
4714 2007-10-18 [colin]      3.0.2cvs83
4715
4716         * src/prefs_filtering_action.c
4717                 Fix crash in tags (introduced in cvs78)
4718
4719 2007-10-18 [colin]      3.0.2cvs82
4720
4721         * src/common/Makefile.am
4722         * src/common/nntp.c
4723         * src/common/nntp.h
4724         * src/etpan/Makefile.am
4725         * src/etpan/etpan-thread-manager-types.h
4726         * src/etpan/etpan-thread-manager.c
4727         * src/etpan/imap-thread.c
4728         * src/etpan/nntp-thread.c
4729         * src/etpan/nntp-thread.h
4730         * src/news.c
4731         * src/news.h
4732                 Rewrite the nntp implementation
4733                 to use libetpan. Non-blocking NNTP!
4734         * src/account.c
4735         * src/crash.c
4736         * src/imap.c
4737         * src/inc.c
4738         * src/main.c
4739         * src/mainwindow.c
4740         * src/pop.c
4741         * src/pop.h
4742         * src/prefs_account.c
4743         * src/recv.c
4744         * src/recv.h
4745         * src/send_message.c
4746         * src/send_message.h
4747         * src/ssl_manager.c
4748         * src/ssl_manager.h
4749         * src/wizard.c
4750         * src/common/claws.c
4751         * src/common/session.c
4752         * src/common/session.h
4753         * src/common/smtp.c
4754         * src/common/smtp.h
4755         * src/common/socket.c
4756         * src/common/socket.h
4757         * src/common/ssl.c
4758         * src/common/ssl.h
4759         * src/common/ssl_certificate.c
4760         * src/common/ssl_certificate.h
4761         * src/gtk/about.c
4762         * src/gtk/sslcertwindow.c
4763         * src/gtk/sslcertwindow.h
4764                 Implement GnuTLS support. GnuTLS support
4765                 will be used if OpenSSL isn't available, or
4766                 specified explicitely. (the reason is that
4767                 GnuTLS cerficate checking is a bit less 
4768                 practical than OpenSSL's)
4769
4770 2007-10-18 [paul]       3.0.2cvs81
4771
4772         * src/gtk/inputdialog.c
4773         * src/gtk/inputdialog.h
4774                 fix copyright header
4775
4776 2007-10-17 [colin]      3.0.2cvs80
4777
4778         * src/plugins/pgpcore/select-keys.c
4779                 Fix bug which prevented encryption key
4780                 auto-selection when two or more matched the
4781                 email address, but only one isn't revoked
4782                 or expired.
4783
4784 2007-10-17 [wwp]        3.0.2cvs79
4785
4786         * src/compose.c
4787         * src/quote_fmt.c
4788         * src/quote_fmt.h
4789         * src/quote_fmt_lex.l
4790         * src/quote_fmt_parse.y
4791                 Templates can now attach files using |attach{filename}.
4792
4793 2007-10-17 [wwp]        3.0.2cvs78
4794
4795         * src/prefs_customheader.c
4796         * src/prefs_ext_prog.c
4797         * src/prefs_filtering_action.c
4798         * src/prefs_matcher.c
4799         * src/prefs_other.c
4800         * src/prefs_toolbar.c
4801         * src/gtk/combobox.c
4802         * src/gtk/combobox.h
4803         * src/gtk/gtkutils.c
4804         * src/gtk/gtkutils.h
4805         * src/plugins/bogofilter/bogofilter_gtk.c
4806         * src/plugins/spamassassin/spamassassin_gtk.c
4807                 Removed almost all remaining instances of GtkCombo
4808                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
4809                 few visual and code cleanup from Colin.
4810
4811 2007-10-16 [wwp]        3.0.2cvs77
4812         * src/gtk/pluginwindow.c
4813                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
4814
4815 2007-10-15 [colin]      3.0.2cvs76
4816
4817         * src/edittags.c
4818         * src/edittags.h
4819         * src/filtering.c
4820         * src/filtering.h
4821         * src/importmutt.c
4822         * src/importpine.c
4823         * src/main.c
4824         * src/messageview.c
4825         * src/messageview.h
4826         * src/mimeview.c
4827         * src/mimeview.h
4828         * src/pop.c
4829         * src/pop.h
4830         * src/prefs_common.c
4831         * src/prefs_common.h
4832         * src/prefs_customheader.c
4833         * src/prefs_customheader.h
4834         * src/prefs_display_header.c
4835         * src/prefs_display_header.h
4836         * src/prefs_filtering_action.c
4837         * src/prefs_filtering_action.h
4838         * src/prefs_folder_column.c
4839         * src/prefs_folder_column.h
4840         * src/prefs_folder_item.c
4841         * src/prefs_folder_item.h
4842         * src/prefs_gtk.c
4843         * src/prefs_gtk.h
4844         * src/prefs_logging.h
4845         * src/prefs_matcher.c
4846         * src/prefs_matcher.h
4847         * src/prefs_summary_column.c
4848         * src/prefs_summary_column.h
4849         * src/prefs_summary_open.c
4850         * src/procheader.c
4851         * src/procheader.h
4852         * src/procmime.c
4853         * src/procmime.h
4854         * src/recv.c
4855         * src/recv.h
4856         * src/sourcewindow.c
4857         * src/sourcewindow.h
4858         * src/summaryview.c
4859         * src/summaryview.h
4860         * src/textview.c
4861         * src/textview.h
4862         * src/toolbar.c
4863         * src/toolbar.h
4864         * src/common/mgutils.c
4865         * src/common/mgutils.h
4866         * src/common/nntp.c
4867         * src/common/nntp.h
4868         * src/common/prefs.c
4869         * src/common/prefs.h
4870         * src/common/socket.c
4871         * src/common/socket.h
4872         * src/common/stringtable.c
4873         * src/common/stringtable.h
4874         * src/common/template.c
4875         * src/common/template.h
4876         * src/common/uuencode.c
4877         * src/common/uuencode.h
4878         * src/gtk/gtkshruler.c
4879         * src/gtk/gtkshruler.h
4880         * src/gtk/menu.c
4881         * src/gtk/menu.h
4882         * src/gtk/progressdialog.c
4883         * src/gtk/progressdialog.h
4884                 Remove/staticalize, the return of the revenge
4885
4886 2007-10-15 [colin]      3.0.2cvs75
4887
4888         * src/matcher.c
4889                 Fix redirections in filtering's tests
4890
4891 2007-10-15 [colin]      3.0.2cvs74
4892
4893         * src/imap.c
4894                 Don't build imap_synchronise at all when 
4895                 building without libetpan
4896
4897 2007-10-14 [colin]      3.0.2cvs73
4898
4899         * src/imap.c
4900         * src/common/md5.c
4901         * src/common/md5.h
4902         * src/gtk/manage_window.c
4903         * src/gtk/manage_window.h
4904                 Remove more unused code
4905
4906 2007-10-14 [colin]      3.0.2cvs72
4907
4908         * src/addrquery.c
4909         * src/addrquery.h
4910         * src/recv.c
4911         * src/recv.h
4912         * src/vcard.c
4913         * src/vcard.h
4914         * src/common/xml.c
4915         * src/common/xml.h
4916         * src/common/xmlprops.c
4917         * src/common/xmlprops.h
4918                 Remove more unused code
4919
4920 2007-10-14 [colin]      3.0.2cvs71
4921
4922         * src/common/utils.c
4923                 Remove unused function
4924
4925 2007-10-13 [colin]      3.0.2cvs70
4926
4927         * src/imap.c
4928         * src/imap.h
4929         * src/mainwindow.c
4930         * src/mainwindow.h
4931         * src/gtk/gtkutils.c
4932         * src/gtk/gtkutils.h
4933                 Staticalise/Remove more code
4934
4935 2007-10-13 [colin]      3.0.2cvs69
4936
4937         * src/common/utils.c
4938         * src/common/utils.h
4939                 Remove dead code, unused for ages
4940
4941 2007-10-13 [colin]      3.0.2cvs68
4942
4943         * src/main.c
4944         * src/main.h
4945                 Maemo: define hildon_program in main.c,
4946                 make it accessible in the .h with extern
4947
4948 2007-10-13 [paul]       3.0.2cvs67
4949
4950         * src/gtk/menu.c
4951                 fix a bunch of runtime warnings on maemo
4952
4953 2007-10-13 [paul]       3.0.2cvs66
4954
4955         * src/main.c
4956         * src/main.h
4957         * src/gtk/gtkutils.c
4958         * src/gtk/gtkutils.h
4959                 fix a bunch of compiler warnings on maemo
4960
4961 2007-10-12 [colin]      3.0.2cvs65
4962
4963         * src/account.c
4964         * src/addritem.c
4965         * src/addritem.h
4966         * src/filtering.c
4967         * src/filtering.h
4968         * src/folder.c
4969         * src/folder.h
4970         * src/common/utils.c
4971         * src/common/utils.h
4972                 Remove unused code, staticalise some functions
4973
4974 2007-10-12 [paul]       3.0.2cvs64
4975
4976         * src/account.c
4977         * src/folderview.c
4978         * src/main.c
4979         * src/mainwindow.c
4980         * src/messageview.c
4981         * src/summary_search.c
4982         * src/summaryview.c
4983         * src/toolbar.c
4984         * src/wizard.c
4985         * src/common/utils.c
4986         * src/gtk/prefswindow.c
4987                 fix a bunch of compiler warnings on maemo
4988
4989 2007-10-11 [colin]      3.0.2cvs63
4990
4991         * src/editaddress.c
4992                 Make static function static
4993
4994 2007-10-11 [mones]      3.0.2cvs62
4995
4996         * src/addrduplicates.c
4997         * src/addressbook.c
4998         * src/compose.c
4999         * src/expldifdlg.c
5000         * src/mainwindow.c
5001         * src/messageview.c
5002         * src/pop.c
5003         * src/prefs_customheader.c
5004         * src/prefs_send.c
5005         * src/prefs_themes.c
5006         * src/common/plugin.c
5007         * src/gtk/pluginwindow.c
5008         * src/gtk/quicksearch.c
5009                 Fix several typos and capitalisation issues
5010
5011 2007-10-11 [wwp]        3.0.2cvs61
5012
5013         * src/editaddress.c
5014                 Fix a warning about possible use of uninitialized
5015                 filename var.
5016
5017 2007-10-11 [wwp]        3.0.2cvs60
5018
5019         * src/editaddress.c
5020                 Disable "Unset picture" menu item when there's
5021                 no picture to clear. Fix an extraneous g_unref_object,
5022                 add missing initializers.
5023
5024 2007-10-11 [wwp]        3.0.2cvs59
5025
5026         * src/pixmaps/anonymous.xpm
5027         * src/editaddress.c
5028         * src/Makefile.am
5029         * src/stock_pixmap.c
5030         * src/stock_pixmap.h
5031                 Fix a leak, gettext-ize the photo label.
5032                 Don't clear the existing picture if loading
5033                 a new one fails. Use a default 'anonymous'
5034                 picture (this new xpm has been added to the
5035                 internal stock_pixmap API). Add a
5036                 "Set picture" context menu entry.
5037
5038 2007-10-11 [colin]      3.0.2cvs58
5039
5040         * src/messageview.c
5041                 Make shift-shortcuts work
5042         * src/prefs_actions.c
5043                 Don't ask if we really want to close when
5044                 choosing OK and only the list is changed
5045         * src/prefs_template.c
5046                 Don't ask if we really want to close when
5047                 choosing OK and only the list is changed
5048         * src/common/plugin.c
5049                 Fix writing of second [Plugins_*] block
5050         * src/common/template.c
5051                 Remove unused files (fixes deletion)
5052
5053 2007-10-10 [paul]       3.0.2cvs57
5054
5055         * src/prefs_template.c
5056                 put the whole thing in a scrolled window
5057                 so that half the page is no longer inaccessible
5058                 on maemo
5059                 make the gtk_text_view smaller on maemo
5060
5061 2007-10-10 [colin]      3.0.2cvs56
5062
5063         * src/compose.c
5064                 Fix updating of Attachments number in some
5065                 cases (reedit, attach from command-line, ...)
5066
5067 2007-10-10 [colin]      3.0.2cvs55
5068
5069         * src/editaddress.c
5070                 Initialise error correctly
5071
5072 2007-10-10 [paul]       3.0.2cvs54
5073
5074         * src/prefs_filtering_action.c
5075         * src/gtk/description_window.c
5076         * src/gtk/foldersort.c
5077         * src/gtk/quicksearch.c
5078                 get rid of some pointless new lines and
5079                 make the descripton labels wrap better
5080
5081 2007-10-10 [colin]      3.0.2cvs53
5082
5083         * src/addressadd.c
5084         * src/editaddress.c
5085         * src/headerview.c
5086         * src/textview.c
5087                 More error handling on saving pictures
5088
5089 2007-10-10 [colin]      3.0.2cvs52
5090
5091         * src/printing.c
5092         * src/printing.h
5093                 Generalize a bit printing, so we can factorize
5094                 most of the code. 
5095
5096 2007-10-10 [paul]       3.0.2cvs51
5097
5098         * src/addrduplicates.c
5099                 fix engrish
5100                 use GTK_STOCK... buttons
5101
5102 2007-10-10 [paul]       3.0.2cvs50
5103
5104         * src/addressadd.c
5105         * src/addrindex.c
5106         * src/editaddress.c
5107                 Fix previous patch
5108                 Thanks to Colin
5109
5110 2007-10-10 [paul]       3.0.2cvs49
5111
5112         * src/summaryview.c
5113         * src/messageview.c
5114                 Fix crash on Add sender to addressbook when
5115                 From is null
5116         * src/addressadd.c
5117         * src/addrindex.c
5118         * src/editaddress.c
5119         * src/editaddress_other_attributes_ldap.h
5120                 Fix leaks 
5121                 Rename images to .png in addrbook/
5122         * src/headerview.c
5123         * src/textview.c
5124                 Fix Face/X-Face being used if adding another
5125                 address than sender to addressbook
5126                 Thanks to Colin
5127
5128 2007-10-10 [holger]     3.0.2cvs48
5129
5130         * src/addrduplicates.c
5131         * src/editaddress.c
5132                 Improvements to the addressbook duplicate finder
5133                 feature:
5134                  - add an edit button to the button bar
5135                  - display the whole bookname (with iface) and
5136                    use this for same-book checking
5137                  - after editing, try to keep selections if the
5138                    entries are still present
5139                  - sort the email column alphabetically
5140                  - put results in a scrolled window
5141                  - support embedded editing
5142                  - make columns in detail view resizable
5143                  - add keyboard shortcuts
5144
5145 2007-10-10 [wwp]        3.0.2cvs47
5146
5147         * src/addrindex.c
5148                 Fix a crash when there's no From: in email, thanks to Colin.
5149
5150 2007-10-09 [paul]       3.0.2cvs46
5151
5152         * src/messageview.c
5153         * src/summaryview.c
5154         * src/textview.c
5155                 fix building without compface support
5156
5157 2007-10-09 [colin]      3.0.2cvs45
5158
5159         * src/editaddress.c
5160         * src/headerview.c
5161         * src/textview.c
5162                 Add error handling
5163
5164 2007-10-09 [colin]      3.0.2cvs44
5165
5166         * src/addrduplicates.c
5167         * src/addressadd.c
5168         * src/addressadd.h
5169         * src/addressbook.c
5170         * src/addressbook.h
5171         * src/addrindex.c
5172         * src/addrindex.h
5173         * src/addritem.c
5174         * src/addritem.h
5175         * src/compose.c
5176         * src/editaddress.c
5177         * src/editaddress_other_attributes_ldap.h
5178         * src/headerview.c
5179         * src/messageview.c
5180         * src/mimeview.c
5181         * src/summaryview.c
5182         * src/textview.c
5183         * src/gtk/gtkutils.c
5184                 Automatically set contacts' pictures from Face 
5185                 or X-Face if they have no picture
5186                 Display the contact picture in textview or
5187                 headerview for mails sent by people in the 
5188                 addressbook, that have no Face or X-Face
5189                 Fix a few details in the Person edition dialog
5190                 (ability to unset picture)
5191                 Remove picture file when deleting contacts
5192
5193 2007-10-09 [iwkse]      3.0.2cvs43
5194
5195         * src/gtk/about.c
5196                 center the about window
5197
5198 2007-10-09 [paul]       3.0.2cvs42
5199
5200         * src/prefs_toolbar.c
5201                 fix icon selector window on maemo
5202
5203 2007-10-09 [paul]       3.0.2cvs41
5204
5205         * src/messageview.c
5206                 add 'go to' menu to separate msgview
5207
5208 2007-10-09 [colin]      3.0.2cvs40
5209
5210         * src/common/defs.h
5211                 Add forgotten file
5212
5213 2007-10-09 [iwkse]      3.0.2cvs39
5214
5215         * Makefile.am
5216         * src/addressbook.c
5217         * src/addritem.c
5218         * src/addritem.h
5219         * src/editaddress.c
5220         * src/editaddress_other_attributes_ldap.h
5221         * src/addrbook.c
5222         * src/Makefile.am
5223                 set a photo in the Addressbook
5224
5225 2007-10-08 [colin]      3.0.2cvs38
5226
5227         * src/prefs_toolbar.c
5228                 Make height 320 to remove the scrollbar 
5229                 (with current number of icons)
5230
5231 2007-10-08 [colin]      3.0.2cvs37
5232
5233         * src/prefs_toolbar.c
5234                 Transform the treeview to a GtkIconView.
5235                 Patch by Pawel
5236                 In addition, transform the window so that 
5237                 it looks like a popup menu. Patch by me
5238
5239 2007-10-08 [colin]      3.0.2cvs36
5240
5241         * src/compose.c
5242         * src/compose.h
5243                 Beautify the GUI a bit; in particular, show the
5244                 number of attachments in the tab's title.
5245                 Patch by Pawel
5246
5247 2007-10-08 [paul]       3.0.2cvs35
5248
5249         * src/mimeview.c
5250                 Save users from themselves: save temporary
5251                 files used for Open/Open with as read-only.
5252                 Thanks to Colin
5253
5254 2007-10-08 [paul]       3.0.2cvs34
5255
5256         * tools/Makefile.am
5257                 forgot this in cvs33
5258
5259 2007-10-08 [paul]       3.0.2cvs33
5260
5261         * tools/kdeservicemenu/README
5262         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
5263         * tools/kdeservicemenu/install.sh
5264         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5265                 renamed template* to *template so as not to confuse
5266                 lintian
5267
5268 2007-10-08 [paul]       3.0.2cvs32
5269
5270         * src/prefs_themes.c
5271         * src/stock_pixmap.c
5272                 replace 2 direct uses of RC_DIR
5273
5274 2007-10-07 [colin]      3.0.2cvs31
5275
5276         * src/addrduplicates.c
5277         * src/addrduplicates.h
5278         * src/addressbook.c
5279         * src/addressbook.h
5280         * src/addrindex.c
5281         * src/addrindex.h
5282                 Implement deletion in duplicate finder. 
5283                 Patch by Holger 
5284
5285 2007-10-07 [colin]      3.0.2cvs30
5286
5287         * src/exporthtml.c
5288         * src/mbox.c
5289         * src/common/utils.c
5290                 Better fix for Solaris, thanks to Nicolas Doualot
5291
5292 2007-10-07 [colin]      3.0.2cvs29
5293
5294         * AUTHORS
5295         * src/gtk/authors.h
5296                 Add Frank Dietrich
5297
5298 2007-10-07 [colin]      3.0.2cvs28
5299
5300         * src/exporthtml.c
5301                 Fix HTML export to make it more compliant
5302                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
5303
5304 2007-10-07 [colin]      3.0.2cvs27
5305
5306         * src/prefs_toolbar.c
5307                 Only use icons that wouldn't look stupid in the toolbar
5308                 Patch by Pawel
5309
5310 2007-10-07 [colin]      3.0.2cvs26
5311
5312         * src/prefs_toolbar.c
5313                 Fix old icon being used when none is selected
5314
5315 2007-10-07 [colin]      3.0.2cvs25
5316
5317         * src/toolbar.c
5318                 Fix copy/paste error
5319
5320 2007-10-07 [colin]      3.0.2cvs24
5321
5322         * src/prefs_toolbar.c
5323         * src/toolbar.c
5324         * src/toolbar.h
5325                 Update icon to default one when changing event
5326                 Make the icon chooser nicer (handle Esc, Enter,
5327                 double-click)
5328
5329 2007-10-06 [colin]      3.0.2cvs23
5330
5331         * src/prefs_toolbar.c
5332                 Fix text reset; patch by Pawel
5333
5334 2007-10-06 [colin]      3.0.2cvs22
5335
5336         * src/toolbar.h
5337                 Complete previous commit
5338
5339 2007-10-06 [colin]      3.0.2cvs21
5340
5341         * src/prefs_toolbar.c
5342         * src/toolbar.c
5343                 Set toolbar text automatically to the default
5344                 when changing Event executed on click
5345
5346 2007-10-06 [colin]      3.0.2cvs20
5347
5348         * src/prefs_toolbar.c
5349                 Invert Text and Event fields
5350
5351 2007-10-06 [colin]      3.0.2cvs19
5352
5353         * src/prefs_toolbar.c
5354         * src/toolbar.c
5355                 Make toolbar prefs look much better
5356                 Patch by Pawel Pekala
5357
5358 2007-10-06 [paul]       3.0.2cvs18
5359
5360         * src/account.c
5361         * src/prefs_filtering.c
5362                 fix checkbuttons in gtktreeview on maemo by
5363                 setting maemo's "allow-checkbox-mode" to FALSE
5364
5365 2007-10-06 [colin]      3.0.2cvs17
5366
5367         * configure.ac
5368                 Export -DSOLARIS in CFLAGS for all
5369                 Solaris (not just 2.8) and OpenSolaris
5370
5371 2007-10-06 [paul]       3.0.2cvs16
5372
5373         * AUTHORS
5374         * src/exporthtml.c
5375         * src/mbox.c
5376         * src/gtk/authors.h
5377                 fix build on solaris where ctime_r takes
5378                 3 arguments rather than 2.
5379                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
5380
5381 2007-10-05 [colin]      3.0.2cvs15
5382
5383         * src/etpan/imap-thread.c
5384                 Fix wrong error codepath
5385
5386 2007-10-05 [wwp]        3.0.2cvs14
5387
5388         * src/filtering.c
5389                 Fix unexpected logging of quicksearches:
5390                 debug_filtering_session flag was never reset to FALSE, causing
5391                 matcher functions to log when called from a quicksearch
5392                 (if a filtering session happened before).
5393
5394 2007-10-05 [paul]       3.0.2cvs13
5395
5396         * src/prefs_actions.c
5397         * src/prefs_filtering.c
5398         * src/prefs_template.c
5399                 fix bug 1343, 'Filtering..'s close button
5400                 silently discards new filter'
5401                 Thanks to Colin
5402
5403 2007-10-05 [paul]       3.0.2cvs12
5404
5405         * configure.ac
5406         * src/Makefile.am
5407                 fix bug 1347, '-Wno-unused-function, optional'
5408
5409 2007-10-05 [colin]      3.0.2cvs11
5410
5411         * src/procmime.c
5412         * src/common/mgutils.c
5413                 Fix warnings
5414
5415 2007-10-05 [mones]      3.0.2cvs10
5416
5417         * manual/advanced.xml
5418                 Use full menu name
5419         * manual/es/advanced.xml
5420                 Synchronise translation
5421
5422 2007-10-04 [colin]      3.0.2cvs9
5423
5424         * src/action.c
5425         * src/addrbook.c
5426         * src/addrindex.c
5427         * src/compose.c
5428         * src/exporthtml.c
5429         * src/exportldif.c
5430         * src/folder.c
5431         * src/main.c
5432         * src/matcher.c
5433         * src/mbox.c
5434         * src/messageview.c
5435         * src/mh.c
5436         * src/news.c
5437         * src/partial_download.c
5438         * src/pop.c
5439         * src/procmime.c
5440         * src/procmsg.c
5441         * src/toolbar.c
5442         * src/common/log.c
5443         * src/common/mgutils.c
5444         * src/common/plugin.c
5445         * src/common/utils.c
5446         * src/common/xml.c
5447         * src/common/xml.h
5448         * src/common/xmlprops.c
5449         * src/common/xmlprops.h
5450         * src/plugins/bogofilter/bogofilter.c
5451         * src/plugins/clamav/clamav_plugin.c
5452         * src/plugins/dillo_viewer/dillo_prefs.c
5453         * src/plugins/pgpcore/prefs_gpg.c
5454         * src/plugins/pgpinline/pgpinline.c
5455         * src/plugins/pgpmime/pgpmime.c
5456         * src/plugins/spamassassin/spamassassin.c
5457         * src/plugins/trayicon/trayicon_prefs.c
5458                 Verify success on writes. Will fix possible strange
5459                 failure on disk full.
5460
5461 2007-10-04 [paul]       3.0.2cvs8
5462
5463         * manual/advanced.xml
5464                 add further info about Actions
5465                 Patch by Emmanuel Briot <briot@adacore.com>
5466
5467 2007-10-04 [paul]       3.0.2cvs7
5468
5469         * src/account.c
5470                 remove the D column, instead indicate the
5471                 default account by use of bold text
5472
5473 2007-10-03 [colin]      3.0.2cvs6
5474
5475         * src/common/template.c
5476                 Fix templates writing (was prone to disk full problems)
5477
5478 2007-10-03 [colin]      3.0.2cvs5
5479
5480         * src/Makefile.am
5481         * src/addrduplicates.c
5482         * src/addrduplicates.h
5483         * src/addressbook.c
5484                 Add duplicate deletion. Patch by Holger
5485
5486 2007-10-03 [colin]      3.0.2cvs4
5487
5488         * src/matcher.c
5489         * src/gtk/quicksearch.c
5490                 Fix bug 1340, 'Case insensitive searches with 
5491                 non-ascii alphabets fail'.
5492
5493 2007-10-03 [colin]      3.0.2cvs3
5494
5495         * src/main.c
5496         * src/common/utils.c
5497         * src/common/utils.h
5498                 Implement run-time alternative config directories
5499
5500 2007-10-03 [colin]      3.0.2cvs2
5501
5502         * src/folderview.c
5503                 Prevent opening folder item while folder
5504                 is scanned in a better way
5505
5506 2007-10-02 [paul]       3.0.2cvs1
5507
5508         * NEWS
5509         * README
5510         * RELEASE_NOTES
5511         * configure.ac
5512                 bump up version number following stable release
5513
5514 2007-09-30 [colin]      3.0.1cvs49
5515
5516         * src/imap.c
5517                 Refresh session if needed
5518
5519 2007-09-30 [colin]      3.0.1cvs48
5520
5521         * src/imap.c
5522                 Reset folder's session to NULL
5523                 before destroying it
5524
5525 2007-09-30 [mones]      3.0.1cvs47
5526
5527         * manual/handling.xml
5528                 Use markup quotes instead hardcoded quotes
5529         * manual/es/handling.xml
5530                 Added new synced section (IMAP subscriptions)
5531
5532 2007-09-29 [colin]      3.0.1cvs46
5533
5534         * src/imap.c
5535                 Notice disconnections faster
5536
5537 2007-09-28 [colin]      3.0.1cvs45
5538
5539         * src/addressbook.c
5540         * src/addrindex.c
5541                 Fix warnings
5542
5543 2007-09-28 [paul]       3.0.1cvs44
5544
5545         * src/mimeview.c
5546                 fix maemo build
5547
5548 2007-09-28 [paul]       3.0.1cvs43
5549
5550         * src/account.c
5551                 use gtk_widget_set_size_request() on the label
5552                 so that wrapping works better. get rid of the
5553                 (partially deprecated) hbutton_box.
5554                 these changes should prevent buttons overlapping
5555                 on maemo
5556
5557 2007-09-28 [colin]      3.0.1cvs42
5558
5559         * src/pop.c
5560                 Fix typo :)
5561
5562 2007-09-28 [colin]      3.0.1cvs41
5563
5564         * src/compose.c
5565         * src/msgcache.c
5566         * src/pop.c
5567         * src/procmime.c
5568         * src/etpan/imap-thread.c
5569                 64bits-related warning fixes
5570
5571 2007-09-28 [colin]      3.0.1cvs40
5572
5573         * src/folder_item_prefs.c
5574         * src/ldaputil.c
5575         * src/mainwindow.c
5576         * src/mimeview.c
5577         * src/common/tags.c
5578                 Fix warnings
5579
5580 2007-09-28 [colin]      3.0.1cvs39
5581
5582         * src/plugins/spamassassin/spamassassin.c
5583         * src/plugins/spamassassin/spamassassin.h
5584         * src/plugins/spamassassin/spamassassin_gtk.c
5585                 Add addressbook-based whitelisting
5586
5587 2007-09-28 [colin]      3.0.1cvs38
5588
5589         * src/folder.c
5590                 Fix bug 1337, 'crash on pressing Send button'
5591
5592 2007-09-28 [paul]       3.0.1cvs37
5593
5594         * src/prefs_folder_item.c
5595                 give the orphans a parent. makes all prefs
5596                 pages visible on maemo
5597
5598 2007-09-28 [colin]      3.0.1cvs36
5599
5600         * src/prefs_folder_column.c
5601         * src/prefs_summary_column.c
5602                 Fix two leaks
5603
5604 2007-09-27 [colin]      3.0.1cvs35
5605
5606         * src/gtk/quicksearch.c
5607                 Fix bug 1336, 'Segfault if empty space before search-string'
5608
5609 2007-09-26 [mones]      3.0.1cvs34
5610
5611         * manual/account.xml
5612         * manual/plugins.xml
5613                 Fixed irc channel name, added some docbook markup.
5614                 Changed text markup to docbook markup. 
5615                 Added spamcop as supported in SpamReport description.
5616         * manual/fr/plugins.xml
5617                 Fixed irc channel name.
5618         * manual/es/account.xml
5619         * manual/es/advanced.xml
5620         * manual/es/claws-mail-manual.xml
5621         * manual/es/glossary.xml
5622         * manual/es/gpl.xml
5623         * manual/es/keyboard.xml
5624         * manual/es/plugins.xml
5625                 Synced with English version, fixed a couple of typos.
5626
5627 2007-09-26 [colin]      3.0.1cvs33
5628
5629         * configure.ac
5630                 Explain why "Libgnomeprint: no" on GTK+ 2.10
5631
5632 2007-09-26 [colin]      3.0.1cvs32
5633
5634         * src/messageview.c
5635         * src/procmsg.c
5636         * src/procmsg.h
5637                 Optimisation: avoid fetching mail 3 times locally
5638                 for displaying
5639
5640 2007-09-26 [colin]      3.0.1cvs31
5641
5642         * src/mh.c
5643                 Fix missing static
5644
5645 2007-09-26 [colin]      3.0.1cvs30
5646
5647         * src/folder.c
5648         * src/folder.h
5649         * src/mh.c
5650         * src/mh.h
5651                 Fix MH mtime hack - make it a folder class function
5652
5653 2007-09-26 [colin]      3.0.1cvs29
5654
5655         * src/inc.c
5656                 Fix bug 1334, 'user defined mail incorporation 
5657                 script not run'
5658
5659 2007-09-25 [colin]      3.0.1cvs28
5660
5661         * src/codeconv.c
5662                 Optimisation: shortcut conv_codeset_strdup
5663                 when src_code and dest_code are the same
5664         * src/common/xml.c
5665         * src/common/xml.h
5666                 Optimisation: shortcut code conversions when
5667                 files are in UTF-8; faster list walking by
5668                 using prepend/reverse.
5669
5670 2007-09-25 [holger]     3.0.1cvs27
5671
5672         * src/printing.c
5673                 Replace button bar of the preview window
5674                 with a real toolbar (patch by Colin)
5675                 Add zooming to the preview window
5676
5677 2007-09-24 [paul]       3.0.1cvs26
5678
5679         * src/compose.c
5680                 compact the character set menu, adding some
5681                 missing encodings. Patch by Pawel Pekala
5682
5683 2007-09-23 [paul]       3.0.1cvs25
5684
5685         * src/prefs_account.c
5686         * src/prefs_folder_item.c
5687         * src/prefs_quote.c
5688         * src/quote_fmt.c
5689         * src/quote_fmt.h
5690                 remove unnecessary frame from Templates options
5691                 and improve the English of the check button label
5692
5693 2007-09-22 [colin]      3.0.1cvs24
5694
5695         * src/gtk/quicksearch.c
5696                 Fix bug 1329, 'error in quicksearch.c'
5697                 Fix return with value in function returning void
5698
5699 2007-09-22 [colin]      3.0.1cvs23
5700
5701         * src/imap.c
5702         * src/procmsg.h
5703         * src/common/utils.c
5704         * src/common/utils.h
5705         * src/etpan/imap-thread.c
5706                 Optimise fetching IMAP cached emails *a lot*
5707                 (remember whether mail is fully cached and \r's
5708                  are already stripped)
5709
5710 2007-09-22 [colin]      3.0.1cvs22
5711
5712         * src/folder.c
5713         * src/folder.h
5714         * src/prefs_folder_item.c
5715                 Add a button to allow users to drop local caches.
5716
5717 2007-09-21 [colin]      3.0.1cvs21
5718
5719         * src/summaryview.c
5720                 Remove unnecessary error when cancelling export to mbox.
5721                 Patch by Pawel
5722
5723 2007-09-21 [paul]       3.0.1cvs20
5724
5725         * src/gtk/prefswindow.c
5726                 remove unnecessary frames from the prefs
5727                 pages. Patch by Pawel Pekala
5728
5729 2007-09-21 [paul]       3.0.1cvs19
5730
5731         * src/prefs_account.c
5732         * src/prefs_folder_item.c
5733         * src/prefs_quote.c
5734         * src/quote_fmt.c
5735                 put the Templates options into a tabbed
5736                 layout. Patch by Pawel Pekala
5737
5738 2007-09-21 [paul]       3.0.1cvs18
5739
5740         * src/mainwindow.c
5741                 group together the character set menu items
5742                 move the /View/Show or hide/Message view below
5743                 .../Toolbar menu item
5744                 Patch by Pawel Pekala
5745
5746 2007-09-21 [mones]      3.0.1cvs17
5747
5748         * src/compose.c
5749                 Fix for bug 1327, 'segfault when replying to a non-existent
5750                 news message', thanks to Colin.
5751
5752 2007-09-21 [colin]      3.0.1cvs16
5753
5754         * src/folderview.c
5755                 Complete 3.0.1cvs15
5756
5757 2007-09-20 [colin]      3.0.1cvs15
5758
5759         * src/folderview.c
5760         * src/folderview.h
5761                 Maybe fix bug 1324, 'Corrupted IMAP cache'
5762
5763 2007-09-20 [colin]      3.0.1cvs14
5764
5765         * src/printing.c
5766                 Fix a little leak
5767
5768 2007-09-20 [holger]     3.0.1cvs13
5769
5770         * src/printing.c
5771                 Add page layout to print preview.
5772                 Make the close-button in the toolbar
5773                 right-aligned.
5774
5775 2007-09-20 [paul]       3.0.1cvs12
5776
5777         * po/ru.po
5778                 updated by Pavlo Bohmat
5779
5780 2007-09-19 [colin]      3.0.1cvs11
5781
5782         * src/common/utils.c
5783                 Prevent unquoted mime boundaries, by always
5784                 using a /
5785
5786 2007-09-19 [colin]      3.0.1cvs10
5787
5788         * src/printing.c
5789                 Fix drawing area size, fix DPI change that
5790                 can cause total number of lines to decrease
5791
5792 2007-09-19 [colin]      3.0.1cvs9
5793
5794         * po/POTFILES.in
5795         * src/printing.c
5796                 Make print preview more efficient and nicer.
5797                 Patch mostly by Holger Berndt <hb@claws-mail.org>
5798
5799 2007-09-19 [colin]      3.0.1cvs8
5800
5801         * src/prefs_common.c
5802         * src/prefs_common.h
5803         * src/printing.c
5804                 Add scrolledwindow, default allocation and
5805                 size saving to the print preview window.
5806
5807 2007-09-18 [colin]      3.0.1cvs7
5808
5809         * src/prefs_common.c
5810         * src/prefs_common.h
5811         * src/prefs_image_viewer.c
5812         * src/printing.c
5813                 GtkPrintOperation:
5814                 - add image printing support
5815                 - add option to print images
5816                 - add preview widget
5817                 - add saving of a few Page Setup parameters
5818
5819 2007-09-18 [colin]      3.0.1cvs6
5820
5821         * AUTHORS
5822         * src/gtk/authors.h
5823                 Add Guillaume Chazarain
5824
5825 2007-09-18 [colin]      3.0.1cvs5
5826
5827         * src/common/utils.c
5828                 Fix bug 1321, 'access before allocation 
5829                 when scanning for uris'. Patch by 
5830                 Guillaume Chazarain <guichaz@yahoo.fr>
5831
5832 2007-09-18 [colin]      3.0.1cvs4
5833
5834         * src/toolbar.c
5835                 Fix bug 1320, 'Memory leak caused by 
5836                 gtk_container_get_children'. Patch by
5837                 Guillaume Chazarain <guichaz@yahoo.fr>
5838
5839 2007-09-18 [colin]      3.0.1cvs3
5840
5841         * src/printing.c
5842         * src/printing.h
5843                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
5844
5845 2007-09-18 [colin]      3.0.1cvs2
5846
5847         * src/Makefile.am
5848         * src/mainwindow.c
5849         * src/messageview.c
5850         * src/messageview.h
5851         * src/prefs_ext_prog.c
5852         * src/prefs_fonts.c
5853         * src/printing.c
5854         * src/printing.h
5855         * src/summaryview.c
5856                 Use GtkPrintOperation by default on GTK+ >= 2.10
5857                 Patch by Holger Berndt <hb@claws-mail.org>
5858
5859 2007-09-18 [paul]       3.0.1cvs1
5860
5861         * NEWS
5862         * README
5863         * RELEASE_NOTES
5864         * configure.ac
5865                 bump up version number following stable release
5866
5867 2007-09-16 [colin]      3.0.0cvs18
5868
5869         * src/folder.c
5870                 Fix possible memleak
5871
5872 2007-09-16 [colin]      3.0.0cvs17
5873
5874         * src/folderview.c
5875                 Fix bug 1311, 'Wrong arrow position 
5876                 while moving message into folder when 
5877                 column headers hidden'
5878         * src/image_viewer.c
5879                 Show error in the GUI if image can't
5880                 be loaded
5881         * src/matcher.c
5882                 Fix spurious output
5883         * src/messageview.c
5884                 Allow setting domain in msgid
5885         * src/common/plugin.c
5886                 Add timing information
5887
5888 2007-09-16 [colin]      3.0.0cvs16
5889
5890         * src/account.c
5891         * src/compose.c
5892         * src/prefs_account.c
5893         * src/prefs_account.h
5894         * src/common/utils.c
5895                 Remove Generate Message-ID option. We need
5896                 this on some IMAP servers.
5897         * src/prefs_template.c
5898                 Fix double-free
5899
5900 2007-09-16 [colin]      3.0.0cvs15
5901
5902         * src/prefs_filtering.c
5903         * src/prefs_filtering.h
5904         * src/prefs_filtering_action.c
5905         * src/common/tags.c
5906                 Fix tags issues: tags with spaces, renaming
5907                 tags.
5908
5909 2007-09-16 [colin]      3.0.0cvs14
5910
5911         * src/folderview.c
5912         * src/main.c
5913         * src/mainwindow.c
5914                 Fix bug 1308, 'Claws deletes folderlist.xml after
5915                 fetching mail short after start-up'
5916
5917 2007-09-16 [colin]      3.0.0cvs13
5918
5919         * src/compose.c
5920                 Fix scrolling to cursor
5921
5922 2007-09-16 [paul]       3.0.0cvs12
5923
5924         * po/sr.po
5925                 updated by Aleksandar Urosevic
5926
5927 2007-09-16 [paul]       3.0.0cvs11
5928
5929         * src/folder.c
5930                 do not allow locked msgs to be deleted,
5931                 even by filtering/processing
5932
5933 2007-09-07 [paul]       3.0.0cvs10
5934
5935         * src/prefs_folder_column.c
5936         * src/prefs_summary_column.c
5937                 implement button sensitivity
5938                 patch by Pawel Pekala
5939
5940 2007-09-06 [wwp]        3.0.0cvs9
5941
5942         * src/prefs_gtk.c
5943                 Add a missing linefeed to a debug message.
5944
5945 2007-09-05 [colin]      3.0.0cvs8
5946
5947         * src/inc.c
5948                 Fix statusbar/window mismatch on Maemo
5949
5950 2007-09-05 [colin]      3.0.0cvs7
5951
5952         * src/ldaputil.c
5953                 Fix build without USE_LDAP_TLS
5954
5955 2007-09-05 [colin]      3.0.0cvs6
5956
5957         * src/folder.c
5958         * src/imap.c
5959         * src/inc.c
5960         * src/mbox.c
5961         * src/send_message.c
5962         * src/statusbar.c
5963         * src/statusbar.h
5964                 Maemo: distinguish various statusbar messages,
5965                 in order to display only the most important.
5966
5967 2007-09-04 [wwp]        3.0.0cvs5
5968
5969         * src/account.c
5970                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
5971                 Show protocol "SMTP" and the appropriate server for send-only
5972                 accounts, show "-" instead of "" when no value is relevant.
5973
5974 2007-09-03 [ticho]      3.0.0cvs4
5975
5976         * src/summaryview.c
5977                 Handle plural form better in delete confirmation dialog.
5978
5979 2007-09-03 [wwp]        3.0.0cvs3
5980
5981         * src/compose.c
5982                 Warn differently when sending or sending later (queueing).
5983
5984 2007-09-03 [colin]      3.0.0cvs2
5985
5986         * src/procmime.c
5987         * src/procmime.h
5988         * src/common/plugin.c
5989         * src/common/plugin.h
5990                 Add a new plugin API, MimeParser. It allows
5991                 plugins to scan email MIME parts and optionally,
5992                 transform them.
5993
5994 2007-09-03 [mones]      3.0.0cvs1
5995
5996         * po/es.po
5997                 Updated translation
5998         * src/common/defs.h
5999                 While a better solution is made double history sizes
6000
6001 2007-09-03 [paul]       3.0.0
6002
6003         * NEWS
6004         * README
6005         * RELEASE_NOTES
6006                 3.0.0 released
6007
6008 [For previous entries, see ChangeLog.2.0.0-3.0.0]