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