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