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