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