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