2007-02-05 [colin] 2.7.2cvs23
[claws.git] / ChangeLog
blob21316ddf654e88f5bd517d04c485451dec5129c6
1 2007-02-05 [colin]      2.7.2cvs23
3         * src/folderview.c
4                 Add debug to try to solve bug 1104
6 2007-02-05 [paul]       2.7.2cvs22
8         * src/mainwindow.c
9                 confirm before emptying trash on exit is
10                 a Yes or No answer, use Yes or No in the
11                 dialog
13 2007-02-04 [colin]      2.7.2cvs21
15         * src/compose.c
16         * src/plugins/pgpcore/passphrase.c
17         * src/plugins/pgpcore/select-keys.c
18                 Set wmclass on new windows
20 2007-02-04 [colin]      2.7.2cvs20
22         * src/compose.c
23         * src/compose.h
24                 Auto save drafts on exit, reopen them
25                 at startup, instead of asking
26         * src/account.c
27         * src/addressadd.c
28         * src/addressbook.c
29         * src/addressbook_foldersel.c
30         * src/addrgather.c
31         * src/crash.c
32         * src/editaddress.c
33         * src/editbook.c
34         * src/editgroup.c
35         * src/editjpilot.c
36         * src/editldap.c
37         * src/editldap_basedn.c
38         * src/editvcard.c
39         * src/exphtmldlg.c
40         * src/expldifdlg.c
41         * src/export.c
42         * src/foldersel.c
43         * src/gedit-print.c
44         * src/import.c
45         * src/importldif.c
46         * src/importmutt.c
47         * src/importpine.c
48         * src/main.c
49         * src/mainwindow.c
50         * src/message_search.c
51         * src/messageview.c
52         * src/prefs_actions.c
53         * src/prefs_customheader.c
54         * src/prefs_display_header.c
55         * src/prefs_filtering.c
56         * src/prefs_filtering_action.c
57         * src/prefs_folder_column.c
58         * src/prefs_gtk.c
59         * src/prefs_matcher.c
60         * src/prefs_other.c
61         * src/prefs_summaries.c
62         * src/prefs_summary_column.c
63         * src/prefs_template.c
64         * src/sourcewindow.c
65         * src/ssl_manager.c
66         * src/summary_search.c
67         * src/uri_opener.c
68         * src/gtk/about.c
69         * src/gtk/description_window.c
70         * src/gtk/foldersort.c
71         * src/gtk/gtkutils.c
72         * src/gtk/gtkutils.h
73         * src/gtk/icon_legend.c
74         * src/gtk/logwindow.c
75         * src/gtk/pluginwindow.c
76         * src/gtk/prefswindow.c
77                 Give different wmclass to different
78                 windows - thanks to sed ;)
80 2007-02-04 [colin]      2.7.2cvs19
82         * src/main.c
83                 Revert previous patch, can't reproduce
84                 it anymore. 
86 2007-02-03 [colin]      2.7.2cvs18
88         * src/main.c
89                 Don't save the mainwindow size and
90                 position on emergency exit (libSM's
91                 "die" callback), Xfce seems to make
92                 the window smaller just before the
93                 size's saved.
95 2007-02-03 [colin]      2.7.2cvs17
97         * src/plugins/bogofilter/bogofilter.c
98         * src/plugins/bogofilter/bogofilter.h
99         * src/plugins/bogofilter/bogofilter_gtk.c
100         * src/plugins/pgpinline/pgpinline.c
101         * src/plugins/pgpinline/pgpinline.h
102                 Fix more copyrights
104 2007-02-03 [colin]      2.7.2cvs16
106         * src/partial_download.c
107         * src/partial_download.h
108         * src/ssl_manager.c
109         * src/ssl_manager.h
110         * src/uri_opener.c
111         * src/uri_opener.h
112         * src/wizard.c
113         * src/wizard.h
114         * src/common/ssl_certificate.c
115         * src/common/ssl_certificate.h
116         * src/gtk/quicksearch.c
117         * src/gtk/quicksearch.h
118         * src/gtk/sslcertwindow.c
119         * src/gtk/sslcertwindow.h
120                 Fix copyright on my files
122 2007-02-02 [colin]      2.7.2cvs15
124         * src/Makefile.am
125         * src/mainwindow.c
126         * src/messageview.c
127         * src/messageview.h
128         * src/textview.c
129         * src/textview.h
130         * src/uri_opener.c
131         * src/uri_opener.h
132                 Add Tools/List URIs to allow
133                 opening any URI in the current mail
135 2007-02-02 [colin]      2.7.2cvs14
137         * src/common/valgrind.h ** NEW FILE **
138         * src/common/Makefile.am
139         * src/common/plugin.c
140                 Don't dlclose the plugins if we're running
141                 under valgrind. (doesn't require valgrind
142                 either at compile time or run time).
144 2007-02-01 [paul]       2.7.2cvs13
146         * AUTHORS
147         * src/gtk/authors.h
148         * tools/freshmeat_search.pl
149         * tools/google_search.pl
150         * tools/multiwebsearch.pl
151                 add support for non ISO-8859-1 compatible locales
152                 Patch by Alex Gorbachenko <agent_007@immo.ru>
154 2007-02-01 [colin]      2.7.2cvs12
156         * src/prefs_other.c
157         * src/prefs_summaries.c
158                 Move keybinding prefs to the Other page
160 2007-02-01 [wwp]        2.7.2cvs11
162         * src/plugins/trayicon/trayicon.c
163                 Fix a raising issue within KDE.
165 2007-02-01 [colin]      2.7.2cvs10
167         * src/codeconv.c
168                 Fix stray quotes in encoded strings
169         * src/addressadd.c
170                 Fix wrong call causing g_warnings
171         * src/textview.c
172                 Remove useless message
174 2007-01-31 [wwp]        2.7.2cvs9
176         * src/plugins/trayicon/trayicon.c
177                 fix buggy hiding of main window when closing if close-to-tray
178                 is not set (bad logics  in the trayicon hook code).
179                 Changed the quit confirmation message too.
181 2007-01-30 [colin]      2.7.2cvs8
183         * src/main.c
184                 Fix hidden mainwindow after clicking on
185                 the X close button, if compose windows
186                 exist and the user chooses not to quit
188 2007-01-30 [colin]      2.7.2cvs7
190         * src/main.c
191         * src/compose.c
192                 Handle local URIs to attach files (file:///...)
193                 Fixes attaching files from Thunar for example
195 2007-01-30 [colin]      2.7.2cvs6
197         * src/prefs_ext_prog.c
198                 Add 'mousepad' to the list of text editors.
199                 Mousepad is XFCE's text editor
201 2007-01-29 [wwp]        2.7.2cvs5
203         * po/POTFILES.in
204         * src/plugins/trayicon/trayicon_prefs.c
205                 trayicon i18n fixes, thanks to Fabien.
207 2007-01-28 [wwp]        2.7.2cvs4
209         * src/mainwindow.c
210         * src/mainwindow.h
211         * src/plugins/trayicon/trayicon.c
212         * src/plugins/trayicon/trayicon_prefs.c
213         * src/plugins/trayicon/trayicon_prefs.h
214                 Added a new TrayIcon plugin option to close to tray
215                 (WM's hotkey and [X] button will hide the window instead
216                 of closing it - closing CM can be done using the tray icon
217                 menu or the File menu).
218                 Improved visibility handling in trayicon, clicking the
219                 trayicon now raise the window to current desktop when it
220                 was either minimized/shaded/on another desktop.
221                 Thanks to Paul for testing and fixing a strange behaviour
222                 in KDE ;-).
224 2007-01-27 [paul]       2.7.2cvs3
226         * src/prefs_folder_item.c
227         * src/prefs_receive.c
228         * src/plugins/pgpcore/prefs_gpg.c
229                 use 'start-up' instead of 'startup' in labels
231 2007-01-26 [wwp]        2.7.2cvs2
233         * src/plugins/trayicon/Makefile.am
234         * src/plugins/trayicon/trayicon.c
235         * src/plugins/trayicon/trayicon_prefs.c
236         * src/plugins/trayicon/trayicon_prefs.h
237                 Add a new TrayIcon option to hide the main window at
238                 start-up.
239                 Fix trayicon.c copyright header.
241 2007-01-26 [paul]       2.7.2cvs1
243         * NEWS
244         * README
245         * RELEASE_NOTES
246         * configure.ac
247                 bump up version number following
248                 stable release
250 2007-01-25 [mones]      2.7.1cvs60
252         * po/es.po
253                 updated thousands of strings (well, probably less ;-)
255 2007-01-25 [colin]      2.7.1cvs59
257         * src/matcher.c
258                 Fix 2nd-run loss of matcherrc on new
259                 configurations. 
261 2007-01-25 [wwp]        2.7.1cvs58
263         * src/mimeview.c
264                 fix handling of empty value in attach_save_directory too, thanks
265                 to Colin.
267 2007-01-25 [wwp]        2.7.1cvs57
269         * src/gtk/filesel.c
270                 fix handling of empty value in attach_load_directory,
271                 thanks to Colin.
273 2007-01-25 [wwp]        2.7.1cvs56
275         * src/plugins/dillo_viewer/dillo_prefs.h
276                 fix a typo.
278 2007-01-25 [colin]      2.7.1cvs55
280         * src/matcher.c
281         * src/matcher.h
282         * src/matcher_parser_parse.y
283         * src/prefs_matcher.c
284                 Add matching on the spam flag
286 2007-01-24 [colin]      2.7.1cvs54
288         * src/folder.c
289         * src/common/xml.c
290         * src/common/xml.h
291                 Make sure folderlist.xml is correctly
292                 written before overwriting it.
293         * src/procmsg.c
294         * src/procmsg.h
295         * src/summaryview.c
296         * src/plugins/bogofilter/bogofilter.c
297         * src/plugins/bogofilter/bogofilter.h
298         * src/plugins/bogofilter/bogofilter_gtk.c
299         * src/plugins/spamassassin/spamassassin.c
300         * src/plugins/spamassassin/spamassassin.h
301         * src/plugins/spamassassin/spamassassin_gtk.c
302                 Move spam to the correct trash folder after
303                 learning, if spam directory isn't set.
305 2007-01-23 [paul]       2.7.1cvs53
307         * src/plugins/bogofilter/bogofilter_gtk.c
308                 fix sensitivity of "Insert X-Bogosity header"
309                 option
311 2007-01-23 [colin]      2.7.1cvs52
313         * src/toolbar.c
314                 Translate toolbar items text if
315                 they're translatable (default)
316         * src/addrcache.c
317         * src/addrcache.h
318         * src/addritem.c
319         * src/addritem.h
320         * src/codeconv.c
321         * src/codeconv.h
322         * src/jpilot.c
323         * src/jpilot.h
324         * src/ldapctrl.c
325         * src/ldapctrl.h
326         * src/ldapquery.h
327         * src/ldif.c
328         * src/ldif.h
329         * src/etpan/etpan-thread-manager.c
330         * src/etpan/etpan-thread-manager.h
331         * src/gtk/gtkutils.c
332         * src/gtk/gtkutils.h
333                 More static functions
335 2007-01-22 [fabien]     2.7.1cvs51
337         * src/gtk/gtkutils.c
338                 gtkut_get_options_frame() : ability to pass
339                 a 'NULL' value in frame pointer parameter if
340                 we don't need it.
342 2007-01-22 [colin]      2.7.1cvs50
344         * src/procmsg.c
345         * src/procmsg.h
346         * src/plugins/bogofilter/bogofilter.c
347         * src/plugins/bogofilter/bogofilter_gtk.c
348         * src/plugins/spamassassin/spamassassin.c
349         * src/plugins/spamassassin/spamassassin_gtk.c
350                 Allow moving spams to the account's trash
351                 instead of default one
353 2007-01-21 [colin]      2.7.1cvs49
355         * src/ldapquery.c
356         * src/ldapquery.h
357                 Revert a static function that shouldn't
358                 have been
360 2007-01-21 [colin]      2.7.1cvs48
362         * src/ldapquery.c
363         * src/ldapquery.h
364                 Same
366 2007-01-21 [colin]      2.7.1cvs47
368         * src/procmsg.c
369         * src/procmsg.h
370                 Same
372 2007-01-21 [colin]      2.7.1cvs46
374         * src/common/socket.c
375         * src/common/socket.h
376                 Same
378 2007-01-21 [colin]      2.7.1cvs45
380         * src/crash.c
381         * src/exporthtml.c
382         * src/exporthtml.h
383         * src/exportldif.c
384         * src/exportldif.h
385         * src/folder.c
386         * src/folder.h
387         * src/folder_item_prefs.c
388         * src/folder_item_prefs.h
389         * src/folderview.c
390         * src/folderview.h
391         * src/gedit-print.c
392         * src/gedit-print.h
393         * src/main.c
394         * src/main.h
395         * src/common/socket.c
396         * src/common/socket.h
397         * src/gtk/gtkaspell.c
398         * src/gtk/gtkaspell.h
399         * src/gtk/quicksearch.c
400         * src/gtk/quicksearch.h
401                 Same
403 2007-01-21 [colin]      2.7.1cvs44
405         * src/common/utils.c
406         * src/common/utils.h
407         * src/etpan/etpan-thread-manager.c
408         * src/etpan/etpan-thread-manager.h
409                 Same (Funny that etpan_thread_unbind
410                 is called but not etpan_thread_bind)
412 2007-01-21 [colin]      2.7.1cvs43
414         * src/addrselect.c
415         * src/addrselect.h
416         * src/codeconv.c
417         * src/codeconv.h
418         * src/compose.c
419         * src/compose.h
420         * src/etpan/Makefile.am
421         * src/gtk/colorlabel.c
422         * src/gtk/colorlabel.h
423         * src/gtk/sslcertwindow.c
424         * src/gtk/sslcertwindow.h
425         * src/etpan/etpan-log.c ** REMOVED **
426         * src/etpan/etpan-log.h ** REMOVED **
427                 Same
429 2007-01-20 [colin]      2.7.1cvs42
431         * src/addritem.c
432         * src/addritem.h
433                 Same
435 2007-01-20 [colin]      2.7.1cvs41
437         * src/account.c
438         * src/account.h
439         * src/addrbook.c
440         * src/addrbook.h
441         * src/addrcache.c
442         * src/addrcache.h
443         * src/addrclip.c
444         * src/addrclip.h
445         * src/addressbook.c
446         * src/addressbook.h
447         * src/addrharvest.c
448         * src/addrharvest.h
449         * src/addrindex.c
450         * src/addrindex.h
451         * src/editaddress.c
452         * src/editaddress.h
453                 Make functions that aren't used in other
454                 files static
456 2007-01-20 [colin]      2.7.1cvs40
458         * src/account.c
459         * src/addrbook.c
460         * src/addrcache.c
461         * src/addressbook.c
462         * src/addrgather.c
463         * src/addrindex.c
464         * src/addrquery.c
465         * src/addrselect.c
466         * src/browseldap.c
467         * src/compose.c
468         * src/editbook.c
469         * src/editjpilot.c
470         * src/editldap.c
471         * src/editldap_basedn.c
472         * src/editvcard.c
473         * src/exporthtml.c
474         * src/exportldif.c
475         * src/folder.c
476         * src/folderview.c
477         * src/image_viewer.c
478         * src/imap.c
479         * src/importmutt.c
480         * src/importpine.c
481         * src/jpilot.c
482         * src/ldapquery.c
483         * src/main.c
484         * src/mainwindow.c
485         * src/matcher.c
486         * src/messageview.c
487         * src/mh.c
488         * src/mimeview.c
489         * src/msgcache.c
490         * src/mutt.c
491         * src/news.c
492         * src/pine.c
493         * src/prefs_account.c
494         * src/prefs_common.c
495         * src/prefs_compose_writing.c
496         * src/prefs_ext_prog.c
497         * src/prefs_folder_item.c
498         * src/prefs_fonts.c
499         * src/prefs_message.c
500         * src/prefs_msg_colors.c
501         * src/prefs_other.c
502         * src/prefs_quote.c
503         * src/prefs_receive.c
504         * src/prefs_send.c
505         * src/prefs_spelling.c
506         * src/prefs_summaries.c
507         * src/prefs_toolbar.c
508         * src/prefs_wrapping.c
509         * src/privacy.c
510         * src/procmime.c
511         * src/procmsg.c
512         * src/ssl_manager.c
513         * src/statusbar.c
514         * src/summaryview.c
515         * src/toolbar.c
516         * src/vcard.c
517         * src/common/hooks.c
518         * src/common/log.c
519         * src/common/passcrypt.c
520         * src/common/socket.c
521         * src/common/ssl.c
522         * src/common/ssl_certificate.c
523         * src/common/template.c
524         * src/common/utils.c
525         * src/etpan/imap-thread.c
526         * src/gtk/sslcertwindow.c
527         * src/gtk/sslcertwindow.h
528                 Make functions that could be static, static
530 2007-01-20 [colin]      2.7.1cvs39
532         * src/editldap.c
533                 Fix tooltip
535 2007-01-20 [colin]      2.7.1cvs38
537         * src/ldapquery.c
538         * src/ldaputil.c
539         * src/ldaputil.h
540                 Fix bug 1102, 'claws-mail-2.7.1 
541                 makes use of deprecated ldap 
542                 functions'
544 2007-01-20 [colin]      2.7.1cvs37
546         * src/mainwindow.c
547         * src/mainwindow.h
548         * src/summaryview.c
549         * src/gtk/quicksearch.c
550                 Add Wide message list layout
552 2007-01-19 [fabien]     2.7.1cvs36
554         * src/textview.c
555                 make sure a font change is considered in links of
556                 headerview.
558 2007-01-19 [colin]      2.7.1cvs35
560         * src/main.c
561         * src/mainwindow.c
562         * src/mainwindow.h
563         * src/messageview.c
564         * src/messageview.h
565         * src/prefs_common.c
566         * src/prefs_common.h
567         * src/summaryview.c
568         * src/summaryview.h
569         * src/gtk/quicksearch.c
570         * src/gtk/quicksearch.h
571                 Drop 'Separate Folder tree' and 'Separate
572                 Message View'. Put three layouts in place
573                 of it.
575 2007-01-19 [paul]       2.7.1cvs34
577         * src/prefs_msg_colors.c
578                 more use of Q_ for translators
580 2007-01-19 [paul]       2.7.1cvs33
582         * src/imap_gtk.c
583         * src/prefs_account.c
584                 a few changes to the English
586 2007-01-19 [fabien]     2.7.1cvs32
588         * src/wizard.c
589                 factorize translatable string
591 2007-01-18 [colin]      2.7.1cvs31
593         * src/main.c
594                 Don't error out on --sync option. Although
595                 we don't do anything with it, gtk+ handles
596                 it, and it's useful for debugging X errors
598 2007-01-18 [fabien]     2.7.1cvs30
600         * src/prefs_other.c
601                 ability to apply on the fly the recent added
602                 'gtk_can_change_accels' pref (no need to restart).
604 2007-01-18 [fabien]     2.7.1cvs29
606         * src/plugins/bogofilter/bogofilter_gtk.c
607         * src/plugins/bogofilter/bogofilter.c
608         * src/plugins/spamassassin/spamassassin_gtk.c
609         * src/addr_compl.c
610         * src/prefs_account.c
611                 factorize or rewrite some translatable strings.
613 2007-01-18 [fabien]     2.7.1cvs28
615         * src/prefs_gtk.h
616         * src/compose.c
617                 set a 4pix space between "Subject:" label and subject entry in
618                 compose window.
620 2007-01-18 [wwp]        2.7.1cvs27
622         * src/addressbook.c
623                 fix conflicting address-copy/paste when focus is set
624                 to the embedded edit-person form.
627 2007-01-18 [wwp]        2.7.1cvs26
629         * src/addressbook.h
630                 complete 2.7.1cvs23 (one more file was missing from that
631                 commit).
633 2007-01-18 [colin]      2.7.1cvs25
635         * src/main.c
636                 Provide a way to migrate without backup
637                 Re-ask for migration on next start if 
638                 it has been refused and wizard has been 
639                 cancelled after.
641 2007-01-18 [wwp]        2.7.1cvs24
643         * src/editaddress.c
644                 complete 2.7.1.cvs23 (file was missing from previous
645                 commit).
647 2007-01-18 [wwp]        2.7.1cvs23
649         * src/addressbook.c
650                 fix potential crashes in address book's focus_in/out signal handlers,
651                 force focus to the edit-person form when clicked the Edit menu entry or
652                 button (this only matters if the edit-person form is embedded to the
653                 AB window, in that case, focus is not set when browsing the contacts
654                 list w/ keys or mouse clicks).
656 2007-01-18 [paul]       2.7.1cvs22
658         * src/main.c
659                 add command line options:
660                 -h for --help
661                 -q and --quit for --exit
662                 -v for --version
663                 print "Unknown option" for unknown options
665 2007-01-18 [paul]       2.7.1cvs21
667         * po/ru.po
668                 updated by Pavlo Bohmat
670 2007-01-18 [paul]       2.7.1cvs20
672         * src/mainwindow.c
673                 fix sensitivity issues of Mark as Spam/Ham
675 2007-01-17 [fabien]     2.7.1cvs19
677         * src/prefs_other.c
678         * src/prefs_common.c
679         * src/prefs_common.h
680         * src/main.c
681                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
682                 control the corresponding gtk property. It could be used to lock
683                 all shortcuts (avoid to set one of them by inadvertency).
685 2007-01-17 [colin]      2.7.1cvs18
687         * src/summaryview.c
688                 Fix bug 1100, 'Highlighted e-mail data not visible 
689                 when color label applied.'. Use a weighted average
690                 between normal selected foreground color and color
691                 label instead of a simple one (3/1 instead 1/1).
693 2007-01-17 [colin]      2.7.1cvs17
695         * src/messageview.c
696                 Better fix for bug 1088, 'Ctrl-h produces repeatable
697                 crash' - don't prevent mail switching while loading
699 2007-01-17 [colin]      2.7.1cvs16
701         * src/folder.c
702         * src/folder.h
703         * src/folderview.c
704         * src/folderview.h
705         * src/imap.c
706         * src/imap.h
707         * src/imap_gtk.c
708                 Manage recursive search of unsubscribed folders
709                 Rescan tree without checking for new messages 
710                 after subscriptions changed
712 2007-01-17 [paul]       2.7.1cvs15
714         * src/prefs_common.c
715         * src/gtk/pluginwindow.c
716                 fix bug 1101, '"Load plugin" button is
717                 accidentally hidden'
718                 unset (-1) initial width in prefs_common,
719                 fix overlapping buttons,
720                 and other cleanups
722 2007-01-17 [paul]       2.7.1cvs14
724         * src/procmime.c
725                 add #include <errno.h>, it's needed
726                 on some systems
728 2007-01-17 [paul]       2.7.1cvs13
730         * src/common/defs.h
731         * tools/make.themes.project
732                 rename .sylpheed_themeinfo to .claws_themeinfo
733                 and use it
734         * src/etpan/etpan-errors.h
735         * src/etpan/etpan-log.c
736         * src/etpan/etpan-log.h
737         * src/etpan/etpan-thread-manager-types.h
738         * src/etpan/etpan-thread-manager.c
739         * src/etpan/etpan-thread-manager.h
740         * src/etpan/imap-thread.c
741         * src/etpan/imap-thread.h
742                 add copyright header
744 2007-01-17 [colin]      2.7.1cvs12
746         * src/plugins/pgpcore/select-keys.c
747         * src/gtk/pluginwindow.c
748         * src/prefs_account.c
749                 Fix warnings
751 2007-01-16 [colin]      2.7.1cvs11
753         * src/imap.c
754         * src/imap.h
755         * src/imap_gtk.c
756                 Manage subscribing to subfolders when only
757                 subscribed folders are shown.
759 2007-01-16 [colin]      2.7.1cvs10
761         * src/folderview.c
762                 Fix annoying vscrollbar going back to top
763                 on Check for new folders
765 2007-01-16 [colin]      2.7.1cvs9
767         * src/imap.c
768                 Remove printf
770 2007-01-16 [colin]      2.7.1cvs8
772         * src/filtering.c
773                 Bigger buffer for errors
774         * src/imap.c
775         * src/imap.h
776         * src/imap_gtk.c
777         * src/prefs_account.c
778         * src/prefs_account.h
779         * src/wizard.c
780         * src/etpan/imap-thread.c
781         * src/etpan/imap-thread.h
782         * manual/handling.xml
783                 Add subscriptions management. What it changes:
784                 Creating a folder subscribes to it
785                 Deleting a folder unsubscribes it
786                 New contextual menu item allowing to switch between
787                 All folders and Subscribed folders, subscribe, and
788                 unsubscribe. "Creating" an existing but unsubscribed
789                 folder will subscribe it.
790                 By default for new accounts, only subscribed folders 
791                 are shown.
794 2007-01-16 [paul]       2.7.1cvs7
796         * src/summaryview.c
797                 Allow folder classes to specify only sort_key or
798                 sort_type instead of both or none.
800 2007-01-16 [paul]       2.7.1cvs6
802         * src/action.c
803         * src/compose.c
804         * src/mimeview.c
805         * src/procmime.c
806         * src/textview.c
807                 Save and use errno for procmime_get_part
809 2007-01-16 [colin]      2.7.1cvs5
811         * src/imap.c
812                 Never remove INBOX when scanning for
813                 new folders. It's a special folder
814                 that has to exist.
816 2007-01-15 [colin]      2.7.1cvs4
818         * src/imap.c
819                 Fix 'Check for new folders' when IMAP subdirectory
820                 is set
821         * src/etpan/imap-thread.c
822                 Fix build
824 2007-01-15 [colin]      2.7.1cvs3
826         * src/etpan/imap-thread.c
827                 Fix invalid free on command-connection
828                 error
830 2007-01-15 [wwp]        2.7.1cvs2
832         * src/matcher_parser_lex.l
833         * src/quote_fmt_lex.l
834         * src/matcher_parser_parse.y
835                 fix copyright header in lexers and parsers.
837 2007-01-15 [paul]       2.7.1cvs1
839         * NEWS
840         * README
841         * RELEASE_NOTES
842         * configure.ac
843                 bump up version number following
844                 stable release
846 2007-01-15 [paul]       2.7.0cvs31
848         * AUTHORS
849         * src/gtk/authors.h
850                 add Fabien to the Team list
851                 add the recent contributors
852                 make a few corrections
854 2007-01-15 [paul]       2.7.0cvs30
856         * src/mainwindow.c
857                 fix compiler warning
858         * src/plugins/pgpcore/prefs_gpg.c
859         * src/plugins/pgpcore/prefs_gpg.h
860                 add missing include
861                 fix copyright header
863 2007-01-14 [colin]      2.7.0cvs29
865         * src/gtk/filesel.c
866                 Use the 'gtk+' backend. Avoids gnome-vfs use,
867                 two benefits: faster to open, will fix strange
868                 dbus-related crash. Thanks to Pascal Terjan.
870 2007-01-14 [colin]      2.7.0cvs28
872         * src/etpan/imap-thread.c
873                 Delete the old imap just after allocating
874                 the new one. Makes sure we don't get the
875                 same pointer by sheer luck, which feels
876                 strange in the debug log.
878 2007-01-14 [colin]      2.7.0cvs27
880         * src/gtk/inputdialog.c
881                 Make sure we don't print passwords in
882                 clear text when in debug mode
884 2007-01-14 [colin]      2.7.0cvs26
886         * src/gtk/gtksctree.c
887                 Fix bug 1098, 'bogus last row display 
888                 after expanding a thread'. Patch by
889                 Jindrich Makovicka <makovick@gmail.com>
891 2007-01-14 [colin]      2.7.0cvs25
893         * src/etpan/imap-thread.c
894                 Close socket manually before
895                 freeing the imap struct
897 2007-01-14 [colin]      2.7.0cvs24
899         * src/etpan/imap-thread.c
900                 Maybe fix new reconnection issues
902 2007-01-13 [colin]      2.7.0cvs23
904         * src/summaryview.c
905                 Freeze/thaw on thread selection
907 2007-01-13 [paul]       2.7.0cvs22
909         * src/mainwindow.c
910         * src/summaryview.c
911         * src/summaryview.h
912                 add 'Edit/Delete thread'
914 2007-01-13 [colin]      2.7.0cvs21
916         * src/prefs_account.c
917         * src/prefs_compose_writing.c
918         * src/prefs_message.c
919         * src/prefs_msg_colors.c
920         * src/prefs_other.c
921         * src/prefs_receive.c
922         * src/prefs_spelling.c
923         * src/prefs_summaries.c
924         * src/prefs_themes.c
925         * src/gtk/gtkutils.c
926         * src/gtk/gtkutils.h
927         * src/plugins/pgpcore/prefs_gpg.c
928         * src/plugins/spamassassin/spamassassin_gtk.c
929                 Factorize gtk frame creation
930                 Patch by Pawel
932 2007-01-13 [colin]      2.7.0cvs20
934         * src/message_search.c
935         * src/summary_search.c
936                 Fix Enter in search windows
937         * src/messageview.c
938                 Fix body search starting at the
939                 end of the mail (and asking for loop)
941 2007-01-13 [colin]      2.7.0cvs19
943         * src/etpan/imap-thread.c
944                 Make sure we don't free the same imap
945                 twice
947 2007-01-13 [colin]      2.7.0cvs18
949         * commitHelper
950                 Allow multiple commitHelpers to
951                 run at once
953 2007-01-12 [colin]      2.7.0cvs17
955         * src/etpan/imap-thread.c
956                 Make sure we get rid of the previous mailimap
957                 when connecting - just in case disconnect was
958                 unclean
960 2007-01-12 [paul]       2.7.0cvs16
962         * src/compose.c
963                 Strip S/MIME signatures when re-editing
964                 S/MIME signed messages.
966 2007-01-12 [paul]       2.7.0cvs15
968         * configure.ac
969         * src/addressbook.c
970         * src/foldersel.c
971         * src/folderview.c
972         * src/main.c
973                 no need to define CLAWS anymore, remove
974                 all that stuff
976 2007-01-12 [paul]       2.7.0cvs14
978         * src/mimeview.c
979                 check if the mail's signed as
980                 it can change the mail structure
981                 Thanks to Colin
983 2007-01-12 [paul]       2.7.0cvs13
985         * src/procmime.c
986                 fix Forwarding msgs with attachments
987                 that have dos line endings
988                 Thanks to Colin
990 2007-01-12 [wwp]        2.7.0cvs12
992         * configure.ac
993                 Revert accidentally committed extra version tag.
995 2007-01-12 [wwp]        2.7.0cvs11
997         * src/prefs_account.c
998                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1000 2007-01-11 [colin]      2.7.0cvs10
1002         * src/imap.c
1003                 move g_warning to debug_print
1004                 it scares people for no reason
1006 2007-01-11 [colin]      2.7.0cvs9
1008         * po/POTFILES.in
1009                 Fix files to translate. Patch by
1010                 Fabien
1012 2007-01-11 [paul]       2.7.0cvs8
1014         * src/imap.c
1015                 Fix recursion when server lists the
1016                 current subfolder in the response
1017         * src/mimeview.c
1018                 Fix updating of icon_list/ctree
1019         * src/plugins/pgpcore/select-keys.c
1020                 Fix a few annoyances when choosing
1021                 keys for the CMS (S/MIME) protocol
1023 2007-01-11 [wwp]        2.7.0cvs7
1025         * src/compose.c
1026         * src/prefs_account.c
1027         * src/prefs_account.h
1028                 Add per-account spellcheck default dictionaries settings.
1030 2007-01-10 [colin]      2.7.0cvs6
1032         * src/prefs_folder_item.c
1033                 Factorize strings - patch by Fabien
1035 2007-01-10 [colin]      2.7.0cvs5
1037         * src/mainwindow.c
1038                 Fix bug 1095, 'Crash while changing folder 
1039                 columns during incorporation'
1041 2007-01-09 [colin]      2.7.0cvs4
1043         * src/gtk/pluginwindow.c
1044                 Set the plugin window transient. Seems
1045                 like some window managers hide it in
1046                 the background after "load plugin"...
1048 2007-01-09 [colin]      2.7.0cvs3
1050         * src/gtk/filesel.c
1051                 Use the same type for alloc and free
1053 2007-01-08 [paul]       2.7.0cvs2
1055         * po/nl.po
1056                 updated by Tim Dijkstra
1058 2007-01-08 [paul]       2.7.0cvs1
1060         * src/prefs_themes.c
1061         * src/common/utils.c
1062                 Fix resource leaks
1064 2007-01-08 [paul]       2.7.0
1066         * NEWS
1067         * README
1068         * RELEASE_NOTES
1069                 2.7.0 released
1071 2007-01-08 [paul]       2.6.1cvs119
1073         * doc/man/claws-mail.1
1074                 another correction
1076 2007-01-08 [paul]       2.6.1cvs118
1078         * doc/man/claws-mail.1
1079                 corrections
1080         * manual/advanced.xml
1081                 improved English usage
1083 2007-01-08 [paul]       2.6.1cvs117
1085         * po/ca.po
1086         * po/de.po
1087         * po/en_GB.po
1088         * po/fi.po
1089         * po/it.po
1090         * po/pt_BR.po
1091         * po/sk.po
1092         * po/sr.po
1093         * po/zh_CN.po
1094                 updated by Miquel Oliete, Stephan Sachse, me,
1095                 Tommi Pirinen, Andrea Spadaccini, Frederico
1096                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1097                 Urosevic, and Ralgh Young
1099 2007-01-07 [mones]      2.6.1cvs116
1101         * manual/es/advanced.xml
1102         * po/es.po
1103                 Synced manual (unhide mark_as_read_delay)
1104                 and updated translation for release
1106 2007-01-07 [paul]       2.6.1cvs115
1108         * src/prefs_matcher.c
1109                 make the hbox content fit better under
1110                 various languages
1112 2007-01-07 [colin]      2.6.1cvs114
1114         * src/messageview.c
1115                 Fix bug 1088, 'Ctrl-h produces repeatable
1116                 crash'
1118 2007-01-06 [colin]      2.6.1cvs113
1120         * src/etpan/imap-thread.c
1121                 Add casts to int to get certs. Fixes
1122                 bug 1064, 'crash @ etpan_certificate_check() 
1123                 when opening an IMAP folder', with latest
1124                 libetpan CVS or >= 0.49
1125         * src/mainwindow.c
1126         * src/mainwindow.h
1127         * src/imap_gtk.c
1128         * src/news_gtk.c
1129         * src/prefs_folder_item.c
1130                 Grey out the "synchronise" menu items if
1131                 there's nothing to synchronise.
1132         * src/plugins/pgpcore/sgpgme.c
1133                 Make an error clearer than "Unknown error"
1135 2007-01-06 [colin]      2.6.1cvs112
1137         * src/messageview.c
1138                 Don't try to show a message if updating
1139                 Maybe fixes bug 1088, 'ctrl-h produces
1140                 repeatable crash'.
1142 2007-01-06 [colin]      2.6.1cvs111
1144         * src/summaryview.c
1145                 Disable Control-Space (handle it as Space).
1147 2007-01-05 [paul]       2.6.1cvs110
1149         * src/imap.c
1150                 Fix bug 934, 'sylpheed claws 2.1 
1151                 doesn't show Exchanges Public Folders'
1152                 Thanks to Hoa and Colin
1153         * src/msgcache.c
1154                 Refuse to allocate more than 2 MB for a 
1155                 single field, it's a good indication of
1156                 cache corruption.
1158 2007-01-05 [colin]      2.6.1cvs109
1160         * src/mainwindow.c
1161                 Allow --select'ing emails by Message-ID too
1163 2007-01-05 [colin]      2.6.1cvs108
1165         * src/common/quoted-printable.c
1166                 Uh! Third fix :)
1168 2007-01-05 [colin]      2.6.1cvs107
1170         * src/common/quoted-printable.c
1171                 Fix previous commit about bug 1089
1172                 Thanks to Ralf
1174 2007-01-05 [colin]      2.6.1cvs106
1176         * src/common/quoted-printable.c
1177                 Fix my previous commit on bug 1089
1178                 - Thanks to Ralf :)
1180 2007-01-04 [colin]      2.6.1cvs105
1182         * src/common/quoted-printable.c
1183                 Fix bug 1089, 'NUL characters in Subject 
1184                 line are misinterpreted'. Not a pain to
1185                 fix in fact.
1187 2007-01-04 [colin]      
1189         2.7.0-rc3 released
1191 2007-01-04 [wwp]        2.6.1cvs104
1193         * src/image_viewer.c
1194                 Force operator precedence (fix a compiler warning).
1196 2007-01-04 [colin]      2.6.1cvs103
1198         * src/image_viewer.c
1199                 Be cautious there too (same fix as the one
1200                 in textview from cvs33)
1201         * src/messageview.c
1202                 Don't use any MimeViewer plugin when showing
1203                 all headers
1205 2007-01-03 [wwp]        2.6.1cvs102
1207         * src/html.c
1208         * src/html.h
1209                 fixed "cent" sign (use the existing ASCII one),
1210                 decode more HTML entities,
1211                 converted table ASCII entries to UTF-8,
1212                 moved a switch() into a hashtable.
1214 2007-01-03 [paul]       2.6.1cvs101
1216         * src/compose.c
1217         * src/messageview.c
1218         * src/procmsg.c
1219         * src/procmsg.h
1220                 When possible, use move_msg instead of
1221                 copy_msg + remove_msg to move sent mail
1222                 from Queue to Sent. 
1224 2007-01-03 [paul]       2.6.1cvs100
1226         * src/html.c
1227                 add more html entity recognition:
1228                 pounds, euros, and cents
1230 2007-01-03 [colin]      2.6.1cvs99
1232         * src/imap_gtk.c
1233                 Don't display an error on NOSELECT
1234                 folders when synchronising
1236 2007-01-03 [paul]       2.6.1cvs98
1238         * tools/maildir2claws-mail.pl
1239                 only substitute 'sent-mail' if it's
1240                 the full directory name
1242 2007-01-03 [paul]       2.6.1cvs97
1244         * ChangeLog
1245         * ChangeLog.pre2.0.0
1246         * Makefile.am
1247                 archive a chunk of ChangeLog in
1248                 ChangeLog.pre2.0.0
1249         * ChangeLog.gtk1
1250         * doc/src/ChangeLog.claws-pre0.8.0
1251                 remove ChangeLog.claws-pre0.8.0, adding
1252                 its contents to ChangeLog.gtk1
1254 2007-01-03 [paul]       2.6.1cvs96
1256         * src/account.c
1257         * src/account.h
1258         * src/action.c
1259         * src/action.h
1260         * src/adbookbase.h
1261         * src/addr_compl.c
1262         * src/addr_compl.h
1263         * src/addrbook.c
1264         * src/addrcache.c
1265         * src/addrcache.h
1266         * src/addrcindex.c
1267         * src/addrcindex.h
1268         * src/addrclip.c
1269         * src/addrclip.h
1270         * src/addrdefs.h
1271         * src/addressadd.c
1272         * src/addressadd.h
1273         * src/addressbook.c
1274         * src/addressbook.h
1275         * src/addressbook_foldersel.c
1276         * src/addressbook_foldersel.h
1277         * src/addrgather.c
1278         * src/addrgather.h
1279         * src/addrharvest.c
1280         * src/addrharvest.h
1281         * src/addrindex.c
1282         * src/addrindex.h
1283         * src/addritem.c
1284         * src/addritem.h
1285         * src/addrquery.c
1286         * src/addrquery.h
1287         * src/addrselect.c
1288         * src/addrselect.h
1289         * src/alertpanel.c
1290         * src/alertpanel.h
1291         * src/browseldap.c
1292         * src/browseldap.h
1293         * src/codeconv.c
1294         * src/codeconv.h
1295         * src/compose.c
1296         * src/compose.h
1297         * src/customheader.c
1298         * src/customheader.h
1299         * src/displayheader.c
1300         * src/displayheader.h
1301         * src/editaddress.c
1302         * src/editaddress.h
1303         * src/editbook.c
1304         * src/editbook.h
1305         * src/editgroup.c
1306         * src/editgroup.h
1307         * src/editjpilot.c
1308         * src/editjpilot.h
1309         * src/editldap.c
1310         * src/editldap.h
1311         * src/editldap_basedn.c
1312         * src/editldap_basedn.h
1313         * src/editvcard.c
1314         * src/editvcard.h
1315         * src/exphtmldlg.c
1316         * src/exphtmldlg.h
1317         * src/expldifdlg.c
1318         * src/expldifdlg.h
1319         * src/export.c
1320         * src/export.h
1321         * src/exporthtml.c
1322         * src/exporthtml.h
1323         * src/exportldif.c
1324         * src/exportldif.h
1325         * src/filtering.c
1326         * src/filtering.h
1327         * src/folder.c
1328         * src/folder.h
1329         * src/folder_item_prefs.c
1330         * src/folder_item_prefs.h
1331         * src/foldersel.c
1332         * src/foldersel.h
1333         * src/folderutils.c
1334         * src/folderutils.h
1335         * src/folderview.c
1336         * src/folderview.h
1337         * src/grouplistdialog.c
1338         * src/grouplistdialog.h
1339         * src/headerview.c
1340         * src/html.c
1341         * src/html.h
1342         * src/image_viewer.c
1343         * src/image_viewer.h
1344         * src/imap.c
1345         * src/imap.h
1346         * src/imap_gtk.c
1347         * src/imap_gtk.h
1348         * src/import.c
1349         * src/import.h
1350         * src/importldif.c
1351         * src/importldif.h
1352         * src/importmutt.c
1353         * src/importmutt.h
1354         * src/importpine.c
1355         * src/importpine.h
1356         * src/inc.c
1357         * src/inc.h
1358         * src/jpilot.c
1359         * src/jpilot.h
1360         * src/ldapctrl.c
1361         * src/ldapctrl.h
1362         * src/ldaplocate.c
1363         * src/ldaplocate.h
1364         * src/ldapquery.c
1365         * src/ldapquery.h
1366         * src/ldapserver.c
1367         * src/ldapserver.h
1368         * src/ldaputil.c
1369         * src/ldaputil.h
1370         * src/ldif.c
1371         * src/ldif.h
1372         * src/main.c
1373         * src/main.h
1374         * src/mainwindow.c
1375         * src/mainwindow.h
1376         * src/manual.c
1377         * src/manual.h
1378         * src/mbox.c
1379         * src/message_search.c
1380         * src/message_search.h
1381         * src/messageview.c
1382         * src/messageview.h
1383         * src/mh.c
1384         * src/mh.h
1385         * src/mh_gtk.c
1386         * src/mh_gtk.h
1387         * src/mimeview.c
1388         * src/mimeview.h
1389         * src/msgcache.c
1390         * src/msgcache.h
1391         * src/mutt.c
1392         * src/mutt.h
1393         * src/news.c
1394         * src/news.h
1395         * src/news_gtk.c
1396         * src/news_gtk.h
1397         * src/partial_download.c
1398         * src/partial_download.h
1399         * src/pine.c
1400         * src/pine.h
1401         * src/pop.c
1402         * src/pop.h
1403         * src/prefs_account.c
1404         * src/prefs_account.h
1405         * src/prefs_actions.c
1406         * src/prefs_actions.h
1407         * src/prefs_common.c
1408         * src/prefs_common.h
1409         * src/prefs_compose_writing.c
1410         * src/prefs_compose_writing.h
1411         * src/prefs_customheader.c
1412         * src/prefs_customheader.h
1413         * src/prefs_display_header.c
1414         * src/prefs_display_header.h
1415         * src/prefs_filtering.c
1416         * src/prefs_filtering.h
1417         * src/prefs_filtering_action.c
1418         * src/prefs_filtering_action.h
1419         * src/prefs_folder_column.c
1420         * src/prefs_folder_column.h
1421         * src/prefs_folder_item.c
1422         * src/prefs_folder_item.h
1423         * src/prefs_fonts.c
1424         * src/prefs_fonts.h
1425         * src/prefs_gtk.c
1426         * src/prefs_gtk.h
1427         * src/prefs_image_viewer.c
1428         * src/prefs_image_viewer.h
1429         * src/prefs_matcher.c
1430         * src/prefs_matcher.h
1431         * src/prefs_message.c
1432         * src/prefs_msg_colors.c
1433         * src/prefs_msg_colors.h
1434         * src/prefs_other.c
1435         * src/prefs_quote.c
1436         * src/prefs_receive.c
1437         * src/prefs_send.c
1438         * src/prefs_spelling.c
1439         * src/prefs_spelling.h
1440         * src/prefs_summaries.c
1441         * src/prefs_summaries.h
1442         * src/prefs_summary_column.c
1443         * src/prefs_summary_column.h
1444         * src/prefs_template.c
1445         * src/prefs_template.h
1446         * src/prefs_themes.c
1447         * src/prefs_themes.h
1448         * src/prefs_toolbar.c
1449         * src/prefs_toolbar.h
1450         * src/prefs_wrapping.c
1451         * src/prefs_wrapping.h
1452         * src/privacy.c
1453         * src/privacy.h
1454         * src/procheader.c
1455         * src/procheader.h
1456         * src/procmime.c
1457         * src/procmime.h
1458         * src/procmsg.c
1459         * src/procmsg.h
1460         * src/quote_fmt.c
1461         * src/quote_fmt_parse.y
1462         * src/recv.c
1463         * src/recv.h
1464         * src/remotefolder.c
1465         * src/remotefolder.h
1466         * src/send_message.c
1467         * src/send_message.h
1468         * src/setup.c
1469         * src/setup.h
1470         * src/sourcewindow.c
1471         * src/sourcewindow.h
1472         * src/ssl_manager.c
1473         * src/ssl_manager.h
1474         * src/statusbar.c
1475         * src/statusbar.h
1476         * src/stock_pixmap.c
1477         * src/stock_pixmap.h
1478         * src/summary_search.c
1479         * src/summary_search.h
1480         * src/summaryview.c
1481         * src/summaryview.h
1482         * src/textview.c
1483         * src/textview.h
1484         * src/toolbar.c
1485         * src/toolbar.h
1486         * src/undo.c
1487         * src/undo.h
1488         * src/unmime.c
1489         * src/unmime.h
1490         * src/vcard.c
1491         * src/vcard.h
1492         * src/wizard.c
1493         * src/wizard.h
1494         * src/common/base64.c
1495         * src/common/base64.h
1496         * src/common/defs.h
1497         * src/common/hooks.c
1498         * src/common/hooks.h
1499         * src/common/log.c
1500         * src/common/log.h
1501         * src/common/mgutils.c
1502         * src/common/mgutils.h
1503         * src/common/nntp.c
1504         * src/common/nntp.h
1505         * src/common/passcrypt.c
1506         * src/common/passcrypt.h.in
1507         * src/common/plugin.c
1508         * src/common/plugin.h
1509         * src/common/prefs.c
1510         * src/common/prefs.h
1511         * src/common/progressindicator.c
1512         * src/common/progressindicator.h
1513         * src/common/quoted-printable.c
1514         * src/common/quoted-printable.h
1515         * src/common/session.c
1516         * src/common/session.h
1517         * src/common/smtp.c
1518         * src/common/smtp.h
1519         * src/common/socket.c
1520         * src/common/socket.h
1521         * src/common/ssl.c
1522         * src/common/ssl.h
1523         * src/common/ssl_certificate.c
1524         * src/common/ssl_certificate.h
1525         * src/common/stringtable.c
1526         * src/common/stringtable.h
1527         * src/common/template.c
1528         * src/common/template.h
1529         * src/common/timing.h
1530         * src/common/utils.c
1531         * src/common/utils.h
1532         * src/common/version.h.in
1533         * src/common/xml.c
1534         * src/common/xml.h
1535         * src/common/xmlprops.c
1536         * src/common/xmlprops.h
1537         * src/gtk/about.c
1538         * src/gtk/colorlabel.c
1539         * src/gtk/colorsel.c
1540         * src/gtk/colorsel.h
1541         * src/gtk/combobox.c
1542         * src/gtk/combobox.h
1543         * src/gtk/description_window.c
1544         * src/gtk/description_window.h
1545         * src/gtk/filesel.c
1546         * src/gtk/filesel.h
1547         * src/gtk/foldersort.c
1548         * src/gtk/foldersort.h
1549         * src/gtk/gtksctree.c
1550         * src/gtk/gtkutils.c
1551         * src/gtk/gtkutils.h
1552         * src/gtk/inputdialog.c
1553         * src/gtk/inputdialog.h
1554         * src/gtk/logwindow.c
1555         * src/gtk/logwindow.h
1556         * src/gtk/manage_window.c
1557         * src/gtk/manage_window.h
1558         * src/gtk/menu.c
1559         * src/gtk/menu.h
1560         * src/gtk/pluginwindow.c
1561         * src/gtk/pluginwindow.h
1562         * src/gtk/prefswindow.c
1563         * src/gtk/prefswindow.h
1564         * src/gtk/progressdialog.c
1565         * src/gtk/progressdialog.h
1566         * src/gtk/sslcertwindow.c
1567         * src/gtk/sslcertwindow.h
1568         * src/plugins/bogofilter/bogofilter.c
1569         * src/plugins/bogofilter/bogofilter.h
1570         * src/plugins/bogofilter/bogofilter_gtk.c
1571         * src/plugins/clamav/clamav_plugin.c
1572         * src/plugins/clamav/clamav_plugin.h
1573         * src/plugins/clamav/clamav_plugin_gtk.c
1574         * src/plugins/demo/demo.c
1575         * src/plugins/dillo_viewer/dillo_prefs.c
1576         * src/plugins/dillo_viewer/dillo_prefs.h
1577         * src/plugins/dillo_viewer/dillo_viewer.c
1578         * src/plugins/pgpcore/passphrase.c
1579         * src/plugins/pgpcore/passphrase.h
1580         * src/plugins/pgpcore/pgp_viewer.c
1581         * src/plugins/pgpcore/pgp_viewer.h
1582         * src/plugins/pgpcore/plugin.c
1583         * src/plugins/pgpcore/select-keys.c
1584         * src/plugins/pgpcore/select-keys.h
1585         * src/plugins/pgpcore/sgpgme.c
1586         * src/plugins/pgpcore/sgpgme.h
1587         * src/plugins/pgpinline/pgpinline.c
1588         * src/plugins/pgpinline/pgpinline.h
1589         * src/plugins/pgpinline/plugin.c
1590         * src/plugins/pgpmime/pgpmime.c
1591         * src/plugins/pgpmime/pgpmime.h
1592         * src/plugins/pgpmime/plugin.c
1593         * src/plugins/spamassassin/spamassassin.c
1594         * src/plugins/spamassassin/spamassassin.h
1595         * src/plugins/spamassassin/spamassassin_gtk.c
1596         * src/plugins/trayicon/trayicon.c
1597                 it's 2007, update the year in the copyright headers
1599 2007-01-03 [paul]       2.6.1cvs95
1601         * src/gtk/about.c
1602                 it is 2007, use it in the copyright string
1604 2007-01-03 [paul]       2.6.1cvs94
1606         * src/html.c
1607                 html entity conversion:
1608                 move &#153; to a more suitable place
1609                 add &bull; and &ndash;
1610                 make sure &mdash; and &#8212; are both
1611                 converted the same
1613 2007-01-02 [colin]      2.6.1cvs93
1615         * src/addrbook.c
1616                 Fix leak
1617         * src/common/plugin.c
1618                 Add comment
1619         * src/etpan/imap-thread.c
1620                 Fix warning
1622 2006-12-31 [paul]       2.6.1cvs92
1624         * src/prefs_summaries.c
1625                 use gtk_button_new_from_stock()
1627 2006-12-30 [colin]      2.6.1cvs91
1629         * src/folder.c
1630         * src/imap_gtk.c
1631         * src/mh_gtk.c
1632                 Don't update filtering and account paths 
1633                 when copying folders
1635 2006-12-30 [colin]      2.6.1cvs90
1637         * src/prefs_compose_writing.c
1638         * src/prefs_quote.c
1639         * src/prefs_template.c
1640                 Use message font for Writing and 
1641                 Quoting prefs, as well as Templates.
1643 2006-12-30 [colin]      2.6.1cvs89
1645         * src/prefs_summaries.c
1646                 Rework GUI; patch by Pawel
1648 2006-12-29 [colin]      2.6.1cvs88
1650         * src/prefs_folder_item.c
1651                 Fix bug 1085, 'Apply to subfolder 
1652                 doesn't work' - I was mistaken saying
1653                 it worked in every case
1655 2006-12-28 [colin]      2.6.1cvs87
1657         * src/gtk/gtkaspell.c
1658                 Don't assert if use_alternate is true
1659                 and alt_dictionary isn't set -- this 
1660                 is what happens on upgrade! Rather,
1661                 do with it.
1663 2006-12-28 [colin]      2.6.1cvs86
1665         * Makefile.am
1666                 Fix desktop/icon simplification
1668 2006-12-28 [colin]      2.6.1cvs85
1670         * Makefile.am
1671                 Make desktop and icon not 
1672                 dependant on the desktop
1674 2006-12-28 [wwp]        2.6.1cvs84
1676         * src/plugins/pgpmime/claws.def
1677                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1679 2006-12-28 [wwp]        2.6.1cvs83
1681         * src/prefs_folder_item.c
1682                 Fix coloring of "simplify subject regexp" (folder prefs),
1683                 which might be left to red whereas the regexp gets empty.
1685 2006-12-28 [wwp]        2.6.1cvs82
1687         * src/prefs_common.c
1688         * src/prefs_common.h
1689         * src/addressbook.c
1690         * src/addressitem.h
1691                 Save addressbook mainwindow's horizontal and vertical splitter position.
1693 2006-12-27 [wwp]        2.6.1cvs81
1695         * src/gtk/gtkaspell.c
1696         * src/gtk/gtkaspell.h
1697         * src/compose.c
1698                 Fix assignment of compose's default and alternate dictionary from
1699                 account or folder settings. Now gtkaspell_change_dict does rotate
1700                 dicts only when it's called from a menu cb.
1702 2006-12-27 [wwp]        2.6.1cvs80
1704         * src/folder_item_prefs.c
1705                 Fix randomly initialized default-alt-dictionary (folder prefs),
1706                 complete 2.6.1cvs72.
1708 2006-12-27 [paul]       2.6.1cvs79
1710         * src/imap_gtk.c
1711         * src/mh_gtk.c
1712                 Add Copy folder in the folder's contextual
1713                 menu
1715 2006-12-27 [wwp]        2.6.1cvs78
1717         * src/imap.c
1718                 Clean up session locking, thanks to Colin.
1720 2006-12-26 [colin]      2.6.1cvs77
1722         * src/statusbar.c
1723                 Revert previous patch
1725 2006-12-26 [colin]      2.6.1cvs76
1727         * src/folder.c
1728         * src/folderview.c
1729         * src/imap.c
1730         * src/statusbar.c
1731         * src/etpan/imap-thread.c
1732                 Fix previous commit warnings
1733                 Make statusbar update every second if total < 20
1734                 Make IMAP APPEND faster by simplifying log              
1736 2006-12-26 [colin]      2.6.1cvs75
1738         * src/folder.c
1739         * src/folder.h
1740         * src/folderview.c
1741         * src/folderview.h
1742         * src/imap_gtk.c
1743         * src/mh_gtk.c
1744                 Make it possible to copy folders accross
1745                 mailboxes (this was an arbitrary limitation).
1746                 Still make it impossible to move folders 
1747                 accross mailboxes.
1749 2006-12-26 [colin]      2.6.1cvs74
1751         * src/etpan/imap-thread.c
1752                 Fix bug 1081, 'claws-mail 
1753                 segfaults when going offline 
1754                 while it transfers mails via 
1755                 imap'
1757 2006-12-26 [colin]      2.6.1cvs73
1759         * src/folder_item_prefs.c
1760                 Don't forget alt dictionary when
1761                 renaming/moving folders
1763 2006-12-26 [wwp]        2.6.1cvs72
1765         * src/folder_item_prefs.c
1766                 Add missing defaults for per-folder alt dict
1767                 (forgotten in 2.6.1cvs61).
1769 2006-12-26 [colin]      2.6.1cvs71
1771         * src/wizard.c
1772                 Add tooltip to state that specifying
1773                 full path to mailbox is possible
1775 2006-12-26 [wwp]        2.6.1cvs70
1777         * src/partial_download.c
1778         * src/gtk/gtkvscrollbutton.c
1779         * src/plugins/pgpinline/plugin.c
1780                 Fix for few compiler warnings that matter.
1782 2006-12-25 [colin]      2.6.1cvs69
1784         * src/partial_download.c
1785                 Fix marking for download or deletion
1786                 when the header isn't the first
1787         * src/gtk/logwindow.c
1788                 Fix start of scrolling
1790 2006-12-23 [paul]       2.6.1cvs68
1792         * src/compose.c
1793                 change last commit to use the 'academic'
1794                 method instead. Thanks to wwp
1796 2006-12-23 [paul]       2.6.1cvs67
1798         * src/compose.c
1799                 don't warn about empty subject when
1800                 redirecting
1802 2006-12-22 [colin]      2.6.1cvs66
1804         * src/summary_search.c
1805                 Fix previous patch
1807 2006-12-22 [colin]      2.6.1cvs65
1809         * src/gtk/gtkutils.c
1810         * src/imap.c
1811         * src/jpilot.c
1812         * src/summary_search.c
1813                 A few warning fixes
1815 2006-12-23 [paul]       
1817         2.7.0-rc2 released
1819 2006-12-22 [colin]      2.6.1cvs64
1821         * src/toolbar.c
1822         * src/toolbar.h
1823                 Add a combo to the learn spam button
1824         * src/plugins/bogofilter/bogofilter.c
1825         * src/plugins/bogofilter/bogofilter_gtk.c
1826         * src/plugins/bogofilter/bogofilter.h
1827                 Allow to store Unsure mails in a specific
1828                 folder to make better teaching easier
1830 2006-12-21 [wwp]        2.6.1cvs63
1832         * src/compose.c
1833         * src/prefs_common.c
1834         * src/prefs_common.h
1835         * src/prefs_spelling.c
1836         * src/gtk/gtkaspell.c
1837         * src/gtk/gtkaspell.h
1838                 Allow spell-checking using both current and alternate dictionaries
1839                 (thanks to Colin).
1841 2006-12-21 [wwp]        2.6.1cvs62
1843         * src/gtk/gtkaspell.c
1844                 Apply recheck_when_changing_dict (highlight all mispelled words)
1845                 when switching to alternate dictionary.
1847 2006-12-21 [wwp]        2.6.1cvs61
1849         * src/compose.c
1850         * src/folder_item_prefs.h
1851         * src/prefs_common.c
1852         * src/prefs_common.h
1853         * src/prefs_folder_item.c
1854         * src/prefs_spelling.c
1855         * src/gtk/gtkaspell.c
1856         * src/gtk/gtkaspell.h
1857                 Add global and per-folder prefs to set the default
1858                 alternate dictionary.
1860 2006-12-21 [colin]      2.6.1cvs60
1862         * src/folder.c
1863                 Look for folders by path in all folders
1864         * src/html.c
1865                 add &mdash;
1867 2006-12-20 [colin]      2.6.1cvs59
1869         * src/gtk/quicksearch.c
1870                 Make sure in_typing is false when clearing
1872 2006-12-20 [wwp]        2.6.1cvs58
1874         * configure.ac
1875                 change manual's target dir to be LFH-compliant (thanks to Colin).
1877 2006-12-20 [wwp]        2.6.1cvs57
1879         * src/prefs_common.c
1880         * src/prefs_summaries.c
1881                 i18n fix and factorize patch, thanks to Fabien.
1883 2006-12-20 [paul]       2.6.1cvs56
1885         * configure.ac
1886                 last of the renaming (??)
1887         * src/main.c
1888                 correct --help info of --status-full
1889         * src/plugins/bogofilter/bogofilter.c
1890                 make FALSE default of whitelist_ab
1892 2006-12-19 [colin]      2.6.1cvs55
1894         * src/jpilot.c
1895                 Same as before, without depending on
1896                 pisock >= 0.12
1898 2006-12-19 [colin]      2.6.1cvs54
1900         * src/jpilot.c
1901                 Fix bug 1059, 'Better jpilot charset 
1902                 handling'. Use libpisync's charset conversion
1903                 if possible
1905 2006-12-19 [colin]      2.6.1cvs53
1907         * po/fr.po
1908                 Updated by Fabien
1910 2006-12-19 [wwp]        2.6.1cvs52
1912         * src/gtk/about.c
1913                 Add missing #include (thanks to Colin).
1915 2006-12-19 [wwp]        2.6.1cvs51
1917         * src/prefs_receive.c
1918                 Better spacing between widgets in prefs.
1920 2006-12-18 [colin]      2.6.1cvs50
1922         * src/imap.c
1923                 Fix failure to get separator on LIST "" ""
1924                 Try LIST "" "INBOX" too.
1926 2006-12-18 [wwp]        2.6.1cvs49
1928         * src/common/session.c
1929                 Fix a compiler warning (thanks to Fabien).
1931 2006-12-18 [wwp]        2.6.1cvs48
1933         * src/compose.c
1934         * src/prefs_quote.c
1935                 Factorize some strings for translation (it's about error
1936                 messages when applying or checking template/quote format).
1938 2006-12-18 [colin]      2.6.1cvs47
1940         * Makefile.am
1941         * src/common/defs.h
1942         * src/gtk/Makefile.am
1943         * src/gtk/about.c
1944                 Add a Release notes tab from the contents of
1945                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1947 2006-12-17 [colin]      2.6.1cvs46
1949         * src/mimeview.c
1950         * src/textview.c
1951         * src/gtk/filesel.c
1952                 Correctly convert from/to UTF8/filename encoding
1953                 when loading and saving files. Probably fixes
1954                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1955                 for a file to attach and is blocked...'
1957 2006-12-17 [colin]      2.6.1cvs45
1959         * src/gtk/logwindow.c
1960                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1961                 IMAP folder and is blocked on main thread': 
1962                 make sure we put utf8 in the log.
1964 2006-12-16 [colin]      2.6.1cvs44
1966         * src/toolbar.c
1967         * src/toolbar.h
1968                 Fix bug 1055, 'Add the 'cancel receive' 
1969                 in the available events for the toolbar buttons'
1971 2006-12-16 [colin]      2.6.1cvs43
1973         * po/POTFILES.in
1974         * src/imap.c
1975         * src/common/nntp.c
1976         * src/common/session.c
1977                 Log error when SSL handshakes fail. 
1978                 Fixes bug 1082, 'incorrect / imprecise 
1979                 error message when imap server provides 
1980                 ssl only through STARTTLS but SSL is 
1981                 selected'
1983 2006-12-15 [wwp]        2.6.1cvs42
1985         * src/plugins/bogofilter/bogofilter_gtk.c
1986                 set proper sensitivity to widgets I've recently added.
1988 2006-12-15 [colin]      
1990         2.7.0-rc1 released
1992 2006-12-15 [wwp]        2.6.1cvs41
1994         * src/plugins/bogofilter/bogofilter.c
1995         * src/plugins/bogofilter/bogofilter.h
1996         * src/plugins/bogofilter/bogofilter_gtk.c
1997                 bogofilter's whitelist can now use a subset of
1998                 the addressbook (either a book, a subfolder of a book,
1999                 or the whole addressbook by using "Any"). Re-used there
2000                 some pref_matcher widgets and mechanisms to match a subset
2001                 of the addressbook.
2003 2006-12-15 [wwp]        2.6.1cvs40
2005         * src/wizard.c
2006         * src/common/plugin.c
2007         * src/common/plugin.h
2008         * src/gtk/about.c
2009         * src/plugins/bogofilter/bogofilter.c
2010         * src/plugins/clamav/clamav_plugin.c
2011         * src/plugins/demo/demo.c
2012         * src/plugins/dillo_viewer/dillo_viewer.c
2013         * src/plugins/pgpcore/plugin.c
2014         * src/plugins/pgpinline/plugin.c
2015         * src/plugins/pgpmime/plugin.c
2016         * src/plugins/spamassassin/spamassassin.c
2017         * src/plugins/trayicon/trayicon.c
2018                 factorize some translatable strings (plugins-related),
2019                 fix missing punctuation in several places,
2020                 remove useless translatable \n in about.c,
2021                 and factorize plugin init code w/ a new function
2022                 check_plugin_version() in common/plugin.c.
2023                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2025 2006-12-15 [wwp]        2.6.1cvs39
2027         * src/plugins/bogofilter/bogofilter.c
2028         * src/plugins/bogofilter/bogofilter_gtk.c
2029                 flag whitelisted spams as spam, but don't filter it to the spam
2030                 folder. Thanks to Colin.
2032 2006-12-15 [ticho]      2.6.1cvs38
2034         * src/plugins/bogofilter/bogofilter.c
2035         * src/plugins/bogofilter/bogofilter.h
2036         * src/plugins/bogofilter/bogofilter_gtk.c
2037                 Add option to whitelist senders found in addressbook. Patch by colin.
2039 2006-12-15 [paul]       2.6.1cvs37
2041         * src/folderview.c
2042                 add missing #include "log.h"
2044 2006-12-15 [paul]       2.6.1cvs36
2046         * src/plugins/bogofilter/bogofilter.c
2047         * src/plugins/bogofilter/bogofilter.h
2048         * src/plugins/bogofilter/bogofilter_gtk.c
2049                 Add an option to allow inserting an
2050                 X-Claws-Bogosity header (on MH folders
2051                 only). Patch by Colin
2053 2006-12-14 [colin]      2.6.1cvs35
2055         * src/main.c
2056                 "Yes" should be the default choice for
2057                 migration configuration
2059 2006-12-14 [paul]       2.6.1cvs34
2061         * src/prefs_summaries.c
2062         * manual/advanced.xml
2063                 Unhide mark_as_read_delay
2065 2006-12-14 [paul]       2.6.1cvs33
2067         * src/messageview.c
2068         * src/messageview.h
2069         * src/mimeview.c
2070         * src/mimeview.h
2071         * src/summaryview.c
2072         * src/textview.c
2073         * src/textview.h
2074                 Fix printing of selection
2075                 Fix printing of message parts
2076                 Fix printing of images
2077         * src/gtk/gtksourceprintjob.c
2078                 Fix page count when there are images
2080 2006-12-14 [wwp]        2.6.1cvs32
2082         * src/mainwindow.c
2083         * src/summaryview.c
2084         * src/summaryview.h
2085         * src/gtk/quicksearch.c
2086                 fix quicksearch 'magnify' button status when QS is closed
2087                 using the Escape key, thanks to Colin.
2089 2006-12-14 [wwp]        2.6.1cvs31
2091         * src/mainwindow.c
2092         * src/summaryview.c
2093         * src/summaryview.h
2094         * src/gtk/quicksearch.c
2095                 fix quicksearch 'magnify' button status when QS is closed
2096                 using the Escape key, thanks to Colin.
2098 2006-12-13 [colin]      2.6.1cvs30
2100         * src/ldapquery.c
2101         * src/ldaputil.c
2102                 Use the binary safe version of ldap_get_values,
2103                 to make sure we manipulate null-terminated 
2104                 strings. Maybe fixes bug 1075, 'claws mail 
2105                 segfault when completing ldap adresses'
2106         * src/syldap.c ** REMOVED **
2107         * src/syldap.h ** REMOVED **
2108                 Remove dead files
2110 2006-12-13 [mones]      2.6.1cvs29
2112         * po/es.po
2113                 Fixed piped strings, fixed click translation
2115 2006-12-13 [paul]       2.6.1cvs28
2117         * src/main.c
2118                 don't translate these strings
2120 2006-12-13 [paul]       2.6.1cvs27
2122         * po/en_GB.po
2123                 updated
2125 2006-12-13 [colin]      2.6.1cvs26
2127         * src/main.c
2128         * src/main.h
2129                 Add claws_is_starting()
2131 2006-12-13 [mones]      2.6.1cvs25
2133         * manual/es/advanced.xml
2134         * po/es.po
2135                 Synced manual and updated translation
2137 2006-12-12 [colin]      2.6.1cvs24
2139         * src/wizard.c
2140                 Add an option to use STARTTLS in the
2141                 welcome wizard. Fixes bug 1080, 
2142                 'Using SSL option in wizard for incoming 
2143                 server does not activate SSL with STARTTLS'
2145 2006-12-12 [colin]      2.6.1cvs23
2147         * src/main.c
2148                 Don't exit when there's an incomplete
2149                 mailbox configured - leaves a chance 
2150                 to fix a failing IMAP account. Exit
2151                 if no mailbox at all is loaded (case
2152                 of missing plugin).
2153                 Completes bug 1077's fix (I was wrong
2154                 in this bug's comment #3).
2156 2006-12-12 [colin]      2.6.1cvs22
2158         * src/gtk/menu.h
2159                 Add another menu data type
2160         * src/prefs_account.c
2161                 Complete the completion of bug 1076
2162                 (doesn't lose the pref on apply)
2164 2006-12-12 [paul]       2.6.1cvs21
2166         * src/prefs_account.c
2167                 complete the fix of bug 1076
2168                 also be more verbose with the text
2170 2006-12-12 [paul]       2.6.1cvs20
2172         * src/gtk/combobox.c
2173                 fix compilation warning
2175 2006-12-11 [colin]      2.6.1cvs19
2177         * src/wizard.c
2178                 Document :port in server entry tooltips
2180 2006-12-11 [colin]      2.6.1cvs18
2182         * src/main.c
2183                 Fix compile
2185 2006-12-11 [colin]      2.6.1cvs17
2187         * src/main.c
2188                 Add failing IMAP as a reason for no
2189                 mailbox
2191 2006-12-11 [colin]      2.6.1cvs16
2193         * src/prefs_account.c
2194                 Check for existence of inbox for local
2195                 accounts too
2196         * src/wizard.c
2197                 Allow setting the port to use for servers
2198                 by using the usual "server.example.com:port"
2199                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2200                 not start when IMAP server is unavailable'
2202 2006-12-11 [colin]      2.6.1cvs15
2204         * src/prefs_account.c
2205                 Prevent use of non-existing default inbox
2207 2006-12-11 [colin]      2.6.1cvs14
2209         * src/prefs_account.c
2210                 Fix sensitivity. Fixes bug 1076, 'privacy 
2211                 options are displayed even when pgp plugin 
2212                 not loaded / available'
2214 2006-12-09 [colin]      2.6.1cvs13
2216         * manual/advanced.xml
2217         * src/prefs_common.c
2218         * src/prefs_common.h
2219         * src/common/ssl_certificate.c
2220                 Add a new hidden preference, 'unsafe_ssl_certs',
2221                 which allows to store multiple certificates per
2222                 server/port. This is disabled by default because
2223                 it's less secure (presenting a new certificate
2224                 instead of a changed one raises less alarms).
2225                 This will cause Claws to ask about an unknown
2226                 certificate for people who have used 2.6.1cvs8
2227                 or greater.
2229 2006-12-09 [colin]      2.6.1cvs12
2231         * src/action.c
2232                 Fix cache updating after action
2234 2006-12-07 [wwp]        2.6.1cvs11
2236         * src/compose.c
2237                 fix email address comparison when replying to all
2238                 (avoid replying to ourselves), thanks to Colin.
2240 2006-12-06 [paul]       2.6.1cvs10
2242         * src/addrharvest.c
2243         * src/editldap.c
2244         * src/expldifdlg.c
2245         * src/news.c
2246         * src/toolbar.c
2247         * src/common/utils.c
2248                 ...and more renaming
2249                 Thanks to Colin
2251 2006-12-06 [paul]       2.6.1cvs9
2253         * src/compose.c
2254         * src/messageview.c
2255         * src/procheader.c
2256         * src/procmime.c
2257         * src/procmsg.c
2258         * src/textview.c
2259                 more renaming
2260                 Thanks to Colin
2262 2006-12-06 [colin]      2.6.1cvs8
2264         * src/ssl_manager.c
2265         * src/common/ssl_certificate.c
2266         * src/common/ssl_certificate.h
2267                 Handle multiple certificates per host/port
2269 2006-12-06 [colin]      2.6.1cvs7
2271         * src/etpan/imap-thread.c
2272                 Fix certificate checking on IMAP
2274 2006-12-06 [colin]      2.6.1cvs6
2276         * src/folderview.c
2277                 Fix bug 1072, 'Claws stops fetching newsgroups 
2278                 from server when newsgroup got deleted': continue
2279                 checking other groups
2281 2006-12-05 [wwp]        2.6.1cvs5
2283         * src/message_search.c
2284         * src/summary_search.c
2285         * src/gtk/combobox.c
2286         * src/gtk/combobox.h
2287         * src/gtk/gtkutils.c
2288         * src/gtk/gtkutils.h
2289                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2290                 behave like w/ old comboboxes (summary and message search only).
2292 2006-12-05 [paul]       2.6.1cvs4
2294         * src/wizard.c
2295                 encode headers
2296                 Thanks to Colin
2298 2006-12-05 [paul]       2.6.1cvs3
2300         * tools/README
2301         * tools/textviewer.pl
2302                 script updated and description added
2304 2006-12-04 [colin]      2.6.1cvs2
2306         * src/compose.c
2307                 Run pre-send hook only when checking
2308                 everything
2310 2006-12-04 [paul]       2.6.1cvs1
2312         * NEWS
2313         * README
2314         * RELEASE_NOTES
2315         * configure.ac
2316         * tools/README
2317                 bump up version number following stable release
2319 2006-12-04 [paul]       2.6.0cvs83
2321         * README
2322                 updates and corrections
2324 2006-12-04 [colin]      2.6.0cvs82
2326         * src/common/utils.c
2327                 Probably fix bug 1066, 'Incorrect mailbox 
2328                 size displayed'
2330 2006-12-04 [colin]      2.6.0cvs81
2332         * src/common/utils.c
2333                 Trim tabs from mailcap file too.
2335 2006-12-02 [paul]       2.6.0cvs80
2337         * src/exphtmldlg.c
2338                 fix broken GUI under certain languages
2339         * src/expldifdlg.c
2340                 put the Cancel button to the right
2342 2006-12-01 [paul]       2.6.0cvs79
2344         * tools/Makefile.am
2345                 remove reference to removed file
2347 2006-12-01 [wwp]        2.6.0cvs78
2349         * src/addressbook.c
2350         * src/editaddress.c
2351                 remove forgotten debug statements.
2353 2006-12-01 [wwp]        2.6.0cvs77
2355         * manual/advanced.xml
2356         * manual/fr/advanced.xml
2357         * src/addressbook.c
2358         * src/addressbook.h
2359         * src/addressitem.h
2360         * src/editaddress.c
2361         * src/editaddress.h
2362         * src/prefs_common.c
2363         * src/prefs_common.h
2364         * src/gtk/gtkutils.c
2365         * src/gtk/gtkutils.h
2366                 add a hidden option to allow embedding the editaddress (edit contact details)
2367                 dialog into the addressbook's window. This doesn't change the default
2368                 behaviour.
2370 2006-12-01 [wwp]        2.6.0cvs76
2372         * src/message_search.c
2373         * src/summary_search.c
2374                 fix more focus issues (don't set focus to combobox's entry widget when
2375                 entry's value changed, if entry widget has focus already).
2377 2006-12-01 [wwp]        2.6.0cvs75
2379         * src/gtk/quicksearch.c
2380                 revert last changes to the quicksearch gtk_combo_box, this needs more
2381                 tuning and testing.
2383 2006-12-01 [paul]       2.6.0cvs74
2385         * tools/kdeservicemenu/README
2386         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2387         * tools/kdeservicemenu/install.sh
2388         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2389         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2390                 simplify this stuff, and in so doing,
2391                 fix it. (possibly re-extend it again at
2392                 a later date)
2394 2006-12-01 [wwp]        2.6.0cvs73
2396         * src/gtk/quicksearch.c
2397                 adapt quicksearch code to use modern gtk_combo_box'es.
2399 2006-12-01 [wwp]        2.6.0cvs72
2401         * src/common/defs.h
2402         * src/prefs_common.c
2403         * src/prefs_common.h
2404         * src/message_search.c
2405         * src/summary_search.c
2406         * src/gtk/combobox.c
2407         * src/gtk/combobox.h
2408                 add history combos to all message and summary search fields.
2410 2006-12-01 [wwp]        2.6.0cvs71
2412         * src/summaryview.c
2413                 As the list may change while the mark as read delay
2414                 runs, we can't rely on the 'row' pointer, which can
2415                 be invalid when the timeout is called. As the mark
2416                 as read is only done if the message is still selected,
2417                 use summaryview->selected instead. Thanks to Colin.
2419 2006-11-30 [paul]       2.6.0cvs70
2421         * src/textview.c
2422                 give emphasis to "Sylpheed-Claws"
2423                 as well as "Claws Mail"
2425 2006-11-30 [colin]      2.6.0cvs69
2427         * src/wizard.c
2428                 Put the SSL checkboxes in the receiving
2429                 and sending server pages.
2431 2006-11-29 [colin]      2.6.0cvs68
2433         * src/gtk/gtkutils.c
2434         * src/gtk/gtkvscrollbutton.c
2435                 Revert some deprecated fixes - they seem to
2436                 deprecate stuff as soon as a new one gets out.
2437                 g_object_ref_sink needed glib-2.10.
2439 2006-11-29 [colin]      2.6.0cvs67
2441         * src/common/utils.c
2442                 Create .mailcap if it doesn't exist
2444 2006-11-29 [colin]      2.6.0cvs66
2446         * src/compose.c
2447                 Followup to cvs60: use original list
2448                 of recipients if replying to a mail
2449                 in Sent Drafts or Queue.
2451 2006-11-27 [paul]       2.6.0cvs65
2453         * src/image_viewer.c
2454                 revert the last change for now (it's broken)
2456 2006-11-27 [paul]       2.6.0cvs64
2458         * Makefile.am
2459         * configure.ac
2460         * m4/aclocal-include.m4
2461         * m4/check-type.m4
2462         * src/Makefile.am
2463         * src/addr_compl.c
2464         * src/compose.c
2465         * src/crash.c
2466         * src/export.c
2467         * src/exporthtml.c
2468         * src/exportldif.c
2469         * src/imap.c
2470         * src/import.c
2471         * src/main.c
2472         * src/main.h
2473         * src/matcher.c
2474         * src/mimeview.c
2475         * src/procmsg.c
2476         * src/textview.c
2477         * src/common/Makefile.am
2478         * src/common/claws.c
2479         * src/common/claws.h
2480         * src/common/ssl.c
2481         * src/common/sylpheed.c
2482         * src/common/sylpheed.h
2483         * src/etpan/Makefile.am
2484         * src/gtk/Makefile.am
2485         * src/gtk/claws-marshal.list
2486         * src/gtk/filesel.c
2487         * src/gtk/gtksctree.c
2488         * src/gtk/quicksearch.c
2489         * src/gtk/sylpheed-marshal.list
2490         * src/plugins/bogofilter/bogofilter.c
2491         * src/plugins/bogofilter/bogofilter_gtk.c
2492         * src/plugins/clamav/clamav_plugin.c
2493         * src/plugins/clamav/clamav_plugin_gtk.c
2494         * src/plugins/demo/demo.c
2495         * src/plugins/dillo_viewer/dillo_viewer.c
2496         * src/plugins/pgpcore/Makefile.am
2497         * src/plugins/pgpcore/claws.def
2498         * src/plugins/pgpcore/pgp_viewer.c
2499         * src/plugins/pgpcore/plugin.c
2500         * src/plugins/pgpcore/sylpheed.def
2501         * src/plugins/pgpinline/Makefile.am
2502         * src/plugins/pgpinline/claws.def
2503         * src/plugins/pgpinline/plugin.c
2504         * src/plugins/pgpinline/sylpheed.def
2505         * src/plugins/pgpmime/Makefile.am
2506         * src/plugins/pgpmime/claws.def
2507         * src/plugins/pgpmime/plugin.c
2508         * src/plugins/pgpmime/sylpheed.def
2509         * src/plugins/spamassassin/spamassassin.c
2510         * src/plugins/spamassassin/spamassassin_gtk.c
2511         * src/plugins/trayicon/trayicon.c
2512                 yet more renaming
2513                 remove deprecated gtk_tooltips_set_delay()
2515 2006-11-26 [paul]       2.6.0cvs63
2517         * src/expldifdlg.c
2518         * src/folderview.c
2519         * src/image_viewer.c
2520         * src/mainwindow.c
2521         * src/gtk/gtkutils.c
2522         * src/gtk/gtkvscrollbutton.c
2523         * src/gtk/prefswindow.c
2524         * src/plugins/pgpcore/prefs_gpg.c
2525                 replace more deprecated GTK+ functions
2527 2006-11-26 [paul]       2.6.0cvs62
2529         * src/addr_compl.c
2530         * src/addressbook.c
2531         * src/browseldap.c
2532                 replace deprecated gtk_idle_... functions
2534 2006-11-26 [paul]       2.6.0cvs61
2536         * src/compose.c
2537         * src/folderview.c
2538         * src/inc.c
2539         * src/summaryview.c
2540         * src/gtk/gtkvscrollbutton.c
2541         * src/gtk/quicksearch.c
2542         * src/plugins/pgpcore/passphrase.c
2543                 replace deprecated gtk_timeout_add and
2544                 gtk_timeout_remove
2546 2006-11-26 [paul]       2.6.0cvs60
2548         * src/compose.c
2549                 fix bug that caused the wrong recipient
2550                 to be selected when replying to a msg
2551                 which is From one of our accounts to
2552                 another of our accounts
2554 2006-11-25 [paul]       2.6.0cvs59
2556         * src/summaryview.c
2557                 don't change the From column title to
2558                 To if the To column is visible
2560 2006-11-24 [paul]       2.6.0cvs58
2562         * src/compose.c
2563                 fix bug 1069, 'Sent mails disappear, BCC
2564                 or locking problem?'
2566 2006-11-21 [wwp]        2.6.0cvs57
2568         * src/compose.c
2569                 fix spelling menu when replying (same as 2.3.1cvs39):
2570                 discrepancy between context menu and top menu when
2571                 folder's dictionary isn't the default one.
2573 2006-11-19 [paul]       2.6.0cvs56
2575         * src/summaryview.c
2576                 obey always_show_msg option when
2577                 marking as spam
2578         * src/plugins/bogofilter/bogofilter.c
2579                 fix typo
2581 2006-11-18 [paul]       2.6.0cvs55
2583         * AUTHORS
2584         * README
2585         * debian/copyright
2586         * manual/ack.xml
2587         * manual/es/ack.xml
2588         * manual/fr/ack.xml
2589         * manual/pl/ack.xml
2590         * src/gtk/authors.h
2591         * src/gtk/icon_legend.c
2592         * src/gtk/icon_legend.h
2593         * tools/OOo2claws-mail.pl
2594         * tools/README
2595         * tools/acroread2claws-mail.pl
2596         * tools/claws.i18n.status.pl
2597         * tools/filter_conv.pl
2598         * tools/filter_conv_new.pl
2599         * tools/freshmeat_search.pl
2600         * tools/google_search.pl
2601         * tools/kmail2claws-mail.pl
2602         * tools/kmail2claws-mail_v2.pl
2603         * tools/maildir2claws-mail.pl
2604         * tools/make.themes.project
2605         * tools/multiwebsearch.pl
2606         * tools/outlook2claws-mail.pl
2607         * tools/tb2claws-mail
2608         * tools/kdeservicemenu/README
2609         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2610                 update mine and wwp's email addresses in
2611                 several places
2612                 Patch by wwp
2613         * src/prefs_compose_writing.c
2614                 set sensitivity on 'new message format' frame
2616 2006-11-17 [paul]       2.6.0cvs54
2618         * src/gtk/about.c
2619                 more reworking of the GUI
2620                 Patch by Fabien Vantard
2622 2006-11-16 [paul]       2.6.0cvs53
2624         * src/gtk/about.c
2625                 set a minimum size for the window, allow
2626                 it to automatically expand as necessary
2628 2006-11-16 [wwp]        2.6.0cvs52
2630         * src/gtk/about.c
2631                 better wrap of copyright info on some systems.
2633 2006-11-16 [paul]       2.6.0cvs51
2635         * src/gtk/about.c
2636                 move the tech info from the upper panel
2637                 to the Info tab
2638                 use a gtk_text_view for the features tab
2640 2006-11-16 [paul]       2.6.0cvs50
2642         * po/Makevars
2643                 update my email address
2644         * src/addressbook.c
2645         * src/compose.c
2646         * src/imap_gtk.c
2647         * src/mh_gtk.c
2648         * src/news_gtk.c
2649         * src/summaryview.c
2650         * src/plugins/trayicon/trayicon.c
2651                 don't offer simple menu separators
2652                 for translation
2653         * src/folderview.c
2654                 add separator between 'mark all read'
2655                 and 'search folder'
2657 2006-11-15 [wwp]        2.6.0cvs49
2659         * src/gtk/authors.h
2660                 updated manuals authors.
2662 2006-11-14 [paul]       2.6.0cvs48
2664         * src/compose.c
2665                 Fix Options/Reply mode after draft save
2667 2006-11-14 [paul]       2.6.0cvs47
2669         * src/Makefile.am
2670                 Fix make DESTDIR=...
2671         * src/mbox.c
2672                 Optimise speed
2673         * src/plugins/pgpinline/pgpinline.c
2674                 Probably fix bug 1061
2676 2006-11-14 [paul]       2.6.0cvs46
2678         * po/Makevars
2679                 enable Q_ macro
2680         * src/Makefile.am
2681         * src/stock_pixmap.c
2682         * src/stock_pixmap.h
2683         * src/gtk/about.c
2684         * src/pixmaps/active.xpm
2685         * src/pixmaps/inactive.xpm
2686                 add a new page, 'Features', to the About dialog
2687                 showing which features are compiled in and which
2688                 are not
2690 2006-11-14 [paul]       2.6.0cvs45
2692         * po/ru.po
2693                 updated by Pavlo Bohmat
2695 2006-11-14 [colin]      2.6.0cvs44
2697         * src/compose.c
2698         * src/inc.c
2699         * src/messageview.c
2700         * src/news.c
2701         * src/pop.c
2702         * src/procmsg.c
2703         * src/gtk/gtkaspell.c
2704                 Fix 64-bit-related warnings
2705         * src/ssl_manager.c
2706                 Fix possible infinite loop
2707         * src/plugins/pgpcore/sgpgme.c
2708                 Remove useless check
2710 2006-11-13 [colin]      2.6.0cvs43
2712         * src/gtk/Makefile.am
2713                 authors.h isn't generated
2715 2006-11-13 [colin]      2.6.0cvs42
2717         * src/plugins/pgpinline/pgpinline.c
2718         * src/plugins/pgpmime/pgpmime.c
2719                 Very probably fix bug 1061, 'crash on 
2720                 opening signed email'. Another cast
2721                 problem
2723 2006-11-13 [colin]      2.6.0cvs41
2725         * src/plugins/pgpcore/sgpgme.c
2726                 Maybe fix bug 1061, 'crash on opening 
2727                 signed email'
2729 2006-11-13 [wwp]        2.6.0cvs40
2731         * src/plugins/pgpinline/pgpinline.c
2732                 fix candidate for bug #1057, thanks to Colin.
2734 2006-11-13 [wwp]        2.6.0cvs39
2736         * src/compose.c
2737         * src/quote_fmt_parse.y
2738                 fix bug 1052: current parser buffer was not always 
2739                 allocated, ptr to this buffer could be returned as 
2740                 NULL whereas no parser error has occurred. in 
2741                 consequence, defining a template body as "%d" 
2742                 (w/o the quotes) for the first time of the instance 
2743                 of claws-mail, was reporting a parser error. make 
2744                 sure that the buffer is always allocated, even to 
2745                 an empty string.
2746                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2747                 unescaping of the fmt string was always done 
2748                 whereas it must be done *only* when receiving 
2749                 quote format strings issued from the prefs 
2750                 (compose new message, reply, forward, redirect 
2751                 formats), *not* when applying templates.  in 
2752                 consequences, applying templates w/ sequences 
2753                 like \\|p{echo} were failing. make sure that 
2754                 unescaping is done only when necessary.
2756 2006-11-12 [colin]      2.6.0cvs38
2758         * po/de.po
2759                 Fix typo (s/KB/MB)
2761 2006-11-12 [colin]      2.6.0cvs37
2763         * src/plugins/pgpinline/pgpinline.c
2764         * src/plugins/pgpmime/pgpmime.c
2765                 Release GPG context at the latest 
2766                 possible moment. Maybe fixes 
2767                 bug 1057, 'crash on sending signed 
2768                 message to a newsgroup'
2769                 
2771 2006-11-12 [colin]      2.6.0cvs36
2773         * src/plugins/pgpcore/sgpgme.c
2774                 Tell a bit more when gpg's status doesn't
2775                 contain any signature
2777 2006-11-12 [colin]      2.6.0cvs35
2779         * src/compose.c
2780                 Fix bug 1060, 'compilation error with 
2781                 Irix's cc'
2783 2006-11-12 [paul]       2.6.0cvs34
2785         * doc/man/claws-mail.1
2786         * src/prefs_gtk.c
2787         * src/plugins/clamav/README
2788         * src/plugins/spamassassin/README
2789         * tools/README
2790         * tools/freshmeat_search.pl
2791         * tools/google_search.pl
2792         * tools/multiwebsearch.pl
2793                 more renaming
2794         * src/plugins/trayicon/trayicon.c
2795                 fix compiliation warning
2797 2006-11-11 [colin]      2.6.0cvs33
2799         * src/folderview.c
2800                 Forbid drag and drop from/to different
2801                 folders of type F_UNKNOWN
2803 2006-11-11 [colin]      2.6.0cvs32
2805         * src/plugins/pgpinline/pgpinline.c
2806                 Fix typo in previous commit:
2807                 - gpgme_new(&ctx);
2808                 + if ((err = gpgme_new(&data->ctx)) ...)
2810 2006-11-11 [colin]      2.6.0cvs31
2812         * src/plugins/pgpinline/pgpinline.c
2813         * src/plugins/pgpmime/pgpmime.c
2814                 Check success after calling gpgme_new
2815                 Maybe fixes bug 1057, 'crash on sending 
2816                 signed message to a newsgroup'
2818 2006-11-11 [colin]      2.6.0cvs30
2820         * src/undo.c
2821                 init undostruct to 0s (from
2822                 valgrind log of bug 1057)
2824 2006-11-10 [colin]      2.6.0cvs29
2826         * src/mainwindow.c
2827                 Set cursor to wait before filtering
2828                 duplicates in all folders
2829         * src/plugins/bogofilter/bogofilter.c
2830         * src/plugins/bogofilter/bogofilter.h
2831         * src/plugins/bogofilter/bogofilter_gtk.c
2832                 Completely thread away the bogofilter
2833                 filtering
2835 2006-11-10 [mones]      2.6.0cvs28
2837         * src/compose.c
2838         * src/compose.h
2839                 added COMPOSE_CHECK_BEFORE_SEND hook
2841 2006-11-10 [paul]       2.6.0cvs27
2843         * src/crash.c
2844                 more renaming
2845                 add libSM to get_compiled_in_features()
2846         * src/main.c
2847                 more renaming
2849 2006-11-10 [colin]      2.6.0cvs26
2851         * src/etpan/imap-thread.c
2852                 Add a reference to libetpan's sasl engine
2853                 so that sasl_done() doesn't get called by
2854                 libetpan, and doesn't break openssl.
2855                 Should fix bug 1053, 'SC fails to reestablish 
2856                 a secure connection'
2857                 Patch by Hoa
2859 2006-11-10 [colin]      2.6.0cvs25
2861         * manual/addrbook.xml
2862         * manual/advanced.xml
2863         * manual/faq.xml
2864         * manual/intro.xml
2865                 Some more renaming
2867 2006-11-09 [colin]      2.6.0cvs24
2869         * src/plugins/bogofilter/bogofilter_gtk.c
2870                 Add comment about annoyance
2872 2006-11-09 [colin]      2.6.0cvs23
2874         * src/plugins/bogofilter/bogofilter.c
2875         * src/plugins/bogofilter/bogofilter_gtk.c
2876                 Prepare things needed to thread bogofilter
2877                 filtering: separate bogo stuff and possible GUI
2878                 stuff. 
2880 2006-11-09 [colin]      2.6.0cvs22
2882         * src/account.c
2883         * src/compose.c
2884                 Search for one of our accounts in Delivered-To
2885                 (helps for auto-account selection when 
2886                  replying/forwarding)
2887         * src/folderview.c
2888         * src/mainwindow.c
2889         * src/mainwindow.h
2890         * src/plugins/trayicon/trayicon.c
2891                 Allow opening a new mail with any account from
2892                 the contextual menu
2894 2006-11-09 [wwp]        2.6.0cvs21
2896         * src/compose.c
2897         * src/prefs_common.c
2898         * src/prefs_common.h
2899         * src/prefs_compose_writing.c
2900                 add a compose new message format (in prefs/compose/writing), it's a
2901                 simple subject+body template to use when opening a new composition
2902                 window. It's similar to the existent reply and forward formats.
2904                 enhanced the template/format % symbols substitution mechanism to
2905                 use current composition window information when % are used in
2906                 the compose new message format or in templates applied to new
2907                 messages (there were useless in that situations before). When
2908                 applied to new messages, %d corresponds to the system time/date.
2910 2006-11-09 [paul]       2.6.0cvs20
2912         * src/gtk/authors.h
2913                 fix last commit
2915 2006-11-09 [paul]       2.6.0cvs19
2917         * src/gtk/authors.h
2918                 keep tje alphabetical order
2920 2006-11-08 [colin]      2.6.0cvs18
2922         * src/etpan/imap-thread.c
2923                 Fix bug 1054, 'Slowness logging big 
2924                 data chunks'
2926 2006-11-08 [paul]       2.6.0cvs17
2928         * tools/Makefile.am
2929                 fix the renaming
2931 2006-11-08 [paul]       2.6.0cvs16
2933         * src/common/defs.h
2934                 update BUGZILLA_URI
2936 2006-11-08 [paul]       2.6.0cvs15
2938         * tools/Makefile.am
2939         * tools/OOo2claws-mail.pl
2940         * tools/OOo2sylpheed.pl
2941         * tools/README
2942         * tools/acroread2claws-mail.pl
2943         * tools/acroread2sylpheed.pl
2944         * tools/kmail2claws-mail.pl
2945         * tools/kmail2claws-mail_v2.pl
2946         * tools/kmail2sylpheed.pl
2947         * tools/kmail2sylpheed_v2.pl
2948         * tools/maildir2claws-mail.pl
2949         * tools/maildir2sylpheed.pl
2950         * tools/nautilus2claws-mail.sh
2951         * tools/nautilus2sylpheed.sh
2952         * tools/outlook2claws-mail.pl
2953         * tools/outlook2sylpheed.pl
2954         * tools/tb2claws-mail
2955         * tools/tb2sylpheed
2956         * tools/tbird2claws.py
2957         * tools/tbird2syl.py
2958         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2959         * tools/kdeservicemenu/install.sh
2960         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2961         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2962         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2963         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2964         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2965                 renamed (removed, added) tools files
2967 2006-11-08 [paul]       2.6.0cvs14
2969         * src/main.c
2970         * src/common/defs.h
2971                 Migrate sylpheedrc to clawsrc, and fix the standard
2972                 plugins path in the process
2974 2006-11-07 [colin]      2.6.0cvs13
2976         * src/Makefile.am
2977                 Symlink sylpheed-claws relative to 
2978                 claws-mail
2980 2006-11-07 [colin]      2.6.0cvs12
2982         * src/compose.c
2983                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2985 2006-11-07 [paul]       2.6.0cvs11
2987         * src/gtk/about.c
2988                 Fix a missed occurence of
2989                 Sylpheed-Claws
2991 2006-11-07 [paul]       2.6.0cvs10
2993         * src/Makefile.am
2994                 Fix symlink installation
2996 2006-11-07 [paul]       2.6.0cvs9
2998         * src/Makefile.am
2999                 Symlink claws-mail to sylpheed-claws
3000         * src/common/utils.c
3001                 Fix migrating symlinks
3002         * src/etpan/imap-thread.c
3003                 check certificate only when there's
3004                 no error
3006 2006-11-07 [paul]       2.6.0cvs8
3008         * Makefile.am
3009                 Fix icon breakages with Gtk, which needs a 
3010                 cache updated to see them.
3012 2006-11-07 [paul]       2.6.0cvs7
3014         * .cvsignore
3015         * AUTHORS
3016         * COPYING
3017         * INSTALL
3018         * Makefile.am
3019         * NEWS
3020         * README
3021         * RELEASE_NOTES
3022         * autogen.sh
3023         * claws-mail-128x128.png
3024         * claws-mail-64x64.png
3025         * claws-mail.ico
3026         * claws-mail.pc.in
3027         * claws-mail.png
3028         * configure.ac
3029         * sylpheed-claws-128x128.png
3030         * sylpheed-claws-64x64.png
3031         * sylpheed-claws.desktop
3032         * sylpheed-claws.ico
3033         * sylpheed-claws.pc.in
3034         * sylpheed-claws.png
3035         * debian/README.Debian
3036         * debian/changelog
3037         * debian/claws-mail.desktop
3038         * debian/claws-mail.menu
3039         * debian/claws-mail.postinst.debhelper
3040         * debian/claws-mail.postrm.debhelper
3041         * debian/control
3042         * debian/copyright
3043         * debian/files
3044         * debian/rules
3045         * debian/sylpheed-claws.desktop
3046         * debian/sylpheed-claws.menu
3047         * debian/sylpheed-claws.postinst.debhelper
3048         * debian/sylpheed-claws.postrm.debhelper
3049         * doc/man/Makefile.am
3050         * doc/man/claws-mail.1
3051         * doc/man/sylpheed-claws.1
3052         * doc/src/ChangeLog.claws-pre0.8.0
3053         * manual/Makefile.am
3054         * manual/account.xml
3055         * manual/ack.xml
3056         * manual/addrbook.xml
3057         * manual/advanced.xml
3058         * manual/claws-mail-manual.xml
3059         * manual/faq.xml
3060         * manual/glossary.xml
3061         * manual/handling.xml
3062         * manual/intro.xml
3063         * manual/keyboard.xml
3064         * manual/plugins.xml
3065         * manual/starting.xml
3066         * manual/sylpheed-claws-manual.xml
3067         * manual/xml2pdf
3068         * manual/dist/.cvsignore
3069         * manual/dist/html/.cvsignore
3070         * manual/dist/html/Makefile.am
3071         * manual/dist/pdf/.cvsignore
3072         * manual/dist/pdf/Makefile.am
3073         * manual/dist/ps/.cvsignore
3074         * manual/dist/ps/Makefile.am
3075         * manual/dist/txt/.cvsignore
3076         * manual/dist/txt/Makefile.am
3077         * manual/es/Makefile.am
3078         * manual/es/advanced.xml
3079         * manual/es/claws-mail-manual.xml
3080         * manual/es/faq.xml
3081         * manual/es/glossary.xml
3082         * manual/es/handling.xml
3083         * manual/es/intro.xml
3084         * manual/es/plugins.xml
3085         * manual/es/sylpheed-claws-manual.xml
3086         * manual/es/dist/.cvsignore
3087         * manual/es/dist/html/.cvsignore
3088         * manual/es/dist/html/Makefile.am
3089         * manual/es/dist/pdf/.cvsignore
3090         * manual/es/dist/pdf/Makefile.am
3091         * manual/es/dist/ps/.cvsignore
3092         * manual/es/dist/ps/Makefile.am
3093         * manual/es/dist/txt/.cvsignore
3094         * manual/es/dist/txt/Makefile.am
3095         * manual/fr/Makefile.am
3096         * manual/fr/account.xml
3097         * manual/fr/ack.xml
3098         * manual/fr/addrbook.xml
3099         * manual/fr/advanced.xml
3100         * manual/fr/claws-mail-manual.xml
3101         * manual/fr/faq.xml
3102         * manual/fr/glossary.xml
3103         * manual/fr/handling.xml
3104         * manual/fr/intro.xml
3105         * manual/fr/keyboard.xml
3106         * manual/fr/plugins.xml
3107         * manual/fr/starting.xml
3108         * manual/fr/sylpheed-claws-manual.xml
3109         * manual/fr/dist/.cvsignore
3110         * manual/fr/dist/html/.cvsignore
3111         * manual/fr/dist/html/Makefile.am
3112         * manual/fr/dist/pdf/.cvsignore
3113         * manual/fr/dist/pdf/Makefile.am
3114         * manual/fr/dist/ps/.cvsignore
3115         * manual/fr/dist/ps/Makefile.am
3116         * manual/fr/dist/txt/.cvsignore
3117         * manual/fr/dist/txt/Makefile.am
3118         * manual/pl/Makefile.am
3119         * manual/pl/account.xml
3120         * manual/pl/ack.xml
3121         * manual/pl/addrbook.xml
3122         * manual/pl/advanced.xml
3123         * manual/pl/claws-mail-manual.xml
3124         * manual/pl/faq.xml
3125         * manual/pl/glossary.xml
3126         * manual/pl/handling.xml
3127         * manual/pl/intro.xml
3128         * manual/pl/keyboard.xml
3129         * manual/pl/plugins.xml
3130         * manual/pl/starting.xml
3131         * manual/pl/sylpheed-claws-manual.xml
3132         * manual/pl/dist/.cvsignore
3133         * manual/pl/dist/html/.cvsignore
3134         * manual/pl/dist/html/Makefile.am
3135         * manual/pl/dist/pdf/.cvsignore
3136         * manual/pl/dist/pdf/Makefile.am
3137         * manual/pl/dist/ps/.cvsignore
3138         * manual/pl/dist/ps/Makefile.am
3139         * manual/pl/dist/txt/.cvsignore
3140         * manual/pl/dist/txt/Makefile.am
3141         * po/.cvsignore
3142         * po/Makevars
3143         * src/.cvsignore
3144         * src/Makefile.am
3145         * src/account.c
3146         * src/account.h
3147         * src/action.c
3148         * src/action.h
3149         * src/adbookbase.h
3150         * src/addr_compl.c
3151         * src/addr_compl.h
3152         * src/addrbook.c
3153         * src/addrcache.c
3154         * src/addrcache.h
3155         * src/addrcindex.c
3156         * src/addrcindex.h
3157         * src/addrclip.c
3158         * src/addrclip.h
3159         * src/addrdefs.h
3160         * src/addressadd.c
3161         * src/addressadd.h
3162         * src/addressbook.c
3163         * src/addressbook.h
3164         * src/addressbook_foldersel.c
3165         * src/addressbook_foldersel.h
3166         * src/addrgather.c
3167         * src/addrgather.h
3168         * src/addrharvest.c
3169         * src/addrharvest.h
3170         * src/addrindex.c
3171         * src/addrindex.h
3172         * src/addritem.c
3173         * src/addritem.h
3174         * src/addrquery.c
3175         * src/addrquery.h
3176         * src/addrselect.c
3177         * src/addrselect.h
3178         * src/alertpanel.c
3179         * src/alertpanel.h
3180         * src/browseldap.c
3181         * src/browseldap.h
3182         * src/codeconv.c
3183         * src/codeconv.h
3184         * src/compose.c
3185         * src/crash.c
3186         * src/crash.h
3187         * src/customheader.c
3188         * src/customheader.h
3189         * src/displayheader.c
3190         * src/displayheader.h
3191         * src/editaddress.c
3192         * src/editaddress.h
3193         * src/editbook.c
3194         * src/editbook.h
3195         * src/editgroup.c
3196         * src/editgroup.h
3197         * src/editjpilot.c
3198         * src/editjpilot.h
3199         * src/editldap.c
3200         * src/editldap.h
3201         * src/editldap_basedn.c
3202         * src/editldap_basedn.h
3203         * src/editvcard.c
3204         * src/editvcard.h
3205         * src/exphtmldlg.c
3206         * src/exphtmldlg.h
3207         * src/expldifdlg.c
3208         * src/expldifdlg.h
3209         * src/export.c
3210         * src/exporthtml.c
3211         * src/exporthtml.h
3212         * src/exportldif.c
3213         * src/exportldif.h
3214         * src/filtering.c
3215         * src/filtering.h
3216         * src/folder.c
3217         * src/folder.h
3218         * src/folder_item_prefs.c
3219         * src/folder_item_prefs.h
3220         * src/foldersel.c
3221         * src/foldersel.h
3222         * src/folderutils.c
3223         * src/folderutils.h
3224         * src/folderview.c
3225         * src/folderview.h
3226         * src/grouplistdialog.c
3227         * src/grouplistdialog.h
3228         * src/html.c
3229         * src/html.h
3230         * src/image_viewer.c
3231         * src/image_viewer.h
3232         * src/imap.c
3233         * src/imap.h
3234         * src/imap_gtk.c
3235         * src/imap_gtk.h
3236         * src/import.c
3237         * src/import.h
3238         * src/importldif.c
3239         * src/importldif.h
3240         * src/importmutt.c
3241         * src/importmutt.h
3242         * src/importpine.c
3243         * src/importpine.h
3244         * src/inc.c
3245         * src/inc.h
3246         * src/jpilot.c
3247         * src/jpilot.h
3248         * src/ldapctrl.c
3249         * src/ldapctrl.h
3250         * src/ldaplocate.c
3251         * src/ldaplocate.h
3252         * src/ldapquery.c
3253         * src/ldapquery.h
3254         * src/ldapserver.c
3255         * src/ldapserver.h
3256         * src/ldaputil.c
3257         * src/ldaputil.h
3258         * src/ldif.c
3259         * src/ldif.h
3260         * src/localfolder.c
3261         * src/localfolder.h
3262         * src/main.c
3263         * src/main.h
3264         * src/mainwindow.c
3265         * src/mainwindow.h
3266         * src/manual.c
3267         * src/manual.h
3268         * src/matcher.c
3269         * src/matcher.h
3270         * src/matcher_parser.h
3271         * src/matcher_parser_lex.l
3272         * src/matcher_parser_parse.y
3273         * src/mbox.c
3274         * src/mbox.h
3275         * src/message_search.c
3276         * src/message_search.h
3277         * src/messageview.c
3278         * src/messageview.h
3279         * src/mh.c
3280         * src/mh.h
3281         * src/mh_gtk.c
3282         * src/mh_gtk.h
3283         * src/mimeview.c
3284         * src/mimeview.h
3285         * src/msgcache.c
3286         * src/msgcache.h
3287         * src/mutt.c
3288         * src/mutt.h
3289         * src/news.c
3290         * src/news.h
3291         * src/news_gtk.c
3292         * src/news_gtk.h
3293         * src/noticeview.c
3294         * src/noticeview.h
3295         * src/partial_download.c
3296         * src/partial_download.h
3297         * src/pine.c
3298         * src/pine.h
3299         * src/pop.c
3300         * src/pop.h
3301         * src/prefs_account.c
3302         * src/prefs_account.h
3303         * src/prefs_actions.c
3304         * src/prefs_actions.h
3305         * src/prefs_common.c
3306         * src/prefs_common.h
3307         * src/prefs_compose_writing.c
3308         * src/prefs_compose_writing.h
3309         * src/prefs_customheader.c
3310         * src/prefs_customheader.h
3311         * src/prefs_display_header.c
3312         * src/prefs_display_header.h
3313         * src/prefs_ext_prog.c
3314         * src/prefs_ext_prog.h
3315         * src/prefs_filtering.c
3316         * src/prefs_folder_column.c
3317         * src/prefs_folder_column.h
3318         * src/prefs_folder_item.c
3319         * src/prefs_folder_item.h
3320         * src/prefs_fonts.c
3321         * src/prefs_fonts.h
3322         * src/prefs_gtk.c
3323         * src/prefs_gtk.h
3324         * src/prefs_image_viewer.c
3325         * src/prefs_image_viewer.h
3326         * src/prefs_matcher.c
3327         * src/prefs_matcher.h
3328         * src/prefs_message.c
3329         * src/prefs_message.h
3330         * src/prefs_msg_colors.c
3331         * src/prefs_msg_colors.h
3332         * src/prefs_other.c
3333         * src/prefs_other.h
3334         * src/prefs_quote.c
3335         * src/prefs_quote.h
3336         * src/prefs_receive.c
3337         * src/prefs_receive.h
3338         * src/prefs_send.c
3339         * src/prefs_send.h
3340         * src/prefs_spelling.c
3341         * src/prefs_spelling.h
3342         * src/prefs_summaries.c
3343         * src/prefs_summaries.h
3344         * src/prefs_summary_column.c
3345         * src/prefs_summary_column.h
3346         * src/prefs_template.c
3347         * src/prefs_template.h
3348         * src/prefs_themes.c
3349         * src/prefs_themes.h
3350         * src/prefs_toolbar.c
3351         * src/prefs_toolbar.h
3352         * src/prefs_wrapping.c
3353         * src/prefs_wrapping.h
3354         * src/privacy.c
3355         * src/privacy.h
3356         * src/procheader.c
3357         * src/procheader.h
3358         * src/procmime.c
3359         * src/procmime.h
3360         * src/procmsg.c
3361         * src/procmsg.h
3362         * src/quote_fmt.c
3363         * src/quote_fmt_parse.y
3364         * src/recv.c
3365         * src/recv.h
3366         * src/remotefolder.c
3367         * src/remotefolder.h
3368         * src/send_message.c
3369         * src/send_message.h
3370         * src/setup.c
3371         * src/setup.h
3372         * src/sourcewindow.c
3373         * src/sourcewindow.h
3374         * src/ssl_manager.c
3375         * src/ssl_manager.h
3376         * src/statusbar.c
3377         * src/statusbar.h
3378         * src/stock_pixmap.c
3379         * src/stock_pixmap.h
3380         * src/summary_search.c
3381         * src/summary_search.h
3382         * src/summaryview.c
3383         * src/summaryview.h
3384         * src/syldap.c
3385         * src/syldap.h
3386         * src/textview.c
3387         * src/textview.h
3388         * src/toolbar.c
3389         * src/toolbar.h
3390         * src/undo.c
3391         * src/undo.h
3392         * src/unmime.c
3393         * src/unmime.h
3394         * src/vcard.c
3395         * src/vcard.h
3396         * src/wizard.c
3397         * src/wizard.h
3398         * src/common/base64.c
3399         * src/common/base64.h
3400         * src/common/defs.h
3401         * src/common/hooks.c
3402         * src/common/hooks.h
3403         * src/common/log.c
3404         * src/common/log.h
3405         * src/common/mgutils.c
3406         * src/common/mgutils.h
3407         * src/common/nntp.c
3408         * src/common/nntp.h
3409         * src/common/passcrypt.c
3410         * src/common/passcrypt.h.in
3411         * src/common/plugin.c
3412         * src/common/plugin.h
3413         * src/common/prefs.c
3414         * src/common/prefs.h
3415         * src/common/progressindicator.c
3416         * src/common/progressindicator.h
3417         * src/common/quoted-printable.c
3418         * src/common/quoted-printable.h
3419         * src/common/session.c
3420         * src/common/session.h
3421         * src/common/smtp.c
3422         * src/common/smtp.h
3423         * src/common/socket.c
3424         * src/common/socket.h
3425         * src/common/ssl.c
3426         * src/common/ssl.h
3427         * src/common/stringtable.c
3428         * src/common/stringtable.h
3429         * src/common/sylpheed.c
3430         * src/common/sylpheed.h
3431         * src/common/template.c
3432         * src/common/template.h
3433         * src/common/timing.h
3434         * src/common/utils.c
3435         * src/common/utils.h
3436         * src/common/version.h.in
3437         * src/common/xml.c
3438         * src/common/xml.h
3439         * src/common/xmlprops.c
3440         * src/common/xmlprops.h
3441         * src/gtk/about.c
3442         * src/gtk/colorlabel.c
3443         * src/gtk/colorlabel.h
3444         * src/gtk/colorsel.c
3445         * src/gtk/colorsel.h
3446         * src/gtk/combobox.c
3447         * src/gtk/combobox.h
3448         * src/gtk/description_window.c
3449         * src/gtk/description_window.h
3450         * src/gtk/filesel.c
3451         * src/gtk/filesel.h
3452         * src/gtk/foldersort.c
3453         * src/gtk/foldersort.h
3454         * src/gtk/gtkaspell.c
3455         * src/gtk/gtkaspell.h
3456         * src/gtk/gtksctree.c
3457         * src/gtk/gtkshruler.c
3458         * src/gtk/gtkshruler.h
3459         * src/gtk/gtkutils.c
3460         * src/gtk/gtkutils.h
3461         * src/gtk/icon_legend.c
3462         * src/gtk/icon_legend.h
3463         * src/gtk/logwindow.c
3464         * src/gtk/logwindow.h
3465         * src/gtk/manage_window.c
3466         * src/gtk/manage_window.h
3467         * src/gtk/pluginwindow.c
3468         * src/gtk/pluginwindow.h
3469         * src/gtk/prefswindow.c
3470         * src/gtk/prefswindow.h
3471         * src/gtk/quicksearch.c
3472         * src/gtk/quicksearch.h
3473         * src/pixmaps/claws-mail.xpm
3474         * src/pixmaps/claws-mail_icon.xpm
3475         * src/pixmaps/claws-mail_logo.xpm
3476         * src/pixmaps/sylpheed-claws.xpm
3477         * src/pixmaps/sylpheed-claws_icon.xpm
3478         * src/pixmaps/sylpheed-claws_logo.xpm
3479         * src/plugins/bogofilter/Makefile.am
3480         * src/plugins/bogofilter/bogofilter.c
3481         * src/plugins/bogofilter/bogofilter.h
3482         * src/plugins/bogofilter/bogofilter_gtk.c
3483         * src/plugins/clamav/Makefile.am
3484         * src/plugins/clamav/clamav_plugin.c
3485         * src/plugins/clamav/clamav_plugin.h
3486         * src/plugins/clamav/clamav_plugin_gtk.c
3487         * src/plugins/demo/Makefile.am
3488         * src/plugins/demo/demo.c
3489         * src/plugins/dillo_viewer/Makefile.am
3490         * src/plugins/dillo_viewer/README
3491         * src/plugins/dillo_viewer/dillo_prefs.c
3492         * src/plugins/dillo_viewer/dillo_prefs.h
3493         * src/plugins/dillo_viewer/dillo_viewer.c
3494         * src/plugins/pgpcore/Makefile.am
3495         * src/plugins/pgpcore/passphrase.c
3496         * src/plugins/pgpcore/passphrase.h
3497         * src/plugins/pgpcore/pgp_viewer.c
3498         * src/plugins/pgpcore/pgp_viewer.h
3499         * src/plugins/pgpcore/plugin.c
3500         * src/plugins/pgpcore/prefs_gpg.c
3501         * src/plugins/pgpcore/prefs_gpg.h
3502         * src/plugins/pgpcore/select-keys.c
3503         * src/plugins/pgpcore/select-keys.h
3504         * src/plugins/pgpcore/sgpgme.c
3505         * src/plugins/pgpcore/sgpgme.h
3506         * src/plugins/pgpcore/sylpheed.def
3507         * src/plugins/pgpcore/version.rc
3508         * src/plugins/pgpinline/Makefile.am
3509         * src/plugins/pgpinline/pgpinline.c
3510         * src/plugins/pgpinline/pgpinline.h
3511         * src/plugins/pgpinline/plugin.c
3512         * src/plugins/pgpinline/sylpheed.def
3513         * src/plugins/pgpinline/version.rc
3514         * src/plugins/pgpmime/Makefile.am
3515         * src/plugins/pgpmime/pgpmime.c
3516         * src/plugins/pgpmime/pgpmime.h
3517         * src/plugins/pgpmime/plugin.c
3518         * src/plugins/pgpmime/sylpheed.def
3519         * src/plugins/pgpmime/version.rc
3520         * src/plugins/spamassassin/Makefile.am
3521         * src/plugins/spamassassin/README
3522         * src/plugins/spamassassin/spamassassin.c
3523         * src/plugins/spamassassin/spamassassin.h
3524         * src/plugins/spamassassin/spamassassin_gtk.c
3525         * src/plugins/trayicon/Makefile.am
3526         * src/plugins/trayicon/trayicon.c
3527         * tools/OOo2sylpheed.pl
3528         * tools/README
3529         * tools/README.sylprint
3530         * tools/acroread2sylpheed.pl
3531         * tools/claws.i18n.status.pl
3532         * tools/filter_conv.pl
3533         * tools/filter_conv_new.pl
3534         * tools/freshmeat_search.pl
3535         * tools/google_search.pl
3536         * tools/kmail2sylpheed.pl
3537         * tools/kmail2sylpheed_v2.pl
3538         * tools/make.themes.project
3539         * tools/multiwebsearch.pl
3540         * tools/nautilus2sylpheed.sh
3541         * tools/outlook2sylpheed.pl
3542         * tools/sylprint.pl
3543         * tools/sylprint.rc
3544         * tools/tb2sylpheed
3545         * tools/textviewer.sh
3546         * tools/vcard2xml.py
3547         * tools/kdeservicemenu/README
3548         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3549         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3550         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3551                 Change name to Claws Mail. Announce to follow...
3553 2006-11-06 [wwp]        2.6.0cvs6
3555         * src/prefs_template.c
3556                 unify messages related to quote format/template errors (fix
3557                 capitalization), again.
3559 2006-11-06 [wwp]        2.6.0cvs5
3561         * src/prefs_quote.c
3562                 unify messages related to quote format/template errors.
3564 2006-11-06 [wwp]        2.6.0cvs4
3566         * src/prefs_msg_colors.c
3567                 more uses of Q_ macro for contextual translations, thanks
3568                 to Fabien (fzzzzz).
3570 2006-11-06 [wwp]        2.6.0cvs3
3572         * src/compose.c
3573         * src/common/utils.c
3574         * src/common/utils.h
3575                 show an alertpanel to make sure users are aware that sensitive
3576                 files are attached (it's file blacklist-based). This will fix
3577                 interaction w/ GoogleEarth for instance, thanks to Colin.
3579 2006-11-06 [wwp]        2.6.0cvs2
3581         * src/prefs_quote.c
3582         * src/prefs_template.c
3583         * src/prefs_template.h
3584                 check quote format when applying/closing prefs. For now this only
3585                 shows up an error dialog box, not preventing the user from using
3586                 a broken quote (reply, forwards) format.
3588 2006-11-06 [wwp]        2.6.0cvs1
3590         * src/prefs_template.c
3591                 fix missing checks of some template fields.
3593 2006-11-06 [paul]       2.6.0
3595         * NEWS
3596         * README
3597         * RELEASE_NOTES
3598                 2.6.0 released
3600 2006-11-06 [paul]       2.5.6cvs22
3602         * manual/advanced.xml
3603         * manual/es/advanced.xml
3604                 put 'respect_flowed_format' info in the correct
3605                 place
3607 2006-11-06 [mones]      2.5.6cvs21
3609         * po/es.po
3610                 Minor fixes for release
3612 2006-11-06 [paul]       2.5.6cvs20
3614         * po/cs.po
3615         * po/de.po
3616         * po/fr.po
3617         * po/it.po
3618         * po/nl.po
3619         * po/pt_BR.po
3620         * po/sk.po
3621         * po/sv.po
3622         * po/zh_CN.po
3623                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3624                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3625                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3626                 Young
3628 2006-11-02 [colin]      2.5.6cvs19
3630         * src/imap.c
3631         * src/imap.h
3632         * src/prefs_account.c
3633         * src/etpan/imap-thread.c
3634                 Add GSSAPI support - fixes Debian bug #383274
3636 2006-11-01 [colin]      2.5.6cvs18
3638         * src/jpilot.c
3639                 Handle libpisock12 support. Probably
3640                 fixes bug 1046, 'jpilot AddressDB.pdb 
3641                 import fail'
3643 2006-11-01 [colin]      2.5.6cvs17
3645         * src/folderutils.c
3646                 debug_print() folderutils_mark_all_read()
3648 2006-11-01 [colin]      2.5.6cvs16
3650         * COPYING
3651                 Add missed files to the Apache exception
3653 2006-10-31 [colin]      2.5.6cvs15
3655         * src/folder.c
3656         * src/folder.h
3657                 Add a copy_private_data() func to FolderClasses
3658                 Doesn't break the feature freeze, because we 
3659                 won't use it (right now) in the core.
3661 2006-10-31 [colin]      2.5.6cvs14
3663         * COPYING
3664                 Allow linking with the Apache licensed files in
3665                 src/plugins/spamassassin. Hopefully fixes 
3666                 bug 1048, 'Spamassassin plugin license problem'
3668 2006-10-31 [wwp]        2.5.6cvs13
3670         * src/compose.c
3671                 fix and optimize trimming of leading linefeeds in body loop.
3673 2006-10-31 [colin]      2.5.6cvs12
3675         * src/etpan/imap-thread.c
3676         * src/imap.c
3677                 Make really sure to have NULL sets in case
3678                 of error
3680 2006-10-30 [wwp]        2.5.6cvs11
3682         * src/prefs_common.c
3683         * src/prefs_common.h
3684         * src/compose.c
3685                 fix broken storage of quote format template when it contains \-escape
3686                 sequences. The application of such sequences is also fixed now (\t
3687                 in quote format will be a real tab instead of a 't', for instance).
3689 2006-10-27 [colin]      2.5.6cvs10
3691         * src/compose.c
3692                 Probably fix bug 1045, 'sylpheed-claws 
3693                 doesn't remove the mail from the IMAP 
3694                 Queue folder after sending'. From
3695                 2.5.6cvs3-stable
3697 2006-10-27 [colin]      2.5.6cvs9
3699         * configure.ac
3700                 Require libetpan-0.48. I'm so annoying,
3701                 I know ;-)
3703 2006-10-27 [colin]      2.5.6cvs8
3705         * src/folder.c
3706         * src/imap.c
3707                 Probably fix bug 1044, 'sylpheed-claws 
3708                 segfaults while moving mails' - Fix relation
3709                 usage when moving to an IMAP mailbox from another
3710                 mailbox
3712 2006-10-26 [paul]       2.5.6cvs7
3714         * src/gtk/about.c
3715                 add libSM to compiled-in features
3716                 list
3718 2006-10-24 [colin]      2.5.6cvs6
3720         * src/textview.c
3721         * src/gtk/gtkutils.c
3722                 Fix crash when printing emails with an
3723                 xface
3725 2006-10-24 [mones]      2.5.6cvs5
3727         * manual/es/advanced.xml
3728                 Synchronize hidden option respect_flowed_format
3729         * po/es.po
3730                 Updated translation
3732 2006-10-21 [paul]       2.5.6cvs4
3734         * src/gtk/authors.h
3735         * src/plugins/pgpcore/pgp_viewer.c
3736         * src/plugins/pgpcore/sgpgme.c
3737                 fix building on BSDs
3738                 Thanks to Michael Hughes
3739                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3741 2006-10-20 [colin]      2.5.6cvs3
3743         * configure.ac
3744                 Bump up libetpan requirement
3745                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3746         * src/common/utils.c
3747         * src/common/utils.h
3748                 Add convenience get_file_mtime()
3749         * src/imap.c
3750         * src/etpan/imap-thread.c
3751         * src/etpan/imap-thread.h
3752                 Implement UIDPLUS support if the server
3753                 supports it - faster sending in this case
3755 2006-10-19 [colin]      2.5.6cvs2
3757         * src/gtk/quicksearch.c
3758                 Fix emptying in type-ahead+extended mode
3759         * src/mainwindow.c
3760         * src/mainwindow.h
3761                 Add a hook for offline state change
3762         * src/plugins/trayicon/trayicon.c
3763                 Use it to display offline icons
3764         * src/plugins/trayicon/Makefile.am
3765         * src/plugins/trayicon/newmail.offline.xpm
3766         * src/plugins/trayicon/newmarkedmail.offline.xpm
3767         * src/plugins/trayicon/nomail.offline.xpm
3768         * src/plugins/trayicon/unreadmail.offline.xpm
3769         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3770                 Add the icons
3772 2006-10-12 [paul]       2.5.6cvs1
3774         * NEWS
3775         * README
3776         * configure.ac
3777                 Update version number following
3778                 stable release
3780 2006-10-19 [colin]      2.5.5cvs18
3782         * manual/handling.xml
3783                 Add type-ahead search
3785 2006-10-18 [colin]      2.5.5cvs17
3787         * src/gtk/quicksearch.c
3788                 Remove "save to history only if there's
3789                 no syntax error", it breaks for some 
3790                 reason which I'll investigate later.
3792 2006-10-18 [colin]      2.5.5cvs16
3794         * src/prefs_common.c
3795         * src/prefs_common.h
3796         * src/summaryview.c
3797         * src/gtk/quicksearch.c
3798         * src/gtk/quicksearch.h
3799                 Add a type-ahead option for fast searches
3800                 Patch by Fabien Vantard
3802 2006-10-18 [colin]      2.5.5cvs15
3804         * src/compose.c
3805         * src/compose.h
3806                 Add Options/Reply mode/ menu to be able to
3807                 change the recipients of a reply on the fly
3809 2006-10-18 [colin]      2.5.5cvs14
3811         * src/compose.c
3812                 Fix redirecting of our own sent mails
3814 2006-10-17 [wwp]        2.5.5cvs13
3816         * src/send_message.c
3817                 Fix duplicate error messages when sending, and missing
3818                 newline in such error messages.
3820 2006-10-17 [colin]      2.5.5cvs12
3822         * src/compose.c
3823                 Compare addresses case-insensitive
3825 2006-10-17 [colin]      2.5.5cvs11
3827         * src/plugins/pgpcore/sgpgme.c
3828                 Fix return status
3830 2006-10-17 [colin]      2.5.5cvs10
3832         * src/plugins/pgpcore/pgp_viewer.c
3833                 Fix return status
3835 2006-10-17 [colin]      2.5.5cvs9
3837         * src/quote_fmt.c
3838                 Fix a typo (thanks to Fabien)
3840 2006-10-16 [colin]      2.5.5cvs8
3842         * src/textview.c
3843                 Fix problem with quote-folding when emails
3844                 don't convert cleanly to UTF-8
3846 2006-10-14 [colin]      2.5.5cvs7
3848         * src/prefs_template.c
3849                 Reset fields when reopening
3850                 the window
3852 2006-10-13 [paul]       2.5.5cvs6
3854         * manual/advanced.xml
3855         * src/prefs_message.c
3856                 make 'respect_flowed_format' a hidden
3857                 option, and add a manual entry for it
3858                 Thanks to Colin
3860 2006-10-12 [colin]      2.5.5cvs5
3862         * src/codeconv.c
3863                 Revert part of 2.5.2cvs21:
3864                 Don't optimise by reusing the 
3865                 last iconv converter if possible:
3866                 it seems slightly broken in a 
3867                 very hard way to reproduce
3869 2006-10-12 [colin]      2.5.5cvs4
3871         * src/prefs_common.c
3872         * src/prefs_common.h
3873         * src/prefs_message.c
3874         * src/procmime.c
3875                 Fix bug 1035, 'Incorrect handling 
3876                 of flowed lines'. We now optionnaly
3877                 handle this format (preference is in
3878                 Message View/Text options section)
3880 2006-10-12 [colin]      2.5.5cvs3
3882         * po/POTFILES.in
3883                 Add new file
3884         * src/plugins/pgpcore/pgp_viewer.c
3885         * src/plugins/pgpcore/sgpgme.c
3886                 Don't try to import without asking
3888 2006-10-12 [colin]      2.5.5cvs2
3890         * src/compose.c
3891                 Fix bug 1036, 'Forwarding a mutlipart
3892                 mail with a "text/html" block to ms
3893                 outlook users leeds to freeze of
3894                 outlook'. Poor outlook users...
3896 2006-10-12 [paul]       2.5.5cvs1
3898         * NEWS
3899         * README
3900         * configure.ac
3901                 Update version number following
3902                 stable release
3904 2006-10-11 [paul]       2.5.4cvs1
3906         * NEWS
3907         * README
3908         * configure.ac
3909                 Update version number following
3910                 stable release
3912 2006-10-11 [paul]       2.5.3cvs32
3914         * src/textview.c
3915                 fix bug 1032, 'Segmentation fault when showing
3916                 message' (bug in quote folding)
3917                 Thanks to Colin
3919 2006-10-10 [colin]      2.5.3cvs31
3921         * src/quote_fmt.c
3922                 Rephrase english a bit
3924 2006-10-10 [colin]      2.5.3cvs30
3926         * src/prefs_compose_writing.c
3927                 Stop making the page larger than the window
3929 2006-10-10 [wwp]        2.5.3cvs29
3931         * src/compose.c
3932         * src/prefs_template.c
3933         * src/quote_fmt.c
3934         * src/quote_fmt.h
3935         * src/quote_fmt_lex.l
3936         * src/quote_fmt_parse.y
3937                 Extend the quote parser a bit: allow to get access to
3938                 basic (composing) account info.
3940 2006-10-10 [colin]      2.5.3cvs28
3942         * src/procheader.c
3943                 Fix this \t problem in subject
3945 2006-10-09 [colin]      2.5.3cvs27
3947         * src/main.c
3948         * src/prefs_gtk.c
3949                 Prepare cache a bit later
3950                 If section already exists, skip the new one 
3951                 (as previously); avoid writing the same block
3952                 twice - if we find a second block with the 
3953                 same id, skip it.
3954         * src/plugins/pgpcore/pgp_viewer.c
3955                 Set cursor to busy when retrieving a key
3956         * src/plugins/pgpcore/sgpgme.c
3957                 allow 5 seconds for gpg to export the key
3958                 
3960 2006-10-09 [colin]      2.5.3cvs26
3962         * configure.ac
3963         * src/msgcache.c
3964         * src/prefs_gtk.c
3965                 Check for existence of fgets_unlocked
3966                 and fwrite_unlocked
3968 2006-10-09 [paul]       2.5.3cvs25
3970         * src/prefs_summaries.c
3971                 replace strftime() with fast_strftime() and in
3972                 the consequence fix the bug in the display of
3973                 AM/PM in the 'Example' string
3975 2006-10-09 [ticho]      2.5.3cvs24
3977         * po/sk.po
3978                 Updated (and fixed up somewhat) Slovak translation.
3980 2006-10-08 [colin]      2.5.3cvs23
3982         * src/prefs_folder_item.c
3983                 Explain why prefs in the top-level folder
3984                 aren't retained, but are still useful
3986 2006-10-08 [colin]      2.5.3cvs22
3988         * src/prefs_gtk.c
3989                 Don't cache anything if caching fails
3991 2006-10-08 [colin]      2.5.3cvs21
3993         * src/common/utils.c
3994                 always include gi18n.h
3996 2006-10-07 [colin]      2.5.3cvs20
3998         * src/plugins/pgpcore/pgp_viewer.c
3999                 Kill gpg after 5 seconds wait
4001 2006-10-07 [colin]      2.5.3cvs19
4003         * src/plugins/pgpcore/pgp_viewer.c
4004         * src/plugins/pgpcore/pgp_viewer.h
4005                 Fix copyright
4007 2006-10-07 [colin]      2.5.3cvs18
4009         * src/plugins/pgpcore/pgp_viewer.c
4010         * src/plugins/pgpcore/pgp_viewer.h
4011                 Actually add the files to CVS
4013 2006-10-07 [colin]      2.5.3cvs17
4015         * src/plugins/pgpcore/sgpgme.c
4016                 Be sure not to crash on 'application/pgp-signature' that
4017                 are not application/pgp-signatures
4019 2006-10-07 [colin]      2.5.3cvs16
4021         * src/textview.c
4022         * src/textview.h
4023                 Make a bit more of the API available
4024         * src/plugins/pgpcore/Makefile.am
4025         * src/plugins/pgpcore/plugin.c
4026         * src/plugins/pgpcore/sgpgme.c
4027                 Add basic key import/export
4029 2006-10-07 [colin]      2.5.3cvs15
4031         * src/folderview.c
4032         * src/imap.c
4033         * src/prefs_account.c
4034         * src/wizard.c
4035                 Warn users *everywhere* if libetpan's not
4036                 linked in
4038 2006-10-06 [mones]      2.5.3cvs14
4040         * po/de.po
4041         * po/es.po
4042                 updated by Stephan Sachse and me
4044 2006-10-06 [colin]      2.5.3cvs13
4046         * src/main.c
4047         * src/common/sylpheed.c
4048                 Don't load common plugins if --exit is passed
4049         * src/prefs_gtk.c
4050         * src/prefs_gtk.h
4051                 Implement a cache to avoid reading the same
4052                 files over and over again at startup
4054 2006-10-06 [colin]      2.5.3cvs12
4056         * src/summaryview.c
4057         * src/gtk/quicksearch.c
4058                 Update display every 5k mails on fast searches
4060 2006-10-06 [colin]      2.5.3cvs11
4062         * src/textview.c
4063                 Don't do quote folding on HTML or ERTF.
4064                 May fix the Cygwin issues if they were
4065                 happening with HTML mails?
4067 2006-10-05 [colin]      2.5.3cvs10
4069         * src/prefs_gtk.c
4070                 Oops, forgot one
4072 2006-10-05 [colin]      2.5.3cvs9
4074         * src/prefs_gtk.c
4075                 Use unlocked_stdio here too
4077 2006-10-05 [colin]      2.5.3cvs8
4079         * src/folderview.c
4080                 Fix go to next * after preferences apply
4081         * src/msgcache.c
4082                 Do the fd lock/unlock ourselves instead of
4083                 letting the libc do it at each write 
4085 2006-10-05 [colin]      2.5.3cvs7
4087         * src/common/utils.c
4088                 Faster division, thanks to Jean Diraison
4090 2006-10-05 [paul]       2.5.3cvs6
4092         * src/common/utils.c
4093                 fix building with --disable-nls
4095 2006-10-04 [colin]      2.5.3cvs5
4097         * src/folder.c
4098                 Maybe fix a segfault
4100 2006-10-04 [wwp]        2.5.3cvs4
4102         * src/prefs_folder_item.c
4103                 Fine-tune layouts in folder item prefs. Suggested by
4104                 Fabien Vantard <fzzzzz@gmail.com>.
4106 2006-10-04 [wwp]        2.5.3cvs3
4108         * src/prefs_folder_item.c
4109                 Kill the clandestine passengers. You didn't see anything.
4111 2006-10-04 [wwp]        2.5.3cvs2
4113         * src/prefs_folder_item.c
4114                 Add a way to test the subject simplify regexp in
4115                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4116                 w/ few layout changes.
4118 2006-20-04 [paul]       2.5.3cvs1
4120         * NEWS
4121         * README
4122         * configure.ac
4123                 Update version number following
4124                 stable release
4126 2006-10-04 [colin]      2.5.2cvs42
4128         * src/folder.c
4129         * src/folder.h
4130         * src/summaryview.c
4131                 Provide a way for folder classes to set their sort
4132                 type and key
4134 2006-10-03 [colin]      2.5.2cvs41
4136         * src/mh.c
4137                 Don't use strlen() to know if the
4138                 string's empty
4140 2006-10-03 [colin]      2.5.2cvs40
4142         * src/mh.c
4143                 Fix "check for new folders" with accentued folders
4145 2006-10-03 [ticho]      2.5.2cvs39
4147         * src/filtering.c
4148         * src/folder.c
4149         * src/inc.c
4150         * src/mbox.c
4151                 Colin's fix for "copy" filtering rules.
4153 2006-10-02 [colin]      2.5.2cvs38
4155         * src/folderview.c
4156                 Fix for double-click too
4158 2006-10-02 [colin]      2.5.2cvs37
4160         * src/folderview.c
4161                 correct fix for cvs36
4163 2006-10-02 [colin]      2.5.2cvs36
4165         * src/folderview.c
4166                 Fix 'goto next unread' after collapsing/expanding 
4167                 a node.
4169 2006-10-02 [colin]      2.5.2cvs35
4171         * src/summaryview.c
4172                 Fix double freeze/thaw
4173         * src/common/utils.c
4174         * src/common/utils.h
4175                 Reimplement strftime
4176         * src/procheader.c
4177                 Use it
4180 2006-10-02 [colin]      2.5.2cvs34
4182         * src/mh.c
4183                 Time mh_write_sequences() - it's fast
4184         * src/summaryview.c
4185                 Init a variable to shut up gcc
4187 2006-10-01 [colin]      2.5.2cvs33
4189         * src/folder.c
4190         * src/mh.c
4191         * src/mh.h
4192         * src/msgcache.c
4193                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4194                 Add fsync but disable it, it's slow as hell
4196 2006-10-01 [colin]      2.5.2cvs32
4198         * src/mh.c
4199         * src/msgcache.c
4200                 fflush() caches and mh_sequences before
4201                 fclose()ing
4203 2006-10-01 [colin]      2.5.2cvs31
4205         * src/msgcache.c
4206                 Don't ftruncate when not using mmap
4208 2006-09-30 [colin]      2.5.2cvs30
4210         * src/main.c
4211                 Write folder list *after* saving caches
4213 2006-09-30 [colin]      2.5.2cvs29
4215         * src/folder.c
4216         * src/mh.c
4217                 Debug forced mtime changes
4219 2006-09-30 [colin]      2.5.2cvs28
4221         * src/folder.c
4222         * src/main.c
4223                 Remove useless debug_print()s (code
4224                 well-tested)
4226 2006-09-30 [colin]      2.5.2cvs27
4228         * src/mh.c
4229                 Do stuff faster when writing mh_sequences
4231 2006-09-30 [colin]      2.5.2cvs26
4233         * src/mh.c
4234                 Don't let the writing of .mh_sequences, which
4235                 can change the folder's mtime, let us think
4236                 we need to scan.
4238 2006-09-30 [colin]      2.5.2cvs25
4240         * src/folder.c
4241                 Move a debug_print where it belongs 
4242                 (processing)
4243         * src/summaryview.c
4244                 Don't mess with a huge slow subject
4245                 table if we're not threading by
4246                 subject
4248 2006-09-30 [colin]      2.5.2cvs24
4250         * src/msgcache.c
4251                 Reenable mmaped reads (*not* writes!)
4252         * src/procmsg.c
4253                 Don't destroy and recreate hashtables just
4254                 for fun
4255         * src/common/utils.c
4256                 Remove useless reply prefixes (it's case
4257                 unsensitive)
4259 2006-09-30 [wwp]        2.5.2cvs23
4261         * tools/fix_date.sh
4262                 Fixed a minor bug in date value extraction, added a switch
4263                 to replace non RFC-compliant Date: value, added a switch
4264                 to use strict RFC matching patterns for dates.
4266 2006-09-29 [colin]      2.5.2cvs22
4268         * src/matcher_parser.h
4269         * src/matcher_parser_parse.y
4270         * src/prefs_filtering.c
4271         * src/statusbar.c
4272         * src/summary_search.c
4273         * src/summaryview.c
4274         * src/gtk/quicksearch.c
4275         * src/gtk/quicksearch.h
4276                 Optimise searches by setting different
4277                 refresh intervals (depending if the 
4278                 search is fast or not)
4280 2006-09-29 [colin]      2.5.2cvs21
4282         * src/codeconv.c
4283                 Optimise by reusing the last iconv converter
4284                 if possible
4285         * src/textview.c
4286                 Optimise a bit (the foldable quotes feature
4287                 still has an awful O(n^2) algo
4289 2006-09-29 [colin]      2.5.2cvs20
4291         * src/gtk/gtksctree.c
4292         * src/gtk/gtksctree.h
4293                 Optimise de-selection via up/down or
4294                 another key
4296 2006-09-28 [colin]      2.5.2cvs19
4298         * src/action.c
4299         * src/compose.c
4300         * src/folderview.c
4301         * src/mainwindow.c
4302         * src/messageview.c
4303         * src/summary_search.c
4304         * src/toolbar.c
4305                 Avoid using summaryview->ctree directly
4307 2006-09-28 [colin]      2.5.2cvs18
4309         * src/summaryview.c
4310         * src/summaryview.h
4311                 Add helpers to freeze/thaw/grab_focus
4312                 Factorize calls to freeze/thaw/grab_focus
4313                 
4315 2006-09-28 [colin]      2.5.2cvs17
4317         * src/main.c
4318                 More guards for the session management
4320 2006-09-28 [colin]      2.5.2cvs16
4322         * src/folderview.c
4323         * src/gtk/gtksctree.c
4324         * src/gtk/gtksctree.h
4325                 Make expanding not recursive in folderview
4327 2006-09-28 [colin]      2.5.2cvs15
4329         * src/addressbook.c
4330                 If nothing is selected in the list (right part)
4331                 and a group is selected in the tree (left part),
4332                 mail this group.
4334 2006-09-28 [colin]      2.5.2cvs14
4336         * src/Makefile.am
4337                 Actually use SM_LIBS
4339 2006-09-28 [ticho]      2.5.2cvs13
4341         * src/export.c
4342         * src/messageview.c
4343         * src/mimeview.c
4344         * src/news.c
4345         * src/pop.c
4346         * src/prefs_themes.c
4347         * src/procmsg.c
4348                 Small i18n string optimization.
4349         * src/send_message.c
4350         * src/summaryview.c
4351         * src/common/session.c
4352         * src/common/smtp.c
4353         * src/common/ssl_certificate.c
4354         * src/common/utils.c
4355                 Use "Couldn't" instead of "Can't" in UI messages,
4356                 where appropriate.
4358 2006-09-28 [colin]      2.5.2cvs12
4360         * configure.ac
4361                 Possibly fix link errors
4363 2006-09-27 [wwp]        2.5.2cvs11
4365         * src/gtk/authors.h
4366         * doc/man/sylpheed-claws.1
4367         * manual/ack.xml
4368         * manual/es/ack.xml
4369         * manual/fr/ack.xml
4370         * manual/pl/ack.xml
4371                 Updated authors info (me, myself and I).
4373 2006-09-27 [colin]      2.5.2cvs10
4375         * src/addressbook.c
4376                 Remove useless printf
4378 2006-09-27 [wwp]        2.5.2cvs9
4380         * src/editgroup.c
4381         * src/send_message.c
4382         * src/inc.c
4383         * src/prefs_common.c
4384         * src/prefs_common.h
4385         * src/gtk/progressdialog.c
4386                 remember more windows' sizes (send dialog, received dialog,
4387                 edit group in addressbook).
4389 2006-09-27 [colin]      2.5.2cvs8
4391         * configure.ac
4392         * src/main.c
4393         * src/mainwindow.h
4394                 Use libSM to communicate with the session
4395                 manager, so that we can know when the 
4396                 session ends, save our caches, and draft
4397                 our compose windows.
4399 2006-09-27 [colin]      2.5.2cvs7
4401         * src/addressbook.c
4402                 Fix issues:
4403                 o Allow Book and Group creation from the tree's
4404                   contextual menu
4405                 o Do not actually delete the contacts when 
4406                   deleting groups from the tree (duh!)
4408 2006-09-27 [colin]      2.5.2cvs6
4410         * src/compose.c
4411         * src/compose.h
4412         * src/mainwindow.c
4413         * src/textview.c
4414         * src/toolbar.c
4415                 o Allow passing an email address to 
4416                   compose_new_with_folderitem
4417                 o Update callers
4418                 o Use current folderitem when clicking
4419                   on a TextView mailto: link
4420                 o Fix a possible leak in TextView
4422 2006-09-27 [colin]      2.5.2cvs5
4424         * src/html.c
4425                 Use UTF-8 chars to replace HTML entities
4427 2006-09-27 [colin]      2.5.2cvs4
4429         * AUTHORS
4430         * src/prefs_account.c
4431         * src/gtk/authors.h
4432                 Fix bug #1024 (Array index out of
4433                 range in sylpheed-claws-2.5.2)
4434                 Patch by Ales Nosek <anosek@suse.cz>
4436 2006-09-27 [colin]      2.5.2cvs3
4438         * src/addr_compl.c
4439                 Actually do the test
4441 2006-09-27 [colin]      2.5.2cvs2
4443         * src/addr_compl.c
4444         * src/addr_compl.h
4445                 Allow completing with comma (in certain cases: vCalendar
4446                 for example doesn't support that)
4447                 Patch by Fabien Vantard
4449 2006-09-26 [colin]      2.5.2cvs1
4451         * src/Makefile.am
4452         * src/addr_compl.c
4453         * src/addr_compl.h
4454         * src/addrbook.c
4455         * src/addrbook.h
4456         * src/addressbook.c
4457         * src/addrindex.c
4458         * src/addrindex.h
4459         * src/compose.c
4460         * src/prefs_common.c
4461         * src/prefs_filtering_action.c
4462         * src/prefs_folder_item.c
4463         * src/prefs_template.c
4464         * src/stock_pixmap.c
4465         * src/stock_pixmap.h
4466         * src/pixmaps/addr_one.xpm
4467         * src/pixmaps/addr_two.xpm
4468                 Add auto-completion on groups
4470 2006-09-26 [colin]      2.5.2
4472         * NEWS
4473         * README
4474         * RELEASE_NOTES
4475                 2.5.2 released
4477 2006-09-26 [colin]      2.5.1cvs5
4479         * src/matcher.c
4480                 Fix condition
4482 2006-09-26 [colin]      2.5.1cvs4
4484         * src/mbox.c
4485                 Revert cvs1 (useless as the message is printed 
4486                 every 500 mails)
4488 2006-09-26 [colin]      2.5.1cvs3
4490         * src/partial_download.c
4491                 Fix crasher found by Alexsandar Urosevic
4493 2006-09-26 [colin]      2.5.1cvs2
4495         * src/summaryview.c
4496                 Fix bug #1023 (Sylpheed deletes too much messages)
4498 2006-09-26 [ticho]      2.5.1cvs1
4500         * src/mbox.c
4501                 Make use of gettext's multiple plurals for statusbar
4502                 progress message.
4504 2006-09-25 [paul]       2.5.1
4506         * NEWS
4507         * README
4508         * RELEASE_NOTES
4509                 2.5.1 released
4511 2006-09-25 [colin]      2.5.0cvs3
4513         * src/plugins/bogofilter/bogofilter.c
4514         * src/plugins/clamav/clamav_plugin.c
4515         * src/plugins/spamassassin/spamassassin.c
4516                 BogoFilter, Spamassassin: Fix double hook registering after
4517                 visiting preferences
4518                 Spamassassin, Clamav: Just set the mails to move instead of
4519                 doing the move - caller will move the things at once.
4521 2006-09-25 [colin]      2.5.0cvs2
4523         * src/imap.c
4524         * src/etpan/imap-thread.c
4525                 Use UID SEARCH ALL instead of UID 1:*
4526                 (braindead servers can't figure out that's
4527                 the same...)
4529 2006-09-25 [wwp]        2.5.0cvs1
4531         * src/message_search.c
4532                 Added the ability to stop a running search (in message body).
4534 2006-09-25 [paul]       2.5.0
4536         * NEWS
4537         * README
4538         * RELEASE_NOTES
4539                 2.5.0 released
4541 2006-09-25 [paul]       2.4.0cvs214
4543         * po/cs.po
4544         * po/de.po
4545         * po/fi.po
4546         * po/fr.po
4547         * po/nl.po
4548         * po/pt_BR.po
4549         * po/sk.po
4550         * po/sr.po
4551         * po/zh_CN.po
4552                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4553                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4554                 Ticho, Aleksander Urosevic, Ralgh Young
4556 2006-09-24 [mones]      2.4.0cvs213
4558         * po/es.po
4559                 Updated for release
4561 2006-09-23 [colin]      2.4.0cvs212
4563         * src/gtk/inputdialog.c
4564                 Fix [ ] remember this appearing in normal
4565                 input dialogs after it's been used by
4566                 mimeview.
4567         * src/folder.c
4568         * src/folderview.c
4569         * src/msgcache.c
4570         * src/procmsg.c
4571         * src/summaryview.c
4572         * src/textview.c
4573         * src/common/timing.h
4574                 Enable timings in debug mode and make it
4575                 look prettier.
4577 2006-09-22 [colin]      2.4.0cvs211
4579         * README
4580                 Revert test change
4581         * commitHelper
4582                 ping the correct URI
4584 2006-09-22 [colin]      2.4.0cvs210
4586         * README
4587                 Let's see if bug #1022 is fixed
4589 2006-09-21 [colin]      2.4.0cvs209
4591         * src/wizard.c
4592         * src/common/plugin.c
4593                 Prepare infra to load predefined plugins when
4594                 no configuration existed. Don't actually load
4595                 anything yet (feat. freeze)
4597 2006-09-21 [wwp]        2.4.0cvs208
4599         * manual/fr/faq.xml
4600                 Partial sync w/ 2.4.0cvs72:
4601                 wrap file and minor updates.
4603 2006-09-21 [wwp]        2.4.0cvs207
4605         * tools/fix_date.sh
4606                 several fixes and enhancements. A new --force switch has been
4607                 added to prevent overriding by default Date: header when
4608                 already existing.
4610 2006-09-21 [paul]       2.4.0cvs206
4612         * src/common/utils.c
4613                 add Chinese UTF8 Re prefix
4615 2006-09-21 [wwp]        2.4.0cvs205
4617         * tools/Makefile.am
4618                 Fics alfabettical order.
4620 2006-09-21 [wwp]        2.4.0cvs204
4622         * tools/fix_date.sh
4623         * tools/Makefile.am
4624                 Added an action tool to fix missing Date field in emails.
4625                 Updated Makefile.am to reflect those last two additions.
4627 2006-09-21 [wwp]        2.4.0cvs203
4629         * tools/uuooffice
4630                 Added a action tool to open uuencoded docs w/
4631                 OpenOffice (based on uudec method).
4633 2006-09-21 [colin]      2.4.0cvs202
4635         * src/compose.c
4636         * src/textview.c
4637                 Workaround possible GTK crash: remove selection 
4638                 clipboard before destroying widget, or GTK+-2.10
4639                 dies. Thanks to Hiro.
4641 2006-09-20 [colin]      2.4.0cvs201
4643         * src/compose.c
4644                 Fix free-after-use in some cases (when 
4645                 procmime_encode_content() frees mimeinfo->data.mem
4646                 and turns it to a temp file)
4648 2006-09-20 [colin]      2.4.0cvs200
4650         * src/folderview.c
4651         * src/summaryview.c
4652         * src/gtk/gtksctree.c
4653         * src/gtk/gtksctree.h
4654                 Add tooltips in the folderview and summaryview
4655                 (Doesn't break string freeze as they already
4656                 exist)
4657         * src/toolbar.c
4658                 Put the spam button in the default configuration
4659                 if compiled with bogo plugin too
4661 2006-09-19 [colin]      2.4.0cvs199
4663         * src/summaryview.c
4664         * src/summaryview.h
4665                 Update folder name label on folder rename
4666         * src/prefs_matcher.c
4667         * src/gtk/logwindow.h
4668                 Fix warnings
4669                 Patches by Fabien
4671 2006-09-19 [wwp]        2.4.0cvs198
4673         * src/summary_search.c
4674                 fix can't click forward/backward buttons in the
4675                 search messages.
4677 2006-09-18 [paul]       2.4.0cvs197
4679         * src/wizard.c
4680                 add missing bracket, capitalise the A of
4681                 'SpamAssassin'
4683 2006-09-18 [paul]       2.4.0cvs196
4685         * src/compose.c
4686                 fix bug 1012 'crashed upon sending mail
4687                 from compose window'
4688                 Thanks to Colin
4690 2006-09-16 [colin]      2.4.0cvs195
4692         * src/folderview.c
4693                 Fix "real-time" sorting by freezing/thawing
4695 2006-09-16 [colin]      2.4.0cvs194
4697         * manual/faq.xml
4698                 Fix the anti-spam entry a bit
4700 2006-09-16 [colin]      2.4.0cvs193
4702         * src/wizard.c
4703                 Make sure reviewers have no excuse when stating
4704                 Sylpheed-Claws doesn't have antispam capabilities.
4706 2006-09-16 [colin]      2.4.0cvs192
4708         * src/main.c
4709                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4710                 as if the SIGPIPE comes from etpan's thread we could
4711                 trigger a GUI update from this thread.
4713 2006-09-16 [colin]      2.4.0cvs191
4715         * src/summaryview.c
4716                 Init all members of the struct
4718 2006-09-16 [paul]       2.4.0cvs190
4720         * src/account.c
4721                 improvements to the English
4723 2006-09-15 [colin]      2.4.0cvs189
4725         * src/summaryview.c
4726                 HIG order on dialog
4728 2006-09-14 [colin]      2.4.0cvs188
4730         * src/common/socket.c
4731         * src/common/socket.h
4732         * src/common/ssl.c
4733         * src/common/ssl_certificate.c
4734         * src/common/ssl_certificate.h
4735         * src/etpan/imap-thread.c
4736                 the get_fqdn() call done to get canonical name when
4737                 checking an SSL certificate is blocking, which is
4738                 sad as we just did a non-blocking lookup to connect.
4739                 Fix that by letting the fqdn available to the SockInfo,
4740                 and use that in ssl_certificate_check(). For IMAP,
4741                 we don't do it as the lookup's done by libetpan, but
4742                 it's less annoying as IMAP connections as much more
4743                 rare than POP3 connections.
4745 2006-09-14 [paul]       2.4.0cvs187
4747         * manual/advanced.xml
4748                 improvements to the English,
4749                 properly place the new hidden options
4750                 within the alphabetical order
4751         * src/gtk/pluginwindow.c
4752                 improvements to the English
4754 2006-09-14 [colin]      2.4.0cvs186
4756         * src/prefs_common.c
4757         * src/prefs_common.h
4758         * src/gtk/gtksctree.c
4759         * manual/advanced.xml
4760                 New hidden pref, stripes_color_offset, to change
4761                 the value added/substracted to normal bgcolor to
4762                 create the stripes in summaries
4764 2006-09-13 [colin]      2.4.0cvs185
4766         * src/gedit-print.c
4767         * src/messageview.c
4768         * src/messageview.h
4769         * src/summaryview.c
4770         * src/textview.c
4771                 Fix misc. printing issues: 
4772                 - Bad font for linkified headers
4773                 - Different font if the mail was displayed or not
4774                 - Factorize the thing
4776 2006-09-13 [colin]      2.4.0cvs184
4778         * src/common/ssl_certificate.c
4779                 Only get FQDN once when checking certificate
4781 2006-09-13 [colin]      2.4.0cvs183
4783         * src/account.c
4784         * src/gtk/pluginwindow.c
4785                 Misc. GUI fixes by Fabien
4787 2006-09-13 [wwp]        2.4.0cvs182
4789         * configure.ac
4790         * src/common/utils.h
4791         * src/common/utils.c
4792                 get rid of unused wide-char functions.
4794 2006-09-13 [wwp]        2.4.0cvs181
4796         * src/plugins/pgpinline/sylpheed.def
4797         * src/textview.c
4798                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4799                 add privacy_reset_error to the .def file,
4800                 do not fork for an external textviewer.
4802 2006-09-13 [wwp]        2.4.0cvs180
4804         * src/prefs_common.c
4805                 fix broken font entry in prefs (patch issued by the gpg4win team,
4806                 probably by Marcus Brinkmann <marcus@g10code.de>).
4808 2006-09-13 [colin]      2.4.0cvs179
4810         * src/folder.h
4811                 Fix a warning in summaryview.c
4812         * src/mainwindow.c
4813         * src/summaryview.c
4814         * src/summaryview.h
4815                 Add missing Mark/* elements in the
4816                 main menu
4818 2006-09-12 [colin]      2.4.0cvs178
4820         * src/prefs_actions.c
4821         * src/prefs_filtering_action.c
4822         * src/prefs_matcher.c
4823                 Use (New) instead of New everywhere
4825 2006-09-12 [wwp]        2.4.0cvs177
4827         * manual/fr/addrbook.xml
4828         * manual/fr/handling.xml
4829                 updated some quotes in the fr manual to match the fr translation.
4831 2006-09-12 [wwp]        2.4.0cvs176
4833         * src/prefs_matcher.c
4834                 don't store translated string elements in matcher expressions.
4835                 Also fixed a misused of Q_().
4837 2006-09-11 [wwp]        2.4.0cvs175
4839         * src/plugins//bogofilter/bogofilter.c
4840         * src/plugins//clamav/clamav_plugin.c
4841         * src/plugins//demo/demo.c
4842         * src/plugins//dillo_viewer/dillo_viewer.c
4843         * src/plugins//pgpcore/plugin.c
4844         * src/plugins//pgpinline/plugin.c
4845         * src/plugins//pgpmime/plugin.c
4846         * src/plugins//spamassassin/spamassassin.c
4847                 gettext-ize more strings (mostly plugin error messages).
4849 2006-09-11 [colin]      2.4.0cvs174
4851         * src/alertpanel.c
4852                 Make maximum buffer size bigger to avoid
4853                 truncating translated messages. Patch by
4854                 Fabien
4856 2006-09-11 [colin]      2.4.0cvs173
4858         * src/etpan/imap-thread.c
4859                 Fix compilation on OpenBSD, thanks to 
4860                 Landry
4862 2006-09-10 [wwp]        2.4.0cvs172
4864         * manual/account.xml
4865         * manual/addrbook.xml
4866         * manual/handling.xml
4867         * manual/es/handling.xml
4868         * manual/fr/account.xml
4869         * manual/fr/addrbook.xml
4870         * manual/fr/handling.xml
4871                 documented addressbook matching (condition configuration):
4872                   addrbook.xml, en fr
4873                 documented per-account filtering rules (handling/filtering
4874                   section, account section):
4875                   account.xml, handling.xml, en fr
4876                 slightly updated the handling/searching section to tell few
4877                   words about the extended search ability:
4878                   handling.xml, en fr
4879                 added missing <quote></quotes> to Quick Search:
4880                   handling.xml, en fr es
4881                 fixed a typo (auomatically):
4882                   handling.xml, en
4883                 changes revisited by Paul.
4885 2006-09-10 [paul]       2.4.0cvs171
4887         * src/prefs_actions.c
4888         * src/prefs_filtering.c
4889         * src/prefs_template.c
4890                 adjustments to the gui
4891                 Patch by Fabien Vantard (slightly modified)
4893 2006-09-10 [colin]      2.4.0cvs170
4895         * src/summaryview.c
4896                 Check folderitem/summaryview consistency
4897                 (basically automates Update summary). Fixes
4898                 #1011 (wrong (negative) count on unread 
4899                 messages)
4901 2006-09-10 [colin]      2.4.0cvs169
4903         * src/gtk/gtksctree.c
4904                 Fix recursive expansion via mouse
4905         * src/plugins/bogofilter/bogofilter.c
4906                 Use normal filtering way of moving
4907                 messages (batching), possibly fixing
4908                 bug #1015 (Bogofilter plugin doubles 
4909                 new messages)
4911 2006-09-09 [wwp]        2.4.0cvs168
4913         * src/prefs_filtering.c
4914                 better place for this fix.
4916 2006-09-09 [wwp]        2.4.0cvs167
4918         * src/prefs_filtering.c
4919                 fix a minor bug when the enabled status of a filtering/processing
4920                 rule always got set to TRUE when replacing this rule. That still
4921                 make sense when adding a new rule, but now when replacing, we
4922                 don't override the value of 'enabled'.
4923                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4924                 to prefs_filtering_list_view_get_info() as this function not only
4925                 returns the name, but also the account_id and the enabled status.
4927 2006-09-09 [mones]      2.4.0cvs166
4929         * manual/glossary.xml
4930         * manual/plugins.xml
4931                 Minor format corrections
4932         * manual/gpl.xml
4933                 Fix misplaced NO WARRANTY section
4934         * manual/es/advanced.xml
4935         * manual/es/faq.xml
4936         * manual/es/glossary.xml
4937         * manual/es/gpl.xml
4938         * manual/es/handling.xml
4939         * manual/es/plugins.xml
4940         * manual/es/starting.xml
4941                 Incorporate changes from English version
4942         * manual/fr/ack.xml
4943         * manual/pl/ack.xml
4944         * manual/es/ack.xml
4945                 Fix address, (add translation credits in es version)
4946         * po/es.po
4947                 Updated translation
4949 2006-09-09 [wwp]        2.4.0cvs165
4951         * src/prefs_filtering.c
4952                 fix a crash when opening filtering prefs, if matcherrc file contains
4953                 broken data (non-existing account id, which is theoretically not
4954                 possible).
4956 2006-09-08 [colin]      2.4.0cvs164
4958         * src/folder.c
4959                 Wrong assert, make it an if()
4960         * src/gtk/gtksctree.c
4961                 Fix bug #1013 (expand selected thread 
4962                 tree) - expanding is now recursive
4964 2006-09-07 [wwp]        2.4.0cvs163
4966         * src/prefs_matcher.c
4967                 make better sentences about addressbook matching in the
4968                 matcher prefs. This should make translators' work easier
4969                 too.
4971 2006-09-07 [wwp]        2.4.0cvs162
4973         * src/prefs_filtering.c
4974                 code simplification (get rid of dup var. assignment).
4976 2006-09-07 [wwp]        2.4.0cvs161
4978         * src/summaryview.c
4979                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4980                 <fzzzzz@gmail.com>.
4982 2006-09-07 [paul]       2.4.0cvs160
4984         * src/mimeview.c
4985                 fix compilation warnings
4986                 Thanks to Colin
4988 2006-09-07 [paul]       2.4.0cvs159
4990         * src/mimeview.c
4991                 select the mimepart icon when
4992                 displaying as text
4993                 Thanks to Colin
4995 2006-09-06 [paul]       2.4.0cvs158
4997         * src/prefs_filtering.c
4998                 fix labels and table element spacing
4999                 Patch by Fabien Vantard
5001 2006-09-06 [paul]
5003         2.5.0-rc3 released
5005 2006-09-06 [paul]       2.4.0cvs157
5007         * manual/es/advanced.xml
5008                 fix typo
5010 2006-09-06 [wwp]        2.4.0cvs156
5012         * src/mainwindow.c
5013                 fix an dup launch issue when iconified, thanks to Colin.
5015 2006-09-06 [wwp]        2.4.0cvs155
5017         * src/gtk//gtksctree.h
5018                 oops, forgot that one!
5020 2006-09-06 [wwp]        2.4.0cvs154
5022         * manual/pl/advanced.xml
5023         * manual/advanced.xml
5024         * manual/es/advanced.xml
5025         * manual/fr/advanced.xml
5026         * src/prefs_customheader.c
5027         * src/prefs_filtering_action.c
5028         * src/foldersel.c
5029         * src/prefs_summaries.c
5030         * src/prefs_filtering.c
5031         * src/account.c
5032         * src/compose.c
5033         * src/prefs_summary_column.c
5034         * src/addr_compl.c
5035         * src/prefs_actions.c
5036         * src/prefs_folder_column.c
5037         * src/ssl_manager.c
5038         * src/prefs_template.c
5039         * src/prefs_display_header.c
5040         * src/prefs_common.h
5041         * src/prefs_matcher.c
5042         * src/prefs_common.c
5043         * src/prefs_toolbar.c
5044         * src/summaryview.c
5045         * src/folderview.c
5046         * src/gtk/gtksctree.c
5047         * src/gtk/pluginwindow.c
5048         * src/gtk/progressdialog.c
5049         * src/gtk/prefswindow.c
5050                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5051                 to make its meaning more obvious (all versions of the manual reflect
5052                 the change).
5053                 added an extra hidden option use_stripes_in_summary to allow
5054                 discarding these stripes in mainwindow's folder and message lists;
5055                 en and fr manuals only are OK towards this.
5057 2006-09-06 [colin]      2.4.0cvs153
5059         * src/textview.c
5060                 Hide Sylpheed-Claws' internal queue headers
5061                 when showing all headers. They'll be present
5062                 only in Source window.
5064 2006-09-05 [colin]      2.4.0cvs152
5066         * src/plugins/trayicon/trayicon.c
5067                 Fix crash at exit - we have to disconnect
5068                 our handlers
5069         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5070                 Update eggtrayicon - patch adapted from a
5071                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5072                 on Sylpheed's ML
5074 2006-09-05 [colin]      2.4.0cvs151
5076         * src/mainwindow.c
5077         * src/gtk/logwindow.c
5078                 Fix race condition when something writes
5079                 to the log too soon during init. Thanks
5080                 to Fabien Vantard
5082 2006-09-05 [colin]      2.4.0cvs150
5084         * src/mimeview.c
5085                 Don't select part on right-click either
5087 2006-09-05 [paul]       2.4.0cvs149
5089         * src/mimeview.c
5090                 completion of previous commit
5091                 Thanks to Colin
5093 2006-09-05 [colin]      2.4.0cvs148
5095         * src/mimeview.c
5096                 Don't force selection on middle-click, just open
5098 2006-09-04 [colin]      2.4.0cvs147
5100         * src/mimeview.c
5101                 Looks like gtk_notebook_set_current_page()
5102                 sometimes steals focus, and this annoys us
5103                 in MimeViewers as it renders navigation
5104                 keys useless. Take back focus after switching
5105                 pages.
5107 2006-09-04 [colin]      2.4.0cvs146
5109         * src/messageview.c
5110                 Set stop_loading when clicking on Next
5111                 during load. Don't add a callback to 
5112                 avoid over-complicating things.
5114 2006-09-04 [colin]      2.4.0cvs145
5116         * src/mimeview.c
5117         * src/messageview.c
5118                 Fix multiple loads in separate messageview
5120 2006-09-04 [colin]      2.4.0cvs144
5122         * src/summaryview.c
5123                 Let navigation keys be handled during 
5124                 load
5126 2006-09-04 [colin]      2.4.0cvs143
5128         * src/messageview.c
5129         * src/summaryview.c
5130         * src/textview.c
5131         * src/textview.h
5132                 Make loading of huge mails (lots of text and/or
5133                 images) cancellable, so the GUI doesn't block 
5135 2006-09-04 [colin]      2.4.0cvs142
5137         * src/plugins/trayicon/trayicon.c
5138                 Fix annoyance when removing a folder with 
5139                 unread mails: trayicon didn't update
5141 2006-09-04 [paul]       2.4.0cvs141
5143         * src/gtk/icon_legend.c
5144                 straighten up columns
5145                 Patch by Fabien Vantard
5147 2006-09-04 [wwp]        2.4.0cvs140
5149         * src/prefs_filtering.c
5150                 fix new line's account name in filtering prefs:
5151                 was "All", is now "(New)".
5153 2006-09-04 [paul]       2.4.0cvs139
5155         * tools/make.themes.project
5156                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5157                 instead of homebrewed "make release"
5159 2006-09-03 [colin]      2.4.0cvs138
5161         * src/folderview.c
5162                 Fix bug #1007 (Wrong folder highlighted)
5164 2006-09-03 [colin]      2.4.0cvs137
5166         * src/compose.c
5167                 Don't set Newsgroup: header to a mail folder
5168                 path
5170 2006-09-03 [paul]       2.4.0cvs136
5172         * src/prefs_other.c
5173         * src/prefs_spelling.c
5174                 unify the gui
5176 2006-09-03 [paul]       2.4.0cvs135
5178         * src/prefs_summaries.c
5179                 correct menu item text in prefs_keybind_apply_clicked()
5181 2006-09-03 [paul]       2.4.0cvs134
5183         * manual/advanced.xml
5184                 some improvements to the descriptions
5185         * src/mainwindow.c
5186         * src/messageview.c
5187         * src/summaryview.c
5188         * src/gtk/menu.c
5189                 fix menu sensitivity issues
5190         * src/prefs_message.c
5191                 drop the useless word 'short'
5192         * src/prefs_other.c
5193                 add the word 'lines' indicating log length
5194                 is a measure of lines
5195         * src/textview.c
5196                 fix compilation warnings
5198 2006-09-02 [colin]      2.4.0cvs133
5200         * src/messageview.c
5201                 Display a special return-receipt message
5202                 if the message is from the user
5203         * src/summaryview.c
5204                 Fix missing freeze of the list when marking
5205                 all read and unthreading for exec. Thanks
5206                 to Stephan Sachse.
5208 2006-09-02 [paul]       2.4.0cvs132
5210         * src/mainwindow.c
5211         * src/prefs_message.c
5212         * src/summaryview.c
5213                 fix some english
5215 2006-09-02 [wwp]        2.4.0cvs131
5217         * src/prefs_filtering.c
5218                 added an account name column to the filtering rules
5219                 dialog.
5221 2006-09-02 [colin]      2.4.0cvs130
5223         * src/gtk/logwindow.c
5224         * src/gtk/logwindow.h
5225                 Block scrolling if we're not at the end
5226                 of the log
5228 2006-09-02 [colin]      2.4.0cvs129
5230         * src/folder.c
5231                 Make sure account-specific rules can't
5232                 be used in {pre-,post-,}processing
5233         * src/mainwindow.c
5234         * src/gtk/logwindow.c
5235         * src/gtk/logwindow.h
5236                 Jump to last error when clicking on the
5237                 warning icon
5239 2006-09-02 [colin]      2.4.0cvs128
5241         * src/imap.c
5242         * src/import.c
5243         * src/mainwindow.c
5244         * src/mainwindow.h
5245                 Fix warning icon
5246         * src/inc.c
5247         * src/mbox.c
5248         * src/mbox.h
5249                 Let proc_mbox know its account, for
5250                 account-specific rules
5252 2006-09-01 [colin]      2.4.0cvs127
5254         * src/codeconv.c
5255                 Don't uselessly use iconv to convert from
5256                 us-ascii
5257         * src/alertpanel.c
5258         * src/mainwindow.c
5259         * src/mainwindow.h
5260         * src/inc.c
5261                 Fix certain log cases, disable warning icon
5262                 for now, the correct way to display it when
5263                 necessary and only when necessary is probably
5264                 to do it manually rather than use error logs
5265         * src/etpan/imap-thread.c
5266                 Clean up UID logging a bit
5267         * src/gtk/logwindow.c
5268         * src/gtk/logwindow.h
5269                 Make logging faster when the window's closed
5271 2006-09-01 [wwp]        2.4.0cvs126
5273         * manual/fr/account.xml
5274                 reflect changes to the ref. manual (parts of cvs72):
5275                 fix tabnames and quotes.
5277 2006-09-01 [wwp]        2.4.0cvs125
5279         * manual/fr/plugins.xml
5280                 reflect changes to the reference manual (cvs42):
5281                 update IRC channel info.
5283 2006-09-01 [wwp]        2.4.0cvs124
5285         * commitHelper
5286                 use CVSEDITOR env. var. if set, according to `man cvs`.
5288 2006-09-01 [wwp]        2.4.0cvs123
5290         * manual/advanced.xml
5291                 better sentence again (thanks to Paul).
5293 2006-09-01 [wwp]        2.4.0cvs122
5295         * manual/advanced.xml
5296         fix definition of toolbar_detachable and rework a bit the one of
5297         enable_dotted_lines.
5299 2006-09-01 [mones]      2.4.0cvs121
5301         * manual/advanced.xml
5302                 Document enable_dotted_lines
5304 2006-09-01 [paul]       2.4.0cvs120
5306         * src/folderview.c
5307         * src/folderview.h
5308         * src/imap.c
5309         * src/mainwindow.c
5310         * src/summaryview.c
5311                 obey the 'When entering folder...' option
5312                 when using the /View/Go to/... menu items
5313                 Thanks to Colin
5315 2006-08-31 [colin]      2.4.0cvs119
5317         * src/folderview.c
5318                 Revert 2.4.0cvs116, wrong fix.
5320 2006-08-31 [colin]      2.4.0cvs118
5322         * src/gtk/gtksctree.c
5323                 Better state the various copyrights
5325 2006-08-31 [colin]      2.4.0cvs117
5327         * src/prefs_common.c
5328                 fix enable_dotted_lines
5330 2006-08-31 [colin]      2.4.0cvs116
5332         * src/folderview.c
5333                 Use pref "Always open on select" when going
5334                 to next unread folder
5335         * src/gtk/gtksctree.c
5336                 Fix link failure to _gtk_clist_create_cell_layout
5337                 on certain computers. (Why not mine, I wonder)
5339 2006-08-31 [colin]      2.4.0cvs115
5341         * src/procmsg.c
5342         * src/textview.c
5343         * src/plugins/bogofilter/bogofilter.c
5344         * src/plugins/spamassassin/spamassassin.c
5345                 Requalify some "errors" to warnings
5346         * src/mainwindow.c
5347         * src/mainwindow.h
5348         * src/statusbar.c
5349                 Add an icon in the statusbar to notify
5350                 of errors
5351         * src/gtk/gtksctree.c
5352         * src/folderview.c
5353         * src/summaryview.c
5354                 Make the GtkSCTree look more modern by
5355                 alternating background lines
5356         * src/prefs_common.c
5357         * src/prefs_common.h
5358                 Add a pref to let people have the old
5359                 way if they prefer
5362 2006-08-30 [colin]      2.4.0cvs114
5364         * src/procmsg.c
5365         * src/procmsg.h
5366                 Provide a way to filter a list of
5367                 messages in an optimised manner, and
5368                 add a list-filtering hook
5369         * src/folder.c
5370         * src/inc.c
5371         * src/mbox.c
5372                 Use the list filtering
5373         * src/plugins/bogofilter/bogofilter.c
5374                 Use the list-filtering hook
5375                 Use -b (bulk) mode for more speed
5376                 when learning and filtering
5377         * src/etpan/imap-thread.c
5378                 Make log output shorter in UID SEARCH
5381 2006-08-30 [colin]      2.4.0cvs113
5383         * src/plugins/bogofilter/bogofilter.c
5384                 Really fast mass learning - thanks to David
5385                 Relson for the options explanations :)
5387 2006-08-30 [colin]      2.4.0cvs112
5389         * src/msgcache.c
5390                 Fix compilation on FreeBSD. Thanks
5391                 to Michael Hugues
5393 2006-08-29 [colin]      2.4.0cvs111
5395         * src/folderview.c
5396                 Handle "popup_menu" signal (for popping the 
5397                 menu via the keyboard)
5398         * src/mimeview.c
5399         * src/mimeview.h
5400         * src/summaryview.c
5401         * src/textview.c
5402         * src/gtk/gtkutils.c
5403         * src/gtk/gtkutils.h
5404                 Factorize scrolling code, and add an API 
5405                 for MimeViewers to handle scroll orders
5407 2006-08-29 [wwp]        2.4.0cvs110
5409         * src/plugins//bogofilter/bogofilter.c
5410         * src/plugins//spamassassin/spamassassin.c
5411                 make the bogofilter/spamassassin filtering error dialogs at
5412         incorporation obey to the "don't popup error dialog on
5413         receive error" option. If disabled, feed the log window w/
5414         the error message.
5416 2006-08-29 [paul]
5418         2.5.0-rc2 released
5420 2006-08-29 [paul]       2.4.0cvs109
5422         * Makefile.am
5423                 remove 'make release', it's not needed
5424                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5426 2006-08-29 [paul]       2.4.0cvs108
5428         * src/foldersel.c
5429         * src/summary_search.c
5430         * src/gtk/progressdialog.c
5431         * src/plugins/pgpcore/passphrase.c
5432                 replace deprecated gtk_window_set_policy()
5434 2006-08-29 [colin]      2.4.0cvs107
5436         * src/folder.c
5437                 Fix data loss when copy fails during a move:
5438                 only use fast remove_msgs if everything was
5439                 copied OK; else use slow remove_msg on the
5440                 mails that got copied only.
5442 2006-08-28 [paul]       2.4.0cvs106
5444         * src/mh.c
5445                 revert change in 2.4.0cvs104, it breaks
5446                 stuff
5448 2006-08-28 [paul]       2.4.0cvs105
5450         * src/plugins/spamassassin/spamassassin.c
5451                 english fix
5453 2006-08-28 [paul]       2.4.0cvs104
5455         * src/mh.c
5456                 fix data loss when moving to another
5457                 mailbox fails
5458         * src/prefs_spelling.c
5459                 improve the english
5460         * src/gtk/pluginwindow.c
5461                 improve the layout of the dialog text
5462         All thanks to Colin
5464 2006-08-28 [paul]       2.4.0cvs103
5466         * src/plugins/bogofilter/bogofilter.c
5467         * src/plugins/bogofilter/bogofilter_gtk.c
5468                 fix english up a bit, innit
5470 2006-08-28 [paul]       2.4.0cvs102
5472         * configure.ac
5473         * po/Makefile.in.in
5474         * po/Makevars
5475                 require autoconf 2.60, enabling building
5476                 with gettext 0.15 (gettext 0.14.x build still
5477                 possible). Replace Makefiles with versions
5478                 from gettext 0.15.
5479                 Remove configure options --with-localedir and
5480                 --with-mandir. The options that are provided
5481                 directly by autoconf 2.60 can be used instead:
5482                 --mandir --localedir
5484 2006-08-27 [colin]      2.4.0cvs101
5486         * src/plugins/bogofilter/Makefile.am
5487                 Fix make dist (no README)
5489 2006-08-27 [colin]      2.4.0cvs100
5491         * src/folder.c
5492                 Don't use F_UNKNOWN folders for any default
5493                 outbox/trash/etc
5494         * src/plugins/bogofilter/bogofilter.c
5495         * src/plugins/bogofilter/bogofilter.h
5496         * src/plugins/bogofilter/bogofilter_gtk.c
5497                 Add an option to specify the path to bogofilter
5498                 Use single-quotes to be able to learn in folders
5499                 with spaces in their names
5500                 Verify learning status
5502 2006-08-27 [colin]      2.4.0cvs99
5504         * manual/faq.xml
5505         * manual/plugins.xml
5506                 Document Bogofilter plugin
5508 2006-08-27 [colin]      2.4.0cvs98
5510         * src/compose.c
5511         * src/messageview.c
5512         * src/procmsg.c
5513         * src/procmsg.h
5514                 When possible, copy the queued mail to sent folder
5515                 instead of re-adding. Much faster on IMAP.
5517 2006-08-27 [colin]      2.4.0cvs97
5519         * src/msgcache.c
5520                 Disable mmaped caches - huge metadata loss
5521                 here after a power failure.
5522         * src/summaryview.c
5523                 Add quicksearch timing
5524         * src/common/plugin.c
5525         * src/common/plugin.h
5526                 Implement an interface to tell what plugins
5527                 provide. Prevent loading of similar plugins.
5528         * src/plugins/clamav/clamav_plugin.c
5529         * src/plugins/demo/demo.c
5530         * src/plugins/dillo_viewer/dillo_viewer.c
5531         * src/plugins/pgpcore/plugin.c
5532         * src/plugins/pgpinline/pgpinline.c
5533         * src/plugins/pgpmime/pgpmime.c
5534         * src/plugins/spamassassin/spamassassin.c
5535         * src/plugins/trayicon/trayicon.c
5536                 Implement plugin_provides()
5538 2006-08-27 [colin]      2.4.0cvs96
5540         * configure.ac
5541         * src/plugins/Makefile.am
5542         * src/plugins/bogofilter/.cvsignore
5543         * src/plugins/bogofilter/Makefile.am
5544         * src/plugins/bogofilter/bogofilter.c
5545         * src/plugins/bogofilter/bogofilter.h
5546         * src/plugins/bogofilter/bogofilter_gtk.c
5547                 New Bogofilter plugin, provides filtering and
5548                 learning. Spamassassin will go to extra plugins.
5550 2006-08-26 [mones]      2.4.0cvs95
5552         * manual/handling.xml
5553                 Fix subfolder path in the example (thanks to Paul) 
5555 2006-08-26 [mones]      2.4.0cvs94
5557         * manual/glossary.xml
5558                 2.2. + add ISP to the glossary
5559                 7.5. + Add UIDL to glossary
5560                 7.7. + Add TCP to glossary
5561         * manual/handling.xml
5562                 7.1. + Mentions GNU/Linux distribution, what about the non...
5563                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5564                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5565                 7.4. = Use appropriate quotation for commands
5566                 7.6. = change "" to <quote></quote>
5567         * manual/plugins.xml
5568                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5569         * manual/starting.xml
5570                 2.1. + local mbox file: some examples of mbox file locations...
5571                 Also reformatted files requiring it
5573 2006-08-26 [wwp]        2.4.0cvs93
5575         * src/summary_search.c
5576                 disable find buttons while summary search is running.
5578 2006-08-25 [colin]      2.4.0cvs92
5580         * src/folder.c
5581         * src/folderutils.c
5582         * src/mh.c
5583         * src/procmsg.h
5584         * src/summaryview.c
5585                 Speed up MH moving, and add progressbar
5586                 for MH deletion
5587         * src/msgcache.c
5588                 Write cache files using mmap() too
5590 2006-08-25 [wwp]        2.4.0cvs91
5592         * src/summaryview.c
5593                 switch spam<->ham button when a message has been marked as spam or ham
5594                 and is still selected. Thanks to Colin.
5596 2006-08-25 [paul]       2.4.0cvs90
5598         * src/Makefile.am
5599         * src/stock_pixmap.c
5600         * src/stock_pixmap.h
5601         * src/summaryview.c
5602         * src/gtk/icon_legend.c
5603         * src/pixmaps/copied.xpm
5604         * src/pixmaps/moved.xpm
5605                 add icons for delayed execution marked for
5606                 copying, marked for moving
5608 2006-08-25 [mones]      2.4.0cvs89
5610         * manual/glossary.xml
5611                 Fix the other glossary items:
5612                 5.1. = Inmmediate execution -> <quote>immediate execution...
5613                 5.2. = Fix MBOX capitalization -> Mbox
5614                 5.3. + Improve Plugins def. w/ tech. ref.
5615                 5.4. = Quotation -> replace '>' by <quote>></quote>
5616                 5.5. - SMTP Server. -> remove dot
5617         * po/es.po
5618                 Updated translation
5620 2006-08-25 [mones]      2.4.0cvs88
5622         * manual/ack.xml
5623                 Reformatted, changed email address
5624         * manual/glossary.xml
5625                 Reformatted, fixed MANUAL-TODO items:
5626                 8.2. + add ROT-13 to glossary
5627                 8.4. + add URL to glossary
5628         * manual/es/advanced.xml
5629                 Fixed <literal>s
5631 2006-08-25 [paul]       2.4.0cvs87
5633         * src/gtk/icon_legend.c
5634                 add 'marked for deletion' icon
5635                 arrange icons by containing column
5636                 wrap long label text
5638 2006-08-25 [colin]      2.4.0cvs86
5640         * src/common/utils.c
5641         * src/common/utils.h
5642                 Add the sc_g_*list_bigger functions in
5643                 a place everyone can use it
5644         * src/summaryview.c
5645                 Only freeze/thaw the list when working
5646                 on the selection, if it's bigger than 1
5647         * src/gtk/gtksctree.c
5648                 Only freeze/thaw the list when unselec-
5649                 ting 'all' if ('all' != 1)
5650                 This avoids some flickering
5652 2006-08-24 [colin]      2.4.0cvs85
5654         * src/addressbook.c
5655                 Fix strange list selection
5656                 Fix random seg (Invalid read of freed memory)
5658 2006-08-24 [colin]      2.4.0cvs84
5660         * src/alertpanel.c
5661         * src/gtk/inputdialog.c
5662         * src/plugins/pgpcore/passphrase.c
5663                 Revert minimal width patch of 2.4.0cvs67,
5664                 as it is also a maximal width. Use 
5665                 gtk_window_set_default_size instead.
5667 2006-08-24 [colin]      2.4.0cvs83
5669         * src/msgcache.c
5670                 Write cache/mark to temp files before
5671                 overwriting old ones (avoids metadata
5672                 loss if writing the new files fail).
5673                 Use mmap() to read cache/mark file, as
5674                 this makes cache reading faster. Dis-
5675                 abled for big-endian machines until it
5676                 can be tested. (Big-endian users: set
5677                 msgcache_use_mmap = TRUE in the relevant
5678                 #if).
5679         * src/procmsg.h
5680                 Move rarely used fields of MsgInfo in 
5681                 another structure, which will only be
5682                 allocated if needed. Face, X-Face,
5683                 Return receipt headers and List-*
5684                 headers are moved. Mails having none
5685                 of these occupy 52 bytes less with
5686                 this patch, which makes 2.5MB of RAM
5687                 saved on a 50k folder).
5688         * src/headerview.c
5689         * src/mainwindow.c
5690         * src/messageview.c
5691         * src/partial_download.c
5692         * src/procheader.c
5693         * src/procmsg.c
5694         * src/textview.c
5695                 Follow this structure change.
5697 2006-08-24 [wwp]        2.4.0cvs82
5699         * manual/es/.cvsignore
5700         * manual/es/dist/.cvsignore
5701         * manual/es/dist/html/.cvsignore
5702         * manual/es/dist/pdf/.cvsignore
5703         * manual/es/dist/ps/.cvsignore
5704         * manual/es/dist/txt/.cvsignore
5705                 more (generated) files to ignore.
5707 2006-08-24 [colin]      2.4.0cvs81
5709         * src/folder.c
5710         * src/mh.c
5711                 Fix possible problems with local delivery. Check the folder doesn't
5712                 need scan before setting its mtime when saving cache (which can be
5713                 done long after the folder's been modified by an external process);
5714                 Check that the stored item's mtime didn't change in mh functions.
5716 2006-08-24 [mones]      2.4.0cvs80
5718         * manual/advanced.xml
5719                 Rewrapping, some fixes and MANUAL-TODO items:
5720                 8.1. = change "" to <quote></quote>
5721                 8.3. = quote menu items
5722                 8.5. - deploying -> new user ... ideally a new user (redundant)
5724 2006-08-23 [colin]      2.4.0cvs79
5726         * src/gtk/gtksctree.c
5727                 When selecting or deselecting range, only
5728                 freeze/thaw when selection is bigger than 10
5730 2006-08-23 [colin]      2.4.0cvs78
5732         * src/messageview.c
5733         * src/mimeview.c
5734         * src/mimeview.h
5735         * src/plugins/dillo_viewer/dillo_viewer.c
5736                 Provide an API for MimeViewer plugins to
5737                 return a text selection for replying
5739 2006-08-23 [colin]      2.4.0cvs77
5741         * src/image_viewer.c
5742         * src/textview.c
5743                 Use gtk_pixbuf_new_from_file_at_scale(), which
5744                 is faster than getting the pixbuf then resizing
5745                 it.
5747 2006-08-23 [colin]      2.4.0cvs76
5749         * src/procmime.c
5750                 UTF-8 should be sent Quoted-printable
5752 2006-08-22 [colin]      2.4.0cvs75
5754         * src/mh.c
5755                 Check if scan is required before touching
5756                 the folder (or it'll be required every time)
5758 2006-08-22 [colin]      2.4.0cvs74
5760         * configure.ac
5761                 Require libetpan 0.46 (crasher fix when built
5762                 against gnutls)
5764 2006-08-22 [colin]      2.4.0cvs73
5766         * src/folder.c
5767                 Set folder's mtime after writing its
5768                 cache
5769         * src/folderview.c
5770                 Add some timing
5771         * src/procmsg.c
5772                 Don't do useless stuff if we don't 
5773                 thread by subject
5774         * src/summaryview.c
5775                 Add some timing, don't deselect prior
5776                 to selecting (gtksctree does it itself),
5777                 remove crash avoidance hacks as it's been
5778                 properly fixed since a while
5779         * src/common/utils.c
5780                 Optimize to_human_readable(): _() is slow,
5781                 do it only once, and avoid %f format for KB
5782                 (the most common in a summaryview)
5783         * src/gtk/gtksctree.c
5784                 Don't uselessly freeze/thaw (fixes flicker
5785                 on next unread and friends), reduce number
5786                 of g_list_nth/g_list_position where possible
5787         * src/gtk/gtkutils.c
5788         * src/gtk/gtkutils.h
5789                 Reduce number of g_list_nth/g_list_position
5790                 where possible.
5791                 All of this makes loading as 70k folder 2.1
5792                 seconds instead of 3.2 (with hot FS caches).
5793                 (1.3 seconds without Date and Size columns...)
5795 2006-08-22 [paul]       2.4.0cvs72
5797         wrap documents and do some items from mones' MANUAL-TODO:
5799         * manual/account.xml
5800                 4.1. = fix tabname references to <quote>tabname</quote>
5801                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5802         * manual/faq.xml
5803                 1.1. = mentioned options don't match UI
5804                 Add information about the 'Never send Return Receipts'
5805                 option
5806         * manual/handling.xml
5807                 6.2. = Mentions Extended symbols button, but now is
5808                 named Information
5809                 6.3. = Mentions ... button, which is now Edit
5811 2006-08-22 [colin]      2.4.0cvs71
5813         * src/gtk/pluginwindow.c
5814                 Fix layout in verbose translations (such
5815                 as french)
5817 2006-08-22 [paul]       2.4.0cvs70
5819         * manual/Makefile.am
5820                 build manuals in alphabetical order
5821         * src/addressbook.c
5822         * src/prefs_themes.c
5823                 replace/remove deprecated symbols
5824         * src/gtk/gtkutils.c
5825                 fix a warning
5826         * src/gtk/pluginwindow.c
5827                 replace deprecated symbol
5828                 replace label text and move it
5829         * src/plugins/pgpcore/prefs_gpg.c
5830                 move the 'Generate...' button out of the
5831                 Sign Key frame, replace the English used
5832         * src/plugins/pgpcore/sgpgme.c
5833                 fixes to the English
5835 2006-08-21 [colin]      2.4.0cvs69
5837         * src/plugins/trayicon/trayicon.c
5838                 Add more strings for translation; patch
5839                 by Pawel
5841 2006-08-21 [colin]      2.4.0cvs68
5843         * src/compose.c
5844                 fix replied flag not set after drafting
5845         * src/matcher.c
5846                 fix body quicksearch in non-encoded bodies
5847                 containing '='
5848         * src/msgcache.c
5849                 Get rid of the g_malloc workaround for
5850                 corrupted caches, use g_try_malloc
5852 2006-08-21 [colin]      2.4.0cvs67
5854         * src/alertpanel.c
5855         * src/gtk/inputdialog.c
5856         * src/plugins/pgpcore/passphrase.c
5857                 Set minimal width to 375
5858         * src/mainwindow.c
5859                 Fix switching to offline, asking if it 
5860                 should be overriden for synchronising
5861         * src/mimeview.c
5862                 Don't offer to remember command on Open 
5863                 with for text parts, as the browser or 
5864                 text editor command isn't changed from 
5865                 there
5867 2006-08-20 [paul]       2.4.0cvs66
5869         * po/ko.po
5870         * po/zh_CN.po
5871                 fix plural form errors. revealed by stricter
5872                 checking of gettext 0.15
5874 2006-08-18 [paul]       2.4.0cvs65
5876         * src/stock_pixmap.c
5877                 fix the fix of 2.4.0cvs64
5878                 Thanks to Colin
5880 2006-08-18 [paul]       2.4.0cvs64
5882         * src/stock_pixmap.c
5883                 fix leaks
5884                 Thanks to Colin
5886 2006-08-18 [paul]       2.4.0cvs63
5888         * src/compose.c
5889         * src/procmsg.c
5890                 fix occasional IMAP bug where large msgs
5891                 were left in the queue folder after sending
5892                 Thanks to Colin
5894 2006-08-18 [paul]       2.4.0cvs62
5896         * src/folderview.c
5897                 freeze the summaryview while quicksearch results
5898                 are displayed
5899                 (fixes bug 456 'current message is hidden when the
5900                 view is refreshed and extended search is "unread 
5901                 messages"')
5902                 Thanks to Colin
5903         * src/textview.c
5904                 add missing #include "inputdialog.h"
5905         * src/common/utils.h
5906                 add missing mailcap_update_default() and improve
5907                 readability
5909 2006-08-17 [colin]      2.4.0cvs61
5911         * src/plugins/pgpcore/select-keys.c
5912                 Fix warnings :)
5914 2006-08-17 [colin]      2.4.0cvs60
5916         * src/compose.c
5917                 Don't continue queuing if Cancel is clicked
5918                 in select-keys
5920 2006-08-17 [colin]      2.4.0cvs59
5922         * src/plugins/pgpcore/select-keys.c
5923                 When encrypting, if only one key matches and it 
5924                 matches exactly, automatically use it.
5926 2006-08-17 [colin]      2.4.0cvs58
5928         * src/mimeview.c
5929         * src/prefs_common.c
5930         * src/prefs_common.h
5931         * src/prefs_ext_prog.c
5932         * src/textview.c
5933                 Fix issues with previous patch (text/html)
5934                 Remove outdated prefs
5936 2006-08-17 [colin]      2.4.0cvs57
5938         * src/imap.c
5939                 Add View Log button on auth error
5940         * src/procmsg.c
5941                 Fix encrypted mail marked as new when
5942                 saved in normal folders
5943         * src/plugins/pgpinline/pgpinline.c
5944                 Fix encrypt bug on IMAP
5945         * src/mimeview.c
5946         * src/common/utils.c
5947         * src/common/utils.h
5948         * src/gtk/inputdialog.c
5949         * src/gtk/inputdialog.h
5950                 Get rid of metamail stuff, simplify
5951                 opening, and allow remembering of user's
5952                 choices (by updating ~/.mailcap). There's
5953                 still to drop "Audio player" and "Image
5954                 viewer" preferences.
5956 2006-08-17 [mones]      2.4.0cvs56
5958         * manual/es/sylpheed-claws-manual.xml
5959                 fix DTD path
5961 2006-08-17 [mones]      2.4.0cvs55
5963         * configure.ac
5964         * manual/Makefile.am
5965         * manual/es/Makefile.am
5966         * manual/es/account.xml
5967         * manual/es/ack.xml
5968         * manual/es/addrbook.xml
5969         * manual/es/advanced.xml
5970         * manual/es/faq.xml
5971         * manual/es/glossary.xml
5972         * manual/es/gpl.xml
5973         * manual/es/handling.xml
5974         * manual/es/intro.xml
5975         * manual/es/keyboard.xml
5976         * manual/es/plugins.xml
5977         * manual/es/starting.xml
5978         * manual/es/sylpheed-claws-manual.xml
5979         * manual/es/dist/Makefile.am
5980         * manual/es/dist/html/Makefile.am
5981         * manual/es/dist/pdf/Makefile.am
5982         * manual/es/dist/ps/Makefile.am
5983         * manual/es/dist/txt/Makefile.am
5984                 Spanish translation for the manual
5986 2006-08-16 [colin]      2.4.0cvs54
5988         * src/compose.c
5989         * src/main.c
5990         * src/mainwindow.c
5991                 Fix send button sensitivity at startup
5992                 Set send menu sensitivity (patch by Fabien)
5993         * src/ssl_manager.c
5994                 Enable closing with esc (patch by Fabien)
5995         * src/gtk/foldersort.c
5996                 Enable closing with esc (patch by Fabien)
5997         * src/procmime.c
5998                 Optimisation (no need to copy to tempfile to
5999                 "decode" 7bit and 8bit)
6000         * src/summaryview.c
6001                 Fix cruft in swap_from case
6002         * src/textview.c
6003                 Fix missing last line in some mail cases 
6004                 (Fixes debian #381872)
6005         * src/plugins/pgpcore/prefs_gpg.c
6006         * src/plugins/pgpcore/sgpgme.c
6007         * src/plugins/pgpcore/sgpgme.h
6008                 Don't show "no key found" when user explicitely
6009                 wants to create a key
6011 2006-08-16 [paul]       2.4.0cvs53
6013         * configure.ac
6014         * src/account.c
6015         * src/addressbook.c
6016         * src/headerview.c
6017         * src/prefs_account.c
6018         * src/prefs_message.c
6019         * src/gtk/gtkutils.c
6020                 bump up minimum required versions of GTK+ and
6021                 GLIB to 2.6.0
6023 2006-08-16 [paul]       2.4.0cvs52
6025         * src/toolbar.c
6026                 workaround GTK+ Bug 351600 - 'Can't re-click
6027                 on button after sensitivity update'
6028                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6029                 Thanks to Colin
6031 2006-08-15 [colin]      2.4.0cvs51
6033         * src/plugins/pgpcore/prefs_gpg.c
6034                 Set options sensitivity according to
6035                 key existence
6036         * src/plugins/pgpcore/sgpgme.c
6037                 Allow to create key with no passphrase
6039 2006-08-14 [cleroy]     2.4.0cvs50
6041         * src/gtk/pluginwindow.c
6042                 New layout (maybe to be changed?)
6043         * src/gtk/gtkutils.c
6044                 Fix a bit label_window
6045         * src/plugins/pgpcore/passphrase.c
6046         * src/plugins/pgpcore/passphrase.h
6047         * src/plugins/pgpcore/plugin.c
6048         * src/plugins/pgpcore/prefs_gpg.c
6049         * src/plugins/pgpcore/prefs_gpg.h
6050         * src/plugins/pgpcore/sgpgme.c
6051         * src/plugins/pgpcore/sgpgme.h
6052                 Allow to create a PGP private key via the GUI
6054 2006-08-14 [wwp]        2.4.0cvs49
6056         * src/addressbook_foldersel.c
6057                 fix strict ISO C90 compliance.
6059 2006-08-14 [paul]       2.4.0cvs48
6061         * src/gtk/prefswindow.c
6062                 re-set scrolled window on opening
6063                 Patch by Ticho
6065 2006-08-14 [paul]
6067         2.5.0-rc1 released
6069 2006-08-14 [paul]       2.4.0cvs47
6071         * src/prefs_display_header.c
6072                 re-enable user-defined Displayed Headers
6074 2006-08-14 [paul]       2.4.0cvs46
6076         * src/prefs_account.c
6077                 use GTK_STOCK_EDIT
6079 2006-08-13 [colin]      2.4.0cvs45
6081         * src/common/utils.c
6082                 Fix "a" in quote when the original message is empty,
6083                 by using \0 instead of 'a' to test writability of
6084                 temp files.
6086 2006-08-13 [wwp]        2.4.0cvs44
6088         * src/plugins/spamassassin/spamassassin.c
6089                 fix capitalization of "SpamAssassin" in some debug, log and
6090                 dialog messages.
6092 2006-08-13 [paul]       2.4.0cvs43
6094         * src/editldap.c
6095                 fix overlapping widgets
6096         * src/prefs_account.c
6097                 fix translation of protocol_names[]
6098                 fix label disappearing off the edge of the
6099                 visible area
6101 2006-08-12 [paul]       2.4.0cvs42
6103         * manual/plugins.xml
6104                 update IRC channel info before it gets forgotten
6105                 about
6107 2006-08-11 [colin]      2.4.0cvs41
6109         * src/compose.c
6110         * src/mainwindow.c
6111         * src/mainwindow.h
6112         * src/procmsg.c
6113         * src/procmsg.h
6114         * src/summaryview.c
6115         * src/toolbar.c
6116                 Grey out the Send button if
6117                 - Queue folders are empty, or
6118                 - We're sending already
6120 2006-08-11 [wwp]        2.4.0cvs40
6122         * src/main.c
6123                 fix a logic issue when quitting while a compose window is
6124                 still open, thanks to Colin.
6126 2006-08-10 [colin]      2.4.0cvs39
6128         * src/main.c
6129                 Fix default font size setting after wizard run
6130         * src/imap.c
6131         * src/etpan/imap-thread.c
6132         * src/etpan/imap-thread.h
6133                 Fix bug #999 (Timing out on TSL cert validation 
6134                 dialog makes ugly things happen). Also, STARTTLS
6135                 unconditionnaly if initial capabilities contain
6136                 LOGINDISABLED and STARTTLS.
6138 2006-08-09 [colin]      2.4.0cvs38
6140         * src/mainwindow.c
6141         * src/mainwindow.h
6142                 Fix Tools/Actions sensitivity when there are
6143                 no actions
6145 2006-08-09 [colin]      2.4.0cvs37
6147         * src/prefs_filtering.c
6148                 Warning fix, patch by Paul
6149         * src/messageview.c
6150         * src/prefs_actions.c
6151         * src/prefs_filtering_action.c
6152         * src/prefs_matcher.c
6153                 Uniformisation of "Info ..." to "Info..." (for
6154                 old gtk), patch by Fabien
6155         * src/plugins/clamav/clamav_plugin_gtk.c
6156                 Sensitivity fix by Fabien
6158 2006-08-09 [colin]      2.4.0cvs36
6160         * src/main.c
6161         * src/main.h
6162                 Add a function to know whether we're exiting
6163         * src/plugins/trayicon/trayicon.c
6164                 If exiting, don't do anything. Faster, and
6165                 avoids gtk_main_iteration reentracy causing
6166                 segfaults at exit
6168 2006-08-09 [colin]      2.4.0cvs35
6170         * src/messageview.c
6171         * src/mimeview.c
6172         * src/mimeview.h
6173                 Fix lack of part selection when automatically 
6174                 jumping to a specific part
6175         * src/msgcache.c
6176                 Little optimisation in cache reading
6178 2006-08-09 [colin]      2.4.0cvs34
6180         * src/compose.c
6181                 Fix crash setting the priority on reedit
6182                 (Accessing compose before creating it!)
6184 2006-08-08 [colin]      2.4.0cvs33
6186         * src/procmime.c
6187                 Fix bug #998 (last attachment is not accessible)
6188                 Bad RFC interpretation on multipart close-delimiters
6189         * src/mimeview.c
6190         * src/mimeview.h
6191         * src/gtk/gtkvscrollbutton.c
6192         * src/gtk/gtkvscrollbutton.h
6193                 Make attachments list wheel-scrollable
6195 2006-08-07 [colin]      2.4.0cvs32
6197         * src/gtk/gtkaspell.c
6198                 Fix bug #973 (Unicode punctation characters 
6199                 are not recognized as separators by the
6200                 spell checker); fix unsigned stuff
6202 2006-08-07 [colin]      2.4.0cvs31
6204         * src/compose.c
6205                 Fix bug #956 (DnD text with accents in compose 
6206                 text entry); fix gccc's signed/unsigned fuss
6208 2006-08-06 [colin]      2.4.0cvs30
6210         * src/main.c
6211                 Fix bug #979 (Plugin crashes when exiting 
6212                 sylpheed-claws) : handle exit request only 
6213                 once
6215 2006-08-05 [colin]      2.4.0cvs29
6217         * src/news.c
6218                 Just make sure we have a msgid.
6220 2006-08-05 [colin]      2.4.0cvs28
6222         * src/news.c
6223         * src/summaryview.c
6224                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6225                 by reimplementing it
6226         * src/textview.c
6227                 Fix bug when hiding quotes with level > 3 and quote
6228                 colors are recycled
6230 2006-08-04 [colin]      2.4.0cvs27
6232         * src/compose.c
6233         * src/undo.c
6234         * src/undo.h
6235                 Fix a bit replace-by-pasting undo
6236         * src/mainwindow.c
6237         * src/messageview.c
6238                 Fix Fold quotes menu synchro in
6239                 mainwindow when it changes in 
6240                 messageview
6241         * src/textview.c
6242                 Fix right-click on quotes blocks
6243         * src/common/utils.c
6244                 Verify that the file created by
6245                 my_tmpfile() is writable. Fixes
6246                 bug #988 (very specific filesystem
6247                 issue)
6248         * src/plugins/pgpcore/sgpgme.c
6249                 Fix file descriptor leak
6250         * src/plugins/spamassassin/spamassassin.c
6251                 Warn once if spamd isn't reachable
6253 2006-08-04 [colin]      2.4.0cvs26
6255         * src/toolbar.c
6256                 i18n context patch by Fabien
6258 2006-08-03 [colin]      2.4.0cvs25
6260         * src/mainwindow.c
6261         * src/messageview.c
6262                 Rename "Hide quotes" to "Fold quotes"
6263         * src/textview.c
6264                 Don't use hand cursor on quotes. "all 
6265                 the bonuses of the feature and none of 
6266                 unwelcome side-effects"
6268 2006-08-03 [colin]      2.4.0cvs24
6270         * AUTHORS
6271         * sylpheed-claws.desktop
6272         * src/gtk/authors.h
6273                 Bring the desktop file to XDG compliance
6274                 Patch by Charles A. Edwards
6276 2006-08-03 [colin]      2.4.0cvs23
6278         * src/textview.c
6279                 Fix links offset when they are preceded
6280                 by accentued chars (g_utf8_strlen!)
6281         * src/mainwindow.c
6282                 Fix wrong status when starting offline
6285 2006-08-03 [wwp]        2.4.0cvs22
6287         * src/prefs_common.h
6288                 ask what to do w/ filtering rules that belong to an account when
6289                 applying filtering rules manually from the main window (skip,
6290                 apply regardless of the account, use current account). This dialog
6291                 can be skipped and the last reply used.
6292                 (forgot that file)
6294 2006-08-03 [wwp]        2.4.0cvs21
6296         * src/filtering.c
6297         * src/filtering.h
6298         * src/prefs_common.c
6299         * src/summaryview.c
6300         * src/alertpanel.c
6301         * src/alertpanel.h
6302         * src/messageview.c
6303                 ask what to do w/ filtering rules that belong to an account when
6304                 applying filtering rules manually from the main window (skip,
6305                 apply regardless of the account, use current account). This dialog
6306                 can be skipped and the last reply used.
6309 2006-08-03 [colin]      2.4.0cvs20
6311         * src/textview.c
6312                 Optimize previous patch
6314 2006-08-03 [cleroy]     2.4.0cvs19
6316         * src/textview.c
6317                 Fix quotes getting toggled back when the
6318                 mail has an even number of text parts
6320 2006-08-02 [colin]      2.4.0cvs18
6322         * src/messageview.c
6323                 Add Hide quotes menu
6325 2006-08-02 [colin]      2.4.0cvs17
6327         * src/mainwindow.c
6328         * src/prefs_common.c
6329         * src/textview.c
6330         * src/textview.h
6331         * src/gtk/about.c
6332                 Allow per-level quote hiding,
6333                 Allow toggling quotes by double-clicking them
6334                 Rename RemoteURI to ClickableText to reflect
6335                 the fact it's used for a variety of things
6337 2006-08-02 [wwp]        2.4.0cvs16
6339         * src/mainwindow.c
6340                 fix "View/Hide quotes" menu item status initialization.
6342 2006-08-02 [wwp]        2.4.0cvs15
6344         * src/matcher_parser_parse.y
6345                 remove a debug trace.
6347 2006-08-02 [paul]       2.4.0cvs14
6349         * src/plugins/pgpcore/passphrase.c
6350                 don't set initial dialog size
6351                 make it resizable
6353 2006-08-02 [paul]       2.4.0cvs13
6355         * src/noticeview.c
6356                 remove the rogue '/' character
6358 2006-08-02 [paul]       2.4.0cvs12
6360         * src/noticeview.c
6361                 allow buttons to resize as necessary
6363 2006-08-01 [wwp]        2.4.0cvs11
6365         * src/mbox.c
6366                 fix strict ISO C90 compliance.
6368 2006-08-01 [wwp]        2.4.0cvs10
6370         * tools/update-po
6371                 updated update-po tool to work w/ context-dependent translations.
6372                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6374 2006-08-01 [wwp]        2.4.0cvs9
6376         * src/matcher.c
6377         * src/prefs_filtering.c
6378         * src/prefs_matcher.c
6379                 allow context-dependent translations for "All",
6380                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6382 2006-07-31 [colin]      2.4.0cvs8
6384         * AUTHORS
6385         * src/gtk/authors.h
6386                 Add Rafal to authors
6388 2006-07-31 [colin]      2.4.0cvs7
6390         * src/compose.c
6391         * src/mainwindow.c
6392         * src/messageview.h
6393         * src/prefs_common.c
6394         * src/prefs_common.h
6395         * src/textview.c
6396                 Add 'View/Hide quotes'. Patch based on a patch
6397                 by Rafal Weglarz
6399 2006-07-31 [colin]      2.4.0cvs6
6401         * src/action.c
6402                 Fix problem with "> stuff >" actions
6404 2006-07-31 [paul]       2.4.0cvs5
6406         * po/nb.po
6407                 updated by Geir Helland
6409 2006-07-31 [wwp]        2.4.0cvs4
6411         * src/mainwindow.c
6412         * src/summaryview.c
6413         * src/summaryview.h
6414                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6415                 thanks to Colin.
6417 2006-07-31 [wwp]        2.4.0cvs3
6419         * src/Makefile.am
6420         * src/addr_compl.c
6421         * src/addr_compl.h
6422         * src/addressbook.c
6423         * src/addressbook.h
6424         * src/addressbook_foldersel.c
6425         * src/addressbook_foldersel.h
6426         * src/addrindex.c
6427         * src/addrindex.h
6428         * src/matcher.c
6429         * src/matcher.h
6430         * src/matcher_parser_lex.l
6431         * src/matcher_parser_parse.y
6432         * src/prefs_common.c
6433         * src/prefs_common.h
6434         * src/prefs_filtering.c
6435         * src/prefs_matcher.c
6436         * src/prefs_matcher.h
6437         * src/summaryview.c
6438                 introduce filtering against the address book. It's now possible to add
6439                 matched conditions to determine if any email address in a message matches
6440                 or doesn't match any or all books or folders in the address book.
6442 2006-07-31 [wwp]        2.4.0cvs2
6444         * src/account.c
6445         * src/filtering.c
6446         * src/filtering.h
6447         * src/folder.c
6448         * src/folderview.c
6449         * src/inc.c
6450         * src/mainwindow.c
6451         * src/matcher.c
6452         * src/matcher_parser_lex.l
6453         * src/matcher_parser_parse.y
6454         * src/mbox.c
6455         * src/prefs_filtering.c
6456         * src/prefs_filtering.h
6457         * src/procmsg.c
6458         * src/procmsg.h
6459         * src/summaryview.c
6460                 introduce per-account filtering rules. Each filtering rule can now be assigned
6461                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6462                 when applying filtering rules manually, as all rules will apply - even the ones
6463                 assigned to an account. This issue will be addressed soon.
6467 2006-07-31 [wwp]        2.4.0cvs1
6469         * src/quote_fmt.c
6470                 make more strings translatable.
6472 2006-07-31 [paul]       2.4.0
6474         2.4.0 released
6476 2006-07-31 [paul]       2.3.1cvs91
6478         * po/ca.po
6479                 updated by Miquel Oliete
6481 2006-07-31 [paul]       2.3.1cvs90
6483         * po/de.po
6484         * po/el.po
6485         * po/fr.po
6486         * po/it.po
6487         * po/pl.po
6488         * po/pt_BR.po
6489         * po/sr.po
6490         * po/zh_CN.po
6491                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6492                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6493                 Aleksandar Urosevic, and Ralgh Young
6495 2006-07-31 [paul]       2.3.1cvs89
6497         * src/account.c
6498         * src/main.c
6499         * src/mainwindow.c
6500         * src/mainwindow.h
6501                 Fix a race condition when, after an SC crash, rescanning
6502                 folders took more than 0.5 seconds
6503                 Thanks to Colin
6505 2006-07-31 [paul]       2.3.1cvs88
6507         * src/folderview.c
6508                 don't translate separator strings
6510 2006-07-30 [mones]      2.3.1cvs87
6512         * doc/man/sylpheed-claws.1
6513                 Fixed non-ASCII chars in Hoa's name
6514         * po/es.po
6515                 Updated for release
6517 2006-07-27 [colin]      2.3.1cvs86
6519         * src/textview.c
6520                 Don't include the leading \n in links
6521                 Patch by Fabien
6523 2006-07-25 [colin]      2.3.1cvs85
6525         * src/mainwindow.c
6526         * src/common/socket.h
6527         * src/etpan/imap-thread.c
6528                 Refresh resolvers before connecting
6529                 to IMAP servers, and after switching
6530                 to online. Thanks to Paul.
6532 2006-07-18 [colin]
6534         * 2.4.0-rc4 released
6536 2006-07-17 [colin]      2.3.1cvs84
6538         * src/inc.c
6539                 Show connection attempt in statusbar before
6540                 connecting (previously first message was
6541                 "Retrieving messages from ..." after the
6542                 connection succeeded.
6544 2006-07-16 [wwp]        2.3.1cvs83
6546         * sylpheed-claws.ico
6547                 Added .ico file (windows multi-size icon file, generated).
6549 2006-07-12 [wwp]        2.3.1cvs82
6551         * src/messageview.c
6552                 remove Message/Re-edit menu entry from messageview window,
6553                 as sent/draft/queued messages are opened in compose window when
6554                 re-edited and it's not possible to re-edit other msgs.
6556 2006-07-12 [paul]       2.3.1cvs81
6558         * AUTHORS
6559         * src/mainwindow.c
6560         * src/gtk/authors.h
6561                 check online state before resetting
6562                 mailcheck timer. Useful if some program
6563                 verifies connection state and updates
6564                 Claws.
6565                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6567 2006-07-12 [paul]       2.3.1cvs80
6569         * sylpheed-claws-128x128.png
6570         * sylpheed-claws-64x64.png
6571         * sylpheed-claws.png
6572         * src/Makefile.am
6573         * src/main.c
6574         * src/prefs_toolbar.c
6575         * src/stock_pixmap.c
6576         * src/stock_pixmap.h
6577         * src/wizard.c
6578         * src/gtk/about.c
6579         * src/gtk/gtkutils.c
6580         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6581         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6582         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6583         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6584         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6585         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6586                 updated and renamed logo/icon files and related
6587                 logo by Jesper Schultz
6589 2006-07-11 [paul]       2.3.1cvs79
6591         * src/main.c
6592                 fix the labels a smidgin
6594 2006-07-09 [colin]      2.3.1cvs78
6596         * src/textview.c
6597                 Show errors in textviewer's command
6598                 Patch by H. Merijn Brand
6600 2006-07-09 [colin]      2.3.1cvs77
6602         * src/compose.c
6603                 Save FMID in drafts too
6605 2006-07-08 [colin]      2.3.1cvs76
6607         * src/compose.c
6608                 Svae RMID in drafted mails too
6609                 Save quote_fmt vars for whole mails,
6610                 don't reset at each quote_fmt_init:
6611                 allows to use the same |i{var} in
6612                 various template fields
6613         * src/prefs_template.c
6614         * src/quote_fmt.h
6615         * src/quote_fmt_parse.y
6616                 Same
6618 2006-07-08 [colin]      2.3.1cvs75
6620         * src/textview.c
6621                 Fix highlighting of attached parts URIs
6623 2006-07-08 [colin]      2.3.1cvs74
6625         * src/main.c
6626                 Prevent bug #981 (sc 2.3.1 segfaults with 
6627                 gtk+ 2.10) from being reported again:
6628                 if Sylpheed-Claws has been compiled against
6629                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6630                 of if Sylpheed-Claws has been compiled against
6631                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6632                 error out.
6634 2006-07-07 [colin]      2.3.1cvs73
6636         * src/prefs_actions.c
6637                 Fix label
6639 2006-07-07 [colin]      2.3.1cvs72
6641         * src/prefs_actions.c
6642                 Fix compile on gtk < 2.8. argh :)
6644 2006-07-07 [paul]       2.3.1cvs71
6646         * src/common/defs.h
6647                 update DONATE_URI
6649 2006-07-07 [colin]      2.3.1cvs70
6651         * po/POTFILES.in
6652         * src/quote_fmt.c
6653         * src/quote_fmt_lex.l
6654         * src/quote_fmt_parse.y
6655                 Add |i{var}, a way to insert user-entered
6656                 text in a template
6658 2006-07-07 [colin]
6660         * 2.4.0-rc3 released
6662 2006-07-07 [colin]      2.3.1cvs69
6664         * src/folder.c
6665                 Don't consider inboxes of UNKNOWN folder 
6666                 classes to be useable as default inboxes
6668 2006-07-07 [paul]       2.3.1cvs68
6670         * src/textview.c
6671                 add missing #include <errno.h>
6672                 Thanks to René J. Blokland
6674 2006-07-07 [paul]       2.3.1cvs67
6676         * src/action.c
6677                 Return now Closes dialog
6678         * src/mimeview.c
6679         * src/mimeview.h
6680         * src/textview.c
6681                 add contextual menu to mime parts listed
6682                 in the textview
6683                 Thanks to Colin
6684         * src/common/utils.c
6685                 reversal: ' is a valid character in URLs
6687 2006-07-06 [colin]      2.3.1cvs66
6689         * src/remotefolder.h
6690                 Forgotten in previous commit
6692 2006-07-06 [colin]      2.3.1cvs65
6694         * src/folder.c
6695                 Set summary update flag whenever
6696                 totals changed
6697         * src/imap.c
6698         * src/prefs_account.c
6699         * src/common/utils.h
6700         * src/etpan/imap-thread.c
6701                 Fix warnings, thanks to Fabien and
6702                 Ricardo
6704 2006-07-06 [wwp]        2.3.1cvs64
6706         * src/gtk/gtkutils.c
6707                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6709 2006-07-06 [wwp]        2.3.1cvs63
6711         * src/account.c
6712         * src/addressbook.c
6713         * src/addressitem.h
6714         * src/folderview.c
6715         * src/mainwindow.c
6716         * src/manual.c
6717         * src/manual.h
6718         * src/message_search.c
6719         * src/prefs_actions.c
6720         * src/prefs_filtering.c
6721         * src/prefs_filtering.h
6722         * src/prefs_template.c
6723         * src/summary_search.c
6724         * src/summaryview.c
6725         * src/gtk/gtkutils.c
6726         * src/gtk/gtkutils.h
6727         * src/gtk/pluginwindow.c
6728                 add help buttons to some dialogs. Clicking such buttons opens a
6729                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6731 2006-07-06 [paul]       2.3.1cvs62
6733         * src/textview.c
6734                 fix attachments contextual menu
6735                 Thanks to Colin
6737 2006-07-05 [colin]      2.3.1cvs61
6739         * src/textview.c
6740         * src/compose.c
6741                 Handle sftp:// links
6743 2006-07-05 [paul]       2.3.1cvs60
6745         * src/gtk/filesel.c
6746                 grab save button by default
6747                 Thanks to Colin
6749 2006-07-05 [wwp]        2.3.1cvs59
6751         * manual/xml2pdf
6752                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6754 2006-07-04 [colin]      2.3.1cvs58
6756         * src/mimeview.c
6757         * src/textview.c
6758                 Use left click to select, middle click to open
6759                 on mimeparts links
6760         * src/common/utils.c
6761                 Fix segfault
6763 2006-07-04 [colin]      2.3.1cvs57
6765         * src/mainwindow.c
6766         * src/news.c
6767                 Warning fixes, thanks to Fabien
6769 2006-07-04 [colin]      2.3.1cvs56
6771         * src/mimeview.c
6772         * src/mimeview.h
6773         * src/textview.c
6774                 Allow parts to be selected via their text label
6775                 in textview
6777 2006-07-04 [colin]      2.3.1cvs55
6779         * src/folderview.c
6780                 Feedback when closing (for big folders)
6781         * src/prefs_actions.c
6782         * src/prefs_filtering.c
6783         * src/prefs_matcher.c
6784         * src/prefs_template.c
6785                 Fix default button when closing without
6786                 having saved
6788 2006-07-04 [colin]      2.3.1cvs54
6790         * src/news.c
6791                 Delete local file on deletion
6793 2006-07-03 [colin]      2.3.1cvs53
6795         * src/folderview.c
6796         * src/main.c
6797                 Don't freeze when rescanning after crash
6799 2006-07-03 [wwp]        2.3.1cvs52
6801         * src/compose.c
6802         * src/privacy.c
6803         * src/privacy.h
6804         * src/plugins/pgpinline/pgpinline.c
6805         * src/plugins/pgpmime/pgpmime.c
6806                 don't report an error when the user cancels the passphrase dialog.
6808 2006-07-02 [colin]      2.3.1cvs51
6810         * src/folderview.c
6811                 Open message when crossing folders with Space,
6812                 goto next unread and friends
6814 2006-07-01 [colin]      2.3.1cvs50
6816         * src/prefs_account.c
6817                 Typographic rules varying from language
6818                 to language (in french "Protocole :"),
6819                 we have to do that :)
6821 2006-07-01 [ticho]      2.3.1cvs49
6823         * src/prefs_account.c
6824                 Only use one temporary gchar* variable in
6825                 prefs_account_protocol_set_optmenu().
6827 2006-07-01 [ticho]      2.3.1cvs48
6829         * src/prefs_account.c
6830         * src/prefs_account.h
6831                 Use GtkLabel for existing account protocol name.
6832                 Created an array for protocol names and populate the
6833                 combobox from it in a for() cycle.
6835 2006-06-30 [colin]      2.3.1cvs47
6837         * src/compose.c
6838                 Block undo when changing signature (by changing
6839                 account)
6841 2006-06-30 [paul]       2.3.1cvs46
6843         * src/send_message.c
6844                 when editing From in the Compose window, use that address
6845                 in the Return-Path: header
6846                 Thanks to Colin
6848 2006-06-30 [colin]      2.3.1cvs45
6850         * src/compose.c
6851                 Fix signature replacement:
6852                 - when no newline before separator
6853                 - when reediting
6855 2006-06-29 [colin]      2.3.1cvs44
6857         * src/folderview.c
6858         * src/folderview.h
6859         * src/mainwindow.c
6860         * src/summaryview.c
6861                 Let 'View/Go to/Next marked' work like
6862                 Next new & Next unread: across folders
6863                 Change the select_on_entry pref to do
6864                 what we want when changing folder
6865         * src/common/utils.c
6866                 Fix single-quoted links 
6868 2006-06-29 [colin]      2.3.1cvs43
6870         * src/gtk/gtkaspell.c
6871                 "Sylpheed" and "Sylpheed-Claws" do exist !
6873 2006-06-29 [colin]      2.3.1cvs42
6875         * src/imap.c
6876                 Forgot to remove debug
6878 2006-06-29 [colin]      2.3.1cvs41
6880         * src/imap.c
6881         * src/imap.h
6882         * src/mainwindow.c
6883                 Disconnect from IMAP servers when going
6884                 offline. Fixes bug #978 (going to offline-mode 
6885                 won't close connections)
6887 2006-06-29 [colin]      2.3.1cvs40
6889         * src/main.c
6890                 Fix transient setting on failing plugins
6891                 Patch by Fabien
6892         * src/plugins/pgpcore/sgpgme.c
6893                 Only warn for OpenPGP. Most people don't
6894                 have CMS available.
6896 2006-06-29 [colin]      2.3.1cvs39
6898         * src/compose.c
6899                 Fix Spelling menu (discrepancy between context menu
6900                 and top menu when folder's dictionary isn't the 
6901                 default one)
6902         * src/plugins/pgpcore/sgpgme.c
6903                 More error reporting about why gpgme can fail
6905 2006-06-29 [wwp]        2.3.1cvs38
6907         * src/mainwindow.c
6908                 honor the display-header-pane setting even when the message view
6909                 is a separate window.
6911 2006-06-29 [wwp]        2.3.1cvs37
6913         * src/prefs_actions.c
6914                 forgot to commit that one (use of GTK_STOCK_INFO).
6916 2006-06-29 [colin]      2.3.1cvs36
6918         * src/imap.c
6919                 Better handling of login errors (ask the password
6920                 again once), alert in case of error. Fix three
6921                 signedness warnings.
6923 2006-06-28 [wwp]        2.3.1cvs35
6925         * src/prefs_template.c
6926         * src/prefs_matcher.c
6927         * src/prefs_filtering_action.c
6928         * src/prefs_quote.c
6929                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6930                 patch by Fabien Vantard, slightly modified.
6932 2006-06-28 [paul]
6934         2.4.0-rc2 released
6936 2006-06-28 [colin]      2.3.1cvs34
6938         * src/prefs_account.c
6939                 Fix bug #977 (Can't add or edit imap accounts)
6941 2006-06-28 [colin]      2.3.1cvs33
6943         * src/mimeview.c
6944                 Fix previous
6946 2006-06-28 [colin]      2.3.1cvs32
6948         * src/mimeview.c
6949                 Save named inlined attachments with "Save all"
6950         * src/main.c
6951         * src/mbox.c
6952         * src/common/plugin.c
6953         * src/common/plugin.h
6954         * src/common/sylpheed.c
6955         * src/common/utils.c
6956         * src/plugins/pgpcore/sylpheed.def
6957         * src/plugins/pgpinline/sylpheed.def
6958         * src/plugins/pgpmime/sylpheed.def
6959                 Win32 compatibility patch, by
6960                 Werner Koch
6962 2006-06-28 [wwp]        2.3.1cvs31
6964         * src/imap.c
6965         * src/prefs_folder_item.c
6966                 less compilation warnings (thanks to Fabien Vantard), less typos.
6968 2006-06-28 [paul]       2.3.1cvs30
6970         * src/gtk/gtkutils.c
6971                 gtk_combo_box_set_focus_on_click() is only
6972                 available since gtk 2.6.0
6974 2006-06-28 [paul]       2.3.1cvs29
6976         * src/prefs_ext_prog.c
6977                 fix engrish and add a tooltip for the
6978                 'command for 'Display as text' option
6980 2006-06-28 [paul]
6982         2.4.0-rc1 released
6984 2006-06-28 [paul]       2.3.1cvs28
6986         * ChangeLog
6987         * tools/Makefile.am
6988                 include textviewer.pl in releases
6990 2006-06-28 [paul]       2.3.1cvs27
6992         * src/prefs_ext_prog.c
6993                 hide Print command option if libgnomeprint
6994                 support is present
6996 2006-06-27 [colin]      2.3.1cvs26
6998         * src/compose.c
6999                 Fix Esc handling in insert/attach dialog
7000                 Don't show this dialog if dragging something
7001                 else than text/uri-list
7002                 Thanks to Fabien Vantard
7003         * tools/textviewer.pl
7004                 Filter script to display stuff as text
7005                 by H. Merijn Brand
7007 2006-06-27 [wwp]        2.3.1cvs25
7009         * src/messageview.c
7010                 use the exact product name (message view title), patch
7011                 by Fabien Vantard.
7013 2006-06-27 [ticho]      2.3.1cvs24
7015         * src/prefs_account.c
7016         * src/prefs_common.c
7017         * src/prefs_common.h
7018         * src/prefs_ext_prog.c
7019         * src/textview.c
7020                 Add a preference (Preferences/External programs)
7021                 to allow "Display as text" to be done via a script
7022                 (patch by H.Merijn Brand).
7023                 Use GtkComboBox for protocol selection in account
7024                 preferences.
7025                 Only include current choice for existing accounts, and
7026                 insensitivize the combobox.
7028 2006-06-27 [paul]       2.3.1cvs23
7030         * src/mbox.c
7031                 fix crasher introduced in cvs21.
7032                 Thanks to Colin
7034 2006-06-26 [colin]      2.3.1cvs22
7036         * src/mbox.c
7037                 Fix double-frees when leaving folders
7038                 after exporting to mbox
7040 2006-06-26 [colin]      2.3.1cvs21
7042         * src/mbox.c
7043                 More feedback (and optimisation)
7044                 on import/export
7045         * src/common/utils.c
7046                 Fix case when looking for mail addresses
7047         * src/gtk/gtkutils.c
7048                 Extra check for (X-)Face
7050 2006-06-25 [ticho]      2.3.1cvs20
7052         * src/compose.c
7053         * src/exphtmldlg.c
7054         * src/gtk/gtkutils.c
7055         * src/gtk/gtkutils.h
7056                 Added second argument to gtkut_sc_combobox_create() to
7057                 control focus-on-click for the widget.
7058                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7060 2006-06-25 [ticho]      2.3.1cvs19
7062         * src/compose.c
7063         * src/gtk/Makefile.am
7064         * src/gtk/combobox.c
7065         * src/gtk/combobox.h
7066         * src/gtk/gtkutils.c
7067         * src/gtk/gtkutils.h
7068                 Use GtkComboBox instead of deprecated GtkOptionMenu
7069                 for account selector in compose window and for encoding
7070                 selector in attachment properties.
7071                 Also factorise working with the new GtkComboBox somewhat.
7073 2006-06-24 [paul]       2.3.1cvs18
7075         * src/prefs_common.c
7076                 use the correct default value
7078 2006-06-24 [paul]       2.3.1cvs17
7080         * src/compose.c
7081         * src/prefs_common.c
7082         * src/prefs_common.h
7083         * src/prefs_compose_writing.c
7084                 enable setting of default action when
7085                 dnd'ing files in the compose window.
7086                 (Collaborative effort with wwp)
7088 2006-06-23 [wwp]        2.3.1cvs16
7090         * src/compose.c
7091                 i18n fix (thanks to Fabien Vantard)
7093 2006-06-22 [colin]      2.3.1cvs15
7095         * src/prefs_customheader.c
7096                 Don't use filters in custom headers' file 
7097                 selector. Remember, extensions mean nothing :)
7099 2006-06-22 [paul]       2.3.1cvs14
7101         * configure.ac
7102                 allow setting of man directory location
7104 2006-06-22 [colin]      2.3.1cvs13
7106         * src/mainwindow.c
7107                 Add 'View/Go to/Next unread folder'.
7108                 I missed that :)
7110 2006-06-22 [colin]      2.3.1cvs12
7112         * src/common/utils.c
7113                 Add some subject prefixes
7114                 Patch by Bjorn T Johansen <btj@havleik.no>
7116 2006-06-22 [colin]      2.3.1cvs11
7118         * manual/advanced.xml
7119                 Forgotten hidden pref
7121 2006-06-21 [paul]       2.3.1cvs10
7123         * src/prefs_account.c
7124                 complete the removal of 'Add date header' option
7126 2006-06-21 [paul]       2.3.1cvs9
7128         * src/account.c
7129         * src/compose.c
7130         * src/prefs_account.c
7131         * src/prefs_account.h
7132                 remove option to add date header - always
7133                 add date header
7134         * src/etpan/imap-thread.c
7135                 fix warnings (Thanks to Colin)
7137 2006-06-21 [wwp]        2.3.1cvs8
7139         * src/folder.c
7140                 set the attachment flag when inline text part are (file)named. This is more convenient
7141                 when receiving (for instance) inline source files or patches sent using thunderbird.
7143 2006-06-21 [paul]       2.3.1cvs7
7145         * src/inc.c
7146                 fix off-by-one count of current msg in
7147                 statusbar filtering progressbar
7149 2006-06-21 [paul]       2.3.1cvs6
7151         * src/folder.c
7152                 Show attachment icon even if the part is 'inline'
7153                 if the following conditions are met:
7154                 - content-type != 'text/plain'
7155                 - content-type != '*/pgp-signature'
7156                 - either 'name' or 'filename' parameter is not NULL
7157                 
7158                 Thanks to Colin
7160 2006-06-21 [paul]       2.3.1cvs5
7162         * src/messageview.c
7163         * src/prefs_common.c
7164         * src/prefs_common.h
7165         * src/prefs_other.c
7166                 add an option to 'Never send Return
7167                 Receipts'
7168                 Thanks to Colin
7170 2006-06-20 [mones]      2.3.1cvs4
7172         * po/es.po
7173                 updated
7174         * src/compose.c
7175                 typo fixed (space after comma)
7176         * tools/make.themes.project
7177                 remove exec mode from tarball files
7179 2006-06-20 [colin]      2.3.1cvs3
7181         * src/news.c
7182         * src/procheader.c
7183         * src/unmime.c
7184                 Better fix for \n's in headers (don't 
7185                 break Received: and others)
7187 2006-06-20 [paul]       2.3.1cvs2
7189         * src/alertpanel.c
7190         * src/textview.c
7191                 improve legibility of phishing attempt
7192                 dialog
7194 2006-06-20 [paul]       2.3.1cvs1
7196         * NEWS
7197         * README
7198         * configure.ac
7199                 Update version number following
7200                 stable release
7202 2006-06-20 [colin]      2.3.0cvs26
7204         * src/compose.c
7205                 When dragging a file to the text of the compose
7206                 window, ask whether we want to insert or attach
7207                 (I know lots of people who do that to attach)
7209 2006-06-20 [colin]      2.3.0cvs25
7211         * src/etpan/imap-thread.c
7212                 Fix threshold (the append command is often > 32 bytes)
7214 2006-06-19 [colin]      2.3.0cvs24
7216         * src/imap.c
7217         * src/etpan/imap-thread.c
7218                 Workaround Rockliffe IMAP server bug: replace
7219                 "x UID SEARCH (ANSWERED UID 1:*)" with
7220                 "x UID SEARCH ANSWERED"
7221                 (Rockliffe doesn't handle the parenthesis)
7223 2006-06-19 [colin]      2.3.0cvs23
7225         * src/compose.c
7226         * src/imap.c
7227         * src/etpan/imap-thread.c
7228                 Probably fix bug #972 (Freezes when adding 
7229                 an attachment to the message)
7230         * src/common/defs.h
7231                 Modernize Firefox cmd
7234 2006-06-18 [colin]      2.3.0cvs22
7236         * src/prefs_customheader.c
7237                 Only allow correct filenames for various
7238                 custom headers
7240 2006-06-18 [colin]      2.3.0cvs21
7242         * src/prefs_customheader.c
7243                 Add a 'From File...' button in custom headers prefs, which
7244                 try to do the right thing: 
7245                 for normal headers, use file as plaintext,
7246                 for X-Face, calls compface,
7247                 for Face, encode to b64.
7249 2006-06-17 [colin]      2.3.0cvs20
7251         * src/mh.c
7252                 Warning fix
7254 2006-06-16 [colin]      2.3.0cvs19
7256         * src/summaryview.c
7257                 Recursive quicksearch: show message list
7258                 in current folder, *then* search children
7259                 in the background.
7261 2006-06-16 [colin]      2.3.0cvs18
7263         * src/main.c
7264                 Instead of ignoring SIGPIPE, save caches
7265                 when getting one. Will fix the fact that
7266                 hot caches are out-of-date when logging 
7267                 out of Xorg.
7268         * src/compose.c
7269         * src/prefs_compose_writing.c
7270                 Only save text (not attachments) when 
7271                 auto-saving to drafts
7272         * src/unmime.c
7273                 Always replace \n, \r and \t with spaces
7274                 in headers
7275         * manual/dist/html/Makefile.am
7276         * manual/dist/pdf/Makefile.am
7277         * manual/dist/ps/Makefile.am
7278         * manual/dist/txt/Makefile.am
7279         * manual/fr/dist/html/Makefile.am
7280         * manual/fr/dist/pdf/Makefile.am
7281         * manual/fr/dist/ps/Makefile.am
7282         * manual/fr/dist/txt/Makefile.am
7283         * manual/pl/dist/html/Makefile.am
7284         * manual/pl/dist/pdf/Makefile.am
7285         * manual/pl/dist/ps/Makefile.am
7286         * manual/pl/dist/txt/Makefile.am
7287                 Fix make clean removing pregenerated manuals
7290 2006-06-16 [colin]      2.3.0cvs17
7292         * src/plugins/pgpcore/sgpgme.c
7293         * src/plugins/pgpmime/pgpmime.c
7294         * src/plugins/pgpinline/pgpinline.c
7295                 Better error reporting in setup_signers.
7296                 Don't fallback to default key if specified
7297                 key isn't found.
7298                 Don't allow signing if more than one secret
7299                 key matches the one specified in prefs.
7301 2006-06-15 [colin]      2.3.0cvs16
7303         * src/folderview.c
7304                 Add "Send queue" in the folder's contextual
7305                 menu
7306         * src/compose.c
7307         * src/messageview.c
7308         * src/privacy.c
7309         * src/privacy.h
7310         * src/procmime.c
7311         * src/procmsg.c
7312         * src/plugins/pgpcore/passphrase.c
7313         * src/plugins/pgpcore/sgpgme.c
7314         * src/plugins/pgpinline/pgpinline.c
7315         * src/plugins/pgpmime/pgpmime.c
7316                 Better error reporting
7317         * src/mbox.c
7318                 Probably fix bug #971 (2.2.3 cannot read mail 
7319                 from local mbox)
7322 2006-06-15 [mones]      2.3.0cvs15
7324         * tools/make.themes.project
7325                 creates the themes project from the web page
7327 2006-06-15 [colin]      2.3.0cvs14
7329         * src/folder.c
7330                 Better fix (avoid losing the folder if scan_tree 
7331                 fails)
7333 2006-06-15 [cleroy]     2.3.0cvs13
7335         * src/folder.c
7336                 Probably fix Bug #969 (crash on rebuilding 
7337                 imap folder)
7339 2006-06-14 [colin]      2.3.0cvs12
7341         * manual/dtd/manual.xsl
7342         * manual/sylpheed-claws-manual.xml
7343         * manual/fr/sylpheed-claws-manual.xml
7344         * manual/pl/sylpheed-claws-manual.xml
7345                 Insert pagebreaks between sections
7347 2006-06-14 [paul]       2.3.0cvs11
7349         * configure.ac
7350                 better fix than 2.3.0cvs10
7352 2006-06-14 [paul]       2.3.0cvs10
7354         * configure.ac
7355                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7356                 (backwards compatible)
7358 2006-06-13 [colin]      2.3.0cvs9
7360         * src/messageview.c
7361                 Fix sending of return receipt with the new queue folders
7363 2006-06-13 [wwp]        2.3.0cvs8
7365         * src/quote_fmt_lex.l
7366                 fix wrong tokens returned in quote_fmt lexer, query not().
7368 2006-06-13 [wwp]        2.3.0cvs7
7370         * src/folder.c
7371         * src/prefs_folder_item.c
7372                 allow changing folder type even when folder is not a top-level one,
7373                 thanks to Colin.
7375 2006-06-12 [colin]      2.3.0cvs6
7377         * src/folderview.c
7378                 Fix double-ask of "Do you want to mark all
7379                 as read"
7381 2006-06-12 [colin]      2.3.0cvs5
7383         * src/compose.c
7384         * src/compose.h
7385         * src/folder.c
7386         * src/folder.h
7387         * src/imap.c
7388         * src/inc.c
7389         * src/main.c
7390         * src/messageview.c
7391         * src/mh.c
7392         * src/prefs_folder_item.c
7393         * src/procheader.c
7394         * src/procmime.c
7395         * src/procmsg.c
7396         * src/procmsg.h
7397         * src/send_message.c
7398         * src/summaryview.c
7399         * src/toolbar.c
7400                 Apply bug #964's patch (Queue and drafts aren't normal)
7401                 The Drafts and Queue folder now contain RFC-822 files,
7402                 allowing to move and copy mails from and to these 
7403                 folders. Moving from Drafts to Queue will prepare the
7404                 mail for sending (PGP signature, encryption, etc).
7405                 This patch also rework sending errors handling to try
7406                 to be more helpful.
7407                 Also, allow redefining folder types via the GUI 
7408                 (Folder type in its Properties)
7410 2006-06-12 [colin]      2.3.0cvs4
7412         * src/summaryview.c
7413         * src/prefs_common.c
7414         * src/prefs_common.h
7415         * src/gedit-print.c
7416                 Allow to define a specific print font - patch
7417                 by Bernhard Walle <bernhard.walle@gmx.de>
7418         * src/prefs_fonts.c
7419         * manual/advanced.xml
7420         * manual/fr/advanced.xml
7421                 Add a hidden pref to allow deletion without
7422                 confirmation
7424 2006-06-12 [wwp]        2.3.0cvs3
7426         * .cvsignore
7427                 more files to ignore.
7429 2006-06-12 [wwp]        2.3.0cvs2
7431         * src/quote_fmt.c
7432         * src/quote_fmt_lex.l
7433         * src/quote_fmt_parse.y
7434                 extend the quote_fmt parser (templates and quotes):
7435                 - allow limited sub-expressions in |p{} and |f{} expressions,
7436                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7437                 - implemented/fixed missing implementation of query_references and show_references,
7438                 - completed, fixed contents and format of the symbols help dialog,
7439                 - fix some compilation warnings.
7441 2006-06-12 [wwp]        2.3.0cvs1
7443         * manual/advanced.xml
7444         * manual/fr/advanced.xml
7445                 updates in the "templates" section of the manual (eng/fr):
7446                  - be more precise (both versions)
7447                  - completed to match the english reference (fr version)
7448                  - touchups (both versions)
7450 2006-06-12 [paul]       2.3.0
7452         2.3.0 released
7454 2006-06-12 [paul]       2.2.3cvs14
7456         * po/ca.po
7457         * po/cs.po
7458         * po/de.po
7459         * po/el.po
7460         * po/fr.po
7461         * po/it.po
7462         * po/pt_BR.po
7463         * po/sr.po
7464         * po/zh_CN.po
7465                 updated by Miquel Oliete, Tim, Stephan Sachse,
7466                 Stavros Giannouris, Fabien Vantard, Andrea
7467                 Spadaccini, Frederico Goncalves Guimaraes,
7468                 Aleksandar Urosevic, and Ralgh Young
7470 2006-06-12 [colin]      2.2.3cvs13
7472         * src/mbox.c
7473                 Add missing header
7475 2006-06-11 [colin]      2.2.3cvs12
7477         * src/msgcache.c
7478                 Verify that g_malloc() succeeded
7480 2006-06-11 [colin]      2.2.3cvs11
7482         * src/wizard.c
7483                 Add Face header to welcome mail
7485 2006-06-10 [colin]      2.2.3cvs10
7487         * src/textview.c
7488                 Revert previous (Forgot it changes the
7489                 margin on the whole mail)
7491 2006-06-10 [colin]      2.2.3cvs9
7493         * src/textview.c
7494                 Don't overlap long headers under (X-)Face
7496 2006-06-10 [mones]      2.2.3cvs8
7498         * manual/xml2pdf
7499                 allow generation of manual on systems lacking saxon binary
7500                 but with java and the saxon library installed
7502         * po/es.po
7503                 updated for release
7505 2006-06-09 [colin]      2.2.3cvs7
7507         * src/summaryview.c
7508                 Fix leak when using Display Sender using Addressbook
7510 2006-06-09 [colin]      2.2.3cvs6
7512         * src/compose.c
7513         * src/folder.c
7514         * src/folderview.c
7515         * src/mimeview.c
7516         * src/summaryview.c
7517                 More leaks fixes
7519 2006-06-09 [paul]       2.2.3cvs5
7521         * AUTHORS
7522         * src/gtk/authors.h
7523         * tools/claws.i18n.status.pl
7524                 updated with new info
7526 2006-06-09 [paul]       2.2.3cvs4
7528         * README
7529                 updated
7530         * manual/ack.xml
7531                 add wwp to authors list
7532         * src/gtk/authors.h
7533                 update mine and Colin's addresses
7535 2006-06-08 [colin]      2.2.3cvs3
7537         * src/etpan/imap-thread.c
7538                 Fix leak on SSL cert check
7540 2006-06-08 [colin]      2.2.3cvs2
7542         * src/common/utils.c
7543                 Fix leak
7545 2006-06-08 [paul]       2.2.3cvs1
7547         * configure.ac
7548                 Update version number following
7549                 stable release
7551 2006-06-07 [colin]      2.2.2cvs3
7553         * src/msgcache.c
7554                 Fix catching cache read errors (guint instead of gint)
7555                 Prevent malloc'ing more than 8MB (means cache corruption)
7557 2006-06-07 [paul]       2.2.2cvs2
7559         * src/exporthtml.c
7560         * src/exportldif.c
7561         * src/mh.c
7562         * src/mutt.c
7563         * src/pine.c
7564         * src/common/utils.c
7565                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7566                 obey $HOME'
7567                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7568                 Thanks to Colin
7570 2006-06-06 [paul]       2.2.2cvs1
7572         * configure.ac
7573                 Update version number following
7574                 stable release
7576 2006-06-06 [paul]       2.2.1cvs6
7578         * src/matcher.c
7579                 fix  implicit declaration of
7580                 sylpheed_do_idle()
7581                 Patch by Fabien Vantard
7583 2006-06-06 [paul]       2.2.1cvs5
7585         * src/matcher.c
7586                 fix age_greater and age_lower so that they
7587                 mean what say and not '...or equal to'
7588                 Thanks to Colin
7590 2006-06-06 [paul]       2.2.1cvs4
7592         * src/textview.c
7593         * src/common/utils.c
7594                 fix URI check
7595                 Thanks to Colin
7597 2006-06-05 [wwp]        2.2.1cvs3
7599         * manual/fr/account.xml
7600                 minor language fixes (thanks to Fabien Vantard).
7602 2006-06-05 [colin]      2.2.1cvs2
7604         * src/prefs_folder_item.c
7605         * src/folderview.c
7606                 Allow recursive setting of properties 
7607                 for whole mailboxes
7608         * src/matcher.c
7609                 Don't freeze on 'test' filtering rule
7611 2006-06-05 [colin]      2.2.1cvs1
7613         * configure.ac
7614                 Update version number following
7615                 stable release
7617 2006-06-04 [wwp]        2.2.0cvs82
7619         * manual/glossary.xml
7620         * manual/account.xml
7621         * manual/fr/glossary.xml
7622         * manual/fr/account.xml
7623                 added glossary section and references/links related to the Face custom header.
7625 2006-06-04 [colin]      2.2.0cvs81
7627         * src/summaryview.c
7628                 Skip to next message on move with no
7629                 immediate execution
7631 2006-06-04 [wwp]        2.2.0cvs80
7633         * manual/xml2pdf
7634                 added sanity checks, exit when needed.
7636 2006-06-03 [paul]       2.2.0cvs79
7638         * src/prefs_receive.c
7639                 page name is now 'Receiving'
7640         * src/prefs_send.c
7641                 page name is now 'Sending'
7643 2006-06-03 [colin]      2.2.0cvs78
7645         * src/plugins/spamassassin/spamassassin_gtk.c
7646                 Autoswitch to Localhost if transport was previously
7647                 disabled. Else people had to check [] Enable, then
7648                 *reselect* transport.
7650 2006-06-03 [colin]      2.2.0cvs77
7652         * src/plugins/pgpinline/pgpinline.c
7653         * src/plugins/pgpmime/pgpmime.c
7654                 Check that gpg_data_release_and_get_mem 
7655                 didn't fail (now, why this happens...)
7657 2006-06-03 [colin]      2.2.0cvs76
7659         * src/mbox.c
7660                 Fix bug #962 (Manual and/or UI should 
7661                 warn about incompatible locking 
7662                 causing dataloss)
7664 2006-06-02 [cleroy]     2.2.0cvs75
7666         * src/filtering.c
7667         * src/folder.c
7668         * src/procmsg.c
7669         * src/summaryview.c
7670                 Fix a few leaks
7672 2006-06-02 [colin]      2.2.0cvs74
7674         * src/main.c
7675                 On exit, free caches after writing them
7676                 Shuts up some valgrind false positives
7677         * src/procmsg.c
7678         * src/send_message.c
7679                 Fix races when reusing existing SMTP connections
7680                 Fix inexistant session timeout
7681         * src/toolbar.c
7682                 Display alertpanel after all queues have
7683                 been processed, not after each
7685 2006-06-02 [wwp]        2.2.0cvs73
7687         * manual/fr/glossary.xml
7688         * manual/fr/ack.xml
7689         * manual/ack.xml
7690                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7692 2006-06-02 [wwp]        2.2.0cvs72
7694         * manual/xml2pdf
7695         * manual/dist/pdf/Makefile.am
7696         * manual/dtd/manual.xsl
7697         * manual/fr/dist/pdf/Makefile.am
7698         * manual/pl/dist/pdf/Makefile.am
7699                 we changed the procedure to generate the .pdf version of the manual.
7700                 The procedure is more modern and the .pdf we get now has a valid index.
7701                 Here are the new pre-requisites:
7703                 - JRE 1.x (1.4 here): there must be one from your distro
7704                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7705                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7706                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7708                 See my posts for further info about the installation of this toolchain:
7710                 Date: Fri, 19 May 2006 19:40:06 +0200
7711                 From: wwp <subscript@free.fr>
7712                 To: sylpheed-claws-devel@lists.sourceforge.net
7713                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7715                 and
7717                 Date: Wed, 24 May 2006 12:58:49 +0200
7718                 From: wwp <subscript@free.fr>
7719                 To: sylpheed-claws-devel@lists.sourceforge.net
7720                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7722 2006-06-01 [colin]      2.2.0cvs71
7724         * src/compose.c
7725                 Better guards against IMAP races
7726         * src/main.c
7727         * src/prefs_common.c
7728         * src/prefs_common.h
7729         * src/common/ssl_certificate.c
7730         * src/etpan/imap-thread.c
7731         * src/etpan/imap-thread.h
7732         * src/gtk/sslcertwindow.c
7733                 New hidden option ssl_skip_cert_check to 
7734                 avoid dups of bug #959 (libetpan linked
7735                 against gnutls and gnutls buggy on 64bit)
7736                 Present expired warning only once per
7737                 session/server.
7738         * manual/advanced.xml
7739         * manual/fr/advanced.xml
7740                 Document new option
7742 2006-06-01 [wwp]        2.2.0cvs70
7744         * src/messageview.c
7745                 fix for bug #961 (return receipt dialog 
7746                 complains incorrectly about return-path 
7747                 email adress being different), thanks 
7748                 to Colin.
7750 2006-05-31 [cleroy]     2.2.0cvs69
7752         * src/common/ssl.c
7753                 Guard against NULLs, although this
7754                 should never be an issue
7756 2006-05-31 [colin]      2.2.0cvs68
7758         * src/filtering.c
7759                 Use g_slist_prepend
7760         * src/imap.c
7761                 Don't remove caches when destroying folder, it
7762                 could (should) be done at exit
7763         * src/inc.c
7764                 free processing cache after incorporation
7765         * src/etpan/imap-thread.c
7766                 Maybe fix bug #959 (Crash on moving to emails 
7767                 to a imap account per ssl with a expired 
7768                 certificate.)
7770 2006-05-30 [colin]      2.2.0cvs67
7772         * src/summaryview.c
7773                 Put back event flush when displaying message
7774                 It avoids reading a bunch of messages just
7775                 by hitting shift-n for too long ;)
7777 2006-05-29 [colin]      2.2.0cvs66
7779         * src/summaryview.c
7780                 Remove useless g_warnings
7782 2006-05-29 [colin]      2.2.0cvs65
7784         * src/imap.c
7785                 Fix g_slist_append()s for performance
7787 2006-05-29 [colin]      2.2.0cvs64
7789         * src/compose.c
7790         * src/common/utils.c
7791                 Fix extraneous tab at start of addresses
7792         * src/mainwindow.c
7793                 Fix warnings (thanks to Fabien)
7794                 Fix crash at exit when composing messages 
7795                 exist
7796         * src/pop.c
7797                 Fix progress bar when deleting expired mails
7798                 Thanks to Hiro
7799         * src/summaryview.c
7800         * src/gtk/gtksctree.c
7801                 Fix re-sorting slowness
7803 2006-05-29 [paul]       2.2.0cvs63
7805         * src/mh.c
7806                 fetch full message when moving mails
7807                 from another mailbox, (fixed data loss
7808                 when filtering from IMAP to MH, introduced
7809                 in 2.2.0cvs57).
7810                 Thanks to Colin
7812 2006-05-29 [mones]      2.2.0cvs62
7814         * src/gtk/gtksctree.c
7815                 Unselect faster (patch by Colin)        
7817 2006-05-26 [colin]      2.2.0cvs61
7819         * src/summaryview.c
7820                 Unplug MSGINFO_UPDATE callback on delete too.
7822 2006-05-26 [colin]      2.2.0cvs60
7824         * src/foldersel.c
7825                 Fix bold in folder selection window with glib2.10
7826                 thanks Hiro
7828 2006-05-26 [colin]      2.2.0cvs59
7830         * src/procheader.c
7831                 Convert date only if necessary (and don't
7832                 try to convert from utf8 to utf8, too)
7833         * src/summaryview.c
7834                 Only set column's text if the column's 
7835                 displayed
7837 2006-05-26 [colin]      2.2.0cvs58
7839         * src/summaryview.c
7840         * src/gtk/gtkutils.c
7841                 Fix useless warning
7843 2006-05-26 [colin]      2.2.0cvs57
7845         * src/mainwindow.c
7846                 Make summaryview selectable as long as 
7847                 no message has focus
7848         * src/mh.c
7849                 Faster deletion (by implementing mh_remove_msgs)
7850                 Faster copy (avoid using mh_fetch_msg just to get
7851                 the filename)
7852                 Faster move (using move_file instead of copy_file
7853                 if MSG_IS_MOVE)
7854                 No progressbar if total number of mails to cp/mv 
7855                 is less than 100
7856         * src/summaryview.c
7857                 Fix removal from subject_table when mail gets moved
7858                 Faster deletion (g_slist_prepend instead of append)
7859         * src/gtk/gtksctree.c
7860                 Remove useless code
7862 2006-05-25 [colin]      2.2.0cvs56
7864         * src/common/ssl_certificate.c
7865                 Fix leak in expired cert check
7867 2006-05-25 [colin]      2.2.0cvs55
7869         * src/mh.c
7870                 Disable flags syncing on .mh_sequences - it
7871                 is buggy and marks mails read under unknown
7872                 conditions.
7874 2006-05-25 [paul]
7876         * 2.3.0-rc4 released
7878 2006-05-24 [colin]      2.2.0cvs54
7880         attention cvs users: if you manage to crash
7881         Sylpheed-Claws while moving, copying or deleting
7882         mails, we *are* interested in stack traces and
7883         valgrind logs. It looks stable, but one never
7884         knows...
7886         * src/folder.c
7887                 Add progressbar for cache updates
7888         * src/folderutils.c
7889                 Optimize Mark all read in the current
7890                 folder
7891         * src/mh.c
7892                 Add progressbar for copy/move
7893         * src/procmsg.c
7894                 Optimize O(n^2) in copy/move
7895         * src/summaryview.c
7896         * src/gtk/gtksctree.c
7897                 Optimize O(n^2) algos
7898         * src/common/timing.h
7899                 Display ms instead of us
7901 2006-05-24 [wwp]        2.2.0cvs53
7903         * manual/fr/advanced.xml
7904                 updates to the French manual.
7906 2006-05-24 [wwp]        2.2.0cvs52
7908         * src/common/utils.c
7909                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7911 2006-05-24 [wwp]        2.2.0cvs51
7913         * src/folderutils.c
7914                 fixed "mark all read" in MH folders (thanks to Colin).
7916 2006-05-24 [paul]       2.2.0cvs50
7918         * doc/man/sylpheed-claws.1
7919                 updated the man page
7921 2006-05-23 [colin]      2.2.0cvs49
7923         * src/folderview.c
7924         * src/imap.c
7925         * src/inc.c
7926         * src/mbox.c
7927         * src/messageview.c
7928         * src/news.c
7929         * src/send_message.c
7930         * src/summaryview.c
7931         * src/gtk/sslcertwindow.c
7932                 alertpanel fixes, by Fabien
7934 2006-05-23 [colin]      2.2.0cvs48
7936         * src/folder.c
7937         * src/folderview.c
7938         * src/msgcache.c
7939         * src/summaryview.c
7940         * src/gtk/gtksctree.c
7941         * src/gtk/gtksctree.h
7942                 More timings
7943                 Fix slow loading problem, which was caused by the
7944                 use of some gtk_ctree funcs and their use of
7945                 g_list_position while gtk_ctree_(un)link'ing.
7946                 Reap more functions from gtkctree.c to be sure we
7947                 use our (fast) version instead of theirs.
7948         * src/mh.c
7949                 Fix copy of unread mails
7952 2006-05-22 [wwp]        2.2.0cvs47
7954         * manual/fr/advanced.xml
7955                 updated.
7957 2006-05-22 [colin]      2.2.0cvs46
7959         * src/filtering.c
7960                 Fix possible infinite loop. 'copy' is not a 
7961                 final action, so when encountering a 'copy',
7962                 we have to check if a previous one was set
7963                 and do it. In the same way, if we encounter
7964                 a 'move' we have to perform a possibly 
7965                 pending 'copy'. This will slow down filtering
7966                 on IMAP if move+copy or multiple copy actions
7967                 are to be done, but handling it via the batch
7968                 would be really too convoluted.
7970 2006-05-22 [wwp]        2.2.0cvs45
7972         * manual/fr/advanced.xml
7973         * manual/fr/faq.xml
7974         * manual/fr/glossary.xml
7975         * manual/fr/handling.xml
7976         * manual/fr/intro.xml
7977         * manual/fr/plugins.xml
7978         * manual/fr/sylpheed-claws-manual.xml
7979                 sync w/ the english manual: updates URIs, documented mailing-list
7980                 support, better explanation about the enabled/disabled feature
7981                 in filtering/processing rules by Paul.
7983 2006-05-21 [colin]      2.2.0cvs44
7985         * src/summaryview.c
7986                 Don't expand after building threads, but during
7988 2006-05-21 [colin]      2.2.0cvs43
7990         * src/procmsg.c
7991         * src/summaryview.c
7992                 More timing possibilities... For next time I have 
7993                 to find out how the hell some 3GHz computer takes
7994                 one minute to open a 30k folder...
7996 2006-05-21 [colin]      2.2.0cvs42
7998         * manual/pl/advanced.xml
7999         * manual/pl/faq.xml
8000         * manual/pl/glossary.xml
8001         * manual/pl/handling.xml
8002         * manual/pl/intro.xml
8003         * manual/pl/plugins.xml
8004         * manual/pl/sylpheed-claws-manual.xml
8005                 Polish manual updated by Pawel
8007 2006-05-20 [colin]
8009         * 2.3.0-rc3 released
8011 2006-05-20 [colin]      2.2.0cvs41
8013         * src/imap.c
8014                 Fix -rc2 problems:
8015                 - remove cache of moved messages from original folder
8016                 - apply new flags to messages even if they aren't appliable
8017                   via IMAP.
8019 2006-05-20 [colin]
8021         * 2.3.0-rc2 released
8023 2006-05-19 [colin]      2.2.0cvs40
8025         * src/imap.c
8026                 Don't issue SELECT in imap_change_flags
8027                 before having checked that we indeed have
8028                 some flags to change. MSG_POSTFILTERED for
8029                 example can't be used on IMAP.
8030                 Fixes bug #955 (copying messages between 
8031                 imap folders is extremely slow), which was
8032                 a regression.
8034 2006-05-19 [colin]      2.2.0cvs39
8036         * src/folder.c
8037         * src/folder.h
8038         * src/folderview.c
8039                 Try to fix bug #830 (Some unread messages 
8040                 get marked read in IMAP inbox):
8041                 - Prevent scanning a folder if it's being 
8042                   opened via the GUI
8043                 - Postpone opening via the GUI of a folder
8044                   currently scanned.
8047 2006-05-19 [wwp]        2.2.0cvs38
8049         * manual/advanced.xml
8050                 fix English+typo (thanks to Paul).
8052 2006-05-19 [wwp]        2.2.0cvs37
8054         * manual/advanced.xml
8055         * manual/fr/advanced.xml
8056         * src/gtk/logwindow.c
8057         * src/prefs_common.c
8058         * src/prefs_common.h
8059                 added hidden prefs to allow customization of colors used in
8060                 protocol log window (useful for dark gtk+ themes).
8062 2006-05-19 [wwp]        2.2.0cvs36
8064         * ChangeLog
8065                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8067 2006-05-19 [paul]       2.2.0cvs35
8069         * src/textview.c
8070                 make Reply-To fully clickable
8071         * src/gtk/logwindow.c
8072                 more colouring (SMTP ESMTP)
8073         Both patches by Pawel Pekala
8075 2006-05-19 [cleroy]     2.2.0cvs34
8077         * src/mh.c
8078                 Don't update flags from current folder
8079                 Probably fixes bug #935 (Read Messages 
8080                 Revert to Being Marked as Unread)
8082 2006-05-18 [colin]      2.2.0cvs33
8084         * src/imap.c
8085                 Warning fix
8086         * src/compose.c
8087         * src/mainwindow.c
8088         * src/summaryview.c
8089         * src/toolbar.c
8090                 Allow replying to multiple emails
8091                 in multiple windows
8092         * src/mimeview.c
8093         * src/etpan/imap-thread.c
8094                 Leak fixes
8096 2006-05-18 [paul]       2.2.0cvs32
8098         * src/summaryview.c
8099                 keep Mailing-List menu refreshed
8100                 Thanks to Colin
8102 2006-05-18 [paul]       2.2.0cvs31
8104         * manual/advanced.xml
8105         * manual/faq.xml
8106         * manual/glossary.xml
8107         * manual/handling.xml
8108         * manual/intro.xml
8109         * manual/plugins.xml
8110         * manual/sylpheed-claws-manual.xml
8111                 update URLs
8112                 add info about mailing-list support
8113                 edit filtering info
8114         * src/wizard.c
8115         * src/common/defs.h
8116         * src/gtk/about.c
8117         * src/plugins/dillo_viewer/README
8118                 update URLs
8120 2006-05-17 [wwp]        2.2.0cvs30
8122         * manual/handling.xml
8123         * manual/fr/handling.xml
8124                 documented the ability to enabled/disable filtering/processing rules.
8126 2006-05-17 [colin]      2.2.0cvs29
8128         * src/main.c
8129                 Don't initialize g_thread subsystem if it's 
8130                 already done (thanks to Hiro)
8131         * src/mimeview.c
8132                 Fix saving of parts when there name can't be
8133                 converted from UTF-8.
8135 2006-05-17 [paul]       2.2.0cvs28
8137         * po/Makefile.in.in
8138                 fix config.status warning with autoconf 2.60
8140 2006-05-17 [paul]       2.2.0cvs27
8142         * po/POTFILES.in
8143                 add src/mbox.c
8145 2006-05-17 [wwp]        2.2.0cvs26
8147         * src/mainwindow.c
8148                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8150 2006-05-17 [wwp]        2.2.0cvs25
8152         * src/plugins/demo/demo.c
8153                 updated product name in plugin demo (many plugins need to be
8154                 sync'ed w/ that change).
8156 2006-05-17 [colin]      2.2.0cvs24
8158         * src/mh.c
8159                 Fix leak
8161 2006-05-16 [colin]      2.2.0cvs23
8163         * src/mainwindow.c
8164                 Stupid me hit again. Fix cvs22.
8166 2006-05-16 [colin]      2.2.0cvs22
8168         * src/mainwindow.c
8169                 Fix bug #922 (sylpheed-claws crashed after 
8170                 pushing on Inbox folder)
8172 2006-05-16 [colin]      2.2.0cvs21
8174         * src/compose.c
8175                 Make From header be copy/paste/select-able
8177 2006-05-16 [wwp]        2.2.0cvs20
8179         * src/export.c
8180         * src/matcher.c
8181         * src/summaryview.c
8182         * src/etpan/imap-thread.c
8183                 fix some compiler warnings (thanks to Colin).
8185 2006-05-16 [wwp]        2.2.0cvs19
8187         * src/action.c
8188         * src/gedit-print.c
8189         * src/inc.c
8190         * src/mainwindow.c
8191         * src/mh.c
8192         * src/statusbar.c
8193         * src/send_message.c
8194         * src/summaryview.c
8195                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8197 2006-05-15 [colin]      2.2.0cvs18
8199         * src/procmsg.c
8200                 Fix automatic rule creation with List-Post
8202 2006-05-15 [paul]       2.2.0cvs17
8204         * tools/filter_conv_new.pl
8205                 updated for rule enabling/disabling
8206                 claws version >= 2.3.x required
8208 2006-05-15 [cleroy]     2.2.0cvs16
8210         * src/main.c
8211                 Revert test
8213 2006-05-15 [cleroy]     2.2.0cvs15
8215         * src/main.c
8216                 test
8218 2006-05-15 [wwp]        2.2.0cvs14
8220         * manual/pl/.cvsignore
8221                 ignore generated files.
8223 2006-05-14 [wwp]        2.3.0-rc1
8225         * 2.3.0-rc1 released
8227 2006-05-13 [wwp]        2.2.0cvs13
8229         * src/filtering.c
8230         * src/filtering.h
8231         * src/matcher.c
8232         * src/matcher_parser_lex.l
8233         * src/matcher_parser_parse.y
8234         * src/prefs_filtering.c
8235                 new feature: provide the ability to disable filtering and processing
8236                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8237                 adaptations.
8239 2006-05-13 [colin]      2.2.0cvs12
8241         * src/compose.c
8242                 Remove useless if (a) b; else b;
8243                 Thanks to wwp
8245 2006-05-13 [wwp]        2.2.0cvs11
8247         * src/export.c
8248         * src/import.c
8249         * src/mainwindow.c
8250         * src/mbox.c
8251         * src/summaryview.c
8252         * src/summaryview.h
8253                 no more silent failures (or at least less ones) when importing
8254                 or exporting from/to mbox. Also start importing/exporting if
8255                 the necessary info is set.
8257 2006-05-13 [wwp]        2.2.0cvs10
8259         * RELEASE_NOTES
8260                 restored up-to-date release notes.
8262 2006-05-13 [paul]       2.2.0cvs9
8264         * po/nl.po
8265         * po/ru.po
8266                 updated by Tim Dijkstra and Pavlo Bohmat
8268 2006-05-12 [colin]      2.2.0cvs8
8270         * src/gtk/quicksearch.c
8271                 Add "k" as shortcut for "colorlabel". Patch
8272                 by ath42@users.sf.net.
8274 2006-05-12 [paul]       2.2.0cvs7
8276         * src/prefs_common.h
8277         * src/prefs_summaries.c
8278         * src/summaryview.c
8279                 when entering a folder also allow
8280                 going directly to first Marked message
8282 2006-05-12 [paul]       2.2.0cvs6
8284         * src/summaryview.c
8285                 always obey 'confirm before marking all
8286                 mails read' option
8288 2006-05-12 [paul]       2.2.0cvs5
8290         * src/textview.c
8291                 make Sender fully clickable
8293 2006-05-12 [colin]      2.2.0cvs4
8295         * src/compose.c
8296         * src/compose.h
8297                 Let From be editable
8298         * src/main.c
8299         * src/mh.c
8300                 Full support of .mh_sequences' Unseen seq
8302 2006-05-12 [colin]      2.2.0cvs3
8304         * src/folder.c
8305         * src/mainwindow.c
8306         * src/mainwindow.h
8307         * src/messageview.c
8308         * src/prefs_spelling.c
8309         * src/procheader.c
8310         * src/procmsg.c
8311         * src/procmsg.h
8312         * src/summaryview.c
8313         * src/toolbar.c
8314         * src/toolbar.h
8315                 Add contextual menu on Compose toolbar
8316                 button. Fixes bug #944 (Automatic
8317                 addresses not applied when changing account
8318                 from compose window)
8319                 add Mailing List support
8320                 based on the old 0.6.5claws25 patch by
8321                 Melvin Hadasht, with finishing touches
8322                 by Colin
8323                 Fix "ignore thread" when mails are threaded by
8324                 subject (and weren't ignored although appearing
8325                 in the thread).
8326                 GUI rework.
8327                 Both patches by Pawel.
8329 2006-05-08 [paul]       2.2.0cvs2
8331         * src/mainwindow.c
8332         * src/mainwindow.h
8333         * src/messageview.c
8334         * src/procheader.c
8335         * src/procmsg.c
8336         * src/procmsg.h
8337         * src/summaryview.c
8338                 add Mailing List support
8339                 based on the old 0.6.5claws25 patch by 
8340                 Melvin Hadasht, with finishing touches
8341                 by Colin
8343 2006-05-08 [colin]      2.2.0cvs1
8345         * src/mainwindow.c
8346         * src/toolbar.c
8347         * src/toolbar.h
8348                 Add contextual menu on Compose toolbar 
8349                 button. Fixes bug #944 (Automatic 
8350                 addresses not applied when changing account 
8351                 from compose window)
8353 2006-05-08 [paul]       2.2.0
8355         2.2.0 released
8357 2006-05-08 [paul]       2.1.1cvs51
8359         * po/cs.po
8360         * po/de.po
8361         * po/en_GB.po
8362         * po/fi.po
8363         * po/fr.po
8364         * po/pt_BR.po
8365         * po/sr.po
8366         * po/zh_CN.po
8367                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8368                 Fabien Vantard, Frederico Goncalves Guimaraes,
8369                 Aleksandar Urosevic, and Ralgh Young
8371 2006-05-12 [colin]      2.1.1cvs50
8373         * po/cs.po
8374         * po/de.po
8375         * po/en_GB.po
8376         * po/es.po
8377         * po/fi.po
8378         * po/fr.po
8379         * po/pt_BR.po
8380         * po/sr.po
8381         * po/zh_CN.po
8382                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8383                 Fabien Vantard, Frederico Goncalves Guimaraes,
8384                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8386 2006-05-05 [colin]      2.1.1cvs49
8388         * manual/Makefile.am
8389         * manual/pl/Makefile.am
8390         * manual/pl/account.xml
8391         * manual/pl/ack.xml
8392         * manual/pl/addrbook.xml
8393         * manual/pl/advanced.xml
8394         * manual/pl/faq.xml
8395         * manual/pl/glossary.xml
8396         * manual/pl/gpl.xml
8397         * manual/pl/handling.xml
8398         * manual/pl/intro.xml
8399         * manual/pl/keyboard.xml
8400         * manual/pl/plugins.xml
8401         * manual/pl/starting.xml
8402         * manual/pl/sylpheed-claws-manual.xml
8403         * manual/pl/dist/.cvsignore
8404         * manual/pl/dist/Makefile.am
8405         * manual/pl/dist/html/.cvsignore
8406         * manual/pl/dist/html/Makefile.am
8407         * manual/pl/dist/pdf/.cvsignore
8408         * manual/pl/dist/pdf/Makefile.am
8409         * manual/pl/dist/ps/.cvsignore
8410         * manual/pl/dist/ps/Makefile.am
8411         * manual/pl/dist/txt/.cvsignore
8412         * manual/pl/dist/txt/Makefile.am
8413                 Add the polish translation of the manual,
8414                 Authored by Pawel Pekala.
8416 2006-05-05 [cleroy]     2.1.1cvs48
8418         * src/main.c
8419                 Re-read matcherrc after loading plugins 
8420                 if some of them add folders.
8422 2006-05-03 [colin]      2.1.1cvs47
8424         * src/imap.c
8425                 I'm idiot
8427 2006-05-03 [colin]      2.1.1cvs46
8429         * src/imap.c
8430                 Be sure to have a session when
8431                 getting separator
8433 2006-05-03 [colin]      2.1.1cvs45
8435         * src/imap.c
8436         * src/imap.h
8437         * src/imap_gtk.c
8438                 Fix preventing renaming with namespace 
8439                 separator.
8441 2006-05-01 [colin]      2.1.1cvs44
8443         * src/action.c
8444                 Don't reload messageview when result of
8445                 action is piped.
8447 2006-04-29 [colin]      2.1.1cvs43
8449         * src/prefs_receive.c
8450         * src/plugins/spamassassin/spamassassin_gtk.c
8451         * src/plugins/clamav/clamav_plugin_gtk.c
8452                 GUI fixes by Pawel
8454 2006-04-29 [colin]      2.1.1cvs42
8456         * src/prefs_compose_writing.c
8457         * src/prefs_quote.c
8458                 Cleanups. Patch by Pawel
8460 2006-04-28 [paul]       2.1.1cvs41
8462         * src/matcher.c
8463                 fix returned quick search results when search
8464                 term contains an underscore.
8465                 Thanks to Colin
8467 2006-04-28 [paul]       2.1.1cvs40
8469         * src/prefs_message.c
8470         * src/prefs_receive.c
8471                 GUI cleanups
8472                 Patches by Pawel Pekala
8474 2006-04-27 [colin]      2.1.1cvs39
8476         * src/wizard.c
8477                 Differentiate subject Welcome from
8478                 window's title Welcome
8480 2006-04-27 [paul]
8482         2.2.0-rc1 released
8484 2006-04-27 [paul]       2.1.1cvs38
8486         * manual/advanced.xml
8487         * manual/fr/advanced.xml
8488                 add info about compose_no_markup hidden pref
8490 2006-04-27 [paul]       2.1.1cvs37
8492         * src/prefs_account.c
8493                 improve privacy labels
8494         * src/prefs_msg_colors.c
8495                 change some strings for translators' convenience
8496         * src/gtk/gtkutils.c
8497                 don't underline the link button text
8499 2006-04-25 [colin]      2.1.1cvs36
8501         * src/folder.c
8502                 Complete 2.1.1cvs33 (once more ;)
8504 2006-04-25 [colin]      2.1.1cvs35
8506         * src/editldap.c
8507                 Fix tooltip
8509 2006-04-25 [cleroy]     2.1.1cvs34
8511         * src/compose.c
8512         * src/gtk/gtkaspell.c
8513                 Fix crash on redirect (related to the return 
8514                 of the aspell menu in compose's toolbar)
8515         * src/prefs_msg_colors.c
8516                 Fix sensitivity widgets
8517         * src/image_viewer.c
8518         * src/gtk/pluginwindow.c
8519         * src/gtk/prefswindow.c
8520                 Change released signals to clicked (Fabien)
8521         * po/POTFILES.in
8522         * src/common/socket.c
8523         * src/plugins/spamassassin/spamassassin.c
8524                 Translate strings (Fabien)
8526 2006-04-25 [paul]       2.1.1cvs33
8528         * src/folder.c
8529         * src/folder.h
8530         * src/folderview.c
8531                 complete the fix of bug #912
8532                 Thanks to Colin
8534 2006-04-25 [colin]      2.1.1cvs32
8536         * src/news.c
8537                 Better progress bar
8538         * src/mimeview.c
8539         * src/summaryview.c
8540         * src/summaryview.h
8541                 Fix focus chain
8542                 Patches by Pawel Pekala
8544 2006-04-24 [colin]      2.1.1cvs31
8546         * src/compose.c
8547                 Fix compilation warnings (Fabien)
8549 2006-04-24 [colin]      2.1.1cvs30
8551         * src/addrindex.c
8552         * src/editldap.c
8553         * src/editldap_basedn.c
8554         * src/editldap_basedn.h
8555         * src/ldapctrl.c
8556         * src/ldapctrl.h
8557         * src/ldapquery.c
8558         * src/ldaputil.c
8559         * src/ldaputil.h
8560                 Fix bug #901 (LDAPS support)
8562 2006-04-24 [colin]      2.1.1cvs29
8564         * src/compose.c
8565                 Fix logic on error with send dialog on
8566         * src/imap.c
8567                 Fix compilation without libetpan, thanks
8568                 to Fabien
8569         * src/summaryview.c
8570                 Fix 'context-menu' key
8572 2006-04-23 [colin]      2.1.1cvs28
8574         * src/folder.c
8575                 Never free current's cache to free up 
8576                 memory. Fixes bug #912 (new count 
8577                 randomly set to message count)
8579 2006-04-23 [colin]      2.1.1cvs27
8581         * src/gtk/quicksearch.c
8582                 And remove printf...
8584 2006-04-23 [colin]      2.1.1cvs26
8586         * src/gtk/quicksearch.c
8587                 Fix replacing in quicksearch, and fix inserting
8588                 in the middle of the string. (introduced at 2.1.0cvs22)
8590 2006-04-23 [colin]      2.1.1cvs25
8592         * src/imap.c
8593                 Make sure uidnext is initialized in get_num_list
8594                 (not for stable, related to 2.1.1cvs8 and friends)
8596 2006-04-23 [colin]      2.1.1cvs24
8598         * src/imap.c
8599                 Output something when login is successful
8600                 too
8602 2006-04-23 [colin]      2.1.1cvs23
8604         * src/etpan/imap-thread.c
8605                 Better logging (line-per-line, hide data in fetch)
8606                 Fix a const warning
8607         * src/gtk/logwindow.c
8608         * src/gtk/logwindow.h
8609                 Better logging (color for input/output)
8611 2006-04-21 [colin]      2.1.1cvs22
8613         * src/gtk/quicksearch.c
8614                 On gtk+-2.8, use stock buttons in quicksearch
8615                 Based on a patch by Fabien and a design by Paul
8617 2006-04-21 [colin]      2.1.1cvs21
8619         * src/folderview.c
8620         * src/mainwindow.c
8621                 Fix occasional flicker in folderview
8622         * src/common/utils.c
8623                 Fix bug #943 (Incorrectly parsed email address 
8624                 list in short headers on message view and in 
8625                 printouts)
8627 2006-04-20 [colin]      2.1.1cvs20
8629         * src/imap.c
8630         * src/imap.h
8631         * src/prefs_account.c
8632                 Add ANONYMOUS auth for IMAP
8634 2006-04-20 [paul]       2.1.1cvs19
8636         * src/main.c
8637                 proper fix for 2.1.1cvs18
8638                 Thanks to Colin
8640 2006-04-20 [paul]       2.1.1cvs18
8642         * src/main.c
8643                 fix build warnings
8645 2006-04-20 [paul]       2.1.1cvs17
8647         * src/gtk/quicksearch.c
8648                 fix standard, non-extended Quick search,
8649                 was broken in 2.1.1cvs15.
8650                 Thanks to Colin.
8652 2006-04-20 [colin]      2.1.1cvs16
8654         * src/prefs_matcher.c
8655                 Fix values when reselecting a ~test
8656                 rule
8658 2006-04-19 [colin]      2.1.1cvs15
8660         * src/compose.c
8661         * src/compose.h
8662         * src/gtk/gtkaspell.c
8663         * src/gtk/gtkaspell.h
8664                 Put back Options menu in Spelling/
8665         * src/gtk/quicksearch.c
8666                 Don't search, and show error, if the
8667                 advanced search has a syntax error
8669 2006-04-18 [colin]      2.1.1cvs14
8671         * src/textview.c
8672                 Fix gdk warnings on set_cursor when textview
8673                 isn't visible
8675 2006-04-18 [colin]      2.1.1cvs13
8677         * src/gtk/gtksctree.c
8678                 Remove seemingly useless refresh that causes
8679                 flicker - watch this commit in case of 
8680                 problems before planned backport to stable
8682 2006-04-18 [colin]      2.1.1cvs12
8684         * src/imap.c
8685                 Factorize get/set_xml code
8686         * src/compose.c
8687         * src/prefs_account.c
8688         * src/prefs_account.h
8689         * src/procmsg.c
8690                 Add Encrypt to self option
8692 2006-04-17 [colin]      2.1.1cvs11
8694         * configure.ac
8695                 Fix search on encrpyt function on dragonfly
8696                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8698 2006-04-17 [colin]      2.1.1cvs10
8700         * src/prefs_account.c
8701                 Be safe by default: remove mails from POP3
8702                 after 7 days, not immediately
8704 2006-04-17 [colin]      2.1.1cvs9
8706         * src/etpan/imap-thread.c
8707                 Fix build on DragonFly - patch by 
8708                 Jonathan Buschmann <jonthn@agmact.com>
8710 2006-04-17 [colin]      2.1.1cvs8
8712         * src/imap.c
8713                 Save uidnext between sessions
8715 2006-04-17 [colin]      2.1.1cvs7
8717         * src/imap.c
8718                 scan is required when uid validity changes
8720 2006-04-17 [colin]      2.1.1cvs6
8722         * src/folderview.c
8723                 Don't scan if not necessary, apart in current
8724                 folder and INBOX to fetch flags.
8725         * src/imap.c
8726                 Scan is necessary if unread count changes
8728 2006-04-17 [colin]      2.1.1cvs5
8730         * src/imap.c
8731                 ...But always fetch ANSWERED and DELETED flags for
8732                 INBOX, as filtering can happen on these flags.
8734 2006-04-17 [colin]      2.1.1cvs4
8736         * src/imap.c
8737                 Don't fetch REPLIED and DELETED flags when synchronising
8738                 flags with a closed folder. We only need UNSEEN and FLAGGED
8739                 to update the folderview.
8741 2006-04-17 [colin]      2.1.1cvs3
8743         * src/imap.c
8744                 Faster flag search when there are new mails 
8745                 in a folder. We can do a full search if the 
8746                 folder contains less messages than the new
8747                 list.
8749 2006-04-17 [colin]      2.1.1cvs2
8751         * po/cs.po
8752         * po/de.po
8753         * po/fr.po
8754         * po/nl.po
8755         * po/pt_BR.po
8756                 Update translations from stable branch
8758 2006-04-17 [colin]      2.1.1cvs1
8760         * configure.ac
8761                 Bump version to follow stable release
8763 2006-04-16 [mones]      2.1.0cvs50
8765         * po/es.po
8766                 Updated for release
8768 2006-04-16 [colin]      2.1.0cvs49
8770         * src/textview.c
8771                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8772                 with gtk < 2.8. Thanks to Fabien Vantard.
8774 2006-04-15 [colin]      2.1.0cvs48
8776         * src/etpan/imap-thread.c
8777                 Fix bug #919 (libetpan: SEGV when connecting 
8778                 using command)
8780 2006-04-14 [colin]      2.1.0cvs47
8782         * src/main.c
8783                 Fix race on --select (should be done better)
8785 2006-04-14 [wwp]        2.1.0cvs46
8787         * src/send_message.c
8788                 enforce a check for domain in account prefs (a sending
8789                 error could be faced if domain was checked but no value set),
8790                 thanks to Colin.
8792 2006-04-14 [colin]      2.1.0cvs45
8794         * src/codeconv.c
8795                 when converting from unknown to unknown, if the
8796                 string is UTF8, don't convert it to the locale
8797                 (which breaks it)
8799 2006-04-14 [colin]      2.1.0cvs44
8801         * src/compose.c
8802                 Don't try to use ASCII for converting headers
8803                 (as done in body)
8805 2006-04-14 [paul]       2.1.0cvs43
8807         * src/crash.c
8808                 add locale/charset info to crash report
8809         * src/gtk/about.c
8810                 add wwp to doc team
8811                 replace 'e-mail' with preferred 'email'
8812         * src/gtk/authors.h
8813                 ensure contributors list is in alphabetical
8814                 order
8816 2006-04-13 [colin]      2.1.0cvs42
8818         * src/textview.c
8819                 Prevent gdk warnings
8821 2006-04-13 [colin]      2.1.0cvs41
8823         * src/common/ssl_certificate.c
8824         * src/common/ssl_certificate.h
8825         * src/gtk/sslcertwindow.c
8826                 Warn on expired certs, and display the expiration date
8828 2006-04-13 [colin]      2.1.0cvs40
8830         * src/plugins/spamassassin/spamassassin_gtk.c
8831                 Fix missing set_text on unix socket
8833 2006-04-13 [wwp]        2.1.0cvs39
8835         * manual/fr/advanced.xml
8836         * manual/fr/glossary.xml
8837                 applied new spam/ham/email lexicon (pourriel, courriel)
8839 2006-04-13 [paul]       2.1.0cvs38
8841         * src/plugins/pgpmime/plugin.c
8842                 remove the mention of S/MIME from the
8843                 description. This is now handled by the
8844                 S/MIME plugin.
8846 2006-04-13 [paul]       2.1.0cvs37
8848         * src/prefs_msg_colors.c
8849                 rework dialog
8850         * src/prefs_folder_item.c
8851         * src/prefs_spelling.c
8852                 add a tooltip to the colour selector buttons
8854 2006-04-13 [wwp]        2.1.0cvs36
8856         * manual/advanced.xml
8857         * manual/glossary.xml
8858         * manual/handling.xml
8859         * manual/keyboard.xml
8860         * manual/plugins.xml
8861         * manual/starting.xml
8862         * manual/fr/account.xml
8863         * manual/fr/ack.xml
8864         * manual/fr/addrbook.xml
8865         * manual/fr/advanced.xml
8866         * manual/fr/faq.xml
8867         * manual/fr/glossary.xml
8868         * manual/fr/gpl.xml
8869         * manual/fr/handling.xml
8870         * manual/fr/intro.xml
8871         * manual/fr/keyboard.xml
8872         * manual/fr/plugins.xml
8873         * manual/fr/starting.xml
8874         * manual/fr/sylpheed-claws-manual.xml
8875                 fixes to the manuals:
8876                  - summaryview -> Message List (same in French)
8877                  - translate key names
8878                  - fix French punctuation, use non-breakable spaces when
8879                    necessary, don't use &thinsp; which is not portable
8880                  - tell what maildir and mbox formats we support
8882 2006-04-12 [wwp]        2.1.0cvs35
8884         * src/prefs_toolbar.c
8885                 unified a replace button more,
8886                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8888 2006-04-12 [wwp]        2.1.0cvs34
8890         * src/prefs_common.c
8891         * src/prefs_msg_colors.c
8892                 make default color labels translatable,
8893                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8894                 thanks to Tim <timbrain@post.cz> for reporting.
8896 2006-04-12 [wwp]        2.1.0cvs33
8898         * manual/glossary.xml
8899         * manual/intro.xml
8900         * manual/plugins.xml
8901         * manual/starting.xml
8902         * manual/sylpheed-claws-manual.xml
8903         * manual/fr/.cvsignore
8904         * manual/fr/account.xml
8905         * manual/fr/ack.xml
8906         * manual/fr/addrbook.xml
8907         * manual/fr/advanced.xml
8908         * manual/fr/faq.xml
8909         * manual/fr/glossary.xml
8910         * manual/fr/handling.xml
8911         * manual/fr/intro.xml
8912         * manual/fr/keyboard.xml
8913         * manual/fr/plugins.xml
8914         * manual/fr/starting.xml
8915         * manual/fr/sylpheed-claws-manual.xml
8916                 various fixes: typos, missing .fr translations, punctuation,
8917                 capitalization, links, accents and some bad French more.
8919 2006-04-12 [wwp]        2.1.0cvs32
8921         * src/prefs_gtk.c
8922                 fix for bug #935: always store prefs files in UTF-8 (thanks
8923                 to Colin).
8925 2006-04-11 [colin]      2.1.0cvs31
8927         * src/compose.c
8928                 Fix inserting files not in utf8 when locale is utf8
8930 2006-04-11 [colin]      2.1.0cvs30
8932         * src/inc.c
8933                 Don't show error dialog when cancelling connection
8934                 Patch by Pawel
8936 2006-04-11 [cleroy]     2.1.0cvs29
8938         * src/compose.c
8939                 Implement multiple quote levels
8940         * src/prefs_common.c
8941                 Change a little bit the quote bgcolor for 2nd level
8943 2006-04-11 [colin]      2.1.0cvs28
8945         * src/gtk/about.c
8946                 Add locale and charset in the label
8948 2006-04-10 [colin]      2.1.0cvs27
8950         * src/compose.c
8951         * src/prefs_common.c
8952         * src/prefs_common.h
8953         * src/prefs_msg_colors.c
8954         * src/textview.c
8955                 Allow optional background color in quotes
8956                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8957                 GTK+-2.8.x feature
8959 2006-04-10 [colin]      2.1.0cvs26
8961         * src/main.c
8962         * src/mainwindow.c
8963         * src/mainwindow.h
8964                 Implement --select
8966 2006-04-10 [colin]      2.1.0cvs25
8968         * manual/plugins.xml
8969         * manual/fr/plugins.xml
8970                 Document libcurl's proxy variables
8972 2006-04-09 [colin]      2.1.0cvs24
8974         * src/prefs_common.c
8975                 gettext() returns statically allocated stuff. We have
8976                 to strdup it in order to be able to free it.
8978 2006-04-09 [colin]      2.1.0cvs23
8980         * AUTHORS
8981         * src/gtk/authors.h
8982                 Add Alexei
8984 2006-04-09 [colin]      2.1.0cvs22
8986         * src/mainwindow.c
8987         * src/gtk/quicksearch.c
8988                 Fix bug #859 (problems with cyrilic input in 
8989                 search panel) - Patch by Alexey Illarionov 
8990                 <littlesavage@rambler.ru>
8992 2006-04-09 [colin]      2.1.0cvs21
8994         * src/prefs_customheader.c
8995                 I prefer removing then freeing rather than the contrary
8996                 (even if it doesn't change anything ;-)
8997         * src/prefs_account.c
8998                 Fix bug #933 (Crash re-entering the custom headers list 
8999                 dialog in accounts prefs)
9000                 The problem happened when cancelling the Account 
9001                 Preferences' dialogs - in which case we didn't do 
9002                 anything to the PrefsAccount * struct. In case of applying,
9003                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9004                 working with in this dialog. The problem is that 
9005                 prefs_customheader.c, working on this tmp_ac_prefs, always
9006                 changes the ->customhdr_list pointer, even when cancelled. 
9007                 So in case of cancelling the prefs_account dialog, we still
9008                 have to update ->customhdr_list in the real account.
9010 2006-04-08 [colin]      2.1.0cvs20
9012         * manual/fr/glossary.xml
9013         * manual/fr/keyboard.xml
9014                 Forgot some headers :)
9016 2006-04-08 [colin]      2.1.0cvs19
9018         * manual/Makefile.am
9019         * manual/fr/Makefile.am
9020         * manual/fr/account.xml
9021         * manual/fr/ack.xml
9022         * manual/fr/addrbook.xml
9023         * manual/fr/advanced.xml
9024         * manual/fr/faq.xml
9025         * manual/fr/glossary.xml
9026         * manual/fr/gpl.xml
9027         * manual/fr/handling.xml
9028         * manual/fr/intro.xml
9029         * manual/fr/keyboard.xml
9030         * manual/fr/plugins.xml
9031         * manual/fr/starting.xml
9032         * manual/fr/sylpheed-claws-manual.xml
9033         * manual/fr/dist/.cvsignore
9034         * manual/fr/dist/Makefile.am
9035         * manual/fr/dist/html/.cvsignore
9036         * manual/fr/dist/html/Makefile.am
9037         * manual/fr/dist/pdf/.cvsignore
9038         * manual/fr/dist/pdf/Makefile.am
9039         * manual/fr/dist/ps/.cvsignore
9040         * manual/fr/dist/ps/Makefile.am
9041         * manual/fr/dist/txt/.cvsignore
9042         * manual/fr/dist/txt/Makefile.am
9043                 Add the french translation of the manual. Thanks to
9044                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9045                 account.xml, ack.xml, addrbook.xml and advanced.xml
9047 2006-04-08 [colin]      2.1.0cvs18
9049         * manual/plugins.xml
9050         * manual/starting.xml
9051                 More fixes
9053 2006-04-07 [colin]      2.1.0cvs17
9055         * manual/faq.xml
9056         * manual/intro.xml
9057         * manual/keyboard.xml
9058                 Little fixes
9060 2006-04-07 [colin]      2.1.0cvs16
9062         * README
9063         * src/compose.c
9064         * src/prefs_common.c
9065         * src/prefs_common.h
9066                 Add hidden compose_no_markup pref
9068 2006-04-07 [wwp]        2.1.0cvs15
9070         * src/summary_search.c
9071         * .cvsignore
9072                 Bugfix: stop button was sticky when searching in an empty folder.
9073                 Applied curly brackets code style to the whole file (summary_search.c).
9074                 More files to ignore.
9076 2006-04-07 [wwp]        2.1.0cvs14
9078         * src/message_search.c
9079         * src/summary_search.c
9080                 changed default button when search bumps at file/folder
9081                 beginning or end, for convenience (thanks to Colin).
9083 2006-04-07 [paul]       2.1.0cvs13
9085         * src/plugins/dillo_viewer/dillo_prefs.c
9086                 avoid future potential for namespace collision
9087                 Patch by Colin
9089 2006-04-06 [wwp]        2.1.0cvs12
9091         * src/summary_search.c
9092                 Unify extended/advanced searches names (and thus factorize labels),
9093                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9095 2006-04-06 [wwp]        2.1.0cvs11
9097         * src/folderview.c
9098         * src/prefs_themes.c
9099         * src/summaryview.c
9100                 Fixed some compilation warnings.
9102 2006-04-06 [colin]      2.1.0cvs10
9104         * manual/advanced.xml
9105                 Document the wizard template and how to deploy
9106                 Sylpheed-Claws effectively
9108 2006-04-06 [colin]      2.1.0cvs9
9110         * src/folderview.c
9111                 gettext patch to tell translators about _("#"),
9112                 by Maxim Britov
9114 2006-04-06 [colin]      2.1.0cvs8
9116         * src/textview.c
9117                 Fix invalid GtkTextBIter after clicking "Display as text"
9119 2006-04-06 [mones]      2.1.0cvs7
9121         * src/addr_compl.c
9122         * src/addrindex.c
9123         * src/addritem.c
9124         * src/codeconv.c
9125         * src/compose.c
9126         * src/filtering.c
9127         * src/folder.c
9128         * src/folder_item_prefs.c
9129         * src/folderview.c
9130         * src/localfolder.c
9131         * src/matcher.c
9132         * src/mimeview.c
9133         * src/prefs_msg_colors.c
9134         * src/prefs_spelling.c
9135         * src/prefs_themes.c
9136         * src/procmime.c
9137         * src/procmsg.c
9138         * src/stock_pixmap.c
9139         * src/summaryview.c
9140         * src/textview.c
9141         * src/toolbar.c
9142         * src/common/mgutils.c
9143         * src/common/prefs.c
9144         * src/common/ssl_certificate.c
9145         * src/gtk/colorlabel.c
9146         * src/gtk/quicksearch.c
9147         * src/plugins/pgpmime/pgpmime.c
9148         * src/plugins/spamassassin/spamassassin.c
9149                 Removed redundant NULL checks for g_free() calls.
9150                 Patch by Pawel Pekala.
9152 2006-04-06 [mones]      2.1.0cvs6
9154         * src/prefs_actions.c
9155         * src/prefs_filtering.c
9156         * src/prefs_filtering_action.c
9157         * src/prefs_matcher.c
9158         * src/prefs_template.c
9159         * src/gtk/gtkutils.c
9160         * src/gtk/gtkutils.h
9161                 Have a nice replace button. Patch by Pawel Pekala
9163 2006-04-06 [colin]      2.1.0cvs5
9165         * src/addressbook.c
9166                 Fix crash with empty columns
9168 2006-04-05 [colin]      2.1.0cvs4
9170         * src/wizard.c
9171         * src/prefs_gtk.c
9172                 Allow wizard customization with pre-filled values
9174 2006-04-05 [colin]      2.1.0cvs3
9176         * src/textview.c
9177         * src/mimeview.c
9178         * src/mimeview.h
9179                 Nicer messages in mimeview
9181 2006-04-05 [colin]      2.1.0cvs2
9183         * src/addressbook.c
9184         * src/prefs_summaries.c
9185                 i18n fix
9187 2006-04-05 [colin]      2.1.0cvs1
9189         * src/plugins/pgpcore/plugin.c
9190         * src/plugins/pgpcore/select-keys.c
9191         * src/plugins/pgpcore/select-keys.h
9192         * src/plugins/pgpcore/sgpgme.c
9193         * src/plugins/pgpcore/sgpgme.h
9194         * src/plugins/pgpinline/pgpinline.c
9195         * src/plugins/pgpinline/plugin.c
9196         * src/plugins/pgpmime/pgpmime.c
9197         * src/plugins/pgpmime/plugin.c
9198                 Factorize and generalize a bit 
9199                 Drop S/MIME signature verification from PGP/MIME
9200                 (adding it as another, more complete plugin)
9202 2006-04-05 [paul]       2.1.0
9204         2.1.0 released
9206 2006-04-05 [paul]       2.0.0cvs186
9208         * manual/advanced.xml
9209                 add info on colour labels
9211 2006-04-05 [paul]       2.0.0cvs185
9213         * po/bg.po
9214         * po/cs.po
9215         * po/de.po
9216         * po/el.po
9217         * po/en_GB.po
9218         * po/fi.po
9219         * po/fr.po
9220         * po/it.po
9221         * po/nl.po
9222         * po/pl.po
9223         * po/pt_BR.po
9224         * po/sr.po
9225         * po/zh_CN.po
9226                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9227                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9228                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9229                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9230         * src/gtk/authors.h
9231         * tools/claws.i18n.status.pl
9232                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9233                 and new Czech translator, Tim <timbrain@post.cz>
9235 2006-04-05 [mones]      2.0.0cvs184
9237         * po/es.po
9238                 Updated translation
9240 2006-04-05 [colin]      2.0.0cvs183
9242         * src/gtk/quicksearch.c
9243                 Fix bug #929 (unnecessary reload in quick search bar)
9245 2006-04-05 [colin]      2.0.0cvs182
9247         * src/compose.c
9248                 Fix crash on Reply with no From:
9249                 Show signature and conversion error on queuing 
9250                 (but not sending)
9251         * src/mainwindow.c
9252         * src/summaryview.c
9253         * src/summaryview.h
9254                 Factorize threading code and make sure msginfo 
9255                 is not null when it comes from a GtkCTreeRow's 
9256                 data
9257         * src/gtk/gtkaspell.c
9258                 Check for necessary things
9259         * src/gtk/gtksctree.c
9260         * src/gtk/gtksctree.h
9261                 Reset anchor if necessary when removing node
9263 2006-03-29 [colin]      2.0.0cvs181
9265         * src/folderview.c
9266                 Warn for disabled IMAP accounts (due to lack of
9267                 libetpan). Breaks string-freeze - sorry - but it
9268                 is kind of important ;)
9270 2006-03-28 [colin]      2.0.0cvs180
9272         * src/gtk/gtkutils.c
9273         * src/gtk/gtkutils.h
9274                 Add a gtkut_get_link_btn() function that
9275                 creates a button which acts like an URI
9276         * src/prefs_themes.c
9277         * src/gtk/about.c
9278                 Use this function (factorizes codes)
9279         * src/common/defs.h
9280         * src/gtk/pluginwindow.c
9281                 Add a "Get more..." in the plugins window
9283 2006-03-28 [colin]      2.0.0cvs179
9285         * src/common/smtp.c
9286         * src/common/passcrypt.c
9287         * src/undo.c
9288                 Warning fixes. Patch by Pawel Pekala
9290 2006-03-27 [colin]      2.0.0cvs178
9292         * src/undo.c
9293                 Fix undoing by blocks with spaces
9295 2006-03-27 [colin]      2.0.0cvs177
9297         * src/textview.c
9298                 Set margin to 3px for headers
9300 2006-03-27 [paul]
9302         2.1.0-rc2 released
9304 2006-03-27 [wwp]        2.0.0cvs176
9306         * src/summaryview.c
9307                 don't reset quicksearch when updating the message list.
9308                 Thanks to Colin.
9310 2006-03-26 [wwp]        2.0.0cvs175
9312         * src/compose.c
9313                 use a unified border width ('other' tab in the compose window,
9314                 patch by Pawel Pekala).
9317 2006-03-26 [wwp]        2.0.0cvs174
9319         * src/common/quoted-printable.c
9320         * src/addressbook.c
9321                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9323 2006-03-26 [colin]      2.0.0cvs173
9325         * src/quote_fmt_parse.y
9326                 Fix non-UTF8 date formats messing up the whole quote a 
9327                 little bit
9329 2006-03-26 [colin]      2.0.0cvs172
9331         * src/procheader.c
9332                 Make sure the date is UTF8 valid, or try to make it
9333                 so. IncrediMail is really IncrediStupid.
9334         * src/compose.c
9335                 Fix possible conversions. 
9336                 
9338 2006-03-26 [colin]      2.0.0cvs171
9340         * src/matcher.c
9341                 Fix corner cases in body search. This is still a
9342                 hack... It seems impossible to make it good and 
9343                 reasonably fast at the same time.
9345 2006-03-26 [colin]      2.0.0cvs170
9347         * src/summaryview.c
9348                 I think I killed the twilight zone bug!
9349                 summary_select_node() flushes GTK events in order
9350                 to be able to center the view. But this also 
9351                 flushes keypresses like Ctrl-Alt-U, so this can
9352                 call summary_show from summary_select_node (itself
9353                 called from summary_show, etc.). And the summaryview
9354                 has to be unlocked in this function. So just locking
9355                 while processing GTK events, and bailing if locked, 
9356                 should fix it.
9357                 Fixes bug #927 (SIGSEGV during Update Summary)
9359 2006-03-25 [colin]      2.0.0cvs169
9361         * src/matcher.c
9362                 Fix search in QP-encoded bodies
9363                 Fix utf-8 searches in bodies encoded in the
9364                 locale's encoding
9365         * src/common/quoted-printable.c
9366         * src/common/quoted-printable.h
9367                 Add a decode function that doesn't overwrite
9368                 the original pointer
9369                 
9371 2006-03-24 [colin]      2.0.0cvs168
9373         * src/action.c
9374         * src/summaryview.c
9375         * src/summaryview.h
9376                 Update message cache after action
9377                 Patch by H. Merijn Brand
9378         * src/prefs_msg_colors.c
9379                 Factorize label 
9380                 Patch by Fabien Vantard
9381         * src/plugins/spamassassin/spamassassin_gtk.c
9382                 Remove useless translation
9383                 Patch by Fabien Vantard
9385 2006-03-23 [colin]      2.0.0cvs167
9387         * src/common/ssl.c
9388                 Let 30 seconds to SSL_connect
9390 2006-03-23 [wwp]        2.0.0cvs166
9392         * src/summaryview.c
9393         * src/gtk/description_window.c
9394                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9395                 and headers are translated; adjust description windows' width to fit their
9396                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9398 2006-03-23 [paul]       2.0.0cvs165
9400         * src/common/utils.c
9401                 fix highlighting of URIs containing "()"
9402                 (2.0.0cvs164's reversal fixed)
9403                 Thanks to Colin.
9405 2006-03-23 [paul]       2.0.0cvs164
9407         * src/common/utils.c
9408                 revert patch, (postponing a fix), at 2.0.0cvs120
9409                 as it breaks more URIs than it fixes.
9410                 Allow '-' to be a terminating character in a URI
9412 2006-03-22 [colin]      2.0.0cvs163
9414         * configure.ac
9415                 Require libetpan 0.45
9416                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9418 2006-03-22 [paul]       2.0.0cvs162
9420         * src/editgroup.c
9421                 replace '<-' and '->' buttons with GTK_STOCK graphical
9422                 buttons
9423         * src/summary_search.c
9424                 don't offer '...' for translation
9425                 add a tooltip to advanced search '...' button
9426         * src/gtk/quicksearch.c
9427                 don't offer '...' for translation
9429 2006-03-21 [colin]      2.0.0cvs161
9431         * src/compose.c
9432                 Fix middle-click pasting (insert at click
9433                 position instead of cursor position, don't
9434                 remove existing selection and allow pasting
9435                 our own selection)
9436         * src/addressbook.c
9437                 "LDAP Server" -> "LDAP servers"
9439 2006-03-21 [wwp]        2.0.0cvs160
9441         * src/etpan/imap-thread.c
9442                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9444 2006-03-20 [colin]      2.0.0cvs159
9446         * src/summaryview.c
9447                 Don't reload summaryview after an execute with no
9448                 move action
9450 2006-03-19 [colin]      2.0.0cvs158
9452         * src/addressbook.c
9453                 and put groups at the top, always
9455 2006-03-19 [colin]      2.0.0cvs157
9457         * src/addressbook.c
9458                 Order groups before names, as previously
9460 2006-03-19 [colin]      2.0.0cvs156
9462         * src/addressbook.c
9463                 - Sort case-unsensitive
9464                 - Put the sort arrow at opening too
9466 2006-03-19 [wwp]        2.0.0cvs155
9468         * src/addressbook.c
9469                 allow sorting by name/email/remarks, ensure that right-pane's contents
9470                 matches the left-pane selection (cleared when appropriate).
9471                 Patch by Pawel Pekala <c0rn@o2.pl>.
9473 2006-03-18 [colin]      2.0.0cvs154
9475         * src/textview.c
9476                 Fix text cursor ;)
9478 2006-03-18 [colin]      2.0.0cvs153
9480         * src/gtk/filesel.c
9481                 Make sure we hide the preview if we didn't get
9482                 a filename
9484 2006-03-18 [colin]      2.0.0cvs152
9486         * src/summaryview.c
9487                 Set cursor to watch for execution (fixes lack
9488                 of watch-cursor when dnd'ing hundreds of mails)
9489         * src/gtk/filesel.c
9490                 Check that mime type is 'image/*' before updating
9491                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9493 2006-03-18 [colin]      2.0.0cvs151
9495         * src/mainwindow.c
9496         * src/textview.c
9497         * src/textview.h
9498                 Put a watch cursor in textview too when the mainwindow's
9499                 cursor in a watch
9501 2006-03-18 [colin]      2.0.0cvs150
9503         * src/folder.c
9504                 Change wrong asserts to simple tests
9506 2006-03-17 [colin]      2.0.0cvs149
9508         * src/mainwindow.c
9509         * src/mainwindow.h
9510         * src/prefs_msg_colors.c
9511         * src/summaryview.c
9512         * src/summaryview.h
9513         * src/gtk/colorlabel.c
9514         * src/gtk/colorlabel.h
9515                 Add a color label menu in the main menubar
9516                 Add (fixed) accels Ctrl-{0-7} to change the color
9517                 They have to be fixed because the menu's dynamic,
9518                 the items are complex widgets, hence we can't use
9519                 a GtkItemFactory.
9522 2006-03-17 [wwp]        2.0.0cvs148
9524         * src/compose.c
9525                 rollback few lines from my previous commit (those lines come from
9526                 a pending patch, accidentally commited, even if neutral as they are
9527                 commented out).
9529 2006-03-17 [wwp]        2.0.0cvs147
9531         * src/compose.c
9532                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9533                 applied code style/indentation to the modified function.
9535 2006-03-17 [wwp]        2.0.0cvs146
9537         * src/procmsg.c
9538         * src/compose.c
9539                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9541 2006-03-17 [paul]
9543         2.1.0-rc1 released
9545 2006-03-17 [paul]       2.0.0cvs145
9547         * src/main.c
9548                 addressbook_read_file() was called twice
9549         * src/textview.c
9550                 X-Mailer highlighting
9552 2006-03-16 [colin]      2.0.0cvs144
9554         * src/sourcewindow.c
9555         * src/sourcewindow.h
9556                 And the last one, in source window.
9558 2006-03-16 [colin]      2.0.0cvs143
9560         * src/compose.c
9561         * src/compose.h
9562                 Fix the same stuff in compose
9564 2006-03-16 [colin]      2.0.0cvs142
9566         * src/messageview.c
9567                 Complete the previous messageview crash fix
9569 2006-03-16 [colin]      2.0.0cvs141
9571         * src/procmsg.h
9572         * src/procmsg.c
9573         * src/folder.c
9574                 Fix POSTPROCESSING hook
9575                 Patch by H. Merijn Brand
9577         * src/procmime.c
9578         * src/procmime.h
9579                 Parse Content-Location
9581         * src/toolbar.c
9582         * src/messageview.c
9583         * src/messageview.h
9584                 Don't crash when a top-level MessageView has
9585                 been closed on us. Same problematic than
9586                 yesterday's quicksearch issue.
9588 2006-03-15 [colin]      2.0.0cvs140
9590         * src/gtk/quicksearch.c
9591                 Fix a bitchy race we didn't think about when we
9592                 added quicksearch cancellation:
9593                 If the search is not on cached fields, for example
9594                 body_part matchcase "stuff"
9595                 the matcher code has to get the whole message. If
9596                 we're on IMAP, that can be slow, and in order to
9597                 be non-blocking, the IMAP code idle loop processes
9598                 gtk events too. So it is possible to cancel a
9599                 quicksearch while the matcher is getting the mail's
9600                 body. After matcher got its body, it will start to
9601                 iterate over the matcher list that the Quicksearch's
9602                 clear_search_cb() just freed via prepare_matcher().
9603                 SIGSEGV ensues.
9604                 The fix consists of guarding the matcherlist_match()
9605                 call with a boolean 'matching'. If we reset the
9606                 quicksearch while matching is TRUE, we don't free
9607                 the matcherlist anymore like we did, but we set
9608                 another new flag, deferred_free, to TRUE. Then,
9609                 in quicksearch_match(), just after returning from
9610                 matcherlist_match() and unsetting the matching flag,
9611                 we check the deferred_free flag and do the
9612                 prepare_matcher() (which does the matcherlist_free)
9613                 for real, so we free the matcherlist once it's not
9614                 used anymore.
9615                 As all of this runs via the glib main loop, we
9616                 luckily don't need a mutex.
9617         * src/summaryview.c
9618                 Also, show progress while searching.
9621 2006-03-14 [colin]      2.0.0cvs139
9623         * src/alertpanel.c
9624                 Make alertpanel_is_open non-static
9626 2006-03-14 [colin]      2.0.0cvs138
9628         * src/prefs_spelling.c
9629                 Cleanups - Fabien Vantard
9631 2006-03-14 [wwp]        2.0.0cvs137
9633         * src/main.c
9634                 code style normalization (curly braces, indentation).
9636 2006-03-14 [wwp]        2.0.0cvs137
9638         * src/main.c
9639                 code style (braces, indentation)
9641 2006-03-12 [paul]       2.0.0cvs136
9643         * src/prefs_common.c
9644                 trans_hdr defaults to FALSE to be RFC-savvy
9645         * src/prefs_summaries.c
9646                 add a tooltip to the trans_hdr option
9647                 
9649 2006-03-12 [paul]       2.0.0cvs135
9651         * src/prefs_matcher.c
9652                 give a little more width to the combos
9653         * src/prefs_display_header.c
9654         * src/textview.c
9655                 translate headers if prefs_common.trans_hdr
9656                 is TRUE
9658         Patches by Pawel Pekala
9660 2006-03-12 [paul]       2.0.0cvs134
9662         * src/plugins/clamav/clamav_plugin.c
9663         * src/plugins/dillo_viewer/dillo_viewer.c
9664         * src/plugins/pgpcore/plugin.c
9665         * src/plugins/pgpinline/plugin.c
9666         * src/plugins/pgpmime/plugin.c
9667         * src/plugins/spamassassin/spamassassin.c
9668                 update/add to descriptions
9669         * src/plugins/spamassassin/spamassassin_gtk.c
9670                 fixes to the english, remove superfluous
9671                 tooltips, clean up a little
9673 2006-03-12 [paul]       2.0.0cvs133
9675         * src/compose.c
9676                 fix Bug 924, 'Account combo box shows up wrong 
9677                 if & is in account name'
9679 2006-03-11 [colin]      2.0.0cvs132
9681         * src/summaryview.c
9682                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9683                 messed up shift-selection because is slows down
9684                 moving around summaryview. thanks -users
9686 2006-03-10 [colin]      2.0.0cvs131
9688         * src/plugins/spamassassin/spamassassin_gtk.c
9689                 Put back Paul's engrish fixes
9691 2006-03-10 [colin]      2.0.0cvs130
9693         * src/plugins/spamassassin/spamassassin.c
9694         * src/plugins/spamassassin/spamassassin.h
9695         * src/plugins/spamassassin/spamassassin_gtk.c
9696                 Cleanup SA prefs page (more)
9697                 Patch by Fabien Vantard
9699 2006-03-10 [paul]       2.0.0cvs129
9701         * src/prefs_msg_colors.c
9702         * src/prefs_spelling.c
9703                 widget sensitivity
9705 2006-03-09 [mones]      2.0.0cvs128
9707         * po/es.po
9708                 Update for next RC
9710 2006-03-09 [wwp]        2.0.0cvs127
9712         * configure.ac
9713                 revert accidental commit (requirement for libetpan 0.43), this time
9714                 not in HEAD.
9716 2006-03-09 [wwp]        2.0.0cvs125
9718         * configure.ac
9719                 revert accidental commit (requirement for libetpan 0.43)
9721 2006-03-09 [paul]       2.0.0cvs126
9723         * src/prefs_receive.c
9724                 remove useless frame
9725                 replace 'incorporation' with 'receiving'
9726         * src/plugins/clamav/clamav_plugin_gtk.c
9727         * src/plugins/spamassassin/spamassassin_gtk.c
9728                 improve widget sensitivity
9729                 fix a bit his engrish
9731 2006-03-09 [wwp]        2.0.0cvs125
9733         * src/addressadd.c
9734         * src/foldersel.c
9735         * src/prefs_common.c
9736         * src/prefs_common.h
9737                 remember some more windows' sizes (add to addressbook and
9738                 select folder).
9740 2006-03-09 [paul]       2.0.0cvs124
9742         * src/plugins/pgpcore/prefs_gpg.c
9743                 normalise construction of dialogue
9745 2006-03-09 [paul]       2.0.0cvs123
9747         * src/plugins/trayicon/Makefile.am
9748                 add missing slash
9750 2006-03-08 [colin]      2.0.0cvs122
9752         * src/plugins/trayicon/Makefile.am
9753                 Fix build in separate dir 
9754                 Patch by Bamanzi <bamanzi@gmail.com>
9756 2006-03-08 [colin]      2.0.0cvs121
9758         * src/procmsg.c
9759                 Batch move and copies from summaryview with delayed execution
9760                 too
9762 2006-03-07 [paul]       2.0.0cvs120
9764         * src/common/utils.c
9765                 fix highlighting of URIs containing "()"
9766                 Patch by Pawel Pekala
9768 2006-03-07 [paul]       2.0.0cvs119
9770         * src/folder.c
9771         * src/folder.h
9772         * src/folderview.c
9773                 immediately do alphabetical resort when
9774                 changing a folder's name
9775                 Patch by Pawel Pekala
9777 2006-03-07 [paul]       2.0.0cvs118
9779         * src/news.c
9780         * src/news_gtk.c
9781                 when unsubscribing a newsgroup, remove the
9782                 folder and msgs in .sylpheed-claws/newscache
9783                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9785 2006-03-07 [paul]       2.0.0cvs117
9787         * src/textview.c
9788                 fix wrong Fake URL Warning
9789                 Thanks to Hiro
9791 2006-03-07 [colin]      2.0.0cvs116
9793         * src/imap.c
9794                 Return immediately when password dialog was
9795                 cancelled
9796         * src/gtk/inputdialog.c
9797                 Allow empty strings for passwords
9800 2006-03-06 [colin]      2.0.0cvs115
9802         * src/imap.c
9803                 Prevent double-timeouts when connection fails
9805 2006-03-06 [colin]
9807         2.0.1-rc1 released
9809 2006-03-06 [colin]      2.0.0cvs114
9811         * src/imap.c
9812                 Refresh session during potentially long
9813                 operations
9815 2006-03-06 [wwp]        2.0.0cvs113
9817         * src/prefs_msg_colors.h
9818                 forgot that one (custom color labels).
9820 2006-03-06 [wwp]        2.0.0cvs112
9822         * src/prefs_common.c
9823         * src/prefs_common.h
9824         * src/prefs_msg_colors.c
9825         * src/summaryview.c
9826         * src/summaryview.h
9827         * src/gtk/colorlabel.c
9828         * src/gtk/colorlabel.h
9829                 colors in messages list are now customizable. Color values and names can
9830                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9831                 Thanks to Paul and Colin for their help with this longstanding patch!
9833 2006-03-06 [wwp]        2.0.0cvs111
9835         * src/textview.c
9836                 don't crash if (x)face is bad.
9838 2006-03-05 [paul]       2.0.0cvs110
9840         * AUTHORS
9841         * configure.ac
9842         * src/Makefile.am
9843         * src/common/Makefile.am
9844         * src/common/utils.h
9845         * src/etpan/imap-thread.c
9846         * src/gtk/authors.h
9847         * src/plugins/clamav/Makefile.am
9848         * src/plugins/demo/Makefile.am
9849         * src/plugins/dillo_viewer/Makefile.am
9850         * src/plugins/pgpcore/Makefile.am
9851         * src/plugins/pgpcore/passphrase.c
9852         * src/plugins/pgpinline/Makefile.am
9853         * src/plugins/pgpmime/Makefile.am
9854         * src/plugins/spamassassin/Makefile.am
9855         * src/plugins/trayicon/Makefile.am
9856                 fix builiding on cygwin
9857                 Patch by Ralgh Young <bamanzi@gmail.com>
9859 2006-03-04 [wwp]        2.0.0cvs109
9861         * manual/keyboard.xml
9862                 fix mixed up/down keys.
9864 2006-03-04 [wwp]        2.0.0cvs108
9866         * README
9867         * INSTALL
9868                 updated links to SpamAssassin.
9870 2006-03-04 [wwp]        2.0.0cvs107
9872         * manual/plugins.xml
9873         * src/plugins/spamassassin/README
9874                 updated SpamAssassin plugin docs to reflect new functional additions
9875                 (also fix/update/documents few technical stuff more, see the README).
9877 2006-03-04 [wwp]        2.0.0cvs106
9879         * src/prefs_message.c
9880                 normalized capitalization of message-prefs paths.
9882 2006-03-04 [wwp]        2.0.0cvs105
9884         * manual/advanced.xml
9885                 typo.
9887 2006-03-03 [colin]      2.0.0cvs104
9889         * src/plugins/clamav/clamav_plugin_gtk.c
9890                 Rework prefs page, patch by Fabien 
9892 2006-03-03 [colin]      2.0.0cvs103
9894         * src/plugins/clamav/clamav_plugin.c
9895                 Set error on all errors
9897 2006-03-03 [colin]      2.0.0cvs102
9899         * src/common/plugin.c
9900                 Initialize error to avoid crashing when a plugin fails
9901                 without setting error
9903 2006-03-02 [wwp]        2.0.0cvs101
9905         * configure.ac
9906                 fixed linker flags for libetpan support on Cygwin
9907                 (thanks to H.Merijn Brand).
9909 2006-03-02 [wwp]        2.0.0cvs100
9911         * src/addressbook.c
9912                 fix some AB error messages: one for punctuation and
9913                 one wrongly duplicate (thanks, maxbritov).
9915 2006-03-02 [wwp]        2.0.0cvs99
9917         * src/plugins/spamassassin/spamassassin.c
9918                 make sync calls to sa-learn/spamc to prevent
9919                 system (whatever local or client/server) overload.
9921 2006-03-02 [colin]      2.0.0cvs98
9923         * src/summaryview.c
9924                 Put the spam icon in the status column instead of the
9925                 mark one
9927 2006-03-01 [colin]      2.0.0cvs97
9929         * src/plugins/spamassassin/spamassassin.c
9930                 Fix segfault (g_file_set_contents fails for some 
9931                 reason and err==0x2f. Can't find out why with
9932                 valgrind, using working function :-)
9934 2006-03-01 [colin]      2.0.0cvs96
9936         * src/inc.c
9937                 Offline overriding: let 'No' be cached only 3 seconds
9939 2006-03-01 [colin]      2.0.0cvs95
9941         * src/addr_compl.c
9942         * src/addrbook.c
9943         * src/addressbook.c
9944         * src/addrindex.c
9945         * src/folder_item_prefs.c
9946         * src/headerview.c
9947         * src/imap.c
9948         * src/inc.c
9949         * src/ldif.c
9950         * src/mainwindow.c
9951         * src/mh.c
9952         * src/msgcache.c
9953         * src/prefs_common.h
9954         * src/prefs_msg_colors.c
9955         * src/procheader.c
9956         * src/procheader.h
9957         * src/procmime.c
9958         * src/procmsg.c
9959         * src/procmsg.h
9960         * src/send_message.h
9961         * src/simple-gettext.c
9962         * src/summaryview.c
9963         * src/summaryview.h
9964         * src/syldap.c
9965         * src/textview.c
9966         * src/undo.c
9967         * src/common/ssl_certificate.c
9968         * src/common/utils.c
9969         * src/gtk/colorsel.c
9970         * src/gtk/gtksctree.c
9971         * src/gtk/gtkshruler.c
9972         * src/plugins/trayicon/trayicon.c
9973                 #if 0 goes to /dev/null
9975 2006-03-01 [colin]      2.0.0cvs94
9977         * src/compose.c
9978         * src/imap.c
9979         * src/inc.c
9980         * src/inc.h
9981         * src/messageview.c
9982         * src/news.c
9983         * src/plugins/spamassassin/spamassassin.c
9984                 Allow to add information in the "working offline"
9985                 window
9987 2006-03-01 [wwp]        2.0.0cvs93
9989         * src/plugins/spamassassin/spamassassin.c
9990                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9991                 'cause it seems that calling `spamc ... < inputfile` with
9992                 g_spawn_(a)sync simply.. erm doesn't work :-).
9994 2006-03-01 [wwp]        2.0.0cvs92
9996         * src/toolbar.c
9997         * src/toolbar.h
9998                 simplify the adding of spam/ham button to the messageview toolbar
9999                 (it gets more clear now that the same button will be "Mark as spam"
10000                 or "Mark as ham" according to the current message status,
10001                 thanks to Colin).
10003 2006-03-01 [wwp]        2.0.0cvs91
10005         * src/messageview.c
10006         * src/procmsg.c
10007         * src/procmsg.h
10008         * src/summaryview.c
10009         * src/plugins/spamassassin/spamassassin.c
10010         * src/plugins/spamassassin/spamassassin.h
10011                 make learner callbacks return a status (0 for ok),
10012                 handle it in main code to avoid setting flags when learning failed,
10013                 don't learn on TCP if offline in spamassassin,
10014                 thanks to Colin.
10016                 
10018 2006-03-01 [wwp]        2.0.0cvs90
10020         * src/compose.c
10021                 some work around the compose window's account menu,
10022                 patch by Fabien Vantard.
10024 2006-03-01 [wwp]        2.0.0cvs89
10026         * src/plugins/spamassassin/spamassassin.c
10027                 fixed bad logics, was using spamc in local mode and sa-learn
10028                 in remote mode (thanks, Colin).
10030 2006-03-01 [wwp]        2.0.0cvs88
10032         * src/plugins/spamassassin/spamassassin.c
10033         * src/plugins/spamassassin/spamassassin.h
10034         * src/plugins/spamassassin/spamassassin_gtk.c
10035                 made processing of emails w/ sa-plugin an option (default is TRUE),
10036                 fixed Engrish some tooltips, capitalization of some debug messages
10037                 and warnings. The spamassassin plugin now provides two separate
10038                 services: process emails upon incorporation and spamd training.
10039                 Both services (un)register independently but use some common
10040                 plugin settings (transport settings, spam storage location).
10042 2006-02-28 [wwp]        2.0.0cvs87
10044         * src/plugins/spamassassin/spamassassin.c
10045                 fix async flag to spamc cmdline execution (batch exec should
10046                 be asynchronous).
10048 2006-02-27 [wwp]        2.0.0cvs86
10050         * src/plugins/spamassassin/spamassassin.c
10051         * src/plugins/spamassassin/spamassassin.h
10052         * src/plugins/spamassassin/spamassassin_gtk.c
10053                 - added the ability to learn a remote spamassassin server (spamd),
10054                 using spamc.
10055                 - added the spamassassin option 'username', that applies to all
10056                 spamassassin operations (filtering, learning, local or remote).
10057                 The default username is the current unix user (if left blank
10058                 from gtk prefs or config file).
10059                 - commented out some unused code (notebook widget), removed unused
10060                 layout (hbox1).
10061                 - make more widgets sensitive to the transport type.
10063 2006-02-27 [colin]      2.0.0cvs85
10065         * src/plugins/spamassassin/spamassassin.c
10066                 Fix sa-learn call when offline
10068 2006-02-27 [colin]      2.0.0cvs84
10070         * configure.ac
10071         * src/Makefile.am
10072         * src/mainwindow.c
10073         * src/mainwindow.h
10074         * src/messageview.c
10075         * src/messageview.h
10076         * src/prefs_toolbar.c
10077         * src/procmsg.c
10078         * src/stock_pixmap.c
10079         * src/stock_pixmap.h
10080         * src/summaryview.c
10081         * src/toolbar.c
10082         * src/toolbar.h
10083         * src/pixmaps/ham_btn.xpm
10084         * src/pixmaps/spam.xpm
10085         * src/pixmaps/spam_btn.xpm
10086         * src/plugins/spamassassin/spamassassin.c
10087                 Add button in toolbar for spam learning
10088                 Fix a few bugs from the last related commit
10089                 Revert 1.9.6cvs23 which messed up shift-selection
10091 2006-02-24 [colin]      2.0.0cvs83
10093         * src/procmsg.c
10094         * src/summaryview.c
10095         * src/summaryview.h
10096         * src/plugins/spamassassin/spamassassin.c
10097         * src/plugins/spamassassin/spamassassin.h
10098         * src/plugins/spamassassin/spamassassin_gtk.c
10099                 Unregister learner when spamassassin is either
10100                 disabled or over tcp
10102 2006-02-24 [colin]      2.0.0cvs82
10104         * src/Makefile.am
10105         * src/mainwindow.c
10106         * src/mainwindow.h
10107         * src/procmsg.c
10108         * src/procmsg.h
10109         * src/stock_pixmap.c
10110         * src/stock_pixmap.h
10111         * src/summaryview.c
10112         * src/summaryview.h
10113         * src/gtk/icon_legend.c
10114         * src/pixmaps/spam.xpm  ** NEW FILE **
10115         * src/plugins/spamassassin/spamassassin.c
10116         * src/plugins/spamassassin/spamassassin_gtk.c
10117                 Add spam learning interface (Mark/Mark as 
10118                 (spam|ham) menus)
10120 2006-02-24 [wwp]        2.0.0cvs81
10122         * src/compose.c
10123         * src/compose.h
10124         * src/filtering.c
10125                 hide compose window when sending message in batch mode
10126                 (filtering: forward and redirect). Also fixed a wrong
10127                 value returned when sending failed, neutral anyway.
10128                 (Colin, me) 
10130 2006-02-24 [wwp]        2.0.0cvs80
10132         * src/mainwindow.c
10133                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10135 2006-02-24 [paul]       2.0.0cvs79
10137         * src/news.c
10138         * src/news.h
10139         * src/news_gtk.c
10140                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10141                 Thanks to Colin
10143 2006-02-23 [colin]      2.0.0cvs78
10145         * src/alertpanel.c
10146                 Change OK to Close in alertpanel with View log
10147                 button; add accel to View log. Patch by Fabien
10148                 Vantard
10150 2006-02-23 [wwp]        2.0.0cvs77
10152         * src/compose.c
10153                 silly me, there were much more tests to perform, since toolbars can
10154                 really have down to 1 element only.
10156 2006-02-23 [wwp]        2.0.0cvs76
10158         * commitHelper
10159                 fixed indentation from my previous commit. Fallback to VISUAL if
10160                 EDITOR is not set (and to vi, at last resort).
10162 2006-02-23 [wwp]        2.0.0cvs75
10164         * commitHelper
10165                 improved error detection (Colin, me).
10167 2006-02-23 [wwp]        2.0.0cvs74
10169         * src/prefs_toolbar.c
10170                 simplify and fix prefs/toolbars layouting. Combos' contents can
10171                 now be really displayed.
10173 2006-02-23 [wwp]        2.0.0cvs73
10174         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10175         be really displayed.
10177 2006-02-22 [wwp]        2.0.0cvs72
10179         * src/compose.c
10180                 fix a typo in my previous commit (sorry!).
10182 2006-02-22 [wwp]        2.0.0cvs71
10184         * src/prefs_toolbar.c
10185                 fix a crash when adding separators to toolbars,
10186                 also fix some separator item information.
10188 2006-02-22 [wwp]        2.0.0cvs70
10190         * src/compose.c
10191                 fix a crash when redirecting (for instance) when compose window's
10192                 toolbar contents has been customized (when some buttons have been
10193                 removed in fact).
10195 2006-02-21 [wwp]        2.0.0cvs69
10197         * src/summaryview.c
10198         * src/gtk/pluginwindow.c
10199         * src/plugins/pgpcore/prefs_gpg.c
10200                 fix some compilation warnings (feat. remains of removed code).
10202 2006-02-21 [wwp]        2.0.0cvs68
10204         * src/gtk/gtkutils.c
10205                 fix two compilation issues, thanks to Stephan Sachse.
10207 2006-02-20 [colin]      2.0.0cvs67
10209         * src/mainwindow.c
10210                 Don't reselect displayed mail on refocus
10211                 This fixes actions misbehaving 
10213 2006-02-20 [wwp]        2.0.0cvs66
10215         * src/summaryview.c
10216         * src/gtk/gtksctree.c
10217         * src/gtk/gtkshruler.c
10218                 changed more runtime typecast checks.
10220 2006-02-20 [wwp]        2.0.0cvs65
10222         * src/summary_search.c
10223                 find all - summaryview refresh issue fixed, thanks to Colin.
10225 2006-02-20 [wwp]        2.0.0cvs64
10227         * src/gtk/gtkutils.c
10228                 better runtime typecast checks.
10230 2006-02-20 [wwp]        2.0.0cvs63
10232         * src/summary_search.c
10233                 enhancements to the summary search:
10234                         - add the ability to stop the running search
10235                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10236                         - don't search if no criteria (From/To/Subject/Body) is set
10237                         - ensure that a busy mouse pointer is always shown when searching,
10238                           show it even a bit earlier
10240 2006-02-19 [colin]      2.0.0cvs62
10242         * src/compose.c
10243         * src/imap.c
10244         * src/etpan/imap-thread.c
10245         * src/etpan/imap-thread.h
10246                 (Future) IMAP speed improvement on sending
10247                 Will require a libetpan update
10248         * src/summaryview.c
10249         * src/gtk/quicksearch.c
10250                 Make quicksearch clearable while running.
10252 2006-02-17 [colin]      2.0.0cvs61
10254         * src/imap.c
10255         * src/etpan/imap-thread.c
10256         * src/etpan/imap-thread.h
10257                 Check for IMAP certificates
10258                 ** Requires libetpan-0.42-cvs4 
10259                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10261 2006-02-17 [colin]      2.0.0cvs60
10263         * src/messageview.c
10264         * src/prefs_common.c
10265         * src/prefs_common.h
10266         * src/prefs_message.c
10267                 Add pref to display HTML-only mails with plugin, 
10268                 if possible (defaulting to FALSE of course).
10270 2006-02-16 [colin]      2.0.0cvs59
10272         * src/main.c
10273         * src/common/plugin.c
10274         * src/common/plugin.h
10275         * src/gtk/pluginwindow.c
10276                 Keep track of requested (but unloaded) plugins
10277                 in some error cases.
10279 2006-02-16 [wwp]        2.0.0cvs58
10281         * src/gtk/gtkaspell.c
10282         * src/gtk/gtkaspell.h
10283         * src/prefs_spelling.c
10284         * src/compose.c
10285         * src/prefs_common.c
10286         * src/prefs_common.h
10287                 implemented new optional spellchecker behaviour: re-check message when
10288                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10290 2006-02-16 [wwp]        2.0.0cvs57
10292         * src/quote_fmt_parse.y
10293                 pclose popen'ed pipe.
10295 2006-02-15 [colin]      2.0.0cvs56
10297         * src/mimeview.c
10298         * src/mimeview.h
10299                 Let MimeViewers know which MimeView they
10300                 depend of.
10301         * src/summaryview.c
10302                 Swap From/To columns in Sent/Queue/Drafts
10303                 folders
10304         * src/etpan/imap-thread.c
10305                 Use mailstream_low_tls_open() for STARTTLS
10306                 instead of mailstream_low_ssl_open()
10307                 ** REQUIRES libetpan 0.42cvs3 **
10309 2006-02-15 [wwp]        2.0.0cvs55
10311         * src/compose.c
10312         * src/compose.h
10313         * src/message_search.c
10314         * src/message_search.h
10315         * src/textview.c
10316         * src/gtk/gtkutils.c
10317         * src/gtk/gtkutils.h
10318                 added the ability to Find text in the compose window (and a bit
10319                 of code factorization).
10321 2006-02-15 [wwp]        2.0.0cvs54
10323         * src/prefs_gtk.c
10324                 yet another one file was missing (fix for some widgets' sensitivity).
10325                 Thanks Colin!
10327 2006-02-15 [wwp]        2.0.0cvs53
10329         * src/prefs_gtk.h
10330                 oops forgot that file (fix for some widgets' sensitivity).
10332 2006-02-15 [wwp]        2.0.0cvs52
10334         * src/summary_search.c
10335                 implemented advanced summary search options (added the ability
10336                 to use matcher conditions in an advanced search mode).
10338 2006-02-15 [wwp]        2.0.0cvs51
10340         * src/plugins/pgpcore/prefs_gpg.c
10341         * src/prefs_account.c
10342                 fix some widget sensitivity, mostly around some labels in
10343                 account prefs.
10345 2006-02-15 [paul]       2.0.0cvs50
10347         * manual/advanced.xml
10348                 improve Templates info
10349                 written by wwp
10351 2006-02-14 [colin]      2.0.0cvs49
10353         * src/pixmaps/address_book.xpm
10354         * src/pixmaps/preferences.xpm
10355         * src/pixmaps/properties.xpm
10356                 Fix pixmap size - patch by Fabien Vantard
10358 2006-02-13 [colin]      2.0.0cvs48
10360         * src/procmime.c
10361                 Add missing fclose()s on error
10362         * src/textview.c
10363                 Remove unused code
10364         * src/common/utils.c
10365                 Fix temp files not being deleted on windows
10366         Patches by Thomas Gilgin
10368 2006-02-13 [colin]      2.0.0cvs47
10370         * src/mainwindow.c
10371                 Fix exit crash
10373 2006-02-13 [wwp]        2.0.0cvs46
10375         * src/plugins/pgpcore/prefs_gpg.c
10376                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10378 2006-02-12 [colin]      2.0.0cvs45
10380         * src/folderview.c
10381         * src/main.c
10382         * src/mainwindow.c
10383                 Fix "stuff" when quitting
10385 2006-02-12 [wwp]        2.0.0cvs44
10387         * src/prefs_themes.c
10388                 fix typos in debug messages.
10390 2006-02-11 [colin]      2.0.0cvs43
10392         * src/summaryview.c
10393                 don't allow drag/drop from ourself
10395 2006-02-10 [wwp]        2.0.0cvs42
10397         * src/exporthtml.c
10398         * src/html.c
10399         * src/html.h
10400         * src/procmime.c
10401         * src/textview.c
10402                 renamed html_ prefixed functions and data structures to avoid
10403                 namespace clashes w/ other software (gtkhtml2 for instance).
10404                 Closes bug #907.
10407 2006-02-09 [colin]      2.0.0cvs41
10409         * src/summaryview.c
10410                 Fix shitty logic messed up. Thanks Ticho for the hint!
10412 2006-02-09 [wwp]        2.0.0cvs40
10414         * src/gtk/about.c
10415         * src/compose.c
10416         * src/prefs_account.c
10417         * src/prefs_gtk.h
10418         * src/editaddress.c
10419                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10420                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10421                 Browse buttons in accounts prefs.
10423 2006-02-09 [colin]      2.0.0cvs39
10425         * src/matcher.c
10426                 Check for pointer before using its members
10427         * src/gtk/gtksourceprintjob.c
10428                 Fix a wrong warning
10430 2006-02-09 [wwp]        2.0.0cvs38
10432         * src/gtk/filesel.c
10433                 fix few compiler warnings (type mismatch).
10435 2006-02-09 [paul]       2.0.0cvs37
10437         * po/fr.po
10438                 updated by Fabien Vantard
10440 2006-02-08 [colin]      2.0.0cvs36
10442         * src/prefs_common.c
10443         * src/common/defs.h
10444         * src/common/plugin.c
10445                 allow windows and linux configurations to coexist
10446                 patch by Thomas Gilgin
10448 2006-02-08 [colin]      2.0.0cvs35
10450         * src/filtering.c
10451         * src/matcher.c
10452         * src/matcher.h
10453         * src/matcher_parser_parse.y
10454         * src/prefs_filtering_action.c
10455         * src/prefs_matcher.c
10456                 Add the "Ignore thread" filtering
10457                 action
10459 2006-02-08 [colin]      2.0.0cvs34
10461         * src/compose.c
10462         * src/procmime.c
10463         * src/procmime.h
10464                 Fix bug #905 (damaged attachment)
10465                 text files with raw \0's aren't really text files
10466         FOR_STABLE
10468 2006-02-08 [colin]      2.0.0cvs33
10470         * src/summaryview.c
10471                 Fix crasher introduced yesterday
10473 2006-02-08 [wwp]        2.0.0cvs32
10475         * src/compose.c
10476         * src/compose.h
10477                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10479 2006-02-08 [wwp]        2.0.0cvs31
10481         * src/prefs_template.c
10482                 templates enhancement: allow address completion for Cc and Bcc fields
10483                 (it was currently possible for the To field only)
10485 2006-02-08 [colin]      2.0.0cvs30
10487         * src/compose.c
10488                 Don't unblock if not blocked
10489         FOR_STABLE
10491 2006-02-07 [colin]      2.0.0cvs29
10493         * src/action.c
10494                 Forgot to refresh summaryview
10496 2006-02-07 [colin]      2.0.0cvs28
10498         * src/action.c
10499                 Freeze/thaw message list and folder list while
10500                 processing %as{} actions 
10501         * src/compose.c
10502                 Fix auto-wrap disabling after a middle-click
10503                 paste - FOR_STABLE
10505 2006-02-07 [paul]       2.0.0cvs27
10507         * src/folder.c
10508                 fix freeing of uninitialised pointers
10509                 Thanks to Colin
10511 2006-02-06 [colin]      2.0.0cvs26
10513         * src/folder.c
10514                 Use g_slist_prepend in potentially big list
10516 2006-02-06 [colin]      2.0.0cvs25
10518         * src/folder.c
10519                 Completely skip processing if it doesn't 
10520                 exist (faster!)
10522 2006-02-06 [colin]      2.0.0cvs24
10524         * src/folder.c
10525         * src/summaryview.c
10526                 Batch filtering in summaryview (from Tools menu)
10527                 and pre/post//-processing too
10529 2006-02-06 [colin]      2.0.0cvs23
10531         * src/procmsg.h
10532         * src/filtering.c
10533                 Use a special field for batch filtering instead
10534                 of stepping on deferred execution's toes
10536 2006-02-06 [colin]      2.0.0cvs22
10538         * src/action.c
10539         * src/filtering.c
10540         * src/filtering.h
10541         * src/folder.c
10542         * src/summaryview.c
10543                 Fix filtering via menus and actions
10545 2006-02-06 [colin]      2.0.0cvs21
10547         * src/imap.c
10548                 Put the added file directly to cache if possible (will work
10549                 with next libetpan)
10550         * src/filtering.c
10551         * src/filtering.h
10552         * src/inc.c
10553         * src/folder.c
10554         * src/mbox.c
10555         * src/procmsg.h
10556                 Move and copy filtered messages by batches instead of one
10557                 by one - faster on IMAP
10558         * src/procmsg.c
10559                 Add a function that'll possibly be useful later
10561 2006-02-06 [colin]      2.0.0cvs20
10563         * src/addressbook.c
10564                 Use internal mime-type instead of text/plain for d'n'd
10565         * src/compose.c
10566                 Allow attaching files from mimeview's icon list via d'n'd
10567         * src/folderview.c
10568         * src/folderview.h
10569                 Use internal mime-type instead of text/plain for d'n'd
10570                 Don't try to selected opened folder if none is
10571                 Factorize d'n'd from other apps code
10572         * src/headerview.c
10573         * src/textview.c
10574         * src/gtk/gtkutils.c
10575         * src/gtk/gtkutils.h
10576                 Factorize Face/X-Face stuff
10577         * src/mimeview.c
10578                 Fix d'n'd to other apps
10579         * src/prefs_message.c
10580                 Let the XFace pref be usable without libcompface as it also
10581                 applies to Face
10582         * src/summaryview.c
10583                 Fix d'n'd to other apps
10584                 Factorize d'n'd from other apps code
10586 2006-02-06 [wwp]        2.0.0cvs19
10588         * po/it.po
10589                 Italian translation fixes by Andrea Spadaccini (no more confusion
10590                 between filtering and processing, and few changes in the About
10591                 dialog).
10594 2006-02-06 [mones]      2.0.0cvs18
10596         * src/gtk/icon_legend.c
10597                 Improved descriptions allowing better translations
10599 2006-02-05 [colin]      2.0.0cvs17
10601         * src/imap.c
10602                 Add the f*cking missing expunge that caused imap_fetch_env
10603                 to fail after an add_msgs ! :-///
10604         * src/etpan/imap-thread.c
10605                 Add a bit of debug
10606         FOR_STABLE
10608 2006-02-05 [colin]      2.0.0cvs16
10610         * src/common/utils.c
10611                 Don't check for return-path (or we can't put
10612                 back non-sent mails)
10614 2006-02-05 [colin]      2.0.0cvs15
10616         * src/textview.c
10617                 Don't try to display Face header in textview
10618                 when teh headerview's active
10620 2006-02-05 [colin]      2.0.0cvs14
10622         * tools/tbird2syl.py
10623         * tools/Makefile.am
10624                 Add script to import Thunderbird mails
10626 2006-02-05 [colin]      2.0.0cvs13
10628         * src/headerview.c
10629         * src/procheader.c
10630         * src/procmsg.c
10631         * src/procmsg.h
10632         * src/textview.c
10633                 Show Face headers - patch partially by Klaus Flittner
10635 2006-02-05 [colin]      2.0.0cvs12
10637         * src/folderview.c
10638         * src/summaryview.c
10639         * src/common/utils.c
10640         * src/common/utils.h
10641                 Let dnd work from mime icons to summaryview
10642                 and to folderview too
10643                 Add a crude test to avoid trying to add files
10644                 drag'n'dropped when they're not mails
10646 2006-02-04 [colin]      2.0.0cvs11
10648         * src/summaryview.c
10649         * src/mimeview.c
10650                 Fix utf8 conversion
10652 2006-02-04 [colin]      2.0.0cvs10
10654         * src/compose.c
10655         * src/folderview.c
10656         * src/mimeview.c
10657         * src/summaryview.c
10658         * src/summaryview.h
10659                 Added various drag and drop capas:
10660                 From                    To
10661                 summaryview             other apps
10662                 mimeview icons          other apps
10663                 other apps              summaryview
10664                 other apps              folderview
10666                 This shouldn't have broken the existing:
10667                 From                    To
10668                 summaryview             folderview
10669                 folderview              folderview
10670                 summaryview             compose's attachments
10672         Tests welcomed.
10674 2006-02-02 [paul]       2.0.0cvs9
10676         * src/mainwindow.c
10677                 move global option 'Set displayed columns...' out
10678                 of folder option grouping.
10679                 fix sensitivity of 'harvest addresses'
10680         FOR_STABLE
10682 2006-02-01 [colin]      2.0.0cvs8
10684         * src/mimeview.c
10685                 Revert the alertpanel patch, it sucks (intrusive
10686                 and gets in the way of "open")
10688 2006-02-01 [colin]      2.0.0cvs7
10690         * src/compose.c
10691         * src/prefs_account.c
10692         * src/prefs_common.c
10693         * src/common/defs.h
10694         * src/common/utils.c
10695         * src/common/utils.h
10696                 Add ability to edit the signature file
10697                 from the account preferences, and use
10698                 a default for the text editor.
10699                 Patch by Fabien Vantard
10701 2006-02-01 [colin]      2.0.0cvs6
10703         * src/mimeview.c
10704                 Try to get mime type by extension if it is
10705                 application/octet-stream
10706                 Display a window with possible choices when
10707                 encountering unknown mime types
10708         * src/gtk/filesel.c
10709         * src/gtk/filesel.h
10710                 Add preview
10711                 Allow multiple selection in filtered filesel
10712                 (patch by Fabien Vantard)
10713         * src/gtk/pluginwindow.c
10714                 Use it (patch by Fabien Vantard)
10716 2006-02-01 [paul]       2.0.0cvs5
10718         * src/jpilot.c
10719                 fix crash on creating jpilot address book
10720                 Thanks to Colin - FOR_STABLE
10721         * src/prefs_summaries.c
10722         * src/prefs_wrapping.c
10723         * src/gtk/icon_legend.c
10724         * src/gtk/quicksearch.c
10725                 string fixes and additions
10727 2006-02-01 [paul]       2.0.0cvs4
10729         * src/compose.c
10730         * src/mainwindow.c
10731         * src/messageview.c
10732         * src/prefs_send.c
10733                 add Arabic encoding option
10734                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10736 2006-01-31 [colin]      2.0.0cvs3
10738         * src/plugins/pgpcore/passphrase.c
10739                 Convert passphrase to locale encoding
10740         * src/compose.c
10741                 Fix drafting on IMAP. Crappy bug sneaked in
10742                 the release :-/
10743         FOR_STABLE
10745 2006-01-30 [paul]       2.0.0cvs2
10747         * src/gtk/icon_legend.c
10748                 show the new entries
10750 2006-01-30 [colin]      2.0.0cvs1
10752         * src/manual.c
10753                 Check for the file to be present before 
10754                 enabling the menu - FOR_STABLE
10755         * src/gtk/icon_legend.c
10756                 Add folders icons (not all of them, there
10757                 are too much, but the most intriguing ones)
10759 2006-01-30 [paul]       2.0.0
10761         version 2.0.0 released
10763 [For previous entries, see ChangeLog.pre2.0.0]