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