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