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