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