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