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