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