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