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