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