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