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