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