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