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