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