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