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