2007-02-02 [colin] 2.7.2cvs14
[claws.git] / ChangeLog
blob92fa30821d34b7e0152f86651746196263a733f6
1 2007-02-02 [colin]      2.7.2cvs14
3         * src/common/valgrind.h ** NEW FILE **
4         * src/common/Makefile.am
5         * src/common/plugin.c
6                 Don't dlclose the plugins if we're running
7                 under valgrind. (doesn't require valgrind
8                 either at compile time or run time).
10 2007-02-01 [paul]       2.7.2cvs13
12         * AUTHORS
13         * src/gtk/authors.h
14         * tools/freshmeat_search.pl
15         * tools/google_search.pl
16         * tools/multiwebsearch.pl
17                 add support for non ISO-8859-1 compatible locales
18                 Patch by Alex Gorbachenko <agent_007@immo.ru>
20 2007-02-01 [colin]      2.7.2cvs12
22         * src/prefs_other.c
23         * src/prefs_summaries.c
24                 Move keybinding prefs to the Other page
26 2007-02-01 [wwp]        2.7.2cvs11
28         * src/plugins/trayicon/trayicon.c
29                 Fix a raising issue within KDE.
31 2007-02-01 [colin]      2.7.2cvs10
33         * src/codeconv.c
34                 Fix stray quotes in encoded strings
35         * src/addressadd.c
36                 Fix wrong call causing g_warnings
37         * src/textview.c
38                 Remove useless message
40 2007-01-31 [wwp]        2.7.2cvs9
42         * src/plugins/trayicon/trayicon.c
43                 fix buggy hiding of main window when closing if close-to-tray
44                 is not set (bad logics  in the trayicon hook code).
45                 Changed the quit confirmation message too.
47 2007-01-30 [colin]      2.7.2cvs8
49         * src/main.c
50                 Fix hidden mainwindow after clicking on
51                 the X close button, if compose windows
52                 exist and the user chooses not to quit
54 2007-01-30 [colin]      2.7.2cvs7
56         * src/main.c
57         * src/compose.c
58                 Handle local URIs to attach files (file:///...)
59                 Fixes attaching files from Thunar for example
61 2007-01-30 [colin]      2.7.2cvs6
63         * src/prefs_ext_prog.c
64                 Add 'mousepad' to the list of text editors.
65                 Mousepad is XFCE's text editor
67 2007-01-29 [wwp]        2.7.2cvs5
69         * po/POTFILES.in
70         * src/plugins/trayicon/trayicon_prefs.c
71                 trayicon i18n fixes, thanks to Fabien.
73 2007-01-28 [wwp]        2.7.2cvs4
75         * src/mainwindow.c
76         * src/mainwindow.h
77         * src/plugins/trayicon/trayicon.c
78         * src/plugins/trayicon/trayicon_prefs.c
79         * src/plugins/trayicon/trayicon_prefs.h
80                 Added a new TrayIcon plugin option to close to tray
81                 (WM's hotkey and [X] button will hide the window instead
82                 of closing it - closing CM can be done using the tray icon
83                 menu or the File menu).
84                 Improved visibility handling in trayicon, clicking the
85                 trayicon now raise the window to current desktop when it
86                 was either minimized/shaded/on another desktop.
87                 Thanks to Paul for testing and fixing a strange behaviour
88                 in KDE ;-).
90 2007-01-27 [paul]       2.7.2cvs3
92         * src/prefs_folder_item.c
93         * src/prefs_receive.c
94         * src/plugins/pgpcore/prefs_gpg.c
95                 use 'start-up' instead of 'startup' in labels
97 2007-01-26 [wwp]        2.7.2cvs2
99         * src/plugins/trayicon/Makefile.am
100         * src/plugins/trayicon/trayicon.c
101         * src/plugins/trayicon/trayicon_prefs.c
102         * src/plugins/trayicon/trayicon_prefs.h
103                 Add a new TrayIcon option to hide the main window at
104                 start-up.
105                 Fix trayicon.c copyright header.
107 2007-01-26 [paul]       2.7.2cvs1
109         * NEWS
110         * README
111         * RELEASE_NOTES
112         * configure.ac
113                 bump up version number following
114                 stable release
116 2007-01-25 [mones]      2.7.1cvs60
118         * po/es.po
119                 updated thousands of strings (well, probably less ;-)
121 2007-01-25 [colin]      2.7.1cvs59
123         * src/matcher.c
124                 Fix 2nd-run loss of matcherrc on new
125                 configurations. 
127 2007-01-25 [wwp]        2.7.1cvs58
129         * src/mimeview.c
130                 fix handling of empty value in attach_save_directory too, thanks
131                 to Colin.
133 2007-01-25 [wwp]        2.7.1cvs57
135         * src/gtk/filesel.c
136                 fix handling of empty value in attach_load_directory,
137                 thanks to Colin.
139 2007-01-25 [wwp]        2.7.1cvs56
141         * src/plugins/dillo_viewer/dillo_prefs.h
142                 fix a typo.
144 2007-01-25 [colin]      2.7.1cvs55
146         * src/matcher.c
147         * src/matcher.h
148         * src/matcher_parser_parse.y
149         * src/prefs_matcher.c
150                 Add matching on the spam flag
152 2007-01-24 [colin]      2.7.1cvs54
154         * src/folder.c
155         * src/common/xml.c
156         * src/common/xml.h
157                 Make sure folderlist.xml is correctly
158                 written before overwriting it.
159         * src/procmsg.c
160         * src/procmsg.h
161         * src/summaryview.c
162         * src/plugins/bogofilter/bogofilter.c
163         * src/plugins/bogofilter/bogofilter.h
164         * src/plugins/bogofilter/bogofilter_gtk.c
165         * src/plugins/spamassassin/spamassassin.c
166         * src/plugins/spamassassin/spamassassin.h
167         * src/plugins/spamassassin/spamassassin_gtk.c
168                 Move spam to the correct trash folder after
169                 learning, if spam directory isn't set.
171 2007-01-23 [paul]       2.7.1cvs53
173         * src/plugins/bogofilter/bogofilter_gtk.c
174                 fix sensitivity of "Insert X-Bogosity header"
175                 option
177 2007-01-23 [colin]      2.7.1cvs52
179         * src/toolbar.c
180                 Translate toolbar items text if
181                 they're translatable (default)
182         * src/addrcache.c
183         * src/addrcache.h
184         * src/addritem.c
185         * src/addritem.h
186         * src/codeconv.c
187         * src/codeconv.h
188         * src/jpilot.c
189         * src/jpilot.h
190         * src/ldapctrl.c
191         * src/ldapctrl.h
192         * src/ldapquery.h
193         * src/ldif.c
194         * src/ldif.h
195         * src/etpan/etpan-thread-manager.c
196         * src/etpan/etpan-thread-manager.h
197         * src/gtk/gtkutils.c
198         * src/gtk/gtkutils.h
199                 More static functions
201 2007-01-22 [fabien]     2.7.1cvs51
203         * src/gtk/gtkutils.c
204                 gtkut_get_options_frame() : ability to pass
205                 a 'NULL' value in frame pointer parameter if
206                 we don't need it.
208 2007-01-22 [colin]      2.7.1cvs50
210         * src/procmsg.c
211         * src/procmsg.h
212         * src/plugins/bogofilter/bogofilter.c
213         * src/plugins/bogofilter/bogofilter_gtk.c
214         * src/plugins/spamassassin/spamassassin.c
215         * src/plugins/spamassassin/spamassassin_gtk.c
216                 Allow moving spams to the account's trash
217                 instead of default one
219 2007-01-21 [colin]      2.7.1cvs49
221         * src/ldapquery.c
222         * src/ldapquery.h
223                 Revert a static function that shouldn't
224                 have been
226 2007-01-21 [colin]      2.7.1cvs48
228         * src/ldapquery.c
229         * src/ldapquery.h
230                 Same
232 2007-01-21 [colin]      2.7.1cvs47
234         * src/procmsg.c
235         * src/procmsg.h
236                 Same
238 2007-01-21 [colin]      2.7.1cvs46
240         * src/common/socket.c
241         * src/common/socket.h
242                 Same
244 2007-01-21 [colin]      2.7.1cvs45
246         * src/crash.c
247         * src/exporthtml.c
248         * src/exporthtml.h
249         * src/exportldif.c
250         * src/exportldif.h
251         * src/folder.c
252         * src/folder.h
253         * src/folder_item_prefs.c
254         * src/folder_item_prefs.h
255         * src/folderview.c
256         * src/folderview.h
257         * src/gedit-print.c
258         * src/gedit-print.h
259         * src/main.c
260         * src/main.h
261         * src/common/socket.c
262         * src/common/socket.h
263         * src/gtk/gtkaspell.c
264         * src/gtk/gtkaspell.h
265         * src/gtk/quicksearch.c
266         * src/gtk/quicksearch.h
267                 Same
269 2007-01-21 [colin]      2.7.1cvs44
271         * src/common/utils.c
272         * src/common/utils.h
273         * src/etpan/etpan-thread-manager.c
274         * src/etpan/etpan-thread-manager.h
275                 Same (Funny that etpan_thread_unbind
276                 is called but not etpan_thread_bind)
278 2007-01-21 [colin]      2.7.1cvs43
280         * src/addrselect.c
281         * src/addrselect.h
282         * src/codeconv.c
283         * src/codeconv.h
284         * src/compose.c
285         * src/compose.h
286         * src/etpan/Makefile.am
287         * src/gtk/colorlabel.c
288         * src/gtk/colorlabel.h
289         * src/gtk/sslcertwindow.c
290         * src/gtk/sslcertwindow.h
291         * src/etpan/etpan-log.c ** REMOVED **
292         * src/etpan/etpan-log.h ** REMOVED **
293                 Same
295 2007-01-20 [colin]      2.7.1cvs42
297         * src/addritem.c
298         * src/addritem.h
299                 Same
301 2007-01-20 [colin]      2.7.1cvs41
303         * src/account.c
304         * src/account.h
305         * src/addrbook.c
306         * src/addrbook.h
307         * src/addrcache.c
308         * src/addrcache.h
309         * src/addrclip.c
310         * src/addrclip.h
311         * src/addressbook.c
312         * src/addressbook.h
313         * src/addrharvest.c
314         * src/addrharvest.h
315         * src/addrindex.c
316         * src/addrindex.h
317         * src/editaddress.c
318         * src/editaddress.h
319                 Make functions that aren't used in other
320                 files static
322 2007-01-20 [colin]      2.7.1cvs40
324         * src/account.c
325         * src/addrbook.c
326         * src/addrcache.c
327         * src/addressbook.c
328         * src/addrgather.c
329         * src/addrindex.c
330         * src/addrquery.c
331         * src/addrselect.c
332         * src/browseldap.c
333         * src/compose.c
334         * src/editbook.c
335         * src/editjpilot.c
336         * src/editldap.c
337         * src/editldap_basedn.c
338         * src/editvcard.c
339         * src/exporthtml.c
340         * src/exportldif.c
341         * src/folder.c
342         * src/folderview.c
343         * src/image_viewer.c
344         * src/imap.c
345         * src/importmutt.c
346         * src/importpine.c
347         * src/jpilot.c
348         * src/ldapquery.c
349         * src/main.c
350         * src/mainwindow.c
351         * src/matcher.c
352         * src/messageview.c
353         * src/mh.c
354         * src/mimeview.c
355         * src/msgcache.c
356         * src/mutt.c
357         * src/news.c
358         * src/pine.c
359         * src/prefs_account.c
360         * src/prefs_common.c
361         * src/prefs_compose_writing.c
362         * src/prefs_ext_prog.c
363         * src/prefs_folder_item.c
364         * src/prefs_fonts.c
365         * src/prefs_message.c
366         * src/prefs_msg_colors.c
367         * src/prefs_other.c
368         * src/prefs_quote.c
369         * src/prefs_receive.c
370         * src/prefs_send.c
371         * src/prefs_spelling.c
372         * src/prefs_summaries.c
373         * src/prefs_toolbar.c
374         * src/prefs_wrapping.c
375         * src/privacy.c
376         * src/procmime.c
377         * src/procmsg.c
378         * src/ssl_manager.c
379         * src/statusbar.c
380         * src/summaryview.c
381         * src/toolbar.c
382         * src/vcard.c
383         * src/common/hooks.c
384         * src/common/log.c
385         * src/common/passcrypt.c
386         * src/common/socket.c
387         * src/common/ssl.c
388         * src/common/ssl_certificate.c
389         * src/common/template.c
390         * src/common/utils.c
391         * src/etpan/imap-thread.c
392         * src/gtk/sslcertwindow.c
393         * src/gtk/sslcertwindow.h
394                 Make functions that could be static, static
396 2007-01-20 [colin]      2.7.1cvs39
398         * src/editldap.c
399                 Fix tooltip
401 2007-01-20 [colin]      2.7.1cvs38
403         * src/ldapquery.c
404         * src/ldaputil.c
405         * src/ldaputil.h
406                 Fix bug 1102, 'claws-mail-2.7.1 
407                 makes use of deprecated ldap 
408                 functions'
410 2007-01-20 [colin]      2.7.1cvs37
412         * src/mainwindow.c
413         * src/mainwindow.h
414         * src/summaryview.c
415         * src/gtk/quicksearch.c
416                 Add Wide message list layout
418 2007-01-19 [fabien]     2.7.1cvs36
420         * src/textview.c
421                 make sure a font change is considered in links of
422                 headerview.
424 2007-01-19 [colin]      2.7.1cvs35
426         * src/main.c
427         * src/mainwindow.c
428         * src/mainwindow.h
429         * src/messageview.c
430         * src/messageview.h
431         * src/prefs_common.c
432         * src/prefs_common.h
433         * src/summaryview.c
434         * src/summaryview.h
435         * src/gtk/quicksearch.c
436         * src/gtk/quicksearch.h
437                 Drop 'Separate Folder tree' and 'Separate
438                 Message View'. Put three layouts in place
439                 of it.
441 2007-01-19 [paul]       2.7.1cvs34
443         * src/prefs_msg_colors.c
444                 more use of Q_ for translators
446 2007-01-19 [paul]       2.7.1cvs33
448         * src/imap_gtk.c
449         * src/prefs_account.c
450                 a few changes to the English
452 2007-01-19 [fabien]     2.7.1cvs32
454         * src/wizard.c
455                 factorize translatable string
457 2007-01-18 [colin]      2.7.1cvs31
459         * src/main.c
460                 Don't error out on --sync option. Although
461                 we don't do anything with it, gtk+ handles
462                 it, and it's useful for debugging X errors
464 2007-01-18 [fabien]     2.7.1cvs30
466         * src/prefs_other.c
467                 ability to apply on the fly the recent added
468                 'gtk_can_change_accels' pref (no need to restart).
470 2007-01-18 [fabien]     2.7.1cvs29
472         * src/plugins/bogofilter/bogofilter_gtk.c
473         * src/plugins/bogofilter/bogofilter.c
474         * src/plugins/spamassassin/spamassassin_gtk.c
475         * src/addr_compl.c
476         * src/prefs_account.c
477                 factorize or rewrite some translatable strings.
479 2007-01-18 [fabien]     2.7.1cvs28
481         * src/prefs_gtk.h
482         * src/compose.c
483                 set a 4pix space between "Subject:" label and subject entry in
484                 compose window.
486 2007-01-18 [wwp]        2.7.1cvs27
488         * src/addressbook.c
489                 fix conflicting address-copy/paste when focus is set
490                 to the embedded edit-person form.
493 2007-01-18 [wwp]        2.7.1cvs26
495         * src/addressbook.h
496                 complete 2.7.1cvs23 (one more file was missing from that
497                 commit).
499 2007-01-18 [colin]      2.7.1cvs25
501         * src/main.c
502                 Provide a way to migrate without backup
503                 Re-ask for migration on next start if 
504                 it has been refused and wizard has been 
505                 cancelled after.
507 2007-01-18 [wwp]        2.7.1cvs24
509         * src/editaddress.c
510                 complete 2.7.1.cvs23 (file was missing from previous
511                 commit).
513 2007-01-18 [wwp]        2.7.1cvs23
515         * src/addressbook.c
516                 fix potential crashes in address book's focus_in/out signal handlers,
517                 force focus to the edit-person form when clicked the Edit menu entry or
518                 button (this only matters if the edit-person form is embedded to the
519                 AB window, in that case, focus is not set when browsing the contacts
520                 list w/ keys or mouse clicks).
522 2007-01-18 [paul]       2.7.1cvs22
524         * src/main.c
525                 add command line options:
526                 -h for --help
527                 -q and --quit for --exit
528                 -v for --version
529                 print "Unknown option" for unknown options
531 2007-01-18 [paul]       2.7.1cvs21
533         * po/ru.po
534                 updated by Pavlo Bohmat
536 2007-01-18 [paul]       2.7.1cvs20
538         * src/mainwindow.c
539                 fix sensitivity issues of Mark as Spam/Ham
541 2007-01-17 [fabien]     2.7.1cvs19
543         * src/prefs_other.c
544         * src/prefs_common.c
545         * src/prefs_common.h
546         * src/main.c
547                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
548                 control the corresponding gtk property. It could be used to lock
549                 all shortcuts (avoid to set one of them by inadvertency).
551 2007-01-17 [colin]      2.7.1cvs18
553         * src/summaryview.c
554                 Fix bug 1100, 'Highlighted e-mail data not visible 
555                 when color label applied.'. Use a weighted average
556                 between normal selected foreground color and color
557                 label instead of a simple one (3/1 instead 1/1).
559 2007-01-17 [colin]      2.7.1cvs17
561         * src/messageview.c
562                 Better fix for bug 1088, 'Ctrl-h produces repeatable
563                 crash' - don't prevent mail switching while loading
565 2007-01-17 [colin]      2.7.1cvs16
567         * src/folder.c
568         * src/folder.h
569         * src/folderview.c
570         * src/folderview.h
571         * src/imap.c
572         * src/imap.h
573         * src/imap_gtk.c
574                 Manage recursive search of unsubscribed folders
575                 Rescan tree without checking for new messages 
576                 after subscriptions changed
578 2007-01-17 [paul]       2.7.1cvs15
580         * src/prefs_common.c
581         * src/gtk/pluginwindow.c
582                 fix bug 1101, '"Load plugin" button is
583                 accidentally hidden'
584                 unset (-1) initial width in prefs_common,
585                 fix overlapping buttons,
586                 and other cleanups
588 2007-01-17 [paul]       2.7.1cvs14
590         * src/procmime.c
591                 add #include <errno.h>, it's needed
592                 on some systems
594 2007-01-17 [paul]       2.7.1cvs13
596         * src/common/defs.h
597         * tools/make.themes.project
598                 rename .sylpheed_themeinfo to .claws_themeinfo
599                 and use it
600         * src/etpan/etpan-errors.h
601         * src/etpan/etpan-log.c
602         * src/etpan/etpan-log.h
603         * src/etpan/etpan-thread-manager-types.h
604         * src/etpan/etpan-thread-manager.c
605         * src/etpan/etpan-thread-manager.h
606         * src/etpan/imap-thread.c
607         * src/etpan/imap-thread.h
608                 add copyright header
610 2007-01-17 [colin]      2.7.1cvs12
612         * src/plugins/pgpcore/select-keys.c
613         * src/gtk/pluginwindow.c
614         * src/prefs_account.c
615                 Fix warnings
617 2007-01-16 [colin]      2.7.1cvs11
619         * src/imap.c
620         * src/imap.h
621         * src/imap_gtk.c
622                 Manage subscribing to subfolders when only
623                 subscribed folders are shown.
625 2007-01-16 [colin]      2.7.1cvs10
627         * src/folderview.c
628                 Fix annoying vscrollbar going back to top
629                 on Check for new folders
631 2007-01-16 [colin]      2.7.1cvs9
633         * src/imap.c
634                 Remove printf
636 2007-01-16 [colin]      2.7.1cvs8
638         * src/filtering.c
639                 Bigger buffer for errors
640         * src/imap.c
641         * src/imap.h
642         * src/imap_gtk.c
643         * src/prefs_account.c
644         * src/prefs_account.h
645         * src/wizard.c
646         * src/etpan/imap-thread.c
647         * src/etpan/imap-thread.h
648         * manual/handling.xml
649                 Add subscriptions management. What it changes:
650                 Creating a folder subscribes to it
651                 Deleting a folder unsubscribes it
652                 New contextual menu item allowing to switch between
653                 All folders and Subscribed folders, subscribe, and
654                 unsubscribe. "Creating" an existing but unsubscribed
655                 folder will subscribe it.
656                 By default for new accounts, only subscribed folders 
657                 are shown.
660 2007-01-16 [paul]       2.7.1cvs7
662         * src/summaryview.c
663                 Allow folder classes to specify only sort_key or
664                 sort_type instead of both or none.
666 2007-01-16 [paul]       2.7.1cvs6
668         * src/action.c
669         * src/compose.c
670         * src/mimeview.c
671         * src/procmime.c
672         * src/textview.c
673                 Save and use errno for procmime_get_part
675 2007-01-16 [colin]      2.7.1cvs5
677         * src/imap.c
678                 Never remove INBOX when scanning for
679                 new folders. It's a special folder
680                 that has to exist.
682 2007-01-15 [colin]      2.7.1cvs4
684         * src/imap.c
685                 Fix 'Check for new folders' when IMAP subdirectory
686                 is set
687         * src/etpan/imap-thread.c
688                 Fix build
690 2007-01-15 [colin]      2.7.1cvs3
692         * src/etpan/imap-thread.c
693                 Fix invalid free on command-connection
694                 error
696 2007-01-15 [wwp]        2.7.1cvs2
698         * src/matcher_parser_lex.l
699         * src/quote_fmt_lex.l
700         * src/matcher_parser_parse.y
701                 fix copyright header in lexers and parsers.
703 2007-01-15 [paul]       2.7.1cvs1
705         * NEWS
706         * README
707         * RELEASE_NOTES
708         * configure.ac
709                 bump up version number following
710                 stable release
712 2007-01-15 [paul]       2.7.0cvs31
714         * AUTHORS
715         * src/gtk/authors.h
716                 add Fabien to the Team list
717                 add the recent contributors
718                 make a few corrections
720 2007-01-15 [paul]       2.7.0cvs30
722         * src/mainwindow.c
723                 fix compiler warning
724         * src/plugins/pgpcore/prefs_gpg.c
725         * src/plugins/pgpcore/prefs_gpg.h
726                 add missing include
727                 fix copyright header
729 2007-01-14 [colin]      2.7.0cvs29
731         * src/gtk/filesel.c
732                 Use the 'gtk+' backend. Avoids gnome-vfs use,
733                 two benefits: faster to open, will fix strange
734                 dbus-related crash. Thanks to Pascal Terjan.
736 2007-01-14 [colin]      2.7.0cvs28
738         * src/etpan/imap-thread.c
739                 Delete the old imap just after allocating
740                 the new one. Makes sure we don't get the
741                 same pointer by sheer luck, which feels
742                 strange in the debug log.
744 2007-01-14 [colin]      2.7.0cvs27
746         * src/gtk/inputdialog.c
747                 Make sure we don't print passwords in
748                 clear text when in debug mode
750 2007-01-14 [colin]      2.7.0cvs26
752         * src/gtk/gtksctree.c
753                 Fix bug 1098, 'bogus last row display 
754                 after expanding a thread'. Patch by
755                 Jindrich Makovicka <makovick@gmail.com>
757 2007-01-14 [colin]      2.7.0cvs25
759         * src/etpan/imap-thread.c
760                 Close socket manually before
761                 freeing the imap struct
763 2007-01-14 [colin]      2.7.0cvs24
765         * src/etpan/imap-thread.c
766                 Maybe fix new reconnection issues
768 2007-01-13 [colin]      2.7.0cvs23
770         * src/summaryview.c
771                 Freeze/thaw on thread selection
773 2007-01-13 [paul]       2.7.0cvs22
775         * src/mainwindow.c
776         * src/summaryview.c
777         * src/summaryview.h
778                 add 'Edit/Delete thread'
780 2007-01-13 [colin]      2.7.0cvs21
782         * src/prefs_account.c
783         * src/prefs_compose_writing.c
784         * src/prefs_message.c
785         * src/prefs_msg_colors.c
786         * src/prefs_other.c
787         * src/prefs_receive.c
788         * src/prefs_spelling.c
789         * src/prefs_summaries.c
790         * src/prefs_themes.c
791         * src/gtk/gtkutils.c
792         * src/gtk/gtkutils.h
793         * src/plugins/pgpcore/prefs_gpg.c
794         * src/plugins/spamassassin/spamassassin_gtk.c
795                 Factorize gtk frame creation
796                 Patch by Pawel
798 2007-01-13 [colin]      2.7.0cvs20
800         * src/message_search.c
801         * src/summary_search.c
802                 Fix Enter in search windows
803         * src/messageview.c
804                 Fix body search starting at the
805                 end of the mail (and asking for loop)
807 2007-01-13 [colin]      2.7.0cvs19
809         * src/etpan/imap-thread.c
810                 Make sure we don't free the same imap
811                 twice
813 2007-01-13 [colin]      2.7.0cvs18
815         * commitHelper
816                 Allow multiple commitHelpers to
817                 run at once
819 2007-01-12 [colin]      2.7.0cvs17
821         * src/etpan/imap-thread.c
822                 Make sure we get rid of the previous mailimap
823                 when connecting - just in case disconnect was
824                 unclean
826 2007-01-12 [paul]       2.7.0cvs16
828         * src/compose.c
829                 Strip S/MIME signatures when re-editing
830                 S/MIME signed messages.
832 2007-01-12 [paul]       2.7.0cvs15
834         * configure.ac
835         * src/addressbook.c
836         * src/foldersel.c
837         * src/folderview.c
838         * src/main.c
839                 no need to define CLAWS anymore, remove
840                 all that stuff
842 2007-01-12 [paul]       2.7.0cvs14
844         * src/mimeview.c
845                 check if the mail's signed as
846                 it can change the mail structure
847                 Thanks to Colin
849 2007-01-12 [paul]       2.7.0cvs13
851         * src/procmime.c
852                 fix Forwarding msgs with attachments
853                 that have dos line endings
854                 Thanks to Colin
856 2007-01-12 [wwp]        2.7.0cvs12
858         * configure.ac
859                 Revert accidentally committed extra version tag.
861 2007-01-12 [wwp]        2.7.0cvs11
863         * src/prefs_account.c
864                 Fix compilation w/o aspell (completes 2.7.0cvs7).
866 2007-01-11 [colin]      2.7.0cvs10
868         * src/imap.c
869                 move g_warning to debug_print
870                 it scares people for no reason
872 2007-01-11 [colin]      2.7.0cvs9
874         * po/POTFILES.in
875                 Fix files to translate. Patch by
876                 Fabien
878 2007-01-11 [paul]       2.7.0cvs8
880         * src/imap.c
881                 Fix recursion when server lists the
882                 current subfolder in the response
883         * src/mimeview.c
884                 Fix updating of icon_list/ctree
885         * src/plugins/pgpcore/select-keys.c
886                 Fix a few annoyances when choosing
887                 keys for the CMS (S/MIME) protocol
889 2007-01-11 [wwp]        2.7.0cvs7
891         * src/compose.c
892         * src/prefs_account.c
893         * src/prefs_account.h
894                 Add per-account spellcheck default dictionaries settings.
896 2007-01-10 [colin]      2.7.0cvs6
898         * src/prefs_folder_item.c
899                 Factorize strings - patch by Fabien
901 2007-01-10 [colin]      2.7.0cvs5
903         * src/mainwindow.c
904                 Fix bug 1095, 'Crash while changing folder 
905                 columns during incorporation'
907 2007-01-09 [colin]      2.7.0cvs4
909         * src/gtk/pluginwindow.c
910                 Set the plugin window transient. Seems
911                 like some window managers hide it in
912                 the background after "load plugin"...
914 2007-01-09 [colin]      2.7.0cvs3
916         * src/gtk/filesel.c
917                 Use the same type for alloc and free
919 2007-01-08 [paul]       2.7.0cvs2
921         * po/nl.po
922                 updated by Tim Dijkstra
924 2007-01-08 [paul]       2.7.0cvs1
926         * src/prefs_themes.c
927         * src/common/utils.c
928                 Fix resource leaks
930 2007-01-08 [paul]       2.7.0
932         * NEWS
933         * README
934         * RELEASE_NOTES
935                 2.7.0 released
937 2007-01-08 [paul]       2.6.1cvs119
939         * doc/man/claws-mail.1
940                 another correction
942 2007-01-08 [paul]       2.6.1cvs118
944         * doc/man/claws-mail.1
945                 corrections
946         * manual/advanced.xml
947                 improved English usage
949 2007-01-08 [paul]       2.6.1cvs117
951         * po/ca.po
952         * po/de.po
953         * po/en_GB.po
954         * po/fi.po
955         * po/it.po
956         * po/pt_BR.po
957         * po/sk.po
958         * po/sr.po
959         * po/zh_CN.po
960                 updated by Miquel Oliete, Stephan Sachse, me,
961                 Tommi Pirinen, Andrea Spadaccini, Frederico
962                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
963                 Urosevic, and Ralgh Young
965 2007-01-07 [mones]      2.6.1cvs116
967         * manual/es/advanced.xml
968         * po/es.po
969                 Synced manual (unhide mark_as_read_delay)
970                 and updated translation for release
972 2007-01-07 [paul]       2.6.1cvs115
974         * src/prefs_matcher.c
975                 make the hbox content fit better under
976                 various languages
978 2007-01-07 [colin]      2.6.1cvs114
980         * src/messageview.c
981                 Fix bug 1088, 'Ctrl-h produces repeatable
982                 crash'
984 2007-01-06 [colin]      2.6.1cvs113
986         * src/etpan/imap-thread.c
987                 Add casts to int to get certs. Fixes
988                 bug 1064, 'crash @ etpan_certificate_check() 
989                 when opening an IMAP folder', with latest
990                 libetpan CVS or >= 0.49
991         * src/mainwindow.c
992         * src/mainwindow.h
993         * src/imap_gtk.c
994         * src/news_gtk.c
995         * src/prefs_folder_item.c
996                 Grey out the "synchronise" menu items if
997                 there's nothing to synchronise.
998         * src/plugins/pgpcore/sgpgme.c
999                 Make an error clearer than "Unknown error"
1001 2007-01-06 [colin]      2.6.1cvs112
1003         * src/messageview.c
1004                 Don't try to show a message if updating
1005                 Maybe fixes bug 1088, 'ctrl-h produces
1006                 repeatable crash'.
1008 2007-01-06 [colin]      2.6.1cvs111
1010         * src/summaryview.c
1011                 Disable Control-Space (handle it as Space).
1013 2007-01-05 [paul]       2.6.1cvs110
1015         * src/imap.c
1016                 Fix bug 934, 'sylpheed claws 2.1 
1017                 doesn't show Exchanges Public Folders'
1018                 Thanks to Hoa and Colin
1019         * src/msgcache.c
1020                 Refuse to allocate more than 2 MB for a 
1021                 single field, it's a good indication of
1022                 cache corruption.
1024 2007-01-05 [colin]      2.6.1cvs109
1026         * src/mainwindow.c
1027                 Allow --select'ing emails by Message-ID too
1029 2007-01-05 [colin]      2.6.1cvs108
1031         * src/common/quoted-printable.c
1032                 Uh! Third fix :)
1034 2007-01-05 [colin]      2.6.1cvs107
1036         * src/common/quoted-printable.c
1037                 Fix previous commit about bug 1089
1038                 Thanks to Ralf
1040 2007-01-05 [colin]      2.6.1cvs106
1042         * src/common/quoted-printable.c
1043                 Fix my previous commit on bug 1089
1044                 - Thanks to Ralf :)
1046 2007-01-04 [colin]      2.6.1cvs105
1048         * src/common/quoted-printable.c
1049                 Fix bug 1089, 'NUL characters in Subject 
1050                 line are misinterpreted'. Not a pain to
1051                 fix in fact.
1053 2007-01-04 [colin]      
1055         2.7.0-rc3 released
1057 2007-01-04 [wwp]        2.6.1cvs104
1059         * src/image_viewer.c
1060                 Force operator precedence (fix a compiler warning).
1062 2007-01-04 [colin]      2.6.1cvs103
1064         * src/image_viewer.c
1065                 Be cautious there too (same fix as the one
1066                 in textview from cvs33)
1067         * src/messageview.c
1068                 Don't use any MimeViewer plugin when showing
1069                 all headers
1071 2007-01-03 [wwp]        2.6.1cvs102
1073         * src/html.c
1074         * src/html.h
1075                 fixed "cent" sign (use the existing ASCII one),
1076                 decode more HTML entities,
1077                 converted table ASCII entries to UTF-8,
1078                 moved a switch() into a hashtable.
1080 2007-01-03 [paul]       2.6.1cvs101
1082         * src/compose.c
1083         * src/messageview.c
1084         * src/procmsg.c
1085         * src/procmsg.h
1086                 When possible, use move_msg instead of
1087                 copy_msg + remove_msg to move sent mail
1088                 from Queue to Sent. 
1090 2007-01-03 [paul]       2.6.1cvs100
1092         * src/html.c
1093                 add more html entity recognition:
1094                 pounds, euros, and cents
1096 2007-01-03 [colin]      2.6.1cvs99
1098         * src/imap_gtk.c
1099                 Don't display an error on NOSELECT
1100                 folders when synchronising
1102 2007-01-03 [paul]       2.6.1cvs98
1104         * tools/maildir2claws-mail.pl
1105                 only substitute 'sent-mail' if it's
1106                 the full directory name
1108 2007-01-03 [paul]       2.6.1cvs97
1110         * ChangeLog
1111         * ChangeLog.pre2.0.0
1112         * Makefile.am
1113                 archive a chunk of ChangeLog in
1114                 ChangeLog.pre2.0.0
1115         * ChangeLog.gtk1
1116         * doc/src/ChangeLog.claws-pre0.8.0
1117                 remove ChangeLog.claws-pre0.8.0, adding
1118                 its contents to ChangeLog.gtk1
1120 2007-01-03 [paul]       2.6.1cvs96
1122         * src/account.c
1123         * src/account.h
1124         * src/action.c
1125         * src/action.h
1126         * src/adbookbase.h
1127         * src/addr_compl.c
1128         * src/addr_compl.h
1129         * src/addrbook.c
1130         * src/addrcache.c
1131         * src/addrcache.h
1132         * src/addrcindex.c
1133         * src/addrcindex.h
1134         * src/addrclip.c
1135         * src/addrclip.h
1136         * src/addrdefs.h
1137         * src/addressadd.c
1138         * src/addressadd.h
1139         * src/addressbook.c
1140         * src/addressbook.h
1141         * src/addressbook_foldersel.c
1142         * src/addressbook_foldersel.h
1143         * src/addrgather.c
1144         * src/addrgather.h
1145         * src/addrharvest.c
1146         * src/addrharvest.h
1147         * src/addrindex.c
1148         * src/addrindex.h
1149         * src/addritem.c
1150         * src/addritem.h
1151         * src/addrquery.c
1152         * src/addrquery.h
1153         * src/addrselect.c
1154         * src/addrselect.h
1155         * src/alertpanel.c
1156         * src/alertpanel.h
1157         * src/browseldap.c
1158         * src/browseldap.h
1159         * src/codeconv.c
1160         * src/codeconv.h
1161         * src/compose.c
1162         * src/compose.h
1163         * src/customheader.c
1164         * src/customheader.h
1165         * src/displayheader.c
1166         * src/displayheader.h
1167         * src/editaddress.c
1168         * src/editaddress.h
1169         * src/editbook.c
1170         * src/editbook.h
1171         * src/editgroup.c
1172         * src/editgroup.h
1173         * src/editjpilot.c
1174         * src/editjpilot.h
1175         * src/editldap.c
1176         * src/editldap.h
1177         * src/editldap_basedn.c
1178         * src/editldap_basedn.h
1179         * src/editvcard.c
1180         * src/editvcard.h
1181         * src/exphtmldlg.c
1182         * src/exphtmldlg.h
1183         * src/expldifdlg.c
1184         * src/expldifdlg.h
1185         * src/export.c
1186         * src/export.h
1187         * src/exporthtml.c
1188         * src/exporthtml.h
1189         * src/exportldif.c
1190         * src/exportldif.h
1191         * src/filtering.c
1192         * src/filtering.h
1193         * src/folder.c
1194         * src/folder.h
1195         * src/folder_item_prefs.c
1196         * src/folder_item_prefs.h
1197         * src/foldersel.c
1198         * src/foldersel.h
1199         * src/folderutils.c
1200         * src/folderutils.h
1201         * src/folderview.c
1202         * src/folderview.h
1203         * src/grouplistdialog.c
1204         * src/grouplistdialog.h
1205         * src/headerview.c
1206         * src/html.c
1207         * src/html.h
1208         * src/image_viewer.c
1209         * src/image_viewer.h
1210         * src/imap.c
1211         * src/imap.h
1212         * src/imap_gtk.c
1213         * src/imap_gtk.h
1214         * src/import.c
1215         * src/import.h
1216         * src/importldif.c
1217         * src/importldif.h
1218         * src/importmutt.c
1219         * src/importmutt.h
1220         * src/importpine.c
1221         * src/importpine.h
1222         * src/inc.c
1223         * src/inc.h
1224         * src/jpilot.c
1225         * src/jpilot.h
1226         * src/ldapctrl.c
1227         * src/ldapctrl.h
1228         * src/ldaplocate.c
1229         * src/ldaplocate.h
1230         * src/ldapquery.c
1231         * src/ldapquery.h
1232         * src/ldapserver.c
1233         * src/ldapserver.h
1234         * src/ldaputil.c
1235         * src/ldaputil.h
1236         * src/ldif.c
1237         * src/ldif.h
1238         * src/main.c
1239         * src/main.h
1240         * src/mainwindow.c
1241         * src/mainwindow.h
1242         * src/manual.c
1243         * src/manual.h
1244         * src/mbox.c
1245         * src/message_search.c
1246         * src/message_search.h
1247         * src/messageview.c
1248         * src/messageview.h
1249         * src/mh.c
1250         * src/mh.h
1251         * src/mh_gtk.c
1252         * src/mh_gtk.h
1253         * src/mimeview.c
1254         * src/mimeview.h
1255         * src/msgcache.c
1256         * src/msgcache.h
1257         * src/mutt.c
1258         * src/mutt.h
1259         * src/news.c
1260         * src/news.h
1261         * src/news_gtk.c
1262         * src/news_gtk.h
1263         * src/partial_download.c
1264         * src/partial_download.h
1265         * src/pine.c
1266         * src/pine.h
1267         * src/pop.c
1268         * src/pop.h
1269         * src/prefs_account.c
1270         * src/prefs_account.h
1271         * src/prefs_actions.c
1272         * src/prefs_actions.h
1273         * src/prefs_common.c
1274         * src/prefs_common.h
1275         * src/prefs_compose_writing.c
1276         * src/prefs_compose_writing.h
1277         * src/prefs_customheader.c
1278         * src/prefs_customheader.h
1279         * src/prefs_display_header.c
1280         * src/prefs_display_header.h
1281         * src/prefs_filtering.c
1282         * src/prefs_filtering.h
1283         * src/prefs_filtering_action.c
1284         * src/prefs_filtering_action.h
1285         * src/prefs_folder_column.c
1286         * src/prefs_folder_column.h
1287         * src/prefs_folder_item.c
1288         * src/prefs_folder_item.h
1289         * src/prefs_fonts.c
1290         * src/prefs_fonts.h
1291         * src/prefs_gtk.c
1292         * src/prefs_gtk.h
1293         * src/prefs_image_viewer.c
1294         * src/prefs_image_viewer.h
1295         * src/prefs_matcher.c
1296         * src/prefs_matcher.h
1297         * src/prefs_message.c
1298         * src/prefs_msg_colors.c
1299         * src/prefs_msg_colors.h
1300         * src/prefs_other.c
1301         * src/prefs_quote.c
1302         * src/prefs_receive.c
1303         * src/prefs_send.c
1304         * src/prefs_spelling.c
1305         * src/prefs_spelling.h
1306         * src/prefs_summaries.c
1307         * src/prefs_summaries.h
1308         * src/prefs_summary_column.c
1309         * src/prefs_summary_column.h
1310         * src/prefs_template.c
1311         * src/prefs_template.h
1312         * src/prefs_themes.c
1313         * src/prefs_themes.h
1314         * src/prefs_toolbar.c
1315         * src/prefs_toolbar.h
1316         * src/prefs_wrapping.c
1317         * src/prefs_wrapping.h
1318         * src/privacy.c
1319         * src/privacy.h
1320         * src/procheader.c
1321         * src/procheader.h
1322         * src/procmime.c
1323         * src/procmime.h
1324         * src/procmsg.c
1325         * src/procmsg.h
1326         * src/quote_fmt.c
1327         * src/quote_fmt_parse.y
1328         * src/recv.c
1329         * src/recv.h
1330         * src/remotefolder.c
1331         * src/remotefolder.h
1332         * src/send_message.c
1333         * src/send_message.h
1334         * src/setup.c
1335         * src/setup.h
1336         * src/sourcewindow.c
1337         * src/sourcewindow.h
1338         * src/ssl_manager.c
1339         * src/ssl_manager.h
1340         * src/statusbar.c
1341         * src/statusbar.h
1342         * src/stock_pixmap.c
1343         * src/stock_pixmap.h
1344         * src/summary_search.c
1345         * src/summary_search.h
1346         * src/summaryview.c
1347         * src/summaryview.h
1348         * src/textview.c
1349         * src/textview.h
1350         * src/toolbar.c
1351         * src/toolbar.h
1352         * src/undo.c
1353         * src/undo.h
1354         * src/unmime.c
1355         * src/unmime.h
1356         * src/vcard.c
1357         * src/vcard.h
1358         * src/wizard.c
1359         * src/wizard.h
1360         * src/common/base64.c
1361         * src/common/base64.h
1362         * src/common/defs.h
1363         * src/common/hooks.c
1364         * src/common/hooks.h
1365         * src/common/log.c
1366         * src/common/log.h
1367         * src/common/mgutils.c
1368         * src/common/mgutils.h
1369         * src/common/nntp.c
1370         * src/common/nntp.h
1371         * src/common/passcrypt.c
1372         * src/common/passcrypt.h.in
1373         * src/common/plugin.c
1374         * src/common/plugin.h
1375         * src/common/prefs.c
1376         * src/common/prefs.h
1377         * src/common/progressindicator.c
1378         * src/common/progressindicator.h
1379         * src/common/quoted-printable.c
1380         * src/common/quoted-printable.h
1381         * src/common/session.c
1382         * src/common/session.h
1383         * src/common/smtp.c
1384         * src/common/smtp.h
1385         * src/common/socket.c
1386         * src/common/socket.h
1387         * src/common/ssl.c
1388         * src/common/ssl.h
1389         * src/common/ssl_certificate.c
1390         * src/common/ssl_certificate.h
1391         * src/common/stringtable.c
1392         * src/common/stringtable.h
1393         * src/common/template.c
1394         * src/common/template.h
1395         * src/common/timing.h
1396         * src/common/utils.c
1397         * src/common/utils.h
1398         * src/common/version.h.in
1399         * src/common/xml.c
1400         * src/common/xml.h
1401         * src/common/xmlprops.c
1402         * src/common/xmlprops.h
1403         * src/gtk/about.c
1404         * src/gtk/colorlabel.c
1405         * src/gtk/colorsel.c
1406         * src/gtk/colorsel.h
1407         * src/gtk/combobox.c
1408         * src/gtk/combobox.h
1409         * src/gtk/description_window.c
1410         * src/gtk/description_window.h
1411         * src/gtk/filesel.c
1412         * src/gtk/filesel.h
1413         * src/gtk/foldersort.c
1414         * src/gtk/foldersort.h
1415         * src/gtk/gtksctree.c
1416         * src/gtk/gtkutils.c
1417         * src/gtk/gtkutils.h
1418         * src/gtk/inputdialog.c
1419         * src/gtk/inputdialog.h
1420         * src/gtk/logwindow.c
1421         * src/gtk/logwindow.h
1422         * src/gtk/manage_window.c
1423         * src/gtk/manage_window.h
1424         * src/gtk/menu.c
1425         * src/gtk/menu.h
1426         * src/gtk/pluginwindow.c
1427         * src/gtk/pluginwindow.h
1428         * src/gtk/prefswindow.c
1429         * src/gtk/prefswindow.h
1430         * src/gtk/progressdialog.c
1431         * src/gtk/progressdialog.h
1432         * src/gtk/sslcertwindow.c
1433         * src/gtk/sslcertwindow.h
1434         * src/plugins/bogofilter/bogofilter.c
1435         * src/plugins/bogofilter/bogofilter.h
1436         * src/plugins/bogofilter/bogofilter_gtk.c
1437         * src/plugins/clamav/clamav_plugin.c
1438         * src/plugins/clamav/clamav_plugin.h
1439         * src/plugins/clamav/clamav_plugin_gtk.c
1440         * src/plugins/demo/demo.c
1441         * src/plugins/dillo_viewer/dillo_prefs.c
1442         * src/plugins/dillo_viewer/dillo_prefs.h
1443         * src/plugins/dillo_viewer/dillo_viewer.c
1444         * src/plugins/pgpcore/passphrase.c
1445         * src/plugins/pgpcore/passphrase.h
1446         * src/plugins/pgpcore/pgp_viewer.c
1447         * src/plugins/pgpcore/pgp_viewer.h
1448         * src/plugins/pgpcore/plugin.c
1449         * src/plugins/pgpcore/select-keys.c
1450         * src/plugins/pgpcore/select-keys.h
1451         * src/plugins/pgpcore/sgpgme.c
1452         * src/plugins/pgpcore/sgpgme.h
1453         * src/plugins/pgpinline/pgpinline.c
1454         * src/plugins/pgpinline/pgpinline.h
1455         * src/plugins/pgpinline/plugin.c
1456         * src/plugins/pgpmime/pgpmime.c
1457         * src/plugins/pgpmime/pgpmime.h
1458         * src/plugins/pgpmime/plugin.c
1459         * src/plugins/spamassassin/spamassassin.c
1460         * src/plugins/spamassassin/spamassassin.h
1461         * src/plugins/spamassassin/spamassassin_gtk.c
1462         * src/plugins/trayicon/trayicon.c
1463                 it's 2007, update the year in the copyright headers
1465 2007-01-03 [paul]       2.6.1cvs95
1467         * src/gtk/about.c
1468                 it is 2007, use it in the copyright string
1470 2007-01-03 [paul]       2.6.1cvs94
1472         * src/html.c
1473                 html entity conversion:
1474                 move &#153; to a more suitable place
1475                 add &bull; and &ndash;
1476                 make sure &mdash; and &#8212; are both
1477                 converted the same
1479 2007-01-02 [colin]      2.6.1cvs93
1481         * src/addrbook.c
1482                 Fix leak
1483         * src/common/plugin.c
1484                 Add comment
1485         * src/etpan/imap-thread.c
1486                 Fix warning
1488 2006-12-31 [paul]       2.6.1cvs92
1490         * src/prefs_summaries.c
1491                 use gtk_button_new_from_stock()
1493 2006-12-30 [colin]      2.6.1cvs91
1495         * src/folder.c
1496         * src/imap_gtk.c
1497         * src/mh_gtk.c
1498                 Don't update filtering and account paths 
1499                 when copying folders
1501 2006-12-30 [colin]      2.6.1cvs90
1503         * src/prefs_compose_writing.c
1504         * src/prefs_quote.c
1505         * src/prefs_template.c
1506                 Use message font for Writing and 
1507                 Quoting prefs, as well as Templates.
1509 2006-12-30 [colin]      2.6.1cvs89
1511         * src/prefs_summaries.c
1512                 Rework GUI; patch by Pawel
1514 2006-12-29 [colin]      2.6.1cvs88
1516         * src/prefs_folder_item.c
1517                 Fix bug 1085, 'Apply to subfolder 
1518                 doesn't work' - I was mistaken saying
1519                 it worked in every case
1521 2006-12-28 [colin]      2.6.1cvs87
1523         * src/gtk/gtkaspell.c
1524                 Don't assert if use_alternate is true
1525                 and alt_dictionary isn't set -- this 
1526                 is what happens on upgrade! Rather,
1527                 do with it.
1529 2006-12-28 [colin]      2.6.1cvs86
1531         * Makefile.am
1532                 Fix desktop/icon simplification
1534 2006-12-28 [colin]      2.6.1cvs85
1536         * Makefile.am
1537                 Make desktop and icon not 
1538                 dependant on the desktop
1540 2006-12-28 [wwp]        2.6.1cvs84
1542         * src/plugins/pgpmime/claws.def
1543                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1545 2006-12-28 [wwp]        2.6.1cvs83
1547         * src/prefs_folder_item.c
1548                 Fix coloring of "simplify subject regexp" (folder prefs),
1549                 which might be left to red whereas the regexp gets empty.
1551 2006-12-28 [wwp]        2.6.1cvs82
1553         * src/prefs_common.c
1554         * src/prefs_common.h
1555         * src/addressbook.c
1556         * src/addressitem.h
1557                 Save addressbook mainwindow's horizontal and vertical splitter position.
1559 2006-12-27 [wwp]        2.6.1cvs81
1561         * src/gtk/gtkaspell.c
1562         * src/gtk/gtkaspell.h
1563         * src/compose.c
1564                 Fix assignment of compose's default and alternate dictionary from
1565                 account or folder settings. Now gtkaspell_change_dict does rotate
1566                 dicts only when it's called from a menu cb.
1568 2006-12-27 [wwp]        2.6.1cvs80
1570         * src/folder_item_prefs.c
1571                 Fix randomly initialized default-alt-dictionary (folder prefs),
1572                 complete 2.6.1cvs72.
1574 2006-12-27 [paul]       2.6.1cvs79
1576         * src/imap_gtk.c
1577         * src/mh_gtk.c
1578                 Add Copy folder in the folder's contextual
1579                 menu
1581 2006-12-27 [wwp]        2.6.1cvs78
1583         * src/imap.c
1584                 Clean up session locking, thanks to Colin.
1586 2006-12-26 [colin]      2.6.1cvs77
1588         * src/statusbar.c
1589                 Revert previous patch
1591 2006-12-26 [colin]      2.6.1cvs76
1593         * src/folder.c
1594         * src/folderview.c
1595         * src/imap.c
1596         * src/statusbar.c
1597         * src/etpan/imap-thread.c
1598                 Fix previous commit warnings
1599                 Make statusbar update every second if total < 20
1600                 Make IMAP APPEND faster by simplifying log              
1602 2006-12-26 [colin]      2.6.1cvs75
1604         * src/folder.c
1605         * src/folder.h
1606         * src/folderview.c
1607         * src/folderview.h
1608         * src/imap_gtk.c
1609         * src/mh_gtk.c
1610                 Make it possible to copy folders accross
1611                 mailboxes (this was an arbitrary limitation).
1612                 Still make it impossible to move folders 
1613                 accross mailboxes.
1615 2006-12-26 [colin]      2.6.1cvs74
1617         * src/etpan/imap-thread.c
1618                 Fix bug 1081, 'claws-mail 
1619                 segfaults when going offline 
1620                 while it transfers mails via 
1621                 imap'
1623 2006-12-26 [colin]      2.6.1cvs73
1625         * src/folder_item_prefs.c
1626                 Don't forget alt dictionary when
1627                 renaming/moving folders
1629 2006-12-26 [wwp]        2.6.1cvs72
1631         * src/folder_item_prefs.c
1632                 Add missing defaults for per-folder alt dict
1633                 (forgotten in 2.6.1cvs61).
1635 2006-12-26 [colin]      2.6.1cvs71
1637         * src/wizard.c
1638                 Add tooltip to state that specifying
1639                 full path to mailbox is possible
1641 2006-12-26 [wwp]        2.6.1cvs70
1643         * src/partial_download.c
1644         * src/gtk/gtkvscrollbutton.c
1645         * src/plugins/pgpinline/plugin.c
1646                 Fix for few compiler warnings that matter.
1648 2006-12-25 [colin]      2.6.1cvs69
1650         * src/partial_download.c
1651                 Fix marking for download or deletion
1652                 when the header isn't the first
1653         * src/gtk/logwindow.c
1654                 Fix start of scrolling
1656 2006-12-23 [paul]       2.6.1cvs68
1658         * src/compose.c
1659                 change last commit to use the 'academic'
1660                 method instead. Thanks to wwp
1662 2006-12-23 [paul]       2.6.1cvs67
1664         * src/compose.c
1665                 don't warn about empty subject when
1666                 redirecting
1668 2006-12-22 [colin]      2.6.1cvs66
1670         * src/summary_search.c
1671                 Fix previous patch
1673 2006-12-22 [colin]      2.6.1cvs65
1675         * src/gtk/gtkutils.c
1676         * src/imap.c
1677         * src/jpilot.c
1678         * src/summary_search.c
1679                 A few warning fixes
1681 2006-12-23 [paul]       
1683         2.7.0-rc2 released
1685 2006-12-22 [colin]      2.6.1cvs64
1687         * src/toolbar.c
1688         * src/toolbar.h
1689                 Add a combo to the learn spam button
1690         * src/plugins/bogofilter/bogofilter.c
1691         * src/plugins/bogofilter/bogofilter_gtk.c
1692         * src/plugins/bogofilter/bogofilter.h
1693                 Allow to store Unsure mails in a specific
1694                 folder to make better teaching easier
1696 2006-12-21 [wwp]        2.6.1cvs63
1698         * src/compose.c
1699         * src/prefs_common.c
1700         * src/prefs_common.h
1701         * src/prefs_spelling.c
1702         * src/gtk/gtkaspell.c
1703         * src/gtk/gtkaspell.h
1704                 Allow spell-checking using both current and alternate dictionaries
1705                 (thanks to Colin).
1707 2006-12-21 [wwp]        2.6.1cvs62
1709         * src/gtk/gtkaspell.c
1710                 Apply recheck_when_changing_dict (highlight all mispelled words)
1711                 when switching to alternate dictionary.
1713 2006-12-21 [wwp]        2.6.1cvs61
1715         * src/compose.c
1716         * src/folder_item_prefs.h
1717         * src/prefs_common.c
1718         * src/prefs_common.h
1719         * src/prefs_folder_item.c
1720         * src/prefs_spelling.c
1721         * src/gtk/gtkaspell.c
1722         * src/gtk/gtkaspell.h
1723                 Add global and per-folder prefs to set the default
1724                 alternate dictionary.
1726 2006-12-21 [colin]      2.6.1cvs60
1728         * src/folder.c
1729                 Look for folders by path in all folders
1730         * src/html.c
1731                 add &mdash;
1733 2006-12-20 [colin]      2.6.1cvs59
1735         * src/gtk/quicksearch.c
1736                 Make sure in_typing is false when clearing
1738 2006-12-20 [wwp]        2.6.1cvs58
1740         * configure.ac
1741                 change manual's target dir to be LFH-compliant (thanks to Colin).
1743 2006-12-20 [wwp]        2.6.1cvs57
1745         * src/prefs_common.c
1746         * src/prefs_summaries.c
1747                 i18n fix and factorize patch, thanks to Fabien.
1749 2006-12-20 [paul]       2.6.1cvs56
1751         * configure.ac
1752                 last of the renaming (??)
1753         * src/main.c
1754                 correct --help info of --status-full
1755         * src/plugins/bogofilter/bogofilter.c
1756                 make FALSE default of whitelist_ab
1758 2006-12-19 [colin]      2.6.1cvs55
1760         * src/jpilot.c
1761                 Same as before, without depending on
1762                 pisock >= 0.12
1764 2006-12-19 [colin]      2.6.1cvs54
1766         * src/jpilot.c
1767                 Fix bug 1059, 'Better jpilot charset 
1768                 handling'. Use libpisync's charset conversion
1769                 if possible
1771 2006-12-19 [colin]      2.6.1cvs53
1773         * po/fr.po
1774                 Updated by Fabien
1776 2006-12-19 [wwp]        2.6.1cvs52
1778         * src/gtk/about.c
1779                 Add missing #include (thanks to Colin).
1781 2006-12-19 [wwp]        2.6.1cvs51
1783         * src/prefs_receive.c
1784                 Better spacing between widgets in prefs.
1786 2006-12-18 [colin]      2.6.1cvs50
1788         * src/imap.c
1789                 Fix failure to get separator on LIST "" ""
1790                 Try LIST "" "INBOX" too.
1792 2006-12-18 [wwp]        2.6.1cvs49
1794         * src/common/session.c
1795                 Fix a compiler warning (thanks to Fabien).
1797 2006-12-18 [wwp]        2.6.1cvs48
1799         * src/compose.c
1800         * src/prefs_quote.c
1801                 Factorize some strings for translation (it's about error
1802                 messages when applying or checking template/quote format).
1804 2006-12-18 [colin]      2.6.1cvs47
1806         * Makefile.am
1807         * src/common/defs.h
1808         * src/gtk/Makefile.am
1809         * src/gtk/about.c
1810                 Add a Release notes tab from the contents of
1811                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1813 2006-12-17 [colin]      2.6.1cvs46
1815         * src/mimeview.c
1816         * src/textview.c
1817         * src/gtk/filesel.c
1818                 Correctly convert from/to UTF8/filename encoding
1819                 when loading and saving files. Probably fixes
1820                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1821                 for a file to attach and is blocked...'
1823 2006-12-17 [colin]      2.6.1cvs45
1825         * src/gtk/logwindow.c
1826                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1827                 IMAP folder and is blocked on main thread': 
1828                 make sure we put utf8 in the log.
1830 2006-12-16 [colin]      2.6.1cvs44
1832         * src/toolbar.c
1833         * src/toolbar.h
1834                 Fix bug 1055, 'Add the 'cancel receive' 
1835                 in the available events for the toolbar buttons'
1837 2006-12-16 [colin]      2.6.1cvs43
1839         * po/POTFILES.in
1840         * src/imap.c
1841         * src/common/nntp.c
1842         * src/common/session.c
1843                 Log error when SSL handshakes fail. 
1844                 Fixes bug 1082, 'incorrect / imprecise 
1845                 error message when imap server provides 
1846                 ssl only through STARTTLS but SSL is 
1847                 selected'
1849 2006-12-15 [wwp]        2.6.1cvs42
1851         * src/plugins/bogofilter/bogofilter_gtk.c
1852                 set proper sensitivity to widgets I've recently added.
1854 2006-12-15 [colin]      
1856         2.7.0-rc1 released
1858 2006-12-15 [wwp]        2.6.1cvs41
1860         * src/plugins/bogofilter/bogofilter.c
1861         * src/plugins/bogofilter/bogofilter.h
1862         * src/plugins/bogofilter/bogofilter_gtk.c
1863                 bogofilter's whitelist can now use a subset of
1864                 the addressbook (either a book, a subfolder of a book,
1865                 or the whole addressbook by using "Any"). Re-used there
1866                 some pref_matcher widgets and mechanisms to match a subset
1867                 of the addressbook.
1869 2006-12-15 [wwp]        2.6.1cvs40
1871         * src/wizard.c
1872         * src/common/plugin.c
1873         * src/common/plugin.h
1874         * src/gtk/about.c
1875         * src/plugins/bogofilter/bogofilter.c
1876         * src/plugins/clamav/clamav_plugin.c
1877         * src/plugins/demo/demo.c
1878         * src/plugins/dillo_viewer/dillo_viewer.c
1879         * src/plugins/pgpcore/plugin.c
1880         * src/plugins/pgpinline/plugin.c
1881         * src/plugins/pgpmime/plugin.c
1882         * src/plugins/spamassassin/spamassassin.c
1883         * src/plugins/trayicon/trayicon.c
1884                 factorize some translatable strings (plugins-related),
1885                 fix missing punctuation in several places,
1886                 remove useless translatable \n in about.c,
1887                 and factorize plugin init code w/ a new function
1888                 check_plugin_version() in common/plugin.c.
1889                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1891 2006-12-15 [wwp]        2.6.1cvs39
1893         * src/plugins/bogofilter/bogofilter.c
1894         * src/plugins/bogofilter/bogofilter_gtk.c
1895                 flag whitelisted spams as spam, but don't filter it to the spam
1896                 folder. Thanks to Colin.
1898 2006-12-15 [ticho]      2.6.1cvs38
1900         * src/plugins/bogofilter/bogofilter.c
1901         * src/plugins/bogofilter/bogofilter.h
1902         * src/plugins/bogofilter/bogofilter_gtk.c
1903                 Add option to whitelist senders found in addressbook. Patch by colin.
1905 2006-12-15 [paul]       2.6.1cvs37
1907         * src/folderview.c
1908                 add missing #include "log.h"
1910 2006-12-15 [paul]       2.6.1cvs36
1912         * src/plugins/bogofilter/bogofilter.c
1913         * src/plugins/bogofilter/bogofilter.h
1914         * src/plugins/bogofilter/bogofilter_gtk.c
1915                 Add an option to allow inserting an
1916                 X-Claws-Bogosity header (on MH folders
1917                 only). Patch by Colin
1919 2006-12-14 [colin]      2.6.1cvs35
1921         * src/main.c
1922                 "Yes" should be the default choice for
1923                 migration configuration
1925 2006-12-14 [paul]       2.6.1cvs34
1927         * src/prefs_summaries.c
1928         * manual/advanced.xml
1929                 Unhide mark_as_read_delay
1931 2006-12-14 [paul]       2.6.1cvs33
1933         * src/messageview.c
1934         * src/messageview.h
1935         * src/mimeview.c
1936         * src/mimeview.h
1937         * src/summaryview.c
1938         * src/textview.c
1939         * src/textview.h
1940                 Fix printing of selection
1941                 Fix printing of message parts
1942                 Fix printing of images
1943         * src/gtk/gtksourceprintjob.c
1944                 Fix page count when there are images
1946 2006-12-14 [wwp]        2.6.1cvs32
1948         * src/mainwindow.c
1949         * src/summaryview.c
1950         * src/summaryview.h
1951         * src/gtk/quicksearch.c
1952                 fix quicksearch 'magnify' button status when QS is closed
1953                 using the Escape key, thanks to Colin.
1955 2006-12-14 [wwp]        2.6.1cvs31
1957         * src/mainwindow.c
1958         * src/summaryview.c
1959         * src/summaryview.h
1960         * src/gtk/quicksearch.c
1961                 fix quicksearch 'magnify' button status when QS is closed
1962                 using the Escape key, thanks to Colin.
1964 2006-12-13 [colin]      2.6.1cvs30
1966         * src/ldapquery.c
1967         * src/ldaputil.c
1968                 Use the binary safe version of ldap_get_values,
1969                 to make sure we manipulate null-terminated 
1970                 strings. Maybe fixes bug 1075, 'claws mail 
1971                 segfault when completing ldap adresses'
1972         * src/syldap.c ** REMOVED **
1973         * src/syldap.h ** REMOVED **
1974                 Remove dead files
1976 2006-12-13 [mones]      2.6.1cvs29
1978         * po/es.po
1979                 Fixed piped strings, fixed click translation
1981 2006-12-13 [paul]       2.6.1cvs28
1983         * src/main.c
1984                 don't translate these strings
1986 2006-12-13 [paul]       2.6.1cvs27
1988         * po/en_GB.po
1989                 updated
1991 2006-12-13 [colin]      2.6.1cvs26
1993         * src/main.c
1994         * src/main.h
1995                 Add claws_is_starting()
1997 2006-12-13 [mones]      2.6.1cvs25
1999         * manual/es/advanced.xml
2000         * po/es.po
2001                 Synced manual and updated translation
2003 2006-12-12 [colin]      2.6.1cvs24
2005         * src/wizard.c
2006                 Add an option to use STARTTLS in the
2007                 welcome wizard. Fixes bug 1080, 
2008                 'Using SSL option in wizard for incoming 
2009                 server does not activate SSL with STARTTLS'
2011 2006-12-12 [colin]      2.6.1cvs23
2013         * src/main.c
2014                 Don't exit when there's an incomplete
2015                 mailbox configured - leaves a chance 
2016                 to fix a failing IMAP account. Exit
2017                 if no mailbox at all is loaded (case
2018                 of missing plugin).
2019                 Completes bug 1077's fix (I was wrong
2020                 in this bug's comment #3).
2022 2006-12-12 [colin]      2.6.1cvs22
2024         * src/gtk/menu.h
2025                 Add another menu data type
2026         * src/prefs_account.c
2027                 Complete the completion of bug 1076
2028                 (doesn't lose the pref on apply)
2030 2006-12-12 [paul]       2.6.1cvs21
2032         * src/prefs_account.c
2033                 complete the fix of bug 1076
2034                 also be more verbose with the text
2036 2006-12-12 [paul]       2.6.1cvs20
2038         * src/gtk/combobox.c
2039                 fix compilation warning
2041 2006-12-11 [colin]      2.6.1cvs19
2043         * src/wizard.c
2044                 Document :port in server entry tooltips
2046 2006-12-11 [colin]      2.6.1cvs18
2048         * src/main.c
2049                 Fix compile
2051 2006-12-11 [colin]      2.6.1cvs17
2053         * src/main.c
2054                 Add failing IMAP as a reason for no
2055                 mailbox
2057 2006-12-11 [colin]      2.6.1cvs16
2059         * src/prefs_account.c
2060                 Check for existence of inbox for local
2061                 accounts too
2062         * src/wizard.c
2063                 Allow setting the port to use for servers
2064                 by using the usual "server.example.com:port"
2065                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2066                 not start when IMAP server is unavailable'
2068 2006-12-11 [colin]      2.6.1cvs15
2070         * src/prefs_account.c
2071                 Prevent use of non-existing default inbox
2073 2006-12-11 [colin]      2.6.1cvs14
2075         * src/prefs_account.c
2076                 Fix sensitivity. Fixes bug 1076, 'privacy 
2077                 options are displayed even when pgp plugin 
2078                 not loaded / available'
2080 2006-12-09 [colin]      2.6.1cvs13
2082         * manual/advanced.xml
2083         * src/prefs_common.c
2084         * src/prefs_common.h
2085         * src/common/ssl_certificate.c
2086                 Add a new hidden preference, 'unsafe_ssl_certs',
2087                 which allows to store multiple certificates per
2088                 server/port. This is disabled by default because
2089                 it's less secure (presenting a new certificate
2090                 instead of a changed one raises less alarms).
2091                 This will cause Claws to ask about an unknown
2092                 certificate for people who have used 2.6.1cvs8
2093                 or greater.
2095 2006-12-09 [colin]      2.6.1cvs12
2097         * src/action.c
2098                 Fix cache updating after action
2100 2006-12-07 [wwp]        2.6.1cvs11
2102         * src/compose.c
2103                 fix email address comparison when replying to all
2104                 (avoid replying to ourselves), thanks to Colin.
2106 2006-12-06 [paul]       2.6.1cvs10
2108         * src/addrharvest.c
2109         * src/editldap.c
2110         * src/expldifdlg.c
2111         * src/news.c
2112         * src/toolbar.c
2113         * src/common/utils.c
2114                 ...and more renaming
2115                 Thanks to Colin
2117 2006-12-06 [paul]       2.6.1cvs9
2119         * src/compose.c
2120         * src/messageview.c
2121         * src/procheader.c
2122         * src/procmime.c
2123         * src/procmsg.c
2124         * src/textview.c
2125                 more renaming
2126                 Thanks to Colin
2128 2006-12-06 [colin]      2.6.1cvs8
2130         * src/ssl_manager.c
2131         * src/common/ssl_certificate.c
2132         * src/common/ssl_certificate.h
2133                 Handle multiple certificates per host/port
2135 2006-12-06 [colin]      2.6.1cvs7
2137         * src/etpan/imap-thread.c
2138                 Fix certificate checking on IMAP
2140 2006-12-06 [colin]      2.6.1cvs6
2142         * src/folderview.c
2143                 Fix bug 1072, 'Claws stops fetching newsgroups 
2144                 from server when newsgroup got deleted': continue
2145                 checking other groups
2147 2006-12-05 [wwp]        2.6.1cvs5
2149         * src/message_search.c
2150         * src/summary_search.c
2151         * src/gtk/combobox.c
2152         * src/gtk/combobox.h
2153         * src/gtk/gtkutils.c
2154         * src/gtk/gtkutils.h
2155                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2156                 behave like w/ old comboboxes (summary and message search only).
2158 2006-12-05 [paul]       2.6.1cvs4
2160         * src/wizard.c
2161                 encode headers
2162                 Thanks to Colin
2164 2006-12-05 [paul]       2.6.1cvs3
2166         * tools/README
2167         * tools/textviewer.pl
2168                 script updated and description added
2170 2006-12-04 [colin]      2.6.1cvs2
2172         * src/compose.c
2173                 Run pre-send hook only when checking
2174                 everything
2176 2006-12-04 [paul]       2.6.1cvs1
2178         * NEWS
2179         * README
2180         * RELEASE_NOTES
2181         * configure.ac
2182         * tools/README
2183                 bump up version number following stable release
2185 2006-12-04 [paul]       2.6.0cvs83
2187         * README
2188                 updates and corrections
2190 2006-12-04 [colin]      2.6.0cvs82
2192         * src/common/utils.c
2193                 Probably fix bug 1066, 'Incorrect mailbox 
2194                 size displayed'
2196 2006-12-04 [colin]      2.6.0cvs81
2198         * src/common/utils.c
2199                 Trim tabs from mailcap file too.
2201 2006-12-02 [paul]       2.6.0cvs80
2203         * src/exphtmldlg.c
2204                 fix broken GUI under certain languages
2205         * src/expldifdlg.c
2206                 put the Cancel button to the right
2208 2006-12-01 [paul]       2.6.0cvs79
2210         * tools/Makefile.am
2211                 remove reference to removed file
2213 2006-12-01 [wwp]        2.6.0cvs78
2215         * src/addressbook.c
2216         * src/editaddress.c
2217                 remove forgotten debug statements.
2219 2006-12-01 [wwp]        2.6.0cvs77
2221         * manual/advanced.xml
2222         * manual/fr/advanced.xml
2223         * src/addressbook.c
2224         * src/addressbook.h
2225         * src/addressitem.h
2226         * src/editaddress.c
2227         * src/editaddress.h
2228         * src/prefs_common.c
2229         * src/prefs_common.h
2230         * src/gtk/gtkutils.c
2231         * src/gtk/gtkutils.h
2232                 add a hidden option to allow embedding the editaddress (edit contact details)
2233                 dialog into the addressbook's window. This doesn't change the default
2234                 behaviour.
2236 2006-12-01 [wwp]        2.6.0cvs76
2238         * src/message_search.c
2239         * src/summary_search.c
2240                 fix more focus issues (don't set focus to combobox's entry widget when
2241                 entry's value changed, if entry widget has focus already).
2243 2006-12-01 [wwp]        2.6.0cvs75
2245         * src/gtk/quicksearch.c
2246                 revert last changes to the quicksearch gtk_combo_box, this needs more
2247                 tuning and testing.
2249 2006-12-01 [paul]       2.6.0cvs74
2251         * tools/kdeservicemenu/README
2252         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2253         * tools/kdeservicemenu/install.sh
2254         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2255         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2256                 simplify this stuff, and in so doing,
2257                 fix it. (possibly re-extend it again at
2258                 a later date)
2260 2006-12-01 [wwp]        2.6.0cvs73
2262         * src/gtk/quicksearch.c
2263                 adapt quicksearch code to use modern gtk_combo_box'es.
2265 2006-12-01 [wwp]        2.6.0cvs72
2267         * src/common/defs.h
2268         * src/prefs_common.c
2269         * src/prefs_common.h
2270         * src/message_search.c
2271         * src/summary_search.c
2272         * src/gtk/combobox.c
2273         * src/gtk/combobox.h
2274                 add history combos to all message and summary search fields.
2276 2006-12-01 [wwp]        2.6.0cvs71
2278         * src/summaryview.c
2279                 As the list may change while the mark as read delay
2280                 runs, we can't rely on the 'row' pointer, which can
2281                 be invalid when the timeout is called. As the mark
2282                 as read is only done if the message is still selected,
2283                 use summaryview->selected instead. Thanks to Colin.
2285 2006-11-30 [paul]       2.6.0cvs70
2287         * src/textview.c
2288                 give emphasis to "Sylpheed-Claws"
2289                 as well as "Claws Mail"
2291 2006-11-30 [colin]      2.6.0cvs69
2293         * src/wizard.c
2294                 Put the SSL checkboxes in the receiving
2295                 and sending server pages.
2297 2006-11-29 [colin]      2.6.0cvs68
2299         * src/gtk/gtkutils.c
2300         * src/gtk/gtkvscrollbutton.c
2301                 Revert some deprecated fixes - they seem to
2302                 deprecate stuff as soon as a new one gets out.
2303                 g_object_ref_sink needed glib-2.10.
2305 2006-11-29 [colin]      2.6.0cvs67
2307         * src/common/utils.c
2308                 Create .mailcap if it doesn't exist
2310 2006-11-29 [colin]      2.6.0cvs66
2312         * src/compose.c
2313                 Followup to cvs60: use original list
2314                 of recipients if replying to a mail
2315                 in Sent Drafts or Queue.
2317 2006-11-27 [paul]       2.6.0cvs65
2319         * src/image_viewer.c
2320                 revert the last change for now (it's broken)
2322 2006-11-27 [paul]       2.6.0cvs64
2324         * Makefile.am
2325         * configure.ac
2326         * m4/aclocal-include.m4
2327         * m4/check-type.m4
2328         * src/Makefile.am
2329         * src/addr_compl.c
2330         * src/compose.c
2331         * src/crash.c
2332         * src/export.c
2333         * src/exporthtml.c
2334         * src/exportldif.c
2335         * src/imap.c
2336         * src/import.c
2337         * src/main.c
2338         * src/main.h
2339         * src/matcher.c
2340         * src/mimeview.c
2341         * src/procmsg.c
2342         * src/textview.c
2343         * src/common/Makefile.am
2344         * src/common/claws.c
2345         * src/common/claws.h
2346         * src/common/ssl.c
2347         * src/common/sylpheed.c
2348         * src/common/sylpheed.h
2349         * src/etpan/Makefile.am
2350         * src/gtk/Makefile.am
2351         * src/gtk/claws-marshal.list
2352         * src/gtk/filesel.c
2353         * src/gtk/gtksctree.c
2354         * src/gtk/quicksearch.c
2355         * src/gtk/sylpheed-marshal.list
2356         * src/plugins/bogofilter/bogofilter.c
2357         * src/plugins/bogofilter/bogofilter_gtk.c
2358         * src/plugins/clamav/clamav_plugin.c
2359         * src/plugins/clamav/clamav_plugin_gtk.c
2360         * src/plugins/demo/demo.c
2361         * src/plugins/dillo_viewer/dillo_viewer.c
2362         * src/plugins/pgpcore/Makefile.am
2363         * src/plugins/pgpcore/claws.def
2364         * src/plugins/pgpcore/pgp_viewer.c
2365         * src/plugins/pgpcore/plugin.c
2366         * src/plugins/pgpcore/sylpheed.def
2367         * src/plugins/pgpinline/Makefile.am
2368         * src/plugins/pgpinline/claws.def
2369         * src/plugins/pgpinline/plugin.c
2370         * src/plugins/pgpinline/sylpheed.def
2371         * src/plugins/pgpmime/Makefile.am
2372         * src/plugins/pgpmime/claws.def
2373         * src/plugins/pgpmime/plugin.c
2374         * src/plugins/pgpmime/sylpheed.def
2375         * src/plugins/spamassassin/spamassassin.c
2376         * src/plugins/spamassassin/spamassassin_gtk.c
2377         * src/plugins/trayicon/trayicon.c
2378                 yet more renaming
2379                 remove deprecated gtk_tooltips_set_delay()
2381 2006-11-26 [paul]       2.6.0cvs63
2383         * src/expldifdlg.c
2384         * src/folderview.c
2385         * src/image_viewer.c
2386         * src/mainwindow.c
2387         * src/gtk/gtkutils.c
2388         * src/gtk/gtkvscrollbutton.c
2389         * src/gtk/prefswindow.c
2390         * src/plugins/pgpcore/prefs_gpg.c
2391                 replace more deprecated GTK+ functions
2393 2006-11-26 [paul]       2.6.0cvs62
2395         * src/addr_compl.c
2396         * src/addressbook.c
2397         * src/browseldap.c
2398                 replace deprecated gtk_idle_... functions
2400 2006-11-26 [paul]       2.6.0cvs61
2402         * src/compose.c
2403         * src/folderview.c
2404         * src/inc.c
2405         * src/summaryview.c
2406         * src/gtk/gtkvscrollbutton.c
2407         * src/gtk/quicksearch.c
2408         * src/plugins/pgpcore/passphrase.c
2409                 replace deprecated gtk_timeout_add and
2410                 gtk_timeout_remove
2412 2006-11-26 [paul]       2.6.0cvs60
2414         * src/compose.c
2415                 fix bug that caused the wrong recipient
2416                 to be selected when replying to a msg
2417                 which is From one of our accounts to
2418                 another of our accounts
2420 2006-11-25 [paul]       2.6.0cvs59
2422         * src/summaryview.c
2423                 don't change the From column title to
2424                 To if the To column is visible
2426 2006-11-24 [paul]       2.6.0cvs58
2428         * src/compose.c
2429                 fix bug 1069, 'Sent mails disappear, BCC
2430                 or locking problem?'
2432 2006-11-21 [wwp]        2.6.0cvs57
2434         * src/compose.c
2435                 fix spelling menu when replying (same as 2.3.1cvs39):
2436                 discrepancy between context menu and top menu when
2437                 folder's dictionary isn't the default one.
2439 2006-11-19 [paul]       2.6.0cvs56
2441         * src/summaryview.c
2442                 obey always_show_msg option when
2443                 marking as spam
2444         * src/plugins/bogofilter/bogofilter.c
2445                 fix typo
2447 2006-11-18 [paul]       2.6.0cvs55
2449         * AUTHORS
2450         * README
2451         * debian/copyright
2452         * manual/ack.xml
2453         * manual/es/ack.xml
2454         * manual/fr/ack.xml
2455         * manual/pl/ack.xml
2456         * src/gtk/authors.h
2457         * src/gtk/icon_legend.c
2458         * src/gtk/icon_legend.h
2459         * tools/OOo2claws-mail.pl
2460         * tools/README
2461         * tools/acroread2claws-mail.pl
2462         * tools/claws.i18n.status.pl
2463         * tools/filter_conv.pl
2464         * tools/filter_conv_new.pl
2465         * tools/freshmeat_search.pl
2466         * tools/google_search.pl
2467         * tools/kmail2claws-mail.pl
2468         * tools/kmail2claws-mail_v2.pl
2469         * tools/maildir2claws-mail.pl
2470         * tools/make.themes.project
2471         * tools/multiwebsearch.pl
2472         * tools/outlook2claws-mail.pl
2473         * tools/tb2claws-mail
2474         * tools/kdeservicemenu/README
2475         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2476                 update mine and wwp's email addresses in
2477                 several places
2478                 Patch by wwp
2479         * src/prefs_compose_writing.c
2480                 set sensitivity on 'new message format' frame
2482 2006-11-17 [paul]       2.6.0cvs54
2484         * src/gtk/about.c
2485                 more reworking of the GUI
2486                 Patch by Fabien Vantard
2488 2006-11-16 [paul]       2.6.0cvs53
2490         * src/gtk/about.c
2491                 set a minimum size for the window, allow
2492                 it to automatically expand as necessary
2494 2006-11-16 [wwp]        2.6.0cvs52
2496         * src/gtk/about.c
2497                 better wrap of copyright info on some systems.
2499 2006-11-16 [paul]       2.6.0cvs51
2501         * src/gtk/about.c
2502                 move the tech info from the upper panel
2503                 to the Info tab
2504                 use a gtk_text_view for the features tab
2506 2006-11-16 [paul]       2.6.0cvs50
2508         * po/Makevars
2509                 update my email address
2510         * src/addressbook.c
2511         * src/compose.c
2512         * src/imap_gtk.c
2513         * src/mh_gtk.c
2514         * src/news_gtk.c
2515         * src/summaryview.c
2516         * src/plugins/trayicon/trayicon.c
2517                 don't offer simple menu separators
2518                 for translation
2519         * src/folderview.c
2520                 add separator between 'mark all read'
2521                 and 'search folder'
2523 2006-11-15 [wwp]        2.6.0cvs49
2525         * src/gtk/authors.h
2526                 updated manuals authors.
2528 2006-11-14 [paul]       2.6.0cvs48
2530         * src/compose.c
2531                 Fix Options/Reply mode after draft save
2533 2006-11-14 [paul]       2.6.0cvs47
2535         * src/Makefile.am
2536                 Fix make DESTDIR=...
2537         * src/mbox.c
2538                 Optimise speed
2539         * src/plugins/pgpinline/pgpinline.c
2540                 Probably fix bug 1061
2542 2006-11-14 [paul]       2.6.0cvs46
2544         * po/Makevars
2545                 enable Q_ macro
2546         * src/Makefile.am
2547         * src/stock_pixmap.c
2548         * src/stock_pixmap.h
2549         * src/gtk/about.c
2550         * src/pixmaps/active.xpm
2551         * src/pixmaps/inactive.xpm
2552                 add a new page, 'Features', to the About dialog
2553                 showing which features are compiled in and which
2554                 are not
2556 2006-11-14 [paul]       2.6.0cvs45
2558         * po/ru.po
2559                 updated by Pavlo Bohmat
2561 2006-11-14 [colin]      2.6.0cvs44
2563         * src/compose.c
2564         * src/inc.c
2565         * src/messageview.c
2566         * src/news.c
2567         * src/pop.c
2568         * src/procmsg.c
2569         * src/gtk/gtkaspell.c
2570                 Fix 64-bit-related warnings
2571         * src/ssl_manager.c
2572                 Fix possible infinite loop
2573         * src/plugins/pgpcore/sgpgme.c
2574                 Remove useless check
2576 2006-11-13 [colin]      2.6.0cvs43
2578         * src/gtk/Makefile.am
2579                 authors.h isn't generated
2581 2006-11-13 [colin]      2.6.0cvs42
2583         * src/plugins/pgpinline/pgpinline.c
2584         * src/plugins/pgpmime/pgpmime.c
2585                 Very probably fix bug 1061, 'crash on 
2586                 opening signed email'. Another cast
2587                 problem
2589 2006-11-13 [colin]      2.6.0cvs41
2591         * src/plugins/pgpcore/sgpgme.c
2592                 Maybe fix bug 1061, 'crash on opening 
2593                 signed email'
2595 2006-11-13 [wwp]        2.6.0cvs40
2597         * src/plugins/pgpinline/pgpinline.c
2598                 fix candidate for bug #1057, thanks to Colin.
2600 2006-11-13 [wwp]        2.6.0cvs39
2602         * src/compose.c
2603         * src/quote_fmt_parse.y
2604                 fix bug 1052: current parser buffer was not always 
2605                 allocated, ptr to this buffer could be returned as 
2606                 NULL whereas no parser error has occurred. in 
2607                 consequence, defining a template body as "%d" 
2608                 (w/o the quotes) for the first time of the instance 
2609                 of claws-mail, was reporting a parser error. make 
2610                 sure that the buffer is always allocated, even to 
2611                 an empty string.
2612                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2613                 unescaping of the fmt string was always done 
2614                 whereas it must be done *only* when receiving 
2615                 quote format strings issued from the prefs 
2616                 (compose new message, reply, forward, redirect 
2617                 formats), *not* when applying templates.  in 
2618                 consequences, applying templates w/ sequences 
2619                 like \\|p{echo} were failing. make sure that 
2620                 unescaping is done only when necessary.
2622 2006-11-12 [colin]      2.6.0cvs38
2624         * po/de.po
2625                 Fix typo (s/KB/MB)
2627 2006-11-12 [colin]      2.6.0cvs37
2629         * src/plugins/pgpinline/pgpinline.c
2630         * src/plugins/pgpmime/pgpmime.c
2631                 Release GPG context at the latest 
2632                 possible moment. Maybe fixes 
2633                 bug 1057, 'crash on sending signed 
2634                 message to a newsgroup'
2635                 
2637 2006-11-12 [colin]      2.6.0cvs36
2639         * src/plugins/pgpcore/sgpgme.c
2640                 Tell a bit more when gpg's status doesn't
2641                 contain any signature
2643 2006-11-12 [colin]      2.6.0cvs35
2645         * src/compose.c
2646                 Fix bug 1060, 'compilation error with 
2647                 Irix's cc'
2649 2006-11-12 [paul]       2.6.0cvs34
2651         * doc/man/claws-mail.1
2652         * src/prefs_gtk.c
2653         * src/plugins/clamav/README
2654         * src/plugins/spamassassin/README
2655         * tools/README
2656         * tools/freshmeat_search.pl
2657         * tools/google_search.pl
2658         * tools/multiwebsearch.pl
2659                 more renaming
2660         * src/plugins/trayicon/trayicon.c
2661                 fix compiliation warning
2663 2006-11-11 [colin]      2.6.0cvs33
2665         * src/folderview.c
2666                 Forbid drag and drop from/to different
2667                 folders of type F_UNKNOWN
2669 2006-11-11 [colin]      2.6.0cvs32
2671         * src/plugins/pgpinline/pgpinline.c
2672                 Fix typo in previous commit:
2673                 - gpgme_new(&ctx);
2674                 + if ((err = gpgme_new(&data->ctx)) ...)
2676 2006-11-11 [colin]      2.6.0cvs31
2678         * src/plugins/pgpinline/pgpinline.c
2679         * src/plugins/pgpmime/pgpmime.c
2680                 Check success after calling gpgme_new
2681                 Maybe fixes bug 1057, 'crash on sending 
2682                 signed message to a newsgroup'
2684 2006-11-11 [colin]      2.6.0cvs30
2686         * src/undo.c
2687                 init undostruct to 0s (from
2688                 valgrind log of bug 1057)
2690 2006-11-10 [colin]      2.6.0cvs29
2692         * src/mainwindow.c
2693                 Set cursor to wait before filtering
2694                 duplicates in all folders
2695         * src/plugins/bogofilter/bogofilter.c
2696         * src/plugins/bogofilter/bogofilter.h
2697         * src/plugins/bogofilter/bogofilter_gtk.c
2698                 Completely thread away the bogofilter
2699                 filtering
2701 2006-11-10 [mones]      2.6.0cvs28
2703         * src/compose.c
2704         * src/compose.h
2705                 added COMPOSE_CHECK_BEFORE_SEND hook
2707 2006-11-10 [paul]       2.6.0cvs27
2709         * src/crash.c
2710                 more renaming
2711                 add libSM to get_compiled_in_features()
2712         * src/main.c
2713                 more renaming
2715 2006-11-10 [colin]      2.6.0cvs26
2717         * src/etpan/imap-thread.c
2718                 Add a reference to libetpan's sasl engine
2719                 so that sasl_done() doesn't get called by
2720                 libetpan, and doesn't break openssl.
2721                 Should fix bug 1053, 'SC fails to reestablish 
2722                 a secure connection'
2723                 Patch by Hoa
2725 2006-11-10 [colin]      2.6.0cvs25
2727         * manual/addrbook.xml
2728         * manual/advanced.xml
2729         * manual/faq.xml
2730         * manual/intro.xml
2731                 Some more renaming
2733 2006-11-09 [colin]      2.6.0cvs24
2735         * src/plugins/bogofilter/bogofilter_gtk.c
2736                 Add comment about annoyance
2738 2006-11-09 [colin]      2.6.0cvs23
2740         * src/plugins/bogofilter/bogofilter.c
2741         * src/plugins/bogofilter/bogofilter_gtk.c
2742                 Prepare things needed to thread bogofilter
2743                 filtering: separate bogo stuff and possible GUI
2744                 stuff. 
2746 2006-11-09 [colin]      2.6.0cvs22
2748         * src/account.c
2749         * src/compose.c
2750                 Search for one of our accounts in Delivered-To
2751                 (helps for auto-account selection when 
2752                  replying/forwarding)
2753         * src/folderview.c
2754         * src/mainwindow.c
2755         * src/mainwindow.h
2756         * src/plugins/trayicon/trayicon.c
2757                 Allow opening a new mail with any account from
2758                 the contextual menu
2760 2006-11-09 [wwp]        2.6.0cvs21
2762         * src/compose.c
2763         * src/prefs_common.c
2764         * src/prefs_common.h
2765         * src/prefs_compose_writing.c
2766                 add a compose new message format (in prefs/compose/writing), it's a
2767                 simple subject+body template to use when opening a new composition
2768                 window. It's similar to the existent reply and forward formats.
2770                 enhanced the template/format % symbols substitution mechanism to
2771                 use current composition window information when % are used in
2772                 the compose new message format or in templates applied to new
2773                 messages (there were useless in that situations before). When
2774                 applied to new messages, %d corresponds to the system time/date.
2776 2006-11-09 [paul]       2.6.0cvs20
2778         * src/gtk/authors.h
2779                 fix last commit
2781 2006-11-09 [paul]       2.6.0cvs19
2783         * src/gtk/authors.h
2784                 keep tje alphabetical order
2786 2006-11-08 [colin]      2.6.0cvs18
2788         * src/etpan/imap-thread.c
2789                 Fix bug 1054, 'Slowness logging big 
2790                 data chunks'
2792 2006-11-08 [paul]       2.6.0cvs17
2794         * tools/Makefile.am
2795                 fix the renaming
2797 2006-11-08 [paul]       2.6.0cvs16
2799         * src/common/defs.h
2800                 update BUGZILLA_URI
2802 2006-11-08 [paul]       2.6.0cvs15
2804         * tools/Makefile.am
2805         * tools/OOo2claws-mail.pl
2806         * tools/OOo2sylpheed.pl
2807         * tools/README
2808         * tools/acroread2claws-mail.pl
2809         * tools/acroread2sylpheed.pl
2810         * tools/kmail2claws-mail.pl
2811         * tools/kmail2claws-mail_v2.pl
2812         * tools/kmail2sylpheed.pl
2813         * tools/kmail2sylpheed_v2.pl
2814         * tools/maildir2claws-mail.pl
2815         * tools/maildir2sylpheed.pl
2816         * tools/nautilus2claws-mail.sh
2817         * tools/nautilus2sylpheed.sh
2818         * tools/outlook2claws-mail.pl
2819         * tools/outlook2sylpheed.pl
2820         * tools/tb2claws-mail
2821         * tools/tb2sylpheed
2822         * tools/tbird2claws.py
2823         * tools/tbird2syl.py
2824         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2825         * tools/kdeservicemenu/install.sh
2826         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2827         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2828         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2829         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2830         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2831                 renamed (removed, added) tools files
2833 2006-11-08 [paul]       2.6.0cvs14
2835         * src/main.c
2836         * src/common/defs.h
2837                 Migrate sylpheedrc to clawsrc, and fix the standard
2838                 plugins path in the process
2840 2006-11-07 [colin]      2.6.0cvs13
2842         * src/Makefile.am
2843                 Symlink sylpheed-claws relative to 
2844                 claws-mail
2846 2006-11-07 [colin]      2.6.0cvs12
2848         * src/compose.c
2849                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2851 2006-11-07 [paul]       2.6.0cvs11
2853         * src/gtk/about.c
2854                 Fix a missed occurence of
2855                 Sylpheed-Claws
2857 2006-11-07 [paul]       2.6.0cvs10
2859         * src/Makefile.am
2860                 Fix symlink installation
2862 2006-11-07 [paul]       2.6.0cvs9
2864         * src/Makefile.am
2865                 Symlink claws-mail to sylpheed-claws
2866         * src/common/utils.c
2867                 Fix migrating symlinks
2868         * src/etpan/imap-thread.c
2869                 check certificate only when there's
2870                 no error
2872 2006-11-07 [paul]       2.6.0cvs8
2874         * Makefile.am
2875                 Fix icon breakages with Gtk, which needs a 
2876                 cache updated to see them.
2878 2006-11-07 [paul]       2.6.0cvs7
2880         * .cvsignore
2881         * AUTHORS
2882         * COPYING
2883         * INSTALL
2884         * Makefile.am
2885         * NEWS
2886         * README
2887         * RELEASE_NOTES
2888         * autogen.sh
2889         * claws-mail-128x128.png
2890         * claws-mail-64x64.png
2891         * claws-mail.ico
2892         * claws-mail.pc.in
2893         * claws-mail.png
2894         * configure.ac
2895         * sylpheed-claws-128x128.png
2896         * sylpheed-claws-64x64.png
2897         * sylpheed-claws.desktop
2898         * sylpheed-claws.ico
2899         * sylpheed-claws.pc.in
2900         * sylpheed-claws.png
2901         * debian/README.Debian
2902         * debian/changelog
2903         * debian/claws-mail.desktop
2904         * debian/claws-mail.menu
2905         * debian/claws-mail.postinst.debhelper
2906         * debian/claws-mail.postrm.debhelper
2907         * debian/control
2908         * debian/copyright
2909         * debian/files
2910         * debian/rules
2911         * debian/sylpheed-claws.desktop
2912         * debian/sylpheed-claws.menu
2913         * debian/sylpheed-claws.postinst.debhelper
2914         * debian/sylpheed-claws.postrm.debhelper
2915         * doc/man/Makefile.am
2916         * doc/man/claws-mail.1
2917         * doc/man/sylpheed-claws.1
2918         * doc/src/ChangeLog.claws-pre0.8.0
2919         * manual/Makefile.am
2920         * manual/account.xml
2921         * manual/ack.xml
2922         * manual/addrbook.xml
2923         * manual/advanced.xml
2924         * manual/claws-mail-manual.xml
2925         * manual/faq.xml
2926         * manual/glossary.xml
2927         * manual/handling.xml
2928         * manual/intro.xml
2929         * manual/keyboard.xml
2930         * manual/plugins.xml
2931         * manual/starting.xml
2932         * manual/sylpheed-claws-manual.xml
2933         * manual/xml2pdf
2934         * manual/dist/.cvsignore
2935         * manual/dist/html/.cvsignore
2936         * manual/dist/html/Makefile.am
2937         * manual/dist/pdf/.cvsignore
2938         * manual/dist/pdf/Makefile.am
2939         * manual/dist/ps/.cvsignore
2940         * manual/dist/ps/Makefile.am
2941         * manual/dist/txt/.cvsignore
2942         * manual/dist/txt/Makefile.am
2943         * manual/es/Makefile.am
2944         * manual/es/advanced.xml
2945         * manual/es/claws-mail-manual.xml
2946         * manual/es/faq.xml
2947         * manual/es/glossary.xml
2948         * manual/es/handling.xml
2949         * manual/es/intro.xml
2950         * manual/es/plugins.xml
2951         * manual/es/sylpheed-claws-manual.xml
2952         * manual/es/dist/.cvsignore
2953         * manual/es/dist/html/.cvsignore
2954         * manual/es/dist/html/Makefile.am
2955         * manual/es/dist/pdf/.cvsignore
2956         * manual/es/dist/pdf/Makefile.am
2957         * manual/es/dist/ps/.cvsignore
2958         * manual/es/dist/ps/Makefile.am
2959         * manual/es/dist/txt/.cvsignore
2960         * manual/es/dist/txt/Makefile.am
2961         * manual/fr/Makefile.am
2962         * manual/fr/account.xml
2963         * manual/fr/ack.xml
2964         * manual/fr/addrbook.xml
2965         * manual/fr/advanced.xml
2966         * manual/fr/claws-mail-manual.xml
2967         * manual/fr/faq.xml
2968         * manual/fr/glossary.xml
2969         * manual/fr/handling.xml
2970         * manual/fr/intro.xml
2971         * manual/fr/keyboard.xml
2972         * manual/fr/plugins.xml
2973         * manual/fr/starting.xml
2974         * manual/fr/sylpheed-claws-manual.xml
2975         * manual/fr/dist/.cvsignore
2976         * manual/fr/dist/html/.cvsignore
2977         * manual/fr/dist/html/Makefile.am
2978         * manual/fr/dist/pdf/.cvsignore
2979         * manual/fr/dist/pdf/Makefile.am
2980         * manual/fr/dist/ps/.cvsignore
2981         * manual/fr/dist/ps/Makefile.am
2982         * manual/fr/dist/txt/.cvsignore
2983         * manual/fr/dist/txt/Makefile.am
2984         * manual/pl/Makefile.am
2985         * manual/pl/account.xml
2986         * manual/pl/ack.xml
2987         * manual/pl/addrbook.xml
2988         * manual/pl/advanced.xml
2989         * manual/pl/claws-mail-manual.xml
2990         * manual/pl/faq.xml
2991         * manual/pl/glossary.xml
2992         * manual/pl/handling.xml
2993         * manual/pl/intro.xml
2994         * manual/pl/keyboard.xml
2995         * manual/pl/plugins.xml
2996         * manual/pl/starting.xml
2997         * manual/pl/sylpheed-claws-manual.xml
2998         * manual/pl/dist/.cvsignore
2999         * manual/pl/dist/html/.cvsignore
3000         * manual/pl/dist/html/Makefile.am
3001         * manual/pl/dist/pdf/.cvsignore
3002         * manual/pl/dist/pdf/Makefile.am
3003         * manual/pl/dist/ps/.cvsignore
3004         * manual/pl/dist/ps/Makefile.am
3005         * manual/pl/dist/txt/.cvsignore
3006         * manual/pl/dist/txt/Makefile.am
3007         * po/.cvsignore
3008         * po/Makevars
3009         * src/.cvsignore
3010         * src/Makefile.am
3011         * src/account.c
3012         * src/account.h
3013         * src/action.c
3014         * src/action.h
3015         * src/adbookbase.h
3016         * src/addr_compl.c
3017         * src/addr_compl.h
3018         * src/addrbook.c
3019         * src/addrcache.c
3020         * src/addrcache.h
3021         * src/addrcindex.c
3022         * src/addrcindex.h
3023         * src/addrclip.c
3024         * src/addrclip.h
3025         * src/addrdefs.h
3026         * src/addressadd.c
3027         * src/addressadd.h
3028         * src/addressbook.c
3029         * src/addressbook.h
3030         * src/addressbook_foldersel.c
3031         * src/addressbook_foldersel.h
3032         * src/addrgather.c
3033         * src/addrgather.h
3034         * src/addrharvest.c
3035         * src/addrharvest.h
3036         * src/addrindex.c
3037         * src/addrindex.h
3038         * src/addritem.c
3039         * src/addritem.h
3040         * src/addrquery.c
3041         * src/addrquery.h
3042         * src/addrselect.c
3043         * src/addrselect.h
3044         * src/alertpanel.c
3045         * src/alertpanel.h
3046         * src/browseldap.c
3047         * src/browseldap.h
3048         * src/codeconv.c
3049         * src/codeconv.h
3050         * src/compose.c
3051         * src/crash.c
3052         * src/crash.h
3053         * src/customheader.c
3054         * src/customheader.h
3055         * src/displayheader.c
3056         * src/displayheader.h
3057         * src/editaddress.c
3058         * src/editaddress.h
3059         * src/editbook.c
3060         * src/editbook.h
3061         * src/editgroup.c
3062         * src/editgroup.h
3063         * src/editjpilot.c
3064         * src/editjpilot.h
3065         * src/editldap.c
3066         * src/editldap.h
3067         * src/editldap_basedn.c
3068         * src/editldap_basedn.h
3069         * src/editvcard.c
3070         * src/editvcard.h
3071         * src/exphtmldlg.c
3072         * src/exphtmldlg.h
3073         * src/expldifdlg.c
3074         * src/expldifdlg.h
3075         * src/export.c
3076         * src/exporthtml.c
3077         * src/exporthtml.h
3078         * src/exportldif.c
3079         * src/exportldif.h
3080         * src/filtering.c
3081         * src/filtering.h
3082         * src/folder.c
3083         * src/folder.h
3084         * src/folder_item_prefs.c
3085         * src/folder_item_prefs.h
3086         * src/foldersel.c
3087         * src/foldersel.h
3088         * src/folderutils.c
3089         * src/folderutils.h
3090         * src/folderview.c
3091         * src/folderview.h
3092         * src/grouplistdialog.c
3093         * src/grouplistdialog.h
3094         * src/html.c
3095         * src/html.h
3096         * src/image_viewer.c
3097         * src/image_viewer.h
3098         * src/imap.c
3099         * src/imap.h
3100         * src/imap_gtk.c
3101         * src/imap_gtk.h
3102         * src/import.c
3103         * src/import.h
3104         * src/importldif.c
3105         * src/importldif.h
3106         * src/importmutt.c
3107         * src/importmutt.h
3108         * src/importpine.c
3109         * src/importpine.h
3110         * src/inc.c
3111         * src/inc.h
3112         * src/jpilot.c
3113         * src/jpilot.h
3114         * src/ldapctrl.c
3115         * src/ldapctrl.h
3116         * src/ldaplocate.c
3117         * src/ldaplocate.h
3118         * src/ldapquery.c
3119         * src/ldapquery.h
3120         * src/ldapserver.c
3121         * src/ldapserver.h
3122         * src/ldaputil.c
3123         * src/ldaputil.h
3124         * src/ldif.c
3125         * src/ldif.h
3126         * src/localfolder.c
3127         * src/localfolder.h
3128         * src/main.c
3129         * src/main.h
3130         * src/mainwindow.c
3131         * src/mainwindow.h
3132         * src/manual.c
3133         * src/manual.h
3134         * src/matcher.c
3135         * src/matcher.h
3136         * src/matcher_parser.h
3137         * src/matcher_parser_lex.l
3138         * src/matcher_parser_parse.y
3139         * src/mbox.c
3140         * src/mbox.h
3141         * src/message_search.c
3142         * src/message_search.h
3143         * src/messageview.c
3144         * src/messageview.h
3145         * src/mh.c
3146         * src/mh.h
3147         * src/mh_gtk.c
3148         * src/mh_gtk.h
3149         * src/mimeview.c
3150         * src/mimeview.h
3151         * src/msgcache.c
3152         * src/msgcache.h
3153         * src/mutt.c
3154         * src/mutt.h
3155         * src/news.c
3156         * src/news.h
3157         * src/news_gtk.c
3158         * src/news_gtk.h
3159         * src/noticeview.c
3160         * src/noticeview.h
3161         * src/partial_download.c
3162         * src/partial_download.h
3163         * src/pine.c
3164         * src/pine.h
3165         * src/pop.c
3166         * src/pop.h
3167         * src/prefs_account.c
3168         * src/prefs_account.h
3169         * src/prefs_actions.c
3170         * src/prefs_actions.h
3171         * src/prefs_common.c
3172         * src/prefs_common.h
3173         * src/prefs_compose_writing.c
3174         * src/prefs_compose_writing.h
3175         * src/prefs_customheader.c
3176         * src/prefs_customheader.h
3177         * src/prefs_display_header.c
3178         * src/prefs_display_header.h
3179         * src/prefs_ext_prog.c
3180         * src/prefs_ext_prog.h
3181         * src/prefs_filtering.c
3182         * src/prefs_folder_column.c
3183         * src/prefs_folder_column.h
3184         * src/prefs_folder_item.c
3185         * src/prefs_folder_item.h
3186         * src/prefs_fonts.c
3187         * src/prefs_fonts.h
3188         * src/prefs_gtk.c
3189         * src/prefs_gtk.h
3190         * src/prefs_image_viewer.c
3191         * src/prefs_image_viewer.h
3192         * src/prefs_matcher.c
3193         * src/prefs_matcher.h
3194         * src/prefs_message.c
3195         * src/prefs_message.h
3196         * src/prefs_msg_colors.c
3197         * src/prefs_msg_colors.h
3198         * src/prefs_other.c
3199         * src/prefs_other.h
3200         * src/prefs_quote.c
3201         * src/prefs_quote.h
3202         * src/prefs_receive.c
3203         * src/prefs_receive.h
3204         * src/prefs_send.c
3205         * src/prefs_send.h
3206         * src/prefs_spelling.c
3207         * src/prefs_spelling.h
3208         * src/prefs_summaries.c
3209         * src/prefs_summaries.h
3210         * src/prefs_summary_column.c
3211         * src/prefs_summary_column.h
3212         * src/prefs_template.c
3213         * src/prefs_template.h
3214         * src/prefs_themes.c
3215         * src/prefs_themes.h
3216         * src/prefs_toolbar.c
3217         * src/prefs_toolbar.h
3218         * src/prefs_wrapping.c
3219         * src/prefs_wrapping.h
3220         * src/privacy.c
3221         * src/privacy.h
3222         * src/procheader.c
3223         * src/procheader.h
3224         * src/procmime.c
3225         * src/procmime.h
3226         * src/procmsg.c
3227         * src/procmsg.h
3228         * src/quote_fmt.c
3229         * src/quote_fmt_parse.y
3230         * src/recv.c
3231         * src/recv.h
3232         * src/remotefolder.c
3233         * src/remotefolder.h
3234         * src/send_message.c
3235         * src/send_message.h
3236         * src/setup.c
3237         * src/setup.h
3238         * src/sourcewindow.c
3239         * src/sourcewindow.h
3240         * src/ssl_manager.c
3241         * src/ssl_manager.h
3242         * src/statusbar.c
3243         * src/statusbar.h
3244         * src/stock_pixmap.c
3245         * src/stock_pixmap.h
3246         * src/summary_search.c
3247         * src/summary_search.h
3248         * src/summaryview.c
3249         * src/summaryview.h
3250         * src/syldap.c
3251         * src/syldap.h
3252         * src/textview.c
3253         * src/textview.h
3254         * src/toolbar.c
3255         * src/toolbar.h
3256         * src/undo.c
3257         * src/undo.h
3258         * src/unmime.c
3259         * src/unmime.h
3260         * src/vcard.c
3261         * src/vcard.h
3262         * src/wizard.c
3263         * src/wizard.h
3264         * src/common/base64.c
3265         * src/common/base64.h
3266         * src/common/defs.h
3267         * src/common/hooks.c
3268         * src/common/hooks.h
3269         * src/common/log.c
3270         * src/common/log.h
3271         * src/common/mgutils.c
3272         * src/common/mgutils.h
3273         * src/common/nntp.c
3274         * src/common/nntp.h
3275         * src/common/passcrypt.c
3276         * src/common/passcrypt.h.in
3277         * src/common/plugin.c
3278         * src/common/plugin.h
3279         * src/common/prefs.c
3280         * src/common/prefs.h
3281         * src/common/progressindicator.c
3282         * src/common/progressindicator.h
3283         * src/common/quoted-printable.c
3284         * src/common/quoted-printable.h
3285         * src/common/session.c
3286         * src/common/session.h
3287         * src/common/smtp.c
3288         * src/common/smtp.h
3289         * src/common/socket.c
3290         * src/common/socket.h
3291         * src/common/ssl.c
3292         * src/common/ssl.h
3293         * src/common/stringtable.c
3294         * src/common/stringtable.h
3295         * src/common/sylpheed.c
3296         * src/common/sylpheed.h
3297         * src/common/template.c
3298         * src/common/template.h
3299         * src/common/timing.h
3300         * src/common/utils.c
3301         * src/common/utils.h
3302         * src/common/version.h.in
3303         * src/common/xml.c
3304         * src/common/xml.h
3305         * src/common/xmlprops.c
3306         * src/common/xmlprops.h
3307         * src/gtk/about.c
3308         * src/gtk/colorlabel.c
3309         * src/gtk/colorlabel.h
3310         * src/gtk/colorsel.c
3311         * src/gtk/colorsel.h
3312         * src/gtk/combobox.c
3313         * src/gtk/combobox.h
3314         * src/gtk/description_window.c
3315         * src/gtk/description_window.h
3316         * src/gtk/filesel.c
3317         * src/gtk/filesel.h
3318         * src/gtk/foldersort.c
3319         * src/gtk/foldersort.h
3320         * src/gtk/gtkaspell.c
3321         * src/gtk/gtkaspell.h
3322         * src/gtk/gtksctree.c
3323         * src/gtk/gtkshruler.c
3324         * src/gtk/gtkshruler.h
3325         * src/gtk/gtkutils.c
3326         * src/gtk/gtkutils.h
3327         * src/gtk/icon_legend.c
3328         * src/gtk/icon_legend.h
3329         * src/gtk/logwindow.c
3330         * src/gtk/logwindow.h
3331         * src/gtk/manage_window.c
3332         * src/gtk/manage_window.h
3333         * src/gtk/pluginwindow.c
3334         * src/gtk/pluginwindow.h
3335         * src/gtk/prefswindow.c
3336         * src/gtk/prefswindow.h
3337         * src/gtk/quicksearch.c
3338         * src/gtk/quicksearch.h
3339         * src/pixmaps/claws-mail.xpm
3340         * src/pixmaps/claws-mail_icon.xpm
3341         * src/pixmaps/claws-mail_logo.xpm
3342         * src/pixmaps/sylpheed-claws.xpm
3343         * src/pixmaps/sylpheed-claws_icon.xpm
3344         * src/pixmaps/sylpheed-claws_logo.xpm
3345         * src/plugins/bogofilter/Makefile.am
3346         * src/plugins/bogofilter/bogofilter.c
3347         * src/plugins/bogofilter/bogofilter.h
3348         * src/plugins/bogofilter/bogofilter_gtk.c
3349         * src/plugins/clamav/Makefile.am
3350         * src/plugins/clamav/clamav_plugin.c
3351         * src/plugins/clamav/clamav_plugin.h
3352         * src/plugins/clamav/clamav_plugin_gtk.c
3353         * src/plugins/demo/Makefile.am
3354         * src/plugins/demo/demo.c
3355         * src/plugins/dillo_viewer/Makefile.am
3356         * src/plugins/dillo_viewer/README
3357         * src/plugins/dillo_viewer/dillo_prefs.c
3358         * src/plugins/dillo_viewer/dillo_prefs.h
3359         * src/plugins/dillo_viewer/dillo_viewer.c
3360         * src/plugins/pgpcore/Makefile.am
3361         * src/plugins/pgpcore/passphrase.c
3362         * src/plugins/pgpcore/passphrase.h
3363         * src/plugins/pgpcore/pgp_viewer.c
3364         * src/plugins/pgpcore/pgp_viewer.h
3365         * src/plugins/pgpcore/plugin.c
3366         * src/plugins/pgpcore/prefs_gpg.c
3367         * src/plugins/pgpcore/prefs_gpg.h
3368         * src/plugins/pgpcore/select-keys.c
3369         * src/plugins/pgpcore/select-keys.h
3370         * src/plugins/pgpcore/sgpgme.c
3371         * src/plugins/pgpcore/sgpgme.h
3372         * src/plugins/pgpcore/sylpheed.def
3373         * src/plugins/pgpcore/version.rc
3374         * src/plugins/pgpinline/Makefile.am
3375         * src/plugins/pgpinline/pgpinline.c
3376         * src/plugins/pgpinline/pgpinline.h
3377         * src/plugins/pgpinline/plugin.c
3378         * src/plugins/pgpinline/sylpheed.def
3379         * src/plugins/pgpinline/version.rc
3380         * src/plugins/pgpmime/Makefile.am
3381         * src/plugins/pgpmime/pgpmime.c
3382         * src/plugins/pgpmime/pgpmime.h
3383         * src/plugins/pgpmime/plugin.c
3384         * src/plugins/pgpmime/sylpheed.def
3385         * src/plugins/pgpmime/version.rc
3386         * src/plugins/spamassassin/Makefile.am
3387         * src/plugins/spamassassin/README
3388         * src/plugins/spamassassin/spamassassin.c
3389         * src/plugins/spamassassin/spamassassin.h
3390         * src/plugins/spamassassin/spamassassin_gtk.c
3391         * src/plugins/trayicon/Makefile.am
3392         * src/plugins/trayicon/trayicon.c
3393         * tools/OOo2sylpheed.pl
3394         * tools/README
3395         * tools/README.sylprint
3396         * tools/acroread2sylpheed.pl
3397         * tools/claws.i18n.status.pl
3398         * tools/filter_conv.pl
3399         * tools/filter_conv_new.pl
3400         * tools/freshmeat_search.pl
3401         * tools/google_search.pl
3402         * tools/kmail2sylpheed.pl
3403         * tools/kmail2sylpheed_v2.pl
3404         * tools/make.themes.project
3405         * tools/multiwebsearch.pl
3406         * tools/nautilus2sylpheed.sh
3407         * tools/outlook2sylpheed.pl
3408         * tools/sylprint.pl
3409         * tools/sylprint.rc
3410         * tools/tb2sylpheed
3411         * tools/textviewer.sh
3412         * tools/vcard2xml.py
3413         * tools/kdeservicemenu/README
3414         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3415         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3416         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3417                 Change name to Claws Mail. Announce to follow...
3419 2006-11-06 [wwp]        2.6.0cvs6
3421         * src/prefs_template.c
3422                 unify messages related to quote format/template errors (fix
3423                 capitalization), again.
3425 2006-11-06 [wwp]        2.6.0cvs5
3427         * src/prefs_quote.c
3428                 unify messages related to quote format/template errors.
3430 2006-11-06 [wwp]        2.6.0cvs4
3432         * src/prefs_msg_colors.c
3433                 more uses of Q_ macro for contextual translations, thanks
3434                 to Fabien (fzzzzz).
3436 2006-11-06 [wwp]        2.6.0cvs3
3438         * src/compose.c
3439         * src/common/utils.c
3440         * src/common/utils.h
3441                 show an alertpanel to make sure users are aware that sensitive
3442                 files are attached (it's file blacklist-based). This will fix
3443                 interaction w/ GoogleEarth for instance, thanks to Colin.
3445 2006-11-06 [wwp]        2.6.0cvs2
3447         * src/prefs_quote.c
3448         * src/prefs_template.c
3449         * src/prefs_template.h
3450                 check quote format when applying/closing prefs. For now this only
3451                 shows up an error dialog box, not preventing the user from using
3452                 a broken quote (reply, forwards) format.
3454 2006-11-06 [wwp]        2.6.0cvs1
3456         * src/prefs_template.c
3457                 fix missing checks of some template fields.
3459 2006-11-06 [paul]       2.6.0
3461         * NEWS
3462         * README
3463         * RELEASE_NOTES
3464                 2.6.0 released
3466 2006-11-06 [paul]       2.5.6cvs22
3468         * manual/advanced.xml
3469         * manual/es/advanced.xml
3470                 put 'respect_flowed_format' info in the correct
3471                 place
3473 2006-11-06 [mones]      2.5.6cvs21
3475         * po/es.po
3476                 Minor fixes for release
3478 2006-11-06 [paul]       2.5.6cvs20
3480         * po/cs.po
3481         * po/de.po
3482         * po/fr.po
3483         * po/it.po
3484         * po/nl.po
3485         * po/pt_BR.po
3486         * po/sk.po
3487         * po/sv.po
3488         * po/zh_CN.po
3489                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3490                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3491                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3492                 Young
3494 2006-11-02 [colin]      2.5.6cvs19
3496         * src/imap.c
3497         * src/imap.h
3498         * src/prefs_account.c
3499         * src/etpan/imap-thread.c
3500                 Add GSSAPI support - fixes Debian bug #383274
3502 2006-11-01 [colin]      2.5.6cvs18
3504         * src/jpilot.c
3505                 Handle libpisock12 support. Probably
3506                 fixes bug 1046, 'jpilot AddressDB.pdb 
3507                 import fail'
3509 2006-11-01 [colin]      2.5.6cvs17
3511         * src/folderutils.c
3512                 debug_print() folderutils_mark_all_read()
3514 2006-11-01 [colin]      2.5.6cvs16
3516         * COPYING
3517                 Add missed files to the Apache exception
3519 2006-10-31 [colin]      2.5.6cvs15
3521         * src/folder.c
3522         * src/folder.h
3523                 Add a copy_private_data() func to FolderClasses
3524                 Doesn't break the feature freeze, because we 
3525                 won't use it (right now) in the core.
3527 2006-10-31 [colin]      2.5.6cvs14
3529         * COPYING
3530                 Allow linking with the Apache licensed files in
3531                 src/plugins/spamassassin. Hopefully fixes 
3532                 bug 1048, 'Spamassassin plugin license problem'
3534 2006-10-31 [wwp]        2.5.6cvs13
3536         * src/compose.c
3537                 fix and optimize trimming of leading linefeeds in body loop.
3539 2006-10-31 [colin]      2.5.6cvs12
3541         * src/etpan/imap-thread.c
3542         * src/imap.c
3543                 Make really sure to have NULL sets in case
3544                 of error
3546 2006-10-30 [wwp]        2.5.6cvs11
3548         * src/prefs_common.c
3549         * src/prefs_common.h
3550         * src/compose.c
3551                 fix broken storage of quote format template when it contains \-escape
3552                 sequences. The application of such sequences is also fixed now (\t
3553                 in quote format will be a real tab instead of a 't', for instance).
3555 2006-10-27 [colin]      2.5.6cvs10
3557         * src/compose.c
3558                 Probably fix bug 1045, 'sylpheed-claws 
3559                 doesn't remove the mail from the IMAP 
3560                 Queue folder after sending'. From
3561                 2.5.6cvs3-stable
3563 2006-10-27 [colin]      2.5.6cvs9
3565         * configure.ac
3566                 Require libetpan-0.48. I'm so annoying,
3567                 I know ;-)
3569 2006-10-27 [colin]      2.5.6cvs8
3571         * src/folder.c
3572         * src/imap.c
3573                 Probably fix bug 1044, 'sylpheed-claws 
3574                 segfaults while moving mails' - Fix relation
3575                 usage when moving to an IMAP mailbox from another
3576                 mailbox
3578 2006-10-26 [paul]       2.5.6cvs7
3580         * src/gtk/about.c
3581                 add libSM to compiled-in features
3582                 list
3584 2006-10-24 [colin]      2.5.6cvs6
3586         * src/textview.c
3587         * src/gtk/gtkutils.c
3588                 Fix crash when printing emails with an
3589                 xface
3591 2006-10-24 [mones]      2.5.6cvs5
3593         * manual/es/advanced.xml
3594                 Synchronize hidden option respect_flowed_format
3595         * po/es.po
3596                 Updated translation
3598 2006-10-21 [paul]       2.5.6cvs4
3600         * src/gtk/authors.h
3601         * src/plugins/pgpcore/pgp_viewer.c
3602         * src/plugins/pgpcore/sgpgme.c
3603                 fix building on BSDs
3604                 Thanks to Michael Hughes
3605                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3607 2006-10-20 [colin]      2.5.6cvs3
3609         * configure.ac
3610                 Bump up libetpan requirement
3611                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3612         * src/common/utils.c
3613         * src/common/utils.h
3614                 Add convenience get_file_mtime()
3615         * src/imap.c
3616         * src/etpan/imap-thread.c
3617         * src/etpan/imap-thread.h
3618                 Implement UIDPLUS support if the server
3619                 supports it - faster sending in this case
3621 2006-10-19 [colin]      2.5.6cvs2
3623         * src/gtk/quicksearch.c
3624                 Fix emptying in type-ahead+extended mode
3625         * src/mainwindow.c
3626         * src/mainwindow.h
3627                 Add a hook for offline state change
3628         * src/plugins/trayicon/trayicon.c
3629                 Use it to display offline icons
3630         * src/plugins/trayicon/Makefile.am
3631         * src/plugins/trayicon/newmail.offline.xpm
3632         * src/plugins/trayicon/newmarkedmail.offline.xpm
3633         * src/plugins/trayicon/nomail.offline.xpm
3634         * src/plugins/trayicon/unreadmail.offline.xpm
3635         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3636                 Add the icons
3638 2006-10-12 [paul]       2.5.6cvs1
3640         * NEWS
3641         * README
3642         * configure.ac
3643                 Update version number following
3644                 stable release
3646 2006-10-19 [colin]      2.5.5cvs18
3648         * manual/handling.xml
3649                 Add type-ahead search
3651 2006-10-18 [colin]      2.5.5cvs17
3653         * src/gtk/quicksearch.c
3654                 Remove "save to history only if there's
3655                 no syntax error", it breaks for some 
3656                 reason which I'll investigate later.
3658 2006-10-18 [colin]      2.5.5cvs16
3660         * src/prefs_common.c
3661         * src/prefs_common.h
3662         * src/summaryview.c
3663         * src/gtk/quicksearch.c
3664         * src/gtk/quicksearch.h
3665                 Add a type-ahead option for fast searches
3666                 Patch by Fabien Vantard
3668 2006-10-18 [colin]      2.5.5cvs15
3670         * src/compose.c
3671         * src/compose.h
3672                 Add Options/Reply mode/ menu to be able to
3673                 change the recipients of a reply on the fly
3675 2006-10-18 [colin]      2.5.5cvs14
3677         * src/compose.c
3678                 Fix redirecting of our own sent mails
3680 2006-10-17 [wwp]        2.5.5cvs13
3682         * src/send_message.c
3683                 Fix duplicate error messages when sending, and missing
3684                 newline in such error messages.
3686 2006-10-17 [colin]      2.5.5cvs12
3688         * src/compose.c
3689                 Compare addresses case-insensitive
3691 2006-10-17 [colin]      2.5.5cvs11
3693         * src/plugins/pgpcore/sgpgme.c
3694                 Fix return status
3696 2006-10-17 [colin]      2.5.5cvs10
3698         * src/plugins/pgpcore/pgp_viewer.c
3699                 Fix return status
3701 2006-10-17 [colin]      2.5.5cvs9
3703         * src/quote_fmt.c
3704                 Fix a typo (thanks to Fabien)
3706 2006-10-16 [colin]      2.5.5cvs8
3708         * src/textview.c
3709                 Fix problem with quote-folding when emails
3710                 don't convert cleanly to UTF-8
3712 2006-10-14 [colin]      2.5.5cvs7
3714         * src/prefs_template.c
3715                 Reset fields when reopening
3716                 the window
3718 2006-10-13 [paul]       2.5.5cvs6
3720         * manual/advanced.xml
3721         * src/prefs_message.c
3722                 make 'respect_flowed_format' a hidden
3723                 option, and add a manual entry for it
3724                 Thanks to Colin
3726 2006-10-12 [colin]      2.5.5cvs5
3728         * src/codeconv.c
3729                 Revert part of 2.5.2cvs21:
3730                 Don't optimise by reusing the 
3731                 last iconv converter if possible:
3732                 it seems slightly broken in a 
3733                 very hard way to reproduce
3735 2006-10-12 [colin]      2.5.5cvs4
3737         * src/prefs_common.c
3738         * src/prefs_common.h
3739         * src/prefs_message.c
3740         * src/procmime.c
3741                 Fix bug 1035, 'Incorrect handling 
3742                 of flowed lines'. We now optionnaly
3743                 handle this format (preference is in
3744                 Message View/Text options section)
3746 2006-10-12 [colin]      2.5.5cvs3
3748         * po/POTFILES.in
3749                 Add new file
3750         * src/plugins/pgpcore/pgp_viewer.c
3751         * src/plugins/pgpcore/sgpgme.c
3752                 Don't try to import without asking
3754 2006-10-12 [colin]      2.5.5cvs2
3756         * src/compose.c
3757                 Fix bug 1036, 'Forwarding a mutlipart
3758                 mail with a "text/html" block to ms
3759                 outlook users leeds to freeze of
3760                 outlook'. Poor outlook users...
3762 2006-10-12 [paul]       2.5.5cvs1
3764         * NEWS
3765         * README
3766         * configure.ac
3767                 Update version number following
3768                 stable release
3770 2006-10-11 [paul]       2.5.4cvs1
3772         * NEWS
3773         * README
3774         * configure.ac
3775                 Update version number following
3776                 stable release
3778 2006-10-11 [paul]       2.5.3cvs32
3780         * src/textview.c
3781                 fix bug 1032, 'Segmentation fault when showing
3782                 message' (bug in quote folding)
3783                 Thanks to Colin
3785 2006-10-10 [colin]      2.5.3cvs31
3787         * src/quote_fmt.c
3788                 Rephrase english a bit
3790 2006-10-10 [colin]      2.5.3cvs30
3792         * src/prefs_compose_writing.c
3793                 Stop making the page larger than the window
3795 2006-10-10 [wwp]        2.5.3cvs29
3797         * src/compose.c
3798         * src/prefs_template.c
3799         * src/quote_fmt.c
3800         * src/quote_fmt.h
3801         * src/quote_fmt_lex.l
3802         * src/quote_fmt_parse.y
3803                 Extend the quote parser a bit: allow to get access to
3804                 basic (composing) account info.
3806 2006-10-10 [colin]      2.5.3cvs28
3808         * src/procheader.c
3809                 Fix this \t problem in subject
3811 2006-10-09 [colin]      2.5.3cvs27
3813         * src/main.c
3814         * src/prefs_gtk.c
3815                 Prepare cache a bit later
3816                 If section already exists, skip the new one 
3817                 (as previously); avoid writing the same block
3818                 twice - if we find a second block with the 
3819                 same id, skip it.
3820         * src/plugins/pgpcore/pgp_viewer.c
3821                 Set cursor to busy when retrieving a key
3822         * src/plugins/pgpcore/sgpgme.c
3823                 allow 5 seconds for gpg to export the key
3824                 
3826 2006-10-09 [colin]      2.5.3cvs26
3828         * configure.ac
3829         * src/msgcache.c
3830         * src/prefs_gtk.c
3831                 Check for existence of fgets_unlocked
3832                 and fwrite_unlocked
3834 2006-10-09 [paul]       2.5.3cvs25
3836         * src/prefs_summaries.c
3837                 replace strftime() with fast_strftime() and in
3838                 the consequence fix the bug in the display of
3839                 AM/PM in the 'Example' string
3841 2006-10-09 [ticho]      2.5.3cvs24
3843         * po/sk.po
3844                 Updated (and fixed up somewhat) Slovak translation.
3846 2006-10-08 [colin]      2.5.3cvs23
3848         * src/prefs_folder_item.c
3849                 Explain why prefs in the top-level folder
3850                 aren't retained, but are still useful
3852 2006-10-08 [colin]      2.5.3cvs22
3854         * src/prefs_gtk.c
3855                 Don't cache anything if caching fails
3857 2006-10-08 [colin]      2.5.3cvs21
3859         * src/common/utils.c
3860                 always include gi18n.h
3862 2006-10-07 [colin]      2.5.3cvs20
3864         * src/plugins/pgpcore/pgp_viewer.c
3865                 Kill gpg after 5 seconds wait
3867 2006-10-07 [colin]      2.5.3cvs19
3869         * src/plugins/pgpcore/pgp_viewer.c
3870         * src/plugins/pgpcore/pgp_viewer.h
3871                 Fix copyright
3873 2006-10-07 [colin]      2.5.3cvs18
3875         * src/plugins/pgpcore/pgp_viewer.c
3876         * src/plugins/pgpcore/pgp_viewer.h
3877                 Actually add the files to CVS
3879 2006-10-07 [colin]      2.5.3cvs17
3881         * src/plugins/pgpcore/sgpgme.c
3882                 Be sure not to crash on 'application/pgp-signature' that
3883                 are not application/pgp-signatures
3885 2006-10-07 [colin]      2.5.3cvs16
3887         * src/textview.c
3888         * src/textview.h
3889                 Make a bit more of the API available
3890         * src/plugins/pgpcore/Makefile.am
3891         * src/plugins/pgpcore/plugin.c
3892         * src/plugins/pgpcore/sgpgme.c
3893                 Add basic key import/export
3895 2006-10-07 [colin]      2.5.3cvs15
3897         * src/folderview.c
3898         * src/imap.c
3899         * src/prefs_account.c
3900         * src/wizard.c
3901                 Warn users *everywhere* if libetpan's not
3902                 linked in
3904 2006-10-06 [mones]      2.5.3cvs14
3906         * po/de.po
3907         * po/es.po
3908                 updated by Stephan Sachse and me
3910 2006-10-06 [colin]      2.5.3cvs13
3912         * src/main.c
3913         * src/common/sylpheed.c
3914                 Don't load common plugins if --exit is passed
3915         * src/prefs_gtk.c
3916         * src/prefs_gtk.h
3917                 Implement a cache to avoid reading the same
3918                 files over and over again at startup
3920 2006-10-06 [colin]      2.5.3cvs12
3922         * src/summaryview.c
3923         * src/gtk/quicksearch.c
3924                 Update display every 5k mails on fast searches
3926 2006-10-06 [colin]      2.5.3cvs11
3928         * src/textview.c
3929                 Don't do quote folding on HTML or ERTF.
3930                 May fix the Cygwin issues if they were
3931                 happening with HTML mails?
3933 2006-10-05 [colin]      2.5.3cvs10
3935         * src/prefs_gtk.c
3936                 Oops, forgot one
3938 2006-10-05 [colin]      2.5.3cvs9
3940         * src/prefs_gtk.c
3941                 Use unlocked_stdio here too
3943 2006-10-05 [colin]      2.5.3cvs8
3945         * src/folderview.c
3946                 Fix go to next * after preferences apply
3947         * src/msgcache.c
3948                 Do the fd lock/unlock ourselves instead of
3949                 letting the libc do it at each write 
3951 2006-10-05 [colin]      2.5.3cvs7
3953         * src/common/utils.c
3954                 Faster division, thanks to Jean Diraison
3956 2006-10-05 [paul]       2.5.3cvs6
3958         * src/common/utils.c
3959                 fix building with --disable-nls
3961 2006-10-04 [colin]      2.5.3cvs5
3963         * src/folder.c
3964                 Maybe fix a segfault
3966 2006-10-04 [wwp]        2.5.3cvs4
3968         * src/prefs_folder_item.c
3969                 Fine-tune layouts in folder item prefs. Suggested by
3970                 Fabien Vantard <fzzzzz@gmail.com>.
3972 2006-10-04 [wwp]        2.5.3cvs3
3974         * src/prefs_folder_item.c
3975                 Kill the clandestine passengers. You didn't see anything.
3977 2006-10-04 [wwp]        2.5.3cvs2
3979         * src/prefs_folder_item.c
3980                 Add a way to test the subject simplify regexp in
3981                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3982                 w/ few layout changes.
3984 2006-20-04 [paul]       2.5.3cvs1
3986         * NEWS
3987         * README
3988         * configure.ac
3989                 Update version number following
3990                 stable release
3992 2006-10-04 [colin]      2.5.2cvs42
3994         * src/folder.c
3995         * src/folder.h
3996         * src/summaryview.c
3997                 Provide a way for folder classes to set their sort
3998                 type and key
4000 2006-10-03 [colin]      2.5.2cvs41
4002         * src/mh.c
4003                 Don't use strlen() to know if the
4004                 string's empty
4006 2006-10-03 [colin]      2.5.2cvs40
4008         * src/mh.c
4009                 Fix "check for new folders" with accentued folders
4011 2006-10-03 [ticho]      2.5.2cvs39
4013         * src/filtering.c
4014         * src/folder.c
4015         * src/inc.c
4016         * src/mbox.c
4017                 Colin's fix for "copy" filtering rules.
4019 2006-10-02 [colin]      2.5.2cvs38
4021         * src/folderview.c
4022                 Fix for double-click too
4024 2006-10-02 [colin]      2.5.2cvs37
4026         * src/folderview.c
4027                 correct fix for cvs36
4029 2006-10-02 [colin]      2.5.2cvs36
4031         * src/folderview.c
4032                 Fix 'goto next unread' after collapsing/expanding 
4033                 a node.
4035 2006-10-02 [colin]      2.5.2cvs35
4037         * src/summaryview.c
4038                 Fix double freeze/thaw
4039         * src/common/utils.c
4040         * src/common/utils.h
4041                 Reimplement strftime
4042         * src/procheader.c
4043                 Use it
4046 2006-10-02 [colin]      2.5.2cvs34
4048         * src/mh.c
4049                 Time mh_write_sequences() - it's fast
4050         * src/summaryview.c
4051                 Init a variable to shut up gcc
4053 2006-10-01 [colin]      2.5.2cvs33
4055         * src/folder.c
4056         * src/mh.c
4057         * src/mh.h
4058         * src/msgcache.c
4059                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4060                 Add fsync but disable it, it's slow as hell
4062 2006-10-01 [colin]      2.5.2cvs32
4064         * src/mh.c
4065         * src/msgcache.c
4066                 fflush() caches and mh_sequences before
4067                 fclose()ing
4069 2006-10-01 [colin]      2.5.2cvs31
4071         * src/msgcache.c
4072                 Don't ftruncate when not using mmap
4074 2006-09-30 [colin]      2.5.2cvs30
4076         * src/main.c
4077                 Write folder list *after* saving caches
4079 2006-09-30 [colin]      2.5.2cvs29
4081         * src/folder.c
4082         * src/mh.c
4083                 Debug forced mtime changes
4085 2006-09-30 [colin]      2.5.2cvs28
4087         * src/folder.c
4088         * src/main.c
4089                 Remove useless debug_print()s (code
4090                 well-tested)
4092 2006-09-30 [colin]      2.5.2cvs27
4094         * src/mh.c
4095                 Do stuff faster when writing mh_sequences
4097 2006-09-30 [colin]      2.5.2cvs26
4099         * src/mh.c
4100                 Don't let the writing of .mh_sequences, which
4101                 can change the folder's mtime, let us think
4102                 we need to scan.
4104 2006-09-30 [colin]      2.5.2cvs25
4106         * src/folder.c
4107                 Move a debug_print where it belongs 
4108                 (processing)
4109         * src/summaryview.c
4110                 Don't mess with a huge slow subject
4111                 table if we're not threading by
4112                 subject
4114 2006-09-30 [colin]      2.5.2cvs24
4116         * src/msgcache.c
4117                 Reenable mmaped reads (*not* writes!)
4118         * src/procmsg.c
4119                 Don't destroy and recreate hashtables just
4120                 for fun
4121         * src/common/utils.c
4122                 Remove useless reply prefixes (it's case
4123                 unsensitive)
4125 2006-09-30 [wwp]        2.5.2cvs23
4127         * tools/fix_date.sh
4128                 Fixed a minor bug in date value extraction, added a switch
4129                 to replace non RFC-compliant Date: value, added a switch
4130                 to use strict RFC matching patterns for dates.
4132 2006-09-29 [colin]      2.5.2cvs22
4134         * src/matcher_parser.h
4135         * src/matcher_parser_parse.y
4136         * src/prefs_filtering.c
4137         * src/statusbar.c
4138         * src/summary_search.c
4139         * src/summaryview.c
4140         * src/gtk/quicksearch.c
4141         * src/gtk/quicksearch.h
4142                 Optimise searches by setting different
4143                 refresh intervals (depending if the 
4144                 search is fast or not)
4146 2006-09-29 [colin]      2.5.2cvs21
4148         * src/codeconv.c
4149                 Optimise by reusing the last iconv converter
4150                 if possible
4151         * src/textview.c
4152                 Optimise a bit (the foldable quotes feature
4153                 still has an awful O(n^2) algo
4155 2006-09-29 [colin]      2.5.2cvs20
4157         * src/gtk/gtksctree.c
4158         * src/gtk/gtksctree.h
4159                 Optimise de-selection via up/down or
4160                 another key
4162 2006-09-28 [colin]      2.5.2cvs19
4164         * src/action.c
4165         * src/compose.c
4166         * src/folderview.c
4167         * src/mainwindow.c
4168         * src/messageview.c
4169         * src/summary_search.c
4170         * src/toolbar.c
4171                 Avoid using summaryview->ctree directly
4173 2006-09-28 [colin]      2.5.2cvs18
4175         * src/summaryview.c
4176         * src/summaryview.h
4177                 Add helpers to freeze/thaw/grab_focus
4178                 Factorize calls to freeze/thaw/grab_focus
4179                 
4181 2006-09-28 [colin]      2.5.2cvs17
4183         * src/main.c
4184                 More guards for the session management
4186 2006-09-28 [colin]      2.5.2cvs16
4188         * src/folderview.c
4189         * src/gtk/gtksctree.c
4190         * src/gtk/gtksctree.h
4191                 Make expanding not recursive in folderview
4193 2006-09-28 [colin]      2.5.2cvs15
4195         * src/addressbook.c
4196                 If nothing is selected in the list (right part)
4197                 and a group is selected in the tree (left part),
4198                 mail this group.
4200 2006-09-28 [colin]      2.5.2cvs14
4202         * src/Makefile.am
4203                 Actually use SM_LIBS
4205 2006-09-28 [ticho]      2.5.2cvs13
4207         * src/export.c
4208         * src/messageview.c
4209         * src/mimeview.c
4210         * src/news.c
4211         * src/pop.c
4212         * src/prefs_themes.c
4213         * src/procmsg.c
4214                 Small i18n string optimization.
4215         * src/send_message.c
4216         * src/summaryview.c
4217         * src/common/session.c
4218         * src/common/smtp.c
4219         * src/common/ssl_certificate.c
4220         * src/common/utils.c
4221                 Use "Couldn't" instead of "Can't" in UI messages,
4222                 where appropriate.
4224 2006-09-28 [colin]      2.5.2cvs12
4226         * configure.ac
4227                 Possibly fix link errors
4229 2006-09-27 [wwp]        2.5.2cvs11
4231         * src/gtk/authors.h
4232         * doc/man/sylpheed-claws.1
4233         * manual/ack.xml
4234         * manual/es/ack.xml
4235         * manual/fr/ack.xml
4236         * manual/pl/ack.xml
4237                 Updated authors info (me, myself and I).
4239 2006-09-27 [colin]      2.5.2cvs10
4241         * src/addressbook.c
4242                 Remove useless printf
4244 2006-09-27 [wwp]        2.5.2cvs9
4246         * src/editgroup.c
4247         * src/send_message.c
4248         * src/inc.c
4249         * src/prefs_common.c
4250         * src/prefs_common.h
4251         * src/gtk/progressdialog.c
4252                 remember more windows' sizes (send dialog, received dialog,
4253                 edit group in addressbook).
4255 2006-09-27 [colin]      2.5.2cvs8
4257         * configure.ac
4258         * src/main.c
4259         * src/mainwindow.h
4260                 Use libSM to communicate with the session
4261                 manager, so that we can know when the 
4262                 session ends, save our caches, and draft
4263                 our compose windows.
4265 2006-09-27 [colin]      2.5.2cvs7
4267         * src/addressbook.c
4268                 Fix issues:
4269                 o Allow Book and Group creation from the tree's
4270                   contextual menu
4271                 o Do not actually delete the contacts when 
4272                   deleting groups from the tree (duh!)
4274 2006-09-27 [colin]      2.5.2cvs6
4276         * src/compose.c
4277         * src/compose.h
4278         * src/mainwindow.c
4279         * src/textview.c
4280         * src/toolbar.c
4281                 o Allow passing an email address to 
4282                   compose_new_with_folderitem
4283                 o Update callers
4284                 o Use current folderitem when clicking
4285                   on a TextView mailto: link
4286                 o Fix a possible leak in TextView
4288 2006-09-27 [colin]      2.5.2cvs5
4290         * src/html.c
4291                 Use UTF-8 chars to replace HTML entities
4293 2006-09-27 [colin]      2.5.2cvs4
4295         * AUTHORS
4296         * src/prefs_account.c
4297         * src/gtk/authors.h
4298                 Fix bug #1024 (Array index out of
4299                 range in sylpheed-claws-2.5.2)
4300                 Patch by Ales Nosek <anosek@suse.cz>
4302 2006-09-27 [colin]      2.5.2cvs3
4304         * src/addr_compl.c
4305                 Actually do the test
4307 2006-09-27 [colin]      2.5.2cvs2
4309         * src/addr_compl.c
4310         * src/addr_compl.h
4311                 Allow completing with comma (in certain cases: vCalendar
4312                 for example doesn't support that)
4313                 Patch by Fabien Vantard
4315 2006-09-26 [colin]      2.5.2cvs1
4317         * src/Makefile.am
4318         * src/addr_compl.c
4319         * src/addr_compl.h
4320         * src/addrbook.c
4321         * src/addrbook.h
4322         * src/addressbook.c
4323         * src/addrindex.c
4324         * src/addrindex.h
4325         * src/compose.c
4326         * src/prefs_common.c
4327         * src/prefs_filtering_action.c
4328         * src/prefs_folder_item.c
4329         * src/prefs_template.c
4330         * src/stock_pixmap.c
4331         * src/stock_pixmap.h
4332         * src/pixmaps/addr_one.xpm
4333         * src/pixmaps/addr_two.xpm
4334                 Add auto-completion on groups
4336 2006-09-26 [colin]      2.5.2
4338         * NEWS
4339         * README
4340         * RELEASE_NOTES
4341                 2.5.2 released
4343 2006-09-26 [colin]      2.5.1cvs5
4345         * src/matcher.c
4346                 Fix condition
4348 2006-09-26 [colin]      2.5.1cvs4
4350         * src/mbox.c
4351                 Revert cvs1 (useless as the message is printed 
4352                 every 500 mails)
4354 2006-09-26 [colin]      2.5.1cvs3
4356         * src/partial_download.c
4357                 Fix crasher found by Alexsandar Urosevic
4359 2006-09-26 [colin]      2.5.1cvs2
4361         * src/summaryview.c
4362                 Fix bug #1023 (Sylpheed deletes too much messages)
4364 2006-09-26 [ticho]      2.5.1cvs1
4366         * src/mbox.c
4367                 Make use of gettext's multiple plurals for statusbar
4368                 progress message.
4370 2006-09-25 [paul]       2.5.1
4372         * NEWS
4373         * README
4374         * RELEASE_NOTES
4375                 2.5.1 released
4377 2006-09-25 [colin]      2.5.0cvs3
4379         * src/plugins/bogofilter/bogofilter.c
4380         * src/plugins/clamav/clamav_plugin.c
4381         * src/plugins/spamassassin/spamassassin.c
4382                 BogoFilter, Spamassassin: Fix double hook registering after
4383                 visiting preferences
4384                 Spamassassin, Clamav: Just set the mails to move instead of
4385                 doing the move - caller will move the things at once.
4387 2006-09-25 [colin]      2.5.0cvs2
4389         * src/imap.c
4390         * src/etpan/imap-thread.c
4391                 Use UID SEARCH ALL instead of UID 1:*
4392                 (braindead servers can't figure out that's
4393                 the same...)
4395 2006-09-25 [wwp]        2.5.0cvs1
4397         * src/message_search.c
4398                 Added the ability to stop a running search (in message body).
4400 2006-09-25 [paul]       2.5.0
4402         * NEWS
4403         * README
4404         * RELEASE_NOTES
4405                 2.5.0 released
4407 2006-09-25 [paul]       2.4.0cvs214
4409         * po/cs.po
4410         * po/de.po
4411         * po/fi.po
4412         * po/fr.po
4413         * po/nl.po
4414         * po/pt_BR.po
4415         * po/sk.po
4416         * po/sr.po
4417         * po/zh_CN.po
4418                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4419                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4420                 Ticho, Aleksander Urosevic, Ralgh Young
4422 2006-09-24 [mones]      2.4.0cvs213
4424         * po/es.po
4425                 Updated for release
4427 2006-09-23 [colin]      2.4.0cvs212
4429         * src/gtk/inputdialog.c
4430                 Fix [ ] remember this appearing in normal
4431                 input dialogs after it's been used by
4432                 mimeview.
4433         * src/folder.c
4434         * src/folderview.c
4435         * src/msgcache.c
4436         * src/procmsg.c
4437         * src/summaryview.c
4438         * src/textview.c
4439         * src/common/timing.h
4440                 Enable timings in debug mode and make it
4441                 look prettier.
4443 2006-09-22 [colin]      2.4.0cvs211
4445         * README
4446                 Revert test change
4447         * commitHelper
4448                 ping the correct URI
4450 2006-09-22 [colin]      2.4.0cvs210
4452         * README
4453                 Let's see if bug #1022 is fixed
4455 2006-09-21 [colin]      2.4.0cvs209
4457         * src/wizard.c
4458         * src/common/plugin.c
4459                 Prepare infra to load predefined plugins when
4460                 no configuration existed. Don't actually load
4461                 anything yet (feat. freeze)
4463 2006-09-21 [wwp]        2.4.0cvs208
4465         * manual/fr/faq.xml
4466                 Partial sync w/ 2.4.0cvs72:
4467                 wrap file and minor updates.
4469 2006-09-21 [wwp]        2.4.0cvs207
4471         * tools/fix_date.sh
4472                 several fixes and enhancements. A new --force switch has been
4473                 added to prevent overriding by default Date: header when
4474                 already existing.
4476 2006-09-21 [paul]       2.4.0cvs206
4478         * src/common/utils.c
4479                 add Chinese UTF8 Re prefix
4481 2006-09-21 [wwp]        2.4.0cvs205
4483         * tools/Makefile.am
4484                 Fics alfabettical order.
4486 2006-09-21 [wwp]        2.4.0cvs204
4488         * tools/fix_date.sh
4489         * tools/Makefile.am
4490                 Added an action tool to fix missing Date field in emails.
4491                 Updated Makefile.am to reflect those last two additions.
4493 2006-09-21 [wwp]        2.4.0cvs203
4495         * tools/uuooffice
4496                 Added a action tool to open uuencoded docs w/
4497                 OpenOffice (based on uudec method).
4499 2006-09-21 [colin]      2.4.0cvs202
4501         * src/compose.c
4502         * src/textview.c
4503                 Workaround possible GTK crash: remove selection 
4504                 clipboard before destroying widget, or GTK+-2.10
4505                 dies. Thanks to Hiro.
4507 2006-09-20 [colin]      2.4.0cvs201
4509         * src/compose.c
4510                 Fix free-after-use in some cases (when 
4511                 procmime_encode_content() frees mimeinfo->data.mem
4512                 and turns it to a temp file)
4514 2006-09-20 [colin]      2.4.0cvs200
4516         * src/folderview.c
4517         * src/summaryview.c
4518         * src/gtk/gtksctree.c
4519         * src/gtk/gtksctree.h
4520                 Add tooltips in the folderview and summaryview
4521                 (Doesn't break string freeze as they already
4522                 exist)
4523         * src/toolbar.c
4524                 Put the spam button in the default configuration
4525                 if compiled with bogo plugin too
4527 2006-09-19 [colin]      2.4.0cvs199
4529         * src/summaryview.c
4530         * src/summaryview.h
4531                 Update folder name label on folder rename
4532         * src/prefs_matcher.c
4533         * src/gtk/logwindow.h
4534                 Fix warnings
4535                 Patches by Fabien
4537 2006-09-19 [wwp]        2.4.0cvs198
4539         * src/summary_search.c
4540                 fix can't click forward/backward buttons in the
4541                 search messages.
4543 2006-09-18 [paul]       2.4.0cvs197
4545         * src/wizard.c
4546                 add missing bracket, capitalise the A of
4547                 'SpamAssassin'
4549 2006-09-18 [paul]       2.4.0cvs196
4551         * src/compose.c
4552                 fix bug 1012 'crashed upon sending mail
4553                 from compose window'
4554                 Thanks to Colin
4556 2006-09-16 [colin]      2.4.0cvs195
4558         * src/folderview.c
4559                 Fix "real-time" sorting by freezing/thawing
4561 2006-09-16 [colin]      2.4.0cvs194
4563         * manual/faq.xml
4564                 Fix the anti-spam entry a bit
4566 2006-09-16 [colin]      2.4.0cvs193
4568         * src/wizard.c
4569                 Make sure reviewers have no excuse when stating
4570                 Sylpheed-Claws doesn't have antispam capabilities.
4572 2006-09-16 [colin]      2.4.0cvs192
4574         * src/main.c
4575                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4576                 as if the SIGPIPE comes from etpan's thread we could
4577                 trigger a GUI update from this thread.
4579 2006-09-16 [colin]      2.4.0cvs191
4581         * src/summaryview.c
4582                 Init all members of the struct
4584 2006-09-16 [paul]       2.4.0cvs190
4586         * src/account.c
4587                 improvements to the English
4589 2006-09-15 [colin]      2.4.0cvs189
4591         * src/summaryview.c
4592                 HIG order on dialog
4594 2006-09-14 [colin]      2.4.0cvs188
4596         * src/common/socket.c
4597         * src/common/socket.h
4598         * src/common/ssl.c
4599         * src/common/ssl_certificate.c
4600         * src/common/ssl_certificate.h
4601         * src/etpan/imap-thread.c
4602                 the get_fqdn() call done to get canonical name when
4603                 checking an SSL certificate is blocking, which is
4604                 sad as we just did a non-blocking lookup to connect.
4605                 Fix that by letting the fqdn available to the SockInfo,
4606                 and use that in ssl_certificate_check(). For IMAP,
4607                 we don't do it as the lookup's done by libetpan, but
4608                 it's less annoying as IMAP connections as much more
4609                 rare than POP3 connections.
4611 2006-09-14 [paul]       2.4.0cvs187
4613         * manual/advanced.xml
4614                 improvements to the English,
4615                 properly place the new hidden options
4616                 within the alphabetical order
4617         * src/gtk/pluginwindow.c
4618                 improvements to the English
4620 2006-09-14 [colin]      2.4.0cvs186
4622         * src/prefs_common.c
4623         * src/prefs_common.h
4624         * src/gtk/gtksctree.c
4625         * manual/advanced.xml
4626                 New hidden pref, stripes_color_offset, to change
4627                 the value added/substracted to normal bgcolor to
4628                 create the stripes in summaries
4630 2006-09-13 [colin]      2.4.0cvs185
4632         * src/gedit-print.c
4633         * src/messageview.c
4634         * src/messageview.h
4635         * src/summaryview.c
4636         * src/textview.c
4637                 Fix misc. printing issues: 
4638                 - Bad font for linkified headers
4639                 - Different font if the mail was displayed or not
4640                 - Factorize the thing
4642 2006-09-13 [colin]      2.4.0cvs184
4644         * src/common/ssl_certificate.c
4645                 Only get FQDN once when checking certificate
4647 2006-09-13 [colin]      2.4.0cvs183
4649         * src/account.c
4650         * src/gtk/pluginwindow.c
4651                 Misc. GUI fixes by Fabien
4653 2006-09-13 [wwp]        2.4.0cvs182
4655         * configure.ac
4656         * src/common/utils.h
4657         * src/common/utils.c
4658                 get rid of unused wide-char functions.
4660 2006-09-13 [wwp]        2.4.0cvs181
4662         * src/plugins/pgpinline/sylpheed.def
4663         * src/textview.c
4664                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4665                 add privacy_reset_error to the .def file,
4666                 do not fork for an external textviewer.
4668 2006-09-13 [wwp]        2.4.0cvs180
4670         * src/prefs_common.c
4671                 fix broken font entry in prefs (patch issued by the gpg4win team,
4672                 probably by Marcus Brinkmann <marcus@g10code.de>).
4674 2006-09-13 [colin]      2.4.0cvs179
4676         * src/folder.h
4677                 Fix a warning in summaryview.c
4678         * src/mainwindow.c
4679         * src/summaryview.c
4680         * src/summaryview.h
4681                 Add missing Mark/* elements in the
4682                 main menu
4684 2006-09-12 [colin]      2.4.0cvs178
4686         * src/prefs_actions.c
4687         * src/prefs_filtering_action.c
4688         * src/prefs_matcher.c
4689                 Use (New) instead of New everywhere
4691 2006-09-12 [wwp]        2.4.0cvs177
4693         * manual/fr/addrbook.xml
4694         * manual/fr/handling.xml
4695                 updated some quotes in the fr manual to match the fr translation.
4697 2006-09-12 [wwp]        2.4.0cvs176
4699         * src/prefs_matcher.c
4700                 don't store translated string elements in matcher expressions.
4701                 Also fixed a misused of Q_().
4703 2006-09-11 [wwp]        2.4.0cvs175
4705         * src/plugins//bogofilter/bogofilter.c
4706         * src/plugins//clamav/clamav_plugin.c
4707         * src/plugins//demo/demo.c
4708         * src/plugins//dillo_viewer/dillo_viewer.c
4709         * src/plugins//pgpcore/plugin.c
4710         * src/plugins//pgpinline/plugin.c
4711         * src/plugins//pgpmime/plugin.c
4712         * src/plugins//spamassassin/spamassassin.c
4713                 gettext-ize more strings (mostly plugin error messages).
4715 2006-09-11 [colin]      2.4.0cvs174
4717         * src/alertpanel.c
4718                 Make maximum buffer size bigger to avoid
4719                 truncating translated messages. Patch by
4720                 Fabien
4722 2006-09-11 [colin]      2.4.0cvs173
4724         * src/etpan/imap-thread.c
4725                 Fix compilation on OpenBSD, thanks to 
4726                 Landry
4728 2006-09-10 [wwp]        2.4.0cvs172
4730         * manual/account.xml
4731         * manual/addrbook.xml
4732         * manual/handling.xml
4733         * manual/es/handling.xml
4734         * manual/fr/account.xml
4735         * manual/fr/addrbook.xml
4736         * manual/fr/handling.xml
4737                 documented addressbook matching (condition configuration):
4738                   addrbook.xml, en fr
4739                 documented per-account filtering rules (handling/filtering
4740                   section, account section):
4741                   account.xml, handling.xml, en fr
4742                 slightly updated the handling/searching section to tell few
4743                   words about the extended search ability:
4744                   handling.xml, en fr
4745                 added missing <quote></quotes> to Quick Search:
4746                   handling.xml, en fr es
4747                 fixed a typo (auomatically):
4748                   handling.xml, en
4749                 changes revisited by Paul.
4751 2006-09-10 [paul]       2.4.0cvs171
4753         * src/prefs_actions.c
4754         * src/prefs_filtering.c
4755         * src/prefs_template.c
4756                 adjustments to the gui
4757                 Patch by Fabien Vantard (slightly modified)
4759 2006-09-10 [colin]      2.4.0cvs170
4761         * src/summaryview.c
4762                 Check folderitem/summaryview consistency
4763                 (basically automates Update summary). Fixes
4764                 #1011 (wrong (negative) count on unread 
4765                 messages)
4767 2006-09-10 [colin]      2.4.0cvs169
4769         * src/gtk/gtksctree.c
4770                 Fix recursive expansion via mouse
4771         * src/plugins/bogofilter/bogofilter.c
4772                 Use normal filtering way of moving
4773                 messages (batching), possibly fixing
4774                 bug #1015 (Bogofilter plugin doubles 
4775                 new messages)
4777 2006-09-09 [wwp]        2.4.0cvs168
4779         * src/prefs_filtering.c
4780                 better place for this fix.
4782 2006-09-09 [wwp]        2.4.0cvs167
4784         * src/prefs_filtering.c
4785                 fix a minor bug when the enabled status of a filtering/processing
4786                 rule always got set to TRUE when replacing this rule. That still
4787                 make sense when adding a new rule, but now when replacing, we
4788                 don't override the value of 'enabled'.
4789                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4790                 to prefs_filtering_list_view_get_info() as this function not only
4791                 returns the name, but also the account_id and the enabled status.
4793 2006-09-09 [mones]      2.4.0cvs166
4795         * manual/glossary.xml
4796         * manual/plugins.xml
4797                 Minor format corrections
4798         * manual/gpl.xml
4799                 Fix misplaced NO WARRANTY section
4800         * manual/es/advanced.xml
4801         * manual/es/faq.xml
4802         * manual/es/glossary.xml
4803         * manual/es/gpl.xml
4804         * manual/es/handling.xml
4805         * manual/es/plugins.xml
4806         * manual/es/starting.xml
4807                 Incorporate changes from English version
4808         * manual/fr/ack.xml
4809         * manual/pl/ack.xml
4810         * manual/es/ack.xml
4811                 Fix address, (add translation credits in es version)
4812         * po/es.po
4813                 Updated translation
4815 2006-09-09 [wwp]        2.4.0cvs165
4817         * src/prefs_filtering.c
4818                 fix a crash when opening filtering prefs, if matcherrc file contains
4819                 broken data (non-existing account id, which is theoretically not
4820                 possible).
4822 2006-09-08 [colin]      2.4.0cvs164
4824         * src/folder.c
4825                 Wrong assert, make it an if()
4826         * src/gtk/gtksctree.c
4827                 Fix bug #1013 (expand selected thread 
4828                 tree) - expanding is now recursive
4830 2006-09-07 [wwp]        2.4.0cvs163
4832         * src/prefs_matcher.c
4833                 make better sentences about addressbook matching in the
4834                 matcher prefs. This should make translators' work easier
4835                 too.
4837 2006-09-07 [wwp]        2.4.0cvs162
4839         * src/prefs_filtering.c
4840                 code simplification (get rid of dup var. assignment).
4842 2006-09-07 [wwp]        2.4.0cvs161
4844         * src/summaryview.c
4845                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4846                 <fzzzzz@gmail.com>.
4848 2006-09-07 [paul]       2.4.0cvs160
4850         * src/mimeview.c
4851                 fix compilation warnings
4852                 Thanks to Colin
4854 2006-09-07 [paul]       2.4.0cvs159
4856         * src/mimeview.c
4857                 select the mimepart icon when
4858                 displaying as text
4859                 Thanks to Colin
4861 2006-09-06 [paul]       2.4.0cvs158
4863         * src/prefs_filtering.c
4864                 fix labels and table element spacing
4865                 Patch by Fabien Vantard
4867 2006-09-06 [paul]
4869         2.5.0-rc3 released
4871 2006-09-06 [paul]       2.4.0cvs157
4873         * manual/es/advanced.xml
4874                 fix typo
4876 2006-09-06 [wwp]        2.4.0cvs156
4878         * src/mainwindow.c
4879                 fix an dup launch issue when iconified, thanks to Colin.
4881 2006-09-06 [wwp]        2.4.0cvs155
4883         * src/gtk//gtksctree.h
4884                 oops, forgot that one!
4886 2006-09-06 [wwp]        2.4.0cvs154
4888         * manual/pl/advanced.xml
4889         * manual/advanced.xml
4890         * manual/es/advanced.xml
4891         * manual/fr/advanced.xml
4892         * src/prefs_customheader.c
4893         * src/prefs_filtering_action.c
4894         * src/foldersel.c
4895         * src/prefs_summaries.c
4896         * src/prefs_filtering.c
4897         * src/account.c
4898         * src/compose.c
4899         * src/prefs_summary_column.c
4900         * src/addr_compl.c
4901         * src/prefs_actions.c
4902         * src/prefs_folder_column.c
4903         * src/ssl_manager.c
4904         * src/prefs_template.c
4905         * src/prefs_display_header.c
4906         * src/prefs_common.h
4907         * src/prefs_matcher.c
4908         * src/prefs_common.c
4909         * src/prefs_toolbar.c
4910         * src/summaryview.c
4911         * src/folderview.c
4912         * src/gtk/gtksctree.c
4913         * src/gtk/pluginwindow.c
4914         * src/gtk/progressdialog.c
4915         * src/gtk/prefswindow.c
4916                 renamed hidden option enable_rules_hint to use_stripes_everywhere
4917                 to make its meaning more obvious (all versions of the manual reflect
4918                 the change).
4919                 added an extra hidden option use_stripes_in_summary to allow
4920                 discarding these stripes in mainwindow's folder and message lists;
4921                 en and fr manuals only are OK towards this.
4923 2006-09-06 [colin]      2.4.0cvs153
4925         * src/textview.c
4926                 Hide Sylpheed-Claws' internal queue headers
4927                 when showing all headers. They'll be present
4928                 only in Source window.
4930 2006-09-05 [colin]      2.4.0cvs152
4932         * src/plugins/trayicon/trayicon.c
4933                 Fix crash at exit - we have to disconnect
4934                 our handlers
4935         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4936                 Update eggtrayicon - patch adapted from a
4937                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4938                 on Sylpheed's ML
4940 2006-09-05 [colin]      2.4.0cvs151
4942         * src/mainwindow.c
4943         * src/gtk/logwindow.c
4944                 Fix race condition when something writes
4945                 to the log too soon during init. Thanks
4946                 to Fabien Vantard
4948 2006-09-05 [colin]      2.4.0cvs150
4950         * src/mimeview.c
4951                 Don't select part on right-click either
4953 2006-09-05 [paul]       2.4.0cvs149
4955         * src/mimeview.c
4956                 completion of previous commit
4957                 Thanks to Colin
4959 2006-09-05 [colin]      2.4.0cvs148
4961         * src/mimeview.c
4962                 Don't force selection on middle-click, just open
4964 2006-09-04 [colin]      2.4.0cvs147
4966         * src/mimeview.c
4967                 Looks like gtk_notebook_set_current_page()
4968                 sometimes steals focus, and this annoys us
4969                 in MimeViewers as it renders navigation
4970                 keys useless. Take back focus after switching
4971                 pages.
4973 2006-09-04 [colin]      2.4.0cvs146
4975         * src/messageview.c
4976                 Set stop_loading when clicking on Next
4977                 during load. Don't add a callback to 
4978                 avoid over-complicating things.
4980 2006-09-04 [colin]      2.4.0cvs145
4982         * src/mimeview.c
4983         * src/messageview.c
4984                 Fix multiple loads in separate messageview
4986 2006-09-04 [colin]      2.4.0cvs144
4988         * src/summaryview.c
4989                 Let navigation keys be handled during 
4990                 load
4992 2006-09-04 [colin]      2.4.0cvs143
4994         * src/messageview.c
4995         * src/summaryview.c
4996         * src/textview.c
4997         * src/textview.h
4998                 Make loading of huge mails (lots of text and/or
4999                 images) cancellable, so the GUI doesn't block 
5001 2006-09-04 [colin]      2.4.0cvs142
5003         * src/plugins/trayicon/trayicon.c
5004                 Fix annoyance when removing a folder with 
5005                 unread mails: trayicon didn't update
5007 2006-09-04 [paul]       2.4.0cvs141
5009         * src/gtk/icon_legend.c
5010                 straighten up columns
5011                 Patch by Fabien Vantard
5013 2006-09-04 [wwp]        2.4.0cvs140
5015         * src/prefs_filtering.c
5016                 fix new line's account name in filtering prefs:
5017                 was "All", is now "(New)".
5019 2006-09-04 [paul]       2.4.0cvs139
5021         * tools/make.themes.project
5022                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5023                 instead of homebrewed "make release"
5025 2006-09-03 [colin]      2.4.0cvs138
5027         * src/folderview.c
5028                 Fix bug #1007 (Wrong folder highlighted)
5030 2006-09-03 [colin]      2.4.0cvs137
5032         * src/compose.c
5033                 Don't set Newsgroup: header to a mail folder
5034                 path
5036 2006-09-03 [paul]       2.4.0cvs136
5038         * src/prefs_other.c
5039         * src/prefs_spelling.c
5040                 unify the gui
5042 2006-09-03 [paul]       2.4.0cvs135
5044         * src/prefs_summaries.c
5045                 correct menu item text in prefs_keybind_apply_clicked()
5047 2006-09-03 [paul]       2.4.0cvs134
5049         * manual/advanced.xml
5050                 some improvements to the descriptions
5051         * src/mainwindow.c
5052         * src/messageview.c
5053         * src/summaryview.c
5054         * src/gtk/menu.c
5055                 fix menu sensitivity issues
5056         * src/prefs_message.c
5057                 drop the useless word 'short'
5058         * src/prefs_other.c
5059                 add the word 'lines' indicating log length
5060                 is a measure of lines
5061         * src/textview.c
5062                 fix compilation warnings
5064 2006-09-02 [colin]      2.4.0cvs133
5066         * src/messageview.c
5067                 Display a special return-receipt message
5068                 if the message is from the user
5069         * src/summaryview.c
5070                 Fix missing freeze of the list when marking
5071                 all read and unthreading for exec. Thanks
5072                 to Stephan Sachse.
5074 2006-09-02 [paul]       2.4.0cvs132
5076         * src/mainwindow.c
5077         * src/prefs_message.c
5078         * src/summaryview.c
5079                 fix some english
5081 2006-09-02 [wwp]        2.4.0cvs131
5083         * src/prefs_filtering.c
5084                 added an account name column to the filtering rules
5085                 dialog.
5087 2006-09-02 [colin]      2.4.0cvs130
5089         * src/gtk/logwindow.c
5090         * src/gtk/logwindow.h
5091                 Block scrolling if we're not at the end
5092                 of the log
5094 2006-09-02 [colin]      2.4.0cvs129
5096         * src/folder.c
5097                 Make sure account-specific rules can't
5098                 be used in {pre-,post-,}processing
5099         * src/mainwindow.c
5100         * src/gtk/logwindow.c
5101         * src/gtk/logwindow.h
5102                 Jump to last error when clicking on the
5103                 warning icon
5105 2006-09-02 [colin]      2.4.0cvs128
5107         * src/imap.c
5108         * src/import.c
5109         * src/mainwindow.c
5110         * src/mainwindow.h
5111                 Fix warning icon
5112         * src/inc.c
5113         * src/mbox.c
5114         * src/mbox.h
5115                 Let proc_mbox know its account, for
5116                 account-specific rules
5118 2006-09-01 [colin]      2.4.0cvs127
5120         * src/codeconv.c
5121                 Don't uselessly use iconv to convert from
5122                 us-ascii
5123         * src/alertpanel.c
5124         * src/mainwindow.c
5125         * src/mainwindow.h
5126         * src/inc.c
5127                 Fix certain log cases, disable warning icon
5128                 for now, the correct way to display it when
5129                 necessary and only when necessary is probably
5130                 to do it manually rather than use error logs
5131         * src/etpan/imap-thread.c
5132                 Clean up UID logging a bit
5133         * src/gtk/logwindow.c
5134         * src/gtk/logwindow.h
5135                 Make logging faster when the window's closed
5137 2006-09-01 [wwp]        2.4.0cvs126
5139         * manual/fr/account.xml
5140                 reflect changes to the ref. manual (parts of cvs72):
5141                 fix tabnames and quotes.
5143 2006-09-01 [wwp]        2.4.0cvs125
5145         * manual/fr/plugins.xml
5146                 reflect changes to the reference manual (cvs42):
5147                 update IRC channel info.
5149 2006-09-01 [wwp]        2.4.0cvs124
5151         * commitHelper
5152                 use CVSEDITOR env. var. if set, according to `man cvs`.
5154 2006-09-01 [wwp]        2.4.0cvs123
5156         * manual/advanced.xml
5157                 better sentence again (thanks to Paul).
5159 2006-09-01 [wwp]        2.4.0cvs122
5161         * manual/advanced.xml
5162         fix definition of toolbar_detachable and rework a bit the one of
5163         enable_dotted_lines.
5165 2006-09-01 [mones]      2.4.0cvs121
5167         * manual/advanced.xml
5168                 Document enable_dotted_lines
5170 2006-09-01 [paul]       2.4.0cvs120
5172         * src/folderview.c
5173         * src/folderview.h
5174         * src/imap.c
5175         * src/mainwindow.c
5176         * src/summaryview.c
5177                 obey the 'When entering folder...' option
5178                 when using the /View/Go to/... menu items
5179                 Thanks to Colin
5181 2006-08-31 [colin]      2.4.0cvs119
5183         * src/folderview.c
5184                 Revert 2.4.0cvs116, wrong fix.
5186 2006-08-31 [colin]      2.4.0cvs118
5188         * src/gtk/gtksctree.c
5189                 Better state the various copyrights
5191 2006-08-31 [colin]      2.4.0cvs117
5193         * src/prefs_common.c
5194                 fix enable_dotted_lines
5196 2006-08-31 [colin]      2.4.0cvs116
5198         * src/folderview.c
5199                 Use pref "Always open on select" when going
5200                 to next unread folder
5201         * src/gtk/gtksctree.c
5202                 Fix link failure to _gtk_clist_create_cell_layout
5203                 on certain computers. (Why not mine, I wonder)
5205 2006-08-31 [colin]      2.4.0cvs115
5207         * src/procmsg.c
5208         * src/textview.c
5209         * src/plugins/bogofilter/bogofilter.c
5210         * src/plugins/spamassassin/spamassassin.c
5211                 Requalify some "errors" to warnings
5212         * src/mainwindow.c
5213         * src/mainwindow.h
5214         * src/statusbar.c
5215                 Add an icon in the statusbar to notify
5216                 of errors
5217         * src/gtk/gtksctree.c
5218         * src/folderview.c
5219         * src/summaryview.c
5220                 Make the GtkSCTree look more modern by
5221                 alternating background lines
5222         * src/prefs_common.c
5223         * src/prefs_common.h
5224                 Add a pref to let people have the old
5225                 way if they prefer
5228 2006-08-30 [colin]      2.4.0cvs114
5230         * src/procmsg.c
5231         * src/procmsg.h
5232                 Provide a way to filter a list of
5233                 messages in an optimised manner, and
5234                 add a list-filtering hook
5235         * src/folder.c
5236         * src/inc.c
5237         * src/mbox.c
5238                 Use the list filtering
5239         * src/plugins/bogofilter/bogofilter.c
5240                 Use the list-filtering hook
5241                 Use -b (bulk) mode for more speed
5242                 when learning and filtering
5243         * src/etpan/imap-thread.c
5244                 Make log output shorter in UID SEARCH
5247 2006-08-30 [colin]      2.4.0cvs113
5249         * src/plugins/bogofilter/bogofilter.c
5250                 Really fast mass learning - thanks to David
5251                 Relson for the options explanations :)
5253 2006-08-30 [colin]      2.4.0cvs112
5255         * src/msgcache.c
5256                 Fix compilation on FreeBSD. Thanks
5257                 to Michael Hugues
5259 2006-08-29 [colin]      2.4.0cvs111
5261         * src/folderview.c
5262                 Handle "popup_menu" signal (for popping the 
5263                 menu via the keyboard)
5264         * src/mimeview.c
5265         * src/mimeview.h
5266         * src/summaryview.c
5267         * src/textview.c
5268         * src/gtk/gtkutils.c
5269         * src/gtk/gtkutils.h
5270                 Factorize scrolling code, and add an API 
5271                 for MimeViewers to handle scroll orders
5273 2006-08-29 [wwp]        2.4.0cvs110
5275         * src/plugins//bogofilter/bogofilter.c
5276         * src/plugins//spamassassin/spamassassin.c
5277                 make the bogofilter/spamassassin filtering error dialogs at
5278         incorporation obey to the "don't popup error dialog on
5279         receive error" option. If disabled, feed the log window w/
5280         the error message.
5282 2006-08-29 [paul]
5284         2.5.0-rc2 released
5286 2006-08-29 [paul]       2.4.0cvs109
5288         * Makefile.am
5289                 remove 'make release', it's not needed
5290                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5292 2006-08-29 [paul]       2.4.0cvs108
5294         * src/foldersel.c
5295         * src/summary_search.c
5296         * src/gtk/progressdialog.c
5297         * src/plugins/pgpcore/passphrase.c
5298                 replace deprecated gtk_window_set_policy()
5300 2006-08-29 [colin]      2.4.0cvs107
5302         * src/folder.c
5303                 Fix data loss when copy fails during a move:
5304                 only use fast remove_msgs if everything was
5305                 copied OK; else use slow remove_msg on the
5306                 mails that got copied only.
5308 2006-08-28 [paul]       2.4.0cvs106
5310         * src/mh.c
5311                 revert change in 2.4.0cvs104, it breaks
5312                 stuff
5314 2006-08-28 [paul]       2.4.0cvs105
5316         * src/plugins/spamassassin/spamassassin.c
5317                 english fix
5319 2006-08-28 [paul]       2.4.0cvs104
5321         * src/mh.c
5322                 fix data loss when moving to another
5323                 mailbox fails
5324         * src/prefs_spelling.c
5325                 improve the english
5326         * src/gtk/pluginwindow.c
5327                 improve the layout of the dialog text
5328         All thanks to Colin
5330 2006-08-28 [paul]       2.4.0cvs103
5332         * src/plugins/bogofilter/bogofilter.c
5333         * src/plugins/bogofilter/bogofilter_gtk.c
5334                 fix english up a bit, innit
5336 2006-08-28 [paul]       2.4.0cvs102
5338         * configure.ac
5339         * po/Makefile.in.in
5340         * po/Makevars
5341                 require autoconf 2.60, enabling building
5342                 with gettext 0.15 (gettext 0.14.x build still
5343                 possible). Replace Makefiles with versions
5344                 from gettext 0.15.
5345                 Remove configure options --with-localedir and
5346                 --with-mandir. The options that are provided
5347                 directly by autoconf 2.60 can be used instead:
5348                 --mandir --localedir
5350 2006-08-27 [colin]      2.4.0cvs101
5352         * src/plugins/bogofilter/Makefile.am
5353                 Fix make dist (no README)
5355 2006-08-27 [colin]      2.4.0cvs100
5357         * src/folder.c
5358                 Don't use F_UNKNOWN folders for any default
5359                 outbox/trash/etc
5360         * src/plugins/bogofilter/bogofilter.c
5361         * src/plugins/bogofilter/bogofilter.h
5362         * src/plugins/bogofilter/bogofilter_gtk.c
5363                 Add an option to specify the path to bogofilter
5364                 Use single-quotes to be able to learn in folders
5365                 with spaces in their names
5366                 Verify learning status
5368 2006-08-27 [colin]      2.4.0cvs99
5370         * manual/faq.xml
5371         * manual/plugins.xml
5372                 Document Bogofilter plugin
5374 2006-08-27 [colin]      2.4.0cvs98
5376         * src/compose.c
5377         * src/messageview.c
5378         * src/procmsg.c
5379         * src/procmsg.h
5380                 When possible, copy the queued mail to sent folder
5381                 instead of re-adding. Much faster on IMAP.
5383 2006-08-27 [colin]      2.4.0cvs97
5385         * src/msgcache.c
5386                 Disable mmaped caches - huge metadata loss
5387                 here after a power failure.
5388         * src/summaryview.c
5389                 Add quicksearch timing
5390         * src/common/plugin.c
5391         * src/common/plugin.h
5392                 Implement an interface to tell what plugins
5393                 provide. Prevent loading of similar plugins.
5394         * src/plugins/clamav/clamav_plugin.c
5395         * src/plugins/demo/demo.c
5396         * src/plugins/dillo_viewer/dillo_viewer.c
5397         * src/plugins/pgpcore/plugin.c
5398         * src/plugins/pgpinline/pgpinline.c
5399         * src/plugins/pgpmime/pgpmime.c
5400         * src/plugins/spamassassin/spamassassin.c
5401         * src/plugins/trayicon/trayicon.c
5402                 Implement plugin_provides()
5404 2006-08-27 [colin]      2.4.0cvs96
5406         * configure.ac
5407         * src/plugins/Makefile.am
5408         * src/plugins/bogofilter/.cvsignore
5409         * src/plugins/bogofilter/Makefile.am
5410         * src/plugins/bogofilter/bogofilter.c
5411         * src/plugins/bogofilter/bogofilter.h
5412         * src/plugins/bogofilter/bogofilter_gtk.c
5413                 New Bogofilter plugin, provides filtering and
5414                 learning. Spamassassin will go to extra plugins.
5416 2006-08-26 [mones]      2.4.0cvs95
5418         * manual/handling.xml
5419                 Fix subfolder path in the example (thanks to Paul) 
5421 2006-08-26 [mones]      2.4.0cvs94
5423         * manual/glossary.xml
5424                 2.2. + add ISP to the glossary
5425                 7.5. + Add UIDL to glossary
5426                 7.7. + Add TCP to glossary
5427         * manual/handling.xml
5428                 7.1. + Mentions GNU/Linux distribution, what about the non...
5429                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5430                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5431                 7.4. = Use appropriate quotation for commands
5432                 7.6. = change "" to <quote></quote>
5433         * manual/plugins.xml
5434                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5435         * manual/starting.xml
5436                 2.1. + local mbox file: some examples of mbox file locations...
5437                 Also reformatted files requiring it
5439 2006-08-26 [wwp]        2.4.0cvs93
5441         * src/summary_search.c
5442                 disable find buttons while summary search is running.
5444 2006-08-25 [colin]      2.4.0cvs92
5446         * src/folder.c
5447         * src/folderutils.c
5448         * src/mh.c
5449         * src/procmsg.h
5450         * src/summaryview.c
5451                 Speed up MH moving, and add progressbar
5452                 for MH deletion
5453         * src/msgcache.c
5454                 Write cache files using mmap() too
5456 2006-08-25 [wwp]        2.4.0cvs91
5458         * src/summaryview.c
5459                 switch spam<->ham button when a message has been marked as spam or ham
5460                 and is still selected. Thanks to Colin.
5462 2006-08-25 [paul]       2.4.0cvs90
5464         * src/Makefile.am
5465         * src/stock_pixmap.c
5466         * src/stock_pixmap.h
5467         * src/summaryview.c
5468         * src/gtk/icon_legend.c
5469         * src/pixmaps/copied.xpm
5470         * src/pixmaps/moved.xpm
5471                 add icons for delayed execution marked for
5472                 copying, marked for moving
5474 2006-08-25 [mones]      2.4.0cvs89
5476         * manual/glossary.xml
5477                 Fix the other glossary items:
5478                 5.1. = Inmmediate execution -> <quote>immediate execution...
5479                 5.2. = Fix MBOX capitalization -> Mbox
5480                 5.3. + Improve Plugins def. w/ tech. ref.
5481                 5.4. = Quotation -> replace '>' by <quote>></quote>
5482                 5.5. - SMTP Server. -> remove dot
5483         * po/es.po
5484                 Updated translation
5486 2006-08-25 [mones]      2.4.0cvs88
5488         * manual/ack.xml
5489                 Reformatted, changed email address
5490         * manual/glossary.xml
5491                 Reformatted, fixed MANUAL-TODO items:
5492                 8.2. + add ROT-13 to glossary
5493                 8.4. + add URL to glossary
5494         * manual/es/advanced.xml
5495                 Fixed <literal>s
5497 2006-08-25 [paul]       2.4.0cvs87
5499         * src/gtk/icon_legend.c
5500                 add 'marked for deletion' icon
5501                 arrange icons by containing column
5502                 wrap long label text
5504 2006-08-25 [colin]      2.4.0cvs86
5506         * src/common/utils.c
5507         * src/common/utils.h
5508                 Add the sc_g_*list_bigger functions in
5509                 a place everyone can use it
5510         * src/summaryview.c
5511                 Only freeze/thaw the list when working
5512                 on the selection, if it's bigger than 1
5513         * src/gtk/gtksctree.c
5514                 Only freeze/thaw the list when unselec-
5515                 ting 'all' if ('all' != 1)
5516                 This avoids some flickering
5518 2006-08-24 [colin]      2.4.0cvs85
5520         * src/addressbook.c
5521                 Fix strange list selection
5522                 Fix random seg (Invalid read of freed memory)
5524 2006-08-24 [colin]      2.4.0cvs84
5526         * src/alertpanel.c
5527         * src/gtk/inputdialog.c
5528         * src/plugins/pgpcore/passphrase.c
5529                 Revert minimal width patch of 2.4.0cvs67,
5530                 as it is also a maximal width. Use 
5531                 gtk_window_set_default_size instead.
5533 2006-08-24 [colin]      2.4.0cvs83
5535         * src/msgcache.c
5536                 Write cache/mark to temp files before
5537                 overwriting old ones (avoids metadata
5538                 loss if writing the new files fail).
5539                 Use mmap() to read cache/mark file, as
5540                 this makes cache reading faster. Dis-
5541                 abled for big-endian machines until it
5542                 can be tested. (Big-endian users: set
5543                 msgcache_use_mmap = TRUE in the relevant
5544                 #if).
5545         * src/procmsg.h
5546                 Move rarely used fields of MsgInfo in 
5547                 another structure, which will only be
5548                 allocated if needed. Face, X-Face,
5549                 Return receipt headers and List-*
5550                 headers are moved. Mails having none
5551                 of these occupy 52 bytes less with
5552                 this patch, which makes 2.5MB of RAM
5553                 saved on a 50k folder).
5554         * src/headerview.c
5555         * src/mainwindow.c
5556         * src/messageview.c
5557         * src/partial_download.c
5558         * src/procheader.c
5559         * src/procmsg.c
5560         * src/textview.c
5561                 Follow this structure change.
5563 2006-08-24 [wwp]        2.4.0cvs82
5565         * manual/es/.cvsignore
5566         * manual/es/dist/.cvsignore
5567         * manual/es/dist/html/.cvsignore
5568         * manual/es/dist/pdf/.cvsignore
5569         * manual/es/dist/ps/.cvsignore
5570         * manual/es/dist/txt/.cvsignore
5571                 more (generated) files to ignore.
5573 2006-08-24 [colin]      2.4.0cvs81
5575         * src/folder.c
5576         * src/mh.c
5577                 Fix possible problems with local delivery. Check the folder doesn't
5578                 need scan before setting its mtime when saving cache (which can be
5579                 done long after the folder's been modified by an external process);
5580                 Check that the stored item's mtime didn't change in mh functions.
5582 2006-08-24 [mones]      2.4.0cvs80
5584         * manual/advanced.xml
5585                 Rewrapping, some fixes and MANUAL-TODO items:
5586                 8.1. = change "" to <quote></quote>
5587                 8.3. = quote menu items
5588                 8.5. - deploying -> new user ... ideally a new user (redundant)
5590 2006-08-23 [colin]      2.4.0cvs79
5592         * src/gtk/gtksctree.c
5593                 When selecting or deselecting range, only
5594                 freeze/thaw when selection is bigger than 10
5596 2006-08-23 [colin]      2.4.0cvs78
5598         * src/messageview.c
5599         * src/mimeview.c
5600         * src/mimeview.h
5601         * src/plugins/dillo_viewer/dillo_viewer.c
5602                 Provide an API for MimeViewer plugins to
5603                 return a text selection for replying
5605 2006-08-23 [colin]      2.4.0cvs77
5607         * src/image_viewer.c
5608         * src/textview.c
5609                 Use gtk_pixbuf_new_from_file_at_scale(), which
5610                 is faster than getting the pixbuf then resizing
5611                 it.
5613 2006-08-23 [colin]      2.4.0cvs76
5615         * src/procmime.c
5616                 UTF-8 should be sent Quoted-printable
5618 2006-08-22 [colin]      2.4.0cvs75
5620         * src/mh.c
5621                 Check if scan is required before touching
5622                 the folder (or it'll be required every time)
5624 2006-08-22 [colin]      2.4.0cvs74
5626         * configure.ac
5627                 Require libetpan 0.46 (crasher fix when built
5628                 against gnutls)
5630 2006-08-22 [colin]      2.4.0cvs73
5632         * src/folder.c
5633                 Set folder's mtime after writing its
5634                 cache
5635         * src/folderview.c
5636                 Add some timing
5637         * src/procmsg.c
5638                 Don't do useless stuff if we don't 
5639                 thread by subject
5640         * src/summaryview.c
5641                 Add some timing, don't deselect prior
5642                 to selecting (gtksctree does it itself),
5643                 remove crash avoidance hacks as it's been
5644                 properly fixed since a while
5645         * src/common/utils.c
5646                 Optimize to_human_readable(): _() is slow,
5647                 do it only once, and avoid %f format for KB
5648                 (the most common in a summaryview)
5649         * src/gtk/gtksctree.c
5650                 Don't uselessly freeze/thaw (fixes flicker
5651                 on next unread and friends), reduce number
5652                 of g_list_nth/g_list_position where possible
5653         * src/gtk/gtkutils.c
5654         * src/gtk/gtkutils.h
5655                 Reduce number of g_list_nth/g_list_position
5656                 where possible.
5657                 All of this makes loading as 70k folder 2.1
5658                 seconds instead of 3.2 (with hot FS caches).
5659                 (1.3 seconds without Date and Size columns...)
5661 2006-08-22 [paul]       2.4.0cvs72
5663         wrap documents and do some items from mones' MANUAL-TODO:
5665         * manual/account.xml
5666                 4.1. = fix tabname references to <quote>tabname</quote>
5667                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5668         * manual/faq.xml
5669                 1.1. = mentioned options don't match UI
5670                 Add information about the 'Never send Return Receipts'
5671                 option
5672         * manual/handling.xml
5673                 6.2. = Mentions Extended symbols button, but now is
5674                 named Information
5675                 6.3. = Mentions ... button, which is now Edit
5677 2006-08-22 [colin]      2.4.0cvs71
5679         * src/gtk/pluginwindow.c
5680                 Fix layout in verbose translations (such
5681                 as french)
5683 2006-08-22 [paul]       2.4.0cvs70
5685         * manual/Makefile.am
5686                 build manuals in alphabetical order
5687         * src/addressbook.c
5688         * src/prefs_themes.c
5689                 replace/remove deprecated symbols
5690         * src/gtk/gtkutils.c
5691                 fix a warning
5692         * src/gtk/pluginwindow.c
5693                 replace deprecated symbol
5694                 replace label text and move it
5695         * src/plugins/pgpcore/prefs_gpg.c
5696                 move the 'Generate...' button out of the
5697                 Sign Key frame, replace the English used
5698         * src/plugins/pgpcore/sgpgme.c
5699                 fixes to the English
5701 2006-08-21 [colin]      2.4.0cvs69
5703         * src/plugins/trayicon/trayicon.c
5704                 Add more strings for translation; patch
5705                 by Pawel
5707 2006-08-21 [colin]      2.4.0cvs68
5709         * src/compose.c
5710                 fix replied flag not set after drafting
5711         * src/matcher.c
5712                 fix body quicksearch in non-encoded bodies
5713                 containing '='
5714         * src/msgcache.c
5715                 Get rid of the g_malloc workaround for
5716                 corrupted caches, use g_try_malloc
5718 2006-08-21 [colin]      2.4.0cvs67
5720         * src/alertpanel.c
5721         * src/gtk/inputdialog.c
5722         * src/plugins/pgpcore/passphrase.c
5723                 Set minimal width to 375
5724         * src/mainwindow.c
5725                 Fix switching to offline, asking if it 
5726                 should be overriden for synchronising
5727         * src/mimeview.c
5728                 Don't offer to remember command on Open 
5729                 with for text parts, as the browser or 
5730                 text editor command isn't changed from 
5731                 there
5733 2006-08-20 [paul]       2.4.0cvs66
5735         * po/ko.po
5736         * po/zh_CN.po
5737                 fix plural form errors. revealed by stricter
5738                 checking of gettext 0.15
5740 2006-08-18 [paul]       2.4.0cvs65
5742         * src/stock_pixmap.c
5743                 fix the fix of 2.4.0cvs64
5744                 Thanks to Colin
5746 2006-08-18 [paul]       2.4.0cvs64
5748         * src/stock_pixmap.c
5749                 fix leaks
5750                 Thanks to Colin
5752 2006-08-18 [paul]       2.4.0cvs63
5754         * src/compose.c
5755         * src/procmsg.c
5756                 fix occasional IMAP bug where large msgs
5757                 were left in the queue folder after sending
5758                 Thanks to Colin
5760 2006-08-18 [paul]       2.4.0cvs62
5762         * src/folderview.c
5763                 freeze the summaryview while quicksearch results
5764                 are displayed
5765                 (fixes bug 456 'current message is hidden when the
5766                 view is refreshed and extended search is "unread 
5767                 messages"')
5768                 Thanks to Colin
5769         * src/textview.c
5770                 add missing #include "inputdialog.h"
5771         * src/common/utils.h
5772                 add missing mailcap_update_default() and improve
5773                 readability
5775 2006-08-17 [colin]      2.4.0cvs61
5777         * src/plugins/pgpcore/select-keys.c
5778                 Fix warnings :)
5780 2006-08-17 [colin]      2.4.0cvs60
5782         * src/compose.c
5783                 Don't continue queuing if Cancel is clicked
5784                 in select-keys
5786 2006-08-17 [colin]      2.4.0cvs59
5788         * src/plugins/pgpcore/select-keys.c
5789                 When encrypting, if only one key matches and it 
5790                 matches exactly, automatically use it.
5792 2006-08-17 [colin]      2.4.0cvs58
5794         * src/mimeview.c
5795         * src/prefs_common.c
5796         * src/prefs_common.h
5797         * src/prefs_ext_prog.c
5798         * src/textview.c
5799                 Fix issues with previous patch (text/html)
5800                 Remove outdated prefs
5802 2006-08-17 [colin]      2.4.0cvs57
5804         * src/imap.c
5805                 Add View Log button on auth error
5806         * src/procmsg.c
5807                 Fix encrypted mail marked as new when
5808                 saved in normal folders
5809         * src/plugins/pgpinline/pgpinline.c
5810                 Fix encrypt bug on IMAP
5811         * src/mimeview.c
5812         * src/common/utils.c
5813         * src/common/utils.h
5814         * src/gtk/inputdialog.c
5815         * src/gtk/inputdialog.h
5816                 Get rid of metamail stuff, simplify
5817                 opening, and allow remembering of user's
5818                 choices (by updating ~/.mailcap). There's
5819                 still to drop "Audio player" and "Image
5820                 viewer" preferences.
5822 2006-08-17 [mones]      2.4.0cvs56
5824         * manual/es/sylpheed-claws-manual.xml
5825                 fix DTD path
5827 2006-08-17 [mones]      2.4.0cvs55
5829         * configure.ac
5830         * manual/Makefile.am
5831         * manual/es/Makefile.am
5832         * manual/es/account.xml
5833         * manual/es/ack.xml
5834         * manual/es/addrbook.xml
5835         * manual/es/advanced.xml
5836         * manual/es/faq.xml
5837         * manual/es/glossary.xml
5838         * manual/es/gpl.xml
5839         * manual/es/handling.xml
5840         * manual/es/intro.xml
5841         * manual/es/keyboard.xml
5842         * manual/es/plugins.xml
5843         * manual/es/starting.xml
5844         * manual/es/sylpheed-claws-manual.xml
5845         * manual/es/dist/Makefile.am
5846         * manual/es/dist/html/Makefile.am
5847         * manual/es/dist/pdf/Makefile.am
5848         * manual/es/dist/ps/Makefile.am
5849         * manual/es/dist/txt/Makefile.am
5850                 Spanish translation for the manual
5852 2006-08-16 [colin]      2.4.0cvs54
5854         * src/compose.c
5855         * src/main.c
5856         * src/mainwindow.c
5857                 Fix send button sensitivity at startup
5858                 Set send menu sensitivity (patch by Fabien)
5859         * src/ssl_manager.c
5860                 Enable closing with esc (patch by Fabien)
5861         * src/gtk/foldersort.c
5862                 Enable closing with esc (patch by Fabien)
5863         * src/procmime.c
5864                 Optimisation (no need to copy to tempfile to
5865                 "decode" 7bit and 8bit)
5866         * src/summaryview.c
5867                 Fix cruft in swap_from case
5868         * src/textview.c
5869                 Fix missing last line in some mail cases 
5870                 (Fixes debian #381872)
5871         * src/plugins/pgpcore/prefs_gpg.c
5872         * src/plugins/pgpcore/sgpgme.c
5873         * src/plugins/pgpcore/sgpgme.h
5874                 Don't show "no key found" when user explicitely
5875                 wants to create a key
5877 2006-08-16 [paul]       2.4.0cvs53
5879         * configure.ac
5880         * src/account.c
5881         * src/addressbook.c
5882         * src/headerview.c
5883         * src/prefs_account.c
5884         * src/prefs_message.c
5885         * src/gtk/gtkutils.c
5886                 bump up minimum required versions of GTK+ and
5887                 GLIB to 2.6.0
5889 2006-08-16 [paul]       2.4.0cvs52
5891         * src/toolbar.c
5892                 workaround GTK+ Bug 351600 - 'Can't re-click
5893                 on button after sensitivity update'
5894                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5895                 Thanks to Colin
5897 2006-08-15 [colin]      2.4.0cvs51
5899         * src/plugins/pgpcore/prefs_gpg.c
5900                 Set options sensitivity according to
5901                 key existence
5902         * src/plugins/pgpcore/sgpgme.c
5903                 Allow to create key with no passphrase
5905 2006-08-14 [cleroy]     2.4.0cvs50
5907         * src/gtk/pluginwindow.c
5908                 New layout (maybe to be changed?)
5909         * src/gtk/gtkutils.c
5910                 Fix a bit label_window
5911         * src/plugins/pgpcore/passphrase.c
5912         * src/plugins/pgpcore/passphrase.h
5913         * src/plugins/pgpcore/plugin.c
5914         * src/plugins/pgpcore/prefs_gpg.c
5915         * src/plugins/pgpcore/prefs_gpg.h
5916         * src/plugins/pgpcore/sgpgme.c
5917         * src/plugins/pgpcore/sgpgme.h
5918                 Allow to create a PGP private key via the GUI
5920 2006-08-14 [wwp]        2.4.0cvs49
5922         * src/addressbook_foldersel.c
5923                 fix strict ISO C90 compliance.
5925 2006-08-14 [paul]       2.4.0cvs48
5927         * src/gtk/prefswindow.c
5928                 re-set scrolled window on opening
5929                 Patch by Ticho
5931 2006-08-14 [paul]
5933         2.5.0-rc1 released
5935 2006-08-14 [paul]       2.4.0cvs47
5937         * src/prefs_display_header.c
5938                 re-enable user-defined Displayed Headers
5940 2006-08-14 [paul]       2.4.0cvs46
5942         * src/prefs_account.c
5943                 use GTK_STOCK_EDIT
5945 2006-08-13 [colin]      2.4.0cvs45
5947         * src/common/utils.c
5948                 Fix "a" in quote when the original message is empty,
5949                 by using \0 instead of 'a' to test writability of
5950                 temp files.
5952 2006-08-13 [wwp]        2.4.0cvs44
5954         * src/plugins/spamassassin/spamassassin.c
5955                 fix capitalization of "SpamAssassin" in some debug, log and
5956                 dialog messages.
5958 2006-08-13 [paul]       2.4.0cvs43
5960         * src/editldap.c
5961                 fix overlapping widgets
5962         * src/prefs_account.c
5963                 fix translation of protocol_names[]
5964                 fix label disappearing off the edge of the
5965                 visible area
5967 2006-08-12 [paul]       2.4.0cvs42
5969         * manual/plugins.xml
5970                 update IRC channel info before it gets forgotten
5971                 about
5973 2006-08-11 [colin]      2.4.0cvs41
5975         * src/compose.c
5976         * src/mainwindow.c
5977         * src/mainwindow.h
5978         * src/procmsg.c
5979         * src/procmsg.h
5980         * src/summaryview.c
5981         * src/toolbar.c
5982                 Grey out the Send button if
5983                 - Queue folders are empty, or
5984                 - We're sending already
5986 2006-08-11 [wwp]        2.4.0cvs40
5988         * src/main.c
5989                 fix a logic issue when quitting while a compose window is
5990                 still open, thanks to Colin.
5992 2006-08-10 [colin]      2.4.0cvs39
5994         * src/main.c
5995                 Fix default font size setting after wizard run
5996         * src/imap.c
5997         * src/etpan/imap-thread.c
5998         * src/etpan/imap-thread.h
5999                 Fix bug #999 (Timing out on TSL cert validation 
6000                 dialog makes ugly things happen). Also, STARTTLS
6001                 unconditionnaly if initial capabilities contain
6002                 LOGINDISABLED and STARTTLS.
6004 2006-08-09 [colin]      2.4.0cvs38
6006         * src/mainwindow.c
6007         * src/mainwindow.h
6008                 Fix Tools/Actions sensitivity when there are
6009                 no actions
6011 2006-08-09 [colin]      2.4.0cvs37
6013         * src/prefs_filtering.c
6014                 Warning fix, patch by Paul
6015         * src/messageview.c
6016         * src/prefs_actions.c
6017         * src/prefs_filtering_action.c
6018         * src/prefs_matcher.c
6019                 Uniformisation of "Info ..." to "Info..." (for
6020                 old gtk), patch by Fabien
6021         * src/plugins/clamav/clamav_plugin_gtk.c
6022                 Sensitivity fix by Fabien
6024 2006-08-09 [colin]      2.4.0cvs36
6026         * src/main.c
6027         * src/main.h
6028                 Add a function to know whether we're exiting
6029         * src/plugins/trayicon/trayicon.c
6030                 If exiting, don't do anything. Faster, and
6031                 avoids gtk_main_iteration reentracy causing
6032                 segfaults at exit
6034 2006-08-09 [colin]      2.4.0cvs35
6036         * src/messageview.c
6037         * src/mimeview.c
6038         * src/mimeview.h
6039                 Fix lack of part selection when automatically 
6040                 jumping to a specific part
6041         * src/msgcache.c
6042                 Little optimisation in cache reading
6044 2006-08-09 [colin]      2.4.0cvs34
6046         * src/compose.c
6047                 Fix crash setting the priority on reedit
6048                 (Accessing compose before creating it!)
6050 2006-08-08 [colin]      2.4.0cvs33
6052         * src/procmime.c
6053                 Fix bug #998 (last attachment is not accessible)
6054                 Bad RFC interpretation on multipart close-delimiters
6055         * src/mimeview.c
6056         * src/mimeview.h
6057         * src/gtk/gtkvscrollbutton.c
6058         * src/gtk/gtkvscrollbutton.h
6059                 Make attachments list wheel-scrollable
6061 2006-08-07 [colin]      2.4.0cvs32
6063         * src/gtk/gtkaspell.c
6064                 Fix bug #973 (Unicode punctation characters 
6065                 are not recognized as separators by the
6066                 spell checker); fix unsigned stuff
6068 2006-08-07 [colin]      2.4.0cvs31
6070         * src/compose.c
6071                 Fix bug #956 (DnD text with accents in compose 
6072                 text entry); fix gccc's signed/unsigned fuss
6074 2006-08-06 [colin]      2.4.0cvs30
6076         * src/main.c
6077                 Fix bug #979 (Plugin crashes when exiting 
6078                 sylpheed-claws) : handle exit request only 
6079                 once
6081 2006-08-05 [colin]      2.4.0cvs29
6083         * src/news.c
6084                 Just make sure we have a msgid.
6086 2006-08-05 [colin]      2.4.0cvs28
6088         * src/news.c
6089         * src/summaryview.c
6090                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6091                 by reimplementing it
6092         * src/textview.c
6093                 Fix bug when hiding quotes with level > 3 and quote
6094                 colors are recycled
6096 2006-08-04 [colin]      2.4.0cvs27
6098         * src/compose.c
6099         * src/undo.c
6100         * src/undo.h
6101                 Fix a bit replace-by-pasting undo
6102         * src/mainwindow.c
6103         * src/messageview.c
6104                 Fix Fold quotes menu synchro in
6105                 mainwindow when it changes in 
6106                 messageview
6107         * src/textview.c
6108                 Fix right-click on quotes blocks
6109         * src/common/utils.c
6110                 Verify that the file created by
6111                 my_tmpfile() is writable. Fixes
6112                 bug #988 (very specific filesystem
6113                 issue)
6114         * src/plugins/pgpcore/sgpgme.c
6115                 Fix file descriptor leak
6116         * src/plugins/spamassassin/spamassassin.c
6117                 Warn once if spamd isn't reachable
6119 2006-08-04 [colin]      2.4.0cvs26
6121         * src/toolbar.c
6122                 i18n context patch by Fabien
6124 2006-08-03 [colin]      2.4.0cvs25
6126         * src/mainwindow.c
6127         * src/messageview.c
6128                 Rename "Hide quotes" to "Fold quotes"
6129         * src/textview.c
6130                 Don't use hand cursor on quotes. "all 
6131                 the bonuses of the feature and none of 
6132                 unwelcome side-effects"
6134 2006-08-03 [colin]      2.4.0cvs24
6136         * AUTHORS
6137         * sylpheed-claws.desktop
6138         * src/gtk/authors.h
6139                 Bring the desktop file to XDG compliance
6140                 Patch by Charles A. Edwards
6142 2006-08-03 [colin]      2.4.0cvs23
6144         * src/textview.c
6145                 Fix links offset when they are preceded
6146                 by accentued chars (g_utf8_strlen!)
6147         * src/mainwindow.c
6148                 Fix wrong status when starting offline
6151 2006-08-03 [wwp]        2.4.0cvs22
6153         * src/prefs_common.h
6154                 ask what to do w/ filtering rules that belong to an account when
6155                 applying filtering rules manually from the main window (skip,
6156                 apply regardless of the account, use current account). This dialog
6157                 can be skipped and the last reply used.
6158                 (forgot that file)
6160 2006-08-03 [wwp]        2.4.0cvs21
6162         * src/filtering.c
6163         * src/filtering.h
6164         * src/prefs_common.c
6165         * src/summaryview.c
6166         * src/alertpanel.c
6167         * src/alertpanel.h
6168         * src/messageview.c
6169                 ask what to do w/ filtering rules that belong to an account when
6170                 applying filtering rules manually from the main window (skip,
6171                 apply regardless of the account, use current account). This dialog
6172                 can be skipped and the last reply used.
6175 2006-08-03 [colin]      2.4.0cvs20
6177         * src/textview.c
6178                 Optimize previous patch
6180 2006-08-03 [cleroy]     2.4.0cvs19
6182         * src/textview.c
6183                 Fix quotes getting toggled back when the
6184                 mail has an even number of text parts
6186 2006-08-02 [colin]      2.4.0cvs18
6188         * src/messageview.c
6189                 Add Hide quotes menu
6191 2006-08-02 [colin]      2.4.0cvs17
6193         * src/mainwindow.c
6194         * src/prefs_common.c
6195         * src/textview.c
6196         * src/textview.h
6197         * src/gtk/about.c
6198                 Allow per-level quote hiding,
6199                 Allow toggling quotes by double-clicking them
6200                 Rename RemoteURI to ClickableText to reflect
6201                 the fact it's used for a variety of things
6203 2006-08-02 [wwp]        2.4.0cvs16
6205         * src/mainwindow.c
6206                 fix "View/Hide quotes" menu item status initialization.
6208 2006-08-02 [wwp]        2.4.0cvs15
6210         * src/matcher_parser_parse.y
6211                 remove a debug trace.
6213 2006-08-02 [paul]       2.4.0cvs14
6215         * src/plugins/pgpcore/passphrase.c
6216                 don't set initial dialog size
6217                 make it resizable
6219 2006-08-02 [paul]       2.4.0cvs13
6221         * src/noticeview.c
6222                 remove the rogue '/' character
6224 2006-08-02 [paul]       2.4.0cvs12
6226         * src/noticeview.c
6227                 allow buttons to resize as necessary
6229 2006-08-01 [wwp]        2.4.0cvs11
6231         * src/mbox.c
6232                 fix strict ISO C90 compliance.
6234 2006-08-01 [wwp]        2.4.0cvs10
6236         * tools/update-po
6237                 updated update-po tool to work w/ context-dependent translations.
6238                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6240 2006-08-01 [wwp]        2.4.0cvs9
6242         * src/matcher.c
6243         * src/prefs_filtering.c
6244         * src/prefs_matcher.c
6245                 allow context-dependent translations for "All",
6246                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6248 2006-07-31 [colin]      2.4.0cvs8
6250         * AUTHORS
6251         * src/gtk/authors.h
6252                 Add Rafal to authors
6254 2006-07-31 [colin]      2.4.0cvs7
6256         * src/compose.c
6257         * src/mainwindow.c
6258         * src/messageview.h
6259         * src/prefs_common.c
6260         * src/prefs_common.h
6261         * src/textview.c
6262                 Add 'View/Hide quotes'. Patch based on a patch
6263                 by Rafal Weglarz
6265 2006-07-31 [colin]      2.4.0cvs6
6267         * src/action.c
6268                 Fix problem with "> stuff >" actions
6270 2006-07-31 [paul]       2.4.0cvs5
6272         * po/nb.po
6273                 updated by Geir Helland
6275 2006-07-31 [wwp]        2.4.0cvs4
6277         * src/mainwindow.c
6278         * src/summaryview.c
6279         * src/summaryview.h
6280                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6281                 thanks to Colin.
6283 2006-07-31 [wwp]        2.4.0cvs3
6285         * src/Makefile.am
6286         * src/addr_compl.c
6287         * src/addr_compl.h
6288         * src/addressbook.c
6289         * src/addressbook.h
6290         * src/addressbook_foldersel.c
6291         * src/addressbook_foldersel.h
6292         * src/addrindex.c
6293         * src/addrindex.h
6294         * src/matcher.c
6295         * src/matcher.h
6296         * src/matcher_parser_lex.l
6297         * src/matcher_parser_parse.y
6298         * src/prefs_common.c
6299         * src/prefs_common.h
6300         * src/prefs_filtering.c
6301         * src/prefs_matcher.c
6302         * src/prefs_matcher.h
6303         * src/summaryview.c
6304                 introduce filtering against the address book. It's now possible to add
6305                 matched conditions to determine if any email address in a message matches
6306                 or doesn't match any or all books or folders in the address book.
6308 2006-07-31 [wwp]        2.4.0cvs2
6310         * src/account.c
6311         * src/filtering.c
6312         * src/filtering.h
6313         * src/folder.c
6314         * src/folderview.c
6315         * src/inc.c
6316         * src/mainwindow.c
6317         * src/matcher.c
6318         * src/matcher_parser_lex.l
6319         * src/matcher_parser_parse.y
6320         * src/mbox.c
6321         * src/prefs_filtering.c
6322         * src/prefs_filtering.h
6323         * src/procmsg.c
6324         * src/procmsg.h
6325         * src/summaryview.c
6326                 introduce per-account filtering rules. Each filtering rule can now be assigned
6327                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6328                 when applying filtering rules manually, as all rules will apply - even the ones
6329                 assigned to an account. This issue will be addressed soon.
6333 2006-07-31 [wwp]        2.4.0cvs1
6335         * src/quote_fmt.c
6336                 make more strings translatable.
6338 2006-07-31 [paul]       2.4.0
6340         2.4.0 released
6342 2006-07-31 [paul]       2.3.1cvs91
6344         * po/ca.po
6345                 updated by Miquel Oliete
6347 2006-07-31 [paul]       2.3.1cvs90
6349         * po/de.po
6350         * po/el.po
6351         * po/fr.po
6352         * po/it.po
6353         * po/pl.po
6354         * po/pt_BR.po
6355         * po/sr.po
6356         * po/zh_CN.po
6357                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6358                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6359                 Aleksandar Urosevic, and Ralgh Young
6361 2006-07-31 [paul]       2.3.1cvs89
6363         * src/account.c
6364         * src/main.c
6365         * src/mainwindow.c
6366         * src/mainwindow.h
6367                 Fix a race condition when, after an SC crash, rescanning
6368                 folders took more than 0.5 seconds
6369                 Thanks to Colin
6371 2006-07-31 [paul]       2.3.1cvs88
6373         * src/folderview.c
6374                 don't translate separator strings
6376 2006-07-30 [mones]      2.3.1cvs87
6378         * doc/man/sylpheed-claws.1
6379                 Fixed non-ASCII chars in Hoa's name
6380         * po/es.po
6381                 Updated for release
6383 2006-07-27 [colin]      2.3.1cvs86
6385         * src/textview.c
6386                 Don't include the leading \n in links
6387                 Patch by Fabien
6389 2006-07-25 [colin]      2.3.1cvs85
6391         * src/mainwindow.c
6392         * src/common/socket.h
6393         * src/etpan/imap-thread.c
6394                 Refresh resolvers before connecting
6395                 to IMAP servers, and after switching
6396                 to online. Thanks to Paul.
6398 2006-07-18 [colin]
6400         * 2.4.0-rc4 released
6402 2006-07-17 [colin]      2.3.1cvs84
6404         * src/inc.c
6405                 Show connection attempt in statusbar before
6406                 connecting (previously first message was
6407                 "Retrieving messages from ..." after the
6408                 connection succeeded.
6410 2006-07-16 [wwp]        2.3.1cvs83
6412         * sylpheed-claws.ico
6413                 Added .ico file (windows multi-size icon file, generated).
6415 2006-07-12 [wwp]        2.3.1cvs82
6417         * src/messageview.c
6418                 remove Message/Re-edit menu entry from messageview window,
6419                 as sent/draft/queued messages are opened in compose window when
6420                 re-edited and it's not possible to re-edit other msgs.
6422 2006-07-12 [paul]       2.3.1cvs81
6424         * AUTHORS
6425         * src/mainwindow.c
6426         * src/gtk/authors.h
6427                 check online state before resetting
6428                 mailcheck timer. Useful if some program
6429                 verifies connection state and updates
6430                 Claws.
6431                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6433 2006-07-12 [paul]       2.3.1cvs80
6435         * sylpheed-claws-128x128.png
6436         * sylpheed-claws-64x64.png
6437         * sylpheed-claws.png
6438         * src/Makefile.am
6439         * src/main.c
6440         * src/prefs_toolbar.c
6441         * src/stock_pixmap.c
6442         * src/stock_pixmap.h
6443         * src/wizard.c
6444         * src/gtk/about.c
6445         * src/gtk/gtkutils.c
6446         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6447         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6448         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6449         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6450         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6451         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6452                 updated and renamed logo/icon files and related
6453                 logo by Jesper Schultz
6455 2006-07-11 [paul]       2.3.1cvs79
6457         * src/main.c
6458                 fix the labels a smidgin
6460 2006-07-09 [colin]      2.3.1cvs78
6462         * src/textview.c
6463                 Show errors in textviewer's command
6464                 Patch by H. Merijn Brand
6466 2006-07-09 [colin]      2.3.1cvs77
6468         * src/compose.c
6469                 Save FMID in drafts too
6471 2006-07-08 [colin]      2.3.1cvs76
6473         * src/compose.c
6474                 Svae RMID in drafted mails too
6475                 Save quote_fmt vars for whole mails,
6476                 don't reset at each quote_fmt_init:
6477                 allows to use the same |i{var} in
6478                 various template fields
6479         * src/prefs_template.c
6480         * src/quote_fmt.h
6481         * src/quote_fmt_parse.y
6482                 Same
6484 2006-07-08 [colin]      2.3.1cvs75
6486         * src/textview.c
6487                 Fix highlighting of attached parts URIs
6489 2006-07-08 [colin]      2.3.1cvs74
6491         * src/main.c
6492                 Prevent bug #981 (sc 2.3.1 segfaults with 
6493                 gtk+ 2.10) from being reported again:
6494                 if Sylpheed-Claws has been compiled against
6495                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6496                 of if Sylpheed-Claws has been compiled against
6497                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6498                 error out.
6500 2006-07-07 [colin]      2.3.1cvs73
6502         * src/prefs_actions.c
6503                 Fix label
6505 2006-07-07 [colin]      2.3.1cvs72
6507         * src/prefs_actions.c
6508                 Fix compile on gtk < 2.8. argh :)
6510 2006-07-07 [paul]       2.3.1cvs71
6512         * src/common/defs.h
6513                 update DONATE_URI
6515 2006-07-07 [colin]      2.3.1cvs70
6517         * po/POTFILES.in
6518         * src/quote_fmt.c
6519         * src/quote_fmt_lex.l
6520         * src/quote_fmt_parse.y
6521                 Add |i{var}, a way to insert user-entered
6522                 text in a template
6524 2006-07-07 [colin]
6526         * 2.4.0-rc3 released
6528 2006-07-07 [colin]      2.3.1cvs69
6530         * src/folder.c
6531                 Don't consider inboxes of UNKNOWN folder 
6532                 classes to be useable as default inboxes
6534 2006-07-07 [paul]       2.3.1cvs68
6536         * src/textview.c
6537                 add missing #include <errno.h>
6538                 Thanks to René J. Blokland
6540 2006-07-07 [paul]       2.3.1cvs67
6542         * src/action.c
6543                 Return now Closes dialog
6544         * src/mimeview.c
6545         * src/mimeview.h
6546         * src/textview.c
6547                 add contextual menu to mime parts listed
6548                 in the textview
6549                 Thanks to Colin
6550         * src/common/utils.c
6551                 reversal: ' is a valid character in URLs
6553 2006-07-06 [colin]      2.3.1cvs66
6555         * src/remotefolder.h
6556                 Forgotten in previous commit
6558 2006-07-06 [colin]      2.3.1cvs65
6560         * src/folder.c
6561                 Set summary update flag whenever
6562                 totals changed
6563         * src/imap.c
6564         * src/prefs_account.c
6565         * src/common/utils.h
6566         * src/etpan/imap-thread.c
6567                 Fix warnings, thanks to Fabien and
6568                 Ricardo
6570 2006-07-06 [wwp]        2.3.1cvs64
6572         * src/gtk/gtkutils.c
6573                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6575 2006-07-06 [wwp]        2.3.1cvs63
6577         * src/account.c
6578         * src/addressbook.c
6579         * src/addressitem.h
6580         * src/folderview.c
6581         * src/mainwindow.c
6582         * src/manual.c
6583         * src/manual.h
6584         * src/message_search.c
6585         * src/prefs_actions.c
6586         * src/prefs_filtering.c
6587         * src/prefs_filtering.h
6588         * src/prefs_template.c
6589         * src/summary_search.c
6590         * src/summaryview.c
6591         * src/gtk/gtkutils.c
6592         * src/gtk/gtkutils.h
6593         * src/gtk/pluginwindow.c
6594                 add help buttons to some dialogs. Clicking such buttons opens a
6595                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6597 2006-07-06 [paul]       2.3.1cvs62
6599         * src/textview.c
6600                 fix attachments contextual menu
6601                 Thanks to Colin
6603 2006-07-05 [colin]      2.3.1cvs61
6605         * src/textview.c
6606         * src/compose.c
6607                 Handle sftp:// links
6609 2006-07-05 [paul]       2.3.1cvs60
6611         * src/gtk/filesel.c
6612                 grab save button by default
6613                 Thanks to Colin
6615 2006-07-05 [wwp]        2.3.1cvs59
6617         * manual/xml2pdf
6618                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6620 2006-07-04 [colin]      2.3.1cvs58
6622         * src/mimeview.c
6623         * src/textview.c
6624                 Use left click to select, middle click to open
6625                 on mimeparts links
6626         * src/common/utils.c
6627                 Fix segfault
6629 2006-07-04 [colin]      2.3.1cvs57
6631         * src/mainwindow.c
6632         * src/news.c
6633                 Warning fixes, thanks to Fabien
6635 2006-07-04 [colin]      2.3.1cvs56
6637         * src/mimeview.c
6638         * src/mimeview.h
6639         * src/textview.c
6640                 Allow parts to be selected via their text label
6641                 in textview
6643 2006-07-04 [colin]      2.3.1cvs55
6645         * src/folderview.c
6646                 Feedback when closing (for big folders)
6647         * src/prefs_actions.c
6648         * src/prefs_filtering.c
6649         * src/prefs_matcher.c
6650         * src/prefs_template.c
6651                 Fix default button when closing without
6652                 having saved
6654 2006-07-04 [colin]      2.3.1cvs54
6656         * src/news.c
6657                 Delete local file on deletion
6659 2006-07-03 [colin]      2.3.1cvs53
6661         * src/folderview.c
6662         * src/main.c
6663                 Don't freeze when rescanning after crash
6665 2006-07-03 [wwp]        2.3.1cvs52
6667         * src/compose.c
6668         * src/privacy.c
6669         * src/privacy.h
6670         * src/plugins/pgpinline/pgpinline.c
6671         * src/plugins/pgpmime/pgpmime.c
6672                 don't report an error when the user cancels the passphrase dialog.
6674 2006-07-02 [colin]      2.3.1cvs51
6676         * src/folderview.c
6677                 Open message when crossing folders with Space,
6678                 goto next unread and friends
6680 2006-07-01 [colin]      2.3.1cvs50
6682         * src/prefs_account.c
6683                 Typographic rules varying from language
6684                 to language (in french "Protocole :"),
6685                 we have to do that :)
6687 2006-07-01 [ticho]      2.3.1cvs49
6689         * src/prefs_account.c
6690                 Only use one temporary gchar* variable in
6691                 prefs_account_protocol_set_optmenu().
6693 2006-07-01 [ticho]      2.3.1cvs48
6695         * src/prefs_account.c
6696         * src/prefs_account.h
6697                 Use GtkLabel for existing account protocol name.
6698                 Created an array for protocol names and populate the
6699                 combobox from it in a for() cycle.
6701 2006-06-30 [colin]      2.3.1cvs47
6703         * src/compose.c
6704                 Block undo when changing signature (by changing
6705                 account)
6707 2006-06-30 [paul]       2.3.1cvs46
6709         * src/send_message.c
6710                 when editing From in the Compose window, use that address
6711                 in the Return-Path: header
6712                 Thanks to Colin
6714 2006-06-30 [colin]      2.3.1cvs45
6716         * src/compose.c
6717                 Fix signature replacement:
6718                 - when no newline before separator
6719                 - when reediting
6721 2006-06-29 [colin]      2.3.1cvs44
6723         * src/folderview.c
6724         * src/folderview.h
6725         * src/mainwindow.c
6726         * src/summaryview.c
6727                 Let 'View/Go to/Next marked' work like
6728                 Next new & Next unread: across folders
6729                 Change the select_on_entry pref to do
6730                 what we want when changing folder
6731         * src/common/utils.c
6732                 Fix single-quoted links 
6734 2006-06-29 [colin]      2.3.1cvs43
6736         * src/gtk/gtkaspell.c
6737                 "Sylpheed" and "Sylpheed-Claws" do exist !
6739 2006-06-29 [colin]      2.3.1cvs42
6741         * src/imap.c
6742                 Forgot to remove debug
6744 2006-06-29 [colin]      2.3.1cvs41
6746         * src/imap.c
6747         * src/imap.h
6748         * src/mainwindow.c
6749                 Disconnect from IMAP servers when going
6750                 offline. Fixes bug #978 (going to offline-mode 
6751                 won't close connections)
6753 2006-06-29 [colin]      2.3.1cvs40
6755         * src/main.c
6756                 Fix transient setting on failing plugins
6757                 Patch by Fabien
6758         * src/plugins/pgpcore/sgpgme.c
6759                 Only warn for OpenPGP. Most people don't
6760                 have CMS available.
6762 2006-06-29 [colin]      2.3.1cvs39
6764         * src/compose.c
6765                 Fix Spelling menu (discrepancy between context menu
6766                 and top menu when folder's dictionary isn't the 
6767                 default one)
6768         * src/plugins/pgpcore/sgpgme.c
6769                 More error reporting about why gpgme can fail
6771 2006-06-29 [wwp]        2.3.1cvs38
6773         * src/mainwindow.c
6774                 honor the display-header-pane setting even when the message view
6775                 is a separate window.
6777 2006-06-29 [wwp]        2.3.1cvs37
6779         * src/prefs_actions.c
6780                 forgot to commit that one (use of GTK_STOCK_INFO).
6782 2006-06-29 [colin]      2.3.1cvs36
6784         * src/imap.c
6785                 Better handling of login errors (ask the password
6786                 again once), alert in case of error. Fix three
6787                 signedness warnings.
6789 2006-06-28 [wwp]        2.3.1cvs35
6791         * src/prefs_template.c
6792         * src/prefs_matcher.c
6793         * src/prefs_filtering_action.c
6794         * src/prefs_quote.c
6795                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6796                 patch by Fabien Vantard, slightly modified.
6798 2006-06-28 [paul]
6800         2.4.0-rc2 released
6802 2006-06-28 [colin]      2.3.1cvs34
6804         * src/prefs_account.c
6805                 Fix bug #977 (Can't add or edit imap accounts)
6807 2006-06-28 [colin]      2.3.1cvs33
6809         * src/mimeview.c
6810                 Fix previous
6812 2006-06-28 [colin]      2.3.1cvs32
6814         * src/mimeview.c
6815                 Save named inlined attachments with "Save all"
6816         * src/main.c
6817         * src/mbox.c
6818         * src/common/plugin.c
6819         * src/common/plugin.h
6820         * src/common/sylpheed.c
6821         * src/common/utils.c
6822         * src/plugins/pgpcore/sylpheed.def
6823         * src/plugins/pgpinline/sylpheed.def
6824         * src/plugins/pgpmime/sylpheed.def
6825                 Win32 compatibility patch, by
6826                 Werner Koch
6828 2006-06-28 [wwp]        2.3.1cvs31
6830         * src/imap.c
6831         * src/prefs_folder_item.c
6832                 less compilation warnings (thanks to Fabien Vantard), less typos.
6834 2006-06-28 [paul]       2.3.1cvs30
6836         * src/gtk/gtkutils.c
6837                 gtk_combo_box_set_focus_on_click() is only
6838                 available since gtk 2.6.0
6840 2006-06-28 [paul]       2.3.1cvs29
6842         * src/prefs_ext_prog.c
6843                 fix engrish and add a tooltip for the
6844                 'command for 'Display as text' option
6846 2006-06-28 [paul]
6848         2.4.0-rc1 released
6850 2006-06-28 [paul]       2.3.1cvs28
6852         * ChangeLog
6853         * tools/Makefile.am
6854                 include textviewer.pl in releases
6856 2006-06-28 [paul]       2.3.1cvs27
6858         * src/prefs_ext_prog.c
6859                 hide Print command option if libgnomeprint
6860                 support is present
6862 2006-06-27 [colin]      2.3.1cvs26
6864         * src/compose.c
6865                 Fix Esc handling in insert/attach dialog
6866                 Don't show this dialog if dragging something
6867                 else than text/uri-list
6868                 Thanks to Fabien Vantard
6869         * tools/textviewer.pl
6870                 Filter script to display stuff as text
6871                 by H. Merijn Brand
6873 2006-06-27 [wwp]        2.3.1cvs25
6875         * src/messageview.c
6876                 use the exact product name (message view title), patch
6877                 by Fabien Vantard.
6879 2006-06-27 [ticho]      2.3.1cvs24
6881         * src/prefs_account.c
6882         * src/prefs_common.c
6883         * src/prefs_common.h
6884         * src/prefs_ext_prog.c
6885         * src/textview.c
6886                 Add a preference (Preferences/External programs)
6887                 to allow "Display as text" to be done via a script
6888                 (patch by H.Merijn Brand).
6889                 Use GtkComboBox for protocol selection in account
6890                 preferences.
6891                 Only include current choice for existing accounts, and
6892                 insensitivize the combobox.
6894 2006-06-27 [paul]       2.3.1cvs23
6896         * src/mbox.c
6897                 fix crasher introduced in cvs21.
6898                 Thanks to Colin
6900 2006-06-26 [colin]      2.3.1cvs22
6902         * src/mbox.c
6903                 Fix double-frees when leaving folders
6904                 after exporting to mbox
6906 2006-06-26 [colin]      2.3.1cvs21
6908         * src/mbox.c
6909                 More feedback (and optimisation)
6910                 on import/export
6911         * src/common/utils.c
6912                 Fix case when looking for mail addresses
6913         * src/gtk/gtkutils.c
6914                 Extra check for (X-)Face
6916 2006-06-25 [ticho]      2.3.1cvs20
6918         * src/compose.c
6919         * src/exphtmldlg.c
6920         * src/gtk/gtkutils.c
6921         * src/gtk/gtkutils.h
6922                 Added second argument to gtkut_sc_combobox_create() to
6923                 control focus-on-click for the widget.
6924                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6926 2006-06-25 [ticho]      2.3.1cvs19
6928         * src/compose.c
6929         * src/gtk/Makefile.am
6930         * src/gtk/combobox.c
6931         * src/gtk/combobox.h
6932         * src/gtk/gtkutils.c
6933         * src/gtk/gtkutils.h
6934                 Use GtkComboBox instead of deprecated GtkOptionMenu
6935                 for account selector in compose window and for encoding
6936                 selector in attachment properties.
6937                 Also factorise working with the new GtkComboBox somewhat.
6939 2006-06-24 [paul]       2.3.1cvs18
6941         * src/prefs_common.c
6942                 use the correct default value
6944 2006-06-24 [paul]       2.3.1cvs17
6946         * src/compose.c
6947         * src/prefs_common.c
6948         * src/prefs_common.h
6949         * src/prefs_compose_writing.c
6950                 enable setting of default action when
6951                 dnd'ing files in the compose window.
6952                 (Collaborative effort with wwp)
6954 2006-06-23 [wwp]        2.3.1cvs16
6956         * src/compose.c
6957                 i18n fix (thanks to Fabien Vantard)
6959 2006-06-22 [colin]      2.3.1cvs15
6961         * src/prefs_customheader.c
6962                 Don't use filters in custom headers' file 
6963                 selector. Remember, extensions mean nothing :)
6965 2006-06-22 [paul]       2.3.1cvs14
6967         * configure.ac
6968                 allow setting of man directory location
6970 2006-06-22 [colin]      2.3.1cvs13
6972         * src/mainwindow.c
6973                 Add 'View/Go to/Next unread folder'.
6974                 I missed that :)
6976 2006-06-22 [colin]      2.3.1cvs12
6978         * src/common/utils.c
6979                 Add some subject prefixes
6980                 Patch by Bjorn T Johansen <btj@havleik.no>
6982 2006-06-22 [colin]      2.3.1cvs11
6984         * manual/advanced.xml
6985                 Forgotten hidden pref
6987 2006-06-21 [paul]       2.3.1cvs10
6989         * src/prefs_account.c
6990                 complete the removal of 'Add date header' option
6992 2006-06-21 [paul]       2.3.1cvs9
6994         * src/account.c
6995         * src/compose.c
6996         * src/prefs_account.c
6997         * src/prefs_account.h
6998                 remove option to add date header - always
6999                 add date header
7000         * src/etpan/imap-thread.c
7001                 fix warnings (Thanks to Colin)
7003 2006-06-21 [wwp]        2.3.1cvs8
7005         * src/folder.c
7006                 set the attachment flag when inline text part are (file)named. This is more convenient
7007                 when receiving (for instance) inline source files or patches sent using thunderbird.
7009 2006-06-21 [paul]       2.3.1cvs7
7011         * src/inc.c
7012                 fix off-by-one count of current msg in
7013                 statusbar filtering progressbar
7015 2006-06-21 [paul]       2.3.1cvs6
7017         * src/folder.c
7018                 Show attachment icon even if the part is 'inline'
7019                 if the following conditions are met:
7020                 - content-type != 'text/plain'
7021                 - content-type != '*/pgp-signature'
7022                 - either 'name' or 'filename' parameter is not NULL
7023                 
7024                 Thanks to Colin
7026 2006-06-21 [paul]       2.3.1cvs5
7028         * src/messageview.c
7029         * src/prefs_common.c
7030         * src/prefs_common.h
7031         * src/prefs_other.c
7032                 add an option to 'Never send Return
7033                 Receipts'
7034                 Thanks to Colin
7036 2006-06-20 [mones]      2.3.1cvs4
7038         * po/es.po
7039                 updated
7040         * src/compose.c
7041                 typo fixed (space after comma)
7042         * tools/make.themes.project
7043                 remove exec mode from tarball files
7045 2006-06-20 [colin]      2.3.1cvs3
7047         * src/news.c
7048         * src/procheader.c
7049         * src/unmime.c
7050                 Better fix for \n's in headers (don't 
7051                 break Received: and others)
7053 2006-06-20 [paul]       2.3.1cvs2
7055         * src/alertpanel.c
7056         * src/textview.c
7057                 improve legibility of phishing attempt
7058                 dialog
7060 2006-06-20 [paul]       2.3.1cvs1
7062         * NEWS
7063         * README
7064         * configure.ac
7065                 Update version number following
7066                 stable release
7068 2006-06-20 [colin]      2.3.0cvs26
7070         * src/compose.c
7071                 When dragging a file to the text of the compose
7072                 window, ask whether we want to insert or attach
7073                 (I know lots of people who do that to attach)
7075 2006-06-20 [colin]      2.3.0cvs25
7077         * src/etpan/imap-thread.c
7078                 Fix threshold (the append command is often > 32 bytes)
7080 2006-06-19 [colin]      2.3.0cvs24
7082         * src/imap.c
7083         * src/etpan/imap-thread.c
7084                 Workaround Rockliffe IMAP server bug: replace
7085                 "x UID SEARCH (ANSWERED UID 1:*)" with
7086                 "x UID SEARCH ANSWERED"
7087                 (Rockliffe doesn't handle the parenthesis)
7089 2006-06-19 [colin]      2.3.0cvs23
7091         * src/compose.c
7092         * src/imap.c
7093         * src/etpan/imap-thread.c
7094                 Probably fix bug #972 (Freezes when adding 
7095                 an attachment to the message)
7096         * src/common/defs.h
7097                 Modernize Firefox cmd
7100 2006-06-18 [colin]      2.3.0cvs22
7102         * src/prefs_customheader.c
7103                 Only allow correct filenames for various
7104                 custom headers
7106 2006-06-18 [colin]      2.3.0cvs21
7108         * src/prefs_customheader.c
7109                 Add a 'From File...' button in custom headers prefs, which
7110                 try to do the right thing: 
7111                 for normal headers, use file as plaintext,
7112                 for X-Face, calls compface,
7113                 for Face, encode to b64.
7115 2006-06-17 [colin]      2.3.0cvs20
7117         * src/mh.c
7118                 Warning fix
7120 2006-06-16 [colin]      2.3.0cvs19
7122         * src/summaryview.c
7123                 Recursive quicksearch: show message list
7124                 in current folder, *then* search children
7125                 in the background.
7127 2006-06-16 [colin]      2.3.0cvs18
7129         * src/main.c
7130                 Instead of ignoring SIGPIPE, save caches
7131                 when getting one. Will fix the fact that
7132                 hot caches are out-of-date when logging 
7133                 out of Xorg.
7134         * src/compose.c
7135         * src/prefs_compose_writing.c
7136                 Only save text (not attachments) when 
7137                 auto-saving to drafts
7138         * src/unmime.c
7139                 Always replace \n, \r and \t with spaces
7140                 in headers
7141         * manual/dist/html/Makefile.am
7142         * manual/dist/pdf/Makefile.am
7143         * manual/dist/ps/Makefile.am
7144         * manual/dist/txt/Makefile.am
7145         * manual/fr/dist/html/Makefile.am
7146         * manual/fr/dist/pdf/Makefile.am
7147         * manual/fr/dist/ps/Makefile.am
7148         * manual/fr/dist/txt/Makefile.am
7149         * manual/pl/dist/html/Makefile.am
7150         * manual/pl/dist/pdf/Makefile.am
7151         * manual/pl/dist/ps/Makefile.am
7152         * manual/pl/dist/txt/Makefile.am
7153                 Fix make clean removing pregenerated manuals
7156 2006-06-16 [colin]      2.3.0cvs17
7158         * src/plugins/pgpcore/sgpgme.c
7159         * src/plugins/pgpmime/pgpmime.c
7160         * src/plugins/pgpinline/pgpinline.c
7161                 Better error reporting in setup_signers.
7162                 Don't fallback to default key if specified
7163                 key isn't found.
7164                 Don't allow signing if more than one secret
7165                 key matches the one specified in prefs.
7167 2006-06-15 [colin]      2.3.0cvs16
7169         * src/folderview.c
7170                 Add "Send queue" in the folder's contextual
7171                 menu
7172         * src/compose.c
7173         * src/messageview.c
7174         * src/privacy.c
7175         * src/privacy.h
7176         * src/procmime.c
7177         * src/procmsg.c
7178         * src/plugins/pgpcore/passphrase.c
7179         * src/plugins/pgpcore/sgpgme.c
7180         * src/plugins/pgpinline/pgpinline.c
7181         * src/plugins/pgpmime/pgpmime.c
7182                 Better error reporting
7183         * src/mbox.c
7184                 Probably fix bug #971 (2.2.3 cannot read mail 
7185                 from local mbox)
7188 2006-06-15 [mones]      2.3.0cvs15
7190         * tools/make.themes.project
7191                 creates the themes project from the web page
7193 2006-06-15 [colin]      2.3.0cvs14
7195         * src/folder.c
7196                 Better fix (avoid losing the folder if scan_tree 
7197                 fails)
7199 2006-06-15 [cleroy]     2.3.0cvs13
7201         * src/folder.c
7202                 Probably fix Bug #969 (crash on rebuilding 
7203                 imap folder)
7205 2006-06-14 [colin]      2.3.0cvs12
7207         * manual/dtd/manual.xsl
7208         * manual/sylpheed-claws-manual.xml
7209         * manual/fr/sylpheed-claws-manual.xml
7210         * manual/pl/sylpheed-claws-manual.xml
7211                 Insert pagebreaks between sections
7213 2006-06-14 [paul]       2.3.0cvs11
7215         * configure.ac
7216                 better fix than 2.3.0cvs10
7218 2006-06-14 [paul]       2.3.0cvs10
7220         * configure.ac
7221                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7222                 (backwards compatible)
7224 2006-06-13 [colin]      2.3.0cvs9
7226         * src/messageview.c
7227                 Fix sending of return receipt with the new queue folders
7229 2006-06-13 [wwp]        2.3.0cvs8
7231         * src/quote_fmt_lex.l
7232                 fix wrong tokens returned in quote_fmt lexer, query not().
7234 2006-06-13 [wwp]        2.3.0cvs7
7236         * src/folder.c
7237         * src/prefs_folder_item.c
7238                 allow changing folder type even when folder is not a top-level one,
7239                 thanks to Colin.
7241 2006-06-12 [colin]      2.3.0cvs6
7243         * src/folderview.c
7244                 Fix double-ask of "Do you want to mark all
7245                 as read"
7247 2006-06-12 [colin]      2.3.0cvs5
7249         * src/compose.c
7250         * src/compose.h
7251         * src/folder.c
7252         * src/folder.h
7253         * src/imap.c
7254         * src/inc.c
7255         * src/main.c
7256         * src/messageview.c
7257         * src/mh.c
7258         * src/prefs_folder_item.c
7259         * src/procheader.c
7260         * src/procmime.c
7261         * src/procmsg.c
7262         * src/procmsg.h
7263         * src/send_message.c
7264         * src/summaryview.c
7265         * src/toolbar.c
7266                 Apply bug #964's patch (Queue and drafts aren't normal)
7267                 The Drafts and Queue folder now contain RFC-822 files,
7268                 allowing to move and copy mails from and to these 
7269                 folders. Moving from Drafts to Queue will prepare the
7270                 mail for sending (PGP signature, encryption, etc).
7271                 This patch also rework sending errors handling to try
7272                 to be more helpful.
7273                 Also, allow redefining folder types via the GUI 
7274                 (Folder type in its Properties)
7276 2006-06-12 [colin]      2.3.0cvs4
7278         * src/summaryview.c
7279         * src/prefs_common.c
7280         * src/prefs_common.h
7281         * src/gedit-print.c
7282                 Allow to define a specific print font - patch
7283                 by Bernhard Walle <bernhard.walle@gmx.de>
7284         * src/prefs_fonts.c
7285         * manual/advanced.xml
7286         * manual/fr/advanced.xml
7287                 Add a hidden pref to allow deletion without
7288                 confirmation
7290 2006-06-12 [wwp]        2.3.0cvs3
7292         * .cvsignore
7293                 more files to ignore.
7295 2006-06-12 [wwp]        2.3.0cvs2
7297         * src/quote_fmt.c
7298         * src/quote_fmt_lex.l
7299         * src/quote_fmt_parse.y
7300                 extend the quote_fmt parser (templates and quotes):
7301                 - allow limited sub-expressions in |p{} and |f{} expressions,
7302                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7303                 - implemented/fixed missing implementation of query_references and show_references,
7304                 - completed, fixed contents and format of the symbols help dialog,
7305                 - fix some compilation warnings.
7307 2006-06-12 [wwp]        2.3.0cvs1
7309         * manual/advanced.xml
7310         * manual/fr/advanced.xml
7311                 updates in the "templates" section of the manual (eng/fr):
7312                  - be more precise (both versions)
7313                  - completed to match the english reference (fr version)
7314                  - touchups (both versions)
7316 2006-06-12 [paul]       2.3.0
7318         2.3.0 released
7320 2006-06-12 [paul]       2.2.3cvs14
7322         * po/ca.po
7323         * po/cs.po
7324         * po/de.po
7325         * po/el.po
7326         * po/fr.po
7327         * po/it.po
7328         * po/pt_BR.po
7329         * po/sr.po
7330         * po/zh_CN.po
7331                 updated by Miquel Oliete, Tim, Stephan Sachse,
7332                 Stavros Giannouris, Fabien Vantard, Andrea
7333                 Spadaccini, Frederico Goncalves Guimaraes,
7334                 Aleksandar Urosevic, and Ralgh Young
7336 2006-06-12 [colin]      2.2.3cvs13
7338         * src/mbox.c
7339                 Add missing header
7341 2006-06-11 [colin]      2.2.3cvs12
7343         * src/msgcache.c
7344                 Verify that g_malloc() succeeded
7346 2006-06-11 [colin]      2.2.3cvs11
7348         * src/wizard.c
7349                 Add Face header to welcome mail
7351 2006-06-10 [colin]      2.2.3cvs10
7353         * src/textview.c
7354                 Revert previous (Forgot it changes the
7355                 margin on the whole mail)
7357 2006-06-10 [colin]      2.2.3cvs9
7359         * src/textview.c
7360                 Don't overlap long headers under (X-)Face
7362 2006-06-10 [mones]      2.2.3cvs8
7364         * manual/xml2pdf
7365                 allow generation of manual on systems lacking saxon binary
7366                 but with java and the saxon library installed
7368         * po/es.po
7369                 updated for release
7371 2006-06-09 [colin]      2.2.3cvs7
7373         * src/summaryview.c
7374                 Fix leak when using Display Sender using Addressbook
7376 2006-06-09 [colin]      2.2.3cvs6
7378         * src/compose.c
7379         * src/folder.c
7380         * src/folderview.c
7381         * src/mimeview.c
7382         * src/summaryview.c
7383                 More leaks fixes
7385 2006-06-09 [paul]       2.2.3cvs5
7387         * AUTHORS
7388         * src/gtk/authors.h
7389         * tools/claws.i18n.status.pl
7390                 updated with new info
7392 2006-06-09 [paul]       2.2.3cvs4
7394         * README
7395                 updated
7396         * manual/ack.xml
7397                 add wwp to authors list
7398         * src/gtk/authors.h
7399                 update mine and Colin's addresses
7401 2006-06-08 [colin]      2.2.3cvs3
7403         * src/etpan/imap-thread.c
7404                 Fix leak on SSL cert check
7406 2006-06-08 [colin]      2.2.3cvs2
7408         * src/common/utils.c
7409                 Fix leak
7411 2006-06-08 [paul]       2.2.3cvs1
7413         * configure.ac
7414                 Update version number following
7415                 stable release
7417 2006-06-07 [colin]      2.2.2cvs3
7419         * src/msgcache.c
7420                 Fix catching cache read errors (guint instead of gint)
7421                 Prevent malloc'ing more than 8MB (means cache corruption)
7423 2006-06-07 [paul]       2.2.2cvs2
7425         * src/exporthtml.c
7426         * src/exportldif.c
7427         * src/mh.c
7428         * src/mutt.c
7429         * src/pine.c
7430         * src/common/utils.c
7431                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7432                 obey $HOME'
7433                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7434                 Thanks to Colin
7436 2006-06-06 [paul]       2.2.2cvs1
7438         * configure.ac
7439                 Update version number following
7440                 stable release
7442 2006-06-06 [paul]       2.2.1cvs6
7444         * src/matcher.c
7445                 fix  implicit declaration of
7446                 sylpheed_do_idle()
7447                 Patch by Fabien Vantard
7449 2006-06-06 [paul]       2.2.1cvs5
7451         * src/matcher.c
7452                 fix age_greater and age_lower so that they
7453                 mean what say and not '...or equal to'
7454                 Thanks to Colin
7456 2006-06-06 [paul]       2.2.1cvs4
7458         * src/textview.c
7459         * src/common/utils.c
7460                 fix URI check
7461                 Thanks to Colin
7463 2006-06-05 [wwp]        2.2.1cvs3
7465         * manual/fr/account.xml
7466                 minor language fixes (thanks to Fabien Vantard).
7468 2006-06-05 [colin]      2.2.1cvs2
7470         * src/prefs_folder_item.c
7471         * src/folderview.c
7472                 Allow recursive setting of properties 
7473                 for whole mailboxes
7474         * src/matcher.c
7475                 Don't freeze on 'test' filtering rule
7477 2006-06-05 [colin]      2.2.1cvs1
7479         * configure.ac
7480                 Update version number following
7481                 stable release
7483 2006-06-04 [wwp]        2.2.0cvs82
7485         * manual/glossary.xml
7486         * manual/account.xml
7487         * manual/fr/glossary.xml
7488         * manual/fr/account.xml
7489                 added glossary section and references/links related to the Face custom header.
7491 2006-06-04 [colin]      2.2.0cvs81
7493         * src/summaryview.c
7494                 Skip to next message on move with no
7495                 immediate execution
7497 2006-06-04 [wwp]        2.2.0cvs80
7499         * manual/xml2pdf
7500                 added sanity checks, exit when needed.
7502 2006-06-03 [paul]       2.2.0cvs79
7504         * src/prefs_receive.c
7505                 page name is now 'Receiving'
7506         * src/prefs_send.c
7507                 page name is now 'Sending'
7509 2006-06-03 [colin]      2.2.0cvs78
7511         * src/plugins/spamassassin/spamassassin_gtk.c
7512                 Autoswitch to Localhost if transport was previously
7513                 disabled. Else people had to check [] Enable, then
7514                 *reselect* transport.
7516 2006-06-03 [colin]      2.2.0cvs77
7518         * src/plugins/pgpinline/pgpinline.c
7519         * src/plugins/pgpmime/pgpmime.c
7520                 Check that gpg_data_release_and_get_mem 
7521                 didn't fail (now, why this happens...)
7523 2006-06-03 [colin]      2.2.0cvs76
7525         * src/mbox.c
7526                 Fix bug #962 (Manual and/or UI should 
7527                 warn about incompatible locking 
7528                 causing dataloss)
7530 2006-06-02 [cleroy]     2.2.0cvs75
7532         * src/filtering.c
7533         * src/folder.c
7534         * src/procmsg.c
7535         * src/summaryview.c
7536                 Fix a few leaks
7538 2006-06-02 [colin]      2.2.0cvs74
7540         * src/main.c
7541                 On exit, free caches after writing them
7542                 Shuts up some valgrind false positives
7543         * src/procmsg.c
7544         * src/send_message.c
7545                 Fix races when reusing existing SMTP connections
7546                 Fix inexistant session timeout
7547         * src/toolbar.c
7548                 Display alertpanel after all queues have
7549                 been processed, not after each
7551 2006-06-02 [wwp]        2.2.0cvs73
7553         * manual/fr/glossary.xml
7554         * manual/fr/ack.xml
7555         * manual/ack.xml
7556                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7558 2006-06-02 [wwp]        2.2.0cvs72
7560         * manual/xml2pdf
7561         * manual/dist/pdf/Makefile.am
7562         * manual/dtd/manual.xsl
7563         * manual/fr/dist/pdf/Makefile.am
7564         * manual/pl/dist/pdf/Makefile.am
7565                 we changed the procedure to generate the .pdf version of the manual.
7566                 The procedure is more modern and the .pdf we get now has a valid index.
7567                 Here are the new pre-requisites:
7569                 - JRE 1.x (1.4 here): there must be one from your distro
7570                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7571                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7572                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7574                 See my posts for further info about the installation of this toolchain:
7576                 Date: Fri, 19 May 2006 19:40:06 +0200
7577                 From: wwp <subscript@free.fr>
7578                 To: sylpheed-claws-devel@lists.sourceforge.net
7579                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7581                 and
7583                 Date: Wed, 24 May 2006 12:58:49 +0200
7584                 From: wwp <subscript@free.fr>
7585                 To: sylpheed-claws-devel@lists.sourceforge.net
7586                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7588 2006-06-01 [colin]      2.2.0cvs71
7590         * src/compose.c
7591                 Better guards against IMAP races
7592         * src/main.c
7593         * src/prefs_common.c
7594         * src/prefs_common.h
7595         * src/common/ssl_certificate.c
7596         * src/etpan/imap-thread.c
7597         * src/etpan/imap-thread.h
7598         * src/gtk/sslcertwindow.c
7599                 New hidden option ssl_skip_cert_check to 
7600                 avoid dups of bug #959 (libetpan linked
7601                 against gnutls and gnutls buggy on 64bit)
7602                 Present expired warning only once per
7603                 session/server.
7604         * manual/advanced.xml
7605         * manual/fr/advanced.xml
7606                 Document new option
7608 2006-06-01 [wwp]        2.2.0cvs70
7610         * src/messageview.c
7611                 fix for bug #961 (return receipt dialog 
7612                 complains incorrectly about return-path 
7613                 email adress being different), thanks 
7614                 to Colin.
7616 2006-05-31 [cleroy]     2.2.0cvs69
7618         * src/common/ssl.c
7619                 Guard against NULLs, although this
7620                 should never be an issue
7622 2006-05-31 [colin]      2.2.0cvs68
7624         * src/filtering.c
7625                 Use g_slist_prepend
7626         * src/imap.c
7627                 Don't remove caches when destroying folder, it
7628                 could (should) be done at exit
7629         * src/inc.c
7630                 free processing cache after incorporation
7631         * src/etpan/imap-thread.c
7632                 Maybe fix bug #959 (Crash on moving to emails 
7633                 to a imap account per ssl with a expired 
7634                 certificate.)
7636 2006-05-30 [colin]      2.2.0cvs67
7638         * src/summaryview.c
7639                 Put back event flush when displaying message
7640                 It avoids reading a bunch of messages just
7641                 by hitting shift-n for too long ;)
7643 2006-05-29 [colin]      2.2.0cvs66
7645         * src/summaryview.c
7646                 Remove useless g_warnings
7648 2006-05-29 [colin]      2.2.0cvs65
7650         * src/imap.c
7651                 Fix g_slist_append()s for performance
7653 2006-05-29 [colin]      2.2.0cvs64
7655         * src/compose.c
7656         * src/common/utils.c
7657                 Fix extraneous tab at start of addresses
7658         * src/mainwindow.c
7659                 Fix warnings (thanks to Fabien)
7660                 Fix crash at exit when composing messages 
7661                 exist
7662         * src/pop.c
7663                 Fix progress bar when deleting expired mails
7664                 Thanks to Hiro
7665         * src/summaryview.c
7666         * src/gtk/gtksctree.c
7667                 Fix re-sorting slowness
7669 2006-05-29 [paul]       2.2.0cvs63
7671         * src/mh.c
7672                 fetch full message when moving mails
7673                 from another mailbox, (fixed data loss
7674                 when filtering from IMAP to MH, introduced
7675                 in 2.2.0cvs57).
7676                 Thanks to Colin
7678 2006-05-29 [mones]      2.2.0cvs62
7680         * src/gtk/gtksctree.c
7681                 Unselect faster (patch by Colin)        
7683 2006-05-26 [colin]      2.2.0cvs61
7685         * src/summaryview.c
7686                 Unplug MSGINFO_UPDATE callback on delete too.
7688 2006-05-26 [colin]      2.2.0cvs60
7690         * src/foldersel.c
7691                 Fix bold in folder selection window with glib2.10
7692                 thanks Hiro
7694 2006-05-26 [colin]      2.2.0cvs59
7696         * src/procheader.c
7697                 Convert date only if necessary (and don't
7698                 try to convert from utf8 to utf8, too)
7699         * src/summaryview.c
7700                 Only set column's text if the column's 
7701                 displayed
7703 2006-05-26 [colin]      2.2.0cvs58
7705         * src/summaryview.c
7706         * src/gtk/gtkutils.c
7707                 Fix useless warning
7709 2006-05-26 [colin]      2.2.0cvs57
7711         * src/mainwindow.c
7712                 Make summaryview selectable as long as 
7713                 no message has focus
7714         * src/mh.c
7715                 Faster deletion (by implementing mh_remove_msgs)
7716                 Faster copy (avoid using mh_fetch_msg just to get
7717                 the filename)
7718                 Faster move (using move_file instead of copy_file
7719                 if MSG_IS_MOVE)
7720                 No progressbar if total number of mails to cp/mv 
7721                 is less than 100
7722         * src/summaryview.c
7723                 Fix removal from subject_table when mail gets moved
7724                 Faster deletion (g_slist_prepend instead of append)
7725         * src/gtk/gtksctree.c
7726                 Remove useless code
7728 2006-05-25 [colin]      2.2.0cvs56
7730         * src/common/ssl_certificate.c
7731                 Fix leak in expired cert check
7733 2006-05-25 [colin]      2.2.0cvs55
7735         * src/mh.c
7736                 Disable flags syncing on .mh_sequences - it
7737                 is buggy and marks mails read under unknown
7738                 conditions.
7740 2006-05-25 [paul]
7742         * 2.3.0-rc4 released
7744 2006-05-24 [colin]      2.2.0cvs54
7746         attention cvs users: if you manage to crash
7747         Sylpheed-Claws while moving, copying or deleting
7748         mails, we *are* interested in stack traces and
7749         valgrind logs. It looks stable, but one never
7750         knows...
7752         * src/folder.c
7753                 Add progressbar for cache updates
7754         * src/folderutils.c
7755                 Optimize Mark all read in the current
7756                 folder
7757         * src/mh.c
7758                 Add progressbar for copy/move
7759         * src/procmsg.c
7760                 Optimize O(n^2) in copy/move
7761         * src/summaryview.c
7762         * src/gtk/gtksctree.c
7763                 Optimize O(n^2) algos
7764         * src/common/timing.h
7765                 Display ms instead of us
7767 2006-05-24 [wwp]        2.2.0cvs53
7769         * manual/fr/advanced.xml
7770                 updates to the French manual.
7772 2006-05-24 [wwp]        2.2.0cvs52
7774         * src/common/utils.c
7775                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7777 2006-05-24 [wwp]        2.2.0cvs51
7779         * src/folderutils.c
7780                 fixed "mark all read" in MH folders (thanks to Colin).
7782 2006-05-24 [paul]       2.2.0cvs50
7784         * doc/man/sylpheed-claws.1
7785                 updated the man page
7787 2006-05-23 [colin]      2.2.0cvs49
7789         * src/folderview.c
7790         * src/imap.c
7791         * src/inc.c
7792         * src/mbox.c
7793         * src/messageview.c
7794         * src/news.c
7795         * src/send_message.c
7796         * src/summaryview.c
7797         * src/gtk/sslcertwindow.c
7798                 alertpanel fixes, by Fabien
7800 2006-05-23 [colin]      2.2.0cvs48
7802         * src/folder.c
7803         * src/folderview.c
7804         * src/msgcache.c
7805         * src/summaryview.c
7806         * src/gtk/gtksctree.c
7807         * src/gtk/gtksctree.h
7808                 More timings
7809                 Fix slow loading problem, which was caused by the
7810                 use of some gtk_ctree funcs and their use of
7811                 g_list_position while gtk_ctree_(un)link'ing.
7812                 Reap more functions from gtkctree.c to be sure we
7813                 use our (fast) version instead of theirs.
7814         * src/mh.c
7815                 Fix copy of unread mails
7818 2006-05-22 [wwp]        2.2.0cvs47
7820         * manual/fr/advanced.xml
7821                 updated.
7823 2006-05-22 [colin]      2.2.0cvs46
7825         * src/filtering.c
7826                 Fix possible infinite loop. 'copy' is not a 
7827                 final action, so when encountering a 'copy',
7828                 we have to check if a previous one was set
7829                 and do it. In the same way, if we encounter
7830                 a 'move' we have to perform a possibly 
7831                 pending 'copy'. This will slow down filtering
7832                 on IMAP if move+copy or multiple copy actions
7833                 are to be done, but handling it via the batch
7834                 would be really too convoluted.
7836 2006-05-22 [wwp]        2.2.0cvs45
7838         * manual/fr/advanced.xml
7839         * manual/fr/faq.xml
7840         * manual/fr/glossary.xml
7841         * manual/fr/handling.xml
7842         * manual/fr/intro.xml
7843         * manual/fr/plugins.xml
7844         * manual/fr/sylpheed-claws-manual.xml
7845                 sync w/ the english manual: updates URIs, documented mailing-list
7846                 support, better explanation about the enabled/disabled feature
7847                 in filtering/processing rules by Paul.
7849 2006-05-21 [colin]      2.2.0cvs44
7851         * src/summaryview.c
7852                 Don't expand after building threads, but during
7854 2006-05-21 [colin]      2.2.0cvs43
7856         * src/procmsg.c
7857         * src/summaryview.c
7858                 More timing possibilities... For next time I have 
7859                 to find out how the hell some 3GHz computer takes
7860                 one minute to open a 30k folder...
7862 2006-05-21 [colin]      2.2.0cvs42
7864         * manual/pl/advanced.xml
7865         * manual/pl/faq.xml
7866         * manual/pl/glossary.xml
7867         * manual/pl/handling.xml
7868         * manual/pl/intro.xml
7869         * manual/pl/plugins.xml
7870         * manual/pl/sylpheed-claws-manual.xml
7871                 Polish manual updated by Pawel
7873 2006-05-20 [colin]
7875         * 2.3.0-rc3 released
7877 2006-05-20 [colin]      2.2.0cvs41
7879         * src/imap.c
7880                 Fix -rc2 problems:
7881                 - remove cache of moved messages from original folder
7882                 - apply new flags to messages even if they aren't appliable
7883                   via IMAP.
7885 2006-05-20 [colin]
7887         * 2.3.0-rc2 released
7889 2006-05-19 [colin]      2.2.0cvs40
7891         * src/imap.c
7892                 Don't issue SELECT in imap_change_flags
7893                 before having checked that we indeed have
7894                 some flags to change. MSG_POSTFILTERED for
7895                 example can't be used on IMAP.
7896                 Fixes bug #955 (copying messages between 
7897                 imap folders is extremely slow), which was
7898                 a regression.
7900 2006-05-19 [colin]      2.2.0cvs39
7902         * src/folder.c
7903         * src/folder.h
7904         * src/folderview.c
7905                 Try to fix bug #830 (Some unread messages 
7906                 get marked read in IMAP inbox):
7907                 - Prevent scanning a folder if it's being 
7908                   opened via the GUI
7909                 - Postpone opening via the GUI of a folder
7910                   currently scanned.
7913 2006-05-19 [wwp]        2.2.0cvs38
7915         * manual/advanced.xml
7916                 fix English+typo (thanks to Paul).
7918 2006-05-19 [wwp]        2.2.0cvs37
7920         * manual/advanced.xml
7921         * manual/fr/advanced.xml
7922         * src/gtk/logwindow.c
7923         * src/prefs_common.c
7924         * src/prefs_common.h
7925                 added hidden prefs to allow customization of colors used in
7926                 protocol log window (useful for dark gtk+ themes).
7928 2006-05-19 [wwp]        2.2.0cvs36
7930         * ChangeLog
7931                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7933 2006-05-19 [paul]       2.2.0cvs35
7935         * src/textview.c
7936                 make Reply-To fully clickable
7937         * src/gtk/logwindow.c
7938                 more colouring (SMTP ESMTP)
7939         Both patches by Pawel Pekala
7941 2006-05-19 [cleroy]     2.2.0cvs34
7943         * src/mh.c
7944                 Don't update flags from current folder
7945                 Probably fixes bug #935 (Read Messages 
7946                 Revert to Being Marked as Unread)
7948 2006-05-18 [colin]      2.2.0cvs33
7950         * src/imap.c
7951                 Warning fix
7952         * src/compose.c
7953         * src/mainwindow.c
7954         * src/summaryview.c
7955         * src/toolbar.c
7956                 Allow replying to multiple emails
7957                 in multiple windows
7958         * src/mimeview.c
7959         * src/etpan/imap-thread.c
7960                 Leak fixes
7962 2006-05-18 [paul]       2.2.0cvs32
7964         * src/summaryview.c
7965                 keep Mailing-List menu refreshed
7966                 Thanks to Colin
7968 2006-05-18 [paul]       2.2.0cvs31
7970         * manual/advanced.xml
7971         * manual/faq.xml
7972         * manual/glossary.xml
7973         * manual/handling.xml
7974         * manual/intro.xml
7975         * manual/plugins.xml
7976         * manual/sylpheed-claws-manual.xml
7977                 update URLs
7978                 add info about mailing-list support
7979                 edit filtering info
7980         * src/wizard.c
7981         * src/common/defs.h
7982         * src/gtk/about.c
7983         * src/plugins/dillo_viewer/README
7984                 update URLs
7986 2006-05-17 [wwp]        2.2.0cvs30
7988         * manual/handling.xml
7989         * manual/fr/handling.xml
7990                 documented the ability to enabled/disable filtering/processing rules.
7992 2006-05-17 [colin]      2.2.0cvs29
7994         * src/main.c
7995                 Don't initialize g_thread subsystem if it's 
7996                 already done (thanks to Hiro)
7997         * src/mimeview.c
7998                 Fix saving of parts when there name can't be
7999                 converted from UTF-8.
8001 2006-05-17 [paul]       2.2.0cvs28
8003         * po/Makefile.in.in
8004                 fix config.status warning with autoconf 2.60
8006 2006-05-17 [paul]       2.2.0cvs27
8008         * po/POTFILES.in
8009                 add src/mbox.c
8011 2006-05-17 [wwp]        2.2.0cvs26
8013         * src/mainwindow.c
8014                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8016 2006-05-17 [wwp]        2.2.0cvs25
8018         * src/plugins/demo/demo.c
8019                 updated product name in plugin demo (many plugins need to be
8020                 sync'ed w/ that change).
8022 2006-05-17 [colin]      2.2.0cvs24
8024         * src/mh.c
8025                 Fix leak
8027 2006-05-16 [colin]      2.2.0cvs23
8029         * src/mainwindow.c
8030                 Stupid me hit again. Fix cvs22.
8032 2006-05-16 [colin]      2.2.0cvs22
8034         * src/mainwindow.c
8035                 Fix bug #922 (sylpheed-claws crashed after 
8036                 pushing on Inbox folder)
8038 2006-05-16 [colin]      2.2.0cvs21
8040         * src/compose.c
8041                 Make From header be copy/paste/select-able
8043 2006-05-16 [wwp]        2.2.0cvs20
8045         * src/export.c
8046         * src/matcher.c
8047         * src/summaryview.c
8048         * src/etpan/imap-thread.c
8049                 fix some compiler warnings (thanks to Colin).
8051 2006-05-16 [wwp]        2.2.0cvs19
8053         * src/action.c
8054         * src/gedit-print.c
8055         * src/inc.c
8056         * src/mainwindow.c
8057         * src/mh.c
8058         * src/statusbar.c
8059         * src/send_message.c
8060         * src/summaryview.c
8061                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8063 2006-05-15 [colin]      2.2.0cvs18
8065         * src/procmsg.c
8066                 Fix automatic rule creation with List-Post
8068 2006-05-15 [paul]       2.2.0cvs17
8070         * tools/filter_conv_new.pl
8071                 updated for rule enabling/disabling
8072                 claws version >= 2.3.x required
8074 2006-05-15 [cleroy]     2.2.0cvs16
8076         * src/main.c
8077                 Revert test
8079 2006-05-15 [cleroy]     2.2.0cvs15
8081         * src/main.c
8082                 test
8084 2006-05-15 [wwp]        2.2.0cvs14
8086         * manual/pl/.cvsignore
8087                 ignore generated files.
8089 2006-05-14 [wwp]        2.3.0-rc1
8091         * 2.3.0-rc1 released
8093 2006-05-13 [wwp]        2.2.0cvs13
8095         * src/filtering.c
8096         * src/filtering.h
8097         * src/matcher.c
8098         * src/matcher_parser_lex.l
8099         * src/matcher_parser_parse.y
8100         * src/prefs_filtering.c
8101                 new feature: provide the ability to disable filtering and processing
8102                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8103                 adaptations.
8105 2006-05-13 [colin]      2.2.0cvs12
8107         * src/compose.c
8108                 Remove useless if (a) b; else b;
8109                 Thanks to wwp
8111 2006-05-13 [wwp]        2.2.0cvs11
8113         * src/export.c
8114         * src/import.c
8115         * src/mainwindow.c
8116         * src/mbox.c
8117         * src/summaryview.c
8118         * src/summaryview.h
8119                 no more silent failures (or at least less ones) when importing
8120                 or exporting from/to mbox. Also start importing/exporting if
8121                 the necessary info is set.
8123 2006-05-13 [wwp]        2.2.0cvs10
8125         * RELEASE_NOTES
8126                 restored up-to-date release notes.
8128 2006-05-13 [paul]       2.2.0cvs9
8130         * po/nl.po
8131         * po/ru.po
8132                 updated by Tim Dijkstra and Pavlo Bohmat
8134 2006-05-12 [colin]      2.2.0cvs8
8136         * src/gtk/quicksearch.c
8137                 Add "k" as shortcut for "colorlabel". Patch
8138                 by ath42@users.sf.net.
8140 2006-05-12 [paul]       2.2.0cvs7
8142         * src/prefs_common.h
8143         * src/prefs_summaries.c
8144         * src/summaryview.c
8145                 when entering a folder also allow
8146                 going directly to first Marked message
8148 2006-05-12 [paul]       2.2.0cvs6
8150         * src/summaryview.c
8151                 always obey 'confirm before marking all
8152                 mails read' option
8154 2006-05-12 [paul]       2.2.0cvs5
8156         * src/textview.c
8157                 make Sender fully clickable
8159 2006-05-12 [colin]      2.2.0cvs4
8161         * src/compose.c
8162         * src/compose.h
8163                 Let From be editable
8164         * src/main.c
8165         * src/mh.c
8166                 Full support of .mh_sequences' Unseen seq
8168 2006-05-12 [colin]      2.2.0cvs3
8170         * src/folder.c
8171         * src/mainwindow.c
8172         * src/mainwindow.h
8173         * src/messageview.c
8174         * src/prefs_spelling.c
8175         * src/procheader.c
8176         * src/procmsg.c
8177         * src/procmsg.h
8178         * src/summaryview.c
8179         * src/toolbar.c
8180         * src/toolbar.h
8181                 Add contextual menu on Compose toolbar
8182                 button. Fixes bug #944 (Automatic
8183                 addresses not applied when changing account
8184                 from compose window)
8185                 add Mailing List support
8186                 based on the old 0.6.5claws25 patch by
8187                 Melvin Hadasht, with finishing touches
8188                 by Colin
8189                 Fix "ignore thread" when mails are threaded by
8190                 subject (and weren't ignored although appearing
8191                 in the thread).
8192                 GUI rework.
8193                 Both patches by Pawel.
8195 2006-05-08 [paul]       2.2.0cvs2
8197         * src/mainwindow.c
8198         * src/mainwindow.h
8199         * src/messageview.c
8200         * src/procheader.c
8201         * src/procmsg.c
8202         * src/procmsg.h
8203         * src/summaryview.c
8204                 add Mailing List support
8205                 based on the old 0.6.5claws25 patch by 
8206                 Melvin Hadasht, with finishing touches
8207                 by Colin
8209 2006-05-08 [colin]      2.2.0cvs1
8211         * src/mainwindow.c
8212         * src/toolbar.c
8213         * src/toolbar.h
8214                 Add contextual menu on Compose toolbar 
8215                 button. Fixes bug #944 (Automatic 
8216                 addresses not applied when changing account 
8217                 from compose window)
8219 2006-05-08 [paul]       2.2.0
8221         2.2.0 released
8223 2006-05-08 [paul]       2.1.1cvs51
8225         * po/cs.po
8226         * po/de.po
8227         * po/en_GB.po
8228         * po/fi.po
8229         * po/fr.po
8230         * po/pt_BR.po
8231         * po/sr.po
8232         * po/zh_CN.po
8233                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8234                 Fabien Vantard, Frederico Goncalves Guimaraes,
8235                 Aleksandar Urosevic, and Ralgh Young
8237 2006-05-12 [colin]      2.1.1cvs50
8239         * po/cs.po
8240         * po/de.po
8241         * po/en_GB.po
8242         * po/es.po
8243         * po/fi.po
8244         * po/fr.po
8245         * po/pt_BR.po
8246         * po/sr.po
8247         * po/zh_CN.po
8248                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8249                 Fabien Vantard, Frederico Goncalves Guimaraes,
8250                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8252 2006-05-05 [colin]      2.1.1cvs49
8254         * manual/Makefile.am
8255         * manual/pl/Makefile.am
8256         * manual/pl/account.xml
8257         * manual/pl/ack.xml
8258         * manual/pl/addrbook.xml
8259         * manual/pl/advanced.xml
8260         * manual/pl/faq.xml
8261         * manual/pl/glossary.xml
8262         * manual/pl/gpl.xml
8263         * manual/pl/handling.xml
8264         * manual/pl/intro.xml
8265         * manual/pl/keyboard.xml
8266         * manual/pl/plugins.xml
8267         * manual/pl/starting.xml
8268         * manual/pl/sylpheed-claws-manual.xml
8269         * manual/pl/dist/.cvsignore
8270         * manual/pl/dist/Makefile.am
8271         * manual/pl/dist/html/.cvsignore
8272         * manual/pl/dist/html/Makefile.am
8273         * manual/pl/dist/pdf/.cvsignore
8274         * manual/pl/dist/pdf/Makefile.am
8275         * manual/pl/dist/ps/.cvsignore
8276         * manual/pl/dist/ps/Makefile.am
8277         * manual/pl/dist/txt/.cvsignore
8278         * manual/pl/dist/txt/Makefile.am
8279                 Add the polish translation of the manual,
8280                 Authored by Pawel Pekala.
8282 2006-05-05 [cleroy]     2.1.1cvs48
8284         * src/main.c
8285                 Re-read matcherrc after loading plugins 
8286                 if some of them add folders.
8288 2006-05-03 [colin]      2.1.1cvs47
8290         * src/imap.c
8291                 I'm idiot
8293 2006-05-03 [colin]      2.1.1cvs46
8295         * src/imap.c
8296                 Be sure to have a session when
8297                 getting separator
8299 2006-05-03 [colin]      2.1.1cvs45
8301         * src/imap.c
8302         * src/imap.h
8303         * src/imap_gtk.c
8304                 Fix preventing renaming with namespace 
8305                 separator.
8307 2006-05-01 [colin]      2.1.1cvs44
8309         * src/action.c
8310                 Don't reload messageview when result of
8311                 action is piped.
8313 2006-04-29 [colin]      2.1.1cvs43
8315         * src/prefs_receive.c
8316         * src/plugins/spamassassin/spamassassin_gtk.c
8317         * src/plugins/clamav/clamav_plugin_gtk.c
8318                 GUI fixes by Pawel
8320 2006-04-29 [colin]      2.1.1cvs42
8322         * src/prefs_compose_writing.c
8323         * src/prefs_quote.c
8324                 Cleanups. Patch by Pawel
8326 2006-04-28 [paul]       2.1.1cvs41
8328         * src/matcher.c
8329                 fix returned quick search results when search
8330                 term contains an underscore.
8331                 Thanks to Colin
8333 2006-04-28 [paul]       2.1.1cvs40
8335         * src/prefs_message.c
8336         * src/prefs_receive.c
8337                 GUI cleanups
8338                 Patches by Pawel Pekala
8340 2006-04-27 [colin]      2.1.1cvs39
8342         * src/wizard.c
8343                 Differentiate subject Welcome from
8344                 window's title Welcome
8346 2006-04-27 [paul]
8348         2.2.0-rc1 released
8350 2006-04-27 [paul]       2.1.1cvs38
8352         * manual/advanced.xml
8353         * manual/fr/advanced.xml
8354                 add info about compose_no_markup hidden pref
8356 2006-04-27 [paul]       2.1.1cvs37
8358         * src/prefs_account.c
8359                 improve privacy labels
8360         * src/prefs_msg_colors.c
8361                 change some strings for translators' convenience
8362         * src/gtk/gtkutils.c
8363                 don't underline the link button text
8365 2006-04-25 [colin]      2.1.1cvs36
8367         * src/folder.c
8368                 Complete 2.1.1cvs33 (once more ;)
8370 2006-04-25 [colin]      2.1.1cvs35
8372         * src/editldap.c
8373                 Fix tooltip
8375 2006-04-25 [cleroy]     2.1.1cvs34
8377         * src/compose.c
8378         * src/gtk/gtkaspell.c
8379                 Fix crash on redirect (related to the return 
8380                 of the aspell menu in compose's toolbar)
8381         * src/prefs_msg_colors.c
8382                 Fix sensitivity widgets
8383         * src/image_viewer.c
8384         * src/gtk/pluginwindow.c
8385         * src/gtk/prefswindow.c
8386                 Change released signals to clicked (Fabien)
8387         * po/POTFILES.in
8388         * src/common/socket.c
8389         * src/plugins/spamassassin/spamassassin.c
8390                 Translate strings (Fabien)
8392 2006-04-25 [paul]       2.1.1cvs33
8394         * src/folder.c
8395         * src/folder.h
8396         * src/folderview.c
8397                 complete the fix of bug #912
8398                 Thanks to Colin
8400 2006-04-25 [colin]      2.1.1cvs32
8402         * src/news.c
8403                 Better progress bar
8404         * src/mimeview.c
8405         * src/summaryview.c
8406         * src/summaryview.h
8407                 Fix focus chain
8408                 Patches by Pawel Pekala
8410 2006-04-24 [colin]      2.1.1cvs31
8412         * src/compose.c
8413                 Fix compilation warnings (Fabien)
8415 2006-04-24 [colin]      2.1.1cvs30
8417         * src/addrindex.c
8418         * src/editldap.c
8419         * src/editldap_basedn.c
8420         * src/editldap_basedn.h
8421         * src/ldapctrl.c
8422         * src/ldapctrl.h
8423         * src/ldapquery.c
8424         * src/ldaputil.c
8425         * src/ldaputil.h
8426                 Fix bug #901 (LDAPS support)
8428 2006-04-24 [colin]      2.1.1cvs29
8430         * src/compose.c
8431                 Fix logic on error with send dialog on
8432         * src/imap.c
8433                 Fix compilation without libetpan, thanks
8434                 to Fabien
8435         * src/summaryview.c
8436                 Fix 'context-menu' key
8438 2006-04-23 [colin]      2.1.1cvs28
8440         * src/folder.c
8441                 Never free current's cache to free up 
8442                 memory. Fixes bug #912 (new count 
8443                 randomly set to message count)
8445 2006-04-23 [colin]      2.1.1cvs27
8447         * src/gtk/quicksearch.c
8448                 And remove printf...
8450 2006-04-23 [colin]      2.1.1cvs26
8452         * src/gtk/quicksearch.c
8453                 Fix replacing in quicksearch, and fix inserting
8454                 in the middle of the string. (introduced at 2.1.0cvs22)
8456 2006-04-23 [colin]      2.1.1cvs25
8458         * src/imap.c
8459                 Make sure uidnext is initialized in get_num_list
8460                 (not for stable, related to 2.1.1cvs8 and friends)
8462 2006-04-23 [colin]      2.1.1cvs24
8464         * src/imap.c
8465                 Output something when login is successful
8466                 too
8468 2006-04-23 [colin]      2.1.1cvs23
8470         * src/etpan/imap-thread.c
8471                 Better logging (line-per-line, hide data in fetch)
8472                 Fix a const warning
8473         * src/gtk/logwindow.c
8474         * src/gtk/logwindow.h
8475                 Better logging (color for input/output)
8477 2006-04-21 [colin]      2.1.1cvs22
8479         * src/gtk/quicksearch.c
8480                 On gtk+-2.8, use stock buttons in quicksearch
8481                 Based on a patch by Fabien and a design by Paul
8483 2006-04-21 [colin]      2.1.1cvs21
8485         * src/folderview.c
8486         * src/mainwindow.c
8487                 Fix occasional flicker in folderview
8488         * src/common/utils.c
8489                 Fix bug #943 (Incorrectly parsed email address 
8490                 list in short headers on message view and in 
8491                 printouts)
8493 2006-04-20 [colin]      2.1.1cvs20
8495         * src/imap.c
8496         * src/imap.h
8497         * src/prefs_account.c
8498                 Add ANONYMOUS auth for IMAP
8500 2006-04-20 [paul]       2.1.1cvs19
8502         * src/main.c
8503                 proper fix for 2.1.1cvs18
8504                 Thanks to Colin
8506 2006-04-20 [paul]       2.1.1cvs18
8508         * src/main.c
8509                 fix build warnings
8511 2006-04-20 [paul]       2.1.1cvs17
8513         * src/gtk/quicksearch.c
8514                 fix standard, non-extended Quick search,
8515                 was broken in 2.1.1cvs15.
8516                 Thanks to Colin.
8518 2006-04-20 [colin]      2.1.1cvs16
8520         * src/prefs_matcher.c
8521                 Fix values when reselecting a ~test
8522                 rule
8524 2006-04-19 [colin]      2.1.1cvs15
8526         * src/compose.c
8527         * src/compose.h
8528         * src/gtk/gtkaspell.c
8529         * src/gtk/gtkaspell.h
8530                 Put back Options menu in Spelling/
8531         * src/gtk/quicksearch.c
8532                 Don't search, and show error, if the
8533                 advanced search has a syntax error
8535 2006-04-18 [colin]      2.1.1cvs14
8537         * src/textview.c
8538                 Fix gdk warnings on set_cursor when textview
8539                 isn't visible
8541 2006-04-18 [colin]      2.1.1cvs13
8543         * src/gtk/gtksctree.c
8544                 Remove seemingly useless refresh that causes
8545                 flicker - watch this commit in case of 
8546                 problems before planned backport to stable
8548 2006-04-18 [colin]      2.1.1cvs12
8550         * src/imap.c
8551                 Factorize get/set_xml code
8552         * src/compose.c
8553         * src/prefs_account.c
8554         * src/prefs_account.h
8555         * src/procmsg.c
8556                 Add Encrypt to self option
8558 2006-04-17 [colin]      2.1.1cvs11
8560         * configure.ac
8561                 Fix search on encrpyt function on dragonfly
8562                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8564 2006-04-17 [colin]      2.1.1cvs10
8566         * src/prefs_account.c
8567                 Be safe by default: remove mails from POP3
8568                 after 7 days, not immediately
8570 2006-04-17 [colin]      2.1.1cvs9
8572         * src/etpan/imap-thread.c
8573                 Fix build on DragonFly - patch by 
8574                 Jonathan Buschmann <jonthn@agmact.com>
8576 2006-04-17 [colin]      2.1.1cvs8
8578         * src/imap.c
8579                 Save uidnext between sessions
8581 2006-04-17 [colin]      2.1.1cvs7
8583         * src/imap.c
8584                 scan is required when uid validity changes
8586 2006-04-17 [colin]      2.1.1cvs6
8588         * src/folderview.c
8589                 Don't scan if not necessary, apart in current
8590                 folder and INBOX to fetch flags.
8591         * src/imap.c
8592                 Scan is necessary if unread count changes
8594 2006-04-17 [colin]      2.1.1cvs5
8596         * src/imap.c
8597                 ...But always fetch ANSWERED and DELETED flags for
8598                 INBOX, as filtering can happen on these flags.
8600 2006-04-17 [colin]      2.1.1cvs4
8602         * src/imap.c
8603                 Don't fetch REPLIED and DELETED flags when synchronising
8604                 flags with a closed folder. We only need UNSEEN and FLAGGED
8605                 to update the folderview.
8607 2006-04-17 [colin]      2.1.1cvs3
8609         * src/imap.c
8610                 Faster flag search when there are new mails 
8611                 in a folder. We can do a full search if the 
8612                 folder contains less messages than the new
8613                 list.
8615 2006-04-17 [colin]      2.1.1cvs2
8617         * po/cs.po
8618         * po/de.po
8619         * po/fr.po
8620         * po/nl.po
8621         * po/pt_BR.po
8622                 Update translations from stable branch
8624 2006-04-17 [colin]      2.1.1cvs1
8626         * configure.ac
8627                 Bump version to follow stable release
8629 2006-04-16 [mones]      2.1.0cvs50
8631         * po/es.po
8632                 Updated for release
8634 2006-04-16 [colin]      2.1.0cvs49
8636         * src/textview.c
8637                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8638                 with gtk < 2.8. Thanks to Fabien Vantard.
8640 2006-04-15 [colin]      2.1.0cvs48
8642         * src/etpan/imap-thread.c
8643                 Fix bug #919 (libetpan: SEGV when connecting 
8644                 using command)
8646 2006-04-14 [colin]      2.1.0cvs47
8648         * src/main.c
8649                 Fix race on --select (should be done better)
8651 2006-04-14 [wwp]        2.1.0cvs46
8653         * src/send_message.c
8654                 enforce a check for domain in account prefs (a sending
8655                 error could be faced if domain was checked but no value set),
8656                 thanks to Colin.
8658 2006-04-14 [colin]      2.1.0cvs45
8660         * src/codeconv.c
8661                 when converting from unknown to unknown, if the
8662                 string is UTF8, don't convert it to the locale
8663                 (which breaks it)
8665 2006-04-14 [colin]      2.1.0cvs44
8667         * src/compose.c
8668                 Don't try to use ASCII for converting headers
8669                 (as done in body)
8671 2006-04-14 [paul]       2.1.0cvs43
8673         * src/crash.c
8674                 add locale/charset info to crash report
8675         * src/gtk/about.c
8676                 add wwp to doc team
8677                 replace 'e-mail' with preferred 'email'
8678         * src/gtk/authors.h
8679                 ensure contributors list is in alphabetical
8680                 order
8682 2006-04-13 [colin]      2.1.0cvs42
8684         * src/textview.c
8685                 Prevent gdk warnings
8687 2006-04-13 [colin]      2.1.0cvs41
8689         * src/common/ssl_certificate.c
8690         * src/common/ssl_certificate.h
8691         * src/gtk/sslcertwindow.c
8692                 Warn on expired certs, and display the expiration date
8694 2006-04-13 [colin]      2.1.0cvs40
8696         * src/plugins/spamassassin/spamassassin_gtk.c
8697                 Fix missing set_text on unix socket
8699 2006-04-13 [wwp]        2.1.0cvs39
8701         * manual/fr/advanced.xml
8702         * manual/fr/glossary.xml
8703                 applied new spam/ham/email lexicon (pourriel, courriel)
8705 2006-04-13 [paul]       2.1.0cvs38
8707         * src/plugins/pgpmime/plugin.c
8708                 remove the mention of S/MIME from the
8709                 description. This is now handled by the
8710                 S/MIME plugin.
8712 2006-04-13 [paul]       2.1.0cvs37
8714         * src/prefs_msg_colors.c
8715                 rework dialog
8716         * src/prefs_folder_item.c
8717         * src/prefs_spelling.c
8718                 add a tooltip to the colour selector buttons
8720 2006-04-13 [wwp]        2.1.0cvs36
8722         * manual/advanced.xml
8723         * manual/glossary.xml
8724         * manual/handling.xml
8725         * manual/keyboard.xml
8726         * manual/plugins.xml
8727         * manual/starting.xml
8728         * manual/fr/account.xml
8729         * manual/fr/ack.xml
8730         * manual/fr/addrbook.xml
8731         * manual/fr/advanced.xml
8732         * manual/fr/faq.xml
8733         * manual/fr/glossary.xml
8734         * manual/fr/gpl.xml
8735         * manual/fr/handling.xml
8736         * manual/fr/intro.xml
8737         * manual/fr/keyboard.xml
8738         * manual/fr/plugins.xml
8739         * manual/fr/starting.xml
8740         * manual/fr/sylpheed-claws-manual.xml
8741                 fixes to the manuals:
8742                  - summaryview -> Message List (same in French)
8743                  - translate key names
8744                  - fix French punctuation, use non-breakable spaces when
8745                    necessary, don't use &thinsp; which is not portable
8746                  - tell what maildir and mbox formats we support
8748 2006-04-12 [wwp]        2.1.0cvs35
8750         * src/prefs_toolbar.c
8751                 unified a replace button more,
8752                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8754 2006-04-12 [wwp]        2.1.0cvs34
8756         * src/prefs_common.c
8757         * src/prefs_msg_colors.c
8758                 make default color labels translatable,
8759                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8760                 thanks to Tim <timbrain@post.cz> for reporting.
8762 2006-04-12 [wwp]        2.1.0cvs33
8764         * manual/glossary.xml
8765         * manual/intro.xml
8766         * manual/plugins.xml
8767         * manual/starting.xml
8768         * manual/sylpheed-claws-manual.xml
8769         * manual/fr/.cvsignore
8770         * manual/fr/account.xml
8771         * manual/fr/ack.xml
8772         * manual/fr/addrbook.xml
8773         * manual/fr/advanced.xml
8774         * manual/fr/faq.xml
8775         * manual/fr/glossary.xml
8776         * manual/fr/handling.xml
8777         * manual/fr/intro.xml
8778         * manual/fr/keyboard.xml
8779         * manual/fr/plugins.xml
8780         * manual/fr/starting.xml
8781         * manual/fr/sylpheed-claws-manual.xml
8782                 various fixes: typos, missing .fr translations, punctuation,
8783                 capitalization, links, accents and some bad French more.
8785 2006-04-12 [wwp]        2.1.0cvs32
8787         * src/prefs_gtk.c
8788                 fix for bug #935: always store prefs files in UTF-8 (thanks
8789                 to Colin).
8791 2006-04-11 [colin]      2.1.0cvs31
8793         * src/compose.c
8794                 Fix inserting files not in utf8 when locale is utf8
8796 2006-04-11 [colin]      2.1.0cvs30
8798         * src/inc.c
8799                 Don't show error dialog when cancelling connection
8800                 Patch by Pawel
8802 2006-04-11 [cleroy]     2.1.0cvs29
8804         * src/compose.c
8805                 Implement multiple quote levels
8806         * src/prefs_common.c
8807                 Change a little bit the quote bgcolor for 2nd level
8809 2006-04-11 [colin]      2.1.0cvs28
8811         * src/gtk/about.c
8812                 Add locale and charset in the label
8814 2006-04-10 [colin]      2.1.0cvs27
8816         * src/compose.c
8817         * src/prefs_common.c
8818         * src/prefs_common.h
8819         * src/prefs_msg_colors.c
8820         * src/textview.c
8821                 Allow optional background color in quotes
8822                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8823                 GTK+-2.8.x feature
8825 2006-04-10 [colin]      2.1.0cvs26
8827         * src/main.c
8828         * src/mainwindow.c
8829         * src/mainwindow.h
8830                 Implement --select
8832 2006-04-10 [colin]      2.1.0cvs25
8834         * manual/plugins.xml
8835         * manual/fr/plugins.xml
8836                 Document libcurl's proxy variables
8838 2006-04-09 [colin]      2.1.0cvs24
8840         * src/prefs_common.c
8841                 gettext() returns statically allocated stuff. We have
8842                 to strdup it in order to be able to free it.
8844 2006-04-09 [colin]      2.1.0cvs23
8846         * AUTHORS
8847         * src/gtk/authors.h
8848                 Add Alexei
8850 2006-04-09 [colin]      2.1.0cvs22
8852         * src/mainwindow.c
8853         * src/gtk/quicksearch.c
8854                 Fix bug #859 (problems with cyrilic input in 
8855                 search panel) - Patch by Alexey Illarionov 
8856                 <littlesavage@rambler.ru>
8858 2006-04-09 [colin]      2.1.0cvs21
8860         * src/prefs_customheader.c
8861                 I prefer removing then freeing rather than the contrary
8862                 (even if it doesn't change anything ;-)
8863         * src/prefs_account.c
8864                 Fix bug #933 (Crash re-entering the custom headers list 
8865                 dialog in accounts prefs)
8866                 The problem happened when cancelling the Account 
8867                 Preferences' dialogs - in which case we didn't do 
8868                 anything to the PrefsAccount * struct. In case of applying,
8869                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8870                 working with in this dialog. The problem is that 
8871                 prefs_customheader.c, working on this tmp_ac_prefs, always
8872                 changes the ->customhdr_list pointer, even when cancelled. 
8873                 So in case of cancelling the prefs_account dialog, we still
8874                 have to update ->customhdr_list in the real account.
8876 2006-04-08 [colin]      2.1.0cvs20
8878         * manual/fr/glossary.xml
8879         * manual/fr/keyboard.xml
8880                 Forgot some headers :)
8882 2006-04-08 [colin]      2.1.0cvs19
8884         * manual/Makefile.am
8885         * manual/fr/Makefile.am
8886         * manual/fr/account.xml
8887         * manual/fr/ack.xml
8888         * manual/fr/addrbook.xml
8889         * manual/fr/advanced.xml
8890         * manual/fr/faq.xml
8891         * manual/fr/glossary.xml
8892         * manual/fr/gpl.xml
8893         * manual/fr/handling.xml
8894         * manual/fr/intro.xml
8895         * manual/fr/keyboard.xml
8896         * manual/fr/plugins.xml
8897         * manual/fr/starting.xml
8898         * manual/fr/sylpheed-claws-manual.xml
8899         * manual/fr/dist/.cvsignore
8900         * manual/fr/dist/Makefile.am
8901         * manual/fr/dist/html/.cvsignore
8902         * manual/fr/dist/html/Makefile.am
8903         * manual/fr/dist/pdf/.cvsignore
8904         * manual/fr/dist/pdf/Makefile.am
8905         * manual/fr/dist/ps/.cvsignore
8906         * manual/fr/dist/ps/Makefile.am
8907         * manual/fr/dist/txt/.cvsignore
8908         * manual/fr/dist/txt/Makefile.am
8909                 Add the french translation of the manual. Thanks to
8910                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8911                 account.xml, ack.xml, addrbook.xml and advanced.xml
8913 2006-04-08 [colin]      2.1.0cvs18
8915         * manual/plugins.xml
8916         * manual/starting.xml
8917                 More fixes
8919 2006-04-07 [colin]      2.1.0cvs17
8921         * manual/faq.xml
8922         * manual/intro.xml
8923         * manual/keyboard.xml
8924                 Little fixes
8926 2006-04-07 [colin]      2.1.0cvs16
8928         * README
8929         * src/compose.c
8930         * src/prefs_common.c
8931         * src/prefs_common.h
8932                 Add hidden compose_no_markup pref
8934 2006-04-07 [wwp]        2.1.0cvs15
8936         * src/summary_search.c
8937         * .cvsignore
8938                 Bugfix: stop button was sticky when searching in an empty folder.
8939                 Applied curly brackets code style to the whole file (summary_search.c).
8940                 More files to ignore.
8942 2006-04-07 [wwp]        2.1.0cvs14
8944         * src/message_search.c
8945         * src/summary_search.c
8946                 changed default button when search bumps at file/folder
8947                 beginning or end, for convenience (thanks to Colin).
8949 2006-04-07 [paul]       2.1.0cvs13
8951         * src/plugins/dillo_viewer/dillo_prefs.c
8952                 avoid future potential for namespace collision
8953                 Patch by Colin
8955 2006-04-06 [wwp]        2.1.0cvs12
8957         * src/summary_search.c
8958                 Unify extended/advanced searches names (and thus factorize labels),
8959                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8961 2006-04-06 [wwp]        2.1.0cvs11
8963         * src/folderview.c
8964         * src/prefs_themes.c
8965         * src/summaryview.c
8966                 Fixed some compilation warnings.
8968 2006-04-06 [colin]      2.1.0cvs10
8970         * manual/advanced.xml
8971                 Document the wizard template and how to deploy
8972                 Sylpheed-Claws effectively
8974 2006-04-06 [colin]      2.1.0cvs9
8976         * src/folderview.c
8977                 gettext patch to tell translators about _("#"),
8978                 by Maxim Britov
8980 2006-04-06 [colin]      2.1.0cvs8
8982         * src/textview.c
8983                 Fix invalid GtkTextBIter after clicking "Display as text"
8985 2006-04-06 [mones]      2.1.0cvs7
8987         * src/addr_compl.c
8988         * src/addrindex.c
8989         * src/addritem.c
8990         * src/codeconv.c
8991         * src/compose.c
8992         * src/filtering.c
8993         * src/folder.c
8994         * src/folder_item_prefs.c
8995         * src/folderview.c
8996         * src/localfolder.c
8997         * src/matcher.c
8998         * src/mimeview.c
8999         * src/prefs_msg_colors.c
9000         * src/prefs_spelling.c
9001         * src/prefs_themes.c
9002         * src/procmime.c
9003         * src/procmsg.c
9004         * src/stock_pixmap.c
9005         * src/summaryview.c
9006         * src/textview.c
9007         * src/toolbar.c
9008         * src/common/mgutils.c
9009         * src/common/prefs.c
9010         * src/common/ssl_certificate.c
9011         * src/gtk/colorlabel.c
9012         * src/gtk/quicksearch.c
9013         * src/plugins/pgpmime/pgpmime.c
9014         * src/plugins/spamassassin/spamassassin.c
9015                 Removed redundant NULL checks for g_free() calls.
9016                 Patch by Pawel Pekala.
9018 2006-04-06 [mones]      2.1.0cvs6
9020         * src/prefs_actions.c
9021         * src/prefs_filtering.c
9022         * src/prefs_filtering_action.c
9023         * src/prefs_matcher.c
9024         * src/prefs_template.c
9025         * src/gtk/gtkutils.c
9026         * src/gtk/gtkutils.h
9027                 Have a nice replace button. Patch by Pawel Pekala
9029 2006-04-06 [colin]      2.1.0cvs5
9031         * src/addressbook.c
9032                 Fix crash with empty columns
9034 2006-04-05 [colin]      2.1.0cvs4
9036         * src/wizard.c
9037         * src/prefs_gtk.c
9038                 Allow wizard customization with pre-filled values
9040 2006-04-05 [colin]      2.1.0cvs3
9042         * src/textview.c
9043         * src/mimeview.c
9044         * src/mimeview.h
9045                 Nicer messages in mimeview
9047 2006-04-05 [colin]      2.1.0cvs2
9049         * src/addressbook.c
9050         * src/prefs_summaries.c
9051                 i18n fix
9053 2006-04-05 [colin]      2.1.0cvs1
9055         * src/plugins/pgpcore/plugin.c
9056         * src/plugins/pgpcore/select-keys.c
9057         * src/plugins/pgpcore/select-keys.h
9058         * src/plugins/pgpcore/sgpgme.c
9059         * src/plugins/pgpcore/sgpgme.h
9060         * src/plugins/pgpinline/pgpinline.c
9061         * src/plugins/pgpinline/plugin.c
9062         * src/plugins/pgpmime/pgpmime.c
9063         * src/plugins/pgpmime/plugin.c
9064                 Factorize and generalize a bit 
9065                 Drop S/MIME signature verification from PGP/MIME
9066                 (adding it as another, more complete plugin)
9068 2006-04-05 [paul]       2.1.0
9070         2.1.0 released
9072 2006-04-05 [paul]       2.0.0cvs186
9074         * manual/advanced.xml
9075                 add info on colour labels
9077 2006-04-05 [paul]       2.0.0cvs185
9079         * po/bg.po
9080         * po/cs.po
9081         * po/de.po
9082         * po/el.po
9083         * po/en_GB.po
9084         * po/fi.po
9085         * po/fr.po
9086         * po/it.po
9087         * po/nl.po
9088         * po/pl.po
9089         * po/pt_BR.po
9090         * po/sr.po
9091         * po/zh_CN.po
9092                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9093                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9094                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9095                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9096         * src/gtk/authors.h
9097         * tools/claws.i18n.status.pl
9098                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9099                 and new Czech translator, Tim <timbrain@post.cz>
9101 2006-04-05 [mones]      2.0.0cvs184
9103         * po/es.po
9104                 Updated translation
9106 2006-04-05 [colin]      2.0.0cvs183
9108         * src/gtk/quicksearch.c
9109                 Fix bug #929 (unnecessary reload in quick search bar)
9111 2006-04-05 [colin]      2.0.0cvs182
9113         * src/compose.c
9114                 Fix crash on Reply with no From:
9115                 Show signature and conversion error on queuing 
9116                 (but not sending)
9117         * src/mainwindow.c
9118         * src/summaryview.c
9119         * src/summaryview.h
9120                 Factorize threading code and make sure msginfo 
9121                 is not null when it comes from a GtkCTreeRow's 
9122                 data
9123         * src/gtk/gtkaspell.c
9124                 Check for necessary things
9125         * src/gtk/gtksctree.c
9126         * src/gtk/gtksctree.h
9127                 Reset anchor if necessary when removing node
9129 2006-03-29 [colin]      2.0.0cvs181
9131         * src/folderview.c
9132                 Warn for disabled IMAP accounts (due to lack of
9133                 libetpan). Breaks string-freeze - sorry - but it
9134                 is kind of important ;)
9136 2006-03-28 [colin]      2.0.0cvs180
9138         * src/gtk/gtkutils.c
9139         * src/gtk/gtkutils.h
9140                 Add a gtkut_get_link_btn() function that
9141                 creates a button which acts like an URI
9142         * src/prefs_themes.c
9143         * src/gtk/about.c
9144                 Use this function (factorizes codes)
9145         * src/common/defs.h
9146         * src/gtk/pluginwindow.c
9147                 Add a "Get more..." in the plugins window
9149 2006-03-28 [colin]      2.0.0cvs179
9151         * src/common/smtp.c
9152         * src/common/passcrypt.c
9153         * src/undo.c
9154                 Warning fixes. Patch by Pawel Pekala
9156 2006-03-27 [colin]      2.0.0cvs178
9158         * src/undo.c
9159                 Fix undoing by blocks with spaces
9161 2006-03-27 [colin]      2.0.0cvs177
9163         * src/textview.c
9164                 Set margin to 3px for headers
9166 2006-03-27 [paul]
9168         2.1.0-rc2 released
9170 2006-03-27 [wwp]        2.0.0cvs176
9172         * src/summaryview.c
9173                 don't reset quicksearch when updating the message list.
9174                 Thanks to Colin.
9176 2006-03-26 [wwp]        2.0.0cvs175
9178         * src/compose.c
9179                 use a unified border width ('other' tab in the compose window,
9180                 patch by Pawel Pekala).
9183 2006-03-26 [wwp]        2.0.0cvs174
9185         * src/common/quoted-printable.c
9186         * src/addressbook.c
9187                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9189 2006-03-26 [colin]      2.0.0cvs173
9191         * src/quote_fmt_parse.y
9192                 Fix non-UTF8 date formats messing up the whole quote a 
9193                 little bit
9195 2006-03-26 [colin]      2.0.0cvs172
9197         * src/procheader.c
9198                 Make sure the date is UTF8 valid, or try to make it
9199                 so. IncrediMail is really IncrediStupid.
9200         * src/compose.c
9201                 Fix possible conversions. 
9202                 
9204 2006-03-26 [colin]      2.0.0cvs171
9206         * src/matcher.c
9207                 Fix corner cases in body search. This is still a
9208                 hack... It seems impossible to make it good and 
9209                 reasonably fast at the same time.
9211 2006-03-26 [colin]      2.0.0cvs170
9213         * src/summaryview.c
9214                 I think I killed the twilight zone bug!
9215                 summary_select_node() flushes GTK events in order
9216                 to be able to center the view. But this also 
9217                 flushes keypresses like Ctrl-Alt-U, so this can
9218                 call summary_show from summary_select_node (itself
9219                 called from summary_show, etc.). And the summaryview
9220                 has to be unlocked in this function. So just locking
9221                 while processing GTK events, and bailing if locked, 
9222                 should fix it.
9223                 Fixes bug #927 (SIGSEGV during Update Summary)
9225 2006-03-25 [colin]      2.0.0cvs169
9227         * src/matcher.c
9228                 Fix search in QP-encoded bodies
9229                 Fix utf-8 searches in bodies encoded in the
9230                 locale's encoding
9231         * src/common/quoted-printable.c
9232         * src/common/quoted-printable.h
9233                 Add a decode function that doesn't overwrite
9234                 the original pointer
9235                 
9237 2006-03-24 [colin]      2.0.0cvs168
9239         * src/action.c
9240         * src/summaryview.c
9241         * src/summaryview.h
9242                 Update message cache after action
9243                 Patch by H. Merijn Brand
9244         * src/prefs_msg_colors.c
9245                 Factorize label 
9246                 Patch by Fabien Vantard
9247         * src/plugins/spamassassin/spamassassin_gtk.c
9248                 Remove useless translation
9249                 Patch by Fabien Vantard
9251 2006-03-23 [colin]      2.0.0cvs167
9253         * src/common/ssl.c
9254                 Let 30 seconds to SSL_connect
9256 2006-03-23 [wwp]        2.0.0cvs166
9258         * src/summaryview.c
9259         * src/gtk/description_window.c
9260                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9261                 and headers are translated; adjust description windows' width to fit their
9262                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9264 2006-03-23 [paul]       2.0.0cvs165
9266         * src/common/utils.c
9267                 fix highlighting of URIs containing "()"
9268                 (2.0.0cvs164's reversal fixed)
9269                 Thanks to Colin.
9271 2006-03-23 [paul]       2.0.0cvs164
9273         * src/common/utils.c
9274                 revert patch, (postponing a fix), at 2.0.0cvs120
9275                 as it breaks more URIs than it fixes.
9276                 Allow '-' to be a terminating character in a URI
9278 2006-03-22 [colin]      2.0.0cvs163
9280         * configure.ac
9281                 Require libetpan 0.45
9282                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9284 2006-03-22 [paul]       2.0.0cvs162
9286         * src/editgroup.c
9287                 replace '<-' and '->' buttons with GTK_STOCK graphical
9288                 buttons
9289         * src/summary_search.c
9290                 don't offer '...' for translation
9291                 add a tooltip to advanced search '...' button
9292         * src/gtk/quicksearch.c
9293                 don't offer '...' for translation
9295 2006-03-21 [colin]      2.0.0cvs161
9297         * src/compose.c
9298                 Fix middle-click pasting (insert at click
9299                 position instead of cursor position, don't
9300                 remove existing selection and allow pasting
9301                 our own selection)
9302         * src/addressbook.c
9303                 "LDAP Server" -> "LDAP servers"
9305 2006-03-21 [wwp]        2.0.0cvs160
9307         * src/etpan/imap-thread.c
9308                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9310 2006-03-20 [colin]      2.0.0cvs159
9312         * src/summaryview.c
9313                 Don't reload summaryview after an execute with no
9314                 move action
9316 2006-03-19 [colin]      2.0.0cvs158
9318         * src/addressbook.c
9319                 and put groups at the top, always
9321 2006-03-19 [colin]      2.0.0cvs157
9323         * src/addressbook.c
9324                 Order groups before names, as previously
9326 2006-03-19 [colin]      2.0.0cvs156
9328         * src/addressbook.c
9329                 - Sort case-unsensitive
9330                 - Put the sort arrow at opening too
9332 2006-03-19 [wwp]        2.0.0cvs155
9334         * src/addressbook.c
9335                 allow sorting by name/email/remarks, ensure that right-pane's contents
9336                 matches the left-pane selection (cleared when appropriate).
9337                 Patch by Pawel Pekala <c0rn@o2.pl>.
9339 2006-03-18 [colin]      2.0.0cvs154
9341         * src/textview.c
9342                 Fix text cursor ;)
9344 2006-03-18 [colin]      2.0.0cvs153
9346         * src/gtk/filesel.c
9347                 Make sure we hide the preview if we didn't get
9348                 a filename
9350 2006-03-18 [colin]      2.0.0cvs152
9352         * src/summaryview.c
9353                 Set cursor to watch for execution (fixes lack
9354                 of watch-cursor when dnd'ing hundreds of mails)
9355         * src/gtk/filesel.c
9356                 Check that mime type is 'image/*' before updating
9357                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9359 2006-03-18 [colin]      2.0.0cvs151
9361         * src/mainwindow.c
9362         * src/textview.c
9363         * src/textview.h
9364                 Put a watch cursor in textview too when the mainwindow's
9365                 cursor in a watch
9367 2006-03-18 [colin]      2.0.0cvs150
9369         * src/folder.c
9370                 Change wrong asserts to simple tests
9372 2006-03-17 [colin]      2.0.0cvs149
9374         * src/mainwindow.c
9375         * src/mainwindow.h
9376         * src/prefs_msg_colors.c
9377         * src/summaryview.c
9378         * src/summaryview.h
9379         * src/gtk/colorlabel.c
9380         * src/gtk/colorlabel.h
9381                 Add a color label menu in the main menubar
9382                 Add (fixed) accels Ctrl-{0-7} to change the color
9383                 They have to be fixed because the menu's dynamic,
9384                 the items are complex widgets, hence we can't use
9385                 a GtkItemFactory.
9388 2006-03-17 [wwp]        2.0.0cvs148
9390         * src/compose.c
9391                 rollback few lines from my previous commit (those lines come from
9392                 a pending patch, accidentally commited, even if neutral as they are
9393                 commented out).
9395 2006-03-17 [wwp]        2.0.0cvs147
9397         * src/compose.c
9398                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9399                 applied code style/indentation to the modified function.
9401 2006-03-17 [wwp]        2.0.0cvs146
9403         * src/procmsg.c
9404         * src/compose.c
9405                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9407 2006-03-17 [paul]
9409         2.1.0-rc1 released
9411 2006-03-17 [paul]       2.0.0cvs145
9413         * src/main.c
9414                 addressbook_read_file() was called twice
9415         * src/textview.c
9416                 X-Mailer highlighting
9418 2006-03-16 [colin]      2.0.0cvs144
9420         * src/sourcewindow.c
9421         * src/sourcewindow.h
9422                 And the last one, in source window.
9424 2006-03-16 [colin]      2.0.0cvs143
9426         * src/compose.c
9427         * src/compose.h
9428                 Fix the same stuff in compose
9430 2006-03-16 [colin]      2.0.0cvs142
9432         * src/messageview.c
9433                 Complete the previous messageview crash fix
9435 2006-03-16 [colin]      2.0.0cvs141
9437         * src/procmsg.h
9438         * src/procmsg.c
9439         * src/folder.c
9440                 Fix POSTPROCESSING hook
9441                 Patch by H. Merijn Brand
9443         * src/procmime.c
9444         * src/procmime.h
9445                 Parse Content-Location
9447         * src/toolbar.c
9448         * src/messageview.c
9449         * src/messageview.h
9450                 Don't crash when a top-level MessageView has
9451                 been closed on us. Same problematic than
9452                 yesterday's quicksearch issue.
9454 2006-03-15 [colin]      2.0.0cvs140
9456         * src/gtk/quicksearch.c
9457                 Fix a bitchy race we didn't think about when we
9458                 added quicksearch cancellation:
9459                 If the search is not on cached fields, for example
9460                 body_part matchcase "stuff"
9461                 the matcher code has to get the whole message. If
9462                 we're on IMAP, that can be slow, and in order to
9463                 be non-blocking, the IMAP code idle loop processes
9464                 gtk events too. So it is possible to cancel a
9465                 quicksearch while the matcher is getting the mail's
9466                 body. After matcher got its body, it will start to
9467                 iterate over the matcher list that the Quicksearch's
9468                 clear_search_cb() just freed via prepare_matcher().
9469                 SIGSEGV ensues.
9470                 The fix consists of guarding the matcherlist_match()
9471                 call with a boolean 'matching'. If we reset the
9472                 quicksearch while matching is TRUE, we don't free
9473                 the matcherlist anymore like we did, but we set
9474                 another new flag, deferred_free, to TRUE. Then,
9475                 in quicksearch_match(), just after returning from
9476                 matcherlist_match() and unsetting the matching flag,
9477                 we check the deferred_free flag and do the
9478                 prepare_matcher() (which does the matcherlist_free)
9479                 for real, so we free the matcherlist once it's not
9480                 used anymore.
9481                 As all of this runs via the glib main loop, we
9482                 luckily don't need a mutex.
9483         * src/summaryview.c
9484                 Also, show progress while searching.
9487 2006-03-14 [colin]      2.0.0cvs139
9489         * src/alertpanel.c
9490                 Make alertpanel_is_open non-static
9492 2006-03-14 [colin]      2.0.0cvs138
9494         * src/prefs_spelling.c
9495                 Cleanups - Fabien Vantard
9497 2006-03-14 [wwp]        2.0.0cvs137
9499         * src/main.c
9500                 code style normalization (curly braces, indentation).
9502 2006-03-14 [wwp]        2.0.0cvs137
9504         * src/main.c
9505                 code style (braces, indentation)
9507 2006-03-12 [paul]       2.0.0cvs136
9509         * src/prefs_common.c
9510                 trans_hdr defaults to FALSE to be RFC-savvy
9511         * src/prefs_summaries.c
9512                 add a tooltip to the trans_hdr option
9513                 
9515 2006-03-12 [paul]       2.0.0cvs135
9517         * src/prefs_matcher.c
9518                 give a little more width to the combos
9519         * src/prefs_display_header.c
9520         * src/textview.c
9521                 translate headers if prefs_common.trans_hdr
9522                 is TRUE
9524         Patches by Pawel Pekala
9526 2006-03-12 [paul]       2.0.0cvs134
9528         * src/plugins/clamav/clamav_plugin.c
9529         * src/plugins/dillo_viewer/dillo_viewer.c
9530         * src/plugins/pgpcore/plugin.c
9531         * src/plugins/pgpinline/plugin.c
9532         * src/plugins/pgpmime/plugin.c
9533         * src/plugins/spamassassin/spamassassin.c
9534                 update/add to descriptions
9535         * src/plugins/spamassassin/spamassassin_gtk.c
9536                 fixes to the english, remove superfluous
9537                 tooltips, clean up a little
9539 2006-03-12 [paul]       2.0.0cvs133
9541         * src/compose.c
9542                 fix Bug 924, 'Account combo box shows up wrong 
9543                 if & is in account name'
9545 2006-03-11 [colin]      2.0.0cvs132
9547         * src/summaryview.c
9548                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9549                 messed up shift-selection because is slows down
9550                 moving around summaryview. thanks -users
9552 2006-03-10 [colin]      2.0.0cvs131
9554         * src/plugins/spamassassin/spamassassin_gtk.c
9555                 Put back Paul's engrish fixes
9557 2006-03-10 [colin]      2.0.0cvs130
9559         * src/plugins/spamassassin/spamassassin.c
9560         * src/plugins/spamassassin/spamassassin.h
9561         * src/plugins/spamassassin/spamassassin_gtk.c
9562                 Cleanup SA prefs page (more)
9563                 Patch by Fabien Vantard
9565 2006-03-10 [paul]       2.0.0cvs129
9567         * src/prefs_msg_colors.c
9568         * src/prefs_spelling.c
9569                 widget sensitivity
9571 2006-03-09 [mones]      2.0.0cvs128
9573         * po/es.po
9574                 Update for next RC
9576 2006-03-09 [wwp]        2.0.0cvs127
9578         * configure.ac
9579                 revert accidental commit (requirement for libetpan 0.43), this time
9580                 not in HEAD.
9582 2006-03-09 [wwp]        2.0.0cvs125
9584         * configure.ac
9585                 revert accidental commit (requirement for libetpan 0.43)
9587 2006-03-09 [paul]       2.0.0cvs126
9589         * src/prefs_receive.c
9590                 remove useless frame
9591                 replace 'incorporation' with 'receiving'
9592         * src/plugins/clamav/clamav_plugin_gtk.c
9593         * src/plugins/spamassassin/spamassassin_gtk.c
9594                 improve widget sensitivity
9595                 fix a bit his engrish
9597 2006-03-09 [wwp]        2.0.0cvs125
9599         * src/addressadd.c
9600         * src/foldersel.c
9601         * src/prefs_common.c
9602         * src/prefs_common.h
9603                 remember some more windows' sizes (add to addressbook and
9604                 select folder).
9606 2006-03-09 [paul]       2.0.0cvs124
9608         * src/plugins/pgpcore/prefs_gpg.c
9609                 normalise construction of dialogue
9611 2006-03-09 [paul]       2.0.0cvs123
9613         * src/plugins/trayicon/Makefile.am
9614                 add missing slash
9616 2006-03-08 [colin]      2.0.0cvs122
9618         * src/plugins/trayicon/Makefile.am
9619                 Fix build in separate dir 
9620                 Patch by Bamanzi <bamanzi@gmail.com>
9622 2006-03-08 [colin]      2.0.0cvs121
9624         * src/procmsg.c
9625                 Batch move and copies from summaryview with delayed execution
9626                 too
9628 2006-03-07 [paul]       2.0.0cvs120
9630         * src/common/utils.c
9631                 fix highlighting of URIs containing "()"
9632                 Patch by Pawel Pekala
9634 2006-03-07 [paul]       2.0.0cvs119
9636         * src/folder.c
9637         * src/folder.h
9638         * src/folderview.c
9639                 immediately do alphabetical resort when
9640                 changing a folder's name
9641                 Patch by Pawel Pekala
9643 2006-03-07 [paul]       2.0.0cvs118
9645         * src/news.c
9646         * src/news_gtk.c
9647                 when unsubscribing a newsgroup, remove the
9648                 folder and msgs in .sylpheed-claws/newscache
9649                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9651 2006-03-07 [paul]       2.0.0cvs117
9653         * src/textview.c
9654                 fix wrong Fake URL Warning
9655                 Thanks to Hiro
9657 2006-03-07 [colin]      2.0.0cvs116
9659         * src/imap.c
9660                 Return immediately when password dialog was
9661                 cancelled
9662         * src/gtk/inputdialog.c
9663                 Allow empty strings for passwords
9666 2006-03-06 [colin]      2.0.0cvs115
9668         * src/imap.c
9669                 Prevent double-timeouts when connection fails
9671 2006-03-06 [colin]
9673         2.0.1-rc1 released
9675 2006-03-06 [colin]      2.0.0cvs114
9677         * src/imap.c
9678                 Refresh session during potentially long
9679                 operations
9681 2006-03-06 [wwp]        2.0.0cvs113
9683         * src/prefs_msg_colors.h
9684                 forgot that one (custom color labels).
9686 2006-03-06 [wwp]        2.0.0cvs112
9688         * src/prefs_common.c
9689         * src/prefs_common.h
9690         * src/prefs_msg_colors.c
9691         * src/summaryview.c
9692         * src/summaryview.h
9693         * src/gtk/colorlabel.c
9694         * src/gtk/colorlabel.h
9695                 colors in messages list are now customizable. Color values and names can
9696                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9697                 Thanks to Paul and Colin for their help with this longstanding patch!
9699 2006-03-06 [wwp]        2.0.0cvs111
9701         * src/textview.c
9702                 don't crash if (x)face is bad.
9704 2006-03-05 [paul]       2.0.0cvs110
9706         * AUTHORS
9707         * configure.ac
9708         * src/Makefile.am
9709         * src/common/Makefile.am
9710         * src/common/utils.h
9711         * src/etpan/imap-thread.c
9712         * src/gtk/authors.h
9713         * src/plugins/clamav/Makefile.am
9714         * src/plugins/demo/Makefile.am
9715         * src/plugins/dillo_viewer/Makefile.am
9716         * src/plugins/pgpcore/Makefile.am
9717         * src/plugins/pgpcore/passphrase.c
9718         * src/plugins/pgpinline/Makefile.am
9719         * src/plugins/pgpmime/Makefile.am
9720         * src/plugins/spamassassin/Makefile.am
9721         * src/plugins/trayicon/Makefile.am
9722                 fix builiding on cygwin
9723                 Patch by Ralgh Young <bamanzi@gmail.com>
9725 2006-03-04 [wwp]        2.0.0cvs109
9727         * manual/keyboard.xml
9728                 fix mixed up/down keys.
9730 2006-03-04 [wwp]        2.0.0cvs108
9732         * README
9733         * INSTALL
9734                 updated links to SpamAssassin.
9736 2006-03-04 [wwp]        2.0.0cvs107
9738         * manual/plugins.xml
9739         * src/plugins/spamassassin/README
9740                 updated SpamAssassin plugin docs to reflect new functional additions
9741                 (also fix/update/documents few technical stuff more, see the README).
9743 2006-03-04 [wwp]        2.0.0cvs106
9745         * src/prefs_message.c
9746                 normalized capitalization of message-prefs paths.
9748 2006-03-04 [wwp]        2.0.0cvs105
9750         * manual/advanced.xml
9751                 typo.
9753 2006-03-03 [colin]      2.0.0cvs104
9755         * src/plugins/clamav/clamav_plugin_gtk.c
9756                 Rework prefs page, patch by Fabien 
9758 2006-03-03 [colin]      2.0.0cvs103
9760         * src/plugins/clamav/clamav_plugin.c
9761                 Set error on all errors
9763 2006-03-03 [colin]      2.0.0cvs102
9765         * src/common/plugin.c
9766                 Initialize error to avoid crashing when a plugin fails
9767                 without setting error
9769 2006-03-02 [wwp]        2.0.0cvs101
9771         * configure.ac
9772                 fixed linker flags for libetpan support on Cygwin
9773                 (thanks to H.Merijn Brand).
9775 2006-03-02 [wwp]        2.0.0cvs100
9777         * src/addressbook.c
9778                 fix some AB error messages: one for punctuation and
9779                 one wrongly duplicate (thanks, maxbritov).
9781 2006-03-02 [wwp]        2.0.0cvs99
9783         * src/plugins/spamassassin/spamassassin.c
9784                 make sync calls to sa-learn/spamc to prevent
9785                 system (whatever local or client/server) overload.
9787 2006-03-02 [colin]      2.0.0cvs98
9789         * src/summaryview.c
9790                 Put the spam icon in the status column instead of the
9791                 mark one
9793 2006-03-01 [colin]      2.0.0cvs97
9795         * src/plugins/spamassassin/spamassassin.c
9796                 Fix segfault (g_file_set_contents fails for some 
9797                 reason and err==0x2f. Can't find out why with
9798                 valgrind, using working function :-)
9800 2006-03-01 [colin]      2.0.0cvs96
9802         * src/inc.c
9803                 Offline overriding: let 'No' be cached only 3 seconds
9805 2006-03-01 [colin]      2.0.0cvs95
9807         * src/addr_compl.c
9808         * src/addrbook.c
9809         * src/addressbook.c
9810         * src/addrindex.c
9811         * src/folder_item_prefs.c
9812         * src/headerview.c
9813         * src/imap.c
9814         * src/inc.c
9815         * src/ldif.c
9816         * src/mainwindow.c
9817         * src/mh.c
9818         * src/msgcache.c
9819         * src/prefs_common.h
9820         * src/prefs_msg_colors.c
9821         * src/procheader.c
9822         * src/procheader.h
9823         * src/procmime.c
9824         * src/procmsg.c
9825         * src/procmsg.h
9826         * src/send_message.h
9827         * src/simple-gettext.c
9828         * src/summaryview.c
9829         * src/summaryview.h
9830         * src/syldap.c
9831         * src/textview.c
9832         * src/undo.c
9833         * src/common/ssl_certificate.c
9834         * src/common/utils.c
9835         * src/gtk/colorsel.c
9836         * src/gtk/gtksctree.c
9837         * src/gtk/gtkshruler.c
9838         * src/plugins/trayicon/trayicon.c
9839                 #if 0 goes to /dev/null
9841 2006-03-01 [colin]      2.0.0cvs94
9843         * src/compose.c
9844         * src/imap.c
9845         * src/inc.c
9846         * src/inc.h
9847         * src/messageview.c
9848         * src/news.c
9849         * src/plugins/spamassassin/spamassassin.c
9850                 Allow to add information in the "working offline"
9851                 window
9853 2006-03-01 [wwp]        2.0.0cvs93
9855         * src/plugins/spamassassin/spamassassin.c
9856                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9857                 'cause it seems that calling `spamc ... < inputfile` with
9858                 g_spawn_(a)sync simply.. erm doesn't work :-).
9860 2006-03-01 [wwp]        2.0.0cvs92
9862         * src/toolbar.c
9863         * src/toolbar.h
9864                 simplify the adding of spam/ham button to the messageview toolbar
9865                 (it gets more clear now that the same button will be "Mark as spam"
9866                 or "Mark as ham" according to the current message status,
9867                 thanks to Colin).
9869 2006-03-01 [wwp]        2.0.0cvs91
9871         * src/messageview.c
9872         * src/procmsg.c
9873         * src/procmsg.h
9874         * src/summaryview.c
9875         * src/plugins/spamassassin/spamassassin.c
9876         * src/plugins/spamassassin/spamassassin.h
9877                 make learner callbacks return a status (0 for ok),
9878                 handle it in main code to avoid setting flags when learning failed,
9879                 don't learn on TCP if offline in spamassassin,
9880                 thanks to Colin.
9882                 
9884 2006-03-01 [wwp]        2.0.0cvs90
9886         * src/compose.c
9887                 some work around the compose window's account menu,
9888                 patch by Fabien Vantard.
9890 2006-03-01 [wwp]        2.0.0cvs89
9892         * src/plugins/spamassassin/spamassassin.c
9893                 fixed bad logics, was using spamc in local mode and sa-learn
9894                 in remote mode (thanks, Colin).
9896 2006-03-01 [wwp]        2.0.0cvs88
9898         * src/plugins/spamassassin/spamassassin.c
9899         * src/plugins/spamassassin/spamassassin.h
9900         * src/plugins/spamassassin/spamassassin_gtk.c
9901                 made processing of emails w/ sa-plugin an option (default is TRUE),
9902                 fixed Engrish some tooltips, capitalization of some debug messages
9903                 and warnings. The spamassassin plugin now provides two separate
9904                 services: process emails upon incorporation and spamd training.
9905                 Both services (un)register independently but use some common
9906                 plugin settings (transport settings, spam storage location).
9908 2006-02-28 [wwp]        2.0.0cvs87
9910         * src/plugins/spamassassin/spamassassin.c
9911                 fix async flag to spamc cmdline execution (batch exec should
9912                 be asynchronous).
9914 2006-02-27 [wwp]        2.0.0cvs86
9916         * src/plugins/spamassassin/spamassassin.c
9917         * src/plugins/spamassassin/spamassassin.h
9918         * src/plugins/spamassassin/spamassassin_gtk.c
9919                 - added the ability to learn a remote spamassassin server (spamd),
9920                 using spamc.
9921                 - added the spamassassin option 'username', that applies to all
9922                 spamassassin operations (filtering, learning, local or remote).
9923                 The default username is the current unix user (if left blank
9924                 from gtk prefs or config file).
9925                 - commented out some unused code (notebook widget), removed unused
9926                 layout (hbox1).
9927                 - make more widgets sensitive to the transport type.
9929 2006-02-27 [colin]      2.0.0cvs85
9931         * src/plugins/spamassassin/spamassassin.c
9932                 Fix sa-learn call when offline
9934 2006-02-27 [colin]      2.0.0cvs84
9936         * configure.ac
9937         * src/Makefile.am
9938         * src/mainwindow.c
9939         * src/mainwindow.h
9940         * src/messageview.c
9941         * src/messageview.h
9942         * src/prefs_toolbar.c
9943         * src/procmsg.c
9944         * src/stock_pixmap.c
9945         * src/stock_pixmap.h
9946         * src/summaryview.c
9947         * src/toolbar.c
9948         * src/toolbar.h
9949         * src/pixmaps/ham_btn.xpm
9950         * src/pixmaps/spam.xpm
9951         * src/pixmaps/spam_btn.xpm
9952         * src/plugins/spamassassin/spamassassin.c
9953                 Add button in toolbar for spam learning
9954                 Fix a few bugs from the last related commit
9955                 Revert 1.9.6cvs23 which messed up shift-selection
9957 2006-02-24 [colin]      2.0.0cvs83
9959         * src/procmsg.c
9960         * src/summaryview.c
9961         * src/summaryview.h
9962         * src/plugins/spamassassin/spamassassin.c
9963         * src/plugins/spamassassin/spamassassin.h
9964         * src/plugins/spamassassin/spamassassin_gtk.c
9965                 Unregister learner when spamassassin is either
9966                 disabled or over tcp
9968 2006-02-24 [colin]      2.0.0cvs82
9970         * src/Makefile.am
9971         * src/mainwindow.c
9972         * src/mainwindow.h
9973         * src/procmsg.c
9974         * src/procmsg.h
9975         * src/stock_pixmap.c
9976         * src/stock_pixmap.h
9977         * src/summaryview.c
9978         * src/summaryview.h
9979         * src/gtk/icon_legend.c
9980         * src/pixmaps/spam.xpm  ** NEW FILE **
9981         * src/plugins/spamassassin/spamassassin.c
9982         * src/plugins/spamassassin/spamassassin_gtk.c
9983                 Add spam learning interface (Mark/Mark as 
9984                 (spam|ham) menus)
9986 2006-02-24 [wwp]        2.0.0cvs81
9988         * src/compose.c
9989         * src/compose.h
9990         * src/filtering.c
9991                 hide compose window when sending message in batch mode
9992                 (filtering: forward and redirect). Also fixed a wrong
9993                 value returned when sending failed, neutral anyway.
9994                 (Colin, me) 
9996 2006-02-24 [wwp]        2.0.0cvs80
9998         * src/mainwindow.c
9999                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10001 2006-02-24 [paul]       2.0.0cvs79
10003         * src/news.c
10004         * src/news.h
10005         * src/news_gtk.c
10006                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10007                 Thanks to Colin
10009 2006-02-23 [colin]      2.0.0cvs78
10011         * src/alertpanel.c
10012                 Change OK to Close in alertpanel with View log
10013                 button; add accel to View log. Patch by Fabien
10014                 Vantard
10016 2006-02-23 [wwp]        2.0.0cvs77
10018         * src/compose.c
10019                 silly me, there were much more tests to perform, since toolbars can
10020                 really have down to 1 element only.
10022 2006-02-23 [wwp]        2.0.0cvs76
10024         * commitHelper
10025                 fixed indentation from my previous commit. Fallback to VISUAL if
10026                 EDITOR is not set (and to vi, at last resort).
10028 2006-02-23 [wwp]        2.0.0cvs75
10030         * commitHelper
10031                 improved error detection (Colin, me).
10033 2006-02-23 [wwp]        2.0.0cvs74
10035         * src/prefs_toolbar.c
10036                 simplify and fix prefs/toolbars layouting. Combos' contents can
10037                 now be really displayed.
10039 2006-02-23 [wwp]        2.0.0cvs73
10040         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10041         be really displayed.
10043 2006-02-22 [wwp]        2.0.0cvs72
10045         * src/compose.c
10046                 fix a typo in my previous commit (sorry!).
10048 2006-02-22 [wwp]        2.0.0cvs71
10050         * src/prefs_toolbar.c
10051                 fix a crash when adding separators to toolbars,
10052                 also fix some separator item information.
10054 2006-02-22 [wwp]        2.0.0cvs70
10056         * src/compose.c
10057                 fix a crash when redirecting (for instance) when compose window's
10058                 toolbar contents has been customized (when some buttons have been
10059                 removed in fact).
10061 2006-02-21 [wwp]        2.0.0cvs69
10063         * src/summaryview.c
10064         * src/gtk/pluginwindow.c
10065         * src/plugins/pgpcore/prefs_gpg.c
10066                 fix some compilation warnings (feat. remains of removed code).
10068 2006-02-21 [wwp]        2.0.0cvs68
10070         * src/gtk/gtkutils.c
10071                 fix two compilation issues, thanks to Stephan Sachse.
10073 2006-02-20 [colin]      2.0.0cvs67
10075         * src/mainwindow.c
10076                 Don't reselect displayed mail on refocus
10077                 This fixes actions misbehaving 
10079 2006-02-20 [wwp]        2.0.0cvs66
10081         * src/summaryview.c
10082         * src/gtk/gtksctree.c
10083         * src/gtk/gtkshruler.c
10084                 changed more runtime typecast checks.
10086 2006-02-20 [wwp]        2.0.0cvs65
10088         * src/summary_search.c
10089                 find all - summaryview refresh issue fixed, thanks to Colin.
10091 2006-02-20 [wwp]        2.0.0cvs64
10093         * src/gtk/gtkutils.c
10094                 better runtime typecast checks.
10096 2006-02-20 [wwp]        2.0.0cvs63
10098         * src/summary_search.c
10099                 enhancements to the summary search:
10100                         - add the ability to stop the running search
10101                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10102                         - don't search if no criteria (From/To/Subject/Body) is set
10103                         - ensure that a busy mouse pointer is always shown when searching,
10104                           show it even a bit earlier
10106 2006-02-19 [colin]      2.0.0cvs62
10108         * src/compose.c
10109         * src/imap.c
10110         * src/etpan/imap-thread.c
10111         * src/etpan/imap-thread.h
10112                 (Future) IMAP speed improvement on sending
10113                 Will require a libetpan update
10114         * src/summaryview.c
10115         * src/gtk/quicksearch.c
10116                 Make quicksearch clearable while running.
10118 2006-02-17 [colin]      2.0.0cvs61
10120         * src/imap.c
10121         * src/etpan/imap-thread.c
10122         * src/etpan/imap-thread.h
10123                 Check for IMAP certificates
10124                 ** Requires libetpan-0.42-cvs4 
10125                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10127 2006-02-17 [colin]      2.0.0cvs60
10129         * src/messageview.c
10130         * src/prefs_common.c
10131         * src/prefs_common.h
10132         * src/prefs_message.c
10133                 Add pref to display HTML-only mails with plugin, 
10134                 if possible (defaulting to FALSE of course).
10136 2006-02-16 [colin]      2.0.0cvs59
10138         * src/main.c
10139         * src/common/plugin.c
10140         * src/common/plugin.h
10141         * src/gtk/pluginwindow.c
10142                 Keep track of requested (but unloaded) plugins
10143                 in some error cases.
10145 2006-02-16 [wwp]        2.0.0cvs58
10147         * src/gtk/gtkaspell.c
10148         * src/gtk/gtkaspell.h
10149         * src/prefs_spelling.c
10150         * src/compose.c
10151         * src/prefs_common.c
10152         * src/prefs_common.h
10153                 implemented new optional spellchecker behaviour: re-check message when
10154                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10156 2006-02-16 [wwp]        2.0.0cvs57
10158         * src/quote_fmt_parse.y
10159                 pclose popen'ed pipe.
10161 2006-02-15 [colin]      2.0.0cvs56
10163         * src/mimeview.c
10164         * src/mimeview.h
10165                 Let MimeViewers know which MimeView they
10166                 depend of.
10167         * src/summaryview.c
10168                 Swap From/To columns in Sent/Queue/Drafts
10169                 folders
10170         * src/etpan/imap-thread.c
10171                 Use mailstream_low_tls_open() for STARTTLS
10172                 instead of mailstream_low_ssl_open()
10173                 ** REQUIRES libetpan 0.42cvs3 **
10175 2006-02-15 [wwp]        2.0.0cvs55
10177         * src/compose.c
10178         * src/compose.h
10179         * src/message_search.c
10180         * src/message_search.h
10181         * src/textview.c
10182         * src/gtk/gtkutils.c
10183         * src/gtk/gtkutils.h
10184                 added the ability to Find text in the compose window (and a bit
10185                 of code factorization).
10187 2006-02-15 [wwp]        2.0.0cvs54
10189         * src/prefs_gtk.c
10190                 yet another one file was missing (fix for some widgets' sensitivity).
10191                 Thanks Colin!
10193 2006-02-15 [wwp]        2.0.0cvs53
10195         * src/prefs_gtk.h
10196                 oops forgot that file (fix for some widgets' sensitivity).
10198 2006-02-15 [wwp]        2.0.0cvs52
10200         * src/summary_search.c
10201                 implemented advanced summary search options (added the ability
10202                 to use matcher conditions in an advanced search mode).
10204 2006-02-15 [wwp]        2.0.0cvs51
10206         * src/plugins/pgpcore/prefs_gpg.c
10207         * src/prefs_account.c
10208                 fix some widget sensitivity, mostly around some labels in
10209                 account prefs.
10211 2006-02-15 [paul]       2.0.0cvs50
10213         * manual/advanced.xml
10214                 improve Templates info
10215                 written by wwp
10217 2006-02-14 [colin]      2.0.0cvs49
10219         * src/pixmaps/address_book.xpm
10220         * src/pixmaps/preferences.xpm
10221         * src/pixmaps/properties.xpm
10222                 Fix pixmap size - patch by Fabien Vantard
10224 2006-02-13 [colin]      2.0.0cvs48
10226         * src/procmime.c
10227                 Add missing fclose()s on error
10228         * src/textview.c
10229                 Remove unused code
10230         * src/common/utils.c
10231                 Fix temp files not being deleted on windows
10232         Patches by Thomas Gilgin
10234 2006-02-13 [colin]      2.0.0cvs47
10236         * src/mainwindow.c
10237                 Fix exit crash
10239 2006-02-13 [wwp]        2.0.0cvs46
10241         * src/plugins/pgpcore/prefs_gpg.c
10242                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10244 2006-02-12 [colin]      2.0.0cvs45
10246         * src/folderview.c
10247         * src/main.c
10248         * src/mainwindow.c
10249                 Fix "stuff" when quitting
10251 2006-02-12 [wwp]        2.0.0cvs44
10253         * src/prefs_themes.c
10254                 fix typos in debug messages.
10256 2006-02-11 [colin]      2.0.0cvs43
10258         * src/summaryview.c
10259                 don't allow drag/drop from ourself
10261 2006-02-10 [wwp]        2.0.0cvs42
10263         * src/exporthtml.c
10264         * src/html.c
10265         * src/html.h
10266         * src/procmime.c
10267         * src/textview.c
10268                 renamed html_ prefixed functions and data structures to avoid
10269                 namespace clashes w/ other software (gtkhtml2 for instance).
10270                 Closes bug #907.
10273 2006-02-09 [colin]      2.0.0cvs41
10275         * src/summaryview.c
10276                 Fix shitty logic messed up. Thanks Ticho for the hint!
10278 2006-02-09 [wwp]        2.0.0cvs40
10280         * src/gtk/about.c
10281         * src/compose.c
10282         * src/prefs_account.c
10283         * src/prefs_gtk.h
10284         * src/editaddress.c
10285                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10286                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10287                 Browse buttons in accounts prefs.
10289 2006-02-09 [colin]      2.0.0cvs39
10291         * src/matcher.c
10292                 Check for pointer before using its members
10293         * src/gtk/gtksourceprintjob.c
10294                 Fix a wrong warning
10296 2006-02-09 [wwp]        2.0.0cvs38
10298         * src/gtk/filesel.c
10299                 fix few compiler warnings (type mismatch).
10301 2006-02-09 [paul]       2.0.0cvs37
10303         * po/fr.po
10304                 updated by Fabien Vantard
10306 2006-02-08 [colin]      2.0.0cvs36
10308         * src/prefs_common.c
10309         * src/common/defs.h
10310         * src/common/plugin.c
10311                 allow windows and linux configurations to coexist
10312                 patch by Thomas Gilgin
10314 2006-02-08 [colin]      2.0.0cvs35
10316         * src/filtering.c
10317         * src/matcher.c
10318         * src/matcher.h
10319         * src/matcher_parser_parse.y
10320         * src/prefs_filtering_action.c
10321         * src/prefs_matcher.c
10322                 Add the "Ignore thread" filtering
10323                 action
10325 2006-02-08 [colin]      2.0.0cvs34
10327         * src/compose.c
10328         * src/procmime.c
10329         * src/procmime.h
10330                 Fix bug #905 (damaged attachment)
10331                 text files with raw \0's aren't really text files
10332         FOR_STABLE
10334 2006-02-08 [colin]      2.0.0cvs33
10336         * src/summaryview.c
10337                 Fix crasher introduced yesterday
10339 2006-02-08 [wwp]        2.0.0cvs32
10341         * src/compose.c
10342         * src/compose.h
10343                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10345 2006-02-08 [wwp]        2.0.0cvs31
10347         * src/prefs_template.c
10348                 templates enhancement: allow address completion for Cc and Bcc fields
10349                 (it was currently possible for the To field only)
10351 2006-02-08 [colin]      2.0.0cvs30
10353         * src/compose.c
10354                 Don't unblock if not blocked
10355         FOR_STABLE
10357 2006-02-07 [colin]      2.0.0cvs29
10359         * src/action.c
10360                 Forgot to refresh summaryview
10362 2006-02-07 [colin]      2.0.0cvs28
10364         * src/action.c
10365                 Freeze/thaw message list and folder list while
10366                 processing %as{} actions 
10367         * src/compose.c
10368                 Fix auto-wrap disabling after a middle-click
10369                 paste - FOR_STABLE
10371 2006-02-07 [paul]       2.0.0cvs27
10373         * src/folder.c
10374                 fix freeing of uninitialised pointers
10375                 Thanks to Colin
10377 2006-02-06 [colin]      2.0.0cvs26
10379         * src/folder.c
10380                 Use g_slist_prepend in potentially big list
10382 2006-02-06 [colin]      2.0.0cvs25
10384         * src/folder.c
10385                 Completely skip processing if it doesn't 
10386                 exist (faster!)
10388 2006-02-06 [colin]      2.0.0cvs24
10390         * src/folder.c
10391         * src/summaryview.c
10392                 Batch filtering in summaryview (from Tools menu)
10393                 and pre/post//-processing too
10395 2006-02-06 [colin]      2.0.0cvs23
10397         * src/procmsg.h
10398         * src/filtering.c
10399                 Use a special field for batch filtering instead
10400                 of stepping on deferred execution's toes
10402 2006-02-06 [colin]      2.0.0cvs22
10404         * src/action.c
10405         * src/filtering.c
10406         * src/filtering.h
10407         * src/folder.c
10408         * src/summaryview.c
10409                 Fix filtering via menus and actions
10411 2006-02-06 [colin]      2.0.0cvs21
10413         * src/imap.c
10414                 Put the added file directly to cache if possible (will work
10415                 with next libetpan)
10416         * src/filtering.c
10417         * src/filtering.h
10418         * src/inc.c
10419         * src/folder.c
10420         * src/mbox.c
10421         * src/procmsg.h
10422                 Move and copy filtered messages by batches instead of one
10423                 by one - faster on IMAP
10424         * src/procmsg.c
10425                 Add a function that'll possibly be useful later
10427 2006-02-06 [colin]      2.0.0cvs20
10429         * src/addressbook.c
10430                 Use internal mime-type instead of text/plain for d'n'd
10431         * src/compose.c
10432                 Allow attaching files from mimeview's icon list via d'n'd
10433         * src/folderview.c
10434         * src/folderview.h
10435                 Use internal mime-type instead of text/plain for d'n'd
10436                 Don't try to selected opened folder if none is
10437                 Factorize d'n'd from other apps code
10438         * src/headerview.c
10439         * src/textview.c
10440         * src/gtk/gtkutils.c
10441         * src/gtk/gtkutils.h
10442                 Factorize Face/X-Face stuff
10443         * src/mimeview.c
10444                 Fix d'n'd to other apps
10445         * src/prefs_message.c
10446                 Let the XFace pref be usable without libcompface as it also
10447                 applies to Face
10448         * src/summaryview.c
10449                 Fix d'n'd to other apps
10450                 Factorize d'n'd from other apps code
10452 2006-02-06 [wwp]        2.0.0cvs19
10454         * po/it.po
10455                 Italian translation fixes by Andrea Spadaccini (no more confusion
10456                 between filtering and processing, and few changes in the About
10457                 dialog).
10460 2006-02-06 [mones]      2.0.0cvs18
10462         * src/gtk/icon_legend.c
10463                 Improved descriptions allowing better translations
10465 2006-02-05 [colin]      2.0.0cvs17
10467         * src/imap.c
10468                 Add the f*cking missing expunge that caused imap_fetch_env
10469                 to fail after an add_msgs ! :-///
10470         * src/etpan/imap-thread.c
10471                 Add a bit of debug
10472         FOR_STABLE
10474 2006-02-05 [colin]      2.0.0cvs16
10476         * src/common/utils.c
10477                 Don't check for return-path (or we can't put
10478                 back non-sent mails)
10480 2006-02-05 [colin]      2.0.0cvs15
10482         * src/textview.c
10483                 Don't try to display Face header in textview
10484                 when teh headerview's active
10486 2006-02-05 [colin]      2.0.0cvs14
10488         * tools/tbird2syl.py
10489         * tools/Makefile.am
10490                 Add script to import Thunderbird mails
10492 2006-02-05 [colin]      2.0.0cvs13
10494         * src/headerview.c
10495         * src/procheader.c
10496         * src/procmsg.c
10497         * src/procmsg.h
10498         * src/textview.c
10499                 Show Face headers - patch partially by Klaus Flittner
10501 2006-02-05 [colin]      2.0.0cvs12
10503         * src/folderview.c
10504         * src/summaryview.c
10505         * src/common/utils.c
10506         * src/common/utils.h
10507                 Let dnd work from mime icons to summaryview
10508                 and to folderview too
10509                 Add a crude test to avoid trying to add files
10510                 drag'n'dropped when they're not mails
10512 2006-02-04 [colin]      2.0.0cvs11
10514         * src/summaryview.c
10515         * src/mimeview.c
10516                 Fix utf8 conversion
10518 2006-02-04 [colin]      2.0.0cvs10
10520         * src/compose.c
10521         * src/folderview.c
10522         * src/mimeview.c
10523         * src/summaryview.c
10524         * src/summaryview.h
10525                 Added various drag and drop capas:
10526                 From                    To
10527                 summaryview             other apps
10528                 mimeview icons          other apps
10529                 other apps              summaryview
10530                 other apps              folderview
10532                 This shouldn't have broken the existing:
10533                 From                    To
10534                 summaryview             folderview
10535                 folderview              folderview
10536                 summaryview             compose's attachments
10538         Tests welcomed.
10540 2006-02-02 [paul]       2.0.0cvs9
10542         * src/mainwindow.c
10543                 move global option 'Set displayed columns...' out
10544                 of folder option grouping.
10545                 fix sensitivity of 'harvest addresses'
10546         FOR_STABLE
10548 2006-02-01 [colin]      2.0.0cvs8
10550         * src/mimeview.c
10551                 Revert the alertpanel patch, it sucks (intrusive
10552                 and gets in the way of "open")
10554 2006-02-01 [colin]      2.0.0cvs7
10556         * src/compose.c
10557         * src/prefs_account.c
10558         * src/prefs_common.c
10559         * src/common/defs.h
10560         * src/common/utils.c
10561         * src/common/utils.h
10562                 Add ability to edit the signature file
10563                 from the account preferences, and use
10564                 a default for the text editor.
10565                 Patch by Fabien Vantard
10567 2006-02-01 [colin]      2.0.0cvs6
10569         * src/mimeview.c
10570                 Try to get mime type by extension if it is
10571                 application/octet-stream
10572                 Display a window with possible choices when
10573                 encountering unknown mime types
10574         * src/gtk/filesel.c
10575         * src/gtk/filesel.h
10576                 Add preview
10577                 Allow multiple selection in filtered filesel
10578                 (patch by Fabien Vantard)
10579         * src/gtk/pluginwindow.c
10580                 Use it (patch by Fabien Vantard)
10582 2006-02-01 [paul]       2.0.0cvs5
10584         * src/jpilot.c
10585                 fix crash on creating jpilot address book
10586                 Thanks to Colin - FOR_STABLE
10587         * src/prefs_summaries.c
10588         * src/prefs_wrapping.c
10589         * src/gtk/icon_legend.c
10590         * src/gtk/quicksearch.c
10591                 string fixes and additions
10593 2006-02-01 [paul]       2.0.0cvs4
10595         * src/compose.c
10596         * src/mainwindow.c
10597         * src/messageview.c
10598         * src/prefs_send.c
10599                 add Arabic encoding option
10600                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10602 2006-01-31 [colin]      2.0.0cvs3
10604         * src/plugins/pgpcore/passphrase.c
10605                 Convert passphrase to locale encoding
10606         * src/compose.c
10607                 Fix drafting on IMAP. Crappy bug sneaked in
10608                 the release :-/
10609         FOR_STABLE
10611 2006-01-30 [paul]       2.0.0cvs2
10613         * src/gtk/icon_legend.c
10614                 show the new entries
10616 2006-01-30 [colin]      2.0.0cvs1
10618         * src/manual.c
10619                 Check for the file to be present before 
10620                 enabling the menu - FOR_STABLE
10621         * src/gtk/icon_legend.c
10622                 Add folders icons (not all of them, there
10623                 are too much, but the most intriguing ones)
10625 2006-01-30 [paul]       2.0.0
10627         version 2.0.0 released
10629 [For previous entries, see ChangeLog.pre2.0.0]