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