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