2008-12-01 [colin] 3.6.1cvs57
[claws.git] / ChangeLog
1 2008-12-01 [colin]      3.6.1cvs57
2
3         * src/gtk/gtkcmclist.c
4                 Fix column headers
5
6 2008-12-01 [colin]      3.6.1cvs56
7
8         * src/plugins/pgpinline/pgpinline.c
9                 Fix bug 1779, 'PGP Inline badly handles 
10                 multipart'. Properly dump the current part
11                 instead of running around with scissors
12
13 2008-11-30 [paul]       3.6.1cvs55
14
15         * manual/advanced.xml
16         * manual/plugins.xml
17         * src/prefs_toolbar.c
18                 remove the verb from the page title and
19                 update references in the manual
20
21 2008-11-30 [paul]       3.6.1cvs54
22
23         * src/prefs_other.c
24                 move Other/ page to Other/Miscellaneous
25         * src/gtk/prefswindow.c
26                 make parent page unselectable
27
28 2008-11-29 [paul]       3.6.1cvs53
29
30         * README
31                 add the new 'primary_paste_unselects' hidden
32                 option, add missing 'log_[...]_color' options,
33                 and reformat the text
34         * manual/advanced.xml
35                 add the new 'primary_paste_unselects' hidden
36                 option, add missing 'log_[...]_color' options
37
38 2008-11-28 [colin]      3.6.1cvs52
39
40         * src/mimeview.c
41                 Fix leak
42
43 2008-11-28 [colin]      3.6.1cvs51
44
45         * po/fr.po
46                 Update translation
47
48 2008-11-28 [colin]      3.6.1cvs50
49
50         * src/mainwindow.c
51                 Fix account selection in Mailing list
52                 menu
53
54 2008-11-28 [paul]       3.6.1cvs49
55
56         * po/Makefile.in.in
57                 automatically remove obsolete strings
58
59 2008-11-28 [colin]      3.6.1cvs48
60
61         * src/plugins/pgpcore/sgpgme.c
62                 Fix error message when key isn't available.
63
64 2008-11-27 [colin]      3.6.1cvs47
65
66         * src/filtering.c
67         * src/matcher.c
68                 Fix a little leak
69
70 2008-11-26 [colin]      3.6.1cvs46
71
72         * src/common/ssl.c
73                 Fix new warning
74
75 2008-11-26 [colin]      3.6.1cvs45
76
77         * src/plugins/pgpcore/select-keys.c
78         * src/plugins/pgpcore/sgpgme.c
79                 Fix bug 1591, 'S/MIME: better key 
80                 handling/selection dialog'
81                 Really ignore revoked/expired keys
82
83 2008-11-26 [colin]      3.6.1cvs44
84
85         * src/main.c
86         * src/common/claws.c
87         * src/common/ssl.c
88                 Make sure libgcrypt's threading is initialised
89                 before gnutls. See also old bug 1539.
90
91 2008-11-26 [colin]      3.6.1cvs43
92
93         * src/imap.c
94         * src/news.c
95         * src/etpan/imap-thread.c
96                 Fix possible crashes due to clist_begin()
97                 not checking for NULLs (it should!)
98
99 2008-11-25 [colin]      3.6.1cvs42
100
101         * src/procmime.c
102                 Fix line length in MIME parameters
103
104 2008-11-22 [paul]       3.6.1cvs41
105
106         * src/compose.c
107                 grab Return key press in attachments Properties
108                 dialog
109
110 2008-11-21 [colin]      3.6.1cvs40
111
112         * src/compose.c
113         * src/procmime.c
114                 Fix bug 1776, 'use encoded name parameters 
115                 for attachments instead of ascii'.
116                 Break the RFC 2047 by using B-encoded 
117                 filename parameter, like everyone does,
118                 following advice from the RFC author.
119
120 2008-11-21 [colin]      3.6.1cvs39
121
122         * src/common/socket.c
123                 Rehandshake if server asks to
124
125 2008-11-21 [colin]      3.6.1cvs38
126
127         * src/mimeview.h
128         * src/toolbar.h
129         * src/common/session.h
130         * src/common/smtp.h
131                 Move conditional-compilation members to
132                 end of structs
133
134 2008-11-19 [wwp]        3.6.1cvs37
135
136         * src/prefs_actions.c
137                 Fixed wrong behaviour when pressing Escape (was not cancelling
138                 the action).
139
140 2008-11-19 [wwp]        3.6.1cvs36
141
142         * src/compose.c
143         * src/matcher.c
144         * src/messageview.c
145         * src/mimeview.c
146         * src/prefs_actions.c
147         * src/prefs_filtering_action.c
148         * src/procmsg.c
149         * src/summaryview.c
150         * src/textview.c
151         * src/common/utils.c
152                 Replace occurrences of "command line" with "command-line" everywhere.
153                 Enforce code style (mostly indentation) in prefs_actions.c.
154
155 2008-11-19 [colin]      3.6.1cvs35
156
157         * src/compose.c
158         * src/prefs_common.c
159         * src/prefs_common.h
160                 Add primary_paste_unselects hidden preference
161                 to change how middle-click pasting changes
162                 the selection and insert point; defaults to
163                 pre-3.6.1cvs31
164
165 2008-11-19 [colin]      3.6.1cvs34
166
167         * src/folderview.c
168                 Always give focus to summaryview, even if
169                 the folder is empty, in small screen layout.
170                 Allows to go back to folderlist using the
171                 keyboard.
172
173 2008-11-18 [colin]      3.6.1cvs33
174
175         * src/mainwindow.h
176                 Put back conditional at the end of struct
177
178 2008-11-18 [colin]      3.6.1cvs32
179
180         * src/procmime.c
181         * src/common/w32_reg.c
182                 Fix crash on win32 when browsing to a
183                 directory
184
185 2008-11-15 [colin]      3.6.1cvs31
186
187         * src/compose.c
188                 After a mid-click paste, deselect selection
189                 and go to end of paste.
190
191 2008-11-15 [colin]      3.6.1cvs30
192
193         * src/compose.c
194                 Auto-save draft after external editor quits
195
196 2008-11-15 [colin]      3.6.1cvs29
197
198         * src/plugins/pgpcore/sgpgme.c
199                 Fix wrong error display, thanks to
200                 Charles A. Edwards
201
202 2008-11-14 [colin]      3.6.1cvs28
203
204         * src/prefs_actions.c
205                 Comment out bogus (IMO) warning
206
207 2008-11-14 [colin]      3.6.1cvs27
208
209         * src/mainwindow.c
210         * src/summaryview.c
211         * src/summaryview.h
212         * src/gtk/menu.c
213         * src/gtk/menu.h
214                 Share summaryview's context menu actions with
215                 the equivalent menu items of the main menu;
216                 this allows to share accelerators and de-
217                 duplicate code.
218
219 2008-11-14 [colin]      3.6.1cvs26
220
221         * src/plugins/pgpcore/sgpgme.c
222                 Fix bug 1768, 'claws-mail crashes while 
223                 checking smime bad signature'
224
225 2008-11-13 [colin]      3.6.1cvs25
226
227         * src/account.c
228         * src/filtering.c
229                 Fix redefinition of PREFSBUFSIZE
230
231 2008-11-13 [wwp]        3.6.1cvs24
232
233         * tools/popfile-link.sh
234                 Add support for reusing existing POPFile session ID.
235
236 2008-11-12 [colin]      3.6.1cvs23
237
238         * src/prefs_gtk.h
239                 Fix bug 1771, 'Folder template gets 
240                 truncated when exiting the application'
241                 Use a 32k buffer for string preferences
242
243 2008-11-11 [colin]      3.6.1cvs22
244
245         * src/summaryview.c
246                 Fix "display sender using addressbook" when
247                 prefs_common.swap_from is in use. Patch by
248                 H. Merijn Brand
249
250 2008-11-11 [colin]      3.6.1cvs21
251
252         * src/autofaces.c
253         * src/common/md5.c
254         * src/common/md5.h
255                 Make a few functions static
256
257 2008-11-07 [colin]      3.6.1cvs20
258
259         * src/mainwindow.c
260         * src/summaryview.c
261                 Fix crash when rebuilding colorlabel
262                 menu
263         * src/addrgather.c
264         * src/editldap.c
265         * src/prefs_account.c
266         * src/prefs_compose_writing.c
267         * src/prefs_logging.c
268         * src/prefs_message.c
269         * src/prefs_other.c
270         * src/prefs_receive.c
271         * src/prefs_summaries.c
272         * src/prefs_wrapping.c
273         * src/plugins/bogofilter/bogofilter_gtk.c
274         * src/plugins/pgpcore/prefs_gpg.c
275         * src/plugins/spamassassin/spamassassin_gtk.c
276                 Fix deprecated use of page_size in 
277                 gtkspinbutton adjustments
278
279 2008-11-06 [mones]      3.6.1cvs19
280
281         * src/mainwindow.c
282                 Fix missing "About" in Help menu
283         * tools/claws.i18n.status.pl
284                 Fix header
285
286 2008-11-05 [colin]      3.6.1cvs18
287
288         * src/action.c
289         * src/main.c
290         * src/mainwindow.c
291         * src/common/socket.c
292         * src/common/socket.h
293         * src/gtk/gtkutils.c
294         * src/gtk/gtkutils.h
295                 w32: Implement single launch (lock
296                 socket); always put debug log to
297                 the rc_dir; fix Start menu update
298                 after registering as default Mail 
299                 app
300
301 2008-11-05 [colin]      3.6.1cvs17
302
303         * src/mainwindow.c
304                 Setting the Mail start menu item in HKCU 
305                 confuses the Internet Options dialog. Do 
306                 it in HKLM as this dialog does.
307
308 2008-11-04 [colin]      3.6.1cvs16
309
310         * src/common/w32_reg.c
311                 Fix off-by-one
312
313 2008-11-04 [colin]      3.6.1cvs15
314
315         * src/procmime.c
316                 w32: Fix getting content-type 
317         * src/mimeview.c
318         * src/prefs_common.c
319         * src/prefs_common.h
320         * src/prefs_ext_prog.c
321         * src/textview.c
322                 w32: better integration (use the
323                 standard file associations instead
324                 of our platform-unadapted open
325                 dialog)
326         * src/mainwindow.c
327         * src/common/utils.c
328         * src/common/w32_reg.c
329         * src/common/w32lib.h
330                 w32: better integration (allow 
331                 setting Claws as default MUA)
332
333 2008-11-01 [colin]      3.6.1cvs14
334
335         * src/codeconv.c
336                 Fix wrongly converted non-ascii characters
337                 when locale's charset is US-ASCII (strict-mode
338                 was failing in this case)
339
340 2008-10-30 [colin]      3.6.1cvs13
341
342         * src/mimeview.c
343         * src/mimeview.h
344         * src/textview.c
345         * src/textview.h
346                 Use one UI Manager per mimeview, instead of
347                 the global one -- else user_data pointer gets
348                 broken if opening and closing another message-
349                 view, then using right-click on a mimeview's 
350                 mimepart. Probably fixes bug 1711, 'Save-as
351                 attachment crashes'
352
353 2008-10-24 [paul]       3.6.1cvs12
354
355         * tools/Makefile.am
356         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
357         * tools/kdeservicemenu/install.sh
358                 another, possibly the final?, attempt on getting this
359                 sorted for kde4
360
361 2008-10-24 [paul]       3.6.1cvs11
362
363         * tools/kdeservicemenu/install.sh
364                 fix servicemenu installation directory on kde4
365
366 2008-10-24 [paul]       3.6.1cvs10
367
368         * tools/kdeservicemenu/README
369         * tools/kdeservicemenu/install.sh
370                 add support for kde4 in addition to kde3.
371                 a rework involving checking for kde4-config, then
372                 kde-config, finally prompting the user for the
373                 location of either if they cannot be found
374                 
375
376 2008-10-18 [paul]       3.6.1cvs9
377
378         * tools/claws.i18n.status.pl
379                 updated with latest translator info.
380                 only print for languages defined in %langname
381
382 2008-10-17 [paul]       3.6.1cvs8
383
384         * src/plugins/pgpcore/sgpgme.c
385                 when listing the uid's, show the uid validity
386
387 2008-10-16 [paul]       3.6.1cvs7
388
389         * INSTALL
390                 updated
391
392 2008-10-13 [wwp]        3.6.1cvs6
393
394         * po/fr.po
395                 Updated French translation.
396
397 2008-10-11 [colin]      3.6.1cvs5
398
399         * src/gtk/authors.h
400                 Fix bug 1756, "Outdated translators list in About 
401                 dialogue". Patch by Aleksei Miheev.
402
403 2008-10-11 [colin]      3.6.1cvs4
404
405         * src/account.c
406         * src/imap.c
407         * src/inc.c
408         * src/main.c
409         * src/mainwindow.c
410         * src/news.c
411         * src/pop.c
412         * src/pop.h
413         * src/prefs_account.c
414         * src/send_message.c
415         * src/send_message.h
416         * src/ssl_manager.c
417         * src/ssl_manager.h
418         * src/wizard.c
419         * src/common/claws.c
420         * src/common/defs.h
421         * src/common/session.c
422         * src/common/session.h
423         * src/common/smtp.c
424         * src/common/smtp.h
425         * src/common/socket.c
426         * src/common/socket.h
427         * src/common/ssl.c
428         * src/common/ssl.h
429         * src/common/ssl_certificate.c
430         * src/common/ssl_certificate.h
431         * src/gtk/about.c
432         * src/gtk/sslcertwindow.c
433         * src/gtk/sslcertwindow.h
434                 Remove OpenSSL code
435
436 2008-10-11 [colin]      3.6.1cvs3
437
438         * src/common/ssl_certificate.c
439                 Make local function static
440
441 2008-10-10 [colin]      3.6.1cvs2
442
443         * src/common/ssl.h
444         * src/common/ssl_certificate.c
445         * src/gtk/sslcertwindow.c
446                 Add offline certificate verification,
447                 thanks to Nikos Mavrogiannopoulos for the
448                 hints
449
450 2008-10-10 [colin]      3.6.1cvs1
451
452         * src/common/ssl_certificate.c
453         * src/gtk/sslcertwindow.c
454                 Fix warnings
455
456 2008-10-10 [paul]       3.6.1
457
458         * m4/spamassassin.m4
459                 remove openssl dross
460
461         * NEWS
462         * README
463         * RELEASE_NOTES 
464                 3.6.1 released!
465
466 2008-10-10 [colin]      3.6.0cvs25
467
468         * src/common/ssl.c
469                 Tell libetpan it doesn't need to init
470                 GnuTLS
471
472 2008-10-10 [colin]      3.6.0cvs24
473
474         * claws-mail.pc.in
475                 Remove references to openssl
476
477 2008-10-09 [colin]      3.6.0cvs23
478
479         * configure.ac
480                 Fix message
481
482 2008-10-09 [colin]      3.6.0cvs22
483
484         * configure.ac
485                 Error out when building against openssl
486
487 2008-10-09 [colin]      3.6.0cvs21
488
489         * configure.ac
490         * COPYING
491         * src/crash.c
492         * src/main.c
493         * src/gtk/about.c
494                 Disable OpenSSL due to requirement of
495                 OpenSSL exception. Code not removed yet,
496                 just in case, but disabled.
497
498 2008-10-09 [colin]      3.6.0cvs20
499
500         * configure.ac
501         * src/Makefile.am
502         * src/crash.c
503         * src/gedit-print.c
504         * src/gedit-print.h
505         * src/main.c
506         * src/mainwindow.c
507         * src/messageview.c
508         * src/prefs_ext_prog.c
509         * src/prefs_fonts.c
510         * src/prefs_image_viewer.c
511         * src/printing.c
512         * src/printing.h
513         * src/summaryview.c
514         * src/gtk/Makefile.am
515         * src/gtk/about.c
516         * src/gtk/gtksourceprintjob.c
517         * src/gtk/gtksourceprintjob.h
518                 Revert previous patch. It'd be better to remove
519                 OpenSSL instead, as GnuTLS works as well.
520
521 2008-10-09 [colin]      3.6.0cvs19
522
523         * configure.ac
524         * src/Makefile.am
525         * src/crash.c
526         * src/gedit-print.c
527         * src/gedit-print.h
528         * src/main.c
529         * src/mainwindow.c
530         * src/messageview.c
531         * src/prefs_ext_prog.c
532         * src/prefs_fonts.c
533         * src/prefs_image_viewer.c
534         * src/printing.c
535         * src/printing.h
536         * src/summaryview.c
537         * src/gtk/Makefile.am
538         * src/gtk/about.c
539         * src/gtk/gtksourceprintjob.c
540         * src/gtk/gtksourceprintjob.h
541                 Remove the libgnomeprint interface (deprecated,
542                 and fixes Debian's #501570, 'Copyright confusion')
543
544 2008-10-09 [colin]      3.6.0cvs18
545
546         * configure.ac
547                 Require libetpan 0.57 (important fixes)
548
549 2008-10-08 [paul]       3.6.0cvs17
550
551         * src/prefs_filtering_action.c
552         * src/prefs_matcher.c
553                 enable re-ordering of the filtering/processing
554                 condition and actions lists by drag'n'drop
555
556 2008-10-08 [colin]      3.6.0cvs16
557
558         * src/addressbook.c
559                 Fix wrong menu title
560
561 2008-10-07 [colin]      3.6.0cvs15
562
563         * src/imap.c
564                 After thinking, revert this. It's only a minor
565                 annoyance to GSSAPI users, and I can't test this
566                 right now. Postponed until after next good release.
567
568 2008-10-07 [colin]      3.6.0cvs14
569
570         * src/imap.c
571                 Don't ask for a password when using GSSAPI
572
573 2008-10-07 [colin]      3.6.0cvs13
574
575         * src/mainwindow.c
576                 Fix build with GTK+ < 2.14
577
578 2008-10-07 [colin]      3.6.0cvs12
579
580         * src/mainwindow.c
581         * src/mainwindow.h
582         * src/prefs_common.c
583         * src/prefs_common.h
584         * src/summaryview.c
585         * src/gtk/colorlabel.c
586                 Fix bug 1749, 'Shortcut keys for color labels 
587                 not changeable'
588                 Make fullscreen a setting remembered between
589                 sessions
590
591 2008-10-07 [colin]      3.6.0cvs11
592
593         * src/prefs_other.c
594                 Fix bug 1747, 'Wanderlust keybindings no longer 
595                 working (regression)'
596
597 2008-10-07 [colin]      3.6.0cvs10
598
599         * src/mainwindow.c
600                 Make fullscreen a real menu item
601
602 2008-10-07 [colin]      3.6.0cvs9
603
604         * src/mainwindow.c
605                 Make sure we won't save size when
606                 fullscreening
607
608 2008-10-06 [colin]      3.6.0cvs8
609
610         * src/mainwindow.c
611         * src/mainwindow.h
612                 Handle fullscreen via F11. Patch by
613                 Michael Rasmussen
614
615 2008-10-06 [colin]      3.6.0cvs7
616
617         * src/common/ssl.c
618                 Fix return value when setting client cert
619
620 2008-10-04 [colin]      3.6.0cvs6
621
622         * src/mimeview.c
623                 Fix bug 1742, 'Attachment list contents not 
624                 visible/scrollable'
625
626 2008-10-04 [paul]       3.6.0cvs5
627
628         * src/mainwindow.c
629                 fix failure of Hide toolbar option on restart
630
631 2008-10-04 [colin]      3.6.0cvs4
632
633         * src/addressbook.c
634         * src/compose.c
635         * src/mainwindow.c
636         * src/messageview.c
637         * src/summaryview.c
638                 Maemo: Fix bug 1737, Crashes upon opening
639
640 2008-10-04 [paul]       3.6.0cvs3
641
642         * po/pt_BR.po
643                 submitted (just a little late) by Frederico
644                 Goncalves Guimaraes
645
646 2008-10-03 [wwp]        3.6.0cvs2
647
648         * po/fr.po
649                 Many fixes, mostly in menus and accelerators.
650
651 2008-10-03 [colin]      3.6.0cvs1
652
653         * src/gtk/filesel.c
654                 Allow network mounts with new GTKs: they're
655                 available via FUSE mounts and we don't need
656                 GVFS.
657
658 2008-10-03 [paul]       3.6.0
659
660         * NEWS
661         * README
662         * RELEASE_NOTES 
663                 3.6.0 released!
664
665 2008-10-03 [paul]       3.5.0cvs145
666
667         * configure.ac
668         * po/bg.po
669         * po/nl.po
670         * po/ru.po
671         * po/sv.po
672                 new translations. added by Yasen Pramatarov,
673                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
674         * po/ca.po
675         * po/de.po
676         * po/fi.po
677         * po/fr.po
678         * po/hu.po
679         * po/it.po
680         * po/pl.po
681         * po/zh_CN.po
682                 updated translations. submitted by Miquel Oliete,
683                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
684                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
685
686 2008-10-02 [colin]      3.5.0cvs144
687
688         * src/common/session.c
689                 Fix crash when connection fails on windows
690
691 2008-10-01 [colin]      3.5.0cvs143
692
693         * src/imap.c
694                 Real fix for FS-unsafe chars on win32
695
696 2008-10-01 [colin]      3.5.0cvs142
697
698         * src/imap.c
699                 Encode prohibited filenames on win32
700
701 2008-09-30 [mones]      3.5.0cvs141
702
703         * src/ldapctrl.c
704         * src/main.c
705         * src/prefs_themes.c
706         * src/printing.c
707                 Fix output of some debug messages
708
709 2008-09-30 [colin]      3.5.0cvs140
710
711         * src/addrbook.c
712         * src/addrharvest.c
713         * src/compose.c
714         * src/jpilot.c
715         * src/mh.c
716         * src/prefs_themes.c
717         * src/procheader.c
718         * src/procmime.c
719         * src/summaryview.c
720         * src/common/utils.c
721         * src/gtk/sslcertwindow.c
722                 Win32: Fix time usage; use g_stat
723
724 2008-09-29 [colin]      3.5.0cvs139
725
726         * src/common/utils.c
727                 Fix case-sensitive match of subject
728                 prefixes on win32
729
730 2008-09-29 [colin]      3.5.0cvs138
731
732         * src/folder_item_prefs.c
733         * src/folder_item_prefs.h
734         * src/matcher.c
735         * src/prefs_folder_item.c
736         * src/prefs_matcher.c
737         * src/summaryview.c
738         * src/common/string_match.c
739         * src/common/utils.c
740                 Fix a huge leak (dozens of megs per folder
741                 change) on Windows: disable regexps 
742
743 2008-09-28 [paul]       3.5.0cvs137
744
745         * po/en_GB.po
746                 updated
747
748 2008-09-27 [colin]      3.5.0cvs136
749
750         * src/account.c
751         * src/account.h
752                 Add accessor for cur_account
753
754 2008-09-27 [colin]      3.5.0cvs135
755
756         * src/imap.c
757                 Fix crash when error happen on session establishment
758
759 2008-09-26 [mones]      3.5.0cvs134
760
761         * po/es.po
762                 Updated for release
763
764 2008-09-26 [colin]      3.5.0cvs133
765
766         * src/plugins/pgpcore/claws.def
767                 Fix symbol
768
769 2008-09-26 [colin]      3.5.0cvs132
770
771         * src/prefs_common.c
772         * src/prefs_common.h
773         * src/plugins/pgpcore/pgp_viewer.c
774                 Add an accessor to prefs_common for plugins
775                 (Win32 fix)
776
777 2008-09-25 [colin]      3.5.0cvs131
778
779         * src/main.c
780                 Fix bug 1725, 'useless lines in clawsrc'
781         * src/plugins/smime/mypgpcore.def
782                 Add a missing symbol
783
784 2008-09-25 [paul]       3.5.0cvs130
785
786         * src/plugins/smime/mypgpcore.def
787         * src/plugins/smime/plugin.def
788         * src/plugins/smime/version.rc
789                 add these windows-specific files
790                 (Thanks to Colin)
791
792 2008-09-25 [colin]      3.5.0cvs129
793
794         * src/main.c
795                 Load standard plugins only on first run
796
797 2008-09-25 [colin]      3.5.0cvs128
798
799         * src/codeconv.c
800                 Fix build...
801
802 2008-09-24 [colin]      3.5.0cvs127
803
804         * src/codeconv.c
805                 Add nb_NO's charset (iso-8859-1)
806
807 2008-09-24 [colin]      3.5.0cvs126
808
809         * src/common/utils.c
810                 Fix get_mail_base_dir() on windows
811                 (was synced from main ages ago)
812
813 2008-09-24 [colin]      3.5.0cvs125
814
815         * src/main.c
816         * src/wizard.c
817                 Integrate better with Windows' style
818
819 2008-09-23 [paul]       3.5.0cvs124
820
821         * src/compose.c
822         * src/mainwindow.c
823         * src/messageview.c
824                 offer these strings to translators too 
825
826 2008-09-23 [colin]      3.5.0cvs123
827
828         * configure.ac
829                 Add a --disable-dbus flag in case we want
830                 no DBUS even if headers are available (like
831                 for building gpg4win)
832         * src/filtering.c
833         * src/mainwindow.c
834         * src/prefs_logging.c
835         * src/common/utils.c
836         * src/plugins/pgpcore/sgpgme.c
837         * src/plugins/smime/claws.def
838                 Windows fixes:
839                 - disable filtering log (it's crashy for
840                   some reason)
841                 - fix gmtime_r when time is -1 (before 01/01/70)
842                 - add symbols for smime
843
844 2008-09-22 [colin]      3.5.0cvs122
845
846         * src/common/utils.c
847         * src/account.c
848                 Remove raw printf
849         * src/compose.c
850                 Fix cursor position after changing account
851         * src/imap.c
852         * src/mimeview.c
853         * src/news.c
854                 Fix absolute path detection 
855
856 2008-09-21 [colin]      3.5.0cvs121
857
858         * src/gtk/gtkaspell.c
859                 Don't try to use empty dictionaries
860
861 2008-09-20 [colin]      3.5.0cvs120
862
863         * po/POTFILES.in
864                 Add the new files to the translations
865
866 2008-09-20 [colin]      3.5.0cvs119
867
868         * configure.ac
869         * src/plugins/Makefile.am
870         * src/plugins/smime/Makefile.am
871         * src/plugins/smime/plugin.c
872         * src/plugins/smime/smime.c
873         * src/plugins/smime/smime.deps
874         * src/plugins/smime/smime.h
875                 Include S/Mime plugin in the main plugins
876                 Will ease the Gpg4win team's work
877
878 2008-09-20 [colin]      3.5.0cvs118
879
880         * src/autofaces.c
881         * src/compose.c
882         * src/ldapquery.c
883         * src/main.c
884         * src/news.c
885         * src/common/socket.c
886         * src/gtk/gtkutils.c
887         * src/plugins/pgpcore/claws.def
888                 Windows: more fixes, thanks to wwp and
889                 Marcus Brinkmann
890
891 2008-09-20 [colin]      3.5.0cvs117
892
893         * src/imap.c
894                 Tell on which server errors happened
895
896 2008-09-20 [colin]      3.5.0cvs116
897
898         * src/etpan/etpan-thread-manager.c
899         * src/etpan/imap-thread.c
900         * src/etpan/nntp-thread.c
901                 Windows: Fix hang on IMAP/NNTP
902
903 2008-09-20 [colin]      3.5.0cvs115
904
905         * src/common/utils.c
906                 Fix bug 1723, "Buffer overflow crash caused by 
907                 preview in 'Date format help' dialog box"
908                 Also, optimise fast_strftime a bit :)
909
910 2008-09-18 [colin]      3.5.0cvs114
911
912         * src/procmime.c
913         * src/textview.c
914                 Check for NULLs before str* functions
915
916 2008-09-18 [colin]      3.5.0cvs113
917
918         * src/messageview.c
919         * src/procmime.c
920         * src/textview.c
921                 Handle html parts in multipart/related
922                 Decode ISO-8859-1 as Windows-1252 (the former
923                 is a subset of the latter) in order to 
924                 workaround Outlook mails misencoding
925         * src/gtk/logwindow.c
926         * src/gtk/logwindow.h
927                 Clear mainwindow's error pixmap when the
928                 error scrolls out of the log
929
930 2008-09-17 [colin]      3.5.0cvs112
931
932         * src/image_viewer.c
933                 Fix image loading (multiple childs added to 
934                 scrolledwindow, break of the resize functionality)
935         * src/account.c
936         * src/prefs_folder_item.c
937         * src/prefs_spelling.c
938         * src/gtk/gtkaspell.c
939                 Better fix problems with dictionaries updates
940
941 2008-09-17 [colin]      3.5.0cvs111
942
943         * src/common/utils.c
944                 Fix double-opening (fixes multiple signatures when
945                 using signify)
946
947 2008-09-16 [colin]      3.5.0cvs110
948
949         * src/prefs_account.c
950         * src/prefs_folder_item.c
951         * src/prefs_spelling.c
952         * src/gtk/gtkaspell.c
953                 Better stripping of aspell dictionaries names
954
955 2008-09-16 [colin]
956
957         * 3.6.0-rc1 released
958
959 2008-09-16 [colin]      3.5.0cvs109
960
961         * src/account.c
962         * src/inc.c
963         * src/mainwindow.c
964         * src/prefs_account.h
965         * src/prefs_other.c
966         * src/send_message.c
967         * src/gtk/inputdialog.c
968                 Don't add a pref to allow remembering passwords
969                 (Just not checking the checkbox is enough)
970
971 2008-09-16 [colin]      3.5.0cvs108
972
973         * configure.ac
974                 Require libetpan 0.56 as 0.55 is crashy
975         * src/messageview.c
976                 Fix english
977         * src/gtk/inputdialog.c
978         * src/gtk/inputdialog.h
979                 Fix warnings
980
981 2008-09-16 [wwp]        3.5.0cvs107
982
983         * src/compose.c
984                 Complete 3.5.0cvs106 by removing a function that got
985                 moved to account.[ch].
986
987 2008-09-16 [wwp]        3.5.0cvs106
988
989         * src/account.c
990         * src/account.h
991         * src/compose.c
992         * src/quote_fmt.c
993         * src/quote_fmt_lex.l
994         * src/quote_fmt_parse.y
995                 Add account signature (path and value string) manipulation
996                 keywords to the template processor. It's now possible in
997                 all templates to insert the account signature to an
998                 arbitrary location or to pass it to a external script for
999                 further editing.
1000
1001
1002 2008-09-16 [mones]      3.5.0cvs105
1003
1004         * src/imap.c
1005         * src/inc.c
1006         * src/mainwindow.c
1007         * src/mainwindow.h
1008         * src/news.c
1009         * src/prefs_account.h
1010         * src/prefs_common.c
1011         * src/prefs_common.h
1012         * src/prefs_other.c
1013         * src/send_message.c
1014         * src/gtk/inputdialog.c
1015         * src/gtk/inputdialog.h
1016                 Implement session passwords: unsaved passwords for receiving
1017                 or sending of accounts can be remembered while running to 
1018                 avoid repetitive typing.
1019                 As keeping passwords in memory is unsafe a new preference 
1020                 in Other page is added to activate or not such capability.
1021
1022 2008-09-14 [colin]      3.5.0cvs104
1023
1024         * src/codeconv.c
1025         * src/codeconv.h
1026                 Make conv_iconv_strdup static
1027
1028 2008-09-12 [colin]      3.5.0cvs103
1029
1030         * claws-mail.pc.in
1031         * src/Makefile.am
1032         * src/compose.c
1033         * src/compose.h
1034         * src/crash.c
1035         * src/folder_item_prefs.c
1036         * src/folder_item_prefs.h
1037         * src/main.c
1038         * src/prefs_account.c
1039         * src/prefs_common.c
1040         * src/prefs_common.h
1041         * src/prefs_folder_item.c
1042         * src/prefs_spelling.c
1043         * src/prefs_template.c
1044         * src/quote_fmt.h
1045         * src/quote_fmt_parse.y
1046         * src/toolbar.c
1047         * src/toolbar.h
1048         * src/gtk/Makefile.am
1049         * src/gtk/about.c
1050         * src/gtk/filesel.c
1051         * src/gtk/gtkaspell.c
1052         * src/gtk/gtkaspell.h
1053         * src/plugins/bogofilter/Makefile.am
1054         * src/plugins/dillo_viewer/Makefile.am
1055         * src/plugins/spamassassin/Makefile.am
1056         * src/plugins/trayicon/Makefile.am
1057                 Switch spellchecker to Enchant
1058
1059 2008-09-12 [paul]       3.5.0cvs102
1060
1061         * tools/README
1062         * tools/csv2addressbook.pl
1063                 add support for Fox Mail
1064
1065 2008-09-12 [paul]       3.5.0cvs101
1066
1067         * src/compose.c
1068         * src/prefs_wrapping.c
1069                 changes to English
1070
1071 2008-09-12 [paul]       3.5.0cvs100
1072
1073         * configure.ac
1074                 revert cvs99's libenchant commit error
1075
1076 2008-09-12 [colin]      3.5.0cvs99
1077
1078         * src/inc.c
1079                 Only go to inbox if there are new mails
1080                 (and fetch was manual)
1081
1082 2008-09-10 [colin]      3.5.0cvs98
1083
1084         * src/inc.c
1085         * src/summaryview.c
1086         * src/common/session.c
1087                 Use g_timeout_add_seconds instead of g_timeout_add
1088                 on glib >= 2.14 when we don't need precision on the 
1089                 delay. This helps reducing power consumption:
1090                 http://mjg59.livejournal.com/74651.html
1091
1092 2008-09-10 [colin]      3.5.0cvs97
1093
1094         * src/compose.c
1095                 Don't save window size and position when
1096                 compose is hidden (filtering action)
1097
1098 2008-09-09 [colin]      3.5.0cvs96
1099
1100         * src/action.h
1101         * src/addr_compl.c
1102         * src/addressadd.c
1103         * src/addressbook.h
1104         * src/addressbook_foldersel.c
1105         * src/addressitem.h
1106         * src/addrgather.c
1107         * src/alertpanel.c
1108         * src/browseldap.c
1109         * src/editaddress.c
1110         * src/editaddress_other_attributes_ldap.h
1111         * src/editbook.c
1112         * src/editjpilot.c
1113         * src/editldap.c
1114         * src/editldap_basedn.c
1115         * src/editvcard.c
1116         * src/exphtmldlg.c
1117         * src/expldifdlg.c
1118         * src/export.c
1119         * src/foldersel.c
1120         * src/foldersel.h
1121         * src/gedit-print.c
1122         * src/gedit-print.h
1123         * src/grouplistdialog.c
1124         * src/headerview.c
1125         * src/headerview.h
1126         * src/image_viewer.c
1127         * src/import.c
1128         * src/importldif.c
1129         * src/importmutt.c
1130         * src/importpine.c
1131         * src/inc.c
1132         * src/main.c
1133         * src/main.h
1134         * src/messageview.c
1135         * src/messageview.h
1136         * src/noticeview.c
1137         * src/prefs_actions.c
1138         * src/prefs_filtering.c
1139         * src/prefs_folder_column.c
1140         * src/prefs_gtk.h
1141         * src/prefs_summary_column.c
1142         * src/prefs_toolbar.c
1143         * src/send_message.c
1144         * src/setup.c
1145         * src/sourcewindow.c
1146         * src/sourcewindow.h
1147         * src/ssl_manager.c
1148         * src/statusbar.c
1149         * src/statusbar.h
1150         * src/stock_pixmap.c
1151         * src/stock_pixmap.h
1152         * src/summaryview.c
1153         * src/textview.c
1154         * src/textview.h
1155         * src/undo.h
1156         * src/uri_opener.c
1157         * src/wizard.c
1158         * src/wizard.h
1159         * src/common/ssl.h
1160         * src/common/utils.c
1161         * src/gtk/about.c
1162         * src/gtk/colorlabel.c
1163         * src/gtk/colorlabel.h
1164         * src/gtk/combobox.h
1165         * src/gtk/description_window.c
1166         * src/gtk/filesel.c
1167         * src/gtk/gtkaspell.c
1168         * src/gtk/gtkaspell.h
1169         * src/gtk/gtkcmclist.c
1170         * src/gtk/gtkcmclist.h
1171         * src/gtk/gtkcmctree.c
1172         * src/gtk/gtkcmctree.h
1173         * src/gtk/gtkcmoptionmenu.h
1174         * src/gtk/gtksctree.c
1175         * src/gtk/gtksctree.h
1176         * src/gtk/gtkshruler.c
1177         * src/gtk/gtkshruler.h
1178         * src/gtk/gtksourceprintjob.c
1179         * src/gtk/gtksourceprintjob.h
1180         * src/gtk/gtkutils.c
1181         * src/gtk/gtkutils.h
1182         * src/gtk/gtkvscrollbutton.c
1183         * src/gtk/gtkvscrollbutton.h
1184         * src/gtk/icon_legend.c
1185         * src/gtk/inputdialog.c
1186         * src/gtk/logwindow.c
1187         * src/gtk/logwindow.h
1188         * src/gtk/manage_window.c
1189         * src/gtk/manage_window.h
1190         * src/gtk/menu.c
1191         * src/gtk/prefswindow.c
1192         * src/gtk/progressdialog.c
1193         * src/gtk/progressdialog.h
1194         * src/plugins/bogofilter/bogofilter_gtk.c
1195         * src/plugins/pgpcore/passphrase.c
1196         * src/plugins/spamassassin/spamassassin_gtk.c
1197         * src/plugins/trayicon/trayicon.c
1198         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1199         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1200         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1201         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1202         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1203                 Complete GTK+ 2.14 undeprecation
1204                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
1205
1206 2008-09-09 [colin]      3.5.0cvs95
1207
1208         * src/gtk/gtkcmclist.h
1209                 Fix build on GTK+ 2.14
1210
1211 2008-09-08 [colin]      3.5.0cvs94
1212
1213         * src/noticeview.c
1214         * src/noticeview.h
1215                 Remove GtkSignalFunc
1216
1217 2008-09-07 [colin]      3.5.0cvs93
1218
1219         * src/addressadd.c
1220         * src/addressbook_foldersel.c
1221         * src/gtk/gtkcmclist.c
1222         * src/gtk/gtkcmclist.h
1223         * src/gtk/gtkcmctree.c
1224         * src/gtk/gtkcmctree.h
1225         * src/gtk/gtksctree.c
1226         * src/gtk/prefswindow.c
1227         * src/gtk/prefswindow.h
1228                 Use GDestroyNotify instead of GtkDestroyNotify
1229                 (deprecated in GTK+ 2.14)
1230
1231 2008-09-07 [colin]      3.5.0cvs92
1232
1233         * src/textview.c
1234                 Fix bug 1712, 'invalid "Phishing attempt warning" 
1235                 when linked text ends with spaces'
1236
1237 2008-09-05 [colin]      3.5.0cvs91
1238
1239         * src/procmime.c
1240                 Maybe fix bug 1711, 'Save-as attachment crashes'
1241                 Possibly wrong free() due to pointer shifting
1242
1243 2008-09-05 [colin]      3.5.0cvs90
1244
1245         * src/compose.c
1246                 Fix bug 1710, 'User misreads "Discard Message" 
1247                 as "Discard Changes"'. Propose to save or discard
1248                 only the latest changes when closing an existing
1249                 draft. Autosave may still have saved parts of the
1250                 edit session.
1251
1252 2008-09-04 [colin]      3.5.0cvs89
1253
1254         * src/summaryview.c
1255                 Fix bug 1707, 'Segfault when sorting on non-visible column'
1256
1257 2008-09-01 [colin]      3.5.0cvs88
1258
1259         * src/imap.c
1260         * src/summaryview.c
1261         * src/common/tags.c
1262         * src/etpan/imap-thread.c
1263         * src/etpan/imap-thread.h
1264                 Store spam flag on IMAP (Junk/NonJunk, as 
1265                 ThunderBird does - this is nonstandard)
1266
1267 2008-08-31 [wwp]        3.5.0cvs87
1268
1269         * ChangeLog
1270                 Fix globish edition^Wediting.
1271
1272 2008-08-31 [wwp]        3.5.0cvs86
1273
1274         * src/addressbook.c
1275                 Don't break nickname editing for non-LDAP books (nickname
1276                 value was overwritten when editing existing contact, this
1277                 came from 3.0.2cvs109).
1278
1279 2008-08-30 [colin]      3.5.0cvs85
1280
1281         * src/mainwindow.c
1282         * src/summaryview.c
1283                 Fix "Apply tags..." key shortcut
1284
1285 2008-08-29 [iwkse]      3.5.0cvs84
1286
1287         * src/summaryview.c
1288                         Bit of clean:)
1289
1290 2008-08-29 [iwkse]      3.5.0cvs83
1291
1292         * src/summaryview.c
1293                         Disable "Move to trash" action if
1294                         we are in a trash-like folder.
1295                         Thanks to colinl
1296
1297 2008-08-29 [paul]       3.5.0cvs82
1298
1299         * configure.ac
1300                 bump up libetpan version requirement since
1301                 0.55 is released now
1302
1303 2008-08-28 [wwp]        3.5.0cvs81
1304
1305         * src/account.c
1306         * src/pop.c
1307         * src/prefs_account.c
1308         * src/prefs_account.h
1309                 Add finer granularity to the POP3's remove-after delay (now in
1310                 hours in addition to in days), patch by Paul Rolland.
1311
1312 2008-08-28 [wwp]        3.5.0cvs80
1313
1314         * src/gtk/combobox.c
1315                 Fix a typo in a comment.
1316
1317 2008-08-28 [iwkse]      3.5.0cvs79
1318
1319         * src/account.c
1320         * src/prefs_actions.c
1321         * src/prefs_filtering.c
1322         * src/prefs_template.c
1323                         Add search feature to the account, 
1324                         template and action dialog.
1325                         It's turned on selecting one row
1326                         of the list and typing some random
1327                         letter. Thanks to wwp, colinl
1328
1329 2008-08-28 [colin]      3.5.0cvs78
1330
1331         * src/Makefile.am
1332         * src/account.c
1333         * src/compose.c
1334         * src/prefs_account.c
1335         * src/prefs_account.h
1336         * src/privacy.c
1337         * src/privacy.h
1338         * src/procmime.c
1339         * src/stock_pixmap.c
1340         * src/stock_pixmap.h
1341         * src/summaryview.c
1342         * src/pixmaps/key_gpg_signed.xpm
1343                 Fix bug 1412, "Sign reply, if mail was signed"
1344                 Add an account preference to sign replies to signed mails
1345
1346 2008-08-28 [iwkse]      3.5.0cvs77
1347
1348         * src/prefs_filtering.c
1349                 Making the search more useful,
1350                 jumping directly to the relative rule.
1351
1352 2008-08-27 [colin]      3.5.0cvs76
1353
1354         * src/main.c
1355                 Add a bit of info
1356
1357 2008-08-27 [colin]      3.5.0cvs75
1358
1359         * src/gtk/gtkcmctree.c
1360                 Fix a few ifdefs
1361
1362 2008-08-26 [colin]      3.5.0cvs74
1363
1364         * src/gtk/gtkcmctree.c
1365                 Fix missing inits on old glib
1366
1367 2008-08-26 [wwp]        3.5.0cvs73
1368
1369         * src/common/utils.c
1370                 Added 'Fwd' to the list of known common subject prefixes.
1371
1372 2008-08-25 [iwkse]      3.5.0cvs72
1373
1374         * src/image_viewer.c
1375                 Add animated gif support to the
1376                 message preview.
1377
1378 2008-08-25 [colin]      3.5.0cvs71
1379
1380         * src/gtk/gtkcmctree.c
1381                 Make sure work isn't null
1382
1383 2008-08-24 [colin]      3.5.0cvs70
1384
1385         * src/common/ssl.c
1386                 Fix typo on SSL_CERT_DIR
1387
1388 2008-08-23 [holger]     3.5.0cvs69
1389
1390         * src/printing.c
1391                 Fix bug 1699 'Separator line mis-placed when
1392                 printing some e-mails'. The number of header lines
1393                 was not correctly calculated when Pango inserts
1394                 linebreaks
1395
1396 2008-08-23 [colin]      3.5.0cvs68
1397
1398         * src/mainwindow.c
1399                 Fix the account selector button; thanks
1400                 to wwp
1401
1402 2008-08-21 [colin]      3.5.0cvs67
1403
1404         * src/compose.c
1405         * src/compose.h
1406                 Add a compose preference for auto-indent
1407         * src/mainwindow.c
1408         * src/summaryview.c
1409                 Make colorlabel accels a bit less hacky
1410
1411 2008-08-21 [colin]      3.5.0cvs66
1412
1413         * src/compose.c
1414         * src/prefs_common.c
1415         * src/prefs_common.h
1416         * src/prefs_wrapping.c
1417                 Add a preference for autoindent; fix no_join tag
1418                 being applied to whole lines instead of just \n when
1419                 creating a line 
1420
1421 2008-08-21 [colin]      3.5.0cvs65
1422
1423         * src/compose.c
1424                 Add support for auto-indentation
1425
1426 2008-08-19 [colin]      3.5.0cvs64
1427
1428         * src/compose.c
1429                 Save Autowrap status in drafts/queued mails
1430
1431 2008-08-19 [colin]      3.5.0cvs63
1432
1433         * src/mainwindow.c
1434                 Fix a comment (in reality, test commit on
1435                 the new CVS server)
1436
1437 2008-08-17 [colin]      3.5.0cvs62
1438
1439         * src/prefs_actions.c
1440         * src/procmime.c
1441         * src/wizard.c
1442         * src/common/socket.h
1443         * src/gtk/gtkcmctree.c
1444                 Fix warnings
1445
1446 2008-08-16 [colin]      3.5.0cvs61
1447
1448         * src/editaddress_other_attributes_ldap.h
1449                 Add 'l' field (localityName)
1450
1451 2008-08-16 [colin]      3.5.0cvs60
1452
1453         * src/mainwindow.c
1454         * src/gtk/gtkcmclist.c
1455         * src/gtk/gtkcmclist.h
1456         * src/gtk/gtkcmctree.c
1457         * src/gtk/gtksctree.c
1458         * src/gtk/gtkutils.c
1459         * src/gtk/gtkvscrollbutton.c
1460                 Fix Maemo build (OS2007)
1461
1462 2008-08-14 [colin]      3.5.0cvs59
1463
1464         * src/folder.c
1465                 Don't crash if parent is null when creating
1466                 a folder
1467         * src/gtk/pluginwindow.c
1468                 Don't crash on race when closing window while
1469                 a plugin is loading and does gtk_iterations
1470
1471 2008-08-13 [colin]      3.5.0cvs58
1472
1473         * src/messageview.c
1474         * src/messageview.h
1475         * src/mimeview.c
1476                 Fix bug 1696, 'Viewing binary attachements 
1477                 as text over 1 MB' (various buglets)
1478
1479 2008-08-10 [colin]      3.5.0cvs57
1480
1481         * src/summaryview.c
1482         * src/gtk/gtkcmclist.c
1483                 Continue fixing GTK < 2.12 build, thanks to
1484                 Michael Hugues
1485
1486 2008-08-10 [colin]      3.5.0cvs56
1487
1488         * src/gtk/gtksctree.c
1489                 Fix build on GTK < 2.12
1490
1491 2008-08-09 [colin]      3.5.0cvs55
1492
1493         * src/mainwindow.c
1494                 Fix untranslatable strings, thanks to
1495                 Stephan Sachse
1496
1497 2008-08-07 [colin]      3.5.0cvs54
1498
1499         * src/compose.c
1500         * src/editaddress.c
1501         * src/folderview.c
1502         * src/mainwindow.c
1503         * src/message_search.c
1504         * src/mimeview.c
1505         * src/noticeview.c
1506         * src/prefs_account.c
1507         * src/prefs_common.c
1508         * src/prefs_customheader.c
1509         * src/prefs_ext_prog.c
1510         * src/prefs_filtering_action.c
1511         * src/prefs_gtk.c
1512         * src/prefs_logging.c
1513         * src/prefs_matcher.c
1514         * src/prefs_msg_colors.c
1515         * src/procmime.c
1516         * src/summary_search.c
1517         * src/summaryview.c
1518         * src/toolbar.c
1519         * src/gtk/colorsel.c
1520         * src/gtk/gtkaspell.c
1521         * src/gtk/gtkutils.c
1522         * src/gtk/gtkutils.h
1523         * src/gtk/inputdialog.c
1524         * src/gtk/pluginwindow.c
1525         * src/gtk/quicksearch.c
1526         * src/plugins/bogofilter/bogofilter_gtk.c
1527         * src/plugins/dillo_viewer/dillo_prefs.c
1528         * src/plugins/spamassassin/spamassassin_gtk.c
1529                 - Fix Ctrl-Space shortcut
1530                 - Fix mime-parsing bug in procmime (cvs52)
1531                 - Fix double-free in procmime (cvs52)
1532                 - Use gtk_bin_get_child instead of GTK_BIN()->child
1533                 - Fix Goto menu in mainwindow
1534
1535 2008-08-07 [mones]      3.5.0cvs53
1536
1537         * po/es.po
1538                 Updated translation (lots of changes!)
1539         * src/compose.c
1540                 Add missing accelerator key
1541         * src/mainwindow.c
1542                 Restored 'v' key function (thanks Colin!)
1543
1544 2008-08-06 [colin]      3.5.0cvs52
1545
1546         * src/addrbook.c
1547         * src/addrcindex.c
1548         * src/addrduplicates.c
1549         * src/addrharvest.c
1550         * src/enriched.c
1551         * src/html.c
1552         * src/ldif.c
1553         * src/mimeview.c
1554         * src/mutt.c
1555         * src/pine.c
1556         * src/procmime.c
1557         * src/vcard.c
1558         * src/wizard.c
1559                 Fix my use of g_utf8_strdown (it returns
1560                 a newly allocated string and doesn't
1561                 change the parameter)
1562
1563 2008-08-06 [colin]      3.5.0cvs51
1564
1565         * src/compose.c
1566                 Fix bug 1690, 'Copy/Paste in edit window may 
1567                 break Undo'; middle-click pastes aren't 
1568                 REPLACE_INSERT but just INSERT. 
1569                 Also, fix privacy menu selection
1570
1571 2008-08-05 [colin]      3.5.0cvs50
1572
1573         * src/action.c
1574         * src/addr_compl.c
1575         * src/addrbook.c
1576         * src/addrcindex.c
1577         * src/addrduplicates.c
1578         * src/addrharvest.c
1579         * src/enriched.c
1580         * src/html.c
1581         * src/ldif.c
1582         * src/main.c
1583         * src/mimeview.c
1584         * src/mutt.c
1585         * src/pine.c
1586         * src/procmime.c
1587         * src/vcard.c
1588         * src/wizard.c
1589         * src/common/socket.c
1590         * src/gtk/gtkutils.c
1591         * src/gtk/gtkutils.h
1592         * src/gtk/menu.c
1593         * src/plugins/spamassassin/spamassassin.c
1594                 More undeprecation (Glib)
1595
1596 2008-08-05 [colin]      3.5.0cvs49
1597
1598         * src/prefs_account.c
1599         * src/prefs_filtering_action.c
1600         * src/prefs_matcher.c
1601         * src/gtk/Makefile.am
1602         * src/gtk/claws-marshal.list
1603         * src/gtk/colorlabel.c
1604         * src/gtk/colorsel.c
1605         * src/gtk/foldersort.c
1606         * src/gtk/gtkaspell.c
1607         * src/gtk/gtkcmclist.c
1608         * src/gtk/gtkcmclist.h
1609         * src/gtk/gtkcmctree.c
1610         * src/gtk/gtkcmctree.h
1611         * src/gtk/gtkcmoptionmenu.c
1612         * src/gtk/gtkcmoptionmenu.h
1613         * src/gtk/gtksctree.c
1614         * src/gtk/gtksctree.h
1615         * src/gtk/gtkutils.c
1616         * src/gtk/gtkutils.h
1617         * src/gtk/gtkvscrollbutton.c
1618         * src/gtk/menu.c
1619         * src/gtk/menu.h
1620         * src/gtk/quicksearch.c
1621         * src/plugins/dillo_viewer/dillo_viewer.c
1622         * src/plugins/pgpcore/select-keys.c
1623                 Try to finish yesterday's commit
1624
1625 2008-08-04 [colin]      3.5.0cvs48
1626
1627         * src/addressadd.c
1628         * src/addressbook.c
1629         * src/addressbook_foldersel.c
1630         * src/addressitem.h
1631         * src/addrgather.c
1632         * src/browseldap.c
1633         * src/compose.c
1634         * src/compose.h
1635         * src/editaddress.c
1636         * src/editaddress_other_attributes_ldap.c
1637         * src/editgroup.c
1638         * src/editldap_basedn.c
1639         * src/folderview.c
1640         * src/folderview.h
1641         * src/grouplistdialog.c
1642         * src/image_viewer.c
1643         * src/imap_gtk.c
1644         * src/importldif.c
1645         * src/main.c
1646         * src/mainwindow.c
1647         * src/message_search.c
1648         * src/mh_gtk.c
1649         * src/mimeview.c
1650         * src/mimeview.h
1651         * src/news_gtk.c
1652         * src/noticeview.h
1653         * src/prefs_account.c
1654         * src/prefs_filtering_action.c
1655         * src/prefs_matcher.c
1656         * src/prefs_msg_colors.c
1657         * src/prefs_summaries.c
1658         * src/statusbar.c
1659         * src/stock_pixmap.c
1660         * src/summary_search.c
1661         * src/summaryview.c
1662         * src/summaryview.h
1663         * src/textview.c
1664         * src/toolbar.h
1665         * src/gtk/Makefile.am
1666         * src/gtk/claws-marshal.list
1667         * src/gtk/colorsel.c
1668         * src/gtk/foldersort.c
1669         * src/gtk/gtkaspell.c
1670         * src/gtk/gtkcmclist.c
1671         * src/gtk/gtkcmclist.h
1672         * src/gtk/gtkcmctree.c
1673         * src/gtk/gtkcmctree.h
1674         * src/gtk/gtksctree.c
1675         * src/gtk/gtksctree.h
1676         * src/gtk/gtkutils.c
1677         * src/gtk/gtkutils.h
1678         * src/gtk/gtkvscrollbutton.c
1679         * src/gtk/menu.c
1680         * src/gtk/menu.h
1681         * src/gtk/quicksearch.c
1682         * src/plugins/dillo_viewer/dillo_viewer.c
1683         * src/plugins/pgpcore/select-keys.c
1684                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
1685                 Undeprecate their implementation (GtkArg, GtkType, ...)
1686                 Undeprecate a few other things here and there
1687                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
1688                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
1689                 still have work to do
1690
1691 2008-08-04 [colin]      3.5.0cvs47
1692
1693         * src/compose.c
1694         * src/compose.h
1695         * src/toolbar.h
1696         * src/textview.c
1697         * src/stock_pixmap.c
1698         * src/statusbar.c
1699         * src/noticeview.h
1700         * src/mimeview.h
1701         * src/mainwindow.c
1702         * src/image_viewer.c
1703         * src/gtk/gtkaspell.c
1704         * src/gtk/gtkvscrollbutton.c
1705         * src/plugins/dillo_viewer/dillo_viewer.c
1706                 Undeprecate more things
1707
1708 2008-08-02 [colin]      3.5.0cvs46
1709
1710         * src/mainwindow.c
1711                 Fix toggle menu activation state
1712                 (thanks to cvs45 ;)
1713
1714 2008-08-02 [paul]       3.5.0cvs45
1715
1716         * src/mainwindow.c
1717                 fix sensitivity of
1718                 /View/Show or hide/Message View
1719
1720 2008-08-01 [paul]       3.5.0cvs44
1721
1722         * src/common/utils.c
1723         * src/plugins/pgpcore/claws.def
1724         * src/plugins/pgpinline/claws.def
1725                 fix compilation problems on mingw32,
1726                 (bug 1688) Patch by Marcus Brinkmann
1727
1728 2008-08-01 [colin]      3.5.0cvs43
1729
1730         * src/gtk/gtkutils.c
1731         * src/gtk/gtkvscrollbutton.c
1732                 Oups, fix build
1733
1734 2008-08-01 [colin]      3.5.0cvs42
1735
1736         * src/compose.c
1737         * src/foldersel.c
1738         * src/mainwindow.c
1739         * src/prefs_account.c
1740         * src/prefs_folder_item.c
1741         * src/prefs_quote.c
1742         * src/summaryview.c
1743         * src/gtk/gtkaspell.c
1744         * src/gtk/gtkutils.c
1745         * src/gtk/gtkvscrollbutton.c
1746                 Replace a few deprecated function calls
1747
1748 2008-08-01 [paul]       3.5.0cvs41
1749
1750         * src/action.c
1751                 fix crash that occurs because of recent GtkUIManager
1752                 changes. Thanks to Colin
1753
1754 2008-07-31 [colin]      3.5.0cvs40
1755
1756         * src/addressbook.c
1757         * src/compose.c
1758         * src/mainwindow.c
1759         * src/messageview.c
1760                 Some Maemo fixes
1761         * src/gtk/menu.c
1762         * src/gtk/menu.h
1763                 Remove deprecated helper funcs
1764
1765 2008-07-30 [colin]      3.5.0cvs39
1766
1767         * src/folderview.c
1768         * src/folderview.h
1769         * src/imap_gtk.c
1770         * src/mh_gtk.c
1771         * src/news_gtk.c
1772                 Move the folderview popup menu to GtkUIManager
1773
1774 2008-07-29 [colin]      3.5.0cvs38
1775
1776         * src/account.c
1777         * src/account.h
1778         * src/action.c
1779         * src/action.h
1780         * src/addressitem.h
1781         * src/compose.c
1782         * src/edittags.c
1783         * src/mainwindow.c
1784         * src/mainwindow.h
1785         * src/mimeview.c
1786         * src/summaryview.c
1787         * src/gtk/menu.c
1788         * src/gtk/menu.h
1789                 Switch the main menu to GtkUIManager
1790                 Warning fixes
1791
1792 2008-07-29 [colin]      3.5.0cvs37
1793
1794         * src/news.c
1795                 Fix bug 1684, 'view news messages with large 
1796                 attachements segfaults'
1797
1798 2008-07-29 [colin]      3.5.0cvs36
1799
1800         * src/action.c
1801         * src/action.h
1802         * src/addressbook.c
1803         * src/addressitem.h
1804         * src/compose.c
1805         * src/compose.h
1806         * src/messageview.c
1807         * src/messageview.h
1808         * src/summaryview.c
1809         * src/gtk/menu.c
1810         * src/gtk/menu.h
1811                 More switches to GtkUIManager
1812
1813 2008-07-26 [colin]      3.5.0cvs35
1814
1815         * src/gtk/menu.c
1816         * src/gtk/menu.h
1817                 Fix prototype
1818
1819 2008-07-25 [colin]      3.5.0cvs34
1820
1821         * src/addrcustomattr.c
1822         * src/addressbook.c
1823         * src/compose.c
1824         * src/editaddress.c
1825         * src/editaddress_other_attributes_ldap.h
1826         * src/edittags.c
1827         * src/mainwindow.c
1828         * src/mimeview.c
1829         * src/prefs_actions.c
1830         * src/prefs_filtering.c
1831         * src/prefs_template.c
1832         * src/summaryview.c
1833         * src/textview.c
1834         * src/textview.h
1835         * src/toolbar.c
1836         * src/gtk/about.c
1837         * src/gtk/menu.c
1838         * src/gtk/menu.h
1839         * src/plugins/trayicon/trayicon.c
1840                 More changes from GtkItemFactory to GtkUIManager
1841
1842 2008-07-25 [colin]      3.5.0cvs33
1843
1844         * src/gtk/menu.h
1845                 Add a macro to remove menu items
1846                 Make the gui_manager variable useless
1847
1848 2008-07-24 [colin]      3.5.0cvs32
1849
1850         * src/mimeview.c
1851                 Fix a gtk warning on clear
1852         * src/mainwindow.c
1853         * src/summaryview.c
1854         * src/summaryview.h
1855                 Switch the message list popup menu to
1856                 GtkUIManager
1857
1858 2008-07-23 [colin]      3.5.0cvs31
1859
1860         * src/plugins/pgpcore/pgp_viewer.c
1861         * src/plugins/pgpcore/sgpgme.c
1862                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
1863                 Patch by Thomas Wiegner <wiegner@gmx.de>
1864
1865 2008-07-20 [paul]       3.5.0cvs30
1866
1867         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1868                 remove redundant GTK version check
1869
1870 2008-07-20 [ticho]      3.5.0cvs29
1871
1872         * src/folderview.c
1873         * src/imap_gtk.c
1874         * src/news_gtk.c
1875                 Moved sensitivity setting for "Download messages" for IMAP and
1876                 news folders from folderview.c to imap_gtk.c and news_gtk.c
1877                 respectively for better code readability.
1878                 Fixed indentation in news' set_sensitivity().
1879
1880 2008-07-20 [paul]       3.5.0cvs28
1881
1882         * src/addrgather.c
1883                 remove more redundant code following cvs27
1884
1885 2008-07-20 [paul]       3.5.0cvs27
1886
1887         * src/addrgather.c
1888                 remove now redundant code
1889         * src/mainwindow.c
1890         * src/mainwindow.h
1891                 fix bug 1673, 'Tools/Harvest adresses is
1892                 grayed out if folder is empty'
1893
1894 2008-07-19 [ticho]      3.5.0cvs26
1895
1896         * src/edittags.c
1897         * src/main.c
1898         * src/mimeview.c
1899         * src/mimeview.h
1900         * src/gtk/gtkutils.c
1901         * src/gtk/gtkutils.h
1902         * src/gtk/menu.c
1903         * src/gtk/menu.h
1904                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
1905                 instead of deprecated GtkItemFactory.
1906
1907 2008-07-19 [colin]      3.5.0cvs25
1908
1909         * src/account.c
1910         * src/addrgather.c
1911         * src/compose.c
1912         * src/editldap.c
1913         * src/expldifdlg.c
1914         * src/importldif.c
1915         * src/main.c
1916         * src/mainwindow.c
1917         * src/mimeview.c
1918         * src/noticeview.c
1919         * src/prefs_account.c
1920         * src/prefs_actions.c
1921         * src/prefs_ext_prog.c
1922         * src/prefs_filtering.c
1923         * src/prefs_folder_item.c
1924         * src/prefs_image_viewer.c
1925         * src/prefs_logging.c
1926         * src/prefs_msg_colors.c
1927         * src/prefs_other.c
1928         * src/prefs_send.c
1929         * src/prefs_spelling.c
1930         * src/prefs_summaries.c
1931         * src/prefs_template.c
1932         * src/printing.c
1933         * src/quote_fmt.c
1934         * src/summary_search.c
1935         * src/summaryview.c
1936         * src/toolbar.c
1937         * src/wizard.c
1938         * src/common/Makefile.am
1939         * src/gtk/gtksctree.c
1940         * src/gtk/gtkutils.h
1941         * src/gtk/pluginwindow.c
1942         * src/gtk/quicksearch.c
1943         * src/plugins/bogofilter/bogofilter_gtk.c
1944         * src/plugins/dillo_viewer/dillo_prefs.c
1945         * src/plugins/pgpcore/prefs_gpg.c
1946         * src/plugins/spamassassin/spamassassin_gtk.c
1947         * src/plugins/trayicon/trayicon.c
1948         * src/plugins/trayicon/trayicon_prefs.c
1949                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
1950                 or greater). Use the old deprecated one on GTK+ < 2.12.
1951                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1952                 of time!
1953
1954 2008-07-16 [colin]      3.5.0cvs24
1955
1956         * src/mainwindow.c
1957                 Fix folderview's scrolbar when starting minimised
1958                 to tray, and popping up the mainwindow by calling
1959                 claws-mail from the command line
1960
1961 2008-07-08 [colin]      3.5.0cvs23
1962
1963         * src/compose.c
1964                 Possibly fix po-headers appearing on empty
1965                 templates
1966
1967 2008-07-08 [colin]      3.5.0cvs22
1968
1969         * src/folderview.c
1970         * src/summaryview.c
1971                 Finish the always_open tristate patch, by Jonathan
1972                 Corbet.
1973
1974 2008-07-07 [paul]       3.5.0cvs21
1975
1976         * src/mainwindow.c
1977                 fix typo (missing ")
1978
1979 2008-07-07 [paul]       3.5.0cvs20
1980
1981         * src/mainwindow.c
1982                 fit the menu style a bit better
1983
1984 2008-07-07 [colin]      3.5.0cvs19
1985
1986         * src/prefs_themes.c
1987                 Make upgrading themes easier
1988
1989 2008-07-07 [colin]      3.5.0cvs18
1990
1991         * src/mainwindow.c
1992         * src/prefs_toolbar.c
1993         * src/stock_pixmap.c
1994                 Finish fixing bug 1609, 'Icon issues'
1995
1996 2008-07-07 [colin]      3.5.0cvs17
1997
1998         * src/prefs_common.c
1999                 Fix the default value
2000
2001 2008-07-07 [colin]      3.5.0cvs16
2002
2003         * src/prefs_summaries.c
2004                 Revert my fix to the string, the correct term
2005                 is indeed Message View
2006
2007 2008-07-07 [colin]      3.5.0cvs15
2008
2009         * AUTHORS
2010         * src/gtk/authors.h
2011         * src/prefs_common.c
2012         * src/prefs_common.h
2013         * src/prefs_summaries.c
2014         * src/summaryview.c
2015         * src/gtk/authors.h
2016                 Change "Always open message when selected" to
2017                 a tristate (Never/Always/When preview is visible)
2018                 Patch by Jonathan Corbet <corbet@lwn.net>.
2019
2020 2008-07-06 [paul]       3.5.0cvs14
2021
2022         * src/addrgather.c
2023                 improve the layout of the dialogue
2024                 improve the English
2025                 add tooltips
2026                 fix some of the nasty coding style
2027         * src/mainwindow.c
2028                 improve the English
2029                 add some missing mnemonics
2030
2031 2008-07-05 [paul]       3.5.0cvs13
2032
2033         * src/mainwindow.c
2034         * src/mainwindow.h
2035                 fix bug 1398, '"Change current account" is
2036                 available even when there's only one account'
2037         * src/plugins/pgpcore/prefs_gpg.c
2038                 put back a needed include, removed in error
2039
2040 2008-07-05 [colin]      3.5.0cvs12
2041
2042         * src/mainwindow.c
2043                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
2044
2045 2008-07-05 [colin]      3.5.0cvs11
2046
2047         * src/news.c
2048         * src/news_gtk.c
2049                 Provide ability to rename newsgroups. Closes
2050                 bug 1444, 'Add GUI option for renaming 
2051                 newsgroups'. Patch by Pawel Pekala
2052
2053 2008-07-05 [colin]      3.5.0cvs10
2054
2055         * src/plugins/pgpcore/passphrase.c
2056         * src/plugins/pgpcore/prefs_gpg.c
2057         * src/plugins/pgpcore/select-keys.c
2058                 Simplify GTK includes (with the advantage
2059                 of compiling against GTK+2.13); patch by
2060                 Charles A Edwards
2061
2062 2008-07-05 [colin]      3.5.0cvs9
2063
2064         * src/wizard.c
2065                 Add SSL client certificates
2066
2067 2008-07-05 [colin]      3.5.0cvs8
2068
2069         * src/prefs_account.c
2070         * src/common/session.h
2071                 Fix warnings
2072         * src/common/ssl.c
2073                 Add one path for certs
2074
2075 2008-07-05 [colin]      3.5.0cvs7
2076
2077         * src/prefs_account.c
2078                 Fix no-ssl build
2079
2080 2008-07-04 [colin]      3.5.0cvs6
2081
2082         * src/common/ssl.c
2083         * src/common/ssl.h
2084         * src/common/ssl_certificate.c
2085                 Workaround distro bugs and fix certificate checking
2086                 with OpenSSL
2087
2088 2008-07-04 [colin]      3.5.0cvs5
2089
2090         * src/filtering.c
2091         * src/common/ssl_certificate.c
2092         * src/common/ssl_certificate.h
2093         * src/etpan/imap-thread.c
2094         * src/etpan/nntp-thread.c
2095                 Fix some leaks, thanks to Martin Zwickel
2096                 Rename gnutls functions that do the same
2097                 as OpenSSL ones, to avoid symbol clashing
2098                 when Claws is built against GnuTLS and
2099                 libetpan against OpenSSL
2100
2101 2008-07-04 [paul]       3.5.0cvs4
2102
2103         * src/prefs_account.c
2104                 remove 1 forgotten '.'
2105
2106 2008-07-04 [paul]       3.5.0cvs3
2107
2108         * src/prefs_account.c
2109                 layout/engrish fixes to the 'Client
2110                 certificates' frame
2111
2112 2008-07-03 [colin]      3.5.0cvs2
2113
2114         * src/imap.c
2115         * src/news.c
2116         * src/pop.c
2117         * src/prefs_account.c
2118         * src/prefs_account.h
2119         * src/prefs_common.c
2120         * src/send_message.c
2121         * src/common/session.c
2122         * src/common/session.h
2123         * src/common/smtp.c
2124         * src/common/smtp.h
2125         * src/common/socket.h
2126         * src/common/ssl.c
2127         * src/common/ssl.h
2128         * src/common/ssl_certificate.c
2129         * src/common/ssl_certificate.h
2130         * src/etpan/imap-thread.c
2131         * src/etpan/nntp-thread.c
2132         * src/gtk/inputdialog.c
2133                 Add support for SSL client certificates (either PEM files
2134                 with certificate and private key, either PKCS12 files)
2135
2136 2008-06-28 [colin]      3.5.0cvs1
2137
2138         * src/foldersel.c
2139                 Fix compilation with older GTKs
2140
2141 2008-06-27 [paul]       3.5.0
2142
2143         * NEWS
2144         * README
2145         * RELEASE_NOTES 
2146                 3.5.0 released
2147
2148 2008-06-27 [paul]       3.4.0cvs116
2149
2150         * src/gtk/authors.h
2151                 complete cvs115
2152
2153 2008-06-27 [paul]       3.4.0cvs115
2154
2155         * configure.ac
2156         * src/gtk/authors.h
2157                 no longer build unmaintained translations
2158
2159 2008-06-27 [paul]       3.4.0cvs114
2160
2161         * po/de.po
2162         * po/fi.po
2163         * po/pt_BR.po
2164                 updated by Stephan Sachse, Flammie Pirinen, and
2165                 Frederico Goncalves Guimaraes
2166
2167 2008-06-26 [wwp]        3.4.0cvs113
2168
2169         * manual/fr/advanced.xml
2170                 Update French version of the manual (AutoFaces documentation).
2171
2172 2008-06-26 [wwp]        3.4.0cvs112
2173
2174         * manual/fr/advanced.xml
2175         * manual/fr/plugins.xml
2176                 Updated French version of the manual (completed
2177                 hidden options list, added note about Clawsker
2178                 and new mail archiver plugin).
2179
2180 2008-06-25 [colin]      3.4.0cvs111
2181
2182         * src/gtk/gtkaspell.c
2183                 Fix non-UTF8 in the replace with dialog
2184         * src/prefs_actions.c
2185                 Fix possible crasher
2186                 Patches by Pawel
2187
2188 2008-06-24 [mones]      3.4.0cvs110
2189
2190         * src/autofaces.c
2191                 Fix non-warning message, downgraded to debug info
2192
2193 2008-06-24 [colin]      3.4.0cvs109
2194
2195         * src/summaryview.c
2196                 Fix bug 1650, Message line too small after 
2197                 changing columns in "three columns" layout
2198
2199 2008-06-24 [colin]      3.4.0cvs108
2200
2201         * src/messageview.c
2202                 Fix Spam button sensitivity in newsgroups
2203
2204 2008-06-23 [wwp]        3.4.0cvs107
2205
2206         * po/fr.po
2207                 Updated French translation.
2208
2209 2008-06-23 [mones]      3.4.0cvs106
2210
2211         * po/es.po
2212                 Updated translation for release
2213
2214 2008-06-22 [mones]      3.4.0cvs105
2215
2216         * manual/es/plugins.xml
2217                 Synced new entry for Mail Archiver plugin
2218
2219 2008-06-22 [colin]      3.4.0cvs104
2220
2221         * src/compose.c
2222                 Fix initial cursor position
2223
2224 2008-06-21 [paul]       3.4.0cvs103
2225
2226         * manual/plugins.xml
2227                 add an entry for the new Mail Archiver plugin
2228
2229 2008-06-21 [paul]       3.4.0cvs102
2230
2231         * src/gtk/about.c
2232                 we're in 'string freeze', put back the
2233                 < > symbols for now
2234
2235 2008-06-21 [paul]       3.4.0cvs101
2236
2237         * manual/advanced.xml
2238         * manual/es/advanced.xml
2239                 fix build warning: <emphasis> cannot be contained
2240                 within <filename>
2241         * src/gtk/about.c
2242                 fix non-clickable link on License page and drop
2243                 the containing < > symbols to match other links
2244
2245 2008-06-20 [mones]      3.4.0cvs100
2246
2247         * manual/advanced.xml
2248                 Added autofaces documentation, note about clawsker in hidden
2249                 preferences, minor markup fix. Thanks Paul for proofreading
2250         * manual/es/advanced.xml
2251                 Synchronised Spanish manual
2252
2253 2008-06-16 [colin]      3.4.0cvs99
2254
2255         * src/compose.c
2256                 Fix cursor placing on signature change
2257
2258 2008-06-16 [paul]       3.4.0cvs98
2259
2260         * src/imap_gtk.c
2261         * src/mh_gtk.c
2262         * src/gtk/inputdialog.c
2263                 really fussy coding style fixes
2264
2265 2008-06-16 [paul]       3.4.0cvs97
2266
2267         * src/Makefile.am
2268                 keep the alphabetical order
2269
2270 2008-06-13 [mones]      3.4.0cvs96
2271
2272         * src/autofaces.c
2273                 Fix crasher ;-)
2274         * src/prefs_filtering_action.c
2275                 Fixed cosmetic bug, processing also displays "Filtering"
2276
2277 2008-06-13 [mones]      3.4.0cvs95
2278
2279         * src/Makefile.am
2280         * src/autofaces.c       ** NEW FILE **  
2281         * src/autofaces.h       ** NEW FILE **
2282         * src/compose.c
2283                 Allow setting Faces and X-Faces globally and per-account
2284                 from configuration files under ~/.claws-mail/autofaces
2285
2286 2008-06-13 [holger]     3.4.0cvs94
2287
2288         * .cvsignore
2289                 More files to ignore
2290         * src/gtk/inputdialog.c
2291         * src/gtk/inputdialog.h
2292                 Make input dialog more generic so that a checkbox
2293                 with custom text can be used in addition to the
2294                 "remember this" checkbox
2295         * src/imap_gtk.c
2296         * src/mh_gtk.c
2297         * src/prefs_common.c
2298         * src/prefs_common.h
2299                 Allow new folders to inherit the properties of the
2300                 parent folder during folder creation
2301
2302 2008-06-13 [wwp]        3.4.0cvs93
2303
2304         * src/addressbook.c
2305                 a better fix for this string, won't break up translations,
2306                 and is conform to other similar ones.
2307
2308 2008-06-13 [wwp]        3.4.0cvs92
2309
2310         * src/addrduplicates.c
2311         * src/addressadd.c
2312         * src/addressbook.c
2313         * src/addressbook_foldersel.c
2314         * src/editgroup.c
2315                 use tree decorations everywhere AB folders are used (AB tree pane,
2316                     add address to AB, select AB folder, edit group, custom attr, find dup
2317                     results), in order to match global style
2318                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
2319                     double clicking on groups in tree pane does open the group edit dialog
2320                     double clicking on other items in tree pane does expand/collapse
2321                 fix a missing space in AB's delete-folder dialog
2322                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
2323
2324         * src/foldersel.c
2325                 make foldersel dialog show dotted lines according to global (hidden) prefs
2326
2327 2008-06-12 [colin]      3.4.0cvs91
2328
2329         * src/compose.c
2330         * src/compose.h
2331                 Fix bug 1635, 'Last character of message is truncated 
2332                 when changing accounts w/ sigs'
2333         * src/folderview.c
2334                 Fix bug 1636, 'Can't select "properties" on "folders 
2335                 only" folders'
2336
2337 2008-06-11 [colin]      3.4.0cvs90
2338
2339         * src/folder.c
2340                 Maybe fix bug 1623, 'exits with segfault when 
2341                 logging in to certain imap-servers'
2342
2343 2008-06-10 [mones]      3.4.0cvs89
2344
2345         * AUTHORS
2346         * tools/Makefile.am
2347         * tools/README
2348         * tools/convert_mbox.sh
2349                 Undo cvs86 and cvs87, it really should be a patch to 
2350                 convert_mbox.pl
2351
2352 2008-06-10 [wwp]        3.4.0cvs88
2353
2354         * po/fr.po
2355                 Updated French translation.
2356
2357 2008-06-10 [mones]      3.4.0cvs87
2358
2359         * tools/Makefile.am
2360                 Oops, forgot to add previous script for distribution
2361
2362 2008-06-10 [mones]      3.4.0cvs86
2363
2364         * AUTHORS
2365         * tools/README
2366         * tools/convert_mbox.sh
2367                 Added script to convert Evolution mail folders contributed
2368                 by Daniel Dickinson <cshore@fionavar.ca>
2369                 Fixes debian bug 461435
2370
2371 2008-06-09 [colin]      3.4.0cvs85
2372
2373         * src/main.c
2374                 Integrate AWN information bubble if dbus is
2375                 available
2376         * src/folder.c
2377                 Fix crash when calling scan_required() on 
2378                 folder classes that don't implement them
2379         * src/common/session.c
2380                 Fix a little typo
2381
2382 2008-06-09 [colin]      3.4.0cvs84
2383
2384         * src/main.c
2385                 Fix bug 1447, 'If user tries to close while starting 
2386                 up, it will not close ever.'
2387
2388 2008-06-09 [colin]      3.4.0cvs83
2389
2390         * src/filtering.c
2391                 Fix bug 1628, 'Claws Mail crashes when 
2392                 filtering selected messages'
2393
2394 2008-06-04 [colin]      3.4.0cvs82
2395
2396         * src/messageview.c
2397                 Complete handling of html parts in multipart/alternative
2398                 mails
2399
2400 2008-06-03 [paul]       3.4.0cvs81
2401
2402         * src/prefs_message.c
2403                 make always the english good
2404
2405 2008-06-03 [colin]      3.4.0cvs80
2406
2407         * src/mainwindow.c
2408         * src/mainwindow.h
2409                 Fix bug 1624, '[PATCH] Quick search should be 
2410                 disabled for folder view'; based on a patch by
2411                 Michael Terry
2412
2413 2008-06-03 [iwkse]      3.4.0cvs79
2414
2415         * src/addressbook.c
2416                 Fix little gui bug on button sensitivity
2417         * src/messageview.c
2418         * src/prefs_common.c
2419         * src/prefs_common.h
2420         * src/prefs_message.c
2421                 Allow by default to show html in multipart/alternative
2422
2423 2008-06-02 [colin]      3.4.0cvs78
2424
2425         * src/prefs_actions.c
2426                 GUI rework, patch by Pawel 
2427
2428 2008-06-02 [colin]      3.4.0cvs77
2429
2430         * src/quote_fmt.c
2431                 Fix sensitivity/alignment, patch from
2432                 Pawel
2433
2434 2008-05-31 [colin]      3.4.0cvs76
2435
2436         * src/imap.c
2437                 Fix login issue introduced in cvs75.
2438
2439 2008-05-31 [colin]      3.4.0cvs75
2440
2441         * src/imap.c
2442                 Fix more possible double-frees. Also, fix the root cause
2443                 of these double-frees by just noting the Session is to
2444                 be destroyed instead of destroying it in flight
2445
2446 2008-05-29 [paul]       3.4.0cvs74
2447
2448         * manual/keyboard.xml
2449                 'Makes' these entries like the others
2450
2451 2008-05-29 [colin]      3.4.0cvs73
2452
2453         * src/procmsg.h
2454                 Include utils.h in case we
2455                 need to pull goffset definition
2456
2457 2008-05-29 [colin]      3.4.0cvs72
2458
2459         * src/common/utils.h
2460                 Workaround a stupid Glib issue, where
2461                 goffset happens to be undefined. 
2462
2463 2008-05-28 [colin]      3.4.0cvs71
2464
2465         * src/compose.c
2466         * src/compose.h
2467         * src/grouplistdialog.c
2468         * src/image_viewer.c
2469         * src/imap.c
2470         * src/inc.c
2471         * src/main.c
2472         * src/matcher.c
2473         * src/messageview.c
2474         * src/mimeview.c
2475         * src/prefs_themes.c
2476         * src/procmsg.h
2477         * src/summaryview.c
2478         * src/summaryview.h
2479         * src/textview.c
2480         * src/common/smtp.c
2481         * src/common/utils.c
2482         * src/common/utils.h
2483                 Use goffset instead of off_t for MsgInfo's size
2484                 Allows using MsgInfo structure from plugins
2485                 compiled with largefile support
2486
2487 2008-05-26 [colin]      3.4.0cvs70
2488
2489         * src/mainwindow.c
2490         * src/mainwindow.h
2491                 Define THEME_CHANGED_HOOKLIST and invoke
2492                 it on theme change
2493         * src/plugins/trayicon/trayicon.c
2494                 Listen to THEME_CHANGED_HOOKLIST and
2495                 update accordingly
2496
2497 2008-05-26 [paul]       3.4.0cvs69
2498
2499         * src/mimeview.c
2500                 plug a leak in mimeview_save_all()
2501
2502 2008-05-24 [colin]      3.4.0cvs68
2503
2504         * src/common/utils.h
2505                 Fix wrong define on old glibs
2506
2507 2008-05-24 [paul]       3.4.0cvs67
2508
2509         * src/Makefile.am
2510         * src/stock_pixmap.c
2511         * src/stock_pixmap.h
2512         * src/toolbar.c
2513         * src/pixmaps/cancel.xpm
2514         * src/pixmaps/close.xpm
2515                 add a specific icon for A_CANCEL_INC (addresses
2516                 point 1 of bug 1609 'Icon issues')
2517                 replace close.xpm with an icon of the standard
2518                 24x24 size
2519
2520 2008-05-24 [paul]       3.4.0cvs66
2521
2522         * src/pixmaps/insert_file.xpm
2523                 replaced
2524
2525 2008-05-23 [paul]       3.4.0cvs65
2526
2527         * src/common/md5.c
2528         * src/common/md5.h
2529                 add the possibility to check md5 on binary files,
2530                 thanks to Colin
2531
2532 2008-05-23 [colin]      3.4.0cvs64
2533
2534         * src/mainwindow.c
2535         * src/summaryview.c
2536                 Fix bug 1610, 'claws crash after opening/closing 
2537                 preferences and window update'
2538
2539 2008-05-22 [colin]      3.4.0cvs63
2540
2541         * src/prefs_filtering_action.c
2542         * src/gtk/combobox.c
2543         * src/gtk/combobox.h
2544                 Fix reselecting of Tags actions in
2545                 filtering actions dialog
2546
2547 2008-05-22 [colin]      3.4.0cvs62
2548
2549         * src/Makefile.am
2550         * src/prefs_toolbar.c
2551         * src/stock_pixmap.c
2552         * src/stock_pixmap.h
2553         * src/toolbar.c
2554         * src/pixmaps/delete_btn.xpm
2555         * src/pixmaps/insert_file.xpm
2556         * src/pixmaps/mail_reply_to_list.xpm
2557                 Fix more of bug 1609:
2558                 - Add a Delete button icon
2559                 - Add a Reply to list button icon
2560                 - Fix Insert file button icon
2561                 Artwork by Ciprian Popovici.
2562
2563 2008-05-21 [colin]      3.4.0cvs61
2564
2565         * src/common/utils.c
2566                 Fix a little leak
2567
2568 2008-05-21 [wwp]        3.4.0cvs60
2569
2570         * src/prefs_filtering.c
2571                 Don't show SMTP-only accounts in accounts list, as they are
2572                 irrelevant for filtering incoming messages.
2573
2574 2008-05-21 [colin]      3.4.0cvs59
2575
2576         * src/mainwindow.c
2577                 Don't put SMTP-only accounts in receive menus
2578
2579 2008-05-21 [colin]      3.4.0cvs58
2580
2581         * src/imap.c
2582                 Fix cvs56 (brain fart)
2583
2584 2008-05-21 [colin]      3.4.0cvs57
2585
2586         * src/common/utils.c
2587                 Fix bug 1615, 'hang on FIFO when the other end's not 
2588                 opened'
2589
2590 2008-05-21 [colin]      3.4.0cvs56
2591
2592         * src/imap.c
2593                 Fix a warning
2594
2595 2008-05-19 [colin]      3.4.0cvs55
2596
2597         * src/plugins/pgpcore/sgpgme.c
2598                 Maybe fix debian bug 481856, 'Segmentation fault 
2599                 when verifying a GPG signature'. Although it 
2600                 looks like a race condition...
2601
2602 2008-05-19 [colin]      3.4.0cvs54
2603
2604         * src/prefs_filtering_action.c
2605         * src/prefs_matcher.c
2606         * src/common/tags.c
2607         * src/common/tags.h
2608         * src/gtk/combobox.c
2609         * src/gtk/combobox.h
2610                 Patch by Pawel: disabled Tags menus in filtering dialogs
2611
2612 2008-05-19 [colin]      3.4.0cvs53
2613
2614         * src/prefs_account.c
2615                 GUI patch by Pawel: align ports entries
2616
2617 2008-05-19 [colin]      3.4.0cvs52
2618
2619         * src/mainwindow.c
2620                 Fix bug 1616, 'strange question while emptying trash'
2621
2622 2008-05-18 [colin]      3.4.0cvs51
2623
2624         * src/common/plugin.c
2625         * src/etpan/imap-thread.c
2626         * src/etpan/nntp-thread.c
2627         * src/gtk/gtksctree.c
2628                 Fix bug 1613, 'Various memory leaks'; 
2629                 based on a patch by Didier Barvaux.
2630
2631 2008-05-18 [colin]      3.4.0cvs50
2632
2633         * src/mimeview.c
2634         * src/privacy.h
2635         * src/toolbar.c
2636         * src/toolbar.h
2637         * src/plugins/pgpcore/sgpgme.c
2638                 Fix more parts of bug 1609:
2639                 - Make use of specific Expired privacy icon
2640                 - Use CLOSE instead of NOTICE_ERROR for cancel
2641                   receiving
2642                 - Allow a Preferences button in the main toolbar
2643
2644 2008-05-18 [colin]      3.4.0cvs49
2645
2646         * src/stock_pixmap.c
2647                 Fix bug with non-updating icons after theme change:
2648                 If fetching pixbuf for a given icon after a theme
2649                 change, the next pixmap fetch would return the old
2650                 cached one, as the theme change was forgotten at 
2651                 this time. (and vice-versa). This was mostly 
2652                 visible on open folder icons
2653
2654 2008-05-17 [colin]      3.4.0cvs48
2655
2656         * src/prefs_summaries.c
2657         * src/summaryview.c
2658                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
2659                 options'. Patch by Pawel
2660
2661 2008-05-16 [colin]      3.4.0cvs47
2662
2663         * src/imap.c
2664                 Fix another possible crash (on fatal errors
2665                 at login, like stream error).
2666
2667 2008-05-16 [paul]       3.4.0cvs46
2668
2669         * tools/thunderbird-filters-convertor.pl
2670                 fix a typo
2671                 fix reading a tb rule that contains something
2672                 like that: \"Sender\"
2673
2674 2008-05-16 [paul]       3.4.0cvs45
2675
2676         * tools/README
2677         * tools/csv2addressbook.pl
2678                 add support for gmail exported csv address book
2679
2680 2008-05-16 [colin]      3.4.0cvs44
2681
2682         * configure.ac
2683         * src/ldapupdate.c
2684                 Fix ldap deprecated calls. Patch by
2685                 Michael Rasmussen
2686
2687 2008-05-16 [paul]       3.4.0cvs43
2688
2689         * manual/de/account.xml
2690         * manual/it/account.xml
2691         * manual/it/ack.xml
2692         * manual/it/addrbook.xml
2693         * manual/it/claws-mail-manual.xml
2694         * manual/it/gpl.xml
2695         * manual/it/intro.xml
2696         * manual/it/starting.xml
2697                 add pages towards German and Italian manuals.
2698                 (just for storage, they are not built yet, due
2699                 to being incomplete.) submitted by Speckmade
2700                 <Speckmade@gmx.net> and Salvatore De Paolis
2701                 <iwkse@claws-mail.org>
2702
2703 2008-05-16 [colin]      3.4.0cvs42
2704
2705         * src/gtk/sslcertwindow.c
2706                 Fix SHA1 fingerprint with GnuTLS
2707
2708 2008-05-15 [colin]      3.4.0cvs41
2709
2710         * src/gtk/sslcertwindow.c
2711                 Print SHA1 fingerprint too
2712
2713 2008-05-15 [colin]      3.4.0cvs40
2714
2715         * src/imap.c
2716                 Fix certificate port on TLS. It was 
2717                 previously always 0.
2718                 **IMPORTANT INFORMATION**: this will trigger 
2719                 one wrong "New certificate" warning at the 
2720                 first connection with this fix, if using STARTTLS
2721                 on IMAP.
2722         * src/gtk/sslcertwindow.c
2723                 Make labels selectable
2724
2725 2008-05-15 [colin]      3.4.0cvs39
2726
2727         * src/imap.c
2728                 Fix double free when STARTTLS fails (for
2729                 example due to refusing the certificate)
2730
2731 2008-05-15 [paul]       3.4.0cvs38
2732
2733         * manual/advanced.xml
2734                 fix typo
2735
2736 2008-05-15 [paul]       3.4.0cvs37
2737
2738         * manual/advanced.xml
2739         * src/prefs_send.c
2740                 make outgoing_fallback_to_ascii a hidden pref
2741
2742 2008-05-14 [colin]      3.4.0cvs36
2743
2744         * src/main.c
2745         * src/mainwindow.c
2746         * src/mainwindow.h
2747                 Make it possible to cancel quit when Claws
2748                 ask whether to empty trash.
2749
2750 2008-05-14 [colin]      3.4.0cvs35
2751
2752         * src/compose.c
2753         * src/prefs_common.c
2754         * src/prefs_common.h
2755         * src/prefs_send.c
2756                 Add a preference to be able to specify an
2757                 outgoing charset/encoding but still fallback
2758                 to 7bit US-ASCII when possible (default TRUE,
2759                 same behavior as pre-cvs34)
2760
2761 2008-05-14 [colin]      3.4.0cvs34
2762
2763         * src/compose.c
2764                 Always use the specified encoding and charset if it is
2765                 specified, even if the mail is ASCII.
2766
2767 2008-05-13 [paul]       3.4.0cvs33
2768
2769         * src/ldapupdate.c
2770                 fix the build warnings the easy way for now
2771
2772 2008-05-13 [colin]      3.4.0cvs32
2773
2774         * src/prefs_themes.c
2775                 Count .png files as icons too (fixes part
2776                 of bug 1609, 'Icon issues')
2777
2778 2008-05-13 [wwp]        3.4.0cvs31
2779
2780         * src/addressbook_foldersel.c
2781                 Fix wrong check (completes 3.4.0.cvs30).
2782
2783 2008-05-12 [wwp]        3.4.0cvs30
2784
2785         * src/addressbook.c
2786         * src/addressbook_foldersel.c
2787         * src/filtering.c
2788         * src/matcher.c
2789         * src/prefs_matcher.c
2790         * src/plugins/bogofilter/bogofilter.c
2791         * src/plugins/bogofilter/bogofilter_gtk.c
2792         * src/plugins/dillo_viewer/dillo_prefs.c
2793         * src/plugins/spamassassin/spamassassin.c
2794         * src/plugins/spamassassin/spamassassin_gtk.c
2795                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2796                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2797                 translated string "Any" in plugins (whitelisting) and
2798                 UTF8 comparisons.
2799
2800 2008-05-07 [colin]      3.4.0cvs29
2801
2802         * configure.ac
2803                 Fix --enable-maemo (assume --enable-generic-umpc)
2804
2805 2008-05-07 [colin]      3.4.0cvs28
2806
2807         * configure.ac
2808         * src/account.c
2809         * src/addr_compl.c
2810         * src/compose.c
2811         * src/editaddress.c
2812         * src/folderview.c
2813         * src/mainwindow.c
2814         * src/messageview.c
2815         * src/mimeview.c
2816         * src/prefs_account.c
2817         * src/prefs_common.c
2818         * src/prefs_display_header.c
2819         * src/prefs_filtering.c
2820         * src/prefs_summaries.c
2821         * src/prefs_template.c
2822         * src/prefs_toolbar.c
2823         * src/stock_pixmap.c
2824         * src/summaryview.c
2825         * src/summaryview.h
2826         * src/textview.c
2827         * src/toolbar.c
2828         * src/gtk/about.c
2829         * src/gtk/gtksctree.c
2830         * src/gtk/menu.c
2831         * src/gtk/prefswindow.c
2832         * src/gtk/sslcertwindow.c
2833                 Separate generic UMPC code (layouts, ...) from 
2834                 MAEMO code (Hildon, ...)
2835
2836 2008-05-06 [paul]       3.4.0cvs27
2837
2838         * tools/claws.i18n.status.pl
2839                 add he.po
2840
2841 2008-05-06 [colin]      3.4.0cvs26
2842
2843         * src/common/utils.c
2844                 Maybe fix crash on FreeBSD
2845
2846 2008-05-05 [colin]      3.4.0cvs25
2847
2848         * src/messageview.c
2849                 Fix bug 1602, 'Crash when sending return receipt for
2850                 messages with no subject'
2851
2852 2008-05-05 [colin]      3.4.0cvs24
2853
2854         * src/mimeview.c
2855                 Don't overwrite temporary files with same
2856                 name when drag and dropping. Fixes bug 1599,
2857                 'attach multiple files with the same name from 
2858                 one mail to another'
2859
2860 2008-05-04 [paul]       3.4.0cvs23
2861
2862         * src/compose.c
2863         * src/prefs_common.c
2864                 fix bug 1587 'can not replay with quote'
2865
2866 2008-05-03 [colin]      3.4.0cvs22
2867
2868         * po/de.po
2869                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
2870
2871 2008-05-03 [colin]      3.4.0cvs21
2872
2873         * src/toolbar.c
2874                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
2875                 icon isn't grayed although ineffective'
2876
2877 2008-05-02 [wwp]        3.4.0cvs20
2878
2879         * po/fr.po
2880                 Fix translation.
2881
2882         * src/prefs_folder_item.c
2883                 Add missing notice in folder properties (templates) when
2884                 folder is a root node.
2885
2886 2008-04-30 [colin]      3.4.0cvs19
2887
2888         * src/prefs_toolbar.c
2889                 Add Trash and Delete icons to the icon chooser
2890
2891 2008-04-30 [colin]      3.4.0cvs18
2892
2893         * src/compose.c
2894                 Remove "Delete entire line" which was a noop
2895                 and should be the same as "Delete line" :)
2896
2897 2008-04-30 [colin]      3.4.0cvs17
2898
2899         * src/compose.c
2900                 Fix 'Delete line' and 'Delete to end of line'
2901                 on the last line. Patch by <seelenhirt@gmx.net>
2902
2903 2008-04-28 [colin]      3.4.0cvs16
2904
2905         * src/folder.c
2906                 Fix bug 1589, 'tagsdb file not removed when
2907                 folder deleted'.
2908         * src/common/utils.c
2909                 Make sure claws_unlink accepts NULL arg.
2910
2911 2008-04-25 [colin]      3.4.0cvs15
2912
2913         * src/common/ssl.c
2914                 Fix/simplify previous commit
2915
2916 2008-04-25 [colin]      3.4.0cvs14
2917
2918         * src/addrindex.h
2919         * src/common/ssl_certificate.c
2920                 Patch by Marcus: Fix Win32 build
2921         * src/common/ssl.c
2922                 Fix build with GnuTLS/no pthread, thanks
2923                 to Marcus
2924
2925 2008-04-25 [colin]      3.4.0cvs13
2926
2927         * src/summaryview.c
2928                 Fix bug 1586, '3-pane vertical layout now and then 
2929                 still shows sender column'
2930
2931 2008-04-25 [colin]      3.4.0cvs12
2932
2933         * src/Makefile.am
2934         * src/w32-logo.ico
2935         * src/w32-resource.rc
2936                 Patch from Marcus Brinkmann to set an icon on w32.
2937
2938 2008-04-24 [colin]      3.4.0cvs11
2939
2940         * src/inc.c
2941         * src/inc.h
2942                 Trace inc locks
2943         * src/ldif.c
2944         * src/ldif.h
2945                 Fix bug 1581, 'Bad File Format during Import LDIF':
2946                 Use dynamically allocated buffers; also, allow 
2947                 importing contacts with no email address
2948
2949 2008-04-24 [colin]      3.4.0cvs10
2950
2951         * src/prefs_common.c
2952                 Increment the timeout a bit on OpenBSD, 75 isn't enough
2953
2954 2008-04-23 [colin]      3.4.0cvs9
2955
2956         * src/compose.c
2957         * src/prefs_folder_item.c
2958         * src/prefs_template.c
2959         * src/quote_fmt.c
2960                 Fix bug 1576: Fix unescaping of templates when testing them
2961                 I think it breaks nothing. (wwp, you're welcome to double-check)
2962
2963 2008-04-23 [paul]       3.4.0cvs8
2964
2965         * manual/advanced.xml
2966                 add info about the "two_line_vertical" hidden
2967                 pref
2968
2969 2008-04-22 [paul]       3.4.0cvs7
2970
2971         * src/prefs_common.c
2972         * src/prefs_common.h
2973         * src/summaryview.c
2974                 make the 2-line view in summaryview when in three
2975                 columns mode configurable. hidden pref: "two_line_vertical"
2976
2977 2008-04-22 [colin]      3.4.0cvs6
2978
2979         * src/inc.c
2980                 Fix missing inc_unlock()
2981         * src/prefs_matcher.c
2982         * src/send_message.c
2983                 Fix my last commit
2984
2985 2008-04-22 [colin]      3.4.0cvs5
2986
2987         * src/etpan/imap-thread.c
2988                 Use g_(un)setenv instead of (un)setenv which
2989                 doesn't exist on IRIX 6.5
2990
2991 2008-04-22 [colin]      3.4.0cvs4
2992
2993         * src/inc.c
2994         * src/prefs_common.c
2995         * src/send_message.c
2996                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2997                 Set the default timeout to 75 seconds
2998
2999 2008-04-20 [colin]      3.4.0cvs3
3000
3001         * src/pixmaps/tray_newmail.offline.xpm
3002         * src/pixmaps/tray_newmail.xpm
3003         * src/pixmaps/tray_newmarkedmail.offline.xpm
3004         * src/pixmaps/tray_newmarkedmail.xpm
3005         * src/pixmaps/tray_nomail.offline.xpm
3006         * src/pixmaps/tray_nomail.xpm
3007         * src/pixmaps/tray_unreadmail.offline.xpm
3008         * src/pixmaps/tray_unreadmail.xpm
3009         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3010         * src/pixmaps/tray_unreadmarkedmail.xpm
3011                 Make the tray icons a bit nicer. Would be
3012                 nice to get really nice icons from someone
3013                 who's good at Gimp :)
3014
3015 2008-04-18 [colin]      3.4.0cvs2
3016
3017         * src/common/log.c
3018                 Forgot one g_unlink
3019
3020 lease complete the changelog entry below
3021 2008-04-18 [colin]      3.4.0cvs1
3022
3023         * src/addrduplicates.c
3024         * src/addressbook.c
3025         * src/compose.c
3026         * src/crash.c
3027         * src/editaddress.c
3028         * src/folder.c
3029         * src/image_viewer.c
3030         * src/imap.c
3031         * src/inc.c
3032         * src/main.c
3033         * src/mbox.c
3034         * src/messageview.c
3035         * src/mh.c
3036         * src/msgcache.c
3037         * src/news.c
3038         * src/partial_download.c
3039         * src/pop.c
3040         * src/prefs_common.c
3041         * src/prefs_common.h
3042         * src/prefs_other.c
3043         * src/prefs_themes.c
3044         * src/procheader.c
3045         * src/procmime.c
3046         * src/procmsg.c
3047         * src/textview.c
3048         * src/wizard.c
3049         * src/common/prefs.c
3050         * src/common/ssl_certificate.c
3051         * src/common/template.c
3052         * src/common/utils.c
3053         * src/common/utils.h
3054         * src/etpan/imap-thread.c
3055         * src/plugins/dillo_viewer/dillo_viewer.c
3056         * src/plugins/pgpcore/sgpgme.c
3057         * src/plugins/pgpinline/pgpinline.c
3058                 Add an option to shred temporary files and messages
3059                 instead of just removing them. Slows deletions down!
3060
3061 2008-04-18 [paul]       3.4.0
3062
3063         * NEWS
3064         * README
3065         * RELEASE_NOTES 
3066                 3.4.0 released
3067
3068
3069 2008-04-18 [paul]       3.3.1cvs61
3070
3071         * po/de.po
3072         * po/fi.po
3073         * po/it.po
3074         * po/pt_BR.po
3075                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
3076                 and Frederico Goncalves Guimaraes
3077         * po/es.po
3078                 updated on the last minute by a lazy Ricardo Mones
3079
3080 2008-04-18 [colin]      3.3.1cvs60
3081
3082         * po/fr.po
3083                 Update translation (Fabien Vantard)
3084
3085 2008-04-17 [colin]      3.3.1cvs59
3086
3087         * src/imap.c
3088                 Fix debian bug 474712, 'claws seg faults when IMAP 
3089                 connection breaks after an IMAP protocol error 
3090                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
3091         * src/summaryview.c
3092                 Fix a little leak
3093
3094 2008-04-17 [colin]      3.3.1cvs58
3095
3096         * src/common/log.c
3097                 Fix log size getting out of control (claws-mail
3098                 getting SIGXFSZ): rotate if every 10MB
3099
3100 2008-04-10 [paul]       3.3.1cvs57
3101
3102         * src/prefs_other.c
3103                 improvements to english usage
3104
3105 2008-04-10 [paul]       3.3.1cvs56
3106
3107         * src/prefs_receive.c
3108                 add an accurate description
3109
3110 2008-04-08 [colin]      3.3.1cvs55
3111
3112         * src/undo.c
3113                 Probably fix corruption, introduced in cvs53
3114
3115 2008-04-04 [iwkse]      3.3.1cvs54
3116
3117         * src/undo.c
3118                 undo should works properly again
3119
3120 2008-04-04 [iwkse]      3.3.1cvs53
3121
3122         * src/undo.c
3123                 Fix a segfault but breaks undo
3124                 on a specific case (eg. double paste with
3125                 middle-mouse button)
3126
3127 2008-04-04 [iwkse]      3.3.1cvs52
3128
3129         * src/prefs_filtering.c
3130                 Fix previous Tab mess
3131
3132 2008-04-03 [iwkse]      3.3.1cvs51
3133
3134         * src/prefs_filtering.c
3135                 Add search in filtering rules list
3136
3137 2008-04-02 [colin]      3.3.1cvs50
3138
3139         * src/main.c
3140                 Revert part of the previous patch: we do
3141                 want to parse ~/.claws-mail/gtkrc-2.0 if it
3142                 exists
3143
3144 2008-04-02 [colin]      3.3.1cvs49
3145
3146         * src/main.c
3147                 Fix bug 1562, 'Claws-Mail does not completely 
3148                 respect settings in GTK2_RC_FILES environment'
3149                 Remove manual parsing of .gtkrc-2.0 and 
3150                 .gtk/gtkrc-2.0. GTK does it itself these days.
3151
3152 2008-04-01 [colin]      3.3.1cvs48
3153
3154         * src/imap_gtk.c
3155                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
3156                 ticking "Show only subscribed"'
3157
3158 2008-03-31 [colin]      3.3.1cvs47
3159
3160         * src/folder.c
3161                 Fix bug 1553, 'File lock not respected'
3162                 Regression due to the implementation of
3163                 deletion batching
3164
3165 2008-03-31 [colin]      3.3.1cvs46
3166
3167         * src/mainwindow.c
3168                 Fix tags menu update, thanks to Paul
3169
3170 2008-03-29 [wwp]        3.3.1cvs45
3171
3172         * src/prefs_account.c
3173         * src/prefs_common.c
3174         * src/prefs_folder_item.c
3175         * src/prefs_quote.c
3176         * src/quote_fmt.c
3177         * src/quote_fmt.h
3178                 Fix compose template formats (in global preferences)
3179                 being translated under specific conditions.
3180                 Add a button to restore factory defaults for current
3181                 language.
3182
3183 2008-03-27 [colin]      3.3.1cvs44
3184
3185         * src/common/prefs.c
3186         * src/common/xmlprops.c
3187                 Fix RedHat bug 431735, 'segfault if /home is full' 
3188                 (when starting): Fix double fclose() in prefs.c
3189                 and potentially xmlprops.c
3190
3191 2008-03-27 [colin]      3.3.1cvs43
3192
3193         * src/addressbook.c
3194                 Fix bug 1559, 'Claws Mail crashed deleting all 
3195                 common contacts'
3196
3197 2008-03-27 [wwp]        3.3.1cvs42
3198
3199         * src/addressbook.c
3200                 Fix 3.3.0cvs41.
3201
3202 2008-03-27 [wwp]        3.3.1cvs41
3203
3204         * src/addressbook.c
3205                 Prevent list flickering when deleting addresses.
3206
3207 2008-03-26 [colin]      3.3.1cvs40
3208
3209         * src/imap.c
3210                 Clean up session disconnection. Possibly
3211                 fix Ubuntu bug #204290
3212
3213 2008-03-26 [colin]      3.3.1cvs39
3214
3215         * src/textview.c
3216                 Fix bug 1555: current folder wasn't used when
3217                 right-clicking on an email address
3218
3219 2008-03-25 [colin]      3.3.1cvs38
3220
3221         * src/plugins/bogofilter/bogofilter.c
3222         * src/plugins/bogofilter/bogofilter.h
3223         * src/plugins/bogofilter/bogofilter_gtk.c
3224                 Add a "learn from whitelist" preference
3225                 Whitelist Unsure mails too.
3226
3227 2008-03-24 [paul]       3.3.1cvs37
3228
3229         * src/prefs_account.c
3230                 If no MH mailbox and no account exists, when
3231                 creating a POP/Local account, just create and
3232                 use the default one instead of bailing with a
3233                 "Mailbox doesn't exist" error
3234
3235 2008-03-21 [colin]      3.3.1cvs36
3236
3237         * src/procmime.c
3238                 strstrip mime subtype
3239
3240 2008-03-21 [paul]       3.3.1cvs35
3241
3242         * manual/advanced.xml
3243                 correct and update the info about Actions
3244
3245 2008-03-20 [colin]      3.3.1cvs34
3246
3247         * src/messageview.c
3248         * src/messageview.h
3249         * src/textview.c
3250                 Show at max 1MB of text, add a noticeview to
3251                 show everything optionally.
3252
3253 2008-03-20 [colin]      3.3.1cvs33
3254
3255         * src/stock_pixmap.c
3256                 Add support for png themes
3257
3258 2008-03-19 [wwp]        3.3.1cvs32
3259
3260         * src/procheader.c
3261                 Sanity check.
3262
3263 2008-03-18 [colin]      3.3.1cvs31
3264
3265         * src/common/utils.c
3266         * src/common/utils.h
3267                 Handle size_t instead of off_t in to_human_readable
3268
3269 2008-03-18 [colin]      3.3.1cvs30
3270
3271         * src/imap.c
3272                 Remove raw printf
3273
3274 2008-03-16 [colin]      3.3.1cvs29
3275
3276         * src/summaryview.c
3277                 Fix build on GTK < 2.12
3278
3279 2008-03-16 [colin]      3.3.1cvs28
3280
3281         * src/mainwindow.c
3282                 Refresh non-list widget when switching
3283                 messageview
3284
3285 2008-03-16 [colin]      3.3.1cvs27
3286
3287         * manual/faq.xml
3288                 Revert cvs25: This wasn't a typo :) :
3289                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
3290
3291
3292 2008-03-16 [colin]      3.3.1cvs26
3293
3294         * src/summaryview.c
3295         * src/gtk/gtksctree.c
3296         * src/gtk/gtksctree.h
3297                 Implement 2-lines items in Summaryview when in 
3298                 three columns mode
3299
3300 2008-03-16 [paul]       3.3.1cvs25
3301
3302         * manual/faq.xml
3303                 fix typo
3304
3305 2008-03-14 [colin]      3.3.1cvs24
3306
3307         * src/prefs_filtering_action.c
3308                 Fix buglet on setting recipient when
3309                 reediting forward rules.
3310
3311 2008-03-12 [colin]      3.3.1cvs23
3312
3313         * src/summaryview.c
3314                 Fix a new unused variable warning
3315         * src/plugins/trayicon/trayicon.c
3316                 Fix folderview's scrollbar at startup
3317                 if starting hidden
3318
3319 2008-03-12 [colin]      3.3.1cvs22
3320
3321         * src/folderview.c
3322         * src/summaryview.c
3323                 Use item_opened at the beginning of showing
3324                 a folder instead of the end. Fixes flicker.
3325
3326 2008-03-12 [paul]       3.3.1cvs21
3327
3328         * src/folder.c
3329         * src/folder.h
3330         * src/mainwindow.c
3331         * src/procmsg.c
3332         * src/summaryview.c
3333         * src/plugins/trayicon/trayicon.c
3334                 add tooltip with extended folder stats
3335
3336 2008-03-10 [colin]      3.3.1cvs20
3337
3338         * src/common/xml.c
3339                 Handle comments
3340
3341 2008-03-07 [colin]      3.3.1cvs19
3342
3343         * src/mainwindow.c
3344                 Fix blinking of the taskbar entry
3345
3346 2008-03-07 [colin]      3.3.1cvs18
3347
3348         * src/mainwindow.c
3349                 MAEMO: Fix bug 1494, 'Trayicon 
3350                 plugin breaks UI...'
3351
3352 2008-03-07 [paul]       3.3.1cvs17
3353
3354         * src/gtk/authors.h
3355                 reflect reality a bit more closely
3356
3357 2008-03-06 [colin]      3.3.1cvs16
3358
3359         * src/mainwindow.c
3360         * src/mainwindow.h
3361         * src/summaryview.c
3362         * src/summaryview.h
3363         * src/toolbar.c
3364                 Integrate things better wrt the new
3365                 summaryview extensibility.
3366
3367 2008-03-06 [wwp]        3.3.1cvs15
3368
3369         * src/quote_fmt.c
3370                 Fix some gcc warnings.
3371
3372 2008-03-06 [wwp]        3.3.1cvs14
3373
3374         * src/prefs_account.c
3375         * src/prefs_folder_item.c
3376         * src/prefs_gtk.c
3377         * src/prefs_template.c
3378         * src/gtk/prefswindow.c
3379         * src/gtk/prefswindow.h
3380                 prefs_templates: fix missing unregistering of addr_completion widgets
3381                 and and ending of addr_completion service.
3382                 prefs_folder_item: fix missing registering/unregistering of widgets,
3383                 and rework the way add_completion service is started and stopped.
3384                 Plus few prefswindow API changes (opening).
3385
3386 2008-03-06 [wwp]        3.3.1cvs13
3387
3388         * src/folder_item_prefs.c
3389         * src/prefs_template.c
3390         * src/prefs_template.h
3391         * src/quote_fmt.c
3392         * src/common/template.c
3393                 Complete 3.3.1cvs12, thanks to Colin.
3394
3395 2008-03-06 [wwp]        3.3.1cvs12
3396
3397         * src/compose.c
3398         * src/folder_item_prefs.c
3399         * src/folder_item_prefs.h
3400         * src/prefs_account.c
3401         * src/prefs_folder_item.c
3402         * src/prefs_quote.c
3403         * src/prefs_template.c
3404         * src/quote_fmt.c
3405         * src/quote_fmt.h
3406         * src/common/template.c
3407         * src/common/template.h
3408                 Global and per-folder templates can now override the from name (this
3409                 doesn't change the account being used).
3410                 Examples:
3411                  "My other name" <%account_email> (just changes the name)
3412                  my.faked.email@address.org (overrides the address too)
3413
3414 2008-03-05 [colin]      3.3.1cvs11
3415
3416         * src/summaryview.c
3417         * src/summaryview.h
3418                 Replace that hbox with a notebook
3419
3420 2008-03-05 [colin]      3.3.1cvs10
3421
3422         * src/folder.h
3423         * src/folderview.c
3424                 Add klass functions for notification of folder
3425                 opening/closing via the GUI
3426         * src/summaryview.c
3427         * src/summaryview.h
3428                 Add a specific container for the scrolledwin
3429
3430 2008-03-05 [colin]      3.3.1cvs9
3431
3432         * src/folder.h
3433         * src/folderview.c
3434                 Add klass functions for notification of folder 
3435                 opening/closing via the GUI
3436         * src/summaryview.c
3437         * src/summaryview.h
3438                 Add a specific container for the scrolledwin
3439
3440 2008-03-02 [colin]      3.3.1cvs8
3441
3442         * src/messageview.c
3443                 MAEMO: Fix bug 1541, 'Deleting message from within 
3444                 read window displays next message then closes.'
3445
3446 2008-03-02 [colin]      3.3.1cvs7
3447
3448         * src/main.c
3449                 Probably fix bug 1539, 'Program crashes':
3450                 Setup Gcrypt's thread functions when built
3451                 with GnuTLS
3452
3453 2008-03-01 [colin]      3.3.1cvs6
3454
3455         * src/folder.c
3456         * src/imap_gtk.c
3457                 Get rid of stale folders with no account
3458
3459 2008-02-28 [colin]      3.3.1cvs5
3460
3461         * src/compose.c
3462                 Fix bug 1534, 'Segmentation fault when doing 
3463                 some draft saving and then throwing away'
3464         * src/imap.c
3465                 Fix bug 1533, 'Claws is unable to mark messages 
3466                 as "read" in IMAP shared folders'
3467         * src/etpan/imap-thread.c
3468                 Fix bug 1515, 'large messages crash claws when 
3469                 syncing for offline mode'. This is rather a
3470                 workaround, and mails > 64MB will still be
3471                 problematic if there's less than 64MB available
3472                 on the dataroot volume.
3473         * src/messageview.c
3474                 MAEMO: Add information when fetching big messages
3475
3476 2008-02-26 [colin]      3.3.1cvs4
3477
3478         * src/imap.c
3479                 fix bug 1532, '"login refused" message insufficiently 
3480                 detailed'
3481
3482 2008-02-26 [paul]       3.3.1cvs3
3483
3484         * INSTALL
3485         * README
3486                 remove mentions of ClamAV and a few other
3487                 old bits of information
3488
3489 2008-02-23 [colin]      3.3.1cvs2
3490
3491         * src/main.c
3492                 Fix log output (missing \n)
3493
3494 2008-02-23 [colin]      3.3.1cvs1
3495
3496         * configure.ac
3497                 Bump version number for stable release
3498
3499 2008-02-23 [paul]       3.3.0cvs21
3500
3501         * po/he.po
3502                 updated by Ofer
3503
3504 2008-02-21 [colin]      3.3.0cvs20
3505
3506         * src/matcher.c
3507                 Fix bug 1527, 'filtering is case sensitive when it 
3508                 shouldn't be'
3509
3510 2008-02-20 [colin]      3.3.0cvs19
3511
3512         * src/main.c
3513                 Fix file attachments from older Thunar
3514
3515 2008-02-19 [colin]      3.3.0cvs18
3516
3517         * manual/plugins.xml
3518         * manual/es/plugins.xml
3519         * manual/fr/plugins.xml
3520         * manual/pl/plugins.xml
3521                 Remove Clamav
3522
3523 2008-02-19 [paul]       3.3.0cvs17
3524
3525         * tools/README
3526         * tools/csv2addressbook.pl
3527                 add support for Kmail/Kaddressbook
3528
3529 2008-02-18 [colin]      3.3.0cvs16
3530
3531         * src/imap.c
3532                 Unset folder's session before creating a
3533                 new one
3534         * src/main.c
3535         * src/prefs_common.c
3536         * src/prefs_common.h
3537         * manual/advanced.xml
3538                 Add an hidden use_networkmanager pref, to
3539                 disable NetworkManager handling. Also,
3540                 consider UNKNOWN state to be CONNECTED.
3541
3542 2008-02-18 [wwp]        3.3.0cvs15
3543
3544         * src/matcher.c
3545                 Fix Engrish and make 'not' more visible in filtering debug logs.
3546
3547 2008-02-15 [colin]      3.3.0cvs14
3548
3549         * src/matcher.c
3550                 Revert cvs10 for now, it breaks the feature
3551
3552 2008-02-15 [colin]      3.3.0cvs13
3553
3554         * src/main.c
3555                 Always focus folder tree at startup
3556         * src/compose.c
3557                 Fix bug 1521, 'Cannot close compose window after 
3558                 replying to a non-existent news message'
3559
3560 2008-02-13 [colin]      3.3.0cvs12
3561
3562         * src/folderview.c
3563                 Fix important warnings
3564
3565 2008-02-12 [colin]      3.3.0cvs11
3566
3567         * src/imap.c
3568         * src/etpan/imap-thread.c
3569         * src/etpan/imap-thread.h
3570                 Fix handling of $Forwarded flag on Exchange:
3571                 check for the existence or creatability of a
3572                 flag before using it.
3573
3574 2008-02-12 [colin]      3.3.0cvs10
3575
3576         * src/matcher.c
3577                 Optimise matching on Found in addressbook if
3578                 the matched header is in cache (From, etc)
3579
3580 2008-02-12 [colin]      3.3.0cvs9
3581
3582         * src/folderview.c
3583                 Fix crashy stuff when changing displayed
3584                 columns
3585
3586 2008-02-12 [wwp]        3.3.0cvs8
3587
3588         * src/folder.h
3589                 Remove duplicate func declaration and restore the one
3590                 a missing one.
3591
3592 2008-02-12 [wwp]        3.3.0cvs7
3593
3594         * src/compose.c
3595         * src/export.c
3596         * src/folder.c
3597         * src/folder.h
3598         * src/foldersel.c
3599         * src/foldersel.h
3600         * src/imap_gtk.c
3601         * src/import.c
3602         * src/mainwindow.c
3603         * src/messageview.c
3604         * src/mh_gtk.c
3605         * src/prefs_account.c
3606         * src/prefs_filtering_action.c
3607         * src/summaryview.c
3608         * src/plugins/bogofilter/bogofilter_gtk.c
3609         * src/plugins/spamassassin/spamassassin_gtk.c
3610                 Allow moving/copying folders to root folders when using
3611                 the folder selection dialog (it was not possible to
3612                 maemo users to reparent a subfolder to a root folder
3613                 at all).
3614
3615 2008-02-12 [fabien]     3.3.0cvs6
3616
3617         * po/fr.po
3618                 a few days late for i18n fr update. Sorry.
3619
3620 2008-02-11 [colin]      3.3.0cvs5
3621
3622         * src/main.c
3623                 Implement support for future /dev/mem_notify.
3624                 This Linux kernel feature will allow applications
3625                 to be notified that memory has to be freed
3626                 before getting OOM-killed. For more information:
3627                 http://lwn.net/Articles/267013/
3628
3629 2008-02-10 [paul]       3.3.0cvs4
3630
3631         * src/Makefile.am
3632         * src/mimeview.c
3633         * src/prefs_toolbar.c
3634         * src/stock_pixmap.c
3635         * src/stock_pixmap.h
3636         * src/pixmaps/mime_text_patch.xpm
3637                 add an icon for attached patches
3638
3639 2008-02-09 [paul]       3.3.0cvs3
3640
3641         * src/gtk/about.c
3642                 bump the (c) year
3643
3644 2008-02-09 [wwp]        3.3.0cvs2
3645
3646         * src/main.c
3647                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
3648
3649 2008-02-08 [colin]      3.3.0cvs1
3650
3651         * src/common/utils.c
3652                 Forbid attaching anything containing "../" or ".ssh/"
3653                 from mailto: URI
3654
3655 2008-02-08 [paul]       3.3.0
3656
3657         * NEWS
3658         * README
3659         * RELEASE_NOTES 
3660                 3.3.0 released
3661
3662 2008-02-08 [paul]       3.2.0cvs77
3663
3664         * AUTHORS
3665                 updated with new translators
3666         * configure.ac
3667                 added he to ALL_LINGUAS
3668         * po/cs.po
3669         * po/de.po
3670         * po/es.po
3671         * po/fi.po
3672         * po/hu.po
3673         * po/it.po
3674         * po/pt_BR.po
3675         * po/zh_CN.po
3676                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
3677                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
3678                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
3679                 and Ralph Young
3680         * po/he.po
3681                 new Hebrew translation by Ofer <oc666@netvision.net.il>
3682         * src/gtk/about.c
3683                 updated with new translators and bumped (c) year
3684         * src/gtk/authors.h
3685                 updated with new translators
3686
3687 2008-02-05 [colin]      3.2.0cvs76
3688
3689         * src/messageview.c
3690         * src/mimeview.c
3691         * src/mimeview.h
3692                 Special case text/calendar parts: if there's one in
3693                 the mail, and a plugin handling text/calendar is
3694                 loaded, show that part. That'll avoid rendering 
3695                 meetings as plain text, which just looks broken to
3696                 many users.
3697
3698 2008-02-04 [colin]      3.2.0cvs75
3699
3700         * src/mainwindow.c
3701                 Maemo: Fix LED handling on OS 2008
3702
3703 2008-02-01 [colin]      3.2.0cvs74
3704
3705         * src/compose.c
3706                 Possibly fix the annoying and hard-to reproduce bug
3707                 where lines 
3708                 are
3709                 rewrapped
3710                 like
3711                 that.
3712
3713 2008-02-01 [paul]       3.2.0cvs73
3714
3715         * src/common/utils.c
3716                 fix bug 1502, 'Plus signs are stripped from
3717                 email addresses when calling from command line'
3718                 Thanks to Colin
3719
3720 2008-01-31 [colin]      3.2.0cvs72
3721
3722         * src/exphtmldlg.c
3723         * src/mimeview.c
3724         * src/summaryview.c
3725                 Fix building of URIs from filenames
3726
3727 2008-01-31 [wwp]        3.2.0cvs71
3728
3729         * src/main.c
3730                 Fixes debug output of compiled-in features list
3731                 (completes 3.2.0cvs60).
3732
3733 2008-01-31 [colin]      3.2.0cvs70
3734
3735         * configure.ac
3736         * po/POTFILES.in
3737         * src/compose.c
3738         * src/plugins/Makefile.am
3739         * src/plugins/clamav/.cvsignore
3740         * src/plugins/clamav/Makefile.am
3741         * src/plugins/clamav/README
3742         * src/plugins/clamav/clamav_plugin.c
3743         * src/plugins/clamav/clamav_plugin.h
3744         * src/plugins/clamav/clamav_plugin_gtk.c
3745         * src/plugins/clamav/clamav_plugin_gtk.deps
3746                 Remove the Clamav plugin from the core
3747
3748 2008-01-28 [wwp]        3.2.0cvs69
3749
3750         * src/compose.c
3751         * src/prefs_template.c
3752         * src/prefs_template.h
3753         * src/quote_fmt.c
3754         * src/quote_fmt.h
3755         * src/quote_fmt_lex.l
3756         * src/quote_fmt_parse.y
3757                 Fix for bug #1493: count lines (\n chars) according to the way
3758                 format body is passed (i.e. \-escaped or not).
3759
3760 2008-01-27 [paul]       3.2.0cvs68
3761
3762         * po/en_GB.po
3763                 updated
3764         * src/prefs_actions.c
3765         * src/prefs_filtering.c
3766         * src/prefs_folder_item.c
3767         * src/prefs_template.c
3768         * src/gtk/about.c
3769                 some minor changes to the English
3770
3771 2008-01-24 [colin]      3.2.0cvs67
3772
3773         * src/etpan/imap-thread.c
3774         * src/etpan/nntp-thread.c
3775                 Fix bug 1348, 'Hang ups at exit time with 
3776                 pgp plugin since 3.0.2'
3777
3778 2008-01-23 [colin]      3.2.0cvs66
3779
3780         * src/toolbar.c
3781                 Fix translation of something that shouldn't be
3782
3783 2008-01-23 [colin]      3.2.0cvs65
3784
3785         * src/procmime.c
3786                 Fix bug 1486, 'Re: Incorrect content when replying'
3787                 Revert to full scan if short scan found only 0-length
3788                 text parts
3789
3790 2008-01-23 [paul]       3.2.0cvs64
3791
3792         * src/prefs_folder_item.c
3793                 fix bug 1485, 'selecting a folder's default
3794                 account if name contains '&''
3795
3796 2008-01-23 [colin]      3.2.0cvs63
3797
3798         * src/folder.c
3799         * src/folder.h
3800         * src/main.c
3801         * src/mainwindow.c
3802                 Fix bug 1480, 'should be able to display mail file
3803                 from command line'. Let 'claws-mail --select' accept
3804                 absolute paths in addition to folder identifiers.
3805
3806 2008-01-22 [wwp]        3.2.0cvs62
3807
3808         * src/account.c
3809         * src/account.h
3810         * src/compose.c
3811         * src/messageview.c
3812         * src/summaryview.c
3813         * src/common/utils.c
3814         * src/common/utils.h
3815                 Allow from=address in mailto sequence:
3816                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
3817                   The 'from' will try to select the first account matching in accounts list,
3818                   otherwise will use the usual account selection mechanism but override with
3819                   this 'from' address.
3820                 Allow mailto with NNTP accounts
3821                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
3822                   is the default one or if a NNTP account address is used with 'from'.
3823                   This is more or less a bugfix as it was possible to use mailto with a NNTP
3824                   default account but the complete mailto sequence was put in To.
3825
3826 2008-01-22 [wwp]        3.2.0cvs61
3827
3828         * doc/man/claws-mail.1
3829                 Updated the man page: status of few features, command-line
3830                 usage (--version-full) and completed list of config files
3831                 and dirs.
3832
3833 2008-01-22 [wwp]        3.2.0cvs60
3834
3835         * src/main.c
3836                 Added --version-full to display version and compiled-in
3837                 features list (for later use by Clawsker for instance).
3838
3839 2008-01-22 [holger]     3.2.0cvs59
3840
3841         * src/addrduplicates.c
3842                 Fix scrolling in addressbook duplicate
3843                 finder result dialog
3844
3845 2008-01-21 [colin]      3.2.0cvs58
3846
3847         * src/summaryview.c
3848                 Fix bug 1457, 'sorting messages on, say, from, 
3849                 should subsort on previous sort choice'. Subsort
3850                 by date when sort is Subject, From, To, Tags.
3851
3852 2008-01-21 [colin]      3.2.0cvs57
3853
3854         * AUTHORS
3855         * src/matcher.c
3856         * src/mimeview.c
3857         * src/common/ssl.c
3858         * src/gtk/authors.h
3859                 Fix bug 1478, 'Wrong pthread_create calls all 
3860                 over the place'. Patch by Christian Cornelssen
3861
3862 2008-01-20 [colin]      3.2.0cvs56
3863
3864         * src/imap.c
3865         * src/etpan/imap-thread.c
3866         * src/etpan/imap-thread.h
3867                 Fix bug 1468, 'Use IMAP keyword to 
3868                 store "forwarded" flag'
3869
3870 2008-01-20 [colin]      3.2.0cvs55
3871
3872         * src/folderutils.c
3873                 Make list operations faster
3874
3875 2008-01-20 [colin]      3.2.0cvs54
3876
3877         * src/mainwindow.c
3878                 Fix bug 1353, 'on startup with small screen 
3879                 layout, keyboard input gets lost'
3880
3881 2008-01-20 [colin]      3.2.0cvs53
3882
3883         * src/textview.c
3884                 Complete 3.2.0cvs49, and fixes bug 1477, 
3885                 'Claws Mail crashes when view PGP-encrypted 
3886                 message'
3887
3888 2008-01-20 [colin]      3.2.0cvs52
3889
3890         * src/compose.c
3891                 Fix privacy menu update when replying to
3892                 encrypted mail and no default privacy 
3893                 system is set
3894
3895 2008-01-19 [colin]      3.2.0cvs51
3896
3897         * src/filtering.c
3898         * src/procmsg.h
3899         * src/plugins/bogofilter/bogofilter.c
3900         * src/plugins/clamav/clamav_plugin.c
3901         * src/plugins/spamassassin/spamassassin.c
3902                 Batch filtering deletions too (and save 4 bytes
3903                 per MsgInfo in the process :)
3904
3905 2008-01-19 [colin]      3.2.0cvs50
3906
3907         * src/folder.c
3908                 Make cache update after copies much faster
3909                 on IMAP
3910
3911 2008-01-19 [colin]      3.2.0cvs49
3912
3913         * src/textview.c
3914                 Check g_fopen() success
3915
3916 2008-01-17 [wwp]        3.2.0cvs48
3917
3918         * manual/faq.xml
3919         * manual/es/faq.xml
3920         * manual/fr/faq.xml
3921         * manual/pl/faq.xml
3922                 Sylpheed? No idea what this means.
3923
3924 2008-01-17 [colin]      3.2.0cvs47
3925
3926         * src/gtk/gtksctree.c
3927                 Make dnd threshold higher on Maemo
3928
3929 2008-01-16 [colin]      3.2.0cvs46
3930
3931         * src/common/passcrypt.c
3932                 Fix build on FreeBSD, thanks to Pawel
3933
3934 2008-01-15 [colin]      3.2.0cvs45
3935
3936         * src/compose.c
3937                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
3938                 spell check of actuall word'
3939         * src/summaryview.c
3940                 Temporarily disable immediate execution when learning
3941                 spam *only* if the summaryview isn't locked
3942
3943 2008-01-15 [wwp]        3.2.0cvs44
3944
3945         * src/prefs_filtering.c
3946                 Fix filtering prefs layout (Maemo port), moving page up/down
3947                 from buttons to context menu.
3948
3949 2008-01-15 [colin]      3.2.0cvs43
3950
3951         * src/compose.c
3952                 Fix bug 1465, 'First line in new message does not mark URLs'
3953
3954 2008-01-15 [colin]      3.2.0cvs42
3955
3956         * src/common/passcrypt.c
3957                 Fix bug 1461, 'several components #define 
3958                 _XOPEN_SOURCE improperly'
3959
3960 2008-01-15 [colin]      3.2.0cvs41
3961
3962         * src/summaryview.c
3963                 Fix bug 1469, 'Column width adjustments on message 
3964                 lists do not save'
3965
3966 2008-01-14 [holger]     3.2.0cvs40
3967
3968         * configure.ac
3969                 Add tests for dbus, dbus glib bindings,
3970                 and NetworkManager. All is optional. Add new
3971                 --(en|dis)able-networkmanager-support switch.
3972         * src/Makefile.am
3973         * src/imap.c
3974         * src/inc.c
3975         * src/main.c
3976         * src/main.h
3977         * src/mainwindow.c
3978         * src/gtk/about.c
3979                 Add optional NetworkManager support, so Claws Mail
3980                 can try to do the right thing when the network connection
3981                 status changes. NetworkManager support is active by
3982                 default if above requirements were met.
3983
3984 2008-01-12 [colin]      3.2.0cvs39
3985
3986         * src/summaryview.c
3987                 Advertise the click-on-reply feature in the tooltip
3988
3989 2008-01-12 [colin]      3.2.0cvs38
3990
3991         * src/Makefile.am
3992         * src/stock_pixmap.c
3993         * src/stock_pixmap.h
3994         * src/pixmaps/tray_newmail.offline.xpm
3995         * src/pixmaps/tray_newmail.xpm
3996         * src/pixmaps/tray_newmarkedmail.offline.xpm
3997         * src/pixmaps/tray_newmarkedmail.xpm
3998         * src/pixmaps/tray_nomail.offline.xpm
3999         * src/pixmaps/tray_nomail.xpm
4000         * src/pixmaps/tray_unreadmail.offline.xpm
4001         * src/pixmaps/tray_unreadmail.xpm
4002         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
4003         * src/pixmaps/tray_unreadmarkedmail.xpm
4004         * src/plugins/trayicon/Makefile.am
4005         * src/plugins/trayicon/newmail.offline.xpm
4006         * src/plugins/trayicon/newmail.xpm
4007         * src/plugins/trayicon/newmarkedmail.offline.xpm
4008         * src/plugins/trayicon/newmarkedmail.xpm
4009         * src/plugins/trayicon/nomail.offline.xpm
4010         * src/plugins/trayicon/nomail.xpm
4011         * src/plugins/trayicon/trayicon.c
4012         * src/plugins/trayicon/unreadmail.offline.xpm
4013         * src/plugins/trayicon/unreadmail.xpm
4014         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4015         * src/plugins/trayicon/unreadmarkedmail.xpm
4016                 Make the Trayicon plugin icons themable
4017
4018 2008-01-12 [wwp]        3.2.0cvs37
4019
4020         * src/prefs_display_header.c
4021                 Fix extra leading hyphen visible in the display
4022                 header configuration combo list (maemo).
4023
4024 2008-01-11 [colin]      3.2.0cvs36
4025
4026         * src/imap.c
4027                 Set timeout to 1 before disconnecting all -
4028                 for when one switches to offline and has 
4029                 no network anymore
4030         * src/messageview.c
4031                 Fix bug 1454, 'error message shows parts and 
4032                 signature of previous messages'
4033         * src/prefs_common.c
4034                 Maemo: Hide Send dialog by default
4035
4036 2008-01-10 [colin]      3.2.0cvs35
4037
4038         * src/action.c
4039         * src/editldap.c
4040         * src/prefs_account.c
4041         * src/wizard.c
4042         * src/gtk/inputdialog.c
4043         * src/plugins/pgpcore/passphrase.c
4044                 Maemo: Fix bug 1455, 'Password enters leading letter 
4045                 incorrectly as uppercase'
4046
4047 2008-01-09 [colin]      3.2.0cvs34
4048
4049         * po/pl.po
4050                 Fix bug 1446, 'SC crashes frequently when staying 
4051                 in background'. Format string error in Polish 
4052                 translation
4053         * src/gtk/description_window.c
4054         * src/prefs_template.c
4055                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
4056                 patch by Pawel
4057         * src/wizard.c
4058                 Maemo: Fix build
4059
4060 2008-01-08 [colin]      3.2.0cvs33
4061
4062         * src/main.c
4063                 Maemo: connect HW status change signal for shutdown
4064         * src/mainwindow.c
4065                 Maemo: Fix hardware space key
4066         * src/wizard.c
4067                 Maemo: name mmc1 and 2 a better name
4068
4069 2008-01-08 [wwp]        3.2.0cvs32
4070
4071         * src/folder.c
4072         * src/folder_item_prefs.c
4073         * src/folder_item_prefs.h
4074         * src/prefs_folder_item.c
4075                 It's now possible to disable processing rules when
4076                 entering a folder (this adds a new option to the
4077                 folder properties dialog).
4078
4079 2008-01-08 [wwp]        3.2.0cvs31
4080
4081         * src/common/utils.c
4082                 Mailto: now supports 'insert' (stands for 'insert file'), this
4083                 adds the ability to create a new message from the command-line,
4084                 with body set from an existing file contents.
4085
4086 2008-01-08 [colin]      3.2.0cvs30
4087
4088         * src/summaryview.c
4089                 Maybe fix bug 1452, 'crash while drag'n'droping 
4090                 emails to an IMAP folder'
4091
4092 2008-01-07 [wwp]        3.2.0cvs29
4093
4094         * src/prefs_filtering.c
4095                 Static-alize a function, thanks to Colin.
4096
4097 2008-01-07 [colin]      3.2.0cvs28
4098
4099         * src/folderview.c
4100                 Fix scrolling to bottom when drag and dropping
4101         * src/summaryview.c
4102                 Fix bug 1445, 'Display sender using addressbook: fails 
4103                 when From: isn't an email address'
4104
4105 2008-01-07 [wwp]        3.2.0cvs27
4106
4107         * src/prefs_actions.c
4108         * src/prefs_filtering.c
4109         * src/prefs_template.c
4110                 Add tooltips to most buttons in the templates, actions and
4111                 filtering/processing dialogs.
4112
4113 2008-01-07 [wwp]        3.2.0cvs26
4114
4115         * src/prefs_filtering.c
4116                  - add a clear button to clear dialog input fields
4117                  - add page up and page down buttons to move selected rule up and down
4118                  - in rules list popup-menu: added Delete, Delete all and Duplicate
4119                  - popup-menu items are greyed out either if the list is empty (not counting the
4120                    (New) row or if there is no selected item
4121                  - clear store when closing dialog
4122
4123         * src/prefs_actions.c
4124                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
4125                    clear button, popup-menu
4126                  - clear store when closing dialog
4127
4128         * src/prefs_template.c
4129                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
4130                    clear button, popup-menu 
4131
4132         * src/addrcustomattr.c
4133                  - renamed popup-menu item Clear list to Delete all
4134                  - grey out popup-menu items is there is no selected item or if list is empty
4135                  - clear store when closing dialog
4136
4137         * src/edittags.c
4138                  - added popup-menu item Delete all
4139                  - grey out popup-menu items is there is no selected item or if list is empty
4140                  - clear store when closing dialog
4141
4142 2008-01-06 [wwp]        3.2.0cvs25
4143
4144         * src/addressadd.c
4145                 One more layout fix by Pawel (completes 3.2.0cvs24).
4146
4147 2008-01-05 [colin]      3.2.0cvs24
4148
4149         * src/addressadd.c
4150                 Little GUI fixes, patch by Pawel
4151
4152 2007-12-29 [wwp]        3.2.0cvs23
4153
4154         * src/compose.c
4155                 Fix for bug #1443, and strip possible whitespaces around
4156                 custom header names.
4157
4158 2007-12-29 [mones]      3.2.0cvs22
4159
4160         * po/es.po
4161                 Updated translation, corrected a term based 
4162                 on suggestion from Israel Saeta Pérez,
4163                 reverted awful X-Mailer translation
4164         * src/procmime.c
4165                 Complete cvs20 for FreeBSD, patch by Pawel
4166
4167 2007-12-29 [colin]      3.2.0cvs21
4168
4169         * src/textview.c
4170                 Fix bug 1442, 'Tags are repeated in 
4171                 encapsulated messages'
4172
4173 2007-12-28 [colin]      3.2.0cvs20
4174
4175         * src/procmime.c
4176                 Fix path to mime/globs. Patch by Marten King.
4177
4178 2007-12-27 [colin]      3.2.0cvs19
4179
4180         * src/plugins/pgpcore/Makefile.am
4181         * src/plugins/pgpinline/Makefile.am
4182         * src/plugins/pgpmime/Makefile.am
4183                 Add missing flags to build pgp plugins on maemo
4184
4185 2007-12-27 [colin]      3.2.0cvs18
4186
4187         * src/mainwindow.c
4188                 Maximise before showing to avoid probable flickering
4189                 on slow computers.
4190
4191 2007-12-27 [colin]      3.2.0cvs17
4192
4193         * src/main.c
4194         * src/mainwindow.c
4195         * src/prefs_common.c
4196         * src/prefs_common.h
4197                 Fix bug 1439, 'Claws Mail does not remember window size 
4198                 state when restarted'. Save maximised state and force
4199                 maximisation at startup if applicable.
4200
4201 2007-12-23 [paul]       3.2.0cvs16
4202
4203         * src/prefs_matcher.c
4204                 fix bug 1436, 'Filter condition dialog doesn't
4205                 load header name from current rules'
4206
4207 2007-12-22 [paul]       3.2.0cvs15
4208
4209         * src/compose.c
4210                 fix bug 1435, 'Reply doesn't take into account
4211                 reply-to field'
4212
4213 2007-12-21 [paul]       3.2.0cvs14
4214
4215         * src/common/ssl_certificate.c
4216                 fix FreeBSD build with IPV6 support 
4217
4218 2007-12-20 [colin]      3.2.0cvs13
4219
4220         * src/imap.c
4221                 Fix error handling
4222
4223 2007-12-20 [colin]      3.2.0cvs12
4224
4225         * src/imap.c
4226         * src/imap.h
4227         * src/prefs_account.c
4228                 Add DIGEST-MD5 support for IMAP authentication
4229
4230 2007-12-19 [mones]      3.2.0cvs11
4231
4232         * doc/man/claws-mail.1
4233                 Better ordering of sections, updated options
4234         * po/es.po
4235                 Updated strings
4236
4237 2007-12-19 [paul]       3.2.0cvs10
4238
4239         * src/prefs_account.c
4240                 use a spinbutton instead of an entry for
4241                 "POP authentication timeout" also
4242
4243 2007-12-19 [colin]      3.2.0cvs9
4244
4245         * src/prefs_filtering_action.c
4246         * src/prefs_matcher.c
4247         * src/gtk/description_window.c
4248                 Destroy info windows with their parents
4249                 Patch by Pawel
4250
4251 2007-12-19 [colin]      3.2.0cvs8
4252
4253         * src/prefs_account.c
4254                 Use spinbuttons instead of entries where needed
4255                 Patch by Pawel
4256
4257 2007-12-18 [paul]       3.2.0cvs7
4258
4259         * src/prefs_matcher.c
4260                 add missing i18n for a few strings
4261                 Patch by Stephan Sachse
4262
4263 2007-12-18 [paul]       3.2.0cvs6
4264
4265         * src/prefs_logging.c
4266                 use 'disk' instead of 'disc'
4267
4268 2007-12-18 [paul]       3.2.0cvs5
4269
4270         * po/en_GB.po
4271                 updated
4272         * src/addrcustomattr.c
4273         * src/editaddress.c
4274                 fixes to the ingleesh
4275         * src/prefs_filtering_action.c
4276                 fix copyright header
4277                 fix untranslated strings
4278         * src/prefs_filtering_action.h
4279                 fix copyright header
4280
4281 2007-12-18 [wwp]        3.2.0cvs4
4282
4283         * src/folderview.c
4284         * src/headerview.c
4285         * src/prefs_common.c
4286         * src/prefs_common.h
4287         * src/prefs_fonts.c
4288         * src/summaryview.c
4289         * src/textview.c
4290         * src/wizard.c
4291         * src/common/defs.h
4292         * src/gtk/gtkutils.c
4293                 Added prefs to set custom small and bold fonts
4294                 (might matter on some desktops, according to
4295                 DPI and font settings).
4296
4297 2007-12-18 [colin]      3.2.0cvs3
4298
4299         * src/prefs_logging.c
4300                 Rework GUI, patch by Pawel
4301
4302 2007-12-18 [colin]      3.2.0cvs2
4303
4304         * src/prefs_filtering_action.c
4305                 Rework GUI, patch by Pawel
4306
4307 2007-12-18 [colin]      3.2.0cvs1
4308
4309         * src/editaddress.c
4310                 Fix build on old GCC
4311                 Fix inverted buttons
4312
4313 2007-12-17 [paul]       3.2.0
4314
4315         * NEWS
4316         * README
4317         * RELEASE_NOTES 
4318                 3.2.0 released
4319
4320 2007-12-17 [paul]       3.1.0cvs79
4321
4322         * po/de.po
4323         * po/fr.po
4324         * po/hu.po
4325         * po/it.po
4326         * po/pt_BR.po
4327                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
4328                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
4329
4330 2007-12-17 [mones]      3.1.0cvs78
4331
4332         * po/es.po
4333                 Updated Spanish translation for 3.2.0 release
4334
4335 2007-12-16 [colin]      3.1.0cvs77
4336
4337         * src/addrcustomattr.c
4338                 Fix translations, patch by Fabien
4339
4340 2007-12-15 [paul]       3.1.0cvs76
4341
4342         * src/folderview.c
4343                 fix compiler warning
4344
4345 2007-12-14 [colin]      3.1.0cvs75
4346
4347         * src/folderview.c
4348                 Simplify logic
4349
4350 2007-12-12 [wwp]        3.1.0cvs74
4351
4352         * AUTHORS
4353         * src/gtk/authors.h
4354                 Added Marius Glauser to the hall of fame.
4355
4356 2007-12-12 [wwp]        3.1.0cvs73
4357
4358         * src/gtk/gtkutils.c
4359                 Improve the way we show results of searches
4360                 in message bodies: selected text now get centered
4361                 vertically in the message window.
4362                 Patch by Marius Glauser <seelenhirt@gmx.net>.
4363
4364 2007-12-10 [colin]      3.1.0cvs72
4365
4366         * src/folder.c
4367                 Don't crash when setting batch mode on no folder
4368
4369 2007-12-10 [colin]      3.1.0cvs71
4370
4371         * src/common/utils.c
4372                 Fix potential buffer overrun (thanks to
4373                 Hiroyuki)
4374
4375 2007-12-08 [paul]       3.1.0cvs70
4376
4377         * src/prefs_receive.c
4378                 small change to the English
4379
4380 2007-12-08 [colin]      3.1.0cvs69
4381
4382         * src/vcard.c
4383                 Fix warnings
4384
4385 2007-12-07 [colin]      3.1.0cvs68
4386
4387         * src/mainwindow.c
4388         * src/summaryview.c
4389         * src/summaryview.h
4390                 Free simplify_subject_preg at exit
4391
4392 2007-12-07 [colin]      3.1.0cvs67
4393
4394         * src/main.c
4395         * src/summaryview.c
4396         * src/common/utils.c
4397         * src/common/utils.h
4398                 We have to free reused regexps from time to
4399                 time, or they get huge
4400
4401 2007-12-07 [colin]      3.1.0cvs66
4402
4403         * src/vcard.c
4404                 Fix QP decoding (and UTF8)
4405
4406 2007-12-07 [colin]      3.1.0cvs65
4407
4408         * src/addrcustomattr.c
4409                 Update list of default custom attributes
4410                 now (will be needed for a feature patch
4411                 post 3.2.0)
4412
4413 2007-12-07 [colin]      3.1.0cvs64
4414
4415         * src/folder.c
4416                 Batch on destination folder when copying - fixes
4417                 slowness when moving unread mails to trash on IMAP
4418
4419 2007-12-06 [colin]      3.1.0cvs63
4420
4421         * src/common/w32_time.c
4422         * src/common/w32lib.h
4423         * src/etpan/etpan-thread-manager.c
4424         * src/etpan/imap-thread.c
4425         * src/etpan/nntp-thread.c
4426         * src/gtk/Makefile.am
4427                 Fix win32 build with libetpan. Thanks to
4428                 Marcus Brinkmann.
4429
4430 2007-12-06 [colin]      3.1.0cvs62
4431
4432         * src/account.c
4433         * src/imap.c
4434         * src/prefs_account.c
4435         * src/prefs_account.h
4436         * src/etpan/imap-thread.c
4437         * src/etpan/imap-thread.h
4438                 Disable connection via command line on WIN32
4439                 Disable mmap use on WIN32 - use normal strings
4440         * src/addressbook.c
4441         * src/addressbook.h
4442         * src/addressbook_foldersel.c
4443         * src/addressbook_foldersel.h
4444         * src/prefs_filtering_action.c
4445         * src/prefs_matcher.c
4446         * src/plugins/bogofilter/bogofilter_gtk.c
4447         * src/plugins/dillo_viewer/dillo_prefs.c
4448         * src/plugins/spamassassin/spamassassin_gtk.c
4449                 Fix leak, rework function logics to be more
4450                 natural - thanks to Holger
4451         * src/common/utils.c
4452                 Fix warnings
4453
4454 2007-12-06 [colin]      3.1.0cvs61
4455
4456         * src/news.c
4457         * src/common/utils.c
4458         * src/common/utils.h
4459                 Fix posting, and fix UTF-8 being sent when encoding
4460                 is 8bit
4461
4462 2007-12-05 [colin]      3.1.0cvs60
4463
4464         * src/news.c
4465                 Fix debian bug #453157, 'Fails to post usenet
4466                 articles after NNTP connection has been 
4467                 interrupted". Fix return value to prevent deletion
4468                 on failure, and issue MODE READER in case posting
4469                 fails at first.
4470
4471 2007-12-05 [colin]      3.1.0cvs59
4472
4473         * src/messageview.c
4474         * src/uri_opener.c
4475                 Improvements to the List URIs dialog
4476                 Patch by Pawel
4477
4478 2007-12-05 [colin]      3.1.0cvs58
4479
4480         * src/prefs_other.c
4481         * src/gtk/gtksctree.h
4482                 Fix warnings
4483
4484 2007-12-04 [colin]      3.1.0cvs57
4485
4486         * src/etpan/imap-thread.c
4487                 Fix bug 1378, 'Claws exits on IMAP alert message'
4488                 Don't do GTK calls directly from Etpan thread
4489
4490 2007-12-04 [colin]      3.1.0cvs56
4491
4492         * src/folderview.c
4493         * src/gtk/gtksctree.c
4494                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
4495                 Make all the left of column zero an hotspot for
4496                 expanding.
4497
4498 2007-12-04 [colin]      3.1.0cvs55
4499
4500         * src/mainwindow.c
4501         * src/mainwindow.h
4502         * src/prefs_common.c
4503         * src/prefs_common.h
4504         * src/prefs_receive.c
4505                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
4506
4507 2007-12-04 [wwp]        3.1.0cvs54
4508
4509         * src/prefs_other.c
4510                 Fix for bug #1419.
4511
4512 2007-12-04 [holger]     3.1.0cvs53
4513
4514         * src/addrduplicates.c
4515         * src/addrduplicates.h
4516                 Export addressbook entry deletion
4517
4518 2007-12-04 [colin]      3.1.0cvs52
4519
4520         * tools/Makefile.am
4521         * tools/README.sylprint
4522         * tools/sylprint.pl
4523         * tools/sylprint.rc
4524                 Fix debian bug #454089 (symlink attack in TMP directory)
4525                 http://secwatch.org/advisories/1019661/ :
4526                 Remove the buggy script, which was unmaintained anyway
4527         * src/news.c
4528         * src/procmsg.c
4529                 Store things in our private tmp directory.
4530
4531 2007-12-03 [colin]      3.1.0cvs51
4532
4533         * src/folder.c
4534         * src/folder.h
4535         * src/folderview.c
4536         * src/imap.c
4537         * src/mainwindow.c
4538                 Fix update problem when getting remote tags
4539         * src/prefs_matcher.c
4540                 Rework GUI to make it better. Patch by Pawel
4541                 Pekala
4542
4543 2007-12-03 [colin]      3.1.0cvs50
4544
4545         * src/etpan/imap-thread.c
4546         * src/etpan/nntp-thread.c
4547                 Fix bug 1417, 'Network log doesn't reveal 
4548                 enough NNTP errors'
4549
4550 2007-12-02 [iwkse]      3.1.0cvs49
4551
4552         * src/plugins/dillo_viewer/dillo_prefs.c
4553                         Insert dillo under the Plugins menu
4554
4555 2007-12-01 [paul]       3.1.0cvs48
4556
4557         * src/html.c
4558                 add these variant forms
4559                 Thanks to Colin
4560
4561 2007-12-01 [paul]       3.1.0cvs47
4562
4563         * src/matcher.c
4564                 fix a typo
4565
4566 2007-12-01 [paul]       3.1.0cvs46
4567
4568         * po/POTFILES.in
4569                 add the new addrcustomattr.c file
4570
4571 2007-11-29 [colin]      3.1.0cvs45
4572
4573         * src/common/ssl_certificate.c
4574                 Use the more modern getaddrinfo instead of 
4575                 gethostbyname when possible
4576
4577 2007-11-28 [colin]      3.1.0cvs44
4578
4579         * src/summaryview.c
4580                 Maybe fix bug 1410 and other crash reports
4581                 in summaryview since cvs38.
4582
4583 2007-11-28 [wwp]        3.1.0cvs43
4584
4585         * src/prefs_summary_open.c
4586                 Guard against an empty list of actions to perform
4587                 when opening a folder (or migration defaults could
4588                 be introduced, confusing).
4589
4590 2007-11-28 [colin]      3.1.0cvs42
4591
4592         * src/folderview.c
4593                 Fix mark all read from folder's contextual menu
4594
4595 2007-11-27 [colin]      3.1.0cvs41
4596
4597         * src/imap.c
4598         * src/imap.h
4599         * src/imap_gtk.c
4600         * src/prefs_account.c
4601         * src/etpan/imap-thread.c
4602                 A few fixes to the IMAP flags handling: Optimisations,
4603                 two crashers, mention that Bandwitdh-efficient mode
4604                 prevents tag fetching.
4605                 Fix M-UTF7 in subscription dialog.
4606
4607 2007-11-27 [colin]      3.1.0cvs40
4608
4609         * src/folder.c
4610         * src/mbox.c
4611         * src/summaryview.c
4612                 Make filtering faster on flags change: Batch original 
4613                 folderitem, where we'll do flags/tags changes.
4614
4615 2007-11-27 [colin]      3.1.0cvs39
4616
4617         * src/filtering.c
4618                 Fix bug 1407, 'After a copy action, further rules apply 
4619                 to both original and copy'
4620
4621 2007-11-27 [colin]      3.1.0cvs38
4622
4623         * src/edittags.c
4624         * src/summaryview.c
4625                 Fixes races when doing a long operation and user
4626                 asks for another one (Mark all read/unread on a 
4627                 big folder on IMAP for example)
4628
4629 2007-11-27 [wwp]        3.1.0cvs37
4630
4631         * src/addressbook.c
4632         * src/prefs_common.c
4633                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
4634                 and 3.1.0cvs35 (addressbook.c).
4635
4636 2007-11-27 [holger]     3.1.0cvs36
4637
4638         * src/printing.c
4639                 Add a line separating header and body
4640                 in the printout
4641
4642 2007-11-27 [wwp]        3.1.0cvs35
4643
4644         * src/addressbook.c
4645                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
4646                 (thanks to Colin) and revert disabling of cut/copy
4647                 context menu entries upon selected groups.
4648
4649 2007-11-27 [holger]     3.1.0cvs34
4650
4651         * src/printing.c
4652                 Add weights to the list of supported text attributes
4653                 for printing
4654
4655 2007-11-27 [wwp]        3.1.0cvs33
4656
4657         * src/Makefile.am
4658         * src/addrcustomattr.c
4659         * src/addrcustomattr.h
4660         * src/addressbook.c
4661         * src/editaddress.c
4662         * src/editaddress.h
4663         * src/prefs_common.c
4664         * src/prefs_common.h
4665         * src/common/defs.h
4666                 Provide a (customizable) list of preset attribute names
4667                 for editing contacts (closes bug #1391).
4668
4669 2007-11-27 [wwp]        3.1.0cvs32
4670
4671         * src/addrclip.c
4672         * src/addressbook.c
4673         * src/addritem.c
4674                 Various fixes in the address book:
4675                         - made copy/move of a folder to itself or its subtree
4676                           impossible (-> error)
4677                         - errors messages don't show in the status bar anymore,
4678                           use alertpanels instead
4679                         - simple click on group doesn't open group edit dialog
4680                           anymore when in contact edit embedded mode (was too itchy)
4681                         - fixed disabling of edit button and and menu entry when
4682                           in contact edit embedded mode (was done in a bad and
4683                           ineffective way)
4684                         - fix menu cut/paste sensitivity in treelist context
4685                           menu (conflicting enabling was done by different functions)
4686                         - fix some menu item sensitivity in address list context menu
4687                         - don't allow cut/copy of groups, it's useless as they won't
4688                           be copied w/ their contents
4689                         - fix missing copy of the picture file when copying (bug #1402),
4690                           fix picture attribute (internal) value when moving or copying
4691
4692
4693 2007-11-27 [colin]      3.1.0cvs31
4694
4695         * src/folder.c
4696         * src/imap.c
4697                 Fix tags loss on move, fix space encoding
4698
4699 2007-11-26 [colin]      3.1.0cvs30
4700
4701         * src/edittags.c
4702         * src/folder.c
4703         * src/folder.h
4704         * src/imap.c
4705         * src/messageview.c
4706         * src/procmsg.c
4707         * src/procmsg.h
4708         * src/summaryview.c
4709         * src/common/utils.c
4710         * src/common/utils.h
4711         * src/etpan/imap-thread.c
4712         * src/etpan/imap-thread.h
4713                 Add IMAP tags support
4714
4715 2007-11-26 [colin]      3.1.0cvs29
4716
4717         * src/imap.c
4718                 Fix bug 1405, 'imap auto auth method doesn't 
4719                 work since 3.1.0'
4720
4721 2007-11-26 [colin]      3.1.0cvs28
4722
4723         * src/messageview.c
4724         * src/procmime.c
4725                 Handle broken disposition-notifications from Evolution
4726                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
4727
4728 2007-11-25 [paul]       3.1.0cvs27
4729
4730         * src/folder_item_prefs.c
4731         * src/folder_item_prefs.h
4732                 remove dead code
4733
4734 2007-11-23 [wwp]        3.1.0cvs26
4735
4736         * src/matcher.c
4737         * src/matcher.h
4738         * src/matcher_parser_parse.y
4739         * src/prefs_matcher.c
4740                 Fix irrelevant case folding when adding matcher condition 'test',
4741                 thanks to Colin.
4742
4743 2007-11-23 [wwp]        3.1.0cvs25
4744
4745         * src/prefs_common.c
4746         * src/prefs_common.h
4747         * src/prefs_summary_open.c
4748         * src/prefs_summary_open.h
4749         * src/summaryview.c
4750                 Add "select first email in list" to the list of possible selections
4751                 when opening a folder.
4752
4753 2007-11-23 [paul]       3.1.0cvs24
4754
4755         * po/de.po
4756                 a fix by Stephan Sachse, plus remove all
4757                 old strings from the end of the file
4758
4759 2007-11-23 [wwp]        3.1.0cvs23
4760
4761         * src/prefs_msg_colors.c
4762                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
4763                 with little changes.
4764
4765 2007-11-23 [paul]       3.1.0cvs22
4766
4767         * src/prefs_logging.c
4768                 eliminate wasted horizontal space
4769
4770 2007-11-23 [paul]       3.1.0cvs21
4771
4772         * src/prefs_summaries.c
4773                 don't wrap the label or put linebreaks
4774
4775 2007-11-22 [colin]      3.1.0cvs20
4776
4777         * src/plugins/pgpinline/pgpinline.c
4778                 Fix decryption
4779
4780 2007-11-22 [wwp]        3.1.0cvs19
4781
4782         * src/prefs_themes.c
4783                 Yet another misuse of get_rc_dir(), still related
4784                 to user themes. Completes 3.1.0cvs18.
4785
4786 2007-11-22 [wwp]        3.1.0cvs18
4787
4788         * src/stock_pixmap.c
4789                 Fix a misuse of get_rc_dir(), user themes dir was
4790                 not set properly and some themes might have disappeared
4791                 from themes list in prefs.
4792
4793 2007-11-22 [wwp]        3.1.0cvs17
4794
4795         * src/edittags.c
4796         * src/edittags.h
4797         * src/common/tags.c
4798         * src/common/tags.h
4799                 Correct copyright for these claws-mail-only brand new
4800                 files.
4801
4802 2007-11-22 [paul]       3.1.0cvs16
4803
4804         * src/compose.c
4805                 fix bug 1400, 'Drag and drop of URLs does not work'
4806                 Thanks to Colin
4807
4808 2007-11-22 [paul]       3.1.0cvs15
4809
4810         * src/prefs_common.c
4811                 make "cmds_use_system_default" default to FALSE
4812                 so as not to disrupt current settings
4813         * src/summaryview.c
4814                 increase the size of the GdkRectangle, tooltips
4815                 didn't show for me otherwise
4816
4817 2007-11-21 [colin]      3.1.0cvs14
4818
4819         * src/compose.c
4820         * src/crash.c
4821         * src/exphtmldlg.c
4822         * src/mainwindow.c
4823         * src/manual.c
4824         * src/mimeview.c
4825         * src/prefs_account.c
4826         * src/prefs_common.c
4827         * src/prefs_common.h
4828         * src/prefs_ext_prog.c
4829         * src/textview.c
4830         * src/uri_opener.c
4831         * src/gtk/about.c
4832         * src/gtk/gtkutils.c
4833                 Use xdg-open as a way to find default browser,
4834                 when available
4835
4836 2007-11-21 [colin]      3.1.0cvs13
4837
4838         * src/messageview.c
4839         * src/procmime.c
4840         * src/procmsg.h
4841                 Send better return receipts (useful ones)
4842                 Handle incoming return receipts
4843
4844 2007-11-20 [colin]      3.1.0cvs12
4845
4846         * src/printing.c
4847         * src/printing.h
4848                 Add getter/setter for settings, and getter
4849                 for page setup
4850
4851 2007-11-20 [colin]      3.1.0cvs11
4852
4853         * src/folderview.c
4854         * src/main.c
4855         * src/mainwindow.c
4856                 Fix bug 1396, 'Crash on disabling a filter 
4857                 while it is processing'
4858
4859 2007-11-20 [paul]       3.1.0cvs10
4860
4861         * src/folder.c
4862                 fix bug 1395, 'Crash on checking for new mails
4863                 while filter is running'
4864                 Thanks to Colin
4865
4866 2007-11-20 [paul]       3.1.0cvs9
4867
4868         * src/compose.c
4869                 make this string easier for translators
4870
4871 2007-11-19 [colin]      3.1.0cvs8
4872
4873         * src/prefs_summaries.c
4874         * src/summaryview.c
4875                 Don't enable more tooltips on Maemo
4876
4877 2007-11-19 [colin]      3.1.0cvs7
4878
4879         * src/prefs_common.c
4880         * src/prefs_common.h
4881         * src/prefs_summaries.c
4882         * src/summaryview.c
4883                 Fix bug 1388, 'message list tool tips'
4884                 Add (optional) tooltips in summaryview.
4885                 This only works with GTK+ >= 2.12
4886
4887 2007-11-19 [colin]      3.1.0cvs6
4888
4889         * src/compose.c
4890                 Make strings a bit better when attaching
4891                 from mailto: URIs
4892
4893 2007-11-19 [colin]      3.1.0cvs5
4894
4895         * src/common/utils.c
4896                 Fix bug 1392, 'Top level domain .EU is 
4897                 not recognised as valid'
4898
4899 2007-11-19 [wwp]        3.1.0cvs4
4900
4901         * src/compose.c
4902         * src/compose.h
4903                 Revert changes to compose.c made in 3.1.0cvs2.
4904
4905 2007-11-19 [wwp]        3.1.0cvs3
4906
4907         * src/addressbook.c
4908         * src/addressbook.h
4909         * src/editaddress.c
4910         * src/editgroup.c
4911         * src/addrduplicates.c
4912                 Minor improvements in the address book:
4913                 always accept new contacts provided that some
4914                 detail is set (instead of rejecting silently).
4915                 Better guessing of contact name from incomplete
4916                 name information. Better display of contacts with
4917                 no name, in contact lists, group contents, find
4918                 duplicate results.
4919                 
4920
4921 2007-11-19 [wwp]        3.1.0cvs2
4922
4923         * src/compose.c
4924         * src/compose.h
4925         * src/prefs_logging.c
4926         * src/prefs_summaries.c
4927                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
4928                 wrap some long label in prefs/summaries, layout checkboxes
4929                 in a more compact form in prefs/loggin, make account and
4930                 header's combos have the same size/spacing in compose
4931                 window.
4932
4933 2007-11-19 [wwp]        3.1.0cvs1
4934
4935         * src/edittags.c
4936                 Fix a tiny leak and duplicate variable.
4937
4938 2007-11-19 [paul]       3.1.0
4939
4940         * NEWS
4941         * README
4942         * RELEASE_NOTES 
4943                 3.1.0 released
4944
4945 2007-11-19 [paul]       3.0.2cvs145
4946
4947         * po/de.po
4948         * po/fi.po
4949         * po/fr.po
4950         * po/hu.po
4951         * po/it.po
4952         * po/pl.po
4953         * po/pt_BR.po
4954         * po/sk.po
4955         * po/zh_CN.po
4956                 updated by Stephan Sachse, Flammie Pirinen,
4957                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
4958                 Emil Nowak, Frederico Goncalves Guimaraes,
4959                 Andrej Kacian, and Ralph Young
4960
4961 2007-11-18 [mones]      3.0.2cvs144
4962
4963         * po/es.po
4964                 Updated Spanish translation
4965
4966 2007-11-18 [colin]      3.0.2cvs143
4967
4968         * src/edittags.c
4969                 Prevent empty tag after edit, thanks to wwp
4970
4971 2007-11-18 [colin]      3.0.2cvs142
4972
4973         * src/editaddress.c
4974                 Fix possible "(null)" %s - thanks to wwp
4975
4976 2007-11-16 [wwp]        3.0.2cvs141
4977
4978         * src/common/utils.c
4979                 Fix for 3.0.2cvs140, prevents from crashing when opening
4980                 a compose window.
4981
4982 2007-11-16 [colin]      3.0.2cvs140
4983
4984         * src/main.c
4985         * src/common/claws.c
4986                 Output a bit more useful info at startup
4987                 in --debug mode
4988
4989 2007-11-16 [colin]      3.0.2cvs139
4990
4991         * src/compose.c
4992         * src/common/utils.c
4993         * src/common/utils.h
4994                 Fix bug 1387, 'Request for --compose to 
4995                 support multiple attachments'
4996
4997 2007-11-16 [colin]      3.0.2cvs138
4998
4999         * src/news.c
5000                 Fix bug 1390, 'NNTP fails after server 
5001                 closed connection'
5002
5003 2007-11-16 [colin]      3.0.2cvs137
5004
5005         * src/prefs_display_header.c
5006                 Fix bug 1389, 'Changing 'Display headers 
5007                 in message view' breaks dispheaderrc'
5008
5009 2007-11-14 [colin]      3.0.2cvs136
5010
5011         * src/summaryview.c
5012         * src/gtk/quicksearch.c
5013         * src/gtk/quicksearch.h
5014                 Fix resetting the quicksearch when in non-sticky
5015                 mode, but Recursive is set: reset only when going
5016                 out of the root search folder.
5017
5018 2007-11-14 [colin]      3.0.2cvs135
5019
5020         * src/filtering.c
5021                 Don't set new flag back when doing "Mark as unread"
5022                 from filtering
5023
5024 2007-11-12 [paul]       3.0.2cvs134
5025
5026         * src/plugins/dillo_viewer/dillo_viewer.c
5027                 don't offer the mime type for translation
5028
5029 2007-11-12 [paul]
5030
5031         3.1.0-rc2 released
5032
5033 2007-11-11 [colin]      3.0.2cvs133
5034
5035         * src/imap_gtk.c
5036         * src/mh_gtk.c
5037                 Use markup-escaped strings in dialogs
5038
5039 2007-11-11 [colin]      3.0.2cvs132
5040
5041         * src/imap.c
5042                 Better IMAP-UTF7/UTF8 conversion
5043
5044 2007-11-10 [colin]      3.0.2cvs131
5045
5046         * src/news.c
5047                 Fix debian bug 450698, 'nntp auth behavior changed 
5048                 without notice'
5049
5050 2007-11-10 [colin]      3.0.2cvs130
5051
5052         * configure.ac
5053         * src/inc.c
5054         * src/main.c
5055         * src/main.h
5056         * src/mimeview.c
5057         * src/statusbar.c
5058         * src/common/utils.c
5059         * src/etpan/Makefile.am
5060         * src/gtk/filesel.c
5061         * src/gtk/gtkutils.h
5062         * src/gtk/menu.c
5063         * src/plugins/bogofilter/Makefile.am
5064         * src/plugins/clamav/Makefile.am
5065         * src/plugins/dillo_viewer/Makefile.am
5066         * src/plugins/pgpcore/Makefile.am
5067         * src/plugins/spamassassin/Makefile.am
5068         * src/plugins/trayicon/Makefile.am
5069                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
5070
5071 2007-11-09 [colin]      3.0.2cvs129
5072
5073         * src/addressbook.c
5074         * src/ldapupdate.c
5075                 fix bug 1375, 'Impossible to modify e-mail
5076                 in LDAP addressbook twice'; Try two. update
5077                 externalID, don't make display lag, and
5078                 fix the cases where dn is not mail.
5079
5080 2007-11-08 [paul]       3.0.2cvs128
5081
5082         * src/account.c
5083         * src/compose.c
5084         * src/messageview.c
5085         * src/prefs_account.c
5086         * src/prefs_account.h
5087                 reinstate 'Generate Message-ID' option as an
5088                 account preference. (hidden on IMAP)
5089                 Thanks to Colin
5090
5091 2007-11-08 [paul]       3.0.2cvs127
5092
5093         * src/textview.c
5094                 MAEMO: fix failure of loading images inline
5095                 MAEMO: fix bug 1349, 'Emails still skip to end
5096                 when opened (in certain circumstances)...'
5097
5098 2007-11-07 [colin]      3.0.2cvs126
5099
5100         * src/toolbar.c
5101                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
5102
5103 2007-11-07 [colin]      3.0.2cvs125
5104
5105         * src/toolbar.c
5106                 Re-change the string occurence of A_CLAWS_ACTIONS
5107                 to A_SYL_ACTIONS, to prevent parse errors of the
5108                 toolbar_*.xml files
5109
5110 2007-11-07 [colin]      3.0.2cvs124
5111
5112         * src/mimeview.c
5113         * src/prefs_common.c
5114         * src/prefs_common.h
5115         * manual/advanced.xml
5116                 Add an hidden pref, 'save_parts_readwrite';
5117                 completes 3.0.2cvs35
5118
5119 2007-11-07 [paul]       3.0.2cvs123
5120
5121         * src/prefs_toolbar.c
5122         * src/toolbar.c
5123         * src/toolbar.h
5124                 rename ToolbarSylpheedActions to ToolbarClawsActions
5125                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
5126
5127 2007-11-07 [paul]       3.0.2cvs122
5128
5129         * src/toolbar.c
5130                 MAEMO: remove tooltips
5131
5132 2007-11-07 [colin]      3.0.2cvs121
5133
5134         * src/plugins/pgpinline/pgpinline.c
5135                 Fix bug 1377, 'unspecific errors on 
5136                 signature checking'. Fix trimming of
5137                 UTF8 data.
5138
5139 2007-11-06 [iwkse]      3.0.2cvs120
5140
5141         * src/prefs_summary_open.c
5142                 yet a string change
5143
5144 2007-11-06 [paul]       3.0.2cvs119
5145
5146         * tools/Makefile.am
5147         * tools/README
5148         * tools/csv2addressbook.pl
5149                 add a new script that imports a CSV formatted
5150                 address book. Becky and Thunderbird address
5151                 book are currently supported.
5152
5153 2007-11-05 [colin]      3.0.2cvs118
5154
5155         * src/imap.c
5156                 Fix deletion 
5157
5158 2007-11-05 [iwkse]      3.0.2cvs117
5159
5160         * src/prefs_summary_open.c
5161                 String changes
5162
5163 2007-11-04 [paul]       3.0.2cvs116
5164
5165         * src/addressbook_foldersel.c
5166                 fix gtk critical warning
5167                 Patch by Pawel Pekala
5168
5169 2007-11-04 [paul]       3.0.2cvs115
5170
5171         * tools/README
5172         * tools/claws-mail-compose-insert-files.pl
5173                 add --bcc and uri_escape() everything
5174
5175 2007-11-04 [paul]       3.0.2cvs114
5176
5177         * src/gtk/gtkutils.c
5178                 gtkut_stock_with_text_button_set_create(): set
5179                 GTK_CAN_DEFAULT on buttons 2 and 3
5180
5181 2007-11-03 [paul]       3.0.2cvs113
5182
5183         * src/common/utils.c
5184                 fix debian bug #448814, 'mailto: URI decoding
5185                 desn't decode the destination address field'
5186                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
5187
5188 2007-11-03 [paul]       3.0.2cvs112
5189
5190         * AUTHORS
5191         * src/compose.c
5192         * src/gtk/authors.h
5193                 allow Bcc in commandline URIs
5194                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
5195
5196 2007-11-02 [colin]      3.0.2cvs111
5197
5198         * src/addressbook.c
5199                 Maybe fix bug 1376, 'crash on 
5200                 addressbook manipulation'
5201
5202 2007-10-31 [paul]       3.0.2cvs110
5203
5204         * src/ldapupdate.c
5205                 fix bug 1375, 'Impossible to modify e-mail
5206                 in LDAP addressbook twice'
5207                 Patch by Michael Rasmussen
5208
5209 2007-10-30 [paul]       3.0.2cvs109
5210
5211         * configure.ac
5212                 enable GnuTLS support with --enable-gnutls which
5213                 will disable openssl support. if the user has
5214                 gtk >= 2.10.x don't allow gnomeprint even if the
5215                 user asks for it
5216
5217 2007-10-30 [paul]
5218
5219         3.1.0-rc1 released
5220
5221 2007-10-30 [paul]       3.0.2cvs108
5222
5223         * Makefile.am
5224                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
5225
5226 2007-10-30 [paul]       3.0.2cvs107
5227
5228         * src/expldifdlg.c
5229         * src/prefs_account.c
5230         * src/prefs_folder_item.c
5231         * src/prefs_spelling.c
5232         * src/prefs_themes.c
5233         * src/wizard.c
5234         * src/gtk/gtkaspell.c
5235         * src/gtk/gtkaspell.h
5236         * src/plugins/spamassassin/spamassassin_gtk.c
5237                 replace deprecated gtk_option_menu...
5238                 patch by Pawel Pekala
5239
5240 2007-10-29 [colin]      3.0.2cvs106
5241
5242         * src/plugins/dillo_viewer/dillo_prefs.c
5243                 Fix forgotten signal connect
5244
5245 2007-10-28 [colin]      3.0.2cvs105
5246
5247         * src/plugins/dillo_viewer/dillo_prefs.c
5248         * src/plugins/dillo_viewer/dillo_prefs.h
5249         * src/plugins/dillo_viewer/dillo_viewer.c
5250                 Implement addressbook-based whitelisting for loading
5251                 remote images. Fixed missing destroy of the embedded
5252                 browser that made a Dillo window pop up on exit, if
5253                 an HTML part was displayed.
5254
5255 2007-10-26 [colin]      3.0.2cvs104
5256
5257         * src/edittags.c
5258                 Add missing static
5259
5260 2007-10-25 [colin]      3.0.2cvs103
5261
5262         * src/editaddress.c
5263                 Add tap-and-hold on the picture, for Maemo
5264         * src/edittags.c
5265         * src/edittags.h
5266         * src/mainwindow.c
5267         * src/procmsg.c
5268         * src/summaryview.c
5269         * src/textview.c
5270                 Unify tag interfaces.
5271
5272 2007-10-25 [colin]      3.0.2cvs102
5273
5274         * src/imap.c
5275         * src/etpan/imap-thread.h
5276                 Much better error handling. We'll need to be really
5277                 clear to users about where errors come from, with 
5278                 the apparition of Gmail's IMAP server.
5279
5280 2007-10-24 [colin]      3.0.2cvs101
5281
5282         * src/edittags.c
5283         * src/mainwindow.c
5284         * src/summaryview.c
5285         * src/textview.c
5286                 Add tags sorting (alphabetical); allow deletion of
5287                 tags from the Apply Tags window
5288
5289 2007-10-24 [colin]      3.0.2cvs100
5290
5291         * src/editaddress.c
5292         * src/editaddress_other_attributes_ldap.c
5293         * src/editaddress_other_attributes_ldap.h
5294         * src/ldapctrl.c
5295         * src/ldapquery.c
5296         * src/ldapupdate.c
5297                 Fix LDAP writing (got broken in cvs39)
5298                 Add read-only support for jpegPhoto LDAP field
5299
5300 2007-10-23 [colin]      3.0.2cvs99
5301
5302         * src/news.c
5303                 Fix crash in some cases
5304
5305 2007-10-22 [colin]      3.0.2cvs98
5306
5307         * src/common/socket.h
5308         * src/common/ssl.c
5309                 Fix big leak in GnuTLS code
5310
5311 2007-10-22 [colin]      3.0.2cvs97
5312
5313         * src/news.c
5314                 Fix bug 1368, 'SIGSEGV in NNTP code'
5315
5316 2007-10-22 [colin]      3.0.2cvs96
5317
5318         * src/prefs_customheader.c
5319                 Catch compface warnings when generating X-Faces
5320
5321 2007-10-22 [wwp]        3.0.2cvs95
5322
5323         * src/quote_fmt_parse.y
5324                 Remove accidentally committed debug traces.
5325                 Fix a warning.
5326
5327 2007-10-22 [colin]      3.0.2cvs94
5328
5329         * src/etpan/nntp-thread.c
5330                 Fix authentication
5331
5332 2007-10-19 [wwp]        3.0.2cvs93
5333
5334         * src/common/ssl_certificate.c
5335                 Add missing include (Windows).
5336
5337 2007-10-19 [colin]      3.0.2cvs92
5338
5339         * src/imap_gtk.c
5340         * src/mimeview.c
5341         * src/textview.c
5342         * src/gtk/inputdialog.c
5343         * src/gtk/inputdialog.h
5344                 Remove the last old combo; patch by
5345                 Pawel
5346
5347 2007-10-19 [colin]      3.0.2cvs91
5348
5349         * src/common/ssl.c
5350                 Fix interop problem with GnuTLS and some crappy
5351                 servers that have very little keys.
5352
5353 2007-10-19 [colin]      3.0.2cvs90
5354
5355         * src/common/ssl.c
5356                 Fix return value check on GnuTLS, and
5357                 display the error
5358
5359 2007-10-18 [colin]      3.0.2cvs89
5360
5361         * src/common/ssl_certificate.c
5362                 Fix missing initialisations
5363
5364 2007-10-18 [wwp]        3.0.2cvs88
5365
5366         * src/Makefile.am
5367                 Fix linking against GNUTLS (matters if --enable-gnutls only).
5368
5369 2007-10-18 [colin]      3.0.2cvs87
5370
5371         * po/POTFILES.in
5372                 Fix build
5373
5374 2007-10-18 [mones]      3.0.2cvs86
5375
5376         * src/editbook.c
5377         * src/import.c
5378         * src/prefs_account.c
5379         * src/prefs_receive.c
5380         * src/gtk/about.c
5381         * src/plugins/bogofilter/bogofilter_gtk.c
5382         * src/plugins/spamassassin/spamassassin_gtk.c
5383                 More capitalisation micro-fixes
5384
5385 2007-10-18 [paul]       3.0.2cvs85
5386
5387         * configure.ac
5388                 add info about NNTP support via libetpan
5389                 change the configure output ending msg a little
5390         * src/gtk/about.c
5391                 similar changes to above
5392
5393 2007-10-18 [colin]      3.0.2cvs84
5394
5395         * src/procmime.c
5396         * src/procmime.h
5397                 Fix missing symbol for S/MIME
5398
5399 2007-10-18 [colin]      3.0.2cvs83
5400
5401         * src/prefs_filtering_action.c
5402                 Fix crash in tags (introduced in cvs78)
5403
5404 2007-10-18 [colin]      3.0.2cvs82
5405
5406         * src/common/Makefile.am
5407         * src/common/nntp.c
5408         * src/common/nntp.h
5409         * src/etpan/Makefile.am
5410         * src/etpan/etpan-thread-manager-types.h
5411         * src/etpan/etpan-thread-manager.c
5412         * src/etpan/imap-thread.c
5413         * src/etpan/nntp-thread.c
5414         * src/etpan/nntp-thread.h
5415         * src/news.c
5416         * src/news.h
5417                 Rewrite the nntp implementation
5418                 to use libetpan. Non-blocking NNTP!
5419         * src/account.c
5420         * src/crash.c
5421         * src/imap.c
5422         * src/inc.c
5423         * src/main.c
5424         * src/mainwindow.c
5425         * src/pop.c
5426         * src/pop.h
5427         * src/prefs_account.c
5428         * src/recv.c
5429         * src/recv.h
5430         * src/send_message.c
5431         * src/send_message.h
5432         * src/ssl_manager.c
5433         * src/ssl_manager.h
5434         * src/wizard.c
5435         * src/common/claws.c
5436         * src/common/session.c
5437         * src/common/session.h
5438         * src/common/smtp.c
5439         * src/common/smtp.h
5440         * src/common/socket.c
5441         * src/common/socket.h
5442         * src/common/ssl.c
5443         * src/common/ssl.h
5444         * src/common/ssl_certificate.c
5445         * src/common/ssl_certificate.h
5446         * src/gtk/about.c
5447         * src/gtk/sslcertwindow.c
5448         * src/gtk/sslcertwindow.h
5449                 Implement GnuTLS support. GnuTLS support
5450                 will be used if OpenSSL isn't available, or
5451                 specified explicitely. (the reason is that
5452                 GnuTLS cerficate checking is a bit less 
5453                 practical than OpenSSL's)
5454
5455 2007-10-18 [paul]       3.0.2cvs81
5456
5457         * src/gtk/inputdialog.c
5458         * src/gtk/inputdialog.h
5459                 fix copyright header
5460
5461 2007-10-17 [colin]      3.0.2cvs80
5462
5463         * src/plugins/pgpcore/select-keys.c
5464                 Fix bug which prevented encryption key
5465                 auto-selection when two or more matched the
5466                 email address, but only one isn't revoked
5467                 or expired.
5468
5469 2007-10-17 [wwp]        3.0.2cvs79
5470
5471         * src/compose.c
5472         * src/quote_fmt.c
5473         * src/quote_fmt.h
5474         * src/quote_fmt_lex.l
5475         * src/quote_fmt_parse.y
5476                 Templates can now attach files using |attach{filename}.
5477
5478 2007-10-17 [wwp]        3.0.2cvs78
5479
5480         * src/prefs_customheader.c
5481         * src/prefs_ext_prog.c
5482         * src/prefs_filtering_action.c
5483         * src/prefs_matcher.c
5484         * src/prefs_other.c
5485         * src/prefs_toolbar.c
5486         * src/gtk/combobox.c
5487         * src/gtk/combobox.h
5488         * src/gtk/gtkutils.c
5489         * src/gtk/gtkutils.h
5490         * src/plugins/bogofilter/bogofilter_gtk.c
5491         * src/plugins/spamassassin/spamassassin_gtk.c
5492                 Removed almost all remaining instances of GtkCombo
5493                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
5494                 few visual and code cleanup from Colin.
5495
5496 2007-10-16 [wwp]        3.0.2cvs77
5497         * src/gtk/pluginwindow.c
5498                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
5499
5500 2007-10-15 [colin]      3.0.2cvs76
5501
5502         * src/edittags.c
5503         * src/edittags.h
5504         * src/filtering.c
5505         * src/filtering.h
5506         * src/importmutt.c
5507         * src/importpine.c
5508         * src/main.c
5509         * src/messageview.c
5510         * src/messageview.h
5511         * src/mimeview.c
5512         * src/mimeview.h
5513         * src/pop.c
5514         * src/pop.h
5515         * src/prefs_common.c
5516         * src/prefs_common.h
5517         * src/prefs_customheader.c
5518         * src/prefs_customheader.h
5519         * src/prefs_display_header.c
5520         * src/prefs_display_header.h
5521         * src/prefs_filtering_action.c
5522         * src/prefs_filtering_action.h
5523         * src/prefs_folder_column.c
5524         * src/prefs_folder_column.h
5525         * src/prefs_folder_item.c
5526         * src/prefs_folder_item.h
5527         * src/prefs_gtk.c
5528         * src/prefs_gtk.h
5529         * src/prefs_logging.h
5530         * src/prefs_matcher.c
5531         * src/prefs_matcher.h
5532         * src/prefs_summary_column.c
5533         * src/prefs_summary_column.h
5534         * src/prefs_summary_open.c
5535         * src/procheader.c
5536         * src/procheader.h
5537         * src/procmime.c
5538         * src/procmime.h
5539         * src/recv.c
5540         * src/recv.h
5541         * src/sourcewindow.c
5542         * src/sourcewindow.h
5543         * src/summaryview.c
5544         * src/summaryview.h
5545         * src/textview.c
5546         * src/textview.h
5547         * src/toolbar.c
5548         * src/toolbar.h
5549         * src/common/mgutils.c
5550         * src/common/mgutils.h
5551         * src/common/nntp.c
5552         * src/common/nntp.h
5553         * src/common/prefs.c
5554         * src/common/prefs.h
5555         * src/common/socket.c
5556         * src/common/socket.h
5557         * src/common/stringtable.c
5558         * src/common/stringtable.h
5559         * src/common/template.c
5560         * src/common/template.h
5561         * src/common/uuencode.c
5562         * src/common/uuencode.h
5563         * src/gtk/gtkshruler.c
5564         * src/gtk/gtkshruler.h
5565         * src/gtk/menu.c
5566         * src/gtk/menu.h
5567         * src/gtk/progressdialog.c
5568         * src/gtk/progressdialog.h
5569                 Remove/staticalize, the return of the revenge
5570
5571 2007-10-15 [colin]      3.0.2cvs75
5572
5573         * src/matcher.c
5574                 Fix redirections in filtering's tests
5575
5576 2007-10-15 [colin]      3.0.2cvs74
5577
5578         * src/imap.c
5579                 Don't build imap_synchronise at all when 
5580                 building without libetpan
5581
5582 2007-10-14 [colin]      3.0.2cvs73
5583
5584         * src/imap.c
5585         * src/common/md5.c
5586         * src/common/md5.h
5587         * src/gtk/manage_window.c
5588         * src/gtk/manage_window.h
5589                 Remove more unused code
5590
5591 2007-10-14 [colin]      3.0.2cvs72
5592
5593         * src/addrquery.c
5594         * src/addrquery.h
5595         * src/recv.c
5596         * src/recv.h
5597         * src/vcard.c
5598         * src/vcard.h
5599         * src/common/xml.c
5600         * src/common/xml.h
5601         * src/common/xmlprops.c
5602         * src/common/xmlprops.h
5603                 Remove more unused code
5604
5605 2007-10-14 [colin]      3.0.2cvs71
5606
5607         * src/common/utils.c
5608                 Remove unused function
5609
5610 2007-10-13 [colin]      3.0.2cvs70
5611
5612         * src/imap.c
5613         * src/imap.h
5614         * src/mainwindow.c
5615         * src/mainwindow.h
5616         * src/gtk/gtkutils.c
5617         * src/gtk/gtkutils.h
5618                 Staticalise/Remove more code
5619
5620 2007-10-13 [colin]      3.0.2cvs69
5621
5622         * src/common/utils.c
5623         * src/common/utils.h
5624                 Remove dead code, unused for ages
5625
5626 2007-10-13 [colin]      3.0.2cvs68
5627
5628         * src/main.c
5629         * src/main.h
5630                 Maemo: define hildon_program in main.c,
5631                 make it accessible in the .h with extern
5632
5633 2007-10-13 [paul]       3.0.2cvs67
5634
5635         * src/gtk/menu.c
5636                 fix a bunch of runtime warnings on maemo
5637
5638 2007-10-13 [paul]       3.0.2cvs66
5639
5640         * src/main.c
5641         * src/main.h
5642         * src/gtk/gtkutils.c
5643         * src/gtk/gtkutils.h
5644                 fix a bunch of compiler warnings on maemo
5645
5646 2007-10-12 [colin]      3.0.2cvs65
5647
5648         * src/account.c
5649         * src/addritem.c
5650         * src/addritem.h
5651         * src/filtering.c
5652         * src/filtering.h
5653         * src/folder.c
5654         * src/folder.h
5655         * src/common/utils.c
5656         * src/common/utils.h
5657                 Remove unused code, staticalise some functions
5658
5659 2007-10-12 [paul]       3.0.2cvs64
5660
5661         * src/account.c
5662         * src/folderview.c
5663         * src/main.c
5664         * src/mainwindow.c
5665         * src/messageview.c
5666         * src/summary_search.c
5667         * src/summaryview.c
5668         * src/toolbar.c
5669         * src/wizard.c
5670         * src/common/utils.c
5671         * src/gtk/prefswindow.c
5672                 fix a bunch of compiler warnings on maemo
5673
5674 2007-10-11 [colin]      3.0.2cvs63
5675
5676         * src/editaddress.c
5677                 Make static function static
5678
5679 2007-10-11 [mones]      3.0.2cvs62
5680
5681         * src/addrduplicates.c
5682         * src/addressbook.c
5683         * src/compose.c
5684         * src/expldifdlg.c
5685         * src/mainwindow.c
5686         * src/messageview.c
5687         * src/pop.c
5688         * src/prefs_customheader.c
5689         * src/prefs_send.c
5690         * src/prefs_themes.c
5691         * src/common/plugin.c
5692         * src/gtk/pluginwindow.c
5693         * src/gtk/quicksearch.c
5694                 Fix several typos and capitalisation issues
5695
5696 2007-10-11 [wwp]        3.0.2cvs61
5697
5698         * src/editaddress.c
5699                 Fix a warning about possible use of uninitialized
5700                 filename var.
5701
5702 2007-10-11 [wwp]        3.0.2cvs60
5703
5704         * src/editaddress.c
5705                 Disable "Unset picture" menu item when there's
5706                 no picture to clear. Fix an extraneous g_unref_object,
5707                 add missing initializers.
5708
5709 2007-10-11 [wwp]        3.0.2cvs59
5710
5711         * src/pixmaps/anonymous.xpm
5712         * src/editaddress.c
5713         * src/Makefile.am
5714         * src/stock_pixmap.c
5715         * src/stock_pixmap.h
5716                 Fix a leak, gettext-ize the photo label.
5717                 Don't clear the existing picture if loading
5718                 a new one fails. Use a default 'anonymous'
5719                 picture (this new xpm has been added to the
5720                 internal stock_pixmap API). Add a
5721                 "Set picture" context menu entry.
5722
5723 2007-10-11 [colin]      3.0.2cvs58
5724
5725         * src/messageview.c
5726                 Make shift-shortcuts work
5727         * src/prefs_actions.c
5728                 Don't ask if we really want to close when
5729                 choosing OK and only the list is changed
5730         * src/prefs_template.c
5731                 Don't ask if we really want to close when
5732                 choosing OK and only the list is changed
5733         * src/common/plugin.c
5734                 Fix writing of second [Plugins_*] block
5735         * src/common/template.c
5736                 Remove unused files (fixes deletion)
5737
5738 2007-10-10 [paul]       3.0.2cvs57
5739
5740         * src/prefs_template.c
5741                 put the whole thing in a scrolled window
5742                 so that half the page is no longer inaccessible
5743                 on maemo
5744                 make the gtk_text_view smaller on maemo
5745
5746 2007-10-10 [colin]      3.0.2cvs56
5747
5748         * src/compose.c
5749                 Fix updating of Attachments number in some
5750                 cases (reedit, attach from command-line, ...)
5751
5752 2007-10-10 [colin]      3.0.2cvs55
5753
5754         * src/editaddress.c
5755                 Initialise error correctly
5756
5757 2007-10-10 [paul]       3.0.2cvs54
5758
5759         * src/prefs_filtering_action.c
5760         * src/gtk/description_window.c
5761         * src/gtk/foldersort.c
5762         * src/gtk/quicksearch.c
5763                 get rid of some pointless new lines and
5764                 make the descripton labels wrap better
5765
5766 2007-10-10 [colin]      3.0.2cvs53
5767
5768         * src/addressadd.c
5769         * src/editaddress.c
5770         * src/headerview.c
5771         * src/textview.c
5772                 More error handling on saving pictures
5773
5774 2007-10-10 [colin]      3.0.2cvs52
5775
5776         * src/printing.c
5777         * src/printing.h
5778                 Generalize a bit printing, so we can factorize
5779                 most of the code. 
5780
5781 2007-10-10 [paul]       3.0.2cvs51
5782
5783         * src/addrduplicates.c
5784                 fix engrish
5785                 use GTK_STOCK... buttons
5786
5787 2007-10-10 [paul]       3.0.2cvs50
5788
5789         * src/addressadd.c
5790         * src/addrindex.c
5791         * src/editaddress.c
5792                 Fix previous patch
5793                 Thanks to Colin
5794
5795 2007-10-10 [paul]       3.0.2cvs49
5796
5797         * src/summaryview.c
5798         * src/messageview.c
5799                 Fix crash on Add sender to addressbook when
5800                 From is null
5801         * src/addressadd.c
5802         * src/addrindex.c
5803         * src/editaddress.c
5804         * src/editaddress_other_attributes_ldap.h
5805                 Fix leaks 
5806                 Rename images to .png in addrbook/
5807         * src/headerview.c
5808         * src/textview.c
5809                 Fix Face/X-Face being used if adding another
5810                 address than sender to addressbook
5811                 Thanks to Colin
5812
5813 2007-10-10 [holger]     3.0.2cvs48
5814
5815         * src/addrduplicates.c
5816         * src/editaddress.c
5817                 Improvements to the addressbook duplicate finder
5818                 feature:
5819                  - add an edit button to the button bar
5820                  - display the whole bookname (with iface) and
5821                    use this for same-book checking
5822                  - after editing, try to keep selections if the
5823                    entries are still present
5824                  - sort the email column alphabetically
5825                  - put results in a scrolled window
5826                  - support embedded editing
5827                  - make columns in detail view resizable
5828                  - add keyboard shortcuts
5829
5830 2007-10-10 [wwp]        3.0.2cvs47
5831
5832         * src/addrindex.c
5833                 Fix a crash when there's no From: in email, thanks to Colin.
5834
5835 2007-10-09 [paul]       3.0.2cvs46
5836
5837         * src/messageview.c
5838         * src/summaryview.c
5839         * src/textview.c
5840                 fix building without compface support
5841
5842 2007-10-09 [colin]      3.0.2cvs45
5843
5844         * src/editaddress.c
5845         * src/headerview.c
5846         * src/textview.c
5847                 Add error handling
5848
5849 2007-10-09 [colin]      3.0.2cvs44
5850
5851         * src/addrduplicates.c
5852         * src/addressadd.c
5853         * src/addressadd.h
5854         * src/addressbook.c
5855         * src/addressbook.h
5856         * src/addrindex.c
5857         * src/addrindex.h
5858         * src/addritem.c
5859         * src/addritem.h
5860         * src/compose.c
5861         * src/editaddress.c
5862         * src/editaddress_other_attributes_ldap.h
5863         * src/headerview.c
5864         * src/messageview.c
5865         * src/mimeview.c
5866         * src/summaryview.c
5867         * src/textview.c
5868         * src/gtk/gtkutils.c
5869                 Automatically set contacts' pictures from Face 
5870                 or X-Face if they have no picture
5871                 Display the contact picture in textview or
5872                 headerview for mails sent by people in the 
5873                 addressbook, that have no Face or X-Face
5874                 Fix a few details in the Person edition dialog
5875                 (ability to unset picture)
5876                 Remove picture file when deleting contacts
5877
5878 2007-10-09 [iwkse]      3.0.2cvs43
5879
5880         * src/gtk/about.c
5881                 center the about window
5882
5883 2007-10-09 [paul]       3.0.2cvs42
5884
5885         * src/prefs_toolbar.c
5886                 fix icon selector window on maemo
5887
5888 2007-10-09 [paul]       3.0.2cvs41
5889
5890         * src/messageview.c
5891                 add 'go to' menu to separate msgview
5892
5893 2007-10-09 [colin]      3.0.2cvs40
5894
5895         * src/common/defs.h
5896                 Add forgotten file
5897
5898 2007-10-09 [iwkse]      3.0.2cvs39
5899
5900         * Makefile.am
5901         * src/addressbook.c
5902         * src/addritem.c
5903         * src/addritem.h
5904         * src/editaddress.c
5905         * src/editaddress_other_attributes_ldap.h
5906         * src/addrbook.c
5907         * src/Makefile.am
5908                 set a photo in the Addressbook
5909
5910 2007-10-08 [colin]      3.0.2cvs38
5911
5912         * src/prefs_toolbar.c
5913                 Make height 320 to remove the scrollbar 
5914                 (with current number of icons)
5915
5916 2007-10-08 [colin]      3.0.2cvs37
5917
5918         * src/prefs_toolbar.c
5919                 Transform the treeview to a GtkIconView.
5920                 Patch by Pawel
5921                 In addition, transform the window so that 
5922                 it looks like a popup menu. Patch by me
5923
5924 2007-10-08 [colin]      3.0.2cvs36
5925
5926         * src/compose.c
5927         * src/compose.h
5928                 Beautify the GUI a bit; in particular, show the
5929                 number of attachments in the tab's title.
5930                 Patch by Pawel
5931
5932 2007-10-08 [paul]       3.0.2cvs35
5933
5934         * src/mimeview.c
5935                 Save users from themselves: save temporary
5936                 files used for Open/Open with as read-only.
5937                 Thanks to Colin
5938
5939 2007-10-08 [paul]       3.0.2cvs34
5940
5941         * tools/Makefile.am
5942                 forgot this in cvs33
5943
5944 2007-10-08 [paul]       3.0.2cvs33
5945
5946         * tools/kdeservicemenu/README
5947         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
5948         * tools/kdeservicemenu/install.sh
5949         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5950                 renamed template* to *template so as not to confuse
5951                 lintian
5952
5953 2007-10-08 [paul]       3.0.2cvs32
5954
5955         * src/prefs_themes.c
5956         * src/stock_pixmap.c
5957                 replace 2 direct uses of RC_DIR
5958
5959 2007-10-07 [colin]      3.0.2cvs31
5960
5961         * src/addrduplicates.c
5962         * src/addrduplicates.h
5963         * src/addressbook.c
5964         * src/addressbook.h
5965         * src/addrindex.c
5966         * src/addrindex.h
5967                 Implement deletion in duplicate finder. 
5968                 Patch by Holger 
5969
5970 2007-10-07 [colin]      3.0.2cvs30
5971
5972         * src/exporthtml.c
5973         * src/mbox.c
5974         * src/common/utils.c
5975                 Better fix for Solaris, thanks to Nicolas Doualot
5976
5977 2007-10-07 [colin]      3.0.2cvs29
5978
5979         * AUTHORS
5980         * src/gtk/authors.h
5981                 Add Frank Dietrich
5982
5983 2007-10-07 [colin]      3.0.2cvs28
5984
5985         * src/exporthtml.c
5986                 Fix HTML export to make it more compliant
5987                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
5988
5989 2007-10-07 [colin]      3.0.2cvs27
5990
5991         * src/prefs_toolbar.c
5992                 Only use icons that wouldn't look stupid in the toolbar
5993                 Patch by Pawel
5994
5995 2007-10-07 [colin]      3.0.2cvs26
5996
5997         * src/prefs_toolbar.c
5998                 Fix old icon being used when none is selected
5999
6000 2007-10-07 [colin]      3.0.2cvs25
6001
6002         * src/toolbar.c
6003                 Fix copy/paste error
6004
6005 2007-10-07 [colin]      3.0.2cvs24
6006
6007         * src/prefs_toolbar.c
6008         * src/toolbar.c
6009         * src/toolbar.h
6010                 Update icon to default one when changing event
6011                 Make the icon chooser nicer (handle Esc, Enter,
6012                 double-click)
6013
6014 2007-10-06 [colin]      3.0.2cvs23
6015
6016         * src/prefs_toolbar.c
6017                 Fix text reset; patch by Pawel
6018
6019 2007-10-06 [colin]      3.0.2cvs22
6020
6021         * src/toolbar.h
6022                 Complete previous commit
6023
6024 2007-10-06 [colin]      3.0.2cvs21
6025
6026         * src/prefs_toolbar.c
6027         * src/toolbar.c
6028                 Set toolbar text automatically to the default
6029                 when changing Event executed on click
6030
6031 2007-10-06 [colin]      3.0.2cvs20
6032
6033         * src/prefs_toolbar.c
6034                 Invert Text and Event fields
6035
6036 2007-10-06 [colin]      3.0.2cvs19
6037
6038         * src/prefs_toolbar.c
6039         * src/toolbar.c
6040                 Make toolbar prefs look much better
6041                 Patch by Pawel Pekala
6042
6043 2007-10-06 [paul]       3.0.2cvs18
6044
6045         * src/account.c
6046         * src/prefs_filtering.c
6047                 fix checkbuttons in gtktreeview on maemo by
6048                 setting maemo's "allow-checkbox-mode" to FALSE
6049
6050 2007-10-06 [colin]      3.0.2cvs17
6051
6052         * configure.ac
6053                 Export -DSOLARIS in CFLAGS for all
6054                 Solaris (not just 2.8) and OpenSolaris
6055
6056 2007-10-06 [paul]       3.0.2cvs16
6057
6058         * AUTHORS
6059         * src/exporthtml.c
6060         * src/mbox.c
6061         * src/gtk/authors.h
6062                 fix build on solaris where ctime_r takes
6063                 3 arguments rather than 2.
6064                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
6065
6066 2007-10-05 [colin]      3.0.2cvs15
6067
6068         * src/etpan/imap-thread.c
6069                 Fix wrong error codepath
6070
6071 2007-10-05 [wwp]        3.0.2cvs14
6072
6073         * src/filtering.c
6074                 Fix unexpected logging of quicksearches:
6075                 debug_filtering_session flag was never reset to FALSE, causing
6076                 matcher functions to log when called from a quicksearch
6077                 (if a filtering session happened before).
6078
6079 2007-10-05 [paul]       3.0.2cvs13
6080
6081         * src/prefs_actions.c
6082         * src/prefs_filtering.c
6083         * src/prefs_template.c
6084                 fix bug 1343, 'Filtering..'s close button
6085                 silently discards new filter'
6086                 Thanks to Colin
6087
6088 2007-10-05 [paul]       3.0.2cvs12
6089
6090         * configure.ac
6091         * src/Makefile.am
6092                 fix bug 1347, '-Wno-unused-function, optional'
6093
6094 2007-10-05 [colin]      3.0.2cvs11
6095
6096         * src/procmime.c
6097         * src/common/mgutils.c
6098                 Fix warnings
6099
6100 2007-10-05 [mones]      3.0.2cvs10
6101
6102         * manual/advanced.xml
6103                 Use full menu name
6104         * manual/es/advanced.xml
6105                 Synchronise translation
6106
6107 2007-10-04 [colin]      3.0.2cvs9
6108
6109         * src/action.c
6110         * src/addrbook.c
6111         * src/addrindex.c
6112         * src/compose.c
6113         * src/exporthtml.c
6114         * src/exportldif.c
6115         * src/folder.c
6116         * src/main.c
6117         * src/matcher.c
6118         * src/mbox.c
6119         * src/messageview.c
6120         * src/mh.c
6121         * src/news.c
6122         * src/partial_download.c
6123         * src/pop.c
6124         * src/procmime.c
6125         * src/procmsg.c
6126         * src/toolbar.c
6127         * src/common/log.c
6128         * src/common/mgutils.c
6129         * src/common/plugin.c
6130         * src/common/utils.c
6131         * src/common/xml.c
6132         * src/common/xml.h
6133         * src/common/xmlprops.c
6134         * src/common/xmlprops.h
6135         * src/plugins/bogofilter/bogofilter.c
6136         * src/plugins/clamav/clamav_plugin.c
6137         * src/plugins/dillo_viewer/dillo_prefs.c
6138         * src/plugins/pgpcore/prefs_gpg.c
6139         * src/plugins/pgpinline/pgpinline.c
6140         * src/plugins/pgpmime/pgpmime.c
6141         * src/plugins/spamassassin/spamassassin.c
6142         * src/plugins/trayicon/trayicon_prefs.c
6143                 Verify success on writes. Will fix possible strange
6144                 failure on disk full.
6145
6146 2007-10-04 [paul]       3.0.2cvs8
6147
6148         * manual/advanced.xml
6149                 add further info about Actions
6150                 Patch by Emmanuel Briot <briot@adacore.com>
6151
6152 2007-10-04 [paul]       3.0.2cvs7
6153
6154         * src/account.c
6155                 remove the D column, instead indicate the
6156                 default account by use of bold text
6157
6158 2007-10-03 [colin]      3.0.2cvs6
6159
6160         * src/common/template.c
6161                 Fix templates writing (was prone to disk full problems)
6162
6163 2007-10-03 [colin]      3.0.2cvs5
6164
6165         * src/Makefile.am
6166         * src/addrduplicates.c
6167         * src/addrduplicates.h
6168         * src/addressbook.c
6169                 Add duplicate deletion. Patch by Holger
6170
6171 2007-10-03 [colin]      3.0.2cvs4
6172
6173         * src/matcher.c
6174         * src/gtk/quicksearch.c
6175                 Fix bug 1340, 'Case insensitive searches with 
6176                 non-ascii alphabets fail'.
6177
6178 2007-10-03 [colin]      3.0.2cvs3
6179
6180         * src/main.c
6181         * src/common/utils.c
6182         * src/common/utils.h
6183                 Implement run-time alternative config directories
6184
6185 2007-10-03 [colin]      3.0.2cvs2
6186
6187         * src/folderview.c
6188                 Prevent opening folder item while folder
6189                 is scanned in a better way
6190
6191 2007-10-02 [paul]       3.0.2cvs1
6192
6193         * NEWS
6194         * README
6195         * RELEASE_NOTES
6196         * configure.ac
6197                 bump up version number following stable release
6198
6199 2007-09-30 [colin]      3.0.1cvs49
6200
6201         * src/imap.c
6202                 Refresh session if needed
6203
6204 2007-09-30 [colin]      3.0.1cvs48
6205
6206         * src/imap.c
6207                 Reset folder's session to NULL
6208                 before destroying it
6209
6210 2007-09-30 [mones]      3.0.1cvs47
6211
6212         * manual/handling.xml
6213                 Use markup quotes instead hardcoded quotes
6214         * manual/es/handling.xml
6215                 Added new synced section (IMAP subscriptions)
6216
6217 2007-09-29 [colin]      3.0.1cvs46
6218
6219         * src/imap.c
6220                 Notice disconnections faster
6221
6222 2007-09-28 [colin]      3.0.1cvs45
6223
6224         * src/addressbook.c
6225         * src/addrindex.c
6226                 Fix warnings
6227
6228 2007-09-28 [paul]       3.0.1cvs44
6229
6230         * src/mimeview.c
6231                 fix maemo build
6232
6233 2007-09-28 [paul]       3.0.1cvs43
6234
6235         * src/account.c
6236                 use gtk_widget_set_size_request() on the label
6237                 so that wrapping works better. get rid of the
6238                 (partially deprecated) hbutton_box.
6239                 these changes should prevent buttons overlapping
6240                 on maemo
6241
6242 2007-09-28 [colin]      3.0.1cvs42
6243
6244         * src/pop.c
6245                 Fix typo :)
6246
6247 2007-09-28 [colin]      3.0.1cvs41
6248
6249         * src/compose.c
6250         * src/msgcache.c
6251         * src/pop.c
6252         * src/procmime.c
6253         * src/etpan/imap-thread.c
6254                 64bits-related warning fixes
6255
6256 2007-09-28 [colin]      3.0.1cvs40
6257
6258         * src/folder_item_prefs.c
6259         * src/ldaputil.c
6260         * src/mainwindow.c
6261         * src/mimeview.c
6262         * src/common/tags.c
6263                 Fix warnings
6264
6265 2007-09-28 [colin]      3.0.1cvs39
6266
6267         * src/plugins/spamassassin/spamassassin.c
6268         * src/plugins/spamassassin/spamassassin.h
6269         * src/plugins/spamassassin/spamassassin_gtk.c
6270                 Add addressbook-based whitelisting
6271
6272 2007-09-28 [colin]      3.0.1cvs38
6273
6274         * src/folder.c
6275                 Fix bug 1337, 'crash on pressing Send button'
6276
6277 2007-09-28 [paul]       3.0.1cvs37
6278
6279         * src/prefs_folder_item.c
6280                 give the orphans a parent. makes all prefs
6281                 pages visible on maemo
6282
6283 2007-09-28 [colin]      3.0.1cvs36
6284
6285         * src/prefs_folder_column.c
6286         * src/prefs_summary_column.c
6287                 Fix two leaks
6288
6289 2007-09-27 [colin]      3.0.1cvs35
6290
6291         * src/gtk/quicksearch.c
6292                 Fix bug 1336, 'Segfault if empty space before search-string'
6293
6294 2007-09-26 [mones]      3.0.1cvs34
6295
6296         * manual/account.xml
6297         * manual/plugins.xml
6298                 Fixed irc channel name, added some docbook markup.
6299                 Changed text markup to docbook markup. 
6300                 Added spamcop as supported in SpamReport description.
6301         * manual/fr/plugins.xml
6302                 Fixed irc channel name.
6303         * manual/es/account.xml
6304         * manual/es/advanced.xml
6305         * manual/es/claws-mail-manual.xml
6306         * manual/es/glossary.xml
6307         * manual/es/gpl.xml
6308         * manual/es/keyboard.xml
6309         * manual/es/plugins.xml
6310                 Synced with English version, fixed a couple of typos.
6311
6312 2007-09-26 [colin]      3.0.1cvs33
6313
6314         * configure.ac
6315                 Explain why "Libgnomeprint: no" on GTK+ 2.10
6316
6317 2007-09-26 [colin]      3.0.1cvs32
6318
6319         * src/messageview.c
6320         * src/procmsg.c
6321         * src/procmsg.h
6322                 Optimisation: avoid fetching mail 3 times locally
6323                 for displaying
6324
6325 2007-09-26 [colin]      3.0.1cvs31
6326
6327         * src/mh.c
6328                 Fix missing static
6329
6330 2007-09-26 [colin]      3.0.1cvs30
6331
6332         * src/folder.c
6333         * src/folder.h
6334         * src/mh.c
6335         * src/mh.h
6336                 Fix MH mtime hack - make it a folder class function
6337
6338 2007-09-26 [colin]      3.0.1cvs29
6339
6340         * src/inc.c
6341                 Fix bug 1334, 'user defined mail incorporation 
6342                 script not run'
6343
6344 2007-09-25 [colin]      3.0.1cvs28
6345
6346         * src/codeconv.c
6347                 Optimisation: shortcut conv_codeset_strdup
6348                 when src_code and dest_code are the same
6349         * src/common/xml.c
6350         * src/common/xml.h
6351                 Optimisation: shortcut code conversions when
6352                 files are in UTF-8; faster list walking by
6353                 using prepend/reverse.
6354
6355 2007-09-25 [holger]     3.0.1cvs27
6356
6357         * src/printing.c
6358                 Replace button bar of the preview window
6359                 with a real toolbar (patch by Colin)
6360                 Add zooming to the preview window
6361
6362 2007-09-24 [paul]       3.0.1cvs26
6363
6364         * src/compose.c
6365                 compact the character set menu, adding some
6366                 missing encodings. Patch by Pawel Pekala
6367
6368 2007-09-23 [paul]       3.0.1cvs25
6369
6370         * src/prefs_account.c
6371         * src/prefs_folder_item.c
6372         * src/prefs_quote.c
6373         * src/quote_fmt.c
6374         * src/quote_fmt.h
6375                 remove unnecessary frame from Templates options
6376                 and improve the English of the check button label
6377
6378 2007-09-22 [colin]      3.0.1cvs24
6379
6380         * src/gtk/quicksearch.c
6381                 Fix bug 1329, 'error in quicksearch.c'
6382                 Fix return with value in function returning void
6383
6384 2007-09-22 [colin]      3.0.1cvs23
6385
6386         * src/imap.c
6387         * src/procmsg.h
6388         * src/common/utils.c
6389         * src/common/utils.h
6390         * src/etpan/imap-thread.c
6391                 Optimise fetching IMAP cached emails *a lot*
6392                 (remember whether mail is fully cached and \r's
6393                  are already stripped)
6394
6395 2007-09-22 [colin]      3.0.1cvs22
6396
6397         * src/folder.c
6398         * src/folder.h
6399         * src/prefs_folder_item.c
6400                 Add a button to allow users to drop local caches.
6401
6402 2007-09-21 [colin]      3.0.1cvs21
6403
6404         * src/summaryview.c
6405                 Remove unnecessary error when cancelling export to mbox.
6406                 Patch by Pawel
6407
6408 2007-09-21 [paul]       3.0.1cvs20
6409
6410         * src/gtk/prefswindow.c
6411                 remove unnecessary frames from the prefs
6412                 pages. Patch by Pawel Pekala
6413
6414 2007-09-21 [paul]       3.0.1cvs19
6415
6416         * src/prefs_account.c
6417         * src/prefs_folder_item.c
6418         * src/prefs_quote.c
6419         * src/quote_fmt.c
6420                 put the Templates options into a tabbed
6421                 layout. Patch by Pawel Pekala
6422
6423 2007-09-21 [paul]       3.0.1cvs18
6424
6425         * src/mainwindow.c
6426                 group together the character set menu items
6427                 move the /View/Show or hide/Message view below
6428                 .../Toolbar menu item
6429                 Patch by Pawel Pekala
6430
6431 2007-09-21 [mones]      3.0.1cvs17
6432
6433         * src/compose.c
6434                 Fix for bug 1327, 'segfault when replying to a non-existent
6435                 news message', thanks to Colin.
6436
6437 2007-09-21 [colin]      3.0.1cvs16
6438
6439         * src/folderview.c
6440                 Complete 3.0.1cvs15
6441
6442 2007-09-20 [colin]      3.0.1cvs15
6443
6444         * src/folderview.c
6445         * src/folderview.h
6446                 Maybe fix bug 1324, 'Corrupted IMAP cache'
6447
6448 2007-09-20 [colin]      3.0.1cvs14
6449
6450         * src/printing.c
6451                 Fix a little leak
6452
6453 2007-09-20 [holger]     3.0.1cvs13
6454
6455         * src/printing.c
6456                 Add page layout to print preview.
6457                 Make the close-button in the toolbar
6458                 right-aligned.
6459
6460 2007-09-20 [paul]       3.0.1cvs12
6461
6462         * po/ru.po
6463                 updated by Pavlo Bohmat
6464
6465 2007-09-19 [colin]      3.0.1cvs11
6466
6467         * src/common/utils.c
6468                 Prevent unquoted mime boundaries, by always
6469                 using a /
6470
6471 2007-09-19 [colin]      3.0.1cvs10
6472
6473         * src/printing.c
6474                 Fix drawing area size, fix DPI change that
6475                 can cause total number of lines to decrease
6476
6477 2007-09-19 [colin]      3.0.1cvs9
6478
6479         * po/POTFILES.in
6480         * src/printing.c
6481                 Make print preview more efficient and nicer.
6482                 Patch mostly by Holger Berndt <hb@claws-mail.org>
6483
6484 2007-09-19 [colin]      3.0.1cvs8
6485
6486         * src/prefs_common.c
6487         * src/prefs_common.h
6488         * src/printing.c
6489                 Add scrolledwindow, default allocation and
6490                 size saving to the print preview window.
6491
6492 2007-09-18 [colin]      3.0.1cvs7
6493
6494         * src/prefs_common.c
6495         * src/prefs_common.h
6496         * src/prefs_image_viewer.c
6497         * src/printing.c
6498                 GtkPrintOperation:
6499                 - add image printing support
6500                 - add option to print images
6501                 - add preview widget
6502                 - add saving of a few Page Setup parameters
6503
6504 2007-09-18 [colin]      3.0.1cvs6
6505
6506         * AUTHORS
6507         * src/gtk/authors.h
6508                 Add Guillaume Chazarain
6509
6510 2007-09-18 [colin]      3.0.1cvs5
6511
6512         * src/common/utils.c
6513                 Fix bug 1321, 'access before allocation 
6514                 when scanning for uris'. Patch by 
6515                 Guillaume Chazarain <guichaz@yahoo.fr>
6516
6517 2007-09-18 [colin]      3.0.1cvs4
6518
6519         * src/toolbar.c
6520                 Fix bug 1320, 'Memory leak caused by 
6521                 gtk_container_get_children'. Patch by
6522                 Guillaume Chazarain <guichaz@yahoo.fr>
6523
6524 2007-09-18 [colin]      3.0.1cvs3
6525
6526         * src/printing.c
6527         * src/printing.h
6528                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
6529
6530 2007-09-18 [colin]      3.0.1cvs2
6531
6532         * src/Makefile.am
6533         * src/mainwindow.c
6534         * src/messageview.c
6535         * src/messageview.h
6536         * src/prefs_ext_prog.c
6537         * src/prefs_fonts.c
6538         * src/printing.c
6539         * src/printing.h
6540         * src/summaryview.c
6541                 Use GtkPrintOperation by default on GTK+ >= 2.10
6542                 Patch by Holger Berndt <hb@claws-mail.org>
6543
6544 2007-09-18 [paul]       3.0.1cvs1
6545
6546         * NEWS
6547         * README
6548         * RELEASE_NOTES
6549         * configure.ac
6550                 bump up version number following stable release
6551
6552 2007-09-16 [colin]      3.0.0cvs18
6553
6554         * src/folder.c
6555                 Fix possible memleak
6556
6557 2007-09-16 [colin]      3.0.0cvs17
6558
6559         * src/folderview.c
6560                 Fix bug 1311, 'Wrong arrow position 
6561                 while moving message into folder when 
6562                 column headers hidden'
6563         * src/image_viewer.c
6564                 Show error in the GUI if image can't
6565                 be loaded
6566         * src/matcher.c
6567                 Fix spurious output
6568         * src/messageview.c
6569                 Allow setting domain in msgid
6570         * src/common/plugin.c
6571                 Add timing information
6572
6573 2007-09-16 [colin]      3.0.0cvs16
6574
6575         * src/account.c
6576         * src/compose.c
6577         * src/prefs_account.c
6578         * src/prefs_account.h
6579         * src/common/utils.c
6580                 Remove Generate Message-ID option. We need
6581                 this on some IMAP servers.
6582         * src/prefs_template.c
6583                 Fix double-free
6584
6585 2007-09-16 [colin]      3.0.0cvs15
6586
6587         * src/prefs_filtering.c
6588         * src/prefs_filtering.h
6589         * src/prefs_filtering_action.c
6590         * src/common/tags.c
6591                 Fix tags issues: tags with spaces, renaming
6592                 tags.
6593
6594 2007-09-16 [colin]      3.0.0cvs14
6595
6596         * src/folderview.c
6597         * src/main.c
6598         * src/mainwindow.c
6599                 Fix bug 1308, 'Claws deletes folderlist.xml after
6600                 fetching mail short after start-up'
6601
6602 2007-09-16 [colin]      3.0.0cvs13
6603
6604         * src/compose.c
6605                 Fix scrolling to cursor
6606
6607 2007-09-16 [paul]       3.0.0cvs12
6608
6609         * po/sr.po
6610                 updated by Aleksandar Urosevic
6611
6612 2007-09-16 [paul]       3.0.0cvs11
6613
6614         * src/folder.c
6615                 do not allow locked msgs to be deleted,
6616                 even by filtering/processing
6617
6618 2007-09-07 [paul]       3.0.0cvs10
6619
6620         * src/prefs_folder_column.c
6621         * src/prefs_summary_column.c
6622                 implement button sensitivity
6623                 patch by Pawel Pekala
6624
6625 2007-09-06 [wwp]        3.0.0cvs9
6626
6627         * src/prefs_gtk.c
6628                 Add a missing linefeed to a debug message.
6629
6630 2007-09-05 [colin]      3.0.0cvs8
6631
6632         * src/inc.c
6633                 Fix statusbar/window mismatch on Maemo
6634
6635 2007-09-05 [colin]      3.0.0cvs7
6636
6637         * src/ldaputil.c
6638                 Fix build without USE_LDAP_TLS
6639
6640 2007-09-05 [colin]      3.0.0cvs6
6641
6642         * src/folder.c
6643         * src/imap.c
6644         * src/inc.c
6645         * src/mbox.c
6646         * src/send_message.c
6647         * src/statusbar.c
6648         * src/statusbar.h
6649                 Maemo: distinguish various statusbar messages,
6650                 in order to display only the most important.
6651
6652 2007-09-04 [wwp]        3.0.0cvs5
6653
6654         * src/account.c
6655                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
6656                 Show protocol "SMTP" and the appropriate server for send-only
6657                 accounts, show "-" instead of "" when no value is relevant.
6658
6659 2007-09-03 [ticho]      3.0.0cvs4
6660
6661         * src/summaryview.c
6662                 Handle plural form better in delete confirmation dialog.
6663
6664 2007-09-03 [wwp]        3.0.0cvs3
6665
6666         * src/compose.c
6667                 Warn differently when sending or sending later (queueing).
6668
6669 2007-09-03 [colin]      3.0.0cvs2
6670
6671         * src/procmime.c
6672         * src/procmime.h
6673         * src/common/plugin.c
6674         * src/common/plugin.h
6675                 Add a new plugin API, MimeParser. It allows
6676                 plugins to scan email MIME parts and optionally,
6677                 transform them.
6678
6679 2007-09-03 [mones]      3.0.0cvs1
6680
6681         * po/es.po
6682                 Updated translation
6683         * src/common/defs.h
6684                 While a better solution is made double history sizes
6685
6686 2007-09-03 [paul]       3.0.0
6687
6688         * NEWS
6689         * README
6690         * RELEASE_NOTES
6691                 3.0.0 released
6692
6693 [For previous entries, see ChangeLog.2.0.0-3.0.0]