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