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