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