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