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