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