Fix revision
[claws.git] / ChangeLog
blob3f7149f6045d063a25786b011f071c43298ef686
1 2007-02-03 [colin]      2.7.2cvs16
3         * src/partial_download.c
4         * src/partial_download.h
5         * src/ssl_manager.c
6         * src/ssl_manager.h
7         * src/uri_opener.c
8         * src/uri_opener.h
9         * src/wizard.c
10         * src/wizard.h
11         * src/common/ssl_certificate.c
12         * src/common/ssl_certificate.h
13         * src/gtk/quicksearch.c
14         * src/gtk/quicksearch.h
15         * src/gtk/sslcertwindow.c
16         * src/gtk/sslcertwindow.h
17                 Fix copyright on my files
19 2007-02-02 [colin]      2.7.2cvs15
21         * src/Makefile.am
22         * src/mainwindow.c
23         * src/messageview.c
24         * src/messageview.h
25         * src/textview.c
26         * src/textview.h
27         * src/uri_opener.c
28         * src/uri_opener.h
29                 Add Tools/List URIs to allow
30                 opening any URI in the current mail
32 2007-02-02 [colin]      2.7.2cvs14
34         * src/common/valgrind.h ** NEW FILE **
35         * src/common/Makefile.am
36         * src/common/plugin.c
37                 Don't dlclose the plugins if we're running
38                 under valgrind. (doesn't require valgrind
39                 either at compile time or run time).
41 2007-02-01 [paul]       2.7.2cvs13
43         * AUTHORS
44         * src/gtk/authors.h
45         * tools/freshmeat_search.pl
46         * tools/google_search.pl
47         * tools/multiwebsearch.pl
48                 add support for non ISO-8859-1 compatible locales
49                 Patch by Alex Gorbachenko <agent_007@immo.ru>
51 2007-02-01 [colin]      2.7.2cvs12
53         * src/prefs_other.c
54         * src/prefs_summaries.c
55                 Move keybinding prefs to the Other page
57 2007-02-01 [wwp]        2.7.2cvs11
59         * src/plugins/trayicon/trayicon.c
60                 Fix a raising issue within KDE.
62 2007-02-01 [colin]      2.7.2cvs10
64         * src/codeconv.c
65                 Fix stray quotes in encoded strings
66         * src/addressadd.c
67                 Fix wrong call causing g_warnings
68         * src/textview.c
69                 Remove useless message
71 2007-01-31 [wwp]        2.7.2cvs9
73         * src/plugins/trayicon/trayicon.c
74                 fix buggy hiding of main window when closing if close-to-tray
75                 is not set (bad logics  in the trayicon hook code).
76                 Changed the quit confirmation message too.
78 2007-01-30 [colin]      2.7.2cvs8
80         * src/main.c
81                 Fix hidden mainwindow after clicking on
82                 the X close button, if compose windows
83                 exist and the user chooses not to quit
85 2007-01-30 [colin]      2.7.2cvs7
87         * src/main.c
88         * src/compose.c
89                 Handle local URIs to attach files (file:///...)
90                 Fixes attaching files from Thunar for example
92 2007-01-30 [colin]      2.7.2cvs6
94         * src/prefs_ext_prog.c
95                 Add 'mousepad' to the list of text editors.
96                 Mousepad is XFCE's text editor
98 2007-01-29 [wwp]        2.7.2cvs5
100         * po/POTFILES.in
101         * src/plugins/trayicon/trayicon_prefs.c
102                 trayicon i18n fixes, thanks to Fabien.
104 2007-01-28 [wwp]        2.7.2cvs4
106         * src/mainwindow.c
107         * src/mainwindow.h
108         * src/plugins/trayicon/trayicon.c
109         * src/plugins/trayicon/trayicon_prefs.c
110         * src/plugins/trayicon/trayicon_prefs.h
111                 Added a new TrayIcon plugin option to close to tray
112                 (WM's hotkey and [X] button will hide the window instead
113                 of closing it - closing CM can be done using the tray icon
114                 menu or the File menu).
115                 Improved visibility handling in trayicon, clicking the
116                 trayicon now raise the window to current desktop when it
117                 was either minimized/shaded/on another desktop.
118                 Thanks to Paul for testing and fixing a strange behaviour
119                 in KDE ;-).
121 2007-01-27 [paul]       2.7.2cvs3
123         * src/prefs_folder_item.c
124         * src/prefs_receive.c
125         * src/plugins/pgpcore/prefs_gpg.c
126                 use 'start-up' instead of 'startup' in labels
128 2007-01-26 [wwp]        2.7.2cvs2
130         * src/plugins/trayicon/Makefile.am
131         * src/plugins/trayicon/trayicon.c
132         * src/plugins/trayicon/trayicon_prefs.c
133         * src/plugins/trayicon/trayicon_prefs.h
134                 Add a new TrayIcon option to hide the main window at
135                 start-up.
136                 Fix trayicon.c copyright header.
138 2007-01-26 [paul]       2.7.2cvs1
140         * NEWS
141         * README
142         * RELEASE_NOTES
143         * configure.ac
144                 bump up version number following
145                 stable release
147 2007-01-25 [mones]      2.7.1cvs60
149         * po/es.po
150                 updated thousands of strings (well, probably less ;-)
152 2007-01-25 [colin]      2.7.1cvs59
154         * src/matcher.c
155                 Fix 2nd-run loss of matcherrc on new
156                 configurations. 
158 2007-01-25 [wwp]        2.7.1cvs58
160         * src/mimeview.c
161                 fix handling of empty value in attach_save_directory too, thanks
162                 to Colin.
164 2007-01-25 [wwp]        2.7.1cvs57
166         * src/gtk/filesel.c
167                 fix handling of empty value in attach_load_directory,
168                 thanks to Colin.
170 2007-01-25 [wwp]        2.7.1cvs56
172         * src/plugins/dillo_viewer/dillo_prefs.h
173                 fix a typo.
175 2007-01-25 [colin]      2.7.1cvs55
177         * src/matcher.c
178         * src/matcher.h
179         * src/matcher_parser_parse.y
180         * src/prefs_matcher.c
181                 Add matching on the spam flag
183 2007-01-24 [colin]      2.7.1cvs54
185         * src/folder.c
186         * src/common/xml.c
187         * src/common/xml.h
188                 Make sure folderlist.xml is correctly
189                 written before overwriting it.
190         * src/procmsg.c
191         * src/procmsg.h
192         * src/summaryview.c
193         * src/plugins/bogofilter/bogofilter.c
194         * src/plugins/bogofilter/bogofilter.h
195         * src/plugins/bogofilter/bogofilter_gtk.c
196         * src/plugins/spamassassin/spamassassin.c
197         * src/plugins/spamassassin/spamassassin.h
198         * src/plugins/spamassassin/spamassassin_gtk.c
199                 Move spam to the correct trash folder after
200                 learning, if spam directory isn't set.
202 2007-01-23 [paul]       2.7.1cvs53
204         * src/plugins/bogofilter/bogofilter_gtk.c
205                 fix sensitivity of "Insert X-Bogosity header"
206                 option
208 2007-01-23 [colin]      2.7.1cvs52
210         * src/toolbar.c
211                 Translate toolbar items text if
212                 they're translatable (default)
213         * src/addrcache.c
214         * src/addrcache.h
215         * src/addritem.c
216         * src/addritem.h
217         * src/codeconv.c
218         * src/codeconv.h
219         * src/jpilot.c
220         * src/jpilot.h
221         * src/ldapctrl.c
222         * src/ldapctrl.h
223         * src/ldapquery.h
224         * src/ldif.c
225         * src/ldif.h
226         * src/etpan/etpan-thread-manager.c
227         * src/etpan/etpan-thread-manager.h
228         * src/gtk/gtkutils.c
229         * src/gtk/gtkutils.h
230                 More static functions
232 2007-01-22 [fabien]     2.7.1cvs51
234         * src/gtk/gtkutils.c
235                 gtkut_get_options_frame() : ability to pass
236                 a 'NULL' value in frame pointer parameter if
237                 we don't need it.
239 2007-01-22 [colin]      2.7.1cvs50
241         * src/procmsg.c
242         * src/procmsg.h
243         * src/plugins/bogofilter/bogofilter.c
244         * src/plugins/bogofilter/bogofilter_gtk.c
245         * src/plugins/spamassassin/spamassassin.c
246         * src/plugins/spamassassin/spamassassin_gtk.c
247                 Allow moving spams to the account's trash
248                 instead of default one
250 2007-01-21 [colin]      2.7.1cvs49
252         * src/ldapquery.c
253         * src/ldapquery.h
254                 Revert a static function that shouldn't
255                 have been
257 2007-01-21 [colin]      2.7.1cvs48
259         * src/ldapquery.c
260         * src/ldapquery.h
261                 Same
263 2007-01-21 [colin]      2.7.1cvs47
265         * src/procmsg.c
266         * src/procmsg.h
267                 Same
269 2007-01-21 [colin]      2.7.1cvs46
271         * src/common/socket.c
272         * src/common/socket.h
273                 Same
275 2007-01-21 [colin]      2.7.1cvs45
277         * src/crash.c
278         * src/exporthtml.c
279         * src/exporthtml.h
280         * src/exportldif.c
281         * src/exportldif.h
282         * src/folder.c
283         * src/folder.h
284         * src/folder_item_prefs.c
285         * src/folder_item_prefs.h
286         * src/folderview.c
287         * src/folderview.h
288         * src/gedit-print.c
289         * src/gedit-print.h
290         * src/main.c
291         * src/main.h
292         * src/common/socket.c
293         * src/common/socket.h
294         * src/gtk/gtkaspell.c
295         * src/gtk/gtkaspell.h
296         * src/gtk/quicksearch.c
297         * src/gtk/quicksearch.h
298                 Same
300 2007-01-21 [colin]      2.7.1cvs44
302         * src/common/utils.c
303         * src/common/utils.h
304         * src/etpan/etpan-thread-manager.c
305         * src/etpan/etpan-thread-manager.h
306                 Same (Funny that etpan_thread_unbind
307                 is called but not etpan_thread_bind)
309 2007-01-21 [colin]      2.7.1cvs43
311         * src/addrselect.c
312         * src/addrselect.h
313         * src/codeconv.c
314         * src/codeconv.h
315         * src/compose.c
316         * src/compose.h
317         * src/etpan/Makefile.am
318         * src/gtk/colorlabel.c
319         * src/gtk/colorlabel.h
320         * src/gtk/sslcertwindow.c
321         * src/gtk/sslcertwindow.h
322         * src/etpan/etpan-log.c ** REMOVED **
323         * src/etpan/etpan-log.h ** REMOVED **
324                 Same
326 2007-01-20 [colin]      2.7.1cvs42
328         * src/addritem.c
329         * src/addritem.h
330                 Same
332 2007-01-20 [colin]      2.7.1cvs41
334         * src/account.c
335         * src/account.h
336         * src/addrbook.c
337         * src/addrbook.h
338         * src/addrcache.c
339         * src/addrcache.h
340         * src/addrclip.c
341         * src/addrclip.h
342         * src/addressbook.c
343         * src/addressbook.h
344         * src/addrharvest.c
345         * src/addrharvest.h
346         * src/addrindex.c
347         * src/addrindex.h
348         * src/editaddress.c
349         * src/editaddress.h
350                 Make functions that aren't used in other
351                 files static
353 2007-01-20 [colin]      2.7.1cvs40
355         * src/account.c
356         * src/addrbook.c
357         * src/addrcache.c
358         * src/addressbook.c
359         * src/addrgather.c
360         * src/addrindex.c
361         * src/addrquery.c
362         * src/addrselect.c
363         * src/browseldap.c
364         * src/compose.c
365         * src/editbook.c
366         * src/editjpilot.c
367         * src/editldap.c
368         * src/editldap_basedn.c
369         * src/editvcard.c
370         * src/exporthtml.c
371         * src/exportldif.c
372         * src/folder.c
373         * src/folderview.c
374         * src/image_viewer.c
375         * src/imap.c
376         * src/importmutt.c
377         * src/importpine.c
378         * src/jpilot.c
379         * src/ldapquery.c
380         * src/main.c
381         * src/mainwindow.c
382         * src/matcher.c
383         * src/messageview.c
384         * src/mh.c
385         * src/mimeview.c
386         * src/msgcache.c
387         * src/mutt.c
388         * src/news.c
389         * src/pine.c
390         * src/prefs_account.c
391         * src/prefs_common.c
392         * src/prefs_compose_writing.c
393         * src/prefs_ext_prog.c
394         * src/prefs_folder_item.c
395         * src/prefs_fonts.c
396         * src/prefs_message.c
397         * src/prefs_msg_colors.c
398         * src/prefs_other.c
399         * src/prefs_quote.c
400         * src/prefs_receive.c
401         * src/prefs_send.c
402         * src/prefs_spelling.c
403         * src/prefs_summaries.c
404         * src/prefs_toolbar.c
405         * src/prefs_wrapping.c
406         * src/privacy.c
407         * src/procmime.c
408         * src/procmsg.c
409         * src/ssl_manager.c
410         * src/statusbar.c
411         * src/summaryview.c
412         * src/toolbar.c
413         * src/vcard.c
414         * src/common/hooks.c
415         * src/common/log.c
416         * src/common/passcrypt.c
417         * src/common/socket.c
418         * src/common/ssl.c
419         * src/common/ssl_certificate.c
420         * src/common/template.c
421         * src/common/utils.c
422         * src/etpan/imap-thread.c
423         * src/gtk/sslcertwindow.c
424         * src/gtk/sslcertwindow.h
425                 Make functions that could be static, static
427 2007-01-20 [colin]      2.7.1cvs39
429         * src/editldap.c
430                 Fix tooltip
432 2007-01-20 [colin]      2.7.1cvs38
434         * src/ldapquery.c
435         * src/ldaputil.c
436         * src/ldaputil.h
437                 Fix bug 1102, 'claws-mail-2.7.1 
438                 makes use of deprecated ldap 
439                 functions'
441 2007-01-20 [colin]      2.7.1cvs37
443         * src/mainwindow.c
444         * src/mainwindow.h
445         * src/summaryview.c
446         * src/gtk/quicksearch.c
447                 Add Wide message list layout
449 2007-01-19 [fabien]     2.7.1cvs36
451         * src/textview.c
452                 make sure a font change is considered in links of
453                 headerview.
455 2007-01-19 [colin]      2.7.1cvs35
457         * src/main.c
458         * src/mainwindow.c
459         * src/mainwindow.h
460         * src/messageview.c
461         * src/messageview.h
462         * src/prefs_common.c
463         * src/prefs_common.h
464         * src/summaryview.c
465         * src/summaryview.h
466         * src/gtk/quicksearch.c
467         * src/gtk/quicksearch.h
468                 Drop 'Separate Folder tree' and 'Separate
469                 Message View'. Put three layouts in place
470                 of it.
472 2007-01-19 [paul]       2.7.1cvs34
474         * src/prefs_msg_colors.c
475                 more use of Q_ for translators
477 2007-01-19 [paul]       2.7.1cvs33
479         * src/imap_gtk.c
480         * src/prefs_account.c
481                 a few changes to the English
483 2007-01-19 [fabien]     2.7.1cvs32
485         * src/wizard.c
486                 factorize translatable string
488 2007-01-18 [colin]      2.7.1cvs31
490         * src/main.c
491                 Don't error out on --sync option. Although
492                 we don't do anything with it, gtk+ handles
493                 it, and it's useful for debugging X errors
495 2007-01-18 [fabien]     2.7.1cvs30
497         * src/prefs_other.c
498                 ability to apply on the fly the recent added
499                 'gtk_can_change_accels' pref (no need to restart).
501 2007-01-18 [fabien]     2.7.1cvs29
503         * src/plugins/bogofilter/bogofilter_gtk.c
504         * src/plugins/bogofilter/bogofilter.c
505         * src/plugins/spamassassin/spamassassin_gtk.c
506         * src/addr_compl.c
507         * src/prefs_account.c
508                 factorize or rewrite some translatable strings.
510 2007-01-18 [fabien]     2.7.1cvs28
512         * src/prefs_gtk.h
513         * src/compose.c
514                 set a 4pix space between "Subject:" label and subject entry in
515                 compose window.
517 2007-01-18 [wwp]        2.7.1cvs27
519         * src/addressbook.c
520                 fix conflicting address-copy/paste when focus is set
521                 to the embedded edit-person form.
524 2007-01-18 [wwp]        2.7.1cvs26
526         * src/addressbook.h
527                 complete 2.7.1cvs23 (one more file was missing from that
528                 commit).
530 2007-01-18 [colin]      2.7.1cvs25
532         * src/main.c
533                 Provide a way to migrate without backup
534                 Re-ask for migration on next start if 
535                 it has been refused and wizard has been 
536                 cancelled after.
538 2007-01-18 [wwp]        2.7.1cvs24
540         * src/editaddress.c
541                 complete 2.7.1.cvs23 (file was missing from previous
542                 commit).
544 2007-01-18 [wwp]        2.7.1cvs23
546         * src/addressbook.c
547                 fix potential crashes in address book's focus_in/out signal handlers,
548                 force focus to the edit-person form when clicked the Edit menu entry or
549                 button (this only matters if the edit-person form is embedded to the
550                 AB window, in that case, focus is not set when browsing the contacts
551                 list w/ keys or mouse clicks).
553 2007-01-18 [paul]       2.7.1cvs22
555         * src/main.c
556                 add command line options:
557                 -h for --help
558                 -q and --quit for --exit
559                 -v for --version
560                 print "Unknown option" for unknown options
562 2007-01-18 [paul]       2.7.1cvs21
564         * po/ru.po
565                 updated by Pavlo Bohmat
567 2007-01-18 [paul]       2.7.1cvs20
569         * src/mainwindow.c
570                 fix sensitivity issues of Mark as Spam/Ham
572 2007-01-17 [fabien]     2.7.1cvs19
574         * src/prefs_other.c
575         * src/prefs_common.c
576         * src/prefs_common.h
577         * src/main.c
578                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
579                 control the corresponding gtk property. It could be used to lock
580                 all shortcuts (avoid to set one of them by inadvertency).
582 2007-01-17 [colin]      2.7.1cvs18
584         * src/summaryview.c
585                 Fix bug 1100, 'Highlighted e-mail data not visible 
586                 when color label applied.'. Use a weighted average
587                 between normal selected foreground color and color
588                 label instead of a simple one (3/1 instead 1/1).
590 2007-01-17 [colin]      2.7.1cvs17
592         * src/messageview.c
593                 Better fix for bug 1088, 'Ctrl-h produces repeatable
594                 crash' - don't prevent mail switching while loading
596 2007-01-17 [colin]      2.7.1cvs16
598         * src/folder.c
599         * src/folder.h
600         * src/folderview.c
601         * src/folderview.h
602         * src/imap.c
603         * src/imap.h
604         * src/imap_gtk.c
605                 Manage recursive search of unsubscribed folders
606                 Rescan tree without checking for new messages 
607                 after subscriptions changed
609 2007-01-17 [paul]       2.7.1cvs15
611         * src/prefs_common.c
612         * src/gtk/pluginwindow.c
613                 fix bug 1101, '"Load plugin" button is
614                 accidentally hidden'
615                 unset (-1) initial width in prefs_common,
616                 fix overlapping buttons,
617                 and other cleanups
619 2007-01-17 [paul]       2.7.1cvs14
621         * src/procmime.c
622                 add #include <errno.h>, it's needed
623                 on some systems
625 2007-01-17 [paul]       2.7.1cvs13
627         * src/common/defs.h
628         * tools/make.themes.project
629                 rename .sylpheed_themeinfo to .claws_themeinfo
630                 and use it
631         * src/etpan/etpan-errors.h
632         * src/etpan/etpan-log.c
633         * src/etpan/etpan-log.h
634         * src/etpan/etpan-thread-manager-types.h
635         * src/etpan/etpan-thread-manager.c
636         * src/etpan/etpan-thread-manager.h
637         * src/etpan/imap-thread.c
638         * src/etpan/imap-thread.h
639                 add copyright header
641 2007-01-17 [colin]      2.7.1cvs12
643         * src/plugins/pgpcore/select-keys.c
644         * src/gtk/pluginwindow.c
645         * src/prefs_account.c
646                 Fix warnings
648 2007-01-16 [colin]      2.7.1cvs11
650         * src/imap.c
651         * src/imap.h
652         * src/imap_gtk.c
653                 Manage subscribing to subfolders when only
654                 subscribed folders are shown.
656 2007-01-16 [colin]      2.7.1cvs10
658         * src/folderview.c
659                 Fix annoying vscrollbar going back to top
660                 on Check for new folders
662 2007-01-16 [colin]      2.7.1cvs9
664         * src/imap.c
665                 Remove printf
667 2007-01-16 [colin]      2.7.1cvs8
669         * src/filtering.c
670                 Bigger buffer for errors
671         * src/imap.c
672         * src/imap.h
673         * src/imap_gtk.c
674         * src/prefs_account.c
675         * src/prefs_account.h
676         * src/wizard.c
677         * src/etpan/imap-thread.c
678         * src/etpan/imap-thread.h
679         * manual/handling.xml
680                 Add subscriptions management. What it changes:
681                 Creating a folder subscribes to it
682                 Deleting a folder unsubscribes it
683                 New contextual menu item allowing to switch between
684                 All folders and Subscribed folders, subscribe, and
685                 unsubscribe. "Creating" an existing but unsubscribed
686                 folder will subscribe it.
687                 By default for new accounts, only subscribed folders 
688                 are shown.
691 2007-01-16 [paul]       2.7.1cvs7
693         * src/summaryview.c
694                 Allow folder classes to specify only sort_key or
695                 sort_type instead of both or none.
697 2007-01-16 [paul]       2.7.1cvs6
699         * src/action.c
700         * src/compose.c
701         * src/mimeview.c
702         * src/procmime.c
703         * src/textview.c
704                 Save and use errno for procmime_get_part
706 2007-01-16 [colin]      2.7.1cvs5
708         * src/imap.c
709                 Never remove INBOX when scanning for
710                 new folders. It's a special folder
711                 that has to exist.
713 2007-01-15 [colin]      2.7.1cvs4
715         * src/imap.c
716                 Fix 'Check for new folders' when IMAP subdirectory
717                 is set
718         * src/etpan/imap-thread.c
719                 Fix build
721 2007-01-15 [colin]      2.7.1cvs3
723         * src/etpan/imap-thread.c
724                 Fix invalid free on command-connection
725                 error
727 2007-01-15 [wwp]        2.7.1cvs2
729         * src/matcher_parser_lex.l
730         * src/quote_fmt_lex.l
731         * src/matcher_parser_parse.y
732                 fix copyright header in lexers and parsers.
734 2007-01-15 [paul]       2.7.1cvs1
736         * NEWS
737         * README
738         * RELEASE_NOTES
739         * configure.ac
740                 bump up version number following
741                 stable release
743 2007-01-15 [paul]       2.7.0cvs31
745         * AUTHORS
746         * src/gtk/authors.h
747                 add Fabien to the Team list
748                 add the recent contributors
749                 make a few corrections
751 2007-01-15 [paul]       2.7.0cvs30
753         * src/mainwindow.c
754                 fix compiler warning
755         * src/plugins/pgpcore/prefs_gpg.c
756         * src/plugins/pgpcore/prefs_gpg.h
757                 add missing include
758                 fix copyright header
760 2007-01-14 [colin]      2.7.0cvs29
762         * src/gtk/filesel.c
763                 Use the 'gtk+' backend. Avoids gnome-vfs use,
764                 two benefits: faster to open, will fix strange
765                 dbus-related crash. Thanks to Pascal Terjan.
767 2007-01-14 [colin]      2.7.0cvs28
769         * src/etpan/imap-thread.c
770                 Delete the old imap just after allocating
771                 the new one. Makes sure we don't get the
772                 same pointer by sheer luck, which feels
773                 strange in the debug log.
775 2007-01-14 [colin]      2.7.0cvs27
777         * src/gtk/inputdialog.c
778                 Make sure we don't print passwords in
779                 clear text when in debug mode
781 2007-01-14 [colin]      2.7.0cvs26
783         * src/gtk/gtksctree.c
784                 Fix bug 1098, 'bogus last row display 
785                 after expanding a thread'. Patch by
786                 Jindrich Makovicka <makovick@gmail.com>
788 2007-01-14 [colin]      2.7.0cvs25
790         * src/etpan/imap-thread.c
791                 Close socket manually before
792                 freeing the imap struct
794 2007-01-14 [colin]      2.7.0cvs24
796         * src/etpan/imap-thread.c
797                 Maybe fix new reconnection issues
799 2007-01-13 [colin]      2.7.0cvs23
801         * src/summaryview.c
802                 Freeze/thaw on thread selection
804 2007-01-13 [paul]       2.7.0cvs22
806         * src/mainwindow.c
807         * src/summaryview.c
808         * src/summaryview.h
809                 add 'Edit/Delete thread'
811 2007-01-13 [colin]      2.7.0cvs21
813         * src/prefs_account.c
814         * src/prefs_compose_writing.c
815         * src/prefs_message.c
816         * src/prefs_msg_colors.c
817         * src/prefs_other.c
818         * src/prefs_receive.c
819         * src/prefs_spelling.c
820         * src/prefs_summaries.c
821         * src/prefs_themes.c
822         * src/gtk/gtkutils.c
823         * src/gtk/gtkutils.h
824         * src/plugins/pgpcore/prefs_gpg.c
825         * src/plugins/spamassassin/spamassassin_gtk.c
826                 Factorize gtk frame creation
827                 Patch by Pawel
829 2007-01-13 [colin]      2.7.0cvs20
831         * src/message_search.c
832         * src/summary_search.c
833                 Fix Enter in search windows
834         * src/messageview.c
835                 Fix body search starting at the
836                 end of the mail (and asking for loop)
838 2007-01-13 [colin]      2.7.0cvs19
840         * src/etpan/imap-thread.c
841                 Make sure we don't free the same imap
842                 twice
844 2007-01-13 [colin]      2.7.0cvs18
846         * commitHelper
847                 Allow multiple commitHelpers to
848                 run at once
850 2007-01-12 [colin]      2.7.0cvs17
852         * src/etpan/imap-thread.c
853                 Make sure we get rid of the previous mailimap
854                 when connecting - just in case disconnect was
855                 unclean
857 2007-01-12 [paul]       2.7.0cvs16
859         * src/compose.c
860                 Strip S/MIME signatures when re-editing
861                 S/MIME signed messages.
863 2007-01-12 [paul]       2.7.0cvs15
865         * configure.ac
866         * src/addressbook.c
867         * src/foldersel.c
868         * src/folderview.c
869         * src/main.c
870                 no need to define CLAWS anymore, remove
871                 all that stuff
873 2007-01-12 [paul]       2.7.0cvs14
875         * src/mimeview.c
876                 check if the mail's signed as
877                 it can change the mail structure
878                 Thanks to Colin
880 2007-01-12 [paul]       2.7.0cvs13
882         * src/procmime.c
883                 fix Forwarding msgs with attachments
884                 that have dos line endings
885                 Thanks to Colin
887 2007-01-12 [wwp]        2.7.0cvs12
889         * configure.ac
890                 Revert accidentally committed extra version tag.
892 2007-01-12 [wwp]        2.7.0cvs11
894         * src/prefs_account.c
895                 Fix compilation w/o aspell (completes 2.7.0cvs7).
897 2007-01-11 [colin]      2.7.0cvs10
899         * src/imap.c
900                 move g_warning to debug_print
901                 it scares people for no reason
903 2007-01-11 [colin]      2.7.0cvs9
905         * po/POTFILES.in
906                 Fix files to translate. Patch by
907                 Fabien
909 2007-01-11 [paul]       2.7.0cvs8
911         * src/imap.c
912                 Fix recursion when server lists the
913                 current subfolder in the response
914         * src/mimeview.c
915                 Fix updating of icon_list/ctree
916         * src/plugins/pgpcore/select-keys.c
917                 Fix a few annoyances when choosing
918                 keys for the CMS (S/MIME) protocol
920 2007-01-11 [wwp]        2.7.0cvs7
922         * src/compose.c
923         * src/prefs_account.c
924         * src/prefs_account.h
925                 Add per-account spellcheck default dictionaries settings.
927 2007-01-10 [colin]      2.7.0cvs6
929         * src/prefs_folder_item.c
930                 Factorize strings - patch by Fabien
932 2007-01-10 [colin]      2.7.0cvs5
934         * src/mainwindow.c
935                 Fix bug 1095, 'Crash while changing folder 
936                 columns during incorporation'
938 2007-01-09 [colin]      2.7.0cvs4
940         * src/gtk/pluginwindow.c
941                 Set the plugin window transient. Seems
942                 like some window managers hide it in
943                 the background after "load plugin"...
945 2007-01-09 [colin]      2.7.0cvs3
947         * src/gtk/filesel.c
948                 Use the same type for alloc and free
950 2007-01-08 [paul]       2.7.0cvs2
952         * po/nl.po
953                 updated by Tim Dijkstra
955 2007-01-08 [paul]       2.7.0cvs1
957         * src/prefs_themes.c
958         * src/common/utils.c
959                 Fix resource leaks
961 2007-01-08 [paul]       2.7.0
963         * NEWS
964         * README
965         * RELEASE_NOTES
966                 2.7.0 released
968 2007-01-08 [paul]       2.6.1cvs119
970         * doc/man/claws-mail.1
971                 another correction
973 2007-01-08 [paul]       2.6.1cvs118
975         * doc/man/claws-mail.1
976                 corrections
977         * manual/advanced.xml
978                 improved English usage
980 2007-01-08 [paul]       2.6.1cvs117
982         * po/ca.po
983         * po/de.po
984         * po/en_GB.po
985         * po/fi.po
986         * po/it.po
987         * po/pt_BR.po
988         * po/sk.po
989         * po/sr.po
990         * po/zh_CN.po
991                 updated by Miquel Oliete, Stephan Sachse, me,
992                 Tommi Pirinen, Andrea Spadaccini, Frederico
993                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
994                 Urosevic, and Ralgh Young
996 2007-01-07 [mones]      2.6.1cvs116
998         * manual/es/advanced.xml
999         * po/es.po
1000                 Synced manual (unhide mark_as_read_delay)
1001                 and updated translation for release
1003 2007-01-07 [paul]       2.6.1cvs115
1005         * src/prefs_matcher.c
1006                 make the hbox content fit better under
1007                 various languages
1009 2007-01-07 [colin]      2.6.1cvs114
1011         * src/messageview.c
1012                 Fix bug 1088, 'Ctrl-h produces repeatable
1013                 crash'
1015 2007-01-06 [colin]      2.6.1cvs113
1017         * src/etpan/imap-thread.c
1018                 Add casts to int to get certs. Fixes
1019                 bug 1064, 'crash @ etpan_certificate_check() 
1020                 when opening an IMAP folder', with latest
1021                 libetpan CVS or >= 0.49
1022         * src/mainwindow.c
1023         * src/mainwindow.h
1024         * src/imap_gtk.c
1025         * src/news_gtk.c
1026         * src/prefs_folder_item.c
1027                 Grey out the "synchronise" menu items if
1028                 there's nothing to synchronise.
1029         * src/plugins/pgpcore/sgpgme.c
1030                 Make an error clearer than "Unknown error"
1032 2007-01-06 [colin]      2.6.1cvs112
1034         * src/messageview.c
1035                 Don't try to show a message if updating
1036                 Maybe fixes bug 1088, 'ctrl-h produces
1037                 repeatable crash'.
1039 2007-01-06 [colin]      2.6.1cvs111
1041         * src/summaryview.c
1042                 Disable Control-Space (handle it as Space).
1044 2007-01-05 [paul]       2.6.1cvs110
1046         * src/imap.c
1047                 Fix bug 934, 'sylpheed claws 2.1 
1048                 doesn't show Exchanges Public Folders'
1049                 Thanks to Hoa and Colin
1050         * src/msgcache.c
1051                 Refuse to allocate more than 2 MB for a 
1052                 single field, it's a good indication of
1053                 cache corruption.
1055 2007-01-05 [colin]      2.6.1cvs109
1057         * src/mainwindow.c
1058                 Allow --select'ing emails by Message-ID too
1060 2007-01-05 [colin]      2.6.1cvs108
1062         * src/common/quoted-printable.c
1063                 Uh! Third fix :)
1065 2007-01-05 [colin]      2.6.1cvs107
1067         * src/common/quoted-printable.c
1068                 Fix previous commit about bug 1089
1069                 Thanks to Ralf
1071 2007-01-05 [colin]      2.6.1cvs106
1073         * src/common/quoted-printable.c
1074                 Fix my previous commit on bug 1089
1075                 - Thanks to Ralf :)
1077 2007-01-04 [colin]      2.6.1cvs105
1079         * src/common/quoted-printable.c
1080                 Fix bug 1089, 'NUL characters in Subject 
1081                 line are misinterpreted'. Not a pain to
1082                 fix in fact.
1084 2007-01-04 [colin]      
1086         2.7.0-rc3 released
1088 2007-01-04 [wwp]        2.6.1cvs104
1090         * src/image_viewer.c
1091                 Force operator precedence (fix a compiler warning).
1093 2007-01-04 [colin]      2.6.1cvs103
1095         * src/image_viewer.c
1096                 Be cautious there too (same fix as the one
1097                 in textview from cvs33)
1098         * src/messageview.c
1099                 Don't use any MimeViewer plugin when showing
1100                 all headers
1102 2007-01-03 [wwp]        2.6.1cvs102
1104         * src/html.c
1105         * src/html.h
1106                 fixed "cent" sign (use the existing ASCII one),
1107                 decode more HTML entities,
1108                 converted table ASCII entries to UTF-8,
1109                 moved a switch() into a hashtable.
1111 2007-01-03 [paul]       2.6.1cvs101
1113         * src/compose.c
1114         * src/messageview.c
1115         * src/procmsg.c
1116         * src/procmsg.h
1117                 When possible, use move_msg instead of
1118                 copy_msg + remove_msg to move sent mail
1119                 from Queue to Sent. 
1121 2007-01-03 [paul]       2.6.1cvs100
1123         * src/html.c
1124                 add more html entity recognition:
1125                 pounds, euros, and cents
1127 2007-01-03 [colin]      2.6.1cvs99
1129         * src/imap_gtk.c
1130                 Don't display an error on NOSELECT
1131                 folders when synchronising
1133 2007-01-03 [paul]       2.6.1cvs98
1135         * tools/maildir2claws-mail.pl
1136                 only substitute 'sent-mail' if it's
1137                 the full directory name
1139 2007-01-03 [paul]       2.6.1cvs97
1141         * ChangeLog
1142         * ChangeLog.pre2.0.0
1143         * Makefile.am
1144                 archive a chunk of ChangeLog in
1145                 ChangeLog.pre2.0.0
1146         * ChangeLog.gtk1
1147         * doc/src/ChangeLog.claws-pre0.8.0
1148                 remove ChangeLog.claws-pre0.8.0, adding
1149                 its contents to ChangeLog.gtk1
1151 2007-01-03 [paul]       2.6.1cvs96
1153         * src/account.c
1154         * src/account.h
1155         * src/action.c
1156         * src/action.h
1157         * src/adbookbase.h
1158         * src/addr_compl.c
1159         * src/addr_compl.h
1160         * src/addrbook.c
1161         * src/addrcache.c
1162         * src/addrcache.h
1163         * src/addrcindex.c
1164         * src/addrcindex.h
1165         * src/addrclip.c
1166         * src/addrclip.h
1167         * src/addrdefs.h
1168         * src/addressadd.c
1169         * src/addressadd.h
1170         * src/addressbook.c
1171         * src/addressbook.h
1172         * src/addressbook_foldersel.c
1173         * src/addressbook_foldersel.h
1174         * src/addrgather.c
1175         * src/addrgather.h
1176         * src/addrharvest.c
1177         * src/addrharvest.h
1178         * src/addrindex.c
1179         * src/addrindex.h
1180         * src/addritem.c
1181         * src/addritem.h
1182         * src/addrquery.c
1183         * src/addrquery.h
1184         * src/addrselect.c
1185         * src/addrselect.h
1186         * src/alertpanel.c
1187         * src/alertpanel.h
1188         * src/browseldap.c
1189         * src/browseldap.h
1190         * src/codeconv.c
1191         * src/codeconv.h
1192         * src/compose.c
1193         * src/compose.h
1194         * src/customheader.c
1195         * src/customheader.h
1196         * src/displayheader.c
1197         * src/displayheader.h
1198         * src/editaddress.c
1199         * src/editaddress.h
1200         * src/editbook.c
1201         * src/editbook.h
1202         * src/editgroup.c
1203         * src/editgroup.h
1204         * src/editjpilot.c
1205         * src/editjpilot.h
1206         * src/editldap.c
1207         * src/editldap.h
1208         * src/editldap_basedn.c
1209         * src/editldap_basedn.h
1210         * src/editvcard.c
1211         * src/editvcard.h
1212         * src/exphtmldlg.c
1213         * src/exphtmldlg.h
1214         * src/expldifdlg.c
1215         * src/expldifdlg.h
1216         * src/export.c
1217         * src/export.h
1218         * src/exporthtml.c
1219         * src/exporthtml.h
1220         * src/exportldif.c
1221         * src/exportldif.h
1222         * src/filtering.c
1223         * src/filtering.h
1224         * src/folder.c
1225         * src/folder.h
1226         * src/folder_item_prefs.c
1227         * src/folder_item_prefs.h
1228         * src/foldersel.c
1229         * src/foldersel.h
1230         * src/folderutils.c
1231         * src/folderutils.h
1232         * src/folderview.c
1233         * src/folderview.h
1234         * src/grouplistdialog.c
1235         * src/grouplistdialog.h
1236         * src/headerview.c
1237         * src/html.c
1238         * src/html.h
1239         * src/image_viewer.c
1240         * src/image_viewer.h
1241         * src/imap.c
1242         * src/imap.h
1243         * src/imap_gtk.c
1244         * src/imap_gtk.h
1245         * src/import.c
1246         * src/import.h
1247         * src/importldif.c
1248         * src/importldif.h
1249         * src/importmutt.c
1250         * src/importmutt.h
1251         * src/importpine.c
1252         * src/importpine.h
1253         * src/inc.c
1254         * src/inc.h
1255         * src/jpilot.c
1256         * src/jpilot.h
1257         * src/ldapctrl.c
1258         * src/ldapctrl.h
1259         * src/ldaplocate.c
1260         * src/ldaplocate.h
1261         * src/ldapquery.c
1262         * src/ldapquery.h
1263         * src/ldapserver.c
1264         * src/ldapserver.h
1265         * src/ldaputil.c
1266         * src/ldaputil.h
1267         * src/ldif.c
1268         * src/ldif.h
1269         * src/main.c
1270         * src/main.h
1271         * src/mainwindow.c
1272         * src/mainwindow.h
1273         * src/manual.c
1274         * src/manual.h
1275         * src/mbox.c
1276         * src/message_search.c
1277         * src/message_search.h
1278         * src/messageview.c
1279         * src/messageview.h
1280         * src/mh.c
1281         * src/mh.h
1282         * src/mh_gtk.c
1283         * src/mh_gtk.h
1284         * src/mimeview.c
1285         * src/mimeview.h
1286         * src/msgcache.c
1287         * src/msgcache.h
1288         * src/mutt.c
1289         * src/mutt.h
1290         * src/news.c
1291         * src/news.h
1292         * src/news_gtk.c
1293         * src/news_gtk.h
1294         * src/partial_download.c
1295         * src/partial_download.h
1296         * src/pine.c
1297         * src/pine.h
1298         * src/pop.c
1299         * src/pop.h
1300         * src/prefs_account.c
1301         * src/prefs_account.h
1302         * src/prefs_actions.c
1303         * src/prefs_actions.h
1304         * src/prefs_common.c
1305         * src/prefs_common.h
1306         * src/prefs_compose_writing.c
1307         * src/prefs_compose_writing.h
1308         * src/prefs_customheader.c
1309         * src/prefs_customheader.h
1310         * src/prefs_display_header.c
1311         * src/prefs_display_header.h
1312         * src/prefs_filtering.c
1313         * src/prefs_filtering.h
1314         * src/prefs_filtering_action.c
1315         * src/prefs_filtering_action.h
1316         * src/prefs_folder_column.c
1317         * src/prefs_folder_column.h
1318         * src/prefs_folder_item.c
1319         * src/prefs_folder_item.h
1320         * src/prefs_fonts.c
1321         * src/prefs_fonts.h
1322         * src/prefs_gtk.c
1323         * src/prefs_gtk.h
1324         * src/prefs_image_viewer.c
1325         * src/prefs_image_viewer.h
1326         * src/prefs_matcher.c
1327         * src/prefs_matcher.h
1328         * src/prefs_message.c
1329         * src/prefs_msg_colors.c
1330         * src/prefs_msg_colors.h
1331         * src/prefs_other.c
1332         * src/prefs_quote.c
1333         * src/prefs_receive.c
1334         * src/prefs_send.c
1335         * src/prefs_spelling.c
1336         * src/prefs_spelling.h
1337         * src/prefs_summaries.c
1338         * src/prefs_summaries.h
1339         * src/prefs_summary_column.c
1340         * src/prefs_summary_column.h
1341         * src/prefs_template.c
1342         * src/prefs_template.h
1343         * src/prefs_themes.c
1344         * src/prefs_themes.h
1345         * src/prefs_toolbar.c
1346         * src/prefs_toolbar.h
1347         * src/prefs_wrapping.c
1348         * src/prefs_wrapping.h
1349         * src/privacy.c
1350         * src/privacy.h
1351         * src/procheader.c
1352         * src/procheader.h
1353         * src/procmime.c
1354         * src/procmime.h
1355         * src/procmsg.c
1356         * src/procmsg.h
1357         * src/quote_fmt.c
1358         * src/quote_fmt_parse.y
1359         * src/recv.c
1360         * src/recv.h
1361         * src/remotefolder.c
1362         * src/remotefolder.h
1363         * src/send_message.c
1364         * src/send_message.h
1365         * src/setup.c
1366         * src/setup.h
1367         * src/sourcewindow.c
1368         * src/sourcewindow.h
1369         * src/ssl_manager.c
1370         * src/ssl_manager.h
1371         * src/statusbar.c
1372         * src/statusbar.h
1373         * src/stock_pixmap.c
1374         * src/stock_pixmap.h
1375         * src/summary_search.c
1376         * src/summary_search.h
1377         * src/summaryview.c
1378         * src/summaryview.h
1379         * src/textview.c
1380         * src/textview.h
1381         * src/toolbar.c
1382         * src/toolbar.h
1383         * src/undo.c
1384         * src/undo.h
1385         * src/unmime.c
1386         * src/unmime.h
1387         * src/vcard.c
1388         * src/vcard.h
1389         * src/wizard.c
1390         * src/wizard.h
1391         * src/common/base64.c
1392         * src/common/base64.h
1393         * src/common/defs.h
1394         * src/common/hooks.c
1395         * src/common/hooks.h
1396         * src/common/log.c
1397         * src/common/log.h
1398         * src/common/mgutils.c
1399         * src/common/mgutils.h
1400         * src/common/nntp.c
1401         * src/common/nntp.h
1402         * src/common/passcrypt.c
1403         * src/common/passcrypt.h.in
1404         * src/common/plugin.c
1405         * src/common/plugin.h
1406         * src/common/prefs.c
1407         * src/common/prefs.h
1408         * src/common/progressindicator.c
1409         * src/common/progressindicator.h
1410         * src/common/quoted-printable.c
1411         * src/common/quoted-printable.h
1412         * src/common/session.c
1413         * src/common/session.h
1414         * src/common/smtp.c
1415         * src/common/smtp.h
1416         * src/common/socket.c
1417         * src/common/socket.h
1418         * src/common/ssl.c
1419         * src/common/ssl.h
1420         * src/common/ssl_certificate.c
1421         * src/common/ssl_certificate.h
1422         * src/common/stringtable.c
1423         * src/common/stringtable.h
1424         * src/common/template.c
1425         * src/common/template.h
1426         * src/common/timing.h
1427         * src/common/utils.c
1428         * src/common/utils.h
1429         * src/common/version.h.in
1430         * src/common/xml.c
1431         * src/common/xml.h
1432         * src/common/xmlprops.c
1433         * src/common/xmlprops.h
1434         * src/gtk/about.c
1435         * src/gtk/colorlabel.c
1436         * src/gtk/colorsel.c
1437         * src/gtk/colorsel.h
1438         * src/gtk/combobox.c
1439         * src/gtk/combobox.h
1440         * src/gtk/description_window.c
1441         * src/gtk/description_window.h
1442         * src/gtk/filesel.c
1443         * src/gtk/filesel.h
1444         * src/gtk/foldersort.c
1445         * src/gtk/foldersort.h
1446         * src/gtk/gtksctree.c
1447         * src/gtk/gtkutils.c
1448         * src/gtk/gtkutils.h
1449         * src/gtk/inputdialog.c
1450         * src/gtk/inputdialog.h
1451         * src/gtk/logwindow.c
1452         * src/gtk/logwindow.h
1453         * src/gtk/manage_window.c
1454         * src/gtk/manage_window.h
1455         * src/gtk/menu.c
1456         * src/gtk/menu.h
1457         * src/gtk/pluginwindow.c
1458         * src/gtk/pluginwindow.h
1459         * src/gtk/prefswindow.c
1460         * src/gtk/prefswindow.h
1461         * src/gtk/progressdialog.c
1462         * src/gtk/progressdialog.h
1463         * src/gtk/sslcertwindow.c
1464         * src/gtk/sslcertwindow.h
1465         * src/plugins/bogofilter/bogofilter.c
1466         * src/plugins/bogofilter/bogofilter.h
1467         * src/plugins/bogofilter/bogofilter_gtk.c
1468         * src/plugins/clamav/clamav_plugin.c
1469         * src/plugins/clamav/clamav_plugin.h
1470         * src/plugins/clamav/clamav_plugin_gtk.c
1471         * src/plugins/demo/demo.c
1472         * src/plugins/dillo_viewer/dillo_prefs.c
1473         * src/plugins/dillo_viewer/dillo_prefs.h
1474         * src/plugins/dillo_viewer/dillo_viewer.c
1475         * src/plugins/pgpcore/passphrase.c
1476         * src/plugins/pgpcore/passphrase.h
1477         * src/plugins/pgpcore/pgp_viewer.c
1478         * src/plugins/pgpcore/pgp_viewer.h
1479         * src/plugins/pgpcore/plugin.c
1480         * src/plugins/pgpcore/select-keys.c
1481         * src/plugins/pgpcore/select-keys.h
1482         * src/plugins/pgpcore/sgpgme.c
1483         * src/plugins/pgpcore/sgpgme.h
1484         * src/plugins/pgpinline/pgpinline.c
1485         * src/plugins/pgpinline/pgpinline.h
1486         * src/plugins/pgpinline/plugin.c
1487         * src/plugins/pgpmime/pgpmime.c
1488         * src/plugins/pgpmime/pgpmime.h
1489         * src/plugins/pgpmime/plugin.c
1490         * src/plugins/spamassassin/spamassassin.c
1491         * src/plugins/spamassassin/spamassassin.h
1492         * src/plugins/spamassassin/spamassassin_gtk.c
1493         * src/plugins/trayicon/trayicon.c
1494                 it's 2007, update the year in the copyright headers
1496 2007-01-03 [paul]       2.6.1cvs95
1498         * src/gtk/about.c
1499                 it is 2007, use it in the copyright string
1501 2007-01-03 [paul]       2.6.1cvs94
1503         * src/html.c
1504                 html entity conversion:
1505                 move &#153; to a more suitable place
1506                 add &bull; and &ndash;
1507                 make sure &mdash; and &#8212; are both
1508                 converted the same
1510 2007-01-02 [colin]      2.6.1cvs93
1512         * src/addrbook.c
1513                 Fix leak
1514         * src/common/plugin.c
1515                 Add comment
1516         * src/etpan/imap-thread.c
1517                 Fix warning
1519 2006-12-31 [paul]       2.6.1cvs92
1521         * src/prefs_summaries.c
1522                 use gtk_button_new_from_stock()
1524 2006-12-30 [colin]      2.6.1cvs91
1526         * src/folder.c
1527         * src/imap_gtk.c
1528         * src/mh_gtk.c
1529                 Don't update filtering and account paths 
1530                 when copying folders
1532 2006-12-30 [colin]      2.6.1cvs90
1534         * src/prefs_compose_writing.c
1535         * src/prefs_quote.c
1536         * src/prefs_template.c
1537                 Use message font for Writing and 
1538                 Quoting prefs, as well as Templates.
1540 2006-12-30 [colin]      2.6.1cvs89
1542         * src/prefs_summaries.c
1543                 Rework GUI; patch by Pawel
1545 2006-12-29 [colin]      2.6.1cvs88
1547         * src/prefs_folder_item.c
1548                 Fix bug 1085, 'Apply to subfolder 
1549                 doesn't work' - I was mistaken saying
1550                 it worked in every case
1552 2006-12-28 [colin]      2.6.1cvs87
1554         * src/gtk/gtkaspell.c
1555                 Don't assert if use_alternate is true
1556                 and alt_dictionary isn't set -- this 
1557                 is what happens on upgrade! Rather,
1558                 do with it.
1560 2006-12-28 [colin]      2.6.1cvs86
1562         * Makefile.am
1563                 Fix desktop/icon simplification
1565 2006-12-28 [colin]      2.6.1cvs85
1567         * Makefile.am
1568                 Make desktop and icon not 
1569                 dependant on the desktop
1571 2006-12-28 [wwp]        2.6.1cvs84
1573         * src/plugins/pgpmime/claws.def
1574                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1576 2006-12-28 [wwp]        2.6.1cvs83
1578         * src/prefs_folder_item.c
1579                 Fix coloring of "simplify subject regexp" (folder prefs),
1580                 which might be left to red whereas the regexp gets empty.
1582 2006-12-28 [wwp]        2.6.1cvs82
1584         * src/prefs_common.c
1585         * src/prefs_common.h
1586         * src/addressbook.c
1587         * src/addressitem.h
1588                 Save addressbook mainwindow's horizontal and vertical splitter position.
1590 2006-12-27 [wwp]        2.6.1cvs81
1592         * src/gtk/gtkaspell.c
1593         * src/gtk/gtkaspell.h
1594         * src/compose.c
1595                 Fix assignment of compose's default and alternate dictionary from
1596                 account or folder settings. Now gtkaspell_change_dict does rotate
1597                 dicts only when it's called from a menu cb.
1599 2006-12-27 [wwp]        2.6.1cvs80
1601         * src/folder_item_prefs.c
1602                 Fix randomly initialized default-alt-dictionary (folder prefs),
1603                 complete 2.6.1cvs72.
1605 2006-12-27 [paul]       2.6.1cvs79
1607         * src/imap_gtk.c
1608         * src/mh_gtk.c
1609                 Add Copy folder in the folder's contextual
1610                 menu
1612 2006-12-27 [wwp]        2.6.1cvs78
1614         * src/imap.c
1615                 Clean up session locking, thanks to Colin.
1617 2006-12-26 [colin]      2.6.1cvs77
1619         * src/statusbar.c
1620                 Revert previous patch
1622 2006-12-26 [colin]      2.6.1cvs76
1624         * src/folder.c
1625         * src/folderview.c
1626         * src/imap.c
1627         * src/statusbar.c
1628         * src/etpan/imap-thread.c
1629                 Fix previous commit warnings
1630                 Make statusbar update every second if total < 20
1631                 Make IMAP APPEND faster by simplifying log              
1633 2006-12-26 [colin]      2.6.1cvs75
1635         * src/folder.c
1636         * src/folder.h
1637         * src/folderview.c
1638         * src/folderview.h
1639         * src/imap_gtk.c
1640         * src/mh_gtk.c
1641                 Make it possible to copy folders accross
1642                 mailboxes (this was an arbitrary limitation).
1643                 Still make it impossible to move folders 
1644                 accross mailboxes.
1646 2006-12-26 [colin]      2.6.1cvs74
1648         * src/etpan/imap-thread.c
1649                 Fix bug 1081, 'claws-mail 
1650                 segfaults when going offline 
1651                 while it transfers mails via 
1652                 imap'
1654 2006-12-26 [colin]      2.6.1cvs73
1656         * src/folder_item_prefs.c
1657                 Don't forget alt dictionary when
1658                 renaming/moving folders
1660 2006-12-26 [wwp]        2.6.1cvs72
1662         * src/folder_item_prefs.c
1663                 Add missing defaults for per-folder alt dict
1664                 (forgotten in 2.6.1cvs61).
1666 2006-12-26 [colin]      2.6.1cvs71
1668         * src/wizard.c
1669                 Add tooltip to state that specifying
1670                 full path to mailbox is possible
1672 2006-12-26 [wwp]        2.6.1cvs70
1674         * src/partial_download.c
1675         * src/gtk/gtkvscrollbutton.c
1676         * src/plugins/pgpinline/plugin.c
1677                 Fix for few compiler warnings that matter.
1679 2006-12-25 [colin]      2.6.1cvs69
1681         * src/partial_download.c
1682                 Fix marking for download or deletion
1683                 when the header isn't the first
1684         * src/gtk/logwindow.c
1685                 Fix start of scrolling
1687 2006-12-23 [paul]       2.6.1cvs68
1689         * src/compose.c
1690                 change last commit to use the 'academic'
1691                 method instead. Thanks to wwp
1693 2006-12-23 [paul]       2.6.1cvs67
1695         * src/compose.c
1696                 don't warn about empty subject when
1697                 redirecting
1699 2006-12-22 [colin]      2.6.1cvs66
1701         * src/summary_search.c
1702                 Fix previous patch
1704 2006-12-22 [colin]      2.6.1cvs65
1706         * src/gtk/gtkutils.c
1707         * src/imap.c
1708         * src/jpilot.c
1709         * src/summary_search.c
1710                 A few warning fixes
1712 2006-12-23 [paul]       
1714         2.7.0-rc2 released
1716 2006-12-22 [colin]      2.6.1cvs64
1718         * src/toolbar.c
1719         * src/toolbar.h
1720                 Add a combo to the learn spam button
1721         * src/plugins/bogofilter/bogofilter.c
1722         * src/plugins/bogofilter/bogofilter_gtk.c
1723         * src/plugins/bogofilter/bogofilter.h
1724                 Allow to store Unsure mails in a specific
1725                 folder to make better teaching easier
1727 2006-12-21 [wwp]        2.6.1cvs63
1729         * src/compose.c
1730         * src/prefs_common.c
1731         * src/prefs_common.h
1732         * src/prefs_spelling.c
1733         * src/gtk/gtkaspell.c
1734         * src/gtk/gtkaspell.h
1735                 Allow spell-checking using both current and alternate dictionaries
1736                 (thanks to Colin).
1738 2006-12-21 [wwp]        2.6.1cvs62
1740         * src/gtk/gtkaspell.c
1741                 Apply recheck_when_changing_dict (highlight all mispelled words)
1742                 when switching to alternate dictionary.
1744 2006-12-21 [wwp]        2.6.1cvs61
1746         * src/compose.c
1747         * src/folder_item_prefs.h
1748         * src/prefs_common.c
1749         * src/prefs_common.h
1750         * src/prefs_folder_item.c
1751         * src/prefs_spelling.c
1752         * src/gtk/gtkaspell.c
1753         * src/gtk/gtkaspell.h
1754                 Add global and per-folder prefs to set the default
1755                 alternate dictionary.
1757 2006-12-21 [colin]      2.6.1cvs60
1759         * src/folder.c
1760                 Look for folders by path in all folders
1761         * src/html.c
1762                 add &mdash;
1764 2006-12-20 [colin]      2.6.1cvs59
1766         * src/gtk/quicksearch.c
1767                 Make sure in_typing is false when clearing
1769 2006-12-20 [wwp]        2.6.1cvs58
1771         * configure.ac
1772                 change manual's target dir to be LFH-compliant (thanks to Colin).
1774 2006-12-20 [wwp]        2.6.1cvs57
1776         * src/prefs_common.c
1777         * src/prefs_summaries.c
1778                 i18n fix and factorize patch, thanks to Fabien.
1780 2006-12-20 [paul]       2.6.1cvs56
1782         * configure.ac
1783                 last of the renaming (??)
1784         * src/main.c
1785                 correct --help info of --status-full
1786         * src/plugins/bogofilter/bogofilter.c
1787                 make FALSE default of whitelist_ab
1789 2006-12-19 [colin]      2.6.1cvs55
1791         * src/jpilot.c
1792                 Same as before, without depending on
1793                 pisock >= 0.12
1795 2006-12-19 [colin]      2.6.1cvs54
1797         * src/jpilot.c
1798                 Fix bug 1059, 'Better jpilot charset 
1799                 handling'. Use libpisync's charset conversion
1800                 if possible
1802 2006-12-19 [colin]      2.6.1cvs53
1804         * po/fr.po
1805                 Updated by Fabien
1807 2006-12-19 [wwp]        2.6.1cvs52
1809         * src/gtk/about.c
1810                 Add missing #include (thanks to Colin).
1812 2006-12-19 [wwp]        2.6.1cvs51
1814         * src/prefs_receive.c
1815                 Better spacing between widgets in prefs.
1817 2006-12-18 [colin]      2.6.1cvs50
1819         * src/imap.c
1820                 Fix failure to get separator on LIST "" ""
1821                 Try LIST "" "INBOX" too.
1823 2006-12-18 [wwp]        2.6.1cvs49
1825         * src/common/session.c
1826                 Fix a compiler warning (thanks to Fabien).
1828 2006-12-18 [wwp]        2.6.1cvs48
1830         * src/compose.c
1831         * src/prefs_quote.c
1832                 Factorize some strings for translation (it's about error
1833                 messages when applying or checking template/quote format).
1835 2006-12-18 [colin]      2.6.1cvs47
1837         * Makefile.am
1838         * src/common/defs.h
1839         * src/gtk/Makefile.am
1840         * src/gtk/about.c
1841                 Add a Release notes tab from the contents of
1842                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1844 2006-12-17 [colin]      2.6.1cvs46
1846         * src/mimeview.c
1847         * src/textview.c
1848         * src/gtk/filesel.c
1849                 Correctly convert from/to UTF8/filename encoding
1850                 when loading and saving files. Probably fixes
1851                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1852                 for a file to attach and is blocked...'
1854 2006-12-17 [colin]      2.6.1cvs45
1856         * src/gtk/logwindow.c
1857                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1858                 IMAP folder and is blocked on main thread': 
1859                 make sure we put utf8 in the log.
1861 2006-12-16 [colin]      2.6.1cvs44
1863         * src/toolbar.c
1864         * src/toolbar.h
1865                 Fix bug 1055, 'Add the 'cancel receive' 
1866                 in the available events for the toolbar buttons'
1868 2006-12-16 [colin]      2.6.1cvs43
1870         * po/POTFILES.in
1871         * src/imap.c
1872         * src/common/nntp.c
1873         * src/common/session.c
1874                 Log error when SSL handshakes fail. 
1875                 Fixes bug 1082, 'incorrect / imprecise 
1876                 error message when imap server provides 
1877                 ssl only through STARTTLS but SSL is 
1878                 selected'
1880 2006-12-15 [wwp]        2.6.1cvs42
1882         * src/plugins/bogofilter/bogofilter_gtk.c
1883                 set proper sensitivity to widgets I've recently added.
1885 2006-12-15 [colin]      
1887         2.7.0-rc1 released
1889 2006-12-15 [wwp]        2.6.1cvs41
1891         * src/plugins/bogofilter/bogofilter.c
1892         * src/plugins/bogofilter/bogofilter.h
1893         * src/plugins/bogofilter/bogofilter_gtk.c
1894                 bogofilter's whitelist can now use a subset of
1895                 the addressbook (either a book, a subfolder of a book,
1896                 or the whole addressbook by using "Any"). Re-used there
1897                 some pref_matcher widgets and mechanisms to match a subset
1898                 of the addressbook.
1900 2006-12-15 [wwp]        2.6.1cvs40
1902         * src/wizard.c
1903         * src/common/plugin.c
1904         * src/common/plugin.h
1905         * src/gtk/about.c
1906         * src/plugins/bogofilter/bogofilter.c
1907         * src/plugins/clamav/clamav_plugin.c
1908         * src/plugins/demo/demo.c
1909         * src/plugins/dillo_viewer/dillo_viewer.c
1910         * src/plugins/pgpcore/plugin.c
1911         * src/plugins/pgpinline/plugin.c
1912         * src/plugins/pgpmime/plugin.c
1913         * src/plugins/spamassassin/spamassassin.c
1914         * src/plugins/trayicon/trayicon.c
1915                 factorize some translatable strings (plugins-related),
1916                 fix missing punctuation in several places,
1917                 remove useless translatable \n in about.c,
1918                 and factorize plugin init code w/ a new function
1919                 check_plugin_version() in common/plugin.c.
1920                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1922 2006-12-15 [wwp]        2.6.1cvs39
1924         * src/plugins/bogofilter/bogofilter.c
1925         * src/plugins/bogofilter/bogofilter_gtk.c
1926                 flag whitelisted spams as spam, but don't filter it to the spam
1927                 folder. Thanks to Colin.
1929 2006-12-15 [ticho]      2.6.1cvs38
1931         * src/plugins/bogofilter/bogofilter.c
1932         * src/plugins/bogofilter/bogofilter.h
1933         * src/plugins/bogofilter/bogofilter_gtk.c
1934                 Add option to whitelist senders found in addressbook. Patch by colin.
1936 2006-12-15 [paul]       2.6.1cvs37
1938         * src/folderview.c
1939                 add missing #include "log.h"
1941 2006-12-15 [paul]       2.6.1cvs36
1943         * src/plugins/bogofilter/bogofilter.c
1944         * src/plugins/bogofilter/bogofilter.h
1945         * src/plugins/bogofilter/bogofilter_gtk.c
1946                 Add an option to allow inserting an
1947                 X-Claws-Bogosity header (on MH folders
1948                 only). Patch by Colin
1950 2006-12-14 [colin]      2.6.1cvs35
1952         * src/main.c
1953                 "Yes" should be the default choice for
1954                 migration configuration
1956 2006-12-14 [paul]       2.6.1cvs34
1958         * src/prefs_summaries.c
1959         * manual/advanced.xml
1960                 Unhide mark_as_read_delay
1962 2006-12-14 [paul]       2.6.1cvs33
1964         * src/messageview.c
1965         * src/messageview.h
1966         * src/mimeview.c
1967         * src/mimeview.h
1968         * src/summaryview.c
1969         * src/textview.c
1970         * src/textview.h
1971                 Fix printing of selection
1972                 Fix printing of message parts
1973                 Fix printing of images
1974         * src/gtk/gtksourceprintjob.c
1975                 Fix page count when there are images
1977 2006-12-14 [wwp]        2.6.1cvs32
1979         * src/mainwindow.c
1980         * src/summaryview.c
1981         * src/summaryview.h
1982         * src/gtk/quicksearch.c
1983                 fix quicksearch 'magnify' button status when QS is closed
1984                 using the Escape key, thanks to Colin.
1986 2006-12-14 [wwp]        2.6.1cvs31
1988         * src/mainwindow.c
1989         * src/summaryview.c
1990         * src/summaryview.h
1991         * src/gtk/quicksearch.c
1992                 fix quicksearch 'magnify' button status when QS is closed
1993                 using the Escape key, thanks to Colin.
1995 2006-12-13 [colin]      2.6.1cvs30
1997         * src/ldapquery.c
1998         * src/ldaputil.c
1999                 Use the binary safe version of ldap_get_values,
2000                 to make sure we manipulate null-terminated 
2001                 strings. Maybe fixes bug 1075, 'claws mail 
2002                 segfault when completing ldap adresses'
2003         * src/syldap.c ** REMOVED **
2004         * src/syldap.h ** REMOVED **
2005                 Remove dead files
2007 2006-12-13 [mones]      2.6.1cvs29
2009         * po/es.po
2010                 Fixed piped strings, fixed click translation
2012 2006-12-13 [paul]       2.6.1cvs28
2014         * src/main.c
2015                 don't translate these strings
2017 2006-12-13 [paul]       2.6.1cvs27
2019         * po/en_GB.po
2020                 updated
2022 2006-12-13 [colin]      2.6.1cvs26
2024         * src/main.c
2025         * src/main.h
2026                 Add claws_is_starting()
2028 2006-12-13 [mones]      2.6.1cvs25
2030         * manual/es/advanced.xml
2031         * po/es.po
2032                 Synced manual and updated translation
2034 2006-12-12 [colin]      2.6.1cvs24
2036         * src/wizard.c
2037                 Add an option to use STARTTLS in the
2038                 welcome wizard. Fixes bug 1080, 
2039                 'Using SSL option in wizard for incoming 
2040                 server does not activate SSL with STARTTLS'
2042 2006-12-12 [colin]      2.6.1cvs23
2044         * src/main.c
2045                 Don't exit when there's an incomplete
2046                 mailbox configured - leaves a chance 
2047                 to fix a failing IMAP account. Exit
2048                 if no mailbox at all is loaded (case
2049                 of missing plugin).
2050                 Completes bug 1077's fix (I was wrong
2051                 in this bug's comment #3).
2053 2006-12-12 [colin]      2.6.1cvs22
2055         * src/gtk/menu.h
2056                 Add another menu data type
2057         * src/prefs_account.c
2058                 Complete the completion of bug 1076
2059                 (doesn't lose the pref on apply)
2061 2006-12-12 [paul]       2.6.1cvs21
2063         * src/prefs_account.c
2064                 complete the fix of bug 1076
2065                 also be more verbose with the text
2067 2006-12-12 [paul]       2.6.1cvs20
2069         * src/gtk/combobox.c
2070                 fix compilation warning
2072 2006-12-11 [colin]      2.6.1cvs19
2074         * src/wizard.c
2075                 Document :port in server entry tooltips
2077 2006-12-11 [colin]      2.6.1cvs18
2079         * src/main.c
2080                 Fix compile
2082 2006-12-11 [colin]      2.6.1cvs17
2084         * src/main.c
2085                 Add failing IMAP as a reason for no
2086                 mailbox
2088 2006-12-11 [colin]      2.6.1cvs16
2090         * src/prefs_account.c
2091                 Check for existence of inbox for local
2092                 accounts too
2093         * src/wizard.c
2094                 Allow setting the port to use for servers
2095                 by using the usual "server.example.com:port"
2096                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2097                 not start when IMAP server is unavailable'
2099 2006-12-11 [colin]      2.6.1cvs15
2101         * src/prefs_account.c
2102                 Prevent use of non-existing default inbox
2104 2006-12-11 [colin]      2.6.1cvs14
2106         * src/prefs_account.c
2107                 Fix sensitivity. Fixes bug 1076, 'privacy 
2108                 options are displayed even when pgp plugin 
2109                 not loaded / available'
2111 2006-12-09 [colin]      2.6.1cvs13
2113         * manual/advanced.xml
2114         * src/prefs_common.c
2115         * src/prefs_common.h
2116         * src/common/ssl_certificate.c
2117                 Add a new hidden preference, 'unsafe_ssl_certs',
2118                 which allows to store multiple certificates per
2119                 server/port. This is disabled by default because
2120                 it's less secure (presenting a new certificate
2121                 instead of a changed one raises less alarms).
2122                 This will cause Claws to ask about an unknown
2123                 certificate for people who have used 2.6.1cvs8
2124                 or greater.
2126 2006-12-09 [colin]      2.6.1cvs12
2128         * src/action.c
2129                 Fix cache updating after action
2131 2006-12-07 [wwp]        2.6.1cvs11
2133         * src/compose.c
2134                 fix email address comparison when replying to all
2135                 (avoid replying to ourselves), thanks to Colin.
2137 2006-12-06 [paul]       2.6.1cvs10
2139         * src/addrharvest.c
2140         * src/editldap.c
2141         * src/expldifdlg.c
2142         * src/news.c
2143         * src/toolbar.c
2144         * src/common/utils.c
2145                 ...and more renaming
2146                 Thanks to Colin
2148 2006-12-06 [paul]       2.6.1cvs9
2150         * src/compose.c
2151         * src/messageview.c
2152         * src/procheader.c
2153         * src/procmime.c
2154         * src/procmsg.c
2155         * src/textview.c
2156                 more renaming
2157                 Thanks to Colin
2159 2006-12-06 [colin]      2.6.1cvs8
2161         * src/ssl_manager.c
2162         * src/common/ssl_certificate.c
2163         * src/common/ssl_certificate.h
2164                 Handle multiple certificates per host/port
2166 2006-12-06 [colin]      2.6.1cvs7
2168         * src/etpan/imap-thread.c
2169                 Fix certificate checking on IMAP
2171 2006-12-06 [colin]      2.6.1cvs6
2173         * src/folderview.c
2174                 Fix bug 1072, 'Claws stops fetching newsgroups 
2175                 from server when newsgroup got deleted': continue
2176                 checking other groups
2178 2006-12-05 [wwp]        2.6.1cvs5
2180         * src/message_search.c
2181         * src/summary_search.c
2182         * src/gtk/combobox.c
2183         * src/gtk/combobox.h
2184         * src/gtk/gtkutils.c
2185         * src/gtk/gtkutils.h
2186                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2187                 behave like w/ old comboboxes (summary and message search only).
2189 2006-12-05 [paul]       2.6.1cvs4
2191         * src/wizard.c
2192                 encode headers
2193                 Thanks to Colin
2195 2006-12-05 [paul]       2.6.1cvs3
2197         * tools/README
2198         * tools/textviewer.pl
2199                 script updated and description added
2201 2006-12-04 [colin]      2.6.1cvs2
2203         * src/compose.c
2204                 Run pre-send hook only when checking
2205                 everything
2207 2006-12-04 [paul]       2.6.1cvs1
2209         * NEWS
2210         * README
2211         * RELEASE_NOTES
2212         * configure.ac
2213         * tools/README
2214                 bump up version number following stable release
2216 2006-12-04 [paul]       2.6.0cvs83
2218         * README
2219                 updates and corrections
2221 2006-12-04 [colin]      2.6.0cvs82
2223         * src/common/utils.c
2224                 Probably fix bug 1066, 'Incorrect mailbox 
2225                 size displayed'
2227 2006-12-04 [colin]      2.6.0cvs81
2229         * src/common/utils.c
2230                 Trim tabs from mailcap file too.
2232 2006-12-02 [paul]       2.6.0cvs80
2234         * src/exphtmldlg.c
2235                 fix broken GUI under certain languages
2236         * src/expldifdlg.c
2237                 put the Cancel button to the right
2239 2006-12-01 [paul]       2.6.0cvs79
2241         * tools/Makefile.am
2242                 remove reference to removed file
2244 2006-12-01 [wwp]        2.6.0cvs78
2246         * src/addressbook.c
2247         * src/editaddress.c
2248                 remove forgotten debug statements.
2250 2006-12-01 [wwp]        2.6.0cvs77
2252         * manual/advanced.xml
2253         * manual/fr/advanced.xml
2254         * src/addressbook.c
2255         * src/addressbook.h
2256         * src/addressitem.h
2257         * src/editaddress.c
2258         * src/editaddress.h
2259         * src/prefs_common.c
2260         * src/prefs_common.h
2261         * src/gtk/gtkutils.c
2262         * src/gtk/gtkutils.h
2263                 add a hidden option to allow embedding the editaddress (edit contact details)
2264                 dialog into the addressbook's window. This doesn't change the default
2265                 behaviour.
2267 2006-12-01 [wwp]        2.6.0cvs76
2269         * src/message_search.c
2270         * src/summary_search.c
2271                 fix more focus issues (don't set focus to combobox's entry widget when
2272                 entry's value changed, if entry widget has focus already).
2274 2006-12-01 [wwp]        2.6.0cvs75
2276         * src/gtk/quicksearch.c
2277                 revert last changes to the quicksearch gtk_combo_box, this needs more
2278                 tuning and testing.
2280 2006-12-01 [paul]       2.6.0cvs74
2282         * tools/kdeservicemenu/README
2283         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2284         * tools/kdeservicemenu/install.sh
2285         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2286         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2287                 simplify this stuff, and in so doing,
2288                 fix it. (possibly re-extend it again at
2289                 a later date)
2291 2006-12-01 [wwp]        2.6.0cvs73
2293         * src/gtk/quicksearch.c
2294                 adapt quicksearch code to use modern gtk_combo_box'es.
2296 2006-12-01 [wwp]        2.6.0cvs72
2298         * src/common/defs.h
2299         * src/prefs_common.c
2300         * src/prefs_common.h
2301         * src/message_search.c
2302         * src/summary_search.c
2303         * src/gtk/combobox.c
2304         * src/gtk/combobox.h
2305                 add history combos to all message and summary search fields.
2307 2006-12-01 [wwp]        2.6.0cvs71
2309         * src/summaryview.c
2310                 As the list may change while the mark as read delay
2311                 runs, we can't rely on the 'row' pointer, which can
2312                 be invalid when the timeout is called. As the mark
2313                 as read is only done if the message is still selected,
2314                 use summaryview->selected instead. Thanks to Colin.
2316 2006-11-30 [paul]       2.6.0cvs70
2318         * src/textview.c
2319                 give emphasis to "Sylpheed-Claws"
2320                 as well as "Claws Mail"
2322 2006-11-30 [colin]      2.6.0cvs69
2324         * src/wizard.c
2325                 Put the SSL checkboxes in the receiving
2326                 and sending server pages.
2328 2006-11-29 [colin]      2.6.0cvs68
2330         * src/gtk/gtkutils.c
2331         * src/gtk/gtkvscrollbutton.c
2332                 Revert some deprecated fixes - they seem to
2333                 deprecate stuff as soon as a new one gets out.
2334                 g_object_ref_sink needed glib-2.10.
2336 2006-11-29 [colin]      2.6.0cvs67
2338         * src/common/utils.c
2339                 Create .mailcap if it doesn't exist
2341 2006-11-29 [colin]      2.6.0cvs66
2343         * src/compose.c
2344                 Followup to cvs60: use original list
2345                 of recipients if replying to a mail
2346                 in Sent Drafts or Queue.
2348 2006-11-27 [paul]       2.6.0cvs65
2350         * src/image_viewer.c
2351                 revert the last change for now (it's broken)
2353 2006-11-27 [paul]       2.6.0cvs64
2355         * Makefile.am
2356         * configure.ac
2357         * m4/aclocal-include.m4
2358         * m4/check-type.m4
2359         * src/Makefile.am
2360         * src/addr_compl.c
2361         * src/compose.c
2362         * src/crash.c
2363         * src/export.c
2364         * src/exporthtml.c
2365         * src/exportldif.c
2366         * src/imap.c
2367         * src/import.c
2368         * src/main.c
2369         * src/main.h
2370         * src/matcher.c
2371         * src/mimeview.c
2372         * src/procmsg.c
2373         * src/textview.c
2374         * src/common/Makefile.am
2375         * src/common/claws.c
2376         * src/common/claws.h
2377         * src/common/ssl.c
2378         * src/common/sylpheed.c
2379         * src/common/sylpheed.h
2380         * src/etpan/Makefile.am
2381         * src/gtk/Makefile.am
2382         * src/gtk/claws-marshal.list
2383         * src/gtk/filesel.c
2384         * src/gtk/gtksctree.c
2385         * src/gtk/quicksearch.c
2386         * src/gtk/sylpheed-marshal.list
2387         * src/plugins/bogofilter/bogofilter.c
2388         * src/plugins/bogofilter/bogofilter_gtk.c
2389         * src/plugins/clamav/clamav_plugin.c
2390         * src/plugins/clamav/clamav_plugin_gtk.c
2391         * src/plugins/demo/demo.c
2392         * src/plugins/dillo_viewer/dillo_viewer.c
2393         * src/plugins/pgpcore/Makefile.am
2394         * src/plugins/pgpcore/claws.def
2395         * src/plugins/pgpcore/pgp_viewer.c
2396         * src/plugins/pgpcore/plugin.c
2397         * src/plugins/pgpcore/sylpheed.def
2398         * src/plugins/pgpinline/Makefile.am
2399         * src/plugins/pgpinline/claws.def
2400         * src/plugins/pgpinline/plugin.c
2401         * src/plugins/pgpinline/sylpheed.def
2402         * src/plugins/pgpmime/Makefile.am
2403         * src/plugins/pgpmime/claws.def
2404         * src/plugins/pgpmime/plugin.c
2405         * src/plugins/pgpmime/sylpheed.def
2406         * src/plugins/spamassassin/spamassassin.c
2407         * src/plugins/spamassassin/spamassassin_gtk.c
2408         * src/plugins/trayicon/trayicon.c
2409                 yet more renaming
2410                 remove deprecated gtk_tooltips_set_delay()
2412 2006-11-26 [paul]       2.6.0cvs63
2414         * src/expldifdlg.c
2415         * src/folderview.c
2416         * src/image_viewer.c
2417         * src/mainwindow.c
2418         * src/gtk/gtkutils.c
2419         * src/gtk/gtkvscrollbutton.c
2420         * src/gtk/prefswindow.c
2421         * src/plugins/pgpcore/prefs_gpg.c
2422                 replace more deprecated GTK+ functions
2424 2006-11-26 [paul]       2.6.0cvs62
2426         * src/addr_compl.c
2427         * src/addressbook.c
2428         * src/browseldap.c
2429                 replace deprecated gtk_idle_... functions
2431 2006-11-26 [paul]       2.6.0cvs61
2433         * src/compose.c
2434         * src/folderview.c
2435         * src/inc.c
2436         * src/summaryview.c
2437         * src/gtk/gtkvscrollbutton.c
2438         * src/gtk/quicksearch.c
2439         * src/plugins/pgpcore/passphrase.c
2440                 replace deprecated gtk_timeout_add and
2441                 gtk_timeout_remove
2443 2006-11-26 [paul]       2.6.0cvs60
2445         * src/compose.c
2446                 fix bug that caused the wrong recipient
2447                 to be selected when replying to a msg
2448                 which is From one of our accounts to
2449                 another of our accounts
2451 2006-11-25 [paul]       2.6.0cvs59
2453         * src/summaryview.c
2454                 don't change the From column title to
2455                 To if the To column is visible
2457 2006-11-24 [paul]       2.6.0cvs58
2459         * src/compose.c
2460                 fix bug 1069, 'Sent mails disappear, BCC
2461                 or locking problem?'
2463 2006-11-21 [wwp]        2.6.0cvs57
2465         * src/compose.c
2466                 fix spelling menu when replying (same as 2.3.1cvs39):
2467                 discrepancy between context menu and top menu when
2468                 folder's dictionary isn't the default one.
2470 2006-11-19 [paul]       2.6.0cvs56
2472         * src/summaryview.c
2473                 obey always_show_msg option when
2474                 marking as spam
2475         * src/plugins/bogofilter/bogofilter.c
2476                 fix typo
2478 2006-11-18 [paul]       2.6.0cvs55
2480         * AUTHORS
2481         * README
2482         * debian/copyright
2483         * manual/ack.xml
2484         * manual/es/ack.xml
2485         * manual/fr/ack.xml
2486         * manual/pl/ack.xml
2487         * src/gtk/authors.h
2488         * src/gtk/icon_legend.c
2489         * src/gtk/icon_legend.h
2490         * tools/OOo2claws-mail.pl
2491         * tools/README
2492         * tools/acroread2claws-mail.pl
2493         * tools/claws.i18n.status.pl
2494         * tools/filter_conv.pl
2495         * tools/filter_conv_new.pl
2496         * tools/freshmeat_search.pl
2497         * tools/google_search.pl
2498         * tools/kmail2claws-mail.pl
2499         * tools/kmail2claws-mail_v2.pl
2500         * tools/maildir2claws-mail.pl
2501         * tools/make.themes.project
2502         * tools/multiwebsearch.pl
2503         * tools/outlook2claws-mail.pl
2504         * tools/tb2claws-mail
2505         * tools/kdeservicemenu/README
2506         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2507                 update mine and wwp's email addresses in
2508                 several places
2509                 Patch by wwp
2510         * src/prefs_compose_writing.c
2511                 set sensitivity on 'new message format' frame
2513 2006-11-17 [paul]       2.6.0cvs54
2515         * src/gtk/about.c
2516                 more reworking of the GUI
2517                 Patch by Fabien Vantard
2519 2006-11-16 [paul]       2.6.0cvs53
2521         * src/gtk/about.c
2522                 set a minimum size for the window, allow
2523                 it to automatically expand as necessary
2525 2006-11-16 [wwp]        2.6.0cvs52
2527         * src/gtk/about.c
2528                 better wrap of copyright info on some systems.
2530 2006-11-16 [paul]       2.6.0cvs51
2532         * src/gtk/about.c
2533                 move the tech info from the upper panel
2534                 to the Info tab
2535                 use a gtk_text_view for the features tab
2537 2006-11-16 [paul]       2.6.0cvs50
2539         * po/Makevars
2540                 update my email address
2541         * src/addressbook.c
2542         * src/compose.c
2543         * src/imap_gtk.c
2544         * src/mh_gtk.c
2545         * src/news_gtk.c
2546         * src/summaryview.c
2547         * src/plugins/trayicon/trayicon.c
2548                 don't offer simple menu separators
2549                 for translation
2550         * src/folderview.c
2551                 add separator between 'mark all read'
2552                 and 'search folder'
2554 2006-11-15 [wwp]        2.6.0cvs49
2556         * src/gtk/authors.h
2557                 updated manuals authors.
2559 2006-11-14 [paul]       2.6.0cvs48
2561         * src/compose.c
2562                 Fix Options/Reply mode after draft save
2564 2006-11-14 [paul]       2.6.0cvs47
2566         * src/Makefile.am
2567                 Fix make DESTDIR=...
2568         * src/mbox.c
2569                 Optimise speed
2570         * src/plugins/pgpinline/pgpinline.c
2571                 Probably fix bug 1061
2573 2006-11-14 [paul]       2.6.0cvs46
2575         * po/Makevars
2576                 enable Q_ macro
2577         * src/Makefile.am
2578         * src/stock_pixmap.c
2579         * src/stock_pixmap.h
2580         * src/gtk/about.c
2581         * src/pixmaps/active.xpm
2582         * src/pixmaps/inactive.xpm
2583                 add a new page, 'Features', to the About dialog
2584                 showing which features are compiled in and which
2585                 are not
2587 2006-11-14 [paul]       2.6.0cvs45
2589         * po/ru.po
2590                 updated by Pavlo Bohmat
2592 2006-11-14 [colin]      2.6.0cvs44
2594         * src/compose.c
2595         * src/inc.c
2596         * src/messageview.c
2597         * src/news.c
2598         * src/pop.c
2599         * src/procmsg.c
2600         * src/gtk/gtkaspell.c
2601                 Fix 64-bit-related warnings
2602         * src/ssl_manager.c
2603                 Fix possible infinite loop
2604         * src/plugins/pgpcore/sgpgme.c
2605                 Remove useless check
2607 2006-11-13 [colin]      2.6.0cvs43
2609         * src/gtk/Makefile.am
2610                 authors.h isn't generated
2612 2006-11-13 [colin]      2.6.0cvs42
2614         * src/plugins/pgpinline/pgpinline.c
2615         * src/plugins/pgpmime/pgpmime.c
2616                 Very probably fix bug 1061, 'crash on 
2617                 opening signed email'. Another cast
2618                 problem
2620 2006-11-13 [colin]      2.6.0cvs41
2622         * src/plugins/pgpcore/sgpgme.c
2623                 Maybe fix bug 1061, 'crash on opening 
2624                 signed email'
2626 2006-11-13 [wwp]        2.6.0cvs40
2628         * src/plugins/pgpinline/pgpinline.c
2629                 fix candidate for bug #1057, thanks to Colin.
2631 2006-11-13 [wwp]        2.6.0cvs39
2633         * src/compose.c
2634         * src/quote_fmt_parse.y
2635                 fix bug 1052: current parser buffer was not always 
2636                 allocated, ptr to this buffer could be returned as 
2637                 NULL whereas no parser error has occurred. in 
2638                 consequence, defining a template body as "%d" 
2639                 (w/o the quotes) for the first time of the instance 
2640                 of claws-mail, was reporting a parser error. make 
2641                 sure that the buffer is always allocated, even to 
2642                 an empty string.
2643                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2644                 unescaping of the fmt string was always done 
2645                 whereas it must be done *only* when receiving 
2646                 quote format strings issued from the prefs 
2647                 (compose new message, reply, forward, redirect 
2648                 formats), *not* when applying templates.  in 
2649                 consequences, applying templates w/ sequences 
2650                 like \\|p{echo} were failing. make sure that 
2651                 unescaping is done only when necessary.
2653 2006-11-12 [colin]      2.6.0cvs38
2655         * po/de.po
2656                 Fix typo (s/KB/MB)
2658 2006-11-12 [colin]      2.6.0cvs37
2660         * src/plugins/pgpinline/pgpinline.c
2661         * src/plugins/pgpmime/pgpmime.c
2662                 Release GPG context at the latest 
2663                 possible moment. Maybe fixes 
2664                 bug 1057, 'crash on sending signed 
2665                 message to a newsgroup'
2666                 
2668 2006-11-12 [colin]      2.6.0cvs36
2670         * src/plugins/pgpcore/sgpgme.c
2671                 Tell a bit more when gpg's status doesn't
2672                 contain any signature
2674 2006-11-12 [colin]      2.6.0cvs35
2676         * src/compose.c
2677                 Fix bug 1060, 'compilation error with 
2678                 Irix's cc'
2680 2006-11-12 [paul]       2.6.0cvs34
2682         * doc/man/claws-mail.1
2683         * src/prefs_gtk.c
2684         * src/plugins/clamav/README
2685         * src/plugins/spamassassin/README
2686         * tools/README
2687         * tools/freshmeat_search.pl
2688         * tools/google_search.pl
2689         * tools/multiwebsearch.pl
2690                 more renaming
2691         * src/plugins/trayicon/trayicon.c
2692                 fix compiliation warning
2694 2006-11-11 [colin]      2.6.0cvs33
2696         * src/folderview.c
2697                 Forbid drag and drop from/to different
2698                 folders of type F_UNKNOWN
2700 2006-11-11 [colin]      2.6.0cvs32
2702         * src/plugins/pgpinline/pgpinline.c
2703                 Fix typo in previous commit:
2704                 - gpgme_new(&ctx);
2705                 + if ((err = gpgme_new(&data->ctx)) ...)
2707 2006-11-11 [colin]      2.6.0cvs31
2709         * src/plugins/pgpinline/pgpinline.c
2710         * src/plugins/pgpmime/pgpmime.c
2711                 Check success after calling gpgme_new
2712                 Maybe fixes bug 1057, 'crash on sending 
2713                 signed message to a newsgroup'
2715 2006-11-11 [colin]      2.6.0cvs30
2717         * src/undo.c
2718                 init undostruct to 0s (from
2719                 valgrind log of bug 1057)
2721 2006-11-10 [colin]      2.6.0cvs29
2723         * src/mainwindow.c
2724                 Set cursor to wait before filtering
2725                 duplicates in all folders
2726         * src/plugins/bogofilter/bogofilter.c
2727         * src/plugins/bogofilter/bogofilter.h
2728         * src/plugins/bogofilter/bogofilter_gtk.c
2729                 Completely thread away the bogofilter
2730                 filtering
2732 2006-11-10 [mones]      2.6.0cvs28
2734         * src/compose.c
2735         * src/compose.h
2736                 added COMPOSE_CHECK_BEFORE_SEND hook
2738 2006-11-10 [paul]       2.6.0cvs27
2740         * src/crash.c
2741                 more renaming
2742                 add libSM to get_compiled_in_features()
2743         * src/main.c
2744                 more renaming
2746 2006-11-10 [colin]      2.6.0cvs26
2748         * src/etpan/imap-thread.c
2749                 Add a reference to libetpan's sasl engine
2750                 so that sasl_done() doesn't get called by
2751                 libetpan, and doesn't break openssl.
2752                 Should fix bug 1053, 'SC fails to reestablish 
2753                 a secure connection'
2754                 Patch by Hoa
2756 2006-11-10 [colin]      2.6.0cvs25
2758         * manual/addrbook.xml
2759         * manual/advanced.xml
2760         * manual/faq.xml
2761         * manual/intro.xml
2762                 Some more renaming
2764 2006-11-09 [colin]      2.6.0cvs24
2766         * src/plugins/bogofilter/bogofilter_gtk.c
2767                 Add comment about annoyance
2769 2006-11-09 [colin]      2.6.0cvs23
2771         * src/plugins/bogofilter/bogofilter.c
2772         * src/plugins/bogofilter/bogofilter_gtk.c
2773                 Prepare things needed to thread bogofilter
2774                 filtering: separate bogo stuff and possible GUI
2775                 stuff. 
2777 2006-11-09 [colin]      2.6.0cvs22
2779         * src/account.c
2780         * src/compose.c
2781                 Search for one of our accounts in Delivered-To
2782                 (helps for auto-account selection when 
2783                  replying/forwarding)
2784         * src/folderview.c
2785         * src/mainwindow.c
2786         * src/mainwindow.h
2787         * src/plugins/trayicon/trayicon.c
2788                 Allow opening a new mail with any account from
2789                 the contextual menu
2791 2006-11-09 [wwp]        2.6.0cvs21
2793         * src/compose.c
2794         * src/prefs_common.c
2795         * src/prefs_common.h
2796         * src/prefs_compose_writing.c
2797                 add a compose new message format (in prefs/compose/writing), it's a
2798                 simple subject+body template to use when opening a new composition
2799                 window. It's similar to the existent reply and forward formats.
2801                 enhanced the template/format % symbols substitution mechanism to
2802                 use current composition window information when % are used in
2803                 the compose new message format or in templates applied to new
2804                 messages (there were useless in that situations before). When
2805                 applied to new messages, %d corresponds to the system time/date.
2807 2006-11-09 [paul]       2.6.0cvs20
2809         * src/gtk/authors.h
2810                 fix last commit
2812 2006-11-09 [paul]       2.6.0cvs19
2814         * src/gtk/authors.h
2815                 keep tje alphabetical order
2817 2006-11-08 [colin]      2.6.0cvs18
2819         * src/etpan/imap-thread.c
2820                 Fix bug 1054, 'Slowness logging big 
2821                 data chunks'
2823 2006-11-08 [paul]       2.6.0cvs17
2825         * tools/Makefile.am
2826                 fix the renaming
2828 2006-11-08 [paul]       2.6.0cvs16
2830         * src/common/defs.h
2831                 update BUGZILLA_URI
2833 2006-11-08 [paul]       2.6.0cvs15
2835         * tools/Makefile.am
2836         * tools/OOo2claws-mail.pl
2837         * tools/OOo2sylpheed.pl
2838         * tools/README
2839         * tools/acroread2claws-mail.pl
2840         * tools/acroread2sylpheed.pl
2841         * tools/kmail2claws-mail.pl
2842         * tools/kmail2claws-mail_v2.pl
2843         * tools/kmail2sylpheed.pl
2844         * tools/kmail2sylpheed_v2.pl
2845         * tools/maildir2claws-mail.pl
2846         * tools/maildir2sylpheed.pl
2847         * tools/nautilus2claws-mail.sh
2848         * tools/nautilus2sylpheed.sh
2849         * tools/outlook2claws-mail.pl
2850         * tools/outlook2sylpheed.pl
2851         * tools/tb2claws-mail
2852         * tools/tb2sylpheed
2853         * tools/tbird2claws.py
2854         * tools/tbird2syl.py
2855         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2856         * tools/kdeservicemenu/install.sh
2857         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2858         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2859         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2860         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2861         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2862                 renamed (removed, added) tools files
2864 2006-11-08 [paul]       2.6.0cvs14
2866         * src/main.c
2867         * src/common/defs.h
2868                 Migrate sylpheedrc to clawsrc, and fix the standard
2869                 plugins path in the process
2871 2006-11-07 [colin]      2.6.0cvs13
2873         * src/Makefile.am
2874                 Symlink sylpheed-claws relative to 
2875                 claws-mail
2877 2006-11-07 [colin]      2.6.0cvs12
2879         * src/compose.c
2880                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2882 2006-11-07 [paul]       2.6.0cvs11
2884         * src/gtk/about.c
2885                 Fix a missed occurence of
2886                 Sylpheed-Claws
2888 2006-11-07 [paul]       2.6.0cvs10
2890         * src/Makefile.am
2891                 Fix symlink installation
2893 2006-11-07 [paul]       2.6.0cvs9
2895         * src/Makefile.am
2896                 Symlink claws-mail to sylpheed-claws
2897         * src/common/utils.c
2898                 Fix migrating symlinks
2899         * src/etpan/imap-thread.c
2900                 check certificate only when there's
2901                 no error
2903 2006-11-07 [paul]       2.6.0cvs8
2905         * Makefile.am
2906                 Fix icon breakages with Gtk, which needs a 
2907                 cache updated to see them.
2909 2006-11-07 [paul]       2.6.0cvs7
2911         * .cvsignore
2912         * AUTHORS
2913         * COPYING
2914         * INSTALL
2915         * Makefile.am
2916         * NEWS
2917         * README
2918         * RELEASE_NOTES
2919         * autogen.sh
2920         * claws-mail-128x128.png
2921         * claws-mail-64x64.png
2922         * claws-mail.ico
2923         * claws-mail.pc.in
2924         * claws-mail.png
2925         * configure.ac
2926         * sylpheed-claws-128x128.png
2927         * sylpheed-claws-64x64.png
2928         * sylpheed-claws.desktop
2929         * sylpheed-claws.ico
2930         * sylpheed-claws.pc.in
2931         * sylpheed-claws.png
2932         * debian/README.Debian
2933         * debian/changelog
2934         * debian/claws-mail.desktop
2935         * debian/claws-mail.menu
2936         * debian/claws-mail.postinst.debhelper
2937         * debian/claws-mail.postrm.debhelper
2938         * debian/control
2939         * debian/copyright
2940         * debian/files
2941         * debian/rules
2942         * debian/sylpheed-claws.desktop
2943         * debian/sylpheed-claws.menu
2944         * debian/sylpheed-claws.postinst.debhelper
2945         * debian/sylpheed-claws.postrm.debhelper
2946         * doc/man/Makefile.am
2947         * doc/man/claws-mail.1
2948         * doc/man/sylpheed-claws.1
2949         * doc/src/ChangeLog.claws-pre0.8.0
2950         * manual/Makefile.am
2951         * manual/account.xml
2952         * manual/ack.xml
2953         * manual/addrbook.xml
2954         * manual/advanced.xml
2955         * manual/claws-mail-manual.xml
2956         * manual/faq.xml
2957         * manual/glossary.xml
2958         * manual/handling.xml
2959         * manual/intro.xml
2960         * manual/keyboard.xml
2961         * manual/plugins.xml
2962         * manual/starting.xml
2963         * manual/sylpheed-claws-manual.xml
2964         * manual/xml2pdf
2965         * manual/dist/.cvsignore
2966         * manual/dist/html/.cvsignore
2967         * manual/dist/html/Makefile.am
2968         * manual/dist/pdf/.cvsignore
2969         * manual/dist/pdf/Makefile.am
2970         * manual/dist/ps/.cvsignore
2971         * manual/dist/ps/Makefile.am
2972         * manual/dist/txt/.cvsignore
2973         * manual/dist/txt/Makefile.am
2974         * manual/es/Makefile.am
2975         * manual/es/advanced.xml
2976         * manual/es/claws-mail-manual.xml
2977         * manual/es/faq.xml
2978         * manual/es/glossary.xml
2979         * manual/es/handling.xml
2980         * manual/es/intro.xml
2981         * manual/es/plugins.xml
2982         * manual/es/sylpheed-claws-manual.xml
2983         * manual/es/dist/.cvsignore
2984         * manual/es/dist/html/.cvsignore
2985         * manual/es/dist/html/Makefile.am
2986         * manual/es/dist/pdf/.cvsignore
2987         * manual/es/dist/pdf/Makefile.am
2988         * manual/es/dist/ps/.cvsignore
2989         * manual/es/dist/ps/Makefile.am
2990         * manual/es/dist/txt/.cvsignore
2991         * manual/es/dist/txt/Makefile.am
2992         * manual/fr/Makefile.am
2993         * manual/fr/account.xml
2994         * manual/fr/ack.xml
2995         * manual/fr/addrbook.xml
2996         * manual/fr/advanced.xml
2997         * manual/fr/claws-mail-manual.xml
2998         * manual/fr/faq.xml
2999         * manual/fr/glossary.xml
3000         * manual/fr/handling.xml
3001         * manual/fr/intro.xml
3002         * manual/fr/keyboard.xml
3003         * manual/fr/plugins.xml
3004         * manual/fr/starting.xml
3005         * manual/fr/sylpheed-claws-manual.xml
3006         * manual/fr/dist/.cvsignore
3007         * manual/fr/dist/html/.cvsignore
3008         * manual/fr/dist/html/Makefile.am
3009         * manual/fr/dist/pdf/.cvsignore
3010         * manual/fr/dist/pdf/Makefile.am
3011         * manual/fr/dist/ps/.cvsignore
3012         * manual/fr/dist/ps/Makefile.am
3013         * manual/fr/dist/txt/.cvsignore
3014         * manual/fr/dist/txt/Makefile.am
3015         * manual/pl/Makefile.am
3016         * manual/pl/account.xml
3017         * manual/pl/ack.xml
3018         * manual/pl/addrbook.xml
3019         * manual/pl/advanced.xml
3020         * manual/pl/claws-mail-manual.xml
3021         * manual/pl/faq.xml
3022         * manual/pl/glossary.xml
3023         * manual/pl/handling.xml
3024         * manual/pl/intro.xml
3025         * manual/pl/keyboard.xml
3026         * manual/pl/plugins.xml
3027         * manual/pl/starting.xml
3028         * manual/pl/sylpheed-claws-manual.xml
3029         * manual/pl/dist/.cvsignore
3030         * manual/pl/dist/html/.cvsignore
3031         * manual/pl/dist/html/Makefile.am
3032         * manual/pl/dist/pdf/.cvsignore
3033         * manual/pl/dist/pdf/Makefile.am
3034         * manual/pl/dist/ps/.cvsignore
3035         * manual/pl/dist/ps/Makefile.am
3036         * manual/pl/dist/txt/.cvsignore
3037         * manual/pl/dist/txt/Makefile.am
3038         * po/.cvsignore
3039         * po/Makevars
3040         * src/.cvsignore
3041         * src/Makefile.am
3042         * src/account.c
3043         * src/account.h
3044         * src/action.c
3045         * src/action.h
3046         * src/adbookbase.h
3047         * src/addr_compl.c
3048         * src/addr_compl.h
3049         * src/addrbook.c
3050         * src/addrcache.c
3051         * src/addrcache.h
3052         * src/addrcindex.c
3053         * src/addrcindex.h
3054         * src/addrclip.c
3055         * src/addrclip.h
3056         * src/addrdefs.h
3057         * src/addressadd.c
3058         * src/addressadd.h
3059         * src/addressbook.c
3060         * src/addressbook.h
3061         * src/addressbook_foldersel.c
3062         * src/addressbook_foldersel.h
3063         * src/addrgather.c
3064         * src/addrgather.h
3065         * src/addrharvest.c
3066         * src/addrharvest.h
3067         * src/addrindex.c
3068         * src/addrindex.h
3069         * src/addritem.c
3070         * src/addritem.h
3071         * src/addrquery.c
3072         * src/addrquery.h
3073         * src/addrselect.c
3074         * src/addrselect.h
3075         * src/alertpanel.c
3076         * src/alertpanel.h
3077         * src/browseldap.c
3078         * src/browseldap.h
3079         * src/codeconv.c
3080         * src/codeconv.h
3081         * src/compose.c
3082         * src/crash.c
3083         * src/crash.h
3084         * src/customheader.c
3085         * src/customheader.h
3086         * src/displayheader.c
3087         * src/displayheader.h
3088         * src/editaddress.c
3089         * src/editaddress.h
3090         * src/editbook.c
3091         * src/editbook.h
3092         * src/editgroup.c
3093         * src/editgroup.h
3094         * src/editjpilot.c
3095         * src/editjpilot.h
3096         * src/editldap.c
3097         * src/editldap.h
3098         * src/editldap_basedn.c
3099         * src/editldap_basedn.h
3100         * src/editvcard.c
3101         * src/editvcard.h
3102         * src/exphtmldlg.c
3103         * src/exphtmldlg.h
3104         * src/expldifdlg.c
3105         * src/expldifdlg.h
3106         * src/export.c
3107         * src/exporthtml.c
3108         * src/exporthtml.h
3109         * src/exportldif.c
3110         * src/exportldif.h
3111         * src/filtering.c
3112         * src/filtering.h
3113         * src/folder.c
3114         * src/folder.h
3115         * src/folder_item_prefs.c
3116         * src/folder_item_prefs.h
3117         * src/foldersel.c
3118         * src/foldersel.h
3119         * src/folderutils.c
3120         * src/folderutils.h
3121         * src/folderview.c
3122         * src/folderview.h
3123         * src/grouplistdialog.c
3124         * src/grouplistdialog.h
3125         * src/html.c
3126         * src/html.h
3127         * src/image_viewer.c
3128         * src/image_viewer.h
3129         * src/imap.c
3130         * src/imap.h
3131         * src/imap_gtk.c
3132         * src/imap_gtk.h
3133         * src/import.c
3134         * src/import.h
3135         * src/importldif.c
3136         * src/importldif.h
3137         * src/importmutt.c
3138         * src/importmutt.h
3139         * src/importpine.c
3140         * src/importpine.h
3141         * src/inc.c
3142         * src/inc.h
3143         * src/jpilot.c
3144         * src/jpilot.h
3145         * src/ldapctrl.c
3146         * src/ldapctrl.h
3147         * src/ldaplocate.c
3148         * src/ldaplocate.h
3149         * src/ldapquery.c
3150         * src/ldapquery.h
3151         * src/ldapserver.c
3152         * src/ldapserver.h
3153         * src/ldaputil.c
3154         * src/ldaputil.h
3155         * src/ldif.c
3156         * src/ldif.h
3157         * src/localfolder.c
3158         * src/localfolder.h
3159         * src/main.c
3160         * src/main.h
3161         * src/mainwindow.c
3162         * src/mainwindow.h
3163         * src/manual.c
3164         * src/manual.h
3165         * src/matcher.c
3166         * src/matcher.h
3167         * src/matcher_parser.h
3168         * src/matcher_parser_lex.l
3169         * src/matcher_parser_parse.y
3170         * src/mbox.c
3171         * src/mbox.h
3172         * src/message_search.c
3173         * src/message_search.h
3174         * src/messageview.c
3175         * src/messageview.h
3176         * src/mh.c
3177         * src/mh.h
3178         * src/mh_gtk.c
3179         * src/mh_gtk.h
3180         * src/mimeview.c
3181         * src/mimeview.h
3182         * src/msgcache.c
3183         * src/msgcache.h
3184         * src/mutt.c
3185         * src/mutt.h
3186         * src/news.c
3187         * src/news.h
3188         * src/news_gtk.c
3189         * src/news_gtk.h
3190         * src/noticeview.c
3191         * src/noticeview.h
3192         * src/partial_download.c
3193         * src/partial_download.h
3194         * src/pine.c
3195         * src/pine.h
3196         * src/pop.c
3197         * src/pop.h
3198         * src/prefs_account.c
3199         * src/prefs_account.h
3200         * src/prefs_actions.c
3201         * src/prefs_actions.h
3202         * src/prefs_common.c
3203         * src/prefs_common.h
3204         * src/prefs_compose_writing.c
3205         * src/prefs_compose_writing.h
3206         * src/prefs_customheader.c
3207         * src/prefs_customheader.h
3208         * src/prefs_display_header.c
3209         * src/prefs_display_header.h
3210         * src/prefs_ext_prog.c
3211         * src/prefs_ext_prog.h
3212         * src/prefs_filtering.c
3213         * src/prefs_folder_column.c
3214         * src/prefs_folder_column.h
3215         * src/prefs_folder_item.c
3216         * src/prefs_folder_item.h
3217         * src/prefs_fonts.c
3218         * src/prefs_fonts.h
3219         * src/prefs_gtk.c
3220         * src/prefs_gtk.h
3221         * src/prefs_image_viewer.c
3222         * src/prefs_image_viewer.h
3223         * src/prefs_matcher.c
3224         * src/prefs_matcher.h
3225         * src/prefs_message.c
3226         * src/prefs_message.h
3227         * src/prefs_msg_colors.c
3228         * src/prefs_msg_colors.h
3229         * src/prefs_other.c
3230         * src/prefs_other.h
3231         * src/prefs_quote.c
3232         * src/prefs_quote.h
3233         * src/prefs_receive.c
3234         * src/prefs_receive.h
3235         * src/prefs_send.c
3236         * src/prefs_send.h
3237         * src/prefs_spelling.c
3238         * src/prefs_spelling.h
3239         * src/prefs_summaries.c
3240         * src/prefs_summaries.h
3241         * src/prefs_summary_column.c
3242         * src/prefs_summary_column.h
3243         * src/prefs_template.c
3244         * src/prefs_template.h
3245         * src/prefs_themes.c
3246         * src/prefs_themes.h
3247         * src/prefs_toolbar.c
3248         * src/prefs_toolbar.h
3249         * src/prefs_wrapping.c
3250         * src/prefs_wrapping.h
3251         * src/privacy.c
3252         * src/privacy.h
3253         * src/procheader.c
3254         * src/procheader.h
3255         * src/procmime.c
3256         * src/procmime.h
3257         * src/procmsg.c
3258         * src/procmsg.h
3259         * src/quote_fmt.c
3260         * src/quote_fmt_parse.y
3261         * src/recv.c
3262         * src/recv.h
3263         * src/remotefolder.c
3264         * src/remotefolder.h
3265         * src/send_message.c
3266         * src/send_message.h
3267         * src/setup.c
3268         * src/setup.h
3269         * src/sourcewindow.c
3270         * src/sourcewindow.h
3271         * src/ssl_manager.c
3272         * src/ssl_manager.h
3273         * src/statusbar.c
3274         * src/statusbar.h
3275         * src/stock_pixmap.c
3276         * src/stock_pixmap.h
3277         * src/summary_search.c
3278         * src/summary_search.h
3279         * src/summaryview.c
3280         * src/summaryview.h
3281         * src/syldap.c
3282         * src/syldap.h
3283         * src/textview.c
3284         * src/textview.h
3285         * src/toolbar.c
3286         * src/toolbar.h
3287         * src/undo.c
3288         * src/undo.h
3289         * src/unmime.c
3290         * src/unmime.h
3291         * src/vcard.c
3292         * src/vcard.h
3293         * src/wizard.c
3294         * src/wizard.h
3295         * src/common/base64.c
3296         * src/common/base64.h
3297         * src/common/defs.h
3298         * src/common/hooks.c
3299         * src/common/hooks.h
3300         * src/common/log.c
3301         * src/common/log.h
3302         * src/common/mgutils.c
3303         * src/common/mgutils.h
3304         * src/common/nntp.c
3305         * src/common/nntp.h
3306         * src/common/passcrypt.c
3307         * src/common/passcrypt.h.in
3308         * src/common/plugin.c
3309         * src/common/plugin.h
3310         * src/common/prefs.c
3311         * src/common/prefs.h
3312         * src/common/progressindicator.c
3313         * src/common/progressindicator.h
3314         * src/common/quoted-printable.c
3315         * src/common/quoted-printable.h
3316         * src/common/session.c
3317         * src/common/session.h
3318         * src/common/smtp.c
3319         * src/common/smtp.h
3320         * src/common/socket.c
3321         * src/common/socket.h
3322         * src/common/ssl.c
3323         * src/common/ssl.h
3324         * src/common/stringtable.c
3325         * src/common/stringtable.h
3326         * src/common/sylpheed.c
3327         * src/common/sylpheed.h
3328         * src/common/template.c
3329         * src/common/template.h
3330         * src/common/timing.h
3331         * src/common/utils.c
3332         * src/common/utils.h
3333         * src/common/version.h.in
3334         * src/common/xml.c
3335         * src/common/xml.h
3336         * src/common/xmlprops.c
3337         * src/common/xmlprops.h
3338         * src/gtk/about.c
3339         * src/gtk/colorlabel.c
3340         * src/gtk/colorlabel.h
3341         * src/gtk/colorsel.c
3342         * src/gtk/colorsel.h
3343         * src/gtk/combobox.c
3344         * src/gtk/combobox.h
3345         * src/gtk/description_window.c
3346         * src/gtk/description_window.h
3347         * src/gtk/filesel.c
3348         * src/gtk/filesel.h
3349         * src/gtk/foldersort.c
3350         * src/gtk/foldersort.h
3351         * src/gtk/gtkaspell.c
3352         * src/gtk/gtkaspell.h
3353         * src/gtk/gtksctree.c
3354         * src/gtk/gtkshruler.c
3355         * src/gtk/gtkshruler.h
3356         * src/gtk/gtkutils.c
3357         * src/gtk/gtkutils.h
3358         * src/gtk/icon_legend.c
3359         * src/gtk/icon_legend.h
3360         * src/gtk/logwindow.c
3361         * src/gtk/logwindow.h
3362         * src/gtk/manage_window.c
3363         * src/gtk/manage_window.h
3364         * src/gtk/pluginwindow.c
3365         * src/gtk/pluginwindow.h
3366         * src/gtk/prefswindow.c
3367         * src/gtk/prefswindow.h
3368         * src/gtk/quicksearch.c
3369         * src/gtk/quicksearch.h
3370         * src/pixmaps/claws-mail.xpm
3371         * src/pixmaps/claws-mail_icon.xpm
3372         * src/pixmaps/claws-mail_logo.xpm
3373         * src/pixmaps/sylpheed-claws.xpm
3374         * src/pixmaps/sylpheed-claws_icon.xpm
3375         * src/pixmaps/sylpheed-claws_logo.xpm
3376         * src/plugins/bogofilter/Makefile.am
3377         * src/plugins/bogofilter/bogofilter.c
3378         * src/plugins/bogofilter/bogofilter.h
3379         * src/plugins/bogofilter/bogofilter_gtk.c
3380         * src/plugins/clamav/Makefile.am
3381         * src/plugins/clamav/clamav_plugin.c
3382         * src/plugins/clamav/clamav_plugin.h
3383         * src/plugins/clamav/clamav_plugin_gtk.c
3384         * src/plugins/demo/Makefile.am
3385         * src/plugins/demo/demo.c
3386         * src/plugins/dillo_viewer/Makefile.am
3387         * src/plugins/dillo_viewer/README
3388         * src/plugins/dillo_viewer/dillo_prefs.c
3389         * src/plugins/dillo_viewer/dillo_prefs.h
3390         * src/plugins/dillo_viewer/dillo_viewer.c
3391         * src/plugins/pgpcore/Makefile.am
3392         * src/plugins/pgpcore/passphrase.c
3393         * src/plugins/pgpcore/passphrase.h
3394         * src/plugins/pgpcore/pgp_viewer.c
3395         * src/plugins/pgpcore/pgp_viewer.h
3396         * src/plugins/pgpcore/plugin.c
3397         * src/plugins/pgpcore/prefs_gpg.c
3398         * src/plugins/pgpcore/prefs_gpg.h
3399         * src/plugins/pgpcore/select-keys.c
3400         * src/plugins/pgpcore/select-keys.h
3401         * src/plugins/pgpcore/sgpgme.c
3402         * src/plugins/pgpcore/sgpgme.h
3403         * src/plugins/pgpcore/sylpheed.def
3404         * src/plugins/pgpcore/version.rc
3405         * src/plugins/pgpinline/Makefile.am
3406         * src/plugins/pgpinline/pgpinline.c
3407         * src/plugins/pgpinline/pgpinline.h
3408         * src/plugins/pgpinline/plugin.c
3409         * src/plugins/pgpinline/sylpheed.def
3410         * src/plugins/pgpinline/version.rc
3411         * src/plugins/pgpmime/Makefile.am
3412         * src/plugins/pgpmime/pgpmime.c
3413         * src/plugins/pgpmime/pgpmime.h
3414         * src/plugins/pgpmime/plugin.c
3415         * src/plugins/pgpmime/sylpheed.def
3416         * src/plugins/pgpmime/version.rc
3417         * src/plugins/spamassassin/Makefile.am
3418         * src/plugins/spamassassin/README
3419         * src/plugins/spamassassin/spamassassin.c
3420         * src/plugins/spamassassin/spamassassin.h
3421         * src/plugins/spamassassin/spamassassin_gtk.c
3422         * src/plugins/trayicon/Makefile.am
3423         * src/plugins/trayicon/trayicon.c
3424         * tools/OOo2sylpheed.pl
3425         * tools/README
3426         * tools/README.sylprint
3427         * tools/acroread2sylpheed.pl
3428         * tools/claws.i18n.status.pl
3429         * tools/filter_conv.pl
3430         * tools/filter_conv_new.pl
3431         * tools/freshmeat_search.pl
3432         * tools/google_search.pl
3433         * tools/kmail2sylpheed.pl
3434         * tools/kmail2sylpheed_v2.pl
3435         * tools/make.themes.project
3436         * tools/multiwebsearch.pl
3437         * tools/nautilus2sylpheed.sh
3438         * tools/outlook2sylpheed.pl
3439         * tools/sylprint.pl
3440         * tools/sylprint.rc
3441         * tools/tb2sylpheed
3442         * tools/textviewer.sh
3443         * tools/vcard2xml.py
3444         * tools/kdeservicemenu/README
3445         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3446         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3447         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3448                 Change name to Claws Mail. Announce to follow...
3450 2006-11-06 [wwp]        2.6.0cvs6
3452         * src/prefs_template.c
3453                 unify messages related to quote format/template errors (fix
3454                 capitalization), again.
3456 2006-11-06 [wwp]        2.6.0cvs5
3458         * src/prefs_quote.c
3459                 unify messages related to quote format/template errors.
3461 2006-11-06 [wwp]        2.6.0cvs4
3463         * src/prefs_msg_colors.c
3464                 more uses of Q_ macro for contextual translations, thanks
3465                 to Fabien (fzzzzz).
3467 2006-11-06 [wwp]        2.6.0cvs3
3469         * src/compose.c
3470         * src/common/utils.c
3471         * src/common/utils.h
3472                 show an alertpanel to make sure users are aware that sensitive
3473                 files are attached (it's file blacklist-based). This will fix
3474                 interaction w/ GoogleEarth for instance, thanks to Colin.
3476 2006-11-06 [wwp]        2.6.0cvs2
3478         * src/prefs_quote.c
3479         * src/prefs_template.c
3480         * src/prefs_template.h
3481                 check quote format when applying/closing prefs. For now this only
3482                 shows up an error dialog box, not preventing the user from using
3483                 a broken quote (reply, forwards) format.
3485 2006-11-06 [wwp]        2.6.0cvs1
3487         * src/prefs_template.c
3488                 fix missing checks of some template fields.
3490 2006-11-06 [paul]       2.6.0
3492         * NEWS
3493         * README
3494         * RELEASE_NOTES
3495                 2.6.0 released
3497 2006-11-06 [paul]       2.5.6cvs22
3499         * manual/advanced.xml
3500         * manual/es/advanced.xml
3501                 put 'respect_flowed_format' info in the correct
3502                 place
3504 2006-11-06 [mones]      2.5.6cvs21
3506         * po/es.po
3507                 Minor fixes for release
3509 2006-11-06 [paul]       2.5.6cvs20
3511         * po/cs.po
3512         * po/de.po
3513         * po/fr.po
3514         * po/it.po
3515         * po/nl.po
3516         * po/pt_BR.po
3517         * po/sk.po
3518         * po/sv.po
3519         * po/zh_CN.po
3520                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3521                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3522                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3523                 Young
3525 2006-11-02 [colin]      2.5.6cvs19
3527         * src/imap.c
3528         * src/imap.h
3529         * src/prefs_account.c
3530         * src/etpan/imap-thread.c
3531                 Add GSSAPI support - fixes Debian bug #383274
3533 2006-11-01 [colin]      2.5.6cvs18
3535         * src/jpilot.c
3536                 Handle libpisock12 support. Probably
3537                 fixes bug 1046, 'jpilot AddressDB.pdb 
3538                 import fail'
3540 2006-11-01 [colin]      2.5.6cvs17
3542         * src/folderutils.c
3543                 debug_print() folderutils_mark_all_read()
3545 2006-11-01 [colin]      2.5.6cvs16
3547         * COPYING
3548                 Add missed files to the Apache exception
3550 2006-10-31 [colin]      2.5.6cvs15
3552         * src/folder.c
3553         * src/folder.h
3554                 Add a copy_private_data() func to FolderClasses
3555                 Doesn't break the feature freeze, because we 
3556                 won't use it (right now) in the core.
3558 2006-10-31 [colin]      2.5.6cvs14
3560         * COPYING
3561                 Allow linking with the Apache licensed files in
3562                 src/plugins/spamassassin. Hopefully fixes 
3563                 bug 1048, 'Spamassassin plugin license problem'
3565 2006-10-31 [wwp]        2.5.6cvs13
3567         * src/compose.c
3568                 fix and optimize trimming of leading linefeeds in body loop.
3570 2006-10-31 [colin]      2.5.6cvs12
3572         * src/etpan/imap-thread.c
3573         * src/imap.c
3574                 Make really sure to have NULL sets in case
3575                 of error
3577 2006-10-30 [wwp]        2.5.6cvs11
3579         * src/prefs_common.c
3580         * src/prefs_common.h
3581         * src/compose.c
3582                 fix broken storage of quote format template when it contains \-escape
3583                 sequences. The application of such sequences is also fixed now (\t
3584                 in quote format will be a real tab instead of a 't', for instance).
3586 2006-10-27 [colin]      2.5.6cvs10
3588         * src/compose.c
3589                 Probably fix bug 1045, 'sylpheed-claws 
3590                 doesn't remove the mail from the IMAP 
3591                 Queue folder after sending'. From
3592                 2.5.6cvs3-stable
3594 2006-10-27 [colin]      2.5.6cvs9
3596         * configure.ac
3597                 Require libetpan-0.48. I'm so annoying,
3598                 I know ;-)
3600 2006-10-27 [colin]      2.5.6cvs8
3602         * src/folder.c
3603         * src/imap.c
3604                 Probably fix bug 1044, 'sylpheed-claws 
3605                 segfaults while moving mails' - Fix relation
3606                 usage when moving to an IMAP mailbox from another
3607                 mailbox
3609 2006-10-26 [paul]       2.5.6cvs7
3611         * src/gtk/about.c
3612                 add libSM to compiled-in features
3613                 list
3615 2006-10-24 [colin]      2.5.6cvs6
3617         * src/textview.c
3618         * src/gtk/gtkutils.c
3619                 Fix crash when printing emails with an
3620                 xface
3622 2006-10-24 [mones]      2.5.6cvs5
3624         * manual/es/advanced.xml
3625                 Synchronize hidden option respect_flowed_format
3626         * po/es.po
3627                 Updated translation
3629 2006-10-21 [paul]       2.5.6cvs4
3631         * src/gtk/authors.h
3632         * src/plugins/pgpcore/pgp_viewer.c
3633         * src/plugins/pgpcore/sgpgme.c
3634                 fix building on BSDs
3635                 Thanks to Michael Hughes
3636                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3638 2006-10-20 [colin]      2.5.6cvs3
3640         * configure.ac
3641                 Bump up libetpan requirement
3642                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3643         * src/common/utils.c
3644         * src/common/utils.h
3645                 Add convenience get_file_mtime()
3646         * src/imap.c
3647         * src/etpan/imap-thread.c
3648         * src/etpan/imap-thread.h
3649                 Implement UIDPLUS support if the server
3650                 supports it - faster sending in this case
3652 2006-10-19 [colin]      2.5.6cvs2
3654         * src/gtk/quicksearch.c
3655                 Fix emptying in type-ahead+extended mode
3656         * src/mainwindow.c
3657         * src/mainwindow.h
3658                 Add a hook for offline state change
3659         * src/plugins/trayicon/trayicon.c
3660                 Use it to display offline icons
3661         * src/plugins/trayicon/Makefile.am
3662         * src/plugins/trayicon/newmail.offline.xpm
3663         * src/plugins/trayicon/newmarkedmail.offline.xpm
3664         * src/plugins/trayicon/nomail.offline.xpm
3665         * src/plugins/trayicon/unreadmail.offline.xpm
3666         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3667                 Add the icons
3669 2006-10-12 [paul]       2.5.6cvs1
3671         * NEWS
3672         * README
3673         * configure.ac
3674                 Update version number following
3675                 stable release
3677 2006-10-19 [colin]      2.5.5cvs18
3679         * manual/handling.xml
3680                 Add type-ahead search
3682 2006-10-18 [colin]      2.5.5cvs17
3684         * src/gtk/quicksearch.c
3685                 Remove "save to history only if there's
3686                 no syntax error", it breaks for some 
3687                 reason which I'll investigate later.
3689 2006-10-18 [colin]      2.5.5cvs16
3691         * src/prefs_common.c
3692         * src/prefs_common.h
3693         * src/summaryview.c
3694         * src/gtk/quicksearch.c
3695         * src/gtk/quicksearch.h
3696                 Add a type-ahead option for fast searches
3697                 Patch by Fabien Vantard
3699 2006-10-18 [colin]      2.5.5cvs15
3701         * src/compose.c
3702         * src/compose.h
3703                 Add Options/Reply mode/ menu to be able to
3704                 change the recipients of a reply on the fly
3706 2006-10-18 [colin]      2.5.5cvs14
3708         * src/compose.c
3709                 Fix redirecting of our own sent mails
3711 2006-10-17 [wwp]        2.5.5cvs13
3713         * src/send_message.c
3714                 Fix duplicate error messages when sending, and missing
3715                 newline in such error messages.
3717 2006-10-17 [colin]      2.5.5cvs12
3719         * src/compose.c
3720                 Compare addresses case-insensitive
3722 2006-10-17 [colin]      2.5.5cvs11
3724         * src/plugins/pgpcore/sgpgme.c
3725                 Fix return status
3727 2006-10-17 [colin]      2.5.5cvs10
3729         * src/plugins/pgpcore/pgp_viewer.c
3730                 Fix return status
3732 2006-10-17 [colin]      2.5.5cvs9
3734         * src/quote_fmt.c
3735                 Fix a typo (thanks to Fabien)
3737 2006-10-16 [colin]      2.5.5cvs8
3739         * src/textview.c
3740                 Fix problem with quote-folding when emails
3741                 don't convert cleanly to UTF-8
3743 2006-10-14 [colin]      2.5.5cvs7
3745         * src/prefs_template.c
3746                 Reset fields when reopening
3747                 the window
3749 2006-10-13 [paul]       2.5.5cvs6
3751         * manual/advanced.xml
3752         * src/prefs_message.c
3753                 make 'respect_flowed_format' a hidden
3754                 option, and add a manual entry for it
3755                 Thanks to Colin
3757 2006-10-12 [colin]      2.5.5cvs5
3759         * src/codeconv.c
3760                 Revert part of 2.5.2cvs21:
3761                 Don't optimise by reusing the 
3762                 last iconv converter if possible:
3763                 it seems slightly broken in a 
3764                 very hard way to reproduce
3766 2006-10-12 [colin]      2.5.5cvs4
3768         * src/prefs_common.c
3769         * src/prefs_common.h
3770         * src/prefs_message.c
3771         * src/procmime.c
3772                 Fix bug 1035, 'Incorrect handling 
3773                 of flowed lines'. We now optionnaly
3774                 handle this format (preference is in
3775                 Message View/Text options section)
3777 2006-10-12 [colin]      2.5.5cvs3
3779         * po/POTFILES.in
3780                 Add new file
3781         * src/plugins/pgpcore/pgp_viewer.c
3782         * src/plugins/pgpcore/sgpgme.c
3783                 Don't try to import without asking
3785 2006-10-12 [colin]      2.5.5cvs2
3787         * src/compose.c
3788                 Fix bug 1036, 'Forwarding a mutlipart
3789                 mail with a "text/html" block to ms
3790                 outlook users leeds to freeze of
3791                 outlook'. Poor outlook users...
3793 2006-10-12 [paul]       2.5.5cvs1
3795         * NEWS
3796         * README
3797         * configure.ac
3798                 Update version number following
3799                 stable release
3801 2006-10-11 [paul]       2.5.4cvs1
3803         * NEWS
3804         * README
3805         * configure.ac
3806                 Update version number following
3807                 stable release
3809 2006-10-11 [paul]       2.5.3cvs32
3811         * src/textview.c
3812                 fix bug 1032, 'Segmentation fault when showing
3813                 message' (bug in quote folding)
3814                 Thanks to Colin
3816 2006-10-10 [colin]      2.5.3cvs31
3818         * src/quote_fmt.c
3819                 Rephrase english a bit
3821 2006-10-10 [colin]      2.5.3cvs30
3823         * src/prefs_compose_writing.c
3824                 Stop making the page larger than the window
3826 2006-10-10 [wwp]        2.5.3cvs29
3828         * src/compose.c
3829         * src/prefs_template.c
3830         * src/quote_fmt.c
3831         * src/quote_fmt.h
3832         * src/quote_fmt_lex.l
3833         * src/quote_fmt_parse.y
3834                 Extend the quote parser a bit: allow to get access to
3835                 basic (composing) account info.
3837 2006-10-10 [colin]      2.5.3cvs28
3839         * src/procheader.c
3840                 Fix this \t problem in subject
3842 2006-10-09 [colin]      2.5.3cvs27
3844         * src/main.c
3845         * src/prefs_gtk.c
3846                 Prepare cache a bit later
3847                 If section already exists, skip the new one 
3848                 (as previously); avoid writing the same block
3849                 twice - if we find a second block with the 
3850                 same id, skip it.
3851         * src/plugins/pgpcore/pgp_viewer.c
3852                 Set cursor to busy when retrieving a key
3853         * src/plugins/pgpcore/sgpgme.c
3854                 allow 5 seconds for gpg to export the key
3855                 
3857 2006-10-09 [colin]      2.5.3cvs26
3859         * configure.ac
3860         * src/msgcache.c
3861         * src/prefs_gtk.c
3862                 Check for existence of fgets_unlocked
3863                 and fwrite_unlocked
3865 2006-10-09 [paul]       2.5.3cvs25
3867         * src/prefs_summaries.c
3868                 replace strftime() with fast_strftime() and in
3869                 the consequence fix the bug in the display of
3870                 AM/PM in the 'Example' string
3872 2006-10-09 [ticho]      2.5.3cvs24
3874         * po/sk.po
3875                 Updated (and fixed up somewhat) Slovak translation.
3877 2006-10-08 [colin]      2.5.3cvs23
3879         * src/prefs_folder_item.c
3880                 Explain why prefs in the top-level folder
3881                 aren't retained, but are still useful
3883 2006-10-08 [colin]      2.5.3cvs22
3885         * src/prefs_gtk.c
3886                 Don't cache anything if caching fails
3888 2006-10-08 [colin]      2.5.3cvs21
3890         * src/common/utils.c
3891                 always include gi18n.h
3893 2006-10-07 [colin]      2.5.3cvs20
3895         * src/plugins/pgpcore/pgp_viewer.c
3896                 Kill gpg after 5 seconds wait
3898 2006-10-07 [colin]      2.5.3cvs19
3900         * src/plugins/pgpcore/pgp_viewer.c
3901         * src/plugins/pgpcore/pgp_viewer.h
3902                 Fix copyright
3904 2006-10-07 [colin]      2.5.3cvs18
3906         * src/plugins/pgpcore/pgp_viewer.c
3907         * src/plugins/pgpcore/pgp_viewer.h
3908                 Actually add the files to CVS
3910 2006-10-07 [colin]      2.5.3cvs17
3912         * src/plugins/pgpcore/sgpgme.c
3913                 Be sure not to crash on 'application/pgp-signature' that
3914                 are not application/pgp-signatures
3916 2006-10-07 [colin]      2.5.3cvs16
3918         * src/textview.c
3919         * src/textview.h
3920                 Make a bit more of the API available
3921         * src/plugins/pgpcore/Makefile.am
3922         * src/plugins/pgpcore/plugin.c
3923         * src/plugins/pgpcore/sgpgme.c
3924                 Add basic key import/export
3926 2006-10-07 [colin]      2.5.3cvs15
3928         * src/folderview.c
3929         * src/imap.c
3930         * src/prefs_account.c
3931         * src/wizard.c
3932                 Warn users *everywhere* if libetpan's not
3933                 linked in
3935 2006-10-06 [mones]      2.5.3cvs14
3937         * po/de.po
3938         * po/es.po
3939                 updated by Stephan Sachse and me
3941 2006-10-06 [colin]      2.5.3cvs13
3943         * src/main.c
3944         * src/common/sylpheed.c
3945                 Don't load common plugins if --exit is passed
3946         * src/prefs_gtk.c
3947         * src/prefs_gtk.h
3948                 Implement a cache to avoid reading the same
3949                 files over and over again at startup
3951 2006-10-06 [colin]      2.5.3cvs12
3953         * src/summaryview.c
3954         * src/gtk/quicksearch.c
3955                 Update display every 5k mails on fast searches
3957 2006-10-06 [colin]      2.5.3cvs11
3959         * src/textview.c
3960                 Don't do quote folding on HTML or ERTF.
3961                 May fix the Cygwin issues if they were
3962                 happening with HTML mails?
3964 2006-10-05 [colin]      2.5.3cvs10
3966         * src/prefs_gtk.c
3967                 Oops, forgot one
3969 2006-10-05 [colin]      2.5.3cvs9
3971         * src/prefs_gtk.c
3972                 Use unlocked_stdio here too
3974 2006-10-05 [colin]      2.5.3cvs8
3976         * src/folderview.c
3977                 Fix go to next * after preferences apply
3978         * src/msgcache.c
3979                 Do the fd lock/unlock ourselves instead of
3980                 letting the libc do it at each write 
3982 2006-10-05 [colin]      2.5.3cvs7
3984         * src/common/utils.c
3985                 Faster division, thanks to Jean Diraison
3987 2006-10-05 [paul]       2.5.3cvs6
3989         * src/common/utils.c
3990                 fix building with --disable-nls
3992 2006-10-04 [colin]      2.5.3cvs5
3994         * src/folder.c
3995                 Maybe fix a segfault
3997 2006-10-04 [wwp]        2.5.3cvs4
3999         * src/prefs_folder_item.c
4000                 Fine-tune layouts in folder item prefs. Suggested by
4001                 Fabien Vantard <fzzzzz@gmail.com>.
4003 2006-10-04 [wwp]        2.5.3cvs3
4005         * src/prefs_folder_item.c
4006                 Kill the clandestine passengers. You didn't see anything.
4008 2006-10-04 [wwp]        2.5.3cvs2
4010         * src/prefs_folder_item.c
4011                 Add a way to test the subject simplify regexp in
4012                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4013                 w/ few layout changes.
4015 2006-20-04 [paul]       2.5.3cvs1
4017         * NEWS
4018         * README
4019         * configure.ac
4020                 Update version number following
4021                 stable release
4023 2006-10-04 [colin]      2.5.2cvs42
4025         * src/folder.c
4026         * src/folder.h
4027         * src/summaryview.c
4028                 Provide a way for folder classes to set their sort
4029                 type and key
4031 2006-10-03 [colin]      2.5.2cvs41
4033         * src/mh.c
4034                 Don't use strlen() to know if the
4035                 string's empty
4037 2006-10-03 [colin]      2.5.2cvs40
4039         * src/mh.c
4040                 Fix "check for new folders" with accentued folders
4042 2006-10-03 [ticho]      2.5.2cvs39
4044         * src/filtering.c
4045         * src/folder.c
4046         * src/inc.c
4047         * src/mbox.c
4048                 Colin's fix for "copy" filtering rules.
4050 2006-10-02 [colin]      2.5.2cvs38
4052         * src/folderview.c
4053                 Fix for double-click too
4055 2006-10-02 [colin]      2.5.2cvs37
4057         * src/folderview.c
4058                 correct fix for cvs36
4060 2006-10-02 [colin]      2.5.2cvs36
4062         * src/folderview.c
4063                 Fix 'goto next unread' after collapsing/expanding 
4064                 a node.
4066 2006-10-02 [colin]      2.5.2cvs35
4068         * src/summaryview.c
4069                 Fix double freeze/thaw
4070         * src/common/utils.c
4071         * src/common/utils.h
4072                 Reimplement strftime
4073         * src/procheader.c
4074                 Use it
4077 2006-10-02 [colin]      2.5.2cvs34
4079         * src/mh.c
4080                 Time mh_write_sequences() - it's fast
4081         * src/summaryview.c
4082                 Init a variable to shut up gcc
4084 2006-10-01 [colin]      2.5.2cvs33
4086         * src/folder.c
4087         * src/mh.c
4088         * src/mh.h
4089         * src/msgcache.c
4090                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4091                 Add fsync but disable it, it's slow as hell
4093 2006-10-01 [colin]      2.5.2cvs32
4095         * src/mh.c
4096         * src/msgcache.c
4097                 fflush() caches and mh_sequences before
4098                 fclose()ing
4100 2006-10-01 [colin]      2.5.2cvs31
4102         * src/msgcache.c
4103                 Don't ftruncate when not using mmap
4105 2006-09-30 [colin]      2.5.2cvs30
4107         * src/main.c
4108                 Write folder list *after* saving caches
4110 2006-09-30 [colin]      2.5.2cvs29
4112         * src/folder.c
4113         * src/mh.c
4114                 Debug forced mtime changes
4116 2006-09-30 [colin]      2.5.2cvs28
4118         * src/folder.c
4119         * src/main.c
4120                 Remove useless debug_print()s (code
4121                 well-tested)
4123 2006-09-30 [colin]      2.5.2cvs27
4125         * src/mh.c
4126                 Do stuff faster when writing mh_sequences
4128 2006-09-30 [colin]      2.5.2cvs26
4130         * src/mh.c
4131                 Don't let the writing of .mh_sequences, which
4132                 can change the folder's mtime, let us think
4133                 we need to scan.
4135 2006-09-30 [colin]      2.5.2cvs25
4137         * src/folder.c
4138                 Move a debug_print where it belongs 
4139                 (processing)
4140         * src/summaryview.c
4141                 Don't mess with a huge slow subject
4142                 table if we're not threading by
4143                 subject
4145 2006-09-30 [colin]      2.5.2cvs24
4147         * src/msgcache.c
4148                 Reenable mmaped reads (*not* writes!)
4149         * src/procmsg.c
4150                 Don't destroy and recreate hashtables just
4151                 for fun
4152         * src/common/utils.c
4153                 Remove useless reply prefixes (it's case
4154                 unsensitive)
4156 2006-09-30 [wwp]        2.5.2cvs23
4158         * tools/fix_date.sh
4159                 Fixed a minor bug in date value extraction, added a switch
4160                 to replace non RFC-compliant Date: value, added a switch
4161                 to use strict RFC matching patterns for dates.
4163 2006-09-29 [colin]      2.5.2cvs22
4165         * src/matcher_parser.h
4166         * src/matcher_parser_parse.y
4167         * src/prefs_filtering.c
4168         * src/statusbar.c
4169         * src/summary_search.c
4170         * src/summaryview.c
4171         * src/gtk/quicksearch.c
4172         * src/gtk/quicksearch.h
4173                 Optimise searches by setting different
4174                 refresh intervals (depending if the 
4175                 search is fast or not)
4177 2006-09-29 [colin]      2.5.2cvs21
4179         * src/codeconv.c
4180                 Optimise by reusing the last iconv converter
4181                 if possible
4182         * src/textview.c
4183                 Optimise a bit (the foldable quotes feature
4184                 still has an awful O(n^2) algo
4186 2006-09-29 [colin]      2.5.2cvs20
4188         * src/gtk/gtksctree.c
4189         * src/gtk/gtksctree.h
4190                 Optimise de-selection via up/down or
4191                 another key
4193 2006-09-28 [colin]      2.5.2cvs19
4195         * src/action.c
4196         * src/compose.c
4197         * src/folderview.c
4198         * src/mainwindow.c
4199         * src/messageview.c
4200         * src/summary_search.c
4201         * src/toolbar.c
4202                 Avoid using summaryview->ctree directly
4204 2006-09-28 [colin]      2.5.2cvs18
4206         * src/summaryview.c
4207         * src/summaryview.h
4208                 Add helpers to freeze/thaw/grab_focus
4209                 Factorize calls to freeze/thaw/grab_focus
4210                 
4212 2006-09-28 [colin]      2.5.2cvs17
4214         * src/main.c
4215                 More guards for the session management
4217 2006-09-28 [colin]      2.5.2cvs16
4219         * src/folderview.c
4220         * src/gtk/gtksctree.c
4221         * src/gtk/gtksctree.h
4222                 Make expanding not recursive in folderview
4224 2006-09-28 [colin]      2.5.2cvs15
4226         * src/addressbook.c
4227                 If nothing is selected in the list (right part)
4228                 and a group is selected in the tree (left part),
4229                 mail this group.
4231 2006-09-28 [colin]      2.5.2cvs14
4233         * src/Makefile.am
4234                 Actually use SM_LIBS
4236 2006-09-28 [ticho]      2.5.2cvs13
4238         * src/export.c
4239         * src/messageview.c
4240         * src/mimeview.c
4241         * src/news.c
4242         * src/pop.c
4243         * src/prefs_themes.c
4244         * src/procmsg.c
4245                 Small i18n string optimization.
4246         * src/send_message.c
4247         * src/summaryview.c
4248         * src/common/session.c
4249         * src/common/smtp.c
4250         * src/common/ssl_certificate.c
4251         * src/common/utils.c
4252                 Use "Couldn't" instead of "Can't" in UI messages,
4253                 where appropriate.
4255 2006-09-28 [colin]      2.5.2cvs12
4257         * configure.ac
4258                 Possibly fix link errors
4260 2006-09-27 [wwp]        2.5.2cvs11
4262         * src/gtk/authors.h
4263         * doc/man/sylpheed-claws.1
4264         * manual/ack.xml
4265         * manual/es/ack.xml
4266         * manual/fr/ack.xml
4267         * manual/pl/ack.xml
4268                 Updated authors info (me, myself and I).
4270 2006-09-27 [colin]      2.5.2cvs10
4272         * src/addressbook.c
4273                 Remove useless printf
4275 2006-09-27 [wwp]        2.5.2cvs9
4277         * src/editgroup.c
4278         * src/send_message.c
4279         * src/inc.c
4280         * src/prefs_common.c
4281         * src/prefs_common.h
4282         * src/gtk/progressdialog.c
4283                 remember more windows' sizes (send dialog, received dialog,
4284                 edit group in addressbook).
4286 2006-09-27 [colin]      2.5.2cvs8
4288         * configure.ac
4289         * src/main.c
4290         * src/mainwindow.h
4291                 Use libSM to communicate with the session
4292                 manager, so that we can know when the 
4293                 session ends, save our caches, and draft
4294                 our compose windows.
4296 2006-09-27 [colin]      2.5.2cvs7
4298         * src/addressbook.c
4299                 Fix issues:
4300                 o Allow Book and Group creation from the tree's
4301                   contextual menu
4302                 o Do not actually delete the contacts when 
4303                   deleting groups from the tree (duh!)
4305 2006-09-27 [colin]      2.5.2cvs6
4307         * src/compose.c
4308         * src/compose.h
4309         * src/mainwindow.c
4310         * src/textview.c
4311         * src/toolbar.c
4312                 o Allow passing an email address to 
4313                   compose_new_with_folderitem
4314                 o Update callers
4315                 o Use current folderitem when clicking
4316                   on a TextView mailto: link
4317                 o Fix a possible leak in TextView
4319 2006-09-27 [colin]      2.5.2cvs5
4321         * src/html.c
4322                 Use UTF-8 chars to replace HTML entities
4324 2006-09-27 [colin]      2.5.2cvs4
4326         * AUTHORS
4327         * src/prefs_account.c
4328         * src/gtk/authors.h
4329                 Fix bug #1024 (Array index out of
4330                 range in sylpheed-claws-2.5.2)
4331                 Patch by Ales Nosek <anosek@suse.cz>
4333 2006-09-27 [colin]      2.5.2cvs3
4335         * src/addr_compl.c
4336                 Actually do the test
4338 2006-09-27 [colin]      2.5.2cvs2
4340         * src/addr_compl.c
4341         * src/addr_compl.h
4342                 Allow completing with comma (in certain cases: vCalendar
4343                 for example doesn't support that)
4344                 Patch by Fabien Vantard
4346 2006-09-26 [colin]      2.5.2cvs1
4348         * src/Makefile.am
4349         * src/addr_compl.c
4350         * src/addr_compl.h
4351         * src/addrbook.c
4352         * src/addrbook.h
4353         * src/addressbook.c
4354         * src/addrindex.c
4355         * src/addrindex.h
4356         * src/compose.c
4357         * src/prefs_common.c
4358         * src/prefs_filtering_action.c
4359         * src/prefs_folder_item.c
4360         * src/prefs_template.c
4361         * src/stock_pixmap.c
4362         * src/stock_pixmap.h
4363         * src/pixmaps/addr_one.xpm
4364         * src/pixmaps/addr_two.xpm
4365                 Add auto-completion on groups
4367 2006-09-26 [colin]      2.5.2
4369         * NEWS
4370         * README
4371         * RELEASE_NOTES
4372                 2.5.2 released
4374 2006-09-26 [colin]      2.5.1cvs5
4376         * src/matcher.c
4377                 Fix condition
4379 2006-09-26 [colin]      2.5.1cvs4
4381         * src/mbox.c
4382                 Revert cvs1 (useless as the message is printed 
4383                 every 500 mails)
4385 2006-09-26 [colin]      2.5.1cvs3
4387         * src/partial_download.c
4388                 Fix crasher found by Alexsandar Urosevic
4390 2006-09-26 [colin]      2.5.1cvs2
4392         * src/summaryview.c
4393                 Fix bug #1023 (Sylpheed deletes too much messages)
4395 2006-09-26 [ticho]      2.5.1cvs1
4397         * src/mbox.c
4398                 Make use of gettext's multiple plurals for statusbar
4399                 progress message.
4401 2006-09-25 [paul]       2.5.1
4403         * NEWS
4404         * README
4405         * RELEASE_NOTES
4406                 2.5.1 released
4408 2006-09-25 [colin]      2.5.0cvs3
4410         * src/plugins/bogofilter/bogofilter.c
4411         * src/plugins/clamav/clamav_plugin.c
4412         * src/plugins/spamassassin/spamassassin.c
4413                 BogoFilter, Spamassassin: Fix double hook registering after
4414                 visiting preferences
4415                 Spamassassin, Clamav: Just set the mails to move instead of
4416                 doing the move - caller will move the things at once.
4418 2006-09-25 [colin]      2.5.0cvs2
4420         * src/imap.c
4421         * src/etpan/imap-thread.c
4422                 Use UID SEARCH ALL instead of UID 1:*
4423                 (braindead servers can't figure out that's
4424                 the same...)
4426 2006-09-25 [wwp]        2.5.0cvs1
4428         * src/message_search.c
4429                 Added the ability to stop a running search (in message body).
4431 2006-09-25 [paul]       2.5.0
4433         * NEWS
4434         * README
4435         * RELEASE_NOTES
4436                 2.5.0 released
4438 2006-09-25 [paul]       2.4.0cvs214
4440         * po/cs.po
4441         * po/de.po
4442         * po/fi.po
4443         * po/fr.po
4444         * po/nl.po
4445         * po/pt_BR.po
4446         * po/sk.po
4447         * po/sr.po
4448         * po/zh_CN.po
4449                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4450                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4451                 Ticho, Aleksander Urosevic, Ralgh Young
4453 2006-09-24 [mones]      2.4.0cvs213
4455         * po/es.po
4456                 Updated for release
4458 2006-09-23 [colin]      2.4.0cvs212
4460         * src/gtk/inputdialog.c
4461                 Fix [ ] remember this appearing in normal
4462                 input dialogs after it's been used by
4463                 mimeview.
4464         * src/folder.c
4465         * src/folderview.c
4466         * src/msgcache.c
4467         * src/procmsg.c
4468         * src/summaryview.c
4469         * src/textview.c
4470         * src/common/timing.h
4471                 Enable timings in debug mode and make it
4472                 look prettier.
4474 2006-09-22 [colin]      2.4.0cvs211
4476         * README
4477                 Revert test change
4478         * commitHelper
4479                 ping the correct URI
4481 2006-09-22 [colin]      2.4.0cvs210
4483         * README
4484                 Let's see if bug #1022 is fixed
4486 2006-09-21 [colin]      2.4.0cvs209
4488         * src/wizard.c
4489         * src/common/plugin.c
4490                 Prepare infra to load predefined plugins when
4491                 no configuration existed. Don't actually load
4492                 anything yet (feat. freeze)
4494 2006-09-21 [wwp]        2.4.0cvs208
4496         * manual/fr/faq.xml
4497                 Partial sync w/ 2.4.0cvs72:
4498                 wrap file and minor updates.
4500 2006-09-21 [wwp]        2.4.0cvs207
4502         * tools/fix_date.sh
4503                 several fixes and enhancements. A new --force switch has been
4504                 added to prevent overriding by default Date: header when
4505                 already existing.
4507 2006-09-21 [paul]       2.4.0cvs206
4509         * src/common/utils.c
4510                 add Chinese UTF8 Re prefix
4512 2006-09-21 [wwp]        2.4.0cvs205
4514         * tools/Makefile.am
4515                 Fics alfabettical order.
4517 2006-09-21 [wwp]        2.4.0cvs204
4519         * tools/fix_date.sh
4520         * tools/Makefile.am
4521                 Added an action tool to fix missing Date field in emails.
4522                 Updated Makefile.am to reflect those last two additions.
4524 2006-09-21 [wwp]        2.4.0cvs203
4526         * tools/uuooffice
4527                 Added a action tool to open uuencoded docs w/
4528                 OpenOffice (based on uudec method).
4530 2006-09-21 [colin]      2.4.0cvs202
4532         * src/compose.c
4533         * src/textview.c
4534                 Workaround possible GTK crash: remove selection 
4535                 clipboard before destroying widget, or GTK+-2.10
4536                 dies. Thanks to Hiro.
4538 2006-09-20 [colin]      2.4.0cvs201
4540         * src/compose.c
4541                 Fix free-after-use in some cases (when 
4542                 procmime_encode_content() frees mimeinfo->data.mem
4543                 and turns it to a temp file)
4545 2006-09-20 [colin]      2.4.0cvs200
4547         * src/folderview.c
4548         * src/summaryview.c
4549         * src/gtk/gtksctree.c
4550         * src/gtk/gtksctree.h
4551                 Add tooltips in the folderview and summaryview
4552                 (Doesn't break string freeze as they already
4553                 exist)
4554         * src/toolbar.c
4555                 Put the spam button in the default configuration
4556                 if compiled with bogo plugin too
4558 2006-09-19 [colin]      2.4.0cvs199
4560         * src/summaryview.c
4561         * src/summaryview.h
4562                 Update folder name label on folder rename
4563         * src/prefs_matcher.c
4564         * src/gtk/logwindow.h
4565                 Fix warnings
4566                 Patches by Fabien
4568 2006-09-19 [wwp]        2.4.0cvs198
4570         * src/summary_search.c
4571                 fix can't click forward/backward buttons in the
4572                 search messages.
4574 2006-09-18 [paul]       2.4.0cvs197
4576         * src/wizard.c
4577                 add missing bracket, capitalise the A of
4578                 'SpamAssassin'
4580 2006-09-18 [paul]       2.4.0cvs196
4582         * src/compose.c
4583                 fix bug 1012 'crashed upon sending mail
4584                 from compose window'
4585                 Thanks to Colin
4587 2006-09-16 [colin]      2.4.0cvs195
4589         * src/folderview.c
4590                 Fix "real-time" sorting by freezing/thawing
4592 2006-09-16 [colin]      2.4.0cvs194
4594         * manual/faq.xml
4595                 Fix the anti-spam entry a bit
4597 2006-09-16 [colin]      2.4.0cvs193
4599         * src/wizard.c
4600                 Make sure reviewers have no excuse when stating
4601                 Sylpheed-Claws doesn't have antispam capabilities.
4603 2006-09-16 [colin]      2.4.0cvs192
4605         * src/main.c
4606                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4607                 as if the SIGPIPE comes from etpan's thread we could
4608                 trigger a GUI update from this thread.
4610 2006-09-16 [colin]      2.4.0cvs191
4612         * src/summaryview.c
4613                 Init all members of the struct
4615 2006-09-16 [paul]       2.4.0cvs190
4617         * src/account.c
4618                 improvements to the English
4620 2006-09-15 [colin]      2.4.0cvs189
4622         * src/summaryview.c
4623                 HIG order on dialog
4625 2006-09-14 [colin]      2.4.0cvs188
4627         * src/common/socket.c
4628         * src/common/socket.h
4629         * src/common/ssl.c
4630         * src/common/ssl_certificate.c
4631         * src/common/ssl_certificate.h
4632         * src/etpan/imap-thread.c
4633                 the get_fqdn() call done to get canonical name when
4634                 checking an SSL certificate is blocking, which is
4635                 sad as we just did a non-blocking lookup to connect.
4636                 Fix that by letting the fqdn available to the SockInfo,
4637                 and use that in ssl_certificate_check(). For IMAP,
4638                 we don't do it as the lookup's done by libetpan, but
4639                 it's less annoying as IMAP connections as much more
4640                 rare than POP3 connections.
4642 2006-09-14 [paul]       2.4.0cvs187
4644         * manual/advanced.xml
4645                 improvements to the English,
4646                 properly place the new hidden options
4647                 within the alphabetical order
4648         * src/gtk/pluginwindow.c
4649                 improvements to the English
4651 2006-09-14 [colin]      2.4.0cvs186
4653         * src/prefs_common.c
4654         * src/prefs_common.h
4655         * src/gtk/gtksctree.c
4656         * manual/advanced.xml
4657                 New hidden pref, stripes_color_offset, to change
4658                 the value added/substracted to normal bgcolor to
4659                 create the stripes in summaries
4661 2006-09-13 [colin]      2.4.0cvs185
4663         * src/gedit-print.c
4664         * src/messageview.c
4665         * src/messageview.h
4666         * src/summaryview.c
4667         * src/textview.c
4668                 Fix misc. printing issues: 
4669                 - Bad font for linkified headers
4670                 - Different font if the mail was displayed or not
4671                 - Factorize the thing
4673 2006-09-13 [colin]      2.4.0cvs184
4675         * src/common/ssl_certificate.c
4676                 Only get FQDN once when checking certificate
4678 2006-09-13 [colin]      2.4.0cvs183
4680         * src/account.c
4681         * src/gtk/pluginwindow.c
4682                 Misc. GUI fixes by Fabien
4684 2006-09-13 [wwp]        2.4.0cvs182
4686         * configure.ac
4687         * src/common/utils.h
4688         * src/common/utils.c
4689                 get rid of unused wide-char functions.
4691 2006-09-13 [wwp]        2.4.0cvs181
4693         * src/plugins/pgpinline/sylpheed.def
4694         * src/textview.c
4695                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4696                 add privacy_reset_error to the .def file,
4697                 do not fork for an external textviewer.
4699 2006-09-13 [wwp]        2.4.0cvs180
4701         * src/prefs_common.c
4702                 fix broken font entry in prefs (patch issued by the gpg4win team,
4703                 probably by Marcus Brinkmann <marcus@g10code.de>).
4705 2006-09-13 [colin]      2.4.0cvs179
4707         * src/folder.h
4708                 Fix a warning in summaryview.c
4709         * src/mainwindow.c
4710         * src/summaryview.c
4711         * src/summaryview.h
4712                 Add missing Mark/* elements in the
4713                 main menu
4715 2006-09-12 [colin]      2.4.0cvs178
4717         * src/prefs_actions.c
4718         * src/prefs_filtering_action.c
4719         * src/prefs_matcher.c
4720                 Use (New) instead of New everywhere
4722 2006-09-12 [wwp]        2.4.0cvs177
4724         * manual/fr/addrbook.xml
4725         * manual/fr/handling.xml
4726                 updated some quotes in the fr manual to match the fr translation.
4728 2006-09-12 [wwp]        2.4.0cvs176
4730         * src/prefs_matcher.c
4731                 don't store translated string elements in matcher expressions.
4732                 Also fixed a misused of Q_().
4734 2006-09-11 [wwp]        2.4.0cvs175
4736         * src/plugins//bogofilter/bogofilter.c
4737         * src/plugins//clamav/clamav_plugin.c
4738         * src/plugins//demo/demo.c
4739         * src/plugins//dillo_viewer/dillo_viewer.c
4740         * src/plugins//pgpcore/plugin.c
4741         * src/plugins//pgpinline/plugin.c
4742         * src/plugins//pgpmime/plugin.c
4743         * src/plugins//spamassassin/spamassassin.c
4744                 gettext-ize more strings (mostly plugin error messages).
4746 2006-09-11 [colin]      2.4.0cvs174
4748         * src/alertpanel.c
4749                 Make maximum buffer size bigger to avoid
4750                 truncating translated messages. Patch by
4751                 Fabien
4753 2006-09-11 [colin]      2.4.0cvs173
4755         * src/etpan/imap-thread.c
4756                 Fix compilation on OpenBSD, thanks to 
4757                 Landry
4759 2006-09-10 [wwp]        2.4.0cvs172
4761         * manual/account.xml
4762         * manual/addrbook.xml
4763         * manual/handling.xml
4764         * manual/es/handling.xml
4765         * manual/fr/account.xml
4766         * manual/fr/addrbook.xml
4767         * manual/fr/handling.xml
4768                 documented addressbook matching (condition configuration):
4769                   addrbook.xml, en fr
4770                 documented per-account filtering rules (handling/filtering
4771                   section, account section):
4772                   account.xml, handling.xml, en fr
4773                 slightly updated the handling/searching section to tell few
4774                   words about the extended search ability:
4775                   handling.xml, en fr
4776                 added missing <quote></quotes> to Quick Search:
4777                   handling.xml, en fr es
4778                 fixed a typo (auomatically):
4779                   handling.xml, en
4780                 changes revisited by Paul.
4782 2006-09-10 [paul]       2.4.0cvs171
4784         * src/prefs_actions.c
4785         * src/prefs_filtering.c
4786         * src/prefs_template.c
4787                 adjustments to the gui
4788                 Patch by Fabien Vantard (slightly modified)
4790 2006-09-10 [colin]      2.4.0cvs170
4792         * src/summaryview.c
4793                 Check folderitem/summaryview consistency
4794                 (basically automates Update summary). Fixes
4795                 #1011 (wrong (negative) count on unread 
4796                 messages)
4798 2006-09-10 [colin]      2.4.0cvs169
4800         * src/gtk/gtksctree.c
4801                 Fix recursive expansion via mouse
4802         * src/plugins/bogofilter/bogofilter.c
4803                 Use normal filtering way of moving
4804                 messages (batching), possibly fixing
4805                 bug #1015 (Bogofilter plugin doubles 
4806                 new messages)
4808 2006-09-09 [wwp]        2.4.0cvs168
4810         * src/prefs_filtering.c
4811                 better place for this fix.
4813 2006-09-09 [wwp]        2.4.0cvs167
4815         * src/prefs_filtering.c
4816                 fix a minor bug when the enabled status of a filtering/processing
4817                 rule always got set to TRUE when replacing this rule. That still
4818                 make sense when adding a new rule, but now when replacing, we
4819                 don't override the value of 'enabled'.
4820                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4821                 to prefs_filtering_list_view_get_info() as this function not only
4822                 returns the name, but also the account_id and the enabled status.
4824 2006-09-09 [mones]      2.4.0cvs166
4826         * manual/glossary.xml
4827         * manual/plugins.xml
4828                 Minor format corrections
4829         * manual/gpl.xml
4830                 Fix misplaced NO WARRANTY section
4831         * manual/es/advanced.xml
4832         * manual/es/faq.xml
4833         * manual/es/glossary.xml
4834         * manual/es/gpl.xml
4835         * manual/es/handling.xml
4836         * manual/es/plugins.xml
4837         * manual/es/starting.xml
4838                 Incorporate changes from English version
4839         * manual/fr/ack.xml
4840         * manual/pl/ack.xml
4841         * manual/es/ack.xml
4842                 Fix address, (add translation credits in es version)
4843         * po/es.po
4844                 Updated translation
4846 2006-09-09 [wwp]        2.4.0cvs165
4848         * src/prefs_filtering.c
4849                 fix a crash when opening filtering prefs, if matcherrc file contains
4850                 broken data (non-existing account id, which is theoretically not
4851                 possible).
4853 2006-09-08 [colin]      2.4.0cvs164
4855         * src/folder.c
4856                 Wrong assert, make it an if()
4857         * src/gtk/gtksctree.c
4858                 Fix bug #1013 (expand selected thread 
4859                 tree) - expanding is now recursive
4861 2006-09-07 [wwp]        2.4.0cvs163
4863         * src/prefs_matcher.c
4864                 make better sentences about addressbook matching in the
4865                 matcher prefs. This should make translators' work easier
4866                 too.
4868 2006-09-07 [wwp]        2.4.0cvs162
4870         * src/prefs_filtering.c
4871                 code simplification (get rid of dup var. assignment).
4873 2006-09-07 [wwp]        2.4.0cvs161
4875         * src/summaryview.c
4876                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4877                 <fzzzzz@gmail.com>.
4879 2006-09-07 [paul]       2.4.0cvs160
4881         * src/mimeview.c
4882                 fix compilation warnings
4883                 Thanks to Colin
4885 2006-09-07 [paul]       2.4.0cvs159
4887         * src/mimeview.c
4888                 select the mimepart icon when
4889                 displaying as text
4890                 Thanks to Colin
4892 2006-09-06 [paul]       2.4.0cvs158
4894         * src/prefs_filtering.c
4895                 fix labels and table element spacing
4896                 Patch by Fabien Vantard
4898 2006-09-06 [paul]
4900         2.5.0-rc3 released
4902 2006-09-06 [paul]       2.4.0cvs157
4904         * manual/es/advanced.xml
4905                 fix typo
4907 2006-09-06 [wwp]        2.4.0cvs156
4909         * src/mainwindow.c
4910                 fix an dup launch issue when iconified, thanks to Colin.
4912 2006-09-06 [wwp]        2.4.0cvs155
4914         * src/gtk//gtksctree.h
4915                 oops, forgot that one!
4917 2006-09-06 [wwp]        2.4.0cvs154
4919         * manual/pl/advanced.xml
4920         * manual/advanced.xml
4921         * manual/es/advanced.xml
4922         * manual/fr/advanced.xml
4923         * src/prefs_customheader.c
4924         * src/prefs_filtering_action.c
4925         * src/foldersel.c
4926         * src/prefs_summaries.c
4927         * src/prefs_filtering.c
4928         * src/account.c
4929         * src/compose.c
4930         * src/prefs_summary_column.c
4931         * src/addr_compl.c
4932         * src/prefs_actions.c
4933         * src/prefs_folder_column.c
4934         * src/ssl_manager.c
4935         * src/prefs_template.c
4936         * src/prefs_display_header.c
4937         * src/prefs_common.h
4938         * src/prefs_matcher.c
4939         * src/prefs_common.c
4940         * src/prefs_toolbar.c
4941         * src/summaryview.c
4942         * src/folderview.c
4943         * src/gtk/gtksctree.c
4944         * src/gtk/pluginwindow.c
4945         * src/gtk/progressdialog.c
4946         * src/gtk/prefswindow.c
4947                 renamed hidden option enable_rules_hint to use_stripes_everywhere
4948                 to make its meaning more obvious (all versions of the manual reflect
4949                 the change).
4950                 added an extra hidden option use_stripes_in_summary to allow
4951                 discarding these stripes in mainwindow's folder and message lists;
4952                 en and fr manuals only are OK towards this.
4954 2006-09-06 [colin]      2.4.0cvs153
4956         * src/textview.c
4957                 Hide Sylpheed-Claws' internal queue headers
4958                 when showing all headers. They'll be present
4959                 only in Source window.
4961 2006-09-05 [colin]      2.4.0cvs152
4963         * src/plugins/trayicon/trayicon.c
4964                 Fix crash at exit - we have to disconnect
4965                 our handlers
4966         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4967                 Update eggtrayicon - patch adapted from a
4968                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4969                 on Sylpheed's ML
4971 2006-09-05 [colin]      2.4.0cvs151
4973         * src/mainwindow.c
4974         * src/gtk/logwindow.c
4975                 Fix race condition when something writes
4976                 to the log too soon during init. Thanks
4977                 to Fabien Vantard
4979 2006-09-05 [colin]      2.4.0cvs150
4981         * src/mimeview.c
4982                 Don't select part on right-click either
4984 2006-09-05 [paul]       2.4.0cvs149
4986         * src/mimeview.c
4987                 completion of previous commit
4988                 Thanks to Colin
4990 2006-09-05 [colin]      2.4.0cvs148
4992         * src/mimeview.c
4993                 Don't force selection on middle-click, just open
4995 2006-09-04 [colin]      2.4.0cvs147
4997         * src/mimeview.c
4998                 Looks like gtk_notebook_set_current_page()
4999                 sometimes steals focus, and this annoys us
5000                 in MimeViewers as it renders navigation
5001                 keys useless. Take back focus after switching
5002                 pages.
5004 2006-09-04 [colin]      2.4.0cvs146
5006         * src/messageview.c
5007                 Set stop_loading when clicking on Next
5008                 during load. Don't add a callback to 
5009                 avoid over-complicating things.
5011 2006-09-04 [colin]      2.4.0cvs145
5013         * src/mimeview.c
5014         * src/messageview.c
5015                 Fix multiple loads in separate messageview
5017 2006-09-04 [colin]      2.4.0cvs144
5019         * src/summaryview.c
5020                 Let navigation keys be handled during 
5021                 load
5023 2006-09-04 [colin]      2.4.0cvs143
5025         * src/messageview.c
5026         * src/summaryview.c
5027         * src/textview.c
5028         * src/textview.h
5029                 Make loading of huge mails (lots of text and/or
5030                 images) cancellable, so the GUI doesn't block 
5032 2006-09-04 [colin]      2.4.0cvs142
5034         * src/plugins/trayicon/trayicon.c
5035                 Fix annoyance when removing a folder with 
5036                 unread mails: trayicon didn't update
5038 2006-09-04 [paul]       2.4.0cvs141
5040         * src/gtk/icon_legend.c
5041                 straighten up columns
5042                 Patch by Fabien Vantard
5044 2006-09-04 [wwp]        2.4.0cvs140
5046         * src/prefs_filtering.c
5047                 fix new line's account name in filtering prefs:
5048                 was "All", is now "(New)".
5050 2006-09-04 [paul]       2.4.0cvs139
5052         * tools/make.themes.project
5053                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5054                 instead of homebrewed "make release"
5056 2006-09-03 [colin]      2.4.0cvs138
5058         * src/folderview.c
5059                 Fix bug #1007 (Wrong folder highlighted)
5061 2006-09-03 [colin]      2.4.0cvs137
5063         * src/compose.c
5064                 Don't set Newsgroup: header to a mail folder
5065                 path
5067 2006-09-03 [paul]       2.4.0cvs136
5069         * src/prefs_other.c
5070         * src/prefs_spelling.c
5071                 unify the gui
5073 2006-09-03 [paul]       2.4.0cvs135
5075         * src/prefs_summaries.c
5076                 correct menu item text in prefs_keybind_apply_clicked()
5078 2006-09-03 [paul]       2.4.0cvs134
5080         * manual/advanced.xml
5081                 some improvements to the descriptions
5082         * src/mainwindow.c
5083         * src/messageview.c
5084         * src/summaryview.c
5085         * src/gtk/menu.c
5086                 fix menu sensitivity issues
5087         * src/prefs_message.c
5088                 drop the useless word 'short'
5089         * src/prefs_other.c
5090                 add the word 'lines' indicating log length
5091                 is a measure of lines
5092         * src/textview.c
5093                 fix compilation warnings
5095 2006-09-02 [colin]      2.4.0cvs133
5097         * src/messageview.c
5098                 Display a special return-receipt message
5099                 if the message is from the user
5100         * src/summaryview.c
5101                 Fix missing freeze of the list when marking
5102                 all read and unthreading for exec. Thanks
5103                 to Stephan Sachse.
5105 2006-09-02 [paul]       2.4.0cvs132
5107         * src/mainwindow.c
5108         * src/prefs_message.c
5109         * src/summaryview.c
5110                 fix some english
5112 2006-09-02 [wwp]        2.4.0cvs131
5114         * src/prefs_filtering.c
5115                 added an account name column to the filtering rules
5116                 dialog.
5118 2006-09-02 [colin]      2.4.0cvs130
5120         * src/gtk/logwindow.c
5121         * src/gtk/logwindow.h
5122                 Block scrolling if we're not at the end
5123                 of the log
5125 2006-09-02 [colin]      2.4.0cvs129
5127         * src/folder.c
5128                 Make sure account-specific rules can't
5129                 be used in {pre-,post-,}processing
5130         * src/mainwindow.c
5131         * src/gtk/logwindow.c
5132         * src/gtk/logwindow.h
5133                 Jump to last error when clicking on the
5134                 warning icon
5136 2006-09-02 [colin]      2.4.0cvs128
5138         * src/imap.c
5139         * src/import.c
5140         * src/mainwindow.c
5141         * src/mainwindow.h
5142                 Fix warning icon
5143         * src/inc.c
5144         * src/mbox.c
5145         * src/mbox.h
5146                 Let proc_mbox know its account, for
5147                 account-specific rules
5149 2006-09-01 [colin]      2.4.0cvs127
5151         * src/codeconv.c
5152                 Don't uselessly use iconv to convert from
5153                 us-ascii
5154         * src/alertpanel.c
5155         * src/mainwindow.c
5156         * src/mainwindow.h
5157         * src/inc.c
5158                 Fix certain log cases, disable warning icon
5159                 for now, the correct way to display it when
5160                 necessary and only when necessary is probably
5161                 to do it manually rather than use error logs
5162         * src/etpan/imap-thread.c
5163                 Clean up UID logging a bit
5164         * src/gtk/logwindow.c
5165         * src/gtk/logwindow.h
5166                 Make logging faster when the window's closed
5168 2006-09-01 [wwp]        2.4.0cvs126
5170         * manual/fr/account.xml
5171                 reflect changes to the ref. manual (parts of cvs72):
5172                 fix tabnames and quotes.
5174 2006-09-01 [wwp]        2.4.0cvs125
5176         * manual/fr/plugins.xml
5177                 reflect changes to the reference manual (cvs42):
5178                 update IRC channel info.
5180 2006-09-01 [wwp]        2.4.0cvs124
5182         * commitHelper
5183                 use CVSEDITOR env. var. if set, according to `man cvs`.
5185 2006-09-01 [wwp]        2.4.0cvs123
5187         * manual/advanced.xml
5188                 better sentence again (thanks to Paul).
5190 2006-09-01 [wwp]        2.4.0cvs122
5192         * manual/advanced.xml
5193         fix definition of toolbar_detachable and rework a bit the one of
5194         enable_dotted_lines.
5196 2006-09-01 [mones]      2.4.0cvs121
5198         * manual/advanced.xml
5199                 Document enable_dotted_lines
5201 2006-09-01 [paul]       2.4.0cvs120
5203         * src/folderview.c
5204         * src/folderview.h
5205         * src/imap.c
5206         * src/mainwindow.c
5207         * src/summaryview.c
5208                 obey the 'When entering folder...' option
5209                 when using the /View/Go to/... menu items
5210                 Thanks to Colin
5212 2006-08-31 [colin]      2.4.0cvs119
5214         * src/folderview.c
5215                 Revert 2.4.0cvs116, wrong fix.
5217 2006-08-31 [colin]      2.4.0cvs118
5219         * src/gtk/gtksctree.c
5220                 Better state the various copyrights
5222 2006-08-31 [colin]      2.4.0cvs117
5224         * src/prefs_common.c
5225                 fix enable_dotted_lines
5227 2006-08-31 [colin]      2.4.0cvs116
5229         * src/folderview.c
5230                 Use pref "Always open on select" when going
5231                 to next unread folder
5232         * src/gtk/gtksctree.c
5233                 Fix link failure to _gtk_clist_create_cell_layout
5234                 on certain computers. (Why not mine, I wonder)
5236 2006-08-31 [colin]      2.4.0cvs115
5238         * src/procmsg.c
5239         * src/textview.c
5240         * src/plugins/bogofilter/bogofilter.c
5241         * src/plugins/spamassassin/spamassassin.c
5242                 Requalify some "errors" to warnings
5243         * src/mainwindow.c
5244         * src/mainwindow.h
5245         * src/statusbar.c
5246                 Add an icon in the statusbar to notify
5247                 of errors
5248         * src/gtk/gtksctree.c
5249         * src/folderview.c
5250         * src/summaryview.c
5251                 Make the GtkSCTree look more modern by
5252                 alternating background lines
5253         * src/prefs_common.c
5254         * src/prefs_common.h
5255                 Add a pref to let people have the old
5256                 way if they prefer
5259 2006-08-30 [colin]      2.4.0cvs114
5261         * src/procmsg.c
5262         * src/procmsg.h
5263                 Provide a way to filter a list of
5264                 messages in an optimised manner, and
5265                 add a list-filtering hook
5266         * src/folder.c
5267         * src/inc.c
5268         * src/mbox.c
5269                 Use the list filtering
5270         * src/plugins/bogofilter/bogofilter.c
5271                 Use the list-filtering hook
5272                 Use -b (bulk) mode for more speed
5273                 when learning and filtering
5274         * src/etpan/imap-thread.c
5275                 Make log output shorter in UID SEARCH
5278 2006-08-30 [colin]      2.4.0cvs113
5280         * src/plugins/bogofilter/bogofilter.c
5281                 Really fast mass learning - thanks to David
5282                 Relson for the options explanations :)
5284 2006-08-30 [colin]      2.4.0cvs112
5286         * src/msgcache.c
5287                 Fix compilation on FreeBSD. Thanks
5288                 to Michael Hugues
5290 2006-08-29 [colin]      2.4.0cvs111
5292         * src/folderview.c
5293                 Handle "popup_menu" signal (for popping the 
5294                 menu via the keyboard)
5295         * src/mimeview.c
5296         * src/mimeview.h
5297         * src/summaryview.c
5298         * src/textview.c
5299         * src/gtk/gtkutils.c
5300         * src/gtk/gtkutils.h
5301                 Factorize scrolling code, and add an API 
5302                 for MimeViewers to handle scroll orders
5304 2006-08-29 [wwp]        2.4.0cvs110
5306         * src/plugins//bogofilter/bogofilter.c
5307         * src/plugins//spamassassin/spamassassin.c
5308                 make the bogofilter/spamassassin filtering error dialogs at
5309         incorporation obey to the "don't popup error dialog on
5310         receive error" option. If disabled, feed the log window w/
5311         the error message.
5313 2006-08-29 [paul]
5315         2.5.0-rc2 released
5317 2006-08-29 [paul]       2.4.0cvs109
5319         * Makefile.am
5320                 remove 'make release', it's not needed
5321                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5323 2006-08-29 [paul]       2.4.0cvs108
5325         * src/foldersel.c
5326         * src/summary_search.c
5327         * src/gtk/progressdialog.c
5328         * src/plugins/pgpcore/passphrase.c
5329                 replace deprecated gtk_window_set_policy()
5331 2006-08-29 [colin]      2.4.0cvs107
5333         * src/folder.c
5334                 Fix data loss when copy fails during a move:
5335                 only use fast remove_msgs if everything was
5336                 copied OK; else use slow remove_msg on the
5337                 mails that got copied only.
5339 2006-08-28 [paul]       2.4.0cvs106
5341         * src/mh.c
5342                 revert change in 2.4.0cvs104, it breaks
5343                 stuff
5345 2006-08-28 [paul]       2.4.0cvs105
5347         * src/plugins/spamassassin/spamassassin.c
5348                 english fix
5350 2006-08-28 [paul]       2.4.0cvs104
5352         * src/mh.c
5353                 fix data loss when moving to another
5354                 mailbox fails
5355         * src/prefs_spelling.c
5356                 improve the english
5357         * src/gtk/pluginwindow.c
5358                 improve the layout of the dialog text
5359         All thanks to Colin
5361 2006-08-28 [paul]       2.4.0cvs103
5363         * src/plugins/bogofilter/bogofilter.c
5364         * src/plugins/bogofilter/bogofilter_gtk.c
5365                 fix english up a bit, innit
5367 2006-08-28 [paul]       2.4.0cvs102
5369         * configure.ac
5370         * po/Makefile.in.in
5371         * po/Makevars
5372                 require autoconf 2.60, enabling building
5373                 with gettext 0.15 (gettext 0.14.x build still
5374                 possible). Replace Makefiles with versions
5375                 from gettext 0.15.
5376                 Remove configure options --with-localedir and
5377                 --with-mandir. The options that are provided
5378                 directly by autoconf 2.60 can be used instead:
5379                 --mandir --localedir
5381 2006-08-27 [colin]      2.4.0cvs101
5383         * src/plugins/bogofilter/Makefile.am
5384                 Fix make dist (no README)
5386 2006-08-27 [colin]      2.4.0cvs100
5388         * src/folder.c
5389                 Don't use F_UNKNOWN folders for any default
5390                 outbox/trash/etc
5391         * src/plugins/bogofilter/bogofilter.c
5392         * src/plugins/bogofilter/bogofilter.h
5393         * src/plugins/bogofilter/bogofilter_gtk.c
5394                 Add an option to specify the path to bogofilter
5395                 Use single-quotes to be able to learn in folders
5396                 with spaces in their names
5397                 Verify learning status
5399 2006-08-27 [colin]      2.4.0cvs99
5401         * manual/faq.xml
5402         * manual/plugins.xml
5403                 Document Bogofilter plugin
5405 2006-08-27 [colin]      2.4.0cvs98
5407         * src/compose.c
5408         * src/messageview.c
5409         * src/procmsg.c
5410         * src/procmsg.h
5411                 When possible, copy the queued mail to sent folder
5412                 instead of re-adding. Much faster on IMAP.
5414 2006-08-27 [colin]      2.4.0cvs97
5416         * src/msgcache.c
5417                 Disable mmaped caches - huge metadata loss
5418                 here after a power failure.
5419         * src/summaryview.c
5420                 Add quicksearch timing
5421         * src/common/plugin.c
5422         * src/common/plugin.h
5423                 Implement an interface to tell what plugins
5424                 provide. Prevent loading of similar plugins.
5425         * src/plugins/clamav/clamav_plugin.c
5426         * src/plugins/demo/demo.c
5427         * src/plugins/dillo_viewer/dillo_viewer.c
5428         * src/plugins/pgpcore/plugin.c
5429         * src/plugins/pgpinline/pgpinline.c
5430         * src/plugins/pgpmime/pgpmime.c
5431         * src/plugins/spamassassin/spamassassin.c
5432         * src/plugins/trayicon/trayicon.c
5433                 Implement plugin_provides()
5435 2006-08-27 [colin]      2.4.0cvs96
5437         * configure.ac
5438         * src/plugins/Makefile.am
5439         * src/plugins/bogofilter/.cvsignore
5440         * src/plugins/bogofilter/Makefile.am
5441         * src/plugins/bogofilter/bogofilter.c
5442         * src/plugins/bogofilter/bogofilter.h
5443         * src/plugins/bogofilter/bogofilter_gtk.c
5444                 New Bogofilter plugin, provides filtering and
5445                 learning. Spamassassin will go to extra plugins.
5447 2006-08-26 [mones]      2.4.0cvs95
5449         * manual/handling.xml
5450                 Fix subfolder path in the example (thanks to Paul) 
5452 2006-08-26 [mones]      2.4.0cvs94
5454         * manual/glossary.xml
5455                 2.2. + add ISP to the glossary
5456                 7.5. + Add UIDL to glossary
5457                 7.7. + Add TCP to glossary
5458         * manual/handling.xml
5459                 7.1. + Mentions GNU/Linux distribution, what about the non...
5460                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5461                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5462                 7.4. = Use appropriate quotation for commands
5463                 7.6. = change "" to <quote></quote>
5464         * manual/plugins.xml
5465                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5466         * manual/starting.xml
5467                 2.1. + local mbox file: some examples of mbox file locations...
5468                 Also reformatted files requiring it
5470 2006-08-26 [wwp]        2.4.0cvs93
5472         * src/summary_search.c
5473                 disable find buttons while summary search is running.
5475 2006-08-25 [colin]      2.4.0cvs92
5477         * src/folder.c
5478         * src/folderutils.c
5479         * src/mh.c
5480         * src/procmsg.h
5481         * src/summaryview.c
5482                 Speed up MH moving, and add progressbar
5483                 for MH deletion
5484         * src/msgcache.c
5485                 Write cache files using mmap() too
5487 2006-08-25 [wwp]        2.4.0cvs91
5489         * src/summaryview.c
5490                 switch spam<->ham button when a message has been marked as spam or ham
5491                 and is still selected. Thanks to Colin.
5493 2006-08-25 [paul]       2.4.0cvs90
5495         * src/Makefile.am
5496         * src/stock_pixmap.c
5497         * src/stock_pixmap.h
5498         * src/summaryview.c
5499         * src/gtk/icon_legend.c
5500         * src/pixmaps/copied.xpm
5501         * src/pixmaps/moved.xpm
5502                 add icons for delayed execution marked for
5503                 copying, marked for moving
5505 2006-08-25 [mones]      2.4.0cvs89
5507         * manual/glossary.xml
5508                 Fix the other glossary items:
5509                 5.1. = Inmmediate execution -> <quote>immediate execution...
5510                 5.2. = Fix MBOX capitalization -> Mbox
5511                 5.3. + Improve Plugins def. w/ tech. ref.
5512                 5.4. = Quotation -> replace '>' by <quote>></quote>
5513                 5.5. - SMTP Server. -> remove dot
5514         * po/es.po
5515                 Updated translation
5517 2006-08-25 [mones]      2.4.0cvs88
5519         * manual/ack.xml
5520                 Reformatted, changed email address
5521         * manual/glossary.xml
5522                 Reformatted, fixed MANUAL-TODO items:
5523                 8.2. + add ROT-13 to glossary
5524                 8.4. + add URL to glossary
5525         * manual/es/advanced.xml
5526                 Fixed <literal>s
5528 2006-08-25 [paul]       2.4.0cvs87
5530         * src/gtk/icon_legend.c
5531                 add 'marked for deletion' icon
5532                 arrange icons by containing column
5533                 wrap long label text
5535 2006-08-25 [colin]      2.4.0cvs86
5537         * src/common/utils.c
5538         * src/common/utils.h
5539                 Add the sc_g_*list_bigger functions in
5540                 a place everyone can use it
5541         * src/summaryview.c
5542                 Only freeze/thaw the list when working
5543                 on the selection, if it's bigger than 1
5544         * src/gtk/gtksctree.c
5545                 Only freeze/thaw the list when unselec-
5546                 ting 'all' if ('all' != 1)
5547                 This avoids some flickering
5549 2006-08-24 [colin]      2.4.0cvs85
5551         * src/addressbook.c
5552                 Fix strange list selection
5553                 Fix random seg (Invalid read of freed memory)
5555 2006-08-24 [colin]      2.4.0cvs84
5557         * src/alertpanel.c
5558         * src/gtk/inputdialog.c
5559         * src/plugins/pgpcore/passphrase.c
5560                 Revert minimal width patch of 2.4.0cvs67,
5561                 as it is also a maximal width. Use 
5562                 gtk_window_set_default_size instead.
5564 2006-08-24 [colin]      2.4.0cvs83
5566         * src/msgcache.c
5567                 Write cache/mark to temp files before
5568                 overwriting old ones (avoids metadata
5569                 loss if writing the new files fail).
5570                 Use mmap() to read cache/mark file, as
5571                 this makes cache reading faster. Dis-
5572                 abled for big-endian machines until it
5573                 can be tested. (Big-endian users: set
5574                 msgcache_use_mmap = TRUE in the relevant
5575                 #if).
5576         * src/procmsg.h
5577                 Move rarely used fields of MsgInfo in 
5578                 another structure, which will only be
5579                 allocated if needed. Face, X-Face,
5580                 Return receipt headers and List-*
5581                 headers are moved. Mails having none
5582                 of these occupy 52 bytes less with
5583                 this patch, which makes 2.5MB of RAM
5584                 saved on a 50k folder).
5585         * src/headerview.c
5586         * src/mainwindow.c
5587         * src/messageview.c
5588         * src/partial_download.c
5589         * src/procheader.c
5590         * src/procmsg.c
5591         * src/textview.c
5592                 Follow this structure change.
5594 2006-08-24 [wwp]        2.4.0cvs82
5596         * manual/es/.cvsignore
5597         * manual/es/dist/.cvsignore
5598         * manual/es/dist/html/.cvsignore
5599         * manual/es/dist/pdf/.cvsignore
5600         * manual/es/dist/ps/.cvsignore
5601         * manual/es/dist/txt/.cvsignore
5602                 more (generated) files to ignore.
5604 2006-08-24 [colin]      2.4.0cvs81
5606         * src/folder.c
5607         * src/mh.c
5608                 Fix possible problems with local delivery. Check the folder doesn't
5609                 need scan before setting its mtime when saving cache (which can be
5610                 done long after the folder's been modified by an external process);
5611                 Check that the stored item's mtime didn't change in mh functions.
5613 2006-08-24 [mones]      2.4.0cvs80
5615         * manual/advanced.xml
5616                 Rewrapping, some fixes and MANUAL-TODO items:
5617                 8.1. = change "" to <quote></quote>
5618                 8.3. = quote menu items
5619                 8.5. - deploying -> new user ... ideally a new user (redundant)
5621 2006-08-23 [colin]      2.4.0cvs79
5623         * src/gtk/gtksctree.c
5624                 When selecting or deselecting range, only
5625                 freeze/thaw when selection is bigger than 10
5627 2006-08-23 [colin]      2.4.0cvs78
5629         * src/messageview.c
5630         * src/mimeview.c
5631         * src/mimeview.h
5632         * src/plugins/dillo_viewer/dillo_viewer.c
5633                 Provide an API for MimeViewer plugins to
5634                 return a text selection for replying
5636 2006-08-23 [colin]      2.4.0cvs77
5638         * src/image_viewer.c
5639         * src/textview.c
5640                 Use gtk_pixbuf_new_from_file_at_scale(), which
5641                 is faster than getting the pixbuf then resizing
5642                 it.
5644 2006-08-23 [colin]      2.4.0cvs76
5646         * src/procmime.c
5647                 UTF-8 should be sent Quoted-printable
5649 2006-08-22 [colin]      2.4.0cvs75
5651         * src/mh.c
5652                 Check if scan is required before touching
5653                 the folder (or it'll be required every time)
5655 2006-08-22 [colin]      2.4.0cvs74
5657         * configure.ac
5658                 Require libetpan 0.46 (crasher fix when built
5659                 against gnutls)
5661 2006-08-22 [colin]      2.4.0cvs73
5663         * src/folder.c
5664                 Set folder's mtime after writing its
5665                 cache
5666         * src/folderview.c
5667                 Add some timing
5668         * src/procmsg.c
5669                 Don't do useless stuff if we don't 
5670                 thread by subject
5671         * src/summaryview.c
5672                 Add some timing, don't deselect prior
5673                 to selecting (gtksctree does it itself),
5674                 remove crash avoidance hacks as it's been
5675                 properly fixed since a while
5676         * src/common/utils.c
5677                 Optimize to_human_readable(): _() is slow,
5678                 do it only once, and avoid %f format for KB
5679                 (the most common in a summaryview)
5680         * src/gtk/gtksctree.c
5681                 Don't uselessly freeze/thaw (fixes flicker
5682                 on next unread and friends), reduce number
5683                 of g_list_nth/g_list_position where possible
5684         * src/gtk/gtkutils.c
5685         * src/gtk/gtkutils.h
5686                 Reduce number of g_list_nth/g_list_position
5687                 where possible.
5688                 All of this makes loading as 70k folder 2.1
5689                 seconds instead of 3.2 (with hot FS caches).
5690                 (1.3 seconds without Date and Size columns...)
5692 2006-08-22 [paul]       2.4.0cvs72
5694         wrap documents and do some items from mones' MANUAL-TODO:
5696         * manual/account.xml
5697                 4.1. = fix tabname references to <quote>tabname</quote>
5698                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5699         * manual/faq.xml
5700                 1.1. = mentioned options don't match UI
5701                 Add information about the 'Never send Return Receipts'
5702                 option
5703         * manual/handling.xml
5704                 6.2. = Mentions Extended symbols button, but now is
5705                 named Information
5706                 6.3. = Mentions ... button, which is now Edit
5708 2006-08-22 [colin]      2.4.0cvs71
5710         * src/gtk/pluginwindow.c
5711                 Fix layout in verbose translations (such
5712                 as french)
5714 2006-08-22 [paul]       2.4.0cvs70
5716         * manual/Makefile.am
5717                 build manuals in alphabetical order
5718         * src/addressbook.c
5719         * src/prefs_themes.c
5720                 replace/remove deprecated symbols
5721         * src/gtk/gtkutils.c
5722                 fix a warning
5723         * src/gtk/pluginwindow.c
5724                 replace deprecated symbol
5725                 replace label text and move it
5726         * src/plugins/pgpcore/prefs_gpg.c
5727                 move the 'Generate...' button out of the
5728                 Sign Key frame, replace the English used
5729         * src/plugins/pgpcore/sgpgme.c
5730                 fixes to the English
5732 2006-08-21 [colin]      2.4.0cvs69
5734         * src/plugins/trayicon/trayicon.c
5735                 Add more strings for translation; patch
5736                 by Pawel
5738 2006-08-21 [colin]      2.4.0cvs68
5740         * src/compose.c
5741                 fix replied flag not set after drafting
5742         * src/matcher.c
5743                 fix body quicksearch in non-encoded bodies
5744                 containing '='
5745         * src/msgcache.c
5746                 Get rid of the g_malloc workaround for
5747                 corrupted caches, use g_try_malloc
5749 2006-08-21 [colin]      2.4.0cvs67
5751         * src/alertpanel.c
5752         * src/gtk/inputdialog.c
5753         * src/plugins/pgpcore/passphrase.c
5754                 Set minimal width to 375
5755         * src/mainwindow.c
5756                 Fix switching to offline, asking if it 
5757                 should be overriden for synchronising
5758         * src/mimeview.c
5759                 Don't offer to remember command on Open 
5760                 with for text parts, as the browser or 
5761                 text editor command isn't changed from 
5762                 there
5764 2006-08-20 [paul]       2.4.0cvs66
5766         * po/ko.po
5767         * po/zh_CN.po
5768                 fix plural form errors. revealed by stricter
5769                 checking of gettext 0.15
5771 2006-08-18 [paul]       2.4.0cvs65
5773         * src/stock_pixmap.c
5774                 fix the fix of 2.4.0cvs64
5775                 Thanks to Colin
5777 2006-08-18 [paul]       2.4.0cvs64
5779         * src/stock_pixmap.c
5780                 fix leaks
5781                 Thanks to Colin
5783 2006-08-18 [paul]       2.4.0cvs63
5785         * src/compose.c
5786         * src/procmsg.c
5787                 fix occasional IMAP bug where large msgs
5788                 were left in the queue folder after sending
5789                 Thanks to Colin
5791 2006-08-18 [paul]       2.4.0cvs62
5793         * src/folderview.c
5794                 freeze the summaryview while quicksearch results
5795                 are displayed
5796                 (fixes bug 456 'current message is hidden when the
5797                 view is refreshed and extended search is "unread 
5798                 messages"')
5799                 Thanks to Colin
5800         * src/textview.c
5801                 add missing #include "inputdialog.h"
5802         * src/common/utils.h
5803                 add missing mailcap_update_default() and improve
5804                 readability
5806 2006-08-17 [colin]      2.4.0cvs61
5808         * src/plugins/pgpcore/select-keys.c
5809                 Fix warnings :)
5811 2006-08-17 [colin]      2.4.0cvs60
5813         * src/compose.c
5814                 Don't continue queuing if Cancel is clicked
5815                 in select-keys
5817 2006-08-17 [colin]      2.4.0cvs59
5819         * src/plugins/pgpcore/select-keys.c
5820                 When encrypting, if only one key matches and it 
5821                 matches exactly, automatically use it.
5823 2006-08-17 [colin]      2.4.0cvs58
5825         * src/mimeview.c
5826         * src/prefs_common.c
5827         * src/prefs_common.h
5828         * src/prefs_ext_prog.c
5829         * src/textview.c
5830                 Fix issues with previous patch (text/html)
5831                 Remove outdated prefs
5833 2006-08-17 [colin]      2.4.0cvs57
5835         * src/imap.c
5836                 Add View Log button on auth error
5837         * src/procmsg.c
5838                 Fix encrypted mail marked as new when
5839                 saved in normal folders
5840         * src/plugins/pgpinline/pgpinline.c
5841                 Fix encrypt bug on IMAP
5842         * src/mimeview.c
5843         * src/common/utils.c
5844         * src/common/utils.h
5845         * src/gtk/inputdialog.c
5846         * src/gtk/inputdialog.h
5847                 Get rid of metamail stuff, simplify
5848                 opening, and allow remembering of user's
5849                 choices (by updating ~/.mailcap). There's
5850                 still to drop "Audio player" and "Image
5851                 viewer" preferences.
5853 2006-08-17 [mones]      2.4.0cvs56
5855         * manual/es/sylpheed-claws-manual.xml
5856                 fix DTD path
5858 2006-08-17 [mones]      2.4.0cvs55
5860         * configure.ac
5861         * manual/Makefile.am
5862         * manual/es/Makefile.am
5863         * manual/es/account.xml
5864         * manual/es/ack.xml
5865         * manual/es/addrbook.xml
5866         * manual/es/advanced.xml
5867         * manual/es/faq.xml
5868         * manual/es/glossary.xml
5869         * manual/es/gpl.xml
5870         * manual/es/handling.xml
5871         * manual/es/intro.xml
5872         * manual/es/keyboard.xml
5873         * manual/es/plugins.xml
5874         * manual/es/starting.xml
5875         * manual/es/sylpheed-claws-manual.xml
5876         * manual/es/dist/Makefile.am
5877         * manual/es/dist/html/Makefile.am
5878         * manual/es/dist/pdf/Makefile.am
5879         * manual/es/dist/ps/Makefile.am
5880         * manual/es/dist/txt/Makefile.am
5881                 Spanish translation for the manual
5883 2006-08-16 [colin]      2.4.0cvs54
5885         * src/compose.c
5886         * src/main.c
5887         * src/mainwindow.c
5888                 Fix send button sensitivity at startup
5889                 Set send menu sensitivity (patch by Fabien)
5890         * src/ssl_manager.c
5891                 Enable closing with esc (patch by Fabien)
5892         * src/gtk/foldersort.c
5893                 Enable closing with esc (patch by Fabien)
5894         * src/procmime.c
5895                 Optimisation (no need to copy to tempfile to
5896                 "decode" 7bit and 8bit)
5897         * src/summaryview.c
5898                 Fix cruft in swap_from case
5899         * src/textview.c
5900                 Fix missing last line in some mail cases 
5901                 (Fixes debian #381872)
5902         * src/plugins/pgpcore/prefs_gpg.c
5903         * src/plugins/pgpcore/sgpgme.c
5904         * src/plugins/pgpcore/sgpgme.h
5905                 Don't show "no key found" when user explicitely
5906                 wants to create a key
5908 2006-08-16 [paul]       2.4.0cvs53
5910         * configure.ac
5911         * src/account.c
5912         * src/addressbook.c
5913         * src/headerview.c
5914         * src/prefs_account.c
5915         * src/prefs_message.c
5916         * src/gtk/gtkutils.c
5917                 bump up minimum required versions of GTK+ and
5918                 GLIB to 2.6.0
5920 2006-08-16 [paul]       2.4.0cvs52
5922         * src/toolbar.c
5923                 workaround GTK+ Bug 351600 - 'Can't re-click
5924                 on button after sensitivity update'
5925                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5926                 Thanks to Colin
5928 2006-08-15 [colin]      2.4.0cvs51
5930         * src/plugins/pgpcore/prefs_gpg.c
5931                 Set options sensitivity according to
5932                 key existence
5933         * src/plugins/pgpcore/sgpgme.c
5934                 Allow to create key with no passphrase
5936 2006-08-14 [cleroy]     2.4.0cvs50
5938         * src/gtk/pluginwindow.c
5939                 New layout (maybe to be changed?)
5940         * src/gtk/gtkutils.c
5941                 Fix a bit label_window
5942         * src/plugins/pgpcore/passphrase.c
5943         * src/plugins/pgpcore/passphrase.h
5944         * src/plugins/pgpcore/plugin.c
5945         * src/plugins/pgpcore/prefs_gpg.c
5946         * src/plugins/pgpcore/prefs_gpg.h
5947         * src/plugins/pgpcore/sgpgme.c
5948         * src/plugins/pgpcore/sgpgme.h
5949                 Allow to create a PGP private key via the GUI
5951 2006-08-14 [wwp]        2.4.0cvs49
5953         * src/addressbook_foldersel.c
5954                 fix strict ISO C90 compliance.
5956 2006-08-14 [paul]       2.4.0cvs48
5958         * src/gtk/prefswindow.c
5959                 re-set scrolled window on opening
5960                 Patch by Ticho
5962 2006-08-14 [paul]
5964         2.5.0-rc1 released
5966 2006-08-14 [paul]       2.4.0cvs47
5968         * src/prefs_display_header.c
5969                 re-enable user-defined Displayed Headers
5971 2006-08-14 [paul]       2.4.0cvs46
5973         * src/prefs_account.c
5974                 use GTK_STOCK_EDIT
5976 2006-08-13 [colin]      2.4.0cvs45
5978         * src/common/utils.c
5979                 Fix "a" in quote when the original message is empty,
5980                 by using \0 instead of 'a' to test writability of
5981                 temp files.
5983 2006-08-13 [wwp]        2.4.0cvs44
5985         * src/plugins/spamassassin/spamassassin.c
5986                 fix capitalization of "SpamAssassin" in some debug, log and
5987                 dialog messages.
5989 2006-08-13 [paul]       2.4.0cvs43
5991         * src/editldap.c
5992                 fix overlapping widgets
5993         * src/prefs_account.c
5994                 fix translation of protocol_names[]
5995                 fix label disappearing off the edge of the
5996                 visible area
5998 2006-08-12 [paul]       2.4.0cvs42
6000         * manual/plugins.xml
6001                 update IRC channel info before it gets forgotten
6002                 about
6004 2006-08-11 [colin]      2.4.0cvs41
6006         * src/compose.c
6007         * src/mainwindow.c
6008         * src/mainwindow.h
6009         * src/procmsg.c
6010         * src/procmsg.h
6011         * src/summaryview.c
6012         * src/toolbar.c
6013                 Grey out the Send button if
6014                 - Queue folders are empty, or
6015                 - We're sending already
6017 2006-08-11 [wwp]        2.4.0cvs40
6019         * src/main.c
6020                 fix a logic issue when quitting while a compose window is
6021                 still open, thanks to Colin.
6023 2006-08-10 [colin]      2.4.0cvs39
6025         * src/main.c
6026                 Fix default font size setting after wizard run
6027         * src/imap.c
6028         * src/etpan/imap-thread.c
6029         * src/etpan/imap-thread.h
6030                 Fix bug #999 (Timing out on TSL cert validation 
6031                 dialog makes ugly things happen). Also, STARTTLS
6032                 unconditionnaly if initial capabilities contain
6033                 LOGINDISABLED and STARTTLS.
6035 2006-08-09 [colin]      2.4.0cvs38
6037         * src/mainwindow.c
6038         * src/mainwindow.h
6039                 Fix Tools/Actions sensitivity when there are
6040                 no actions
6042 2006-08-09 [colin]      2.4.0cvs37
6044         * src/prefs_filtering.c
6045                 Warning fix, patch by Paul
6046         * src/messageview.c
6047         * src/prefs_actions.c
6048         * src/prefs_filtering_action.c
6049         * src/prefs_matcher.c
6050                 Uniformisation of "Info ..." to "Info..." (for
6051                 old gtk), patch by Fabien
6052         * src/plugins/clamav/clamav_plugin_gtk.c
6053                 Sensitivity fix by Fabien
6055 2006-08-09 [colin]      2.4.0cvs36
6057         * src/main.c
6058         * src/main.h
6059                 Add a function to know whether we're exiting
6060         * src/plugins/trayicon/trayicon.c
6061                 If exiting, don't do anything. Faster, and
6062                 avoids gtk_main_iteration reentracy causing
6063                 segfaults at exit
6065 2006-08-09 [colin]      2.4.0cvs35
6067         * src/messageview.c
6068         * src/mimeview.c
6069         * src/mimeview.h
6070                 Fix lack of part selection when automatically 
6071                 jumping to a specific part
6072         * src/msgcache.c
6073                 Little optimisation in cache reading
6075 2006-08-09 [colin]      2.4.0cvs34
6077         * src/compose.c
6078                 Fix crash setting the priority on reedit
6079                 (Accessing compose before creating it!)
6081 2006-08-08 [colin]      2.4.0cvs33
6083         * src/procmime.c
6084                 Fix bug #998 (last attachment is not accessible)
6085                 Bad RFC interpretation on multipart close-delimiters
6086         * src/mimeview.c
6087         * src/mimeview.h
6088         * src/gtk/gtkvscrollbutton.c
6089         * src/gtk/gtkvscrollbutton.h
6090                 Make attachments list wheel-scrollable
6092 2006-08-07 [colin]      2.4.0cvs32
6094         * src/gtk/gtkaspell.c
6095                 Fix bug #973 (Unicode punctation characters 
6096                 are not recognized as separators by the
6097                 spell checker); fix unsigned stuff
6099 2006-08-07 [colin]      2.4.0cvs31
6101         * src/compose.c
6102                 Fix bug #956 (DnD text with accents in compose 
6103                 text entry); fix gccc's signed/unsigned fuss
6105 2006-08-06 [colin]      2.4.0cvs30
6107         * src/main.c
6108                 Fix bug #979 (Plugin crashes when exiting 
6109                 sylpheed-claws) : handle exit request only 
6110                 once
6112 2006-08-05 [colin]      2.4.0cvs29
6114         * src/news.c
6115                 Just make sure we have a msgid.
6117 2006-08-05 [colin]      2.4.0cvs28
6119         * src/news.c
6120         * src/summaryview.c
6121                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6122                 by reimplementing it
6123         * src/textview.c
6124                 Fix bug when hiding quotes with level > 3 and quote
6125                 colors are recycled
6127 2006-08-04 [colin]      2.4.0cvs27
6129         * src/compose.c
6130         * src/undo.c
6131         * src/undo.h
6132                 Fix a bit replace-by-pasting undo
6133         * src/mainwindow.c
6134         * src/messageview.c
6135                 Fix Fold quotes menu synchro in
6136                 mainwindow when it changes in 
6137                 messageview
6138         * src/textview.c
6139                 Fix right-click on quotes blocks
6140         * src/common/utils.c
6141                 Verify that the file created by
6142                 my_tmpfile() is writable. Fixes
6143                 bug #988 (very specific filesystem
6144                 issue)
6145         * src/plugins/pgpcore/sgpgme.c
6146                 Fix file descriptor leak
6147         * src/plugins/spamassassin/spamassassin.c
6148                 Warn once if spamd isn't reachable
6150 2006-08-04 [colin]      2.4.0cvs26
6152         * src/toolbar.c
6153                 i18n context patch by Fabien
6155 2006-08-03 [colin]      2.4.0cvs25
6157         * src/mainwindow.c
6158         * src/messageview.c
6159                 Rename "Hide quotes" to "Fold quotes"
6160         * src/textview.c
6161                 Don't use hand cursor on quotes. "all 
6162                 the bonuses of the feature and none of 
6163                 unwelcome side-effects"
6165 2006-08-03 [colin]      2.4.0cvs24
6167         * AUTHORS
6168         * sylpheed-claws.desktop
6169         * src/gtk/authors.h
6170                 Bring the desktop file to XDG compliance
6171                 Patch by Charles A. Edwards
6173 2006-08-03 [colin]      2.4.0cvs23
6175         * src/textview.c
6176                 Fix links offset when they are preceded
6177                 by accentued chars (g_utf8_strlen!)
6178         * src/mainwindow.c
6179                 Fix wrong status when starting offline
6182 2006-08-03 [wwp]        2.4.0cvs22
6184         * src/prefs_common.h
6185                 ask what to do w/ filtering rules that belong to an account when
6186                 applying filtering rules manually from the main window (skip,
6187                 apply regardless of the account, use current account). This dialog
6188                 can be skipped and the last reply used.
6189                 (forgot that file)
6191 2006-08-03 [wwp]        2.4.0cvs21
6193         * src/filtering.c
6194         * src/filtering.h
6195         * src/prefs_common.c
6196         * src/summaryview.c
6197         * src/alertpanel.c
6198         * src/alertpanel.h
6199         * src/messageview.c
6200                 ask what to do w/ filtering rules that belong to an account when
6201                 applying filtering rules manually from the main window (skip,
6202                 apply regardless of the account, use current account). This dialog
6203                 can be skipped and the last reply used.
6206 2006-08-03 [colin]      2.4.0cvs20
6208         * src/textview.c
6209                 Optimize previous patch
6211 2006-08-03 [cleroy]     2.4.0cvs19
6213         * src/textview.c
6214                 Fix quotes getting toggled back when the
6215                 mail has an even number of text parts
6217 2006-08-02 [colin]      2.4.0cvs18
6219         * src/messageview.c
6220                 Add Hide quotes menu
6222 2006-08-02 [colin]      2.4.0cvs17
6224         * src/mainwindow.c
6225         * src/prefs_common.c
6226         * src/textview.c
6227         * src/textview.h
6228         * src/gtk/about.c
6229                 Allow per-level quote hiding,
6230                 Allow toggling quotes by double-clicking them
6231                 Rename RemoteURI to ClickableText to reflect
6232                 the fact it's used for a variety of things
6234 2006-08-02 [wwp]        2.4.0cvs16
6236         * src/mainwindow.c
6237                 fix "View/Hide quotes" menu item status initialization.
6239 2006-08-02 [wwp]        2.4.0cvs15
6241         * src/matcher_parser_parse.y
6242                 remove a debug trace.
6244 2006-08-02 [paul]       2.4.0cvs14
6246         * src/plugins/pgpcore/passphrase.c
6247                 don't set initial dialog size
6248                 make it resizable
6250 2006-08-02 [paul]       2.4.0cvs13
6252         * src/noticeview.c
6253                 remove the rogue '/' character
6255 2006-08-02 [paul]       2.4.0cvs12
6257         * src/noticeview.c
6258                 allow buttons to resize as necessary
6260 2006-08-01 [wwp]        2.4.0cvs11
6262         * src/mbox.c
6263                 fix strict ISO C90 compliance.
6265 2006-08-01 [wwp]        2.4.0cvs10
6267         * tools/update-po
6268                 updated update-po tool to work w/ context-dependent translations.
6269                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6271 2006-08-01 [wwp]        2.4.0cvs9
6273         * src/matcher.c
6274         * src/prefs_filtering.c
6275         * src/prefs_matcher.c
6276                 allow context-dependent translations for "All",
6277                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6279 2006-07-31 [colin]      2.4.0cvs8
6281         * AUTHORS
6282         * src/gtk/authors.h
6283                 Add Rafal to authors
6285 2006-07-31 [colin]      2.4.0cvs7
6287         * src/compose.c
6288         * src/mainwindow.c
6289         * src/messageview.h
6290         * src/prefs_common.c
6291         * src/prefs_common.h
6292         * src/textview.c
6293                 Add 'View/Hide quotes'. Patch based on a patch
6294                 by Rafal Weglarz
6296 2006-07-31 [colin]      2.4.0cvs6
6298         * src/action.c
6299                 Fix problem with "> stuff >" actions
6301 2006-07-31 [paul]       2.4.0cvs5
6303         * po/nb.po
6304                 updated by Geir Helland
6306 2006-07-31 [wwp]        2.4.0cvs4
6308         * src/mainwindow.c
6309         * src/summaryview.c
6310         * src/summaryview.h
6311                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6312                 thanks to Colin.
6314 2006-07-31 [wwp]        2.4.0cvs3
6316         * src/Makefile.am
6317         * src/addr_compl.c
6318         * src/addr_compl.h
6319         * src/addressbook.c
6320         * src/addressbook.h
6321         * src/addressbook_foldersel.c
6322         * src/addressbook_foldersel.h
6323         * src/addrindex.c
6324         * src/addrindex.h
6325         * src/matcher.c
6326         * src/matcher.h
6327         * src/matcher_parser_lex.l
6328         * src/matcher_parser_parse.y
6329         * src/prefs_common.c
6330         * src/prefs_common.h
6331         * src/prefs_filtering.c
6332         * src/prefs_matcher.c
6333         * src/prefs_matcher.h
6334         * src/summaryview.c
6335                 introduce filtering against the address book. It's now possible to add
6336                 matched conditions to determine if any email address in a message matches
6337                 or doesn't match any or all books or folders in the address book.
6339 2006-07-31 [wwp]        2.4.0cvs2
6341         * src/account.c
6342         * src/filtering.c
6343         * src/filtering.h
6344         * src/folder.c
6345         * src/folderview.c
6346         * src/inc.c
6347         * src/mainwindow.c
6348         * src/matcher.c
6349         * src/matcher_parser_lex.l
6350         * src/matcher_parser_parse.y
6351         * src/mbox.c
6352         * src/prefs_filtering.c
6353         * src/prefs_filtering.h
6354         * src/procmsg.c
6355         * src/procmsg.h
6356         * src/summaryview.c
6357                 introduce per-account filtering rules. Each filtering rule can now be assigned
6358                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6359                 when applying filtering rules manually, as all rules will apply - even the ones
6360                 assigned to an account. This issue will be addressed soon.
6364 2006-07-31 [wwp]        2.4.0cvs1
6366         * src/quote_fmt.c
6367                 make more strings translatable.
6369 2006-07-31 [paul]       2.4.0
6371         2.4.0 released
6373 2006-07-31 [paul]       2.3.1cvs91
6375         * po/ca.po
6376                 updated by Miquel Oliete
6378 2006-07-31 [paul]       2.3.1cvs90
6380         * po/de.po
6381         * po/el.po
6382         * po/fr.po
6383         * po/it.po
6384         * po/pl.po
6385         * po/pt_BR.po
6386         * po/sr.po
6387         * po/zh_CN.po
6388                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6389                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6390                 Aleksandar Urosevic, and Ralgh Young
6392 2006-07-31 [paul]       2.3.1cvs89
6394         * src/account.c
6395         * src/main.c
6396         * src/mainwindow.c
6397         * src/mainwindow.h
6398                 Fix a race condition when, after an SC crash, rescanning
6399                 folders took more than 0.5 seconds
6400                 Thanks to Colin
6402 2006-07-31 [paul]       2.3.1cvs88
6404         * src/folderview.c
6405                 don't translate separator strings
6407 2006-07-30 [mones]      2.3.1cvs87
6409         * doc/man/sylpheed-claws.1
6410                 Fixed non-ASCII chars in Hoa's name
6411         * po/es.po
6412                 Updated for release
6414 2006-07-27 [colin]      2.3.1cvs86
6416         * src/textview.c
6417                 Don't include the leading \n in links
6418                 Patch by Fabien
6420 2006-07-25 [colin]      2.3.1cvs85
6422         * src/mainwindow.c
6423         * src/common/socket.h
6424         * src/etpan/imap-thread.c
6425                 Refresh resolvers before connecting
6426                 to IMAP servers, and after switching
6427                 to online. Thanks to Paul.
6429 2006-07-18 [colin]
6431         * 2.4.0-rc4 released
6433 2006-07-17 [colin]      2.3.1cvs84
6435         * src/inc.c
6436                 Show connection attempt in statusbar before
6437                 connecting (previously first message was
6438                 "Retrieving messages from ..." after the
6439                 connection succeeded.
6441 2006-07-16 [wwp]        2.3.1cvs83
6443         * sylpheed-claws.ico
6444                 Added .ico file (windows multi-size icon file, generated).
6446 2006-07-12 [wwp]        2.3.1cvs82
6448         * src/messageview.c
6449                 remove Message/Re-edit menu entry from messageview window,
6450                 as sent/draft/queued messages are opened in compose window when
6451                 re-edited and it's not possible to re-edit other msgs.
6453 2006-07-12 [paul]       2.3.1cvs81
6455         * AUTHORS
6456         * src/mainwindow.c
6457         * src/gtk/authors.h
6458                 check online state before resetting
6459                 mailcheck timer. Useful if some program
6460                 verifies connection state and updates
6461                 Claws.
6462                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6464 2006-07-12 [paul]       2.3.1cvs80
6466         * sylpheed-claws-128x128.png
6467         * sylpheed-claws-64x64.png
6468         * sylpheed-claws.png
6469         * src/Makefile.am
6470         * src/main.c
6471         * src/prefs_toolbar.c
6472         * src/stock_pixmap.c
6473         * src/stock_pixmap.h
6474         * src/wizard.c
6475         * src/gtk/about.c
6476         * src/gtk/gtkutils.c
6477         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6478         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6479         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6480         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6481         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6482         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6483                 updated and renamed logo/icon files and related
6484                 logo by Jesper Schultz
6486 2006-07-11 [paul]       2.3.1cvs79
6488         * src/main.c
6489                 fix the labels a smidgin
6491 2006-07-09 [colin]      2.3.1cvs78
6493         * src/textview.c
6494                 Show errors in textviewer's command
6495                 Patch by H. Merijn Brand
6497 2006-07-09 [colin]      2.3.1cvs77
6499         * src/compose.c
6500                 Save FMID in drafts too
6502 2006-07-08 [colin]      2.3.1cvs76
6504         * src/compose.c
6505                 Svae RMID in drafted mails too
6506                 Save quote_fmt vars for whole mails,
6507                 don't reset at each quote_fmt_init:
6508                 allows to use the same |i{var} in
6509                 various template fields
6510         * src/prefs_template.c
6511         * src/quote_fmt.h
6512         * src/quote_fmt_parse.y
6513                 Same
6515 2006-07-08 [colin]      2.3.1cvs75
6517         * src/textview.c
6518                 Fix highlighting of attached parts URIs
6520 2006-07-08 [colin]      2.3.1cvs74
6522         * src/main.c
6523                 Prevent bug #981 (sc 2.3.1 segfaults with 
6524                 gtk+ 2.10) from being reported again:
6525                 if Sylpheed-Claws has been compiled against
6526                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6527                 of if Sylpheed-Claws has been compiled against
6528                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6529                 error out.
6531 2006-07-07 [colin]      2.3.1cvs73
6533         * src/prefs_actions.c
6534                 Fix label
6536 2006-07-07 [colin]      2.3.1cvs72
6538         * src/prefs_actions.c
6539                 Fix compile on gtk < 2.8. argh :)
6541 2006-07-07 [paul]       2.3.1cvs71
6543         * src/common/defs.h
6544                 update DONATE_URI
6546 2006-07-07 [colin]      2.3.1cvs70
6548         * po/POTFILES.in
6549         * src/quote_fmt.c
6550         * src/quote_fmt_lex.l
6551         * src/quote_fmt_parse.y
6552                 Add |i{var}, a way to insert user-entered
6553                 text in a template
6555 2006-07-07 [colin]
6557         * 2.4.0-rc3 released
6559 2006-07-07 [colin]      2.3.1cvs69
6561         * src/folder.c
6562                 Don't consider inboxes of UNKNOWN folder 
6563                 classes to be useable as default inboxes
6565 2006-07-07 [paul]       2.3.1cvs68
6567         * src/textview.c
6568                 add missing #include <errno.h>
6569                 Thanks to René J. Blokland
6571 2006-07-07 [paul]       2.3.1cvs67
6573         * src/action.c
6574                 Return now Closes dialog
6575         * src/mimeview.c
6576         * src/mimeview.h
6577         * src/textview.c
6578                 add contextual menu to mime parts listed
6579                 in the textview
6580                 Thanks to Colin
6581         * src/common/utils.c
6582                 reversal: ' is a valid character in URLs
6584 2006-07-06 [colin]      2.3.1cvs66
6586         * src/remotefolder.h
6587                 Forgotten in previous commit
6589 2006-07-06 [colin]      2.3.1cvs65
6591         * src/folder.c
6592                 Set summary update flag whenever
6593                 totals changed
6594         * src/imap.c
6595         * src/prefs_account.c
6596         * src/common/utils.h
6597         * src/etpan/imap-thread.c
6598                 Fix warnings, thanks to Fabien and
6599                 Ricardo
6601 2006-07-06 [wwp]        2.3.1cvs64
6603         * src/gtk/gtkutils.c
6604                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6606 2006-07-06 [wwp]        2.3.1cvs63
6608         * src/account.c
6609         * src/addressbook.c
6610         * src/addressitem.h
6611         * src/folderview.c
6612         * src/mainwindow.c
6613         * src/manual.c
6614         * src/manual.h
6615         * src/message_search.c
6616         * src/prefs_actions.c
6617         * src/prefs_filtering.c
6618         * src/prefs_filtering.h
6619         * src/prefs_template.c
6620         * src/summary_search.c
6621         * src/summaryview.c
6622         * src/gtk/gtkutils.c
6623         * src/gtk/gtkutils.h
6624         * src/gtk/pluginwindow.c
6625                 add help buttons to some dialogs. Clicking such buttons opens a
6626                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6628 2006-07-06 [paul]       2.3.1cvs62
6630         * src/textview.c
6631                 fix attachments contextual menu
6632                 Thanks to Colin
6634 2006-07-05 [colin]      2.3.1cvs61
6636         * src/textview.c
6637         * src/compose.c
6638                 Handle sftp:// links
6640 2006-07-05 [paul]       2.3.1cvs60
6642         * src/gtk/filesel.c
6643                 grab save button by default
6644                 Thanks to Colin
6646 2006-07-05 [wwp]        2.3.1cvs59
6648         * manual/xml2pdf
6649                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6651 2006-07-04 [colin]      2.3.1cvs58
6653         * src/mimeview.c
6654         * src/textview.c
6655                 Use left click to select, middle click to open
6656                 on mimeparts links
6657         * src/common/utils.c
6658                 Fix segfault
6660 2006-07-04 [colin]      2.3.1cvs57
6662         * src/mainwindow.c
6663         * src/news.c
6664                 Warning fixes, thanks to Fabien
6666 2006-07-04 [colin]      2.3.1cvs56
6668         * src/mimeview.c
6669         * src/mimeview.h
6670         * src/textview.c
6671                 Allow parts to be selected via their text label
6672                 in textview
6674 2006-07-04 [colin]      2.3.1cvs55
6676         * src/folderview.c
6677                 Feedback when closing (for big folders)
6678         * src/prefs_actions.c
6679         * src/prefs_filtering.c
6680         * src/prefs_matcher.c
6681         * src/prefs_template.c
6682                 Fix default button when closing without
6683                 having saved
6685 2006-07-04 [colin]      2.3.1cvs54
6687         * src/news.c
6688                 Delete local file on deletion
6690 2006-07-03 [colin]      2.3.1cvs53
6692         * src/folderview.c
6693         * src/main.c
6694                 Don't freeze when rescanning after crash
6696 2006-07-03 [wwp]        2.3.1cvs52
6698         * src/compose.c
6699         * src/privacy.c
6700         * src/privacy.h
6701         * src/plugins/pgpinline/pgpinline.c
6702         * src/plugins/pgpmime/pgpmime.c
6703                 don't report an error when the user cancels the passphrase dialog.
6705 2006-07-02 [colin]      2.3.1cvs51
6707         * src/folderview.c
6708                 Open message when crossing folders with Space,
6709                 goto next unread and friends
6711 2006-07-01 [colin]      2.3.1cvs50
6713         * src/prefs_account.c
6714                 Typographic rules varying from language
6715                 to language (in french "Protocole :"),
6716                 we have to do that :)
6718 2006-07-01 [ticho]      2.3.1cvs49
6720         * src/prefs_account.c
6721                 Only use one temporary gchar* variable in
6722                 prefs_account_protocol_set_optmenu().
6724 2006-07-01 [ticho]      2.3.1cvs48
6726         * src/prefs_account.c
6727         * src/prefs_account.h
6728                 Use GtkLabel for existing account protocol name.
6729                 Created an array for protocol names and populate the
6730                 combobox from it in a for() cycle.
6732 2006-06-30 [colin]      2.3.1cvs47
6734         * src/compose.c
6735                 Block undo when changing signature (by changing
6736                 account)
6738 2006-06-30 [paul]       2.3.1cvs46
6740         * src/send_message.c
6741                 when editing From in the Compose window, use that address
6742                 in the Return-Path: header
6743                 Thanks to Colin
6745 2006-06-30 [colin]      2.3.1cvs45
6747         * src/compose.c
6748                 Fix signature replacement:
6749                 - when no newline before separator
6750                 - when reediting
6752 2006-06-29 [colin]      2.3.1cvs44
6754         * src/folderview.c
6755         * src/folderview.h
6756         * src/mainwindow.c
6757         * src/summaryview.c
6758                 Let 'View/Go to/Next marked' work like
6759                 Next new & Next unread: across folders
6760                 Change the select_on_entry pref to do
6761                 what we want when changing folder
6762         * src/common/utils.c
6763                 Fix single-quoted links 
6765 2006-06-29 [colin]      2.3.1cvs43
6767         * src/gtk/gtkaspell.c
6768                 "Sylpheed" and "Sylpheed-Claws" do exist !
6770 2006-06-29 [colin]      2.3.1cvs42
6772         * src/imap.c
6773                 Forgot to remove debug
6775 2006-06-29 [colin]      2.3.1cvs41
6777         * src/imap.c
6778         * src/imap.h
6779         * src/mainwindow.c
6780                 Disconnect from IMAP servers when going
6781                 offline. Fixes bug #978 (going to offline-mode 
6782                 won't close connections)
6784 2006-06-29 [colin]      2.3.1cvs40
6786         * src/main.c
6787                 Fix transient setting on failing plugins
6788                 Patch by Fabien
6789         * src/plugins/pgpcore/sgpgme.c
6790                 Only warn for OpenPGP. Most people don't
6791                 have CMS available.
6793 2006-06-29 [colin]      2.3.1cvs39
6795         * src/compose.c
6796                 Fix Spelling menu (discrepancy between context menu
6797                 and top menu when folder's dictionary isn't the 
6798                 default one)
6799         * src/plugins/pgpcore/sgpgme.c
6800                 More error reporting about why gpgme can fail
6802 2006-06-29 [wwp]        2.3.1cvs38
6804         * src/mainwindow.c
6805                 honor the display-header-pane setting even when the message view
6806                 is a separate window.
6808 2006-06-29 [wwp]        2.3.1cvs37
6810         * src/prefs_actions.c
6811                 forgot to commit that one (use of GTK_STOCK_INFO).
6813 2006-06-29 [colin]      2.3.1cvs36
6815         * src/imap.c
6816                 Better handling of login errors (ask the password
6817                 again once), alert in case of error. Fix three
6818                 signedness warnings.
6820 2006-06-28 [wwp]        2.3.1cvs35
6822         * src/prefs_template.c
6823         * src/prefs_matcher.c
6824         * src/prefs_filtering_action.c
6825         * src/prefs_quote.c
6826                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6827                 patch by Fabien Vantard, slightly modified.
6829 2006-06-28 [paul]
6831         2.4.0-rc2 released
6833 2006-06-28 [colin]      2.3.1cvs34
6835         * src/prefs_account.c
6836                 Fix bug #977 (Can't add or edit imap accounts)
6838 2006-06-28 [colin]      2.3.1cvs33
6840         * src/mimeview.c
6841                 Fix previous
6843 2006-06-28 [colin]      2.3.1cvs32
6845         * src/mimeview.c
6846                 Save named inlined attachments with "Save all"
6847         * src/main.c
6848         * src/mbox.c
6849         * src/common/plugin.c
6850         * src/common/plugin.h
6851         * src/common/sylpheed.c
6852         * src/common/utils.c
6853         * src/plugins/pgpcore/sylpheed.def
6854         * src/plugins/pgpinline/sylpheed.def
6855         * src/plugins/pgpmime/sylpheed.def
6856                 Win32 compatibility patch, by
6857                 Werner Koch
6859 2006-06-28 [wwp]        2.3.1cvs31
6861         * src/imap.c
6862         * src/prefs_folder_item.c
6863                 less compilation warnings (thanks to Fabien Vantard), less typos.
6865 2006-06-28 [paul]       2.3.1cvs30
6867         * src/gtk/gtkutils.c
6868                 gtk_combo_box_set_focus_on_click() is only
6869                 available since gtk 2.6.0
6871 2006-06-28 [paul]       2.3.1cvs29
6873         * src/prefs_ext_prog.c
6874                 fix engrish and add a tooltip for the
6875                 'command for 'Display as text' option
6877 2006-06-28 [paul]
6879         2.4.0-rc1 released
6881 2006-06-28 [paul]       2.3.1cvs28
6883         * ChangeLog
6884         * tools/Makefile.am
6885                 include textviewer.pl in releases
6887 2006-06-28 [paul]       2.3.1cvs27
6889         * src/prefs_ext_prog.c
6890                 hide Print command option if libgnomeprint
6891                 support is present
6893 2006-06-27 [colin]      2.3.1cvs26
6895         * src/compose.c
6896                 Fix Esc handling in insert/attach dialog
6897                 Don't show this dialog if dragging something
6898                 else than text/uri-list
6899                 Thanks to Fabien Vantard
6900         * tools/textviewer.pl
6901                 Filter script to display stuff as text
6902                 by H. Merijn Brand
6904 2006-06-27 [wwp]        2.3.1cvs25
6906         * src/messageview.c
6907                 use the exact product name (message view title), patch
6908                 by Fabien Vantard.
6910 2006-06-27 [ticho]      2.3.1cvs24
6912         * src/prefs_account.c
6913         * src/prefs_common.c
6914         * src/prefs_common.h
6915         * src/prefs_ext_prog.c
6916         * src/textview.c
6917                 Add a preference (Preferences/External programs)
6918                 to allow "Display as text" to be done via a script
6919                 (patch by H.Merijn Brand).
6920                 Use GtkComboBox for protocol selection in account
6921                 preferences.
6922                 Only include current choice for existing accounts, and
6923                 insensitivize the combobox.
6925 2006-06-27 [paul]       2.3.1cvs23
6927         * src/mbox.c
6928                 fix crasher introduced in cvs21.
6929                 Thanks to Colin
6931 2006-06-26 [colin]      2.3.1cvs22
6933         * src/mbox.c
6934                 Fix double-frees when leaving folders
6935                 after exporting to mbox
6937 2006-06-26 [colin]      2.3.1cvs21
6939         * src/mbox.c
6940                 More feedback (and optimisation)
6941                 on import/export
6942         * src/common/utils.c
6943                 Fix case when looking for mail addresses
6944         * src/gtk/gtkutils.c
6945                 Extra check for (X-)Face
6947 2006-06-25 [ticho]      2.3.1cvs20
6949         * src/compose.c
6950         * src/exphtmldlg.c
6951         * src/gtk/gtkutils.c
6952         * src/gtk/gtkutils.h
6953                 Added second argument to gtkut_sc_combobox_create() to
6954                 control focus-on-click for the widget.
6955                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6957 2006-06-25 [ticho]      2.3.1cvs19
6959         * src/compose.c
6960         * src/gtk/Makefile.am
6961         * src/gtk/combobox.c
6962         * src/gtk/combobox.h
6963         * src/gtk/gtkutils.c
6964         * src/gtk/gtkutils.h
6965                 Use GtkComboBox instead of deprecated GtkOptionMenu
6966                 for account selector in compose window and for encoding
6967                 selector in attachment properties.
6968                 Also factorise working with the new GtkComboBox somewhat.
6970 2006-06-24 [paul]       2.3.1cvs18
6972         * src/prefs_common.c
6973                 use the correct default value
6975 2006-06-24 [paul]       2.3.1cvs17
6977         * src/compose.c
6978         * src/prefs_common.c
6979         * src/prefs_common.h
6980         * src/prefs_compose_writing.c
6981                 enable setting of default action when
6982                 dnd'ing files in the compose window.
6983                 (Collaborative effort with wwp)
6985 2006-06-23 [wwp]        2.3.1cvs16
6987         * src/compose.c
6988                 i18n fix (thanks to Fabien Vantard)
6990 2006-06-22 [colin]      2.3.1cvs15
6992         * src/prefs_customheader.c
6993                 Don't use filters in custom headers' file 
6994                 selector. Remember, extensions mean nothing :)
6996 2006-06-22 [paul]       2.3.1cvs14
6998         * configure.ac
6999                 allow setting of man directory location
7001 2006-06-22 [colin]      2.3.1cvs13
7003         * src/mainwindow.c
7004                 Add 'View/Go to/Next unread folder'.
7005                 I missed that :)
7007 2006-06-22 [colin]      2.3.1cvs12
7009         * src/common/utils.c
7010                 Add some subject prefixes
7011                 Patch by Bjorn T Johansen <btj@havleik.no>
7013 2006-06-22 [colin]      2.3.1cvs11
7015         * manual/advanced.xml
7016                 Forgotten hidden pref
7018 2006-06-21 [paul]       2.3.1cvs10
7020         * src/prefs_account.c
7021                 complete the removal of 'Add date header' option
7023 2006-06-21 [paul]       2.3.1cvs9
7025         * src/account.c
7026         * src/compose.c
7027         * src/prefs_account.c
7028         * src/prefs_account.h
7029                 remove option to add date header - always
7030                 add date header
7031         * src/etpan/imap-thread.c
7032                 fix warnings (Thanks to Colin)
7034 2006-06-21 [wwp]        2.3.1cvs8
7036         * src/folder.c
7037                 set the attachment flag when inline text part are (file)named. This is more convenient
7038                 when receiving (for instance) inline source files or patches sent using thunderbird.
7040 2006-06-21 [paul]       2.3.1cvs7
7042         * src/inc.c
7043                 fix off-by-one count of current msg in
7044                 statusbar filtering progressbar
7046 2006-06-21 [paul]       2.3.1cvs6
7048         * src/folder.c
7049                 Show attachment icon even if the part is 'inline'
7050                 if the following conditions are met:
7051                 - content-type != 'text/plain'
7052                 - content-type != '*/pgp-signature'
7053                 - either 'name' or 'filename' parameter is not NULL
7054                 
7055                 Thanks to Colin
7057 2006-06-21 [paul]       2.3.1cvs5
7059         * src/messageview.c
7060         * src/prefs_common.c
7061         * src/prefs_common.h
7062         * src/prefs_other.c
7063                 add an option to 'Never send Return
7064                 Receipts'
7065                 Thanks to Colin
7067 2006-06-20 [mones]      2.3.1cvs4
7069         * po/es.po
7070                 updated
7071         * src/compose.c
7072                 typo fixed (space after comma)
7073         * tools/make.themes.project
7074                 remove exec mode from tarball files
7076 2006-06-20 [colin]      2.3.1cvs3
7078         * src/news.c
7079         * src/procheader.c
7080         * src/unmime.c
7081                 Better fix for \n's in headers (don't 
7082                 break Received: and others)
7084 2006-06-20 [paul]       2.3.1cvs2
7086         * src/alertpanel.c
7087         * src/textview.c
7088                 improve legibility of phishing attempt
7089                 dialog
7091 2006-06-20 [paul]       2.3.1cvs1
7093         * NEWS
7094         * README
7095         * configure.ac
7096                 Update version number following
7097                 stable release
7099 2006-06-20 [colin]      2.3.0cvs26
7101         * src/compose.c
7102                 When dragging a file to the text of the compose
7103                 window, ask whether we want to insert or attach
7104                 (I know lots of people who do that to attach)
7106 2006-06-20 [colin]      2.3.0cvs25
7108         * src/etpan/imap-thread.c
7109                 Fix threshold (the append command is often > 32 bytes)
7111 2006-06-19 [colin]      2.3.0cvs24
7113         * src/imap.c
7114         * src/etpan/imap-thread.c
7115                 Workaround Rockliffe IMAP server bug: replace
7116                 "x UID SEARCH (ANSWERED UID 1:*)" with
7117                 "x UID SEARCH ANSWERED"
7118                 (Rockliffe doesn't handle the parenthesis)
7120 2006-06-19 [colin]      2.3.0cvs23
7122         * src/compose.c
7123         * src/imap.c
7124         * src/etpan/imap-thread.c
7125                 Probably fix bug #972 (Freezes when adding 
7126                 an attachment to the message)
7127         * src/common/defs.h
7128                 Modernize Firefox cmd
7131 2006-06-18 [colin]      2.3.0cvs22
7133         * src/prefs_customheader.c
7134                 Only allow correct filenames for various
7135                 custom headers
7137 2006-06-18 [colin]      2.3.0cvs21
7139         * src/prefs_customheader.c
7140                 Add a 'From File...' button in custom headers prefs, which
7141                 try to do the right thing: 
7142                 for normal headers, use file as plaintext,
7143                 for X-Face, calls compface,
7144                 for Face, encode to b64.
7146 2006-06-17 [colin]      2.3.0cvs20
7148         * src/mh.c
7149                 Warning fix
7151 2006-06-16 [colin]      2.3.0cvs19
7153         * src/summaryview.c
7154                 Recursive quicksearch: show message list
7155                 in current folder, *then* search children
7156                 in the background.
7158 2006-06-16 [colin]      2.3.0cvs18
7160         * src/main.c
7161                 Instead of ignoring SIGPIPE, save caches
7162                 when getting one. Will fix the fact that
7163                 hot caches are out-of-date when logging 
7164                 out of Xorg.
7165         * src/compose.c
7166         * src/prefs_compose_writing.c
7167                 Only save text (not attachments) when 
7168                 auto-saving to drafts
7169         * src/unmime.c
7170                 Always replace \n, \r and \t with spaces
7171                 in headers
7172         * manual/dist/html/Makefile.am
7173         * manual/dist/pdf/Makefile.am
7174         * manual/dist/ps/Makefile.am
7175         * manual/dist/txt/Makefile.am
7176         * manual/fr/dist/html/Makefile.am
7177         * manual/fr/dist/pdf/Makefile.am
7178         * manual/fr/dist/ps/Makefile.am
7179         * manual/fr/dist/txt/Makefile.am
7180         * manual/pl/dist/html/Makefile.am
7181         * manual/pl/dist/pdf/Makefile.am
7182         * manual/pl/dist/ps/Makefile.am
7183         * manual/pl/dist/txt/Makefile.am
7184                 Fix make clean removing pregenerated manuals
7187 2006-06-16 [colin]      2.3.0cvs17
7189         * src/plugins/pgpcore/sgpgme.c
7190         * src/plugins/pgpmime/pgpmime.c
7191         * src/plugins/pgpinline/pgpinline.c
7192                 Better error reporting in setup_signers.
7193                 Don't fallback to default key if specified
7194                 key isn't found.
7195                 Don't allow signing if more than one secret
7196                 key matches the one specified in prefs.
7198 2006-06-15 [colin]      2.3.0cvs16
7200         * src/folderview.c
7201                 Add "Send queue" in the folder's contextual
7202                 menu
7203         * src/compose.c
7204         * src/messageview.c
7205         * src/privacy.c
7206         * src/privacy.h
7207         * src/procmime.c
7208         * src/procmsg.c
7209         * src/plugins/pgpcore/passphrase.c
7210         * src/plugins/pgpcore/sgpgme.c
7211         * src/plugins/pgpinline/pgpinline.c
7212         * src/plugins/pgpmime/pgpmime.c
7213                 Better error reporting
7214         * src/mbox.c
7215                 Probably fix bug #971 (2.2.3 cannot read mail 
7216                 from local mbox)
7219 2006-06-15 [mones]      2.3.0cvs15
7221         * tools/make.themes.project
7222                 creates the themes project from the web page
7224 2006-06-15 [colin]      2.3.0cvs14
7226         * src/folder.c
7227                 Better fix (avoid losing the folder if scan_tree 
7228                 fails)
7230 2006-06-15 [cleroy]     2.3.0cvs13
7232         * src/folder.c
7233                 Probably fix Bug #969 (crash on rebuilding 
7234                 imap folder)
7236 2006-06-14 [colin]      2.3.0cvs12
7238         * manual/dtd/manual.xsl
7239         * manual/sylpheed-claws-manual.xml
7240         * manual/fr/sylpheed-claws-manual.xml
7241         * manual/pl/sylpheed-claws-manual.xml
7242                 Insert pagebreaks between sections
7244 2006-06-14 [paul]       2.3.0cvs11
7246         * configure.ac
7247                 better fix than 2.3.0cvs10
7249 2006-06-14 [paul]       2.3.0cvs10
7251         * configure.ac
7252                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7253                 (backwards compatible)
7255 2006-06-13 [colin]      2.3.0cvs9
7257         * src/messageview.c
7258                 Fix sending of return receipt with the new queue folders
7260 2006-06-13 [wwp]        2.3.0cvs8
7262         * src/quote_fmt_lex.l
7263                 fix wrong tokens returned in quote_fmt lexer, query not().
7265 2006-06-13 [wwp]        2.3.0cvs7
7267         * src/folder.c
7268         * src/prefs_folder_item.c
7269                 allow changing folder type even when folder is not a top-level one,
7270                 thanks to Colin.
7272 2006-06-12 [colin]      2.3.0cvs6
7274         * src/folderview.c
7275                 Fix double-ask of "Do you want to mark all
7276                 as read"
7278 2006-06-12 [colin]      2.3.0cvs5
7280         * src/compose.c
7281         * src/compose.h
7282         * src/folder.c
7283         * src/folder.h
7284         * src/imap.c
7285         * src/inc.c
7286         * src/main.c
7287         * src/messageview.c
7288         * src/mh.c
7289         * src/prefs_folder_item.c
7290         * src/procheader.c
7291         * src/procmime.c
7292         * src/procmsg.c
7293         * src/procmsg.h
7294         * src/send_message.c
7295         * src/summaryview.c
7296         * src/toolbar.c
7297                 Apply bug #964's patch (Queue and drafts aren't normal)
7298                 The Drafts and Queue folder now contain RFC-822 files,
7299                 allowing to move and copy mails from and to these 
7300                 folders. Moving from Drafts to Queue will prepare the
7301                 mail for sending (PGP signature, encryption, etc).
7302                 This patch also rework sending errors handling to try
7303                 to be more helpful.
7304                 Also, allow redefining folder types via the GUI 
7305                 (Folder type in its Properties)
7307 2006-06-12 [colin]      2.3.0cvs4
7309         * src/summaryview.c
7310         * src/prefs_common.c
7311         * src/prefs_common.h
7312         * src/gedit-print.c
7313                 Allow to define a specific print font - patch
7314                 by Bernhard Walle <bernhard.walle@gmx.de>
7315         * src/prefs_fonts.c
7316         * manual/advanced.xml
7317         * manual/fr/advanced.xml
7318                 Add a hidden pref to allow deletion without
7319                 confirmation
7321 2006-06-12 [wwp]        2.3.0cvs3
7323         * .cvsignore
7324                 more files to ignore.
7326 2006-06-12 [wwp]        2.3.0cvs2
7328         * src/quote_fmt.c
7329         * src/quote_fmt_lex.l
7330         * src/quote_fmt_parse.y
7331                 extend the quote_fmt parser (templates and quotes):
7332                 - allow limited sub-expressions in |p{} and |f{} expressions,
7333                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7334                 - implemented/fixed missing implementation of query_references and show_references,
7335                 - completed, fixed contents and format of the symbols help dialog,
7336                 - fix some compilation warnings.
7338 2006-06-12 [wwp]        2.3.0cvs1
7340         * manual/advanced.xml
7341         * manual/fr/advanced.xml
7342                 updates in the "templates" section of the manual (eng/fr):
7343                  - be more precise (both versions)
7344                  - completed to match the english reference (fr version)
7345                  - touchups (both versions)
7347 2006-06-12 [paul]       2.3.0
7349         2.3.0 released
7351 2006-06-12 [paul]       2.2.3cvs14
7353         * po/ca.po
7354         * po/cs.po
7355         * po/de.po
7356         * po/el.po
7357         * po/fr.po
7358         * po/it.po
7359         * po/pt_BR.po
7360         * po/sr.po
7361         * po/zh_CN.po
7362                 updated by Miquel Oliete, Tim, Stephan Sachse,
7363                 Stavros Giannouris, Fabien Vantard, Andrea
7364                 Spadaccini, Frederico Goncalves Guimaraes,
7365                 Aleksandar Urosevic, and Ralgh Young
7367 2006-06-12 [colin]      2.2.3cvs13
7369         * src/mbox.c
7370                 Add missing header
7372 2006-06-11 [colin]      2.2.3cvs12
7374         * src/msgcache.c
7375                 Verify that g_malloc() succeeded
7377 2006-06-11 [colin]      2.2.3cvs11
7379         * src/wizard.c
7380                 Add Face header to welcome mail
7382 2006-06-10 [colin]      2.2.3cvs10
7384         * src/textview.c
7385                 Revert previous (Forgot it changes the
7386                 margin on the whole mail)
7388 2006-06-10 [colin]      2.2.3cvs9
7390         * src/textview.c
7391                 Don't overlap long headers under (X-)Face
7393 2006-06-10 [mones]      2.2.3cvs8
7395         * manual/xml2pdf
7396                 allow generation of manual on systems lacking saxon binary
7397                 but with java and the saxon library installed
7399         * po/es.po
7400                 updated for release
7402 2006-06-09 [colin]      2.2.3cvs7
7404         * src/summaryview.c
7405                 Fix leak when using Display Sender using Addressbook
7407 2006-06-09 [colin]      2.2.3cvs6
7409         * src/compose.c
7410         * src/folder.c
7411         * src/folderview.c
7412         * src/mimeview.c
7413         * src/summaryview.c
7414                 More leaks fixes
7416 2006-06-09 [paul]       2.2.3cvs5
7418         * AUTHORS
7419         * src/gtk/authors.h
7420         * tools/claws.i18n.status.pl
7421                 updated with new info
7423 2006-06-09 [paul]       2.2.3cvs4
7425         * README
7426                 updated
7427         * manual/ack.xml
7428                 add wwp to authors list
7429         * src/gtk/authors.h
7430                 update mine and Colin's addresses
7432 2006-06-08 [colin]      2.2.3cvs3
7434         * src/etpan/imap-thread.c
7435                 Fix leak on SSL cert check
7437 2006-06-08 [colin]      2.2.3cvs2
7439         * src/common/utils.c
7440                 Fix leak
7442 2006-06-08 [paul]       2.2.3cvs1
7444         * configure.ac
7445                 Update version number following
7446                 stable release
7448 2006-06-07 [colin]      2.2.2cvs3
7450         * src/msgcache.c
7451                 Fix catching cache read errors (guint instead of gint)
7452                 Prevent malloc'ing more than 8MB (means cache corruption)
7454 2006-06-07 [paul]       2.2.2cvs2
7456         * src/exporthtml.c
7457         * src/exportldif.c
7458         * src/mh.c
7459         * src/mutt.c
7460         * src/pine.c
7461         * src/common/utils.c
7462                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7463                 obey $HOME'
7464                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7465                 Thanks to Colin
7467 2006-06-06 [paul]       2.2.2cvs1
7469         * configure.ac
7470                 Update version number following
7471                 stable release
7473 2006-06-06 [paul]       2.2.1cvs6
7475         * src/matcher.c
7476                 fix  implicit declaration of
7477                 sylpheed_do_idle()
7478                 Patch by Fabien Vantard
7480 2006-06-06 [paul]       2.2.1cvs5
7482         * src/matcher.c
7483                 fix age_greater and age_lower so that they
7484                 mean what say and not '...or equal to'
7485                 Thanks to Colin
7487 2006-06-06 [paul]       2.2.1cvs4
7489         * src/textview.c
7490         * src/common/utils.c
7491                 fix URI check
7492                 Thanks to Colin
7494 2006-06-05 [wwp]        2.2.1cvs3
7496         * manual/fr/account.xml
7497                 minor language fixes (thanks to Fabien Vantard).
7499 2006-06-05 [colin]      2.2.1cvs2
7501         * src/prefs_folder_item.c
7502         * src/folderview.c
7503                 Allow recursive setting of properties 
7504                 for whole mailboxes
7505         * src/matcher.c
7506                 Don't freeze on 'test' filtering rule
7508 2006-06-05 [colin]      2.2.1cvs1
7510         * configure.ac
7511                 Update version number following
7512                 stable release
7514 2006-06-04 [wwp]        2.2.0cvs82
7516         * manual/glossary.xml
7517         * manual/account.xml
7518         * manual/fr/glossary.xml
7519         * manual/fr/account.xml
7520                 added glossary section and references/links related to the Face custom header.
7522 2006-06-04 [colin]      2.2.0cvs81
7524         * src/summaryview.c
7525                 Skip to next message on move with no
7526                 immediate execution
7528 2006-06-04 [wwp]        2.2.0cvs80
7530         * manual/xml2pdf
7531                 added sanity checks, exit when needed.
7533 2006-06-03 [paul]       2.2.0cvs79
7535         * src/prefs_receive.c
7536                 page name is now 'Receiving'
7537         * src/prefs_send.c
7538                 page name is now 'Sending'
7540 2006-06-03 [colin]      2.2.0cvs78
7542         * src/plugins/spamassassin/spamassassin_gtk.c
7543                 Autoswitch to Localhost if transport was previously
7544                 disabled. Else people had to check [] Enable, then
7545                 *reselect* transport.
7547 2006-06-03 [colin]      2.2.0cvs77
7549         * src/plugins/pgpinline/pgpinline.c
7550         * src/plugins/pgpmime/pgpmime.c
7551                 Check that gpg_data_release_and_get_mem 
7552                 didn't fail (now, why this happens...)
7554 2006-06-03 [colin]      2.2.0cvs76
7556         * src/mbox.c
7557                 Fix bug #962 (Manual and/or UI should 
7558                 warn about incompatible locking 
7559                 causing dataloss)
7561 2006-06-02 [cleroy]     2.2.0cvs75
7563         * src/filtering.c
7564         * src/folder.c
7565         * src/procmsg.c
7566         * src/summaryview.c
7567                 Fix a few leaks
7569 2006-06-02 [colin]      2.2.0cvs74
7571         * src/main.c
7572                 On exit, free caches after writing them
7573                 Shuts up some valgrind false positives
7574         * src/procmsg.c
7575         * src/send_message.c
7576                 Fix races when reusing existing SMTP connections
7577                 Fix inexistant session timeout
7578         * src/toolbar.c
7579                 Display alertpanel after all queues have
7580                 been processed, not after each
7582 2006-06-02 [wwp]        2.2.0cvs73
7584         * manual/fr/glossary.xml
7585         * manual/fr/ack.xml
7586         * manual/ack.xml
7587                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7589 2006-06-02 [wwp]        2.2.0cvs72
7591         * manual/xml2pdf
7592         * manual/dist/pdf/Makefile.am
7593         * manual/dtd/manual.xsl
7594         * manual/fr/dist/pdf/Makefile.am
7595         * manual/pl/dist/pdf/Makefile.am
7596                 we changed the procedure to generate the .pdf version of the manual.
7597                 The procedure is more modern and the .pdf we get now has a valid index.
7598                 Here are the new pre-requisites:
7600                 - JRE 1.x (1.4 here): there must be one from your distro
7601                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7602                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7603                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7605                 See my posts for further info about the installation of this toolchain:
7607                 Date: Fri, 19 May 2006 19:40:06 +0200
7608                 From: wwp <subscript@free.fr>
7609                 To: sylpheed-claws-devel@lists.sourceforge.net
7610                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7612                 and
7614                 Date: Wed, 24 May 2006 12:58:49 +0200
7615                 From: wwp <subscript@free.fr>
7616                 To: sylpheed-claws-devel@lists.sourceforge.net
7617                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7619 2006-06-01 [colin]      2.2.0cvs71
7621         * src/compose.c
7622                 Better guards against IMAP races
7623         * src/main.c
7624         * src/prefs_common.c
7625         * src/prefs_common.h
7626         * src/common/ssl_certificate.c
7627         * src/etpan/imap-thread.c
7628         * src/etpan/imap-thread.h
7629         * src/gtk/sslcertwindow.c
7630                 New hidden option ssl_skip_cert_check to 
7631                 avoid dups of bug #959 (libetpan linked
7632                 against gnutls and gnutls buggy on 64bit)
7633                 Present expired warning only once per
7634                 session/server.
7635         * manual/advanced.xml
7636         * manual/fr/advanced.xml
7637                 Document new option
7639 2006-06-01 [wwp]        2.2.0cvs70
7641         * src/messageview.c
7642                 fix for bug #961 (return receipt dialog 
7643                 complains incorrectly about return-path 
7644                 email adress being different), thanks 
7645                 to Colin.
7647 2006-05-31 [cleroy]     2.2.0cvs69
7649         * src/common/ssl.c
7650                 Guard against NULLs, although this
7651                 should never be an issue
7653 2006-05-31 [colin]      2.2.0cvs68
7655         * src/filtering.c
7656                 Use g_slist_prepend
7657         * src/imap.c
7658                 Don't remove caches when destroying folder, it
7659                 could (should) be done at exit
7660         * src/inc.c
7661                 free processing cache after incorporation
7662         * src/etpan/imap-thread.c
7663                 Maybe fix bug #959 (Crash on moving to emails 
7664                 to a imap account per ssl with a expired 
7665                 certificate.)
7667 2006-05-30 [colin]      2.2.0cvs67
7669         * src/summaryview.c
7670                 Put back event flush when displaying message
7671                 It avoids reading a bunch of messages just
7672                 by hitting shift-n for too long ;)
7674 2006-05-29 [colin]      2.2.0cvs66
7676         * src/summaryview.c
7677                 Remove useless g_warnings
7679 2006-05-29 [colin]      2.2.0cvs65
7681         * src/imap.c
7682                 Fix g_slist_append()s for performance
7684 2006-05-29 [colin]      2.2.0cvs64
7686         * src/compose.c
7687         * src/common/utils.c
7688                 Fix extraneous tab at start of addresses
7689         * src/mainwindow.c
7690                 Fix warnings (thanks to Fabien)
7691                 Fix crash at exit when composing messages 
7692                 exist
7693         * src/pop.c
7694                 Fix progress bar when deleting expired mails
7695                 Thanks to Hiro
7696         * src/summaryview.c
7697         * src/gtk/gtksctree.c
7698                 Fix re-sorting slowness
7700 2006-05-29 [paul]       2.2.0cvs63
7702         * src/mh.c
7703                 fetch full message when moving mails
7704                 from another mailbox, (fixed data loss
7705                 when filtering from IMAP to MH, introduced
7706                 in 2.2.0cvs57).
7707                 Thanks to Colin
7709 2006-05-29 [mones]      2.2.0cvs62
7711         * src/gtk/gtksctree.c
7712                 Unselect faster (patch by Colin)        
7714 2006-05-26 [colin]      2.2.0cvs61
7716         * src/summaryview.c
7717                 Unplug MSGINFO_UPDATE callback on delete too.
7719 2006-05-26 [colin]      2.2.0cvs60
7721         * src/foldersel.c
7722                 Fix bold in folder selection window with glib2.10
7723                 thanks Hiro
7725 2006-05-26 [colin]      2.2.0cvs59
7727         * src/procheader.c
7728                 Convert date only if necessary (and don't
7729                 try to convert from utf8 to utf8, too)
7730         * src/summaryview.c
7731                 Only set column's text if the column's 
7732                 displayed
7734 2006-05-26 [colin]      2.2.0cvs58
7736         * src/summaryview.c
7737         * src/gtk/gtkutils.c
7738                 Fix useless warning
7740 2006-05-26 [colin]      2.2.0cvs57
7742         * src/mainwindow.c
7743                 Make summaryview selectable as long as 
7744                 no message has focus
7745         * src/mh.c
7746                 Faster deletion (by implementing mh_remove_msgs)
7747                 Faster copy (avoid using mh_fetch_msg just to get
7748                 the filename)
7749                 Faster move (using move_file instead of copy_file
7750                 if MSG_IS_MOVE)
7751                 No progressbar if total number of mails to cp/mv 
7752                 is less than 100
7753         * src/summaryview.c
7754                 Fix removal from subject_table when mail gets moved
7755                 Faster deletion (g_slist_prepend instead of append)
7756         * src/gtk/gtksctree.c
7757                 Remove useless code
7759 2006-05-25 [colin]      2.2.0cvs56
7761         * src/common/ssl_certificate.c
7762                 Fix leak in expired cert check
7764 2006-05-25 [colin]      2.2.0cvs55
7766         * src/mh.c
7767                 Disable flags syncing on .mh_sequences - it
7768                 is buggy and marks mails read under unknown
7769                 conditions.
7771 2006-05-25 [paul]
7773         * 2.3.0-rc4 released
7775 2006-05-24 [colin]      2.2.0cvs54
7777         attention cvs users: if you manage to crash
7778         Sylpheed-Claws while moving, copying or deleting
7779         mails, we *are* interested in stack traces and
7780         valgrind logs. It looks stable, but one never
7781         knows...
7783         * src/folder.c
7784                 Add progressbar for cache updates
7785         * src/folderutils.c
7786                 Optimize Mark all read in the current
7787                 folder
7788         * src/mh.c
7789                 Add progressbar for copy/move
7790         * src/procmsg.c
7791                 Optimize O(n^2) in copy/move
7792         * src/summaryview.c
7793         * src/gtk/gtksctree.c
7794                 Optimize O(n^2) algos
7795         * src/common/timing.h
7796                 Display ms instead of us
7798 2006-05-24 [wwp]        2.2.0cvs53
7800         * manual/fr/advanced.xml
7801                 updates to the French manual.
7803 2006-05-24 [wwp]        2.2.0cvs52
7805         * src/common/utils.c
7806                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7808 2006-05-24 [wwp]        2.2.0cvs51
7810         * src/folderutils.c
7811                 fixed "mark all read" in MH folders (thanks to Colin).
7813 2006-05-24 [paul]       2.2.0cvs50
7815         * doc/man/sylpheed-claws.1
7816                 updated the man page
7818 2006-05-23 [colin]      2.2.0cvs49
7820         * src/folderview.c
7821         * src/imap.c
7822         * src/inc.c
7823         * src/mbox.c
7824         * src/messageview.c
7825         * src/news.c
7826         * src/send_message.c
7827         * src/summaryview.c
7828         * src/gtk/sslcertwindow.c
7829                 alertpanel fixes, by Fabien
7831 2006-05-23 [colin]      2.2.0cvs48
7833         * src/folder.c
7834         * src/folderview.c
7835         * src/msgcache.c
7836         * src/summaryview.c
7837         * src/gtk/gtksctree.c
7838         * src/gtk/gtksctree.h
7839                 More timings
7840                 Fix slow loading problem, which was caused by the
7841                 use of some gtk_ctree funcs and their use of
7842                 g_list_position while gtk_ctree_(un)link'ing.
7843                 Reap more functions from gtkctree.c to be sure we
7844                 use our (fast) version instead of theirs.
7845         * src/mh.c
7846                 Fix copy of unread mails
7849 2006-05-22 [wwp]        2.2.0cvs47
7851         * manual/fr/advanced.xml
7852                 updated.
7854 2006-05-22 [colin]      2.2.0cvs46
7856         * src/filtering.c
7857                 Fix possible infinite loop. 'copy' is not a 
7858                 final action, so when encountering a 'copy',
7859                 we have to check if a previous one was set
7860                 and do it. In the same way, if we encounter
7861                 a 'move' we have to perform a possibly 
7862                 pending 'copy'. This will slow down filtering
7863                 on IMAP if move+copy or multiple copy actions
7864                 are to be done, but handling it via the batch
7865                 would be really too convoluted.
7867 2006-05-22 [wwp]        2.2.0cvs45
7869         * manual/fr/advanced.xml
7870         * manual/fr/faq.xml
7871         * manual/fr/glossary.xml
7872         * manual/fr/handling.xml
7873         * manual/fr/intro.xml
7874         * manual/fr/plugins.xml
7875         * manual/fr/sylpheed-claws-manual.xml
7876                 sync w/ the english manual: updates URIs, documented mailing-list
7877                 support, better explanation about the enabled/disabled feature
7878                 in filtering/processing rules by Paul.
7880 2006-05-21 [colin]      2.2.0cvs44
7882         * src/summaryview.c
7883                 Don't expand after building threads, but during
7885 2006-05-21 [colin]      2.2.0cvs43
7887         * src/procmsg.c
7888         * src/summaryview.c
7889                 More timing possibilities... For next time I have 
7890                 to find out how the hell some 3GHz computer takes
7891                 one minute to open a 30k folder...
7893 2006-05-21 [colin]      2.2.0cvs42
7895         * manual/pl/advanced.xml
7896         * manual/pl/faq.xml
7897         * manual/pl/glossary.xml
7898         * manual/pl/handling.xml
7899         * manual/pl/intro.xml
7900         * manual/pl/plugins.xml
7901         * manual/pl/sylpheed-claws-manual.xml
7902                 Polish manual updated by Pawel
7904 2006-05-20 [colin]
7906         * 2.3.0-rc3 released
7908 2006-05-20 [colin]      2.2.0cvs41
7910         * src/imap.c
7911                 Fix -rc2 problems:
7912                 - remove cache of moved messages from original folder
7913                 - apply new flags to messages even if they aren't appliable
7914                   via IMAP.
7916 2006-05-20 [colin]
7918         * 2.3.0-rc2 released
7920 2006-05-19 [colin]      2.2.0cvs40
7922         * src/imap.c
7923                 Don't issue SELECT in imap_change_flags
7924                 before having checked that we indeed have
7925                 some flags to change. MSG_POSTFILTERED for
7926                 example can't be used on IMAP.
7927                 Fixes bug #955 (copying messages between 
7928                 imap folders is extremely slow), which was
7929                 a regression.
7931 2006-05-19 [colin]      2.2.0cvs39
7933         * src/folder.c
7934         * src/folder.h
7935         * src/folderview.c
7936                 Try to fix bug #830 (Some unread messages 
7937                 get marked read in IMAP inbox):
7938                 - Prevent scanning a folder if it's being 
7939                   opened via the GUI
7940                 - Postpone opening via the GUI of a folder
7941                   currently scanned.
7944 2006-05-19 [wwp]        2.2.0cvs38
7946         * manual/advanced.xml
7947                 fix English+typo (thanks to Paul).
7949 2006-05-19 [wwp]        2.2.0cvs37
7951         * manual/advanced.xml
7952         * manual/fr/advanced.xml
7953         * src/gtk/logwindow.c
7954         * src/prefs_common.c
7955         * src/prefs_common.h
7956                 added hidden prefs to allow customization of colors used in
7957                 protocol log window (useful for dark gtk+ themes).
7959 2006-05-19 [wwp]        2.2.0cvs36
7961         * ChangeLog
7962                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7964 2006-05-19 [paul]       2.2.0cvs35
7966         * src/textview.c
7967                 make Reply-To fully clickable
7968         * src/gtk/logwindow.c
7969                 more colouring (SMTP ESMTP)
7970         Both patches by Pawel Pekala
7972 2006-05-19 [cleroy]     2.2.0cvs34
7974         * src/mh.c
7975                 Don't update flags from current folder
7976                 Probably fixes bug #935 (Read Messages 
7977                 Revert to Being Marked as Unread)
7979 2006-05-18 [colin]      2.2.0cvs33
7981         * src/imap.c
7982                 Warning fix
7983         * src/compose.c
7984         * src/mainwindow.c
7985         * src/summaryview.c
7986         * src/toolbar.c
7987                 Allow replying to multiple emails
7988                 in multiple windows
7989         * src/mimeview.c
7990         * src/etpan/imap-thread.c
7991                 Leak fixes
7993 2006-05-18 [paul]       2.2.0cvs32
7995         * src/summaryview.c
7996                 keep Mailing-List menu refreshed
7997                 Thanks to Colin
7999 2006-05-18 [paul]       2.2.0cvs31
8001         * manual/advanced.xml
8002         * manual/faq.xml
8003         * manual/glossary.xml
8004         * manual/handling.xml
8005         * manual/intro.xml
8006         * manual/plugins.xml
8007         * manual/sylpheed-claws-manual.xml
8008                 update URLs
8009                 add info about mailing-list support
8010                 edit filtering info
8011         * src/wizard.c
8012         * src/common/defs.h
8013         * src/gtk/about.c
8014         * src/plugins/dillo_viewer/README
8015                 update URLs
8017 2006-05-17 [wwp]        2.2.0cvs30
8019         * manual/handling.xml
8020         * manual/fr/handling.xml
8021                 documented the ability to enabled/disable filtering/processing rules.
8023 2006-05-17 [colin]      2.2.0cvs29
8025         * src/main.c
8026                 Don't initialize g_thread subsystem if it's 
8027                 already done (thanks to Hiro)
8028         * src/mimeview.c
8029                 Fix saving of parts when there name can't be
8030                 converted from UTF-8.
8032 2006-05-17 [paul]       2.2.0cvs28
8034         * po/Makefile.in.in
8035                 fix config.status warning with autoconf 2.60
8037 2006-05-17 [paul]       2.2.0cvs27
8039         * po/POTFILES.in
8040                 add src/mbox.c
8042 2006-05-17 [wwp]        2.2.0cvs26
8044         * src/mainwindow.c
8045                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8047 2006-05-17 [wwp]        2.2.0cvs25
8049         * src/plugins/demo/demo.c
8050                 updated product name in plugin demo (many plugins need to be
8051                 sync'ed w/ that change).
8053 2006-05-17 [colin]      2.2.0cvs24
8055         * src/mh.c
8056                 Fix leak
8058 2006-05-16 [colin]      2.2.0cvs23
8060         * src/mainwindow.c
8061                 Stupid me hit again. Fix cvs22.
8063 2006-05-16 [colin]      2.2.0cvs22
8065         * src/mainwindow.c
8066                 Fix bug #922 (sylpheed-claws crashed after 
8067                 pushing on Inbox folder)
8069 2006-05-16 [colin]      2.2.0cvs21
8071         * src/compose.c
8072                 Make From header be copy/paste/select-able
8074 2006-05-16 [wwp]        2.2.0cvs20
8076         * src/export.c
8077         * src/matcher.c
8078         * src/summaryview.c
8079         * src/etpan/imap-thread.c
8080                 fix some compiler warnings (thanks to Colin).
8082 2006-05-16 [wwp]        2.2.0cvs19
8084         * src/action.c
8085         * src/gedit-print.c
8086         * src/inc.c
8087         * src/mainwindow.c
8088         * src/mh.c
8089         * src/statusbar.c
8090         * src/send_message.c
8091         * src/summaryview.c
8092                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8094 2006-05-15 [colin]      2.2.0cvs18
8096         * src/procmsg.c
8097                 Fix automatic rule creation with List-Post
8099 2006-05-15 [paul]       2.2.0cvs17
8101         * tools/filter_conv_new.pl
8102                 updated for rule enabling/disabling
8103                 claws version >= 2.3.x required
8105 2006-05-15 [cleroy]     2.2.0cvs16
8107         * src/main.c
8108                 Revert test
8110 2006-05-15 [cleroy]     2.2.0cvs15
8112         * src/main.c
8113                 test
8115 2006-05-15 [wwp]        2.2.0cvs14
8117         * manual/pl/.cvsignore
8118                 ignore generated files.
8120 2006-05-14 [wwp]        2.3.0-rc1
8122         * 2.3.0-rc1 released
8124 2006-05-13 [wwp]        2.2.0cvs13
8126         * src/filtering.c
8127         * src/filtering.h
8128         * src/matcher.c
8129         * src/matcher_parser_lex.l
8130         * src/matcher_parser_parse.y
8131         * src/prefs_filtering.c
8132                 new feature: provide the ability to disable filtering and processing
8133                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8134                 adaptations.
8136 2006-05-13 [colin]      2.2.0cvs12
8138         * src/compose.c
8139                 Remove useless if (a) b; else b;
8140                 Thanks to wwp
8142 2006-05-13 [wwp]        2.2.0cvs11
8144         * src/export.c
8145         * src/import.c
8146         * src/mainwindow.c
8147         * src/mbox.c
8148         * src/summaryview.c
8149         * src/summaryview.h
8150                 no more silent failures (or at least less ones) when importing
8151                 or exporting from/to mbox. Also start importing/exporting if
8152                 the necessary info is set.
8154 2006-05-13 [wwp]        2.2.0cvs10
8156         * RELEASE_NOTES
8157                 restored up-to-date release notes.
8159 2006-05-13 [paul]       2.2.0cvs9
8161         * po/nl.po
8162         * po/ru.po
8163                 updated by Tim Dijkstra and Pavlo Bohmat
8165 2006-05-12 [colin]      2.2.0cvs8
8167         * src/gtk/quicksearch.c
8168                 Add "k" as shortcut for "colorlabel". Patch
8169                 by ath42@users.sf.net.
8171 2006-05-12 [paul]       2.2.0cvs7
8173         * src/prefs_common.h
8174         * src/prefs_summaries.c
8175         * src/summaryview.c
8176                 when entering a folder also allow
8177                 going directly to first Marked message
8179 2006-05-12 [paul]       2.2.0cvs6
8181         * src/summaryview.c
8182                 always obey 'confirm before marking all
8183                 mails read' option
8185 2006-05-12 [paul]       2.2.0cvs5
8187         * src/textview.c
8188                 make Sender fully clickable
8190 2006-05-12 [colin]      2.2.0cvs4
8192         * src/compose.c
8193         * src/compose.h
8194                 Let From be editable
8195         * src/main.c
8196         * src/mh.c
8197                 Full support of .mh_sequences' Unseen seq
8199 2006-05-12 [colin]      2.2.0cvs3
8201         * src/folder.c
8202         * src/mainwindow.c
8203         * src/mainwindow.h
8204         * src/messageview.c
8205         * src/prefs_spelling.c
8206         * src/procheader.c
8207         * src/procmsg.c
8208         * src/procmsg.h
8209         * src/summaryview.c
8210         * src/toolbar.c
8211         * src/toolbar.h
8212                 Add contextual menu on Compose toolbar
8213                 button. Fixes bug #944 (Automatic
8214                 addresses not applied when changing account
8215                 from compose window)
8216                 add Mailing List support
8217                 based on the old 0.6.5claws25 patch by
8218                 Melvin Hadasht, with finishing touches
8219                 by Colin
8220                 Fix "ignore thread" when mails are threaded by
8221                 subject (and weren't ignored although appearing
8222                 in the thread).
8223                 GUI rework.
8224                 Both patches by Pawel.
8226 2006-05-08 [paul]       2.2.0cvs2
8228         * src/mainwindow.c
8229         * src/mainwindow.h
8230         * src/messageview.c
8231         * src/procheader.c
8232         * src/procmsg.c
8233         * src/procmsg.h
8234         * src/summaryview.c
8235                 add Mailing List support
8236                 based on the old 0.6.5claws25 patch by 
8237                 Melvin Hadasht, with finishing touches
8238                 by Colin
8240 2006-05-08 [colin]      2.2.0cvs1
8242         * src/mainwindow.c
8243         * src/toolbar.c
8244         * src/toolbar.h
8245                 Add contextual menu on Compose toolbar 
8246                 button. Fixes bug #944 (Automatic 
8247                 addresses not applied when changing account 
8248                 from compose window)
8250 2006-05-08 [paul]       2.2.0
8252         2.2.0 released
8254 2006-05-08 [paul]       2.1.1cvs51
8256         * po/cs.po
8257         * po/de.po
8258         * po/en_GB.po
8259         * po/fi.po
8260         * po/fr.po
8261         * po/pt_BR.po
8262         * po/sr.po
8263         * po/zh_CN.po
8264                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8265                 Fabien Vantard, Frederico Goncalves Guimaraes,
8266                 Aleksandar Urosevic, and Ralgh Young
8268 2006-05-12 [colin]      2.1.1cvs50
8270         * po/cs.po
8271         * po/de.po
8272         * po/en_GB.po
8273         * po/es.po
8274         * po/fi.po
8275         * po/fr.po
8276         * po/pt_BR.po
8277         * po/sr.po
8278         * po/zh_CN.po
8279                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8280                 Fabien Vantard, Frederico Goncalves Guimaraes,
8281                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8283 2006-05-05 [colin]      2.1.1cvs49
8285         * manual/Makefile.am
8286         * manual/pl/Makefile.am
8287         * manual/pl/account.xml
8288         * manual/pl/ack.xml
8289         * manual/pl/addrbook.xml
8290         * manual/pl/advanced.xml
8291         * manual/pl/faq.xml
8292         * manual/pl/glossary.xml
8293         * manual/pl/gpl.xml
8294         * manual/pl/handling.xml
8295         * manual/pl/intro.xml
8296         * manual/pl/keyboard.xml
8297         * manual/pl/plugins.xml
8298         * manual/pl/starting.xml
8299         * manual/pl/sylpheed-claws-manual.xml
8300         * manual/pl/dist/.cvsignore
8301         * manual/pl/dist/Makefile.am
8302         * manual/pl/dist/html/.cvsignore
8303         * manual/pl/dist/html/Makefile.am
8304         * manual/pl/dist/pdf/.cvsignore
8305         * manual/pl/dist/pdf/Makefile.am
8306         * manual/pl/dist/ps/.cvsignore
8307         * manual/pl/dist/ps/Makefile.am
8308         * manual/pl/dist/txt/.cvsignore
8309         * manual/pl/dist/txt/Makefile.am
8310                 Add the polish translation of the manual,
8311                 Authored by Pawel Pekala.
8313 2006-05-05 [cleroy]     2.1.1cvs48
8315         * src/main.c
8316                 Re-read matcherrc after loading plugins 
8317                 if some of them add folders.
8319 2006-05-03 [colin]      2.1.1cvs47
8321         * src/imap.c
8322                 I'm idiot
8324 2006-05-03 [colin]      2.1.1cvs46
8326         * src/imap.c
8327                 Be sure to have a session when
8328                 getting separator
8330 2006-05-03 [colin]      2.1.1cvs45
8332         * src/imap.c
8333         * src/imap.h
8334         * src/imap_gtk.c
8335                 Fix preventing renaming with namespace 
8336                 separator.
8338 2006-05-01 [colin]      2.1.1cvs44
8340         * src/action.c
8341                 Don't reload messageview when result of
8342                 action is piped.
8344 2006-04-29 [colin]      2.1.1cvs43
8346         * src/prefs_receive.c
8347         * src/plugins/spamassassin/spamassassin_gtk.c
8348         * src/plugins/clamav/clamav_plugin_gtk.c
8349                 GUI fixes by Pawel
8351 2006-04-29 [colin]      2.1.1cvs42
8353         * src/prefs_compose_writing.c
8354         * src/prefs_quote.c
8355                 Cleanups. Patch by Pawel
8357 2006-04-28 [paul]       2.1.1cvs41
8359         * src/matcher.c
8360                 fix returned quick search results when search
8361                 term contains an underscore.
8362                 Thanks to Colin
8364 2006-04-28 [paul]       2.1.1cvs40
8366         * src/prefs_message.c
8367         * src/prefs_receive.c
8368                 GUI cleanups
8369                 Patches by Pawel Pekala
8371 2006-04-27 [colin]      2.1.1cvs39
8373         * src/wizard.c
8374                 Differentiate subject Welcome from
8375                 window's title Welcome
8377 2006-04-27 [paul]
8379         2.2.0-rc1 released
8381 2006-04-27 [paul]       2.1.1cvs38
8383         * manual/advanced.xml
8384         * manual/fr/advanced.xml
8385                 add info about compose_no_markup hidden pref
8387 2006-04-27 [paul]       2.1.1cvs37
8389         * src/prefs_account.c
8390                 improve privacy labels
8391         * src/prefs_msg_colors.c
8392                 change some strings for translators' convenience
8393         * src/gtk/gtkutils.c
8394                 don't underline the link button text
8396 2006-04-25 [colin]      2.1.1cvs36
8398         * src/folder.c
8399                 Complete 2.1.1cvs33 (once more ;)
8401 2006-04-25 [colin]      2.1.1cvs35
8403         * src/editldap.c
8404                 Fix tooltip
8406 2006-04-25 [cleroy]     2.1.1cvs34
8408         * src/compose.c
8409         * src/gtk/gtkaspell.c
8410                 Fix crash on redirect (related to the return 
8411                 of the aspell menu in compose's toolbar)
8412         * src/prefs_msg_colors.c
8413                 Fix sensitivity widgets
8414         * src/image_viewer.c
8415         * src/gtk/pluginwindow.c
8416         * src/gtk/prefswindow.c
8417                 Change released signals to clicked (Fabien)
8418         * po/POTFILES.in
8419         * src/common/socket.c
8420         * src/plugins/spamassassin/spamassassin.c
8421                 Translate strings (Fabien)
8423 2006-04-25 [paul]       2.1.1cvs33
8425         * src/folder.c
8426         * src/folder.h
8427         * src/folderview.c
8428                 complete the fix of bug #912
8429                 Thanks to Colin
8431 2006-04-25 [colin]      2.1.1cvs32
8433         * src/news.c
8434                 Better progress bar
8435         * src/mimeview.c
8436         * src/summaryview.c
8437         * src/summaryview.h
8438                 Fix focus chain
8439                 Patches by Pawel Pekala
8441 2006-04-24 [colin]      2.1.1cvs31
8443         * src/compose.c
8444                 Fix compilation warnings (Fabien)
8446 2006-04-24 [colin]      2.1.1cvs30
8448         * src/addrindex.c
8449         * src/editldap.c
8450         * src/editldap_basedn.c
8451         * src/editldap_basedn.h
8452         * src/ldapctrl.c
8453         * src/ldapctrl.h
8454         * src/ldapquery.c
8455         * src/ldaputil.c
8456         * src/ldaputil.h
8457                 Fix bug #901 (LDAPS support)
8459 2006-04-24 [colin]      2.1.1cvs29
8461         * src/compose.c
8462                 Fix logic on error with send dialog on
8463         * src/imap.c
8464                 Fix compilation without libetpan, thanks
8465                 to Fabien
8466         * src/summaryview.c
8467                 Fix 'context-menu' key
8469 2006-04-23 [colin]      2.1.1cvs28
8471         * src/folder.c
8472                 Never free current's cache to free up 
8473                 memory. Fixes bug #912 (new count 
8474                 randomly set to message count)
8476 2006-04-23 [colin]      2.1.1cvs27
8478         * src/gtk/quicksearch.c
8479                 And remove printf...
8481 2006-04-23 [colin]      2.1.1cvs26
8483         * src/gtk/quicksearch.c
8484                 Fix replacing in quicksearch, and fix inserting
8485                 in the middle of the string. (introduced at 2.1.0cvs22)
8487 2006-04-23 [colin]      2.1.1cvs25
8489         * src/imap.c
8490                 Make sure uidnext is initialized in get_num_list
8491                 (not for stable, related to 2.1.1cvs8 and friends)
8493 2006-04-23 [colin]      2.1.1cvs24
8495         * src/imap.c
8496                 Output something when login is successful
8497                 too
8499 2006-04-23 [colin]      2.1.1cvs23
8501         * src/etpan/imap-thread.c
8502                 Better logging (line-per-line, hide data in fetch)
8503                 Fix a const warning
8504         * src/gtk/logwindow.c
8505         * src/gtk/logwindow.h
8506                 Better logging (color for input/output)
8508 2006-04-21 [colin]      2.1.1cvs22
8510         * src/gtk/quicksearch.c
8511                 On gtk+-2.8, use stock buttons in quicksearch
8512                 Based on a patch by Fabien and a design by Paul
8514 2006-04-21 [colin]      2.1.1cvs21
8516         * src/folderview.c
8517         * src/mainwindow.c
8518                 Fix occasional flicker in folderview
8519         * src/common/utils.c
8520                 Fix bug #943 (Incorrectly parsed email address 
8521                 list in short headers on message view and in 
8522                 printouts)
8524 2006-04-20 [colin]      2.1.1cvs20
8526         * src/imap.c
8527         * src/imap.h
8528         * src/prefs_account.c
8529                 Add ANONYMOUS auth for IMAP
8531 2006-04-20 [paul]       2.1.1cvs19
8533         * src/main.c
8534                 proper fix for 2.1.1cvs18
8535                 Thanks to Colin
8537 2006-04-20 [paul]       2.1.1cvs18
8539         * src/main.c
8540                 fix build warnings
8542 2006-04-20 [paul]       2.1.1cvs17
8544         * src/gtk/quicksearch.c
8545                 fix standard, non-extended Quick search,
8546                 was broken in 2.1.1cvs15.
8547                 Thanks to Colin.
8549 2006-04-20 [colin]      2.1.1cvs16
8551         * src/prefs_matcher.c
8552                 Fix values when reselecting a ~test
8553                 rule
8555 2006-04-19 [colin]      2.1.1cvs15
8557         * src/compose.c
8558         * src/compose.h
8559         * src/gtk/gtkaspell.c
8560         * src/gtk/gtkaspell.h
8561                 Put back Options menu in Spelling/
8562         * src/gtk/quicksearch.c
8563                 Don't search, and show error, if the
8564                 advanced search has a syntax error
8566 2006-04-18 [colin]      2.1.1cvs14
8568         * src/textview.c
8569                 Fix gdk warnings on set_cursor when textview
8570                 isn't visible
8572 2006-04-18 [colin]      2.1.1cvs13
8574         * src/gtk/gtksctree.c
8575                 Remove seemingly useless refresh that causes
8576                 flicker - watch this commit in case of 
8577                 problems before planned backport to stable
8579 2006-04-18 [colin]      2.1.1cvs12
8581         * src/imap.c
8582                 Factorize get/set_xml code
8583         * src/compose.c
8584         * src/prefs_account.c
8585         * src/prefs_account.h
8586         * src/procmsg.c
8587                 Add Encrypt to self option
8589 2006-04-17 [colin]      2.1.1cvs11
8591         * configure.ac
8592                 Fix search on encrpyt function on dragonfly
8593                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8595 2006-04-17 [colin]      2.1.1cvs10
8597         * src/prefs_account.c
8598                 Be safe by default: remove mails from POP3
8599                 after 7 days, not immediately
8601 2006-04-17 [colin]      2.1.1cvs9
8603         * src/etpan/imap-thread.c
8604                 Fix build on DragonFly - patch by 
8605                 Jonathan Buschmann <jonthn@agmact.com>
8607 2006-04-17 [colin]      2.1.1cvs8
8609         * src/imap.c
8610                 Save uidnext between sessions
8612 2006-04-17 [colin]      2.1.1cvs7
8614         * src/imap.c
8615                 scan is required when uid validity changes
8617 2006-04-17 [colin]      2.1.1cvs6
8619         * src/folderview.c
8620                 Don't scan if not necessary, apart in current
8621                 folder and INBOX to fetch flags.
8622         * src/imap.c
8623                 Scan is necessary if unread count changes
8625 2006-04-17 [colin]      2.1.1cvs5
8627         * src/imap.c
8628                 ...But always fetch ANSWERED and DELETED flags for
8629                 INBOX, as filtering can happen on these flags.
8631 2006-04-17 [colin]      2.1.1cvs4
8633         * src/imap.c
8634                 Don't fetch REPLIED and DELETED flags when synchronising
8635                 flags with a closed folder. We only need UNSEEN and FLAGGED
8636                 to update the folderview.
8638 2006-04-17 [colin]      2.1.1cvs3
8640         * src/imap.c
8641                 Faster flag search when there are new mails 
8642                 in a folder. We can do a full search if the 
8643                 folder contains less messages than the new
8644                 list.
8646 2006-04-17 [colin]      2.1.1cvs2
8648         * po/cs.po
8649         * po/de.po
8650         * po/fr.po
8651         * po/nl.po
8652         * po/pt_BR.po
8653                 Update translations from stable branch
8655 2006-04-17 [colin]      2.1.1cvs1
8657         * configure.ac
8658                 Bump version to follow stable release
8660 2006-04-16 [mones]      2.1.0cvs50
8662         * po/es.po
8663                 Updated for release
8665 2006-04-16 [colin]      2.1.0cvs49
8667         * src/textview.c
8668                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8669                 with gtk < 2.8. Thanks to Fabien Vantard.
8671 2006-04-15 [colin]      2.1.0cvs48
8673         * src/etpan/imap-thread.c
8674                 Fix bug #919 (libetpan: SEGV when connecting 
8675                 using command)
8677 2006-04-14 [colin]      2.1.0cvs47
8679         * src/main.c
8680                 Fix race on --select (should be done better)
8682 2006-04-14 [wwp]        2.1.0cvs46
8684         * src/send_message.c
8685                 enforce a check for domain in account prefs (a sending
8686                 error could be faced if domain was checked but no value set),
8687                 thanks to Colin.
8689 2006-04-14 [colin]      2.1.0cvs45
8691         * src/codeconv.c
8692                 when converting from unknown to unknown, if the
8693                 string is UTF8, don't convert it to the locale
8694                 (which breaks it)
8696 2006-04-14 [colin]      2.1.0cvs44
8698         * src/compose.c
8699                 Don't try to use ASCII for converting headers
8700                 (as done in body)
8702 2006-04-14 [paul]       2.1.0cvs43
8704         * src/crash.c
8705                 add locale/charset info to crash report
8706         * src/gtk/about.c
8707                 add wwp to doc team
8708                 replace 'e-mail' with preferred 'email'
8709         * src/gtk/authors.h
8710                 ensure contributors list is in alphabetical
8711                 order
8713 2006-04-13 [colin]      2.1.0cvs42
8715         * src/textview.c
8716                 Prevent gdk warnings
8718 2006-04-13 [colin]      2.1.0cvs41
8720         * src/common/ssl_certificate.c
8721         * src/common/ssl_certificate.h
8722         * src/gtk/sslcertwindow.c
8723                 Warn on expired certs, and display the expiration date
8725 2006-04-13 [colin]      2.1.0cvs40
8727         * src/plugins/spamassassin/spamassassin_gtk.c
8728                 Fix missing set_text on unix socket
8730 2006-04-13 [wwp]        2.1.0cvs39
8732         * manual/fr/advanced.xml
8733         * manual/fr/glossary.xml
8734                 applied new spam/ham/email lexicon (pourriel, courriel)
8736 2006-04-13 [paul]       2.1.0cvs38
8738         * src/plugins/pgpmime/plugin.c
8739                 remove the mention of S/MIME from the
8740                 description. This is now handled by the
8741                 S/MIME plugin.
8743 2006-04-13 [paul]       2.1.0cvs37
8745         * src/prefs_msg_colors.c
8746                 rework dialog
8747         * src/prefs_folder_item.c
8748         * src/prefs_spelling.c
8749                 add a tooltip to the colour selector buttons
8751 2006-04-13 [wwp]        2.1.0cvs36
8753         * manual/advanced.xml
8754         * manual/glossary.xml
8755         * manual/handling.xml
8756         * manual/keyboard.xml
8757         * manual/plugins.xml
8758         * manual/starting.xml
8759         * manual/fr/account.xml
8760         * manual/fr/ack.xml
8761         * manual/fr/addrbook.xml
8762         * manual/fr/advanced.xml
8763         * manual/fr/faq.xml
8764         * manual/fr/glossary.xml
8765         * manual/fr/gpl.xml
8766         * manual/fr/handling.xml
8767         * manual/fr/intro.xml
8768         * manual/fr/keyboard.xml
8769         * manual/fr/plugins.xml
8770         * manual/fr/starting.xml
8771         * manual/fr/sylpheed-claws-manual.xml
8772                 fixes to the manuals:
8773                  - summaryview -> Message List (same in French)
8774                  - translate key names
8775                  - fix French punctuation, use non-breakable spaces when
8776                    necessary, don't use &thinsp; which is not portable
8777                  - tell what maildir and mbox formats we support
8779 2006-04-12 [wwp]        2.1.0cvs35
8781         * src/prefs_toolbar.c
8782                 unified a replace button more,
8783                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8785 2006-04-12 [wwp]        2.1.0cvs34
8787         * src/prefs_common.c
8788         * src/prefs_msg_colors.c
8789                 make default color labels translatable,
8790                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8791                 thanks to Tim <timbrain@post.cz> for reporting.
8793 2006-04-12 [wwp]        2.1.0cvs33
8795         * manual/glossary.xml
8796         * manual/intro.xml
8797         * manual/plugins.xml
8798         * manual/starting.xml
8799         * manual/sylpheed-claws-manual.xml
8800         * manual/fr/.cvsignore
8801         * manual/fr/account.xml
8802         * manual/fr/ack.xml
8803         * manual/fr/addrbook.xml
8804         * manual/fr/advanced.xml
8805         * manual/fr/faq.xml
8806         * manual/fr/glossary.xml
8807         * manual/fr/handling.xml
8808         * manual/fr/intro.xml
8809         * manual/fr/keyboard.xml
8810         * manual/fr/plugins.xml
8811         * manual/fr/starting.xml
8812         * manual/fr/sylpheed-claws-manual.xml
8813                 various fixes: typos, missing .fr translations, punctuation,
8814                 capitalization, links, accents and some bad French more.
8816 2006-04-12 [wwp]        2.1.0cvs32
8818         * src/prefs_gtk.c
8819                 fix for bug #935: always store prefs files in UTF-8 (thanks
8820                 to Colin).
8822 2006-04-11 [colin]      2.1.0cvs31
8824         * src/compose.c
8825                 Fix inserting files not in utf8 when locale is utf8
8827 2006-04-11 [colin]      2.1.0cvs30
8829         * src/inc.c
8830                 Don't show error dialog when cancelling connection
8831                 Patch by Pawel
8833 2006-04-11 [cleroy]     2.1.0cvs29
8835         * src/compose.c
8836                 Implement multiple quote levels
8837         * src/prefs_common.c
8838                 Change a little bit the quote bgcolor for 2nd level
8840 2006-04-11 [colin]      2.1.0cvs28
8842         * src/gtk/about.c
8843                 Add locale and charset in the label
8845 2006-04-10 [colin]      2.1.0cvs27
8847         * src/compose.c
8848         * src/prefs_common.c
8849         * src/prefs_common.h
8850         * src/prefs_msg_colors.c
8851         * src/textview.c
8852                 Allow optional background color in quotes
8853                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8854                 GTK+-2.8.x feature
8856 2006-04-10 [colin]      2.1.0cvs26
8858         * src/main.c
8859         * src/mainwindow.c
8860         * src/mainwindow.h
8861                 Implement --select
8863 2006-04-10 [colin]      2.1.0cvs25
8865         * manual/plugins.xml
8866         * manual/fr/plugins.xml
8867                 Document libcurl's proxy variables
8869 2006-04-09 [colin]      2.1.0cvs24
8871         * src/prefs_common.c
8872                 gettext() returns statically allocated stuff. We have
8873                 to strdup it in order to be able to free it.
8875 2006-04-09 [colin]      2.1.0cvs23
8877         * AUTHORS
8878         * src/gtk/authors.h
8879                 Add Alexei
8881 2006-04-09 [colin]      2.1.0cvs22
8883         * src/mainwindow.c
8884         * src/gtk/quicksearch.c
8885                 Fix bug #859 (problems with cyrilic input in 
8886                 search panel) - Patch by Alexey Illarionov 
8887                 <littlesavage@rambler.ru>
8889 2006-04-09 [colin]      2.1.0cvs21
8891         * src/prefs_customheader.c
8892                 I prefer removing then freeing rather than the contrary
8893                 (even if it doesn't change anything ;-)
8894         * src/prefs_account.c
8895                 Fix bug #933 (Crash re-entering the custom headers list 
8896                 dialog in accounts prefs)
8897                 The problem happened when cancelling the Account 
8898                 Preferences' dialogs - in which case we didn't do 
8899                 anything to the PrefsAccount * struct. In case of applying,
8900                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8901                 working with in this dialog. The problem is that 
8902                 prefs_customheader.c, working on this tmp_ac_prefs, always
8903                 changes the ->customhdr_list pointer, even when cancelled. 
8904                 So in case of cancelling the prefs_account dialog, we still
8905                 have to update ->customhdr_list in the real account.
8907 2006-04-08 [colin]      2.1.0cvs20
8909         * manual/fr/glossary.xml
8910         * manual/fr/keyboard.xml
8911                 Forgot some headers :)
8913 2006-04-08 [colin]      2.1.0cvs19
8915         * manual/Makefile.am
8916         * manual/fr/Makefile.am
8917         * manual/fr/account.xml
8918         * manual/fr/ack.xml
8919         * manual/fr/addrbook.xml
8920         * manual/fr/advanced.xml
8921         * manual/fr/faq.xml
8922         * manual/fr/glossary.xml
8923         * manual/fr/gpl.xml
8924         * manual/fr/handling.xml
8925         * manual/fr/intro.xml
8926         * manual/fr/keyboard.xml
8927         * manual/fr/plugins.xml
8928         * manual/fr/starting.xml
8929         * manual/fr/sylpheed-claws-manual.xml
8930         * manual/fr/dist/.cvsignore
8931         * manual/fr/dist/Makefile.am
8932         * manual/fr/dist/html/.cvsignore
8933         * manual/fr/dist/html/Makefile.am
8934         * manual/fr/dist/pdf/.cvsignore
8935         * manual/fr/dist/pdf/Makefile.am
8936         * manual/fr/dist/ps/.cvsignore
8937         * manual/fr/dist/ps/Makefile.am
8938         * manual/fr/dist/txt/.cvsignore
8939         * manual/fr/dist/txt/Makefile.am
8940                 Add the french translation of the manual. Thanks to
8941                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8942                 account.xml, ack.xml, addrbook.xml and advanced.xml
8944 2006-04-08 [colin]      2.1.0cvs18
8946         * manual/plugins.xml
8947         * manual/starting.xml
8948                 More fixes
8950 2006-04-07 [colin]      2.1.0cvs17
8952         * manual/faq.xml
8953         * manual/intro.xml
8954         * manual/keyboard.xml
8955                 Little fixes
8957 2006-04-07 [colin]      2.1.0cvs16
8959         * README
8960         * src/compose.c
8961         * src/prefs_common.c
8962         * src/prefs_common.h
8963                 Add hidden compose_no_markup pref
8965 2006-04-07 [wwp]        2.1.0cvs15
8967         * src/summary_search.c
8968         * .cvsignore
8969                 Bugfix: stop button was sticky when searching in an empty folder.
8970                 Applied curly brackets code style to the whole file (summary_search.c).
8971                 More files to ignore.
8973 2006-04-07 [wwp]        2.1.0cvs14
8975         * src/message_search.c
8976         * src/summary_search.c
8977                 changed default button when search bumps at file/folder
8978                 beginning or end, for convenience (thanks to Colin).
8980 2006-04-07 [paul]       2.1.0cvs13
8982         * src/plugins/dillo_viewer/dillo_prefs.c
8983                 avoid future potential for namespace collision
8984                 Patch by Colin
8986 2006-04-06 [wwp]        2.1.0cvs12
8988         * src/summary_search.c
8989                 Unify extended/advanced searches names (and thus factorize labels),
8990                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8992 2006-04-06 [wwp]        2.1.0cvs11
8994         * src/folderview.c
8995         * src/prefs_themes.c
8996         * src/summaryview.c
8997                 Fixed some compilation warnings.
8999 2006-04-06 [colin]      2.1.0cvs10
9001         * manual/advanced.xml
9002                 Document the wizard template and how to deploy
9003                 Sylpheed-Claws effectively
9005 2006-04-06 [colin]      2.1.0cvs9
9007         * src/folderview.c
9008                 gettext patch to tell translators about _("#"),
9009                 by Maxim Britov
9011 2006-04-06 [colin]      2.1.0cvs8
9013         * src/textview.c
9014                 Fix invalid GtkTextBIter after clicking "Display as text"
9016 2006-04-06 [mones]      2.1.0cvs7
9018         * src/addr_compl.c
9019         * src/addrindex.c
9020         * src/addritem.c
9021         * src/codeconv.c
9022         * src/compose.c
9023         * src/filtering.c
9024         * src/folder.c
9025         * src/folder_item_prefs.c
9026         * src/folderview.c
9027         * src/localfolder.c
9028         * src/matcher.c
9029         * src/mimeview.c
9030         * src/prefs_msg_colors.c
9031         * src/prefs_spelling.c
9032         * src/prefs_themes.c
9033         * src/procmime.c
9034         * src/procmsg.c
9035         * src/stock_pixmap.c
9036         * src/summaryview.c
9037         * src/textview.c
9038         * src/toolbar.c
9039         * src/common/mgutils.c
9040         * src/common/prefs.c
9041         * src/common/ssl_certificate.c
9042         * src/gtk/colorlabel.c
9043         * src/gtk/quicksearch.c
9044         * src/plugins/pgpmime/pgpmime.c
9045         * src/plugins/spamassassin/spamassassin.c
9046                 Removed redundant NULL checks for g_free() calls.
9047                 Patch by Pawel Pekala.
9049 2006-04-06 [mones]      2.1.0cvs6
9051         * src/prefs_actions.c
9052         * src/prefs_filtering.c
9053         * src/prefs_filtering_action.c
9054         * src/prefs_matcher.c
9055         * src/prefs_template.c
9056         * src/gtk/gtkutils.c
9057         * src/gtk/gtkutils.h
9058                 Have a nice replace button. Patch by Pawel Pekala
9060 2006-04-06 [colin]      2.1.0cvs5
9062         * src/addressbook.c
9063                 Fix crash with empty columns
9065 2006-04-05 [colin]      2.1.0cvs4
9067         * src/wizard.c
9068         * src/prefs_gtk.c
9069                 Allow wizard customization with pre-filled values
9071 2006-04-05 [colin]      2.1.0cvs3
9073         * src/textview.c
9074         * src/mimeview.c
9075         * src/mimeview.h
9076                 Nicer messages in mimeview
9078 2006-04-05 [colin]      2.1.0cvs2
9080         * src/addressbook.c
9081         * src/prefs_summaries.c
9082                 i18n fix
9084 2006-04-05 [colin]      2.1.0cvs1
9086         * src/plugins/pgpcore/plugin.c
9087         * src/plugins/pgpcore/select-keys.c
9088         * src/plugins/pgpcore/select-keys.h
9089         * src/plugins/pgpcore/sgpgme.c
9090         * src/plugins/pgpcore/sgpgme.h
9091         * src/plugins/pgpinline/pgpinline.c
9092         * src/plugins/pgpinline/plugin.c
9093         * src/plugins/pgpmime/pgpmime.c
9094         * src/plugins/pgpmime/plugin.c
9095                 Factorize and generalize a bit 
9096                 Drop S/MIME signature verification from PGP/MIME
9097                 (adding it as another, more complete plugin)
9099 2006-04-05 [paul]       2.1.0
9101         2.1.0 released
9103 2006-04-05 [paul]       2.0.0cvs186
9105         * manual/advanced.xml
9106                 add info on colour labels
9108 2006-04-05 [paul]       2.0.0cvs185
9110         * po/bg.po
9111         * po/cs.po
9112         * po/de.po
9113         * po/el.po
9114         * po/en_GB.po
9115         * po/fi.po
9116         * po/fr.po
9117         * po/it.po
9118         * po/nl.po
9119         * po/pl.po
9120         * po/pt_BR.po
9121         * po/sr.po
9122         * po/zh_CN.po
9123                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9124                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9125                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9126                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9127         * src/gtk/authors.h
9128         * tools/claws.i18n.status.pl
9129                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9130                 and new Czech translator, Tim <timbrain@post.cz>
9132 2006-04-05 [mones]      2.0.0cvs184
9134         * po/es.po
9135                 Updated translation
9137 2006-04-05 [colin]      2.0.0cvs183
9139         * src/gtk/quicksearch.c
9140                 Fix bug #929 (unnecessary reload in quick search bar)
9142 2006-04-05 [colin]      2.0.0cvs182
9144         * src/compose.c
9145                 Fix crash on Reply with no From:
9146                 Show signature and conversion error on queuing 
9147                 (but not sending)
9148         * src/mainwindow.c
9149         * src/summaryview.c
9150         * src/summaryview.h
9151                 Factorize threading code and make sure msginfo 
9152                 is not null when it comes from a GtkCTreeRow's 
9153                 data
9154         * src/gtk/gtkaspell.c
9155                 Check for necessary things
9156         * src/gtk/gtksctree.c
9157         * src/gtk/gtksctree.h
9158                 Reset anchor if necessary when removing node
9160 2006-03-29 [colin]      2.0.0cvs181
9162         * src/folderview.c
9163                 Warn for disabled IMAP accounts (due to lack of
9164                 libetpan). Breaks string-freeze - sorry - but it
9165                 is kind of important ;)
9167 2006-03-28 [colin]      2.0.0cvs180
9169         * src/gtk/gtkutils.c
9170         * src/gtk/gtkutils.h
9171                 Add a gtkut_get_link_btn() function that
9172                 creates a button which acts like an URI
9173         * src/prefs_themes.c
9174         * src/gtk/about.c
9175                 Use this function (factorizes codes)
9176         * src/common/defs.h
9177         * src/gtk/pluginwindow.c
9178                 Add a "Get more..." in the plugins window
9180 2006-03-28 [colin]      2.0.0cvs179
9182         * src/common/smtp.c
9183         * src/common/passcrypt.c
9184         * src/undo.c
9185                 Warning fixes. Patch by Pawel Pekala
9187 2006-03-27 [colin]      2.0.0cvs178
9189         * src/undo.c
9190                 Fix undoing by blocks with spaces
9192 2006-03-27 [colin]      2.0.0cvs177
9194         * src/textview.c
9195                 Set margin to 3px for headers
9197 2006-03-27 [paul]
9199         2.1.0-rc2 released
9201 2006-03-27 [wwp]        2.0.0cvs176
9203         * src/summaryview.c
9204                 don't reset quicksearch when updating the message list.
9205                 Thanks to Colin.
9207 2006-03-26 [wwp]        2.0.0cvs175
9209         * src/compose.c
9210                 use a unified border width ('other' tab in the compose window,
9211                 patch by Pawel Pekala).
9214 2006-03-26 [wwp]        2.0.0cvs174
9216         * src/common/quoted-printable.c
9217         * src/addressbook.c
9218                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9220 2006-03-26 [colin]      2.0.0cvs173
9222         * src/quote_fmt_parse.y
9223                 Fix non-UTF8 date formats messing up the whole quote a 
9224                 little bit
9226 2006-03-26 [colin]      2.0.0cvs172
9228         * src/procheader.c
9229                 Make sure the date is UTF8 valid, or try to make it
9230                 so. IncrediMail is really IncrediStupid.
9231         * src/compose.c
9232                 Fix possible conversions. 
9233                 
9235 2006-03-26 [colin]      2.0.0cvs171
9237         * src/matcher.c
9238                 Fix corner cases in body search. This is still a
9239                 hack... It seems impossible to make it good and 
9240                 reasonably fast at the same time.
9242 2006-03-26 [colin]      2.0.0cvs170
9244         * src/summaryview.c
9245                 I think I killed the twilight zone bug!
9246                 summary_select_node() flushes GTK events in order
9247                 to be able to center the view. But this also 
9248                 flushes keypresses like Ctrl-Alt-U, so this can
9249                 call summary_show from summary_select_node (itself
9250                 called from summary_show, etc.). And the summaryview
9251                 has to be unlocked in this function. So just locking
9252                 while processing GTK events, and bailing if locked, 
9253                 should fix it.
9254                 Fixes bug #927 (SIGSEGV during Update Summary)
9256 2006-03-25 [colin]      2.0.0cvs169
9258         * src/matcher.c
9259                 Fix search in QP-encoded bodies
9260                 Fix utf-8 searches in bodies encoded in the
9261                 locale's encoding
9262         * src/common/quoted-printable.c
9263         * src/common/quoted-printable.h
9264                 Add a decode function that doesn't overwrite
9265                 the original pointer
9266                 
9268 2006-03-24 [colin]      2.0.0cvs168
9270         * src/action.c
9271         * src/summaryview.c
9272         * src/summaryview.h
9273                 Update message cache after action
9274                 Patch by H. Merijn Brand
9275         * src/prefs_msg_colors.c
9276                 Factorize label 
9277                 Patch by Fabien Vantard
9278         * src/plugins/spamassassin/spamassassin_gtk.c
9279                 Remove useless translation
9280                 Patch by Fabien Vantard
9282 2006-03-23 [colin]      2.0.0cvs167
9284         * src/common/ssl.c
9285                 Let 30 seconds to SSL_connect
9287 2006-03-23 [wwp]        2.0.0cvs166
9289         * src/summaryview.c
9290         * src/gtk/description_window.c
9291                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9292                 and headers are translated; adjust description windows' width to fit their
9293                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9295 2006-03-23 [paul]       2.0.0cvs165
9297         * src/common/utils.c
9298                 fix highlighting of URIs containing "()"
9299                 (2.0.0cvs164's reversal fixed)
9300                 Thanks to Colin.
9302 2006-03-23 [paul]       2.0.0cvs164
9304         * src/common/utils.c
9305                 revert patch, (postponing a fix), at 2.0.0cvs120
9306                 as it breaks more URIs than it fixes.
9307                 Allow '-' to be a terminating character in a URI
9309 2006-03-22 [colin]      2.0.0cvs163
9311         * configure.ac
9312                 Require libetpan 0.45
9313                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9315 2006-03-22 [paul]       2.0.0cvs162
9317         * src/editgroup.c
9318                 replace '<-' and '->' buttons with GTK_STOCK graphical
9319                 buttons
9320         * src/summary_search.c
9321                 don't offer '...' for translation
9322                 add a tooltip to advanced search '...' button
9323         * src/gtk/quicksearch.c
9324                 don't offer '...' for translation
9326 2006-03-21 [colin]      2.0.0cvs161
9328         * src/compose.c
9329                 Fix middle-click pasting (insert at click
9330                 position instead of cursor position, don't
9331                 remove existing selection and allow pasting
9332                 our own selection)
9333         * src/addressbook.c
9334                 "LDAP Server" -> "LDAP servers"
9336 2006-03-21 [wwp]        2.0.0cvs160
9338         * src/etpan/imap-thread.c
9339                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9341 2006-03-20 [colin]      2.0.0cvs159
9343         * src/summaryview.c
9344                 Don't reload summaryview after an execute with no
9345                 move action
9347 2006-03-19 [colin]      2.0.0cvs158
9349         * src/addressbook.c
9350                 and put groups at the top, always
9352 2006-03-19 [colin]      2.0.0cvs157
9354         * src/addressbook.c
9355                 Order groups before names, as previously
9357 2006-03-19 [colin]      2.0.0cvs156
9359         * src/addressbook.c
9360                 - Sort case-unsensitive
9361                 - Put the sort arrow at opening too
9363 2006-03-19 [wwp]        2.0.0cvs155
9365         * src/addressbook.c
9366                 allow sorting by name/email/remarks, ensure that right-pane's contents
9367                 matches the left-pane selection (cleared when appropriate).
9368                 Patch by Pawel Pekala <c0rn@o2.pl>.
9370 2006-03-18 [colin]      2.0.0cvs154
9372         * src/textview.c
9373                 Fix text cursor ;)
9375 2006-03-18 [colin]      2.0.0cvs153
9377         * src/gtk/filesel.c
9378                 Make sure we hide the preview if we didn't get
9379                 a filename
9381 2006-03-18 [colin]      2.0.0cvs152
9383         * src/summaryview.c
9384                 Set cursor to watch for execution (fixes lack
9385                 of watch-cursor when dnd'ing hundreds of mails)
9386         * src/gtk/filesel.c
9387                 Check that mime type is 'image/*' before updating
9388                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9390 2006-03-18 [colin]      2.0.0cvs151
9392         * src/mainwindow.c
9393         * src/textview.c
9394         * src/textview.h
9395                 Put a watch cursor in textview too when the mainwindow's
9396                 cursor in a watch
9398 2006-03-18 [colin]      2.0.0cvs150
9400         * src/folder.c
9401                 Change wrong asserts to simple tests
9403 2006-03-17 [colin]      2.0.0cvs149
9405         * src/mainwindow.c
9406         * src/mainwindow.h
9407         * src/prefs_msg_colors.c
9408         * src/summaryview.c
9409         * src/summaryview.h
9410         * src/gtk/colorlabel.c
9411         * src/gtk/colorlabel.h
9412                 Add a color label menu in the main menubar
9413                 Add (fixed) accels Ctrl-{0-7} to change the color
9414                 They have to be fixed because the menu's dynamic,
9415                 the items are complex widgets, hence we can't use
9416                 a GtkItemFactory.
9419 2006-03-17 [wwp]        2.0.0cvs148
9421         * src/compose.c
9422                 rollback few lines from my previous commit (those lines come from
9423                 a pending patch, accidentally commited, even if neutral as they are
9424                 commented out).
9426 2006-03-17 [wwp]        2.0.0cvs147
9428         * src/compose.c
9429                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9430                 applied code style/indentation to the modified function.
9432 2006-03-17 [wwp]        2.0.0cvs146
9434         * src/procmsg.c
9435         * src/compose.c
9436                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9438 2006-03-17 [paul]
9440         2.1.0-rc1 released
9442 2006-03-17 [paul]       2.0.0cvs145
9444         * src/main.c
9445                 addressbook_read_file() was called twice
9446         * src/textview.c
9447                 X-Mailer highlighting
9449 2006-03-16 [colin]      2.0.0cvs144
9451         * src/sourcewindow.c
9452         * src/sourcewindow.h
9453                 And the last one, in source window.
9455 2006-03-16 [colin]      2.0.0cvs143
9457         * src/compose.c
9458         * src/compose.h
9459                 Fix the same stuff in compose
9461 2006-03-16 [colin]      2.0.0cvs142
9463         * src/messageview.c
9464                 Complete the previous messageview crash fix
9466 2006-03-16 [colin]      2.0.0cvs141
9468         * src/procmsg.h
9469         * src/procmsg.c
9470         * src/folder.c
9471                 Fix POSTPROCESSING hook
9472                 Patch by H. Merijn Brand
9474         * src/procmime.c
9475         * src/procmime.h
9476                 Parse Content-Location
9478         * src/toolbar.c
9479         * src/messageview.c
9480         * src/messageview.h
9481                 Don't crash when a top-level MessageView has
9482                 been closed on us. Same problematic than
9483                 yesterday's quicksearch issue.
9485 2006-03-15 [colin]      2.0.0cvs140
9487         * src/gtk/quicksearch.c
9488                 Fix a bitchy race we didn't think about when we
9489                 added quicksearch cancellation:
9490                 If the search is not on cached fields, for example
9491                 body_part matchcase "stuff"
9492                 the matcher code has to get the whole message. If
9493                 we're on IMAP, that can be slow, and in order to
9494                 be non-blocking, the IMAP code idle loop processes
9495                 gtk events too. So it is possible to cancel a
9496                 quicksearch while the matcher is getting the mail's
9497                 body. After matcher got its body, it will start to
9498                 iterate over the matcher list that the Quicksearch's
9499                 clear_search_cb() just freed via prepare_matcher().
9500                 SIGSEGV ensues.
9501                 The fix consists of guarding the matcherlist_match()
9502                 call with a boolean 'matching'. If we reset the
9503                 quicksearch while matching is TRUE, we don't free
9504                 the matcherlist anymore like we did, but we set
9505                 another new flag, deferred_free, to TRUE. Then,
9506                 in quicksearch_match(), just after returning from
9507                 matcherlist_match() and unsetting the matching flag,
9508                 we check the deferred_free flag and do the
9509                 prepare_matcher() (which does the matcherlist_free)
9510                 for real, so we free the matcherlist once it's not
9511                 used anymore.
9512                 As all of this runs via the glib main loop, we
9513                 luckily don't need a mutex.
9514         * src/summaryview.c
9515                 Also, show progress while searching.
9518 2006-03-14 [colin]      2.0.0cvs139
9520         * src/alertpanel.c
9521                 Make alertpanel_is_open non-static
9523 2006-03-14 [colin]      2.0.0cvs138
9525         * src/prefs_spelling.c
9526                 Cleanups - Fabien Vantard
9528 2006-03-14 [wwp]        2.0.0cvs137
9530         * src/main.c
9531                 code style normalization (curly braces, indentation).
9533 2006-03-14 [wwp]        2.0.0cvs137
9535         * src/main.c
9536                 code style (braces, indentation)
9538 2006-03-12 [paul]       2.0.0cvs136
9540         * src/prefs_common.c
9541                 trans_hdr defaults to FALSE to be RFC-savvy
9542         * src/prefs_summaries.c
9543                 add a tooltip to the trans_hdr option
9544                 
9546 2006-03-12 [paul]       2.0.0cvs135
9548         * src/prefs_matcher.c
9549                 give a little more width to the combos
9550         * src/prefs_display_header.c
9551         * src/textview.c
9552                 translate headers if prefs_common.trans_hdr
9553                 is TRUE
9555         Patches by Pawel Pekala
9557 2006-03-12 [paul]       2.0.0cvs134
9559         * src/plugins/clamav/clamav_plugin.c
9560         * src/plugins/dillo_viewer/dillo_viewer.c
9561         * src/plugins/pgpcore/plugin.c
9562         * src/plugins/pgpinline/plugin.c
9563         * src/plugins/pgpmime/plugin.c
9564         * src/plugins/spamassassin/spamassassin.c
9565                 update/add to descriptions
9566         * src/plugins/spamassassin/spamassassin_gtk.c
9567                 fixes to the english, remove superfluous
9568                 tooltips, clean up a little
9570 2006-03-12 [paul]       2.0.0cvs133
9572         * src/compose.c
9573                 fix Bug 924, 'Account combo box shows up wrong 
9574                 if & is in account name'
9576 2006-03-11 [colin]      2.0.0cvs132
9578         * src/summaryview.c
9579                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9580                 messed up shift-selection because is slows down
9581                 moving around summaryview. thanks -users
9583 2006-03-10 [colin]      2.0.0cvs131
9585         * src/plugins/spamassassin/spamassassin_gtk.c
9586                 Put back Paul's engrish fixes
9588 2006-03-10 [colin]      2.0.0cvs130
9590         * src/plugins/spamassassin/spamassassin.c
9591         * src/plugins/spamassassin/spamassassin.h
9592         * src/plugins/spamassassin/spamassassin_gtk.c
9593                 Cleanup SA prefs page (more)
9594                 Patch by Fabien Vantard
9596 2006-03-10 [paul]       2.0.0cvs129
9598         * src/prefs_msg_colors.c
9599         * src/prefs_spelling.c
9600                 widget sensitivity
9602 2006-03-09 [mones]      2.0.0cvs128
9604         * po/es.po
9605                 Update for next RC
9607 2006-03-09 [wwp]        2.0.0cvs127
9609         * configure.ac
9610                 revert accidental commit (requirement for libetpan 0.43), this time
9611                 not in HEAD.
9613 2006-03-09 [wwp]        2.0.0cvs125
9615         * configure.ac
9616                 revert accidental commit (requirement for libetpan 0.43)
9618 2006-03-09 [paul]       2.0.0cvs126
9620         * src/prefs_receive.c
9621                 remove useless frame
9622                 replace 'incorporation' with 'receiving'
9623         * src/plugins/clamav/clamav_plugin_gtk.c
9624         * src/plugins/spamassassin/spamassassin_gtk.c
9625                 improve widget sensitivity
9626                 fix a bit his engrish
9628 2006-03-09 [wwp]        2.0.0cvs125
9630         * src/addressadd.c
9631         * src/foldersel.c
9632         * src/prefs_common.c
9633         * src/prefs_common.h
9634                 remember some more windows' sizes (add to addressbook and
9635                 select folder).
9637 2006-03-09 [paul]       2.0.0cvs124
9639         * src/plugins/pgpcore/prefs_gpg.c
9640                 normalise construction of dialogue
9642 2006-03-09 [paul]       2.0.0cvs123
9644         * src/plugins/trayicon/Makefile.am
9645                 add missing slash
9647 2006-03-08 [colin]      2.0.0cvs122
9649         * src/plugins/trayicon/Makefile.am
9650                 Fix build in separate dir 
9651                 Patch by Bamanzi <bamanzi@gmail.com>
9653 2006-03-08 [colin]      2.0.0cvs121
9655         * src/procmsg.c
9656                 Batch move and copies from summaryview with delayed execution
9657                 too
9659 2006-03-07 [paul]       2.0.0cvs120
9661         * src/common/utils.c
9662                 fix highlighting of URIs containing "()"
9663                 Patch by Pawel Pekala
9665 2006-03-07 [paul]       2.0.0cvs119
9667         * src/folder.c
9668         * src/folder.h
9669         * src/folderview.c
9670                 immediately do alphabetical resort when
9671                 changing a folder's name
9672                 Patch by Pawel Pekala
9674 2006-03-07 [paul]       2.0.0cvs118
9676         * src/news.c
9677         * src/news_gtk.c
9678                 when unsubscribing a newsgroup, remove the
9679                 folder and msgs in .sylpheed-claws/newscache
9680                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9682 2006-03-07 [paul]       2.0.0cvs117
9684         * src/textview.c
9685                 fix wrong Fake URL Warning
9686                 Thanks to Hiro
9688 2006-03-07 [colin]      2.0.0cvs116
9690         * src/imap.c
9691                 Return immediately when password dialog was
9692                 cancelled
9693         * src/gtk/inputdialog.c
9694                 Allow empty strings for passwords
9697 2006-03-06 [colin]      2.0.0cvs115
9699         * src/imap.c
9700                 Prevent double-timeouts when connection fails
9702 2006-03-06 [colin]
9704         2.0.1-rc1 released
9706 2006-03-06 [colin]      2.0.0cvs114
9708         * src/imap.c
9709                 Refresh session during potentially long
9710                 operations
9712 2006-03-06 [wwp]        2.0.0cvs113
9714         * src/prefs_msg_colors.h
9715                 forgot that one (custom color labels).
9717 2006-03-06 [wwp]        2.0.0cvs112
9719         * src/prefs_common.c
9720         * src/prefs_common.h
9721         * src/prefs_msg_colors.c
9722         * src/summaryview.c
9723         * src/summaryview.h
9724         * src/gtk/colorlabel.c
9725         * src/gtk/colorlabel.h
9726                 colors in messages list are now customizable. Color values and names can
9727                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9728                 Thanks to Paul and Colin for their help with this longstanding patch!
9730 2006-03-06 [wwp]        2.0.0cvs111
9732         * src/textview.c
9733                 don't crash if (x)face is bad.
9735 2006-03-05 [paul]       2.0.0cvs110
9737         * AUTHORS
9738         * configure.ac
9739         * src/Makefile.am
9740         * src/common/Makefile.am
9741         * src/common/utils.h
9742         * src/etpan/imap-thread.c
9743         * src/gtk/authors.h
9744         * src/plugins/clamav/Makefile.am
9745         * src/plugins/demo/Makefile.am
9746         * src/plugins/dillo_viewer/Makefile.am
9747         * src/plugins/pgpcore/Makefile.am
9748         * src/plugins/pgpcore/passphrase.c
9749         * src/plugins/pgpinline/Makefile.am
9750         * src/plugins/pgpmime/Makefile.am
9751         * src/plugins/spamassassin/Makefile.am
9752         * src/plugins/trayicon/Makefile.am
9753                 fix builiding on cygwin
9754                 Patch by Ralgh Young <bamanzi@gmail.com>
9756 2006-03-04 [wwp]        2.0.0cvs109
9758         * manual/keyboard.xml
9759                 fix mixed up/down keys.
9761 2006-03-04 [wwp]        2.0.0cvs108
9763         * README
9764         * INSTALL
9765                 updated links to SpamAssassin.
9767 2006-03-04 [wwp]        2.0.0cvs107
9769         * manual/plugins.xml
9770         * src/plugins/spamassassin/README
9771                 updated SpamAssassin plugin docs to reflect new functional additions
9772                 (also fix/update/documents few technical stuff more, see the README).
9774 2006-03-04 [wwp]        2.0.0cvs106
9776         * src/prefs_message.c
9777                 normalized capitalization of message-prefs paths.
9779 2006-03-04 [wwp]        2.0.0cvs105
9781         * manual/advanced.xml
9782                 typo.
9784 2006-03-03 [colin]      2.0.0cvs104
9786         * src/plugins/clamav/clamav_plugin_gtk.c
9787                 Rework prefs page, patch by Fabien 
9789 2006-03-03 [colin]      2.0.0cvs103
9791         * src/plugins/clamav/clamav_plugin.c
9792                 Set error on all errors
9794 2006-03-03 [colin]      2.0.0cvs102
9796         * src/common/plugin.c
9797                 Initialize error to avoid crashing when a plugin fails
9798                 without setting error
9800 2006-03-02 [wwp]        2.0.0cvs101
9802         * configure.ac
9803                 fixed linker flags for libetpan support on Cygwin
9804                 (thanks to H.Merijn Brand).
9806 2006-03-02 [wwp]        2.0.0cvs100
9808         * src/addressbook.c
9809                 fix some AB error messages: one for punctuation and
9810                 one wrongly duplicate (thanks, maxbritov).
9812 2006-03-02 [wwp]        2.0.0cvs99
9814         * src/plugins/spamassassin/spamassassin.c
9815                 make sync calls to sa-learn/spamc to prevent
9816                 system (whatever local or client/server) overload.
9818 2006-03-02 [colin]      2.0.0cvs98
9820         * src/summaryview.c
9821                 Put the spam icon in the status column instead of the
9822                 mark one
9824 2006-03-01 [colin]      2.0.0cvs97
9826         * src/plugins/spamassassin/spamassassin.c
9827                 Fix segfault (g_file_set_contents fails for some 
9828                 reason and err==0x2f. Can't find out why with
9829                 valgrind, using working function :-)
9831 2006-03-01 [colin]      2.0.0cvs96
9833         * src/inc.c
9834                 Offline overriding: let 'No' be cached only 3 seconds
9836 2006-03-01 [colin]      2.0.0cvs95
9838         * src/addr_compl.c
9839         * src/addrbook.c
9840         * src/addressbook.c
9841         * src/addrindex.c
9842         * src/folder_item_prefs.c
9843         * src/headerview.c
9844         * src/imap.c
9845         * src/inc.c
9846         * src/ldif.c
9847         * src/mainwindow.c
9848         * src/mh.c
9849         * src/msgcache.c
9850         * src/prefs_common.h
9851         * src/prefs_msg_colors.c
9852         * src/procheader.c
9853         * src/procheader.h
9854         * src/procmime.c
9855         * src/procmsg.c
9856         * src/procmsg.h
9857         * src/send_message.h
9858         * src/simple-gettext.c
9859         * src/summaryview.c
9860         * src/summaryview.h
9861         * src/syldap.c
9862         * src/textview.c
9863         * src/undo.c
9864         * src/common/ssl_certificate.c
9865         * src/common/utils.c
9866         * src/gtk/colorsel.c
9867         * src/gtk/gtksctree.c
9868         * src/gtk/gtkshruler.c
9869         * src/plugins/trayicon/trayicon.c
9870                 #if 0 goes to /dev/null
9872 2006-03-01 [colin]      2.0.0cvs94
9874         * src/compose.c
9875         * src/imap.c
9876         * src/inc.c
9877         * src/inc.h
9878         * src/messageview.c
9879         * src/news.c
9880         * src/plugins/spamassassin/spamassassin.c
9881                 Allow to add information in the "working offline"
9882                 window
9884 2006-03-01 [wwp]        2.0.0cvs93
9886         * src/plugins/spamassassin/spamassassin.c
9887                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9888                 'cause it seems that calling `spamc ... < inputfile` with
9889                 g_spawn_(a)sync simply.. erm doesn't work :-).
9891 2006-03-01 [wwp]        2.0.0cvs92
9893         * src/toolbar.c
9894         * src/toolbar.h
9895                 simplify the adding of spam/ham button to the messageview toolbar
9896                 (it gets more clear now that the same button will be "Mark as spam"
9897                 or "Mark as ham" according to the current message status,
9898                 thanks to Colin).
9900 2006-03-01 [wwp]        2.0.0cvs91
9902         * src/messageview.c
9903         * src/procmsg.c
9904         * src/procmsg.h
9905         * src/summaryview.c
9906         * src/plugins/spamassassin/spamassassin.c
9907         * src/plugins/spamassassin/spamassassin.h
9908                 make learner callbacks return a status (0 for ok),
9909                 handle it in main code to avoid setting flags when learning failed,
9910                 don't learn on TCP if offline in spamassassin,
9911                 thanks to Colin.
9913                 
9915 2006-03-01 [wwp]        2.0.0cvs90
9917         * src/compose.c
9918                 some work around the compose window's account menu,
9919                 patch by Fabien Vantard.
9921 2006-03-01 [wwp]        2.0.0cvs89
9923         * src/plugins/spamassassin/spamassassin.c
9924                 fixed bad logics, was using spamc in local mode and sa-learn
9925                 in remote mode (thanks, Colin).
9927 2006-03-01 [wwp]        2.0.0cvs88
9929         * src/plugins/spamassassin/spamassassin.c
9930         * src/plugins/spamassassin/spamassassin.h
9931         * src/plugins/spamassassin/spamassassin_gtk.c
9932                 made processing of emails w/ sa-plugin an option (default is TRUE),
9933                 fixed Engrish some tooltips, capitalization of some debug messages
9934                 and warnings. The spamassassin plugin now provides two separate
9935                 services: process emails upon incorporation and spamd training.
9936                 Both services (un)register independently but use some common
9937                 plugin settings (transport settings, spam storage location).
9939 2006-02-28 [wwp]        2.0.0cvs87
9941         * src/plugins/spamassassin/spamassassin.c
9942                 fix async flag to spamc cmdline execution (batch exec should
9943                 be asynchronous).
9945 2006-02-27 [wwp]        2.0.0cvs86
9947         * src/plugins/spamassassin/spamassassin.c
9948         * src/plugins/spamassassin/spamassassin.h
9949         * src/plugins/spamassassin/spamassassin_gtk.c
9950                 - added the ability to learn a remote spamassassin server (spamd),
9951                 using spamc.
9952                 - added the spamassassin option 'username', that applies to all
9953                 spamassassin operations (filtering, learning, local or remote).
9954                 The default username is the current unix user (if left blank
9955                 from gtk prefs or config file).
9956                 - commented out some unused code (notebook widget), removed unused
9957                 layout (hbox1).
9958                 - make more widgets sensitive to the transport type.
9960 2006-02-27 [colin]      2.0.0cvs85
9962         * src/plugins/spamassassin/spamassassin.c
9963                 Fix sa-learn call when offline
9965 2006-02-27 [colin]      2.0.0cvs84
9967         * configure.ac
9968         * src/Makefile.am
9969         * src/mainwindow.c
9970         * src/mainwindow.h
9971         * src/messageview.c
9972         * src/messageview.h
9973         * src/prefs_toolbar.c
9974         * src/procmsg.c
9975         * src/stock_pixmap.c
9976         * src/stock_pixmap.h
9977         * src/summaryview.c
9978         * src/toolbar.c
9979         * src/toolbar.h
9980         * src/pixmaps/ham_btn.xpm
9981         * src/pixmaps/spam.xpm
9982         * src/pixmaps/spam_btn.xpm
9983         * src/plugins/spamassassin/spamassassin.c
9984                 Add button in toolbar for spam learning
9985                 Fix a few bugs from the last related commit
9986                 Revert 1.9.6cvs23 which messed up shift-selection
9988 2006-02-24 [colin]      2.0.0cvs83
9990         * src/procmsg.c
9991         * src/summaryview.c
9992         * src/summaryview.h
9993         * src/plugins/spamassassin/spamassassin.c
9994         * src/plugins/spamassassin/spamassassin.h
9995         * src/plugins/spamassassin/spamassassin_gtk.c
9996                 Unregister learner when spamassassin is either
9997                 disabled or over tcp
9999 2006-02-24 [colin]      2.0.0cvs82
10001         * src/Makefile.am
10002         * src/mainwindow.c
10003         * src/mainwindow.h
10004         * src/procmsg.c
10005         * src/procmsg.h
10006         * src/stock_pixmap.c
10007         * src/stock_pixmap.h
10008         * src/summaryview.c
10009         * src/summaryview.h
10010         * src/gtk/icon_legend.c
10011         * src/pixmaps/spam.xpm  ** NEW FILE **
10012         * src/plugins/spamassassin/spamassassin.c
10013         * src/plugins/spamassassin/spamassassin_gtk.c
10014                 Add spam learning interface (Mark/Mark as 
10015                 (spam|ham) menus)
10017 2006-02-24 [wwp]        2.0.0cvs81
10019         * src/compose.c
10020         * src/compose.h
10021         * src/filtering.c
10022                 hide compose window when sending message in batch mode
10023                 (filtering: forward and redirect). Also fixed a wrong
10024                 value returned when sending failed, neutral anyway.
10025                 (Colin, me) 
10027 2006-02-24 [wwp]        2.0.0cvs80
10029         * src/mainwindow.c
10030                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10032 2006-02-24 [paul]       2.0.0cvs79
10034         * src/news.c
10035         * src/news.h
10036         * src/news_gtk.c
10037                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10038                 Thanks to Colin
10040 2006-02-23 [colin]      2.0.0cvs78
10042         * src/alertpanel.c
10043                 Change OK to Close in alertpanel with View log
10044                 button; add accel to View log. Patch by Fabien
10045                 Vantard
10047 2006-02-23 [wwp]        2.0.0cvs77
10049         * src/compose.c
10050                 silly me, there were much more tests to perform, since toolbars can
10051                 really have down to 1 element only.
10053 2006-02-23 [wwp]        2.0.0cvs76
10055         * commitHelper
10056                 fixed indentation from my previous commit. Fallback to VISUAL if
10057                 EDITOR is not set (and to vi, at last resort).
10059 2006-02-23 [wwp]        2.0.0cvs75
10061         * commitHelper
10062                 improved error detection (Colin, me).
10064 2006-02-23 [wwp]        2.0.0cvs74
10066         * src/prefs_toolbar.c
10067                 simplify and fix prefs/toolbars layouting. Combos' contents can
10068                 now be really displayed.
10070 2006-02-23 [wwp]        2.0.0cvs73
10071         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10072         be really displayed.
10074 2006-02-22 [wwp]        2.0.0cvs72
10076         * src/compose.c
10077                 fix a typo in my previous commit (sorry!).
10079 2006-02-22 [wwp]        2.0.0cvs71
10081         * src/prefs_toolbar.c
10082                 fix a crash when adding separators to toolbars,
10083                 also fix some separator item information.
10085 2006-02-22 [wwp]        2.0.0cvs70
10087         * src/compose.c
10088                 fix a crash when redirecting (for instance) when compose window's
10089                 toolbar contents has been customized (when some buttons have been
10090                 removed in fact).
10092 2006-02-21 [wwp]        2.0.0cvs69
10094         * src/summaryview.c
10095         * src/gtk/pluginwindow.c
10096         * src/plugins/pgpcore/prefs_gpg.c
10097                 fix some compilation warnings (feat. remains of removed code).
10099 2006-02-21 [wwp]        2.0.0cvs68
10101         * src/gtk/gtkutils.c
10102                 fix two compilation issues, thanks to Stephan Sachse.
10104 2006-02-20 [colin]      2.0.0cvs67
10106         * src/mainwindow.c
10107                 Don't reselect displayed mail on refocus
10108                 This fixes actions misbehaving 
10110 2006-02-20 [wwp]        2.0.0cvs66
10112         * src/summaryview.c
10113         * src/gtk/gtksctree.c
10114         * src/gtk/gtkshruler.c
10115                 changed more runtime typecast checks.
10117 2006-02-20 [wwp]        2.0.0cvs65
10119         * src/summary_search.c
10120                 find all - summaryview refresh issue fixed, thanks to Colin.
10122 2006-02-20 [wwp]        2.0.0cvs64
10124         * src/gtk/gtkutils.c
10125                 better runtime typecast checks.
10127 2006-02-20 [wwp]        2.0.0cvs63
10129         * src/summary_search.c
10130                 enhancements to the summary search:
10131                         - add the ability to stop the running search
10132                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10133                         - don't search if no criteria (From/To/Subject/Body) is set
10134                         - ensure that a busy mouse pointer is always shown when searching,
10135                           show it even a bit earlier
10137 2006-02-19 [colin]      2.0.0cvs62
10139         * src/compose.c
10140         * src/imap.c
10141         * src/etpan/imap-thread.c
10142         * src/etpan/imap-thread.h
10143                 (Future) IMAP speed improvement on sending
10144                 Will require a libetpan update
10145         * src/summaryview.c
10146         * src/gtk/quicksearch.c
10147                 Make quicksearch clearable while running.
10149 2006-02-17 [colin]      2.0.0cvs61
10151         * src/imap.c
10152         * src/etpan/imap-thread.c
10153         * src/etpan/imap-thread.h
10154                 Check for IMAP certificates
10155                 ** Requires libetpan-0.42-cvs4 
10156                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10158 2006-02-17 [colin]      2.0.0cvs60
10160         * src/messageview.c
10161         * src/prefs_common.c
10162         * src/prefs_common.h
10163         * src/prefs_message.c
10164                 Add pref to display HTML-only mails with plugin, 
10165                 if possible (defaulting to FALSE of course).
10167 2006-02-16 [colin]      2.0.0cvs59
10169         * src/main.c
10170         * src/common/plugin.c
10171         * src/common/plugin.h
10172         * src/gtk/pluginwindow.c
10173                 Keep track of requested (but unloaded) plugins
10174                 in some error cases.
10176 2006-02-16 [wwp]        2.0.0cvs58
10178         * src/gtk/gtkaspell.c
10179         * src/gtk/gtkaspell.h
10180         * src/prefs_spelling.c
10181         * src/compose.c
10182         * src/prefs_common.c
10183         * src/prefs_common.h
10184                 implemented new optional spellchecker behaviour: re-check message when
10185                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10187 2006-02-16 [wwp]        2.0.0cvs57
10189         * src/quote_fmt_parse.y
10190                 pclose popen'ed pipe.
10192 2006-02-15 [colin]      2.0.0cvs56
10194         * src/mimeview.c
10195         * src/mimeview.h
10196                 Let MimeViewers know which MimeView they
10197                 depend of.
10198         * src/summaryview.c
10199                 Swap From/To columns in Sent/Queue/Drafts
10200                 folders
10201         * src/etpan/imap-thread.c
10202                 Use mailstream_low_tls_open() for STARTTLS
10203                 instead of mailstream_low_ssl_open()
10204                 ** REQUIRES libetpan 0.42cvs3 **
10206 2006-02-15 [wwp]        2.0.0cvs55
10208         * src/compose.c
10209         * src/compose.h
10210         * src/message_search.c
10211         * src/message_search.h
10212         * src/textview.c
10213         * src/gtk/gtkutils.c
10214         * src/gtk/gtkutils.h
10215                 added the ability to Find text in the compose window (and a bit
10216                 of code factorization).
10218 2006-02-15 [wwp]        2.0.0cvs54
10220         * src/prefs_gtk.c
10221                 yet another one file was missing (fix for some widgets' sensitivity).
10222                 Thanks Colin!
10224 2006-02-15 [wwp]        2.0.0cvs53
10226         * src/prefs_gtk.h
10227                 oops forgot that file (fix for some widgets' sensitivity).
10229 2006-02-15 [wwp]        2.0.0cvs52
10231         * src/summary_search.c
10232                 implemented advanced summary search options (added the ability
10233                 to use matcher conditions in an advanced search mode).
10235 2006-02-15 [wwp]        2.0.0cvs51
10237         * src/plugins/pgpcore/prefs_gpg.c
10238         * src/prefs_account.c
10239                 fix some widget sensitivity, mostly around some labels in
10240                 account prefs.
10242 2006-02-15 [paul]       2.0.0cvs50
10244         * manual/advanced.xml
10245                 improve Templates info
10246                 written by wwp
10248 2006-02-14 [colin]      2.0.0cvs49
10250         * src/pixmaps/address_book.xpm
10251         * src/pixmaps/preferences.xpm
10252         * src/pixmaps/properties.xpm
10253                 Fix pixmap size - patch by Fabien Vantard
10255 2006-02-13 [colin]      2.0.0cvs48
10257         * src/procmime.c
10258                 Add missing fclose()s on error
10259         * src/textview.c
10260                 Remove unused code
10261         * src/common/utils.c
10262                 Fix temp files not being deleted on windows
10263         Patches by Thomas Gilgin
10265 2006-02-13 [colin]      2.0.0cvs47
10267         * src/mainwindow.c
10268                 Fix exit crash
10270 2006-02-13 [wwp]        2.0.0cvs46
10272         * src/plugins/pgpcore/prefs_gpg.c
10273                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10275 2006-02-12 [colin]      2.0.0cvs45
10277         * src/folderview.c
10278         * src/main.c
10279         * src/mainwindow.c
10280                 Fix "stuff" when quitting
10282 2006-02-12 [wwp]        2.0.0cvs44
10284         * src/prefs_themes.c
10285                 fix typos in debug messages.
10287 2006-02-11 [colin]      2.0.0cvs43
10289         * src/summaryview.c
10290                 don't allow drag/drop from ourself
10292 2006-02-10 [wwp]        2.0.0cvs42
10294         * src/exporthtml.c
10295         * src/html.c
10296         * src/html.h
10297         * src/procmime.c
10298         * src/textview.c
10299                 renamed html_ prefixed functions and data structures to avoid
10300                 namespace clashes w/ other software (gtkhtml2 for instance).
10301                 Closes bug #907.
10304 2006-02-09 [colin]      2.0.0cvs41
10306         * src/summaryview.c
10307                 Fix shitty logic messed up. Thanks Ticho for the hint!
10309 2006-02-09 [wwp]        2.0.0cvs40
10311         * src/gtk/about.c
10312         * src/compose.c
10313         * src/prefs_account.c
10314         * src/prefs_gtk.h
10315         * src/editaddress.c
10316                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10317                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10318                 Browse buttons in accounts prefs.
10320 2006-02-09 [colin]      2.0.0cvs39
10322         * src/matcher.c
10323                 Check for pointer before using its members
10324         * src/gtk/gtksourceprintjob.c
10325                 Fix a wrong warning
10327 2006-02-09 [wwp]        2.0.0cvs38
10329         * src/gtk/filesel.c
10330                 fix few compiler warnings (type mismatch).
10332 2006-02-09 [paul]       2.0.0cvs37
10334         * po/fr.po
10335                 updated by Fabien Vantard
10337 2006-02-08 [colin]      2.0.0cvs36
10339         * src/prefs_common.c
10340         * src/common/defs.h
10341         * src/common/plugin.c
10342                 allow windows and linux configurations to coexist
10343                 patch by Thomas Gilgin
10345 2006-02-08 [colin]      2.0.0cvs35
10347         * src/filtering.c
10348         * src/matcher.c
10349         * src/matcher.h
10350         * src/matcher_parser_parse.y
10351         * src/prefs_filtering_action.c
10352         * src/prefs_matcher.c
10353                 Add the "Ignore thread" filtering
10354                 action
10356 2006-02-08 [colin]      2.0.0cvs34
10358         * src/compose.c
10359         * src/procmime.c
10360         * src/procmime.h
10361                 Fix bug #905 (damaged attachment)
10362                 text files with raw \0's aren't really text files
10363         FOR_STABLE
10365 2006-02-08 [colin]      2.0.0cvs33
10367         * src/summaryview.c
10368                 Fix crasher introduced yesterday
10370 2006-02-08 [wwp]        2.0.0cvs32
10372         * src/compose.c
10373         * src/compose.h
10374                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10376 2006-02-08 [wwp]        2.0.0cvs31
10378         * src/prefs_template.c
10379                 templates enhancement: allow address completion for Cc and Bcc fields
10380                 (it was currently possible for the To field only)
10382 2006-02-08 [colin]      2.0.0cvs30
10384         * src/compose.c
10385                 Don't unblock if not blocked
10386         FOR_STABLE
10388 2006-02-07 [colin]      2.0.0cvs29
10390         * src/action.c
10391                 Forgot to refresh summaryview
10393 2006-02-07 [colin]      2.0.0cvs28
10395         * src/action.c
10396                 Freeze/thaw message list and folder list while
10397                 processing %as{} actions 
10398         * src/compose.c
10399                 Fix auto-wrap disabling after a middle-click
10400                 paste - FOR_STABLE
10402 2006-02-07 [paul]       2.0.0cvs27
10404         * src/folder.c
10405                 fix freeing of uninitialised pointers
10406                 Thanks to Colin
10408 2006-02-06 [colin]      2.0.0cvs26
10410         * src/folder.c
10411                 Use g_slist_prepend in potentially big list
10413 2006-02-06 [colin]      2.0.0cvs25
10415         * src/folder.c
10416                 Completely skip processing if it doesn't 
10417                 exist (faster!)
10419 2006-02-06 [colin]      2.0.0cvs24
10421         * src/folder.c
10422         * src/summaryview.c
10423                 Batch filtering in summaryview (from Tools menu)
10424                 and pre/post//-processing too
10426 2006-02-06 [colin]      2.0.0cvs23
10428         * src/procmsg.h
10429         * src/filtering.c
10430                 Use a special field for batch filtering instead
10431                 of stepping on deferred execution's toes
10433 2006-02-06 [colin]      2.0.0cvs22
10435         * src/action.c
10436         * src/filtering.c
10437         * src/filtering.h
10438         * src/folder.c
10439         * src/summaryview.c
10440                 Fix filtering via menus and actions
10442 2006-02-06 [colin]      2.0.0cvs21
10444         * src/imap.c
10445                 Put the added file directly to cache if possible (will work
10446                 with next libetpan)
10447         * src/filtering.c
10448         * src/filtering.h
10449         * src/inc.c
10450         * src/folder.c
10451         * src/mbox.c
10452         * src/procmsg.h
10453                 Move and copy filtered messages by batches instead of one
10454                 by one - faster on IMAP
10455         * src/procmsg.c
10456                 Add a function that'll possibly be useful later
10458 2006-02-06 [colin]      2.0.0cvs20
10460         * src/addressbook.c
10461                 Use internal mime-type instead of text/plain for d'n'd
10462         * src/compose.c
10463                 Allow attaching files from mimeview's icon list via d'n'd
10464         * src/folderview.c
10465         * src/folderview.h
10466                 Use internal mime-type instead of text/plain for d'n'd
10467                 Don't try to selected opened folder if none is
10468                 Factorize d'n'd from other apps code
10469         * src/headerview.c
10470         * src/textview.c
10471         * src/gtk/gtkutils.c
10472         * src/gtk/gtkutils.h
10473                 Factorize Face/X-Face stuff
10474         * src/mimeview.c
10475                 Fix d'n'd to other apps
10476         * src/prefs_message.c
10477                 Let the XFace pref be usable without libcompface as it also
10478                 applies to Face
10479         * src/summaryview.c
10480                 Fix d'n'd to other apps
10481                 Factorize d'n'd from other apps code
10483 2006-02-06 [wwp]        2.0.0cvs19
10485         * po/it.po
10486                 Italian translation fixes by Andrea Spadaccini (no more confusion
10487                 between filtering and processing, and few changes in the About
10488                 dialog).
10491 2006-02-06 [mones]      2.0.0cvs18
10493         * src/gtk/icon_legend.c
10494                 Improved descriptions allowing better translations
10496 2006-02-05 [colin]      2.0.0cvs17
10498         * src/imap.c
10499                 Add the f*cking missing expunge that caused imap_fetch_env
10500                 to fail after an add_msgs ! :-///
10501         * src/etpan/imap-thread.c
10502                 Add a bit of debug
10503         FOR_STABLE
10505 2006-02-05 [colin]      2.0.0cvs16
10507         * src/common/utils.c
10508                 Don't check for return-path (or we can't put
10509                 back non-sent mails)
10511 2006-02-05 [colin]      2.0.0cvs15
10513         * src/textview.c
10514                 Don't try to display Face header in textview
10515                 when teh headerview's active
10517 2006-02-05 [colin]      2.0.0cvs14
10519         * tools/tbird2syl.py
10520         * tools/Makefile.am
10521                 Add script to import Thunderbird mails
10523 2006-02-05 [colin]      2.0.0cvs13
10525         * src/headerview.c
10526         * src/procheader.c
10527         * src/procmsg.c
10528         * src/procmsg.h
10529         * src/textview.c
10530                 Show Face headers - patch partially by Klaus Flittner
10532 2006-02-05 [colin]      2.0.0cvs12
10534         * src/folderview.c
10535         * src/summaryview.c
10536         * src/common/utils.c
10537         * src/common/utils.h
10538                 Let dnd work from mime icons to summaryview
10539                 and to folderview too
10540                 Add a crude test to avoid trying to add files
10541                 drag'n'dropped when they're not mails
10543 2006-02-04 [colin]      2.0.0cvs11
10545         * src/summaryview.c
10546         * src/mimeview.c
10547                 Fix utf8 conversion
10549 2006-02-04 [colin]      2.0.0cvs10
10551         * src/compose.c
10552         * src/folderview.c
10553         * src/mimeview.c
10554         * src/summaryview.c
10555         * src/summaryview.h
10556                 Added various drag and drop capas:
10557                 From                    To
10558                 summaryview             other apps
10559                 mimeview icons          other apps
10560                 other apps              summaryview
10561                 other apps              folderview
10563                 This shouldn't have broken the existing:
10564                 From                    To
10565                 summaryview             folderview
10566                 folderview              folderview
10567                 summaryview             compose's attachments
10569         Tests welcomed.
10571 2006-02-02 [paul]       2.0.0cvs9
10573         * src/mainwindow.c
10574                 move global option 'Set displayed columns...' out
10575                 of folder option grouping.
10576                 fix sensitivity of 'harvest addresses'
10577         FOR_STABLE
10579 2006-02-01 [colin]      2.0.0cvs8
10581         * src/mimeview.c
10582                 Revert the alertpanel patch, it sucks (intrusive
10583                 and gets in the way of "open")
10585 2006-02-01 [colin]      2.0.0cvs7
10587         * src/compose.c
10588         * src/prefs_account.c
10589         * src/prefs_common.c
10590         * src/common/defs.h
10591         * src/common/utils.c
10592         * src/common/utils.h
10593                 Add ability to edit the signature file
10594                 from the account preferences, and use
10595                 a default for the text editor.
10596                 Patch by Fabien Vantard
10598 2006-02-01 [colin]      2.0.0cvs6
10600         * src/mimeview.c
10601                 Try to get mime type by extension if it is
10602                 application/octet-stream
10603                 Display a window with possible choices when
10604                 encountering unknown mime types
10605         * src/gtk/filesel.c
10606         * src/gtk/filesel.h
10607                 Add preview
10608                 Allow multiple selection in filtered filesel
10609                 (patch by Fabien Vantard)
10610         * src/gtk/pluginwindow.c
10611                 Use it (patch by Fabien Vantard)
10613 2006-02-01 [paul]       2.0.0cvs5
10615         * src/jpilot.c
10616                 fix crash on creating jpilot address book
10617                 Thanks to Colin - FOR_STABLE
10618         * src/prefs_summaries.c
10619         * src/prefs_wrapping.c
10620         * src/gtk/icon_legend.c
10621         * src/gtk/quicksearch.c
10622                 string fixes and additions
10624 2006-02-01 [paul]       2.0.0cvs4
10626         * src/compose.c
10627         * src/mainwindow.c
10628         * src/messageview.c
10629         * src/prefs_send.c
10630                 add Arabic encoding option
10631                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10633 2006-01-31 [colin]      2.0.0cvs3
10635         * src/plugins/pgpcore/passphrase.c
10636                 Convert passphrase to locale encoding
10637         * src/compose.c
10638                 Fix drafting on IMAP. Crappy bug sneaked in
10639                 the release :-/
10640         FOR_STABLE
10642 2006-01-30 [paul]       2.0.0cvs2
10644         * src/gtk/icon_legend.c
10645                 show the new entries
10647 2006-01-30 [colin]      2.0.0cvs1
10649         * src/manual.c
10650                 Check for the file to be present before 
10651                 enabling the menu - FOR_STABLE
10652         * src/gtk/icon_legend.c
10653                 Add folders icons (not all of them, there
10654                 are too much, but the most intriguing ones)
10656 2006-01-30 [paul]       2.0.0
10658         version 2.0.0 released
10660 [For previous entries, see ChangeLog.pre2.0.0]