2011-10-31 [pawel] 3.7.10cvs66
[claws.git] / ChangeLog
1 2011-10-31 [pawel]      3.7.10cvs66
2
3         * src/messageview.c
4         * src/mimeview.c
5         * src/mimeview.h
6         * src/summaryview.c
7                 Fix bug #2526 'When reading message in separate window,
8                 n and p keys do not work'
9                 - fix key event handling in messageview
10                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
11                   and prev-part actions)
12                 - instead add 'z' key for prev-part, we have 'a' key 
13                   for next-part already
14
15 2011-10-31 [colin]      3.7.10cvs65
16
17         * src/common/defs.h
18                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
19
20 2011-10-31 [pawel]      3.7.10cvs64
21
22         * src/summaryview.c
23         * src/gtk/gtkutils.c
24                 Fix bug #2303 'Next unread message enables message view'
25                 Don't show previously hidden message view in main window
26                 when user reads messages in external window
27
28 2011-10-31 [paul]       3.7.10cvs63
29
30         * src/prefs_template.c
31                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
32                 fit at 540 here, for those where they don't the dialogue can be made
33                 larger by the user
34
35 2011-10-31 [paul]       3.7.10cvs62
36
37         * src/compose.c
38                 revert 3.7.10cvs61, these entries _should_ be editable
39
40 2011-10-30 [pawel]      3.7.10cvs61
41
42         * src/compose.c
43                 Those entries should not be editable
44
45 2011-10-30 [pawel]      3.7.10cvs60
46
47         * src/prefs_template.c
48                 - Dialog needs more height to fit all widgets
49                 - Clear template contents on delete
50
51 2011-10-30 [pawel]      3.7.10cvs59
52
53         * src/prefs_folder_item.c
54                 Update summaryview after changing folder prefs when needed
55
56 2011-10-30 [pawel]      3.7.10cvs58
57
58         * src/mimeview.c
59                 Remove key-press-event blocking, it only
60                 emits GLib-GObject warnings
61
62 2011-10-29 [colin]      3.7.10cvs57
63
64         * src/addr_compl.c
65                 Fix focus of completion window with gnome shell
66                 Fixes bug #2525, "Address completion window does not get
67                 keyboard focus"
68
69 2011-10-29 [colin]      3.7.10cvs56
70
71         * src/folderview.c
72                 Fix flicker on recursive quicksearch
73
74 2011-10-28 [colin]      3.7.10cvs55
75
76         * src/alertpanel.c
77         * src/mainwindow.c
78                 Fix a bit the focus problem on Gnome shell
79
80 2011-10-26 [mones]      3.7.10cvs54
81
82         * src/compose.c
83                 Add missing accelerator
84
85 2011-10-25 [colin]      3.7.10cvs53
86
87         * src/gtk/gtkcmclist.c
88         * src/gtk/gtkcmctree.c
89                 Fix colors, fix warnings
90
91 2011-10-25 [colin]      3.7.10cvs52
92
93         * src/gtk/gtkcmclist.c
94         * src/gtk/gtkcmctree.c
95                 Fix focus things.
96
97 2011-10-25 [colin]      3.7.10cvs51
98
99         * src/stock_pixmap.c
100                 Fix build with gtk + 2.20
101
102 2011-10-25 [colin]      3.7.10cvs50
103
104         * src/compose.c
105         * src/messageview.c
106         * src/procmsg.c
107         * src/procmsg.h
108                 Fix locking when sending a single message
109
110 2011-10-25 [colin]      3.7.10cvs49
111
112         * src/gtk/colorlabel.c
113                 GDK_ => GDK_KEY
114         * src/gtk/gtkcmclist.c
115                 Make row height closer to what it was
116
117 2011-10-25 [colin]      3.7.10cvs48
118
119         * src/stock_pixmap.c
120                 Always use cairo to draw
121
122 2011-10-25 [colin]      3.7.10cvs47
123
124         * src/mimeview.c
125                 Fix bug #2529, 'crash in mimeview_start_drag after
126                 deleting message'. Patch by Ricardo
127
128 2011-10-23 [colin]      3.7.10cvs46
129
130         * src/gtk/gtkcmclist.c
131         * src/gtk/gtkcmclist.h
132         * src/gtk/gtkcmctree.c
133                 Draw CMClist with cairo too.
134
135 2011-10-23 [colin]      3.7.10cvs45
136
137         * src/gtk/gtkcmclist.h
138                 Fix build (this was not meant to be commited)
139
140 2011-10-23 [colin]      3.7.10cvs44
141
142         * src/addressadd.c
143         * src/addressbook.c
144         * src/addressbook_foldersel.c
145         * src/editgroup.c
146         * src/foldersel.c
147         * src/folderview.c
148         * src/grouplistdialog.c
149         * src/prefs_common.c
150         * src/prefs_common.h
151         * src/summaryview.c
152         * src/gtk/gtkcmclist.c
153         * src/gtk/gtkcmclist.h
154         * src/gtk/gtkcmctree.c
155         * src/gtk/gtkcmctree.h
156         * src/gtk/gtksctree.c
157                 Refactor some tree stuff (lots of code duplication there)
158                 and switch to cairo for tree rendering.
159
160 2011-10-23 [holger]     3.7.10cvs43
161
162         * src/filtering.c
163                 Don't issue a warning for designed behaviour of the stop rule.
164                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
165
166 2011-10-22 [colin]      3.7.10cvs42
167
168         * src/printing.c
169         * src/gtk/gtkshruler.c
170         * src/gtk/gtkutils.h
171                 Fix GTK+2.16 build
172
173 2011-10-22 [colin]      3.7.10cvs41
174
175         * src/account.c
176         * src/addr_compl.c
177         * src/addrgather.c
178         * src/compose.c
179         * src/editldap.c
180         * src/expldifdlg.c
181         * src/folderview.c
182         * src/grouplistdialog.c
183         * src/headerview.c
184         * src/importldif.c
185         * src/main.c
186         * src/mainwindow.c
187         * src/mimeview.c
188         * src/noticeview.c
189         * src/prefs_account.c
190         * src/prefs_actions.c
191         * src/prefs_ext_prog.c
192         * src/prefs_filtering.c
193         * src/prefs_folder_item.c
194         * src/prefs_image_viewer.c
195         * src/prefs_logging.c
196         * src/prefs_msg_colors.c
197         * src/prefs_other.c
198         * src/prefs_send.c
199         * src/prefs_spelling.c
200         * src/prefs_summaries.c
201         * src/prefs_template.c
202         * src/printing.c
203         * src/quote_fmt.c
204         * src/send_message.c
205         * src/statusbar.c
206         * src/summary_search.c
207         * src/summaryview.c
208         * src/wizard.c
209         * src/gtk/gtkcmclist.c
210         * src/gtk/gtkcmctree.c
211         * src/gtk/gtkcmoptionmenu.c
212         * src/gtk/gtksctree.c
213         * src/gtk/gtkutils.c
214         * src/gtk/gtkutils.h
215         * src/gtk/gtkvscrollbutton.c
216         * src/gtk/inputdialog.c
217         * src/gtk/pluginwindow.c
218         * src/gtk/quicksearch.c
219         * src/gtk/spell_entry.c
220         * src/plugins/bogofilter/bogofilter_gtk.c
221         * src/plugins/dillo_viewer/dillo_prefs.c
222         * src/plugins/pgpcore/prefs_gpg.c
223         * src/plugins/spamassassin/spamassassin_gtk.c
224         * src/plugins/trayicon/trayicon.c
225         * src/plugins/trayicon/trayicon_prefs.c
226                 Remove all possible #if GTK_CHECK_VERSION() checks,
227                 and make Claws build with GTK+2.16 (untested right
228                 now), as the Gpg4Win project uses GTK+2.16 currently.
229
230 2011-10-22 [colin]      3.7.10cvs40
231
232         * src/gtk/gtkutils.h
233         * configure.ac
234                 Fix (hopefully) build with GTK+ 2.18.
235
236 2011-10-20 [paul]       3.7.10cvs39
237
238         * AUTHORS
239         * src/ldif.c
240         * src/gtk/authors.h
241                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
242                 Patch by Bodo Graumann <mail@bodograumann.de>
243
244 2011-10-20 [mones]      3.7.10cvs38
245
246         * po/fr.po
247         * src/common/defs.h
248                 Fix references to old dotsrc mailing lists
249
250 2011-10-19 [mones]      3.7.10cvs37
251
252         * src/prefs_msg_colors.c
253                 Fix Ok/Cancel buttons in color selector of preferences
254
255 2011-10-17 [colin]      3.7.10cvs36
256
257         * src/gtk/gtkshruler.c
258                 (Probably) fix GTK+ <= 2.22
259
260 2011-10-17 [colin]      3.7.10cvs35
261
262         * src/gtk/gtkshruler.c
263                 Fix GTK+2.22 build
264
265 2011-10-17 [mones]      3.7.10cvs34
266
267         * src/addrbook.c
268         * src/exportldif.c
269         * src/jpilot.c
270         * src/mutt.c
271         * src/pine.c
272         * src/procmsg.c
273         * src/vcard.c
274                 Fix potential out-of-buffer writes
275
276 2011-10-17 [mones]      3.7.10cvs33
277
278         * src/main.c
279                 Use just one g_print call per option; correct indentation
280
281 2011-10-17 [colin]      3.7.10cvs32
282
283         * src/compose.c
284         * src/compose.h
285         * src/gtk/Makefile.am
286         * src/gtk/gtkshruler.c
287         * src/gtk/gtkshruler.h
288         * src/gtk/gtkunit.c
289         * src/gtk/gtkunit.h
290                 Reimplement ruler using the GTK widgets. Thanks
291                 to Hanno for the initial patch.
292
293 2011-10-17 [colin]      3.7.10cvs31
294
295         * src/action.c
296         * src/main.c
297         * src/gtk/gtkutils.c
298         * src/gtk/gtkutils.h
299                 Undeprecate GIO/GdkCondition
300
301 2011-10-16 [mones]      3.7.10cvs30
302
303         * src/main.c
304                 Add --compose-from-file option to open composition
305                 window with the headers and body from a file; based
306                 on Debian patch to fix http://bugs.debian.org/544868
307
308 2011-10-15 [mones]      3.7.10cvs29
309
310         * manual/advanced.xml
311                 Document new summary_from_show hidden preference
312
313 2011-10-15 [paul]       3.7.10cvs28
314
315         * src/compose.c
316                 compose_create_tags() - fix misplaced 'int i'
317                 compose_entry_mark_default_to() - fix To field highlighting
318
319 2011-10-09 [colin]      3.7.10cvs27
320
321         * src/addr_compl.c
322                 Fix address completion
323
324 2011-10-07 [colin]      3.7.10cvs26
325
326         * src/prefs_filtering_action.c
327         * src/gtk/gtkutils.h
328                 Fix build with GTK+2.20
329
330 2011-10-07 [colin]      3.7.10cvs25
331
332         * src/gtk/Makefile.am
333         * src/gtk/gdkkeysyms-new.h
334         * src/gtk/gtkutils.h
335                 Copy the new GDK_KEY_* definitions for older GTKs
336
337 2011-10-07 [colin]      3.7.10cvs24
338
339         * configure.ac
340                 Fix typos (thanks to Hanno)
341
342 2011-10-07 [colin]      3.7.10cvs23
343
344         * src/compose.c
345         * src/gtk/gtkshruler.c
346         * src/gtk/gtkshruler.h
347                 Disable ruler starting from 2.24.
348
349 2011-10-07 [colin]      3.7.10cvs22
350
351         * configure.ac
352         * src/messageview.c
353         * src/gtk/Makefile.am
354                 GTK2 build fix
355
356 2011-10-07 [colin]      3.7.10cvs21
357
358         * configure.ac
359         * src/action.c
360         * src/addr_compl.c
361         * src/addrgather.c
362         * src/compose.c
363         * src/compose.h
364         * src/editldap.c
365         * src/mainwindow.c
366         * src/message_search.c
367         * src/mimeview.c
368         * src/mimeview.h
369         * src/prefs_account.c
370         * src/prefs_compose_writing.c
371         * src/prefs_filtering_action.c
372         * src/prefs_folder_item.c
373         * src/prefs_logging.c
374         * src/prefs_matcher.c
375         * src/prefs_message.c
376         * src/prefs_other.c
377         * src/prefs_receive.c
378         * src/prefs_summaries.c
379         * src/prefs_wrapping.c
380         * src/printing.c
381         * src/ssl_manager.c
382         * src/statusbar.c
383         * src/stock_pixmap.c
384         * src/summary_search.c
385         * src/textview.c
386         * src/gtk/Makefile.am
387         * src/gtk/colorlabel.c
388         * src/gtk/gtkutils.c
389         * src/gtk/gtkutils.h
390         * src/gtk/logwindow.c
391         * src/gtk/menu.c
392         * src/gtk/menu.h
393         * src/gtk/quicksearch.c
394         * src/gtk/spell_entry.c
395         * src/plugins/bogofilter/bogofilter_gtk.c
396         * src/plugins/dillo_viewer/dillo_viewer.c
397         * src/plugins/pgpcore/prefs_gpg.c
398         * src/plugins/spamassassin/spamassassin_gtk.c
399                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
400                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
401                 ported (especially GtkCMOptionMenu)
402
403 2011-10-07 [colin]      3.7.10cvs20
404
405         * src/account.c
406         * src/action.c
407         * src/addr_compl.c
408         * src/addrcustomattr.c
409         * src/addrduplicates.c
410         * src/addressadd.c
411         * src/addressbook.c
412         * src/addressbook_foldersel.c
413         * src/addrgather.c
414         * src/alertpanel.c
415         * src/browseldap.c
416         * src/compose.c
417         * src/editaddress.c
418         * src/editaddress_other_attributes_ldap.c
419         * src/editbook.c
420         * src/editgroup.c
421         * src/editjpilot.c
422         * src/editldap.c
423         * src/editldap_basedn.c
424         * src/edittags.c
425         * src/editvcard.c
426         * src/exphtmldlg.c
427         * src/expldifdlg.c
428         * src/export.c
429         * src/foldersel.c
430         * src/folderview.c
431         * src/grouplistdialog.c
432         * src/import.c
433         * src/importldif.c
434         * src/importmutt.c
435         * src/importpine.c
436         * src/mainwindow.c
437         * src/message_search.c
438         * src/messageview.c
439         * src/mimeview.c
440         * src/prefs_actions.c
441         * src/prefs_customheader.c
442         * src/prefs_display_header.c
443         * src/prefs_filtering.c
444         * src/prefs_filtering_action.c
445         * src/prefs_folder_column.c
446         * src/prefs_matcher.c
447         * src/prefs_msg_colors.c
448         * src/prefs_other.c
449         * src/prefs_summaries.c
450         * src/prefs_summary_column.c
451         * src/prefs_summary_open.c
452         * src/prefs_template.c
453         * src/prefs_toolbar.c
454         * src/printing.c
455         * src/sourcewindow.c
456         * src/ssl_manager.c
457         * src/summary_search.c
458         * src/summaryview.c
459         * src/textview.c
460         * src/uri_opener.c
461         * src/gtk/about.c
462         * src/gtk/colorsel.c
463         * src/gtk/combobox.c
464         * src/gtk/description_window.c
465         * src/gtk/foldersort.c
466         * src/gtk/gtkaspell.c
467         * src/gtk/gtkcmclist.c
468         * src/gtk/gtkcmctree.c
469         * src/gtk/gtkcmoptionmenu.c
470         * src/gtk/gtkutils.c
471         * src/gtk/icon_legend.c
472         * src/gtk/inputdialog.c
473         * src/gtk/logwindow.c
474         * src/gtk/pluginwindow.c
475         * src/gtk/prefswindow.c
476         * src/gtk/quicksearch.c
477         * src/plugins/pgpcore/passphrase.c
478         * src/plugins/pgpcore/select-keys.c
479                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
480                 to replace GDK_* by GDK_KEY_*.
481
482 2011-10-07 [colin]      3.7.10cvs19
483
484         * AUTHORS
485         * src/account.c
486         * src/action.c
487         * src/addr_compl.c
488         * src/addressbook.c
489         * src/alertpanel.c
490         * src/compose.c
491         * src/edittags.c
492         * src/folderview.c
493         * src/grouplistdialog.c
494         * src/image_viewer.c
495         * src/mainwindow.c
496         * src/mimeview.c
497         * src/noticeview.c
498         * src/prefs_filtering_action.c
499         * src/prefs_folder_column.c
500         * src/prefs_msg_colors.c
501         * src/prefs_summary_column.c
502         * src/prefs_toolbar.c
503         * src/printing.c
504         * src/stock_pixmap.c
505         * src/summaryview.c
506         * src/textview.c
507         * src/undo.c
508         * src/wizard.c
509         * src/gtk/about.c
510         * src/gtk/authors.h
511         * src/gtk/colorlabel.c
512         * src/gtk/colorsel.c
513         * src/gtk/gtkcmclist.c
514         * src/gtk/gtkcmctree.c
515         * src/gtk/gtkcmoptionmenu.c
516         * src/gtk/gtksctree.c
517         * src/gtk/gtkutils.c
518         * src/gtk/gtkvscrollbutton.c
519         * src/gtk/inputdialog.c
520         * src/gtk/logwindow.c
521         * src/gtk/menu.c
522         * src/gtk/prefswindow.c
523         * src/gtk/progressdialog.c
524         * src/plugins/pgpcore/passphrase.c
525         * src/plugins/trayicon/trayicon.c
526                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
527                 Patch by Hanno Thurow-Meyer, many thanks to him !
528
529 2011-09-20 [colin]      3.7.10cvs18
530
531         * src/common/ssl.c
532                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
533                 gnutls 3.0.3'
534
535 2011-09-18 [colin]      3.7.10cvs17
536
537         * src/news.c
538                 Fix segfault when connection fails
539
540 2011-09-03 [colin]      3.7.10cvs16
541
542         * src/common/ssl.c
543                 Use NORMAL instead of EXPORT priorities.
544
545 2011-09-02 [colin]      3.7.10cvs15
546
547         * configure.ac
548         * src/common/ssl.c
549                 Linking against gcrypt explicitely in order to call
550                 gcry_control() for mutex setup isn't necessary anymore
551                 starting from gnuTLS 2.11.
552
553 2011-08-31 [colin]      3.7.10cvs14
554
555         * src/plugins/pgpinline/pgpinline.c
556         * src/plugins/pgpmime/pgpmime.c
557                 Fix bug #2431, "Major memory leak in PGP message handling".
558
559 2011-08-31 [colin]      3.7.10cvs13
560
561         * AUTHORS
562         * src/gtk/authors.h
563         * src/mainwindow.c
564         * src/messageview.c
565         * src/gtk/authors.h
566                 Apply Steve Rader's patch from bug #2388, "Add 
567                 message view scrolling menu items"
568
569 2011-08-30 [colin]      3.7.10cvs12
570
571         * src/gtk/prefswindow.c
572                 Fix layout issues (i.e. on SSL page if changing account
573                 type prior to visiting it).
574
575 2011-08-30 [colin]      3.7.10cvs11
576
577         * configure.ac
578         * src/common/ssl.c
579                 Don't use deprecated functions for GnuTLS priorities.
580                 Require GnuTLS 2.2 that is the first version with the
581                 new function.
582
583 2011-08-30 [colin]      3.7.10cvs10
584
585         * src/common/socket.c
586         * src/common/ssl.c
587                 Long-term fix for bug #2402, "GnuTLS change breaks socket
588                 communication", as per http://savannah.gnu.org/support/?107660
589
590 2011-08-30 [colin]      3.7.10cvs9
591
592         * src/etpan/imap-thread.c
593         * src/etpan/nntp-thread.c
594                 Remove dead openSSL code
595
596 2011-08-30 [colin]      3.7.10cvs8
597
598         * src/ssl_manager.c
599         * src/common/ssl.c
600         * src/common/ssl_certificate.c
601         * src/common/ssl_certificate.h
602         * src/etpan/imap-thread.c
603         * src/etpan/nntp-thread.c
604                 Fix bug #2127, "SSL cert check uses canonical name instead of
605                 specified name"
606
607 2011-08-29 [colin]      3.7.10cvs7
608
609         * src/prefs_account.c
610                 Fix X-Mailer option not appearing on IMAP
611
612 2011-08-29 [colin]      3.7.10cvs6
613
614         * src/plugins/pgpcore/Makefile.am
615         * src/plugins/pgpinline/Makefile.am
616         * src/plugins/pgpmime/Makefile.am
617         * src/plugins/smime/Makefile.am
618                 Windows build fix:
619                 libtool: link: require no space between `-L' and `.'
620
621 2011-08-29 [colin]      3.7.10cvs5
622
623         * src/account.c
624         * src/compose.c
625         * src/prefs_account.c
626         * src/prefs_account.h
627                 Revert cvs4 which is rather illogical and instead
628                 use Fabian's patch from bug #2471
629
630 2011-08-29 [colin]      3.7.10cvs4
631
632         * src/compose.c
633                 Don't insert custom headers that have empty values.
634                 Allows not inserting X-Mailer if it's set to nothing.
635                 Fixes bug #2471, "Make setting an X-Mailer header optional".
636
637 2011-08-29 [colin]      3.7.10cvs3
638
639         * src/image_viewer.c
640         * src/textview.c
641         * src/gtk/gtkutils.c
642         * src/gtk/gtkutils.h
643                 Handle EXIF orientation in images (both in textview's
644                 preview and image viewer)
645
646 2011-08-28 [paul]       3.7.10cvs2
647
648         * src/prefs_common.c
649         * src/prefs_common.h
650         * src/summaryview.c
651                 add new hidden option to control the display in the From
652                 column in the Message List: 0 (default): show name,
653                 1: show address, 2: show name + address
654
655 2011-08-27 [paul]       3.7.10cvs1
656
657         * po/POTFILES.in
658         * src/common/ssl_certificate.c
659         * src/etpan/imap-thread.c
660         * src/etpan/nntp-thread.c
661                 offer up some missing log_error() strings to translators
662
663 2011-08-27 [paul]       3.7.10
664         * NEWS
665         * README
666         * RELEASE_NOTES 
667                 3.7.10 unleashed!               
668
669 2011-08-27 [paul]       3.7.9cvs52
670
671         * po/cs.po
672         * po/fr.po
673         * po/hu.po
674         * po/lt.po
675         * po/pt_BR.po
676         * po/sk.po
677                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
678                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
679
680 2011-08-27 [mones]      3.7.9cvs51
681
682         * claws-mail.desktop
683                 Include generic name and comment translations
684                 Thanks to all the people on the translators ML!
685
686 2011-08-23 [paul]       3.7.9cvs50
687
688         * src/common/ssl.c
689                 probable/possible fix/workaround for bug 2402,
690                 'can't download message from pop3 server'
691
692 2011-08-18 [paul]       3.7.9cvs49
693
694         * manual/handling.xml
695                 fix typos. thanks to vilpan
696
697 2011-08-17 [paul]       3.7.9cvs48
698
699         * tools/claws.i18n.status.pl
700                 add Mindaugas Baranauskas (Lithuanian)
701
702 2011-08-14 [mir]        3.7.9cvs47
703
704         * src/news.c
705         * src/etpan/nntp-thread.c
706                 Fix bug 2418. Patch provided by Sébastien Bigaret with
707                 some minor contribution by me.
708
709 2011-08-13 [mir]        3.7.9cvs46
710
711         * src/etpan/nntp-thread.c
712                 Fix bug when NNTP server sends authentication warning
713                 as part of the connection session. Privously etpan would
714                 bail out for any return code other than NEWSNNTP_NO_ERROR
715                 but as early as the connection session a return code like
716                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
717                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
718                 be considered as an error.
719
720 2011-08-12 [paul]       3.7.9cvs45
721
722         * src/mimeview.c
723                 3.7.9cvs43 mistakenly dropped off the info
724                 about the mime part from the tooltip
725
726 2011-08-12 [wwp]        3.7.9cvs44
727
728         * src/gtk/quicksearch.c
729          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
730
731 2011-08-09 [paul]       3.7.9cvs43
732
733         * src/mimeview.c
734                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
735
736 2011-08-06 [paul]       3.7.9cvs42
737
738         * src/compose.c
739                 fix cursor placement in Forward template
740
741 2011-08-06 [paul]       3.7.9cvs41
742
743         * src/gtk/description_window.c
744                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
745
746 2011-08-05 [holger]     3.7.9cvs40
747
748         * claws-mail.desktop
749                 Revert 3.7.9cvs35 for now, it may be problematic
750                 (see bug #2450)
751
752 2011-08-05 [paul]       3.7.9cvs39
753
754         * src/mainwindow.c
755         * src/messageview.c
756                 use 'Collapse quotes' rather than 'Fold quotes' on
757                 labels, for consistency
758         * src/toolbar.c
759                 use 'Receive mail from account' rather than 'on account'
760
761 2011-07-30 [mir]        3.7.9cvs38
762
763         * src/etpan/Makefile.am
764         * src/plugins/pgpcore/Makefile.am
765         * src/plugins/pgpmime/Makefile.am
766         * src/plugins/smime/Makefile.am
767                 Fix broken build on Debian Sid. enchant.h cannot be
768                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
769                 present in Makefile.am. Apparently enchant.h in older
770                 versions were placed in /usr/include which is always
771                 scanned be default.
772
773 2011-07-21 [mones]      3.7.9cvs37
774
775         * src/common/plugin.c
776         * src/common/plugin.h
777                 Make licences allowed for plugins more explicit and also
778                 accept dual (or more) licences when properly formatted.
779                 Doesn't require any change on current plugins.
780
781 2011-07-18 [mones]      3.7.9cvs36
782
783         * manual/advanced.xml
784                 Document briefly tags feature.
785         * manual/glossary.xml
786                 Fix definition to avoid confussion with tags.
787         * manual/es/advanced.xml
788         * manual/es/glossary.xml
789                 Synchronize Spanish translation with the above.
790
791 2011-07-07 [holger]     3.7.9cvs35
792
793         * claws-mail.desktop
794                 Add indicator stuff to the desktop file
795                 Taken from bug #2450
796
797 2011-07-06 [paul]       3.7.9cvs34
798
799         * src/edittags.c
800                 fix English usage
801
802 2011-07-06 [mones]      3.7.9cvs33
803
804         * src/edittags.c
805                 Do not create an empty tag name row in panel and
806                 warn user about using a non-reserved tag instead
807
808 2011-07-05 [mones]      3.7.9cvs32
809
810         * src/imap.c
811         * src/common/tags.c
812         * src/common/tags.h
813         * src/etpan/imap-thread.c
814                 Make constants for reserved tags and use them
815                 Removed also duplicate comparison while at it
816
817 2011-07-05 [paul]       3.7.9cvs31
818
819         * src/compose.c
820                 when using a Compose template, only place the cursor
821                 in the body when the cursor symbol, %cursor (%X), is used
822
823 2011-07-03 [paul]       3.7.9cvs30
824
825         * src/main.c
826                 do main_window_popup(mainwin); on plugin load error, or
827                 else the warning dialogue and mainwindow stays minimised
828                 and hidden
829
830 2011-07-03 [paul]       3.7.9cvs29
831
832         * src/wizard.c
833                 fix bug 2462, 'Building without GnuTLS support leads to a
834                 failure in wizard.c'
835
836 2011-07-03 [paul]       3.7.9cvs28
837
838         * src/mainwindow.c
839         * src/mainwindow.h
840         * src/summaryview.c
841                 fix bug #2461, 'popup menu in message list displays
842                 'move to trash' and 'delete''.
843                 Add a new sensitivity condition 'M_NOT_TRASH' and
844                 remove the broken workaround for right-click in summaryview.c.
845                 Fix broken main menu sensitivity for "Menu/Message/Move" in
846                 News folder.
847
848 2011-06-21 [paul]       3.7.9cvs27
849
850         * src/mainwindow.c
851                 revert 3.7.9cvs2, it does no good
852
853 2011-06-18 [mir]        3.7.9cvs26
854
855         * configure.ac
856                 Fix autoconf warnings introduced in autoconf >= 2.64
857
858 2011-06-05 [paul]       3.7.9cvs25
859
860         * po/ca.po
861         * po/cs.po
862         * po/de.po
863         * po/it.po
864         * po/ja.po
865         * po/pt_PT.po
866         * po/sk.po
867         * po/uk.po
868                 fix strings where an informational message has been
869                 wrongly entered into the translated string
870         * src/toolbar.c
871                 enable 'Trash' and 'Sender' to be translated based on
872                 the context, e.g. as button text and as mail header
873         * src/gtk/about.c
874                 fix english in Info tab
875
876 2011-05-25 [colin]      3.7.9cvs24
877
878         * src/action.c
879                 Fix bug #2439, "use bitwise operator for bitmask instead of
880                 logical operator". Thanks to Nicolas Kaiser for the patch.
881
882 2011-05-18 [colin]      3.7.9cvs23
883
884         * src/news.c
885                 Fix missing group selection before xover if the
886                 connection was reset before.
887
888 2011-05-12 [colin]      3.7.9cvs22
889
890         * src/common/utils.c
891                 Fix bug #2412, "Send account mail address in Message-ID
892                 wrongly implemented". Patch by Fabian Keil.
893
894 2011-05-12 [mones]      3.7.9cvs21
895
896         * src/etpan/nntp-thread.c
897                 Fix bug #2418 "NNTP authentication is broken"
898
899 2011-05-09 [pawel]      3.7.9cvs20
900
901         * src/mainwindow.c
902         * src/prefs_folder_item.c
903                 Small UI fixes
904
905 2011-05-05 [colin]      3.7.9cvs19
906
907         * src/imap.c
908         * src/inc.c
909         * src/news.c
910         * src/send_message.c
911                 Fix bug #2184, "Add account name information inside network log".
912                 Initial patch by MSulchan Darmawan, expanded to other protocols.
913                 This stuff is too much copy-pasted.
914
915
916 2011-04-30 [colin]      3.7.9cvs18
917
918         * src/main.c
919                 Fix bug #2414, 'Claws segfaults on startup with
920                 notification plugin enabled". Thanks Christian
921                 Faulhammer for the patch.
922
923 2011-04-27 [colin]      3.7.9cvs17
924
925         * src/codeconv.c
926                 Make Windows' encoding CP1251 for ru_RU locale
927                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
928
929 2011-04-24 [paul]       3.7.9cvs16
930
931         * manual/claws-mail-manual.xml
932         * manual/de/claws-mail-manual.xml
933         * manual/es/claws-mail-manual.xml
934         * manual/fr/claws-mail-manual.xml
935         * manual/it/claws-mail-manual.xml
936                 update copyright year
937
938 2011-04-24 [paul]       3.7.9cvs15
939
940         * src/summaryview.c
941                 fix bug #2353, 'Right-clicking on spam in order to delete
942                 it causes it to show in message window'
943
944 2011-04-24 [paul]       3.7.9cvs14
945
946         * src/mainwindow.c
947         * src/gtk/foldersort.c
948         * src/gtk/foldersort.h
949                 fix labelling, 'change folder order' to 'change mailbox order'
950
951 2011-04-23 [paul]       3.7.9cvs13
952
953         * configure.ac
954                 fix bug #2409, 'Failed to compile under GCC 3.x : option
955                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
956                 committed in 3.7.8cvs19 
957
958 2011-04-11 [paul]       3.7.9cvs12
959
960         * src/plugins/trayicon/trayicon.c
961                 fix build bug: gtk_status_icon_set_title() is available
962                 since gtk 2.18.x not 2.14.x
963
964 2011-04-11 [paul]       3.7.9cvs11
965
966         * po/hu.po
967                 updated by Páder RezsÅ‘
968
969 2011-04-10 [colin]      3.7.9cvs10
970
971         * src/addr_compl.c
972         * src/addressbook.c
973         * src/compose.c
974         * src/editaddress.c
975         * src/editaddress_other_attributes_ldap.c
976         * src/main.c
977         * src/message_search.c
978         * src/prefs_display_header.c
979         * src/prefs_filtering_action.c
980         * src/prefs_matcher.c
981         * src/prefs_other.c
982         * src/prefs_toolbar.c
983         * src/summary_search.c
984         * src/gtk/colorlabel.c
985         * src/gtk/combobox.c
986         * src/gtk/gtkcmoptionmenu.c
987         * src/gtk/gtkshruler.c
988         * src/gtk/gtkshruler.h
989         * src/gtk/gtkutils.h
990         * src/gtk/inputdialog.c
991         * src/gtk/quicksearch.c
992                 Revert the whole pile of crap introduced in
993                 cvs9,8,7,4.
994
995 2011-04-10 [colin]      3.7.9cvs9
996
997         * src/compose.c
998         * src/editaddress.c
999         * src/editaddress_other_attributes_ldap.c
1000         * src/main.c
1001         * src/message_search.c
1002         * src/prefs_display_header.c
1003         * src/prefs_matcher.c
1004         * src/prefs_toolbar.c
1005         * src/summary_search.c
1006         * src/gtk/combobox.c
1007         * src/gtk/gtkutils.h
1008         * src/gtk/inputdialog.c
1009         * src/gtk/quicksearch.c
1010                 Finish fun with combo boxes. (hopefully)
1011
1012 2011-04-10 [colin]      3.7.9cvs8
1013
1014         * src/compose.c
1015         * src/prefs_filtering_action.c
1016         * src/gtk/combobox.c
1017         * src/gtk/gtkshruler.c
1018         * src/gtk/gtkshruler.h
1019                 More undeprecation. GTKSHRuler is #if'ed out. We can
1020                 still decide to maintain the old GtkRuler widget in-tree
1021                 if the lack of ruler in Compose window is too
1022                 annoying.
1023
1024 2011-04-10 [colin]      3.7.9cvs7
1025
1026         * src/addr_compl.c
1027         * src/addressbook.c
1028         * src/compose.c
1029         * src/editaddress_other_attributes_ldap.c
1030         * src/message_search.c
1031         * src/prefs_display_header.c
1032         * src/prefs_filtering_action.c
1033         * src/prefs_other.c
1034         * src/prefs_toolbar.c
1035         * src/summary_search.c
1036         * src/gtk/colorlabel.c
1037         * src/gtk/combobox.c
1038         * src/gtk/gtkcmoptionmenu.c
1039         * src/gtk/gtkutils.h
1040                 More comboboxtext undeprecation
1041
1042 2011-04-10 [colin]      3.7.9cvs6
1043
1044         * src/messageview.c
1045                 Fix it better.
1046
1047 2011-04-10 [colin]      3.7.9cvs5
1048
1049         * src/messageview.c
1050                 Fix age-old typo.
1051
1052 2011-04-10 [colin]      3.7.9cvs4
1053
1054         * src/compose.c
1055         * src/editaddress_other_attributes_ldap.c
1056         * src/message_search.c
1057         * src/prefs_display_header.c
1058         * src/prefs_filtering_action.c
1059         * src/prefs_other.c
1060         * src/prefs_toolbar.c
1061         * src/summary_search.c
1062         * src/gtk/combobox.c
1063         * src/gtk/gtkutils.h
1064                 gtk_combo_box_*_text() is deprecated, and
1065                 gtk_combo_box_text_*() is the new hotness.
1066
1067 2011-04-10 [colin]      3.7.9cvs3
1068
1069         * src/addr_compl.c
1070         * src/addressbook.c
1071         * src/browseldap.c
1072         * src/compose.c
1073         * src/folder.c
1074         * src/folderview.c
1075         * src/gtk/gtkvscrollbutton.c
1076         * src/gtk/gtkvscrollbutton.h
1077                 s/GtkFunction/GSourceFunc
1078
1079 2011-04-10 [colin]      3.7.9cvs2
1080
1081         * src/mainwindow.c
1082                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
1083                 This is the patch from bug #2396, it should be innocuous even
1084                 if that's useless to do deiconify + present window...
1085
1086 2011-04-09 [paul]       3.7.9cvs1
1087
1088         * src/prefs_summaries.c
1089                 fix typo in string. (thanks, Brad!)
1090
1091 2011-04-09 [paul]       3.7.9
1092         * NEWS
1093         * README
1094         * RELEASE_NOTES 
1095                 3.7.9 unleashed!        
1096
1097 2011-04-09 [paul]       3.7.8cvs78
1098
1099         * po/cs.po
1100         * po/es.po
1101         * po/fi.po
1102         * po/fr.po
1103         * po/lt.po
1104         * po/pt_BR.po
1105         * po/sk.po
1106         * po/uk.po
1107                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1108                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1109                 Slavko, and Yarema
1110
1111 2011-04-09 [colin]      3.7.8cvs77
1112
1113         * src/gtk/filesel.c
1114                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1115                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1116                 encoding filename. Hooray for stupid.
1117
1118 2011-04-08 [colin]      3.7.8cvs76
1119
1120         * src/action.c
1121                 Fix action Stop: if child does not react to SIGTERM, it'll
1122                 probably start behaving when it'll get a SIGKILL on the user's
1123                 second press on Stop.
1124                 Fixes bug #2237, "User action makes Claws unresponsive".
1125
1126 2011-04-08 [colin]      3.7.8cvs75
1127
1128         * src/account.c
1129         * src/folder.c
1130         * src/folder.h
1131         * src/folder_item_prefs.c
1132         * src/folder_item_prefs.h
1133         * src/prefs_account.c
1134                 Fix bug #2382, "folderitemrc not updated when account
1135                 name is changed". Indeed, this wasn't done.
1136
1137 2011-04-08 [wwp]        3.7.8cvs74
1138
1139         * src/procmime.c
1140         Add support for quoted values (*="value").
1141         This commonly fixes a trailing quote appearing to filenames
1142         sent by iphone Mail (not sure if it's culprit at all, though).
1143
1144 2011-04-08 [colin]      3.7.8cvs73
1145
1146         * src/gtk/filesel.c
1147                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
1148                 caused by attachments with extended chars in the file name". Patch
1149                 derived from a patch bt Fabien Keil
1150
1151 2011-04-05 [wwp]        3.7.8cvs72
1152
1153         * src/compose.c
1154                 A debug string not to translate.
1155
1156 2011-04-03 [colin]      3.7.8cvs71
1157
1158         * src/common/utils.h
1159                 Fix bug #2394, "backtrace() crashes on FreeBSD"
1160                 That's not the first bug-report where internal
1161                 debug-only backtrace() crashes on FreeBSD.
1162
1163 2011-04-03 [colin]      3.7.8cvs70
1164
1165         * src/compose.c
1166                 Fix bug #2365 again, "Crash when auto-scrolling headers in
1167                 compose window".
1168                 Batch-mode compose windows (from filtering actions) shouldn't
1169                 try to access stuff after flushing events...
1170
1171 2011-03-31 [paul]       3.7.8cvs69
1172
1173         * INSTALL
1174                 update as gtk >= 2.10 now required
1175                 (because I'll never remember to do this later)
1176
1177 2011-03-26 [paul]       3.7.8cvs68
1178
1179         * src/messageview.c
1180                 fix separators in Go To menu
1181
1182 2011-03-20 [colin]      3.7.8cvs67
1183
1184         * configure.ac
1185                 Drop the *_DISABLE_DEPRECATED. We'll put them back
1186                 when we'll have time to handle them
1187
1188 2011-03-18 [paul]       3.7.8cvs66
1189
1190         * src/textview.c
1191                 make user-facing message more accurate -
1192                 'Network Log' not 'View Log'
1193
1194 2011-03-17 [wwp]        3.7.8cvs65
1195
1196         * po/fr.po
1197                 Fix a typo around plural form, as reported by
1198                 Yannick Palanque.
1199
1200 2011-03-15 [colin]      3.7.8cvs64
1201
1202         * AUTHORS
1203         * src/gtk/authors.h
1204         * src/main.c
1205                 Fix bug #2381, "Support for NetworkManager 0.9".
1206                 Patch by Mikhail Efremov
1207
1208 2011-03-04 [colin]      3.7.8cvs63
1209
1210         * src/mimeview.c
1211         * src/mimeview.h
1212                 Fix segfault on Windows
1213         * src/exporthtml.c
1214         * src/common/utils.c
1215         * src/common/w32_unistd.c
1216         * src/common/w32lib.h
1217                 Rationalize use of time_r() funcs (pthread do define them)
1218
1219 2011-03-02 [pawel]      3.7.8cvs62
1220
1221         * src/wizard.c
1222                 Re-implement widgets aligning, switch from GtkSizeGroup
1223                 to GtkTable - this should fix disappearing labels
1224
1225 2011-03-01 [pawel]      3.7.8cvs61
1226
1227         * src/wizard.c
1228                 Wizard GUI cleanups. Make it look and behave more
1229                 like account preferences.
1230
1231 2011-02-23 [colin]      3.7.8cvs60
1232
1233         * src/common/Makefile.am
1234                 Fix make dist
1235
1236 2011-02-23 [colin]      3.7.8cvs59
1237
1238         * src/Makefile.am
1239         * src/main.c
1240         * src/common/Makefile.am
1241         * src/common/plugin.c
1242         * src/common/valgrind.h
1243                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1244                 Use valgrind's own header.
1245
1246 2011-02-22 [colin]      3.7.8cvs58
1247
1248         * src/prefs_account.c
1249                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1250                 signed message" upon new installation. This is disturbing when PGP
1251                 plugins are loaded by default.
1252
1253 2011-02-16 [paul]       3.7.8cvs57
1254
1255         * src/*
1256                 update copyright headers throughout
1257
1258 2011-02-16 [paul]       3.7.8cvs56
1259
1260         * src/summaryview.c
1261                 use gettext plural form for "item selected"/"items selected"
1262
1263 2011-02-13 [colin]      3.7.8cvs55
1264
1265         * src/mimeview.c
1266         * src/mimeview.h
1267                 Fix bug #2361, "Claws crashes after PGP Check in separate
1268                 msg view". Don't let the cancel thread lie around after
1269                 the verification ended.
1270
1271 2011-02-13 [paul]       3.7.8cvs54
1272
1273         * po/lt.po
1274                 updated by Mindaugas Baranauskas
1275
1276 2011-02-11 [mones]      3.7.8cvs53
1277
1278         * manual/es/advanced.xml
1279                 Sync with English manual
1280         * src/imap.c
1281                 Fix remaining mismatched alloc/free from cppcheck
1282
1283 2011-02-10 [pawel]      3.7.8cvs52
1284
1285         * src/ldapupdate.c
1286                 Fix memleaks
1287
1288 2011-02-10 [pawel]      3.7.8cvs51
1289
1290         * src/prefs_toolbar.c
1291                 - set menus sensitivity in item type combo depending on
1292                   availability of actions / plugin hooks
1293                 - style fixes, spaces instead of tabs mostly
1294
1295 2011-02-10 [paul]       3.7.8cvs50
1296
1297         * src/prefs_account.c
1298                 move the 'send acc mail addr in msg-id" option to
1299                 the send page
1300
1301 2011-02-10 [paul]       3.7.8cvs49
1302
1303         * src/prefs_account.c
1304                 move the 'expunge immediately' option to a more
1305                 suitable page
1306
1307 2011-02-05 [pawel]      3.7.8cvs48
1308
1309         * manual/advanced.xml
1310                 Document new hidden pref
1311         * src/folder.c
1312                 Dont treat mimeparts referenced by others as
1313                 real attachments
1314         * src/mimeview.c
1315         * src/prefs_common.c
1316         * src/prefs_common.h
1317                 Add ability to hide inline attachments referenced
1318                 by other mimeparts in MimeView. To enable this
1319                 feature set show_inline_attachments=0 in your clawsrc
1320
1321 2011-01-25 [colin]      3.7.8cvs47
1322
1323         * src/matcher.c
1324                 Fix matcher body parsing: decode mails with our
1325                 MIME parser. This speeds up body search a bit as
1326                 binary attachments are not searched anymore, slows
1327                 down a bit full message searches, but not awfully.
1328         * src/summary_search.c
1329                 Use matcher API to search, in all cases (advanced search or
1330                 not). Also, fix little logic bugs related to combos history
1331         * src/common/utils.c
1332         * src/common/utils.h
1333         * src/procmime.c
1334         * src/procmime.h
1335                 Remove dead code, export functions needed by matcher.c
1336
1337 2011-01-25 [colin]      3.7.8cvs46
1338
1339         * src/compose.c
1340         * src/prefs_common.c
1341         * src/common/md5.c
1342         * src/common/ssl_certificate.c
1343                 Fix mismatched alloc/free (thanks to cppcheck)
1344
1345 2011-01-25 [colin]      3.7.8cvs45
1346
1347         * src/pop.c
1348                 Fix leak on error path
1349
1350 2011-01-23 [mones]      3.7.8cvs44
1351
1352         * manual/es/advanced.xml
1353                 Sync with English manual
1354
1355 2011-01-23 [paul]       3.7.8cvs43
1356
1357         * src/gtk/about.c
1358                 it's 2011, update copyright line
1359
1360 2011-01-23 [paul]       3.7.8cvs42
1361
1362         * manual/advanced.xml
1363         * src/prefs_common.c
1364         * src/prefs_common.h
1365         * src/textview.c
1366                 fix bug #2350, 'Make displaying localized date/time in
1367                 message view optional'.
1368                 This introduces a new hidden option (why do more?),
1369                 'msgview_date_format', which defaults to OFF, maintaining
1370                 the current and expected behaviour.
1371
1372 2011-01-21 [colin]      3.7.8cvs41
1373
1374         * src/procmime.c
1375                 Fix bug #2050, Clawsmail sends return receipt every seconds
1376                 We forgot to close the file when parsing 
1377                 disposition-notification fields, which made unlinking of the
1378                 corresponding emails in tempfolder/processing impossible in
1379                 Windows. Causing them to be re-fetched every time.
1380
1381 2011-01-21 [colin]      3.7.8cvs40
1382
1383         * claws-mail.desktop
1384                 Fix again bug #2346: We should have a %u parameter.
1385
1386 2011-01-21 [colin]      3.7.8cvs39
1387
1388         * src/plugins/spamassassin/spamassassin.c
1389                 Fix sa-learn when offline (its command line parsing is
1390                 space-dependant). Patch by Wolfgang Lorenz
1391
1392 2011-01-19 [pawel]      3.7.8cvs38
1393
1394         * claws-mail.desktop
1395                 Fix Bug 2346 'Please register x-handler-scheme
1396                  in .desktop file' patch by Laurent Bigonville
1397                 While I'm here update things to current
1398                 standards, fix desktop-file-validate warnings/errors
1399
1400 2011-01-18 [colin]      3.7.8cvs37
1401
1402         * src/common/smtp.c
1403                 Fix logic on SMTP AUTH: If the selected method isn't
1404                 available, say so instead of supposing it'll work.
1405                 Fixes bug #2039, 'SMTP AUTHENTICATION'
1406
1407 2011-01-15 [pawel]      3.7.8cvs36
1408
1409         * src/prefs_folder_item.c
1410                 Rework subject regexp simplify gui a bit, this give us better
1411                 options page layout (window with min width was too short to 
1412                 show all contents and thigs were unwieldy) and better preview
1413                 of regexp working/not working
1414
1415 2011-01-14 [pawel]      3.7.8cvs35
1416
1417         * src/textview.c
1418                 strncpy2() NULLify strings just fine, no need to be
1419                 extra "clever"
1420
1421 2011-01-14 [pawel]      3.7.8cvs34
1422
1423         * src/textview.c
1424                 Fix Bug #2165 'The date not localized in the message view'
1425                 Display Date header in messageview in the same way as in
1426                 summaryview by respecting date format set in preferences.
1427
1428 2011-01-06 [pawel]      3.7.8cvs33
1429
1430         * src/prefs_account.c
1431         * src/prefs_folder_item.c
1432         * src/prefs_quote.c
1433         * src/quote_fmt.c
1434                 Make quote templates widgets more compact
1435
1436 2011-01-06 [pawel]      3.7.8cvs32
1437
1438         * src/plugins/trayicon/trayicon.c
1439                 - fix logic bug which caused icon to be
1440                   always set no-mail status on plugin load
1441                 - force icon hide on plugin_done(), without
1442                   it empty space(?!) is left in tray under KDE3 and KDE4
1443
1444 2011-01-06 [colin]      3.7.8cvs31
1445
1446         * src/addrharvest.c
1447         * src/codeconv.c
1448         * src/codeconv.h
1449         * src/compose.c
1450         * src/news.c
1451         * src/procheader.c
1452         * src/procmime.c
1453         * src/unmime.c
1454         * src/unmime.h
1455                 Unmime headers differently whether they're addresses or not:
1456                 It's useless to quote things containing commas if it's in
1457                 subject, for example. (introduced in 3.7.8cvs26)
1458
1459 2011-01-06 [colin]      3.7.8cvs30
1460
1461         * src/gtk/gtkaspell.c
1462                 Complete previous patch
1463         * src/messageview.c
1464         * src/plugins/pgpinline/pgpinline.c
1465                 Coding style
1466
1467 2011-01-06 [paul]       3.7.8cvs29
1468
1469         * AUTHORS
1470         * configure.ac
1471         * po/lt.po
1472         * src/gtk/authors.h
1473                 add Lithuanian translation (approx. 65% complete)
1474                 submitted by Mindaugas Baranauskas
1475
1476 2011-01-06 [pawel]      3.7.8cvs28
1477
1478         * src/export.c
1479         * src/import.c
1480         * src/messageview.c
1481         * src/prefs_actions.c
1482         * src/procmime.c
1483         * src/gtk/gtkaspell.c
1484         * src/plugins/pgpinline/pgpinline.c
1485         * src/plugins/pgpmime/pgpmime.c
1486         * src/plugins/smime/smime.c
1487                 Fix memory/file descriptors leaks
1488
1489 2011-01-06 [paul]       3.7.8cvs27
1490
1491         * src/plugins/pgpcore/sgpgme.c
1492                 fix bug #2322, 'GPG Full info: showing subkey
1493                 ID instead of primary key fingerprint'
1494                 Patch by Sébastien Bigaret.
1495
1496 2011-01-03 [colin]      3.7.8cvs26
1497
1498         * src/unmime.c
1499                 Better quote-checking when unmim-ing headers
1500                 that may have comas.
1501
1502 2011-01-03 [colin]      3.7.8cvs25
1503
1504         * src/unmime.c
1505                 Fix bug #2299, "Incorrect handling of quoted printable coma
1506                 in headers". As this is really painful to fix by switching
1507                 the whole stuff to a list of headers tokens, we workaround
1508                 the problem by adding quotes around the encoded-word (making
1509                 it a quoted-string which continuity is already handled).
1510
1511 2011-01-03 [colin]      3.7.8cvs24
1512
1513         * src/procheader.c
1514                 Remove dead code
1515
1516 2010-12-23 [colin]      3.7.8cvs23
1517
1518         * src/compose.c
1519                 Finish fixing bug #2203: When forwarding (inline) and there
1520                 are some text/* parts with no name, set them a name and
1521                 set their disposition to attachment, so that recipients with
1522                 MUAs preferring HTML parts don't show them by default.
1523
1524 2010-12-22 [paul]       3.7.8cvs22
1525
1526         * src/compose.h
1527                 fix missing file in 3.7.8cvs20
1528
1529 2010-12-22 [colin]      3.7.8cvs21
1530
1531         * src/folderview.c
1532         * src/folderview.h
1533                 Implement a nicer scroll when drag and dropping
1534
1535 2010-12-22 [colin]      3.7.8cvs20
1536
1537         * src/compose.c
1538                 Store charset if available when attaching text/* parts
1539                 Fixes bug #2203, 'Problems in forwarding multipart/
1540                 alternative messages with HTML part'
1541
1542 2010-12-22 [colin]      3.7.8cvs19
1543
1544         * src/textview.c
1545                 Fix wrong free
1546
1547 2010-12-21 [colin]      3.7.8cvs18
1548
1549         * src/inc.c
1550         * src/send_message.c
1551         * src/common/session.c
1552         * src/common/session.h
1553                 Differentiate between running sessions and connected
1554                 sessions. Fixes bug #2332, "Crash when hitting cancel
1555                 on the SMTP status window"
1556
1557 2010-12-21 [colin]      3.7.8cvs17
1558
1559         * src/etpan/etpan-thread-manager.c
1560                 Dead code removal
1561
1562 2010-12-21 [colin]      3.7.8cvs16
1563
1564         * src/textview.c
1565                 Check whether we should continue loading the
1566                 current textview after inserting a possibly
1567                 big image.
1568
1569 2010-12-20 [colin]      3.7.8cvs15
1570
1571         * src/addrcindex.c
1572         * src/addrcindex.h
1573                 Removed. Dead code since ages!
1574         * src/addr_compl.c
1575         * src/gtk/gtkcmclist.c
1576         * src/gtk/gtkcmctree.c
1577         * src/gtk/gtksctree.c
1578                 undefine *_DISABLE_DEPRECATED in the files that
1579                 use deprecated interfaces. Implicit declarations
1580                 can lead to crashes as prototypes are unknown, as
1581                 evidenced by bug #2315.
1582
1583 2010-12-20 [colin]      3.7.8cvs14
1584
1585         * src/compose.c
1586                 Don't flush events when adding an header entry. This
1587                 can mess up the keypresses in the previous header.
1588                 Instead, make the scroll happen later (doing it on the
1589                 spot without flushing events doesn't work as the new
1590                 requisitions aren't set yet).
1591
1592 2010-12-20 [colin]      3.7.8cvs13
1593
1594         * src/mainwindow.c
1595                 Don't iconify at start on w32. This un-iconifies in the
1596                 background.
1597
1598 2010-12-20 [colin]      3.7.8cvs12
1599
1600         * src/common/base64.c
1601                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1602                 Patch by pochini at shiny.it
1603
1604 2010-12-19 [colin]      3.7.8cvs11
1605
1606         * src/ldapserver.c
1607                 Better debug.
1608
1609 2010-12-18 [colin]      3.7.8cvs10
1610
1611         * src/compose.c
1612                 Fix bug #2148, "Attachment content-transfer-encoding 
1613                 incorrectly set when signing emails". The RFC 2045
1614                 states that message/* and multipart/* encoding must
1615                 be either 7-bit, 8-bit or binary.
1616
1617 2010-12-18 [mones]      3.7.8cvs9
1618
1619         * src/ldaputil.c
1620                 Fix crash when searching or adding a LDAP server
1621
1622 2010-12-17 [colin]      3.7.8cvs8
1623
1624         * configure.ac
1625         * src/editldap.c
1626         * src/ldapquery.c
1627         * src/ldapserver.c
1628         * src/ldapupdate.c
1629         * src/ldaputil.c
1630         * src/ldaputil.h
1631                 Better error logging. Disable LDAP SSL/TLS on
1632                 Windows, it's crashy/non-worky.
1633
1634 2010-12-17 [colin]      3.7.8cvs7
1635
1636         * src/folder.c
1637                 Fix bug #2325, "messages remains in folder cache after moving
1638                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1639
1640 2010-12-17 [colin]      3.7.8cvs6
1641
1642         * src/addressadd.c
1643         * src/addressbook.c
1644         * src/addrindex.c
1645         * src/ldapquery.c
1646         * src/ldapquery.h
1647         * src/ldapserver.c
1648         * src/ldapserver.h
1649         * src/ldapupdate.c
1650         * src/ldaputil.c
1651         * src/ldaputil.h
1652                 Windows build fixes (w32 LDAP completely untested!)
1653
1654 2010-12-16 [colin]      3.7.8cvs5
1655
1656         * src/addrindex.c
1657         * src/editldap.c
1658         * src/ldapctrl.c
1659         * src/ldapquery.c
1660         * src/ldapserver.c
1661         * src/ldapserver.h
1662         * src/ldapupdate.c
1663         * src/ldaputil.c
1664                 Try to rationalize a bit LDAP connections
1665
1666 2010-12-16 [colin]      3.7.8cvs4
1667
1668         * src/prefs_spelling.c
1669         * src/common/defs.h
1670                 Add a button to get dictionaries (win32)
1671
1672 2010-12-16 [colin]      3.7.8cvs3
1673
1674         * src/prefs_matcher.c
1675                 Fix bug #2279, "crash when clicking 'define' in filter
1676                 configuring". Thanks to Theodor Ciobanu for the hint at
1677                 the problem.
1678
1679 2010-12-14 [colin]      3.7.8cvs2
1680
1681         * src/gtk/gtkaspell.c
1682                 Add missing guard for sys/wait.h
1683
1684 2010-12-05 [colin]      3.7.8cvs1
1685
1686         * tools/make.themes.project
1687                 Seems wget has changed naming of targets downloaded.
1688                 Fix it by always providing our own name.
1689                 [Pushing mones' patch again after messing with CVSROOT]
1690
1691 2010-12-04 [paul]       3.7.8
1692         * NEWS
1693         * README
1694         * RELEASE_NOTES 
1695                 3.7.8 unleashed!
1696
1697 2010-12-03 [paul]       3.7.7cvs11
1698
1699         * configure.ac
1700         * manual/xml2pdf ** REMOVED **
1701         * manual/dist/pdf/Makefile.am
1702         * manual/es/dist/pdf/Makefile.am
1703         * manual/fr/dist/pdf/Makefile.am
1704         * manual/pl/dist/pdf/Makefile.am
1705                 simplify check for tools needed for manual building,
1706                 remove xml2pdf and use docbook2pdf instead
1707
1708 2010-12-03 [mir]        3.7.7cvs10
1709
1710         * configure.ac
1711                 Fix bug so that configure option --disable-manual
1712                 actually disable building the manuals
1713
1714 2010-12-01 [pawel]      3.7.7cvs9
1715
1716         * src/crash.c
1717                 One more GTK+ 2.22 build fix
1718
1719 2010-11-30 [colin]      3.7.7cvs8
1720
1721         * src/action.c
1722                 Fix bug #2317, 'Action results in "Bad file descriptor"'
1723                 Introduced in 3.7.6cvs57. In fact the error has been there
1724                 since ages, and only new thing is the verification of the
1725                 various functions return code. Let the stuff work as it
1726                 does, as it seems to do the right thing since ages.
1727
1728 2010-11-28 [colin]      3.7.7cvs7
1729
1730         * src/gtk/quicksearch.c
1731                 Fix bug #2313, 'CLI quicksearch sometimes returns 
1732                 the same messages twice'. Patch by Sebastien Bigaret
1733
1734 2010-11-25 [paul]       3.7.7cvs6
1735
1736         * src/prefs_common.c
1737                 make "gtk_can_change_accels" FALSE by default.
1738                 fixes bug #2309, 'Shortcuts should not be modifiable
1739                 by default' (RFE)
1740
1741 2010-11-24 [mones]      3.7.7cvs5
1742
1743         * src/mainwindow.c
1744                 Add missing shortcuts for marking as spam and ham
1745                 Fixes Debian bug #599547
1746
1747 2010-11-22 [colin]      3.7.7cvs4
1748
1749         * src/compose.c
1750                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1751                 five patches were needed to fix a corner case
1752                 is a good indicator that is was bound to break
1753                 something.
1754
1755 2010-11-21 [colin]      3.7.7cvs3
1756
1757         * src/plugins/pgpcore/claws.def
1758                 Win32 build fix
1759
1760 2010-11-20 [wwp]        3.7.7cvs2
1761
1762         * src/main.c
1763           Fix either a typo or an irrelevant iff word there.
1764           IMO type and recursive possible values should be changed to
1765           smth simple and neat here, and help strings be really
1766           translatable.
1767
1768 2010-11-20 [colin]      3.7.7cvs1
1769
1770         * AUTHORS
1771                 Damn, forgot to commit this file twice.
1772
1773 2010-11-19 [paul]       3.7.7
1774         * NEWS
1775         * README
1776         * RELEASE_NOTES 
1777                 3.7.7 unleashed!
1778
1779 2010-11-19 [paul]       3.7.6cvs66
1780
1781         * po/ca.po
1782         * po/cs.po
1783         * po/de.po
1784         * po/es.po
1785         * po/fi.po
1786         * po/fr.po
1787         * po/hu.po
1788         * po/id.po
1789         * po/pt_BR.po
1790         * po/sk.po
1791         * po/uk.po
1792                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1793                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1794                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1795
1796 2010-11-17 [colin]      3.7.6cvs65
1797
1798         * src/common/utils.c
1799                 Separate email address from timestamp with a dot.
1800                 Fix coding style.
1801
1802 2010-11-17 [colin]      3.7.6cvs64
1803
1804         * src/common/utils.c
1805                 Fix multiple @ in generated message-ids.
1806                 That's not allowed in RFC 2822.
1807
1808 2010-11-16 [mones]      3.7.6cvs63
1809
1810         * manual/es/advanced.xml
1811                 Synchronise with English version
1812
1813 2010-11-04 [wwp]        3.7.6cvs62
1814
1815         * src/filtering.c
1816                 Fix bug 2293, "filtering: simplify expression", as simplifying
1817                 this expression doesn't make it less easy to understand and we
1818                 gain few cycles by making the logical expression more simple
1819                 by applying. Patch by Nicolas Kaiser.
1820
1821 2010-11-03 [colin]      3.7.6cvs61
1822
1823         * src/addrindex.c
1824                 Fix bug 2294, "addrindex.c: address index conversion always
1825                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1826
1827 2010-11-02 [wwp]        3.7.6cvs60
1828
1829         * src/action.c
1830         * src/statusbar.c
1831         * src/toolbar.c
1832                 Enlarge the progress bar (main window) a bit when compiling
1833                 for UMPCs like maemo: this solves truncated text that might
1834                 appear in the progress bar while processing messages.
1835                 Also use a more compact string format when displaying
1836                 progress like 'number/total', still for UMPCs, this fixes
1837                 a previous inconsistency with these format strings where
1838                 no space around the / were used sometimes.
1839
1840 2010-10-26 [ticho]      3.7.6cvs59
1841
1842         * src/news.c
1843                 Recreate NNTP session if server port setting has changed. Fixes
1844                 bug #2092.
1845
1846 2010-10-26 [colin]      3.7.6cvs58
1847
1848         * src/imap_gtk.c
1849         * src/mh_gtk.c
1850                 Fix copy-paste error, thanks to David Relson
1851                 for spotting it.
1852
1853 2010-10-18 [colin]      3.7.6cvs57
1854
1855         * src/action.c
1856         * src/addrharvest.c
1857         * src/alertpanel.c
1858         * src/filtering.c
1859         * src/jpilot.c
1860         * src/prefs_themes.c
1861         * src/procmime.c
1862         * src/textview.c
1863         * src/gtk/gtkutils.c
1864         * src/gtk/quicksearch.c
1865         * src/gtk/quicksearch.h
1866         * src/plugins/pgpcore/passphrase.c
1867         * src/plugins/spamassassin/libspamc.c
1868                 Fix warnings
1869
1870 2010-10-17 [colin]      3.7.6cvs56
1871
1872         * src/prefs_themes.c
1873         * src/gtk/gtkaspell.c
1874         * src/gtk/gtkutils.c
1875         * src/gtk/gtkutils.h
1876         * src/gtk/inputdialog.c
1877         * src/gtk/progressdialog.c
1878                 Undeprecate a few things
1879
1880 2010-10-17 [colin]      3.7.6cvs55
1881
1882         * src/main.c
1883         * src/gtk/authors.h
1884         * src/gtk/quicksearch.c
1885         * src/gtk/quicksearch.h
1886                 Add ability to search from the command-line.
1887                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1888                 Patch by Sebastien Bigarret.
1889
1890 2010-10-04 [mones]      3.7.6cvs54
1891
1892         * manual/dist/pdf/Makefile.am
1893                 Fix build of English PDF manual
1894                 (sh: Can't open ../../../xml2pdf)
1895
1896 2010-10-03 [colin]      3.7.6cvs53
1897
1898         * src/folder.c
1899         * src/folder.h
1900         * src/imap.c
1901         * src/mh.c
1902         * src/procmsg.c
1903                 Get rid of GRelation which were, mostly, used as
1904                 GHashTables. Probably fixes bug #2277, 'Segfault when
1905                 loading inbox for the first time'
1906
1907 2010-10-03 [mir]        3.7.6cvs52
1908
1909         * manual/de/dist/html/Makefile.am
1910         * manual/de/dist/pdf/Makefile.am
1911         * manual/de/dist/ps/Makefile.am
1912         * manual/de/dist/txt/Makefile.am
1913         * manual/dist/html/Makefile.am
1914         * manual/dist/pdf/Makefile.am
1915         * manual/dist/ps/Makefile.am
1916         * manual/dist/txt/Makefile.am
1917         * manual/es/dist/html/Makefile.am
1918         * manual/es/dist/pdf/Makefile.am
1919         * manual/es/dist/ps/Makefile.am
1920         * manual/es/dist/txt/Makefile.am
1921         * manual/fr/dist/html/Makefile.am
1922         * manual/fr/dist/pdf/Makefile.am
1923         * manual/fr/dist/ps/Makefile.am
1924         * manual/fr/dist/txt/Makefile.am
1925         * manual/pl/dist/html/Makefile.am
1926         * manual/pl/dist/pdf/Makefile.am
1927         * manual/pl/dist/ps/Makefile.am
1928         * manual/pl/dist/txt/Makefile.am
1929             Missing Makefile.am's for 3.7.6cvs49
1930
1931
1932 2010-10-03 [colin]      3.7.6cvs51
1933
1934         * po/POTFILES.in
1935                 Fix build
1936
1937 2010-10-02 [mir]        3.7.6cvs50
1938
1939         * manual/de/dist/html/Makefile.am
1940         * manual/de/dist/pdf/Makefile.am
1941         * manual/de/dist/ps/Makefile.am
1942         * manual/de/dist/txt/Makefile.am
1943         * manual/dist/html/Makefile.am
1944         * manual/dist/pdf/Makefile.am
1945         * manual/dist/ps/Makefile.am
1946         * manual/dist/txt/Makefile.am
1947         * manual/es/dist/html/Makefile.am
1948         * manual/es/dist/pdf/Makefile.am
1949         * manual/es/dist/ps/Makefile.am
1950         * manual/es/dist/txt/Makefile.am
1951         * manual/fr/dist/html/Makefile.am
1952         * manual/fr/dist/pdf/Makefile.am
1953         * manual/fr/dist/ps/Makefile.am
1954         * manual/fr/dist/txt/Makefile.am
1955         * manual/pl/dist/html/Makefile.am
1956         * manual/pl/dist/pdf/Makefile.am
1957         * manual/pl/dist/ps/Makefile.am
1958         * manual/pl/dist/txt/Makefile.am
1959             Part 2 of last commit which broke due to a permission error
1960             Avoid claws trying to build manuals if the required
1961             tools are not present.
1962
1963 2010-10-02 [mir]        3.7.6cvs49
1964
1965         * configure.ac
1966         * manual/de/dist/html/Makefile.am
1967         * manual/de/dist/pdf/Makefile.am
1968         * manual/de/dist/ps/Makefile.am
1969         * manual/de/dist/txt/Makefile.am
1970         * manual/dist/html/Makefile.am
1971         * manual/dist/pdf/Makefile.am
1972         * manual/dist/ps/Makefile.am
1973         * manual/dist/txt/Makefile.am
1974         * manual/es/dist/html/Makefile.am
1975         * manual/es/dist/pdf/Makefile.am
1976         * manual/es/dist/ps/Makefile.am
1977         * manual/es/dist/txt/Makefile.am
1978         * manual/fr/dist/html/Makefile.am
1979         * manual/fr/dist/pdf/Makefile.am
1980         * manual/fr/dist/ps/Makefile.am
1981         * manual/fr/dist/txt/Makefile.am
1982         * manual/pl/dist/html/Makefile.am
1983         * manual/pl/dist/pdf/Makefile.am
1984         * manual/pl/dist/ps/Makefile.am
1985         * manual/pl/dist/txt/Makefile.am
1986             1) Downgrade autoconf requirements to 2.59 to allow
1987             building on oldest supported Linux distributions.
1988             2) Only try to build manuals if the needed software
1989             is present.
1990
1991 2010-10-02 [colin]      3.7.6cvs48
1992
1993         * src/plugins/trayicon/trayicon.c
1994                 And fix theme updating.
1995
1996 2010-10-02 [colin]      3.7.6cvs47
1997
1998         * src/plugins/trayicon/trayicon.c
1999                 Got burnt by wrong indentation!
2000
2001 2010-10-02 [colin]      3.7.6cvs46
2002
2003         * configure.ac
2004                 Forgot to remove the directory from top-level
2005
2006 2010-10-02 [colin]      3.7.6cvs45
2007
2008         * src/plugins/trayicon/Makefile.am
2009         * src/plugins/trayicon/trayicon.c
2010         * src/plugins/trayicon/libeggtrayicon/.cvsignore
2011         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2012         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2013         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2014         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2015         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2016         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2017         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2018         * src/plugins/trayicon/libeggtrayicon/xembed.h
2019                 Finally get rid of Eggtrayicon, use GtkStatusIcon
2020                 instead (which can be done safely now that we 
2021                 require GTK+ 2.10).
2022
2023 2010-10-02 [colin]      3.7.6cvs44
2024
2025         * src/action.c
2026         * src/addr_compl.c
2027         * src/addressbook.c
2028         * src/addrgather.c
2029         * src/alertpanel.c
2030         * src/editaddress.c
2031         * src/editaddress_other_attributes_ldap.c
2032         * src/editgroup.c
2033         * src/folderview.c
2034         * src/grouplistdialog.c
2035         * src/headerview.c
2036         * src/image_viewer.c
2037         * src/importldif.c
2038         * src/main.c
2039         * src/mainwindow.c
2040         * src/message_search.c
2041         * src/mimeview.c
2042         * src/prefs_themes.c
2043         * src/summary_search.c
2044         * src/summaryview.c
2045         * src/toolbar.c
2046         * src/etpan/imap-thread.c
2047         * src/gtk/authors.h
2048         * src/gtk/gtkcmclist.c
2049         * src/gtk/gtkcmoptionmenu.c
2050         * src/gtk/gtkutils.c
2051         * src/gtk/gtkutils.h
2052         * src/gtk/gtkvscrollbutton.c
2053         * src/plugins/pgpcore/select-keys.c
2054         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2055                 Undeprecate for GTK+2.22. Patch by Reed Loden.
2056                 Fixes bug #2276, 'Compile in maintainer mode
2057                 fails on GTK+ 2.22'.
2058
2059 2010-10-02 [colin]      3.7.6cvs43
2060
2061         * configure.ac
2062                 It's now time to remove the temporary enable-openssl
2063                 option that was used when we removed OpenSSL. See 
2064                 bug #2276 comment #14.
2065
2066 2010-09-30 [wwp]        3.7.6cvs42
2067
2068         * src/prefs_account.c
2069         * src/prefs_filtering_action.c
2070         * src/prefs_matcher.c
2071                         Fix bug #2274, wrong color label index range
2072                         used w/ gtk_cmoption_menu (behaviour change
2073                         has been introduced w/ 3.5.0cvs49 apparently),
2074                         now it must be 1..N so let's use colorlabel value
2075                         (0..N) + 1.
2076                         
2077
2078 2010-09-20 [pawel]      3.7.6cvs41
2079
2080         * src/compose.c
2081         * src/mainwindow.c
2082         * src/summaryview.c
2083                 revert last patch
2084
2085 2010-09-19 [pawel]      3.7.6cvs40
2086
2087         * src/compose.c
2088         * src/mainwindow.c
2089         * src/summaryview.c
2090                 Set ML menus sensitivity accordingly to
2091                 possibility of reply to ML
2092
2093 2010-09-19 [colin]      3.7.6cvs39
2094
2095         * src/compose.c
2096                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2097                 to newsgroups, and NNTP accounts *can* send email. We 
2098                 should not force an email account when replying to_ml or
2099                 anything...
2100
2101 2010-09-19 [colin]      3.7.6cvs38
2102
2103         * src/compose.c
2104                 Revert previous commit (which breaks Reply to newsgroups)
2105
2106 2010-09-17 [pawel]      3.7.6cvs37
2107
2108         * src/compose.c
2109                 Respect reply_account_autosel when changing compose
2110                 account to email one while replying to NNTP post
2111
2112 2010-09-17 [wwp]        3.7.6cvs36
2113
2114         * doc/man/claws-mail.1
2115         Update --compose documentation in `man claws-mail`.
2116
2117 2010-09-12 [pawel]      3.7.6cvs35
2118
2119         * src/compose.c
2120                 Add forgotten bit to previous commit,
2121                 select email account when replying to ML
2122
2123 2010-09-12 [pawel]      3.7.6cvs34
2124
2125         * src/compose.c
2126                 Fix bug #2247 "nntp reply-to-all broken?"
2127                 Make reply-to-all and reply-to-ml work as expected in
2128                 mailing list through NNTP case
2129
2130 2010-09-11 [pawel]      3.7.6cvs33
2131
2132         * src/mainwindow.c
2133         * src/summaryview.c
2134         * src/toolbar.c
2135                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2136                 fixes build with GTK+ < 2.18
2137
2138 2010-09-10 [pawel]      3.7.6cvs32
2139
2140         * src/mainwindow.c
2141         * src/summaryview.c
2142         * src/toolbar.c
2143                 Make Tab key switch between FolderView, MsgView and
2144                 SummaryView only, other widgets have/can have their own
2145                 keybindings anyway
2146
2147 2010-08-25 [colin]      3.7.6cvs31
2148
2149         * src/procmime.c
2150         * AUTHORS
2151         * src/gtk/authors.h
2152         * src/common/base64.c
2153         * src/common/base64.h
2154                 Fix bug #2245, "base64 decoding fails with line breaks"
2155                 Patch by Yotam Medini
2156
2157 2010-08-25 [colin]      3.7.6cvs30
2158
2159         * src/main.c
2160                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2161
2162 2010-08-23 [pawel]      3.7.6cvs29
2163
2164         * src/inc.c
2165         * src/send_message.c
2166         * src/statusbar.c
2167         * src/toolbar.c
2168                 Hide progressbar on statusbar when not needed
2169
2170 2010-08-17 [colin]      3.7.6cvs28
2171
2172         * src/main.c
2173                 Fix previous patch (our own tmp dir is inside
2174                 our rc dir)
2175
2176 2010-08-16 [colin]      3.7.6cvs27
2177
2178         * src/main.c
2179                 Use temp dir to store logs in Windows. Avoids doing
2180                 get_rc_dir() early, which prevents set_rc_dir()
2181                 working correctly.
2182
2183 2010-07-31 [holger]     3.7.6cvs26
2184
2185         * src/gtk/gtkshruler.c
2186                 Yet more GdkGC to Cairo porting
2187
2188 2010-07-30 [holger]     3.7.6cvs25
2189
2190         * src/stock_pixmap.c
2191                 More GdkGC to Cairo porting
2192
2193 2010-07-30 [holger]     3.7.6cvs24
2194
2195         * src/gtk/colorlabel.c
2196                 One GdkGC usage less
2197
2198 2010-07-29 [holger]     3.7.6cvs23
2199
2200         * src/printing.c
2201                 Replace some gdk drawing with cairo, as the former
2202                 is going towards deprecation.
2203
2204 2010-07-25 [colin]      3.7.6cvs22
2205
2206         * src/common/utils.c
2207                 And now for a real fix. g_list_remove() doesn't, of
2208                 course, free the data. But we have to have a solid
2209                 pointer to it in order to free it ourselves instead
2210                 of relying on the old freed list pointer.
2211                 Maybe that's the last patch on the subject now ? :)
2212
2213 2010-07-25 [colin]      3.7.6cvs21
2214
2215         * src/common/utils.c
2216                 Remove stupid and extraneous g_free() of elements
2217                 which have just been freed by g_list_remove(). (see
2218                 GList documentation). I don't know how it worked before
2219
2220 2010-07-25 [colin]      3.7.6cvs20
2221
2222         * src/common/utils.c
2223                 Reverse free/use with more logical and safe
2224                 use/free. Thanks to Michael Rasmussen !
2225
2226 2010-07-24 [colin]      3.7.6cvs19
2227
2228         * src/gtk/quicksearch.c
2229                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2230                 'freeze when using quick search'
2231
2232 2010-07-11 [iwkse]      3.7.6cvs18
2233
2234         * src/gtk/quicksearch.c
2235                 Add SMALL_LAYOUT to quicksearch_relayout
2236
2237 2010-07-10 [iwkse]      3.7.6cvs17
2238
2239         * src/mainwindow.h
2240                         Remove forgotten variable from
2241                         the last bugfix #2224
2242
2243 2010-07-10 [colin]      3.7.6cvs16
2244
2245         * src/mainwindow.c
2246         * src/gtk/quicksearch.c
2247                 Clean fix for bug #2224: don't mess with GTK settings when
2248                 handling the layout ourselves is enough
2249
2250 2010-07-09 [iwkse]      3.7.6cvs15
2251
2252         * src/mainwindow.h
2253         * src/mainwindow.c
2254                         Better fix for Bug #2224
2255
2256 2010-07-09 [iwkse]      3.7.6cvs14
2257
2258         * src/mainwindow.c
2259                         Bug #2224
2260                         Always use stock icons on buttons
2261
2262 2010-07-08 [colin]      3.7.6cvs13
2263
2264         * src/gtk/filesel.c
2265                 Fix bug 2223, 'Compilation fails with GTK+
2266                 2.21.3'. Thanks to Jan Psota !
2267
2268 2010-06-29 [pawel]      3.7.6cvs12
2269
2270         * src/compose.c
2271                 Revert 3.7.5cvs41, it breaks templates that use %X
2272
2273 2010-06-23 [wwp]        3.7.6cvs11
2274
2275         * src/gtk/colorlabel.c
2276                 Silent up a warning by avoiding possible confusion
2277                 in logical expression evaluation, thanks to TuxCM.
2278
2279 2010-06-21 [iwkse]      3.7.6cvs10
2280
2281         * src/gtk/quicksearch.c
2282                 Do not add into quicksearch history
2283                 matching rules with bad syntax
2284
2285 2010-05-26 [holger]     3.7.6cvs9
2286
2287         * src/summaryview.c
2288         * src/summaryview.h
2289                 Add function to select rows given a list of messages,
2290                 complementary to summary_get_selected_msg_list()
2291
2292 2010-05-22 [mir]        3.7.6cvs8
2293
2294         * src/ldapctrl.c
2295                 Fix bug 2208. Encode encrypted password to qouted
2296                 printable to avoid making invalid XML. Encoding
2297                 will be activated the first time the password is
2298                 changed.
2299
2300 2010-05-22 [paul]       3.7.6cvs7
2301
2302         * manual/advanced.xml
2303         * src/compose.c
2304         * src/prefs_common.c
2305         * src/prefs_common.h
2306                 after using the compose margin for several days
2307                 I wanted the old style back - add a new hidden
2308                 pref 'show_compose_margin' to restore the old
2309                 behaviour (defaults to FALSE)
2310
2311 2010-05-14 [paul]       3.7.6cvs6
2312
2313         * src/compose.c
2314                 add a margin to the compose window text that matches
2315                 the margin in textview
2316
2317 2010-05-14 [colin]      3.7.6cvs5
2318
2319         * src/gtk/sslcertwindow.c
2320                 Fix dangling pointer. Thanks to Michael R!
2321
2322 2010-05-14 [colin]      3.7.6cvs4
2323
2324         * src/gtk/sslcertwindow.c
2325                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
2326                 expired but certificate check is skipped' and maybe
2327                 bug 2200, 'SSL is not working with POP3'
2328
2329 2010-05-14 [colin]      3.7.6cvs3
2330
2331         * src/plugins/pgpinline/pgpinline.c
2332                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2333
2334 2010-05-04 [iwkse]      3.7.6cvs2
2335
2336         * src/prefs_message.c
2337                         Get a generic name as 'Quotation' for
2338                         the frame
2339
2340 2010-05-04 [iwkse]      3.7.6cvs1
2341
2342         * src/prefs_message.c
2343         * src/prefs_common.h
2344         * src/prefs_common.c
2345         * src/textview.c
2346                         Fix #2188
2347                         Option for collapsing via double-click
2348
2349 2010-05-01 [paul]       3.7.6
2350         * NEWS
2351         * README
2352         * RELEASE_NOTES 
2353                 3.7.6 unleashed!
2354
2355 2010-05-01 [paul]       3.7.5cvs55
2356
2357         * tools/claws.i18n.status.pl
2358                 add Ukrainian stat
2359
2360 2010-05-01 [paul]       3.7.5cvs54
2361
2362         * src/gtk/authors.h
2363                 add YUP, new Ukrainian translator
2364
2365 2010-04-30 [paul]       3.7.5cvs53
2366
2367         * configure.ac
2368         * po/uk.po
2369                 add Ukrainian translation, submitted by YUP
2370         * po/cs.po
2371         * po/de.po
2372         * po/fi.po
2373         * po/hu.po
2374         * po/nl.po
2375         * po/pt_BR.po
2376         * po/pt_PT.po
2377         * po/sk.po
2378                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2379                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
2380                 Tiago Faria, and Slavko
2381
2382 2010-04-26 [wwp]        3.7.5cvs52
2383
2384         * po/fr.po
2385                 Fix capitalization.
2386
2387 2010-04-26 [mones]      3.7.5cvs51
2388
2389         * po/es.po
2390                 Updated for release
2391
2392 2010-04-22 [pawel]      3.7.5cvs50
2393
2394         * src/addressbook.c
2395                 fix compile warning
2396         * src/vcard.c
2397                 first NULL check pointer, then use it
2398
2399 2010-04-22 [colin]      3.7.5cvs49
2400
2401         * src/imap.c
2402                 Fix error message when session isn't established
2403         * po/fr.po
2404                 Update translation and fix a typo in it
2405
2406 2010-04-15 [pawel]      3.7.5cvs48
2407
2408         * src/prefs_account.c
2409                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2410                                 the port isn't configured properly'
2411                 When using SSL/TLS tunneling automatically use default
2412                 ports for encrypted connections: smtps, pop3s, imaps, nntps
2413
2414 2010-04-15 [pawel]      3.7.5cvs47
2415
2416         * src/action.c
2417                 Fix crasher in actions using '%f' argument
2418                 on multiple files with external scripts which
2419                 don't return any output.
2420
2421 2010-04-14 [colin]      3.7.5cvs46
2422
2423         * src/mainwindow.c
2424                 Fix hand cursor after error symbol appears
2425
2426 2010-04-12 [colin]      3.7.5cvs45
2427
2428         * configure.ac
2429                 Fix bug 2162, 'configure check for libetpan 
2430                 fails with libetpan 1.0'
2431
2432
2433 2010-04-09 [mones]      3.7.5cvs44
2434
2435         * manual/de/glossary.xml
2436                 Fix encoding to match main document's
2437                 Also fixes make dist with Debian's openjade
2438
2439 2010-03-29 [pawel]      3.7.5cvs43
2440
2441         * src/matcher_parser.h
2442         * src/matcher_parser_parse.y
2443         * src/gtk/quicksearch.c
2444                 Disable matcher warnings when populating quicksearch
2445                 completion lists on startup
2446
2447 2010-03-27 [colin]      3.7.5cvs42
2448
2449         * src/gtk/quicksearch.c
2450                 Fix double-free later in code. Optimize
2451                 list creation
2452
2453 2010-03-27 [pawel]      3.7.5cvs41
2454
2455         * src/compose.c
2456                 Make sure that quote ends with new line char
2457
2458 2010-03-26 [pawel]      3.7.5cvs40
2459
2460         * src/compose.c
2461         * src/compose.h
2462         * src/textview.c
2463                 Fix Bug 1928 Add "reply to this address" pop menu 
2464                              on Message View
2465                 - Set composing account to email one when creating/replying
2466                   from NNTP folder by clicking link or choosing option
2467                   from popup menu
2468                 - Factorize code
2469
2470 2010-03-25 [paul]       3.7.5cvs39
2471
2472         * src/gtk/gtkcmclist.c
2473                 Fix build with GTK+ 2.20
2474
2475 2010-03-24 [pawel]      3.7.5cvs38
2476
2477         * src/addr_compl.c
2478         * src/compose.c
2479         * src/folderview.c
2480         * src/grouplistdialog.c
2481         * src/headerview.c
2482         * src/mainwindow.c
2483         * src/mimeview.c
2484         * src/prefs_account.c
2485         * src/gtk/gtkcmclist.c
2486         * src/gtk/gtkcmctree.c
2487         * src/gtk/gtkcmoptionmenu.c
2488         * src/gtk/gtksctree.c
2489         * src/gtk/gtkshruler.c
2490         * src/gtk/gtkutils.c
2491         * src/gtk/gtkutils.h
2492         * src/gtk/gtkvscrollbutton.c
2493         * src/gtk/inputdialog.c
2494         * src/gtk/spell_entry.c
2495         * src/plugins/trayicon/trayicon.c
2496         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2497         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2498         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2499                 Fix build with GTK+ 2.19
2500
2501 2010-03-23 [pawel]      3.7.5cvs37
2502
2503         * src/mainwindow.c
2504         * src/mimeview.c
2505                 Respect view->show_col_headers option
2506         * src/gtk/gtkcmctree.c
2507                 Fix GtkCmcTree column width calculation when it has
2508                 auto_resize set and new node is added
2509
2510 2010-03-22 [pawel]      3.7.5cvs36
2511
2512         * src/grouplistdialog.c
2513         * src/prefs_common.c
2514         * src/prefs_common.h
2515                 - remember newsgroups list dialog size
2516                 - respect use_dotted_lines hidden pref
2517                 - respect use_stripes_everywhere hidden pref
2518
2519 2010-03-21 [pawel]      3.7.5cvs35
2520
2521         * src/addrgather.c
2522                 Remove superfluous gtk_widget_show_all()
2523         * src/mimeview.c
2524                 Add forgotten colon
2525         * src/common/utils.c
2526                 Return correct type
2527
2528 2010-03-21 [pawel]      3.7.5cvs34
2529
2530         * src/main.c
2531         * src/gtk/quicksearch.c
2532         * src/gtk/quicksearch.h
2533                 Implement separate search phrase completion for
2534                 normal/extended quicksearch
2535
2536 2010-03-11 [paul]       3.7.5cvs33
2537
2538         * po/zh_CN.po
2539                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2540                 submitted by Yuwei Yu
2541
2542 2010-03-09 [colin]      3.7.5cvs32
2543
2544         * manual/de/glossary.xml
2545                 Fix build
2546
2547 2010-03-02 [colin]      3.7.5cvs31
2548
2549         * manual/de/glossary.xml
2550                 Sort alphabetically. Done by Volker Ribbert.
2551
2552 2010-03-02 [mones]      3.7.5cvs30
2553
2554         * README
2555                 Fix mailing list archives location
2556                 Remove currently unavailable CVS webview
2557
2558 2010-03-01 [iwkse]      3.7.5cvs29
2559
2560         * src/common/plugin.c
2561                         Other indentation issues
2562
2563 2010-03-01 [iwkse]      3.7.5cvs28
2564
2565         * src/common/plugin.c
2566                         Fix indentation of the previous commit
2567
2568 2010-03-01 [iwkse]      3.7.5cvs27
2569
2570         * src/common/plugin.h
2571         * src/common/plugin.c
2572                         Add API for getting a loaded Plugin from the
2573                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
2574                         Thanks to Colin, Michael
2575
2576 2010-02-27 [colin]      3.7.5cvs26
2577
2578         * configure.ac
2579         * AUTHORS
2580         * src/gtk/authors.h
2581         * manual/Makefile.am
2582         * manual/de/Makefile.am
2583         * manual/de/account.xml
2584         * manual/de/ack.xml
2585         * manual/de/addrbook.xml
2586         * manual/de/advanced.xml
2587         * manual/de/claws-mail-manual.xml
2588         * manual/de/faq.xml
2589         * manual/de/glossary.xml
2590         * manual/de/gpl.xml
2591         * manual/de/handling.xml
2592         * manual/de/intro.xml
2593         * manual/de/keyboard.xml
2594         * manual/de/plugins.xml
2595         * manual/de/starting.xml
2596         * manual/de/dist/.cvsignore
2597         * manual/de/dist/Makefile.am
2598         * manual/de/dist/html/.cvsignore
2599         * manual/de/dist/html/Makefile.am
2600         * manual/de/dist/pdf/.cvsignore
2601         * manual/de/dist/pdf/Makefile.am
2602         * manual/de/dist/ps/.cvsignore
2603         * manual/de/dist/ps/Makefile.am
2604         * manual/de/dist/txt/.cvsignore
2605         * manual/de/dist/txt/Makefile.am
2606                 Add the german translation of the manual, done by
2607                 Volker Ribbert <thoraki@arcor.de>.
2608
2609 2010-02-27 [holger]     3.7.5cvs25
2610
2611         * src/prefs_toolbar.c
2612                 Don't make toolbar item description for
2613                 plugin registered items editable
2614
2615 2010-02-26 [colin]      3.7.5cvs24
2616
2617         * src/toolbar.c
2618                 Don't translate empty description
2619
2620 2010-02-22 [colin]      3.7.5cvs23
2621
2622         * src/compose.c
2623                 Don't make In-Reply-To visible when reediting
2624                 a draft or sent mail.
2625
2626 2010-02-20 [colin]      3.7.5cvs22
2627
2628         * src/imap.c
2629         * src/imap.h
2630         * src/main.c
2631         * src/mainwindow.c
2632         * src/etpan/imap-thread.c
2633         * src/etpan/imap-thread.h
2634         * src/etpan/nntp-thread.c
2635         * src/etpan/nntp-thread.h
2636                 When going offline from NetworkManager, just
2637                 delete IMAP connections. That'll avoid timeouts
2638                 when coming back online in certain cases when
2639                 the TCP socket will have timed out.
2640
2641 2010-02-20 [holger]     3.7.5cvs21
2642
2643         * .cvsignore
2644                 More files to ignore
2645
2646 2010-02-17 [ticho]      3.7.5cvs20
2647
2648         * src/summaryview.c
2649         * src/summaryview.h
2650         * src/toolbar.c
2651                 Revert 3.7.5cvs19.
2652
2653 2010-02-16 [ticho]      3.7.5cvs19
2654
2655         * src/summaryview.c
2656         * src/summaryview.h
2657         * src/toolbar.c
2658                 Removed unused argument from summary_open_row().
2659
2660 2010-02-10 [pawel]      3.7.5cvs18
2661
2662         * src/compose.c
2663                 - fix headers filtering when prefs_common.trans_hdr is on
2664                 - fix headers setting when changing composing account 
2665                 - plug memleak
2666         * src/prefs_template.c
2667                 Re-add template's name for translation
2668
2669 2010-02-10 [colin]      3.7.5cvs17
2670
2671         * src/prefs_matcher.c
2672                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2673                 Condition>Define>Header>Name combo box'. Patch by
2674                 Francois Cami
2675
2676 2010-02-10 [colin]      3.7.5cvs16
2677
2678         * src/codeconv.c
2679         * src/codeconv.h
2680         * src/compose.c
2681         * src/mainwindow.c
2682         * src/messageview.c
2683         * src/prefs_send.c
2684         * src/procmime.c
2685         * src/textview.c
2686                 Add the GB18030 Chinese charset, which is a superset
2687                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2688
2689 2010-02-09 [holger]     3.7.5cvs15
2690
2691         * configure.ac
2692                 GTK+ 2.10 related cleanup
2693
2694 2010-02-09 [pawel]      3.7.5cvs14
2695
2696         * src/prefs_account.c
2697         * src/prefs_folder_item.c
2698         * src/prefs_template.c
2699         * src/quote_fmt.c
2700                 Respect prefs_common.trans_hdr in couple more places to avoid
2701                 confusion with translated/non-translated header names
2702
2703 2010-02-09 [colin]      3.7.5cvs13
2704
2705         * po/POTFILES.in
2706                 Fix make dist
2707
2708 2010-02-09 [colin]      3.7.5cvs12
2709
2710         * src/mimeview.c
2711                 And fix 2.10 build :)
2712
2713 2010-02-09 [colin]      3.7.5cvs11
2714
2715         * configure.ac
2716                 Bump up GTK+ requirement to 2.10
2717         * src/Makefile.am
2718         * src/compose.c
2719         * src/crash.c
2720         * src/foldersel.c
2721         * src/main.c
2722         * src/mainwindow.c
2723         * src/messageview.c
2724         * src/messageview.h
2725         * src/prefs_actions.c
2726         * src/prefs_common.c
2727         * src/prefs_common.h
2728         * src/prefs_ext_prog.c
2729         * src/prefs_filtering_action.c
2730         * src/prefs_fonts.c
2731         * src/prefs_image_viewer.c
2732         * src/prefs_matcher.c
2733         * src/prefs_msg_colors.c
2734         * src/prefs_summaries.c
2735         * src/prefs_template.c
2736         * src/printing.c
2737         * src/printing.h
2738         * src/quote_fmt.c
2739         * src/summaryview.c
2740         * src/textview.c
2741         * src/gtk/Makefile.am
2742         * src/gtk/about.c
2743         * src/gtk/gtkcmclist.c
2744         * src/gtk/gtkcmctree.c
2745         * src/gtk/gtkutils.c
2746         * src/gtk/quicksearch.c
2747                 Remove all compile-time conditionals depending on
2748                 GTK+ < 2.10
2749         * src/gedit-print.c
2750         * src/gedit-print.h
2751         * src/gtk/gtksourceprintjob.c
2752         * src/gtk/gtksourceprintjob.h
2753                 Remove libgnomeprint-based printing system (and
2754                 command-line-based printing system) as GTK+ 2.10
2755                 ships with print support.
2756
2757 2010-02-08 [mir]        3.7.5cvs10
2758
2759         * src/compose.c
2760             Avoid displaying Bcc headers in message sent
2761             to NNTP servers. Thanks to Henning Mersch.
2762
2763
2764 2010-02-08 [pawel]      3.7.5cvs9
2765
2766         * src/mimeview.c
2767                 Make tooltips less cryptic
2768         * src/gtk/description_window.c
2769                 Improve window size calculation
2770
2771 2010-02-08 [pawel]      3.7.5cvs8
2772
2773         * src/compose.c
2774         * src/compose.h
2775         * src/common/utils.c
2776         * src/common/utils.h
2777         * src/gtk/authors.h
2778                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2779                 Patch by Laurent Bigonville with slight modifications
2780
2781 2010-02-03 [pawel]      3.7.5cvs7
2782
2783         * m4/.cvsignore
2784                 Add some libtool files to ignore
2785
2786 2010-02-03 [pawel]      3.7.5cvs6
2787
2788         * src/plugins/trayicon/trayicon.c
2789                 Save and then restore focus when closing/minimizing to tray
2790
2791 2010-02-03 [mir]        3.7.5cvs5
2792
2793         * src/addrindex.c
2794         * src/editldap.c
2795         * src/ldapctrl.c
2796         * src/ldapctrl.h
2797         * src/ldapquery.c
2798         * src/ldapupdate.c
2799             Save LDAP password encrypted. See bug 2113.
2800
2801
2802 2010-02-03 [colin]      3.7.5cvs4
2803
2804         * src/privacy.c
2805                 Fix again decoding of encrypted parts. The
2806                 reverting of the patch was wrong, as the
2807                 double-decoding was fixed in smime itself.
2808                 Thanks to Matthias Drochner again...
2809
2810 2010-02-02 [colin]      3.7.5cvs3
2811
2812         * src/plugins/smime/smime.c
2813         * src/privacy.c
2814                 Revert 3.7.4cvs2 and make a better patch for bug
2815                 2059 and 2076. Patch by Matthias Drochner
2816
2817 2010-01-31 [pawel]      3.7.5cvs2
2818
2819         * src/gtk/authors.h
2820                 Fix hungarian translator's name
2821
2822 2010-01-31 [pawel]      3.7.5cvs1
2823
2824         * src/messageview.c
2825         * src/mimeview.c
2826                 Fix Bug 2107 - Arrow keys don't work in message view window
2827
2828 2010-01-31 [paul]       3.7.5
2829
2830         * NEWS
2831         * README
2832         * RELEASE_NOTES 
2833                 3.7.5 released!
2834
2835 2010-01-23 [pawel]      3.7.4cvs10
2836
2837         * src/addressbook.c
2838                 Fix button sensitivity in compose mode
2839
2840 2010-01-23 [pawel]      3.7.4cvs9
2841
2842         * commitHelper
2843         * tools/kdeservicemenu/install.sh
2844         * tools/make.themes.project
2845         * tools/nautilus2claws-mail.sh
2846         * tools/popfile-link.sh
2847         * tools/textviewer.sh
2848                 Not all systems have bash installed in /bin, use env(1) to find
2849                 it`s location
2850
2851 2010-01-22 [pawel]      3.7.4cvs8
2852
2853         * src/prefs_account.c
2854         * src/prefs_filtering.c
2855         * src/prefs_send.c
2856         * src/gtk/colorlabel.c
2857                 Add some separators in combos
2858
2859 2010-01-22 [pawel]      3.7.4cvs7
2860
2861         * autogen.sh
2862                 --disable-aspell -> --disable-enchant
2863         * configure.ac
2864                 Fix options spacing in configure --help
2865         * src/wizard.c
2866                 Make wizard's window centered on the screen
2867
2868 2010-01-19 [holger]     3.7.4cvs6
2869
2870         * src/folder.c
2871         * src/folder.h
2872                 Introduce folder_get_item_from_identifier().
2873                 In contrast to folder_find_item_from_identifier(), this
2874                 function recursively creates the FolderItems in the id path.
2875                 Useful for programmatically creating folders (e.g. by plugins)
2876
2877 2010-01-17 [pawel]      3.7.4cvs5
2878
2879         * src/gtk/authors.h
2880                 Fix my lastname
2881
2882 2010-01-16 [colin]      3.7.4cvs4
2883
2884         * src/plugins/pgpcore/sgpgme.c
2885                 Probably fix bug 2098, 'claws-mails crashes frequently 
2886                 with pgpcore'. Fix double-free.
2887
2888 2010-01-16 [holger]     3.7.4cvs3
2889
2890         * src/prefs_toolbar.h
2891                 Forgotten header
2892
2893 2010-01-15 [colin]      3.7.4cvs2
2894
2895         * src/privacy.c
2896                 Decode mimeinfo before decrypting it. Probably
2897                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
2898                 with S/MIME encryption' and bug 2076 'having 
2899                 worked 2 times properly CLAWS ceased to 
2900                 decrypt incoming PGP mails -displays base64 
2901                 instead - sucks completely'
2902                 Let's hope complete suckage ends here!
2903                 Thanks to Matthias Drochner.
2904
2905 2010-01-08 [paul]       3.7.4cvs1
2906
2907         * tools/claws.i18n.status.pl
2908                 fix typos
2909
2910 2010-01-08 [paul]       3.7.4
2911
2912         * NEWS
2913         * README
2914         * RELEASE_NOTES 
2915                 3.7.4 released!
2916
2917 2010-01-08 [paul]       3.7.3cvs57
2918
2919         * po/ca.po
2920         * po/cs.po
2921         * po/de.po
2922         * po/fi.po
2923         * po/hu.po
2924         * po/id.po
2925         * po/ja.po
2926         * po/nl.po
2927         * po/pt_BR.po
2928         * po/pt_PT.po
2929         * po/ru.po
2930         * po/sk.po
2931                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2932                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2933                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2934                 Slavko
2935
2936 2010-01-08 [paul]       3.7.3cvs56
2937
2938         * src/common/utils.c
2939                 fix bug 2089, 'URLs ending with an underscore ('_')
2940                 are not correctly parsed'. thanks to Johan
2941
2942 2010-01-05 [colin]      3.7.3cvs55
2943
2944         * po/fr.po
2945                 Update french translation
2946
2947 2010-01-04 [mones]      3.7.3cvs54
2948
2949         * po/es.po
2950                 Update Spanish translation
2951
2952 2010-01-04 [mones]      3.7.3cvs53
2953
2954         * manual/plugins.xml
2955                 Some format
2956         * manual/es/claws-mail-manual.xml
2957         * manual/es/intro.xml
2958         * manual/es/plugins.xml
2959                 Synchronise with English version
2960
2961 2010-01-03 [paul]       3.7.3cvs52
2962
2963         * ChangeLog
2964                 fix format
2965         * src/gtk/authors.h
2966                 update TEAM_LIST, fix encoding
2967
2968 2010-01-03 [mir]        3.7.3cvs51
2969
2970         * src/compose.c
2971                 When composing to a NNTP list TO: will always be preset
2972                 to the NNTP list unless user has chosen some other default
2973                 in which case we will handle this the normal way. Therefore
2974                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2975
2976 2010-01-01 [paul]       3.7.3cvs50
2977
2978         * src/gtk/about.c
2979                 bump copyright year whilst it's in mind
2980
2981 2009-12-31 [paul]       3.7.3cvs49
2982
2983         * manual/claws-mail-manual.xml
2984         * manual/intro.xml
2985         * manual/plugins.xml
2986                 fix links so that they make sense in the context of the
2987                 text version of the manual
2988
2989 2009-12-31 [paul]       3.7.3cvs48
2990
2991         * manual/intro.xml
2992         * manual/plugins.xml
2993                 updates, improvements, corrections, additions
2994
2995 2009-12-29 [pawel]      3.7.3cvs47
2996
2997         * src/prefs_filtering_action.c
2998                 Fix Bug 2082 'Wrong color rectangle position when replacing
2999                 "color" processing rule'
3000
3001 2009-12-29 [colin]      3.7.3cvs46
3002
3003         * src/compose.c
3004                 Fix bug 2074, 'Remember sending account 
3005                 for sent messages'
3006
3007 2009-12-20 [holger]     3.7.3cvs45
3008
3009         * src/compose.c
3010                 Delay CREATED_HOOKLIST invokation until
3011                 after the modifications to the compose window
3012                 are done, to allow hooks to further modify the
3013                 window without getting overridden again
3014
3015 2009-12-20 [holger]     3.7.3cvs44
3016
3017         * src/prefs_toolbar.h
3018                 Fix last commit
3019
3020 2009-12-20 [holger]     3.7.3cvs43
3021
3022         * src/prefs_toolbar.c
3023         * src/prefs_toolbar.h
3024         * src/toolbar.c
3025                 Pass window struct to caller
3026
3027 2009-12-20 [holger]     3.7.3cvs42
3028
3029         * src/compose.c
3030         * src/compose.h
3031                 Add hooklist after creation of a compose window
3032
3033 2009-12-19 [holger]     3.7.3cvs41
3034
3035         * src/prefs_toolbar.c
3036         * src/prefs_toolbar.h
3037         * src/toolbar.c
3038                 Allow plugins to choose to which toolbar they want
3039                 to add actions (main window, compose window, or message view)
3040
3041 2009-12-19 [paul]       3.7.3cvs40
3042
3043         * src/statusbar.c
3044                 fix statusbar in GTK+ 2.19.1
3045
3046 2009-12-10 [pawel]      3.7.3cvs39
3047
3048         * src/compose.c
3049                 Better fix for cvs28 regression
3050
3051 2009-12-10 [iwkse]      3.7.3cvs38
3052
3053         * src/compose.c
3054             Fix some indentation
3055
3056 2009-12-10 [iwkse]      3.7.3cvs37
3057
3058         * src/compose.c
3059             Add missing checks for gtkaspell: avoid
3060             crashing in some cases when Enchant is 
3061             enabled but the spell checker is disabled 
3062             in preferences.
3063
3064 2009-12-09 [colin]      3.7.3cvs36
3065
3066         * src/compose.c
3067                 Fix leak and unchecked accesses.
3068
3069 2009-12-09 [mir]        3.7.3cvs35
3070
3071         * src/compose.c
3072         Fix Bug 2072 "template at folder properties is not working"
3073         introduced in cvs24.
3074
3075 2009-12-08 [pawel]      3.7.3cvs34
3076
3077         * src/compose.c
3078                 When 'Reply All' remove current compose address from
3079                 Cc/Bcc list - fix for regression introduced in cvs28
3080
3081 2009-12-05 [pawel]      3.7.3cvs33
3082
3083         * src/messageview.c
3084                 Fix memory management, duh!
3085
3086 2009-12-04 [pawel]      3.7.3cvs32
3087
3088         * src/messageview.c
3089                 Use case insensitive comparison in search for
3090                 duplicate urls
3091         * src/uri_opener.c
3092                 Refresh scrollbars on every window open
3093
3094 2009-12-04 [pawel]      3.7.3cvs31
3095
3096         * src/compose.c
3097                 Highlight misspelled words when applying template and
3098                 check_while_typing option is on
3099
3100 2009-12-03 [pawel]      3.7.3cvs30
3101
3102         * src/compose.c
3103                 Highlight misspelled words in text inserted from file(s)
3104                 or pasted to message body when check_while_typing
3105                 options is on
3106
3107 2009-12-02 [pawel]      3.7.3cvs29
3108
3109         * src/compose.c
3110                 Revert first part of previous commit
3111
3112 2009-12-02 [pawel]      3.7.3cvs28
3113
3114         * src/compose.c
3115                 Fix Bug 2055 "duplicate mailing list reply if
3116                 List-Post + Reply-To present"
3117                 - Ignore Reply-To if answering to ML
3118                 - Improve parsing of List-Post header
3119
3120 2009-12-02 [pawel]      3.7.3cvs27
3121
3122         * src/compose.c
3123         * src/compose.h
3124                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3125                 email had user in "From" and "CC"
3126                 Don't allow duplicate addresses in compose window headers
3127
3128 2009-12-02 [mones]      3.7.3cvs26
3129
3130         * manual/intro.xml
3131         * manual/es/intro.xml
3132         * manual/fr/intro.xml
3133         * manual/it/intro.xml
3134         * manual/pl/intro.xml
3135                 Make URL to point current site
3136
3137 2009-12-01 [holger]     3.7.3cvs25
3138
3139         * src/summaryview.c
3140         * src/summaryview.h
3141                 Introduce new drag type "claws-mail/msg-path-list" for
3142                 drag'n'drop of a message selection from the summaryview
3143                 into other applications. The drag data gets set to the
3144                 folder-item-id followed by message ids, separated by newlines.
3145                 This enables other applications to back-link to Claws Mail
3146                 via a "claws-mail --select" call after they received a drop.
3147
3148 2009-11-30 [mir]        3.7.3cvs24
3149
3150         * src/compose.c
3151            Place cursor in compose window according to provided input
3152            If to: is present place cursor in subject field and if both
3153            to: and subject: is present place cursor in body. If body: is
3154            present insert a new line after text and place cursor there.
3155
3156 2009-11-27 [mones]      3.7.3cvs23
3157
3158         * src/gtk/quicksearch.c
3159                 Allow viewing longer expressions if there's space
3160
3161 2009-11-25 [holger]     3.7.3cvs22
3162
3163         * Makefile.am
3164         * src/common/Makefile.am
3165         * src/common/utils.c
3166         * src/common/utils.h
3167                 Add a function to query the
3168                 filepath of the .desktop file
3169
3170 2009-11-25 [colin]      3.7.3cvs21
3171
3172         * src/imap.c
3173                 Fix bug 2063, 'glib assertion in GRelation use in 
3174                 imap.c'
3175
3176 2009-11-24 [pawel]      3.7.3cvs20
3177
3178         * src/common/utils.c
3179                 Fix Bug 2053 'Inconsistent application of Coloration 
3180                 of Message text'
3181                 Don't allow '<' character between quotation marks
3182
3183 2009-11-21 [holger]     3.7.3cvs19
3184
3185         * src/printing.c
3186                 Modify cairo clip handling in preview windows,
3187                 to prevent print preview windows from being blank
3188                 with GTK+ 2.18. Follow recommendation of the GTK+
3189                 documentation (section "Migrating to client side windows")
3190                 and create a new cairo context for each expose event.
3191
3192 2009-11-19 [pawel]      3.7.3cvs18
3193
3194         * Makefile.am
3195                 complete 3.7.3cvs15 so install is DESTDIR safe
3196                 remove icons with changed names on uninstall
3197
3198 2009-11-18 [pawel]      3.7.3cvs17
3199
3200         * src/news_gtk.c
3201                 remove unneeded and code-duplicating function
3202
3203 2009-11-18 [pawel]      3.7.3cvs16
3204
3205         * src/news_gtk.c
3206                 Fix Bug 2057 'Claws mail does not keep renamed names
3207                 of nntp-subscribed groups'
3208                 Check for already subscribed group using item->path for group
3209                 comparision as folders item->path != item->name may be truth 
3210                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3211
3212 2009-11-17 [pawel]      3.7.3cvs15
3213
3214         * Makefile.am
3215                 Fix Bug 2049 'some icons not copied?'
3216                 Install additional 64x64 and 128x128 icons
3217
3218 2009-11-17 [holger]     3.7.3cvs14
3219
3220         * src/prefs_toolbar.c
3221         * src/prefs_toolbar.h
3222         * src/toolbar.c
3223         * src/toolbar.h
3224                 Allow plugins to register toolbar items
3225
3226 2009-11-11 [pawel]      3.7.3cvs13
3227
3228         * src/addressbook.c
3229         * src/compose.c
3230         * src/compose.h
3231         * src/filtering.c
3232                 Fix Bug 1867 Changing account does not change BCC address
3233                 Set account specific headers when changing account
3234                 in compose window.
3235
3236 2009-11-07 [colin]      3.7.3cvs12
3237
3238         * src/gtk/prefswindow.c
3239                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3240                 Patch by Pawel
3241
3242 2009-11-07 [colin]      3.7.3cvs11
3243
3244         * src/gtk/spell_entry.c
3245                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3246                 Patch by Pawel Pekala
3247
3248 2009-10-27 [colin]      3.7.3cvs10
3249
3250         * src/folder.c
3251                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3252                 Don't try to check whether the folder is up-to-date if
3253                 the folder class doesn't implement set_mtime, as we don't
3254                 care in this case. This code exists since a long time, but
3255                 the bug was triggered by more scanning of queue folders 
3256                 since recently (when we added \Deleted handling).
3257
3258 2009-10-27 [colin]      3.7.3cvs9
3259
3260         * src/mainwindow.c
3261                 Try to fix registering as default client
3262                 on windows 7
3263
3264 2009-10-21 [wwp]        3.7.3cvs8
3265
3266         * src/common/utils.c
3267                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3268
3269 2009-10-21 [wwp]        3.7.3cvs7
3270
3271         * src/common/utils.c
3272                 Don't core dump when attempting to insert a non-existing
3273                 file using a mailto: uri (g_error does core dump).
3274
3275 2009-10-20 [colin]      3.7.3cvs6
3276
3277         * src/common/utils.c
3278                 Don't g_error on normal warnings...
3279
3280 2009-10-20 [colin]      3.7.3cvs5
3281
3282         * src/plugins/pgpcore/sgpgme.c
3283                 Fix bug 1996, 'S/MIME key not selected'
3284                 Check for S/MIME certs too
3285
3286 2009-10-20 [colin]      3.7.3cvs4
3287
3288         * src/common/w32lib.h
3289                 Fix win32 build on latest mingw32
3290
3291 2009-10-20 [colin]      3.7.3cvs3
3292
3293         * src/exportldif.c
3294         * src/ldif.c
3295         * src/ldif.h
3296                 Fix LDIF export. Patch by Michael Rasmussen
3297
3298 2009-10-18 [paul]       3.7.3cvs2
3299
3300         * tools/claws.i18n.status.pl
3301                 increase the value of $transolddays since we're relasing less
3302                 often now.
3303                 rework the en_GB.po hack so that en_GB is always 100% translated
3304                 and recently updated
3305
3306 2009-10-17 [paul]       3.7.3cvs1
3307
3308         * src/prefs_account.c
3309         * src/prefs_compose_writing.c
3310         * src/prefs_receive.c
3311         * src/prefs_summaries.c
3312         * src/prefs_wrapping.c
3313                 reword a few labels. (this incorporates everything
3314                 that seemed worthwhile from bug 2020)
3315         * src/prefs_customheader.c
3316                 use a 'Browse' button instead of button with
3317                 label 'From file...'
3318
3319 2009-10-12 [colin]
3320
3321         * CVS repository change
3322
3323 2009-10-09 [paul[       3.7.3
3324
3325         version 3.7.3 unleashed!!
3326
3327 2009-10-07 [paul]       3.7.2cvs49
3328
3329         * src/folderview.c
3330         * src/folderview.h
3331         * src/mainwindow.c
3332                 fix  Bug 1994 -  Changing colors required restart.
3333                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3334                 more accurate folderview_reinit_fonts()
3335
3336 2009-10-07 [paul]       3.7.2cvs48
3337
3338         * src/addrgather.c
3339         * src/prefs_common.c
3340         * src/prefs_common.h
3341                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
3342                 patch by Pawel Pekala
3343
3344 2009-10-07 [paul]       3.7.2cvs47
3345
3346         * po/cs.po
3347         * po/de.po
3348         * po/hu.po
3349         * po/id.po
3350         * po/ja.po
3351         * po/pt_BR.po
3352                 updated by David Vachulka, Stephan Sachse and Marc Arens,
3353                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3354                 Goncalves Guimaraes
3355
3356 2009-10-06 [colin]      3.7.2cvs46
3357
3358         * po/fr.po
3359                 French translation update
3360
3361 2009-10-05 [paul]       3.7.2cvs45
3362
3363         * src/printing.c
3364                 enable Page Size and Orientation in the print dialog,
3365                 GTK+ >= 2.18.x only. Patch by Mark__T
3366
3367 2009-10-05 [paul]       3.7.2cvs44
3368
3369         * src/prefs_summaries.c
3370                 fix label, startup --> start-up, to match other uses of the
3371                 term
3372
3373 2009-10-05 [paul]       3.7.2cvs43
3374
3375         * po/pl.po
3376                 updated by Emilian Nowak
3377
3378 2009-10-03 [colin]      3.7.2cvs42
3379
3380         * src/mimeview.c
3381         * src/noticeview.c
3382         * src/gtk/gtkcmclist.c
3383         * src/gtk/gtkvscrollbutton.c
3384         * src/gtk/logwindow.c
3385                 GTK+ 2.18 fixes:
3386                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3387                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3388                 Fix warning at start
3389
3390 2009-09-28 [colin]      3.7.2cvs41
3391
3392         * src/matcher.c
3393         * src/mimeview.c
3394         * src/prefs_folder_item.c
3395                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3396
3397 2009-09-28 [colin]      3.7.2cvs40
3398
3399         * src/prefs_summaries.c
3400         * src/gtk/sslcertwindow.c
3401                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
3402                 shows up garbled in GUI'. Patch by Pawel Pekala
3403
3404 2009-09-24 [iwkse]      3.7.2cvs39
3405
3406         * configure.ac
3407             That's only for statistics, of course :)
3408
3409 2009-09-24 [iwkse]      3.7.2cvs38
3410
3411         * configure.ac
3412             ...
3413
3414 2009-09-24 [iwkse]      3.7.2cvs37
3415
3416         * configure.ac
3417             Revert unwanted change
3418
3419 2009-09-24 [iwkse]      3.7.2cvs36
3420
3421         * src/action.c
3422             Fix issue with filtering actions and 
3423             parsed parameters
3424
3425 2009-09-20 [mones]      3.7.2cvs35
3426
3427         * tools/convert_mbox.pl
3428                 Add -R flag to support recursive conversions
3429                 of arbitrary Evolution mail folders, based on
3430                 bash script by Daniel Dickinson (fixes debian 
3431                 bug #461435) 
3432         * tools/popfile-link.sh
3433                 Set required shell for script (fixes debian 
3434                 bug #530057)
3435
3436 2009-09-16 [colin]      3.7.2cvs34
3437
3438         * src/main.c
3439                 Go grab files in /etc/skel if they exist
3440                 at first startup 
3441
3442 2009-09-15 [colin]      3.7.2cvs33
3443
3444         * src/procmime.c
3445                 Complete 3.7.1cvs42: only output directly to
3446                 final file if we get NULL byes at the start.
3447                 Still fixes saving UTF16 files, but also
3448                 fixes displaying Base64 parts with decoding
3449                 errors (parts without errors get displayed)
3450
3451 2009-09-14 [colin]      3.7.2cvs32
3452
3453         * src/matcher.c
3454         * src/matcher.h
3455         * src/matcher_parser_parse.y
3456         * src/prefs_matcher.c
3457                 Add 'has_attachment' and 'signed' matcher
3458                 expressions. Patch by Aleksei Miheev, fixes
3459                 bug 1997. 
3460
3461 2009-09-14 [colin]      3.7.2cvs31
3462
3463         * src/common/utils.c
3464                 Add "Re :" prefix from french Yahoo mail.
3465                 Patch by Didier Barvaux, fixes bug 1999
3466
3467 2009-09-10 [mones]      3.7.2cvs30
3468
3469         * manual/plugins.xml
3470                 Fix sites supported by SpamReport
3471         * manual/es/plugins.xml
3472                 Synchronise Spanish manual
3473
3474 2009-09-07 [holger]     3.7.2cvs29
3475
3476         * Makefile.am
3477                 Also update the icon cache on uninstall.
3478                 This prevents possible problems when Claws Mail was
3479                 uninstalled and installed again into a different location,
3480                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3481                 and the blog post linked therein
3482
3483 2009-09-07 [paul]       3.7.2cvs28
3484
3485         * src/prefs_toolbar.c
3486                 when updating the main toolbar icons just update
3487                 the main toolbar (and consequently fix a bug where
3488                 folderview icons would disappear)
3489
3490 2009-08-30 [holger]     3.7.2cvs27
3491
3492         * src/compose.c
3493                 Do case-insensitive comparison against
3494                 header names when extracting recipients
3495                 from composed mails
3496
3497 2009-08-23 [colin]      3.7.2cvs26
3498
3499         * src/mbox.c
3500                 Probably fix RH bug 512024, " folder.c:3543 
3501                 Condition msglist != NULL failed"
3502
3503 2009-08-23 [colin]      3.7.2cvs25
3504
3505         * src/prefs_compose_writing.c
3506                 Make the maximum size warning bigger. Patch
3507                 by Didier Barvaux on bug 1986.
3508
3509 2009-08-21 [colin]      3.7.2cvs24
3510
3511         * src/compose.c
3512                 Previous commit: move the function into compose_insert_file
3513                 so that it's also used on drag-n-drop
3514
3515 2009-08-21 [colin]      3.7.2cvs23
3516
3517         * src/compose.c
3518                 Fix scrolling when adding an header
3519
3520 2009-08-21 [colin]      3.7.2cvs22
3521
3522         * src/compose.c
3523         * src/prefs_common.c
3524         * src/prefs_common.h
3525         * src/prefs_compose_writing.c
3526         * src/common/utils.c
3527                 Fix bug 1986, "New feature: warn user when inserting 
3528                 a large file in the message body". Patch by Didier
3529                 Barvaux
3530
3531 2009-08-21 [colin]      3.7.2cvs21
3532
3533         * AUTHORS
3534         * src/gtk/authors.h
3535         * src/common/utils.c
3536                 Fix bug 1984: Add R�f. : reply prefix (french 
3537                 Lotus Notes); patch by Didier Barvaux
3538
3539 2009-08-21 [colin]      3.7.2cvs20
3540
3541         * src/codeconv.c
3542         * src/codeconv.h
3543                 Fix bug 1969, 'Bad guess for outgoing encoding'
3544                 Make sure the specific converters (japanese in
3545                 this case) can return success/error in strict
3546                 mode, instead of silently failing back to 
3547                 strncpy
3548
3549 2009-08-20 [holger]     3.7.2cvs19
3550
3551         * src/compose.c
3552         * src/compose.h
3553                 Make it possible for code outside
3554                 compose (e.g. plugins) to attach files
3555
3556 2009-08-20 [colin]      3.7.2cvs18
3557
3558         * src/main.c
3559                 Fix crash when accessing IMAP soon
3560
3561 2009-08-18 [colin]      3.7.2cvs17
3562
3563         * src/ldapquery.c
3564                 Maybe fix crash on non-existent LDAP server
3565
3566 2009-08-04 [colin]      3.7.2cvs16
3567
3568         * src/toolbar.c
3569                 Fix toolbar's spacing that breaks dark
3570                 themes (patch from http://blogs.igalia.com/aperez/
3571                 2009/07/making-claws-mail-look-better/)
3572
3573 2009-07-28 [colin]      3.7.2cvs15
3574
3575         * src/account.c
3576         * src/addrcustomattr.c
3577         * src/addressadd.c
3578         * src/addressbook_foldersel.c
3579         * src/addrgather.c
3580         * src/browseldap.c
3581         * src/compose.c
3582         * src/editbook.c
3583         * src/editgroup.c
3584         * src/editjpilot.c
3585         * src/editldap.c
3586         * src/editldap_basedn.c
3587         * src/edittags.c
3588         * src/editvcard.c
3589         * src/exphtmldlg.c
3590         * src/expldifdlg.c
3591         * src/export.c
3592         * src/foldersel.c
3593         * src/import.c
3594         * src/importldif.c
3595         * src/importmutt.c
3596         * src/importpine.c
3597         * src/prefs_actions.c
3598         * src/prefs_customheader.c
3599         * src/prefs_display_header.c
3600         * src/prefs_filtering.c
3601         * src/prefs_folder_column.c
3602         * src/prefs_matcher.c
3603         * src/prefs_summary_column.c
3604         * src/prefs_summary_open.c
3605         * src/prefs_template.c
3606         * src/textview.c
3607         * src/uri_opener.c
3608                 Fix bug 1950, 'Program freeze up during folder selection'
3609                 Don't leave hidden windows modal
3610
3611 2009-07-28 [colin]      3.7.2cvs14
3612
3613         * src/ldapquery.c
3614                 Fix bug 1957, 'LDAP errs out after searching too 
3615                 many search bases'
3616
3617 2009-07-28 [colin]      3.7.2cvs13
3618
3619         * src/summaryview.c
3620                 Fix bug 1966, '"Collapse all threads" slower than 
3621                 "Expand all threads"'
3622
3623 2009-07-28 [colin]      3.7.2cvs12
3624
3625         * src/common/session.c
3626                 Fix bug 1967, 'Claws gets stuck after accepting 
3627                 a certificate warning dialog'
3628
3629 2009-07-19 [paul]       3.7.2cvs11
3630
3631         * manual/plugins.xml
3632                 a few small changes to the English
3633
3634 2009-07-18 [mones]      3.7.2cvs10
3635
3636         * manual/plugins.xml
3637                 Add new bsfilter and fancy plugins to the docs
3638                 and a note about dealing with plugins of the same class
3639         * src/prefs_account.c
3640                 Fix extra space at the end typo
3641
3642 2009-07-16 [colin]      3.7.2cvs9
3643
3644         * src/summaryview.c
3645                 Fix wrong return without unlocking; thanks
3646                 to mupuf_
3647
3648 2009-07-14 [colin]      3.7.2cvs8
3649
3650         * src/imap.c
3651                 Fix bug 1954, 'Segfault on reading wrong STATUS'
3652
3653 2009-07-10 [colin]      3.7.2cvs7
3654
3655         * src/plugins/pgpcore/plugin.def
3656         * src/common/utils.h
3657                 Fix windows port
3658
3659 2009-07-10 [colin]      3.7.2cvs6
3660
3661         * src/prefs_display_header.c
3662                 Fix bug 1951, 'C-Mail dumps core when editing 
3663                 displayed headers'. Patch by Alexey Rusakov
3664
3665 2009-07-10 [colin]      3.7.2cvs5
3666
3667         * src/folderview.c
3668                 Fix bug 1952, 'Deleted mails in Queue folder 
3669                 highlight it'.
3670
3671 2009-07-09 [colin]      3.7.2cvs4
3672
3673         * src/gtk/spell_entry.c
3674                 Fix bug 1949, 'Spell checker doesn't recognise 
3675                 certain word in Subject header, but does in 
3676                 message body'. Patch by Pawel Pekala.
3677
3678 2009-07-09 [paul]       3.7.2cvs3
3679
3680         * configure.ac
3681                 use pkgconfig to check for the minimum required
3682                 version of GnuTLS
3683
3684 2009-07-06 [colin]      3.7.2cvs2
3685
3686         * src/prefs_customheader.c
3687                 Fix build failure
3688
3689 2009-07-04 [paul]       3.7.2cvs1
3690
3691         * tools/claws.i18n.status.pl
3692                 updated
3693
3694 2009-07-03 [paul]       3.7.2
3695
3696         * NEWS
3697         * README
3698         * RELEASE_NOTES 
3699                 3.7.2 released!
3700
3701 2009-07-03 [paul]       3.7.1cvs85
3702
3703         * AUTHORS
3704         * configure.ac
3705         * po/pt_PT.po
3706         * po/sk.po
3707         * src/gtk/authors.h
3708                 added new translations by Tiago Faria and Slavko
3709         * po/bg.po
3710         * po/cs.po
3711         * po/de.po
3712         * po/es.po
3713         * po/fi.po
3714         * po/fr.po
3715         * po/hu.po
3716         * po/id.po
3717         * po/it.po
3718         * po/ja.po
3719         * po/pt_BR.po
3720         * po/ru.po
3721                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3722                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3723                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3724                 Goncalves Guimaraes, Aleksei Miheev
3725
3726 2009-07-01 [colin]      3.7.1cvs84
3727
3728         * src/prefs_common.c
3729                 Fix bug 1940, 'Doesn't open links in 
3730                 user's default browser'. Turn the preference
3731                 to TRUE by default; that will only change the
3732                 behaviour for new users.
3733
3734 2009-06-29 [colin]      3.7.1cvs83
3735
3736         * src/filtering.c
3737         * src/filtering.h
3738         * src/prefs_filtering_action.c
3739                 Fix bug 1935, 'problems with very long filtering actions':
3740                 Use a dynamic buffer in action to string, and a bigger
3741                 buffer in string to action
3742
3743 2009-06-29 [colin]      3.7.1cvs82
3744
3745         * src/matcher_parser_lex.l
3746                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3747
3748 2009-06-29 [colin]      3.7.1cvs81
3749
3750         * src/addressbook.c
3751                 Fix warnings
3752         * src/editgroup.c
3753                 Fix crash (out-of-bounds tree column)
3754         * src/gtk/gtkcmctree.c
3755         * src/gtk/gtksctree.c
3756                 Prevent using an out-of-bounds tree column
3757
3758 2009-06-29 [colin]      3.7.1cvs80
3759
3760         * src/ldapupdate.c
3761         * src/ldif.c
3762                 Leak fixes; patch by Pawel Pekala.
3763
3764 2009-06-26 [colin]      3.7.1cvs79
3765
3766         * src/summaryview.c
3767                 Sort by msgnum if dates are equal
3768
3769 2009-06-24 [paul]       3.7.1cvs78
3770
3771         * src/summaryview.c
3772                 make some (forgotten) strings translatable
3773
3774 2009-06-19 [colin]      3.7.1cvs77
3775
3776         * src/summaryview.c
3777                 Fix menu sensitiveness
3778
3779 2009-06-18 [colin]      3.7.1cvs76
3780
3781         * configure.ac
3782         * src/plugins/pgpcore/sgpgme.c
3783         * src/plugins/pgpcore/sgpgme.h
3784         * src/plugins/pgpmime/mypgpcore.def
3785         * src/plugins/pgpmime/pgpmime.c
3786         * src/plugins/smime/mypgpcore.def
3787         * src/plugins/smime/smime.c
3788                 Use largefile support (and stop using our old GPGME
3789                 hack on gpgme_data_seek/rewind)
3790                 (See 1.9.12cvs44 to 46 - if this breaks things we 
3791                 should soon know :)
3792
3793 2009-06-13 [colin]      3.7.1cvs75
3794
3795         * src/gtk/spell_entry.c
3796                 Fix assertion. We can put a NULL gtkaspell to
3797                 an entry; it just means it won't be spell-checked.
3798
3799 2009-06-12 [mones]      3.7.1cvs74
3800
3801         * src/compose.c
3802         * src/messageview.c
3803         * src/prefs_account.c
3804         * src/prefs_account.h
3805         * src/common/utils.c
3806         * src/common/utils.h
3807                 Added preference to use account address in generated
3808                 Message-Id. Fixes Debian bug #531052
3809
3810 2009-06-12 [colin]      3.7.1cvs73
3811
3812         * src/common/ssl.c
3813                 Better fix, API-compatible with libgnutls13
3814
3815 2009-06-12 [colin]      3.7.1cvs72
3816
3817         * src/common/ssl.c
3818                 Use compatibility mode in GnuTLS, and avoid problems with 
3819                 servers that don't comply 100% with the spec, but still
3820                 exist.
3821
3822 2009-06-06 [iwkse]      3.7.1cvs71
3823
3824         * src/compose.c
3825                 Ops..revert a mix with another patch
3826
3827 2009-06-06 [iwkse]      3.7.1cvs70
3828
3829         * src/compose.c
3830                 A better fix for the previous commit's issue
3831
3832 2009-06-06 [iwkse]      3.7.1cvs69
3833
3834         * src/compose.c
3835                 Fix shutting down of Claws Mail while a GTK_Return keypress 
3836                 event is sent to the Attach property window
3837
3838 2009-06-05 [colin]      3.7.1cvs68
3839
3840         * src/compose.c
3841                 Fix build on GTK+ 2.6
3842
3843 2009-06-03 [mones]      3.7.1cvs67
3844
3845         * tools/make.themes.project
3846                 Oops! fix header, sorry Paul ;-)
3847
3848 2009-06-03 [mones]      3.7.1cvs66
3849
3850         * tools/make.themes.project
3851                 Add support for PNG themes and other
3852                 fixes i don't remember now... :)
3853
3854 2009-06-02 [colin]      3.7.1cvs65
3855
3856         * src/compose.c
3857         * src/prefs_template.c
3858         * src/quote_fmt.c
3859                 Fix error messages in templates, and fix their
3860                 checking
3861
3862 2009-05-22 [colin]      3.7.1cvs64
3863
3864         * src/compose.c
3865                 And remove hbox too
3866
3867 2009-05-22 [colin]      3.7.1cvs63
3868
3869         * src/compose.c
3870                 Fix phantom button behind entry when
3871                 changing fields via Tools/Reply mode.
3872
3873 2009-05-22 [colin]      3.7.1cvs62
3874
3875         * src/compose.c
3876                 Fix icon size
3877
3878 2009-05-21 [mones]      3.7.1cvs61
3879
3880         * src/compose.c
3881         * src/compose.h
3882                 Add button to empty header lines with one click
3883
3884 2009-05-21 [paul]       3.7.1cvs60
3885
3886         * src/mainwindow.c
3887         * src/mainwindow.h
3888         * src/plugins/trayicon/trayicon.c
3889                 when quitting from the trayicon, honour
3890                 prefs_common.clean_on_exit
3891
3892 2009-05-21 [paul]       3.7.1cvs59
3893
3894         * src/gtk/Makefile.am
3895                 remove duplicate entry
3896                 thanks to Charles A Edwards
3897
3898 2009-05-19 [paul]       3.7.1cvs58
3899
3900         * src/send_message.c
3901                 clear progressbar in the statusbar on 'Cancel'
3902
3903 2009-05-16 [colin]      3.7.1cvs57
3904
3905         * AUTHORS
3906         * src/gtk/authors.h
3907                 Add Fabian
3908
3909 2009-05-16 [colin]      3.7.1cvs56
3910
3911         * src/msgcache.c
3912                 Remove msgnum>0 condition for removing messages
3913                 from caches. There's no such condition on add.
3914                 Fixes bug 1913, 'Allow to remove phantom 
3915                 messages from the cache'; patch by Fabian
3916                 Keil <fk at fabiankeil.de>
3917
3918 2009-05-12 [holger]     3.7.1cvs55
3919
3920         * src/messageview.c
3921         * src/messageview.h
3922                 Introduce hook after showing of the message view
3923
3924 2009-05-11 [colin]      3.7.1cvs54
3925
3926         * src/compose.c
3927                 Fix bug 1872, 'A: Cc: CCi: selector should 
3928                 default on same as preceding contact'
3929
3930 2009-05-10 [holger]     3.7.1cvs53
3931
3932         * src/addr_compl.c
3933         * src/addr_compl.h
3934                 Add a hook to make it possible for plugins to
3935                 modify the address completion list
3936
3937 2009-05-06 [paul]       3.7.1cvs52
3938
3939         * src/folder.c
3940         * src/mimeview.c
3941                 fix bug 1915, 'Mails signed with smime.p7s
3942                 display both signed and attachment icon.'
3943
3944 2009-05-05 [colin]      3.7.1cvs51
3945
3946         * src/common/utils.c
3947                 Fix patch :)
3948
3949 2009-05-05 [colin]      3.7.1cvs50
3950
3951         * src/common/utils.c
3952                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
3953                 different mountpoint than tempdir'
3954
3955 2009-05-04 [colin]      3.7.1cvs49
3956
3957         * src/msgcache.c
3958                 Probably fix bug 1914, 'Crash reading
3959                 corrupted tags file'
3960
3961 2009-04-26 [paul]       3.7.1cvs48
3962
3963         * configure.ac
3964         * src/gtk/gtkaspell.h
3965                 fix bug 1904, 'build mechanism looks for
3966                 'enchant.h' in a wrong place'
3967
3968 2009-04-25 [paul]       3.7.1cvs47
3969
3970         * src/printing.c
3971                 gah! fix coding style!
3972
3973 2009-04-25 [paul]       3.7.1cvs46
3974
3975         * src/printing.c
3976         * src/toolbar.c
3977                 if building with GTK+ >= 2.16 use
3978                 gtk_orientable_set_orientation() instead of now
3979                 deprecated gtk_toolbar_set_orientation()
3980
3981 2009-04-24 [colin]      3.7.1cvs45
3982
3983         * src/compose.c
3984                 Ask before sending if an attached file has
3985                 disappeared.
3986
3987 2009-04-19 [paul]       3.7.1cvs44
3988
3989         * src/prefs_common.c
3990         * src/prefs_common.h
3991         * src/gtk/about.c
3992                 save About window size.
3993                 patch by Pawel Pekala
3994
3995 2009-04-12 [paul]       3.7.1cvs43
3996
3997         * tools/csv2addressbook.pl
3998                 add extra CSV fields that are now appended
3999                 by thunderbird (version 2.0.0.21)
4000
4001 2009-04-08 [colin]      3.7.1cvs42
4002
4003         * src/procmime.c
4004                 fix saving (but not displaying) of UTF-16
4005                 files
4006
4007 2009-04-08 [colin]      3.7.1cvs41
4008
4009         * src/gtk/manage_window.c
4010                 Disable transient windows on win32 - seems to
4011                 fix most focusing issues
4012
4013 2009-04-05 [colin]      3.7.1cvs40
4014
4015         * src/procmsg.c
4016                 Don't ask whether we want to send deleted mails in queue
4017                 folders; also, don't send deleted mails when flushing
4018                 queues
4019
4020 2009-04-04 [paul]       3.7.1cvs39
4021
4022         * AUTHORS
4023         * configure.ac
4024         * po/id.po
4025         * src/gtk/authors.h
4026         * tools/claws.i18n.status.pl
4027                 add new Indonesian translation, by
4028                 MSulchan Darmawan
4029
4030 2009-04-03 [paul]       3.7.1cvs38
4031
4032         * AUTHORS
4033         * src/gtk/authors.h
4034                 credit due
4035
4036 2009-04-03 [colin]      3.7.1cvs37
4037
4038         * src/compose.c
4039         * src/textview.c
4040                 Fix bug 1891, 'Add support for gopher:// links'
4041                 Patch by Jacob Head <clawsmail at jacob-head.com>
4042                 Let's go back to the roots! 
4043
4044 2009-04-03 [paul]       3.7.1cvs36
4045
4046         * m4/Makefile.am
4047                 complete cvs35
4048
4049 2009-04-03 [paul]       3.7.1cvs35
4050
4051         * configure.ac
4052                 add AC_CONFIG_MACRO_DIR([m4])
4053                 remove CLAWS_ACLOCAL_INCLUDE(m4)
4054         * m4/aclocal-include.m4
4055                 removed this now unneeded file
4056
4057 2009-04-02 [colin]      3.7.1cvs34
4058
4059         * src/common/utils.h
4060                 Fix previous (thanks to Marcus :)
4061
4062 2009-04-02 [colin]      3.7.1cvs33
4063
4064         * src/common/utils.h
4065         * src/etpan/etpan-thread-manager.c
4066                 pipe() was a macro from GLib on win32 until
4067                 glib 2.13.2. It's undefined after that.
4068                 Thanks to Marcus Brinkmann for the heads-up!
4069
4070 2009-03-31 [colin]      3.7.1cvs32
4071
4072         * src/folder_item_prefs.c
4073                 Copy folder settings with prefs
4074
4075 2009-03-31 [colin]      3.7.1cvs31
4076
4077         * src/prefs_account.c
4078                 Don't use un-sensitive checkboxes in Privacy tab
4079                 when privacy system in None (makes unchecking 
4080                 painful when no privacy plugin is loaded)
4081
4082 2009-03-30 [colin]      3.7.1cvs30
4083
4084         * src/folder.c
4085         * src/folder.h
4086         * src/imap.c
4087         * src/mainwindow.c
4088         * src/mainwindow.h
4089         * src/prefs_account.c
4090         * src/prefs_account.h
4091         * src/summaryview.c
4092         * src/summaryview.h
4093                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
4094                 Add an option on the Receive page of IMAP account preferences:
4095                 "Move deleted mails to trash and expunge immediately". This
4096                 option defaults to TRUE to avoid changing the existing behaviour.
4097                 Setting it to FALSE prevents automatic expunging. 
4098                 Also, add Tools/Expunge and View/Hide deleted messages menu items
4099                 (View/Hide deleted message being a per-folder setting, and behaving,
4100                 like View/Hide read messages).
4101
4102 2009-03-30 [colin]      3.7.1cvs29
4103
4104         * src/imap.c
4105                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
4106                 ask for IMAP password when using GSSAPI auth
4107
4108 2009-03-27 [colin]      3.7.1cvs28
4109
4110         * src/folder.c
4111                 Fix cvs14, make sure we mark non-existent caches dirty
4112                 (or they never get written)
4113
4114 2009-03-27 [colin]      3.7.1cvs27
4115
4116         * src/imap.c
4117                 Fix tag update when all tags are removed 
4118                 from another client
4119
4120 2009-03-25 [colin]      3.7.1cvs26
4121
4122         * configure.ac
4123                 Fix configure.ac, thanks to Pawel
4124
4125 2009-03-25 [colin]      3.7.1cvs25
4126
4127         * src/news.c
4128         * src/etpan/nntp-thread.c
4129                 Fix header fetching (NG/To/Cc). Fixes 
4130                 bug 1883, 'Message processing fails to 
4131                 act on Newsgroups: field'
4132
4133 2009-03-23 [colin]      3.7.1cvs24
4134
4135         * src/textview.c
4136                 Fix internal headers visible in queue/sent
4137
4138 2009-03-23 [colin]      3.7.1cvs23
4139
4140         * configure.ac
4141                 Fix check for RC (resource compiler) used
4142                 on win32 (AC_LIBTOOL_RC used to call it 
4143                 implicitely but stopped)
4144
4145 2009-03-19 [colin]      3.7.1cvs22
4146
4147         * src/toolbar.c
4148                 Put spam button in default toolbar even if
4149                 bogofilter and spamassassin are not built.
4150                 Other anti-spam plugin could exist! :)
4151         * src/common/utils.c
4152                 Fix exit status fetch on win32
4153
4154 2009-03-18 [paul]       3.7.1cvs21
4155
4156         * src/gtk/spell_entry.c
4157                 fix "[BUG] Wrong word replaced in 'Subject:'
4158                 when spell-checking correction used"
4159                 Patch by Pawel Pekala
4160
4161 2009-03-17 [colin]      3.7.1cvs20
4162
4163         * src/common/utils.c
4164                 Fix win32 build (from cvs12)
4165
4166 2009-03-17 [colin]      3.7.1cvs19
4167
4168         * src/compose.c
4169                 Fix bug 1735, 'Change To: and Newsgroups: 
4170                 recipient field according account type'
4171                 Patch by Pawel
4172
4173 2009-03-17 [colin]      3.7.1cvs18
4174
4175         * src/msgcache.c
4176         * src/prefs_common.c
4177         * src/prefs_common.h
4178         * src/prefs_other.c
4179         * src/common/prefs.c
4180                 Add preference for fsyncing metadata
4181
4182 2009-03-16 [paul]       3.7.1cvs17
4183
4184         * src/prefs_customheader.c
4185                 add forgotten #if HAVE_LIBCOMPFACE
4186
4187 2009-03-16 [paul]       3.7.1cvs16
4188
4189         * src/prefs_customheader.c
4190                 put the (X-)Face preview image below the up/down
4191                 buttons so they don't jump around.
4192                 make the list reorderable by drag'n'drop
4193
4194 2009-03-16 [colin]      3.7.1cvs15
4195
4196         * src/prefs_customheader.c
4197                 Add a (X-)Face preview. Patch by iwkse.
4198
4199 2009-03-16 [colin]      3.7.1cvs14
4200
4201         * src/compose.c
4202         * src/folder.c
4203         * src/folder.h
4204         * src/msgcache.c
4205         * src/common/prefs.c
4206                 Add fsync calls to make sure we don't
4207                 lose data on system crashes. (to do:
4208                 add a pref to allow people choosing raw
4209                 speed)
4210
4211 2009-03-15 [colin]      3.7.1cvs13
4212
4213         * src/gtk/gtkaspell.c
4214                 Fix empty menu when there are no
4215                 suggestions (using the Spelling menu)
4216
4217 2009-03-14 [colin]      3.7.1cvs12
4218
4219         * src/common/utils.c
4220                 Win32: fix subject prefix length
4221
4222 2009-03-11 [mones]      3.7.1cvs11
4223
4224         * po/es.po
4225                 fix encoding declared in header
4226                 update translation now we're at it
4227
4228 2009-03-10 [colin]      3.7.1cvs10
4229
4230         * src/messageview.c
4231                 Fix "wrong mime" message printed out multiple
4232                 times
4233
4234 2009-03-10 [colin]      3.7.1cvs9
4235
4236         * src/prefs_folder_item.c
4237                 Fix build
4238
4239 2009-03-09 [paul]       3.7.1cvs8
4240
4241         * src/prefs_folder_item.c
4242         * src/send_message.c
4243                 fixes to english text
4244
4245 2009-03-08 [paul]       3.7.1cvs7
4246
4247         * po/ja.po
4248                 correct errors in header
4249
4250 2009-03-08 [paul]       3.7.1cvs6
4251
4252         * AUTHORS
4253         * configure.ac
4254         * po/ja.po
4255         * src/gtk/authors.h
4256         * tools/claws.i18n.status.pl
4257                 add Japanese translation, submitted by kazken3
4258
4259 2009-03-07 [colin]      3.7.1cvs5
4260
4261         * src/messageview.c
4262                 Don't let the invalid MIME warning hide
4263                 other noticeview (Partial receive or 
4264                 return receipt).
4265
4266 2009-03-07 [colin]      3.7.1cvs4
4267
4268         * src/procmime.c
4269                 Fix build
4270
4271 2009-03-07 [colin]      3.7.1cvs3
4272
4273         * src/messageview.c
4274         * src/procmime.c
4275         * src/procmime.h
4276                 Handle mimeparts that lack an end boundary.
4277                 They're invalid but it's too annoying for
4278                 normal users to fix.
4279
4280 2009-03-06 [wwp]        3.7.1cvs2
4281
4282         * src/compose.c
4283         * src/folder_item_prefs.c
4284         * src/folder_item_prefs.h
4285         * src/prefs_folder_item.c
4286                 Add per-folder default cc, bcc and reply-to.
4287
4288 2009-03-06 [colin]      3.7.1cvs1
4289
4290         * src/gedit-print.c
4291         * src/gtk/gtksourceprintjob.c
4292                 Fix build with old print interface
4293
4294 2009-03-06 [paul]       3.7.1
4295
4296         * NEWS
4297         * README
4298         * RELEASE_NOTES 
4299                 3.7.1 released!
4300
4301 2009-03-06 [paul]       3.7.0cvs78
4302
4303         * po/cs.po
4304         * po/de.po
4305         * po/fi.po
4306         * po/fr.po
4307         * po/hu.po
4308         * po/nl.po
4309         * po/pt_BR.po
4310         * po/sv.po
4311         * po/zh_CN.po
4312                 updated by David Vachulka, Stephan Sachse, Flammie
4313                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4314                 Frederico Goncalves Guimaraes, Lars Persson Fink,
4315                 and Ralph Young
4316
4317 2009-03-03 [colin]      3.7.0cvs77
4318
4319         * src/prefs_filtering.c
4320                 Win32: Fix bug 1865, 'IMAP account name changes 
4321                 are not followed at filter actions'
4322
4323 2009-03-02 [colin]      3.7.0cvs76
4324
4325         * src/imap.c
4326                 Fix Launchpad bug 335571: 'claws-mail crashed 
4327                 with SIGSEGV in strlen() while deleting 
4328                 large amount of e-mails on IMAP account
4329
4330 2009-02-27 [mones]      3.7.0cvs75
4331
4332         * manual/es/account.xml
4333         * manual/es/ack.xml
4334         * manual/es/addrbook.xml
4335         * manual/es/advanced.xml
4336         * manual/es/claws-mail-manual.xml
4337         * manual/es/faq.xml
4338         * manual/es/glossary.xml
4339         * manual/es/gpl.xml
4340         * manual/es/handling.xml
4341         * manual/es/intro.xml
4342         * manual/es/keyboard.xml
4343         * manual/es/plugins.xml
4344         * manual/es/starting.xml
4345                 Sync with English version, fix some typos
4346                 Changed encoding to UTF-8
4347         * po/es.po
4348                 Update for release, changed encoding to UTF-8
4349
4350 2009-02-24 [colin]      3.7.0cvs74
4351
4352         * src/printing.c
4353                 Don't print separation line if there
4354                 are no headers
4355
4356 2009-02-23 [cleroy]     3.7.0cvs73
4357
4358         * src/account.c
4359         * src/action.c
4360         * src/addr_compl.c
4361         * src/addrbook.c
4362         * src/addrcache.c
4363         * src/addrcindex.c
4364         * src/addrclip.c
4365         * src/addrduplicates.c
4366         * src/addressadd.c
4367         * src/addressbook.c
4368         * src/addressbook_foldersel.c
4369         * src/addrharvest.c
4370         * src/addrindex.c
4371         * src/addritem.c
4372         * src/addrquery.c
4373         * src/addrselect.c
4374         * src/codeconv.c
4375         * src/compose.c
4376         * src/customheader.c
4377         * src/editaddress.c
4378         * src/editaddress_other_attributes_ldap.c
4379         * src/editgroup.c
4380         * src/editldap.c
4381         * src/enriched.c
4382         * src/exporthtml.c
4383         * src/exportldif.c
4384         * src/filtering.c
4385         * src/folder.c
4386         * src/foldersel.c
4387         * src/folderutils.c
4388         * src/folderview.c
4389         * src/gedit-print.c
4390         * src/html.c
4391         * src/imap.c
4392         * src/imap_gtk.c
4393         * src/inc.c
4394         * src/jpilot.c
4395         * src/ldapctrl.c
4396         * src/ldapquery.c
4397         * src/ldapserver.c
4398         * src/ldapupdate.c
4399         * src/ldif.c
4400         * src/localfolder.c
4401         * src/main.c
4402         * src/mainwindow.c
4403         * src/matcher.c
4404         * src/mbox.c
4405         * src/messageview.c
4406         * src/mh.c
4407         * src/mh_gtk.c
4408         * src/mimeview.c
4409         * src/msgcache.c
4410         * src/mutt.c
4411         * src/news.c
4412         * src/news_gtk.c
4413         * src/noticeview.c
4414         * src/pine.c
4415         * src/pop.c
4416         * src/prefs_account.c
4417         * src/prefs_actions.c
4418         * src/prefs_common.c
4419         * src/prefs_filtering.c
4420         * src/prefs_filtering_action.c
4421         * src/prefs_folder_column.c
4422         * src/prefs_folder_item.c
4423         * src/prefs_gtk.c
4424         * src/prefs_matcher.c
4425         * src/prefs_quote.c
4426         * src/prefs_send.c
4427         * src/prefs_summaries.c
4428         * src/prefs_summary_column.c
4429         * src/prefs_template.c
4430         * src/prefs_themes.c
4431         * src/prefs_toolbar.c
4432         * src/printing.c
4433         * src/privacy.c
4434         * src/procheader.c
4435         * src/procmime.c
4436         * src/procmsg.c
4437         * src/quote_fmt.c
4438         * src/remotefolder.c
4439         * src/send_message.c
4440         * src/sourcewindow.c
4441         * src/statusbar.c
4442         * src/stock_pixmap.c
4443         * src/summary_search.c
4444         * src/summaryview.c
4445         * src/textview.c
4446         * src/toolbar.c
4447         * src/undo.c
4448         * src/uri_opener.c
4449         * src/vcard.c
4450         * src/common/base64.c
4451         * src/common/claws.c
4452         * src/common/hooks.c
4453         * src/common/plugin.c
4454         * src/common/prefs.c
4455         * src/common/session.c
4456         * src/common/smtp.c
4457         * src/common/socket.c
4458         * src/common/string_match.c
4459         * src/common/stringtable.c
4460         * src/common/utils.c
4461         * src/common/utils.h
4462         * src/common/xml.c
4463         * src/common/xmlprops.c
4464         * src/gtk/colorlabel.c
4465         * src/gtk/combobox.c
4466         * src/gtk/foldersort.c
4467         * src/gtk/gtkaspell.c
4468         * src/gtk/gtkcmclist.c
4469         * src/gtk/gtkcmctree.c
4470         * src/gtk/gtkcmoptionmenu.c
4471         * src/gtk/gtksctree.c
4472         * src/gtk/gtkshruler.c
4473         * src/gtk/gtksourceprintjob.c
4474         * src/gtk/gtkutils.c
4475         * src/gtk/gtkvscrollbutton.c
4476         * src/gtk/logwindow.c
4477         * src/gtk/menu.c
4478         * src/gtk/pluginwindow.c
4479         * src/gtk/prefswindow.c
4480         * src/gtk/quicksearch.c
4481         * src/gtk/spell_entry.c
4482         * src/plugins/pgpcore/select-keys.c
4483         * src/plugins/pgpinline/pgpinline.c
4484         * src/plugins/pgpmime/pgpmime.c
4485         * src/plugins/smime/smime.c
4486         * src/plugins/spamassassin/spamassassin_gtk.c
4487                 Mass commit changing g_return_* to cm_return_*
4488                 and making these more interesting
4489
4490 2009-02-23 [colin]      3.7.0cvs72
4491
4492         * src/imap.c
4493                 Always initialise error code to no error
4494
4495 2009-02-23 [colin]      3.7.0cvs71
4496
4497         * src/imap.c
4498                 Fix separator substitution
4499
4500 2009-02-23 [colin]      3.7.0cvs70
4501
4502         * src/stock_pixmap.c
4503         * src/gtk/colorlabel.c
4504                 don't use g_return on normal checks
4505
4506 2009-02-22 [colin]      3.7.0cvs69
4507
4508         * src/addressbook.c
4509         * src/procmime.c
4510                 More fixes
4511
4512 2009-02-22 [colin]      3.7.0cvs68
4513
4514         * src/addrduplicates.c
4515         * src/addressbook.c
4516         * src/addrharvest.c
4517         * src/codeconv.c
4518         * src/compose.c
4519         * src/filtering.c
4520         * src/folder.c
4521         * src/imap.c
4522         * src/imap_gtk.c
4523         * src/importldif.c
4524         * src/jpilot.c
4525         * src/mainwindow.c
4526         * src/matcher.c
4527         * src/mbox.c
4528         * src/messageview.c
4529         * src/mh_gtk.c
4530         * src/prefs_common.c
4531         * src/prefs_filtering.c
4532         * src/prefs_gtk.c
4533         * src/printing.c
4534         * src/privacy.c
4535         * src/procmime.c
4536         * src/procmsg.c
4537         * src/summaryview.c
4538         * src/textview.c
4539         * src/undo.c
4540         * src/wizard.c
4541         * src/common/md5.c
4542         * src/common/socket.c
4543         * src/common/template.c
4544         * src/etpan/imap-thread.c
4545         * src/gtk/gtkaspell.c
4546         * src/gtk/gtkcmctree.c
4547         * src/gtk/gtksctree.c
4548         * src/gtk/inputdialog.c
4549         * src/plugins/pgpcore/sgpgme.c
4550         * src/plugins/pgpmime/pgpmime.c
4551         * src/plugins/smime/smime.c
4552         * src/plugins/spamassassin/spamassassin.c
4553                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4554                 uninitialised accesses
4555
4556 2009-02-17 [colin]      3.7.0cvs67
4557
4558         * src/compose.c
4559                 Disable controls during queuing
4560
4561 2009-02-15 [colin]      3.7.0cvs66
4562
4563         * src/privacy.c
4564         * src/plugins/pgpcore/select-keys.c
4565         * src/plugins/pgpcore/sgpgme.c
4566                 Disable use of disabled keys
4567
4568 2009-02-15 [colin]      3.7.0cvs65
4569
4570         * src/folderview.c
4571         * src/summaryview.c
4572                 Fix font updating after changing 
4573                 prefs_common.derive_from_normal_font
4574
4575 2009-02-12 [paul]       3.7.0cvs64
4576
4577         * src/addressitem.h
4578         * src/export.h
4579         * src/headerview.c
4580         * src/headerview.h
4581         * src/common/version.h.in
4582         * src/gtk/about.h
4583         * src/gtk/menu.c
4584         * src/gtk/menu.h
4585                 more copyright header fixes
4586
4587 2009-02-12 [paul]       3.7.0cvs63
4588
4589         * src/gtk/progressdialog.c
4590         * src/gtk/progressdialog.h
4591                 fix copyright header
4592
4593 2009-02-12 [paul]       3.7.0cvs62
4594
4595         * src/gtk/spell_entry.c
4596         * src/gtk/spell_entry.h
4597                 better, more standard copyright header
4598
4599 2009-02-12 [paul]       3.7.0cvs61
4600
4601         * src/gtk/spell_entry.c
4602         * src/gtk/spell_entry.h
4603                 changes to copyright header
4604
4605 2009-02-12 [paul]       3.7.0cvs60
4606
4607         * src/gtk/spell_entry.c
4608         * src/gtk/spell_entry.h
4609                 fix broken build
4610
4611 2009-02-11 [colin]      3.7.0cvs59
4612
4613         * src/gtk/spell_entry.c
4614         * src/gtk/spell_entry.h
4615                 Forgot to add files
4616
4617 2009-02-11 [colin]      3.7.0cvs58
4618
4619         * src/compose.c
4620         * src/gtk/Makefile.am
4621         * src/gtk/gtkaspell.c
4622         * src/gtk/gtkaspell.h
4623                 Add spellcheck to subject. Patch by
4624                 Pawel.
4625
4626 2009-02-10 [holger]     3.7.0cvs57
4627
4628         * src/printing.c
4629         * src/common/defs.h
4630                 Move filename define for printing page setup cache to defs.h
4631
4632 2009-02-08 [mones]      3.7.0cvs56
4633
4634         * src/matcher.h
4635                 Fix build for bison 2.4.1
4636
4637 2009-02-06 [holger]     3.7.0cvs55
4638
4639         * src/prefs_common.c
4640         * src/prefs_common.h
4641         * src/printing.c
4642                 Fix restoring of custom page setups for printing by
4643                 temporarily caching the settings.
4644                 This is a workaround for Gnome Bug #39018, and fixes
4645                 Claws Mail Bug #1840.
4646
4647 2009-02-06 [colin]      3.7.0cvs54
4648
4649         * src/mainwindow.c
4650                 Fix hardcoded Shift-Q quits. Fixes
4651                 bug 1838, 'Claws-Mail sometimes quits 
4652                 when attempting to type a capital Q'
4653
4654 2009-01-31 [paul]       3.7.0cvs53
4655
4656         * src/compose.c
4657                 revert 3.7.0cvs49, until there is time to find out
4658                 why it causes a nasty crash!
4659
4660 2009-01-31 [paul]       3.7.0cvs52
4661
4662         * src/mainwindow.c
4663                 1 string that was forgotten for translation
4664
4665 2009-01-31 [paul]       3.7.0cvs51
4666
4667         * src/messageview.c
4668                 2 strings that were forgotten for translation
4669
4670 2009-01-31 [paul]       3.7.0cvs50
4671
4672         * src/gtk/prefswindow.c
4673                 build prefs tree in a slightly smarter way -
4674                 fix bug where if path[0] had same name as
4675                 path[1], (like in the de translation), path[1]
4676                 was lost and not shown in the window
4677
4678 2009-01-31 [paul]       3.7.0cvs49
4679
4680         * src/compose.c
4681                 fix bug 1836, 'Quoted text still blue after
4682                 removal of quote-character'
4683                 comment out some debug_print's that needlessly
4684                 slow things down
4685         * src/undo.c
4686                 comment out a debug_print that needlessly slows
4687                 things down
4688
4689 2009-01-31 [paul]       3.7.0cvs48
4690
4691         * src/summaryview.c
4692                 fix bug 1834, '"semi"-selection when collapsing thread'
4693
4694 2009-01-31 [paul]       3.7.0cvs47
4695
4696         * src/prefs_compose_writing.c
4697         * src/prefs_message.c
4698                 move 'quote_chars' pref to where it should be
4699
4700 2009-01-30 [paul]       3.7.0cvs46
4701
4702         * src/summaryview.c
4703                 fix updating of popup menu sensitivity
4704
4705 2009-01-28 [paul]       3.7.0cvs45
4706
4707         * tools/filter_conv_new.pl
4708                 move 'move' and 'delete' to end of @actions
4709                 so that they are always final actions in the
4710                 generated filtering rule
4711
4712 2009-01-27 [paul]       3.7.0cvs44
4713
4714         * src/messageview.c
4715                 always select text/calendar mimepart if suitable
4716                 plugin (i.e. vCalendar) is available
4717
4718 2009-01-27 [paul]       3.7.0cvs43
4719
4720         * src/folder.c
4721                 fix crash when right-clicking in summaryview when
4722                 processing is active
4723
4724 2009-01-22 [colin]      3.7.0cvs42
4725
4726         * src/compose.c
4727         * src/privacy.c
4728         * src/privacy.h
4729                 When replying to signed/encrypted mail and the
4730                 preference to sign/encrypt in this case is set,
4731                 choose the original mail's privacy system (if
4732                 available).
4733
4734 2009-01-21 [colin]      3.7.0cvs41
4735
4736         * src/addressbook.h
4737                 Fix warning (on-the-fly theming of
4738                 addressbook isn't complete yet)
4739
4740 2009-01-21 [colin]      3.7.0cvs40
4741
4742         * src/account.c
4743         * src/addressbook.c
4744                 Win32: Fix window placement
4745
4746 2009-01-21 [paul]       3.7.0cvs39
4747
4748         * src/inc.c
4749                 update timeout log msg
4750
4751 2009-01-17 [colin]      3.7.0cvs38
4752
4753         * src/main.c
4754         * src/mbox.c
4755         * src/common/md5.c
4756         * src/common/utils.c
4757         * src/etpan/imap-thread.c
4758                 Fix g_open calls (which don't ignore mode)
4759
4760 2009-01-17 [colin]      3.7.0cvs37
4761
4762         * src/addressbook.c
4763         * src/compose.c
4764         * src/foldersel.c
4765         * src/main.c
4766         * src/mainwindow.c
4767         * src/mbox.c
4768         * src/common/md5.c
4769         * src/common/ssl_certificate.c
4770         * src/common/tags.c
4771         * src/common/utils.c
4772         * src/etpan/imap-thread.c
4773         * src/plugins/bogofilter/bogofilter.c
4774         * src/plugins/pgpinline/pgpinline.c
4775         * src/plugins/smime/smime.c
4776                 Probably fix bug 1825, 'Unable to fetch messages from 
4777                 IMAP folders named with non-ASCII string'
4778                 Change remaining occurences of fopen and open with
4779                 g_fopen and g_open
4780
4781 2009-01-17 [paul]       3.7.0cvs36
4782
4783         * manual/faq.xml
4784                 update an old, outdated piece of info
4785
4786 2009-01-17 [paul]       3.7.0cvs35
4787
4788         * src/prefs_folder_item.c
4789                 fix bug where saving Folder Properties of a
4790                 sub-folder of outbox, queue, draft or trash
4791                 would change its parent's folder type to normal
4792
4793 2009-01-12 [mones]      3.7.0cvs34
4794
4795         * po/es.po
4796                 Updated translation
4797
4798 2009-01-12 [wwp]        3.7.0cvs33
4799
4800         * tools/fix_date.sh
4801         * tools/popfile-link.sh
4802         * tools/textviewer.sh
4803                 Fix bashisms and other portability glitches (thanks to
4804                 Steven M. Bellovin).
4805
4806 2009-01-11 [paul]       3.7.0cvs32
4807
4808         * src/addrindex.c
4809                 clean up some build warnings
4810
4811 2009-01-11 [colin]      3.7.0cvs31
4812
4813         * src/addrindex.c
4814                 Revert part of patch 3.7.0cvs29 
4815                 This function is used when jpilot
4816                 support is disabled
4817
4818 2009-01-11 [colin]      3.7.0cvs30
4819
4820         * src/folder.c
4821                 folder_find_child_item_by_name():
4822                 actually use name, not path's basename
4823
4824 2009-01-11 [paul]       3.7.0cvs29
4825
4826         * src/addrclip.c
4827         * src/addrindex.c
4828         * src/addritem.c
4829         * src/foldersel.h
4830         * src/folderview.c
4831         * src/prefs_folder_item.c
4832                 clean up some build warnings
4833
4834 2009-01-11 [paul]       3.7.0cvs28
4835
4836         * src/gtk/about.c
4837                 don't even mention printing support, assume its
4838                 presence, unless building with GTK+ < 2.10.0
4839
4840 2009-01-10 [colin]      3.7.0cvs27
4841
4842         * src/codeconv.c
4843                 Fix bug 1811, '[mime] Crash when there's no 
4844                 room for filename's start on the same line'
4845                 When the mimetype of the attachment is very 
4846                 long, there's no room at all to start the 
4847                 name=... parameter on the same line. This
4848                 caused an infinite loop as 0 characters of
4849                 the filename could be appended.
4850                 In such cases, insert linebreak before the
4851                 name parameter.
4852
4853 2009-01-09 [colin]      3.7.0cvs26
4854
4855         * src/compose.c
4856         * src/mainwindow.c
4857         * src/common/utils.c
4858                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
4859                 Compose Window does not attach'
4860
4861 2009-01-09 [colin]      3.7.0cvs25
4862
4863         * src/foldersel.c
4864                 Fix bug 1817, 'Changing Themes does not 
4865                 update the pixmaps in "Select folder" 
4866                 dialog box'
4867
4868 2009-01-09 [colin]      3.7.0cvs24
4869
4870         * src/main.c
4871                 Win32: Fix bug 1816, 'Attaching files with 
4872                 command-line generates error after attaching'
4873
4874 2009-01-09 [paul]       3.7.0cvs23
4875
4876         * src/gtk/about.c
4877                 forgot this '2009' in last commit
4878
4879 2009-01-09 [paul]       3.7.0cvs22
4880
4881         * src/*/*.[c,h]
4882                 it's 2009!
4883                 update copyright headers
4884
4885 2009-01-09 [paul]       3.7.0cvs21
4886
4887         * doc/man/claws-mail.1
4888                 update Team list
4889
4890 2009-01-09 [colin]      3.7.0cvs20
4891
4892         * src/messageview.c
4893                 Fix bug 1814, 'Windows' WM badly places 
4894                 message view'
4895
4896 2009-01-09 [colin]      3.7.0cvs19
4897
4898         * src/prefs_themes.c
4899         * src/stock_pixmap.c
4900         * src/stock_pixmap.h
4901         * src/common/utils.c
4902         * src/common/utils.h
4903                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
4904
4905 2009-01-08 [colin]      3.7.0cvs18
4906
4907         * src/mimeview.c
4908                 Win32: Fix bug 1810, 'Pressing 'o' key 
4909                 crashes CM'
4910
4911 2009-01-07 [colin]      3.7.0cvs17
4912
4913         * src/html.c
4914                 Fix bug 1432, '&amp; not escaped in links (HTML 
4915                 rendered as text)'
4916
4917 2009-01-06 [colin]      3.7.0cvs16
4918
4919         * src/plugins/pgpcore/select-keys.c
4920                 Warn translators the usual way about
4921                 accels
4922
4923 2009-01-06 [colin]      3.7.0cvs15
4924
4925         * src/mainwindow.c
4926                 Fix synchronisation dialog that shouldn't
4927                 appear when network goes down (Network
4928                 Manager)
4929         * src/mimeview.c
4930         * src/textview.c
4931                 Fix save as when attach_save_dir isn't set
4932                 fixes bug 1804, 'attach_save_directory does 
4933                 not default to $HOME'
4934         * src/plugins/pgpcore/select-keys.c
4935                 Add mnemonics to buttons - warn translators!
4936
4937 2009-01-06 [wwp]        3.7.0cvs14
4938
4939         * src/common/utils.c
4940                 Fix cvs13, thanks to Colin.
4941
4942 2009-01-06 [wwp]        3.7.0cvs13
4943
4944         * src/common/utils.c
4945                 Better support for Spanish Outlook replies (RES).
4946
4947 2009-01-02 [colin]      3.7.0cvs12
4948
4949         * src/folderview.c
4950                 Fix (+) sign after collapsed folder names that 
4951                 have quicksearch-matching children.
4952                 Fixes bug 1506, 'Recursive search in collapsed 
4953                 folders'
4954
4955 2009-01-02 [colin]      3.7.0cvs11
4956
4957         * src/stock_pixmap.c
4958         * src/stock_pixmap.h
4959                 Remove now-unused stock_pixmap_gdk
4960
4961 2009-01-02 [colin]      3.7.0cvs10
4962
4963         * src/gtk/gtkutils.c
4964         * src/pixmaps/claws-mail_icon.xpm
4965                 Use pixbuf for app icon, and make the app icon
4966                 a bit nicer
4967
4968 2009-01-02 [colin]      3.7.0cvs9
4969
4970         * src/uri_opener.c
4971                 Show both link title and URI if possible
4972
4973 2009-01-02 [colin]      3.7.0cvs8
4974
4975         * src/addressadd.c
4976         * src/addressbook.c
4977         * src/addressbook_foldersel.c
4978         * src/addressitem.h
4979         * src/folderview.c
4980         * src/grouplistdialog.c
4981         * src/importldif.c
4982         * src/mimeview.c
4983         * src/summaryview.c
4984         * src/gtk/gtkcmclist.c
4985         * src/gtk/gtkcmclist.h
4986         * src/gtk/gtkcmctree.c
4987         * src/gtk/gtkcmctree.h
4988         * src/gtk/gtksctree.c
4989         * src/gtk/gtksctree.h
4990                 Implement pixbuf rendering in tree widgets
4991                 instead of pixmaps
4992         * src/plugins/trayicon/trayicon.c
4993         * src/noticeview.c
4994         * src/prefs_themes.c
4995                 Use pixbuf rendering here too
4996
4997 2008-12-30 [paul]       3.7.0cvs7
4998
4999         * src/textview.c
5000                 no need to prematurely trim the uri in the statusbar
5001
5002 2008-12-29 [paul]       3.7.0cvs6
5003
5004         * src/procmsg.c
5005                 prefer List-Id header to X-* headers when creating
5006                 filter rule automatically
5007
5008 2008-12-28 [colin]      3.7.0cvs5
5009
5010         * src/compose.c
5011                 Set minimum height to 440 instead of 480
5012
5013 2008-12-22 [colin]      3.7.0cvs4
5014
5015         * src/compose.c
5016                 Fix bug 1799, '"Discard message" deletes manually 
5017                 saved draft'. Switch rmode to REEDIT after 
5018                 manually saving.
5019
5020 2008-12-21 [paul]       3.7.0cvs3
5021
5022         * tools/claws.i18n.status.pl
5023                 updates
5024
5025 2008-12-21 [paul]       3.7.0cvs2
5026
5027         * AUTHORS
5028         * src/gtk/authors.h
5029                 (more) updates
5030
5031 2008-12-21 [paul]       3.7.0cvs1
5032
5033         * AUTHORS
5034         * src/gtk/authors.h
5035                 updates
5036
5037 2008-12-19 [paul]       3.7.0
5038
5039         * NEWS
5040         * README
5041         * RELEASE_NOTES 
5042                 3.7.0 released!
5043
5044 2008-12-19 [paul]       3.6.1cvs80
5045
5046         * configure.ac
5047                 remove unmaintained sk and sr from ALL_LINGUAS
5048                 add newly maintained cs to ALL_LINGUAS
5049         * po/bg.po
5050         * po/ca.po
5051         * po/cs.po
5052         * po/de.po
5053         * po/fi.po
5054         * po/hu.po
5055         * po/nl.po
5056         * po/pt_BR.po
5057         * po/ru.po
5058         * po/sv.po
5059                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
5060                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
5061                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
5062                 Persson Fink
5063
5064 2008-12-16 [colin]      3.6.1cvs79
5065
5066         * src/plugins/pgpcore/sgpgme.c
5067                 Fix warning
5068
5069 2008-12-15 [colin]      3.6.1cvs78
5070
5071         * src/compose.c
5072         * src/privacy.c
5073         * src/privacy.h
5074         * src/plugins/pgpcore/sgpgme.c
5075         * src/plugins/pgpcore/sgpgme.h
5076         * src/plugins/pgpinline/pgpinline.c
5077         * src/plugins/pgpmime/pgpmime.c
5078         * src/plugins/smime/smime.c
5079                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
5080                 email address" doesn't work'. Use custom from address
5081                 if set
5082
5083 2008-12-15 [colin]      3.6.1cvs77
5084
5085         * src/common/utils.c
5086                 Fix bug 1746, 'Makes a mailto link from several 
5087                 paragraphs'
5088
5089 2008-12-15 [paul]       3.6.1cvs76
5090
5091         * m4/spamassassin.m4
5092                 fix warnings thrown up by autoconf-2.63
5093
5094 2008-12-13 [colin]      3.6.1cvs75
5095
5096         * Makefile.am
5097         * src/Makefile.am
5098         * src/common/ssl.c
5099         * src/common/utils.c
5100         * src/common/utils.h
5101         * tools/Makefile.am
5102                 Finish previous patch
5103
5104 2008-12-13 [colin]      3.6.1cvs74
5105
5106         * tools/Makefile.am
5107                 Only install certs on windows
5108
5109 2008-12-13 [colin]      3.6.1cvs73
5110
5111         * tools/Makefile.am
5112         * tools/ca-certificates.crt
5113         * src/common/Makefile.am
5114         * src/common/ssl.c
5115                 First try to ship SSL certificates in Windows
5116                 build
5117
5118 2008-12-12 [colin]      3.6.1cvs72
5119
5120         * configure.ac
5121         * src/plugins/pgpinline/claws.def
5122                 Windows build fixes
5123
5124 2008-12-12 [paul]       3.6.1cvs71
5125
5126         * src/imap.c
5127         * src/mh.c
5128         * src/partial_download.c
5129         * src/textview.c
5130         * src/common/claws.c
5131         * src/common/prefs.c
5132         * src/common/utils.c
5133                 win32: fix unlinking, renaming and bug with
5134                 non-ascii username
5135                 Patch by Colin
5136
5137 2008-12-11 [colin]      3.6.1cvs70
5138
5139         * po/fr.po
5140         * manual/fr/advanced.xml
5141                 Update french translations
5142
5143 2008-12-10 [colin]      3.6.1cvs69
5144
5145         * manual/faq.xml
5146                 Correct bug submission guidelines
5147
5148 2008-12-10 [colin]      3.6.1cvs68
5149
5150         * src/plugins/pgpcore/pgp_viewer.c
5151                 Fix bug 1736, 'Key import does not work'
5152                 Kill the correct pid (and not the parent
5153                 shell), and increase the timeout a bit.
5154
5155 2008-12-09 [paul]       3.6.1cvs67
5156
5157         * src/messageview.c
5158                 ensure that any stray noticeview buttons are hidden,
5159                 as clicking them causes segfaults!
5160
5161 2008-12-09 [colin]      3.6.1cvs66
5162
5163         * src/compose.c
5164         * src/compose.h
5165         * src/folder_item_prefs.h
5166         * src/prefs_common.c
5167         * src/prefs_common.h
5168         * src/common/defs.h
5169                 Fix bug 1792, '"Save Message to" should 
5170                 retain list of recently selected folders'
5171                 Also, make Enchant-related prefs stick
5172                 even if the build doesn't enable enchant
5173
5174 2008-12-09 [paul]       3.6.1cvs65
5175
5176         * src/messageview.c
5177                 fix bug 1787, 'Prevent automatic PGP inline
5178                 decryption attempts' use the noticeview to display
5179                 decryption failure messages instead of the irritating
5180                 popup dialog
5181
5182 2008-12-09 [colin]      3.6.1cvs64
5183
5184         * src/prefs_filtering.c
5185                 Fix bug 1789, 'filtering account selection 
5186                 (regression)'. Filtering on sending-only
5187                 accounts can be a little useful when using
5188                 filtering via Tools menu.
5189
5190 2008-12-07 [paul]       3.6.1cvs63
5191
5192         * src/prefs_actions.c
5193                 don't auto-select first entry (same as other
5194                 similar dialogs)
5195         * src/gtk/pluginwindow.c
5196                 these parents don't have children so don't look
5197                 for them
5198
5199 2008-12-07 [paul]       3.6.1cvs62
5200
5201         * src/prefs_account.c
5202         * src/gtk/pluginwindow.c
5203         * src/gtk/prefswindow.c
5204         * src/gtk/prefswindow.h
5205                 auto-select first page
5206
5207 2008-12-05 [colin]      3.6.1cvs61
5208
5209         * src/codeconv.c
5210         * src/procmime.c
5211                 Fix bug 1788, 'CM crashes re-encoding 
5212                 encoded parameters' (introduced in cvs40)
5213
5214 2008-12-05 [paul]       3.6.1cvs60
5215
5216         * src/prefs_common.h
5217                 remove gpg prefs that are no longer needed here
5218
5219 2008-12-03 [colin]      3.6.1cvs59
5220
5221         * src/msgcache.c
5222                 Speed up cache reading (about 10% gain)
5223         * src/summaryview.c
5224         * src/gtk/gtksctree.c
5225                 Speed up expand/collapse all threads
5226                 (about 95% gain)
5227
5228 2008-12-03 [paul]       3.6.1cvs58
5229
5230         * configure.ac
5231                 eradicate gcc4's signedness warnings
5232                 fix building with gnuTLS on (Open)Solaris
5233
5234 2008-12-01 [colin]      3.6.1cvs57
5235
5236         * src/gtk/gtkcmclist.c
5237                 Fix column headers
5238
5239 2008-12-01 [colin]      3.6.1cvs56
5240
5241         * src/plugins/pgpinline/pgpinline.c
5242                 Fix bug 1779, 'PGP Inline badly handles 
5243                 multipart'. Properly dump the current part
5244                 instead of running around with scissors
5245
5246 2008-11-30 [paul]       3.6.1cvs55
5247
5248         * manual/advanced.xml
5249         * manual/plugins.xml
5250         * src/prefs_toolbar.c
5251                 remove the verb from the page title and
5252                 update references in the manual
5253
5254 2008-11-30 [paul]       3.6.1cvs54
5255
5256         * src/prefs_other.c
5257                 move Other/ page to Other/Miscellaneous
5258         * src/gtk/prefswindow.c
5259                 make parent page unselectable
5260
5261 2008-11-29 [paul]       3.6.1cvs53
5262
5263         * README
5264                 add the new 'primary_paste_unselects' hidden
5265                 option, add missing 'log_[...]_color' options,
5266                 and reformat the text
5267         * manual/advanced.xml
5268                 add the new 'primary_paste_unselects' hidden
5269                 option, add missing 'log_[...]_color' options
5270
5271 2008-11-28 [colin]      3.6.1cvs52
5272
5273         * src/mimeview.c
5274                 Fix leak
5275
5276 2008-11-28 [colin]      3.6.1cvs51
5277
5278         * po/fr.po
5279                 Update translation
5280
5281 2008-11-28 [colin]      3.6.1cvs50
5282
5283         * src/mainwindow.c
5284                 Fix account selection in Mailing list
5285                 menu
5286
5287 2008-11-28 [paul]       3.6.1cvs49
5288
5289         * po/Makefile.in.in
5290                 automatically remove obsolete strings
5291
5292 2008-11-28 [colin]      3.6.1cvs48
5293
5294         * src/plugins/pgpcore/sgpgme.c
5295                 Fix error message when key isn't available.
5296
5297 2008-11-27 [colin]      3.6.1cvs47
5298
5299         * src/filtering.c
5300         * src/matcher.c
5301                 Fix a little leak
5302
5303 2008-11-26 [colin]      3.6.1cvs46
5304
5305         * src/common/ssl.c
5306                 Fix new warning
5307
5308 2008-11-26 [colin]      3.6.1cvs45
5309
5310         * src/plugins/pgpcore/select-keys.c
5311         * src/plugins/pgpcore/sgpgme.c
5312                 Fix bug 1591, 'S/MIME: better key 
5313                 handling/selection dialog'
5314                 Really ignore revoked/expired keys
5315
5316 2008-11-26 [colin]      3.6.1cvs44
5317
5318         * src/main.c
5319         * src/common/claws.c
5320         * src/common/ssl.c
5321                 Make sure libgcrypt's threading is initialised
5322                 before gnutls. See also old bug 1539.
5323
5324 2008-11-26 [colin]      3.6.1cvs43
5325
5326         * src/imap.c
5327         * src/news.c
5328         * src/etpan/imap-thread.c
5329                 Fix possible crashes due to clist_begin()
5330                 not checking for NULLs (it should!)
5331
5332 2008-11-25 [colin]      3.6.1cvs42
5333
5334         * src/procmime.c
5335                 Fix line length in MIME parameters
5336
5337 2008-11-22 [paul]       3.6.1cvs41
5338
5339         * src/compose.c
5340                 grab Return key press in attachments Properties
5341                 dialog
5342
5343 2008-11-21 [colin]      3.6.1cvs40
5344
5345         * src/compose.c
5346         * src/procmime.c
5347                 Fix bug 1776, 'use encoded name parameters 
5348                 for attachments instead of ascii'.
5349                 Break the RFC 2047 by using B-encoded 
5350                 filename parameter, like everyone does,
5351                 following advice from the RFC author.
5352
5353 2008-11-21 [colin]      3.6.1cvs39
5354
5355         * src/common/socket.c
5356                 Rehandshake if server asks to
5357
5358 2008-11-21 [colin]      3.6.1cvs38
5359
5360         * src/mimeview.h
5361         * src/toolbar.h
5362         * src/common/session.h
5363         * src/common/smtp.h
5364                 Move conditional-compilation members to
5365                 end of structs
5366
5367 2008-11-19 [wwp]        3.6.1cvs37
5368
5369         * src/prefs_actions.c
5370                 Fixed wrong behaviour when pressing Escape (was not cancelling
5371                 the action).
5372
5373 2008-11-19 [wwp]        3.6.1cvs36
5374
5375         * src/compose.c
5376         * src/matcher.c
5377         * src/messageview.c
5378         * src/mimeview.c
5379         * src/prefs_actions.c
5380         * src/prefs_filtering_action.c
5381         * src/procmsg.c
5382         * src/summaryview.c
5383         * src/textview.c
5384         * src/common/utils.c
5385                 Replace occurrences of "command line" with "command-line" everywhere.
5386                 Enforce code style (mostly indentation) in prefs_actions.c.
5387
5388 2008-11-19 [colin]      3.6.1cvs35
5389
5390         * src/compose.c
5391         * src/prefs_common.c
5392         * src/prefs_common.h
5393                 Add primary_paste_unselects hidden preference
5394                 to change how middle-click pasting changes
5395                 the selection and insert point; defaults to
5396                 pre-3.6.1cvs31
5397
5398 2008-11-19 [colin]      3.6.1cvs34
5399
5400         * src/folderview.c
5401                 Always give focus to summaryview, even if
5402                 the folder is empty, in small screen layout.
5403                 Allows to go back to folderlist using the
5404                 keyboard.
5405
5406 2008-11-18 [colin]      3.6.1cvs33
5407
5408         * src/mainwindow.h
5409                 Put back conditional at the end of struct
5410
5411 2008-11-18 [colin]      3.6.1cvs32
5412
5413         * src/procmime.c
5414         * src/common/w32_reg.c
5415                 Fix crash on win32 when browsing to a
5416                 directory
5417
5418 2008-11-15 [colin]      3.6.1cvs31
5419
5420         * src/compose.c
5421                 After a mid-click paste, deselect selection
5422                 and go to end of paste.
5423
5424 2008-11-15 [colin]      3.6.1cvs30
5425
5426         * src/compose.c
5427                 Auto-save draft after external editor quits
5428
5429 2008-11-15 [colin]      3.6.1cvs29
5430
5431         * src/plugins/pgpcore/sgpgme.c
5432                 Fix wrong error display, thanks to
5433                 Charles A. Edwards
5434
5435 2008-11-14 [colin]      3.6.1cvs28
5436
5437         * src/prefs_actions.c
5438                 Comment out bogus (IMO) warning
5439
5440 2008-11-14 [colin]      3.6.1cvs27
5441
5442         * src/mainwindow.c
5443         * src/summaryview.c
5444         * src/summaryview.h
5445         * src/gtk/menu.c
5446         * src/gtk/menu.h
5447                 Share summaryview's context menu actions with
5448                 the equivalent menu items of the main menu;
5449                 this allows to share accelerators and de-
5450                 duplicate code.
5451
5452 2008-11-14 [colin]      3.6.1cvs26
5453
5454         * src/plugins/pgpcore/sgpgme.c
5455                 Fix bug 1768, 'claws-mail crashes while 
5456                 checking smime bad signature'
5457
5458 2008-11-13 [colin]      3.6.1cvs25
5459
5460         * src/account.c
5461         * src/filtering.c
5462                 Fix redefinition of PREFSBUFSIZE
5463
5464 2008-11-13 [wwp]        3.6.1cvs24
5465
5466         * tools/popfile-link.sh
5467                 Add support for reusing existing POPFile session ID.
5468
5469 2008-11-12 [colin]      3.6.1cvs23
5470
5471         * src/prefs_gtk.h
5472                 Fix bug 1771, 'Folder template gets 
5473                 truncated when exiting the application'
5474                 Use a 32k buffer for string preferences
5475
5476 2008-11-11 [colin]      3.6.1cvs22
5477
5478         * src/summaryview.c
5479                 Fix "display sender using addressbook" when
5480                 prefs_common.swap_from is in use. Patch by
5481                 H. Merijn Brand
5482
5483 2008-11-11 [colin]      3.6.1cvs21
5484
5485         * src/autofaces.c
5486         * src/common/md5.c
5487         * src/common/md5.h
5488                 Make a few functions static
5489
5490 2008-11-07 [colin]      3.6.1cvs20
5491
5492         * src/mainwindow.c
5493         * src/summaryview.c
5494                 Fix crash when rebuilding colorlabel
5495                 menu
5496         * src/addrgather.c
5497         * src/editldap.c
5498         * src/prefs_account.c
5499         * src/prefs_compose_writing.c
5500         * src/prefs_logging.c
5501         * src/prefs_message.c
5502         * src/prefs_other.c
5503         * src/prefs_receive.c
5504         * src/prefs_summaries.c
5505         * src/prefs_wrapping.c
5506         * src/plugins/bogofilter/bogofilter_gtk.c
5507         * src/plugins/pgpcore/prefs_gpg.c
5508         * src/plugins/spamassassin/spamassassin_gtk.c
5509                 Fix deprecated use of page_size in 
5510                 gtkspinbutton adjustments
5511
5512 2008-11-06 [mones]      3.6.1cvs19
5513
5514         * src/mainwindow.c
5515                 Fix missing "About" in Help menu
5516         * tools/claws.i18n.status.pl
5517                 Fix header
5518
5519 2008-11-05 [colin]      3.6.1cvs18
5520
5521         * src/action.c
5522         * src/main.c
5523         * src/mainwindow.c
5524         * src/common/socket.c
5525         * src/common/socket.h
5526         * src/gtk/gtkutils.c
5527         * src/gtk/gtkutils.h
5528                 w32: Implement single launch (lock
5529                 socket); always put debug log to
5530                 the rc_dir; fix Start menu update
5531                 after registering as default Mail 
5532                 app
5533
5534 2008-11-05 [colin]      3.6.1cvs17
5535
5536         * src/mainwindow.c
5537                 Setting the Mail start menu item in HKCU 
5538                 confuses the Internet Options dialog. Do 
5539                 it in HKLM as this dialog does.
5540
5541 2008-11-04 [colin]      3.6.1cvs16
5542
5543         * src/common/w32_reg.c
5544                 Fix off-by-one
5545
5546 2008-11-04 [colin]      3.6.1cvs15
5547
5548         * src/procmime.c
5549                 w32: Fix getting content-type 
5550         * src/mimeview.c
5551         * src/prefs_common.c
5552         * src/prefs_common.h
5553         * src/prefs_ext_prog.c
5554         * src/textview.c
5555                 w32: better integration (use the
5556                 standard file associations instead
5557                 of our platform-unadapted open
5558                 dialog)
5559         * src/mainwindow.c
5560         * src/common/utils.c
5561         * src/common/w32_reg.c
5562         * src/common/w32lib.h
5563                 w32: better integration (allow 
5564                 setting Claws as default MUA)
5565
5566 2008-11-01 [colin]      3.6.1cvs14
5567
5568         * src/codeconv.c
5569                 Fix wrongly converted non-ascii characters
5570                 when locale's charset is US-ASCII (strict-mode
5571                 was failing in this case)
5572
5573 2008-10-30 [colin]      3.6.1cvs13
5574
5575         * src/mimeview.c
5576         * src/mimeview.h
5577         * src/textview.c
5578         * src/textview.h
5579                 Use one UI Manager per mimeview, instead of
5580                 the global one -- else user_data pointer gets
5581                 broken if opening and closing another message-
5582                 view, then using right-click on a mimeview's 
5583                 mimepart. Probably fixes bug 1711, 'Save-as
5584                 attachment crashes'
5585
5586 2008-10-24 [paul]       3.6.1cvs12
5587
5588         * tools/Makefile.am
5589         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
5590         * tools/kdeservicemenu/install.sh
5591                 another, possibly the final?, attempt on getting this
5592                 sorted for kde4
5593
5594 2008-10-24 [paul]       3.6.1cvs11
5595
5596         * tools/kdeservicemenu/install.sh
5597                 fix servicemenu installation directory on kde4
5598
5599 2008-10-24 [paul]       3.6.1cvs10
5600
5601         * tools/kdeservicemenu/README
5602         * tools/kdeservicemenu/install.sh
5603                 add support for kde4 in addition to kde3.
5604                 a rework involving checking for kde4-config, then
5605                 kde-config, finally prompting the user for the
5606                 location of either if they cannot be found
5607                 
5608
5609 2008-10-18 [paul]       3.6.1cvs9
5610
5611         * tools/claws.i18n.status.pl
5612                 updated with latest translator info.
5613                 only print for languages defined in %langname
5614
5615 2008-10-17 [paul]       3.6.1cvs8
5616
5617         * src/plugins/pgpcore/sgpgme.c
5618                 when listing the uid's, show the uid validity
5619
5620 2008-10-16 [paul]       3.6.1cvs7
5621
5622         * INSTALL
5623                 updated
5624
5625 2008-10-13 [wwp]        3.6.1cvs6
5626
5627         * po/fr.po
5628                 Updated French translation.
5629
5630 2008-10-11 [colin]      3.6.1cvs5
5631
5632         * src/gtk/authors.h
5633                 Fix bug 1756, "Outdated translators list in About 
5634                 dialogue". Patch by Aleksei Miheev.
5635
5636 2008-10-11 [colin]      3.6.1cvs4
5637
5638         * src/account.c
5639         * src/imap.c
5640         * src/inc.c
5641         * src/main.c
5642         * src/mainwindow.c
5643         * src/news.c
5644         * src/pop.c
5645         * src/pop.h
5646         * src/prefs_account.c
5647         * src/send_message.c
5648         * src/send_message.h
5649         * src/ssl_manager.c
5650         * src/ssl_manager.h
5651         * src/wizard.c
5652         * src/common/claws.c
5653         * src/common/defs.h
5654         * src/common/session.c
5655         * src/common/session.h
5656         * src/common/smtp.c
5657         * src/common/smtp.h
5658         * src/common/socket.c
5659         * src/common/socket.h
5660         * src/common/ssl.c
5661         * src/common/ssl.h
5662         * src/common/ssl_certificate.c
5663         * src/common/ssl_certificate.h
5664         * src/gtk/about.c
5665         * src/gtk/sslcertwindow.c
5666         * src/gtk/sslcertwindow.h
5667                 Remove OpenSSL code
5668
5669 2008-10-11 [colin]      3.6.1cvs3
5670
5671         * src/common/ssl_certificate.c
5672                 Make local function static
5673
5674 2008-10-10 [colin]      3.6.1cvs2
5675
5676         * src/common/ssl.h
5677         * src/common/ssl_certificate.c
5678         * src/gtk/sslcertwindow.c
5679                 Add offline certificate verification,
5680                 thanks to Nikos Mavrogiannopoulos for the
5681                 hints
5682
5683 2008-10-10 [colin]      3.6.1cvs1
5684
5685         * src/common/ssl_certificate.c
5686         * src/gtk/sslcertwindow.c
5687                 Fix warnings
5688
5689 2008-10-10 [paul]       3.6.1
5690
5691         * m4/spamassassin.m4
5692                 remove openssl dross
5693
5694         * NEWS
5695         * README
5696         * RELEASE_NOTES 
5697                 3.6.1 released!
5698
5699 2008-10-10 [colin]      3.6.0cvs25
5700
5701         * src/common/ssl.c
5702                 Tell libetpan it doesn't need to init
5703                 GnuTLS
5704
5705 2008-10-10 [colin]      3.6.0cvs24
5706
5707         * claws-mail.pc.in
5708                 Remove references to openssl
5709
5710 2008-10-09 [colin]      3.6.0cvs23
5711
5712         * configure.ac
5713                 Fix message
5714
5715 2008-10-09 [colin]      3.6.0cvs22
5716
5717         * configure.ac
5718                 Error out when building against openssl
5719
5720 2008-10-09 [colin]      3.6.0cvs21
5721
5722         * configure.ac
5723         * COPYING
5724         * src/crash.c
5725         * src/main.c
5726         * src/gtk/about.c
5727                 Disable OpenSSL due to requirement of
5728                 OpenSSL exception. Code not removed yet,
5729                 just in case, but disabled.
5730
5731 2008-10-09 [colin]      3.6.0cvs20
5732
5733         * configure.ac
5734         * src/Makefile.am
5735         * src/crash.c
5736         * src/gedit-print.c
5737         * src/gedit-print.h
5738         * src/main.c
5739         * src/mainwindow.c
5740         * src/messageview.c
5741         * src/prefs_ext_prog.c
5742         * src/prefs_fonts.c
5743         * src/prefs_image_viewer.c
5744         * src/printing.c
5745         * src/printing.h
5746         * src/summaryview.c
5747         * src/gtk/Makefile.am
5748         * src/gtk/about.c
5749         * src/gtk/gtksourceprintjob.c
5750         * src/gtk/gtksourceprintjob.h
5751                 Revert previous patch. It'd be better to remove
5752                 OpenSSL instead, as GnuTLS works as well.
5753
5754 2008-10-09 [colin]      3.6.0cvs19
5755
5756         * configure.ac
5757         * src/Makefile.am
5758         * src/crash.c
5759         * src/gedit-print.c
5760         * src/gedit-print.h
5761         * src/main.c
5762         * src/mainwindow.c
5763         * src/messageview.c
5764         * src/prefs_ext_prog.c
5765         * src/prefs_fonts.c
5766         * src/prefs_image_viewer.c
5767         * src/printing.c
5768         * src/printing.h
5769         * src/summaryview.c
5770         * src/gtk/Makefile.am
5771         * src/gtk/about.c
5772         * src/gtk/gtksourceprintjob.c
5773         * src/gtk/gtksourceprintjob.h
5774                 Remove the libgnomeprint interface (deprecated,
5775                 and fixes Debian's #501570, 'Copyright confusion')
5776
5777 2008-10-09 [colin]      3.6.0cvs18
5778
5779         * configure.ac
5780                 Require libetpan 0.57 (important fixes)
5781
5782 2008-10-08 [paul]       3.6.0cvs17
5783
5784         * src/prefs_filtering_action.c
5785         * src/prefs_matcher.c
5786                 enable re-ordering of the filtering/processing
5787                 condition and actions lists by drag'n'drop
5788
5789 2008-10-08 [colin]      3.6.0cvs16
5790
5791         * src/addressbook.c
5792                 Fix wrong menu title
5793
5794 2008-10-07 [colin]      3.6.0cvs15
5795
5796         * src/imap.c
5797                 After thinking, revert this. It's only a minor
5798                 annoyance to GSSAPI users, and I can't test this
5799                 right now. Postponed until after next good release.
5800
5801 2008-10-07 [colin]      3.6.0cvs14
5802
5803         * src/imap.c
5804                 Don't ask for a password when using GSSAPI
5805
5806 2008-10-07 [colin]      3.6.0cvs13
5807
5808         * src/mainwindow.c
5809                 Fix build with GTK+ < 2.14
5810
5811 2008-10-07 [colin]      3.6.0cvs12
5812
5813         * src/mainwindow.c
5814         * src/mainwindow.h
5815         * src/prefs_common.c
5816         * src/prefs_common.h
5817         * src/summaryview.c
5818         * src/gtk/colorlabel.c
5819                 Fix bug 1749, 'Shortcut keys for color labels 
5820                 not changeable'
5821                 Make fullscreen a setting remembered between
5822                 sessions
5823
5824 2008-10-07 [colin]      3.6.0cvs11
5825
5826         * src/prefs_other.c
5827                 Fix bug 1747, 'Wanderlust keybindings no longer 
5828                 working (regression)'
5829
5830 2008-10-07 [colin]      3.6.0cvs10
5831
5832         * src/mainwindow.c
5833                 Make fullscreen a real menu item
5834
5835 2008-10-07 [colin]      3.6.0cvs9
5836
5837         * src/mainwindow.c
5838                 Make sure we won't save size when
5839                 fullscreening
5840
5841 2008-10-06 [colin]      3.6.0cvs8
5842
5843         * src/mainwindow.c
5844         * src/mainwindow.h
5845                 Handle fullscreen via F11. Patch by
5846                 Michael Rasmussen
5847
5848 2008-10-06 [colin]      3.6.0cvs7
5849
5850         * src/common/ssl.c
5851                 Fix return value when setting client cert
5852
5853 2008-10-04 [colin]      3.6.0cvs6
5854
5855         * src/mimeview.c
5856                 Fix bug 1742, 'Attachment list contents not 
5857                 visible/scrollable'
5858
5859 2008-10-04 [paul]       3.6.0cvs5
5860
5861         * src/mainwindow.c
5862                 fix failure of Hide toolbar option on restart
5863
5864 2008-10-04 [colin]      3.6.0cvs4
5865
5866         * src/addressbook.c
5867         * src/compose.c
5868         * src/mainwindow.c
5869         * src/messageview.c
5870         * src/summaryview.c
5871                 Maemo: Fix bug 1737, Crashes upon opening
5872
5873 2008-10-04 [paul]       3.6.0cvs3
5874
5875         * po/pt_BR.po
5876                 submitted (just a little late) by Frederico
5877                 Goncalves Guimaraes
5878
5879 2008-10-03 [wwp]        3.6.0cvs2
5880
5881         * po/fr.po
5882                 Many fixes, mostly in menus and accelerators.
5883
5884 2008-10-03 [colin]      3.6.0cvs1
5885
5886         * src/gtk/filesel.c
5887                 Allow network mounts with new GTKs: they're
5888                 available via FUSE mounts and we don't need
5889                 GVFS.
5890
5891 2008-10-03 [paul]       3.6.0
5892
5893         * NEWS
5894         * README
5895         * RELEASE_NOTES 
5896                 3.6.0 released!
5897
5898 2008-10-03 [paul]       3.5.0cvs145
5899
5900         * configure.ac
5901         * po/bg.po
5902         * po/nl.po
5903         * po/ru.po
5904         * po/sv.po
5905                 new translations. added by Yasen Pramatarov,
5906                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
5907         * po/ca.po
5908         * po/de.po
5909         * po/fi.po
5910         * po/fr.po
5911         * po/hu.po
5912         * po/it.po
5913         * po/pl.po
5914         * po/zh_CN.po
5915                 updated translations. submitted by Miquel Oliete,
5916                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
5917                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
5918
5919 2008-10-02 [colin]      3.5.0cvs144
5920
5921         * src/common/session.c
5922                 Fix crash when connection fails on windows
5923
5924 2008-10-01 [colin]      3.5.0cvs143
5925
5926         * src/imap.c
5927                 Real fix for FS-unsafe chars on win32
5928
5929 2008-10-01 [colin]      3.5.0cvs142
5930
5931         * src/imap.c
5932                 Encode prohibited filenames on win32
5933
5934 2008-09-30 [mones]      3.5.0cvs141
5935
5936         * src/ldapctrl.c
5937         * src/main.c
5938         * src/prefs_themes.c
5939         * src/printing.c
5940                 Fix output of some debug messages
5941
5942 2008-09-30 [colin]      3.5.0cvs140
5943
5944         * src/addrbook.c
5945         * src/addrharvest.c
5946         * src/compose.c
5947         * src/jpilot.c
5948         * src/mh.c
5949         * src/prefs_themes.c
5950         * src/procheader.c
5951         * src/procmime.c
5952         * src/summaryview.c
5953         * src/common/utils.c
5954         * src/gtk/sslcertwindow.c
5955                 Win32: Fix time usage; use g_stat
5956
5957 2008-09-29 [colin]      3.5.0cvs139
5958
5959         * src/common/utils.c
5960                 Fix case-sensitive match of subject
5961                 prefixes on win32
5962
5963 2008-09-29 [colin]      3.5.0cvs138
5964
5965         * src/folder_item_prefs.c
5966         * src/folder_item_prefs.h
5967         * src/matcher.c
5968         * src/prefs_folder_item.c
5969         * src/prefs_matcher.c
5970         * src/summaryview.c
5971         * src/common/string_match.c
5972         * src/common/utils.c
5973                 Fix a huge leak (dozens of megs per folder
5974                 change) on Windows: disable regexps 
5975
5976 2008-09-28 [paul]       3.5.0cvs137
5977
5978         * po/en_GB.po
5979                 updated
5980
5981 2008-09-27 [colin]      3.5.0cvs136
5982
5983         * src/account.c
5984         * src/account.h
5985                 Add accessor for cur_account
5986
5987 2008-09-27 [colin]      3.5.0cvs135
5988
5989         * src/imap.c
5990                 Fix crash when error happen on session establishment
5991
5992 2008-09-26 [mones]      3.5.0cvs134
5993
5994         * po/es.po
5995                 Updated for release
5996
5997 2008-09-26 [colin]      3.5.0cvs133
5998
5999         * src/plugins/pgpcore/claws.def
6000                 Fix symbol
6001
6002 2008-09-26 [colin]      3.5.0cvs132
6003
6004         * src/prefs_common.c
6005         * src/prefs_common.h
6006         * src/plugins/pgpcore/pgp_viewer.c
6007                 Add an accessor to prefs_common for plugins
6008                 (Win32 fix)
6009
6010 2008-09-25 [colin]      3.5.0cvs131
6011
6012         * src/main.c
6013                 Fix bug 1725, 'useless lines in clawsrc'
6014         * src/plugins/smime/mypgpcore.def
6015                 Add a missing symbol
6016
6017 2008-09-25 [paul]       3.5.0cvs130
6018
6019         * src/plugins/smime/mypgpcore.def
6020         * src/plugins/smime/plugin.def
6021         * src/plugins/smime/version.rc
6022                 add these windows-specific files
6023                 (Thanks to Colin)
6024
6025 2008-09-25 [colin]      3.5.0cvs129
6026
6027         * src/main.c
6028                 Load standard plugins only on first run
6029
6030 2008-09-25 [colin]      3.5.0cvs128
6031
6032         * src/codeconv.c
6033                 Fix build...
6034
6035 2008-09-24 [colin]      3.5.0cvs127
6036
6037         * src/codeconv.c
6038                 Add nb_NO's charset (iso-8859-1)
6039
6040 2008-09-24 [colin]      3.5.0cvs126
6041
6042         * src/common/utils.c
6043                 Fix get_mail_base_dir() on windows
6044                 (was synced from main ages ago)
6045
6046 2008-09-24 [colin]      3.5.0cvs125
6047
6048         * src/main.c
6049         * src/wizard.c
6050                 Integrate better with Windows' style
6051
6052 2008-09-23 [paul]       3.5.0cvs124
6053
6054         * src/compose.c
6055         * src/mainwindow.c
6056         * src/messageview.c
6057                 offer these strings to translators too 
6058
6059 2008-09-23 [colin]      3.5.0cvs123
6060
6061         * configure.ac
6062                 Add a --disable-dbus flag in case we want
6063                 no DBUS even if headers are available (like
6064                 for building gpg4win)
6065         * src/filtering.c
6066         * src/mainwindow.c
6067         * src/prefs_logging.c
6068         * src/common/utils.c
6069         * src/plugins/pgpcore/sgpgme.c
6070         * src/plugins/smime/claws.def
6071                 Windows fixes:
6072                 - disable filtering log (it's crashy for
6073                   some reason)
6074                 - fix gmtime_r when time is -1 (before 01/01/70)
6075                 - add symbols for smime
6076
6077 2008-09-22 [colin]      3.5.0cvs122
6078
6079         * src/common/utils.c
6080         * src/account.c
6081                 Remove raw printf
6082         * src/compose.c
6083                 Fix cursor position after changing account
6084         * src/imap.c
6085         * src/mimeview.c
6086         * src/news.c
6087                 Fix absolute path detection 
6088
6089 2008-09-21 [colin]      3.5.0cvs121
6090
6091         * src/gtk/gtkaspell.c
6092                 Don't try to use empty dictionaries
6093
6094 2008-09-20 [colin]      3.5.0cvs120
6095
6096         * po/POTFILES.in
6097                 Add the new files to the translations
6098
6099 2008-09-20 [colin]      3.5.0cvs119
6100
6101         * configure.ac
6102         * src/plugins/Makefile.am
6103         * src/plugins/smime/Makefile.am
6104         * src/plugins/smime/plugin.c
6105         * src/plugins/smime/smime.c
6106         * src/plugins/smime/smime.deps
6107         * src/plugins/smime/smime.h
6108                 Include S/Mime plugin in the main plugins
6109                 Will ease the Gpg4win team's work
6110
6111 2008-09-20 [colin]      3.5.0cvs118
6112
6113         * src/autofaces.c
6114         * src/compose.c
6115         * src/ldapquery.c
6116         * src/main.c
6117         * src/news.c
6118         * src/common/socket.c
6119         * src/gtk/gtkutils.c
6120         * src/plugins/pgpcore/claws.def
6121                 Windows: more fixes, thanks to wwp and
6122                 Marcus Brinkmann
6123
6124 2008-09-20 [colin]      3.5.0cvs117
6125
6126         * src/imap.c
6127                 Tell on which server errors happened
6128
6129 2008-09-20 [colin]      3.5.0cvs116
6130
6131         * src/etpan/etpan-thread-manager.c
6132         * src/etpan/imap-thread.c
6133         * src/etpan/nntp-thread.c
6134                 Windows: Fix hang on IMAP/NNTP
6135
6136 2008-09-20 [colin]      3.5.0cvs115
6137
6138         * src/common/utils.c
6139                 Fix bug 1723, "Buffer overflow crash caused by 
6140                 preview in 'Date format help' dialog box"
6141                 Also, optimise fast_strftime a bit :)
6142
6143 2008-09-18 [colin]      3.5.0cvs114
6144
6145         * src/procmime.c
6146         * src/textview.c
6147                 Check for NULLs before str* functions
6148
6149 2008-09-18 [colin]      3.5.0cvs113
6150
6151         * src/messageview.c
6152         * src/procmime.c
6153         * src/textview.c
6154                 Handle html parts in multipart/related
6155                 Decode ISO-8859-1 as Windows-1252 (the former
6156                 is a subset of the latter) in order to 
6157                 workaround Outlook mails misencoding
6158         * src/gtk/logwindow.c
6159         * src/gtk/logwindow.h
6160                 Clear mainwindow's error pixmap when the
6161                 error scrolls out of the log
6162
6163 2008-09-17 [colin]      3.5.0cvs112
6164
6165         * src/image_viewer.c
6166                 Fix image loading (multiple childs added to 
6167                 scrolledwindow, break of the resize functionality)
6168         * src/account.c
6169         * src/prefs_folder_item.c
6170         * src/prefs_spelling.c
6171         * src/gtk/gtkaspell.c
6172                 Better fix problems with dictionaries updates
6173
6174 2008-09-17 [colin]      3.5.0cvs111
6175
6176         * src/common/utils.c
6177                 Fix double-opening (fixes multiple signatures when
6178                 using signify)
6179
6180 2008-09-16 [colin]      3.5.0cvs110
6181
6182         * src/prefs_account.c
6183         * src/prefs_folder_item.c
6184         * src/prefs_spelling.c
6185         * src/gtk/gtkaspell.c
6186                 Better stripping of aspell dictionaries names
6187
6188 2008-09-16 [colin]
6189
6190         * 3.6.0-rc1 released
6191
6192 2008-09-16 [colin]      3.5.0cvs109
6193
6194         * src/account.c
6195         * src/inc.c
6196         * src/mainwindow.c
6197         * src/prefs_account.h
6198         * src/prefs_other.c
6199         * src/send_message.c
6200         * src/gtk/inputdialog.c
6201                 Don't add a pref to allow remembering passwords
6202                 (Just not checking the checkbox is enough)
6203
6204 2008-09-16 [colin]      3.5.0cvs108
6205
6206         * configure.ac
6207                 Require libetpan 0.56 as 0.55 is crashy
6208         * src/messageview.c
6209                 Fix english
6210         * src/gtk/inputdialog.c
6211         * src/gtk/inputdialog.h
6212                 Fix warnings
6213
6214 2008-09-16 [wwp]        3.5.0cvs107
6215
6216         * src/compose.c
6217                 Complete 3.5.0cvs106 by removing a function that got
6218                 moved to account.[ch].
6219
6220 2008-09-16 [wwp]        3.5.0cvs106
6221
6222         * src/account.c
6223         * src/account.h
6224         * src/compose.c
6225         * src/quote_fmt.c
6226         * src/quote_fmt_lex.l
6227         * src/quote_fmt_parse.y
6228                 Add account signature (path and value string) manipulation
6229                 keywords to the template processor. It's now possible in
6230                 all templates to insert the account signature to an
6231                 arbitrary location or to pass it to a external script for
6232                 further editing.
6233
6234
6235 2008-09-16 [mones]      3.5.0cvs105
6236
6237         * src/imap.c
6238         * src/inc.c
6239         * src/mainwindow.c
6240         * src/mainwindow.h
6241         * src/news.c
6242         * src/prefs_account.h
6243         * src/prefs_common.c
6244         * src/prefs_common.h
6245         * src/prefs_other.c
6246         * src/send_message.c
6247         * src/gtk/inputdialog.c
6248         * src/gtk/inputdialog.h
6249                 Implement session passwords: unsaved passwords for receiving
6250                 or sending of accounts can be remembered while running to 
6251                 avoid repetitive typing.
6252                 As keeping passwords in memory is unsafe a new preference 
6253                 in Other page is added to activate or not such capability.
6254
6255 2008-09-14 [colin]      3.5.0cvs104
6256
6257         * src/codeconv.c
6258         * src/codeconv.h
6259                 Make conv_iconv_strdup static
6260
6261 2008-09-12 [colin]      3.5.0cvs103
6262
6263         * claws-mail.pc.in
6264         * src/Makefile.am
6265         * src/compose.c
6266         * src/compose.h
6267         * src/crash.c
6268         * src/folder_item_prefs.c
6269         * src/folder_item_prefs.h
6270         * src/main.c
6271         * src/prefs_account.c
6272         * src/prefs_common.c
6273         * src/prefs_common.h
6274         * src/prefs_folder_item.c
6275         * src/prefs_spelling.c
6276         * src/prefs_template.c
6277         * src/quote_fmt.h
6278         * src/quote_fmt_parse.y
6279         * src/toolbar.c
6280         * src/toolbar.h
6281         * src/gtk/Makefile.am
6282         * src/gtk/about.c
6283         * src/gtk/filesel.c
6284         * src/gtk/gtkaspell.c
6285         * src/gtk/gtkaspell.h
6286         * src/plugins/bogofilter/Makefile.am
6287         * src/plugins/dillo_viewer/Makefile.am
6288         * src/plugins/spamassassin/Makefile.am
6289         * src/plugins/trayicon/Makefile.am
6290                 Switch spellchecker to Enchant
6291
6292 2008-09-12 [paul]       3.5.0cvs102
6293
6294         * tools/README
6295         * tools/csv2addressbook.pl
6296                 add support for Fox Mail
6297
6298 2008-09-12 [paul]       3.5.0cvs101
6299
6300         * src/compose.c
6301         * src/prefs_wrapping.c
6302                 changes to English
6303
6304 2008-09-12 [paul]       3.5.0cvs100
6305
6306         * configure.ac
6307                 revert cvs99's libenchant commit error
6308
6309 2008-09-12 [colin]      3.5.0cvs99
6310
6311         * src/inc.c
6312                 Only go to inbox if there are new mails
6313                 (and fetch was manual)
6314
6315 2008-09-10 [colin]      3.5.0cvs98
6316
6317         * src/inc.c
6318         * src/summaryview.c
6319         * src/common/session.c
6320                 Use g_timeout_add_seconds instead of g_timeout_add
6321                 on glib >= 2.14 when we don't need precision on the 
6322                 delay. This helps reducing power consumption:
6323                 http://mjg59.livejournal.com/74651.html
6324
6325 2008-09-10 [colin]      3.5.0cvs97
6326
6327         * src/compose.c
6328                 Don't save window size and position when
6329                 compose is hidden (filtering action)
6330
6331 2008-09-09 [colin]      3.5.0cvs96
6332
6333         * src/action.h
6334         * src/addr_compl.c
6335         * src/addressadd.c
6336         * src/addressbook.h
6337         * src/addressbook_foldersel.c
6338         * src/addressitem.h
6339         * src/addrgather.c
6340         * src/alertpanel.c
6341         * src/browseldap.c
6342         * src/editaddress.c
6343         * src/editaddress_other_attributes_ldap.h
6344         * src/editbook.c
6345         * src/editjpilot.c
6346         * src/editldap.c
6347         * src/editldap_basedn.c
6348         * src/editvcard.c
6349         * src/exphtmldlg.c
6350         * src/expldifdlg.c
6351         * src/export.c
6352         * src/foldersel.c
6353         * src/foldersel.h
6354         * src/gedit-print.c
6355         * src/gedit-print.h
6356         * src/grouplistdialog.c
6357         * src/headerview.c
6358         * src/headerview.h
6359         * src/image_viewer.c
6360         * src/import.c
6361         * src/importldif.c
6362         * src/importmutt.c
6363         * src/importpine.c
6364         * src/inc.c
6365         * src/main.c
6366         * src/main.h
6367         * src/messageview.c
6368         * src/messageview.h
6369         * src/noticeview.c
6370         * src/prefs_actions.c
6371         * src/prefs_filtering.c
6372         * src/prefs_folder_column.c
6373         * src/prefs_gtk.h
6374         * src/prefs_summary_column.c
6375         * src/prefs_toolbar.c
6376         * src/send_message.c
6377         * src/setup.c
6378         * src/sourcewindow.c
6379         * src/sourcewindow.h
6380         * src/ssl_manager.c
6381         * src/statusbar.c
6382         * src/statusbar.h
6383         * src/stock_pixmap.c
6384         * src/stock_pixmap.h
6385         * src/summaryview.c
6386         * src/textview.c
6387         * src/textview.h
6388         * src/undo.h
6389         * src/uri_opener.c
6390         * src/wizard.c
6391         * src/wizard.h
6392         * src/common/ssl.h
6393         * src/common/utils.c
6394         * src/gtk/about.c
6395         * src/gtk/colorlabel.c
6396         * src/gtk/colorlabel.h
6397         * src/gtk/combobox.h
6398         * src/gtk/description_window.c
6399         * src/gtk/filesel.c
6400         * src/gtk/gtkaspell.c
6401         * src/gtk/gtkaspell.h
6402         * src/gtk/gtkcmclist.c
6403         * src/gtk/gtkcmclist.h
6404         * src/gtk/gtkcmctree.c
6405         * src/gtk/gtkcmctree.h
6406         * src/gtk/gtkcmoptionmenu.h
6407         * src/gtk/gtksctree.c
6408         * src/gtk/gtksctree.h
6409         * src/gtk/gtkshruler.c
6410         * src/gtk/gtkshruler.h
6411         * src/gtk/gtksourceprintjob.c
6412         * src/gtk/gtksourceprintjob.h
6413         * src/gtk/gtkutils.c
6414         * src/gtk/gtkutils.h
6415         * src/gtk/gtkvscrollbutton.c
6416         * src/gtk/gtkvscrollbutton.h
6417         * src/gtk/icon_legend.c
6418         * src/gtk/inputdialog.c
6419         * src/gtk/logwindow.c
6420         * src/gtk/logwindow.h
6421         * src/gtk/manage_window.c
6422         * src/gtk/manage_window.h
6423         * src/gtk/menu.c
6424         * src/gtk/prefswindow.c
6425         * src/gtk/progressdialog.c
6426         * src/gtk/progressdialog.h
6427         * src/plugins/bogofilter/bogofilter_gtk.c
6428         * src/plugins/pgpcore/passphrase.c
6429         * src/plugins/spamassassin/spamassassin_gtk.c
6430         * src/plugins/trayicon/trayicon.c
6431         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6432         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
6433         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
6434         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6435         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
6436                 Complete GTK+ 2.14 undeprecation
6437                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
6438
6439 2008-09-09 [colin]      3.5.0cvs95
6440
6441         * src/gtk/gtkcmclist.h
6442                 Fix build on GTK+ 2.14
6443
6444 2008-09-08 [colin]      3.5.0cvs94
6445
6446         * src/noticeview.c
6447         * src/noticeview.h
6448                 Remove GtkSignalFunc
6449
6450 2008-09-07 [colin]      3.5.0cvs93
6451
6452         * src/addressadd.c
6453         * src/addressbook_foldersel.c
6454         * src/gtk/gtkcmclist.c
6455         * src/gtk/gtkcmclist.h
6456         * src/gtk/gtkcmctree.c
6457         * src/gtk/gtkcmctree.h
6458         * src/gtk/gtksctree.c
6459         * src/gtk/prefswindow.c
6460         * src/gtk/prefswindow.h
6461                 Use GDestroyNotify instead of GtkDestroyNotify
6462                 (deprecated in GTK+ 2.14)
6463
6464 2008-09-07 [colin]      3.5.0cvs92
6465
6466         * src/textview.c
6467                 Fix bug 1712, 'invalid "Phishing attempt warning" 
6468                 when linked text ends with spaces'
6469
6470 2008-09-05 [colin]      3.5.0cvs91
6471
6472         * src/procmime.c
6473                 Maybe fix bug 1711, 'Save-as attachment crashes'
6474                 Possibly wrong free() due to pointer shifting
6475
6476 2008-09-05 [colin]      3.5.0cvs90
6477
6478         * src/compose.c
6479                 Fix bug 1710, 'User misreads "Discard Message" 
6480                 as "Discard Changes"'. Propose to save or discard
6481                 only the latest changes when closing an existing
6482                 draft. Autosave may still have saved parts of the
6483                 edit session.
6484
6485 2008-09-04 [colin]      3.5.0cvs89
6486
6487         * src/summaryview.c
6488                 Fix bug 1707, 'Segfault when sorting on non-visible column'
6489
6490 2008-09-01 [colin]      3.5.0cvs88
6491
6492         * src/imap.c
6493         * src/summaryview.c
6494         * src/common/tags.c
6495         * src/etpan/imap-thread.c
6496         * src/etpan/imap-thread.h
6497                 Store spam flag on IMAP (Junk/NonJunk, as 
6498                 ThunderBird does - this is nonstandard)
6499
6500 2008-08-31 [wwp]        3.5.0cvs87
6501
6502         * ChangeLog
6503                 Fix globish edition^Wediting.
6504
6505 2008-08-31 [wwp]        3.5.0cvs86
6506
6507         * src/addressbook.c
6508                 Don't break nickname editing for non-LDAP books (nickname
6509                 value was overwritten when editing existing contact, this
6510                 came from 3.0.2cvs109).
6511
6512 2008-08-30 [colin]      3.5.0cvs85
6513
6514         * src/mainwindow.c
6515         * src/summaryview.c
6516                 Fix "Apply tags..." key shortcut
6517
6518 2008-08-29 [iwkse]      3.5.0cvs84
6519
6520         * src/summaryview.c
6521                         Bit of clean:)
6522
6523 2008-08-29 [iwkse]      3.5.0cvs83
6524
6525         * src/summaryview.c
6526                         Disable "Move to trash" action if
6527                         we are in a trash-like folder.
6528                         Thanks to colinl
6529
6530 2008-08-29 [paul]       3.5.0cvs82
6531
6532         * configure.ac
6533                 bump up libetpan version requirement since
6534                 0.55 is released now
6535
6536 2008-08-28 [wwp]        3.5.0cvs81
6537
6538         * src/account.c
6539         * src/pop.c
6540         * src/prefs_account.c
6541         * src/prefs_account.h
6542                 Add finer granularity to the POP3's remove-after delay (now in
6543                 hours in addition to in days), patch by Paul Rolland.
6544
6545 2008-08-28 [wwp]        3.5.0cvs80
6546
6547         * src/gtk/combobox.c
6548                 Fix a typo in a comment.
6549
6550 2008-08-28 [iwkse]      3.5.0cvs79
6551
6552         * src/account.c
6553         * src/prefs_actions.c
6554         * src/prefs_filtering.c
6555         * src/prefs_template.c
6556                         Add search feature to the account, 
6557                         template and action dialog.
6558                         It's turned on selecting one row
6559                         of the list and typing some random
6560                         letter. Thanks to wwp, colinl
6561
6562 2008-08-28 [colin]      3.5.0cvs78
6563
6564         * src/Makefile.am
6565         * src/account.c
6566         * src/compose.c
6567         * src/prefs_account.c
6568         * src/prefs_account.h
6569         * src/privacy.c
6570         * src/privacy.h
6571         * src/procmime.c
6572         * src/stock_pixmap.c
6573         * src/stock_pixmap.h
6574         * src/summaryview.c
6575         * src/pixmaps/key_gpg_signed.xpm
6576                 Fix bug 1412, "Sign reply, if mail was signed"
6577                 Add an account preference to sign replies to signed mails
6578
6579 2008-08-28 [iwkse]      3.5.0cvs77
6580
6581         * src/prefs_filtering.c
6582                 Making the search more useful,
6583                 jumping directly to the relative rule.
6584
6585 2008-08-27 [colin]      3.5.0cvs76
6586
6587         * src/main.c
6588                 Add a bit of info
6589
6590 2008-08-27 [colin]      3.5.0cvs75
6591
6592         * src/gtk/gtkcmctree.c
6593                 Fix a few ifdefs
6594
6595 2008-08-26 [colin]      3.5.0cvs74
6596
6597         * src/gtk/gtkcmctree.c
6598                 Fix missing inits on old glib
6599
6600 2008-08-26 [wwp]        3.5.0cvs73
6601
6602         * src/common/utils.c
6603                 Added 'Fwd' to the list of known common subject prefixes.
6604
6605 2008-08-25 [iwkse]      3.5.0cvs72
6606
6607         * src/image_viewer.c
6608                 Add animated gif support to the
6609                 message preview.
6610
6611 2008-08-25 [colin]      3.5.0cvs71
6612
6613         * src/gtk/gtkcmctree.c
6614                 Make sure work isn't null
6615
6616 2008-08-24 [colin]      3.5.0cvs70
6617
6618         * src/common/ssl.c
6619                 Fix typo on SSL_CERT_DIR
6620
6621 2008-08-23 [holger]     3.5.0cvs69
6622
6623         * src/printing.c
6624                 Fix bug 1699 'Separator line mis-placed when
6625                 printing some e-mails'. The number of header lines
6626                 was not correctly calculated when Pango inserts
6627                 linebreaks
6628
6629 2008-08-23 [colin]      3.5.0cvs68
6630
6631         * src/mainwindow.c
6632                 Fix the account selector button; thanks
6633                 to wwp
6634
6635 2008-08-21 [colin]      3.5.0cvs67
6636
6637         * src/compose.c
6638         * src/compose.h
6639                 Add a compose preference for auto-indent
6640         * src/mainwindow.c
6641         * src/summaryview.c
6642                 Make colorlabel accels a bit less hacky
6643
6644 2008-08-21 [colin]      3.5.0cvs66
6645
6646         * src/compose.c
6647         * src/prefs_common.c
6648         * src/prefs_common.h
6649         * src/prefs_wrapping.c
6650                 Add a preference for autoindent; fix no_join tag
6651                 being applied to whole lines instead of just \n when
6652                 creating a line 
6653
6654 2008-08-21 [colin]      3.5.0cvs65
6655
6656         * src/compose.c
6657                 Add support for auto-indentation
6658
6659 2008-08-19 [colin]      3.5.0cvs64
6660
6661         * src/compose.c
6662                 Save Autowrap status in drafts/queued mails
6663
6664 2008-08-19 [colin]      3.5.0cvs63
6665
6666         * src/mainwindow.c
6667                 Fix a comment (in reality, test commit on
6668                 the new CVS server)
6669
6670 2008-08-17 [colin]      3.5.0cvs62
6671
6672         * src/prefs_actions.c
6673         * src/procmime.c
6674         * src/wizard.c
6675         * src/common/socket.h
6676         * src/gtk/gtkcmctree.c
6677                 Fix warnings
6678
6679 2008-08-16 [colin]      3.5.0cvs61
6680
6681         * src/editaddress_other_attributes_ldap.h
6682                 Add 'l' field (localityName)
6683
6684 2008-08-16 [colin]      3.5.0cvs60
6685
6686         * src/mainwindow.c
6687         * src/gtk/gtkcmclist.c
6688         * src/gtk/gtkcmclist.h
6689         * src/gtk/gtkcmctree.c
6690         * src/gtk/gtksctree.c
6691         * src/gtk/gtkutils.c
6692         * src/gtk/gtkvscrollbutton.c
6693                 Fix Maemo build (OS2007)
6694
6695 2008-08-14 [colin]      3.5.0cvs59
6696
6697         * src/folder.c
6698                 Don't crash if parent is null when creating
6699                 a folder
6700         * src/gtk/pluginwindow.c
6701                 Don't crash on race when closing window while
6702                 a plugin is loading and does gtk_iterations
6703
6704 2008-08-13 [colin]      3.5.0cvs58
6705
6706         * src/messageview.c
6707         * src/messageview.h
6708         * src/mimeview.c
6709                 Fix bug 1696, 'Viewing binary attachements 
6710                 as text over 1 MB' (various buglets)
6711
6712 2008-08-10 [colin]      3.5.0cvs57
6713
6714         * src/summaryview.c
6715         * src/gtk/gtkcmclist.c
6716                 Continue fixing GTK < 2.12 build, thanks to
6717                 Michael Hugues
6718
6719 2008-08-10 [colin]      3.5.0cvs56
6720
6721         * src/gtk/gtksctree.c
6722                 Fix build on GTK < 2.12
6723
6724 2008-08-09 [colin]      3.5.0cvs55
6725
6726         * src/mainwindow.c
6727                 Fix untranslatable strings, thanks to
6728                 Stephan Sachse
6729
6730 2008-08-07 [colin]      3.5.0cvs54
6731
6732         * src/compose.c
6733         * src/editaddress.c
6734         * src/folderview.c
6735         * src/mainwindow.c
6736         * src/message_search.c
6737         * src/mimeview.c
6738         * src/noticeview.c
6739         * src/prefs_account.c
6740         * src/prefs_common.c
6741         * src/prefs_customheader.c
6742         * src/prefs_ext_prog.c
6743         * src/prefs_filtering_action.c
6744         * src/prefs_gtk.c
6745         * src/prefs_logging.c
6746         * src/prefs_matcher.c
6747         * src/prefs_msg_colors.c
6748         * src/procmime.c
6749         * src/summary_search.c
6750         * src/summaryview.c
6751         * src/toolbar.c
6752         * src/gtk/colorsel.c
6753         * src/gtk/gtkaspell.c
6754         * src/gtk/gtkutils.c
6755         * src/gtk/gtkutils.h
6756         * src/gtk/inputdialog.c
6757         * src/gtk/pluginwindow.c
6758         * src/gtk/quicksearch.c
6759         * src/plugins/bogofilter/bogofilter_gtk.c
6760         * src/plugins/dillo_viewer/dillo_prefs.c
6761         * src/plugins/spamassassin/spamassassin_gtk.c
6762                 - Fix Ctrl-Space shortcut
6763                 - Fix mime-parsing bug in procmime (cvs52)
6764                 - Fix double-free in procmime (cvs52)
6765                 - Use gtk_bin_get_child instead of GTK_BIN()->child
6766                 - Fix Goto menu in mainwindow
6767
6768 2008-08-07 [mones]      3.5.0cvs53
6769
6770         * po/es.po
6771                 Updated translation (lots of changes!)
6772         * src/compose.c
6773                 Add missing accelerator key
6774         * src/mainwindow.c
6775                 Restored 'v' key function (thanks Colin!)
6776
6777 2008-08-06 [colin]      3.5.0cvs52
6778
6779         * src/addrbook.c
6780         * src/addrcindex.c
6781         * src/addrduplicates.c
6782         * src/addrharvest.c
6783         * src/enriched.c
6784         * src/html.c
6785         * src/ldif.c
6786         * src/mimeview.c
6787         * src/mutt.c
6788         * src/pine.c
6789         * src/procmime.c
6790         * src/vcard.c
6791         * src/wizard.c
6792                 Fix my use of g_utf8_strdown (it returns
6793                 a newly allocated string and doesn't
6794                 change the parameter)
6795
6796 2008-08-06 [colin]      3.5.0cvs51
6797
6798         * src/compose.c
6799                 Fix bug 1690, 'Copy/Paste in edit window may 
6800                 break Undo'; middle-click pastes aren't 
6801                 REPLACE_INSERT but just INSERT. 
6802                 Also, fix privacy menu selection
6803
6804 2008-08-05 [colin]      3.5.0cvs50
6805
6806         * src/action.c
6807         * src/addr_compl.c
6808         * src/addrbook.c
6809         * src/addrcindex.c
6810         * src/addrduplicates.c
6811         * src/addrharvest.c
6812         * src/enriched.c
6813         * src/html.c
6814         * src/ldif.c
6815         * src/main.c
6816         * src/mimeview.c
6817         * src/mutt.c
6818         * src/pine.c
6819         * src/procmime.c
6820         * src/vcard.c
6821         * src/wizard.c
6822         * src/common/socket.c
6823         * src/gtk/gtkutils.c
6824         * src/gtk/gtkutils.h
6825         * src/gtk/menu.c
6826         * src/plugins/spamassassin/spamassassin.c
6827                 More undeprecation (Glib)
6828
6829 2008-08-05 [colin]      3.5.0cvs49
6830
6831         * src/prefs_account.c
6832         * src/prefs_filtering_action.c
6833         * src/prefs_matcher.c
6834         * src/gtk/Makefile.am
6835         * src/gtk/claws-marshal.list
6836         * src/gtk/colorlabel.c
6837         * src/gtk/colorsel.c
6838         * src/gtk/foldersort.c
6839         * src/gtk/gtkaspell.c
6840         * src/gtk/gtkcmclist.c
6841         * src/gtk/gtkcmclist.h
6842         * src/gtk/gtkcmctree.c
6843         * src/gtk/gtkcmctree.h
6844         * src/gtk/gtkcmoptionmenu.c
6845         * src/gtk/gtkcmoptionmenu.h
6846         * src/gtk/gtksctree.c
6847         * src/gtk/gtksctree.h
6848         * src/gtk/gtkutils.c
6849         * src/gtk/gtkutils.h
6850         * src/gtk/gtkvscrollbutton.c
6851         * src/gtk/menu.c
6852         * src/gtk/menu.h
6853         * src/gtk/quicksearch.c
6854         * src/plugins/dillo_viewer/dillo_viewer.c
6855         * src/plugins/pgpcore/select-keys.c
6856                 Try to finish yesterday's commit
6857
6858 2008-08-04 [colin]      3.5.0cvs48
6859
6860         * src/addressadd.c
6861         * src/addressbook.c
6862         * src/addressbook_foldersel.c
6863         * src/addressitem.h
6864         * src/addrgather.c
6865         * src/browseldap.c
6866         * src/compose.c
6867         * src/compose.h
6868         * src/editaddress.c
6869         * src/editaddress_other_attributes_ldap.c
6870         * src/editgroup.c
6871         * src/editldap_basedn.c
6872         * src/folderview.c
6873         * src/folderview.h
6874         * src/grouplistdialog.c
6875         * src/image_viewer.c
6876         * src/imap_gtk.c
6877         * src/importldif.c
6878         * src/main.c
6879         * src/mainwindow.c
6880         * src/message_search.c
6881         * src/mh_gtk.c
6882         * src/mimeview.c
6883         * src/mimeview.h
6884         * src/news_gtk.c
6885         * src/noticeview.h
6886         * src/prefs_account.c
6887         * src/prefs_filtering_action.c
6888         * src/prefs_matcher.c
6889         * src/prefs_msg_colors.c
6890         * src/prefs_summaries.c
6891         * src/statusbar.c
6892         * src/stock_pixmap.c
6893         * src/summary_search.c
6894         * src/summaryview.c
6895         * src/summaryview.h
6896         * src/textview.c
6897         * src/toolbar.h
6898         * src/gtk/Makefile.am
6899         * src/gtk/claws-marshal.list
6900         * src/gtk/colorsel.c
6901         * src/gtk/foldersort.c
6902         * src/gtk/gtkaspell.c
6903         * src/gtk/gtkcmclist.c
6904         * src/gtk/gtkcmclist.h
6905         * src/gtk/gtkcmctree.c
6906         * src/gtk/gtkcmctree.h
6907         * src/gtk/gtksctree.c
6908         * src/gtk/gtksctree.h
6909         * src/gtk/gtkutils.c
6910         * src/gtk/gtkutils.h
6911         * src/gtk/gtkvscrollbutton.c
6912         * src/gtk/menu.c
6913         * src/gtk/menu.h
6914         * src/gtk/quicksearch.c
6915         * src/plugins/dillo_viewer/dillo_viewer.c
6916         * src/plugins/pgpcore/select-keys.c
6917                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
6918                 Undeprecate their implementation (GtkArg, GtkType, ...)
6919                 Undeprecate a few other things here and there
6920                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
6921                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
6922                 still have work to do
6923
6924 2008-08-04 [colin]      3.5.0cvs47
6925
6926         * src/compose.c
6927         * src/compose.h
6928         * src/toolbar.h
6929         * src/textview.c
6930         * src/stock_pixmap.c
6931         * src/statusbar.c
6932         * src/noticeview.h
6933         * src/mimeview.h
6934         * src/mainwindow.c
6935         * src/image_viewer.c
6936         * src/gtk/gtkaspell.c
6937         * src/gtk/gtkvscrollbutton.c
6938         * src/plugins/dillo_viewer/dillo_viewer.c
6939                 Undeprecate more things
6940
6941 2008-08-02 [colin]      3.5.0cvs46
6942
6943         * src/mainwindow.c
6944                 Fix toggle menu activation state
6945                 (thanks to cvs45 ;)
6946
6947 2008-08-02 [paul]       3.5.0cvs45
6948
6949         * src/mainwindow.c
6950                 fix sensitivity of
6951                 /View/Show or hide/Message View
6952
6953 2008-08-01 [paul]       3.5.0cvs44
6954
6955         * src/common/utils.c
6956         * src/plugins/pgpcore/claws.def
6957         * src/plugins/pgpinline/claws.def
6958                 fix compilation problems on mingw32,
6959                 (bug 1688) Patch by Marcus Brinkmann
6960
6961 2008-08-01 [colin]      3.5.0cvs43
6962
6963         * src/gtk/gtkutils.c
6964         * src/gtk/gtkvscrollbutton.c
6965                 Oups, fix build
6966
6967 2008-08-01 [colin]      3.5.0cvs42
6968
6969         * src/compose.c
6970         * src/foldersel.c
6971         * src/mainwindow.c
6972         * src/prefs_account.c
6973         * src/prefs_folder_item.c
6974         * src/prefs_quote.c
6975         * src/summaryview.c
6976         * src/gtk/gtkaspell.c
6977         * src/gtk/gtkutils.c
6978         * src/gtk/gtkvscrollbutton.c
6979                 Replace a few deprecated function calls
6980
6981 2008-08-01 [paul]       3.5.0cvs41
6982
6983         * src/action.c
6984                 fix crash that occurs because of recent GtkUIManager
6985                 changes. Thanks to Colin
6986
6987 2008-07-31 [colin]      3.5.0cvs40
6988
6989         * src/addressbook.c
6990         * src/compose.c
6991         * src/mainwindow.c
6992         * src/messageview.c
6993                 Some Maemo fixes
6994         * src/gtk/menu.c
6995         * src/gtk/menu.h
6996                 Remove deprecated helper funcs
6997
6998 2008-07-30 [colin]      3.5.0cvs39
6999
7000         * src/folderview.c
7001         * src/folderview.h
7002         * src/imap_gtk.c
7003         * src/mh_gtk.c
7004         * src/news_gtk.c
7005                 Move the folderview popup menu to GtkUIManager
7006
7007 2008-07-29 [colin]      3.5.0cvs38
7008
7009         * src/account.c
7010         * src/account.h
7011         * src/action.c
7012         * src/action.h
7013         * src/addressitem.h
7014         * src/compose.c
7015         * src/edittags.c
7016         * src/mainwindow.c
7017         * src/mainwindow.h
7018         * src/mimeview.c
7019         * src/summaryview.c
7020         * src/gtk/menu.c
7021         * src/gtk/menu.h
7022                 Switch the main menu to GtkUIManager
7023                 Warning fixes
7024
7025 2008-07-29 [colin]      3.5.0cvs37
7026
7027         * src/news.c
7028                 Fix bug 1684, 'view news messages with large 
7029                 attachements segfaults'
7030
7031 2008-07-29 [colin]      3.5.0cvs36
7032
7033         * src/action.c
7034         * src/action.h
7035         * src/addressbook.c
7036         * src/addressitem.h
7037         * src/compose.c
7038         * src/compose.h
7039         * src/messageview.c
7040         * src/messageview.h
7041         * src/summaryview.c
7042         * src/gtk/menu.c
7043         * src/gtk/menu.h
7044                 More switches to GtkUIManager
7045
7046 2008-07-26 [colin]      3.5.0cvs35
7047
7048         * src/gtk/menu.c
7049         * src/gtk/menu.h
7050                 Fix prototype
7051
7052 2008-07-25 [colin]      3.5.0cvs34
7053
7054         * src/addrcustomattr.c
7055         * src/addressbook.c
7056         * src/compose.c
7057         * src/editaddress.c
7058         * src/editaddress_other_attributes_ldap.h
7059         * src/edittags.c
7060         * src/mainwindow.c
7061         * src/mimeview.c
7062         * src/prefs_actions.c
7063         * src/prefs_filtering.c
7064         * src/prefs_template.c
7065         * src/summaryview.c
7066         * src/textview.c
7067         * src/textview.h
7068         * src/toolbar.c
7069         * src/gtk/about.c
7070         * src/gtk/menu.c
7071         * src/gtk/menu.h
7072         * src/plugins/trayicon/trayicon.c
7073                 More changes from GtkItemFactory to GtkUIManager
7074
7075 2008-07-25 [colin]      3.5.0cvs33
7076
7077         * src/gtk/menu.h
7078                 Add a macro to remove menu items
7079                 Make the gui_manager variable useless
7080
7081 2008-07-24 [colin]      3.5.0cvs32
7082
7083         * src/mimeview.c
7084                 Fix a gtk warning on clear
7085         * src/mainwindow.c
7086         * src/summaryview.c
7087         * src/summaryview.h
7088                 Switch the message list popup menu to
7089                 GtkUIManager
7090
7091 2008-07-23 [colin]      3.5.0cvs31
7092
7093         * src/plugins/pgpcore/pgp_viewer.c
7094         * src/plugins/pgpcore/sgpgme.c
7095                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
7096                 Patch by Thomas Wiegner <wiegner@gmx.de>
7097
7098 2008-07-20 [paul]       3.5.0cvs30
7099
7100         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7101                 remove redundant GTK version check
7102
7103 2008-07-20 [ticho]      3.5.0cvs29
7104
7105         * src/folderview.c
7106         * src/imap_gtk.c
7107         * src/news_gtk.c
7108                 Moved sensitivity setting for "Download messages" for IMAP and
7109                 news folders from folderview.c to imap_gtk.c and news_gtk.c
7110                 respectively for better code readability.
7111                 Fixed indentation in news' set_sensitivity().
7112
7113 2008-07-20 [paul]       3.5.0cvs28
7114
7115         * src/addrgather.c
7116                 remove more redundant code following cvs27
7117
7118 2008-07-20 [paul]       3.5.0cvs27
7119
7120         * src/addrgather.c
7121                 remove now redundant code
7122         * src/mainwindow.c
7123         * src/mainwindow.h
7124                 fix bug 1673, 'Tools/Harvest adresses is
7125                 grayed out if folder is empty'
7126
7127 2008-07-19 [ticho]      3.5.0cvs26
7128
7129         * src/edittags.c
7130         * src/main.c
7131         * src/mimeview.c
7132         * src/mimeview.h
7133         * src/gtk/gtkutils.c
7134         * src/gtk/gtkutils.h
7135         * src/gtk/menu.c
7136         * src/gtk/menu.h
7137                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
7138                 instead of deprecated GtkItemFactory.
7139
7140 2008-07-19 [colin]      3.5.0cvs25
7141
7142         * src/account.c
7143         * src/addrgather.c
7144         * src/compose.c
7145         * src/editldap.c
7146         * src/expldifdlg.c
7147         * src/importldif.c
7148         * src/main.c
7149         * src/mainwindow.c
7150         * src/mimeview.c
7151         * src/noticeview.c
7152         * src/prefs_account.c
7153         * src/prefs_actions.c
7154         * src/prefs_ext_prog.c
7155         * src/prefs_filtering.c
7156         * src/prefs_folder_item.c
7157         * src/prefs_image_viewer.c
7158         * src/prefs_logging.c
7159         * src/prefs_msg_colors.c
7160         * src/prefs_other.c
7161         * src/prefs_send.c
7162         * src/prefs_spelling.c
7163         * src/prefs_summaries.c
7164         * src/prefs_template.c
7165         * src/printing.c
7166         * src/quote_fmt.c
7167         * src/summary_search.c
7168         * src/summaryview.c
7169         * src/toolbar.c
7170         * src/wizard.c
7171         * src/common/Makefile.am
7172         * src/gtk/gtksctree.c
7173         * src/gtk/gtkutils.h
7174         * src/gtk/pluginwindow.c
7175         * src/gtk/quicksearch.c
7176         * src/plugins/bogofilter/bogofilter_gtk.c
7177         * src/plugins/dillo_viewer/dillo_prefs.c
7178         * src/plugins/pgpcore/prefs_gpg.c
7179         * src/plugins/spamassassin/spamassassin_gtk.c
7180         * src/plugins/trayicon/trayicon.c
7181         * src/plugins/trayicon/trayicon_prefs.c
7182                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
7183                 or greater). Use the old deprecated one on GTK+ < 2.12.
7184                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
7185                 of time!
7186
7187 2008-07-16 [colin]      3.5.0cvs24
7188
7189         * src/mainwindow.c
7190                 Fix folderview's scrolbar when starting minimised
7191                 to tray, and popping up the mainwindow by calling
7192                 claws-mail from the command line
7193
7194 2008-07-08 [colin]      3.5.0cvs23
7195
7196         * src/compose.c
7197                 Possibly fix po-headers appearing on empty
7198                 templates
7199
7200 2008-07-08 [colin]      3.5.0cvs22
7201
7202         * src/folderview.c
7203         * src/summaryview.c
7204                 Finish the always_open tristate patch, by Jonathan
7205                 Corbet.
7206
7207 2008-07-07 [paul]       3.5.0cvs21
7208
7209         * src/mainwindow.c
7210                 fix typo (missing ")
7211
7212 2008-07-07 [paul]       3.5.0cvs20
7213
7214         * src/mainwindow.c
7215                 fit the menu style a bit better
7216
7217 2008-07-07 [colin]      3.5.0cvs19
7218
7219         * src/prefs_themes.c
7220                 Make upgrading themes easier
7221
7222 2008-07-07 [colin]      3.5.0cvs18
7223
7224         * src/mainwindow.c
7225         * src/prefs_toolbar.c
7226         * src/stock_pixmap.c
7227                 Finish fixing bug 1609, 'Icon issues'
7228
7229 2008-07-07 [colin]      3.5.0cvs17
7230
7231         * src/prefs_common.c
7232                 Fix the default value
7233
7234 2008-07-07 [colin]      3.5.0cvs16
7235
7236         * src/prefs_summaries.c
7237                 Revert my fix to the string, the correct term
7238                 is indeed Message View
7239
7240 2008-07-07 [colin]      3.5.0cvs15
7241
7242         * AUTHORS
7243         * src/gtk/authors.h
7244         * src/prefs_common.c
7245         * src/prefs_common.h
7246         * src/prefs_summaries.c
7247         * src/summaryview.c
7248         * src/gtk/authors.h
7249                 Change "Always open message when selected" to
7250                 a tristate (Never/Always/When preview is visible)
7251                 Patch by Jonathan Corbet <corbet@lwn.net>.
7252
7253 2008-07-06 [paul]       3.5.0cvs14
7254
7255         * src/addrgather.c
7256                 improve the layout of the dialogue
7257                 improve the English
7258                 add tooltips
7259                 fix some of the nasty coding style
7260         * src/mainwindow.c
7261                 improve the English
7262                 add some missing mnemonics
7263
7264 2008-07-05 [paul]       3.5.0cvs13
7265
7266         * src/mainwindow.c
7267         * src/mainwindow.h
7268                 fix bug 1398, '"Change current account" is
7269                 available even when there's only one account'
7270         * src/plugins/pgpcore/prefs_gpg.c
7271                 put back a needed include, removed in error
7272
7273 2008-07-05 [colin]      3.5.0cvs12
7274
7275         * src/mainwindow.c
7276                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
7277
7278 2008-07-05 [colin]      3.5.0cvs11
7279
7280         * src/news.c
7281         * src/news_gtk.c
7282                 Provide ability to rename newsgroups. Closes
7283                 bug 1444, 'Add GUI option for renaming 
7284                 newsgroups'. Patch by Pawel Pekala
7285
7286 2008-07-05 [colin]      3.5.0cvs10
7287
7288         * src/plugins/pgpcore/passphrase.c
7289         * src/plugins/pgpcore/prefs_gpg.c
7290         * src/plugins/pgpcore/select-keys.c
7291                 Simplify GTK includes (with the advantage
7292                 of compiling against GTK+2.13); patch by
7293                 Charles A Edwards
7294
7295 2008-07-05 [colin]      3.5.0cvs9
7296
7297         * src/wizard.c
7298                 Add SSL client certificates
7299
7300 2008-07-05 [colin]      3.5.0cvs8
7301
7302         * src/prefs_account.c
7303         * src/common/session.h
7304                 Fix warnings
7305         * src/common/ssl.c
7306                 Add one path for certs
7307
7308 2008-07-05 [colin]      3.5.0cvs7
7309
7310         * src/prefs_account.c
7311                 Fix no-ssl build
7312
7313 2008-07-04 [colin]      3.5.0cvs6
7314
7315         * src/common/ssl.c
7316         * src/common/ssl.h
7317         * src/common/ssl_certificate.c
7318                 Workaround distro bugs and fix certificate checking
7319                 with OpenSSL
7320
7321 2008-07-04 [colin]      3.5.0cvs5
7322
7323         * src/filtering.c
7324         * src/common/ssl_certificate.c
7325         * src/common/ssl_certificate.h
7326         * src/etpan/imap-thread.c
7327         * src/etpan/nntp-thread.c
7328                 Fix some leaks, thanks to Martin Zwickel
7329                 Rename gnutls functions that do the same
7330                 as OpenSSL ones, to avoid symbol clashing
7331                 when Claws is built against GnuTLS and
7332                 libetpan against OpenSSL
7333
7334 2008-07-04 [paul]       3.5.0cvs4
7335
7336         * src/prefs_account.c
7337                 remove 1 forgotten '.'
7338
7339 2008-07-04 [paul]       3.5.0cvs3
7340
7341         * src/prefs_account.c
7342                 layout/engrish fixes to the 'Client
7343                 certificates' frame
7344
7345 2008-07-03 [colin]      3.5.0cvs2
7346
7347         * src/imap.c
7348         * src/news.c
7349         * src/pop.c
7350         * src/prefs_account.c
7351         * src/prefs_account.h
7352         * src/prefs_common.c
7353         * src/send_message.c
7354         * src/common/session.c
7355         * src/common/session.h
7356         * src/common/smtp.c
7357         * src/common/smtp.h
7358         * src/common/socket.h
7359         * src/common/ssl.c
7360         * src/common/ssl.h
7361         * src/common/ssl_certificate.c
7362         * src/common/ssl_certificate.h
7363         * src/etpan/imap-thread.c
7364         * src/etpan/nntp-thread.c
7365         * src/gtk/inputdialog.c
7366                 Add support for SSL client certificates (either PEM files
7367                 with certificate and private key, either PKCS12 files)
7368
7369 2008-06-28 [colin]      3.5.0cvs1
7370
7371         * src/foldersel.c
7372                 Fix compilation with older GTKs
7373
7374 2008-06-27 [paul]       3.5.0
7375
7376         * NEWS
7377         * README
7378         * RELEASE_NOTES 
7379                 3.5.0 released
7380
7381 2008-06-27 [paul]       3.4.0cvs116
7382
7383         * src/gtk/authors.h
7384                 complete cvs115
7385
7386 2008-06-27 [paul]       3.4.0cvs115
7387
7388         * configure.ac
7389         * src/gtk/authors.h
7390                 no longer build unmaintained translations
7391
7392 2008-06-27 [paul]       3.4.0cvs114
7393
7394         * po/de.po
7395         * po/fi.po
7396         * po/pt_BR.po
7397                 updated by Stephan Sachse, Flammie Pirinen, and
7398                 Frederico Goncalves Guimaraes
7399
7400 2008-06-26 [wwp]        3.4.0cvs113
7401
7402         * manual/fr/advanced.xml
7403                 Update French version of the manual (AutoFaces documentation).
7404
7405 2008-06-26 [wwp]        3.4.0cvs112
7406
7407         * manual/fr/advanced.xml
7408         * manual/fr/plugins.xml
7409                 Updated French version of the manual (completed
7410                 hidden options list, added note about Clawsker
7411                 and new mail archiver plugin).
7412
7413 2008-06-25 [colin]      3.4.0cvs111
7414
7415         * src/gtk/gtkaspell.c
7416                 Fix non-UTF8 in the replace with dialog
7417         * src/prefs_actions.c
7418                 Fix possible crasher
7419                 Patches by Pawel
7420
7421 2008-06-24 [mones]      3.4.0cvs110
7422
7423         * src/autofaces.c
7424                 Fix non-warning message, downgraded to debug info
7425
7426 2008-06-24 [colin]      3.4.0cvs109
7427
7428         * src/summaryview.c
7429                 Fix bug 1650, Message line too small after 
7430                 changing columns in "three columns" layout
7431
7432 2008-06-24 [colin]      3.4.0cvs108
7433
7434         * src/messageview.c
7435                 Fix Spam button sensitivity in newsgroups
7436
7437 2008-06-23 [wwp]        3.4.0cvs107
7438
7439         * po/fr.po
7440                 Updated French translation.
7441
7442 2008-06-23 [mones]      3.4.0cvs106
7443
7444         * po/es.po
7445                 Updated translation for release
7446
7447 2008-06-22 [mones]      3.4.0cvs105
7448
7449         * manual/es/plugins.xml
7450                 Synced new entry for Mail Archiver plugin
7451
7452 2008-06-22 [colin]      3.4.0cvs104
7453
7454         * src/compose.c
7455                 Fix initial cursor position
7456
7457 2008-06-21 [paul]       3.4.0cvs103
7458
7459         * manual/plugins.xml
7460                 add an entry for the new Mail Archiver plugin
7461
7462 2008-06-21 [paul]       3.4.0cvs102
7463
7464         * src/gtk/about.c
7465                 we're in 'string freeze', put back the
7466                 < > symbols for now
7467
7468 2008-06-21 [paul]       3.4.0cvs101
7469
7470         * manual/advanced.xml
7471         * manual/es/advanced.xml
7472                 fix build warning: <emphasis> cannot be contained
7473                 within <filename>
7474         * src/gtk/about.c
7475                 fix non-clickable link on License page and drop
7476                 the containing < > symbols to match other links
7477
7478 2008-06-20 [mones]      3.4.0cvs100
7479
7480         * manual/advanced.xml
7481                 Added autofaces documentation, note about clawsker in hidden
7482                 preferences, minor markup fix. Thanks Paul for proofreading
7483         * manual/es/advanced.xml
7484                 Synchronised Spanish manual
7485
7486 2008-06-16 [colin]      3.4.0cvs99
7487
7488         * src/compose.c
7489                 Fix cursor placing on signature change
7490
7491 2008-06-16 [paul]       3.4.0cvs98
7492
7493         * src/imap_gtk.c
7494         * src/mh_gtk.c
7495         * src/gtk/inputdialog.c
7496                 really fussy coding style fixes
7497
7498 2008-06-16 [paul]       3.4.0cvs97
7499
7500         * src/Makefile.am
7501                 keep the alphabetical order
7502
7503 2008-06-13 [mones]      3.4.0cvs96
7504
7505         * src/autofaces.c
7506                 Fix crasher ;-)
7507         * src/prefs_filtering_action.c
7508                 Fixed cosmetic bug, processing also displays "Filtering"
7509
7510 2008-06-13 [mones]      3.4.0cvs95
7511
7512         * src/Makefile.am
7513         * src/autofaces.c       ** NEW FILE **  
7514         * src/autofaces.h       ** NEW FILE **
7515         * src/compose.c
7516                 Allow setting Faces and X-Faces globally and per-account
7517                 from configuration files under ~/.claws-mail/autofaces
7518
7519 2008-06-13 [holger]     3.4.0cvs94
7520
7521         * .cvsignore
7522                 More files to ignore
7523         * src/gtk/inputdialog.c
7524         * src/gtk/inputdialog.h
7525                 Make input dialog more generic so that a checkbox
7526                 with custom text can be used in addition to the
7527                 "remember this" checkbox
7528         * src/imap_gtk.c
7529         * src/mh_gtk.c
7530         * src/prefs_common.c
7531         * src/prefs_common.h
7532                 Allow new folders to inherit the properties of the
7533                 parent folder during folder creation
7534
7535 2008-06-13 [wwp]        3.4.0cvs93
7536
7537         * src/addressbook.c
7538                 a better fix for this string, won't break up translations,
7539                 and is conform to other similar ones.
7540
7541 2008-06-13 [wwp]        3.4.0cvs92
7542
7543         * src/addrduplicates.c
7544         * src/addressadd.c
7545         * src/addressbook.c
7546         * src/addressbook_foldersel.c
7547         * src/editgroup.c
7548                 use tree decorations everywhere AB folders are used (AB tree pane,
7549                     add address to AB, select AB folder, edit group, custom attr, find dup
7550                     results), in order to match global style
7551                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
7552                     double clicking on groups in tree pane does open the group edit dialog
7553                     double clicking on other items in tree pane does expand/collapse
7554                 fix a missing space in AB's delete-folder dialog
7555                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
7556
7557         * src/foldersel.c
7558                 make foldersel dialog show dotted lines according to global (hidden) prefs
7559
7560 2008-06-12 [colin]      3.4.0cvs91
7561
7562         * src/compose.c
7563         * src/compose.h
7564                 Fix bug 1635, 'Last character of message is truncated 
7565                 when changing accounts w/ sigs'
7566         * src/folderview.c
7567                 Fix bug 1636, 'Can't select "properties" on "folders 
7568                 only" folders'
7569
7570 2008-06-11 [colin]      3.4.0cvs90
7571
7572         * src/folder.c
7573                 Maybe fix bug 1623, 'exits with segfault when 
7574                 logging in to certain imap-servers'
7575
7576 2008-06-10 [mones]      3.4.0cvs89
7577
7578         * AUTHORS
7579         * tools/Makefile.am
7580         * tools/README
7581         * tools/convert_mbox.sh
7582                 Undo cvs86 and cvs87, it really should be a patch to 
7583                 convert_mbox.pl
7584
7585 2008-06-10 [wwp]        3.4.0cvs88
7586
7587         * po/fr.po
7588                 Updated French translation.
7589
7590 2008-06-10 [mones]      3.4.0cvs87
7591
7592         * tools/Makefile.am
7593                 Oops, forgot to add previous script for distribution
7594
7595 2008-06-10 [mones]      3.4.0cvs86
7596
7597         * AUTHORS
7598         * tools/README
7599         * tools/convert_mbox.sh
7600                 Added script to convert Evolution mail folders contributed
7601                 by Daniel Dickinson <cshore@fionavar.ca>
7602                 Fixes debian bug 461435
7603
7604 2008-06-09 [colin]      3.4.0cvs85
7605
7606         * src/main.c
7607                 Integrate AWN information bubble if dbus is
7608                 available
7609         * src/folder.c
7610                 Fix crash when calling scan_required() on 
7611                 folder classes that don't implement them
7612         * src/common/session.c
7613                 Fix a little typo
7614
7615 2008-06-09 [colin]      3.4.0cvs84
7616
7617         * src/main.c
7618                 Fix bug 1447, 'If user tries to close while starting 
7619                 up, it will not close ever.'
7620
7621 2008-06-09 [colin]      3.4.0cvs83
7622
7623         * src/filtering.c
7624                 Fix bug 1628, 'Claws Mail crashes when 
7625                 filtering selected messages'
7626
7627 2008-06-04 [colin]      3.4.0cvs82
7628
7629         * src/messageview.c
7630                 Complete handling of html parts in multipart/alternative
7631                 mails
7632
7633 2008-06-03 [paul]       3.4.0cvs81
7634
7635         * src/prefs_message.c
7636                 make always the english good
7637
7638 2008-06-03 [colin]      3.4.0cvs80
7639
7640         * src/mainwindow.c
7641         * src/mainwindow.h
7642                 Fix bug 1624, '[PATCH] Quick search should be 
7643                 disabled for folder view'; based on a patch by
7644                 Michael Terry
7645
7646 2008-06-03 [iwkse]      3.4.0cvs79
7647
7648         * src/addressbook.c
7649                 Fix little gui bug on button sensitivity
7650         * src/messageview.c
7651         * src/prefs_common.c
7652         * src/prefs_common.h
7653         * src/prefs_message.c
7654                 Allow by default to show html in multipart/alternative
7655
7656 2008-06-02 [colin]      3.4.0cvs78
7657
7658         * src/prefs_actions.c
7659                 GUI rework, patch by Pawel 
7660
7661 2008-06-02 [colin]      3.4.0cvs77
7662
7663         * src/quote_fmt.c
7664                 Fix sensitivity/alignment, patch from
7665                 Pawel
7666
7667 2008-05-31 [colin]      3.4.0cvs76
7668
7669         * src/imap.c
7670                 Fix login issue introduced in cvs75.
7671
7672 2008-05-31 [colin]      3.4.0cvs75
7673
7674         * src/imap.c
7675                 Fix more possible double-frees. Also, fix the root cause
7676                 of these double-frees by just noting the Session is to
7677                 be destroyed instead of destroying it in flight
7678
7679 2008-05-29 [paul]       3.4.0cvs74
7680
7681         * manual/keyboard.xml
7682                 'Makes' these entries like the others
7683
7684 2008-05-29 [colin]      3.4.0cvs73
7685
7686         * src/procmsg.h
7687                 Include utils.h in case we
7688                 need to pull goffset definition
7689
7690 2008-05-29 [colin]      3.4.0cvs72
7691
7692         * src/common/utils.h
7693                 Workaround a stupid Glib issue, where
7694                 goffset happens to be undefined. 
7695
7696 2008-05-28 [colin]      3.4.0cvs71
7697
7698         * src/compose.c
7699         * src/compose.h
7700         * src/grouplistdialog.c
7701         * src/image_viewer.c
7702         * src/imap.c
7703         * src/inc.c
7704         * src/main.c
7705         * src/matcher.c
7706         * src/messageview.c
7707         * src/mimeview.c
7708         * src/prefs_themes.c
7709         * src/procmsg.h
7710         * src/summaryview.c
7711         * src/summaryview.h
7712         * src/textview.c
7713         * src/common/smtp.c
7714         * src/common/utils.c
7715         * src/common/utils.h
7716                 Use goffset instead of off_t for MsgInfo's size
7717                 Allows using MsgInfo structure from plugins
7718                 compiled with largefile support
7719
7720 2008-05-26 [colin]      3.4.0cvs70
7721
7722         * src/mainwindow.c
7723         * src/mainwindow.h
7724                 Define THEME_CHANGED_HOOKLIST and invoke
7725                 it on theme change
7726         * src/plugins/trayicon/trayicon.c
7727                 Listen to THEME_CHANGED_HOOKLIST and
7728                 update accordingly
7729
7730 2008-05-26 [paul]       3.4.0cvs69
7731
7732         * src/mimeview.c
7733                 plug a leak in mimeview_save_all()
7734
7735 2008-05-24 [colin]      3.4.0cvs68
7736
7737         * src/common/utils.h
7738                 Fix wrong define on old glibs
7739
7740 2008-05-24 [paul]       3.4.0cvs67
7741
7742         * src/Makefile.am
7743         * src/stock_pixmap.c
7744         * src/stock_pixmap.h
7745         * src/toolbar.c
7746         * src/pixmaps/cancel.xpm
7747         * src/pixmaps/close.xpm
7748                 add a specific icon for A_CANCEL_INC (addresses
7749                 point 1 of bug 1609 'Icon issues')
7750                 replace close.xpm with an icon of the standard
7751                 24x24 size
7752
7753 2008-05-24 [paul]       3.4.0cvs66
7754
7755         * src/pixmaps/insert_file.xpm
7756                 replaced
7757
7758 2008-05-23 [paul]       3.4.0cvs65
7759
7760         * src/common/md5.c
7761         * src/common/md5.h
7762                 add the possibility to check md5 on binary files,
7763                 thanks to Colin
7764
7765 2008-05-23 [colin]      3.4.0cvs64
7766
7767         * src/mainwindow.c
7768         * src/summaryview.c
7769                 Fix bug 1610, 'claws crash after opening/closing 
7770                 preferences and window update'
7771
7772 2008-05-22 [colin]      3.4.0cvs63
7773
7774         * src/prefs_filtering_action.c
7775         * src/gtk/combobox.c
7776         * src/gtk/combobox.h
7777                 Fix reselecting of Tags actions in
7778                 filtering actions dialog
7779
7780 2008-05-22 [colin]      3.4.0cvs62
7781
7782         * src/Makefile.am
7783         * src/prefs_toolbar.c
7784         * src/stock_pixmap.c
7785         * src/stock_pixmap.h
7786         * src/toolbar.c
7787         * src/pixmaps/delete_btn.xpm
7788         * src/pixmaps/insert_file.xpm
7789         * src/pixmaps/mail_reply_to_list.xpm
7790                 Fix more of bug 1609:
7791                 - Add a Delete button icon
7792                 - Add a Reply to list button icon
7793                 - Fix Insert file button icon
7794                 Artwork by Ciprian Popovici.
7795
7796 2008-05-21 [colin]      3.4.0cvs61
7797
7798         * src/common/utils.c
7799                 Fix a little leak
7800
7801 2008-05-21 [wwp]        3.4.0cvs60
7802
7803         * src/prefs_filtering.c
7804                 Don't show SMTP-only accounts in accounts list, as they are
7805                 irrelevant for filtering incoming messages.
7806
7807 2008-05-21 [colin]      3.4.0cvs59
7808
7809         * src/mainwindow.c
7810                 Don't put SMTP-only accounts in receive menus
7811
7812 2008-05-21 [colin]      3.4.0cvs58
7813
7814         * src/imap.c
7815                 Fix cvs56 (brain fart)
7816
7817 2008-05-21 [colin]      3.4.0cvs57
7818
7819         * src/common/utils.c
7820                 Fix bug 1615, 'hang on FIFO when the other end's not 
7821                 opened'
7822
7823 2008-05-21 [colin]      3.4.0cvs56
7824
7825         * src/imap.c
7826                 Fix a warning
7827
7828 2008-05-19 [colin]      3.4.0cvs55
7829
7830         * src/plugins/pgpcore/sgpgme.c
7831                 Maybe fix debian bug 481856, 'Segmentation fault 
7832                 when verifying a GPG signature'. Although it 
7833                 looks like a race condition...
7834
7835 2008-05-19 [colin]      3.4.0cvs54
7836
7837         * src/prefs_filtering_action.c
7838         * src/prefs_matcher.c
7839         * src/common/tags.c
7840         * src/common/tags.h
7841         * src/gtk/combobox.c
7842         * src/gtk/combobox.h
7843                 Patch by Pawel: disabled Tags menus in filtering dialogs
7844
7845 2008-05-19 [colin]      3.4.0cvs53
7846
7847         * src/prefs_account.c
7848                 GUI patch by Pawel: align ports entries
7849
7850 2008-05-19 [colin]      3.4.0cvs52
7851
7852         * src/mainwindow.c
7853                 Fix bug 1616, 'strange question while emptying trash'
7854
7855 2008-05-18 [colin]      3.4.0cvs51
7856
7857         * src/common/plugin.c
7858         * src/etpan/imap-thread.c
7859         * src/etpan/nntp-thread.c
7860         * src/gtk/gtksctree.c
7861                 Fix bug 1613, 'Various memory leaks'; 
7862                 based on a patch by Didier Barvaux.
7863
7864 2008-05-18 [colin]      3.4.0cvs50
7865
7866         * src/mimeview.c
7867         * src/privacy.h
7868         * src/toolbar.c
7869         * src/toolbar.h
7870         * src/plugins/pgpcore/sgpgme.c
7871                 Fix more parts of bug 1609:
7872                 - Make use of specific Expired privacy icon
7873                 - Use CLOSE instead of NOTICE_ERROR for cancel
7874                   receiving
7875                 - Allow a Preferences button in the main toolbar
7876
7877 2008-05-18 [colin]      3.4.0cvs49
7878
7879         * src/stock_pixmap.c
7880                 Fix bug with non-updating icons after theme change:
7881                 If fetching pixbuf for a given icon after a theme
7882                 change, the next pixmap fetch would return the old
7883                 cached one, as the theme change was forgotten at 
7884                 this time. (and vice-versa). This was mostly 
7885                 visible on open folder icons
7886
7887 2008-05-17 [colin]      3.4.0cvs48
7888
7889         * src/prefs_summaries.c
7890         * src/summaryview.c
7891                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
7892                 options'. Patch by Pawel
7893
7894 2008-05-16 [colin]      3.4.0cvs47
7895
7896         * src/imap.c
7897                 Fix another possible crash (on fatal errors
7898                 at login, like stream error).
7899
7900 2008-05-16 [paul]       3.4.0cvs46
7901
7902         * tools/thunderbird-filters-convertor.pl
7903                 fix a typo
7904                 fix reading a tb rule that contains something
7905                 like that: \"Sender\"
7906
7907 2008-05-16 [paul]       3.4.0cvs45
7908
7909         * tools/README
7910         * tools/csv2addressbook.pl
7911                 add support for gmail exported csv address book
7912
7913 2008-05-16 [colin]      3.4.0cvs44
7914
7915         * configure.ac
7916         * src/ldapupdate.c
7917                 Fix ldap deprecated calls. Patch by
7918                 Michael Rasmussen
7919
7920 2008-05-16 [paul]       3.4.0cvs43
7921
7922         * manual/de/account.xml
7923         * manual/it/account.xml
7924         * manual/it/ack.xml
7925         * manual/it/addrbook.xml
7926         * manual/it/claws-mail-manual.xml
7927         * manual/it/gpl.xml
7928         * manual/it/intro.xml
7929         * manual/it/starting.xml
7930                 add pages towards German and Italian manuals.
7931                 (just for storage, they are not built yet, due
7932                 to being incomplete.) submitted by Speckmade
7933                 <Speckmade@gmx.net> and Salvatore De Paolis
7934                 <iwkse@claws-mail.org>
7935
7936 2008-05-16 [colin]      3.4.0cvs42
7937
7938         * src/gtk/sslcertwindow.c
7939                 Fix SHA1 fingerprint with GnuTLS
7940
7941 2008-05-15 [colin]      3.4.0cvs41
7942
7943         * src/gtk/sslcertwindow.c
7944                 Print SHA1 fingerprint too
7945
7946 2008-05-15 [colin]      3.4.0cvs40
7947
7948         * src/imap.c
7949                 Fix certificate port on TLS. It was 
7950                 previously always 0.
7951                 **IMPORTANT INFORMATION**: this will trigger 
7952                 one wrong "New certificate" warning at the 
7953                 first connection with this fix, if using STARTTLS
7954                 on IMAP.
7955         * src/gtk/sslcertwindow.c
7956                 Make labels selectable
7957
7958 2008-05-15 [colin]      3.4.0cvs39
7959
7960         * src/imap.c
7961                 Fix double free when STARTTLS fails (for
7962                 example due to refusing the certificate)
7963
7964 2008-05-15 [paul]       3.4.0cvs38
7965
7966         * manual/advanced.xml
7967                 fix typo
7968
7969 2008-05-15 [paul]       3.4.0cvs37
7970
7971         * manual/advanced.xml
7972         * src/prefs_send.c
7973                 make outgoing_fallback_to_ascii a hidden pref
7974
7975 2008-05-14 [colin]      3.4.0cvs36
7976
7977         * src/main.c
7978         * src/mainwindow.c
7979         * src/mainwindow.h
7980                 Make it possible to cancel quit when Claws
7981                 ask whether to empty trash.
7982
7983 2008-05-14 [colin]      3.4.0cvs35
7984
7985         * src/compose.c
7986         * src/prefs_common.c
7987         * src/prefs_common.h
7988         * src/prefs_send.c
7989                 Add a preference to be able to specify an
7990                 outgoing charset/encoding but still fallback
7991                 to 7bit US-ASCII when possible (default TRUE,
7992                 same behavior as pre-cvs34)
7993
7994 2008-05-14 [colin]      3.4.0cvs34
7995
7996         * src/compose.c
7997                 Always use the specified encoding and charset if it is
7998                 specified, even if the mail is ASCII.
7999
8000 2008-05-13 [paul]       3.4.0cvs33
8001
8002         * src/ldapupdate.c
8003                 fix the build warnings the easy way for now
8004
8005 2008-05-13 [colin]      3.4.0cvs32
8006
8007         * src/prefs_themes.c
8008                 Count .png files as icons too (fixes part
8009                 of bug 1609, 'Icon issues')
8010
8011 2008-05-13 [wwp]        3.4.0cvs31
8012
8013         * src/addressbook_foldersel.c
8014                 Fix wrong check (completes 3.4.0.cvs30).
8015
8016 2008-05-12 [wwp]        3.4.0cvs30
8017
8018         * src/addressbook.c
8019         * src/addressbook_foldersel.c
8020         * src/filtering.c
8021         * src/matcher.c
8022         * src/prefs_matcher.c
8023         * src/plugins/bogofilter/bogofilter.c
8024         * src/plugins/bogofilter/bogofilter_gtk.c
8025         * src/plugins/dillo_viewer/dillo_prefs.c
8026         * src/plugins/spamassassin/spamassassin.c
8027         * src/plugins/spamassassin/spamassassin_gtk.c
8028                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
8029                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
8030                 translated string "Any" in plugins (whitelisting) and
8031                 UTF8 comparisons.
8032
8033 2008-05-07 [colin]      3.4.0cvs29
8034
8035         * configure.ac
8036                 Fix --enable-maemo (assume --enable-generic-umpc)
8037
8038 2008-05-07 [colin]      3.4.0cvs28
8039
8040         * configure.ac
8041         * src/account.c
8042         * src/addr_compl.c
8043         * src/compose.c
8044         * src/editaddress.c
8045         * src/folderview.c
8046         * src/mainwindow.c
8047         * src/messageview.c
8048         * src/mimeview.c
8049         * src/prefs_account.c
8050         * src/prefs_common.c
8051         * src/prefs_display_header.c
8052         * src/prefs_filtering.c
8053         * src/prefs_summaries.c
8054         * src/prefs_template.c
8055         * src/prefs_toolbar.c
8056         * src/stock_pixmap.c
8057         * src/summaryview.c
8058         * src/summaryview.h
8059         * src/textview.c
8060         * src/toolbar.c
8061         * src/gtk/about.c
8062         * src/gtk/gtksctree.c
8063         * src/gtk/menu.c
8064         * src/gtk/prefswindow.c
8065         * src/gtk/sslcertwindow.c
8066                 Separate generic UMPC code (layouts, ...) from 
8067                 MAEMO code (Hildon, ...)
8068
8069 2008-05-06 [paul]       3.4.0cvs27
8070
8071         * tools/claws.i18n.status.pl
8072                 add he.po
8073
8074 2008-05-06 [colin]      3.4.0cvs26
8075
8076         * src/common/utils.c
8077                 Maybe fix crash on FreeBSD
8078
8079 2008-05-05 [colin]      3.4.0cvs25
8080
8081         * src/messageview.c
8082                 Fix bug 1602, 'Crash when sending return receipt for
8083                 messages with no subject'
8084
8085 2008-05-05 [colin]      3.4.0cvs24
8086
8087         * src/mimeview.c
8088                 Don't overwrite temporary files with same
8089                 name when drag and dropping. Fixes bug 1599,
8090                 'attach multiple files with the same name from 
8091                 one mail to another'
8092
8093 2008-05-04 [paul]       3.4.0cvs23
8094
8095         * src/compose.c
8096         * src/prefs_common.c
8097                 fix bug 1587 'can not replay with quote'
8098
8099 2008-05-03 [colin]      3.4.0cvs22
8100
8101         * po/de.po
8102                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
8103
8104 2008-05-03 [colin]      3.4.0cvs21
8105
8106         * src/toolbar.c
8107                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
8108                 icon isn't grayed although ineffective'
8109
8110 2008-05-02 [wwp]        3.4.0cvs20
8111
8112         * po/fr.po
8113                 Fix translation.
8114
8115         * src/prefs_folder_item.c
8116                 Add missing notice in folder properties (templates) when
8117                 folder is a root node.
8118
8119 2008-04-30 [colin]      3.4.0cvs19
8120
8121         * src/prefs_toolbar.c
8122                 Add Trash and Delete icons to the icon chooser
8123
8124 2008-04-30 [colin]      3.4.0cvs18
8125
8126         * src/compose.c
8127                 Remove "Delete entire line" which was a noop
8128                 and should be the same as "Delete line" :)
8129
8130 2008-04-30 [colin]      3.4.0cvs17
8131
8132         * src/compose.c
8133                 Fix 'Delete line' and 'Delete to end of line'
8134                 on the last line. Patch by <seelenhirt@gmx.net>
8135
8136 2008-04-28 [colin]      3.4.0cvs16
8137
8138         * src/folder.c
8139                 Fix bug 1589, 'tagsdb file not removed when
8140                 folder deleted'.
8141         * src/common/utils.c
8142                 Make sure claws_unlink accepts NULL arg.
8143
8144 2008-04-25 [colin]      3.4.0cvs15
8145
8146         * src/common/ssl.c
8147                 Fix/simplify previous commit
8148
8149 2008-04-25 [colin]      3.4.0cvs14
8150
8151         * src/addrindex.h
8152         * src/common/ssl_certificate.c
8153                 Patch by Marcus: Fix Win32 build
8154         * src/common/ssl.c
8155                 Fix build with GnuTLS/no pthread, thanks
8156                 to Marcus
8157
8158 2008-04-25 [colin]      3.4.0cvs13
8159
8160         * src/summaryview.c
8161                 Fix bug 1586, '3-pane vertical layout now and then 
8162                 still shows sender column'
8163
8164 2008-04-25 [colin]      3.4.0cvs12
8165
8166         * src/Makefile.am
8167         * src/w32-logo.ico
8168         * src/w32-resource.rc
8169                 Patch from Marcus Brinkmann to set an icon on w32.
8170
8171 2008-04-24 [colin]      3.4.0cvs11
8172
8173         * src/inc.c
8174         * src/inc.h
8175                 Trace inc locks
8176         * src/ldif.c
8177         * src/ldif.h
8178                 Fix bug 1581, 'Bad File Format during Import LDIF':
8179                 Use dynamically allocated buffers; also, allow 
8180                 importing contacts with no email address
8181
8182 2008-04-24 [colin]      3.4.0cvs10
8183
8184         * src/prefs_common.c
8185                 Increment the timeout a bit on OpenBSD, 75 isn't enough
8186
8187 2008-04-23 [colin]      3.4.0cvs9
8188
8189         * src/compose.c
8190         * src/prefs_folder_item.c
8191         * src/prefs_template.c
8192         * src/quote_fmt.c
8193                 Fix bug 1576: Fix unescaping of templates when testing them
8194                 I think it breaks nothing. (wwp, you're welcome to double-check)
8195
8196 2008-04-23 [paul]       3.4.0cvs8
8197
8198         * manual/advanced.xml
8199                 add info about the "two_line_vertical" hidden
8200                 pref
8201
8202 2008-04-22 [paul]       3.4.0cvs7
8203
8204         * src/prefs_common.c
8205         * src/prefs_common.h
8206         * src/summaryview.c
8207                 make the 2-line view in summaryview when in three
8208                 columns mode configurable. hidden pref: "two_line_vertical"
8209
8210 2008-04-22 [colin]      3.4.0cvs6
8211
8212         * src/inc.c
8213                 Fix missing inc_unlock()
8214         * src/prefs_matcher.c
8215         * src/send_message.c
8216                 Fix my last commit
8217
8218 2008-04-22 [colin]      3.4.0cvs5
8219
8220         * src/etpan/imap-thread.c
8221                 Use g_(un)setenv instead of (un)setenv which
8222                 doesn't exist on IRIX 6.5
8223
8224 2008-04-22 [colin]      3.4.0cvs4
8225
8226         * src/inc.c
8227         * src/prefs_common.c
8228         * src/send_message.c
8229                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
8230                 Set the default timeout to 75 seconds
8231
8232 2008-04-20 [colin]      3.4.0cvs3
8233
8234         * src/pixmaps/tray_newmail.offline.xpm
8235         * src/pixmaps/tray_newmail.xpm
8236         * src/pixmaps/tray_newmarkedmail.offline.xpm
8237         * src/pixmaps/tray_newmarkedmail.xpm
8238         * src/pixmaps/tray_nomail.offline.xpm
8239         * src/pixmaps/tray_nomail.xpm
8240         * src/pixmaps/tray_unreadmail.offline.xpm
8241         * src/pixmaps/tray_unreadmail.xpm
8242         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
8243         * src/pixmaps/tray_unreadmarkedmail.xpm
8244                 Make the tray icons a bit nicer. Would be
8245                 nice to get really nice icons from someone
8246                 who's good at Gimp :)
8247
8248 2008-04-18 [colin]      3.4.0cvs2
8249
8250         * src/common/log.c
8251                 Forgot one g_unlink
8252
8253 lease complete the changelog entry below
8254 2008-04-18 [colin]      3.4.0cvs1
8255
8256         * src/addrduplicates.c
8257         * src/addressbook.c
8258         * src/compose.c
8259         * src/crash.c
8260         * src/editaddress.c
8261         * src/folder.c
8262         * src/image_viewer.c
8263         * src/imap.c
8264         * src/inc.c
8265         * src/main.c
8266         * src/mbox.c
8267         * src/messageview.c
8268         * src/mh.c
8269         * src/msgcache.c
8270         * src/news.c
8271         * src/partial_download.c
8272         * src/pop.c
8273         * src/prefs_common.c
8274         * src/prefs_common.h
8275         * src/prefs_other.c
8276         * src/prefs_themes.c
8277         * src/procheader.c
8278         * src/procmime.c
8279         * src/procmsg.c
8280         * src/textview.c
8281         * src/wizard.c
8282         * src/common/prefs.c
8283         * src/common/ssl_certificate.c
8284         * src/common/template.c
8285         * src/common/utils.c
8286         * src/common/utils.h
8287         * src/etpan/imap-thread.c
8288         * src/plugins/dillo_viewer/dillo_viewer.c
8289         * src/plugins/pgpcore/sgpgme.c
8290         * src/plugins/pgpinline/pgpinline.c
8291                 Add an option to shred temporary files and messages
8292                 instead of just removing them. Slows deletions down!
8293
8294 2008-04-18 [paul]       3.4.0
8295
8296         * NEWS
8297         * README
8298         * RELEASE_NOTES 
8299                 3.4.0 released
8300
8301
8302 2008-04-18 [paul]       3.3.1cvs61
8303
8304         * po/de.po
8305         * po/fi.po
8306         * po/it.po
8307         * po/pt_BR.po
8308                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
8309                 and Frederico Goncalves Guimaraes
8310         * po/es.po
8311                 updated on the last minute by a lazy Ricardo Mones
8312
8313 2008-04-18 [colin]      3.3.1cvs60
8314
8315         * po/fr.po
8316                 Update translation (Fabien Vantard)
8317
8318 2008-04-17 [colin]      3.3.1cvs59
8319
8320         * src/imap.c
8321                 Fix debian bug 474712, 'claws seg faults when IMAP 
8322                 connection breaks after an IMAP protocol error 
8323                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
8324         * src/summaryview.c
8325                 Fix a little leak
8326
8327 2008-04-17 [colin]      3.3.1cvs58
8328
8329         * src/common/log.c
8330                 Fix log size getting out of control (claws-mail
8331                 getting SIGXFSZ): rotate if every 10MB
8332
8333 2008-04-10 [paul]       3.3.1cvs57
8334
8335         * src/prefs_other.c
8336                 improvements to english usage
8337
8338 2008-04-10 [paul]       3.3.1cvs56
8339
8340         * src/prefs_receive.c
8341                 add an accurate description
8342
8343 2008-04-08 [colin]      3.3.1cvs55
8344
8345         * src/undo.c
8346                 Probably fix corruption, introduced in cvs53
8347
8348 2008-04-04 [iwkse]      3.3.1cvs54
8349
8350         * src/undo.c
8351                 undo should works properly again
8352
8353 2008-04-04 [iwkse]      3.3.1cvs53
8354
8355         * src/undo.c
8356                 Fix a segfault but breaks undo
8357                 on a specific case (eg. double paste with
8358                 middle-mouse button)
8359
8360 2008-04-04 [iwkse]      3.3.1cvs52
8361
8362         * src/prefs_filtering.c
8363                 Fix previous Tab mess
8364
8365 2008-04-03 [iwkse]      3.3.1cvs51
8366
8367         * src/prefs_filtering.c
8368                 Add search in filtering rules list
8369
8370 2008-04-02 [colin]      3.3.1cvs50
8371
8372         * src/main.c
8373                 Revert part of the previous patch: we do
8374                 want to parse ~/.claws-mail/gtkrc-2.0 if it
8375                 exists
8376
8377 2008-04-02 [colin]      3.3.1cvs49
8378
8379         * src/main.c
8380                 Fix bug 1562, 'Claws-Mail does not completely 
8381                 respect settings in GTK2_RC_FILES environment'
8382                 Remove manual parsing of .gtkrc-2.0 and 
8383                 .gtk/gtkrc-2.0. GTK does it itself these days.
8384
8385 2008-04-01 [colin]      3.3.1cvs48
8386
8387         * src/imap_gtk.c
8388                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
8389                 ticking "Show only subscribed"'
8390
8391 2008-03-31 [colin]      3.3.1cvs47
8392
8393         * src/folder.c
8394                 Fix bug 1553, 'File lock not respected'
8395                 Regression due to the implementation of
8396                 deletion batching
8397
8398 2008-03-31 [colin]      3.3.1cvs46
8399
8400         * src/mainwindow.c
8401                 Fix tags menu update, thanks to Paul
8402
8403 2008-03-29 [wwp]        3.3.1cvs45
8404
8405         * src/prefs_account.c
8406         * src/prefs_common.c
8407         * src/prefs_folder_item.c
8408         * src/prefs_quote.c
8409         * src/quote_fmt.c
8410         * src/quote_fmt.h
8411                 Fix compose template formats (in global preferences)
8412                 being translated under specific conditions.
8413                 Add a button to restore factory defaults for current
8414                 language.
8415
8416 2008-03-27 [colin]      3.3.1cvs44
8417
8418         * src/common/prefs.c
8419         * src/common/xmlprops.c
8420                 Fix RedHat bug 431735, 'segfault if /home is full' 
8421                 (when starting): Fix double fclose() in prefs.c
8422                 and potentially xmlprops.c
8423
8424 2008-03-27 [colin]      3.3.1cvs43
8425
8426         * src/addressbook.c
8427                 Fix bug 1559, 'Claws Mail crashed deleting all 
8428                 common contacts'
8429
8430 2008-03-27 [wwp]        3.3.1cvs42
8431
8432         * src/addressbook.c
8433                 Fix 3.3.0cvs41.
8434
8435 2008-03-27 [wwp]        3.3.1cvs41
8436
8437         * src/addressbook.c
8438                 Prevent list flickering when deleting addresses.
8439
8440 2008-03-26 [colin]      3.3.1cvs40
8441
8442         * src/imap.c
8443                 Clean up session disconnection. Possibly
8444                 fix Ubuntu bug #204290
8445
8446 2008-03-26 [colin]      3.3.1cvs39
8447
8448         * src/textview.c
8449                 Fix bug 1555: current folder wasn't used when
8450                 right-clicking on an email address
8451
8452 2008-03-25 [colin]      3.3.1cvs38
8453
8454         * src/plugins/bogofilter/bogofilter.c
8455         * src/plugins/bogofilter/bogofilter.h
8456         * src/plugins/bogofilter/bogofilter_gtk.c
8457                 Add a "learn from whitelist" preference
8458                 Whitelist Unsure mails too.
8459
8460 2008-03-24 [paul]       3.3.1cvs37
8461
8462         * src/prefs_account.c
8463                 If no MH mailbox and no account exists, when
8464                 creating a POP/Local account, just create and
8465                 use the default one instead of bailing with a
8466                 "Mailbox doesn't exist" error
8467
8468 2008-03-21 [colin]      3.3.1cvs36
8469
8470         * src/procmime.c
8471                 strstrip mime subtype
8472
8473 2008-03-21 [paul]       3.3.1cvs35
8474
8475         * manual/advanced.xml
8476                 correct and update the info about Actions
8477
8478 2008-03-20 [colin]      3.3.1cvs34
8479
8480         * src/messageview.c
8481         * src/messageview.h
8482         * src/textview.c
8483                 Show at max 1MB of text, add a noticeview to
8484                 show everything optionally.
8485
8486 2008-03-20 [colin]      3.3.1cvs33
8487
8488         * src/stock_pixmap.c
8489                 Add support for png themes
8490
8491 2008-03-19 [wwp]        3.3.1cvs32
8492
8493         * src/procheader.c
8494                 Sanity check.
8495
8496 2008-03-18 [colin]      3.3.1cvs31
8497
8498         * src/common/utils.c
8499         * src/common/utils.h
8500                 Handle size_t instead of off_t in to_human_readable
8501
8502 2008-03-18 [colin]      3.3.1cvs30
8503
8504         * src/imap.c
8505                 Remove raw printf
8506
8507 2008-03-16 [colin]      3.3.1cvs29
8508
8509         * src/summaryview.c
8510                 Fix build on GTK < 2.12
8511
8512 2008-03-16 [colin]      3.3.1cvs28
8513
8514         * src/mainwindow.c
8515                 Refresh non-list widget when switching
8516                 messageview
8517
8518 2008-03-16 [colin]      3.3.1cvs27
8519
8520         * manual/faq.xml
8521                 Revert cvs25: This wasn't a typo :) :
8522                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
8523
8524
8525 2008-03-16 [colin]      3.3.1cvs26
8526
8527         * src/summaryview.c
8528         * src/gtk/gtksctree.c
8529         * src/gtk/gtksctree.h
8530                 Implement 2-lines items in Summaryview when in 
8531                 three columns mode
8532
8533 2008-03-16 [paul]       3.3.1cvs25
8534
8535         * manual/faq.xml
8536                 fix typo
8537
8538 2008-03-14 [colin]      3.3.1cvs24
8539
8540         * src/prefs_filtering_action.c
8541                 Fix buglet on setting recipient when
8542                 reediting forward rules.
8543
8544 2008-03-12 [colin]      3.3.1cvs23
8545
8546         * src/summaryview.c
8547                 Fix a new unused variable warning
8548         * src/plugins/trayicon/trayicon.c
8549                 Fix folderview's scrollbar at startup
8550                 if starting hidden
8551
8552 2008-03-12 [colin]      3.3.1cvs22
8553
8554         * src/folderview.c
8555         * src/summaryview.c
8556                 Use item_opened at the beginning of showing
8557                 a folder instead of the end. Fixes flicker.
8558
8559 2008-03-12 [paul]       3.3.1cvs21
8560
8561         * src/folder.c
8562         * src/folder.h
8563         * src/mainwindow.c
8564         * src/procmsg.c
8565         * src/summaryview.c
8566         * src/plugins/trayicon/trayicon.c
8567                 add tooltip with extended folder stats
8568
8569 2008-03-10 [colin]      3.3.1cvs20
8570
8571         * src/common/xml.c
8572                 Handle comments
8573
8574 2008-03-07 [colin]      3.3.1cvs19
8575
8576         * src/mainwindow.c
8577                 Fix blinking of the taskbar entry
8578
8579 2008-03-07 [colin]      3.3.1cvs18
8580
8581         * src/mainwindow.c
8582                 MAEMO: Fix bug 1494, 'Trayicon 
8583                 plugin breaks UI...'
8584
8585 2008-03-07 [paul]       3.3.1cvs17
8586
8587         * src/gtk/authors.h
8588                 reflect reality a bit more closely
8589
8590 2008-03-06 [colin]      3.3.1cvs16
8591
8592         * src/mainwindow.c
8593         * src/mainwindow.h
8594         * src/summaryview.c
8595         * src/summaryview.h
8596         * src/toolbar.c
8597                 Integrate things better wrt the new
8598                 summaryview extensibility.
8599
8600 2008-03-06 [wwp]        3.3.1cvs15
8601
8602         * src/quote_fmt.c
8603                 Fix some gcc warnings.
8604
8605 2008-03-06 [wwp]        3.3.1cvs14
8606
8607         * src/prefs_account.c
8608         * src/prefs_folder_item.c
8609         * src/prefs_gtk.c
8610         * src/prefs_template.c
8611         * src/gtk/prefswindow.c
8612         * src/gtk/prefswindow.h
8613                 prefs_templates: fix missing unregistering of addr_completion widgets
8614                 and and ending of addr_completion service.
8615                 prefs_folder_item: fix missing registering/unregistering of widgets,
8616                 and rework the way add_completion service is started and stopped.
8617                 Plus few prefswindow API changes (opening).
8618
8619 2008-03-06 [wwp]        3.3.1cvs13
8620
8621         * src/folder_item_prefs.c
8622         * src/prefs_template.c
8623         * src/prefs_template.h
8624         * src/quote_fmt.c
8625         * src/common/template.c
8626                 Complete 3.3.1cvs12, thanks to Colin.
8627
8628 2008-03-06 [wwp]        3.3.1cvs12
8629
8630         * src/compose.c
8631         * src/folder_item_prefs.c
8632         * src/folder_item_prefs.h
8633         * src/prefs_account.c
8634         * src/prefs_folder_item.c
8635         * src/prefs_quote.c
8636         * src/prefs_template.c
8637         * src/quote_fmt.c
8638         * src/quote_fmt.h
8639         * src/common/template.c
8640         * src/common/template.h
8641                 Global and per-folder templates can now override the from name (this
8642                 doesn't change the account being used).
8643                 Examples:
8644                  "My other name" <%account_email> (just changes the name)
8645                  my.faked.email@address.org (overrides the address too)
8646
8647 2008-03-05 [colin]      3.3.1cvs11
8648
8649         * src/summaryview.c
8650         * src/summaryview.h
8651                 Replace that hbox with a notebook
8652
8653 2008-03-05 [colin]      3.3.1cvs10
8654
8655         * src/folder.h
8656         * src/folderview.c
8657                 Add klass functions for notification of folder
8658                 opening/closing via the GUI
8659         * src/summaryview.c
8660         * src/summaryview.h
8661                 Add a specific container for the scrolledwin
8662
8663 2008-03-05 [colin]      3.3.1cvs9
8664
8665         * src/folder.h
8666         * src/folderview.c
8667                 Add klass functions for notification of folder 
8668                 opening/closing via the GUI
8669         * src/summaryview.c
8670         * src/summaryview.h
8671                 Add a specific container for the scrolledwin
8672
8673 2008-03-02 [colin]      3.3.1cvs8
8674
8675         * src/messageview.c
8676                 MAEMO: Fix bug 1541, 'Deleting message from within 
8677                 read window displays next message then closes.'
8678
8679 2008-03-02 [colin]      3.3.1cvs7
8680
8681         * src/main.c
8682                 Probably fix bug 1539, 'Program crashes':
8683                 Setup Gcrypt's thread functions when built
8684                 with GnuTLS
8685
8686 2008-03-01 [colin]      3.3.1cvs6
8687
8688         * src/folder.c
8689         * src/imap_gtk.c
8690                 Get rid of stale folders with no account
8691
8692 2008-02-28 [colin]      3.3.1cvs5
8693
8694         * src/compose.c
8695                 Fix bug 1534, 'Segmentation fault when doing 
8696                 some draft saving and then throwing away'
8697         * src/imap.c
8698                 Fix bug 1533, 'Claws is unable to mark messages 
8699                 as "read" in IMAP shared folders'
8700         * src/etpan/imap-thread.c
8701                 Fix bug 1515, 'large messages crash claws when 
8702                 syncing for offline mode'. This is rather a
8703                 workaround, and mails > 64MB will still be
8704                 problematic if there's less than 64MB available
8705                 on the dataroot volume.
8706         * src/messageview.c
8707                 MAEMO: Add information when fetching big messages
8708
8709 2008-02-26 [colin]      3.3.1cvs4
8710
8711         * src/imap.c
8712                 fix bug 1532, '"login refused" message insufficiently 
8713                 detailed'
8714
8715 2008-02-26 [paul]       3.3.1cvs3
8716
8717         * INSTALL
8718         * README
8719                 remove mentions of ClamAV and a few other
8720                 old bits of information
8721
8722 2008-02-23 [colin]      3.3.1cvs2
8723
8724         * src/main.c
8725                 Fix log output (missing \n)
8726
8727 2008-02-23 [colin]      3.3.1cvs1
8728
8729         * configure.ac
8730                 Bump version number for stable release
8731
8732 2008-02-23 [paul]       3.3.0cvs21
8733
8734         * po/he.po
8735                 updated by Ofer
8736
8737 2008-02-21 [colin]      3.3.0cvs20
8738
8739         * src/matcher.c
8740                 Fix bug 1527, 'filtering is case sensitive when it 
8741                 shouldn't be'
8742
8743 2008-02-20 [colin]      3.3.0cvs19
8744
8745         * src/main.c
8746                 Fix file attachments from older Thunar
8747
8748 2008-02-19 [colin]      3.3.0cvs18
8749
8750         * manual/plugins.xml
8751         * manual/es/plugins.xml
8752         * manual/fr/plugins.xml
8753         * manual/pl/plugins.xml
8754                 Remove Clamav
8755
8756 2008-02-19 [paul]       3.3.0cvs17
8757
8758         * tools/README
8759         * tools/csv2addressbook.pl
8760                 add support for Kmail/Kaddressbook
8761
8762 2008-02-18 [colin]      3.3.0cvs16
8763
8764         * src/imap.c
8765                 Unset folder's session before creating a
8766                 new one
8767         * src/main.c
8768         * src/prefs_common.c
8769         * src/prefs_common.h
8770         * manual/advanced.xml
8771                 Add an hidden use_networkmanager pref, to
8772                 disable NetworkManager handling. Also,
8773                 consider UNKNOWN state to be CONNECTED.
8774
8775 2008-02-18 [wwp]        3.3.0cvs15
8776
8777         * src/matcher.c
8778                 Fix Engrish and make 'not' more visible in filtering debug logs.
8779
8780 2008-02-15 [colin]      3.3.0cvs14
8781
8782         * src/matcher.c
8783                 Revert cvs10 for now, it breaks the feature
8784
8785 2008-02-15 [colin]      3.3.0cvs13
8786
8787         * src/main.c
8788                 Always focus folder tree at startup
8789         * src/compose.c
8790                 Fix bug 1521, 'Cannot close compose window after 
8791                 replying to a non-existent news message'
8792
8793 2008-02-13 [colin]      3.3.0cvs12
8794
8795         * src/folderview.c
8796                 Fix important warnings
8797
8798 2008-02-12 [colin]      3.3.0cvs11
8799
8800         * src/imap.c
8801         * src/etpan/imap-thread.c
8802         * src/etpan/imap-thread.h
8803                 Fix handling of $Forwarded flag on Exchange:
8804                 check for the existence or creatability of a
8805                 flag before using it.
8806
8807 2008-02-12 [colin]      3.3.0cvs10
8808
8809         * src/matcher.c
8810                 Optimise matching on Found in addressbook if
8811                 the matched header is in cache (From, etc)
8812
8813 2008-02-12 [colin]      3.3.0cvs9
8814
8815         * src/folderview.c
8816                 Fix crashy stuff when changing displayed
8817                 columns
8818
8819 2008-02-12 [wwp]        3.3.0cvs8
8820
8821         * src/folder.h
8822                 Remove duplicate func declaration and restore the one
8823                 a missing one.
8824
8825 2008-02-12 [wwp]        3.3.0cvs7
8826
8827         * src/compose.c
8828         * src/export.c
8829         * src/folder.c
8830         * src/folder.h
8831         * src/foldersel.c
8832         * src/foldersel.h
8833         * src/imap_gtk.c
8834         * src/import.c
8835         * src/mainwindow.c
8836         * src/messageview.c
8837         * src/mh_gtk.c
8838         * src/prefs_account.c
8839         * src/prefs_filtering_action.c
8840         * src/summaryview.c
8841         * src/plugins/bogofilter/bogofilter_gtk.c
8842         * src/plugins/spamassassin/spamassassin_gtk.c
8843                 Allow moving/copying folders to root folders when using
8844                 the folder selection dialog (it was not possible to
8845                 maemo users to reparent a subfolder to a root folder
8846                 at all).
8847
8848 2008-02-12 [fabien]     3.3.0cvs6
8849
8850         * po/fr.po
8851                 a few days late for i18n fr update. Sorry.
8852
8853 2008-02-11 [colin]      3.3.0cvs5
8854
8855         * src/main.c
8856                 Implement support for future /dev/mem_notify.
8857                 This Linux kernel feature will allow applications
8858                 to be notified that memory has to be freed
8859                 before getting OOM-killed. For more information:
8860                 http://lwn.net/Articles/267013/
8861
8862 2008-02-10 [paul]       3.3.0cvs4
8863
8864         * src/Makefile.am
8865         * src/mimeview.c
8866         * src/prefs_toolbar.c
8867         * src/stock_pixmap.c
8868         * src/stock_pixmap.h
8869         * src/pixmaps/mime_text_patch.xpm
8870                 add an icon for attached patches
8871
8872 2008-02-09 [paul]       3.3.0cvs3
8873
8874         * src/gtk/about.c
8875                 bump the (c) year
8876
8877 2008-02-09 [wwp]        3.3.0cvs2
8878
8879         * src/main.c
8880                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
8881
8882 2008-02-08 [colin]      3.3.0cvs1
8883
8884         * src/common/utils.c
8885                 Forbid attaching anything containing "../" or ".ssh/"
8886                 from mailto: URI
8887
8888 2008-02-08 [paul]       3.3.0
8889
8890         * NEWS
8891         * README
8892         * RELEASE_NOTES 
8893                 3.3.0 released
8894
8895 2008-02-08 [paul]       3.2.0cvs77
8896
8897         * AUTHORS
8898                 updated with new translators
8899         * configure.ac
8900                 added he to ALL_LINGUAS
8901         * po/cs.po
8902         * po/de.po
8903         * po/es.po
8904         * po/fi.po
8905         * po/hu.po
8906         * po/it.po
8907         * po/pt_BR.po
8908         * po/zh_CN.po
8909                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
8910                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
8911                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
8912                 and Ralph Young
8913         * po/he.po
8914                 new Hebrew translation by Ofer <oc666@netvision.net.il>
8915         * src/gtk/about.c
8916                 updated with new translators and bumped (c) year
8917         * src/gtk/authors.h
8918                 updated with new translators
8919
8920 2008-02-05 [colin]      3.2.0cvs76
8921
8922         * src/messageview.c
8923         * src/mimeview.c
8924         * src/mimeview.h
8925                 Special case text/calendar parts: if there's one in
8926                 the mail, and a plugin handling text/calendar is
8927                 loaded, show that part. That'll avoid rendering 
8928                 meetings as plain text, which just looks broken to
8929                 many users.
8930
8931 2008-02-04 [colin]      3.2.0cvs75
8932
8933         * src/mainwindow.c
8934                 Maemo: Fix LED handling on OS 2008
8935
8936 2008-02-01 [colin]      3.2.0cvs74
8937
8938         * src/compose.c
8939                 Possibly fix the annoying and hard-to reproduce bug
8940                 where lines 
8941                 are
8942                 rewrapped
8943                 like
8944                 that.
8945
8946 2008-02-01 [paul]       3.2.0cvs73
8947
8948         * src/common/utils.c
8949                 fix bug 1502, 'Plus signs are stripped from
8950                 email addresses when calling from command line'
8951                 Thanks to Colin
8952
8953 2008-01-31 [colin]      3.2.0cvs72
8954
8955         * src/exphtmldlg.c
8956         * src/mimeview.c
8957         * src/summaryview.c
8958                 Fix building of URIs from filenames
8959
8960 2008-01-31 [wwp]        3.2.0cvs71
8961
8962         * src/main.c
8963                 Fixes debug output of compiled-in features list
8964                 (completes 3.2.0cvs60).
8965
8966 2008-01-31 [colin]      3.2.0cvs70
8967
8968         * configure.ac
8969         * po/POTFILES.in
8970         * src/compose.c
8971         * src/plugins/Makefile.am
8972         * src/plugins/clamav/.cvsignore
8973         * src/plugins/clamav/Makefile.am
8974         * src/plugins/clamav/README
8975         * src/plugins/clamav/clamav_plugin.c
8976         * src/plugins/clamav/clamav_plugin.h
8977         * src/plugins/clamav/clamav_plugin_gtk.c
8978         * src/plugins/clamav/clamav_plugin_gtk.deps
8979                 Remove the Clamav plugin from the core
8980
8981 2008-01-28 [wwp]        3.2.0cvs69
8982
8983         * src/compose.c
8984         * src/prefs_template.c
8985         * src/prefs_template.h
8986         * src/quote_fmt.c
8987         * src/quote_fmt.h
8988         * src/quote_fmt_lex.l
8989         * src/quote_fmt_parse.y
8990                 Fix for bug #1493: count lines (\n chars) according to the way
8991                 format body is passed (i.e. \-escaped or not).
8992
8993 2008-01-27 [paul]       3.2.0cvs68
8994
8995         * po/en_GB.po
8996                 updated
8997         * src/prefs_actions.c
8998         * src/prefs_filtering.c
8999         * src/prefs_folder_item.c
9000         * src/prefs_template.c
9001         * src/gtk/about.c
9002                 some minor changes to the English
9003
9004 2008-01-24 [colin]      3.2.0cvs67
9005
9006         * src/etpan/imap-thread.c
9007         * src/etpan/nntp-thread.c
9008                 Fix bug 1348, 'Hang ups at exit time with 
9009                 pgp plugin since 3.0.2'
9010
9011 2008-01-23 [colin]      3.2.0cvs66
9012
9013         * src/toolbar.c
9014                 Fix translation of something that shouldn't be
9015
9016 2008-01-23 [colin]      3.2.0cvs65
9017
9018         * src/procmime.c
9019                 Fix bug 1486, 'Re: Incorrect content when replying'
9020                 Revert to full scan if short scan found only 0-length
9021                 text parts
9022
9023 2008-01-23 [paul]       3.2.0cvs64
9024
9025         * src/prefs_folder_item.c
9026                 fix bug 1485, 'selecting a folder's default
9027                 account if name contains '&''
9028
9029 2008-01-23 [colin]      3.2.0cvs63
9030
9031         * src/folder.c
9032         * src/folder.h
9033         * src/main.c
9034         * src/mainwindow.c
9035                 Fix bug 1480, 'should be able to display mail file
9036                 from command line'. Let 'claws-mail --select' accept
9037                 absolute paths in addition to folder identifiers.
9038
9039 2008-01-22 [wwp]        3.2.0cvs62
9040
9041         * src/account.c
9042         * src/account.h
9043         * src/compose.c
9044         * src/messageview.c
9045         * src/summaryview.c
9046         * src/common/utils.c
9047         * src/common/utils.h
9048                 Allow from=address in mailto sequence:
9049                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
9050                   The 'from' will try to select the first account matching in accounts list,
9051                   otherwise will use the usual account selection mechanism but override with
9052                   this 'from' address.
9053                 Allow mailto with NNTP accounts
9054                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
9055                   is the default one or if a NNTP account address is used with 'from'.
9056                   This is more or less a bugfix as it was possible to use mailto with a NNTP
9057                   default account but the complete mailto sequence was put in To.
9058
9059 2008-01-22 [wwp]        3.2.0cvs61
9060
9061         * doc/man/claws-mail.1
9062                 Updated the man page: status of few features, command-line
9063                 usage (--version-full) and completed list of config files
9064                 and dirs.
9065
9066 2008-01-22 [wwp]        3.2.0cvs60
9067
9068         * src/main.c
9069                 Added --version-full to display version and compiled-in
9070                 features list (for later use by Clawsker for instance).
9071
9072 2008-01-22 [holger]     3.2.0cvs59
9073
9074         * src/addrduplicates.c
9075                 Fix scrolling in addressbook duplicate
9076                 finder result dialog
9077
9078 2008-01-21 [colin]      3.2.0cvs58
9079
9080         * src/summaryview.c
9081                 Fix bug 1457, 'sorting messages on, say, from, 
9082                 should subsort on previous sort choice'. Subsort
9083                 by date when sort is Subject, From, To, Tags.
9084
9085 2008-01-21 [colin]      3.2.0cvs57
9086
9087         * AUTHORS
9088         * src/matcher.c
9089         * src/mimeview.c
9090         * src/common/ssl.c
9091         * src/gtk/authors.h
9092                 Fix bug 1478, 'Wrong pthread_create calls all 
9093                 over the place'. Patch by Christian Cornelssen
9094
9095 2008-01-20 [colin]      3.2.0cvs56
9096
9097         * src/imap.c
9098         * src/etpan/imap-thread.c
9099         * src/etpan/imap-thread.h
9100                 Fix bug 1468, 'Use IMAP keyword to 
9101                 store "forwarded" flag'
9102
9103 2008-01-20 [colin]      3.2.0cvs55
9104
9105         * src/folderutils.c
9106                 Make list operations faster
9107
9108 2008-01-20 [colin]      3.2.0cvs54
9109
9110         * src/mainwindow.c
9111                 Fix bug 1353, 'on startup with small screen 
9112                 layout, keyboard input gets lost'
9113
9114 2008-01-20 [colin]      3.2.0cvs53
9115
9116         * src/textview.c
9117                 Complete 3.2.0cvs49, and fixes bug 1477, 
9118                 'Claws Mail crashes when view PGP-encrypted 
9119                 message'
9120
9121 2008-01-20 [colin]      3.2.0cvs52
9122
9123         * src/compose.c
9124                 Fix privacy menu update when replying to
9125                 encrypted mail and no default privacy 
9126                 system is set
9127
9128 2008-01-19 [colin]      3.2.0cvs51
9129
9130         * src/filtering.c
9131         * src/procmsg.h
9132         * src/plugins/bogofilter/bogofilter.c
9133         * src/plugins/clamav/clamav_plugin.c
9134         * src/plugins/spamassassin/spamassassin.c
9135                 Batch filtering deletions too (and save 4 bytes
9136                 per MsgInfo in the process :)
9137
9138 2008-01-19 [colin]      3.2.0cvs50
9139
9140         * src/folder.c
9141                 Make cache update after copies much faster
9142                 on IMAP
9143
9144 2008-01-19 [colin]      3.2.0cvs49
9145
9146         * src/textview.c
9147                 Check g_fopen() success
9148
9149 2008-01-17 [wwp]        3.2.0cvs48
9150
9151         * manual/faq.xml
9152         * manual/es/faq.xml
9153         * manual/fr/faq.xml
9154         * manual/pl/faq.xml
9155                 Sylpheed? No idea what this means.
9156
9157 2008-01-17 [colin]      3.2.0cvs47
9158
9159         * src/gtk/gtksctree.c
9160                 Make dnd threshold higher on Maemo
9161
9162 2008-01-16 [colin]      3.2.0cvs46
9163
9164         * src/common/passcrypt.c
9165                 Fix build on FreeBSD, thanks to Pawel
9166
9167 2008-01-15 [colin]      3.2.0cvs45
9168
9169         * src/compose.c
9170                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
9171                 spell check of actuall word'
9172         * src/summaryview.c
9173                 Temporarily disable immediate execution when learning
9174                 spam *only* if the summaryview isn't locked
9175
9176 2008-01-15 [wwp]        3.2.0cvs44
9177
9178         * src/prefs_filtering.c
9179                 Fix filtering prefs layout (Maemo port), moving page up/down
9180                 from buttons to context menu.
9181
9182 2008-01-15 [colin]      3.2.0cvs43
9183
9184         * src/compose.c
9185                 Fix bug 1465, 'First line in new message does not mark URLs'
9186
9187 2008-01-15 [colin]      3.2.0cvs42
9188
9189         * src/common/passcrypt.c
9190                 Fix bug 1461, 'several components #define 
9191                 _XOPEN_SOURCE improperly'
9192
9193 2008-01-15 [colin]      3.2.0cvs41
9194
9195         * src/summaryview.c
9196                 Fix bug 1469, 'Column width adjustments on message 
9197                 lists do not save'
9198
9199 2008-01-14 [holger]     3.2.0cvs40
9200
9201         * configure.ac
9202                 Add tests for dbus, dbus glib bindings,
9203                 and NetworkManager. All is optional. Add new
9204                 --(en|dis)able-networkmanager-support switch.
9205         * src/Makefile.am
9206         * src/imap.c
9207         * src/inc.c
9208         * src/main.c
9209         * src/main.h
9210         * src/mainwindow.c
9211         * src/gtk/about.c
9212                 Add optional NetworkManager support, so Claws Mail
9213                 can try to do the right thing when the network connection
9214                 status changes. NetworkManager support is active by
9215                 default if above requirements were met.
9216
9217 2008-01-12 [colin]      3.2.0cvs39
9218
9219         * src/summaryview.c
9220                 Advertise the click-on-reply feature in the tooltip
9221
9222 2008-01-12 [colin]      3.2.0cvs38
9223
9224         * src/Makefile.am
9225         * src/stock_pixmap.c
9226         * src/stock_pixmap.h
9227         * src/pixmaps/tray_newmail.offline.xpm
9228         * src/pixmaps/tray_newmail.xpm
9229         * src/pixmaps/tray_newmarkedmail.offline.xpm
9230         * src/pixmaps/tray_newmarkedmail.xpm
9231         * src/pixmaps/tray_nomail.offline.xpm
9232         * src/pixmaps/tray_nomail.xpm
9233         * src/pixmaps/tray_unreadmail.offline.xpm
9234         * src/pixmaps/tray_unreadmail.xpm
9235         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
9236         * src/pixmaps/tray_unreadmarkedmail.xpm
9237         * src/plugins/trayicon/Makefile.am
9238         * src/plugins/trayicon/newmail.offline.xpm
9239         * src/plugins/trayicon/newmail.xpm
9240         * src/plugins/trayicon/newmarkedmail.offline.xpm
9241         * src/plugins/trayicon/newmarkedmail.xpm
9242         * src/plugins/trayicon/nomail.offline.xpm
9243         * src/plugins/trayicon/nomail.xpm
9244         * src/plugins/trayicon/trayicon.c
9245         * src/plugins/trayicon/unreadmail.offline.xpm
9246         * src/plugins/trayicon/unreadmail.xpm
9247         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9248         * src/plugins/trayicon/unreadmarkedmail.xpm
9249                 Make the Trayicon plugin icons themable
9250
9251 2008-01-12 [wwp]        3.2.0cvs37
9252
9253         * src/prefs_display_header.c
9254                 Fix extra leading hyphen visible in the display
9255                 header configuration combo list (maemo).
9256
9257 2008-01-11 [colin]      3.2.0cvs36
9258
9259         * src/imap.c
9260                 Set timeout to 1 before disconnecting all -
9261                 for when one switches to offline and has 
9262                 no network anymore
9263         * src/messageview.c
9264                 Fix bug 1454, 'error message shows parts and 
9265                 signature of previous messages'
9266         * src/prefs_common.c
9267                 Maemo: Hide Send dialog by default
9268
9269 2008-01-10 [colin]      3.2.0cvs35
9270
9271         * src/action.c
9272         * src/editldap.c
9273         * src/prefs_account.c
9274         * src/wizard.c
9275         * src/gtk/inputdialog.c
9276         * src/plugins/pgpcore/passphrase.c
9277                 Maemo: Fix bug 1455, 'Password enters leading letter 
9278                 incorrectly as uppercase'
9279
9280 2008-01-09 [colin]      3.2.0cvs34
9281
9282         * po/pl.po
9283                 Fix bug 1446, 'SC crashes frequently when staying 
9284                 in background'. Format string error in Polish 
9285                 translation
9286         * src/gtk/description_window.c
9287         * src/prefs_template.c
9288                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
9289                 patch by Pawel
9290         * src/wizard.c
9291                 Maemo: Fix build
9292
9293 2008-01-08 [colin]      3.2.0cvs33
9294
9295         * src/main.c
9296                 Maemo: connect HW status change signal for shutdown
9297         * src/mainwindow.c
9298                 Maemo: Fix hardware space key
9299         * src/wizard.c
9300                 Maemo: name mmc1 and 2 a better name
9301
9302 2008-01-08 [wwp]        3.2.0cvs32
9303
9304         * src/folder.c
9305         * src/folder_item_prefs.c
9306         * src/folder_item_prefs.h
9307         * src/prefs_folder_item.c
9308                 It's now possible to disable processing rules when
9309                 entering a folder (this adds a new option to the
9310                 folder properties dialog).
9311
9312 2008-01-08 [wwp]        3.2.0cvs31
9313
9314         * src/common/utils.c
9315                 Mailto: now supports 'insert' (stands for 'insert file'), this
9316                 adds the ability to create a new message from the command-line,
9317                 with body set from an existing file contents.
9318
9319 2008-01-08 [colin]      3.2.0cvs30
9320
9321         * src/summaryview.c
9322                 Maybe fix bug 1452, 'crash while drag'n'droping 
9323                 emails to an IMAP folder'
9324
9325 2008-01-07 [wwp]        3.2.0cvs29
9326
9327         * src/prefs_filtering.c
9328                 Static-alize a function, thanks to Colin.
9329
9330 2008-01-07 [colin]      3.2.0cvs28
9331
9332         * src/folderview.c
9333                 Fix scrolling to bottom when drag and dropping
9334         * src/summaryview.c
9335                 Fix bug 1445, 'Display sender using addressbook: fails 
9336                 when From: isn't an email address'
9337
9338 2008-01-07 [wwp]        3.2.0cvs27
9339
9340         * src/prefs_actions.c
9341         * src/prefs_filtering.c
9342         * src/prefs_template.c
9343                 Add tooltips to most buttons in the templates, actions and
9344                 filtering/processing dialogs.
9345
9346 2008-01-07 [wwp]        3.2.0cvs26
9347
9348         * src/prefs_filtering.c
9349                  - add a clear button to clear dialog input fields
9350                  - add page up and page down buttons to move selected rule up and down
9351                  - in rules list popup-menu: added Delete, Delete all and Duplicate
9352                  - popup-menu items are greyed out either if the list is empty (not counting the
9353                    (New) row or if there is no selected item
9354                  - clear store when closing dialog
9355
9356         * src/prefs_actions.c
9357                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9358                    clear button, popup-menu
9359                  - clear store when closing dialog
9360
9361         * src/prefs_template.c
9362                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9363                    clear button, popup-menu 
9364
9365         * src/addrcustomattr.c
9366                  - renamed popup-menu item Clear list to Delete all
9367                  - grey out popup-menu items is there is no selected item or if list is empty
9368                  - clear store when closing dialog
9369
9370         * src/edittags.c
9371                  - added popup-menu item Delete all
9372                  - grey out popup-menu items is there is no selected item or if list is empty
9373                  - clear store when closing dialog
9374
9375 2008-01-06 [wwp]        3.2.0cvs25
9376
9377         * src/addressadd.c
9378                 One more layout fix by Pawel (completes 3.2.0cvs24).
9379
9380 2008-01-05 [colin]      3.2.0cvs24
9381
9382         * src/addressadd.c
9383                 Little GUI fixes, patch by Pawel
9384
9385 2007-12-29 [wwp]        3.2.0cvs23
9386
9387         * src/compose.c
9388                 Fix for bug #1443, and strip possible whitespaces around
9389                 custom header names.
9390
9391 2007-12-29 [mones]      3.2.0cvs22
9392
9393         * po/es.po
9394                 Updated translation, corrected a term based 
9395                 on suggestion from Israel Saeta P�rez,
9396                 reverted awful X-Mailer translation
9397         * src/procmime.c
9398                 Complete cvs20 for FreeBSD, patch by Pawel
9399
9400 2007-12-29 [colin]      3.2.0cvs21
9401
9402         * src/textview.c
9403                 Fix bug 1442, 'Tags are repeated in 
9404                 encapsulated messages'
9405
9406 2007-12-28 [colin]      3.2.0cvs20
9407
9408         * src/procmime.c
9409                 Fix path to mime/globs. Patch by Marten King.
9410
9411 2007-12-27 [colin]      3.2.0cvs19
9412
9413         * src/plugins/pgpcore/Makefile.am
9414         * src/plugins/pgpinline/Makefile.am
9415         * src/plugins/pgpmime/Makefile.am
9416                 Add missing flags to build pgp plugins on maemo
9417
9418 2007-12-27 [colin]      3.2.0cvs18
9419
9420         * src/mainwindow.c
9421                 Maximise before showing to avoid probable flickering
9422                 on slow computers.
9423
9424 2007-12-27 [colin]      3.2.0cvs17
9425
9426         * src/main.c
9427         * src/mainwindow.c
9428         * src/prefs_common.c
9429         * src/prefs_common.h
9430                 Fix bug 1439, 'Claws Mail does not remember window size 
9431                 state when restarted'. Save maximised state and force
9432                 maximisation at startup if applicable.
9433
9434 2007-12-23 [paul]       3.2.0cvs16
9435
9436         * src/prefs_matcher.c
9437                 fix bug 1436, 'Filter condition dialog doesn't
9438                 load header name from current rules'
9439
9440 2007-12-22 [paul]       3.2.0cvs15
9441
9442         * src/compose.c
9443                 fix bug 1435, 'Reply doesn't take into account
9444                 reply-to field'
9445
9446 2007-12-21 [paul]       3.2.0cvs14
9447
9448         * src/common/ssl_certificate.c
9449                 fix FreeBSD build with IPV6 support 
9450
9451 2007-12-20 [colin]      3.2.0cvs13
9452
9453         * src/imap.c
9454                 Fix error handling
9455
9456 2007-12-20 [colin]      3.2.0cvs12
9457
9458         * src/imap.c
9459         * src/imap.h
9460         * src/prefs_account.c
9461                 Add DIGEST-MD5 support for IMAP authentication
9462
9463 2007-12-19 [mones]      3.2.0cvs11
9464
9465         * doc/man/claws-mail.1
9466                 Better ordering of sections, updated options
9467         * po/es.po
9468                 Updated strings
9469
9470 2007-12-19 [paul]       3.2.0cvs10
9471
9472         * src/prefs_account.c
9473                 use a spinbutton instead of an entry for
9474                 "POP authentication timeout" also
9475
9476 2007-12-19 [colin]      3.2.0cvs9
9477
9478         * src/prefs_filtering_action.c
9479         * src/prefs_matcher.c
9480         * src/gtk/description_window.c
9481                 Destroy info windows with their parents
9482                 Patch by Pawel
9483
9484 2007-12-19 [colin]      3.2.0cvs8
9485
9486         * src/prefs_account.c
9487                 Use spinbuttons instead of entries where needed
9488                 Patch by Pawel
9489
9490 2007-12-18 [paul]       3.2.0cvs7
9491
9492         * src/prefs_matcher.c
9493                 add missing i18n for a few strings
9494                 Patch by Stephan Sachse
9495
9496 2007-12-18 [paul]       3.2.0cvs6
9497
9498         * src/prefs_logging.c
9499                 use 'disk' instead of 'disc'
9500
9501 2007-12-18 [paul]       3.2.0cvs5
9502
9503         * po/en_GB.po
9504                 updated
9505         * src/addrcustomattr.c
9506         * src/editaddress.c
9507                 fixes to the ingleesh
9508         * src/prefs_filtering_action.c
9509                 fix copyright header
9510                 fix untranslated strings
9511         * src/prefs_filtering_action.h
9512                 fix copyright header
9513
9514 2007-12-18 [wwp]        3.2.0cvs4
9515
9516         * src/folderview.c
9517         * src/headerview.c
9518         * src/prefs_common.c
9519         * src/prefs_common.h
9520         * src/prefs_fonts.c
9521         * src/summaryview.c
9522         * src/textview.c
9523         * src/wizard.c
9524         * src/common/defs.h
9525         * src/gtk/gtkutils.c
9526                 Added prefs to set custom small and bold fonts
9527                 (might matter on some desktops, according to
9528                 DPI and font settings).
9529
9530 2007-12-18 [colin]      3.2.0cvs3
9531
9532         * src/prefs_logging.c
9533                 Rework GUI, patch by Pawel
9534
9535 2007-12-18 [colin]      3.2.0cvs2
9536
9537         * src/prefs_filtering_action.c
9538                 Rework GUI, patch by Pawel
9539
9540 2007-12-18 [colin]      3.2.0cvs1
9541
9542         * src/editaddress.c
9543                 Fix build on old GCC
9544                 Fix inverted buttons
9545
9546 2007-12-17 [paul]       3.2.0
9547
9548         * NEWS
9549         * README
9550         * RELEASE_NOTES 
9551                 3.2.0 released
9552
9553 2007-12-17 [paul]       3.1.0cvs79
9554
9555         * po/de.po
9556         * po/fr.po
9557         * po/hu.po
9558         * po/it.po
9559         * po/pt_BR.po
9560                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
9561                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
9562
9563 2007-12-17 [mones]      3.1.0cvs78
9564
9565         * po/es.po
9566                 Updated Spanish translation for 3.2.0 release
9567
9568 2007-12-16 [colin]      3.1.0cvs77
9569
9570         * src/addrcustomattr.c
9571                 Fix translations, patch by Fabien
9572
9573 2007-12-15 [paul]       3.1.0cvs76
9574
9575         * src/folderview.c
9576                 fix compiler warning
9577
9578 2007-12-14 [colin]      3.1.0cvs75
9579
9580         * src/folderview.c
9581                 Simplify logic
9582
9583 2007-12-12 [wwp]        3.1.0cvs74
9584
9585         * AUTHORS
9586         * src/gtk/authors.h
9587                 Added Marius Glauser to the hall of fame.
9588
9589 2007-12-12 [wwp]        3.1.0cvs73
9590
9591         * src/gtk/gtkutils.c
9592                 Improve the way we show results of searches
9593                 in message bodies: selected text now get centered
9594                 vertically in the message window.
9595                 Patch by Marius Glauser <seelenhirt@gmx.net>.
9596
9597 2007-12-10 [colin]      3.1.0cvs72
9598
9599         * src/folder.c
9600                 Don't crash when setting batch mode on no folder
9601
9602 2007-12-10 [colin]      3.1.0cvs71
9603
9604         * src/common/utils.c
9605                 Fix potential buffer overrun (thanks to
9606                 Hiroyuki)
9607
9608 2007-12-08 [paul]       3.1.0cvs70
9609
9610         * src/prefs_receive.c
9611                 small change to the English
9612
9613 2007-12-08 [colin]      3.1.0cvs69
9614
9615         * src/vcard.c
9616                 Fix warnings
9617
9618 2007-12-07 [colin]      3.1.0cvs68
9619
9620         * src/mainwindow.c
9621         * src/summaryview.c
9622         * src/summaryview.h
9623                 Free simplify_subject_preg at exit
9624
9625 2007-12-07 [colin]      3.1.0cvs67
9626
9627         * src/main.c
9628         * src/summaryview.c
9629         * src/common/utils.c
9630         * src/common/utils.h
9631                 We have to free reused regexps from time to
9632                 time, or they get huge
9633
9634 2007-12-07 [colin]      3.1.0cvs66
9635
9636         * src/vcard.c
9637                 Fix QP decoding (and UTF8)
9638
9639 2007-12-07 [colin]      3.1.0cvs65
9640
9641         * src/addrcustomattr.c
9642                 Update list of default custom attributes
9643                 now (will be needed for a feature patch
9644                 post 3.2.0)
9645
9646 2007-12-07 [colin]      3.1.0cvs64
9647
9648         * src/folder.c
9649                 Batch on destination folder when copying - fixes
9650                 slowness when moving unread mails to trash on IMAP
9651
9652 2007-12-06 [colin]      3.1.0cvs63
9653
9654         * src/common/w32_time.c
9655         * src/common/w32lib.h
9656         * src/etpan/etpan-thread-manager.c
9657         * src/etpan/imap-thread.c
9658         * src/etpan/nntp-thread.c
9659         * src/gtk/Makefile.am
9660                 Fix win32 build with libetpan. Thanks to
9661                 Marcus Brinkmann.
9662
9663 2007-12-06 [colin]      3.1.0cvs62
9664
9665         * src/account.c
9666         * src/imap.c
9667         * src/prefs_account.c
9668         * src/prefs_account.h
9669         * src/etpan/imap-thread.c
9670         * src/etpan/imap-thread.h
9671                 Disable connection via command line on WIN32
9672                 Disable mmap use on WIN32 - use normal strings
9673         * src/addressbook.c
9674         * src/addressbook.h
9675         * src/addressbook_foldersel.c
9676         * src/addressbook_foldersel.h
9677         * src/prefs_filtering_action.c
9678         * src/prefs_matcher.c
9679         * src/plugins/bogofilter/bogofilter_gtk.c
9680         * src/plugins/dillo_viewer/dillo_prefs.c
9681         * src/plugins/spamassassin/spamassassin_gtk.c
9682                 Fix leak, rework function logics to be more
9683                 natural - thanks to Holger
9684         * src/common/utils.c
9685                 Fix warnings
9686
9687 2007-12-06 [colin]      3.1.0cvs61
9688
9689         * src/news.c
9690         * src/common/utils.c
9691         * src/common/utils.h
9692                 Fix posting, and fix UTF-8 being sent when encoding
9693                 is 8bit
9694
9695 2007-12-05 [colin]      3.1.0cvs60
9696
9697         * src/news.c
9698                 Fix debian bug #453157, 'Fails to post usenet
9699                 articles after NNTP connection has been 
9700                 interrupted". Fix return value to prevent deletion
9701                 on failure, and issue MODE READER in case posting
9702                 fails at first.
9703
9704 2007-12-05 [colin]      3.1.0cvs59
9705
9706         * src/messageview.c
9707         * src/uri_opener.c
9708                 Improvements to the List URIs dialog
9709                 Patch by Pawel
9710
9711 2007-12-05 [colin]      3.1.0cvs58
9712
9713         * src/prefs_other.c
9714         * src/gtk/gtksctree.h
9715                 Fix warnings
9716
9717 2007-12-04 [colin]      3.1.0cvs57
9718
9719         * src/etpan/imap-thread.c
9720                 Fix bug 1378, 'Claws exits on IMAP alert message'
9721                 Don't do GTK calls directly from Etpan thread
9722
9723 2007-12-04 [colin]      3.1.0cvs56
9724
9725         * src/folderview.c
9726         * src/gtk/gtksctree.c
9727                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
9728                 Make all the left of column zero an hotspot for
9729                 expanding.
9730
9731 2007-12-04 [colin]      3.1.0cvs55
9732
9733         * src/mainwindow.c
9734         * src/mainwindow.h
9735         * src/prefs_common.c
9736         * src/prefs_common.h
9737         * src/prefs_receive.c
9738                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
9739
9740 2007-12-04 [wwp]        3.1.0cvs54
9741
9742         * src/prefs_other.c
9743                 Fix for bug #1419.
9744
9745 2007-12-04 [holger]     3.1.0cvs53
9746
9747         * src/addrduplicates.c
9748         * src/addrduplicates.h
9749                 Export addressbook entry deletion
9750
9751 2007-12-04 [colin]      3.1.0cvs52
9752
9753         * tools/Makefile.am
9754         * tools/README.sylprint
9755         * tools/sylprint.pl
9756         * tools/sylprint.rc
9757                 Fix debian bug #454089 (symlink attack in TMP directory)
9758                 http://secwatch.org/advisories/1019661/ :
9759                 Remove the buggy script, which was unmaintained anyway
9760         * src/news.c
9761         * src/procmsg.c
9762                 Store things in our private tmp directory.
9763
9764 2007-12-03 [colin]      3.1.0cvs51
9765
9766         * src/folder.c
9767         * src/folder.h
9768         * src/folderview.c
9769         * src/imap.c
9770         * src/mainwindow.c
9771                 Fix update problem when getting remote tags
9772         * src/prefs_matcher.c
9773                 Rework GUI to make it better. Patch by Pawel
9774                 Pekala
9775
9776 2007-12-03 [colin]      3.1.0cvs50
9777
9778         * src/etpan/imap-thread.c
9779         * src/etpan/nntp-thread.c
9780                 Fix bug 1417, 'Network log doesn't reveal 
9781                 enough NNTP errors'
9782
9783 2007-12-02 [iwkse]      3.1.0cvs49
9784
9785         * src/plugins/dillo_viewer/dillo_prefs.c
9786                         Insert dillo under the Plugins menu
9787
9788 2007-12-01 [paul]       3.1.0cvs48
9789
9790         * src/html.c
9791                 add these variant forms
9792                 Thanks to Colin
9793
9794 2007-12-01 [paul]       3.1.0cvs47
9795
9796         * src/matcher.c
9797                 fix a typo
9798
9799 2007-12-01 [paul]       3.1.0cvs46
9800
9801         * po/POTFILES.in
9802                 add the new addrcustomattr.c file
9803
9804 2007-11-29 [colin]      3.1.0cvs45
9805
9806         * src/common/ssl_certificate.c
9807                 Use the more modern getaddrinfo instead of 
9808                 gethostbyname when possible
9809
9810 2007-11-28 [colin]      3.1.0cvs44
9811
9812         * src/summaryview.c
9813                 Maybe fix bug 1410 and other crash reports
9814                 in summaryview since cvs38.
9815
9816 2007-11-28 [wwp]        3.1.0cvs43
9817
9818         * src/prefs_summary_open.c
9819                 Guard against an empty list of actions to perform
9820                 when opening a folder (or migration defaults could
9821                 be introduced, confusing).
9822
9823 2007-11-28 [colin]      3.1.0cvs42
9824
9825         * src/folderview.c
9826                 Fix mark all read from folder's contextual menu
9827
9828 2007-11-27 [colin]      3.1.0cvs41
9829
9830         * src/imap.c
9831         * src/imap.h
9832         * src/imap_gtk.c
9833         * src/prefs_account.c
9834         * src/etpan/imap-thread.c
9835                 A few fixes to the IMAP flags handling: Optimisations,
9836                 two crashers, mention that Bandwitdh-efficient mode
9837                 prevents tag fetching.
9838                 Fix M-UTF7 in subscription dialog.
9839
9840 2007-11-27 [colin]      3.1.0cvs40
9841
9842         * src/folder.c
9843         * src/mbox.c
9844         * src/summaryview.c
9845                 Make filtering faster on flags change: Batch original 
9846                 folderitem, where we'll do flags/tags changes.
9847
9848 2007-11-27 [colin]      3.1.0cvs39
9849
9850         * src/filtering.c
9851                 Fix bug 1407, 'After a copy action, further rules apply 
9852                 to both original and copy'
9853
9854 2007-11-27 [colin]      3.1.0cvs38
9855
9856         * src/edittags.c
9857         * src/summaryview.c
9858                 Fixes races when doing a long operation and user
9859                 asks for another one (Mark all read/unread on a 
9860                 big folder on IMAP for example)
9861
9862 2007-11-27 [wwp]        3.1.0cvs37
9863
9864         * src/addressbook.c
9865         * src/prefs_common.c
9866                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
9867                 and 3.1.0cvs35 (addressbook.c).
9868
9869 2007-11-27 [holger]     3.1.0cvs36
9870
9871         * src/printing.c
9872                 Add a line separating header and body
9873                 in the printout
9874
9875 2007-11-27 [wwp]        3.1.0cvs35
9876
9877         * src/addressbook.c
9878                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
9879                 (thanks to Colin) and revert disabling of cut/copy
9880                 context menu entries upon selected groups.
9881
9882 2007-11-27 [holger]     3.1.0cvs34
9883
9884         * src/printing.c
9885                 Add weights to the list of supported text attributes
9886                 for printing
9887
9888 2007-11-27 [wwp]        3.1.0cvs33
9889
9890         * src/Makefile.am
9891         * src/addrcustomattr.c
9892         * src/addrcustomattr.h
9893         * src/addressbook.c
9894         * src/editaddress.c
9895         * src/editaddress.h
9896         * src/prefs_common.c
9897         * src/prefs_common.h
9898         * src/common/defs.h
9899                 Provide a (customizable) list of preset attribute names
9900                 for editing contacts (closes bug #1391).
9901
9902 2007-11-27 [wwp]        3.1.0cvs32
9903
9904         * src/addrclip.c
9905         * src/addressbook.c
9906         * src/addritem.c
9907                 Various fixes in the address book:
9908                         - made copy/move of a folder to itself or its subtree
9909                           impossible (-> error)
9910                         - errors messages don't show in the status bar anymore,
9911                           use alertpanels instead
9912                         - simple click on group doesn't open group edit dialog
9913                           anymore when in contact edit embedded mode (was too itchy)
9914                         - fixed disabling of edit button and and menu entry when
9915                           in contact edit embedded mode (was done in a bad and
9916                           ineffective way)
9917                         - fix menu cut/paste sensitivity in treelist context
9918                           menu (conflicting enabling was done by different functions)
9919                         - fix some menu item sensitivity in address list context menu
9920                         - don't allow cut/copy of groups, it's useless as they won't
9921                           be copied w/ their contents
9922                         - fix missing copy of the picture file when copying (bug #1402),
9923                           fix picture attribute (internal) value when moving or copying
9924
9925
9926 2007-11-27 [colin]      3.1.0cvs31
9927
9928         * src/folder.c
9929         * src/imap.c
9930                 Fix tags loss on move, fix space encoding
9931
9932 2007-11-26 [colin]      3.1.0cvs30
9933
9934         * src/edittags.c
9935         * src/folder.c
9936         * src/folder.h
9937         * src/imap.c
9938         * src/messageview.c
9939         * src/procmsg.c
9940         * src/procmsg.h
9941         * src/summaryview.c
9942         * src/common/utils.c
9943         * src/common/utils.h
9944         * src/etpan/imap-thread.c
9945         * src/etpan/imap-thread.h
9946                 Add IMAP tags support
9947
9948 2007-11-26 [colin]      3.1.0cvs29
9949
9950         * src/imap.c
9951                 Fix bug 1405, 'imap auto auth method doesn't 
9952                 work since 3.1.0'
9953
9954 2007-11-26 [colin]      3.1.0cvs28
9955
9956         * src/messageview.c
9957         * src/procmime.c
9958                 Handle broken disposition-notifications from Evolution
9959                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
9960
9961 2007-11-25 [paul]       3.1.0cvs27
9962
9963         * src/folder_item_prefs.c
9964         * src/folder_item_prefs.h
9965                 remove dead code
9966
9967 2007-11-23 [wwp]        3.1.0cvs26
9968
9969         * src/matcher.c
9970         * src/matcher.h
9971         * src/matcher_parser_parse.y
9972         * src/prefs_matcher.c
9973                 Fix irrelevant case folding when adding matcher condition 'test',
9974                 thanks to Colin.
9975
9976 2007-11-23 [wwp]        3.1.0cvs25
9977
9978         * src/prefs_common.c
9979         * src/prefs_common.h
9980         * src/prefs_summary_open.c
9981         * src/prefs_summary_open.h
9982         * src/summaryview.c
9983                 Add "select first email in list" to the list of possible selections
9984                 when opening a folder.
9985
9986 2007-11-23 [paul]       3.1.0cvs24
9987
9988         * po/de.po
9989                 a fix by Stephan Sachse, plus remove all
9990                 old strings from the end of the file
9991
9992 2007-11-23 [wwp]        3.1.0cvs23
9993
9994         * src/prefs_msg_colors.c
9995                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
9996                 with little changes.
9997
9998 2007-11-23 [paul]       3.1.0cvs22
9999
10000         * src/prefs_logging.c
10001                 eliminate wasted horizontal space
10002
10003 2007-11-23 [paul]       3.1.0cvs21
10004
10005         * src/prefs_summaries.c
10006                 don't wrap the label or put linebreaks
10007
10008 2007-11-22 [colin]      3.1.0cvs20
10009
10010         * src/plugins/pgpinline/pgpinline.c
10011                 Fix decryption
10012
10013 2007-11-22 [wwp]        3.1.0cvs19
10014
10015         * src/prefs_themes.c
10016                 Yet another misuse of get_rc_dir(), still related
10017                 to user themes. Completes 3.1.0cvs18.
10018
10019 2007-11-22 [wwp]        3.1.0cvs18
10020
10021         * src/stock_pixmap.c
10022                 Fix a misuse of get_rc_dir(), user themes dir was
10023                 not set properly and some themes might have disappeared
10024                 from themes list in prefs.
10025
10026 2007-11-22 [wwp]        3.1.0cvs17
10027
10028         * src/edittags.c
10029         * src/edittags.h
10030         * src/common/tags.c
10031         * src/common/tags.h
10032                 Correct copyright for these claws-mail-only brand new
10033                 files.
10034
10035 2007-11-22 [paul]       3.1.0cvs16
10036
10037         * src/compose.c
10038                 fix bug 1400, 'Drag and drop of URLs does not work'
10039                 Thanks to Colin
10040
10041 2007-11-22 [paul]       3.1.0cvs15
10042
10043         * src/prefs_common.c
10044                 make "cmds_use_system_default" default to FALSE
10045                 so as not to disrupt current settings
10046         * src/summaryview.c
10047                 increase the size of the GdkRectangle, tooltips
10048                 didn't show for me otherwise
10049
10050 2007-11-21 [colin]      3.1.0cvs14
10051
10052         * src/compose.c
10053         * src/crash.c
10054         * src/exphtmldlg.c
10055         * src/mainwindow.c
10056         * src/manual.c
10057         * src/mimeview.c
10058         * src/prefs_account.c
10059         * src/prefs_common.c
10060         * src/prefs_common.h
10061         * src/prefs_ext_prog.c
10062         * src/textview.c
10063         * src/uri_opener.c
10064         * src/gtk/about.c
10065         * src/gtk/gtkutils.c
10066                 Use xdg-open as a way to find default browser,
10067                 when available
10068
10069 2007-11-21 [colin]      3.1.0cvs13
10070
10071         * src/messageview.c
10072         * src/procmime.c
10073         * src/procmsg.h
10074                 Send better return receipts (useful ones)
10075                 Handle incoming return receipts
10076
10077 2007-11-20 [colin]      3.1.0cvs12
10078
10079         * src/printing.c
10080         * src/printing.h
10081                 Add getter/setter for settings, and getter
10082                 for page setup
10083
10084 2007-11-20 [colin]      3.1.0cvs11
10085
10086         * src/folderview.c
10087         * src/main.c
10088         * src/mainwindow.c
10089                 Fix bug 1396, 'Crash on disabling a filter 
10090                 while it is processing'
10091
10092 2007-11-20 [paul]       3.1.0cvs10
10093
10094         * src/folder.c
10095                 fix bug 1395, 'Crash on checking for new mails
10096                 while filter is running'
10097                 Thanks to Colin
10098
10099 2007-11-20 [paul]       3.1.0cvs9
10100
10101         * src/compose.c
10102                 make this string easier for translators
10103
10104 2007-11-19 [colin]      3.1.0cvs8
10105
10106         * src/prefs_summaries.c
10107         * src/summaryview.c
10108                 Don't enable more tooltips on Maemo
10109
10110 2007-11-19 [colin]      3.1.0cvs7
10111
10112         * src/prefs_common.c
10113         * src/prefs_common.h
10114         * src/prefs_summaries.c
10115         * src/summaryview.c
10116                 Fix bug 1388, 'message list tool tips'
10117                 Add (optional) tooltips in summaryview.
10118                 This only works with GTK+ >= 2.12
10119
10120 2007-11-19 [colin]      3.1.0cvs6
10121
10122         * src/compose.c
10123                 Make strings a bit better when attaching
10124                 from mailto: URIs
10125
10126 2007-11-19 [colin]      3.1.0cvs5
10127
10128         * src/common/utils.c
10129                 Fix bug 1392, 'Top level domain .EU is 
10130                 not recognised as valid'
10131
10132 2007-11-19 [wwp]        3.1.0cvs4
10133
10134         * src/compose.c
10135         * src/compose.h
10136                 Revert changes to compose.c made in 3.1.0cvs2.
10137
10138 2007-11-19 [wwp]        3.1.0cvs3
10139
10140         * src/addressbook.c
10141         * src/addressbook.h
10142         * src/editaddress.c
10143         * src/editgroup.c
10144         * src/addrduplicates.c
10145                 Minor improvements in the address book:
10146                 always accept new contacts provided that some
10147                 detail is set (instead of rejecting silently).
10148                 Better guessing of contact name from incomplete
10149                 name information. Better display of contacts with
10150                 no name, in contact lists, group contents, find
10151                 duplicate results.
10152                 
10153
10154 2007-11-19 [wwp]        3.1.0cvs2
10155
10156         * src/compose.c
10157         * src/compose.h
10158         * src/prefs_logging.c
10159         * src/prefs_summaries.c
10160                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
10161                 wrap some long label in prefs/summaries, layout checkboxes
10162                 in a more compact form in prefs/loggin, make account and
10163                 header's combos have the same size/spacing in compose
10164                 window.
10165
10166 2007-11-19 [wwp]        3.1.0cvs1
10167
10168         * src/edittags.c
10169                 Fix a tiny leak and duplicate variable.
10170
10171 2007-11-19 [paul]       3.1.0
10172
10173         * NEWS
10174         * README
10175         * RELEASE_NOTES 
10176                 3.1.0 released
10177
10178 2007-11-19 [paul]       3.0.2cvs145
10179
10180         * po/de.po
10181         * po/fi.po
10182         * po/fr.po
10183         * po/hu.po
10184         * po/it.po
10185         * po/pl.po
10186         * po/pt_BR.po
10187         * po/sk.po
10188         * po/zh_CN.po
10189                 updated by Stephan Sachse, Flammie Pirinen,
10190                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
10191                 Emil Nowak, Frederico Goncalves Guimaraes,
10192                 Andrej Kacian, and Ralph Young
10193
10194 2007-11-18 [mones]      3.0.2cvs144
10195
10196         * po/es.po
10197                 Updated Spanish translation
10198
10199 2007-11-18 [colin]      3.0.2cvs143
10200
10201         * src/edittags.c
10202                 Prevent empty tag after edit, thanks to wwp
10203
10204 2007-11-18 [colin]      3.0.2cvs142
10205
10206         * src/editaddress.c
10207                 Fix possible "(null)" %s - thanks to wwp
10208
10209 2007-11-16 [wwp]        3.0.2cvs141
10210
10211         * src/common/utils.c
10212                 Fix for 3.0.2cvs140, prevents from crashing when opening
10213                 a compose window.
10214
10215 2007-11-16 [colin]      3.0.2cvs140
10216
10217         * src/main.c
10218         * src/common/claws.c
10219                 Output a bit more useful info at startup
10220                 in --debug mode
10221
10222 2007-11-16 [colin]      3.0.2cvs139
10223
10224         * src/compose.c
10225         * src/common/utils.c
10226         * src/common/utils.h
10227                 Fix bug 1387, 'Request for --compose to 
10228                 support multiple attachments'
10229
10230 2007-11-16 [colin]      3.0.2cvs138
10231
10232         * src/news.c
10233                 Fix bug 1390, 'NNTP fails after server 
10234                 closed connection'
10235
10236 2007-11-16 [colin]      3.0.2cvs137
10237
10238         * src/prefs_display_header.c
10239                 Fix bug 1389, 'Changing 'Display headers 
10240                 in message view' breaks dispheaderrc'
10241
10242 2007-11-14 [colin]      3.0.2cvs136
10243
10244         * src/summaryview.c
10245         * src/gtk/quicksearch.c
10246         * src/gtk/quicksearch.h
10247                 Fix resetting the quicksearch when in non-sticky
10248                 mode, but Recursive is set: reset only when going
10249                 out of the root search folder.
10250
10251 2007-11-14 [colin]      3.0.2cvs135
10252
10253         * src/filtering.c
10254                 Don't set new flag back when doing "Mark as unread"
10255                 from filtering
10256
10257 2007-11-12 [paul]       3.0.2cvs134
10258
10259         * src/plugins/dillo_viewer/dillo_viewer.c
10260                 don't offer the mime type for translation
10261
10262 2007-11-12 [paul]
10263
10264         3.1.0-rc2 released
10265
10266 2007-11-11 [colin]      3.0.2cvs133
10267
10268         * src/imap_gtk.c
10269         * src/mh_gtk.c
10270                 Use markup-escaped strings in dialogs
10271
10272 2007-11-11 [colin]      3.0.2cvs132
10273
10274         * src/imap.c
10275                 Better IMAP-UTF7/UTF8 conversion
10276
10277 2007-11-10 [colin]      3.0.2cvs131
10278
10279         * src/news.c
10280                 Fix debian bug 450698, 'nntp auth behavior changed 
10281                 without notice'
10282
10283 2007-11-10 [colin]      3.0.2cvs130
10284
10285         * configure.ac
10286         * src/inc.c
10287         * src/main.c
10288         * src/main.h
10289         * src/mimeview.c
10290         * src/statusbar.c
10291         * src/common/utils.c
10292         * src/etpan/Makefile.am
10293         * src/gtk/filesel.c
10294         * src/gtk/gtkutils.h
10295         * src/gtk/menu.c
10296         * src/plugins/bogofilter/Makefile.am
10297         * src/plugins/clamav/Makefile.am
10298         * src/plugins/dillo_viewer/Makefile.am
10299         * src/plugins/pgpcore/Makefile.am
10300         * src/plugins/spamassassin/Makefile.am
10301         * src/plugins/trayicon/Makefile.am
10302                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
10303
10304 2007-11-09 [colin]      3.0.2cvs129
10305
10306         * src/addressbook.c
10307         * src/ldapupdate.c
10308                 fix bug 1375, 'Impossible to modify e-mail
10309                 in LDAP addressbook twice'; Try two. update
10310                 externalID, don't make display lag, and
10311                 fix the cases where dn is not mail.
10312
10313 2007-11-08 [paul]       3.0.2cvs128
10314
10315         * src/account.c
10316         * src/compose.c
10317         * src/messageview.c
10318         * src/prefs_account.c
10319         * src/prefs_account.h
10320                 reinstate 'Generate Message-ID' option as an
10321                 account preference. (hidden on IMAP)
10322                 Thanks to Colin
10323
10324 2007-11-08 [paul]       3.0.2cvs127
10325
10326         * src/textview.c
10327                 MAEMO: fix failure of loading images inline
10328                 MAEMO: fix bug 1349, 'Emails still skip to end
10329                 when opened (in certain circumstances)...'
10330
10331 2007-11-07 [colin]      3.0.2cvs126
10332
10333         * src/toolbar.c
10334                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
10335
10336 2007-11-07 [colin]      3.0.2cvs125
10337
10338         * src/toolbar.c
10339                 Re-change the string occurence of A_CLAWS_ACTIONS
10340                 to A_SYL_ACTIONS, to prevent parse errors of the
10341                 toolbar_*.xml files
10342
10343 2007-11-07 [colin]      3.0.2cvs124
10344
10345         * src/mimeview.c
10346         * src/prefs_common.c
10347         * src/prefs_common.h
10348         * manual/advanced.xml
10349                 Add an hidden pref, 'save_parts_readwrite';
10350                 completes 3.0.2cvs35
10351
10352 2007-11-07 [paul]       3.0.2cvs123
10353
10354         * src/prefs_toolbar.c
10355         * src/toolbar.c
10356         * src/toolbar.h
10357                 rename ToolbarSylpheedActions to ToolbarClawsActions
10358                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
10359
10360 2007-11-07 [paul]       3.0.2cvs122
10361
10362         * src/toolbar.c
10363                 MAEMO: remove tooltips
10364
10365 2007-11-07 [colin]      3.0.2cvs121
10366
10367         * src/plugins/pgpinline/pgpinline.c
10368                 Fix bug 1377, 'unspecific errors on 
10369                 signature checking'. Fix trimming of
10370                 UTF8 data.
10371
10372 2007-11-06 [iwkse]      3.0.2cvs120
10373
10374         * src/prefs_summary_open.c
10375                 yet a string change
10376
10377 2007-11-06 [paul]       3.0.2cvs119
10378
10379         * tools/Makefile.am
10380         * tools/README
10381         * tools/csv2addressbook.pl
10382                 add a new script that imports a CSV formatted
10383                 address book. Becky and Thunderbird address
10384                 book are currently supported.
10385
10386 2007-11-05 [colin]      3.0.2cvs118
10387
10388         * src/imap.c
10389                 Fix deletion 
10390
10391 2007-11-05 [iwkse]      3.0.2cvs117
10392
10393         * src/prefs_summary_open.c
10394                 String changes
10395
10396 2007-11-04 [paul]       3.0.2cvs116
10397
10398         * src/addressbook_foldersel.c
10399                 fix gtk critical warning
10400                 Patch by Pawel Pekala
10401
10402 2007-11-04 [paul]       3.0.2cvs115
10403
10404         * tools/README
10405         * tools/claws-mail-compose-insert-files.pl
10406                 add --bcc and uri_escape() everything
10407
10408 2007-11-04 [paul]       3.0.2cvs114
10409
10410         * src/gtk/gtkutils.c
10411                 gtkut_stock_with_text_button_set_create(): set
10412                 GTK_CAN_DEFAULT on buttons 2 and 3
10413
10414 2007-11-03 [paul]       3.0.2cvs113
10415
10416         * src/common/utils.c
10417                 fix debian bug #448814, 'mailto: URI decoding
10418                 desn't decode the destination address field'
10419                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
10420
10421 2007-11-03 [paul]       3.0.2cvs112
10422
10423         * AUTHORS
10424         * src/compose.c
10425         * src/gtk/authors.h
10426                 allow Bcc in commandline URIs
10427                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
10428
10429 2007-11-02 [colin]      3.0.2cvs111
10430
10431         * src/addressbook.c
10432                 Maybe fix bug 1376, 'crash on 
10433                 addressbook manipulation'
10434
10435 2007-10-31 [paul]       3.0.2cvs110
10436
10437         * src/ldapupdate.c
10438                 fix bug 1375, 'Impossible to modify e-mail
10439                 in LDAP addressbook twice'
10440                 Patch by Michael Rasmussen
10441
10442 2007-10-30 [paul]       3.0.2cvs109
10443
10444         * configure.ac
10445                 enable GnuTLS support with --enable-gnutls which
10446                 will disable openssl support. if the user has
10447                 gtk >= 2.10.x don't allow gnomeprint even if the
10448                 user asks for it
10449
10450 2007-10-30 [paul]
10451
10452         3.1.0-rc1 released
10453
10454 2007-10-30 [paul]       3.0.2cvs108
10455
10456         * Makefile.am
10457                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
10458
10459 2007-10-30 [paul]       3.0.2cvs107
10460
10461         * src/expldifdlg.c
10462         * src/prefs_account.c
10463         * src/prefs_folder_item.c
10464         * src/prefs_spelling.c
10465         * src/prefs_themes.c
10466         * src/wizard.c
10467         * src/gtk/gtkaspell.c
10468         * src/gtk/gtkaspell.h
10469         * src/plugins/spamassassin/spamassassin_gtk.c
10470                 replace deprecated gtk_option_menu...
10471                 patch by Pawel Pekala
10472
10473 2007-10-29 [colin]      3.0.2cvs106
10474
10475         * src/plugins/dillo_viewer/dillo_prefs.c
10476                 Fix forgotten signal connect
10477
10478 2007-10-28 [colin]      3.0.2cvs105
10479
10480         * src/plugins/dillo_viewer/dillo_prefs.c
10481         * src/plugins/dillo_viewer/dillo_prefs.h
10482         * src/plugins/dillo_viewer/dillo_viewer.c
10483                 Implement addressbook-based whitelisting for loading
10484                 remote images. Fixed missing destroy of the embedded
10485                 browser that made a Dillo window pop up on exit, if
10486                 an HTML part was displayed.
10487
10488 2007-10-26 [colin]      3.0.2cvs104
10489
10490         * src/edittags.c
10491                 Add missing static
10492
10493 2007-10-25 [colin]      3.0.2cvs103
10494
10495         * src/editaddress.c
10496                 Add tap-and-hold on the picture, for Maemo
10497         * src/edittags.c
10498         * src/edittags.h
10499         * src/mainwindow.c
10500         * src/procmsg.c
10501         * src/summaryview.c
10502         * src/textview.c
10503                 Unify tag interfaces.
10504
10505 2007-10-25 [colin]      3.0.2cvs102
10506
10507         * src/imap.c
10508         * src/etpan/imap-thread.h
10509                 Much better error handling. We'll need to be really
10510                 clear to users about where errors come from, with 
10511                 the apparition of Gmail's IMAP server.
10512
10513 2007-10-24 [colin]      3.0.2cvs101
10514
10515         * src/edittags.c
10516         * src/mainwindow.c
10517         * src/summaryview.c
10518         * src/textview.c
10519                 Add tags sorting (alphabetical); allow deletion of
10520                 tags from the Apply Tags window
10521
10522 2007-10-24 [colin]      3.0.2cvs100
10523
10524         * src/editaddress.c
10525         * src/editaddress_other_attributes_ldap.c
10526         * src/editaddress_other_attributes_ldap.h
10527         * src/ldapctrl.c
10528         * src/ldapquery.c
10529         * src/ldapupdate.c
10530                 Fix LDAP writing (got broken in cvs39)
10531                 Add read-only support for jpegPhoto LDAP field
10532
10533 2007-10-23 [colin]      3.0.2cvs99
10534
10535         * src/news.c
10536                 Fix crash in some cases
10537
10538 2007-10-22 [colin]      3.0.2cvs98
10539
10540         * src/common/socket.h
10541         * src/common/ssl.c
10542                 Fix big leak in GnuTLS code
10543
10544 2007-10-22 [colin]      3.0.2cvs97
10545
10546         * src/news.c
10547                 Fix bug 1368, 'SIGSEGV in NNTP code'
10548
10549 2007-10-22 [colin]      3.0.2cvs96
10550
10551         * src/prefs_customheader.c
10552                 Catch compface warnings when generating X-Faces
10553
10554 2007-10-22 [wwp]        3.0.2cvs95
10555
10556         * src/quote_fmt_parse.y
10557                 Remove accidentally committed debug traces.
10558                 Fix a warning.
10559
10560 2007-10-22 [colin]      3.0.2cvs94
10561
10562         * src/etpan/nntp-thread.c
10563                 Fix authentication
10564
10565 2007-10-19 [wwp]        3.0.2cvs93
10566
10567         * src/common/ssl_certificate.c
10568                 Add missing include (Windows).
10569
10570 2007-10-19 [colin]      3.0.2cvs92
10571
10572         * src/imap_gtk.c
10573         * src/mimeview.c
10574         * src/textview.c
10575         * src/gtk/inputdialog.c
10576         * src/gtk/inputdialog.h
10577                 Remove the last old combo; patch by
10578                 Pawel
10579
10580 2007-10-19 [colin]      3.0.2cvs91
10581
10582         * src/common/ssl.c
10583                 Fix interop problem with GnuTLS and some crappy
10584                 servers that have very little keys.
10585
10586 2007-10-19 [colin]      3.0.2cvs90
10587
10588         * src/common/ssl.c
10589                 Fix return value check on GnuTLS, and
10590                 display the error
10591
10592 2007-10-18 [colin]      3.0.2cvs89
10593
10594         * src/common/ssl_certificate.c
10595                 Fix missing initialisations
10596
10597 2007-10-18 [wwp]        3.0.2cvs88
10598
10599         * src/Makefile.am
10600                 Fix linking against GNUTLS (matters if --enable-gnutls only).
10601
10602 2007-10-18 [colin]      3.0.2cvs87
10603
10604         * po/POTFILES.in
10605                 Fix build
10606
10607 2007-10-18 [mones]      3.0.2cvs86
10608
10609         * src/editbook.c
10610         * src/import.c
10611         * src/prefs_account.c
10612         * src/prefs_receive.c
10613         * src/gtk/about.c
10614         * src/plugins/bogofilter/bogofilter_gtk.c
10615         * src/plugins/spamassassin/spamassassin_gtk.c
10616                 More capitalisation micro-fixes
10617
10618 2007-10-18 [paul]       3.0.2cvs85
10619
10620         * configure.ac
10621                 add info about NNTP support via libetpan
10622                 change the configure output ending msg a little
10623         * src/gtk/about.c
10624                 similar changes to above
10625
10626 2007-10-18 [colin]      3.0.2cvs84
10627
10628         * src/procmime.c
10629         * src/procmime.h
10630                 Fix missing symbol for S/MIME
10631
10632 2007-10-18 [colin]      3.0.2cvs83
10633
10634         * src/prefs_filtering_action.c
10635                 Fix crash in tags (introduced in cvs78)
10636
10637 2007-10-18 [colin]      3.0.2cvs82
10638
10639         * src/common/Makefile.am
10640         * src/common/nntp.c
10641         * src/common/nntp.h
10642         * src/etpan/Makefile.am
10643         * src/etpan/etpan-thread-manager-types.h
10644         * src/etpan/etpan-thread-manager.c
10645         * src/etpan/imap-thread.c
10646         * src/etpan/nntp-thread.c
10647         * src/etpan/nntp-thread.h
10648         * src/news.c
10649         * src/news.h
10650                 Rewrite the nntp implementation
10651                 to use libetpan. Non-blocking NNTP!
10652         * src/account.c
10653         * src/crash.c
10654         * src/imap.c
10655         * src/inc.c
10656         * src/main.c
10657         * src/mainwindow.c
10658         * src/pop.c
10659         * src/pop.h
10660         * src/prefs_account.c
10661         * src/recv.c
10662         * src/recv.h
10663         * src/send_message.c
10664         * src/send_message.h
10665         * src/ssl_manager.c
10666         * src/ssl_manager.h
10667         * src/wizard.c
10668         * src/common/claws.c
10669         * src/common/session.c
10670         * src/common/session.h
10671         * src/common/smtp.c
10672         * src/common/smtp.h
10673         * src/common/socket.c
10674         * src/common/socket.h
10675         * src/common/ssl.c
10676         * src/common/ssl.h
10677         * src/common/ssl_certificate.c
10678         * src/common/ssl_certificate.h
10679         * src/gtk/about.c
10680         * src/gtk/sslcertwindow.c
10681         * src/gtk/sslcertwindow.h
10682                 Implement GnuTLS support. GnuTLS support
10683                 will be used if OpenSSL isn't available, or
10684                 specified explicitely. (the reason is that
10685                 GnuTLS cerficate checking is a bit less 
10686                 practical than OpenSSL's)
10687
10688 2007-10-18 [paul]       3.0.2cvs81
10689
10690         * src/gtk/inputdialog.c
10691         * src/gtk/inputdialog.h
10692                 fix copyright header
10693
10694 2007-10-17 [colin]      3.0.2cvs80
10695
10696         * src/plugins/pgpcore/select-keys.c
10697                 Fix bug which prevented encryption key
10698                 auto-selection when two or more matched the
10699                 email address, but only one isn't revoked
10700                 or expired.
10701
10702 2007-10-17 [wwp]        3.0.2cvs79
10703
10704         * src/compose.c
10705         * src/quote_fmt.c
10706         * src/quote_fmt.h
10707         * src/quote_fmt_lex.l
10708         * src/quote_fmt_parse.y
10709                 Templates can now attach files using |attach{filename}.
10710
10711 2007-10-17 [wwp]        3.0.2cvs78
10712
10713         * src/prefs_customheader.c
10714         * src/prefs_ext_prog.c
10715         * src/prefs_filtering_action.c
10716         * src/prefs_matcher.c
10717         * src/prefs_other.c
10718         * src/prefs_toolbar.c
10719         * src/gtk/combobox.c
10720         * src/gtk/combobox.h
10721         * src/gtk/gtkutils.c
10722         * src/gtk/gtkutils.h
10723         * src/plugins/bogofilter/bogofilter_gtk.c
10724         * src/plugins/spamassassin/spamassassin_gtk.c
10725                 Removed almost all remaining instances of GtkCombo
10726                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
10727                 few visual and code cleanup from Colin.
10728
10729 2007-10-16 [wwp]        3.0.2cvs77
10730         * src/gtk/pluginwindow.c
10731                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
10732
10733 2007-10-15 [colin]      3.0.2cvs76
10734
10735         * src/edittags.c
10736         * src/edittags.h
10737         * src/filtering.c
10738         * src/filtering.h
10739         * src/importmutt.c
10740         * src/importpine.c
10741         * src/main.c
10742         * src/messageview.c
10743         * src/messageview.h
10744         * src/mimeview.c
10745         * src/mimeview.h
10746         * src/pop.c
10747         * src/pop.h
10748         * src/prefs_common.c
10749         * src/prefs_common.h
10750         * src/prefs_customheader.c
10751         * src/prefs_customheader.h
10752         * src/prefs_display_header.c
10753         * src/prefs_display_header.h
10754         * src/prefs_filtering_action.c
10755         * src/prefs_filtering_action.h
10756         * src/prefs_folder_column.c
10757         * src/prefs_folder_column.h
10758         * src/prefs_folder_item.c
10759         * src/prefs_folder_item.h
10760         * src/prefs_gtk.c
10761         * src/prefs_gtk.h
10762         * src/prefs_logging.h
10763         * src/prefs_matcher.c
10764         * src/prefs_matcher.h
10765         * src/prefs_summary_column.c
10766         * src/prefs_summary_column.h
10767         * src/prefs_summary_open.c
10768         * src/procheader.c
10769         * src/procheader.h
10770         * src/procmime.c
10771         * src/procmime.h
10772         * src/recv.c
10773         * src/recv.h
10774         * src/sourcewindow.c
10775         * src/sourcewindow.h
10776         * src/summaryview.c
10777         * src/summaryview.h
10778         * src/textview.c
10779         * src/textview.h
10780         * src/toolbar.c
10781         * src/toolbar.h
10782         * src/common/mgutils.c
10783         * src/common/mgutils.h
10784         * src/common/nntp.c
10785         * src/common/nntp.h
10786         * src/common/prefs.c
10787         * src/common/prefs.h
10788         * src/common/socket.c
10789         * src/common/socket.h
10790         * src/common/stringtable.c
10791         * src/common/stringtable.h
10792         * src/common/template.c
10793         * src/common/template.h
10794         * src/common/uuencode.c
10795         * src/common/uuencode.h
10796         * src/gtk/gtkshruler.c
10797         * src/gtk/gtkshruler.h
10798         * src/gtk/menu.c
10799         * src/gtk/menu.h
10800         * src/gtk/progressdialog.c
10801         * src/gtk/progressdialog.h
10802                 Remove/staticalize, the return of the revenge
10803
10804 2007-10-15 [colin]      3.0.2cvs75
10805
10806         * src/matcher.c
10807                 Fix redirections in filtering's tests
10808
10809 2007-10-15 [colin]      3.0.2cvs74
10810
10811         * src/imap.c
10812                 Don't build imap_synchronise at all when 
10813                 building without libetpan
10814
10815 2007-10-14 [colin]      3.0.2cvs73
10816
10817         * src/imap.c
10818         * src/common/md5.c
10819         * src/common/md5.h
10820         * src/gtk/manage_window.c
10821         * src/gtk/manage_window.h
10822                 Remove more unused code
10823
10824 2007-10-14 [colin]      3.0.2cvs72
10825
10826         * src/addrquery.c
10827         * src/addrquery.h
10828         * src/recv.c
10829         * src/recv.h
10830         * src/vcard.c
10831         * src/vcard.h
10832         * src/common/xml.c
10833         * src/common/xml.h
10834         * src/common/xmlprops.c
10835         * src/common/xmlprops.h
10836                 Remove more unused code
10837
10838 2007-10-14 [colin]      3.0.2cvs71
10839
10840         * src/common/utils.c
10841                 Remove unused function
10842
10843 2007-10-13 [colin]      3.0.2cvs70
10844
10845         * src/imap.c
10846         * src/imap.h
10847         * src/mainwindow.c
10848         * src/mainwindow.h
10849         * src/gtk/gtkutils.c
10850         * src/gtk/gtkutils.h
10851                 Staticalise/Remove more code
10852
10853 2007-10-13 [colin]      3.0.2cvs69
10854
10855         * src/common/utils.c
10856         * src/common/utils.h
10857                 Remove dead code, unused for ages
10858
10859 2007-10-13 [colin]      3.0.2cvs68
10860
10861         * src/main.c
10862         * src/main.h
10863                 Maemo: define hildon_program in main.c,
10864                 make it accessible in the .h with extern
10865
10866 2007-10-13 [paul]       3.0.2cvs67
10867
10868         * src/gtk/menu.c
10869                 fix a bunch of runtime warnings on maemo
10870
10871 2007-10-13 [paul]       3.0.2cvs66
10872
10873         * src/main.c
10874         * src/main.h
10875         * src/gtk/gtkutils.c
10876         * src/gtk/gtkutils.h
10877                 fix a bunch of compiler warnings on maemo
10878
10879 2007-10-12 [colin]      3.0.2cvs65
10880
10881         * src/account.c
10882         * src/addritem.c
10883         * src/addritem.h
10884         * src/filtering.c
10885         * src/filtering.h
10886         * src/folder.c
10887         * src/folder.h
10888         * src/common/utils.c
10889         * src/common/utils.h
10890                 Remove unused code, staticalise some functions
10891
10892 2007-10-12 [paul]       3.0.2cvs64
10893
10894         * src/account.c
10895         * src/folderview.c
10896         * src/main.c
10897         * src/mainwindow.c
10898         * src/messageview.c
10899         * src/summary_search.c
10900         * src/summaryview.c
10901         * src/toolbar.c
10902         * src/wizard.c
10903         * src/common/utils.c
10904         * src/gtk/prefswindow.c
10905                 fix a bunch of compiler warnings on maemo
10906
10907 2007-10-11 [colin]      3.0.2cvs63
10908
10909         * src/editaddress.c
10910                 Make static function static
10911
10912 2007-10-11 [mones]      3.0.2cvs62
10913
10914         * src/addrduplicates.c
10915         * src/addressbook.c
10916         * src/compose.c
10917         * src/expldifdlg.c
10918         * src/mainwindow.c
10919         * src/messageview.c
10920         * src/pop.c
10921         * src/prefs_customheader.c
10922         * src/prefs_send.c
10923         * src/prefs_themes.c
10924         * src/common/plugin.c
10925         * src/gtk/pluginwindow.c
10926         * src/gtk/quicksearch.c
10927                 Fix several typos and capitalisation issues
10928
10929 2007-10-11 [wwp]        3.0.2cvs61
10930
10931         * src/editaddress.c
10932                 Fix a warning about possible use of uninitialized
10933                 filename var.
10934
10935 2007-10-11 [wwp]        3.0.2cvs60
10936
10937         * src/editaddress.c
10938                 Disable "Unset picture" menu item when there's
10939                 no picture to clear. Fix an extraneous g_unref_object,
10940                 add missing initializers.
10941
10942 2007-10-11 [wwp]        3.0.2cvs59
10943
10944         * src/pixmaps/anonymous.xpm
10945         * src/editaddress.c
10946         * src/Makefile.am
10947         * src/stock_pixmap.c
10948         * src/stock_pixmap.h
10949                 Fix a leak, gettext-ize the photo label.
10950                 Don't clear the existing picture if loading
10951                 a new one fails. Use a default 'anonymous'
10952                 picture (this new xpm has been added to the
10953                 internal stock_pixmap API). Add a
10954                 "Set picture" context menu entry.
10955
10956 2007-10-11 [colin]      3.0.2cvs58
10957
10958         * src/messageview.c
10959                 Make shift-shortcuts work
10960         * src/prefs_actions.c
10961                 Don't ask if we really want to close when
10962                 choosing OK and only the list is changed
10963         * src/prefs_template.c
10964                 Don't ask if we really want to close when
10965                 choosing OK and only the list is changed
10966         * src/common/plugin.c
10967                 Fix writing of second [Plugins_*] block
10968         * src/common/template.c
10969                 Remove unused files (fixes deletion)
10970
10971 2007-10-10 [paul]       3.0.2cvs57
10972
10973         * src/prefs_template.c
10974                 put the whole thing in a scrolled window
10975                 so that half the page is no longer inaccessible
10976                 on maemo
10977                 make the gtk_text_view smaller on maemo
10978
10979 2007-10-10 [colin]      3.0.2cvs56
10980
10981         * src/compose.c
10982                 Fix updating of Attachments number in some
10983                 cases (reedit, attach from command-line, ...)
10984
10985 2007-10-10 [colin]      3.0.2cvs55
10986
10987         * src/editaddress.c
10988                 Initialise error correctly
10989
10990 2007-10-10 [paul]       3.0.2cvs54
10991
10992         * src/prefs_filtering_action.c
10993         * src/gtk/description_window.c
10994         * src/gtk/foldersort.c
10995         * src/gtk/quicksearch.c
10996                 get rid of some pointless new lines and
10997                 make the descripton labels wrap better
10998
10999 2007-10-10 [colin]      3.0.2cvs53
11000
11001         * src/addressadd.c
11002         * src/editaddress.c
11003         * src/headerview.c
11004         * src/textview.c
11005                 More error handling on saving pictures
11006
11007 2007-10-10 [colin]      3.0.2cvs52
11008
11009         * src/printing.c
11010         * src/printing.h
11011                 Generalize a bit printing, so we can factorize
11012                 most of the code. 
11013
11014 2007-10-10 [paul]       3.0.2cvs51
11015
11016         * src/addrduplicates.c
11017                 fix engrish
11018                 use GTK_STOCK... buttons
11019
11020 2007-10-10 [paul]       3.0.2cvs50
11021
11022         * src/addressadd.c
11023         * src/addrindex.c
11024         * src/editaddress.c
11025                 Fix previous patch
11026                 Thanks to Colin
11027
11028 2007-10-10 [paul]       3.0.2cvs49
11029
11030         * src/summaryview.c
11031         * src/messageview.c
11032                 Fix crash on Add sender to addressbook when
11033                 From is null
11034         * src/addressadd.c
11035         * src/addrindex.c
11036         * src/editaddress.c
11037         * src/editaddress_other_attributes_ldap.h
11038                 Fix leaks 
11039                 Rename images to .png in addrbook/
11040         * src/headerview.c
11041         * src/textview.c
11042                 Fix Face/X-Face being used if adding another
11043                 address than sender to addressbook
11044                 Thanks to Colin
11045
11046 2007-10-10 [holger]     3.0.2cvs48
11047
11048         * src/addrduplicates.c
11049         * src/editaddress.c
11050                 Improvements to the addressbook duplicate finder
11051                 feature:
11052                  - add an edit button to the button bar
11053                  - display the whole bookname (with iface) and
11054                    use this for same-book checking
11055                  - after editing, try to keep selections if the
11056                    entries are still present
11057                  - sort the email column alphabetically
11058                  - put results in a scrolled window
11059                  - support embedded editing
11060                  - make columns in detail view resizable
11061                  - add keyboard shortcuts
11062
11063 2007-10-10 [wwp]        3.0.2cvs47
11064
11065         * src/addrindex.c
11066                 Fix a crash when there's no From: in email, thanks to Colin.
11067
11068 2007-10-09 [paul]       3.0.2cvs46
11069
11070         * src/messageview.c
11071         * src/summaryview.c
11072         * src/textview.c
11073                 fix building without compface support
11074
11075 2007-10-09 [colin]      3.0.2cvs45
11076
11077         * src/editaddress.c
11078         * src/headerview.c
11079         * src/textview.c
11080                 Add error handling
11081
11082 2007-10-09 [colin]      3.0.2cvs44
11083
11084         * src/addrduplicates.c
11085         * src/addressadd.c
11086         * src/addressadd.h
11087         * src/addressbook.c
11088         * src/addressbook.h
11089         * src/addrindex.c
11090         * src/addrindex.h
11091         * src/addritem.c
11092         * src/addritem.h
11093         * src/compose.c
11094         * src/editaddress.c
11095         * src/editaddress_other_attributes_ldap.h
11096         * src/headerview.c
11097         * src/messageview.c
11098         * src/mimeview.c
11099         * src/summaryview.c
11100         * src/textview.c
11101         * src/gtk/gtkutils.c
11102                 Automatically set contacts' pictures from Face 
11103                 or X-Face if they have no picture
11104                 Display the contact picture in textview or
11105                 headerview for mails sent by people in the 
11106                 addressbook, that have no Face or X-Face
11107                 Fix a few details in the Person edition dialog
11108                 (ability to unset picture)
11109                 Remove picture file when deleting contacts
11110
11111 2007-10-09 [iwkse]      3.0.2cvs43
11112
11113         * src/gtk/about.c
11114                 center the about window
11115
11116 2007-10-09 [paul]       3.0.2cvs42
11117
11118         * src/prefs_toolbar.c
11119                 fix icon selector window on maemo
11120
11121 2007-10-09 [paul]       3.0.2cvs41
11122
11123         * src/messageview.c
11124                 add 'go to' menu to separate msgview
11125
11126 2007-10-09 [colin]      3.0.2cvs40
11127
11128         * src/common/defs.h
11129                 Add forgotten file
11130
11131 2007-10-09 [iwkse]      3.0.2cvs39
11132
11133         * Makefile.am
11134         * src/addressbook.c
11135         * src/addritem.c
11136         * src/addritem.h
11137         * src/editaddress.c
11138         * src/editaddress_other_attributes_ldap.h
11139         * src/addrbook.c
11140         * src/Makefile.am
11141                 set a photo in the Addressbook
11142
11143 2007-10-08 [colin]      3.0.2cvs38
11144
11145         * src/prefs_toolbar.c
11146                 Make height 320 to remove the scrollbar 
11147                 (with current number of icons)
11148
11149 2007-10-08 [colin]      3.0.2cvs37
11150
11151         * src/prefs_toolbar.c
11152                 Transform the treeview to a GtkIconView.
11153                 Patch by Pawel
11154                 In addition, transform the window so that 
11155                 it looks like a popup menu. Patch by me
11156
11157 2007-10-08 [colin]      3.0.2cvs36
11158
11159         * src/compose.c
11160         * src/compose.h
11161                 Beautify the GUI a bit; in particular, show the
11162                 number of attachments in the tab's title.
11163                 Patch by Pawel
11164
11165 2007-10-08 [paul]       3.0.2cvs35
11166
11167         * src/mimeview.c
11168                 Save users from themselves: save temporary
11169                 files used for Open/Open with as read-only.
11170                 Thanks to Colin
11171
11172 2007-10-08 [paul]       3.0.2cvs34
11173
11174         * tools/Makefile.am
11175                 forgot this in cvs33
11176
11177 2007-10-08 [paul]       3.0.2cvs33
11178
11179         * tools/kdeservicemenu/README
11180         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
11181         * tools/kdeservicemenu/install.sh
11182         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
11183                 renamed template* to *template so as not to confuse
11184                 lintian
11185
11186 2007-10-08 [paul]       3.0.2cvs32
11187
11188         * src/prefs_themes.c
11189         * src/stock_pixmap.c
11190                 replace 2 direct uses of RC_DIR
11191
11192 2007-10-07 [colin]      3.0.2cvs31
11193
11194         * src/addrduplicates.c
11195         * src/addrduplicates.h
11196         * src/addressbook.c
11197         * src/addressbook.h
11198         * src/addrindex.c
11199         * src/addrindex.h
11200                 Implement deletion in duplicate finder. 
11201                 Patch by Holger 
11202
11203 2007-10-07 [colin]      3.0.2cvs30
11204
11205         * src/exporthtml.c
11206         * src/mbox.c
11207         * src/common/utils.c
11208                 Better fix for Solaris, thanks to Nicolas Doualot
11209
11210 2007-10-07 [colin]      3.0.2cvs29
11211
11212         * AUTHORS
11213         * src/gtk/authors.h
11214                 Add Frank Dietrich
11215
11216 2007-10-07 [colin]      3.0.2cvs28
11217
11218         * src/exporthtml.c
11219                 Fix HTML export to make it more compliant
11220                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
11221
11222 2007-10-07 [colin]      3.0.2cvs27
11223
11224         * src/prefs_toolbar.c
11225                 Only use icons that wouldn't look stupid in the toolbar
11226                 Patch by Pawel
11227
11228 2007-10-07 [colin]      3.0.2cvs26
11229
11230         * src/prefs_toolbar.c
11231                 Fix old icon being used when none is selected
11232
11233 2007-10-07 [colin]      3.0.2cvs25
11234
11235         * src/toolbar.c
11236                 Fix copy/paste error
11237
11238 2007-10-07 [colin]      3.0.2cvs24
11239
11240         * src/prefs_toolbar.c
11241         * src/toolbar.c
11242         * src/toolbar.h
11243                 Update icon to default one when changing event
11244                 Make the icon chooser nicer (handle Esc, Enter,
11245                 double-click)
11246
11247 2007-10-06 [colin]      3.0.2cvs23
11248
11249         * src/prefs_toolbar.c
11250                 Fix text reset; patch by Pawel
11251
11252 2007-10-06 [colin]      3.0.2cvs22
11253
11254         * src/toolbar.h
11255                 Complete previous commit
11256
11257 2007-10-06 [colin]      3.0.2cvs21
11258
11259         * src/prefs_toolbar.c
11260         * src/toolbar.c
11261                 Set toolbar text automatically to the default
11262                 when changing Event executed on click
11263
11264 2007-10-06 [colin]      3.0.2cvs20
11265
11266         * src/prefs_toolbar.c
11267                 Invert Text and Event fields
11268
11269 2007-10-06 [colin]      3.0.2cvs19
11270
11271         * src/prefs_toolbar.c
11272         * src/toolbar.c
11273                 Make toolbar prefs look much better
11274                 Patch by Pawel Pekala
11275
11276 2007-10-06 [paul]       3.0.2cvs18
11277
11278         * src/account.c
11279         * src/prefs_filtering.c
11280                 fix checkbuttons in gtktreeview on maemo by
11281                 setting maemo's "allow-checkbox-mode" to FALSE
11282
11283 2007-10-06 [colin]      3.0.2cvs17
11284
11285         * configure.ac
11286                 Export -DSOLARIS in CFLAGS for all
11287                 Solaris (not just 2.8) and OpenSolaris
11288
11289 2007-10-06 [paul]       3.0.2cvs16
11290
11291         * AUTHORS
11292         * src/exporthtml.c
11293         * src/mbox.c
11294         * src/gtk/authors.h
11295                 fix build on solaris where ctime_r takes
11296                 3 arguments rather than 2.
11297                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
11298
11299 2007-10-05 [colin]      3.0.2cvs15
11300
11301         * src/etpan/imap-thread.c
11302                 Fix wrong error codepath
11303
11304 2007-10-05 [wwp]        3.0.2cvs14
11305
11306         * src/filtering.c
11307                 Fix unexpected logging of quicksearches:
11308                 debug_filtering_session flag was never reset to FALSE, causing
11309                 matcher functions to log when called from a quicksearch
11310                 (if a filtering session happened before).
11311
11312 2007-10-05 [paul]       3.0.2cvs13
11313
11314         * src/prefs_actions.c
11315         * src/prefs_filtering.c
11316         * src/prefs_template.c
11317                 fix bug 1343, 'Filtering..'s close button
11318                 silently discards new filter'
11319                 Thanks to Colin
11320
11321 2007-10-05 [paul]       3.0.2cvs12
11322
11323         * configure.ac
11324         * src/Makefile.am
11325                 fix bug 1347, '-Wno-unused-function, optional'
11326
11327 2007-10-05 [colin]      3.0.2cvs11
11328
11329         * src/procmime.c
11330         * src/common/mgutils.c
11331                 Fix warnings
11332
11333 2007-10-05 [mones]      3.0.2cvs10
11334
11335         * manual/advanced.xml
11336                 Use full menu name
11337         * manual/es/advanced.xml
11338                 Synchronise translation
11339
11340 2007-10-04 [colin]      3.0.2cvs9
11341
11342         * src/action.c
11343         * src/addrbook.c
11344         * src/addrindex.c
11345         * src/compose.c
11346         * src/exporthtml.c
11347         * src/exportldif.c
11348         * src/folder.c
11349         * src/main.c
11350         * src/matcher.c
11351         * src/mbox.c
11352         * src/messageview.c
11353         * src/mh.c
11354         * src/news.c
11355         * src/partial_download.c
11356         * src/pop.c
11357         * src/procmime.c
11358         * src/procmsg.c
11359         * src/toolbar.c
11360         * src/common/log.c
11361         * src/common/mgutils.c
11362         * src/common/plugin.c
11363         * src/common/utils.c
11364         * src/common/xml.c
11365         * src/common/xml.h
11366         * src/common/xmlprops.c
11367         * src/common/xmlprops.h
11368         * src/plugins/bogofilter/bogofilter.c
11369         * src/plugins/clamav/clamav_plugin.c
11370         * src/plugins/dillo_viewer/dillo_prefs.c
11371         * src/plugins/pgpcore/prefs_gpg.c
11372         * src/plugins/pgpinline/pgpinline.c
11373         * src/plugins/pgpmime/pgpmime.c
11374         * src/plugins/spamassassin/spamassassin.c
11375         * src/plugins/trayicon/trayicon_prefs.c
11376                 Verify success on writes. Will fix possible strange
11377                 failure on disk full.
11378
11379 2007-10-04 [paul]       3.0.2cvs8
11380
11381         * manual/advanced.xml
11382                 add further info about Actions
11383                 Patch by Emmanuel Briot <briot@adacore.com>
11384
11385 2007-10-04 [paul]       3.0.2cvs7
11386
11387         * src/account.c
11388                 remove the D column, instead indicate the
11389                 default account by use of bold text
11390
11391 2007-10-03 [colin]      3.0.2cvs6
11392
11393         * src/common/template.c
11394                 Fix templates writing (was prone to disk full problems)
11395
11396 2007-10-03 [colin]      3.0.2cvs5
11397
11398         * src/Makefile.am
11399         * src/addrduplicates.c
11400         * src/addrduplicates.h
11401         * src/addressbook.c
11402                 Add duplicate deletion. Patch by Holger
11403
11404 2007-10-03 [colin]      3.0.2cvs4
11405
11406         * src/matcher.c
11407         * src/gtk/quicksearch.c
11408                 Fix bug 1340, 'Case insensitive searches with 
11409                 non-ascii alphabets fail'.
11410
11411 2007-10-03 [colin]      3.0.2cvs3
11412
11413         * src/main.c
11414         * src/common/utils.c
11415         * src/common/utils.h
11416                 Implement run-time alternative config directories
11417
11418 2007-10-03 [colin]      3.0.2cvs2
11419
11420         * src/folderview.c
11421                 Prevent opening folder item while folder
11422                 is scanned in a better way
11423
11424 2007-10-02 [paul]       3.0.2cvs1
11425
11426         * NEWS
11427         * README
11428         * RELEASE_NOTES
11429         * configure.ac
11430                 bump up version number following stable release
11431
11432 2007-09-30 [colin]      3.0.1cvs49
11433
11434         * src/imap.c
11435                 Refresh session if needed
11436
11437 2007-09-30 [colin]      3.0.1cvs48
11438
11439         * src/imap.c
11440                 Reset folder's session to NULL
11441                 before destroying it
11442
11443 2007-09-30 [mones]      3.0.1cvs47
11444
11445         * manual/handling.xml
11446                 Use markup quotes instead hardcoded quotes
11447         * manual/es/handling.xml
11448                 Added new synced section (IMAP subscriptions)
11449
11450 2007-09-29 [colin]      3.0.1cvs46
11451
11452         * src/imap.c
11453                 Notice disconnections faster
11454
11455 2007-09-28 [colin]      3.0.1cvs45
11456
11457         * src/addressbook.c
11458         * src/addrindex.c
11459                 Fix warnings
11460
11461 2007-09-28 [paul]       3.0.1cvs44
11462
11463         * src/mimeview.c
11464                 fix maemo build
11465
11466 2007-09-28 [paul]       3.0.1cvs43
11467
11468         * src/account.c
11469                 use gtk_widget_set_size_request() on the label
11470                 so that wrapping works better. get rid of the
11471                 (partially deprecated) hbutton_box.
11472                 these changes should prevent buttons overlapping
11473                 on maemo
11474
11475 2007-09-28 [colin]      3.0.1cvs42
11476
11477         * src/pop.c
11478                 Fix typo :)
11479
11480 2007-09-28 [colin]      3.0.1cvs41
11481
11482         * src/compose.c
11483         * src/msgcache.c
11484         * src/pop.c
11485         * src/procmime.c
11486         * src/etpan/imap-thread.c
11487                 64bits-related warning fixes
11488
11489 2007-09-28 [colin]      3.0.1cvs40
11490
11491         * src/folder_item_prefs.c
11492         * src/ldaputil.c
11493         * src/mainwindow.c
11494         * src/mimeview.c
11495         * src/common/tags.c
11496                 Fix warnings
11497
11498 2007-09-28 [colin]      3.0.1cvs39
11499
11500         * src/plugins/spamassassin/spamassassin.c
11501         * src/plugins/spamassassin/spamassassin.h
11502         * src/plugins/spamassassin/spamassassin_gtk.c
11503                 Add addressbook-based whitelisting
11504
11505 2007-09-28 [colin]      3.0.1cvs38
11506
11507         * src/folder.c
11508                 Fix bug 1337, 'crash on pressing Send button'
11509
11510 2007-09-28 [paul]       3.0.1cvs37
11511
11512         * src/prefs_folder_item.c
11513                 give the orphans a parent. makes all prefs
11514                 pages visible on maemo
11515
11516 2007-09-28 [colin]      3.0.1cvs36
11517
11518         * src/prefs_folder_column.c
11519         * src/prefs_summary_column.c
11520                 Fix two leaks
11521
11522 2007-09-27 [colin]      3.0.1cvs35
11523
11524         * src/gtk/quicksearch.c
11525                 Fix bug 1336, 'Segfault if empty space before search-string'
11526
11527 2007-09-26 [mones]      3.0.1cvs34
11528
11529         * manual/account.xml
11530         * manual/plugins.xml
11531                 Fixed irc channel name, added some docbook markup.
11532                 Changed text markup to docbook markup. 
11533                 Added spamcop as supported in SpamReport description.
11534         * manual/fr/plugins.xml
11535                 Fixed irc channel name.
11536         * manual/es/account.xml
11537         * manual/es/advanced.xml
11538         * manual/es/claws-mail-manual.xml
11539         * manual/es/glossary.xml
11540         * manual/es/gpl.xml
11541         * manual/es/keyboard.xml
11542         * manual/es/plugins.xml
11543                 Synced with English version, fixed a couple of typos.
11544
11545 2007-09-26 [colin]      3.0.1cvs33
11546
11547         * configure.ac
11548                 Explain why "Libgnomeprint: no" on GTK+ 2.10
11549
11550 2007-09-26 [colin]      3.0.1cvs32
11551
11552         * src/messageview.c
11553         * src/procmsg.c
11554         * src/procmsg.h
11555                 Optimisation: avoid fetching mail 3 times locally
11556                 for displaying
11557
11558 2007-09-26 [colin]      3.0.1cvs31
11559
11560         * src/mh.c
11561                 Fix missing static
11562
11563 2007-09-26 [colin]      3.0.1cvs30
11564
11565         * src/folder.c
11566         * src/folder.h
11567         * src/mh.c
11568         * src/mh.h
11569                 Fix MH mtime hack - make it a folder class function
11570
11571 2007-09-26 [colin]      3.0.1cvs29
11572
11573         * src/inc.c
11574                 Fix bug 1334, 'user defined mail incorporation 
11575                 script not run'
11576
11577 2007-09-25 [colin]      3.0.1cvs28
11578
11579         * src/codeconv.c
11580                 Optimisation: shortcut conv_codeset_strdup
11581                 when src_code and dest_code are the same
11582         * src/common/xml.c
11583         * src/common/xml.h
11584                 Optimisation: shortcut code conversions when
11585                 files are in UTF-8; faster list walking by
11586                 using prepend/reverse.
11587
11588 2007-09-25 [holger]     3.0.1cvs27
11589
11590         * src/printing.c
11591                 Replace button bar of the preview window
11592                 with a real toolbar (patch by Colin)
11593                 Add zooming to the preview window
11594
11595 2007-09-24 [paul]       3.0.1cvs26
11596
11597         * src/compose.c
11598                 compact the character set menu, adding some
11599                 missing encodings. Patch by Pawel Pekala
11600
11601 2007-09-23 [paul]       3.0.1cvs25
11602
11603         * src/prefs_account.c
11604         * src/prefs_folder_item.c
11605         * src/prefs_quote.c
11606         * src/quote_fmt.c
11607         * src/quote_fmt.h
11608                 remove unnecessary frame from Templates options
11609                 and improve the English of the check button label
11610
11611 2007-09-22 [colin]      3.0.1cvs24
11612
11613         * src/gtk/quicksearch.c
11614                 Fix bug 1329, 'error in quicksearch.c'
11615                 Fix return with value in function returning void
11616
11617 2007-09-22 [colin]      3.0.1cvs23
11618
11619         * src/imap.c
11620         * src/procmsg.h
11621         * src/common/utils.c
11622         * src/common/utils.h
11623         * src/etpan/imap-thread.c
11624                 Optimise fetching IMAP cached emails *a lot*
11625                 (remember whether mail is fully cached and \r's
11626                  are already stripped)
11627
11628 2007-09-22 [colin]      3.0.1cvs22
11629
11630         * src/folder.c
11631         * src/folder.h
11632         * src/prefs_folder_item.c
11633                 Add a button to allow users to drop local caches.
11634
11635 2007-09-21 [colin]      3.0.1cvs21
11636
11637         * src/summaryview.c
11638                 Remove unnecessary error when cancelling export to mbox.
11639                 Patch by Pawel
11640
11641 2007-09-21 [paul]       3.0.1cvs20
11642
11643         * src/gtk/prefswindow.c
11644                 remove unnecessary frames from the prefs
11645                 pages. Patch by Pawel Pekala
11646
11647 2007-09-21 [paul]       3.0.1cvs19
11648
11649         * src/prefs_account.c
11650         * src/prefs_folder_item.c
11651         * src/prefs_quote.c
11652         * src/quote_fmt.c
11653                 put the Templates options into a tabbed
11654                 layout. Patch by Pawel Pekala
11655
11656 2007-09-21 [paul]       3.0.1cvs18
11657
11658         * src/mainwindow.c
11659                 group together the character set menu items
11660                 move the /View/Show or hide/Message view below
11661                 .../Toolbar menu item
11662                 Patch by Pawel Pekala
11663
11664 2007-09-21 [mones]      3.0.1cvs17
11665
11666         * src/compose.c
11667                 Fix for bug 1327, 'segfault when replying to a non-existent
11668                 news message', thanks to Colin.
11669
11670 2007-09-21 [colin]      3.0.1cvs16
11671
11672         * src/folderview.c
11673                 Complete 3.0.1cvs15
11674
11675 2007-09-20 [colin]      3.0.1cvs15
11676
11677         * src/folderview.c
11678         * src/folderview.h
11679                 Maybe fix bug 1324, 'Corrupted IMAP cache'
11680
11681 2007-09-20 [colin]      3.0.1cvs14
11682
11683         * src/printing.c
11684                 Fix a little leak
11685
11686 2007-09-20 [holger]     3.0.1cvs13
11687
11688         * src/printing.c
11689                 Add page layout to print preview.
11690                 Make the close-button in the toolbar
11691                 right-aligned.
11692
11693 2007-09-20 [paul]       3.0.1cvs12
11694
11695         * po/ru.po
11696                 updated by Pavlo Bohmat
11697
11698 2007-09-19 [colin]      3.0.1cvs11
11699
11700         * src/common/utils.c
11701                 Prevent unquoted mime boundaries, by always
11702                 using a /
11703
11704 2007-09-19 [colin]      3.0.1cvs10
11705
11706         * src/printing.c
11707                 Fix drawing area size, fix DPI change that
11708                 can cause total number of lines to decrease
11709
11710 2007-09-19 [colin]      3.0.1cvs9
11711
11712         * po/POTFILES.in
11713         * src/printing.c
11714                 Make print preview more efficient and nicer.
11715                 Patch mostly by Holger Berndt <hb@claws-mail.org>
11716
11717 2007-09-19 [colin]      3.0.1cvs8
11718
11719         * src/prefs_common.c
11720         * src/prefs_common.h
11721         * src/printing.c
11722                 Add scrolledwindow, default allocation and
11723                 size saving to the print preview window.
11724
11725 2007-09-18 [colin]      3.0.1cvs7
11726
11727         * src/prefs_common.c
11728         * src/prefs_common.h
11729         * src/prefs_image_viewer.c
11730         * src/printing.c
11731                 GtkPrintOperation:
11732                 - add image printing support
11733                 - add option to print images
11734                 - add preview widget
11735                 - add saving of a few Page Setup parameters
11736
11737 2007-09-18 [colin]      3.0.1cvs6
11738
11739         * AUTHORS
11740         * src/gtk/authors.h
11741                 Add Guillaume Chazarain
11742
11743 2007-09-18 [colin]      3.0.1cvs5
11744
11745         * src/common/utils.c
11746                 Fix bug 1321, 'access before allocation 
11747                 when scanning for uris'. Patch by 
11748                 Guillaume Chazarain <guichaz@yahoo.fr>
11749
11750 2007-09-18 [colin]      3.0.1cvs4
11751
11752         * src/toolbar.c
11753                 Fix bug 1320, 'Memory leak caused by 
11754                 gtk_container_get_children'. Patch by
11755                 Guillaume Chazarain <guichaz@yahoo.fr>
11756
11757 2007-09-18 [colin]      3.0.1cvs3
11758
11759         * src/printing.c
11760         * src/printing.h
11761                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
11762
11763 2007-09-18 [colin]      3.0.1cvs2
11764
11765         * src/Makefile.am
11766         * src/mainwindow.c
11767         * src/messageview.c
11768         * src/messageview.h
11769         * src/prefs_ext_prog.c
11770         * src/prefs_fonts.c
11771         * src/printing.c
11772         * src/printing.h
11773         * src/summaryview.c
11774                 Use GtkPrintOperation by default on GTK+ >= 2.10
11775                 Patch by Holger Berndt <hb@claws-mail.org>
11776
11777 2007-09-18 [paul]       3.0.1cvs1
11778
11779         * NEWS
11780         * README
11781         * RELEASE_NOTES
11782         * configure.ac
11783                 bump up version number following stable release
11784
11785 2007-09-16 [colin]      3.0.0cvs18
11786
11787         * src/folder.c
11788                 Fix possible memleak
11789
11790 2007-09-16 [colin]      3.0.0cvs17
11791
11792         * src/folderview.c
11793                 Fix bug 1311, 'Wrong arrow position 
11794                 while moving message into folder when 
11795                 column headers hidden'
11796         * src/image_viewer.c
11797                 Show error in the GUI if image can't
11798                 be loaded
11799         * src/matcher.c
11800                 Fix spurious output
11801         * src/messageview.c
11802                 Allow setting domain in msgid
11803         * src/common/plugin.c
11804                 Add timing information
11805
11806 2007-09-16 [colin]      3.0.0cvs16
11807
11808         * src/account.c
11809         * src/compose.c
11810         * src/prefs_account.c
11811         * src/prefs_account.h
11812         * src/common/utils.c
11813                 Remove Generate Message-ID option. We need
11814                 this on some IMAP servers.
11815         * src/prefs_template.c
11816                 Fix double-free
11817
11818 2007-09-16 [colin]      3.0.0cvs15
11819
11820         * src/prefs_filtering.c
11821         * src/prefs_filtering.h
11822         * src/prefs_filtering_action.c
11823         * src/common/tags.c
11824                 Fix tags issues: tags with spaces, renaming
11825                 tags.
11826
11827 2007-09-16 [colin]      3.0.0cvs14
11828
11829         * src/folderview.c
11830         * src/main.c
11831         * src/mainwindow.c
11832                 Fix bug 1308, 'Claws deletes folderlist.xml after
11833                 fetching mail short after start-up'
11834
11835 2007-09-16 [colin]      3.0.0cvs13
11836
11837         * src/compose.c
11838                 Fix scrolling to cursor
11839
11840 2007-09-16 [paul]       3.0.0cvs12
11841
11842         * po/sr.po
11843                 updated by Aleksandar Urosevic
11844
11845 2007-09-16 [paul]       3.0.0cvs11
11846
11847         * src/folder.c
11848                 do not allow locked msgs to be deleted,
11849                 even by filtering/processing
11850
11851 2007-09-07 [paul]       3.0.0cvs10
11852
11853         * src/prefs_folder_column.c
11854         * src/prefs_summary_column.c
11855                 implement button sensitivity
11856                 patch by Pawel Pekala
11857
11858 2007-09-06 [wwp]        3.0.0cvs9
11859
11860         * src/prefs_gtk.c
11861                 Add a missing linefeed to a debug message.
11862
11863 2007-09-05 [colin]      3.0.0cvs8
11864
11865         * src/inc.c
11866                 Fix statusbar/window mismatch on Maemo
11867
11868 2007-09-05 [colin]      3.0.0cvs7
11869
11870         * src/ldaputil.c
11871                 Fix build without USE_LDAP_TLS
11872
11873 2007-09-05 [colin]      3.0.0cvs6
11874
11875         * src/folder.c
11876         * src/imap.c
11877         * src/inc.c
11878         * src/mbox.c
11879         * src/send_message.c
11880         * src/statusbar.c
11881         * src/statusbar.h
11882                 Maemo: distinguish various statusbar messages,
11883                 in order to display only the most important.
11884
11885 2007-09-04 [wwp]        3.0.0cvs5
11886
11887         * src/account.c
11888                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
11889                 Show protocol "SMTP" and the appropriate server for send-only
11890                 accounts, show "-" instead of "" when no value is relevant.
11891
11892 2007-09-03 [ticho]      3.0.0cvs4
11893
11894         * src/summaryview.c
11895                 Handle plural form better in delete confirmation dialog.
11896
11897 2007-09-03 [wwp]        3.0.0cvs3
11898
11899         * src/compose.c
11900                 Warn differently when sending or sending later (queueing).
11901
11902 2007-09-03 [colin]      3.0.0cvs2
11903
11904         * src/procmime.c
11905         * src/procmime.h
11906         * src/common/plugin.c
11907         * src/common/plugin.h
11908                 Add a new plugin API, MimeParser. It allows
11909                 plugins to scan email MIME parts and optionally,
11910                 transform them.
11911
11912 2007-09-03 [mones]      3.0.0cvs1
11913
11914         * po/es.po
11915                 Updated translation
11916         * src/common/defs.h
11917                 While a better solution is made double history sizes
11918
11919 2007-09-03 [paul]       3.0.0
11920
11921         * NEWS
11922         * README
11923         * RELEASE_NOTES
11924                 3.0.0 released
11925
11926 [For previous entries, see ChangeLog.2.0.0-3.0.0]