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