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