2007-02-25 [colin] 2.7.2cvs73
[claws.git] / ChangeLog
blob2944836dc3b1c18f6637494b707672c965c00d95
1 2007-02-25 [colin]      2.7.2cvs73
3         * src/main.c
4                 Clearing the list is only useful
5                 to prevent a valgrind false-positive
7 2007-02-25 [paul]       2.7.2cvs72
9         * tools/Makefile.am
10         * tools/README
11         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
12         * tools/maildir2claws-mail.pl  **REMOVED**
13                 renamed the script, fixed a couple bugs
15 2007-02-23 [colin]      2.7.2cvs71
17         * src/addressbook.c
18                 Fix a leak, check for a few improbable nulls
20 2007-02-23 [colin]      2.7.2cvs70
22         * src/main.c
23         * src/main.h
24         * src/plugins/trayicon/trayicon.c
25                 Fix blinking mainwin when starting in tray
26                 (show mainwindow later in the startup process,
27                  apart if restarting post-crash)
29 2007-02-23 [colin]      2.7.2cvs69
31         * src/folderview.c
32         * src/imap_gtk.c
33                 Fix crash when unsubscribing the currently
34                 selected/opened folder
36 2007-02-23 [colin]      2.7.2cvs68
38         * src/compose.c
39                 Fix bug that prevented colorization to
40                 work without wrap quotation option
42 2007-02-23 [colin]      2.7.2cvs67
44         * src/addr_compl.c
45                 Fix refcounting, start and end completion who
46                 behaved as if there couldn't be any other current
47                 user of completion
49 2007-02-23 [wwp]        2.7.2cvs66
51         * src/addressbook.c
52         * src/addrindex.c
53                 Address completion fixes: fix addressbook_peek_folder_exists() in
54                 which the algorithm was ridiculously over-obfuscated and broken.
55                 Fix addrindex_load_completion() as well, to load addresses in
56                 completion list with regards to what addressbook_peek_folder_exists()
57                 returns now.
59 2007-02-23 [wwp]        2.7.2cvs65
61         * src/addr_compl.c
62                 Add addresses to completion when they're non-empty (thanks to Colin).
64 2007-02-23 [paul]       2.7.2cvs64
66         * src/plugins/pgpcore/passphrase.c
67                 remove 'const '
69 2007-02-23 [colin]      2.7.2cvs63
71         * src/plugins/pgpcore/prefs_gpg.c
72         * src/plugins/pgpcore/prefs_gpg.h
73         * src/plugins/pgpcore/sgpgme.c
74         * src/plugins/pgpinline/pgpinline.c
75         * src/plugins/pgpmime/pgpmime.c
76                 Try harder to respect user's choice wrt
77                 gpg-agent even with gpg2, by unsetting
78                 GPG_AGENT_INFO when necessary.
80 2007-02-22 [paul]       2.7.2cvs62
82         * src/plugins/pgpcore/sgpgme.c
83         * src/plugins/pgpcore/sgpgme.h
84         * src/plugins/pgpcore/passphrase.c
85         * src/plugins/pgpinline/pgpinline.c
86         * src/plugins/pgpmime/pgpmime.c
87                 Fix a leak - gpgme_data_release_and_get_mem
88                 leaks in recent gpgme. Workaround by using
89                 our own function.
91 2007-02-22 [paul]       2.7.2cvs61
93         * src/gtk/quicksearch.c
94                 Abandon dynamic search when pressing
95                 Enter
97 2007-02-21 [colin]      2.7.2cvs60
99         * src/procmsg.c
100         * src/plugins/pgpcore/passphrase.c
101                 Fix little memory leaks
102         * src/main.c
103                 Fix false-positive leak at exit
104         * src/gtk/quicksearch.c
105                 Fix potentially big leak in recursive
106                 Quicksearch
108 2007-02-21 [wwp]        2.7.2cvs59
110         * src/summaryview.c
111                 Add missing newline to a debug message.
113 2007-02-20 [colin]      2.7.2cvs58
115         * src/Makefile.am
116         * src/mimeview.c
117         * src/stock_pixmap.c
118         * src/stock_pixmap.h
119         * src/pixmaps/mime_pgpsig.xpm
120                 Add icon for application/pgp-signature
122 2007-02-20 [colin]      2.7.2cvs57
124         * src/Makefile.am
125         * src/main.c
126         * src/mimeview.c
127         * src/stock_pixmap.c
128         * src/stock_pixmap.h
129         * src/pixmaps/mime_calendar.xpm
130         * src/pixmaps/mime_pdf.xpm
131         * src/pixmaps/mime_ps.xpm
132                 Add icons for text/calendar, application/pdf
133                 and application/postscript
135 2007-02-20 [colin]      2.7.2cvs56
137         * autogen.sh
138         * src/matcher_parser_parse.y
139         * src/matcher_parser_lex.l
140                 Fix big memory leak in flex, and
141                 require flex 2.5.31
143 2007-02-20 [wwp]        2.7.2cvs55
145         * src/matcher_parser_parse.y
146                 Fix a duplicate token definition (thanks to iwkse).
148 2007-02-20 [wwp]        2.7.2cvs54
150         * src/matcher_parser_lex.l
151         * src/quote_fmt_lex.l
152                 Use proper flex options instead of direct use of #define,
153                 make the flex-generated C lighter.
155 2007-02-20 [colin]      2.7.2cvs53
157         * src/summaryview.c
158                 Grab focus in message list after hiding
159                 the quicksearch, instead of leaving it
160                 "somewhere"
162 2007-02-19 [colin]      2.7.2cvs52
164         * src/folderview.c
165                 Fix bug 1033, 'Automatically refresh 
166                 message list when new messages arrives'
167                 Looks like folderview->opened can sometimes
168                 be wrong...
170 2007-02-19 [paul]       2.7.2cvs51
172         * tools/Makefile.am
173         * tools/README
174         * tools/thunderbird-filters-convertor.pl
175                 add new script which converts thunderbird filter
176                 rules to Claws filter rules
178 2007-02-18 [paul]       2.7.2cvs50
180         * src/plugins/pgpcore/prefs_gpg.c
181         * src/plugins/pgpcore/prefs_gpg.h
182         * src/plugins/pgpcore/sgpgme.c
183         * src/plugins/pgpinline/pgpinline.c
184         * src/plugins/pgpmime/pgpmime.c
185                 improved GUI interoperability with gpg-agent
187 2007-02-18 [paul]       2.7.2cvs49
189         * src/prefs_account.c
190                 Privacy options sensitivity fix
192 2007-02-17 [colin]      2.7.2cvs48
194         * src/messageview.c
195                 Reset icon to warning in the noticeview
197 2007-02-15 [colin]      2.7.2cvs47
199         * src/folderview.c
200                 Fix a manifestation of bug 1033 (summaryview failing
201                 to update for new mails), which happens after editing
202                 account preferences or preferences that cause a 
203                 folderview reload.
205 2007-02-15 [colin]      2.7.2cvs46
207         * src/addressbook.c
208                 Probably fix bug 1123, 'Segmentation 
209                 fault while opening address book'. I get
210                 g_warnings if the saved paned position is
211                 not greater than 0. Also, save position
212                 when hiding the addressbook instead of
213                 via signal.
215 2007-02-14 [colin]      2.7.2cvs45
217         * src/plugins/pgpcore/prefs_gpg.c
218         * src/plugins/pgpcore/prefs_gpg.h
219         * src/plugins/pgpcore/sgpgme.c
220         * src/plugins/pgpinline/pgpinline.c
221         * src/plugins/pgpmime/pgpmime.c
222                 Add an option "Use gpg-agent if available". Fixes
223                 annoyances with distro-installed gpg-agent, when
224                 no pinentry program is installed, and the user's 
225                 at a loss on why "decryption failed". Makes more
226                 clear why passphrase isn't saved when gpg-agent is
227                 used. Defaults to true, to avoid changing the 
228                 current behaviour.
230 2007-02-14 [wwp]        2.7.2cvs44
232         * src/matcher_parser_parse.y
233                 Fix missing line number reset (wrong line number might appear
234                 when re-loading filtering rules if there's a parser error).
236 2007-02-13 [colin]      2.7.2cvs43
238         * src/common/utils.c
239                 Don't encode ',' in URIs before passing it
240                 to the browser command-line. It was probably
241                 done at a time where commas in URIs made
242                 mozilla -remote 'openurl(%s,new-window)'
243                 bug.
245 2007-02-13 [wwp]        2.7.2cvs42
247         * src/prefs_matcher.c
248         * src/plugins/bogofilter/bogofilter_gtk.c
249                 A bit of string factorization around "Select ..." buttons.
251 2007-02-11 [colin]      2.7.2cvs41
253         * src/alertpanel.c
254                 Make sure to escape the title
256 2007-02-11 [colin]      2.7.2cvs40
258         * src/codeconv.c
259                 Recognize .utf8 locales as .UTF-8 ones
261 2007-02-11 [colin]      2.7.2cvs39
263         * src/compose.c
264                 Fix code conversion when dragging a file
266 2007-02-09 [colin]      2.7.2cvs38
268         * src/plugins/clamav/clamav_plugin.c
269                 Complete Paul's patch with conditional
270                 compilation to avoid breaking compilation
271                 on old Dapper and Edgy... Maybe other
272                 distros too.
274 2007-02-09 [paul]       2.7.2cvs37
276         * src/plugins/clamav/clamav_plugin.c
277                 fix for the upstream changes in libclamav
279 2007-02-09 [paul]       2.7.2cvs36
281         * src/main.c
282         * src/mainwindow.c
283         * src/procmsg.c
284         * src/procmsg.h
285                 fix "warn if there are queued messages" (on exit)
286                 option, which only checked the first mailbox's
287                 queue
288                 don't ask before emptying trash if there are no
289                 messages in trash, also check and empty all trash
290                 folders
291         * src/prefs_other.c
292                 move "Ask before emptying trash" option
293                 outside of the "On exit" frame as it's
294                 not only an "On exit" option
296 2007-02-09 [paul]       2.7.2cvs35
298         * src/addrgather.c
299         * src/alertpanel.c
300         * src/editldap.c
301         * src/prefs_account.c
302         * src/prefs_folder_item.c
303         * src/prefs_gtk.h
304         * src/prefs_matcher.c
305         * src/prefs_message.c
306         * src/prefs_msg_colors.c
307         * src/prefs_summaries.c
308         * src/wizard.c
309         * src/gtk/inputdialog.c
310         * src/plugins/bogofilter/bogofilter_gtk.c
311                 pedantic commit: use 'checkbtn' everywhere
312                 instead of a mixture of 'checkbtn' and 'chkbtn'
314 2007-02-09 [paul]       2.7.2cvs34
316         * src/compose.c
317                 fix default hotkeys
318         * src/prefs_other.c
319         * src/prefs_send.c
320                 move "Never send Return Receipts" from
321                 prefs_other to prefs_send
322                 add an option "Ask about account specific
323                 filtering rules..." to prefs_other
324         * src/gtk/gtkutils.c
325                 fix a compiler warning
327 2007-02-08 [colin]      2.7.2cvs33
329         * src/plugins/pgpinline/pgpinline.c
330                 Fix bug 1110, 'pgpmime fails to process 
331                 encapsulated openpgp mime (rfc 3156, 6.1 
332                 -> rfc1847)'
333                 It was due to an interaction between PGP/Mime
334                 and PGP/Inline plugin. 
336 2007-02-08 [colin]      2.7.2cvs32
338         * src/inc.c
339         * src/mbox.c
340         * src/mbox.h
341                 Fix bug 1117, 'fcntl locking code 
342                 does not work in mbox.c'
344 2007-02-08 [colin]      2.7.2cvs31
346         * src/prefs_account.c
347                 Fix Gentoo bug 165819, 'can't create 
348                 a "local mbox file" account'. Patch
349                 by Olivier <castan.o@free.fr>
351 2007-02-07 [colin]      2.7.2cvs30
353         * src/ldapquery.c
354                 Fix bug 1106, 'Claws crash on exit if LDAPS 
355                 autocompletion was used'
357 2007-02-07 [paul]       2.7.2cvs29
359         * src/folder.c
360                 cut down on unnecessary debug_prints
361         * src/imap_gtk.c
362                 fix menu_set_active() on 'Show only
363                 subscribed folders'
365 2007-02-07 [paul]       2.7.2cvs28
367         * src/plugins/clamav/clamav_plugin.c
368         * src/plugins/clamav/clamav_plugin.h
369         * src/plugins/clamav/clamav_plugin_gtk.c
370                 fix copyright header
372 2007-02-07 [paul]       2.7.2cvs27
374         * src/procheader.c
375                 fix bug 1116, 'summary view allow a 
376                 subject line break'
378 2007-02-06 [colin]      2.7.2cvs26
380         * src/summaryview.c
381                 Fix delete thread
383 2007-02-05 [fabien]     2.7.2cvs25
385         * po/POTFILES.in
386         * src/uri_opener.c
387                 i18n related - 1 fix and 1 message for translators.
389 2007-02-05 [colin]      2.7.2cvs24
391         * src/gtk/quicksearch.c
392                 Don't reload summary list if quicksearch wasn't
393                 active on hiding; move currently selected mail in
394                 the visible area when showing the quicksearch
396 2007-02-05 [colin]      2.7.2cvs23
398         * src/folderview.c
399                 Add debug to try to solve bug 1104
401 2007-02-05 [paul]       2.7.2cvs22
403         * src/mainwindow.c
404                 confirm before emptying trash on exit is
405                 a Yes or No answer, use Yes or No in the
406                 dialog
408 2007-02-04 [colin]      2.7.2cvs21
410         * src/compose.c
411         * src/plugins/pgpcore/passphrase.c
412         * src/plugins/pgpcore/select-keys.c
413                 Set wmclass on new windows
415 2007-02-04 [colin]
417         2.8.0-rc1 released
419 2007-02-04 [colin]      2.7.2cvs20
421         * src/compose.c
422         * src/compose.h
423                 Auto save drafts on exit, reopen them
424                 at startup, instead of asking
425         * src/account.c
426         * src/addressadd.c
427         * src/addressbook.c
428         * src/addressbook_foldersel.c
429         * src/addrgather.c
430         * src/crash.c
431         * src/editaddress.c
432         * src/editbook.c
433         * src/editgroup.c
434         * src/editjpilot.c
435         * src/editldap.c
436         * src/editldap_basedn.c
437         * src/editvcard.c
438         * src/exphtmldlg.c
439         * src/expldifdlg.c
440         * src/export.c
441         * src/foldersel.c
442         * src/gedit-print.c
443         * src/import.c
444         * src/importldif.c
445         * src/importmutt.c
446         * src/importpine.c
447         * src/main.c
448         * src/mainwindow.c
449         * src/message_search.c
450         * src/messageview.c
451         * src/prefs_actions.c
452         * src/prefs_customheader.c
453         * src/prefs_display_header.c
454         * src/prefs_filtering.c
455         * src/prefs_filtering_action.c
456         * src/prefs_folder_column.c
457         * src/prefs_gtk.c
458         * src/prefs_matcher.c
459         * src/prefs_other.c
460         * src/prefs_summaries.c
461         * src/prefs_summary_column.c
462         * src/prefs_template.c
463         * src/sourcewindow.c
464         * src/ssl_manager.c
465         * src/summary_search.c
466         * src/uri_opener.c
467         * src/gtk/about.c
468         * src/gtk/description_window.c
469         * src/gtk/foldersort.c
470         * src/gtk/gtkutils.c
471         * src/gtk/gtkutils.h
472         * src/gtk/icon_legend.c
473         * src/gtk/logwindow.c
474         * src/gtk/pluginwindow.c
475         * src/gtk/prefswindow.c
476                 Give different wmclass to different
477                 windows - thanks to sed ;)
479 2007-02-04 [colin]      2.7.2cvs19
481         * src/main.c
482                 Revert previous patch, can't reproduce
483                 it anymore. 
485 2007-02-03 [colin]      2.7.2cvs18
487         * src/main.c
488                 Don't save the mainwindow size and
489                 position on emergency exit (libSM's
490                 "die" callback), Xfce seems to make
491                 the window smaller just before the
492                 size's saved.
494 2007-02-03 [colin]      2.7.2cvs17
496         * src/plugins/bogofilter/bogofilter.c
497         * src/plugins/bogofilter/bogofilter.h
498         * src/plugins/bogofilter/bogofilter_gtk.c
499         * src/plugins/pgpinline/pgpinline.c
500         * src/plugins/pgpinline/pgpinline.h
501                 Fix more copyrights
503 2007-02-03 [colin]      2.7.2cvs16
505         * src/partial_download.c
506         * src/partial_download.h
507         * src/ssl_manager.c
508         * src/ssl_manager.h
509         * src/uri_opener.c
510         * src/uri_opener.h
511         * src/wizard.c
512         * src/wizard.h
513         * src/common/ssl_certificate.c
514         * src/common/ssl_certificate.h
515         * src/gtk/quicksearch.c
516         * src/gtk/quicksearch.h
517         * src/gtk/sslcertwindow.c
518         * src/gtk/sslcertwindow.h
519                 Fix copyright on my files
521 2007-02-02 [colin]      2.7.2cvs15
523         * src/Makefile.am
524         * src/mainwindow.c
525         * src/messageview.c
526         * src/messageview.h
527         * src/textview.c
528         * src/textview.h
529         * src/uri_opener.c
530         * src/uri_opener.h
531                 Add Tools/List URIs to allow
532                 opening any URI in the current mail
534 2007-02-02 [colin]      2.7.2cvs14
536         * src/common/valgrind.h ** NEW FILE **
537         * src/common/Makefile.am
538         * src/common/plugin.c
539                 Don't dlclose the plugins if we're running
540                 under valgrind. (doesn't require valgrind
541                 either at compile time or run time).
543 2007-02-01 [paul]       2.7.2cvs13
545         * AUTHORS
546         * src/gtk/authors.h
547         * tools/freshmeat_search.pl
548         * tools/google_search.pl
549         * tools/multiwebsearch.pl
550                 add support for non ISO-8859-1 compatible locales
551                 Patch by Alex Gorbachenko <agent_007@immo.ru>
553 2007-02-01 [colin]      2.7.2cvs12
555         * src/prefs_other.c
556         * src/prefs_summaries.c
557                 Move keybinding prefs to the Other page
559 2007-02-01 [wwp]        2.7.2cvs11
561         * src/plugins/trayicon/trayicon.c
562                 Fix a raising issue within KDE.
564 2007-02-01 [colin]      2.7.2cvs10
566         * src/codeconv.c
567                 Fix stray quotes in encoded strings
568         * src/addressadd.c
569                 Fix wrong call causing g_warnings
570         * src/textview.c
571                 Remove useless message
573 2007-01-31 [wwp]        2.7.2cvs9
575         * src/plugins/trayicon/trayicon.c
576                 fix buggy hiding of main window when closing if close-to-tray
577                 is not set (bad logics  in the trayicon hook code).
578                 Changed the quit confirmation message too.
580 2007-01-30 [colin]      2.7.2cvs8
582         * src/main.c
583                 Fix hidden mainwindow after clicking on
584                 the X close button, if compose windows
585                 exist and the user chooses not to quit
587 2007-01-30 [colin]      2.7.2cvs7
589         * src/main.c
590         * src/compose.c
591                 Handle local URIs to attach files (file:///...)
592                 Fixes attaching files from Thunar for example
594 2007-01-30 [colin]      2.7.2cvs6
596         * src/prefs_ext_prog.c
597                 Add 'mousepad' to the list of text editors.
598                 Mousepad is XFCE's text editor
600 2007-01-29 [wwp]        2.7.2cvs5
602         * po/POTFILES.in
603         * src/plugins/trayicon/trayicon_prefs.c
604                 trayicon i18n fixes, thanks to Fabien.
606 2007-01-28 [wwp]        2.7.2cvs4
608         * src/mainwindow.c
609         * src/mainwindow.h
610         * src/plugins/trayicon/trayicon.c
611         * src/plugins/trayicon/trayicon_prefs.c
612         * src/plugins/trayicon/trayicon_prefs.h
613                 Added a new TrayIcon plugin option to close to tray
614                 (WM's hotkey and [X] button will hide the window instead
615                 of closing it - closing CM can be done using the tray icon
616                 menu or the File menu).
617                 Improved visibility handling in trayicon, clicking the
618                 trayicon now raise the window to current desktop when it
619                 was either minimized/shaded/on another desktop.
620                 Thanks to Paul for testing and fixing a strange behaviour
621                 in KDE ;-).
623 2007-01-27 [paul]       2.7.2cvs3
625         * src/prefs_folder_item.c
626         * src/prefs_receive.c
627         * src/plugins/pgpcore/prefs_gpg.c
628                 use 'start-up' instead of 'startup' in labels
630 2007-01-26 [wwp]        2.7.2cvs2
632         * src/plugins/trayicon/Makefile.am
633         * src/plugins/trayicon/trayicon.c
634         * src/plugins/trayicon/trayicon_prefs.c
635         * src/plugins/trayicon/trayicon_prefs.h
636                 Add a new TrayIcon option to hide the main window at
637                 start-up.
638                 Fix trayicon.c copyright header.
640 2007-01-26 [paul]       2.7.2cvs1
642         * NEWS
643         * README
644         * RELEASE_NOTES
645         * configure.ac
646                 bump up version number following
647                 stable release
649 2007-01-25 [mones]      2.7.1cvs60
651         * po/es.po
652                 updated thousands of strings (well, probably less ;-)
654 2007-01-25 [colin]      2.7.1cvs59
656         * src/matcher.c
657                 Fix 2nd-run loss of matcherrc on new
658                 configurations. 
660 2007-01-25 [wwp]        2.7.1cvs58
662         * src/mimeview.c
663                 fix handling of empty value in attach_save_directory too, thanks
664                 to Colin.
666 2007-01-25 [wwp]        2.7.1cvs57
668         * src/gtk/filesel.c
669                 fix handling of empty value in attach_load_directory,
670                 thanks to Colin.
672 2007-01-25 [wwp]        2.7.1cvs56
674         * src/plugins/dillo_viewer/dillo_prefs.h
675                 fix a typo.
677 2007-01-25 [colin]      2.7.1cvs55
679         * src/matcher.c
680         * src/matcher.h
681         * src/matcher_parser_parse.y
682         * src/prefs_matcher.c
683                 Add matching on the spam flag
685 2007-01-24 [colin]      2.7.1cvs54
687         * src/folder.c
688         * src/common/xml.c
689         * src/common/xml.h
690                 Make sure folderlist.xml is correctly
691                 written before overwriting it.
692         * src/procmsg.c
693         * src/procmsg.h
694         * src/summaryview.c
695         * src/plugins/bogofilter/bogofilter.c
696         * src/plugins/bogofilter/bogofilter.h
697         * src/plugins/bogofilter/bogofilter_gtk.c
698         * src/plugins/spamassassin/spamassassin.c
699         * src/plugins/spamassassin/spamassassin.h
700         * src/plugins/spamassassin/spamassassin_gtk.c
701                 Move spam to the correct trash folder after
702                 learning, if spam directory isn't set.
704 2007-01-23 [paul]       2.7.1cvs53
706         * src/plugins/bogofilter/bogofilter_gtk.c
707                 fix sensitivity of "Insert X-Bogosity header"
708                 option
710 2007-01-23 [colin]      2.7.1cvs52
712         * src/toolbar.c
713                 Translate toolbar items text if
714                 they're translatable (default)
715         * src/addrcache.c
716         * src/addrcache.h
717         * src/addritem.c
718         * src/addritem.h
719         * src/codeconv.c
720         * src/codeconv.h
721         * src/jpilot.c
722         * src/jpilot.h
723         * src/ldapctrl.c
724         * src/ldapctrl.h
725         * src/ldapquery.h
726         * src/ldif.c
727         * src/ldif.h
728         * src/etpan/etpan-thread-manager.c
729         * src/etpan/etpan-thread-manager.h
730         * src/gtk/gtkutils.c
731         * src/gtk/gtkutils.h
732                 More static functions
734 2007-01-22 [fabien]     2.7.1cvs51
736         * src/gtk/gtkutils.c
737                 gtkut_get_options_frame() : ability to pass
738                 a 'NULL' value in frame pointer parameter if
739                 we don't need it.
741 2007-01-22 [colin]      2.7.1cvs50
743         * src/procmsg.c
744         * src/procmsg.h
745         * src/plugins/bogofilter/bogofilter.c
746         * src/plugins/bogofilter/bogofilter_gtk.c
747         * src/plugins/spamassassin/spamassassin.c
748         * src/plugins/spamassassin/spamassassin_gtk.c
749                 Allow moving spams to the account's trash
750                 instead of default one
752 2007-01-21 [colin]      2.7.1cvs49
754         * src/ldapquery.c
755         * src/ldapquery.h
756                 Revert a static function that shouldn't
757                 have been
759 2007-01-21 [colin]      2.7.1cvs48
761         * src/ldapquery.c
762         * src/ldapquery.h
763                 Same
765 2007-01-21 [colin]      2.7.1cvs47
767         * src/procmsg.c
768         * src/procmsg.h
769                 Same
771 2007-01-21 [colin]      2.7.1cvs46
773         * src/common/socket.c
774         * src/common/socket.h
775                 Same
777 2007-01-21 [colin]      2.7.1cvs45
779         * src/crash.c
780         * src/exporthtml.c
781         * src/exporthtml.h
782         * src/exportldif.c
783         * src/exportldif.h
784         * src/folder.c
785         * src/folder.h
786         * src/folder_item_prefs.c
787         * src/folder_item_prefs.h
788         * src/folderview.c
789         * src/folderview.h
790         * src/gedit-print.c
791         * src/gedit-print.h
792         * src/main.c
793         * src/main.h
794         * src/common/socket.c
795         * src/common/socket.h
796         * src/gtk/gtkaspell.c
797         * src/gtk/gtkaspell.h
798         * src/gtk/quicksearch.c
799         * src/gtk/quicksearch.h
800                 Same
802 2007-01-21 [colin]      2.7.1cvs44
804         * src/common/utils.c
805         * src/common/utils.h
806         * src/etpan/etpan-thread-manager.c
807         * src/etpan/etpan-thread-manager.h
808                 Same (Funny that etpan_thread_unbind
809                 is called but not etpan_thread_bind)
811 2007-01-21 [colin]      2.7.1cvs43
813         * src/addrselect.c
814         * src/addrselect.h
815         * src/codeconv.c
816         * src/codeconv.h
817         * src/compose.c
818         * src/compose.h
819         * src/etpan/Makefile.am
820         * src/gtk/colorlabel.c
821         * src/gtk/colorlabel.h
822         * src/gtk/sslcertwindow.c
823         * src/gtk/sslcertwindow.h
824         * src/etpan/etpan-log.c ** REMOVED **
825         * src/etpan/etpan-log.h ** REMOVED **
826                 Same
828 2007-01-20 [colin]      2.7.1cvs42
830         * src/addritem.c
831         * src/addritem.h
832                 Same
834 2007-01-20 [colin]      2.7.1cvs41
836         * src/account.c
837         * src/account.h
838         * src/addrbook.c
839         * src/addrbook.h
840         * src/addrcache.c
841         * src/addrcache.h
842         * src/addrclip.c
843         * src/addrclip.h
844         * src/addressbook.c
845         * src/addressbook.h
846         * src/addrharvest.c
847         * src/addrharvest.h
848         * src/addrindex.c
849         * src/addrindex.h
850         * src/editaddress.c
851         * src/editaddress.h
852                 Make functions that aren't used in other
853                 files static
855 2007-01-20 [colin]      2.7.1cvs40
857         * src/account.c
858         * src/addrbook.c
859         * src/addrcache.c
860         * src/addressbook.c
861         * src/addrgather.c
862         * src/addrindex.c
863         * src/addrquery.c
864         * src/addrselect.c
865         * src/browseldap.c
866         * src/compose.c
867         * src/editbook.c
868         * src/editjpilot.c
869         * src/editldap.c
870         * src/editldap_basedn.c
871         * src/editvcard.c
872         * src/exporthtml.c
873         * src/exportldif.c
874         * src/folder.c
875         * src/folderview.c
876         * src/image_viewer.c
877         * src/imap.c
878         * src/importmutt.c
879         * src/importpine.c
880         * src/jpilot.c
881         * src/ldapquery.c
882         * src/main.c
883         * src/mainwindow.c
884         * src/matcher.c
885         * src/messageview.c
886         * src/mh.c
887         * src/mimeview.c
888         * src/msgcache.c
889         * src/mutt.c
890         * src/news.c
891         * src/pine.c
892         * src/prefs_account.c
893         * src/prefs_common.c
894         * src/prefs_compose_writing.c
895         * src/prefs_ext_prog.c
896         * src/prefs_folder_item.c
897         * src/prefs_fonts.c
898         * src/prefs_message.c
899         * src/prefs_msg_colors.c
900         * src/prefs_other.c
901         * src/prefs_quote.c
902         * src/prefs_receive.c
903         * src/prefs_send.c
904         * src/prefs_spelling.c
905         * src/prefs_summaries.c
906         * src/prefs_toolbar.c
907         * src/prefs_wrapping.c
908         * src/privacy.c
909         * src/procmime.c
910         * src/procmsg.c
911         * src/ssl_manager.c
912         * src/statusbar.c
913         * src/summaryview.c
914         * src/toolbar.c
915         * src/vcard.c
916         * src/common/hooks.c
917         * src/common/log.c
918         * src/common/passcrypt.c
919         * src/common/socket.c
920         * src/common/ssl.c
921         * src/common/ssl_certificate.c
922         * src/common/template.c
923         * src/common/utils.c
924         * src/etpan/imap-thread.c
925         * src/gtk/sslcertwindow.c
926         * src/gtk/sslcertwindow.h
927                 Make functions that could be static, static
929 2007-01-20 [colin]      2.7.1cvs39
931         * src/editldap.c
932                 Fix tooltip
934 2007-01-20 [colin]      2.7.1cvs38
936         * src/ldapquery.c
937         * src/ldaputil.c
938         * src/ldaputil.h
939                 Fix bug 1102, 'claws-mail-2.7.1 
940                 makes use of deprecated ldap 
941                 functions'
943 2007-01-20 [colin]      2.7.1cvs37
945         * src/mainwindow.c
946         * src/mainwindow.h
947         * src/summaryview.c
948         * src/gtk/quicksearch.c
949                 Add Wide message list layout
951 2007-01-19 [fabien]     2.7.1cvs36
953         * src/textview.c
954                 make sure a font change is considered in links of
955                 headerview.
957 2007-01-19 [colin]      2.7.1cvs35
959         * src/main.c
960         * src/mainwindow.c
961         * src/mainwindow.h
962         * src/messageview.c
963         * src/messageview.h
964         * src/prefs_common.c
965         * src/prefs_common.h
966         * src/summaryview.c
967         * src/summaryview.h
968         * src/gtk/quicksearch.c
969         * src/gtk/quicksearch.h
970                 Drop 'Separate Folder tree' and 'Separate
971                 Message View'. Put three layouts in place
972                 of it.
974 2007-01-19 [paul]       2.7.1cvs34
976         * src/prefs_msg_colors.c
977                 more use of Q_ for translators
979 2007-01-19 [paul]       2.7.1cvs33
981         * src/imap_gtk.c
982         * src/prefs_account.c
983                 a few changes to the English
985 2007-01-19 [fabien]     2.7.1cvs32
987         * src/wizard.c
988                 factorize translatable string
990 2007-01-18 [colin]      2.7.1cvs31
992         * src/main.c
993                 Don't error out on --sync option. Although
994                 we don't do anything with it, gtk+ handles
995                 it, and it's useful for debugging X errors
997 2007-01-18 [fabien]     2.7.1cvs30
999         * src/prefs_other.c
1000                 ability to apply on the fly the recent added
1001                 'gtk_can_change_accels' pref (no need to restart).
1003 2007-01-18 [fabien]     2.7.1cvs29
1005         * src/plugins/bogofilter/bogofilter_gtk.c
1006         * src/plugins/bogofilter/bogofilter.c
1007         * src/plugins/spamassassin/spamassassin_gtk.c
1008         * src/addr_compl.c
1009         * src/prefs_account.c
1010                 factorize or rewrite some translatable strings.
1012 2007-01-18 [fabien]     2.7.1cvs28
1014         * src/prefs_gtk.h
1015         * src/compose.c
1016                 set a 4pix space between "Subject:" label and subject entry in
1017                 compose window.
1019 2007-01-18 [wwp]        2.7.1cvs27
1021         * src/addressbook.c
1022                 fix conflicting address-copy/paste when focus is set
1023                 to the embedded edit-person form.
1026 2007-01-18 [wwp]        2.7.1cvs26
1028         * src/addressbook.h
1029                 complete 2.7.1cvs23 (one more file was missing from that
1030                 commit).
1032 2007-01-18 [colin]      2.7.1cvs25
1034         * src/main.c
1035                 Provide a way to migrate without backup
1036                 Re-ask for migration on next start if 
1037                 it has been refused and wizard has been 
1038                 cancelled after.
1040 2007-01-18 [wwp]        2.7.1cvs24
1042         * src/editaddress.c
1043                 complete 2.7.1.cvs23 (file was missing from previous
1044                 commit).
1046 2007-01-18 [wwp]        2.7.1cvs23
1048         * src/addressbook.c
1049                 fix potential crashes in address book's focus_in/out signal handlers,
1050                 force focus to the edit-person form when clicked the Edit menu entry or
1051                 button (this only matters if the edit-person form is embedded to the
1052                 AB window, in that case, focus is not set when browsing the contacts
1053                 list w/ keys or mouse clicks).
1055 2007-01-18 [paul]       2.7.1cvs22
1057         * src/main.c
1058                 add command line options:
1059                 -h for --help
1060                 -q and --quit for --exit
1061                 -v for --version
1062                 print "Unknown option" for unknown options
1064 2007-01-18 [paul]       2.7.1cvs21
1066         * po/ru.po
1067                 updated by Pavlo Bohmat
1069 2007-01-18 [paul]       2.7.1cvs20
1071         * src/mainwindow.c
1072                 fix sensitivity issues of Mark as Spam/Ham
1074 2007-01-17 [fabien]     2.7.1cvs19
1076         * src/prefs_other.c
1077         * src/prefs_common.c
1078         * src/prefs_common.h
1079         * src/main.c
1080                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1081                 control the corresponding gtk property. It could be used to lock
1082                 all shortcuts (avoid to set one of them by inadvertency).
1084 2007-01-17 [colin]      2.7.1cvs18
1086         * src/summaryview.c
1087                 Fix bug 1100, 'Highlighted e-mail data not visible 
1088                 when color label applied.'. Use a weighted average
1089                 between normal selected foreground color and color
1090                 label instead of a simple one (3/1 instead 1/1).
1092 2007-01-17 [colin]      2.7.1cvs17
1094         * src/messageview.c
1095                 Better fix for bug 1088, 'Ctrl-h produces repeatable
1096                 crash' - don't prevent mail switching while loading
1098 2007-01-17 [colin]      2.7.1cvs16
1100         * src/folder.c
1101         * src/folder.h
1102         * src/folderview.c
1103         * src/folderview.h
1104         * src/imap.c
1105         * src/imap.h
1106         * src/imap_gtk.c
1107                 Manage recursive search of unsubscribed folders
1108                 Rescan tree without checking for new messages 
1109                 after subscriptions changed
1111 2007-01-17 [paul]       2.7.1cvs15
1113         * src/prefs_common.c
1114         * src/gtk/pluginwindow.c
1115                 fix bug 1101, '"Load plugin" button is
1116                 accidentally hidden'
1117                 unset (-1) initial width in prefs_common,
1118                 fix overlapping buttons,
1119                 and other cleanups
1121 2007-01-17 [paul]       2.7.1cvs14
1123         * src/procmime.c
1124                 add #include <errno.h>, it's needed
1125                 on some systems
1127 2007-01-17 [paul]       2.7.1cvs13
1129         * src/common/defs.h
1130         * tools/make.themes.project
1131                 rename .sylpheed_themeinfo to .claws_themeinfo
1132                 and use it
1133         * src/etpan/etpan-errors.h
1134         * src/etpan/etpan-log.c
1135         * src/etpan/etpan-log.h
1136         * src/etpan/etpan-thread-manager-types.h
1137         * src/etpan/etpan-thread-manager.c
1138         * src/etpan/etpan-thread-manager.h
1139         * src/etpan/imap-thread.c
1140         * src/etpan/imap-thread.h
1141                 add copyright header
1143 2007-01-17 [colin]      2.7.1cvs12
1145         * src/plugins/pgpcore/select-keys.c
1146         * src/gtk/pluginwindow.c
1147         * src/prefs_account.c
1148                 Fix warnings
1150 2007-01-16 [colin]      2.7.1cvs11
1152         * src/imap.c
1153         * src/imap.h
1154         * src/imap_gtk.c
1155                 Manage subscribing to subfolders when only
1156                 subscribed folders are shown.
1158 2007-01-16 [colin]      2.7.1cvs10
1160         * src/folderview.c
1161                 Fix annoying vscrollbar going back to top
1162                 on Check for new folders
1164 2007-01-16 [colin]      2.7.1cvs9
1166         * src/imap.c
1167                 Remove printf
1169 2007-01-16 [colin]      2.7.1cvs8
1171         * src/filtering.c
1172                 Bigger buffer for errors
1173         * src/imap.c
1174         * src/imap.h
1175         * src/imap_gtk.c
1176         * src/prefs_account.c
1177         * src/prefs_account.h
1178         * src/wizard.c
1179         * src/etpan/imap-thread.c
1180         * src/etpan/imap-thread.h
1181         * manual/handling.xml
1182                 Add subscriptions management. What it changes:
1183                 Creating a folder subscribes to it
1184                 Deleting a folder unsubscribes it
1185                 New contextual menu item allowing to switch between
1186                 All folders and Subscribed folders, subscribe, and
1187                 unsubscribe. "Creating" an existing but unsubscribed
1188                 folder will subscribe it.
1189                 By default for new accounts, only subscribed folders 
1190                 are shown.
1193 2007-01-16 [paul]       2.7.1cvs7
1195         * src/summaryview.c
1196                 Allow folder classes to specify only sort_key or
1197                 sort_type instead of both or none.
1199 2007-01-16 [paul]       2.7.1cvs6
1201         * src/action.c
1202         * src/compose.c
1203         * src/mimeview.c
1204         * src/procmime.c
1205         * src/textview.c
1206                 Save and use errno for procmime_get_part
1208 2007-01-16 [colin]      2.7.1cvs5
1210         * src/imap.c
1211                 Never remove INBOX when scanning for
1212                 new folders. It's a special folder
1213                 that has to exist.
1215 2007-01-15 [colin]      2.7.1cvs4
1217         * src/imap.c
1218                 Fix 'Check for new folders' when IMAP subdirectory
1219                 is set
1220         * src/etpan/imap-thread.c
1221                 Fix build
1223 2007-01-15 [colin]      2.7.1cvs3
1225         * src/etpan/imap-thread.c
1226                 Fix invalid free on command-connection
1227                 error
1229 2007-01-15 [wwp]        2.7.1cvs2
1231         * src/matcher_parser_lex.l
1232         * src/quote_fmt_lex.l
1233         * src/matcher_parser_parse.y
1234                 fix copyright header in lexers and parsers.
1236 2007-01-15 [paul]       2.7.1cvs1
1238         * NEWS
1239         * README
1240         * RELEASE_NOTES
1241         * configure.ac
1242                 bump up version number following
1243                 stable release
1245 2007-01-15 [paul]       2.7.0cvs31
1247         * AUTHORS
1248         * src/gtk/authors.h
1249                 add Fabien to the Team list
1250                 add the recent contributors
1251                 make a few corrections
1253 2007-01-15 [paul]       2.7.0cvs30
1255         * src/mainwindow.c
1256                 fix compiler warning
1257         * src/plugins/pgpcore/prefs_gpg.c
1258         * src/plugins/pgpcore/prefs_gpg.h
1259                 add missing include
1260                 fix copyright header
1262 2007-01-14 [colin]      2.7.0cvs29
1264         * src/gtk/filesel.c
1265                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1266                 two benefits: faster to open, will fix strange
1267                 dbus-related crash. Thanks to Pascal Terjan.
1269 2007-01-14 [colin]      2.7.0cvs28
1271         * src/etpan/imap-thread.c
1272                 Delete the old imap just after allocating
1273                 the new one. Makes sure we don't get the
1274                 same pointer by sheer luck, which feels
1275                 strange in the debug log.
1277 2007-01-14 [colin]      2.7.0cvs27
1279         * src/gtk/inputdialog.c
1280                 Make sure we don't print passwords in
1281                 clear text when in debug mode
1283 2007-01-14 [colin]      2.7.0cvs26
1285         * src/gtk/gtksctree.c
1286                 Fix bug 1098, 'bogus last row display 
1287                 after expanding a thread'. Patch by
1288                 Jindrich Makovicka <makovick@gmail.com>
1290 2007-01-14 [colin]      2.7.0cvs25
1292         * src/etpan/imap-thread.c
1293                 Close socket manually before
1294                 freeing the imap struct
1296 2007-01-14 [colin]      2.7.0cvs24
1298         * src/etpan/imap-thread.c
1299                 Maybe fix new reconnection issues
1301 2007-01-13 [colin]      2.7.0cvs23
1303         * src/summaryview.c
1304                 Freeze/thaw on thread selection
1306 2007-01-13 [paul]       2.7.0cvs22
1308         * src/mainwindow.c
1309         * src/summaryview.c
1310         * src/summaryview.h
1311                 add 'Edit/Delete thread'
1313 2007-01-13 [colin]      2.7.0cvs21
1315         * src/prefs_account.c
1316         * src/prefs_compose_writing.c
1317         * src/prefs_message.c
1318         * src/prefs_msg_colors.c
1319         * src/prefs_other.c
1320         * src/prefs_receive.c
1321         * src/prefs_spelling.c
1322         * src/prefs_summaries.c
1323         * src/prefs_themes.c
1324         * src/gtk/gtkutils.c
1325         * src/gtk/gtkutils.h
1326         * src/plugins/pgpcore/prefs_gpg.c
1327         * src/plugins/spamassassin/spamassassin_gtk.c
1328                 Factorize gtk frame creation
1329                 Patch by Pawel
1331 2007-01-13 [colin]      2.7.0cvs20
1333         * src/message_search.c
1334         * src/summary_search.c
1335                 Fix Enter in search windows
1336         * src/messageview.c
1337                 Fix body search starting at the
1338                 end of the mail (and asking for loop)
1340 2007-01-13 [colin]      2.7.0cvs19
1342         * src/etpan/imap-thread.c
1343                 Make sure we don't free the same imap
1344                 twice
1346 2007-01-13 [colin]      2.7.0cvs18
1348         * commitHelper
1349                 Allow multiple commitHelpers to
1350                 run at once
1352 2007-01-12 [colin]      2.7.0cvs17
1354         * src/etpan/imap-thread.c
1355                 Make sure we get rid of the previous mailimap
1356                 when connecting - just in case disconnect was
1357                 unclean
1359 2007-01-12 [paul]       2.7.0cvs16
1361         * src/compose.c
1362                 Strip S/MIME signatures when re-editing
1363                 S/MIME signed messages.
1365 2007-01-12 [paul]       2.7.0cvs15
1367         * configure.ac
1368         * src/addressbook.c
1369         * src/foldersel.c
1370         * src/folderview.c
1371         * src/main.c
1372                 no need to define CLAWS anymore, remove
1373                 all that stuff
1375 2007-01-12 [paul]       2.7.0cvs14
1377         * src/mimeview.c
1378                 check if the mail's signed as
1379                 it can change the mail structure
1380                 Thanks to Colin
1382 2007-01-12 [paul]       2.7.0cvs13
1384         * src/procmime.c
1385                 fix Forwarding msgs with attachments
1386                 that have dos line endings
1387                 Thanks to Colin
1389 2007-01-12 [wwp]        2.7.0cvs12
1391         * configure.ac
1392                 Revert accidentally committed extra version tag.
1394 2007-01-12 [wwp]        2.7.0cvs11
1396         * src/prefs_account.c
1397                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1399 2007-01-11 [colin]      2.7.0cvs10
1401         * src/imap.c
1402                 move g_warning to debug_print
1403                 it scares people for no reason
1405 2007-01-11 [colin]      2.7.0cvs9
1407         * po/POTFILES.in
1408                 Fix files to translate. Patch by
1409                 Fabien
1411 2007-01-11 [paul]       2.7.0cvs8
1413         * src/imap.c
1414                 Fix recursion when server lists the
1415                 current subfolder in the response
1416         * src/mimeview.c
1417                 Fix updating of icon_list/ctree
1418         * src/plugins/pgpcore/select-keys.c
1419                 Fix a few annoyances when choosing
1420                 keys for the CMS (S/MIME) protocol
1422 2007-01-11 [wwp]        2.7.0cvs7
1424         * src/compose.c
1425         * src/prefs_account.c
1426         * src/prefs_account.h
1427                 Add per-account spellcheck default dictionaries settings.
1429 2007-01-10 [colin]      2.7.0cvs6
1431         * src/prefs_folder_item.c
1432                 Factorize strings - patch by Fabien
1434 2007-01-10 [colin]      2.7.0cvs5
1436         * src/mainwindow.c
1437                 Fix bug 1095, 'Crash while changing folder 
1438                 columns during incorporation'
1440 2007-01-09 [colin]      2.7.0cvs4
1442         * src/gtk/pluginwindow.c
1443                 Set the plugin window transient. Seems
1444                 like some window managers hide it in
1445                 the background after "load plugin"...
1447 2007-01-09 [colin]      2.7.0cvs3
1449         * src/gtk/filesel.c
1450                 Use the same type for alloc and free
1452 2007-01-08 [paul]       2.7.0cvs2
1454         * po/nl.po
1455                 updated by Tim Dijkstra
1457 2007-01-08 [paul]       2.7.0cvs1
1459         * src/prefs_themes.c
1460         * src/common/utils.c
1461                 Fix resource leaks
1463 2007-01-08 [paul]       2.7.0
1465         * NEWS
1466         * README
1467         * RELEASE_NOTES
1468                 2.7.0 released
1470 2007-01-08 [paul]       2.6.1cvs119
1472         * doc/man/claws-mail.1
1473                 another correction
1475 2007-01-08 [paul]       2.6.1cvs118
1477         * doc/man/claws-mail.1
1478                 corrections
1479         * manual/advanced.xml
1480                 improved English usage
1482 2007-01-08 [paul]       2.6.1cvs117
1484         * po/ca.po
1485         * po/de.po
1486         * po/en_GB.po
1487         * po/fi.po
1488         * po/it.po
1489         * po/pt_BR.po
1490         * po/sk.po
1491         * po/sr.po
1492         * po/zh_CN.po
1493                 updated by Miquel Oliete, Stephan Sachse, me,
1494                 Tommi Pirinen, Andrea Spadaccini, Frederico
1495                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1496                 Urosevic, and Ralgh Young
1498 2007-01-07 [mones]      2.6.1cvs116
1500         * manual/es/advanced.xml
1501         * po/es.po
1502                 Synced manual (unhide mark_as_read_delay)
1503                 and updated translation for release
1505 2007-01-07 [paul]       2.6.1cvs115
1507         * src/prefs_matcher.c
1508                 make the hbox content fit better under
1509                 various languages
1511 2007-01-07 [colin]      2.6.1cvs114
1513         * src/messageview.c
1514                 Fix bug 1088, 'Ctrl-h produces repeatable
1515                 crash'
1517 2007-01-06 [colin]      2.6.1cvs113
1519         * src/etpan/imap-thread.c
1520                 Add casts to int to get certs. Fixes
1521                 bug 1064, 'crash @ etpan_certificate_check() 
1522                 when opening an IMAP folder', with latest
1523                 libetpan CVS or >= 0.49
1524         * src/mainwindow.c
1525         * src/mainwindow.h
1526         * src/imap_gtk.c
1527         * src/news_gtk.c
1528         * src/prefs_folder_item.c
1529                 Grey out the "synchronise" menu items if
1530                 there's nothing to synchronise.
1531         * src/plugins/pgpcore/sgpgme.c
1532                 Make an error clearer than "Unknown error"
1534 2007-01-06 [colin]      2.6.1cvs112
1536         * src/messageview.c
1537                 Don't try to show a message if updating
1538                 Maybe fixes bug 1088, 'ctrl-h produces
1539                 repeatable crash'.
1541 2007-01-06 [colin]      2.6.1cvs111
1543         * src/summaryview.c
1544                 Disable Control-Space (handle it as Space).
1546 2007-01-05 [paul]       2.6.1cvs110
1548         * src/imap.c
1549                 Fix bug 934, 'sylpheed claws 2.1 
1550                 doesn't show Exchanges Public Folders'
1551                 Thanks to Hoa and Colin
1552         * src/msgcache.c
1553                 Refuse to allocate more than 2 MB for a 
1554                 single field, it's a good indication of
1555                 cache corruption.
1557 2007-01-05 [colin]      2.6.1cvs109
1559         * src/mainwindow.c
1560                 Allow --select'ing emails by Message-ID too
1562 2007-01-05 [colin]      2.6.1cvs108
1564         * src/common/quoted-printable.c
1565                 Uh! Third fix :)
1567 2007-01-05 [colin]      2.6.1cvs107
1569         * src/common/quoted-printable.c
1570                 Fix previous commit about bug 1089
1571                 Thanks to Ralf
1573 2007-01-05 [colin]      2.6.1cvs106
1575         * src/common/quoted-printable.c
1576                 Fix my previous commit on bug 1089
1577                 - Thanks to Ralf :)
1579 2007-01-04 [colin]      2.6.1cvs105
1581         * src/common/quoted-printable.c
1582                 Fix bug 1089, 'NUL characters in Subject 
1583                 line are misinterpreted'. Not a pain to
1584                 fix in fact.
1586 2007-01-04 [colin]      
1588         2.7.0-rc3 released
1590 2007-01-04 [wwp]        2.6.1cvs104
1592         * src/image_viewer.c
1593                 Force operator precedence (fix a compiler warning).
1595 2007-01-04 [colin]      2.6.1cvs103
1597         * src/image_viewer.c
1598                 Be cautious there too (same fix as the one
1599                 in textview from cvs33)
1600         * src/messageview.c
1601                 Don't use any MimeViewer plugin when showing
1602                 all headers
1604 2007-01-03 [wwp]        2.6.1cvs102
1606         * src/html.c
1607         * src/html.h
1608                 fixed "cent" sign (use the existing ASCII one),
1609                 decode more HTML entities,
1610                 converted table ASCII entries to UTF-8,
1611                 moved a switch() into a hashtable.
1613 2007-01-03 [paul]       2.6.1cvs101
1615         * src/compose.c
1616         * src/messageview.c
1617         * src/procmsg.c
1618         * src/procmsg.h
1619                 When possible, use move_msg instead of
1620                 copy_msg + remove_msg to move sent mail
1621                 from Queue to Sent. 
1623 2007-01-03 [paul]       2.6.1cvs100
1625         * src/html.c
1626                 add more html entity recognition:
1627                 pounds, euros, and cents
1629 2007-01-03 [colin]      2.6.1cvs99
1631         * src/imap_gtk.c
1632                 Don't display an error on NOSELECT
1633                 folders when synchronising
1635 2007-01-03 [paul]       2.6.1cvs98
1637         * tools/maildir2claws-mail.pl
1638                 only substitute 'sent-mail' if it's
1639                 the full directory name
1641 2007-01-03 [paul]       2.6.1cvs97
1643         * ChangeLog
1644         * ChangeLog.pre2.0.0
1645         * Makefile.am
1646                 archive a chunk of ChangeLog in
1647                 ChangeLog.pre2.0.0
1648         * ChangeLog.gtk1
1649         * doc/src/ChangeLog.claws-pre0.8.0
1650                 remove ChangeLog.claws-pre0.8.0, adding
1651                 its contents to ChangeLog.gtk1
1653 2007-01-03 [paul]       2.6.1cvs96
1655         * src/account.c
1656         * src/account.h
1657         * src/action.c
1658         * src/action.h
1659         * src/adbookbase.h
1660         * src/addr_compl.c
1661         * src/addr_compl.h
1662         * src/addrbook.c
1663         * src/addrcache.c
1664         * src/addrcache.h
1665         * src/addrcindex.c
1666         * src/addrcindex.h
1667         * src/addrclip.c
1668         * src/addrclip.h
1669         * src/addrdefs.h
1670         * src/addressadd.c
1671         * src/addressadd.h
1672         * src/addressbook.c
1673         * src/addressbook.h
1674         * src/addressbook_foldersel.c
1675         * src/addressbook_foldersel.h
1676         * src/addrgather.c
1677         * src/addrgather.h
1678         * src/addrharvest.c
1679         * src/addrharvest.h
1680         * src/addrindex.c
1681         * src/addrindex.h
1682         * src/addritem.c
1683         * src/addritem.h
1684         * src/addrquery.c
1685         * src/addrquery.h
1686         * src/addrselect.c
1687         * src/addrselect.h
1688         * src/alertpanel.c
1689         * src/alertpanel.h
1690         * src/browseldap.c
1691         * src/browseldap.h
1692         * src/codeconv.c
1693         * src/codeconv.h
1694         * src/compose.c
1695         * src/compose.h
1696         * src/customheader.c
1697         * src/customheader.h
1698         * src/displayheader.c
1699         * src/displayheader.h
1700         * src/editaddress.c
1701         * src/editaddress.h
1702         * src/editbook.c
1703         * src/editbook.h
1704         * src/editgroup.c
1705         * src/editgroup.h
1706         * src/editjpilot.c
1707         * src/editjpilot.h
1708         * src/editldap.c
1709         * src/editldap.h
1710         * src/editldap_basedn.c
1711         * src/editldap_basedn.h
1712         * src/editvcard.c
1713         * src/editvcard.h
1714         * src/exphtmldlg.c
1715         * src/exphtmldlg.h
1716         * src/expldifdlg.c
1717         * src/expldifdlg.h
1718         * src/export.c
1719         * src/export.h
1720         * src/exporthtml.c
1721         * src/exporthtml.h
1722         * src/exportldif.c
1723         * src/exportldif.h
1724         * src/filtering.c
1725         * src/filtering.h
1726         * src/folder.c
1727         * src/folder.h
1728         * src/folder_item_prefs.c
1729         * src/folder_item_prefs.h
1730         * src/foldersel.c
1731         * src/foldersel.h
1732         * src/folderutils.c
1733         * src/folderutils.h
1734         * src/folderview.c
1735         * src/folderview.h
1736         * src/grouplistdialog.c
1737         * src/grouplistdialog.h
1738         * src/headerview.c
1739         * src/html.c
1740         * src/html.h
1741         * src/image_viewer.c
1742         * src/image_viewer.h
1743         * src/imap.c
1744         * src/imap.h
1745         * src/imap_gtk.c
1746         * src/imap_gtk.h
1747         * src/import.c
1748         * src/import.h
1749         * src/importldif.c
1750         * src/importldif.h
1751         * src/importmutt.c
1752         * src/importmutt.h
1753         * src/importpine.c
1754         * src/importpine.h
1755         * src/inc.c
1756         * src/inc.h
1757         * src/jpilot.c
1758         * src/jpilot.h
1759         * src/ldapctrl.c
1760         * src/ldapctrl.h
1761         * src/ldaplocate.c
1762         * src/ldaplocate.h
1763         * src/ldapquery.c
1764         * src/ldapquery.h
1765         * src/ldapserver.c
1766         * src/ldapserver.h
1767         * src/ldaputil.c
1768         * src/ldaputil.h
1769         * src/ldif.c
1770         * src/ldif.h
1771         * src/main.c
1772         * src/main.h
1773         * src/mainwindow.c
1774         * src/mainwindow.h
1775         * src/manual.c
1776         * src/manual.h
1777         * src/mbox.c
1778         * src/message_search.c
1779         * src/message_search.h
1780         * src/messageview.c
1781         * src/messageview.h
1782         * src/mh.c
1783         * src/mh.h
1784         * src/mh_gtk.c
1785         * src/mh_gtk.h
1786         * src/mimeview.c
1787         * src/mimeview.h
1788         * src/msgcache.c
1789         * src/msgcache.h
1790         * src/mutt.c
1791         * src/mutt.h
1792         * src/news.c
1793         * src/news.h
1794         * src/news_gtk.c
1795         * src/news_gtk.h
1796         * src/partial_download.c
1797         * src/partial_download.h
1798         * src/pine.c
1799         * src/pine.h
1800         * src/pop.c
1801         * src/pop.h
1802         * src/prefs_account.c
1803         * src/prefs_account.h
1804         * src/prefs_actions.c
1805         * src/prefs_actions.h
1806         * src/prefs_common.c
1807         * src/prefs_common.h
1808         * src/prefs_compose_writing.c
1809         * src/prefs_compose_writing.h
1810         * src/prefs_customheader.c
1811         * src/prefs_customheader.h
1812         * src/prefs_display_header.c
1813         * src/prefs_display_header.h
1814         * src/prefs_filtering.c
1815         * src/prefs_filtering.h
1816         * src/prefs_filtering_action.c
1817         * src/prefs_filtering_action.h
1818         * src/prefs_folder_column.c
1819         * src/prefs_folder_column.h
1820         * src/prefs_folder_item.c
1821         * src/prefs_folder_item.h
1822         * src/prefs_fonts.c
1823         * src/prefs_fonts.h
1824         * src/prefs_gtk.c
1825         * src/prefs_gtk.h
1826         * src/prefs_image_viewer.c
1827         * src/prefs_image_viewer.h
1828         * src/prefs_matcher.c
1829         * src/prefs_matcher.h
1830         * src/prefs_message.c
1831         * src/prefs_msg_colors.c
1832         * src/prefs_msg_colors.h
1833         * src/prefs_other.c
1834         * src/prefs_quote.c
1835         * src/prefs_receive.c
1836         * src/prefs_send.c
1837         * src/prefs_spelling.c
1838         * src/prefs_spelling.h
1839         * src/prefs_summaries.c
1840         * src/prefs_summaries.h
1841         * src/prefs_summary_column.c
1842         * src/prefs_summary_column.h
1843         * src/prefs_template.c
1844         * src/prefs_template.h
1845         * src/prefs_themes.c
1846         * src/prefs_themes.h
1847         * src/prefs_toolbar.c
1848         * src/prefs_toolbar.h
1849         * src/prefs_wrapping.c
1850         * src/prefs_wrapping.h
1851         * src/privacy.c
1852         * src/privacy.h
1853         * src/procheader.c
1854         * src/procheader.h
1855         * src/procmime.c
1856         * src/procmime.h
1857         * src/procmsg.c
1858         * src/procmsg.h
1859         * src/quote_fmt.c
1860         * src/quote_fmt_parse.y
1861         * src/recv.c
1862         * src/recv.h
1863         * src/remotefolder.c
1864         * src/remotefolder.h
1865         * src/send_message.c
1866         * src/send_message.h
1867         * src/setup.c
1868         * src/setup.h
1869         * src/sourcewindow.c
1870         * src/sourcewindow.h
1871         * src/ssl_manager.c
1872         * src/ssl_manager.h
1873         * src/statusbar.c
1874         * src/statusbar.h
1875         * src/stock_pixmap.c
1876         * src/stock_pixmap.h
1877         * src/summary_search.c
1878         * src/summary_search.h
1879         * src/summaryview.c
1880         * src/summaryview.h
1881         * src/textview.c
1882         * src/textview.h
1883         * src/toolbar.c
1884         * src/toolbar.h
1885         * src/undo.c
1886         * src/undo.h
1887         * src/unmime.c
1888         * src/unmime.h
1889         * src/vcard.c
1890         * src/vcard.h
1891         * src/wizard.c
1892         * src/wizard.h
1893         * src/common/base64.c
1894         * src/common/base64.h
1895         * src/common/defs.h
1896         * src/common/hooks.c
1897         * src/common/hooks.h
1898         * src/common/log.c
1899         * src/common/log.h
1900         * src/common/mgutils.c
1901         * src/common/mgutils.h
1902         * src/common/nntp.c
1903         * src/common/nntp.h
1904         * src/common/passcrypt.c
1905         * src/common/passcrypt.h.in
1906         * src/common/plugin.c
1907         * src/common/plugin.h
1908         * src/common/prefs.c
1909         * src/common/prefs.h
1910         * src/common/progressindicator.c
1911         * src/common/progressindicator.h
1912         * src/common/quoted-printable.c
1913         * src/common/quoted-printable.h
1914         * src/common/session.c
1915         * src/common/session.h
1916         * src/common/smtp.c
1917         * src/common/smtp.h
1918         * src/common/socket.c
1919         * src/common/socket.h
1920         * src/common/ssl.c
1921         * src/common/ssl.h
1922         * src/common/ssl_certificate.c
1923         * src/common/ssl_certificate.h
1924         * src/common/stringtable.c
1925         * src/common/stringtable.h
1926         * src/common/template.c
1927         * src/common/template.h
1928         * src/common/timing.h
1929         * src/common/utils.c
1930         * src/common/utils.h
1931         * src/common/version.h.in
1932         * src/common/xml.c
1933         * src/common/xml.h
1934         * src/common/xmlprops.c
1935         * src/common/xmlprops.h
1936         * src/gtk/about.c
1937         * src/gtk/colorlabel.c
1938         * src/gtk/colorsel.c
1939         * src/gtk/colorsel.h
1940         * src/gtk/combobox.c
1941         * src/gtk/combobox.h
1942         * src/gtk/description_window.c
1943         * src/gtk/description_window.h
1944         * src/gtk/filesel.c
1945         * src/gtk/filesel.h
1946         * src/gtk/foldersort.c
1947         * src/gtk/foldersort.h
1948         * src/gtk/gtksctree.c
1949         * src/gtk/gtkutils.c
1950         * src/gtk/gtkutils.h
1951         * src/gtk/inputdialog.c
1952         * src/gtk/inputdialog.h
1953         * src/gtk/logwindow.c
1954         * src/gtk/logwindow.h
1955         * src/gtk/manage_window.c
1956         * src/gtk/manage_window.h
1957         * src/gtk/menu.c
1958         * src/gtk/menu.h
1959         * src/gtk/pluginwindow.c
1960         * src/gtk/pluginwindow.h
1961         * src/gtk/prefswindow.c
1962         * src/gtk/prefswindow.h
1963         * src/gtk/progressdialog.c
1964         * src/gtk/progressdialog.h
1965         * src/gtk/sslcertwindow.c
1966         * src/gtk/sslcertwindow.h
1967         * src/plugins/bogofilter/bogofilter.c
1968         * src/plugins/bogofilter/bogofilter.h
1969         * src/plugins/bogofilter/bogofilter_gtk.c
1970         * src/plugins/clamav/clamav_plugin.c
1971         * src/plugins/clamav/clamav_plugin.h
1972         * src/plugins/clamav/clamav_plugin_gtk.c
1973         * src/plugins/demo/demo.c
1974         * src/plugins/dillo_viewer/dillo_prefs.c
1975         * src/plugins/dillo_viewer/dillo_prefs.h
1976         * src/plugins/dillo_viewer/dillo_viewer.c
1977         * src/plugins/pgpcore/passphrase.c
1978         * src/plugins/pgpcore/passphrase.h
1979         * src/plugins/pgpcore/pgp_viewer.c
1980         * src/plugins/pgpcore/pgp_viewer.h
1981         * src/plugins/pgpcore/plugin.c
1982         * src/plugins/pgpcore/select-keys.c
1983         * src/plugins/pgpcore/select-keys.h
1984         * src/plugins/pgpcore/sgpgme.c
1985         * src/plugins/pgpcore/sgpgme.h
1986         * src/plugins/pgpinline/pgpinline.c
1987         * src/plugins/pgpinline/pgpinline.h
1988         * src/plugins/pgpinline/plugin.c
1989         * src/plugins/pgpmime/pgpmime.c
1990         * src/plugins/pgpmime/pgpmime.h
1991         * src/plugins/pgpmime/plugin.c
1992         * src/plugins/spamassassin/spamassassin.c
1993         * src/plugins/spamassassin/spamassassin.h
1994         * src/plugins/spamassassin/spamassassin_gtk.c
1995         * src/plugins/trayicon/trayicon.c
1996                 it's 2007, update the year in the copyright headers
1998 2007-01-03 [paul]       2.6.1cvs95
2000         * src/gtk/about.c
2001                 it is 2007, use it in the copyright string
2003 2007-01-03 [paul]       2.6.1cvs94
2005         * src/html.c
2006                 html entity conversion:
2007                 move &#153; to a more suitable place
2008                 add &bull; and &ndash;
2009                 make sure &mdash; and &#8212; are both
2010                 converted the same
2012 2007-01-02 [colin]      2.6.1cvs93
2014         * src/addrbook.c
2015                 Fix leak
2016         * src/common/plugin.c
2017                 Add comment
2018         * src/etpan/imap-thread.c
2019                 Fix warning
2021 2006-12-31 [paul]       2.6.1cvs92
2023         * src/prefs_summaries.c
2024                 use gtk_button_new_from_stock()
2026 2006-12-30 [colin]      2.6.1cvs91
2028         * src/folder.c
2029         * src/imap_gtk.c
2030         * src/mh_gtk.c
2031                 Don't update filtering and account paths 
2032                 when copying folders
2034 2006-12-30 [colin]      2.6.1cvs90
2036         * src/prefs_compose_writing.c
2037         * src/prefs_quote.c
2038         * src/prefs_template.c
2039                 Use message font for Writing and 
2040                 Quoting prefs, as well as Templates.
2042 2006-12-30 [colin]      2.6.1cvs89
2044         * src/prefs_summaries.c
2045                 Rework GUI; patch by Pawel
2047 2006-12-29 [colin]      2.6.1cvs88
2049         * src/prefs_folder_item.c
2050                 Fix bug 1085, 'Apply to subfolder 
2051                 doesn't work' - I was mistaken saying
2052                 it worked in every case
2054 2006-12-28 [colin]      2.6.1cvs87
2056         * src/gtk/gtkaspell.c
2057                 Don't assert if use_alternate is true
2058                 and alt_dictionary isn't set -- this 
2059                 is what happens on upgrade! Rather,
2060                 do with it.
2062 2006-12-28 [colin]      2.6.1cvs86
2064         * Makefile.am
2065                 Fix desktop/icon simplification
2067 2006-12-28 [colin]      2.6.1cvs85
2069         * Makefile.am
2070                 Make desktop and icon not 
2071                 dependant on the desktop
2073 2006-12-28 [wwp]        2.6.1cvs84
2075         * src/plugins/pgpmime/claws.def
2076                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2078 2006-12-28 [wwp]        2.6.1cvs83
2080         * src/prefs_folder_item.c
2081                 Fix coloring of "simplify subject regexp" (folder prefs),
2082                 which might be left to red whereas the regexp gets empty.
2084 2006-12-28 [wwp]        2.6.1cvs82
2086         * src/prefs_common.c
2087         * src/prefs_common.h
2088         * src/addressbook.c
2089         * src/addressitem.h
2090                 Save addressbook mainwindow's horizontal and vertical splitter position.
2092 2006-12-27 [wwp]        2.6.1cvs81
2094         * src/gtk/gtkaspell.c
2095         * src/gtk/gtkaspell.h
2096         * src/compose.c
2097                 Fix assignment of compose's default and alternate dictionary from
2098                 account or folder settings. Now gtkaspell_change_dict does rotate
2099                 dicts only when it's called from a menu cb.
2101 2006-12-27 [wwp]        2.6.1cvs80
2103         * src/folder_item_prefs.c
2104                 Fix randomly initialized default-alt-dictionary (folder prefs),
2105                 complete 2.6.1cvs72.
2107 2006-12-27 [paul]       2.6.1cvs79
2109         * src/imap_gtk.c
2110         * src/mh_gtk.c
2111                 Add Copy folder in the folder's contextual
2112                 menu
2114 2006-12-27 [wwp]        2.6.1cvs78
2116         * src/imap.c
2117                 Clean up session locking, thanks to Colin.
2119 2006-12-26 [colin]      2.6.1cvs77
2121         * src/statusbar.c
2122                 Revert previous patch
2124 2006-12-26 [colin]      2.6.1cvs76
2126         * src/folder.c
2127         * src/folderview.c
2128         * src/imap.c
2129         * src/statusbar.c
2130         * src/etpan/imap-thread.c
2131                 Fix previous commit warnings
2132                 Make statusbar update every second if total < 20
2133                 Make IMAP APPEND faster by simplifying log              
2135 2006-12-26 [colin]      2.6.1cvs75
2137         * src/folder.c
2138         * src/folder.h
2139         * src/folderview.c
2140         * src/folderview.h
2141         * src/imap_gtk.c
2142         * src/mh_gtk.c
2143                 Make it possible to copy folders accross
2144                 mailboxes (this was an arbitrary limitation).
2145                 Still make it impossible to move folders 
2146                 accross mailboxes.
2148 2006-12-26 [colin]      2.6.1cvs74
2150         * src/etpan/imap-thread.c
2151                 Fix bug 1081, 'claws-mail 
2152                 segfaults when going offline 
2153                 while it transfers mails via 
2154                 imap'
2156 2006-12-26 [colin]      2.6.1cvs73
2158         * src/folder_item_prefs.c
2159                 Don't forget alt dictionary when
2160                 renaming/moving folders
2162 2006-12-26 [wwp]        2.6.1cvs72
2164         * src/folder_item_prefs.c
2165                 Add missing defaults for per-folder alt dict
2166                 (forgotten in 2.6.1cvs61).
2168 2006-12-26 [colin]      2.6.1cvs71
2170         * src/wizard.c
2171                 Add tooltip to state that specifying
2172                 full path to mailbox is possible
2174 2006-12-26 [wwp]        2.6.1cvs70
2176         * src/partial_download.c
2177         * src/gtk/gtkvscrollbutton.c
2178         * src/plugins/pgpinline/plugin.c
2179                 Fix for few compiler warnings that matter.
2181 2006-12-25 [colin]      2.6.1cvs69
2183         * src/partial_download.c
2184                 Fix marking for download or deletion
2185                 when the header isn't the first
2186         * src/gtk/logwindow.c
2187                 Fix start of scrolling
2189 2006-12-23 [paul]       2.6.1cvs68
2191         * src/compose.c
2192                 change last commit to use the 'academic'
2193                 method instead. Thanks to wwp
2195 2006-12-23 [paul]       2.6.1cvs67
2197         * src/compose.c
2198                 don't warn about empty subject when
2199                 redirecting
2201 2006-12-22 [colin]      2.6.1cvs66
2203         * src/summary_search.c
2204                 Fix previous patch
2206 2006-12-22 [colin]      2.6.1cvs65
2208         * src/gtk/gtkutils.c
2209         * src/imap.c
2210         * src/jpilot.c
2211         * src/summary_search.c
2212                 A few warning fixes
2214 2006-12-23 [paul]       
2216         2.7.0-rc2 released
2218 2006-12-22 [colin]      2.6.1cvs64
2220         * src/toolbar.c
2221         * src/toolbar.h
2222                 Add a combo to the learn spam button
2223         * src/plugins/bogofilter/bogofilter.c
2224         * src/plugins/bogofilter/bogofilter_gtk.c
2225         * src/plugins/bogofilter/bogofilter.h
2226                 Allow to store Unsure mails in a specific
2227                 folder to make better teaching easier
2229 2006-12-21 [wwp]        2.6.1cvs63
2231         * src/compose.c
2232         * src/prefs_common.c
2233         * src/prefs_common.h
2234         * src/prefs_spelling.c
2235         * src/gtk/gtkaspell.c
2236         * src/gtk/gtkaspell.h
2237                 Allow spell-checking using both current and alternate dictionaries
2238                 (thanks to Colin).
2240 2006-12-21 [wwp]        2.6.1cvs62
2242         * src/gtk/gtkaspell.c
2243                 Apply recheck_when_changing_dict (highlight all mispelled words)
2244                 when switching to alternate dictionary.
2246 2006-12-21 [wwp]        2.6.1cvs61
2248         * src/compose.c
2249         * src/folder_item_prefs.h
2250         * src/prefs_common.c
2251         * src/prefs_common.h
2252         * src/prefs_folder_item.c
2253         * src/prefs_spelling.c
2254         * src/gtk/gtkaspell.c
2255         * src/gtk/gtkaspell.h
2256                 Add global and per-folder prefs to set the default
2257                 alternate dictionary.
2259 2006-12-21 [colin]      2.6.1cvs60
2261         * src/folder.c
2262                 Look for folders by path in all folders
2263         * src/html.c
2264                 add &mdash;
2266 2006-12-20 [colin]      2.6.1cvs59
2268         * src/gtk/quicksearch.c
2269                 Make sure in_typing is false when clearing
2271 2006-12-20 [wwp]        2.6.1cvs58
2273         * configure.ac
2274                 change manual's target dir to be LFH-compliant (thanks to Colin).
2276 2006-12-20 [wwp]        2.6.1cvs57
2278         * src/prefs_common.c
2279         * src/prefs_summaries.c
2280                 i18n fix and factorize patch, thanks to Fabien.
2282 2006-12-20 [paul]       2.6.1cvs56
2284         * configure.ac
2285                 last of the renaming (??)
2286         * src/main.c
2287                 correct --help info of --status-full
2288         * src/plugins/bogofilter/bogofilter.c
2289                 make FALSE default of whitelist_ab
2291 2006-12-19 [colin]      2.6.1cvs55
2293         * src/jpilot.c
2294                 Same as before, without depending on
2295                 pisock >= 0.12
2297 2006-12-19 [colin]      2.6.1cvs54
2299         * src/jpilot.c
2300                 Fix bug 1059, 'Better jpilot charset 
2301                 handling'. Use libpisync's charset conversion
2302                 if possible
2304 2006-12-19 [colin]      2.6.1cvs53
2306         * po/fr.po
2307                 Updated by Fabien
2309 2006-12-19 [wwp]        2.6.1cvs52
2311         * src/gtk/about.c
2312                 Add missing #include (thanks to Colin).
2314 2006-12-19 [wwp]        2.6.1cvs51
2316         * src/prefs_receive.c
2317                 Better spacing between widgets in prefs.
2319 2006-12-18 [colin]      2.6.1cvs50
2321         * src/imap.c
2322                 Fix failure to get separator on LIST "" ""
2323                 Try LIST "" "INBOX" too.
2325 2006-12-18 [wwp]        2.6.1cvs49
2327         * src/common/session.c
2328                 Fix a compiler warning (thanks to Fabien).
2330 2006-12-18 [wwp]        2.6.1cvs48
2332         * src/compose.c
2333         * src/prefs_quote.c
2334                 Factorize some strings for translation (it's about error
2335                 messages when applying or checking template/quote format).
2337 2006-12-18 [colin]      2.6.1cvs47
2339         * Makefile.am
2340         * src/common/defs.h
2341         * src/gtk/Makefile.am
2342         * src/gtk/about.c
2343                 Add a Release notes tab from the contents of
2344                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2346 2006-12-17 [colin]      2.6.1cvs46
2348         * src/mimeview.c
2349         * src/textview.c
2350         * src/gtk/filesel.c
2351                 Correctly convert from/to UTF8/filename encoding
2352                 when loading and saving files. Probably fixes
2353                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2354                 for a file to attach and is blocked...'
2356 2006-12-17 [colin]      2.6.1cvs45
2358         * src/gtk/logwindow.c
2359                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2360                 IMAP folder and is blocked on main thread': 
2361                 make sure we put utf8 in the log.
2363 2006-12-16 [colin]      2.6.1cvs44
2365         * src/toolbar.c
2366         * src/toolbar.h
2367                 Fix bug 1055, 'Add the 'cancel receive' 
2368                 in the available events for the toolbar buttons'
2370 2006-12-16 [colin]      2.6.1cvs43
2372         * po/POTFILES.in
2373         * src/imap.c
2374         * src/common/nntp.c
2375         * src/common/session.c
2376                 Log error when SSL handshakes fail. 
2377                 Fixes bug 1082, 'incorrect / imprecise 
2378                 error message when imap server provides 
2379                 ssl only through STARTTLS but SSL is 
2380                 selected'
2382 2006-12-15 [wwp]        2.6.1cvs42
2384         * src/plugins/bogofilter/bogofilter_gtk.c
2385                 set proper sensitivity to widgets I've recently added.
2387 2006-12-15 [colin]      
2389         2.7.0-rc1 released
2391 2006-12-15 [wwp]        2.6.1cvs41
2393         * src/plugins/bogofilter/bogofilter.c
2394         * src/plugins/bogofilter/bogofilter.h
2395         * src/plugins/bogofilter/bogofilter_gtk.c
2396                 bogofilter's whitelist can now use a subset of
2397                 the addressbook (either a book, a subfolder of a book,
2398                 or the whole addressbook by using "Any"). Re-used there
2399                 some pref_matcher widgets and mechanisms to match a subset
2400                 of the addressbook.
2402 2006-12-15 [wwp]        2.6.1cvs40
2404         * src/wizard.c
2405         * src/common/plugin.c
2406         * src/common/plugin.h
2407         * src/gtk/about.c
2408         * src/plugins/bogofilter/bogofilter.c
2409         * src/plugins/clamav/clamav_plugin.c
2410         * src/plugins/demo/demo.c
2411         * src/plugins/dillo_viewer/dillo_viewer.c
2412         * src/plugins/pgpcore/plugin.c
2413         * src/plugins/pgpinline/plugin.c
2414         * src/plugins/pgpmime/plugin.c
2415         * src/plugins/spamassassin/spamassassin.c
2416         * src/plugins/trayicon/trayicon.c
2417                 factorize some translatable strings (plugins-related),
2418                 fix missing punctuation in several places,
2419                 remove useless translatable \n in about.c,
2420                 and factorize plugin init code w/ a new function
2421                 check_plugin_version() in common/plugin.c.
2422                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2424 2006-12-15 [wwp]        2.6.1cvs39
2426         * src/plugins/bogofilter/bogofilter.c
2427         * src/plugins/bogofilter/bogofilter_gtk.c
2428                 flag whitelisted spams as spam, but don't filter it to the spam
2429                 folder. Thanks to Colin.
2431 2006-12-15 [ticho]      2.6.1cvs38
2433         * src/plugins/bogofilter/bogofilter.c
2434         * src/plugins/bogofilter/bogofilter.h
2435         * src/plugins/bogofilter/bogofilter_gtk.c
2436                 Add option to whitelist senders found in addressbook. Patch by colin.
2438 2006-12-15 [paul]       2.6.1cvs37
2440         * src/folderview.c
2441                 add missing #include "log.h"
2443 2006-12-15 [paul]       2.6.1cvs36
2445         * src/plugins/bogofilter/bogofilter.c
2446         * src/plugins/bogofilter/bogofilter.h
2447         * src/plugins/bogofilter/bogofilter_gtk.c
2448                 Add an option to allow inserting an
2449                 X-Claws-Bogosity header (on MH folders
2450                 only). Patch by Colin
2452 2006-12-14 [colin]      2.6.1cvs35
2454         * src/main.c
2455                 "Yes" should be the default choice for
2456                 migration configuration
2458 2006-12-14 [paul]       2.6.1cvs34
2460         * src/prefs_summaries.c
2461         * manual/advanced.xml
2462                 Unhide mark_as_read_delay
2464 2006-12-14 [paul]       2.6.1cvs33
2466         * src/messageview.c
2467         * src/messageview.h
2468         * src/mimeview.c
2469         * src/mimeview.h
2470         * src/summaryview.c
2471         * src/textview.c
2472         * src/textview.h
2473                 Fix printing of selection
2474                 Fix printing of message parts
2475                 Fix printing of images
2476         * src/gtk/gtksourceprintjob.c
2477                 Fix page count when there are images
2479 2006-12-14 [wwp]        2.6.1cvs32
2481         * src/mainwindow.c
2482         * src/summaryview.c
2483         * src/summaryview.h
2484         * src/gtk/quicksearch.c
2485                 fix quicksearch 'magnify' button status when QS is closed
2486                 using the Escape key, thanks to Colin.
2488 2006-12-14 [wwp]        2.6.1cvs31
2490         * src/mainwindow.c
2491         * src/summaryview.c
2492         * src/summaryview.h
2493         * src/gtk/quicksearch.c
2494                 fix quicksearch 'magnify' button status when QS is closed
2495                 using the Escape key, thanks to Colin.
2497 2006-12-13 [colin]      2.6.1cvs30
2499         * src/ldapquery.c
2500         * src/ldaputil.c
2501                 Use the binary safe version of ldap_get_values,
2502                 to make sure we manipulate null-terminated 
2503                 strings. Maybe fixes bug 1075, 'claws mail 
2504                 segfault when completing ldap adresses'
2505         * src/syldap.c ** REMOVED **
2506         * src/syldap.h ** REMOVED **
2507                 Remove dead files
2509 2006-12-13 [mones]      2.6.1cvs29
2511         * po/es.po
2512                 Fixed piped strings, fixed click translation
2514 2006-12-13 [paul]       2.6.1cvs28
2516         * src/main.c
2517                 don't translate these strings
2519 2006-12-13 [paul]       2.6.1cvs27
2521         * po/en_GB.po
2522                 updated
2524 2006-12-13 [colin]      2.6.1cvs26
2526         * src/main.c
2527         * src/main.h
2528                 Add claws_is_starting()
2530 2006-12-13 [mones]      2.6.1cvs25
2532         * manual/es/advanced.xml
2533         * po/es.po
2534                 Synced manual and updated translation
2536 2006-12-12 [colin]      2.6.1cvs24
2538         * src/wizard.c
2539                 Add an option to use STARTTLS in the
2540                 welcome wizard. Fixes bug 1080, 
2541                 'Using SSL option in wizard for incoming 
2542                 server does not activate SSL with STARTTLS'
2544 2006-12-12 [colin]      2.6.1cvs23
2546         * src/main.c
2547                 Don't exit when there's an incomplete
2548                 mailbox configured - leaves a chance 
2549                 to fix a failing IMAP account. Exit
2550                 if no mailbox at all is loaded (case
2551                 of missing plugin).
2552                 Completes bug 1077's fix (I was wrong
2553                 in this bug's comment #3).
2555 2006-12-12 [colin]      2.6.1cvs22
2557         * src/gtk/menu.h
2558                 Add another menu data type
2559         * src/prefs_account.c
2560                 Complete the completion of bug 1076
2561                 (doesn't lose the pref on apply)
2563 2006-12-12 [paul]       2.6.1cvs21
2565         * src/prefs_account.c
2566                 complete the fix of bug 1076
2567                 also be more verbose with the text
2569 2006-12-12 [paul]       2.6.1cvs20
2571         * src/gtk/combobox.c
2572                 fix compilation warning
2574 2006-12-11 [colin]      2.6.1cvs19
2576         * src/wizard.c
2577                 Document :port in server entry tooltips
2579 2006-12-11 [colin]      2.6.1cvs18
2581         * src/main.c
2582                 Fix compile
2584 2006-12-11 [colin]      2.6.1cvs17
2586         * src/main.c
2587                 Add failing IMAP as a reason for no
2588                 mailbox
2590 2006-12-11 [colin]      2.6.1cvs16
2592         * src/prefs_account.c
2593                 Check for existence of inbox for local
2594                 accounts too
2595         * src/wizard.c
2596                 Allow setting the port to use for servers
2597                 by using the usual "server.example.com:port"
2598                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2599                 not start when IMAP server is unavailable'
2601 2006-12-11 [colin]      2.6.1cvs15
2603         * src/prefs_account.c
2604                 Prevent use of non-existing default inbox
2606 2006-12-11 [colin]      2.6.1cvs14
2608         * src/prefs_account.c
2609                 Fix sensitivity. Fixes bug 1076, 'privacy 
2610                 options are displayed even when pgp plugin 
2611                 not loaded / available'
2613 2006-12-09 [colin]      2.6.1cvs13
2615         * manual/advanced.xml
2616         * src/prefs_common.c
2617         * src/prefs_common.h
2618         * src/common/ssl_certificate.c
2619                 Add a new hidden preference, 'unsafe_ssl_certs',
2620                 which allows to store multiple certificates per
2621                 server/port. This is disabled by default because
2622                 it's less secure (presenting a new certificate
2623                 instead of a changed one raises less alarms).
2624                 This will cause Claws to ask about an unknown
2625                 certificate for people who have used 2.6.1cvs8
2626                 or greater.
2628 2006-12-09 [colin]      2.6.1cvs12
2630         * src/action.c
2631                 Fix cache updating after action
2633 2006-12-07 [wwp]        2.6.1cvs11
2635         * src/compose.c
2636                 fix email address comparison when replying to all
2637                 (avoid replying to ourselves), thanks to Colin.
2639 2006-12-06 [paul]       2.6.1cvs10
2641         * src/addrharvest.c
2642         * src/editldap.c
2643         * src/expldifdlg.c
2644         * src/news.c
2645         * src/toolbar.c
2646         * src/common/utils.c
2647                 ...and more renaming
2648                 Thanks to Colin
2650 2006-12-06 [paul]       2.6.1cvs9
2652         * src/compose.c
2653         * src/messageview.c
2654         * src/procheader.c
2655         * src/procmime.c
2656         * src/procmsg.c
2657         * src/textview.c
2658                 more renaming
2659                 Thanks to Colin
2661 2006-12-06 [colin]      2.6.1cvs8
2663         * src/ssl_manager.c
2664         * src/common/ssl_certificate.c
2665         * src/common/ssl_certificate.h
2666                 Handle multiple certificates per host/port
2668 2006-12-06 [colin]      2.6.1cvs7
2670         * src/etpan/imap-thread.c
2671                 Fix certificate checking on IMAP
2673 2006-12-06 [colin]      2.6.1cvs6
2675         * src/folderview.c
2676                 Fix bug 1072, 'Claws stops fetching newsgroups 
2677                 from server when newsgroup got deleted': continue
2678                 checking other groups
2680 2006-12-05 [wwp]        2.6.1cvs5
2682         * src/message_search.c
2683         * src/summary_search.c
2684         * src/gtk/combobox.c
2685         * src/gtk/combobox.h
2686         * src/gtk/gtkutils.c
2687         * src/gtk/gtkutils.h
2688                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2689                 behave like w/ old comboboxes (summary and message search only).
2691 2006-12-05 [paul]       2.6.1cvs4
2693         * src/wizard.c
2694                 encode headers
2695                 Thanks to Colin
2697 2006-12-05 [paul]       2.6.1cvs3
2699         * tools/README
2700         * tools/textviewer.pl
2701                 script updated and description added
2703 2006-12-04 [colin]      2.6.1cvs2
2705         * src/compose.c
2706                 Run pre-send hook only when checking
2707                 everything
2709 2006-12-04 [paul]       2.6.1cvs1
2711         * NEWS
2712         * README
2713         * RELEASE_NOTES
2714         * configure.ac
2715         * tools/README
2716                 bump up version number following stable release
2718 2006-12-04 [paul]       2.6.0cvs83
2720         * README
2721                 updates and corrections
2723 2006-12-04 [colin]      2.6.0cvs82
2725         * src/common/utils.c
2726                 Probably fix bug 1066, 'Incorrect mailbox 
2727                 size displayed'
2729 2006-12-04 [colin]      2.6.0cvs81
2731         * src/common/utils.c
2732                 Trim tabs from mailcap file too.
2734 2006-12-02 [paul]       2.6.0cvs80
2736         * src/exphtmldlg.c
2737                 fix broken GUI under certain languages
2738         * src/expldifdlg.c
2739                 put the Cancel button to the right
2741 2006-12-01 [paul]       2.6.0cvs79
2743         * tools/Makefile.am
2744                 remove reference to removed file
2746 2006-12-01 [wwp]        2.6.0cvs78
2748         * src/addressbook.c
2749         * src/editaddress.c
2750                 remove forgotten debug statements.
2752 2006-12-01 [wwp]        2.6.0cvs77
2754         * manual/advanced.xml
2755         * manual/fr/advanced.xml
2756         * src/addressbook.c
2757         * src/addressbook.h
2758         * src/addressitem.h
2759         * src/editaddress.c
2760         * src/editaddress.h
2761         * src/prefs_common.c
2762         * src/prefs_common.h
2763         * src/gtk/gtkutils.c
2764         * src/gtk/gtkutils.h
2765                 add a hidden option to allow embedding the editaddress (edit contact details)
2766                 dialog into the addressbook's window. This doesn't change the default
2767                 behaviour.
2769 2006-12-01 [wwp]        2.6.0cvs76
2771         * src/message_search.c
2772         * src/summary_search.c
2773                 fix more focus issues (don't set focus to combobox's entry widget when
2774                 entry's value changed, if entry widget has focus already).
2776 2006-12-01 [wwp]        2.6.0cvs75
2778         * src/gtk/quicksearch.c
2779                 revert last changes to the quicksearch gtk_combo_box, this needs more
2780                 tuning and testing.
2782 2006-12-01 [paul]       2.6.0cvs74
2784         * tools/kdeservicemenu/README
2785         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2786         * tools/kdeservicemenu/install.sh
2787         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2788         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2789                 simplify this stuff, and in so doing,
2790                 fix it. (possibly re-extend it again at
2791                 a later date)
2793 2006-12-01 [wwp]        2.6.0cvs73
2795         * src/gtk/quicksearch.c
2796                 adapt quicksearch code to use modern gtk_combo_box'es.
2798 2006-12-01 [wwp]        2.6.0cvs72
2800         * src/common/defs.h
2801         * src/prefs_common.c
2802         * src/prefs_common.h
2803         * src/message_search.c
2804         * src/summary_search.c
2805         * src/gtk/combobox.c
2806         * src/gtk/combobox.h
2807                 add history combos to all message and summary search fields.
2809 2006-12-01 [wwp]        2.6.0cvs71
2811         * src/summaryview.c
2812                 As the list may change while the mark as read delay
2813                 runs, we can't rely on the 'row' pointer, which can
2814                 be invalid when the timeout is called. As the mark
2815                 as read is only done if the message is still selected,
2816                 use summaryview->selected instead. Thanks to Colin.
2818 2006-11-30 [paul]       2.6.0cvs70
2820         * src/textview.c
2821                 give emphasis to "Sylpheed-Claws"
2822                 as well as "Claws Mail"
2824 2006-11-30 [colin]      2.6.0cvs69
2826         * src/wizard.c
2827                 Put the SSL checkboxes in the receiving
2828                 and sending server pages.
2830 2006-11-29 [colin]      2.6.0cvs68
2832         * src/gtk/gtkutils.c
2833         * src/gtk/gtkvscrollbutton.c
2834                 Revert some deprecated fixes - they seem to
2835                 deprecate stuff as soon as a new one gets out.
2836                 g_object_ref_sink needed glib-2.10.
2838 2006-11-29 [colin]      2.6.0cvs67
2840         * src/common/utils.c
2841                 Create .mailcap if it doesn't exist
2843 2006-11-29 [colin]      2.6.0cvs66
2845         * src/compose.c
2846                 Followup to cvs60: use original list
2847                 of recipients if replying to a mail
2848                 in Sent Drafts or Queue.
2850 2006-11-27 [paul]       2.6.0cvs65
2852         * src/image_viewer.c
2853                 revert the last change for now (it's broken)
2855 2006-11-27 [paul]       2.6.0cvs64
2857         * Makefile.am
2858         * configure.ac
2859         * m4/aclocal-include.m4
2860         * m4/check-type.m4
2861         * src/Makefile.am
2862         * src/addr_compl.c
2863         * src/compose.c
2864         * src/crash.c
2865         * src/export.c
2866         * src/exporthtml.c
2867         * src/exportldif.c
2868         * src/imap.c
2869         * src/import.c
2870         * src/main.c
2871         * src/main.h
2872         * src/matcher.c
2873         * src/mimeview.c
2874         * src/procmsg.c
2875         * src/textview.c
2876         * src/common/Makefile.am
2877         * src/common/claws.c
2878         * src/common/claws.h
2879         * src/common/ssl.c
2880         * src/common/sylpheed.c
2881         * src/common/sylpheed.h
2882         * src/etpan/Makefile.am
2883         * src/gtk/Makefile.am
2884         * src/gtk/claws-marshal.list
2885         * src/gtk/filesel.c
2886         * src/gtk/gtksctree.c
2887         * src/gtk/quicksearch.c
2888         * src/gtk/sylpheed-marshal.list
2889         * src/plugins/bogofilter/bogofilter.c
2890         * src/plugins/bogofilter/bogofilter_gtk.c
2891         * src/plugins/clamav/clamav_plugin.c
2892         * src/plugins/clamav/clamav_plugin_gtk.c
2893         * src/plugins/demo/demo.c
2894         * src/plugins/dillo_viewer/dillo_viewer.c
2895         * src/plugins/pgpcore/Makefile.am
2896         * src/plugins/pgpcore/claws.def
2897         * src/plugins/pgpcore/pgp_viewer.c
2898         * src/plugins/pgpcore/plugin.c
2899         * src/plugins/pgpcore/sylpheed.def
2900         * src/plugins/pgpinline/Makefile.am
2901         * src/plugins/pgpinline/claws.def
2902         * src/plugins/pgpinline/plugin.c
2903         * src/plugins/pgpinline/sylpheed.def
2904         * src/plugins/pgpmime/Makefile.am
2905         * src/plugins/pgpmime/claws.def
2906         * src/plugins/pgpmime/plugin.c
2907         * src/plugins/pgpmime/sylpheed.def
2908         * src/plugins/spamassassin/spamassassin.c
2909         * src/plugins/spamassassin/spamassassin_gtk.c
2910         * src/plugins/trayicon/trayicon.c
2911                 yet more renaming
2912                 remove deprecated gtk_tooltips_set_delay()
2914 2006-11-26 [paul]       2.6.0cvs63
2916         * src/expldifdlg.c
2917         * src/folderview.c
2918         * src/image_viewer.c
2919         * src/mainwindow.c
2920         * src/gtk/gtkutils.c
2921         * src/gtk/gtkvscrollbutton.c
2922         * src/gtk/prefswindow.c
2923         * src/plugins/pgpcore/prefs_gpg.c
2924                 replace more deprecated GTK+ functions
2926 2006-11-26 [paul]       2.6.0cvs62
2928         * src/addr_compl.c
2929         * src/addressbook.c
2930         * src/browseldap.c
2931                 replace deprecated gtk_idle_... functions
2933 2006-11-26 [paul]       2.6.0cvs61
2935         * src/compose.c
2936         * src/folderview.c
2937         * src/inc.c
2938         * src/summaryview.c
2939         * src/gtk/gtkvscrollbutton.c
2940         * src/gtk/quicksearch.c
2941         * src/plugins/pgpcore/passphrase.c
2942                 replace deprecated gtk_timeout_add and
2943                 gtk_timeout_remove
2945 2006-11-26 [paul]       2.6.0cvs60
2947         * src/compose.c
2948                 fix bug that caused the wrong recipient
2949                 to be selected when replying to a msg
2950                 which is From one of our accounts to
2951                 another of our accounts
2953 2006-11-25 [paul]       2.6.0cvs59
2955         * src/summaryview.c
2956                 don't change the From column title to
2957                 To if the To column is visible
2959 2006-11-24 [paul]       2.6.0cvs58
2961         * src/compose.c
2962                 fix bug 1069, 'Sent mails disappear, BCC
2963                 or locking problem?'
2965 2006-11-21 [wwp]        2.6.0cvs57
2967         * src/compose.c
2968                 fix spelling menu when replying (same as 2.3.1cvs39):
2969                 discrepancy between context menu and top menu when
2970                 folder's dictionary isn't the default one.
2972 2006-11-19 [paul]       2.6.0cvs56
2974         * src/summaryview.c
2975                 obey always_show_msg option when
2976                 marking as spam
2977         * src/plugins/bogofilter/bogofilter.c
2978                 fix typo
2980 2006-11-18 [paul]       2.6.0cvs55
2982         * AUTHORS
2983         * README
2984         * debian/copyright
2985         * manual/ack.xml
2986         * manual/es/ack.xml
2987         * manual/fr/ack.xml
2988         * manual/pl/ack.xml
2989         * src/gtk/authors.h
2990         * src/gtk/icon_legend.c
2991         * src/gtk/icon_legend.h
2992         * tools/OOo2claws-mail.pl
2993         * tools/README
2994         * tools/acroread2claws-mail.pl
2995         * tools/claws.i18n.status.pl
2996         * tools/filter_conv.pl
2997         * tools/filter_conv_new.pl
2998         * tools/freshmeat_search.pl
2999         * tools/google_search.pl
3000         * tools/kmail2claws-mail.pl
3001         * tools/kmail2claws-mail_v2.pl
3002         * tools/maildir2claws-mail.pl
3003         * tools/make.themes.project
3004         * tools/multiwebsearch.pl
3005         * tools/outlook2claws-mail.pl
3006         * tools/tb2claws-mail
3007         * tools/kdeservicemenu/README
3008         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3009                 update mine and wwp's email addresses in
3010                 several places
3011                 Patch by wwp
3012         * src/prefs_compose_writing.c
3013                 set sensitivity on 'new message format' frame
3015 2006-11-17 [paul]       2.6.0cvs54
3017         * src/gtk/about.c
3018                 more reworking of the GUI
3019                 Patch by Fabien Vantard
3021 2006-11-16 [paul]       2.6.0cvs53
3023         * src/gtk/about.c
3024                 set a minimum size for the window, allow
3025                 it to automatically expand as necessary
3027 2006-11-16 [wwp]        2.6.0cvs52
3029         * src/gtk/about.c
3030                 better wrap of copyright info on some systems.
3032 2006-11-16 [paul]       2.6.0cvs51
3034         * src/gtk/about.c
3035                 move the tech info from the upper panel
3036                 to the Info tab
3037                 use a gtk_text_view for the features tab
3039 2006-11-16 [paul]       2.6.0cvs50
3041         * po/Makevars
3042                 update my email address
3043         * src/addressbook.c
3044         * src/compose.c
3045         * src/imap_gtk.c
3046         * src/mh_gtk.c
3047         * src/news_gtk.c
3048         * src/summaryview.c
3049         * src/plugins/trayicon/trayicon.c
3050                 don't offer simple menu separators
3051                 for translation
3052         * src/folderview.c
3053                 add separator between 'mark all read'
3054                 and 'search folder'
3056 2006-11-15 [wwp]        2.6.0cvs49
3058         * src/gtk/authors.h
3059                 updated manuals authors.
3061 2006-11-14 [paul]       2.6.0cvs48
3063         * src/compose.c
3064                 Fix Options/Reply mode after draft save
3066 2006-11-14 [paul]       2.6.0cvs47
3068         * src/Makefile.am
3069                 Fix make DESTDIR=...
3070         * src/mbox.c
3071                 Optimise speed
3072         * src/plugins/pgpinline/pgpinline.c
3073                 Probably fix bug 1061
3075 2006-11-14 [paul]       2.6.0cvs46
3077         * po/Makevars
3078                 enable Q_ macro
3079         * src/Makefile.am
3080         * src/stock_pixmap.c
3081         * src/stock_pixmap.h
3082         * src/gtk/about.c
3083         * src/pixmaps/active.xpm
3084         * src/pixmaps/inactive.xpm
3085                 add a new page, 'Features', to the About dialog
3086                 showing which features are compiled in and which
3087                 are not
3089 2006-11-14 [paul]       2.6.0cvs45
3091         * po/ru.po
3092                 updated by Pavlo Bohmat
3094 2006-11-14 [colin]      2.6.0cvs44
3096         * src/compose.c
3097         * src/inc.c
3098         * src/messageview.c
3099         * src/news.c
3100         * src/pop.c
3101         * src/procmsg.c
3102         * src/gtk/gtkaspell.c
3103                 Fix 64-bit-related warnings
3104         * src/ssl_manager.c
3105                 Fix possible infinite loop
3106         * src/plugins/pgpcore/sgpgme.c
3107                 Remove useless check
3109 2006-11-13 [colin]      2.6.0cvs43
3111         * src/gtk/Makefile.am
3112                 authors.h isn't generated
3114 2006-11-13 [colin]      2.6.0cvs42
3116         * src/plugins/pgpinline/pgpinline.c
3117         * src/plugins/pgpmime/pgpmime.c
3118                 Very probably fix bug 1061, 'crash on 
3119                 opening signed email'. Another cast
3120                 problem
3122 2006-11-13 [colin]      2.6.0cvs41
3124         * src/plugins/pgpcore/sgpgme.c
3125                 Maybe fix bug 1061, 'crash on opening 
3126                 signed email'
3128 2006-11-13 [wwp]        2.6.0cvs40
3130         * src/plugins/pgpinline/pgpinline.c
3131                 fix candidate for bug #1057, thanks to Colin.
3133 2006-11-13 [wwp]        2.6.0cvs39
3135         * src/compose.c
3136         * src/quote_fmt_parse.y
3137                 fix bug 1052: current parser buffer was not always 
3138                 allocated, ptr to this buffer could be returned as 
3139                 NULL whereas no parser error has occurred. in 
3140                 consequence, defining a template body as "%d" 
3141                 (w/o the quotes) for the first time of the instance 
3142                 of claws-mail, was reporting a parser error. make 
3143                 sure that the buffer is always allocated, even to 
3144                 an empty string.
3145                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3146                 unescaping of the fmt string was always done 
3147                 whereas it must be done *only* when receiving 
3148                 quote format strings issued from the prefs 
3149                 (compose new message, reply, forward, redirect 
3150                 formats), *not* when applying templates.  in 
3151                 consequences, applying templates w/ sequences 
3152                 like \\|p{echo} were failing. make sure that 
3153                 unescaping is done only when necessary.
3155 2006-11-12 [colin]      2.6.0cvs38
3157         * po/de.po
3158                 Fix typo (s/KB/MB)
3160 2006-11-12 [colin]      2.6.0cvs37
3162         * src/plugins/pgpinline/pgpinline.c
3163         * src/plugins/pgpmime/pgpmime.c
3164                 Release GPG context at the latest 
3165                 possible moment. Maybe fixes 
3166                 bug 1057, 'crash on sending signed 
3167                 message to a newsgroup'
3168                 
3170 2006-11-12 [colin]      2.6.0cvs36
3172         * src/plugins/pgpcore/sgpgme.c
3173                 Tell a bit more when gpg's status doesn't
3174                 contain any signature
3176 2006-11-12 [colin]      2.6.0cvs35
3178         * src/compose.c
3179                 Fix bug 1060, 'compilation error with 
3180                 Irix's cc'
3182 2006-11-12 [paul]       2.6.0cvs34
3184         * doc/man/claws-mail.1
3185         * src/prefs_gtk.c
3186         * src/plugins/clamav/README
3187         * src/plugins/spamassassin/README
3188         * tools/README
3189         * tools/freshmeat_search.pl
3190         * tools/google_search.pl
3191         * tools/multiwebsearch.pl
3192                 more renaming
3193         * src/plugins/trayicon/trayicon.c
3194                 fix compiliation warning
3196 2006-11-11 [colin]      2.6.0cvs33
3198         * src/folderview.c
3199                 Forbid drag and drop from/to different
3200                 folders of type F_UNKNOWN
3202 2006-11-11 [colin]      2.6.0cvs32
3204         * src/plugins/pgpinline/pgpinline.c
3205                 Fix typo in previous commit:
3206                 - gpgme_new(&ctx);
3207                 + if ((err = gpgme_new(&data->ctx)) ...)
3209 2006-11-11 [colin]      2.6.0cvs31
3211         * src/plugins/pgpinline/pgpinline.c
3212         * src/plugins/pgpmime/pgpmime.c
3213                 Check success after calling gpgme_new
3214                 Maybe fixes bug 1057, 'crash on sending 
3215                 signed message to a newsgroup'
3217 2006-11-11 [colin]      2.6.0cvs30
3219         * src/undo.c
3220                 init undostruct to 0s (from
3221                 valgrind log of bug 1057)
3223 2006-11-10 [colin]      2.6.0cvs29
3225         * src/mainwindow.c
3226                 Set cursor to wait before filtering
3227                 duplicates in all folders
3228         * src/plugins/bogofilter/bogofilter.c
3229         * src/plugins/bogofilter/bogofilter.h
3230         * src/plugins/bogofilter/bogofilter_gtk.c
3231                 Completely thread away the bogofilter
3232                 filtering
3234 2006-11-10 [mones]      2.6.0cvs28
3236         * src/compose.c
3237         * src/compose.h
3238                 added COMPOSE_CHECK_BEFORE_SEND hook
3240 2006-11-10 [paul]       2.6.0cvs27
3242         * src/crash.c
3243                 more renaming
3244                 add libSM to get_compiled_in_features()
3245         * src/main.c
3246                 more renaming
3248 2006-11-10 [colin]      2.6.0cvs26
3250         * src/etpan/imap-thread.c
3251                 Add a reference to libetpan's sasl engine
3252                 so that sasl_done() doesn't get called by
3253                 libetpan, and doesn't break openssl.
3254                 Should fix bug 1053, 'SC fails to reestablish 
3255                 a secure connection'
3256                 Patch by Hoa
3258 2006-11-10 [colin]      2.6.0cvs25
3260         * manual/addrbook.xml
3261         * manual/advanced.xml
3262         * manual/faq.xml
3263         * manual/intro.xml
3264                 Some more renaming
3266 2006-11-09 [colin]      2.6.0cvs24
3268         * src/plugins/bogofilter/bogofilter_gtk.c
3269                 Add comment about annoyance
3271 2006-11-09 [colin]      2.6.0cvs23
3273         * src/plugins/bogofilter/bogofilter.c
3274         * src/plugins/bogofilter/bogofilter_gtk.c
3275                 Prepare things needed to thread bogofilter
3276                 filtering: separate bogo stuff and possible GUI
3277                 stuff. 
3279 2006-11-09 [colin]      2.6.0cvs22
3281         * src/account.c
3282         * src/compose.c
3283                 Search for one of our accounts in Delivered-To
3284                 (helps for auto-account selection when 
3285                  replying/forwarding)
3286         * src/folderview.c
3287         * src/mainwindow.c
3288         * src/mainwindow.h
3289         * src/plugins/trayicon/trayicon.c
3290                 Allow opening a new mail with any account from
3291                 the contextual menu
3293 2006-11-09 [wwp]        2.6.0cvs21
3295         * src/compose.c
3296         * src/prefs_common.c
3297         * src/prefs_common.h
3298         * src/prefs_compose_writing.c
3299                 add a compose new message format (in prefs/compose/writing), it's a
3300                 simple subject+body template to use when opening a new composition
3301                 window. It's similar to the existent reply and forward formats.
3303                 enhanced the template/format % symbols substitution mechanism to
3304                 use current composition window information when % are used in
3305                 the compose new message format or in templates applied to new
3306                 messages (there were useless in that situations before). When
3307                 applied to new messages, %d corresponds to the system time/date.
3309 2006-11-09 [paul]       2.6.0cvs20
3311         * src/gtk/authors.h
3312                 fix last commit
3314 2006-11-09 [paul]       2.6.0cvs19
3316         * src/gtk/authors.h
3317                 keep tje alphabetical order
3319 2006-11-08 [colin]      2.6.0cvs18
3321         * src/etpan/imap-thread.c
3322                 Fix bug 1054, 'Slowness logging big 
3323                 data chunks'
3325 2006-11-08 [paul]       2.6.0cvs17
3327         * tools/Makefile.am
3328                 fix the renaming
3330 2006-11-08 [paul]       2.6.0cvs16
3332         * src/common/defs.h
3333                 update BUGZILLA_URI
3335 2006-11-08 [paul]       2.6.0cvs15
3337         * tools/Makefile.am
3338         * tools/OOo2claws-mail.pl
3339         * tools/OOo2sylpheed.pl
3340         * tools/README
3341         * tools/acroread2claws-mail.pl
3342         * tools/acroread2sylpheed.pl
3343         * tools/kmail2claws-mail.pl
3344         * tools/kmail2claws-mail_v2.pl
3345         * tools/kmail2sylpheed.pl
3346         * tools/kmail2sylpheed_v2.pl
3347         * tools/maildir2claws-mail.pl
3348         * tools/maildir2sylpheed.pl
3349         * tools/nautilus2claws-mail.sh
3350         * tools/nautilus2sylpheed.sh
3351         * tools/outlook2claws-mail.pl
3352         * tools/outlook2sylpheed.pl
3353         * tools/tb2claws-mail
3354         * tools/tb2sylpheed
3355         * tools/tbird2claws.py
3356         * tools/tbird2syl.py
3357         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3358         * tools/kdeservicemenu/install.sh
3359         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3360         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3361         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3362         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3363         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3364                 renamed (removed, added) tools files
3366 2006-11-08 [paul]       2.6.0cvs14
3368         * src/main.c
3369         * src/common/defs.h
3370                 Migrate sylpheedrc to clawsrc, and fix the standard
3371                 plugins path in the process
3373 2006-11-07 [colin]      2.6.0cvs13
3375         * src/Makefile.am
3376                 Symlink sylpheed-claws relative to 
3377                 claws-mail
3379 2006-11-07 [colin]      2.6.0cvs12
3381         * src/compose.c
3382                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3384 2006-11-07 [paul]       2.6.0cvs11
3386         * src/gtk/about.c
3387                 Fix a missed occurence of
3388                 Sylpheed-Claws
3390 2006-11-07 [paul]       2.6.0cvs10
3392         * src/Makefile.am
3393                 Fix symlink installation
3395 2006-11-07 [paul]       2.6.0cvs9
3397         * src/Makefile.am
3398                 Symlink claws-mail to sylpheed-claws
3399         * src/common/utils.c
3400                 Fix migrating symlinks
3401         * src/etpan/imap-thread.c
3402                 check certificate only when there's
3403                 no error
3405 2006-11-07 [paul]       2.6.0cvs8
3407         * Makefile.am
3408                 Fix icon breakages with Gtk, which needs a 
3409                 cache updated to see them.
3411 2006-11-07 [paul]       2.6.0cvs7
3413         * .cvsignore
3414         * AUTHORS
3415         * COPYING
3416         * INSTALL
3417         * Makefile.am
3418         * NEWS
3419         * README
3420         * RELEASE_NOTES
3421         * autogen.sh
3422         * claws-mail-128x128.png
3423         * claws-mail-64x64.png
3424         * claws-mail.ico
3425         * claws-mail.pc.in
3426         * claws-mail.png
3427         * configure.ac
3428         * sylpheed-claws-128x128.png
3429         * sylpheed-claws-64x64.png
3430         * sylpheed-claws.desktop
3431         * sylpheed-claws.ico
3432         * sylpheed-claws.pc.in
3433         * sylpheed-claws.png
3434         * debian/README.Debian
3435         * debian/changelog
3436         * debian/claws-mail.desktop
3437         * debian/claws-mail.menu
3438         * debian/claws-mail.postinst.debhelper
3439         * debian/claws-mail.postrm.debhelper
3440         * debian/control
3441         * debian/copyright
3442         * debian/files
3443         * debian/rules
3444         * debian/sylpheed-claws.desktop
3445         * debian/sylpheed-claws.menu
3446         * debian/sylpheed-claws.postinst.debhelper
3447         * debian/sylpheed-claws.postrm.debhelper
3448         * doc/man/Makefile.am
3449         * doc/man/claws-mail.1
3450         * doc/man/sylpheed-claws.1
3451         * doc/src/ChangeLog.claws-pre0.8.0
3452         * manual/Makefile.am
3453         * manual/account.xml
3454         * manual/ack.xml
3455         * manual/addrbook.xml
3456         * manual/advanced.xml
3457         * manual/claws-mail-manual.xml
3458         * manual/faq.xml
3459         * manual/glossary.xml
3460         * manual/handling.xml
3461         * manual/intro.xml
3462         * manual/keyboard.xml
3463         * manual/plugins.xml
3464         * manual/starting.xml
3465         * manual/sylpheed-claws-manual.xml
3466         * manual/xml2pdf
3467         * manual/dist/.cvsignore
3468         * manual/dist/html/.cvsignore
3469         * manual/dist/html/Makefile.am
3470         * manual/dist/pdf/.cvsignore
3471         * manual/dist/pdf/Makefile.am
3472         * manual/dist/ps/.cvsignore
3473         * manual/dist/ps/Makefile.am
3474         * manual/dist/txt/.cvsignore
3475         * manual/dist/txt/Makefile.am
3476         * manual/es/Makefile.am
3477         * manual/es/advanced.xml
3478         * manual/es/claws-mail-manual.xml
3479         * manual/es/faq.xml
3480         * manual/es/glossary.xml
3481         * manual/es/handling.xml
3482         * manual/es/intro.xml
3483         * manual/es/plugins.xml
3484         * manual/es/sylpheed-claws-manual.xml
3485         * manual/es/dist/.cvsignore
3486         * manual/es/dist/html/.cvsignore
3487         * manual/es/dist/html/Makefile.am
3488         * manual/es/dist/pdf/.cvsignore
3489         * manual/es/dist/pdf/Makefile.am
3490         * manual/es/dist/ps/.cvsignore
3491         * manual/es/dist/ps/Makefile.am
3492         * manual/es/dist/txt/.cvsignore
3493         * manual/es/dist/txt/Makefile.am
3494         * manual/fr/Makefile.am
3495         * manual/fr/account.xml
3496         * manual/fr/ack.xml
3497         * manual/fr/addrbook.xml
3498         * manual/fr/advanced.xml
3499         * manual/fr/claws-mail-manual.xml
3500         * manual/fr/faq.xml
3501         * manual/fr/glossary.xml
3502         * manual/fr/handling.xml
3503         * manual/fr/intro.xml
3504         * manual/fr/keyboard.xml
3505         * manual/fr/plugins.xml
3506         * manual/fr/starting.xml
3507         * manual/fr/sylpheed-claws-manual.xml
3508         * manual/fr/dist/.cvsignore
3509         * manual/fr/dist/html/.cvsignore
3510         * manual/fr/dist/html/Makefile.am
3511         * manual/fr/dist/pdf/.cvsignore
3512         * manual/fr/dist/pdf/Makefile.am
3513         * manual/fr/dist/ps/.cvsignore
3514         * manual/fr/dist/ps/Makefile.am
3515         * manual/fr/dist/txt/.cvsignore
3516         * manual/fr/dist/txt/Makefile.am
3517         * manual/pl/Makefile.am
3518         * manual/pl/account.xml
3519         * manual/pl/ack.xml
3520         * manual/pl/addrbook.xml
3521         * manual/pl/advanced.xml
3522         * manual/pl/claws-mail-manual.xml
3523         * manual/pl/faq.xml
3524         * manual/pl/glossary.xml
3525         * manual/pl/handling.xml
3526         * manual/pl/intro.xml
3527         * manual/pl/keyboard.xml
3528         * manual/pl/plugins.xml
3529         * manual/pl/starting.xml
3530         * manual/pl/sylpheed-claws-manual.xml
3531         * manual/pl/dist/.cvsignore
3532         * manual/pl/dist/html/.cvsignore
3533         * manual/pl/dist/html/Makefile.am
3534         * manual/pl/dist/pdf/.cvsignore
3535         * manual/pl/dist/pdf/Makefile.am
3536         * manual/pl/dist/ps/.cvsignore
3537         * manual/pl/dist/ps/Makefile.am
3538         * manual/pl/dist/txt/.cvsignore
3539         * manual/pl/dist/txt/Makefile.am
3540         * po/.cvsignore
3541         * po/Makevars
3542         * src/.cvsignore
3543         * src/Makefile.am
3544         * src/account.c
3545         * src/account.h
3546         * src/action.c
3547         * src/action.h
3548         * src/adbookbase.h
3549         * src/addr_compl.c
3550         * src/addr_compl.h
3551         * src/addrbook.c
3552         * src/addrcache.c
3553         * src/addrcache.h
3554         * src/addrcindex.c
3555         * src/addrcindex.h
3556         * src/addrclip.c
3557         * src/addrclip.h
3558         * src/addrdefs.h
3559         * src/addressadd.c
3560         * src/addressadd.h
3561         * src/addressbook.c
3562         * src/addressbook.h
3563         * src/addressbook_foldersel.c
3564         * src/addressbook_foldersel.h
3565         * src/addrgather.c
3566         * src/addrgather.h
3567         * src/addrharvest.c
3568         * src/addrharvest.h
3569         * src/addrindex.c
3570         * src/addrindex.h
3571         * src/addritem.c
3572         * src/addritem.h
3573         * src/addrquery.c
3574         * src/addrquery.h
3575         * src/addrselect.c
3576         * src/addrselect.h
3577         * src/alertpanel.c
3578         * src/alertpanel.h
3579         * src/browseldap.c
3580         * src/browseldap.h
3581         * src/codeconv.c
3582         * src/codeconv.h
3583         * src/compose.c
3584         * src/crash.c
3585         * src/crash.h
3586         * src/customheader.c
3587         * src/customheader.h
3588         * src/displayheader.c
3589         * src/displayheader.h
3590         * src/editaddress.c
3591         * src/editaddress.h
3592         * src/editbook.c
3593         * src/editbook.h
3594         * src/editgroup.c
3595         * src/editgroup.h
3596         * src/editjpilot.c
3597         * src/editjpilot.h
3598         * src/editldap.c
3599         * src/editldap.h
3600         * src/editldap_basedn.c
3601         * src/editldap_basedn.h
3602         * src/editvcard.c
3603         * src/editvcard.h
3604         * src/exphtmldlg.c
3605         * src/exphtmldlg.h
3606         * src/expldifdlg.c
3607         * src/expldifdlg.h
3608         * src/export.c
3609         * src/exporthtml.c
3610         * src/exporthtml.h
3611         * src/exportldif.c
3612         * src/exportldif.h
3613         * src/filtering.c
3614         * src/filtering.h
3615         * src/folder.c
3616         * src/folder.h
3617         * src/folder_item_prefs.c
3618         * src/folder_item_prefs.h
3619         * src/foldersel.c
3620         * src/foldersel.h
3621         * src/folderutils.c
3622         * src/folderutils.h
3623         * src/folderview.c
3624         * src/folderview.h
3625         * src/grouplistdialog.c
3626         * src/grouplistdialog.h
3627         * src/html.c
3628         * src/html.h
3629         * src/image_viewer.c
3630         * src/image_viewer.h
3631         * src/imap.c
3632         * src/imap.h
3633         * src/imap_gtk.c
3634         * src/imap_gtk.h
3635         * src/import.c
3636         * src/import.h
3637         * src/importldif.c
3638         * src/importldif.h
3639         * src/importmutt.c
3640         * src/importmutt.h
3641         * src/importpine.c
3642         * src/importpine.h
3643         * src/inc.c
3644         * src/inc.h
3645         * src/jpilot.c
3646         * src/jpilot.h
3647         * src/ldapctrl.c
3648         * src/ldapctrl.h
3649         * src/ldaplocate.c
3650         * src/ldaplocate.h
3651         * src/ldapquery.c
3652         * src/ldapquery.h
3653         * src/ldapserver.c
3654         * src/ldapserver.h
3655         * src/ldaputil.c
3656         * src/ldaputil.h
3657         * src/ldif.c
3658         * src/ldif.h
3659         * src/localfolder.c
3660         * src/localfolder.h
3661         * src/main.c
3662         * src/main.h
3663         * src/mainwindow.c
3664         * src/mainwindow.h
3665         * src/manual.c
3666         * src/manual.h
3667         * src/matcher.c
3668         * src/matcher.h
3669         * src/matcher_parser.h
3670         * src/matcher_parser_lex.l
3671         * src/matcher_parser_parse.y
3672         * src/mbox.c
3673         * src/mbox.h
3674         * src/message_search.c
3675         * src/message_search.h
3676         * src/messageview.c
3677         * src/messageview.h
3678         * src/mh.c
3679         * src/mh.h
3680         * src/mh_gtk.c
3681         * src/mh_gtk.h
3682         * src/mimeview.c
3683         * src/mimeview.h
3684         * src/msgcache.c
3685         * src/msgcache.h
3686         * src/mutt.c
3687         * src/mutt.h
3688         * src/news.c
3689         * src/news.h
3690         * src/news_gtk.c
3691         * src/news_gtk.h
3692         * src/noticeview.c
3693         * src/noticeview.h
3694         * src/partial_download.c
3695         * src/partial_download.h
3696         * src/pine.c
3697         * src/pine.h
3698         * src/pop.c
3699         * src/pop.h
3700         * src/prefs_account.c
3701         * src/prefs_account.h
3702         * src/prefs_actions.c
3703         * src/prefs_actions.h
3704         * src/prefs_common.c
3705         * src/prefs_common.h
3706         * src/prefs_compose_writing.c
3707         * src/prefs_compose_writing.h
3708         * src/prefs_customheader.c
3709         * src/prefs_customheader.h
3710         * src/prefs_display_header.c
3711         * src/prefs_display_header.h
3712         * src/prefs_ext_prog.c
3713         * src/prefs_ext_prog.h
3714         * src/prefs_filtering.c
3715         * src/prefs_folder_column.c
3716         * src/prefs_folder_column.h
3717         * src/prefs_folder_item.c
3718         * src/prefs_folder_item.h
3719         * src/prefs_fonts.c
3720         * src/prefs_fonts.h
3721         * src/prefs_gtk.c
3722         * src/prefs_gtk.h
3723         * src/prefs_image_viewer.c
3724         * src/prefs_image_viewer.h
3725         * src/prefs_matcher.c
3726         * src/prefs_matcher.h
3727         * src/prefs_message.c
3728         * src/prefs_message.h
3729         * src/prefs_msg_colors.c
3730         * src/prefs_msg_colors.h
3731         * src/prefs_other.c
3732         * src/prefs_other.h
3733         * src/prefs_quote.c
3734         * src/prefs_quote.h
3735         * src/prefs_receive.c
3736         * src/prefs_receive.h
3737         * src/prefs_send.c
3738         * src/prefs_send.h
3739         * src/prefs_spelling.c
3740         * src/prefs_spelling.h
3741         * src/prefs_summaries.c
3742         * src/prefs_summaries.h
3743         * src/prefs_summary_column.c
3744         * src/prefs_summary_column.h
3745         * src/prefs_template.c
3746         * src/prefs_template.h
3747         * src/prefs_themes.c
3748         * src/prefs_themes.h
3749         * src/prefs_toolbar.c
3750         * src/prefs_toolbar.h
3751         * src/prefs_wrapping.c
3752         * src/prefs_wrapping.h
3753         * src/privacy.c
3754         * src/privacy.h
3755         * src/procheader.c
3756         * src/procheader.h
3757         * src/procmime.c
3758         * src/procmime.h
3759         * src/procmsg.c
3760         * src/procmsg.h
3761         * src/quote_fmt.c
3762         * src/quote_fmt_parse.y
3763         * src/recv.c
3764         * src/recv.h
3765         * src/remotefolder.c
3766         * src/remotefolder.h
3767         * src/send_message.c
3768         * src/send_message.h
3769         * src/setup.c
3770         * src/setup.h
3771         * src/sourcewindow.c
3772         * src/sourcewindow.h
3773         * src/ssl_manager.c
3774         * src/ssl_manager.h
3775         * src/statusbar.c
3776         * src/statusbar.h
3777         * src/stock_pixmap.c
3778         * src/stock_pixmap.h
3779         * src/summary_search.c
3780         * src/summary_search.h
3781         * src/summaryview.c
3782         * src/summaryview.h
3783         * src/syldap.c
3784         * src/syldap.h
3785         * src/textview.c
3786         * src/textview.h
3787         * src/toolbar.c
3788         * src/toolbar.h
3789         * src/undo.c
3790         * src/undo.h
3791         * src/unmime.c
3792         * src/unmime.h
3793         * src/vcard.c
3794         * src/vcard.h
3795         * src/wizard.c
3796         * src/wizard.h
3797         * src/common/base64.c
3798         * src/common/base64.h
3799         * src/common/defs.h
3800         * src/common/hooks.c
3801         * src/common/hooks.h
3802         * src/common/log.c
3803         * src/common/log.h
3804         * src/common/mgutils.c
3805         * src/common/mgutils.h
3806         * src/common/nntp.c
3807         * src/common/nntp.h
3808         * src/common/passcrypt.c
3809         * src/common/passcrypt.h.in
3810         * src/common/plugin.c
3811         * src/common/plugin.h
3812         * src/common/prefs.c
3813         * src/common/prefs.h
3814         * src/common/progressindicator.c
3815         * src/common/progressindicator.h
3816         * src/common/quoted-printable.c
3817         * src/common/quoted-printable.h
3818         * src/common/session.c
3819         * src/common/session.h
3820         * src/common/smtp.c
3821         * src/common/smtp.h
3822         * src/common/socket.c
3823         * src/common/socket.h
3824         * src/common/ssl.c
3825         * src/common/ssl.h
3826         * src/common/stringtable.c
3827         * src/common/stringtable.h
3828         * src/common/sylpheed.c
3829         * src/common/sylpheed.h
3830         * src/common/template.c
3831         * src/common/template.h
3832         * src/common/timing.h
3833         * src/common/utils.c
3834         * src/common/utils.h
3835         * src/common/version.h.in
3836         * src/common/xml.c
3837         * src/common/xml.h
3838         * src/common/xmlprops.c
3839         * src/common/xmlprops.h
3840         * src/gtk/about.c
3841         * src/gtk/colorlabel.c
3842         * src/gtk/colorlabel.h
3843         * src/gtk/colorsel.c
3844         * src/gtk/colorsel.h
3845         * src/gtk/combobox.c
3846         * src/gtk/combobox.h
3847         * src/gtk/description_window.c
3848         * src/gtk/description_window.h
3849         * src/gtk/filesel.c
3850         * src/gtk/filesel.h
3851         * src/gtk/foldersort.c
3852         * src/gtk/foldersort.h
3853         * src/gtk/gtkaspell.c
3854         * src/gtk/gtkaspell.h
3855         * src/gtk/gtksctree.c
3856         * src/gtk/gtkshruler.c
3857         * src/gtk/gtkshruler.h
3858         * src/gtk/gtkutils.c
3859         * src/gtk/gtkutils.h
3860         * src/gtk/icon_legend.c
3861         * src/gtk/icon_legend.h
3862         * src/gtk/logwindow.c
3863         * src/gtk/logwindow.h
3864         * src/gtk/manage_window.c
3865         * src/gtk/manage_window.h
3866         * src/gtk/pluginwindow.c
3867         * src/gtk/pluginwindow.h
3868         * src/gtk/prefswindow.c
3869         * src/gtk/prefswindow.h
3870         * src/gtk/quicksearch.c
3871         * src/gtk/quicksearch.h
3872         * src/pixmaps/claws-mail.xpm
3873         * src/pixmaps/claws-mail_icon.xpm
3874         * src/pixmaps/claws-mail_logo.xpm
3875         * src/pixmaps/sylpheed-claws.xpm
3876         * src/pixmaps/sylpheed-claws_icon.xpm
3877         * src/pixmaps/sylpheed-claws_logo.xpm
3878         * src/plugins/bogofilter/Makefile.am
3879         * src/plugins/bogofilter/bogofilter.c
3880         * src/plugins/bogofilter/bogofilter.h
3881         * src/plugins/bogofilter/bogofilter_gtk.c
3882         * src/plugins/clamav/Makefile.am
3883         * src/plugins/clamav/clamav_plugin.c
3884         * src/plugins/clamav/clamav_plugin.h
3885         * src/plugins/clamav/clamav_plugin_gtk.c
3886         * src/plugins/demo/Makefile.am
3887         * src/plugins/demo/demo.c
3888         * src/plugins/dillo_viewer/Makefile.am
3889         * src/plugins/dillo_viewer/README
3890         * src/plugins/dillo_viewer/dillo_prefs.c
3891         * src/plugins/dillo_viewer/dillo_prefs.h
3892         * src/plugins/dillo_viewer/dillo_viewer.c
3893         * src/plugins/pgpcore/Makefile.am
3894         * src/plugins/pgpcore/passphrase.c
3895         * src/plugins/pgpcore/passphrase.h
3896         * src/plugins/pgpcore/pgp_viewer.c
3897         * src/plugins/pgpcore/pgp_viewer.h
3898         * src/plugins/pgpcore/plugin.c
3899         * src/plugins/pgpcore/prefs_gpg.c
3900         * src/plugins/pgpcore/prefs_gpg.h
3901         * src/plugins/pgpcore/select-keys.c
3902         * src/plugins/pgpcore/select-keys.h
3903         * src/plugins/pgpcore/sgpgme.c
3904         * src/plugins/pgpcore/sgpgme.h
3905         * src/plugins/pgpcore/sylpheed.def
3906         * src/plugins/pgpcore/version.rc
3907         * src/plugins/pgpinline/Makefile.am
3908         * src/plugins/pgpinline/pgpinline.c
3909         * src/plugins/pgpinline/pgpinline.h
3910         * src/plugins/pgpinline/plugin.c
3911         * src/plugins/pgpinline/sylpheed.def
3912         * src/plugins/pgpinline/version.rc
3913         * src/plugins/pgpmime/Makefile.am
3914         * src/plugins/pgpmime/pgpmime.c
3915         * src/plugins/pgpmime/pgpmime.h
3916         * src/plugins/pgpmime/plugin.c
3917         * src/plugins/pgpmime/sylpheed.def
3918         * src/plugins/pgpmime/version.rc
3919         * src/plugins/spamassassin/Makefile.am
3920         * src/plugins/spamassassin/README
3921         * src/plugins/spamassassin/spamassassin.c
3922         * src/plugins/spamassassin/spamassassin.h
3923         * src/plugins/spamassassin/spamassassin_gtk.c
3924         * src/plugins/trayicon/Makefile.am
3925         * src/plugins/trayicon/trayicon.c
3926         * tools/OOo2sylpheed.pl
3927         * tools/README
3928         * tools/README.sylprint
3929         * tools/acroread2sylpheed.pl
3930         * tools/claws.i18n.status.pl
3931         * tools/filter_conv.pl
3932         * tools/filter_conv_new.pl
3933         * tools/freshmeat_search.pl
3934         * tools/google_search.pl
3935         * tools/kmail2sylpheed.pl
3936         * tools/kmail2sylpheed_v2.pl
3937         * tools/make.themes.project
3938         * tools/multiwebsearch.pl
3939         * tools/nautilus2sylpheed.sh
3940         * tools/outlook2sylpheed.pl
3941         * tools/sylprint.pl
3942         * tools/sylprint.rc
3943         * tools/tb2sylpheed
3944         * tools/textviewer.sh
3945         * tools/vcard2xml.py
3946         * tools/kdeservicemenu/README
3947         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3948         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3949         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3950                 Change name to Claws Mail. Announce to follow...
3952 2006-11-06 [wwp]        2.6.0cvs6
3954         * src/prefs_template.c
3955                 unify messages related to quote format/template errors (fix
3956                 capitalization), again.
3958 2006-11-06 [wwp]        2.6.0cvs5
3960         * src/prefs_quote.c
3961                 unify messages related to quote format/template errors.
3963 2006-11-06 [wwp]        2.6.0cvs4
3965         * src/prefs_msg_colors.c
3966                 more uses of Q_ macro for contextual translations, thanks
3967                 to Fabien (fzzzzz).
3969 2006-11-06 [wwp]        2.6.0cvs3
3971         * src/compose.c
3972         * src/common/utils.c
3973         * src/common/utils.h
3974                 show an alertpanel to make sure users are aware that sensitive
3975                 files are attached (it's file blacklist-based). This will fix
3976                 interaction w/ GoogleEarth for instance, thanks to Colin.
3978 2006-11-06 [wwp]        2.6.0cvs2
3980         * src/prefs_quote.c
3981         * src/prefs_template.c
3982         * src/prefs_template.h
3983                 check quote format when applying/closing prefs. For now this only
3984                 shows up an error dialog box, not preventing the user from using
3985                 a broken quote (reply, forwards) format.
3987 2006-11-06 [wwp]        2.6.0cvs1
3989         * src/prefs_template.c
3990                 fix missing checks of some template fields.
3992 2006-11-06 [paul]       2.6.0
3994         * NEWS
3995         * README
3996         * RELEASE_NOTES
3997                 2.6.0 released
3999 2006-11-06 [paul]       2.5.6cvs22
4001         * manual/advanced.xml
4002         * manual/es/advanced.xml
4003                 put 'respect_flowed_format' info in the correct
4004                 place
4006 2006-11-06 [mones]      2.5.6cvs21
4008         * po/es.po
4009                 Minor fixes for release
4011 2006-11-06 [paul]       2.5.6cvs20
4013         * po/cs.po
4014         * po/de.po
4015         * po/fr.po
4016         * po/it.po
4017         * po/nl.po
4018         * po/pt_BR.po
4019         * po/sk.po
4020         * po/sv.po
4021         * po/zh_CN.po
4022                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4023                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4024                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4025                 Young
4027 2006-11-02 [colin]      2.5.6cvs19
4029         * src/imap.c
4030         * src/imap.h
4031         * src/prefs_account.c
4032         * src/etpan/imap-thread.c
4033                 Add GSSAPI support - fixes Debian bug #383274
4035 2006-11-01 [colin]      2.5.6cvs18
4037         * src/jpilot.c
4038                 Handle libpisock12 support. Probably
4039                 fixes bug 1046, 'jpilot AddressDB.pdb 
4040                 import fail'
4042 2006-11-01 [colin]      2.5.6cvs17
4044         * src/folderutils.c
4045                 debug_print() folderutils_mark_all_read()
4047 2006-11-01 [colin]      2.5.6cvs16
4049         * COPYING
4050                 Add missed files to the Apache exception
4052 2006-10-31 [colin]      2.5.6cvs15
4054         * src/folder.c
4055         * src/folder.h
4056                 Add a copy_private_data() func to FolderClasses
4057                 Doesn't break the feature freeze, because we 
4058                 won't use it (right now) in the core.
4060 2006-10-31 [colin]      2.5.6cvs14
4062         * COPYING
4063                 Allow linking with the Apache licensed files in
4064                 src/plugins/spamassassin. Hopefully fixes 
4065                 bug 1048, 'Spamassassin plugin license problem'
4067 2006-10-31 [wwp]        2.5.6cvs13
4069         * src/compose.c
4070                 fix and optimize trimming of leading linefeeds in body loop.
4072 2006-10-31 [colin]      2.5.6cvs12
4074         * src/etpan/imap-thread.c
4075         * src/imap.c
4076                 Make really sure to have NULL sets in case
4077                 of error
4079 2006-10-30 [wwp]        2.5.6cvs11
4081         * src/prefs_common.c
4082         * src/prefs_common.h
4083         * src/compose.c
4084                 fix broken storage of quote format template when it contains \-escape
4085                 sequences. The application of such sequences is also fixed now (\t
4086                 in quote format will be a real tab instead of a 't', for instance).
4088 2006-10-27 [colin]      2.5.6cvs10
4090         * src/compose.c
4091                 Probably fix bug 1045, 'sylpheed-claws 
4092                 doesn't remove the mail from the IMAP 
4093                 Queue folder after sending'. From
4094                 2.5.6cvs3-stable
4096 2006-10-27 [colin]      2.5.6cvs9
4098         * configure.ac
4099                 Require libetpan-0.48. I'm so annoying,
4100                 I know ;-)
4102 2006-10-27 [colin]      2.5.6cvs8
4104         * src/folder.c
4105         * src/imap.c
4106                 Probably fix bug 1044, 'sylpheed-claws 
4107                 segfaults while moving mails' - Fix relation
4108                 usage when moving to an IMAP mailbox from another
4109                 mailbox
4111 2006-10-26 [paul]       2.5.6cvs7
4113         * src/gtk/about.c
4114                 add libSM to compiled-in features
4115                 list
4117 2006-10-24 [colin]      2.5.6cvs6
4119         * src/textview.c
4120         * src/gtk/gtkutils.c
4121                 Fix crash when printing emails with an
4122                 xface
4124 2006-10-24 [mones]      2.5.6cvs5
4126         * manual/es/advanced.xml
4127                 Synchronize hidden option respect_flowed_format
4128         * po/es.po
4129                 Updated translation
4131 2006-10-21 [paul]       2.5.6cvs4
4133         * src/gtk/authors.h
4134         * src/plugins/pgpcore/pgp_viewer.c
4135         * src/plugins/pgpcore/sgpgme.c
4136                 fix building on BSDs
4137                 Thanks to Michael Hughes
4138                 <Sylpheed-Claws_user@thehugheslogcabin.net>
4140 2006-10-20 [colin]      2.5.6cvs3
4142         * configure.ac
4143                 Bump up libetpan requirement
4144                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4145         * src/common/utils.c
4146         * src/common/utils.h
4147                 Add convenience get_file_mtime()
4148         * src/imap.c
4149         * src/etpan/imap-thread.c
4150         * src/etpan/imap-thread.h
4151                 Implement UIDPLUS support if the server
4152                 supports it - faster sending in this case
4154 2006-10-19 [colin]      2.5.6cvs2
4156         * src/gtk/quicksearch.c
4157                 Fix emptying in type-ahead+extended mode
4158         * src/mainwindow.c
4159         * src/mainwindow.h
4160                 Add a hook for offline state change
4161         * src/plugins/trayicon/trayicon.c
4162                 Use it to display offline icons
4163         * src/plugins/trayicon/Makefile.am
4164         * src/plugins/trayicon/newmail.offline.xpm
4165         * src/plugins/trayicon/newmarkedmail.offline.xpm
4166         * src/plugins/trayicon/nomail.offline.xpm
4167         * src/plugins/trayicon/unreadmail.offline.xpm
4168         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4169                 Add the icons
4171 2006-10-12 [paul]       2.5.6cvs1
4173         * NEWS
4174         * README
4175         * configure.ac
4176                 Update version number following
4177                 stable release
4179 2006-10-19 [colin]      2.5.5cvs18
4181         * manual/handling.xml
4182                 Add type-ahead search
4184 2006-10-18 [colin]      2.5.5cvs17
4186         * src/gtk/quicksearch.c
4187                 Remove "save to history only if there's
4188                 no syntax error", it breaks for some 
4189                 reason which I'll investigate later.
4191 2006-10-18 [colin]      2.5.5cvs16
4193         * src/prefs_common.c
4194         * src/prefs_common.h
4195         * src/summaryview.c
4196         * src/gtk/quicksearch.c
4197         * src/gtk/quicksearch.h
4198                 Add a type-ahead option for fast searches
4199                 Patch by Fabien Vantard
4201 2006-10-18 [colin]      2.5.5cvs15
4203         * src/compose.c
4204         * src/compose.h
4205                 Add Options/Reply mode/ menu to be able to
4206                 change the recipients of a reply on the fly
4208 2006-10-18 [colin]      2.5.5cvs14
4210         * src/compose.c
4211                 Fix redirecting of our own sent mails
4213 2006-10-17 [wwp]        2.5.5cvs13
4215         * src/send_message.c
4216                 Fix duplicate error messages when sending, and missing
4217                 newline in such error messages.
4219 2006-10-17 [colin]      2.5.5cvs12
4221         * src/compose.c
4222                 Compare addresses case-insensitive
4224 2006-10-17 [colin]      2.5.5cvs11
4226         * src/plugins/pgpcore/sgpgme.c
4227                 Fix return status
4229 2006-10-17 [colin]      2.5.5cvs10
4231         * src/plugins/pgpcore/pgp_viewer.c
4232                 Fix return status
4234 2006-10-17 [colin]      2.5.5cvs9
4236         * src/quote_fmt.c
4237                 Fix a typo (thanks to Fabien)
4239 2006-10-16 [colin]      2.5.5cvs8
4241         * src/textview.c
4242                 Fix problem with quote-folding when emails
4243                 don't convert cleanly to UTF-8
4245 2006-10-14 [colin]      2.5.5cvs7
4247         * src/prefs_template.c
4248                 Reset fields when reopening
4249                 the window
4251 2006-10-13 [paul]       2.5.5cvs6
4253         * manual/advanced.xml
4254         * src/prefs_message.c
4255                 make 'respect_flowed_format' a hidden
4256                 option, and add a manual entry for it
4257                 Thanks to Colin
4259 2006-10-12 [colin]      2.5.5cvs5
4261         * src/codeconv.c
4262                 Revert part of 2.5.2cvs21:
4263                 Don't optimise by reusing the 
4264                 last iconv converter if possible:
4265                 it seems slightly broken in a 
4266                 very hard way to reproduce
4268 2006-10-12 [colin]      2.5.5cvs4
4270         * src/prefs_common.c
4271         * src/prefs_common.h
4272         * src/prefs_message.c
4273         * src/procmime.c
4274                 Fix bug 1035, 'Incorrect handling 
4275                 of flowed lines'. We now optionnaly
4276                 handle this format (preference is in
4277                 Message View/Text options section)
4279 2006-10-12 [colin]      2.5.5cvs3
4281         * po/POTFILES.in
4282                 Add new file
4283         * src/plugins/pgpcore/pgp_viewer.c
4284         * src/plugins/pgpcore/sgpgme.c
4285                 Don't try to import without asking
4287 2006-10-12 [colin]      2.5.5cvs2
4289         * src/compose.c
4290                 Fix bug 1036, 'Forwarding a mutlipart
4291                 mail with a "text/html" block to ms
4292                 outlook users leeds to freeze of
4293                 outlook'. Poor outlook users...
4295 2006-10-12 [paul]       2.5.5cvs1
4297         * NEWS
4298         * README
4299         * configure.ac
4300                 Update version number following
4301                 stable release
4303 2006-10-11 [paul]       2.5.4cvs1
4305         * NEWS
4306         * README
4307         * configure.ac
4308                 Update version number following
4309                 stable release
4311 2006-10-11 [paul]       2.5.3cvs32
4313         * src/textview.c
4314                 fix bug 1032, 'Segmentation fault when showing
4315                 message' (bug in quote folding)
4316                 Thanks to Colin
4318 2006-10-10 [colin]      2.5.3cvs31
4320         * src/quote_fmt.c
4321                 Rephrase english a bit
4323 2006-10-10 [colin]      2.5.3cvs30
4325         * src/prefs_compose_writing.c
4326                 Stop making the page larger than the window
4328 2006-10-10 [wwp]        2.5.3cvs29
4330         * src/compose.c
4331         * src/prefs_template.c
4332         * src/quote_fmt.c
4333         * src/quote_fmt.h
4334         * src/quote_fmt_lex.l
4335         * src/quote_fmt_parse.y
4336                 Extend the quote parser a bit: allow to get access to
4337                 basic (composing) account info.
4339 2006-10-10 [colin]      2.5.3cvs28
4341         * src/procheader.c
4342                 Fix this \t problem in subject
4344 2006-10-09 [colin]      2.5.3cvs27
4346         * src/main.c
4347         * src/prefs_gtk.c
4348                 Prepare cache a bit later
4349                 If section already exists, skip the new one 
4350                 (as previously); avoid writing the same block
4351                 twice - if we find a second block with the 
4352                 same id, skip it.
4353         * src/plugins/pgpcore/pgp_viewer.c
4354                 Set cursor to busy when retrieving a key
4355         * src/plugins/pgpcore/sgpgme.c
4356                 allow 5 seconds for gpg to export the key
4357                 
4359 2006-10-09 [colin]      2.5.3cvs26
4361         * configure.ac
4362         * src/msgcache.c
4363         * src/prefs_gtk.c
4364                 Check for existence of fgets_unlocked
4365                 and fwrite_unlocked
4367 2006-10-09 [paul]       2.5.3cvs25
4369         * src/prefs_summaries.c
4370                 replace strftime() with fast_strftime() and in
4371                 the consequence fix the bug in the display of
4372                 AM/PM in the 'Example' string
4374 2006-10-09 [ticho]      2.5.3cvs24
4376         * po/sk.po
4377                 Updated (and fixed up somewhat) Slovak translation.
4379 2006-10-08 [colin]      2.5.3cvs23
4381         * src/prefs_folder_item.c
4382                 Explain why prefs in the top-level folder
4383                 aren't retained, but are still useful
4385 2006-10-08 [colin]      2.5.3cvs22
4387         * src/prefs_gtk.c
4388                 Don't cache anything if caching fails
4390 2006-10-08 [colin]      2.5.3cvs21
4392         * src/common/utils.c
4393                 always include gi18n.h
4395 2006-10-07 [colin]      2.5.3cvs20
4397         * src/plugins/pgpcore/pgp_viewer.c
4398                 Kill gpg after 5 seconds wait
4400 2006-10-07 [colin]      2.5.3cvs19
4402         * src/plugins/pgpcore/pgp_viewer.c
4403         * src/plugins/pgpcore/pgp_viewer.h
4404                 Fix copyright
4406 2006-10-07 [colin]      2.5.3cvs18
4408         * src/plugins/pgpcore/pgp_viewer.c
4409         * src/plugins/pgpcore/pgp_viewer.h
4410                 Actually add the files to CVS
4412 2006-10-07 [colin]      2.5.3cvs17
4414         * src/plugins/pgpcore/sgpgme.c
4415                 Be sure not to crash on 'application/pgp-signature' that
4416                 are not application/pgp-signatures
4418 2006-10-07 [colin]      2.5.3cvs16
4420         * src/textview.c
4421         * src/textview.h
4422                 Make a bit more of the API available
4423         * src/plugins/pgpcore/Makefile.am
4424         * src/plugins/pgpcore/plugin.c
4425         * src/plugins/pgpcore/sgpgme.c
4426                 Add basic key import/export
4428 2006-10-07 [colin]      2.5.3cvs15
4430         * src/folderview.c
4431         * src/imap.c
4432         * src/prefs_account.c
4433         * src/wizard.c
4434                 Warn users *everywhere* if libetpan's not
4435                 linked in
4437 2006-10-06 [mones]      2.5.3cvs14
4439         * po/de.po
4440         * po/es.po
4441                 updated by Stephan Sachse and me
4443 2006-10-06 [colin]      2.5.3cvs13
4445         * src/main.c
4446         * src/common/sylpheed.c
4447                 Don't load common plugins if --exit is passed
4448         * src/prefs_gtk.c
4449         * src/prefs_gtk.h
4450                 Implement a cache to avoid reading the same
4451                 files over and over again at startup
4453 2006-10-06 [colin]      2.5.3cvs12
4455         * src/summaryview.c
4456         * src/gtk/quicksearch.c
4457                 Update display every 5k mails on fast searches
4459 2006-10-06 [colin]      2.5.3cvs11
4461         * src/textview.c
4462                 Don't do quote folding on HTML or ERTF.
4463                 May fix the Cygwin issues if they were
4464                 happening with HTML mails?
4466 2006-10-05 [colin]      2.5.3cvs10
4468         * src/prefs_gtk.c
4469                 Oops, forgot one
4471 2006-10-05 [colin]      2.5.3cvs9
4473         * src/prefs_gtk.c
4474                 Use unlocked_stdio here too
4476 2006-10-05 [colin]      2.5.3cvs8
4478         * src/folderview.c
4479                 Fix go to next * after preferences apply
4480         * src/msgcache.c
4481                 Do the fd lock/unlock ourselves instead of
4482                 letting the libc do it at each write 
4484 2006-10-05 [colin]      2.5.3cvs7
4486         * src/common/utils.c
4487                 Faster division, thanks to Jean Diraison
4489 2006-10-05 [paul]       2.5.3cvs6
4491         * src/common/utils.c
4492                 fix building with --disable-nls
4494 2006-10-04 [colin]      2.5.3cvs5
4496         * src/folder.c
4497                 Maybe fix a segfault
4499 2006-10-04 [wwp]        2.5.3cvs4
4501         * src/prefs_folder_item.c
4502                 Fine-tune layouts in folder item prefs. Suggested by
4503                 Fabien Vantard <fzzzzz@gmail.com>.
4505 2006-10-04 [wwp]        2.5.3cvs3
4507         * src/prefs_folder_item.c
4508                 Kill the clandestine passengers. You didn't see anything.
4510 2006-10-04 [wwp]        2.5.3cvs2
4512         * src/prefs_folder_item.c
4513                 Add a way to test the subject simplify regexp in
4514                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4515                 w/ few layout changes.
4517 2006-20-04 [paul]       2.5.3cvs1
4519         * NEWS
4520         * README
4521         * configure.ac
4522                 Update version number following
4523                 stable release
4525 2006-10-04 [colin]      2.5.2cvs42
4527         * src/folder.c
4528         * src/folder.h
4529         * src/summaryview.c
4530                 Provide a way for folder classes to set their sort
4531                 type and key
4533 2006-10-03 [colin]      2.5.2cvs41
4535         * src/mh.c
4536                 Don't use strlen() to know if the
4537                 string's empty
4539 2006-10-03 [colin]      2.5.2cvs40
4541         * src/mh.c
4542                 Fix "check for new folders" with accentued folders
4544 2006-10-03 [ticho]      2.5.2cvs39
4546         * src/filtering.c
4547         * src/folder.c
4548         * src/inc.c
4549         * src/mbox.c
4550                 Colin's fix for "copy" filtering rules.
4552 2006-10-02 [colin]      2.5.2cvs38
4554         * src/folderview.c
4555                 Fix for double-click too
4557 2006-10-02 [colin]      2.5.2cvs37
4559         * src/folderview.c
4560                 correct fix for cvs36
4562 2006-10-02 [colin]      2.5.2cvs36
4564         * src/folderview.c
4565                 Fix 'goto next unread' after collapsing/expanding 
4566                 a node.
4568 2006-10-02 [colin]      2.5.2cvs35
4570         * src/summaryview.c
4571                 Fix double freeze/thaw
4572         * src/common/utils.c
4573         * src/common/utils.h
4574                 Reimplement strftime
4575         * src/procheader.c
4576                 Use it
4579 2006-10-02 [colin]      2.5.2cvs34
4581         * src/mh.c
4582                 Time mh_write_sequences() - it's fast
4583         * src/summaryview.c
4584                 Init a variable to shut up gcc
4586 2006-10-01 [colin]      2.5.2cvs33
4588         * src/folder.c
4589         * src/mh.c
4590         * src/mh.h
4591         * src/msgcache.c
4592                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4593                 Add fsync but disable it, it's slow as hell
4595 2006-10-01 [colin]      2.5.2cvs32
4597         * src/mh.c
4598         * src/msgcache.c
4599                 fflush() caches and mh_sequences before
4600                 fclose()ing
4602 2006-10-01 [colin]      2.5.2cvs31
4604         * src/msgcache.c
4605                 Don't ftruncate when not using mmap
4607 2006-09-30 [colin]      2.5.2cvs30
4609         * src/main.c
4610                 Write folder list *after* saving caches
4612 2006-09-30 [colin]      2.5.2cvs29
4614         * src/folder.c
4615         * src/mh.c
4616                 Debug forced mtime changes
4618 2006-09-30 [colin]      2.5.2cvs28
4620         * src/folder.c
4621         * src/main.c
4622                 Remove useless debug_print()s (code
4623                 well-tested)
4625 2006-09-30 [colin]      2.5.2cvs27
4627         * src/mh.c
4628                 Do stuff faster when writing mh_sequences
4630 2006-09-30 [colin]      2.5.2cvs26
4632         * src/mh.c
4633                 Don't let the writing of .mh_sequences, which
4634                 can change the folder's mtime, let us think
4635                 we need to scan.
4637 2006-09-30 [colin]      2.5.2cvs25
4639         * src/folder.c
4640                 Move a debug_print where it belongs 
4641                 (processing)
4642         * src/summaryview.c
4643                 Don't mess with a huge slow subject
4644                 table if we're not threading by
4645                 subject
4647 2006-09-30 [colin]      2.5.2cvs24
4649         * src/msgcache.c
4650                 Reenable mmaped reads (*not* writes!)
4651         * src/procmsg.c
4652                 Don't destroy and recreate hashtables just
4653                 for fun
4654         * src/common/utils.c
4655                 Remove useless reply prefixes (it's case
4656                 unsensitive)
4658 2006-09-30 [wwp]        2.5.2cvs23
4660         * tools/fix_date.sh
4661                 Fixed a minor bug in date value extraction, added a switch
4662                 to replace non RFC-compliant Date: value, added a switch
4663                 to use strict RFC matching patterns for dates.
4665 2006-09-29 [colin]      2.5.2cvs22
4667         * src/matcher_parser.h
4668         * src/matcher_parser_parse.y
4669         * src/prefs_filtering.c
4670         * src/statusbar.c
4671         * src/summary_search.c
4672         * src/summaryview.c
4673         * src/gtk/quicksearch.c
4674         * src/gtk/quicksearch.h
4675                 Optimise searches by setting different
4676                 refresh intervals (depending if the 
4677                 search is fast or not)
4679 2006-09-29 [colin]      2.5.2cvs21
4681         * src/codeconv.c
4682                 Optimise by reusing the last iconv converter
4683                 if possible
4684         * src/textview.c
4685                 Optimise a bit (the foldable quotes feature
4686                 still has an awful O(n^2) algo
4688 2006-09-29 [colin]      2.5.2cvs20
4690         * src/gtk/gtksctree.c
4691         * src/gtk/gtksctree.h
4692                 Optimise de-selection via up/down or
4693                 another key
4695 2006-09-28 [colin]      2.5.2cvs19
4697         * src/action.c
4698         * src/compose.c
4699         * src/folderview.c
4700         * src/mainwindow.c
4701         * src/messageview.c
4702         * src/summary_search.c
4703         * src/toolbar.c
4704                 Avoid using summaryview->ctree directly
4706 2006-09-28 [colin]      2.5.2cvs18
4708         * src/summaryview.c
4709         * src/summaryview.h
4710                 Add helpers to freeze/thaw/grab_focus
4711                 Factorize calls to freeze/thaw/grab_focus
4712                 
4714 2006-09-28 [colin]      2.5.2cvs17
4716         * src/main.c
4717                 More guards for the session management
4719 2006-09-28 [colin]      2.5.2cvs16
4721         * src/folderview.c
4722         * src/gtk/gtksctree.c
4723         * src/gtk/gtksctree.h
4724                 Make expanding not recursive in folderview
4726 2006-09-28 [colin]      2.5.2cvs15
4728         * src/addressbook.c
4729                 If nothing is selected in the list (right part)
4730                 and a group is selected in the tree (left part),
4731                 mail this group.
4733 2006-09-28 [colin]      2.5.2cvs14
4735         * src/Makefile.am
4736                 Actually use SM_LIBS
4738 2006-09-28 [ticho]      2.5.2cvs13
4740         * src/export.c
4741         * src/messageview.c
4742         * src/mimeview.c
4743         * src/news.c
4744         * src/pop.c
4745         * src/prefs_themes.c
4746         * src/procmsg.c
4747                 Small i18n string optimization.
4748         * src/send_message.c
4749         * src/summaryview.c
4750         * src/common/session.c
4751         * src/common/smtp.c
4752         * src/common/ssl_certificate.c
4753         * src/common/utils.c
4754                 Use "Couldn't" instead of "Can't" in UI messages,
4755                 where appropriate.
4757 2006-09-28 [colin]      2.5.2cvs12
4759         * configure.ac
4760                 Possibly fix link errors
4762 2006-09-27 [wwp]        2.5.2cvs11
4764         * src/gtk/authors.h
4765         * doc/man/sylpheed-claws.1
4766         * manual/ack.xml
4767         * manual/es/ack.xml
4768         * manual/fr/ack.xml
4769         * manual/pl/ack.xml
4770                 Updated authors info (me, myself and I).
4772 2006-09-27 [colin]      2.5.2cvs10
4774         * src/addressbook.c
4775                 Remove useless printf
4777 2006-09-27 [wwp]        2.5.2cvs9
4779         * src/editgroup.c
4780         * src/send_message.c
4781         * src/inc.c
4782         * src/prefs_common.c
4783         * src/prefs_common.h
4784         * src/gtk/progressdialog.c
4785                 remember more windows' sizes (send dialog, received dialog,
4786                 edit group in addressbook).
4788 2006-09-27 [colin]      2.5.2cvs8
4790         * configure.ac
4791         * src/main.c
4792         * src/mainwindow.h
4793                 Use libSM to communicate with the session
4794                 manager, so that we can know when the 
4795                 session ends, save our caches, and draft
4796                 our compose windows.
4798 2006-09-27 [colin]      2.5.2cvs7
4800         * src/addressbook.c
4801                 Fix issues:
4802                 o Allow Book and Group creation from the tree's
4803                   contextual menu
4804                 o Do not actually delete the contacts when 
4805                   deleting groups from the tree (duh!)
4807 2006-09-27 [colin]      2.5.2cvs6
4809         * src/compose.c
4810         * src/compose.h
4811         * src/mainwindow.c
4812         * src/textview.c
4813         * src/toolbar.c
4814                 o Allow passing an email address to 
4815                   compose_new_with_folderitem
4816                 o Update callers
4817                 o Use current folderitem when clicking
4818                   on a TextView mailto: link
4819                 o Fix a possible leak in TextView
4821 2006-09-27 [colin]      2.5.2cvs5
4823         * src/html.c
4824                 Use UTF-8 chars to replace HTML entities
4826 2006-09-27 [colin]      2.5.2cvs4
4828         * AUTHORS
4829         * src/prefs_account.c
4830         * src/gtk/authors.h
4831                 Fix bug #1024 (Array index out of
4832                 range in sylpheed-claws-2.5.2)
4833                 Patch by Ales Nosek <anosek@suse.cz>
4835 2006-09-27 [colin]      2.5.2cvs3
4837         * src/addr_compl.c
4838                 Actually do the test
4840 2006-09-27 [colin]      2.5.2cvs2
4842         * src/addr_compl.c
4843         * src/addr_compl.h
4844                 Allow completing with comma (in certain cases: vCalendar
4845                 for example doesn't support that)
4846                 Patch by Fabien Vantard
4848 2006-09-26 [colin]      2.5.2cvs1
4850         * src/Makefile.am
4851         * src/addr_compl.c
4852         * src/addr_compl.h
4853         * src/addrbook.c
4854         * src/addrbook.h
4855         * src/addressbook.c
4856         * src/addrindex.c
4857         * src/addrindex.h
4858         * src/compose.c
4859         * src/prefs_common.c
4860         * src/prefs_filtering_action.c
4861         * src/prefs_folder_item.c
4862         * src/prefs_template.c
4863         * src/stock_pixmap.c
4864         * src/stock_pixmap.h
4865         * src/pixmaps/addr_one.xpm
4866         * src/pixmaps/addr_two.xpm
4867                 Add auto-completion on groups
4869 2006-09-26 [colin]      2.5.2
4871         * NEWS
4872         * README
4873         * RELEASE_NOTES
4874                 2.5.2 released
4876 2006-09-26 [colin]      2.5.1cvs5
4878         * src/matcher.c
4879                 Fix condition
4881 2006-09-26 [colin]      2.5.1cvs4
4883         * src/mbox.c
4884                 Revert cvs1 (useless as the message is printed 
4885                 every 500 mails)
4887 2006-09-26 [colin]      2.5.1cvs3
4889         * src/partial_download.c
4890                 Fix crasher found by Alexsandar Urosevic
4892 2006-09-26 [colin]      2.5.1cvs2
4894         * src/summaryview.c
4895                 Fix bug #1023 (Sylpheed deletes too much messages)
4897 2006-09-26 [ticho]      2.5.1cvs1
4899         * src/mbox.c
4900                 Make use of gettext's multiple plurals for statusbar
4901                 progress message.
4903 2006-09-25 [paul]       2.5.1
4905         * NEWS
4906         * README
4907         * RELEASE_NOTES
4908                 2.5.1 released
4910 2006-09-25 [colin]      2.5.0cvs3
4912         * src/plugins/bogofilter/bogofilter.c
4913         * src/plugins/clamav/clamav_plugin.c
4914         * src/plugins/spamassassin/spamassassin.c
4915                 BogoFilter, Spamassassin: Fix double hook registering after
4916                 visiting preferences
4917                 Spamassassin, Clamav: Just set the mails to move instead of
4918                 doing the move - caller will move the things at once.
4920 2006-09-25 [colin]      2.5.0cvs2
4922         * src/imap.c
4923         * src/etpan/imap-thread.c
4924                 Use UID SEARCH ALL instead of UID 1:*
4925                 (braindead servers can't figure out that's
4926                 the same...)
4928 2006-09-25 [wwp]        2.5.0cvs1
4930         * src/message_search.c
4931                 Added the ability to stop a running search (in message body).
4933 2006-09-25 [paul]       2.5.0
4935         * NEWS
4936         * README
4937         * RELEASE_NOTES
4938                 2.5.0 released
4940 2006-09-25 [paul]       2.4.0cvs214
4942         * po/cs.po
4943         * po/de.po
4944         * po/fi.po
4945         * po/fr.po
4946         * po/nl.po
4947         * po/pt_BR.po
4948         * po/sk.po
4949         * po/sr.po
4950         * po/zh_CN.po
4951                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4952                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4953                 Ticho, Aleksander Urosevic, Ralgh Young
4955 2006-09-24 [mones]      2.4.0cvs213
4957         * po/es.po
4958                 Updated for release
4960 2006-09-23 [colin]      2.4.0cvs212
4962         * src/gtk/inputdialog.c
4963                 Fix [ ] remember this appearing in normal
4964                 input dialogs after it's been used by
4965                 mimeview.
4966         * src/folder.c
4967         * src/folderview.c
4968         * src/msgcache.c
4969         * src/procmsg.c
4970         * src/summaryview.c
4971         * src/textview.c
4972         * src/common/timing.h
4973                 Enable timings in debug mode and make it
4974                 look prettier.
4976 2006-09-22 [colin]      2.4.0cvs211
4978         * README
4979                 Revert test change
4980         * commitHelper
4981                 ping the correct URI
4983 2006-09-22 [colin]      2.4.0cvs210
4985         * README
4986                 Let's see if bug #1022 is fixed
4988 2006-09-21 [colin]      2.4.0cvs209
4990         * src/wizard.c
4991         * src/common/plugin.c
4992                 Prepare infra to load predefined plugins when
4993                 no configuration existed. Don't actually load
4994                 anything yet (feat. freeze)
4996 2006-09-21 [wwp]        2.4.0cvs208
4998         * manual/fr/faq.xml
4999                 Partial sync w/ 2.4.0cvs72:
5000                 wrap file and minor updates.
5002 2006-09-21 [wwp]        2.4.0cvs207
5004         * tools/fix_date.sh
5005                 several fixes and enhancements. A new --force switch has been
5006                 added to prevent overriding by default Date: header when
5007                 already existing.
5009 2006-09-21 [paul]       2.4.0cvs206
5011         * src/common/utils.c
5012                 add Chinese UTF8 Re prefix
5014 2006-09-21 [wwp]        2.4.0cvs205
5016         * tools/Makefile.am
5017                 Fics alfabettical order.
5019 2006-09-21 [wwp]        2.4.0cvs204
5021         * tools/fix_date.sh
5022         * tools/Makefile.am
5023                 Added an action tool to fix missing Date field in emails.
5024                 Updated Makefile.am to reflect those last two additions.
5026 2006-09-21 [wwp]        2.4.0cvs203
5028         * tools/uuooffice
5029                 Added a action tool to open uuencoded docs w/
5030                 OpenOffice (based on uudec method).
5032 2006-09-21 [colin]      2.4.0cvs202
5034         * src/compose.c
5035         * src/textview.c
5036                 Workaround possible GTK crash: remove selection 
5037                 clipboard before destroying widget, or GTK+-2.10
5038                 dies. Thanks to Hiro.
5040 2006-09-20 [colin]      2.4.0cvs201
5042         * src/compose.c
5043                 Fix free-after-use in some cases (when 
5044                 procmime_encode_content() frees mimeinfo->data.mem
5045                 and turns it to a temp file)
5047 2006-09-20 [colin]      2.4.0cvs200
5049         * src/folderview.c
5050         * src/summaryview.c
5051         * src/gtk/gtksctree.c
5052         * src/gtk/gtksctree.h
5053                 Add tooltips in the folderview and summaryview
5054                 (Doesn't break string freeze as they already
5055                 exist)
5056         * src/toolbar.c
5057                 Put the spam button in the default configuration
5058                 if compiled with bogo plugin too
5060 2006-09-19 [colin]      2.4.0cvs199
5062         * src/summaryview.c
5063         * src/summaryview.h
5064                 Update folder name label on folder rename
5065         * src/prefs_matcher.c
5066         * src/gtk/logwindow.h
5067                 Fix warnings
5068                 Patches by Fabien
5070 2006-09-19 [wwp]        2.4.0cvs198
5072         * src/summary_search.c
5073                 fix can't click forward/backward buttons in the
5074                 search messages.
5076 2006-09-18 [paul]       2.4.0cvs197
5078         * src/wizard.c
5079                 add missing bracket, capitalise the A of
5080                 'SpamAssassin'
5082 2006-09-18 [paul]       2.4.0cvs196
5084         * src/compose.c
5085                 fix bug 1012 'crashed upon sending mail
5086                 from compose window'
5087                 Thanks to Colin
5089 2006-09-16 [colin]      2.4.0cvs195
5091         * src/folderview.c
5092                 Fix "real-time" sorting by freezing/thawing
5094 2006-09-16 [colin]      2.4.0cvs194
5096         * manual/faq.xml
5097                 Fix the anti-spam entry a bit
5099 2006-09-16 [colin]      2.4.0cvs193
5101         * src/wizard.c
5102                 Make sure reviewers have no excuse when stating
5103                 Sylpheed-Claws doesn't have antispam capabilities.
5105 2006-09-16 [colin]      2.4.0cvs192
5107         * src/main.c
5108                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5109                 as if the SIGPIPE comes from etpan's thread we could
5110                 trigger a GUI update from this thread.
5112 2006-09-16 [colin]      2.4.0cvs191
5114         * src/summaryview.c
5115                 Init all members of the struct
5117 2006-09-16 [paul]       2.4.0cvs190
5119         * src/account.c
5120                 improvements to the English
5122 2006-09-15 [colin]      2.4.0cvs189
5124         * src/summaryview.c
5125                 HIG order on dialog
5127 2006-09-14 [colin]      2.4.0cvs188
5129         * src/common/socket.c
5130         * src/common/socket.h
5131         * src/common/ssl.c
5132         * src/common/ssl_certificate.c
5133         * src/common/ssl_certificate.h
5134         * src/etpan/imap-thread.c
5135                 the get_fqdn() call done to get canonical name when
5136                 checking an SSL certificate is blocking, which is
5137                 sad as we just did a non-blocking lookup to connect.
5138                 Fix that by letting the fqdn available to the SockInfo,
5139                 and use that in ssl_certificate_check(). For IMAP,
5140                 we don't do it as the lookup's done by libetpan, but
5141                 it's less annoying as IMAP connections as much more
5142                 rare than POP3 connections.
5144 2006-09-14 [paul]       2.4.0cvs187
5146         * manual/advanced.xml
5147                 improvements to the English,
5148                 properly place the new hidden options
5149                 within the alphabetical order
5150         * src/gtk/pluginwindow.c
5151                 improvements to the English
5153 2006-09-14 [colin]      2.4.0cvs186
5155         * src/prefs_common.c
5156         * src/prefs_common.h
5157         * src/gtk/gtksctree.c
5158         * manual/advanced.xml
5159                 New hidden pref, stripes_color_offset, to change
5160                 the value added/substracted to normal bgcolor to
5161                 create the stripes in summaries
5163 2006-09-13 [colin]      2.4.0cvs185
5165         * src/gedit-print.c
5166         * src/messageview.c
5167         * src/messageview.h
5168         * src/summaryview.c
5169         * src/textview.c
5170                 Fix misc. printing issues: 
5171                 - Bad font for linkified headers
5172                 - Different font if the mail was displayed or not
5173                 - Factorize the thing
5175 2006-09-13 [colin]      2.4.0cvs184
5177         * src/common/ssl_certificate.c
5178                 Only get FQDN once when checking certificate
5180 2006-09-13 [colin]      2.4.0cvs183
5182         * src/account.c
5183         * src/gtk/pluginwindow.c
5184                 Misc. GUI fixes by Fabien
5186 2006-09-13 [wwp]        2.4.0cvs182
5188         * configure.ac
5189         * src/common/utils.h
5190         * src/common/utils.c
5191                 get rid of unused wide-char functions.
5193 2006-09-13 [wwp]        2.4.0cvs181
5195         * src/plugins/pgpinline/sylpheed.def
5196         * src/textview.c
5197                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5198                 add privacy_reset_error to the .def file,
5199                 do not fork for an external textviewer.
5201 2006-09-13 [wwp]        2.4.0cvs180
5203         * src/prefs_common.c
5204                 fix broken font entry in prefs (patch issued by the gpg4win team,
5205                 probably by Marcus Brinkmann <marcus@g10code.de>).
5207 2006-09-13 [colin]      2.4.0cvs179
5209         * src/folder.h
5210                 Fix a warning in summaryview.c
5211         * src/mainwindow.c
5212         * src/summaryview.c
5213         * src/summaryview.h
5214                 Add missing Mark/* elements in the
5215                 main menu
5217 2006-09-12 [colin]      2.4.0cvs178
5219         * src/prefs_actions.c
5220         * src/prefs_filtering_action.c
5221         * src/prefs_matcher.c
5222                 Use (New) instead of New everywhere
5224 2006-09-12 [wwp]        2.4.0cvs177
5226         * manual/fr/addrbook.xml
5227         * manual/fr/handling.xml
5228                 updated some quotes in the fr manual to match the fr translation.
5230 2006-09-12 [wwp]        2.4.0cvs176
5232         * src/prefs_matcher.c
5233                 don't store translated string elements in matcher expressions.
5234                 Also fixed a misused of Q_().
5236 2006-09-11 [wwp]        2.4.0cvs175
5238         * src/plugins//bogofilter/bogofilter.c
5239         * src/plugins//clamav/clamav_plugin.c
5240         * src/plugins//demo/demo.c
5241         * src/plugins//dillo_viewer/dillo_viewer.c
5242         * src/plugins//pgpcore/plugin.c
5243         * src/plugins//pgpinline/plugin.c
5244         * src/plugins//pgpmime/plugin.c
5245         * src/plugins//spamassassin/spamassassin.c
5246                 gettext-ize more strings (mostly plugin error messages).
5248 2006-09-11 [colin]      2.4.0cvs174
5250         * src/alertpanel.c
5251                 Make maximum buffer size bigger to avoid
5252                 truncating translated messages. Patch by
5253                 Fabien
5255 2006-09-11 [colin]      2.4.0cvs173
5257         * src/etpan/imap-thread.c
5258                 Fix compilation on OpenBSD, thanks to 
5259                 Landry
5261 2006-09-10 [wwp]        2.4.0cvs172
5263         * manual/account.xml
5264         * manual/addrbook.xml
5265         * manual/handling.xml
5266         * manual/es/handling.xml
5267         * manual/fr/account.xml
5268         * manual/fr/addrbook.xml
5269         * manual/fr/handling.xml
5270                 documented addressbook matching (condition configuration):
5271                   addrbook.xml, en fr
5272                 documented per-account filtering rules (handling/filtering
5273                   section, account section):
5274                   account.xml, handling.xml, en fr
5275                 slightly updated the handling/searching section to tell few
5276                   words about the extended search ability:
5277                   handling.xml, en fr
5278                 added missing <quote></quotes> to Quick Search:
5279                   handling.xml, en fr es
5280                 fixed a typo (auomatically):
5281                   handling.xml, en
5282                 changes revisited by Paul.
5284 2006-09-10 [paul]       2.4.0cvs171
5286         * src/prefs_actions.c
5287         * src/prefs_filtering.c
5288         * src/prefs_template.c
5289                 adjustments to the gui
5290                 Patch by Fabien Vantard (slightly modified)
5292 2006-09-10 [colin]      2.4.0cvs170
5294         * src/summaryview.c
5295                 Check folderitem/summaryview consistency
5296                 (basically automates Update summary). Fixes
5297                 #1011 (wrong (negative) count on unread 
5298                 messages)
5300 2006-09-10 [colin]      2.4.0cvs169
5302         * src/gtk/gtksctree.c
5303                 Fix recursive expansion via mouse
5304         * src/plugins/bogofilter/bogofilter.c
5305                 Use normal filtering way of moving
5306                 messages (batching), possibly fixing
5307                 bug #1015 (Bogofilter plugin doubles 
5308                 new messages)
5310 2006-09-09 [wwp]        2.4.0cvs168
5312         * src/prefs_filtering.c
5313                 better place for this fix.
5315 2006-09-09 [wwp]        2.4.0cvs167
5317         * src/prefs_filtering.c
5318                 fix a minor bug when the enabled status of a filtering/processing
5319                 rule always got set to TRUE when replacing this rule. That still
5320                 make sense when adding a new rule, but now when replacing, we
5321                 don't override the value of 'enabled'.
5322                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5323                 to prefs_filtering_list_view_get_info() as this function not only
5324                 returns the name, but also the account_id and the enabled status.
5326 2006-09-09 [mones]      2.4.0cvs166
5328         * manual/glossary.xml
5329         * manual/plugins.xml
5330                 Minor format corrections
5331         * manual/gpl.xml
5332                 Fix misplaced NO WARRANTY section
5333         * manual/es/advanced.xml
5334         * manual/es/faq.xml
5335         * manual/es/glossary.xml
5336         * manual/es/gpl.xml
5337         * manual/es/handling.xml
5338         * manual/es/plugins.xml
5339         * manual/es/starting.xml
5340                 Incorporate changes from English version
5341         * manual/fr/ack.xml
5342         * manual/pl/ack.xml
5343         * manual/es/ack.xml
5344                 Fix address, (add translation credits in es version)
5345         * po/es.po
5346                 Updated translation
5348 2006-09-09 [wwp]        2.4.0cvs165
5350         * src/prefs_filtering.c
5351                 fix a crash when opening filtering prefs, if matcherrc file contains
5352                 broken data (non-existing account id, which is theoretically not
5353                 possible).
5355 2006-09-08 [colin]      2.4.0cvs164
5357         * src/folder.c
5358                 Wrong assert, make it an if()
5359         * src/gtk/gtksctree.c
5360                 Fix bug #1013 (expand selected thread 
5361                 tree) - expanding is now recursive
5363 2006-09-07 [wwp]        2.4.0cvs163
5365         * src/prefs_matcher.c
5366                 make better sentences about addressbook matching in the
5367                 matcher prefs. This should make translators' work easier
5368                 too.
5370 2006-09-07 [wwp]        2.4.0cvs162
5372         * src/prefs_filtering.c
5373                 code simplification (get rid of dup var. assignment).
5375 2006-09-07 [wwp]        2.4.0cvs161
5377         * src/summaryview.c
5378                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5379                 <fzzzzz@gmail.com>.
5381 2006-09-07 [paul]       2.4.0cvs160
5383         * src/mimeview.c
5384                 fix compilation warnings
5385                 Thanks to Colin
5387 2006-09-07 [paul]       2.4.0cvs159
5389         * src/mimeview.c
5390                 select the mimepart icon when
5391                 displaying as text
5392                 Thanks to Colin
5394 2006-09-06 [paul]       2.4.0cvs158
5396         * src/prefs_filtering.c
5397                 fix labels and table element spacing
5398                 Patch by Fabien Vantard
5400 2006-09-06 [paul]
5402         2.5.0-rc3 released
5404 2006-09-06 [paul]       2.4.0cvs157
5406         * manual/es/advanced.xml
5407                 fix typo
5409 2006-09-06 [wwp]        2.4.0cvs156
5411         * src/mainwindow.c
5412                 fix an dup launch issue when iconified, thanks to Colin.
5414 2006-09-06 [wwp]        2.4.0cvs155
5416         * src/gtk//gtksctree.h
5417                 oops, forgot that one!
5419 2006-09-06 [wwp]        2.4.0cvs154
5421         * manual/pl/advanced.xml
5422         * manual/advanced.xml
5423         * manual/es/advanced.xml
5424         * manual/fr/advanced.xml
5425         * src/prefs_customheader.c
5426         * src/prefs_filtering_action.c
5427         * src/foldersel.c
5428         * src/prefs_summaries.c
5429         * src/prefs_filtering.c
5430         * src/account.c
5431         * src/compose.c
5432         * src/prefs_summary_column.c
5433         * src/addr_compl.c
5434         * src/prefs_actions.c
5435         * src/prefs_folder_column.c
5436         * src/ssl_manager.c
5437         * src/prefs_template.c
5438         * src/prefs_display_header.c
5439         * src/prefs_common.h
5440         * src/prefs_matcher.c
5441         * src/prefs_common.c
5442         * src/prefs_toolbar.c
5443         * src/summaryview.c
5444         * src/folderview.c
5445         * src/gtk/gtksctree.c
5446         * src/gtk/pluginwindow.c
5447         * src/gtk/progressdialog.c
5448         * src/gtk/prefswindow.c
5449                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5450                 to make its meaning more obvious (all versions of the manual reflect
5451                 the change).
5452                 added an extra hidden option use_stripes_in_summary to allow
5453                 discarding these stripes in mainwindow's folder and message lists;
5454                 en and fr manuals only are OK towards this.
5456 2006-09-06 [colin]      2.4.0cvs153
5458         * src/textview.c
5459                 Hide Sylpheed-Claws' internal queue headers
5460                 when showing all headers. They'll be present
5461                 only in Source window.
5463 2006-09-05 [colin]      2.4.0cvs152
5465         * src/plugins/trayicon/trayicon.c
5466                 Fix crash at exit - we have to disconnect
5467                 our handlers
5468         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5469                 Update eggtrayicon - patch adapted from a
5470                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5471                 on Sylpheed's ML
5473 2006-09-05 [colin]      2.4.0cvs151
5475         * src/mainwindow.c
5476         * src/gtk/logwindow.c
5477                 Fix race condition when something writes
5478                 to the log too soon during init. Thanks
5479                 to Fabien Vantard
5481 2006-09-05 [colin]      2.4.0cvs150
5483         * src/mimeview.c
5484                 Don't select part on right-click either
5486 2006-09-05 [paul]       2.4.0cvs149
5488         * src/mimeview.c
5489                 completion of previous commit
5490                 Thanks to Colin
5492 2006-09-05 [colin]      2.4.0cvs148
5494         * src/mimeview.c
5495                 Don't force selection on middle-click, just open
5497 2006-09-04 [colin]      2.4.0cvs147
5499         * src/mimeview.c
5500                 Looks like gtk_notebook_set_current_page()
5501                 sometimes steals focus, and this annoys us
5502                 in MimeViewers as it renders navigation
5503                 keys useless. Take back focus after switching
5504                 pages.
5506 2006-09-04 [colin]      2.4.0cvs146
5508         * src/messageview.c
5509                 Set stop_loading when clicking on Next
5510                 during load. Don't add a callback to 
5511                 avoid over-complicating things.
5513 2006-09-04 [colin]      2.4.0cvs145
5515         * src/mimeview.c
5516         * src/messageview.c
5517                 Fix multiple loads in separate messageview
5519 2006-09-04 [colin]      2.4.0cvs144
5521         * src/summaryview.c
5522                 Let navigation keys be handled during 
5523                 load
5525 2006-09-04 [colin]      2.4.0cvs143
5527         * src/messageview.c
5528         * src/summaryview.c
5529         * src/textview.c
5530         * src/textview.h
5531                 Make loading of huge mails (lots of text and/or
5532                 images) cancellable, so the GUI doesn't block 
5534 2006-09-04 [colin]      2.4.0cvs142
5536         * src/plugins/trayicon/trayicon.c
5537                 Fix annoyance when removing a folder with 
5538                 unread mails: trayicon didn't update
5540 2006-09-04 [paul]       2.4.0cvs141
5542         * src/gtk/icon_legend.c
5543                 straighten up columns
5544                 Patch by Fabien Vantard
5546 2006-09-04 [wwp]        2.4.0cvs140
5548         * src/prefs_filtering.c
5549                 fix new line's account name in filtering prefs:
5550                 was "All", is now "(New)".
5552 2006-09-04 [paul]       2.4.0cvs139
5554         * tools/make.themes.project
5555                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5556                 instead of homebrewed "make release"
5558 2006-09-03 [colin]      2.4.0cvs138
5560         * src/folderview.c
5561                 Fix bug #1007 (Wrong folder highlighted)
5563 2006-09-03 [colin]      2.4.0cvs137
5565         * src/compose.c
5566                 Don't set Newsgroup: header to a mail folder
5567                 path
5569 2006-09-03 [paul]       2.4.0cvs136
5571         * src/prefs_other.c
5572         * src/prefs_spelling.c
5573                 unify the gui
5575 2006-09-03 [paul]       2.4.0cvs135
5577         * src/prefs_summaries.c
5578                 correct menu item text in prefs_keybind_apply_clicked()
5580 2006-09-03 [paul]       2.4.0cvs134
5582         * manual/advanced.xml
5583                 some improvements to the descriptions
5584         * src/mainwindow.c
5585         * src/messageview.c
5586         * src/summaryview.c
5587         * src/gtk/menu.c
5588                 fix menu sensitivity issues
5589         * src/prefs_message.c
5590                 drop the useless word 'short'
5591         * src/prefs_other.c
5592                 add the word 'lines' indicating log length
5593                 is a measure of lines
5594         * src/textview.c
5595                 fix compilation warnings
5597 2006-09-02 [colin]      2.4.0cvs133
5599         * src/messageview.c
5600                 Display a special return-receipt message
5601                 if the message is from the user
5602         * src/summaryview.c
5603                 Fix missing freeze of the list when marking
5604                 all read and unthreading for exec. Thanks
5605                 to Stephan Sachse.
5607 2006-09-02 [paul]       2.4.0cvs132
5609         * src/mainwindow.c
5610         * src/prefs_message.c
5611         * src/summaryview.c
5612                 fix some english
5614 2006-09-02 [wwp]        2.4.0cvs131
5616         * src/prefs_filtering.c
5617                 added an account name column to the filtering rules
5618                 dialog.
5620 2006-09-02 [colin]      2.4.0cvs130
5622         * src/gtk/logwindow.c
5623         * src/gtk/logwindow.h
5624                 Block scrolling if we're not at the end
5625                 of the log
5627 2006-09-02 [colin]      2.4.0cvs129
5629         * src/folder.c
5630                 Make sure account-specific rules can't
5631                 be used in {pre-,post-,}processing
5632         * src/mainwindow.c
5633         * src/gtk/logwindow.c
5634         * src/gtk/logwindow.h
5635                 Jump to last error when clicking on the
5636                 warning icon
5638 2006-09-02 [colin]      2.4.0cvs128
5640         * src/imap.c
5641         * src/import.c
5642         * src/mainwindow.c
5643         * src/mainwindow.h
5644                 Fix warning icon
5645         * src/inc.c
5646         * src/mbox.c
5647         * src/mbox.h
5648                 Let proc_mbox know its account, for
5649                 account-specific rules
5651 2006-09-01 [colin]      2.4.0cvs127
5653         * src/codeconv.c
5654                 Don't uselessly use iconv to convert from
5655                 us-ascii
5656         * src/alertpanel.c
5657         * src/mainwindow.c
5658         * src/mainwindow.h
5659         * src/inc.c
5660                 Fix certain log cases, disable warning icon
5661                 for now, the correct way to display it when
5662                 necessary and only when necessary is probably
5663                 to do it manually rather than use error logs
5664         * src/etpan/imap-thread.c
5665                 Clean up UID logging a bit
5666         * src/gtk/logwindow.c
5667         * src/gtk/logwindow.h
5668                 Make logging faster when the window's closed
5670 2006-09-01 [wwp]        2.4.0cvs126
5672         * manual/fr/account.xml
5673                 reflect changes to the ref. manual (parts of cvs72):
5674                 fix tabnames and quotes.
5676 2006-09-01 [wwp]        2.4.0cvs125
5678         * manual/fr/plugins.xml
5679                 reflect changes to the reference manual (cvs42):
5680                 update IRC channel info.
5682 2006-09-01 [wwp]        2.4.0cvs124
5684         * commitHelper
5685                 use CVSEDITOR env. var. if set, according to `man cvs`.
5687 2006-09-01 [wwp]        2.4.0cvs123
5689         * manual/advanced.xml
5690                 better sentence again (thanks to Paul).
5692 2006-09-01 [wwp]        2.4.0cvs122
5694         * manual/advanced.xml
5695         fix definition of toolbar_detachable and rework a bit the one of
5696         enable_dotted_lines.
5698 2006-09-01 [mones]      2.4.0cvs121
5700         * manual/advanced.xml
5701                 Document enable_dotted_lines
5703 2006-09-01 [paul]       2.4.0cvs120
5705         * src/folderview.c
5706         * src/folderview.h
5707         * src/imap.c
5708         * src/mainwindow.c
5709         * src/summaryview.c
5710                 obey the 'When entering folder...' option
5711                 when using the /View/Go to/... menu items
5712                 Thanks to Colin
5714 2006-08-31 [colin]      2.4.0cvs119
5716         * src/folderview.c
5717                 Revert 2.4.0cvs116, wrong fix.
5719 2006-08-31 [colin]      2.4.0cvs118
5721         * src/gtk/gtksctree.c
5722                 Better state the various copyrights
5724 2006-08-31 [colin]      2.4.0cvs117
5726         * src/prefs_common.c
5727                 fix enable_dotted_lines
5729 2006-08-31 [colin]      2.4.0cvs116
5731         * src/folderview.c
5732                 Use pref "Always open on select" when going
5733                 to next unread folder
5734         * src/gtk/gtksctree.c
5735                 Fix link failure to _gtk_clist_create_cell_layout
5736                 on certain computers. (Why not mine, I wonder)
5738 2006-08-31 [colin]      2.4.0cvs115
5740         * src/procmsg.c
5741         * src/textview.c
5742         * src/plugins/bogofilter/bogofilter.c
5743         * src/plugins/spamassassin/spamassassin.c
5744                 Requalify some "errors" to warnings
5745         * src/mainwindow.c
5746         * src/mainwindow.h
5747         * src/statusbar.c
5748                 Add an icon in the statusbar to notify
5749                 of errors
5750         * src/gtk/gtksctree.c
5751         * src/folderview.c
5752         * src/summaryview.c
5753                 Make the GtkSCTree look more modern by
5754                 alternating background lines
5755         * src/prefs_common.c
5756         * src/prefs_common.h
5757                 Add a pref to let people have the old
5758                 way if they prefer
5761 2006-08-30 [colin]      2.4.0cvs114
5763         * src/procmsg.c
5764         * src/procmsg.h
5765                 Provide a way to filter a list of
5766                 messages in an optimised manner, and
5767                 add a list-filtering hook
5768         * src/folder.c
5769         * src/inc.c
5770         * src/mbox.c
5771                 Use the list filtering
5772         * src/plugins/bogofilter/bogofilter.c
5773                 Use the list-filtering hook
5774                 Use -b (bulk) mode for more speed
5775                 when learning and filtering
5776         * src/etpan/imap-thread.c
5777                 Make log output shorter in UID SEARCH
5780 2006-08-30 [colin]      2.4.0cvs113
5782         * src/plugins/bogofilter/bogofilter.c
5783                 Really fast mass learning - thanks to David
5784                 Relson for the options explanations :)
5786 2006-08-30 [colin]      2.4.0cvs112
5788         * src/msgcache.c
5789                 Fix compilation on FreeBSD. Thanks
5790                 to Michael Hugues
5792 2006-08-29 [colin]      2.4.0cvs111
5794         * src/folderview.c
5795                 Handle "popup_menu" signal (for popping the 
5796                 menu via the keyboard)
5797         * src/mimeview.c
5798         * src/mimeview.h
5799         * src/summaryview.c
5800         * src/textview.c
5801         * src/gtk/gtkutils.c
5802         * src/gtk/gtkutils.h
5803                 Factorize scrolling code, and add an API 
5804                 for MimeViewers to handle scroll orders
5806 2006-08-29 [wwp]        2.4.0cvs110
5808         * src/plugins//bogofilter/bogofilter.c
5809         * src/plugins//spamassassin/spamassassin.c
5810                 make the bogofilter/spamassassin filtering error dialogs at
5811         incorporation obey to the "don't popup error dialog on
5812         receive error" option. If disabled, feed the log window w/
5813         the error message.
5815 2006-08-29 [paul]
5817         2.5.0-rc2 released
5819 2006-08-29 [paul]       2.4.0cvs109
5821         * Makefile.am
5822                 remove 'make release', it's not needed
5823                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5825 2006-08-29 [paul]       2.4.0cvs108
5827         * src/foldersel.c
5828         * src/summary_search.c
5829         * src/gtk/progressdialog.c
5830         * src/plugins/pgpcore/passphrase.c
5831                 replace deprecated gtk_window_set_policy()
5833 2006-08-29 [colin]      2.4.0cvs107
5835         * src/folder.c
5836                 Fix data loss when copy fails during a move:
5837                 only use fast remove_msgs if everything was
5838                 copied OK; else use slow remove_msg on the
5839                 mails that got copied only.
5841 2006-08-28 [paul]       2.4.0cvs106
5843         * src/mh.c
5844                 revert change in 2.4.0cvs104, it breaks
5845                 stuff
5847 2006-08-28 [paul]       2.4.0cvs105
5849         * src/plugins/spamassassin/spamassassin.c
5850                 english fix
5852 2006-08-28 [paul]       2.4.0cvs104
5854         * src/mh.c
5855                 fix data loss when moving to another
5856                 mailbox fails
5857         * src/prefs_spelling.c
5858                 improve the english
5859         * src/gtk/pluginwindow.c
5860                 improve the layout of the dialog text
5861         All thanks to Colin
5863 2006-08-28 [paul]       2.4.0cvs103
5865         * src/plugins/bogofilter/bogofilter.c
5866         * src/plugins/bogofilter/bogofilter_gtk.c
5867                 fix english up a bit, innit
5869 2006-08-28 [paul]       2.4.0cvs102
5871         * configure.ac
5872         * po/Makefile.in.in
5873         * po/Makevars
5874                 require autoconf 2.60, enabling building
5875                 with gettext 0.15 (gettext 0.14.x build still
5876                 possible). Replace Makefiles with versions
5877                 from gettext 0.15.
5878                 Remove configure options --with-localedir and
5879                 --with-mandir. The options that are provided
5880                 directly by autoconf 2.60 can be used instead:
5881                 --mandir --localedir
5883 2006-08-27 [colin]      2.4.0cvs101
5885         * src/plugins/bogofilter/Makefile.am
5886                 Fix make dist (no README)
5888 2006-08-27 [colin]      2.4.0cvs100
5890         * src/folder.c
5891                 Don't use F_UNKNOWN folders for any default
5892                 outbox/trash/etc
5893         * src/plugins/bogofilter/bogofilter.c
5894         * src/plugins/bogofilter/bogofilter.h
5895         * src/plugins/bogofilter/bogofilter_gtk.c
5896                 Add an option to specify the path to bogofilter
5897                 Use single-quotes to be able to learn in folders
5898                 with spaces in their names
5899                 Verify learning status
5901 2006-08-27 [colin]      2.4.0cvs99
5903         * manual/faq.xml
5904         * manual/plugins.xml
5905                 Document Bogofilter plugin
5907 2006-08-27 [colin]      2.4.0cvs98
5909         * src/compose.c
5910         * src/messageview.c
5911         * src/procmsg.c
5912         * src/procmsg.h
5913                 When possible, copy the queued mail to sent folder
5914                 instead of re-adding. Much faster on IMAP.
5916 2006-08-27 [colin]      2.4.0cvs97
5918         * src/msgcache.c
5919                 Disable mmaped caches - huge metadata loss
5920                 here after a power failure.
5921         * src/summaryview.c
5922                 Add quicksearch timing
5923         * src/common/plugin.c
5924         * src/common/plugin.h
5925                 Implement an interface to tell what plugins
5926                 provide. Prevent loading of similar plugins.
5927         * src/plugins/clamav/clamav_plugin.c
5928         * src/plugins/demo/demo.c
5929         * src/plugins/dillo_viewer/dillo_viewer.c
5930         * src/plugins/pgpcore/plugin.c
5931         * src/plugins/pgpinline/pgpinline.c
5932         * src/plugins/pgpmime/pgpmime.c
5933         * src/plugins/spamassassin/spamassassin.c
5934         * src/plugins/trayicon/trayicon.c
5935                 Implement plugin_provides()
5937 2006-08-27 [colin]      2.4.0cvs96
5939         * configure.ac
5940         * src/plugins/Makefile.am
5941         * src/plugins/bogofilter/.cvsignore
5942         * src/plugins/bogofilter/Makefile.am
5943         * src/plugins/bogofilter/bogofilter.c
5944         * src/plugins/bogofilter/bogofilter.h
5945         * src/plugins/bogofilter/bogofilter_gtk.c
5946                 New Bogofilter plugin, provides filtering and
5947                 learning. Spamassassin will go to extra plugins.
5949 2006-08-26 [mones]      2.4.0cvs95
5951         * manual/handling.xml
5952                 Fix subfolder path in the example (thanks to Paul) 
5954 2006-08-26 [mones]      2.4.0cvs94
5956         * manual/glossary.xml
5957                 2.2. + add ISP to the glossary
5958                 7.5. + Add UIDL to glossary
5959                 7.7. + Add TCP to glossary
5960         * manual/handling.xml
5961                 7.1. + Mentions GNU/Linux distribution, what about the non...
5962                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5963                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5964                 7.4. = Use appropriate quotation for commands
5965                 7.6. = change "" to <quote></quote>
5966         * manual/plugins.xml
5967                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5968         * manual/starting.xml
5969                 2.1. + local mbox file: some examples of mbox file locations...
5970                 Also reformatted files requiring it
5972 2006-08-26 [wwp]        2.4.0cvs93
5974         * src/summary_search.c
5975                 disable find buttons while summary search is running.
5977 2006-08-25 [colin]      2.4.0cvs92
5979         * src/folder.c
5980         * src/folderutils.c
5981         * src/mh.c
5982         * src/procmsg.h
5983         * src/summaryview.c
5984                 Speed up MH moving, and add progressbar
5985                 for MH deletion
5986         * src/msgcache.c
5987                 Write cache files using mmap() too
5989 2006-08-25 [wwp]        2.4.0cvs91
5991         * src/summaryview.c
5992                 switch spam<->ham button when a message has been marked as spam or ham
5993                 and is still selected. Thanks to Colin.
5995 2006-08-25 [paul]       2.4.0cvs90
5997         * src/Makefile.am
5998         * src/stock_pixmap.c
5999         * src/stock_pixmap.h
6000         * src/summaryview.c
6001         * src/gtk/icon_legend.c
6002         * src/pixmaps/copied.xpm
6003         * src/pixmaps/moved.xpm
6004                 add icons for delayed execution marked for
6005                 copying, marked for moving
6007 2006-08-25 [mones]      2.4.0cvs89
6009         * manual/glossary.xml
6010                 Fix the other glossary items:
6011                 5.1. = Inmmediate execution -> <quote>immediate execution...
6012                 5.2. = Fix MBOX capitalization -> Mbox
6013                 5.3. + Improve Plugins def. w/ tech. ref.
6014                 5.4. = Quotation -> replace '>' by <quote>></quote>
6015                 5.5. - SMTP Server. -> remove dot
6016         * po/es.po
6017                 Updated translation
6019 2006-08-25 [mones]      2.4.0cvs88
6021         * manual/ack.xml
6022                 Reformatted, changed email address
6023         * manual/glossary.xml
6024                 Reformatted, fixed MANUAL-TODO items:
6025                 8.2. + add ROT-13 to glossary
6026                 8.4. + add URL to glossary
6027         * manual/es/advanced.xml
6028                 Fixed <literal>s
6030 2006-08-25 [paul]       2.4.0cvs87
6032         * src/gtk/icon_legend.c
6033                 add 'marked for deletion' icon
6034                 arrange icons by containing column
6035                 wrap long label text
6037 2006-08-25 [colin]      2.4.0cvs86
6039         * src/common/utils.c
6040         * src/common/utils.h
6041                 Add the sc_g_*list_bigger functions in
6042                 a place everyone can use it
6043         * src/summaryview.c
6044                 Only freeze/thaw the list when working
6045                 on the selection, if it's bigger than 1
6046         * src/gtk/gtksctree.c
6047                 Only freeze/thaw the list when unselec-
6048                 ting 'all' if ('all' != 1)
6049                 This avoids some flickering
6051 2006-08-24 [colin]      2.4.0cvs85
6053         * src/addressbook.c
6054                 Fix strange list selection
6055                 Fix random seg (Invalid read of freed memory)
6057 2006-08-24 [colin]      2.4.0cvs84
6059         * src/alertpanel.c
6060         * src/gtk/inputdialog.c
6061         * src/plugins/pgpcore/passphrase.c
6062                 Revert minimal width patch of 2.4.0cvs67,
6063                 as it is also a maximal width. Use 
6064                 gtk_window_set_default_size instead.
6066 2006-08-24 [colin]      2.4.0cvs83
6068         * src/msgcache.c
6069                 Write cache/mark to temp files before
6070                 overwriting old ones (avoids metadata
6071                 loss if writing the new files fail).
6072                 Use mmap() to read cache/mark file, as
6073                 this makes cache reading faster. Dis-
6074                 abled for big-endian machines until it
6075                 can be tested. (Big-endian users: set
6076                 msgcache_use_mmap = TRUE in the relevant
6077                 #if).
6078         * src/procmsg.h
6079                 Move rarely used fields of MsgInfo in 
6080                 another structure, which will only be
6081                 allocated if needed. Face, X-Face,
6082                 Return receipt headers and List-*
6083                 headers are moved. Mails having none
6084                 of these occupy 52 bytes less with
6085                 this patch, which makes 2.5MB of RAM
6086                 saved on a 50k folder).
6087         * src/headerview.c
6088         * src/mainwindow.c
6089         * src/messageview.c
6090         * src/partial_download.c
6091         * src/procheader.c
6092         * src/procmsg.c
6093         * src/textview.c
6094                 Follow this structure change.
6096 2006-08-24 [wwp]        2.4.0cvs82
6098         * manual/es/.cvsignore
6099         * manual/es/dist/.cvsignore
6100         * manual/es/dist/html/.cvsignore
6101         * manual/es/dist/pdf/.cvsignore
6102         * manual/es/dist/ps/.cvsignore
6103         * manual/es/dist/txt/.cvsignore
6104                 more (generated) files to ignore.
6106 2006-08-24 [colin]      2.4.0cvs81
6108         * src/folder.c
6109         * src/mh.c
6110                 Fix possible problems with local delivery. Check the folder doesn't
6111                 need scan before setting its mtime when saving cache (which can be
6112                 done long after the folder's been modified by an external process);
6113                 Check that the stored item's mtime didn't change in mh functions.
6115 2006-08-24 [mones]      2.4.0cvs80
6117         * manual/advanced.xml
6118                 Rewrapping, some fixes and MANUAL-TODO items:
6119                 8.1. = change "" to <quote></quote>
6120                 8.3. = quote menu items
6121                 8.5. - deploying -> new user ... ideally a new user (redundant)
6123 2006-08-23 [colin]      2.4.0cvs79
6125         * src/gtk/gtksctree.c
6126                 When selecting or deselecting range, only
6127                 freeze/thaw when selection is bigger than 10
6129 2006-08-23 [colin]      2.4.0cvs78
6131         * src/messageview.c
6132         * src/mimeview.c
6133         * src/mimeview.h
6134         * src/plugins/dillo_viewer/dillo_viewer.c
6135                 Provide an API for MimeViewer plugins to
6136                 return a text selection for replying
6138 2006-08-23 [colin]      2.4.0cvs77
6140         * src/image_viewer.c
6141         * src/textview.c
6142                 Use gtk_pixbuf_new_from_file_at_scale(), which
6143                 is faster than getting the pixbuf then resizing
6144                 it.
6146 2006-08-23 [colin]      2.4.0cvs76
6148         * src/procmime.c
6149                 UTF-8 should be sent Quoted-printable
6151 2006-08-22 [colin]      2.4.0cvs75
6153         * src/mh.c
6154                 Check if scan is required before touching
6155                 the folder (or it'll be required every time)
6157 2006-08-22 [colin]      2.4.0cvs74
6159         * configure.ac
6160                 Require libetpan 0.46 (crasher fix when built
6161                 against gnutls)
6163 2006-08-22 [colin]      2.4.0cvs73
6165         * src/folder.c
6166                 Set folder's mtime after writing its
6167                 cache
6168         * src/folderview.c
6169                 Add some timing
6170         * src/procmsg.c
6171                 Don't do useless stuff if we don't 
6172                 thread by subject
6173         * src/summaryview.c
6174                 Add some timing, don't deselect prior
6175                 to selecting (gtksctree does it itself),
6176                 remove crash avoidance hacks as it's been
6177                 properly fixed since a while
6178         * src/common/utils.c
6179                 Optimize to_human_readable(): _() is slow,
6180                 do it only once, and avoid %f format for KB
6181                 (the most common in a summaryview)
6182         * src/gtk/gtksctree.c
6183                 Don't uselessly freeze/thaw (fixes flicker
6184                 on next unread and friends), reduce number
6185                 of g_list_nth/g_list_position where possible
6186         * src/gtk/gtkutils.c
6187         * src/gtk/gtkutils.h
6188                 Reduce number of g_list_nth/g_list_position
6189                 where possible.
6190                 All of this makes loading as 70k folder 2.1
6191                 seconds instead of 3.2 (with hot FS caches).
6192                 (1.3 seconds without Date and Size columns...)
6194 2006-08-22 [paul]       2.4.0cvs72
6196         wrap documents and do some items from mones' MANUAL-TODO:
6198         * manual/account.xml
6199                 4.1. = fix tabname references to <quote>tabname</quote>
6200                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6201         * manual/faq.xml
6202                 1.1. = mentioned options don't match UI
6203                 Add information about the 'Never send Return Receipts'
6204                 option
6205         * manual/handling.xml
6206                 6.2. = Mentions Extended symbols button, but now is
6207                 named Information
6208                 6.3. = Mentions ... button, which is now Edit
6210 2006-08-22 [colin]      2.4.0cvs71
6212         * src/gtk/pluginwindow.c
6213                 Fix layout in verbose translations (such
6214                 as french)
6216 2006-08-22 [paul]       2.4.0cvs70
6218         * manual/Makefile.am
6219                 build manuals in alphabetical order
6220         * src/addressbook.c
6221         * src/prefs_themes.c
6222                 replace/remove deprecated symbols
6223         * src/gtk/gtkutils.c
6224                 fix a warning
6225         * src/gtk/pluginwindow.c
6226                 replace deprecated symbol
6227                 replace label text and move it
6228         * src/plugins/pgpcore/prefs_gpg.c
6229                 move the 'Generate...' button out of the
6230                 Sign Key frame, replace the English used
6231         * src/plugins/pgpcore/sgpgme.c
6232                 fixes to the English
6234 2006-08-21 [colin]      2.4.0cvs69
6236         * src/plugins/trayicon/trayicon.c
6237                 Add more strings for translation; patch
6238                 by Pawel
6240 2006-08-21 [colin]      2.4.0cvs68
6242         * src/compose.c
6243                 fix replied flag not set after drafting
6244         * src/matcher.c
6245                 fix body quicksearch in non-encoded bodies
6246                 containing '='
6247         * src/msgcache.c
6248                 Get rid of the g_malloc workaround for
6249                 corrupted caches, use g_try_malloc
6251 2006-08-21 [colin]      2.4.0cvs67
6253         * src/alertpanel.c
6254         * src/gtk/inputdialog.c
6255         * src/plugins/pgpcore/passphrase.c
6256                 Set minimal width to 375
6257         * src/mainwindow.c
6258                 Fix switching to offline, asking if it 
6259                 should be overriden for synchronising
6260         * src/mimeview.c
6261                 Don't offer to remember command on Open 
6262                 with for text parts, as the browser or 
6263                 text editor command isn't changed from 
6264                 there
6266 2006-08-20 [paul]       2.4.0cvs66
6268         * po/ko.po
6269         * po/zh_CN.po
6270                 fix plural form errors. revealed by stricter
6271                 checking of gettext 0.15
6273 2006-08-18 [paul]       2.4.0cvs65
6275         * src/stock_pixmap.c
6276                 fix the fix of 2.4.0cvs64
6277                 Thanks to Colin
6279 2006-08-18 [paul]       2.4.0cvs64
6281         * src/stock_pixmap.c
6282                 fix leaks
6283                 Thanks to Colin
6285 2006-08-18 [paul]       2.4.0cvs63
6287         * src/compose.c
6288         * src/procmsg.c
6289                 fix occasional IMAP bug where large msgs
6290                 were left in the queue folder after sending
6291                 Thanks to Colin
6293 2006-08-18 [paul]       2.4.0cvs62
6295         * src/folderview.c
6296                 freeze the summaryview while quicksearch results
6297                 are displayed
6298                 (fixes bug 456 'current message is hidden when the
6299                 view is refreshed and extended search is "unread 
6300                 messages"')
6301                 Thanks to Colin
6302         * src/textview.c
6303                 add missing #include "inputdialog.h"
6304         * src/common/utils.h
6305                 add missing mailcap_update_default() and improve
6306                 readability
6308 2006-08-17 [colin]      2.4.0cvs61
6310         * src/plugins/pgpcore/select-keys.c
6311                 Fix warnings :)
6313 2006-08-17 [colin]      2.4.0cvs60
6315         * src/compose.c
6316                 Don't continue queuing if Cancel is clicked
6317                 in select-keys
6319 2006-08-17 [colin]      2.4.0cvs59
6321         * src/plugins/pgpcore/select-keys.c
6322                 When encrypting, if only one key matches and it 
6323                 matches exactly, automatically use it.
6325 2006-08-17 [colin]      2.4.0cvs58
6327         * src/mimeview.c
6328         * src/prefs_common.c
6329         * src/prefs_common.h
6330         * src/prefs_ext_prog.c
6331         * src/textview.c
6332                 Fix issues with previous patch (text/html)
6333                 Remove outdated prefs
6335 2006-08-17 [colin]      2.4.0cvs57
6337         * src/imap.c
6338                 Add View Log button on auth error
6339         * src/procmsg.c
6340                 Fix encrypted mail marked as new when
6341                 saved in normal folders
6342         * src/plugins/pgpinline/pgpinline.c
6343                 Fix encrypt bug on IMAP
6344         * src/mimeview.c
6345         * src/common/utils.c
6346         * src/common/utils.h
6347         * src/gtk/inputdialog.c
6348         * src/gtk/inputdialog.h
6349                 Get rid of metamail stuff, simplify
6350                 opening, and allow remembering of user's
6351                 choices (by updating ~/.mailcap). There's
6352                 still to drop "Audio player" and "Image
6353                 viewer" preferences.
6355 2006-08-17 [mones]      2.4.0cvs56
6357         * manual/es/sylpheed-claws-manual.xml
6358                 fix DTD path
6360 2006-08-17 [mones]      2.4.0cvs55
6362         * configure.ac
6363         * manual/Makefile.am
6364         * manual/es/Makefile.am
6365         * manual/es/account.xml
6366         * manual/es/ack.xml
6367         * manual/es/addrbook.xml
6368         * manual/es/advanced.xml
6369         * manual/es/faq.xml
6370         * manual/es/glossary.xml
6371         * manual/es/gpl.xml
6372         * manual/es/handling.xml
6373         * manual/es/intro.xml
6374         * manual/es/keyboard.xml
6375         * manual/es/plugins.xml
6376         * manual/es/starting.xml
6377         * manual/es/sylpheed-claws-manual.xml
6378         * manual/es/dist/Makefile.am
6379         * manual/es/dist/html/Makefile.am
6380         * manual/es/dist/pdf/Makefile.am
6381         * manual/es/dist/ps/Makefile.am
6382         * manual/es/dist/txt/Makefile.am
6383                 Spanish translation for the manual
6385 2006-08-16 [colin]      2.4.0cvs54
6387         * src/compose.c
6388         * src/main.c
6389         * src/mainwindow.c
6390                 Fix send button sensitivity at startup
6391                 Set send menu sensitivity (patch by Fabien)
6392         * src/ssl_manager.c
6393                 Enable closing with esc (patch by Fabien)
6394         * src/gtk/foldersort.c
6395                 Enable closing with esc (patch by Fabien)
6396         * src/procmime.c
6397                 Optimisation (no need to copy to tempfile to
6398                 "decode" 7bit and 8bit)
6399         * src/summaryview.c
6400                 Fix cruft in swap_from case
6401         * src/textview.c
6402                 Fix missing last line in some mail cases 
6403                 (Fixes debian #381872)
6404         * src/plugins/pgpcore/prefs_gpg.c
6405         * src/plugins/pgpcore/sgpgme.c
6406         * src/plugins/pgpcore/sgpgme.h
6407                 Don't show "no key found" when user explicitely
6408                 wants to create a key
6410 2006-08-16 [paul]       2.4.0cvs53
6412         * configure.ac
6413         * src/account.c
6414         * src/addressbook.c
6415         * src/headerview.c
6416         * src/prefs_account.c
6417         * src/prefs_message.c
6418         * src/gtk/gtkutils.c
6419                 bump up minimum required versions of GTK+ and
6420                 GLIB to 2.6.0
6422 2006-08-16 [paul]       2.4.0cvs52
6424         * src/toolbar.c
6425                 workaround GTK+ Bug 351600 - 'Can't re-click
6426                 on button after sensitivity update'
6427                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6428                 Thanks to Colin
6430 2006-08-15 [colin]      2.4.0cvs51
6432         * src/plugins/pgpcore/prefs_gpg.c
6433                 Set options sensitivity according to
6434                 key existence
6435         * src/plugins/pgpcore/sgpgme.c
6436                 Allow to create key with no passphrase
6438 2006-08-14 [cleroy]     2.4.0cvs50
6440         * src/gtk/pluginwindow.c
6441                 New layout (maybe to be changed?)
6442         * src/gtk/gtkutils.c
6443                 Fix a bit label_window
6444         * src/plugins/pgpcore/passphrase.c
6445         * src/plugins/pgpcore/passphrase.h
6446         * src/plugins/pgpcore/plugin.c
6447         * src/plugins/pgpcore/prefs_gpg.c
6448         * src/plugins/pgpcore/prefs_gpg.h
6449         * src/plugins/pgpcore/sgpgme.c
6450         * src/plugins/pgpcore/sgpgme.h
6451                 Allow to create a PGP private key via the GUI
6453 2006-08-14 [wwp]        2.4.0cvs49
6455         * src/addressbook_foldersel.c
6456                 fix strict ISO C90 compliance.
6458 2006-08-14 [paul]       2.4.0cvs48
6460         * src/gtk/prefswindow.c
6461                 re-set scrolled window on opening
6462                 Patch by Ticho
6464 2006-08-14 [paul]
6466         2.5.0-rc1 released
6468 2006-08-14 [paul]       2.4.0cvs47
6470         * src/prefs_display_header.c
6471                 re-enable user-defined Displayed Headers
6473 2006-08-14 [paul]       2.4.0cvs46
6475         * src/prefs_account.c
6476                 use GTK_STOCK_EDIT
6478 2006-08-13 [colin]      2.4.0cvs45
6480         * src/common/utils.c
6481                 Fix "a" in quote when the original message is empty,
6482                 by using \0 instead of 'a' to test writability of
6483                 temp files.
6485 2006-08-13 [wwp]        2.4.0cvs44
6487         * src/plugins/spamassassin/spamassassin.c
6488                 fix capitalization of "SpamAssassin" in some debug, log and
6489                 dialog messages.
6491 2006-08-13 [paul]       2.4.0cvs43
6493         * src/editldap.c
6494                 fix overlapping widgets
6495         * src/prefs_account.c
6496                 fix translation of protocol_names[]
6497                 fix label disappearing off the edge of the
6498                 visible area
6500 2006-08-12 [paul]       2.4.0cvs42
6502         * manual/plugins.xml
6503                 update IRC channel info before it gets forgotten
6504                 about
6506 2006-08-11 [colin]      2.4.0cvs41
6508         * src/compose.c
6509         * src/mainwindow.c
6510         * src/mainwindow.h
6511         * src/procmsg.c
6512         * src/procmsg.h
6513         * src/summaryview.c
6514         * src/toolbar.c
6515                 Grey out the Send button if
6516                 - Queue folders are empty, or
6517                 - We're sending already
6519 2006-08-11 [wwp]        2.4.0cvs40
6521         * src/main.c
6522                 fix a logic issue when quitting while a compose window is
6523                 still open, thanks to Colin.
6525 2006-08-10 [colin]      2.4.0cvs39
6527         * src/main.c
6528                 Fix default font size setting after wizard run
6529         * src/imap.c
6530         * src/etpan/imap-thread.c
6531         * src/etpan/imap-thread.h
6532                 Fix bug #999 (Timing out on TSL cert validation 
6533                 dialog makes ugly things happen). Also, STARTTLS
6534                 unconditionnaly if initial capabilities contain
6535                 LOGINDISABLED and STARTTLS.
6537 2006-08-09 [colin]      2.4.0cvs38
6539         * src/mainwindow.c
6540         * src/mainwindow.h
6541                 Fix Tools/Actions sensitivity when there are
6542                 no actions
6544 2006-08-09 [colin]      2.4.0cvs37
6546         * src/prefs_filtering.c
6547                 Warning fix, patch by Paul
6548         * src/messageview.c
6549         * src/prefs_actions.c
6550         * src/prefs_filtering_action.c
6551         * src/prefs_matcher.c
6552                 Uniformisation of "Info ..." to "Info..." (for
6553                 old gtk), patch by Fabien
6554         * src/plugins/clamav/clamav_plugin_gtk.c
6555                 Sensitivity fix by Fabien
6557 2006-08-09 [colin]      2.4.0cvs36
6559         * src/main.c
6560         * src/main.h
6561                 Add a function to know whether we're exiting
6562         * src/plugins/trayicon/trayicon.c
6563                 If exiting, don't do anything. Faster, and
6564                 avoids gtk_main_iteration reentracy causing
6565                 segfaults at exit
6567 2006-08-09 [colin]      2.4.0cvs35
6569         * src/messageview.c
6570         * src/mimeview.c
6571         * src/mimeview.h
6572                 Fix lack of part selection when automatically 
6573                 jumping to a specific part
6574         * src/msgcache.c
6575                 Little optimisation in cache reading
6577 2006-08-09 [colin]      2.4.0cvs34
6579         * src/compose.c
6580                 Fix crash setting the priority on reedit
6581                 (Accessing compose before creating it!)
6583 2006-08-08 [colin]      2.4.0cvs33
6585         * src/procmime.c
6586                 Fix bug #998 (last attachment is not accessible)
6587                 Bad RFC interpretation on multipart close-delimiters
6588         * src/mimeview.c
6589         * src/mimeview.h
6590         * src/gtk/gtkvscrollbutton.c
6591         * src/gtk/gtkvscrollbutton.h
6592                 Make attachments list wheel-scrollable
6594 2006-08-07 [colin]      2.4.0cvs32
6596         * src/gtk/gtkaspell.c
6597                 Fix bug #973 (Unicode punctation characters 
6598                 are not recognized as separators by the
6599                 spell checker); fix unsigned stuff
6601 2006-08-07 [colin]      2.4.0cvs31
6603         * src/compose.c
6604                 Fix bug #956 (DnD text with accents in compose 
6605                 text entry); fix gccc's signed/unsigned fuss
6607 2006-08-06 [colin]      2.4.0cvs30
6609         * src/main.c
6610                 Fix bug #979 (Plugin crashes when exiting 
6611                 sylpheed-claws) : handle exit request only 
6612                 once
6614 2006-08-05 [colin]      2.4.0cvs29
6616         * src/news.c
6617                 Just make sure we have a msgid.
6619 2006-08-05 [colin]      2.4.0cvs28
6621         * src/news.c
6622         * src/summaryview.c
6623                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6624                 by reimplementing it
6625         * src/textview.c
6626                 Fix bug when hiding quotes with level > 3 and quote
6627                 colors are recycled
6629 2006-08-04 [colin]      2.4.0cvs27
6631         * src/compose.c
6632         * src/undo.c
6633         * src/undo.h
6634                 Fix a bit replace-by-pasting undo
6635         * src/mainwindow.c
6636         * src/messageview.c
6637                 Fix Fold quotes menu synchro in
6638                 mainwindow when it changes in 
6639                 messageview
6640         * src/textview.c
6641                 Fix right-click on quotes blocks
6642         * src/common/utils.c
6643                 Verify that the file created by
6644                 my_tmpfile() is writable. Fixes
6645                 bug #988 (very specific filesystem
6646                 issue)
6647         * src/plugins/pgpcore/sgpgme.c
6648                 Fix file descriptor leak
6649         * src/plugins/spamassassin/spamassassin.c
6650                 Warn once if spamd isn't reachable
6652 2006-08-04 [colin]      2.4.0cvs26
6654         * src/toolbar.c
6655                 i18n context patch by Fabien
6657 2006-08-03 [colin]      2.4.0cvs25
6659         * src/mainwindow.c
6660         * src/messageview.c
6661                 Rename "Hide quotes" to "Fold quotes"
6662         * src/textview.c
6663                 Don't use hand cursor on quotes. "all 
6664                 the bonuses of the feature and none of 
6665                 unwelcome side-effects"
6667 2006-08-03 [colin]      2.4.0cvs24
6669         * AUTHORS
6670         * sylpheed-claws.desktop
6671         * src/gtk/authors.h
6672                 Bring the desktop file to XDG compliance
6673                 Patch by Charles A. Edwards
6675 2006-08-03 [colin]      2.4.0cvs23
6677         * src/textview.c
6678                 Fix links offset when they are preceded
6679                 by accentued chars (g_utf8_strlen!)
6680         * src/mainwindow.c
6681                 Fix wrong status when starting offline
6684 2006-08-03 [wwp]        2.4.0cvs22
6686         * src/prefs_common.h
6687                 ask what to do w/ filtering rules that belong to an account when
6688                 applying filtering rules manually from the main window (skip,
6689                 apply regardless of the account, use current account). This dialog
6690                 can be skipped and the last reply used.
6691                 (forgot that file)
6693 2006-08-03 [wwp]        2.4.0cvs21
6695         * src/filtering.c
6696         * src/filtering.h
6697         * src/prefs_common.c
6698         * src/summaryview.c
6699         * src/alertpanel.c
6700         * src/alertpanel.h
6701         * src/messageview.c
6702                 ask what to do w/ filtering rules that belong to an account when
6703                 applying filtering rules manually from the main window (skip,
6704                 apply regardless of the account, use current account). This dialog
6705                 can be skipped and the last reply used.
6708 2006-08-03 [colin]      2.4.0cvs20
6710         * src/textview.c
6711                 Optimize previous patch
6713 2006-08-03 [cleroy]     2.4.0cvs19
6715         * src/textview.c
6716                 Fix quotes getting toggled back when the
6717                 mail has an even number of text parts
6719 2006-08-02 [colin]      2.4.0cvs18
6721         * src/messageview.c
6722                 Add Hide quotes menu
6724 2006-08-02 [colin]      2.4.0cvs17
6726         * src/mainwindow.c
6727         * src/prefs_common.c
6728         * src/textview.c
6729         * src/textview.h
6730         * src/gtk/about.c
6731                 Allow per-level quote hiding,
6732                 Allow toggling quotes by double-clicking them
6733                 Rename RemoteURI to ClickableText to reflect
6734                 the fact it's used for a variety of things
6736 2006-08-02 [wwp]        2.4.0cvs16
6738         * src/mainwindow.c
6739                 fix "View/Hide quotes" menu item status initialization.
6741 2006-08-02 [wwp]        2.4.0cvs15
6743         * src/matcher_parser_parse.y
6744                 remove a debug trace.
6746 2006-08-02 [paul]       2.4.0cvs14
6748         * src/plugins/pgpcore/passphrase.c
6749                 don't set initial dialog size
6750                 make it resizable
6752 2006-08-02 [paul]       2.4.0cvs13
6754         * src/noticeview.c
6755                 remove the rogue '/' character
6757 2006-08-02 [paul]       2.4.0cvs12
6759         * src/noticeview.c
6760                 allow buttons to resize as necessary
6762 2006-08-01 [wwp]        2.4.0cvs11
6764         * src/mbox.c
6765                 fix strict ISO C90 compliance.
6767 2006-08-01 [wwp]        2.4.0cvs10
6769         * tools/update-po
6770                 updated update-po tool to work w/ context-dependent translations.
6771                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6773 2006-08-01 [wwp]        2.4.0cvs9
6775         * src/matcher.c
6776         * src/prefs_filtering.c
6777         * src/prefs_matcher.c
6778                 allow context-dependent translations for "All",
6779                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6781 2006-07-31 [colin]      2.4.0cvs8
6783         * AUTHORS
6784         * src/gtk/authors.h
6785                 Add Rafal to authors
6787 2006-07-31 [colin]      2.4.0cvs7
6789         * src/compose.c
6790         * src/mainwindow.c
6791         * src/messageview.h
6792         * src/prefs_common.c
6793         * src/prefs_common.h
6794         * src/textview.c
6795                 Add 'View/Hide quotes'. Patch based on a patch
6796                 by Rafal Weglarz
6798 2006-07-31 [colin]      2.4.0cvs6
6800         * src/action.c
6801                 Fix problem with "> stuff >" actions
6803 2006-07-31 [paul]       2.4.0cvs5
6805         * po/nb.po
6806                 updated by Geir Helland
6808 2006-07-31 [wwp]        2.4.0cvs4
6810         * src/mainwindow.c
6811         * src/summaryview.c
6812         * src/summaryview.h
6813                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6814                 thanks to Colin.
6816 2006-07-31 [wwp]        2.4.0cvs3
6818         * src/Makefile.am
6819         * src/addr_compl.c
6820         * src/addr_compl.h
6821         * src/addressbook.c
6822         * src/addressbook.h
6823         * src/addressbook_foldersel.c
6824         * src/addressbook_foldersel.h
6825         * src/addrindex.c
6826         * src/addrindex.h
6827         * src/matcher.c
6828         * src/matcher.h
6829         * src/matcher_parser_lex.l
6830         * src/matcher_parser_parse.y
6831         * src/prefs_common.c
6832         * src/prefs_common.h
6833         * src/prefs_filtering.c
6834         * src/prefs_matcher.c
6835         * src/prefs_matcher.h
6836         * src/summaryview.c
6837                 introduce filtering against the address book. It's now possible to add
6838                 matched conditions to determine if any email address in a message matches
6839                 or doesn't match any or all books or folders in the address book.
6841 2006-07-31 [wwp]        2.4.0cvs2
6843         * src/account.c
6844         * src/filtering.c
6845         * src/filtering.h
6846         * src/folder.c
6847         * src/folderview.c
6848         * src/inc.c
6849         * src/mainwindow.c
6850         * src/matcher.c
6851         * src/matcher_parser_lex.l
6852         * src/matcher_parser_parse.y
6853         * src/mbox.c
6854         * src/prefs_filtering.c
6855         * src/prefs_filtering.h
6856         * src/procmsg.c
6857         * src/procmsg.h
6858         * src/summaryview.c
6859                 introduce per-account filtering rules. Each filtering rule can now be assigned
6860                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6861                 when applying filtering rules manually, as all rules will apply - even the ones
6862                 assigned to an account. This issue will be addressed soon.
6866 2006-07-31 [wwp]        2.4.0cvs1
6868         * src/quote_fmt.c
6869                 make more strings translatable.
6871 2006-07-31 [paul]       2.4.0
6873         2.4.0 released
6875 2006-07-31 [paul]       2.3.1cvs91
6877         * po/ca.po
6878                 updated by Miquel Oliete
6880 2006-07-31 [paul]       2.3.1cvs90
6882         * po/de.po
6883         * po/el.po
6884         * po/fr.po
6885         * po/it.po
6886         * po/pl.po
6887         * po/pt_BR.po
6888         * po/sr.po
6889         * po/zh_CN.po
6890                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6891                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6892                 Aleksandar Urosevic, and Ralgh Young
6894 2006-07-31 [paul]       2.3.1cvs89
6896         * src/account.c
6897         * src/main.c
6898         * src/mainwindow.c
6899         * src/mainwindow.h
6900                 Fix a race condition when, after an SC crash, rescanning
6901                 folders took more than 0.5 seconds
6902                 Thanks to Colin
6904 2006-07-31 [paul]       2.3.1cvs88
6906         * src/folderview.c
6907                 don't translate separator strings
6909 2006-07-30 [mones]      2.3.1cvs87
6911         * doc/man/sylpheed-claws.1
6912                 Fixed non-ASCII chars in Hoa's name
6913         * po/es.po
6914                 Updated for release
6916 2006-07-27 [colin]      2.3.1cvs86
6918         * src/textview.c
6919                 Don't include the leading \n in links
6920                 Patch by Fabien
6922 2006-07-25 [colin]      2.3.1cvs85
6924         * src/mainwindow.c
6925         * src/common/socket.h
6926         * src/etpan/imap-thread.c
6927                 Refresh resolvers before connecting
6928                 to IMAP servers, and after switching
6929                 to online. Thanks to Paul.
6931 2006-07-18 [colin]
6933         * 2.4.0-rc4 released
6935 2006-07-17 [colin]      2.3.1cvs84
6937         * src/inc.c
6938                 Show connection attempt in statusbar before
6939                 connecting (previously first message was
6940                 "Retrieving messages from ..." after the
6941                 connection succeeded.
6943 2006-07-16 [wwp]        2.3.1cvs83
6945         * sylpheed-claws.ico
6946                 Added .ico file (windows multi-size icon file, generated).
6948 2006-07-12 [wwp]        2.3.1cvs82
6950         * src/messageview.c
6951                 remove Message/Re-edit menu entry from messageview window,
6952                 as sent/draft/queued messages are opened in compose window when
6953                 re-edited and it's not possible to re-edit other msgs.
6955 2006-07-12 [paul]       2.3.1cvs81
6957         * AUTHORS
6958         * src/mainwindow.c
6959         * src/gtk/authors.h
6960                 check online state before resetting
6961                 mailcheck timer. Useful if some program
6962                 verifies connection state and updates
6963                 Claws.
6964                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6966 2006-07-12 [paul]       2.3.1cvs80
6968         * sylpheed-claws-128x128.png
6969         * sylpheed-claws-64x64.png
6970         * sylpheed-claws.png
6971         * src/Makefile.am
6972         * src/main.c
6973         * src/prefs_toolbar.c
6974         * src/stock_pixmap.c
6975         * src/stock_pixmap.h
6976         * src/wizard.c
6977         * src/gtk/about.c
6978         * src/gtk/gtkutils.c
6979         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6980         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6981         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6982         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6983         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6984         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6985                 updated and renamed logo/icon files and related
6986                 logo by Jesper Schultz
6988 2006-07-11 [paul]       2.3.1cvs79
6990         * src/main.c
6991                 fix the labels a smidgin
6993 2006-07-09 [colin]      2.3.1cvs78
6995         * src/textview.c
6996                 Show errors in textviewer's command
6997                 Patch by H. Merijn Brand
6999 2006-07-09 [colin]      2.3.1cvs77
7001         * src/compose.c
7002                 Save FMID in drafts too
7004 2006-07-08 [colin]      2.3.1cvs76
7006         * src/compose.c
7007                 Svae RMID in drafted mails too
7008                 Save quote_fmt vars for whole mails,
7009                 don't reset at each quote_fmt_init:
7010                 allows to use the same |i{var} in
7011                 various template fields
7012         * src/prefs_template.c
7013         * src/quote_fmt.h
7014         * src/quote_fmt_parse.y
7015                 Same
7017 2006-07-08 [colin]      2.3.1cvs75
7019         * src/textview.c
7020                 Fix highlighting of attached parts URIs
7022 2006-07-08 [colin]      2.3.1cvs74
7024         * src/main.c
7025                 Prevent bug #981 (sc 2.3.1 segfaults with 
7026                 gtk+ 2.10) from being reported again:
7027                 if Sylpheed-Claws has been compiled against
7028                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7029                 of if Sylpheed-Claws has been compiled against
7030                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7031                 error out.
7033 2006-07-07 [colin]      2.3.1cvs73
7035         * src/prefs_actions.c
7036                 Fix label
7038 2006-07-07 [colin]      2.3.1cvs72
7040         * src/prefs_actions.c
7041                 Fix compile on gtk < 2.8. argh :)
7043 2006-07-07 [paul]       2.3.1cvs71
7045         * src/common/defs.h
7046                 update DONATE_URI
7048 2006-07-07 [colin]      2.3.1cvs70
7050         * po/POTFILES.in
7051         * src/quote_fmt.c
7052         * src/quote_fmt_lex.l
7053         * src/quote_fmt_parse.y
7054                 Add |i{var}, a way to insert user-entered
7055                 text in a template
7057 2006-07-07 [colin]
7059         * 2.4.0-rc3 released
7061 2006-07-07 [colin]      2.3.1cvs69
7063         * src/folder.c
7064                 Don't consider inboxes of UNKNOWN folder 
7065                 classes to be useable as default inboxes
7067 2006-07-07 [paul]       2.3.1cvs68
7069         * src/textview.c
7070                 add missing #include <errno.h>
7071                 Thanks to René J. Blokland
7073 2006-07-07 [paul]       2.3.1cvs67
7075         * src/action.c
7076                 Return now Closes dialog
7077         * src/mimeview.c
7078         * src/mimeview.h
7079         * src/textview.c
7080                 add contextual menu to mime parts listed
7081                 in the textview
7082                 Thanks to Colin
7083         * src/common/utils.c
7084                 reversal: ' is a valid character in URLs
7086 2006-07-06 [colin]      2.3.1cvs66
7088         * src/remotefolder.h
7089                 Forgotten in previous commit
7091 2006-07-06 [colin]      2.3.1cvs65
7093         * src/folder.c
7094                 Set summary update flag whenever
7095                 totals changed
7096         * src/imap.c
7097         * src/prefs_account.c
7098         * src/common/utils.h
7099         * src/etpan/imap-thread.c
7100                 Fix warnings, thanks to Fabien and
7101                 Ricardo
7103 2006-07-06 [wwp]        2.3.1cvs64
7105         * src/gtk/gtkutils.c
7106                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7108 2006-07-06 [wwp]        2.3.1cvs63
7110         * src/account.c
7111         * src/addressbook.c
7112         * src/addressitem.h
7113         * src/folderview.c
7114         * src/mainwindow.c
7115         * src/manual.c
7116         * src/manual.h
7117         * src/message_search.c
7118         * src/prefs_actions.c
7119         * src/prefs_filtering.c
7120         * src/prefs_filtering.h
7121         * src/prefs_template.c
7122         * src/summary_search.c
7123         * src/summaryview.c
7124         * src/gtk/gtkutils.c
7125         * src/gtk/gtkutils.h
7126         * src/gtk/pluginwindow.c
7127                 add help buttons to some dialogs. Clicking such buttons opens a
7128                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7130 2006-07-06 [paul]       2.3.1cvs62
7132         * src/textview.c
7133                 fix attachments contextual menu
7134                 Thanks to Colin
7136 2006-07-05 [colin]      2.3.1cvs61
7138         * src/textview.c
7139         * src/compose.c
7140                 Handle sftp:// links
7142 2006-07-05 [paul]       2.3.1cvs60
7144         * src/gtk/filesel.c
7145                 grab save button by default
7146                 Thanks to Colin
7148 2006-07-05 [wwp]        2.3.1cvs59
7150         * manual/xml2pdf
7151                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7153 2006-07-04 [colin]      2.3.1cvs58
7155         * src/mimeview.c
7156         * src/textview.c
7157                 Use left click to select, middle click to open
7158                 on mimeparts links
7159         * src/common/utils.c
7160                 Fix segfault
7162 2006-07-04 [colin]      2.3.1cvs57
7164         * src/mainwindow.c
7165         * src/news.c
7166                 Warning fixes, thanks to Fabien
7168 2006-07-04 [colin]      2.3.1cvs56
7170         * src/mimeview.c
7171         * src/mimeview.h
7172         * src/textview.c
7173                 Allow parts to be selected via their text label
7174                 in textview
7176 2006-07-04 [colin]      2.3.1cvs55
7178         * src/folderview.c
7179                 Feedback when closing (for big folders)
7180         * src/prefs_actions.c
7181         * src/prefs_filtering.c
7182         * src/prefs_matcher.c
7183         * src/prefs_template.c
7184                 Fix default button when closing without
7185                 having saved
7187 2006-07-04 [colin]      2.3.1cvs54
7189         * src/news.c
7190                 Delete local file on deletion
7192 2006-07-03 [colin]      2.3.1cvs53
7194         * src/folderview.c
7195         * src/main.c
7196                 Don't freeze when rescanning after crash
7198 2006-07-03 [wwp]        2.3.1cvs52
7200         * src/compose.c
7201         * src/privacy.c
7202         * src/privacy.h
7203         * src/plugins/pgpinline/pgpinline.c
7204         * src/plugins/pgpmime/pgpmime.c
7205                 don't report an error when the user cancels the passphrase dialog.
7207 2006-07-02 [colin]      2.3.1cvs51
7209         * src/folderview.c
7210                 Open message when crossing folders with Space,
7211                 goto next unread and friends
7213 2006-07-01 [colin]      2.3.1cvs50
7215         * src/prefs_account.c
7216                 Typographic rules varying from language
7217                 to language (in french "Protocole :"),
7218                 we have to do that :)
7220 2006-07-01 [ticho]      2.3.1cvs49
7222         * src/prefs_account.c
7223                 Only use one temporary gchar* variable in
7224                 prefs_account_protocol_set_optmenu().
7226 2006-07-01 [ticho]      2.3.1cvs48
7228         * src/prefs_account.c
7229         * src/prefs_account.h
7230                 Use GtkLabel for existing account protocol name.
7231                 Created an array for protocol names and populate the
7232                 combobox from it in a for() cycle.
7234 2006-06-30 [colin]      2.3.1cvs47
7236         * src/compose.c
7237                 Block undo when changing signature (by changing
7238                 account)
7240 2006-06-30 [paul]       2.3.1cvs46
7242         * src/send_message.c
7243                 when editing From in the Compose window, use that address
7244                 in the Return-Path: header
7245                 Thanks to Colin
7247 2006-06-30 [colin]      2.3.1cvs45
7249         * src/compose.c
7250                 Fix signature replacement:
7251                 - when no newline before separator
7252                 - when reediting
7254 2006-06-29 [colin]      2.3.1cvs44
7256         * src/folderview.c
7257         * src/folderview.h
7258         * src/mainwindow.c
7259         * src/summaryview.c
7260                 Let 'View/Go to/Next marked' work like
7261                 Next new & Next unread: across folders
7262                 Change the select_on_entry pref to do
7263                 what we want when changing folder
7264         * src/common/utils.c
7265                 Fix single-quoted links 
7267 2006-06-29 [colin]      2.3.1cvs43
7269         * src/gtk/gtkaspell.c
7270                 "Sylpheed" and "Sylpheed-Claws" do exist !
7272 2006-06-29 [colin]      2.3.1cvs42
7274         * src/imap.c
7275                 Forgot to remove debug
7277 2006-06-29 [colin]      2.3.1cvs41
7279         * src/imap.c
7280         * src/imap.h
7281         * src/mainwindow.c
7282                 Disconnect from IMAP servers when going
7283                 offline. Fixes bug #978 (going to offline-mode 
7284                 won't close connections)
7286 2006-06-29 [colin]      2.3.1cvs40
7288         * src/main.c
7289                 Fix transient setting on failing plugins
7290                 Patch by Fabien
7291         * src/plugins/pgpcore/sgpgme.c
7292                 Only warn for OpenPGP. Most people don't
7293                 have CMS available.
7295 2006-06-29 [colin]      2.3.1cvs39
7297         * src/compose.c
7298                 Fix Spelling menu (discrepancy between context menu
7299                 and top menu when folder's dictionary isn't the 
7300                 default one)
7301         * src/plugins/pgpcore/sgpgme.c
7302                 More error reporting about why gpgme can fail
7304 2006-06-29 [wwp]        2.3.1cvs38
7306         * src/mainwindow.c
7307                 honor the display-header-pane setting even when the message view
7308                 is a separate window.
7310 2006-06-29 [wwp]        2.3.1cvs37
7312         * src/prefs_actions.c
7313                 forgot to commit that one (use of GTK_STOCK_INFO).
7315 2006-06-29 [colin]      2.3.1cvs36
7317         * src/imap.c
7318                 Better handling of login errors (ask the password
7319                 again once), alert in case of error. Fix three
7320                 signedness warnings.
7322 2006-06-28 [wwp]        2.3.1cvs35
7324         * src/prefs_template.c
7325         * src/prefs_matcher.c
7326         * src/prefs_filtering_action.c
7327         * src/prefs_quote.c
7328                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7329                 patch by Fabien Vantard, slightly modified.
7331 2006-06-28 [paul]
7333         2.4.0-rc2 released
7335 2006-06-28 [colin]      2.3.1cvs34
7337         * src/prefs_account.c
7338                 Fix bug #977 (Can't add or edit imap accounts)
7340 2006-06-28 [colin]      2.3.1cvs33
7342         * src/mimeview.c
7343                 Fix previous
7345 2006-06-28 [colin]      2.3.1cvs32
7347         * src/mimeview.c
7348                 Save named inlined attachments with "Save all"
7349         * src/main.c
7350         * src/mbox.c
7351         * src/common/plugin.c
7352         * src/common/plugin.h
7353         * src/common/sylpheed.c
7354         * src/common/utils.c
7355         * src/plugins/pgpcore/sylpheed.def
7356         * src/plugins/pgpinline/sylpheed.def
7357         * src/plugins/pgpmime/sylpheed.def
7358                 Win32 compatibility patch, by
7359                 Werner Koch
7361 2006-06-28 [wwp]        2.3.1cvs31
7363         * src/imap.c
7364         * src/prefs_folder_item.c
7365                 less compilation warnings (thanks to Fabien Vantard), less typos.
7367 2006-06-28 [paul]       2.3.1cvs30
7369         * src/gtk/gtkutils.c
7370                 gtk_combo_box_set_focus_on_click() is only
7371                 available since gtk 2.6.0
7373 2006-06-28 [paul]       2.3.1cvs29
7375         * src/prefs_ext_prog.c
7376                 fix engrish and add a tooltip for the
7377                 'command for 'Display as text' option
7379 2006-06-28 [paul]
7381         2.4.0-rc1 released
7383 2006-06-28 [paul]       2.3.1cvs28
7385         * ChangeLog
7386         * tools/Makefile.am
7387                 include textviewer.pl in releases
7389 2006-06-28 [paul]       2.3.1cvs27
7391         * src/prefs_ext_prog.c
7392                 hide Print command option if libgnomeprint
7393                 support is present
7395 2006-06-27 [colin]      2.3.1cvs26
7397         * src/compose.c
7398                 Fix Esc handling in insert/attach dialog
7399                 Don't show this dialog if dragging something
7400                 else than text/uri-list
7401                 Thanks to Fabien Vantard
7402         * tools/textviewer.pl
7403                 Filter script to display stuff as text
7404                 by H. Merijn Brand
7406 2006-06-27 [wwp]        2.3.1cvs25
7408         * src/messageview.c
7409                 use the exact product name (message view title), patch
7410                 by Fabien Vantard.
7412 2006-06-27 [ticho]      2.3.1cvs24
7414         * src/prefs_account.c
7415         * src/prefs_common.c
7416         * src/prefs_common.h
7417         * src/prefs_ext_prog.c
7418         * src/textview.c
7419                 Add a preference (Preferences/External programs)
7420                 to allow "Display as text" to be done via a script
7421                 (patch by H.Merijn Brand).
7422                 Use GtkComboBox for protocol selection in account
7423                 preferences.
7424                 Only include current choice for existing accounts, and
7425                 insensitivize the combobox.
7427 2006-06-27 [paul]       2.3.1cvs23
7429         * src/mbox.c
7430                 fix crasher introduced in cvs21.
7431                 Thanks to Colin
7433 2006-06-26 [colin]      2.3.1cvs22
7435         * src/mbox.c
7436                 Fix double-frees when leaving folders
7437                 after exporting to mbox
7439 2006-06-26 [colin]      2.3.1cvs21
7441         * src/mbox.c
7442                 More feedback (and optimisation)
7443                 on import/export
7444         * src/common/utils.c
7445                 Fix case when looking for mail addresses
7446         * src/gtk/gtkutils.c
7447                 Extra check for (X-)Face
7449 2006-06-25 [ticho]      2.3.1cvs20
7451         * src/compose.c
7452         * src/exphtmldlg.c
7453         * src/gtk/gtkutils.c
7454         * src/gtk/gtkutils.h
7455                 Added second argument to gtkut_sc_combobox_create() to
7456                 control focus-on-click for the widget.
7457                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7459 2006-06-25 [ticho]      2.3.1cvs19
7461         * src/compose.c
7462         * src/gtk/Makefile.am
7463         * src/gtk/combobox.c
7464         * src/gtk/combobox.h
7465         * src/gtk/gtkutils.c
7466         * src/gtk/gtkutils.h
7467                 Use GtkComboBox instead of deprecated GtkOptionMenu
7468                 for account selector in compose window and for encoding
7469                 selector in attachment properties.
7470                 Also factorise working with the new GtkComboBox somewhat.
7472 2006-06-24 [paul]       2.3.1cvs18
7474         * src/prefs_common.c
7475                 use the correct default value
7477 2006-06-24 [paul]       2.3.1cvs17
7479         * src/compose.c
7480         * src/prefs_common.c
7481         * src/prefs_common.h
7482         * src/prefs_compose_writing.c
7483                 enable setting of default action when
7484                 dnd'ing files in the compose window.
7485                 (Collaborative effort with wwp)
7487 2006-06-23 [wwp]        2.3.1cvs16
7489         * src/compose.c
7490                 i18n fix (thanks to Fabien Vantard)
7492 2006-06-22 [colin]      2.3.1cvs15
7494         * src/prefs_customheader.c
7495                 Don't use filters in custom headers' file 
7496                 selector. Remember, extensions mean nothing :)
7498 2006-06-22 [paul]       2.3.1cvs14
7500         * configure.ac
7501                 allow setting of man directory location
7503 2006-06-22 [colin]      2.3.1cvs13
7505         * src/mainwindow.c
7506                 Add 'View/Go to/Next unread folder'.
7507                 I missed that :)
7509 2006-06-22 [colin]      2.3.1cvs12
7511         * src/common/utils.c
7512                 Add some subject prefixes
7513                 Patch by Bjorn T Johansen <btj@havleik.no>
7515 2006-06-22 [colin]      2.3.1cvs11
7517         * manual/advanced.xml
7518                 Forgotten hidden pref
7520 2006-06-21 [paul]       2.3.1cvs10
7522         * src/prefs_account.c
7523                 complete the removal of 'Add date header' option
7525 2006-06-21 [paul]       2.3.1cvs9
7527         * src/account.c
7528         * src/compose.c
7529         * src/prefs_account.c
7530         * src/prefs_account.h
7531                 remove option to add date header - always
7532                 add date header
7533         * src/etpan/imap-thread.c
7534                 fix warnings (Thanks to Colin)
7536 2006-06-21 [wwp]        2.3.1cvs8
7538         * src/folder.c
7539                 set the attachment flag when inline text part are (file)named. This is more convenient
7540                 when receiving (for instance) inline source files or patches sent using thunderbird.
7542 2006-06-21 [paul]       2.3.1cvs7
7544         * src/inc.c
7545                 fix off-by-one count of current msg in
7546                 statusbar filtering progressbar
7548 2006-06-21 [paul]       2.3.1cvs6
7550         * src/folder.c
7551                 Show attachment icon even if the part is 'inline'
7552                 if the following conditions are met:
7553                 - content-type != 'text/plain'
7554                 - content-type != '*/pgp-signature'
7555                 - either 'name' or 'filename' parameter is not NULL
7556                 
7557                 Thanks to Colin
7559 2006-06-21 [paul]       2.3.1cvs5
7561         * src/messageview.c
7562         * src/prefs_common.c
7563         * src/prefs_common.h
7564         * src/prefs_other.c
7565                 add an option to 'Never send Return
7566                 Receipts'
7567                 Thanks to Colin
7569 2006-06-20 [mones]      2.3.1cvs4
7571         * po/es.po
7572                 updated
7573         * src/compose.c
7574                 typo fixed (space after comma)
7575         * tools/make.themes.project
7576                 remove exec mode from tarball files
7578 2006-06-20 [colin]      2.3.1cvs3
7580         * src/news.c
7581         * src/procheader.c
7582         * src/unmime.c
7583                 Better fix for \n's in headers (don't 
7584                 break Received: and others)
7586 2006-06-20 [paul]       2.3.1cvs2
7588         * src/alertpanel.c
7589         * src/textview.c
7590                 improve legibility of phishing attempt
7591                 dialog
7593 2006-06-20 [paul]       2.3.1cvs1
7595         * NEWS
7596         * README
7597         * configure.ac
7598                 Update version number following
7599                 stable release
7601 2006-06-20 [colin]      2.3.0cvs26
7603         * src/compose.c
7604                 When dragging a file to the text of the compose
7605                 window, ask whether we want to insert or attach
7606                 (I know lots of people who do that to attach)
7608 2006-06-20 [colin]      2.3.0cvs25
7610         * src/etpan/imap-thread.c
7611                 Fix threshold (the append command is often > 32 bytes)
7613 2006-06-19 [colin]      2.3.0cvs24
7615         * src/imap.c
7616         * src/etpan/imap-thread.c
7617                 Workaround Rockliffe IMAP server bug: replace
7618                 "x UID SEARCH (ANSWERED UID 1:*)" with
7619                 "x UID SEARCH ANSWERED"
7620                 (Rockliffe doesn't handle the parenthesis)
7622 2006-06-19 [colin]      2.3.0cvs23
7624         * src/compose.c
7625         * src/imap.c
7626         * src/etpan/imap-thread.c
7627                 Probably fix bug #972 (Freezes when adding 
7628                 an attachment to the message)
7629         * src/common/defs.h
7630                 Modernize Firefox cmd
7633 2006-06-18 [colin]      2.3.0cvs22
7635         * src/prefs_customheader.c
7636                 Only allow correct filenames for various
7637                 custom headers
7639 2006-06-18 [colin]      2.3.0cvs21
7641         * src/prefs_customheader.c
7642                 Add a 'From File...' button in custom headers prefs, which
7643                 try to do the right thing: 
7644                 for normal headers, use file as plaintext,
7645                 for X-Face, calls compface,
7646                 for Face, encode to b64.
7648 2006-06-17 [colin]      2.3.0cvs20
7650         * src/mh.c
7651                 Warning fix
7653 2006-06-16 [colin]      2.3.0cvs19
7655         * src/summaryview.c
7656                 Recursive quicksearch: show message list
7657                 in current folder, *then* search children
7658                 in the background.
7660 2006-06-16 [colin]      2.3.0cvs18
7662         * src/main.c
7663                 Instead of ignoring SIGPIPE, save caches
7664                 when getting one. Will fix the fact that
7665                 hot caches are out-of-date when logging 
7666                 out of Xorg.
7667         * src/compose.c
7668         * src/prefs_compose_writing.c
7669                 Only save text (not attachments) when 
7670                 auto-saving to drafts
7671         * src/unmime.c
7672                 Always replace \n, \r and \t with spaces
7673                 in headers
7674         * manual/dist/html/Makefile.am
7675         * manual/dist/pdf/Makefile.am
7676         * manual/dist/ps/Makefile.am
7677         * manual/dist/txt/Makefile.am
7678         * manual/fr/dist/html/Makefile.am
7679         * manual/fr/dist/pdf/Makefile.am
7680         * manual/fr/dist/ps/Makefile.am
7681         * manual/fr/dist/txt/Makefile.am
7682         * manual/pl/dist/html/Makefile.am
7683         * manual/pl/dist/pdf/Makefile.am
7684         * manual/pl/dist/ps/Makefile.am
7685         * manual/pl/dist/txt/Makefile.am
7686                 Fix make clean removing pregenerated manuals
7689 2006-06-16 [colin]      2.3.0cvs17
7691         * src/plugins/pgpcore/sgpgme.c
7692         * src/plugins/pgpmime/pgpmime.c
7693         * src/plugins/pgpinline/pgpinline.c
7694                 Better error reporting in setup_signers.
7695                 Don't fallback to default key if specified
7696                 key isn't found.
7697                 Don't allow signing if more than one secret
7698                 key matches the one specified in prefs.
7700 2006-06-15 [colin]      2.3.0cvs16
7702         * src/folderview.c
7703                 Add "Send queue" in the folder's contextual
7704                 menu
7705         * src/compose.c
7706         * src/messageview.c
7707         * src/privacy.c
7708         * src/privacy.h
7709         * src/procmime.c
7710         * src/procmsg.c
7711         * src/plugins/pgpcore/passphrase.c
7712         * src/plugins/pgpcore/sgpgme.c
7713         * src/plugins/pgpinline/pgpinline.c
7714         * src/plugins/pgpmime/pgpmime.c
7715                 Better error reporting
7716         * src/mbox.c
7717                 Probably fix bug #971 (2.2.3 cannot read mail 
7718                 from local mbox)
7721 2006-06-15 [mones]      2.3.0cvs15
7723         * tools/make.themes.project
7724                 creates the themes project from the web page
7726 2006-06-15 [colin]      2.3.0cvs14
7728         * src/folder.c
7729                 Better fix (avoid losing the folder if scan_tree 
7730                 fails)
7732 2006-06-15 [cleroy]     2.3.0cvs13
7734         * src/folder.c
7735                 Probably fix Bug #969 (crash on rebuilding 
7736                 imap folder)
7738 2006-06-14 [colin]      2.3.0cvs12
7740         * manual/dtd/manual.xsl
7741         * manual/sylpheed-claws-manual.xml
7742         * manual/fr/sylpheed-claws-manual.xml
7743         * manual/pl/sylpheed-claws-manual.xml
7744                 Insert pagebreaks between sections
7746 2006-06-14 [paul]       2.3.0cvs11
7748         * configure.ac
7749                 better fix than 2.3.0cvs10
7751 2006-06-14 [paul]       2.3.0cvs10
7753         * configure.ac
7754                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7755                 (backwards compatible)
7757 2006-06-13 [colin]      2.3.0cvs9
7759         * src/messageview.c
7760                 Fix sending of return receipt with the new queue folders
7762 2006-06-13 [wwp]        2.3.0cvs8
7764         * src/quote_fmt_lex.l
7765                 fix wrong tokens returned in quote_fmt lexer, query not().
7767 2006-06-13 [wwp]        2.3.0cvs7
7769         * src/folder.c
7770         * src/prefs_folder_item.c
7771                 allow changing folder type even when folder is not a top-level one,
7772                 thanks to Colin.
7774 2006-06-12 [colin]      2.3.0cvs6
7776         * src/folderview.c
7777                 Fix double-ask of "Do you want to mark all
7778                 as read"
7780 2006-06-12 [colin]      2.3.0cvs5
7782         * src/compose.c
7783         * src/compose.h
7784         * src/folder.c
7785         * src/folder.h
7786         * src/imap.c
7787         * src/inc.c
7788         * src/main.c
7789         * src/messageview.c
7790         * src/mh.c
7791         * src/prefs_folder_item.c
7792         * src/procheader.c
7793         * src/procmime.c
7794         * src/procmsg.c
7795         * src/procmsg.h
7796         * src/send_message.c
7797         * src/summaryview.c
7798         * src/toolbar.c
7799                 Apply bug #964's patch (Queue and drafts aren't normal)
7800                 The Drafts and Queue folder now contain RFC-822 files,
7801                 allowing to move and copy mails from and to these 
7802                 folders. Moving from Drafts to Queue will prepare the
7803                 mail for sending (PGP signature, encryption, etc).
7804                 This patch also rework sending errors handling to try
7805                 to be more helpful.
7806                 Also, allow redefining folder types via the GUI 
7807                 (Folder type in its Properties)
7809 2006-06-12 [colin]      2.3.0cvs4
7811         * src/summaryview.c
7812         * src/prefs_common.c
7813         * src/prefs_common.h
7814         * src/gedit-print.c
7815                 Allow to define a specific print font - patch
7816                 by Bernhard Walle <bernhard.walle@gmx.de>
7817         * src/prefs_fonts.c
7818         * manual/advanced.xml
7819         * manual/fr/advanced.xml
7820                 Add a hidden pref to allow deletion without
7821                 confirmation
7823 2006-06-12 [wwp]        2.3.0cvs3
7825         * .cvsignore
7826                 more files to ignore.
7828 2006-06-12 [wwp]        2.3.0cvs2
7830         * src/quote_fmt.c
7831         * src/quote_fmt_lex.l
7832         * src/quote_fmt_parse.y
7833                 extend the quote_fmt parser (templates and quotes):
7834                 - allow limited sub-expressions in |p{} and |f{} expressions,
7835                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7836                 - implemented/fixed missing implementation of query_references and show_references,
7837                 - completed, fixed contents and format of the symbols help dialog,
7838                 - fix some compilation warnings.
7840 2006-06-12 [wwp]        2.3.0cvs1
7842         * manual/advanced.xml
7843         * manual/fr/advanced.xml
7844                 updates in the "templates" section of the manual (eng/fr):
7845                  - be more precise (both versions)
7846                  - completed to match the english reference (fr version)
7847                  - touchups (both versions)
7849 2006-06-12 [paul]       2.3.0
7851         2.3.0 released
7853 2006-06-12 [paul]       2.2.3cvs14
7855         * po/ca.po
7856         * po/cs.po
7857         * po/de.po
7858         * po/el.po
7859         * po/fr.po
7860         * po/it.po
7861         * po/pt_BR.po
7862         * po/sr.po
7863         * po/zh_CN.po
7864                 updated by Miquel Oliete, Tim, Stephan Sachse,
7865                 Stavros Giannouris, Fabien Vantard, Andrea
7866                 Spadaccini, Frederico Goncalves Guimaraes,
7867                 Aleksandar Urosevic, and Ralgh Young
7869 2006-06-12 [colin]      2.2.3cvs13
7871         * src/mbox.c
7872                 Add missing header
7874 2006-06-11 [colin]      2.2.3cvs12
7876         * src/msgcache.c
7877                 Verify that g_malloc() succeeded
7879 2006-06-11 [colin]      2.2.3cvs11
7881         * src/wizard.c
7882                 Add Face header to welcome mail
7884 2006-06-10 [colin]      2.2.3cvs10
7886         * src/textview.c
7887                 Revert previous (Forgot it changes the
7888                 margin on the whole mail)
7890 2006-06-10 [colin]      2.2.3cvs9
7892         * src/textview.c
7893                 Don't overlap long headers under (X-)Face
7895 2006-06-10 [mones]      2.2.3cvs8
7897         * manual/xml2pdf
7898                 allow generation of manual on systems lacking saxon binary
7899                 but with java and the saxon library installed
7901         * po/es.po
7902                 updated for release
7904 2006-06-09 [colin]      2.2.3cvs7
7906         * src/summaryview.c
7907                 Fix leak when using Display Sender using Addressbook
7909 2006-06-09 [colin]      2.2.3cvs6
7911         * src/compose.c
7912         * src/folder.c
7913         * src/folderview.c
7914         * src/mimeview.c
7915         * src/summaryview.c
7916                 More leaks fixes
7918 2006-06-09 [paul]       2.2.3cvs5
7920         * AUTHORS
7921         * src/gtk/authors.h
7922         * tools/claws.i18n.status.pl
7923                 updated with new info
7925 2006-06-09 [paul]       2.2.3cvs4
7927         * README
7928                 updated
7929         * manual/ack.xml
7930                 add wwp to authors list
7931         * src/gtk/authors.h
7932                 update mine and Colin's addresses
7934 2006-06-08 [colin]      2.2.3cvs3
7936         * src/etpan/imap-thread.c
7937                 Fix leak on SSL cert check
7939 2006-06-08 [colin]      2.2.3cvs2
7941         * src/common/utils.c
7942                 Fix leak
7944 2006-06-08 [paul]       2.2.3cvs1
7946         * configure.ac
7947                 Update version number following
7948                 stable release
7950 2006-06-07 [colin]      2.2.2cvs3
7952         * src/msgcache.c
7953                 Fix catching cache read errors (guint instead of gint)
7954                 Prevent malloc'ing more than 8MB (means cache corruption)
7956 2006-06-07 [paul]       2.2.2cvs2
7958         * src/exporthtml.c
7959         * src/exportldif.c
7960         * src/mh.c
7961         * src/mutt.c
7962         * src/pine.c
7963         * src/common/utils.c
7964                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7965                 obey $HOME'
7966                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7967                 Thanks to Colin
7969 2006-06-06 [paul]       2.2.2cvs1
7971         * configure.ac
7972                 Update version number following
7973                 stable release
7975 2006-06-06 [paul]       2.2.1cvs6
7977         * src/matcher.c
7978                 fix  implicit declaration of
7979                 sylpheed_do_idle()
7980                 Patch by Fabien Vantard
7982 2006-06-06 [paul]       2.2.1cvs5
7984         * src/matcher.c
7985                 fix age_greater and age_lower so that they
7986                 mean what say and not '...or equal to'
7987                 Thanks to Colin
7989 2006-06-06 [paul]       2.2.1cvs4
7991         * src/textview.c
7992         * src/common/utils.c
7993                 fix URI check
7994                 Thanks to Colin
7996 2006-06-05 [wwp]        2.2.1cvs3
7998         * manual/fr/account.xml
7999                 minor language fixes (thanks to Fabien Vantard).
8001 2006-06-05 [colin]      2.2.1cvs2
8003         * src/prefs_folder_item.c
8004         * src/folderview.c
8005                 Allow recursive setting of properties 
8006                 for whole mailboxes
8007         * src/matcher.c
8008                 Don't freeze on 'test' filtering rule
8010 2006-06-05 [colin]      2.2.1cvs1
8012         * configure.ac
8013                 Update version number following
8014                 stable release
8016 2006-06-04 [wwp]        2.2.0cvs82
8018         * manual/glossary.xml
8019         * manual/account.xml
8020         * manual/fr/glossary.xml
8021         * manual/fr/account.xml
8022                 added glossary section and references/links related to the Face custom header.
8024 2006-06-04 [colin]      2.2.0cvs81
8026         * src/summaryview.c
8027                 Skip to next message on move with no
8028                 immediate execution
8030 2006-06-04 [wwp]        2.2.0cvs80
8032         * manual/xml2pdf
8033                 added sanity checks, exit when needed.
8035 2006-06-03 [paul]       2.2.0cvs79
8037         * src/prefs_receive.c
8038                 page name is now 'Receiving'
8039         * src/prefs_send.c
8040                 page name is now 'Sending'
8042 2006-06-03 [colin]      2.2.0cvs78
8044         * src/plugins/spamassassin/spamassassin_gtk.c
8045                 Autoswitch to Localhost if transport was previously
8046                 disabled. Else people had to check [] Enable, then
8047                 *reselect* transport.
8049 2006-06-03 [colin]      2.2.0cvs77
8051         * src/plugins/pgpinline/pgpinline.c
8052         * src/plugins/pgpmime/pgpmime.c
8053                 Check that gpg_data_release_and_get_mem 
8054                 didn't fail (now, why this happens...)
8056 2006-06-03 [colin]      2.2.0cvs76
8058         * src/mbox.c
8059                 Fix bug #962 (Manual and/or UI should 
8060                 warn about incompatible locking 
8061                 causing dataloss)
8063 2006-06-02 [cleroy]     2.2.0cvs75
8065         * src/filtering.c
8066         * src/folder.c
8067         * src/procmsg.c
8068         * src/summaryview.c
8069                 Fix a few leaks
8071 2006-06-02 [colin]      2.2.0cvs74
8073         * src/main.c
8074                 On exit, free caches after writing them
8075                 Shuts up some valgrind false positives
8076         * src/procmsg.c
8077         * src/send_message.c
8078                 Fix races when reusing existing SMTP connections
8079                 Fix inexistant session timeout
8080         * src/toolbar.c
8081                 Display alertpanel after all queues have
8082                 been processed, not after each
8084 2006-06-02 [wwp]        2.2.0cvs73
8086         * manual/fr/glossary.xml
8087         * manual/fr/ack.xml
8088         * manual/ack.xml
8089                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8091 2006-06-02 [wwp]        2.2.0cvs72
8093         * manual/xml2pdf
8094         * manual/dist/pdf/Makefile.am
8095         * manual/dtd/manual.xsl
8096         * manual/fr/dist/pdf/Makefile.am
8097         * manual/pl/dist/pdf/Makefile.am
8098                 we changed the procedure to generate the .pdf version of the manual.
8099                 The procedure is more modern and the .pdf we get now has a valid index.
8100                 Here are the new pre-requisites:
8102                 - JRE 1.x (1.4 here): there must be one from your distro
8103                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8104                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8105                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8107                 See my posts for further info about the installation of this toolchain:
8109                 Date: Fri, 19 May 2006 19:40:06 +0200
8110                 From: wwp <subscript@free.fr>
8111                 To: sylpheed-claws-devel@lists.sourceforge.net
8112                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8114                 and
8116                 Date: Wed, 24 May 2006 12:58:49 +0200
8117                 From: wwp <subscript@free.fr>
8118                 To: sylpheed-claws-devel@lists.sourceforge.net
8119                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8121 2006-06-01 [colin]      2.2.0cvs71
8123         * src/compose.c
8124                 Better guards against IMAP races
8125         * src/main.c
8126         * src/prefs_common.c
8127         * src/prefs_common.h
8128         * src/common/ssl_certificate.c
8129         * src/etpan/imap-thread.c
8130         * src/etpan/imap-thread.h
8131         * src/gtk/sslcertwindow.c
8132                 New hidden option ssl_skip_cert_check to 
8133                 avoid dups of bug #959 (libetpan linked
8134                 against gnutls and gnutls buggy on 64bit)
8135                 Present expired warning only once per
8136                 session/server.
8137         * manual/advanced.xml
8138         * manual/fr/advanced.xml
8139                 Document new option
8141 2006-06-01 [wwp]        2.2.0cvs70
8143         * src/messageview.c
8144                 fix for bug #961 (return receipt dialog 
8145                 complains incorrectly about return-path 
8146                 email adress being different), thanks 
8147                 to Colin.
8149 2006-05-31 [cleroy]     2.2.0cvs69
8151         * src/common/ssl.c
8152                 Guard against NULLs, although this
8153                 should never be an issue
8155 2006-05-31 [colin]      2.2.0cvs68
8157         * src/filtering.c
8158                 Use g_slist_prepend
8159         * src/imap.c
8160                 Don't remove caches when destroying folder, it
8161                 could (should) be done at exit
8162         * src/inc.c
8163                 free processing cache after incorporation
8164         * src/etpan/imap-thread.c
8165                 Maybe fix bug #959 (Crash on moving to emails 
8166                 to a imap account per ssl with a expired 
8167                 certificate.)
8169 2006-05-30 [colin]      2.2.0cvs67
8171         * src/summaryview.c
8172                 Put back event flush when displaying message
8173                 It avoids reading a bunch of messages just
8174                 by hitting shift-n for too long ;)
8176 2006-05-29 [colin]      2.2.0cvs66
8178         * src/summaryview.c
8179                 Remove useless g_warnings
8181 2006-05-29 [colin]      2.2.0cvs65
8183         * src/imap.c
8184                 Fix g_slist_append()s for performance
8186 2006-05-29 [colin]      2.2.0cvs64
8188         * src/compose.c
8189         * src/common/utils.c
8190                 Fix extraneous tab at start of addresses
8191         * src/mainwindow.c
8192                 Fix warnings (thanks to Fabien)
8193                 Fix crash at exit when composing messages 
8194                 exist
8195         * src/pop.c
8196                 Fix progress bar when deleting expired mails
8197                 Thanks to Hiro
8198         * src/summaryview.c
8199         * src/gtk/gtksctree.c
8200                 Fix re-sorting slowness
8202 2006-05-29 [paul]       2.2.0cvs63
8204         * src/mh.c
8205                 fetch full message when moving mails
8206                 from another mailbox, (fixed data loss
8207                 when filtering from IMAP to MH, introduced
8208                 in 2.2.0cvs57).
8209                 Thanks to Colin
8211 2006-05-29 [mones]      2.2.0cvs62
8213         * src/gtk/gtksctree.c
8214                 Unselect faster (patch by Colin)        
8216 2006-05-26 [colin]      2.2.0cvs61
8218         * src/summaryview.c
8219                 Unplug MSGINFO_UPDATE callback on delete too.
8221 2006-05-26 [colin]      2.2.0cvs60
8223         * src/foldersel.c
8224                 Fix bold in folder selection window with glib2.10
8225                 thanks Hiro
8227 2006-05-26 [colin]      2.2.0cvs59
8229         * src/procheader.c
8230                 Convert date only if necessary (and don't
8231                 try to convert from utf8 to utf8, too)
8232         * src/summaryview.c
8233                 Only set column's text if the column's 
8234                 displayed
8236 2006-05-26 [colin]      2.2.0cvs58
8238         * src/summaryview.c
8239         * src/gtk/gtkutils.c
8240                 Fix useless warning
8242 2006-05-26 [colin]      2.2.0cvs57
8244         * src/mainwindow.c
8245                 Make summaryview selectable as long as 
8246                 no message has focus
8247         * src/mh.c
8248                 Faster deletion (by implementing mh_remove_msgs)
8249                 Faster copy (avoid using mh_fetch_msg just to get
8250                 the filename)
8251                 Faster move (using move_file instead of copy_file
8252                 if MSG_IS_MOVE)
8253                 No progressbar if total number of mails to cp/mv 
8254                 is less than 100
8255         * src/summaryview.c
8256                 Fix removal from subject_table when mail gets moved
8257                 Faster deletion (g_slist_prepend instead of append)
8258         * src/gtk/gtksctree.c
8259                 Remove useless code
8261 2006-05-25 [colin]      2.2.0cvs56
8263         * src/common/ssl_certificate.c
8264                 Fix leak in expired cert check
8266 2006-05-25 [colin]      2.2.0cvs55
8268         * src/mh.c
8269                 Disable flags syncing on .mh_sequences - it
8270                 is buggy and marks mails read under unknown
8271                 conditions.
8273 2006-05-25 [paul]
8275         * 2.3.0-rc4 released
8277 2006-05-24 [colin]      2.2.0cvs54
8279         attention cvs users: if you manage to crash
8280         Sylpheed-Claws while moving, copying or deleting
8281         mails, we *are* interested in stack traces and
8282         valgrind logs. It looks stable, but one never
8283         knows...
8285         * src/folder.c
8286                 Add progressbar for cache updates
8287         * src/folderutils.c
8288                 Optimize Mark all read in the current
8289                 folder
8290         * src/mh.c
8291                 Add progressbar for copy/move
8292         * src/procmsg.c
8293                 Optimize O(n^2) in copy/move
8294         * src/summaryview.c
8295         * src/gtk/gtksctree.c
8296                 Optimize O(n^2) algos
8297         * src/common/timing.h
8298                 Display ms instead of us
8300 2006-05-24 [wwp]        2.2.0cvs53
8302         * manual/fr/advanced.xml
8303                 updates to the French manual.
8305 2006-05-24 [wwp]        2.2.0cvs52
8307         * src/common/utils.c
8308                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8310 2006-05-24 [wwp]        2.2.0cvs51
8312         * src/folderutils.c
8313                 fixed "mark all read" in MH folders (thanks to Colin).
8315 2006-05-24 [paul]       2.2.0cvs50
8317         * doc/man/sylpheed-claws.1
8318                 updated the man page
8320 2006-05-23 [colin]      2.2.0cvs49
8322         * src/folderview.c
8323         * src/imap.c
8324         * src/inc.c
8325         * src/mbox.c
8326         * src/messageview.c
8327         * src/news.c
8328         * src/send_message.c
8329         * src/summaryview.c
8330         * src/gtk/sslcertwindow.c
8331                 alertpanel fixes, by Fabien
8333 2006-05-23 [colin]      2.2.0cvs48
8335         * src/folder.c
8336         * src/folderview.c
8337         * src/msgcache.c
8338         * src/summaryview.c
8339         * src/gtk/gtksctree.c
8340         * src/gtk/gtksctree.h
8341                 More timings
8342                 Fix slow loading problem, which was caused by the
8343                 use of some gtk_ctree funcs and their use of
8344                 g_list_position while gtk_ctree_(un)link'ing.
8345                 Reap more functions from gtkctree.c to be sure we
8346                 use our (fast) version instead of theirs.
8347         * src/mh.c
8348                 Fix copy of unread mails
8351 2006-05-22 [wwp]        2.2.0cvs47
8353         * manual/fr/advanced.xml
8354                 updated.
8356 2006-05-22 [colin]      2.2.0cvs46
8358         * src/filtering.c
8359                 Fix possible infinite loop. 'copy' is not a 
8360                 final action, so when encountering a 'copy',
8361                 we have to check if a previous one was set
8362                 and do it. In the same way, if we encounter
8363                 a 'move' we have to perform a possibly 
8364                 pending 'copy'. This will slow down filtering
8365                 on IMAP if move+copy or multiple copy actions
8366                 are to be done, but handling it via the batch
8367                 would be really too convoluted.
8369 2006-05-22 [wwp]        2.2.0cvs45
8371         * manual/fr/advanced.xml
8372         * manual/fr/faq.xml
8373         * manual/fr/glossary.xml
8374         * manual/fr/handling.xml
8375         * manual/fr/intro.xml
8376         * manual/fr/plugins.xml
8377         * manual/fr/sylpheed-claws-manual.xml
8378                 sync w/ the english manual: updates URIs, documented mailing-list
8379                 support, better explanation about the enabled/disabled feature
8380                 in filtering/processing rules by Paul.
8382 2006-05-21 [colin]      2.2.0cvs44
8384         * src/summaryview.c
8385                 Don't expand after building threads, but during
8387 2006-05-21 [colin]      2.2.0cvs43
8389         * src/procmsg.c
8390         * src/summaryview.c
8391                 More timing possibilities... For next time I have 
8392                 to find out how the hell some 3GHz computer takes
8393                 one minute to open a 30k folder...
8395 2006-05-21 [colin]      2.2.0cvs42
8397         * manual/pl/advanced.xml
8398         * manual/pl/faq.xml
8399         * manual/pl/glossary.xml
8400         * manual/pl/handling.xml
8401         * manual/pl/intro.xml
8402         * manual/pl/plugins.xml
8403         * manual/pl/sylpheed-claws-manual.xml
8404                 Polish manual updated by Pawel
8406 2006-05-20 [colin]
8408         * 2.3.0-rc3 released
8410 2006-05-20 [colin]      2.2.0cvs41
8412         * src/imap.c
8413                 Fix -rc2 problems:
8414                 - remove cache of moved messages from original folder
8415                 - apply new flags to messages even if they aren't appliable
8416                   via IMAP.
8418 2006-05-20 [colin]
8420         * 2.3.0-rc2 released
8422 2006-05-19 [colin]      2.2.0cvs40
8424         * src/imap.c
8425                 Don't issue SELECT in imap_change_flags
8426                 before having checked that we indeed have
8427                 some flags to change. MSG_POSTFILTERED for
8428                 example can't be used on IMAP.
8429                 Fixes bug #955 (copying messages between 
8430                 imap folders is extremely slow), which was
8431                 a regression.
8433 2006-05-19 [colin]      2.2.0cvs39
8435         * src/folder.c
8436         * src/folder.h
8437         * src/folderview.c
8438                 Try to fix bug #830 (Some unread messages 
8439                 get marked read in IMAP inbox):
8440                 - Prevent scanning a folder if it's being 
8441                   opened via the GUI
8442                 - Postpone opening via the GUI of a folder
8443                   currently scanned.
8446 2006-05-19 [wwp]        2.2.0cvs38
8448         * manual/advanced.xml
8449                 fix English+typo (thanks to Paul).
8451 2006-05-19 [wwp]        2.2.0cvs37
8453         * manual/advanced.xml
8454         * manual/fr/advanced.xml
8455         * src/gtk/logwindow.c
8456         * src/prefs_common.c
8457         * src/prefs_common.h
8458                 added hidden prefs to allow customization of colors used in
8459                 protocol log window (useful for dark gtk+ themes).
8461 2006-05-19 [wwp]        2.2.0cvs36
8463         * ChangeLog
8464                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8466 2006-05-19 [paul]       2.2.0cvs35
8468         * src/textview.c
8469                 make Reply-To fully clickable
8470         * src/gtk/logwindow.c
8471                 more colouring (SMTP ESMTP)
8472         Both patches by Pawel Pekala
8474 2006-05-19 [cleroy]     2.2.0cvs34
8476         * src/mh.c
8477                 Don't update flags from current folder
8478                 Probably fixes bug #935 (Read Messages 
8479                 Revert to Being Marked as Unread)
8481 2006-05-18 [colin]      2.2.0cvs33
8483         * src/imap.c
8484                 Warning fix
8485         * src/compose.c
8486         * src/mainwindow.c
8487         * src/summaryview.c
8488         * src/toolbar.c
8489                 Allow replying to multiple emails
8490                 in multiple windows
8491         * src/mimeview.c
8492         * src/etpan/imap-thread.c
8493                 Leak fixes
8495 2006-05-18 [paul]       2.2.0cvs32
8497         * src/summaryview.c
8498                 keep Mailing-List menu refreshed
8499                 Thanks to Colin
8501 2006-05-18 [paul]       2.2.0cvs31
8503         * manual/advanced.xml
8504         * manual/faq.xml
8505         * manual/glossary.xml
8506         * manual/handling.xml
8507         * manual/intro.xml
8508         * manual/plugins.xml
8509         * manual/sylpheed-claws-manual.xml
8510                 update URLs
8511                 add info about mailing-list support
8512                 edit filtering info
8513         * src/wizard.c
8514         * src/common/defs.h
8515         * src/gtk/about.c
8516         * src/plugins/dillo_viewer/README
8517                 update URLs
8519 2006-05-17 [wwp]        2.2.0cvs30
8521         * manual/handling.xml
8522         * manual/fr/handling.xml
8523                 documented the ability to enabled/disable filtering/processing rules.
8525 2006-05-17 [colin]      2.2.0cvs29
8527         * src/main.c
8528                 Don't initialize g_thread subsystem if it's 
8529                 already done (thanks to Hiro)
8530         * src/mimeview.c
8531                 Fix saving of parts when there name can't be
8532                 converted from UTF-8.
8534 2006-05-17 [paul]       2.2.0cvs28
8536         * po/Makefile.in.in
8537                 fix config.status warning with autoconf 2.60
8539 2006-05-17 [paul]       2.2.0cvs27
8541         * po/POTFILES.in
8542                 add src/mbox.c
8544 2006-05-17 [wwp]        2.2.0cvs26
8546         * src/mainwindow.c
8547                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8549 2006-05-17 [wwp]        2.2.0cvs25
8551         * src/plugins/demo/demo.c
8552                 updated product name in plugin demo (many plugins need to be
8553                 sync'ed w/ that change).
8555 2006-05-17 [colin]      2.2.0cvs24
8557         * src/mh.c
8558                 Fix leak
8560 2006-05-16 [colin]      2.2.0cvs23
8562         * src/mainwindow.c
8563                 Stupid me hit again. Fix cvs22.
8565 2006-05-16 [colin]      2.2.0cvs22
8567         * src/mainwindow.c
8568                 Fix bug #922 (sylpheed-claws crashed after 
8569                 pushing on Inbox folder)
8571 2006-05-16 [colin]      2.2.0cvs21
8573         * src/compose.c
8574                 Make From header be copy/paste/select-able
8576 2006-05-16 [wwp]        2.2.0cvs20
8578         * src/export.c
8579         * src/matcher.c
8580         * src/summaryview.c
8581         * src/etpan/imap-thread.c
8582                 fix some compiler warnings (thanks to Colin).
8584 2006-05-16 [wwp]        2.2.0cvs19
8586         * src/action.c
8587         * src/gedit-print.c
8588         * src/inc.c
8589         * src/mainwindow.c
8590         * src/mh.c
8591         * src/statusbar.c
8592         * src/send_message.c
8593         * src/summaryview.c
8594                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8596 2006-05-15 [colin]      2.2.0cvs18
8598         * src/procmsg.c
8599                 Fix automatic rule creation with List-Post
8601 2006-05-15 [paul]       2.2.0cvs17
8603         * tools/filter_conv_new.pl
8604                 updated for rule enabling/disabling
8605                 claws version >= 2.3.x required
8607 2006-05-15 [cleroy]     2.2.0cvs16
8609         * src/main.c
8610                 Revert test
8612 2006-05-15 [cleroy]     2.2.0cvs15
8614         * src/main.c
8615                 test
8617 2006-05-15 [wwp]        2.2.0cvs14
8619         * manual/pl/.cvsignore
8620                 ignore generated files.
8622 2006-05-14 [wwp]        2.3.0-rc1
8624         * 2.3.0-rc1 released
8626 2006-05-13 [wwp]        2.2.0cvs13
8628         * src/filtering.c
8629         * src/filtering.h
8630         * src/matcher.c
8631         * src/matcher_parser_lex.l
8632         * src/matcher_parser_parse.y
8633         * src/prefs_filtering.c
8634                 new feature: provide the ability to disable filtering and processing
8635                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8636                 adaptations.
8638 2006-05-13 [colin]      2.2.0cvs12
8640         * src/compose.c
8641                 Remove useless if (a) b; else b;
8642                 Thanks to wwp
8644 2006-05-13 [wwp]        2.2.0cvs11
8646         * src/export.c
8647         * src/import.c
8648         * src/mainwindow.c
8649         * src/mbox.c
8650         * src/summaryview.c
8651         * src/summaryview.h
8652                 no more silent failures (or at least less ones) when importing
8653                 or exporting from/to mbox. Also start importing/exporting if
8654                 the necessary info is set.
8656 2006-05-13 [wwp]        2.2.0cvs10
8658         * RELEASE_NOTES
8659                 restored up-to-date release notes.
8661 2006-05-13 [paul]       2.2.0cvs9
8663         * po/nl.po
8664         * po/ru.po
8665                 updated by Tim Dijkstra and Pavlo Bohmat
8667 2006-05-12 [colin]      2.2.0cvs8
8669         * src/gtk/quicksearch.c
8670                 Add "k" as shortcut for "colorlabel". Patch
8671                 by ath42@users.sf.net.
8673 2006-05-12 [paul]       2.2.0cvs7
8675         * src/prefs_common.h
8676         * src/prefs_summaries.c
8677         * src/summaryview.c
8678                 when entering a folder also allow
8679                 going directly to first Marked message
8681 2006-05-12 [paul]       2.2.0cvs6
8683         * src/summaryview.c
8684                 always obey 'confirm before marking all
8685                 mails read' option
8687 2006-05-12 [paul]       2.2.0cvs5
8689         * src/textview.c
8690                 make Sender fully clickable
8692 2006-05-12 [colin]      2.2.0cvs4
8694         * src/compose.c
8695         * src/compose.h
8696                 Let From be editable
8697         * src/main.c
8698         * src/mh.c
8699                 Full support of .mh_sequences' Unseen seq
8701 2006-05-12 [colin]      2.2.0cvs3
8703         * src/folder.c
8704         * src/mainwindow.c
8705         * src/mainwindow.h
8706         * src/messageview.c
8707         * src/prefs_spelling.c
8708         * src/procheader.c
8709         * src/procmsg.c
8710         * src/procmsg.h
8711         * src/summaryview.c
8712         * src/toolbar.c
8713         * src/toolbar.h
8714                 Add contextual menu on Compose toolbar
8715                 button. Fixes bug #944 (Automatic
8716                 addresses not applied when changing account
8717                 from compose window)
8718                 add Mailing List support
8719                 based on the old 0.6.5claws25 patch by
8720                 Melvin Hadasht, with finishing touches
8721                 by Colin
8722                 Fix "ignore thread" when mails are threaded by
8723                 subject (and weren't ignored although appearing
8724                 in the thread).
8725                 GUI rework.
8726                 Both patches by Pawel.
8728 2006-05-08 [paul]       2.2.0cvs2
8730         * src/mainwindow.c
8731         * src/mainwindow.h
8732         * src/messageview.c
8733         * src/procheader.c
8734         * src/procmsg.c
8735         * src/procmsg.h
8736         * src/summaryview.c
8737                 add Mailing List support
8738                 based on the old 0.6.5claws25 patch by 
8739                 Melvin Hadasht, with finishing touches
8740                 by Colin
8742 2006-05-08 [colin]      2.2.0cvs1
8744         * src/mainwindow.c
8745         * src/toolbar.c
8746         * src/toolbar.h
8747                 Add contextual menu on Compose toolbar 
8748                 button. Fixes bug #944 (Automatic 
8749                 addresses not applied when changing account 
8750                 from compose window)
8752 2006-05-08 [paul]       2.2.0
8754         2.2.0 released
8756 2006-05-08 [paul]       2.1.1cvs51
8758         * po/cs.po
8759         * po/de.po
8760         * po/en_GB.po
8761         * po/fi.po
8762         * po/fr.po
8763         * po/pt_BR.po
8764         * po/sr.po
8765         * po/zh_CN.po
8766                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8767                 Fabien Vantard, Frederico Goncalves Guimaraes,
8768                 Aleksandar Urosevic, and Ralgh Young
8770 2006-05-12 [colin]      2.1.1cvs50
8772         * po/cs.po
8773         * po/de.po
8774         * po/en_GB.po
8775         * po/es.po
8776         * po/fi.po
8777         * po/fr.po
8778         * po/pt_BR.po
8779         * po/sr.po
8780         * po/zh_CN.po
8781                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8782                 Fabien Vantard, Frederico Goncalves Guimaraes,
8783                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8785 2006-05-05 [colin]      2.1.1cvs49
8787         * manual/Makefile.am
8788         * manual/pl/Makefile.am
8789         * manual/pl/account.xml
8790         * manual/pl/ack.xml
8791         * manual/pl/addrbook.xml
8792         * manual/pl/advanced.xml
8793         * manual/pl/faq.xml
8794         * manual/pl/glossary.xml
8795         * manual/pl/gpl.xml
8796         * manual/pl/handling.xml
8797         * manual/pl/intro.xml
8798         * manual/pl/keyboard.xml
8799         * manual/pl/plugins.xml
8800         * manual/pl/starting.xml
8801         * manual/pl/sylpheed-claws-manual.xml
8802         * manual/pl/dist/.cvsignore
8803         * manual/pl/dist/Makefile.am
8804         * manual/pl/dist/html/.cvsignore
8805         * manual/pl/dist/html/Makefile.am
8806         * manual/pl/dist/pdf/.cvsignore
8807         * manual/pl/dist/pdf/Makefile.am
8808         * manual/pl/dist/ps/.cvsignore
8809         * manual/pl/dist/ps/Makefile.am
8810         * manual/pl/dist/txt/.cvsignore
8811         * manual/pl/dist/txt/Makefile.am
8812                 Add the polish translation of the manual,
8813                 Authored by Pawel Pekala.
8815 2006-05-05 [cleroy]     2.1.1cvs48
8817         * src/main.c
8818                 Re-read matcherrc after loading plugins 
8819                 if some of them add folders.
8821 2006-05-03 [colin]      2.1.1cvs47
8823         * src/imap.c
8824                 I'm idiot
8826 2006-05-03 [colin]      2.1.1cvs46
8828         * src/imap.c
8829                 Be sure to have a session when
8830                 getting separator
8832 2006-05-03 [colin]      2.1.1cvs45
8834         * src/imap.c
8835         * src/imap.h
8836         * src/imap_gtk.c
8837                 Fix preventing renaming with namespace 
8838                 separator.
8840 2006-05-01 [colin]      2.1.1cvs44
8842         * src/action.c
8843                 Don't reload messageview when result of
8844                 action is piped.
8846 2006-04-29 [colin]      2.1.1cvs43
8848         * src/prefs_receive.c
8849         * src/plugins/spamassassin/spamassassin_gtk.c
8850         * src/plugins/clamav/clamav_plugin_gtk.c
8851                 GUI fixes by Pawel
8853 2006-04-29 [colin]      2.1.1cvs42
8855         * src/prefs_compose_writing.c
8856         * src/prefs_quote.c
8857                 Cleanups. Patch by Pawel
8859 2006-04-28 [paul]       2.1.1cvs41
8861         * src/matcher.c
8862                 fix returned quick search results when search
8863                 term contains an underscore.
8864                 Thanks to Colin
8866 2006-04-28 [paul]       2.1.1cvs40
8868         * src/prefs_message.c
8869         * src/prefs_receive.c
8870                 GUI cleanups
8871                 Patches by Pawel Pekala
8873 2006-04-27 [colin]      2.1.1cvs39
8875         * src/wizard.c
8876                 Differentiate subject Welcome from
8877                 window's title Welcome
8879 2006-04-27 [paul]
8881         2.2.0-rc1 released
8883 2006-04-27 [paul]       2.1.1cvs38
8885         * manual/advanced.xml
8886         * manual/fr/advanced.xml
8887                 add info about compose_no_markup hidden pref
8889 2006-04-27 [paul]       2.1.1cvs37
8891         * src/prefs_account.c
8892                 improve privacy labels
8893         * src/prefs_msg_colors.c
8894                 change some strings for translators' convenience
8895         * src/gtk/gtkutils.c
8896                 don't underline the link button text
8898 2006-04-25 [colin]      2.1.1cvs36
8900         * src/folder.c
8901                 Complete 2.1.1cvs33 (once more ;)
8903 2006-04-25 [colin]      2.1.1cvs35
8905         * src/editldap.c
8906                 Fix tooltip
8908 2006-04-25 [cleroy]     2.1.1cvs34
8910         * src/compose.c
8911         * src/gtk/gtkaspell.c
8912                 Fix crash on redirect (related to the return 
8913                 of the aspell menu in compose's toolbar)
8914         * src/prefs_msg_colors.c
8915                 Fix sensitivity widgets
8916         * src/image_viewer.c
8917         * src/gtk/pluginwindow.c
8918         * src/gtk/prefswindow.c
8919                 Change released signals to clicked (Fabien)
8920         * po/POTFILES.in
8921         * src/common/socket.c
8922         * src/plugins/spamassassin/spamassassin.c
8923                 Translate strings (Fabien)
8925 2006-04-25 [paul]       2.1.1cvs33
8927         * src/folder.c
8928         * src/folder.h
8929         * src/folderview.c
8930                 complete the fix of bug #912
8931                 Thanks to Colin
8933 2006-04-25 [colin]      2.1.1cvs32
8935         * src/news.c
8936                 Better progress bar
8937         * src/mimeview.c
8938         * src/summaryview.c
8939         * src/summaryview.h
8940                 Fix focus chain
8941                 Patches by Pawel Pekala
8943 2006-04-24 [colin]      2.1.1cvs31
8945         * src/compose.c
8946                 Fix compilation warnings (Fabien)
8948 2006-04-24 [colin]      2.1.1cvs30
8950         * src/addrindex.c
8951         * src/editldap.c
8952         * src/editldap_basedn.c
8953         * src/editldap_basedn.h
8954         * src/ldapctrl.c
8955         * src/ldapctrl.h
8956         * src/ldapquery.c
8957         * src/ldaputil.c
8958         * src/ldaputil.h
8959                 Fix bug #901 (LDAPS support)
8961 2006-04-24 [colin]      2.1.1cvs29
8963         * src/compose.c
8964                 Fix logic on error with send dialog on
8965         * src/imap.c
8966                 Fix compilation without libetpan, thanks
8967                 to Fabien
8968         * src/summaryview.c
8969                 Fix 'context-menu' key
8971 2006-04-23 [colin]      2.1.1cvs28
8973         * src/folder.c
8974                 Never free current's cache to free up 
8975                 memory. Fixes bug #912 (new count 
8976                 randomly set to message count)
8978 2006-04-23 [colin]      2.1.1cvs27
8980         * src/gtk/quicksearch.c
8981                 And remove printf...
8983 2006-04-23 [colin]      2.1.1cvs26
8985         * src/gtk/quicksearch.c
8986                 Fix replacing in quicksearch, and fix inserting
8987                 in the middle of the string. (introduced at 2.1.0cvs22)
8989 2006-04-23 [colin]      2.1.1cvs25
8991         * src/imap.c
8992                 Make sure uidnext is initialized in get_num_list
8993                 (not for stable, related to 2.1.1cvs8 and friends)
8995 2006-04-23 [colin]      2.1.1cvs24
8997         * src/imap.c
8998                 Output something when login is successful
8999                 too
9001 2006-04-23 [colin]      2.1.1cvs23
9003         * src/etpan/imap-thread.c
9004                 Better logging (line-per-line, hide data in fetch)
9005                 Fix a const warning
9006         * src/gtk/logwindow.c
9007         * src/gtk/logwindow.h
9008                 Better logging (color for input/output)
9010 2006-04-21 [colin]      2.1.1cvs22
9012         * src/gtk/quicksearch.c
9013                 On gtk+-2.8, use stock buttons in quicksearch
9014                 Based on a patch by Fabien and a design by Paul
9016 2006-04-21 [colin]      2.1.1cvs21
9018         * src/folderview.c
9019         * src/mainwindow.c
9020                 Fix occasional flicker in folderview
9021         * src/common/utils.c
9022                 Fix bug #943 (Incorrectly parsed email address 
9023                 list in short headers on message view and in 
9024                 printouts)
9026 2006-04-20 [colin]      2.1.1cvs20
9028         * src/imap.c
9029         * src/imap.h
9030         * src/prefs_account.c
9031                 Add ANONYMOUS auth for IMAP
9033 2006-04-20 [paul]       2.1.1cvs19
9035         * src/main.c
9036                 proper fix for 2.1.1cvs18
9037                 Thanks to Colin
9039 2006-04-20 [paul]       2.1.1cvs18
9041         * src/main.c
9042                 fix build warnings
9044 2006-04-20 [paul]       2.1.1cvs17
9046         * src/gtk/quicksearch.c
9047                 fix standard, non-extended Quick search,
9048                 was broken in 2.1.1cvs15.
9049                 Thanks to Colin.
9051 2006-04-20 [colin]      2.1.1cvs16
9053         * src/prefs_matcher.c
9054                 Fix values when reselecting a ~test
9055                 rule
9057 2006-04-19 [colin]      2.1.1cvs15
9059         * src/compose.c
9060         * src/compose.h
9061         * src/gtk/gtkaspell.c
9062         * src/gtk/gtkaspell.h
9063                 Put back Options menu in Spelling/
9064         * src/gtk/quicksearch.c
9065                 Don't search, and show error, if the
9066                 advanced search has a syntax error
9068 2006-04-18 [colin]      2.1.1cvs14
9070         * src/textview.c
9071                 Fix gdk warnings on set_cursor when textview
9072                 isn't visible
9074 2006-04-18 [colin]      2.1.1cvs13
9076         * src/gtk/gtksctree.c
9077                 Remove seemingly useless refresh that causes
9078                 flicker - watch this commit in case of 
9079                 problems before planned backport to stable
9081 2006-04-18 [colin]      2.1.1cvs12
9083         * src/imap.c
9084                 Factorize get/set_xml code
9085         * src/compose.c
9086         * src/prefs_account.c
9087         * src/prefs_account.h
9088         * src/procmsg.c
9089                 Add Encrypt to self option
9091 2006-04-17 [colin]      2.1.1cvs11
9093         * configure.ac
9094                 Fix search on encrpyt function on dragonfly
9095                 Patch by Jonathan Buschmann <jonthn@agmact.com>
9097 2006-04-17 [colin]      2.1.1cvs10
9099         * src/prefs_account.c
9100                 Be safe by default: remove mails from POP3
9101                 after 7 days, not immediately
9103 2006-04-17 [colin]      2.1.1cvs9
9105         * src/etpan/imap-thread.c
9106                 Fix build on DragonFly - patch by 
9107                 Jonathan Buschmann <jonthn@agmact.com>
9109 2006-04-17 [colin]      2.1.1cvs8
9111         * src/imap.c
9112                 Save uidnext between sessions
9114 2006-04-17 [colin]      2.1.1cvs7
9116         * src/imap.c
9117                 scan is required when uid validity changes
9119 2006-04-17 [colin]      2.1.1cvs6
9121         * src/folderview.c
9122                 Don't scan if not necessary, apart in current
9123                 folder and INBOX to fetch flags.
9124         * src/imap.c
9125                 Scan is necessary if unread count changes
9127 2006-04-17 [colin]      2.1.1cvs5
9129         * src/imap.c
9130                 ...But always fetch ANSWERED and DELETED flags for
9131                 INBOX, as filtering can happen on these flags.
9133 2006-04-17 [colin]      2.1.1cvs4
9135         * src/imap.c
9136                 Don't fetch REPLIED and DELETED flags when synchronising
9137                 flags with a closed folder. We only need UNSEEN and FLAGGED
9138                 to update the folderview.
9140 2006-04-17 [colin]      2.1.1cvs3
9142         * src/imap.c
9143                 Faster flag search when there are new mails 
9144                 in a folder. We can do a full search if the 
9145                 folder contains less messages than the new
9146                 list.
9148 2006-04-17 [colin]      2.1.1cvs2
9150         * po/cs.po
9151         * po/de.po
9152         * po/fr.po
9153         * po/nl.po
9154         * po/pt_BR.po
9155                 Update translations from stable branch
9157 2006-04-17 [colin]      2.1.1cvs1
9159         * configure.ac
9160                 Bump version to follow stable release
9162 2006-04-16 [mones]      2.1.0cvs50
9164         * po/es.po
9165                 Updated for release
9167 2006-04-16 [colin]      2.1.0cvs49
9169         * src/textview.c
9170                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9171                 with gtk < 2.8. Thanks to Fabien Vantard.
9173 2006-04-15 [colin]      2.1.0cvs48
9175         * src/etpan/imap-thread.c
9176                 Fix bug #919 (libetpan: SEGV when connecting 
9177                 using command)
9179 2006-04-14 [colin]      2.1.0cvs47
9181         * src/main.c
9182                 Fix race on --select (should be done better)
9184 2006-04-14 [wwp]        2.1.0cvs46
9186         * src/send_message.c
9187                 enforce a check for domain in account prefs (a sending
9188                 error could be faced if domain was checked but no value set),
9189                 thanks to Colin.
9191 2006-04-14 [colin]      2.1.0cvs45
9193         * src/codeconv.c
9194                 when converting from unknown to unknown, if the
9195                 string is UTF8, don't convert it to the locale
9196                 (which breaks it)
9198 2006-04-14 [colin]      2.1.0cvs44
9200         * src/compose.c
9201                 Don't try to use ASCII for converting headers
9202                 (as done in body)
9204 2006-04-14 [paul]       2.1.0cvs43
9206         * src/crash.c
9207                 add locale/charset info to crash report
9208         * src/gtk/about.c
9209                 add wwp to doc team
9210                 replace 'e-mail' with preferred 'email'
9211         * src/gtk/authors.h
9212                 ensure contributors list is in alphabetical
9213                 order
9215 2006-04-13 [colin]      2.1.0cvs42
9217         * src/textview.c
9218                 Prevent gdk warnings
9220 2006-04-13 [colin]      2.1.0cvs41
9222         * src/common/ssl_certificate.c
9223         * src/common/ssl_certificate.h
9224         * src/gtk/sslcertwindow.c
9225                 Warn on expired certs, and display the expiration date
9227 2006-04-13 [colin]      2.1.0cvs40
9229         * src/plugins/spamassassin/spamassassin_gtk.c
9230                 Fix missing set_text on unix socket
9232 2006-04-13 [wwp]        2.1.0cvs39
9234         * manual/fr/advanced.xml
9235         * manual/fr/glossary.xml
9236                 applied new spam/ham/email lexicon (pourriel, courriel)
9238 2006-04-13 [paul]       2.1.0cvs38
9240         * src/plugins/pgpmime/plugin.c
9241                 remove the mention of S/MIME from the
9242                 description. This is now handled by the
9243                 S/MIME plugin.
9245 2006-04-13 [paul]       2.1.0cvs37
9247         * src/prefs_msg_colors.c
9248                 rework dialog
9249         * src/prefs_folder_item.c
9250         * src/prefs_spelling.c
9251                 add a tooltip to the colour selector buttons
9253 2006-04-13 [wwp]        2.1.0cvs36
9255         * manual/advanced.xml
9256         * manual/glossary.xml
9257         * manual/handling.xml
9258         * manual/keyboard.xml
9259         * manual/plugins.xml
9260         * manual/starting.xml
9261         * manual/fr/account.xml
9262         * manual/fr/ack.xml
9263         * manual/fr/addrbook.xml
9264         * manual/fr/advanced.xml
9265         * manual/fr/faq.xml
9266         * manual/fr/glossary.xml
9267         * manual/fr/gpl.xml
9268         * manual/fr/handling.xml
9269         * manual/fr/intro.xml
9270         * manual/fr/keyboard.xml
9271         * manual/fr/plugins.xml
9272         * manual/fr/starting.xml
9273         * manual/fr/sylpheed-claws-manual.xml
9274                 fixes to the manuals:
9275                  - summaryview -> Message List (same in French)
9276                  - translate key names
9277                  - fix French punctuation, use non-breakable spaces when
9278                    necessary, don't use &thinsp; which is not portable
9279                  - tell what maildir and mbox formats we support
9281 2006-04-12 [wwp]        2.1.0cvs35
9283         * src/prefs_toolbar.c
9284                 unified a replace button more,
9285                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9287 2006-04-12 [wwp]        2.1.0cvs34
9289         * src/prefs_common.c
9290         * src/prefs_msg_colors.c
9291                 make default color labels translatable,
9292                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9293                 thanks to Tim <timbrain@post.cz> for reporting.
9295 2006-04-12 [wwp]        2.1.0cvs33
9297         * manual/glossary.xml
9298         * manual/intro.xml
9299         * manual/plugins.xml
9300         * manual/starting.xml
9301         * manual/sylpheed-claws-manual.xml
9302         * manual/fr/.cvsignore
9303         * manual/fr/account.xml
9304         * manual/fr/ack.xml
9305         * manual/fr/addrbook.xml
9306         * manual/fr/advanced.xml
9307         * manual/fr/faq.xml
9308         * manual/fr/glossary.xml
9309         * manual/fr/handling.xml
9310         * manual/fr/intro.xml
9311         * manual/fr/keyboard.xml
9312         * manual/fr/plugins.xml
9313         * manual/fr/starting.xml
9314         * manual/fr/sylpheed-claws-manual.xml
9315                 various fixes: typos, missing .fr translations, punctuation,
9316                 capitalization, links, accents and some bad French more.
9318 2006-04-12 [wwp]        2.1.0cvs32
9320         * src/prefs_gtk.c
9321                 fix for bug #935: always store prefs files in UTF-8 (thanks
9322                 to Colin).
9324 2006-04-11 [colin]      2.1.0cvs31
9326         * src/compose.c
9327                 Fix inserting files not in utf8 when locale is utf8
9329 2006-04-11 [colin]      2.1.0cvs30
9331         * src/inc.c
9332                 Don't show error dialog when cancelling connection
9333                 Patch by Pawel
9335 2006-04-11 [cleroy]     2.1.0cvs29
9337         * src/compose.c
9338                 Implement multiple quote levels
9339         * src/prefs_common.c
9340                 Change a little bit the quote bgcolor for 2nd level
9342 2006-04-11 [colin]      2.1.0cvs28
9344         * src/gtk/about.c
9345                 Add locale and charset in the label
9347 2006-04-10 [colin]      2.1.0cvs27
9349         * src/compose.c
9350         * src/prefs_common.c
9351         * src/prefs_common.h
9352         * src/prefs_msg_colors.c
9353         * src/textview.c
9354                 Allow optional background color in quotes
9355                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9356                 GTK+-2.8.x feature
9358 2006-04-10 [colin]      2.1.0cvs26
9360         * src/main.c
9361         * src/mainwindow.c
9362         * src/mainwindow.h
9363                 Implement --select
9365 2006-04-10 [colin]      2.1.0cvs25
9367         * manual/plugins.xml
9368         * manual/fr/plugins.xml
9369                 Document libcurl's proxy variables
9371 2006-04-09 [colin]      2.1.0cvs24
9373         * src/prefs_common.c
9374                 gettext() returns statically allocated stuff. We have
9375                 to strdup it in order to be able to free it.
9377 2006-04-09 [colin]      2.1.0cvs23
9379         * AUTHORS
9380         * src/gtk/authors.h
9381                 Add Alexei
9383 2006-04-09 [colin]      2.1.0cvs22
9385         * src/mainwindow.c
9386         * src/gtk/quicksearch.c
9387                 Fix bug #859 (problems with cyrilic input in 
9388                 search panel) - Patch by Alexey Illarionov 
9389                 <littlesavage@rambler.ru>
9391 2006-04-09 [colin]      2.1.0cvs21
9393         * src/prefs_customheader.c
9394                 I prefer removing then freeing rather than the contrary
9395                 (even if it doesn't change anything ;-)
9396         * src/prefs_account.c
9397                 Fix bug #933 (Crash re-entering the custom headers list 
9398                 dialog in accounts prefs)
9399                 The problem happened when cancelling the Account 
9400                 Preferences' dialogs - in which case we didn't do 
9401                 anything to the PrefsAccount * struct. In case of applying,
9402                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9403                 working with in this dialog. The problem is that 
9404                 prefs_customheader.c, working on this tmp_ac_prefs, always
9405                 changes the ->customhdr_list pointer, even when cancelled. 
9406                 So in case of cancelling the prefs_account dialog, we still
9407                 have to update ->customhdr_list in the real account.
9409 2006-04-08 [colin]      2.1.0cvs20
9411         * manual/fr/glossary.xml
9412         * manual/fr/keyboard.xml
9413                 Forgot some headers :)
9415 2006-04-08 [colin]      2.1.0cvs19
9417         * manual/Makefile.am
9418         * manual/fr/Makefile.am
9419         * manual/fr/account.xml
9420         * manual/fr/ack.xml
9421         * manual/fr/addrbook.xml
9422         * manual/fr/advanced.xml
9423         * manual/fr/faq.xml
9424         * manual/fr/glossary.xml
9425         * manual/fr/gpl.xml
9426         * manual/fr/handling.xml
9427         * manual/fr/intro.xml
9428         * manual/fr/keyboard.xml
9429         * manual/fr/plugins.xml
9430         * manual/fr/starting.xml
9431         * manual/fr/sylpheed-claws-manual.xml
9432         * manual/fr/dist/.cvsignore
9433         * manual/fr/dist/Makefile.am
9434         * manual/fr/dist/html/.cvsignore
9435         * manual/fr/dist/html/Makefile.am
9436         * manual/fr/dist/pdf/.cvsignore
9437         * manual/fr/dist/pdf/Makefile.am
9438         * manual/fr/dist/ps/.cvsignore
9439         * manual/fr/dist/ps/Makefile.am
9440         * manual/fr/dist/txt/.cvsignore
9441         * manual/fr/dist/txt/Makefile.am
9442                 Add the french translation of the manual. Thanks to
9443                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9444                 account.xml, ack.xml, addrbook.xml and advanced.xml
9446 2006-04-08 [colin]      2.1.0cvs18
9448         * manual/plugins.xml
9449         * manual/starting.xml
9450                 More fixes
9452 2006-04-07 [colin]      2.1.0cvs17
9454         * manual/faq.xml
9455         * manual/intro.xml
9456         * manual/keyboard.xml
9457                 Little fixes
9459 2006-04-07 [colin]      2.1.0cvs16
9461         * README
9462         * src/compose.c
9463         * src/prefs_common.c
9464         * src/prefs_common.h
9465                 Add hidden compose_no_markup pref
9467 2006-04-07 [wwp]        2.1.0cvs15
9469         * src/summary_search.c
9470         * .cvsignore
9471                 Bugfix: stop button was sticky when searching in an empty folder.
9472                 Applied curly brackets code style to the whole file (summary_search.c).
9473                 More files to ignore.
9475 2006-04-07 [wwp]        2.1.0cvs14
9477         * src/message_search.c
9478         * src/summary_search.c
9479                 changed default button when search bumps at file/folder
9480                 beginning or end, for convenience (thanks to Colin).
9482 2006-04-07 [paul]       2.1.0cvs13
9484         * src/plugins/dillo_viewer/dillo_prefs.c
9485                 avoid future potential for namespace collision
9486                 Patch by Colin
9488 2006-04-06 [wwp]        2.1.0cvs12
9490         * src/summary_search.c
9491                 Unify extended/advanced searches names (and thus factorize labels),
9492                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9494 2006-04-06 [wwp]        2.1.0cvs11
9496         * src/folderview.c
9497         * src/prefs_themes.c
9498         * src/summaryview.c
9499                 Fixed some compilation warnings.
9501 2006-04-06 [colin]      2.1.0cvs10
9503         * manual/advanced.xml
9504                 Document the wizard template and how to deploy
9505                 Sylpheed-Claws effectively
9507 2006-04-06 [colin]      2.1.0cvs9
9509         * src/folderview.c
9510                 gettext patch to tell translators about _("#"),
9511                 by Maxim Britov
9513 2006-04-06 [colin]      2.1.0cvs8
9515         * src/textview.c
9516                 Fix invalid GtkTextBIter after clicking "Display as text"
9518 2006-04-06 [mones]      2.1.0cvs7
9520         * src/addr_compl.c
9521         * src/addrindex.c
9522         * src/addritem.c
9523         * src/codeconv.c
9524         * src/compose.c
9525         * src/filtering.c
9526         * src/folder.c
9527         * src/folder_item_prefs.c
9528         * src/folderview.c
9529         * src/localfolder.c
9530         * src/matcher.c
9531         * src/mimeview.c
9532         * src/prefs_msg_colors.c
9533         * src/prefs_spelling.c
9534         * src/prefs_themes.c
9535         * src/procmime.c
9536         * src/procmsg.c
9537         * src/stock_pixmap.c
9538         * src/summaryview.c
9539         * src/textview.c
9540         * src/toolbar.c
9541         * src/common/mgutils.c
9542         * src/common/prefs.c
9543         * src/common/ssl_certificate.c
9544         * src/gtk/colorlabel.c
9545         * src/gtk/quicksearch.c
9546         * src/plugins/pgpmime/pgpmime.c
9547         * src/plugins/spamassassin/spamassassin.c
9548                 Removed redundant NULL checks for g_free() calls.
9549                 Patch by Pawel Pekala.
9551 2006-04-06 [mones]      2.1.0cvs6
9553         * src/prefs_actions.c
9554         * src/prefs_filtering.c
9555         * src/prefs_filtering_action.c
9556         * src/prefs_matcher.c
9557         * src/prefs_template.c
9558         * src/gtk/gtkutils.c
9559         * src/gtk/gtkutils.h
9560                 Have a nice replace button. Patch by Pawel Pekala
9562 2006-04-06 [colin]      2.1.0cvs5
9564         * src/addressbook.c
9565                 Fix crash with empty columns
9567 2006-04-05 [colin]      2.1.0cvs4
9569         * src/wizard.c
9570         * src/prefs_gtk.c
9571                 Allow wizard customization with pre-filled values
9573 2006-04-05 [colin]      2.1.0cvs3
9575         * src/textview.c
9576         * src/mimeview.c
9577         * src/mimeview.h
9578                 Nicer messages in mimeview
9580 2006-04-05 [colin]      2.1.0cvs2
9582         * src/addressbook.c
9583         * src/prefs_summaries.c
9584                 i18n fix
9586 2006-04-05 [colin]      2.1.0cvs1
9588         * src/plugins/pgpcore/plugin.c
9589         * src/plugins/pgpcore/select-keys.c
9590         * src/plugins/pgpcore/select-keys.h
9591         * src/plugins/pgpcore/sgpgme.c
9592         * src/plugins/pgpcore/sgpgme.h
9593         * src/plugins/pgpinline/pgpinline.c
9594         * src/plugins/pgpinline/plugin.c
9595         * src/plugins/pgpmime/pgpmime.c
9596         * src/plugins/pgpmime/plugin.c
9597                 Factorize and generalize a bit 
9598                 Drop S/MIME signature verification from PGP/MIME
9599                 (adding it as another, more complete plugin)
9601 2006-04-05 [paul]       2.1.0
9603         2.1.0 released
9605 2006-04-05 [paul]       2.0.0cvs186
9607         * manual/advanced.xml
9608                 add info on colour labels
9610 2006-04-05 [paul]       2.0.0cvs185
9612         * po/bg.po
9613         * po/cs.po
9614         * po/de.po
9615         * po/el.po
9616         * po/en_GB.po
9617         * po/fi.po
9618         * po/fr.po
9619         * po/it.po
9620         * po/nl.po
9621         * po/pl.po
9622         * po/pt_BR.po
9623         * po/sr.po
9624         * po/zh_CN.po
9625                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9626                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9627                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9628                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9629         * src/gtk/authors.h
9630         * tools/claws.i18n.status.pl
9631                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9632                 and new Czech translator, Tim <timbrain@post.cz>
9634 2006-04-05 [mones]      2.0.0cvs184
9636         * po/es.po
9637                 Updated translation
9639 2006-04-05 [colin]      2.0.0cvs183
9641         * src/gtk/quicksearch.c
9642                 Fix bug #929 (unnecessary reload in quick search bar)
9644 2006-04-05 [colin]      2.0.0cvs182
9646         * src/compose.c
9647                 Fix crash on Reply with no From:
9648                 Show signature and conversion error on queuing 
9649                 (but not sending)
9650         * src/mainwindow.c
9651         * src/summaryview.c
9652         * src/summaryview.h
9653                 Factorize threading code and make sure msginfo 
9654                 is not null when it comes from a GtkCTreeRow's 
9655                 data
9656         * src/gtk/gtkaspell.c
9657                 Check for necessary things
9658         * src/gtk/gtksctree.c
9659         * src/gtk/gtksctree.h
9660                 Reset anchor if necessary when removing node
9662 2006-03-29 [colin]      2.0.0cvs181
9664         * src/folderview.c
9665                 Warn for disabled IMAP accounts (due to lack of
9666                 libetpan). Breaks string-freeze - sorry - but it
9667                 is kind of important ;)
9669 2006-03-28 [colin]      2.0.0cvs180
9671         * src/gtk/gtkutils.c
9672         * src/gtk/gtkutils.h
9673                 Add a gtkut_get_link_btn() function that
9674                 creates a button which acts like an URI
9675         * src/prefs_themes.c
9676         * src/gtk/about.c
9677                 Use this function (factorizes codes)
9678         * src/common/defs.h
9679         * src/gtk/pluginwindow.c
9680                 Add a "Get more..." in the plugins window
9682 2006-03-28 [colin]      2.0.0cvs179
9684         * src/common/smtp.c
9685         * src/common/passcrypt.c
9686         * src/undo.c
9687                 Warning fixes. Patch by Pawel Pekala
9689 2006-03-27 [colin]      2.0.0cvs178
9691         * src/undo.c
9692                 Fix undoing by blocks with spaces
9694 2006-03-27 [colin]      2.0.0cvs177
9696         * src/textview.c
9697                 Set margin to 3px for headers
9699 2006-03-27 [paul]
9701         2.1.0-rc2 released
9703 2006-03-27 [wwp]        2.0.0cvs176
9705         * src/summaryview.c
9706                 don't reset quicksearch when updating the message list.
9707                 Thanks to Colin.
9709 2006-03-26 [wwp]        2.0.0cvs175
9711         * src/compose.c
9712                 use a unified border width ('other' tab in the compose window,
9713                 patch by Pawel Pekala).
9716 2006-03-26 [wwp]        2.0.0cvs174
9718         * src/common/quoted-printable.c
9719         * src/addressbook.c
9720                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9722 2006-03-26 [colin]      2.0.0cvs173
9724         * src/quote_fmt_parse.y
9725                 Fix non-UTF8 date formats messing up the whole quote a 
9726                 little bit
9728 2006-03-26 [colin]      2.0.0cvs172
9730         * src/procheader.c
9731                 Make sure the date is UTF8 valid, or try to make it
9732                 so. IncrediMail is really IncrediStupid.
9733         * src/compose.c
9734                 Fix possible conversions. 
9735                 
9737 2006-03-26 [colin]      2.0.0cvs171
9739         * src/matcher.c
9740                 Fix corner cases in body search. This is still a
9741                 hack... It seems impossible to make it good and 
9742                 reasonably fast at the same time.
9744 2006-03-26 [colin]      2.0.0cvs170
9746         * src/summaryview.c
9747                 I think I killed the twilight zone bug!
9748                 summary_select_node() flushes GTK events in order
9749                 to be able to center the view. But this also 
9750                 flushes keypresses like Ctrl-Alt-U, so this can
9751                 call summary_show from summary_select_node (itself
9752                 called from summary_show, etc.). And the summaryview
9753                 has to be unlocked in this function. So just locking
9754                 while processing GTK events, and bailing if locked, 
9755                 should fix it.
9756                 Fixes bug #927 (SIGSEGV during Update Summary)
9758 2006-03-25 [colin]      2.0.0cvs169
9760         * src/matcher.c
9761                 Fix search in QP-encoded bodies
9762                 Fix utf-8 searches in bodies encoded in the
9763                 locale's encoding
9764         * src/common/quoted-printable.c
9765         * src/common/quoted-printable.h
9766                 Add a decode function that doesn't overwrite
9767                 the original pointer
9768                 
9770 2006-03-24 [colin]      2.0.0cvs168
9772         * src/action.c
9773         * src/summaryview.c
9774         * src/summaryview.h
9775                 Update message cache after action
9776                 Patch by H. Merijn Brand
9777         * src/prefs_msg_colors.c
9778                 Factorize label 
9779                 Patch by Fabien Vantard
9780         * src/plugins/spamassassin/spamassassin_gtk.c
9781                 Remove useless translation
9782                 Patch by Fabien Vantard
9784 2006-03-23 [colin]      2.0.0cvs167
9786         * src/common/ssl.c
9787                 Let 30 seconds to SSL_connect
9789 2006-03-23 [wwp]        2.0.0cvs166
9791         * src/summaryview.c
9792         * src/gtk/description_window.c
9793                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9794                 and headers are translated; adjust description windows' width to fit their
9795                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9797 2006-03-23 [paul]       2.0.0cvs165
9799         * src/common/utils.c
9800                 fix highlighting of URIs containing "()"
9801                 (2.0.0cvs164's reversal fixed)
9802                 Thanks to Colin.
9804 2006-03-23 [paul]       2.0.0cvs164
9806         * src/common/utils.c
9807                 revert patch, (postponing a fix), at 2.0.0cvs120
9808                 as it breaks more URIs than it fixes.
9809                 Allow '-' to be a terminating character in a URI
9811 2006-03-22 [colin]      2.0.0cvs163
9813         * configure.ac
9814                 Require libetpan 0.45
9815                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9817 2006-03-22 [paul]       2.0.0cvs162
9819         * src/editgroup.c
9820                 replace '<-' and '->' buttons with GTK_STOCK graphical
9821                 buttons
9822         * src/summary_search.c
9823                 don't offer '...' for translation
9824                 add a tooltip to advanced search '...' button
9825         * src/gtk/quicksearch.c
9826                 don't offer '...' for translation
9828 2006-03-21 [colin]      2.0.0cvs161
9830         * src/compose.c
9831                 Fix middle-click pasting (insert at click
9832                 position instead of cursor position, don't
9833                 remove existing selection and allow pasting
9834                 our own selection)
9835         * src/addressbook.c
9836                 "LDAP Server" -> "LDAP servers"
9838 2006-03-21 [wwp]        2.0.0cvs160
9840         * src/etpan/imap-thread.c
9841                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9843 2006-03-20 [colin]      2.0.0cvs159
9845         * src/summaryview.c
9846                 Don't reload summaryview after an execute with no
9847                 move action
9849 2006-03-19 [colin]      2.0.0cvs158
9851         * src/addressbook.c
9852                 and put groups at the top, always
9854 2006-03-19 [colin]      2.0.0cvs157
9856         * src/addressbook.c
9857                 Order groups before names, as previously
9859 2006-03-19 [colin]      2.0.0cvs156
9861         * src/addressbook.c
9862                 - Sort case-unsensitive
9863                 - Put the sort arrow at opening too
9865 2006-03-19 [wwp]        2.0.0cvs155
9867         * src/addressbook.c
9868                 allow sorting by name/email/remarks, ensure that right-pane's contents
9869                 matches the left-pane selection (cleared when appropriate).
9870                 Patch by Pawel Pekala <c0rn@o2.pl>.
9872 2006-03-18 [colin]      2.0.0cvs154
9874         * src/textview.c
9875                 Fix text cursor ;)
9877 2006-03-18 [colin]      2.0.0cvs153
9879         * src/gtk/filesel.c
9880                 Make sure we hide the preview if we didn't get
9881                 a filename
9883 2006-03-18 [colin]      2.0.0cvs152
9885         * src/summaryview.c
9886                 Set cursor to watch for execution (fixes lack
9887                 of watch-cursor when dnd'ing hundreds of mails)
9888         * src/gtk/filesel.c
9889                 Check that mime type is 'image/*' before updating
9890                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9892 2006-03-18 [colin]      2.0.0cvs151
9894         * src/mainwindow.c
9895         * src/textview.c
9896         * src/textview.h
9897                 Put a watch cursor in textview too when the mainwindow's
9898                 cursor in a watch
9900 2006-03-18 [colin]      2.0.0cvs150
9902         * src/folder.c
9903                 Change wrong asserts to simple tests
9905 2006-03-17 [colin]      2.0.0cvs149
9907         * src/mainwindow.c
9908         * src/mainwindow.h
9909         * src/prefs_msg_colors.c
9910         * src/summaryview.c
9911         * src/summaryview.h
9912         * src/gtk/colorlabel.c
9913         * src/gtk/colorlabel.h
9914                 Add a color label menu in the main menubar
9915                 Add (fixed) accels Ctrl-{0-7} to change the color
9916                 They have to be fixed because the menu's dynamic,
9917                 the items are complex widgets, hence we can't use
9918                 a GtkItemFactory.
9921 2006-03-17 [wwp]        2.0.0cvs148
9923         * src/compose.c
9924                 rollback few lines from my previous commit (those lines come from
9925                 a pending patch, accidentally commited, even if neutral as they are
9926                 commented out).
9928 2006-03-17 [wwp]        2.0.0cvs147
9930         * src/compose.c
9931                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9932                 applied code style/indentation to the modified function.
9934 2006-03-17 [wwp]        2.0.0cvs146
9936         * src/procmsg.c
9937         * src/compose.c
9938                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9940 2006-03-17 [paul]
9942         2.1.0-rc1 released
9944 2006-03-17 [paul]       2.0.0cvs145
9946         * src/main.c
9947                 addressbook_read_file() was called twice
9948         * src/textview.c
9949                 X-Mailer highlighting
9951 2006-03-16 [colin]      2.0.0cvs144
9953         * src/sourcewindow.c
9954         * src/sourcewindow.h
9955                 And the last one, in source window.
9957 2006-03-16 [colin]      2.0.0cvs143
9959         * src/compose.c
9960         * src/compose.h
9961                 Fix the same stuff in compose
9963 2006-03-16 [colin]      2.0.0cvs142
9965         * src/messageview.c
9966                 Complete the previous messageview crash fix
9968 2006-03-16 [colin]      2.0.0cvs141
9970         * src/procmsg.h
9971         * src/procmsg.c
9972         * src/folder.c
9973                 Fix POSTPROCESSING hook
9974                 Patch by H. Merijn Brand
9976         * src/procmime.c
9977         * src/procmime.h
9978                 Parse Content-Location
9980         * src/toolbar.c
9981         * src/messageview.c
9982         * src/messageview.h
9983                 Don't crash when a top-level MessageView has
9984                 been closed on us. Same problematic than
9985                 yesterday's quicksearch issue.
9987 2006-03-15 [colin]      2.0.0cvs140
9989         * src/gtk/quicksearch.c
9990                 Fix a bitchy race we didn't think about when we
9991                 added quicksearch cancellation:
9992                 If the search is not on cached fields, for example
9993                 body_part matchcase "stuff"
9994                 the matcher code has to get the whole message. If
9995                 we're on IMAP, that can be slow, and in order to
9996                 be non-blocking, the IMAP code idle loop processes
9997                 gtk events too. So it is possible to cancel a
9998                 quicksearch while the matcher is getting the mail's
9999                 body. After matcher got its body, it will start to
10000                 iterate over the matcher list that the Quicksearch's
10001                 clear_search_cb() just freed via prepare_matcher().
10002                 SIGSEGV ensues.
10003                 The fix consists of guarding the matcherlist_match()
10004                 call with a boolean 'matching'. If we reset the
10005                 quicksearch while matching is TRUE, we don't free
10006                 the matcherlist anymore like we did, but we set
10007                 another new flag, deferred_free, to TRUE. Then,
10008                 in quicksearch_match(), just after returning from
10009                 matcherlist_match() and unsetting the matching flag,
10010                 we check the deferred_free flag and do the
10011                 prepare_matcher() (which does the matcherlist_free)
10012                 for real, so we free the matcherlist once it's not
10013                 used anymore.
10014                 As all of this runs via the glib main loop, we
10015                 luckily don't need a mutex.
10016         * src/summaryview.c
10017                 Also, show progress while searching.
10020 2006-03-14 [colin]      2.0.0cvs139
10022         * src/alertpanel.c
10023                 Make alertpanel_is_open non-static
10025 2006-03-14 [colin]      2.0.0cvs138
10027         * src/prefs_spelling.c
10028                 Cleanups - Fabien Vantard
10030 2006-03-14 [wwp]        2.0.0cvs137
10032         * src/main.c
10033                 code style normalization (curly braces, indentation).
10035 2006-03-14 [wwp]        2.0.0cvs137
10037         * src/main.c
10038                 code style (braces, indentation)
10040 2006-03-12 [paul]       2.0.0cvs136
10042         * src/prefs_common.c
10043                 trans_hdr defaults to FALSE to be RFC-savvy
10044         * src/prefs_summaries.c
10045                 add a tooltip to the trans_hdr option
10046                 
10048 2006-03-12 [paul]       2.0.0cvs135
10050         * src/prefs_matcher.c
10051                 give a little more width to the combos
10052         * src/prefs_display_header.c
10053         * src/textview.c
10054                 translate headers if prefs_common.trans_hdr
10055                 is TRUE
10057         Patches by Pawel Pekala
10059 2006-03-12 [paul]       2.0.0cvs134
10061         * src/plugins/clamav/clamav_plugin.c
10062         * src/plugins/dillo_viewer/dillo_viewer.c
10063         * src/plugins/pgpcore/plugin.c
10064         * src/plugins/pgpinline/plugin.c
10065         * src/plugins/pgpmime/plugin.c
10066         * src/plugins/spamassassin/spamassassin.c
10067                 update/add to descriptions
10068         * src/plugins/spamassassin/spamassassin_gtk.c
10069                 fixes to the english, remove superfluous
10070                 tooltips, clean up a little
10072 2006-03-12 [paul]       2.0.0cvs133
10074         * src/compose.c
10075                 fix Bug 924, 'Account combo box shows up wrong 
10076                 if & is in account name'
10078 2006-03-11 [colin]      2.0.0cvs132
10080         * src/summaryview.c
10081                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10082                 messed up shift-selection because is slows down
10083                 moving around summaryview. thanks -users
10085 2006-03-10 [colin]      2.0.0cvs131
10087         * src/plugins/spamassassin/spamassassin_gtk.c
10088                 Put back Paul's engrish fixes
10090 2006-03-10 [colin]      2.0.0cvs130
10092         * src/plugins/spamassassin/spamassassin.c
10093         * src/plugins/spamassassin/spamassassin.h
10094         * src/plugins/spamassassin/spamassassin_gtk.c
10095                 Cleanup SA prefs page (more)
10096                 Patch by Fabien Vantard
10098 2006-03-10 [paul]       2.0.0cvs129
10100         * src/prefs_msg_colors.c
10101         * src/prefs_spelling.c
10102                 widget sensitivity
10104 2006-03-09 [mones]      2.0.0cvs128
10106         * po/es.po
10107                 Update for next RC
10109 2006-03-09 [wwp]        2.0.0cvs127
10111         * configure.ac
10112                 revert accidental commit (requirement for libetpan 0.43), this time
10113                 not in HEAD.
10115 2006-03-09 [wwp]        2.0.0cvs125
10117         * configure.ac
10118                 revert accidental commit (requirement for libetpan 0.43)
10120 2006-03-09 [paul]       2.0.0cvs126
10122         * src/prefs_receive.c
10123                 remove useless frame
10124                 replace 'incorporation' with 'receiving'
10125         * src/plugins/clamav/clamav_plugin_gtk.c
10126         * src/plugins/spamassassin/spamassassin_gtk.c
10127                 improve widget sensitivity
10128                 fix a bit his engrish
10130 2006-03-09 [wwp]        2.0.0cvs125
10132         * src/addressadd.c
10133         * src/foldersel.c
10134         * src/prefs_common.c
10135         * src/prefs_common.h
10136                 remember some more windows' sizes (add to addressbook and
10137                 select folder).
10139 2006-03-09 [paul]       2.0.0cvs124
10141         * src/plugins/pgpcore/prefs_gpg.c
10142                 normalise construction of dialogue
10144 2006-03-09 [paul]       2.0.0cvs123
10146         * src/plugins/trayicon/Makefile.am
10147                 add missing slash
10149 2006-03-08 [colin]      2.0.0cvs122
10151         * src/plugins/trayicon/Makefile.am
10152                 Fix build in separate dir 
10153                 Patch by Bamanzi <bamanzi@gmail.com>
10155 2006-03-08 [colin]      2.0.0cvs121
10157         * src/procmsg.c
10158                 Batch move and copies from summaryview with delayed execution
10159                 too
10161 2006-03-07 [paul]       2.0.0cvs120
10163         * src/common/utils.c
10164                 fix highlighting of URIs containing "()"
10165                 Patch by Pawel Pekala
10167 2006-03-07 [paul]       2.0.0cvs119
10169         * src/folder.c
10170         * src/folder.h
10171         * src/folderview.c
10172                 immediately do alphabetical resort when
10173                 changing a folder's name
10174                 Patch by Pawel Pekala
10176 2006-03-07 [paul]       2.0.0cvs118
10178         * src/news.c
10179         * src/news_gtk.c
10180                 when unsubscribing a newsgroup, remove the
10181                 folder and msgs in .sylpheed-claws/newscache
10182                 Patch by Pawel Pekala <c0rn@gazeta.pl>
10184 2006-03-07 [paul]       2.0.0cvs117
10186         * src/textview.c
10187                 fix wrong Fake URL Warning
10188                 Thanks to Hiro
10190 2006-03-07 [colin]      2.0.0cvs116
10192         * src/imap.c
10193                 Return immediately when password dialog was
10194                 cancelled
10195         * src/gtk/inputdialog.c
10196                 Allow empty strings for passwords
10199 2006-03-06 [colin]      2.0.0cvs115
10201         * src/imap.c
10202                 Prevent double-timeouts when connection fails
10204 2006-03-06 [colin]
10206         2.0.1-rc1 released
10208 2006-03-06 [colin]      2.0.0cvs114
10210         * src/imap.c
10211                 Refresh session during potentially long
10212                 operations
10214 2006-03-06 [wwp]        2.0.0cvs113
10216         * src/prefs_msg_colors.h
10217                 forgot that one (custom color labels).
10219 2006-03-06 [wwp]        2.0.0cvs112
10221         * src/prefs_common.c
10222         * src/prefs_common.h
10223         * src/prefs_msg_colors.c
10224         * src/summaryview.c
10225         * src/summaryview.h
10226         * src/gtk/colorlabel.c
10227         * src/gtk/colorlabel.h
10228                 colors in messages list are now customizable. Color values and names can
10229                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10230                 Thanks to Paul and Colin for their help with this longstanding patch!
10232 2006-03-06 [wwp]        2.0.0cvs111
10234         * src/textview.c
10235                 don't crash if (x)face is bad.
10237 2006-03-05 [paul]       2.0.0cvs110
10239         * AUTHORS
10240         * configure.ac
10241         * src/Makefile.am
10242         * src/common/Makefile.am
10243         * src/common/utils.h
10244         * src/etpan/imap-thread.c
10245         * src/gtk/authors.h
10246         * src/plugins/clamav/Makefile.am
10247         * src/plugins/demo/Makefile.am
10248         * src/plugins/dillo_viewer/Makefile.am
10249         * src/plugins/pgpcore/Makefile.am
10250         * src/plugins/pgpcore/passphrase.c
10251         * src/plugins/pgpinline/Makefile.am
10252         * src/plugins/pgpmime/Makefile.am
10253         * src/plugins/spamassassin/Makefile.am
10254         * src/plugins/trayicon/Makefile.am
10255                 fix builiding on cygwin
10256                 Patch by Ralgh Young <bamanzi@gmail.com>
10258 2006-03-04 [wwp]        2.0.0cvs109
10260         * manual/keyboard.xml
10261                 fix mixed up/down keys.
10263 2006-03-04 [wwp]        2.0.0cvs108
10265         * README
10266         * INSTALL
10267                 updated links to SpamAssassin.
10269 2006-03-04 [wwp]        2.0.0cvs107
10271         * manual/plugins.xml
10272         * src/plugins/spamassassin/README
10273                 updated SpamAssassin plugin docs to reflect new functional additions
10274                 (also fix/update/documents few technical stuff more, see the README).
10276 2006-03-04 [wwp]        2.0.0cvs106
10278         * src/prefs_message.c
10279                 normalized capitalization of message-prefs paths.
10281 2006-03-04 [wwp]        2.0.0cvs105
10283         * manual/advanced.xml
10284                 typo.
10286 2006-03-03 [colin]      2.0.0cvs104
10288         * src/plugins/clamav/clamav_plugin_gtk.c
10289                 Rework prefs page, patch by Fabien 
10291 2006-03-03 [colin]      2.0.0cvs103
10293         * src/plugins/clamav/clamav_plugin.c
10294                 Set error on all errors
10296 2006-03-03 [colin]      2.0.0cvs102
10298         * src/common/plugin.c
10299                 Initialize error to avoid crashing when a plugin fails
10300                 without setting error
10302 2006-03-02 [wwp]        2.0.0cvs101
10304         * configure.ac
10305                 fixed linker flags for libetpan support on Cygwin
10306                 (thanks to H.Merijn Brand).
10308 2006-03-02 [wwp]        2.0.0cvs100
10310         * src/addressbook.c
10311                 fix some AB error messages: one for punctuation and
10312                 one wrongly duplicate (thanks, maxbritov).
10314 2006-03-02 [wwp]        2.0.0cvs99
10316         * src/plugins/spamassassin/spamassassin.c
10317                 make sync calls to sa-learn/spamc to prevent
10318                 system (whatever local or client/server) overload.
10320 2006-03-02 [colin]      2.0.0cvs98
10322         * src/summaryview.c
10323                 Put the spam icon in the status column instead of the
10324                 mark one
10326 2006-03-01 [colin]      2.0.0cvs97
10328         * src/plugins/spamassassin/spamassassin.c
10329                 Fix segfault (g_file_set_contents fails for some 
10330                 reason and err==0x2f. Can't find out why with
10331                 valgrind, using working function :-)
10333 2006-03-01 [colin]      2.0.0cvs96
10335         * src/inc.c
10336                 Offline overriding: let 'No' be cached only 3 seconds
10338 2006-03-01 [colin]      2.0.0cvs95
10340         * src/addr_compl.c
10341         * src/addrbook.c
10342         * src/addressbook.c
10343         * src/addrindex.c
10344         * src/folder_item_prefs.c
10345         * src/headerview.c
10346         * src/imap.c
10347         * src/inc.c
10348         * src/ldif.c
10349         * src/mainwindow.c
10350         * src/mh.c
10351         * src/msgcache.c
10352         * src/prefs_common.h
10353         * src/prefs_msg_colors.c
10354         * src/procheader.c
10355         * src/procheader.h
10356         * src/procmime.c
10357         * src/procmsg.c
10358         * src/procmsg.h
10359         * src/send_message.h
10360         * src/simple-gettext.c
10361         * src/summaryview.c
10362         * src/summaryview.h
10363         * src/syldap.c
10364         * src/textview.c
10365         * src/undo.c
10366         * src/common/ssl_certificate.c
10367         * src/common/utils.c
10368         * src/gtk/colorsel.c
10369         * src/gtk/gtksctree.c
10370         * src/gtk/gtkshruler.c
10371         * src/plugins/trayicon/trayicon.c
10372                 #if 0 goes to /dev/null
10374 2006-03-01 [colin]      2.0.0cvs94
10376         * src/compose.c
10377         * src/imap.c
10378         * src/inc.c
10379         * src/inc.h
10380         * src/messageview.c
10381         * src/news.c
10382         * src/plugins/spamassassin/spamassassin.c
10383                 Allow to add information in the "working offline"
10384                 window
10386 2006-03-01 [wwp]        2.0.0cvs93
10388         * src/plugins/spamassassin/spamassassin.c
10389                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10390                 'cause it seems that calling `spamc ... < inputfile` with
10391                 g_spawn_(a)sync simply.. erm doesn't work :-).
10393 2006-03-01 [wwp]        2.0.0cvs92
10395         * src/toolbar.c
10396         * src/toolbar.h
10397                 simplify the adding of spam/ham button to the messageview toolbar
10398                 (it gets more clear now that the same button will be "Mark as spam"
10399                 or "Mark as ham" according to the current message status,
10400                 thanks to Colin).
10402 2006-03-01 [wwp]        2.0.0cvs91
10404         * src/messageview.c
10405         * src/procmsg.c
10406         * src/procmsg.h
10407         * src/summaryview.c
10408         * src/plugins/spamassassin/spamassassin.c
10409         * src/plugins/spamassassin/spamassassin.h
10410                 make learner callbacks return a status (0 for ok),
10411                 handle it in main code to avoid setting flags when learning failed,
10412                 don't learn on TCP if offline in spamassassin,
10413                 thanks to Colin.
10415                 
10417 2006-03-01 [wwp]        2.0.0cvs90
10419         * src/compose.c
10420                 some work around the compose window's account menu,
10421                 patch by Fabien Vantard.
10423 2006-03-01 [wwp]        2.0.0cvs89
10425         * src/plugins/spamassassin/spamassassin.c
10426                 fixed bad logics, was using spamc in local mode and sa-learn
10427                 in remote mode (thanks, Colin).
10429 2006-03-01 [wwp]        2.0.0cvs88
10431         * src/plugins/spamassassin/spamassassin.c
10432         * src/plugins/spamassassin/spamassassin.h
10433         * src/plugins/spamassassin/spamassassin_gtk.c
10434                 made processing of emails w/ sa-plugin an option (default is TRUE),
10435                 fixed Engrish some tooltips, capitalization of some debug messages
10436                 and warnings. The spamassassin plugin now provides two separate
10437                 services: process emails upon incorporation and spamd training.
10438                 Both services (un)register independently but use some common
10439                 plugin settings (transport settings, spam storage location).
10441 2006-02-28 [wwp]        2.0.0cvs87
10443         * src/plugins/spamassassin/spamassassin.c
10444                 fix async flag to spamc cmdline execution (batch exec should
10445                 be asynchronous).
10447 2006-02-27 [wwp]        2.0.0cvs86
10449         * src/plugins/spamassassin/spamassassin.c
10450         * src/plugins/spamassassin/spamassassin.h
10451         * src/plugins/spamassassin/spamassassin_gtk.c
10452                 - added the ability to learn a remote spamassassin server (spamd),
10453                 using spamc.
10454                 - added the spamassassin option 'username', that applies to all
10455                 spamassassin operations (filtering, learning, local or remote).
10456                 The default username is the current unix user (if left blank
10457                 from gtk prefs or config file).
10458                 - commented out some unused code (notebook widget), removed unused
10459                 layout (hbox1).
10460                 - make more widgets sensitive to the transport type.
10462 2006-02-27 [colin]      2.0.0cvs85
10464         * src/plugins/spamassassin/spamassassin.c
10465                 Fix sa-learn call when offline
10467 2006-02-27 [colin]      2.0.0cvs84
10469         * configure.ac
10470         * src/Makefile.am
10471         * src/mainwindow.c
10472         * src/mainwindow.h
10473         * src/messageview.c
10474         * src/messageview.h
10475         * src/prefs_toolbar.c
10476         * src/procmsg.c
10477         * src/stock_pixmap.c
10478         * src/stock_pixmap.h
10479         * src/summaryview.c
10480         * src/toolbar.c
10481         * src/toolbar.h
10482         * src/pixmaps/ham_btn.xpm
10483         * src/pixmaps/spam.xpm
10484         * src/pixmaps/spam_btn.xpm
10485         * src/plugins/spamassassin/spamassassin.c
10486                 Add button in toolbar for spam learning
10487                 Fix a few bugs from the last related commit
10488                 Revert 1.9.6cvs23 which messed up shift-selection
10490 2006-02-24 [colin]      2.0.0cvs83
10492         * src/procmsg.c
10493         * src/summaryview.c
10494         * src/summaryview.h
10495         * src/plugins/spamassassin/spamassassin.c
10496         * src/plugins/spamassassin/spamassassin.h
10497         * src/plugins/spamassassin/spamassassin_gtk.c
10498                 Unregister learner when spamassassin is either
10499                 disabled or over tcp
10501 2006-02-24 [colin]      2.0.0cvs82
10503         * src/Makefile.am
10504         * src/mainwindow.c
10505         * src/mainwindow.h
10506         * src/procmsg.c
10507         * src/procmsg.h
10508         * src/stock_pixmap.c
10509         * src/stock_pixmap.h
10510         * src/summaryview.c
10511         * src/summaryview.h
10512         * src/gtk/icon_legend.c
10513         * src/pixmaps/spam.xpm  ** NEW FILE **
10514         * src/plugins/spamassassin/spamassassin.c
10515         * src/plugins/spamassassin/spamassassin_gtk.c
10516                 Add spam learning interface (Mark/Mark as 
10517                 (spam|ham) menus)
10519 2006-02-24 [wwp]        2.0.0cvs81
10521         * src/compose.c
10522         * src/compose.h
10523         * src/filtering.c
10524                 hide compose window when sending message in batch mode
10525                 (filtering: forward and redirect). Also fixed a wrong
10526                 value returned when sending failed, neutral anyway.
10527                 (Colin, me) 
10529 2006-02-24 [wwp]        2.0.0cvs80
10531         * src/mainwindow.c
10532                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10534 2006-02-24 [paul]       2.0.0cvs79
10536         * src/news.c
10537         * src/news.h
10538         * src/news_gtk.c
10539                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10540                 Thanks to Colin
10542 2006-02-23 [colin]      2.0.0cvs78
10544         * src/alertpanel.c
10545                 Change OK to Close in alertpanel with View log
10546                 button; add accel to View log. Patch by Fabien
10547                 Vantard
10549 2006-02-23 [wwp]        2.0.0cvs77
10551         * src/compose.c
10552                 silly me, there were much more tests to perform, since toolbars can
10553                 really have down to 1 element only.
10555 2006-02-23 [wwp]        2.0.0cvs76
10557         * commitHelper
10558                 fixed indentation from my previous commit. Fallback to VISUAL if
10559                 EDITOR is not set (and to vi, at last resort).
10561 2006-02-23 [wwp]        2.0.0cvs75
10563         * commitHelper
10564                 improved error detection (Colin, me).
10566 2006-02-23 [wwp]        2.0.0cvs74
10568         * src/prefs_toolbar.c
10569                 simplify and fix prefs/toolbars layouting. Combos' contents can
10570                 now be really displayed.
10572 2006-02-23 [wwp]        2.0.0cvs73
10573         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10574         be really displayed.
10576 2006-02-22 [wwp]        2.0.0cvs72
10578         * src/compose.c
10579                 fix a typo in my previous commit (sorry!).
10581 2006-02-22 [wwp]        2.0.0cvs71
10583         * src/prefs_toolbar.c
10584                 fix a crash when adding separators to toolbars,
10585                 also fix some separator item information.
10587 2006-02-22 [wwp]        2.0.0cvs70
10589         * src/compose.c
10590                 fix a crash when redirecting (for instance) when compose window's
10591                 toolbar contents has been customized (when some buttons have been
10592                 removed in fact).
10594 2006-02-21 [wwp]        2.0.0cvs69
10596         * src/summaryview.c
10597         * src/gtk/pluginwindow.c
10598         * src/plugins/pgpcore/prefs_gpg.c
10599                 fix some compilation warnings (feat. remains of removed code).
10601 2006-02-21 [wwp]        2.0.0cvs68
10603         * src/gtk/gtkutils.c
10604                 fix two compilation issues, thanks to Stephan Sachse.
10606 2006-02-20 [colin]      2.0.0cvs67
10608         * src/mainwindow.c
10609                 Don't reselect displayed mail on refocus
10610                 This fixes actions misbehaving 
10612 2006-02-20 [wwp]        2.0.0cvs66
10614         * src/summaryview.c
10615         * src/gtk/gtksctree.c
10616         * src/gtk/gtkshruler.c
10617                 changed more runtime typecast checks.
10619 2006-02-20 [wwp]        2.0.0cvs65
10621         * src/summary_search.c
10622                 find all - summaryview refresh issue fixed, thanks to Colin.
10624 2006-02-20 [wwp]        2.0.0cvs64
10626         * src/gtk/gtkutils.c
10627                 better runtime typecast checks.
10629 2006-02-20 [wwp]        2.0.0cvs63
10631         * src/summary_search.c
10632                 enhancements to the summary search:
10633                         - add the ability to stop the running search
10634                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10635                         - don't search if no criteria (From/To/Subject/Body) is set
10636                         - ensure that a busy mouse pointer is always shown when searching,
10637                           show it even a bit earlier
10639 2006-02-19 [colin]      2.0.0cvs62
10641         * src/compose.c
10642         * src/imap.c
10643         * src/etpan/imap-thread.c
10644         * src/etpan/imap-thread.h
10645                 (Future) IMAP speed improvement on sending
10646                 Will require a libetpan update
10647         * src/summaryview.c
10648         * src/gtk/quicksearch.c
10649                 Make quicksearch clearable while running.
10651 2006-02-17 [colin]      2.0.0cvs61
10653         * src/imap.c
10654         * src/etpan/imap-thread.c
10655         * src/etpan/imap-thread.h
10656                 Check for IMAP certificates
10657                 ** Requires libetpan-0.42-cvs4 
10658                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10660 2006-02-17 [colin]      2.0.0cvs60
10662         * src/messageview.c
10663         * src/prefs_common.c
10664         * src/prefs_common.h
10665         * src/prefs_message.c
10666                 Add pref to display HTML-only mails with plugin, 
10667                 if possible (defaulting to FALSE of course).
10669 2006-02-16 [colin]      2.0.0cvs59
10671         * src/main.c
10672         * src/common/plugin.c
10673         * src/common/plugin.h
10674         * src/gtk/pluginwindow.c
10675                 Keep track of requested (but unloaded) plugins
10676                 in some error cases.
10678 2006-02-16 [wwp]        2.0.0cvs58
10680         * src/gtk/gtkaspell.c
10681         * src/gtk/gtkaspell.h
10682         * src/prefs_spelling.c
10683         * src/compose.c
10684         * src/prefs_common.c
10685         * src/prefs_common.h
10686                 implemented new optional spellchecker behaviour: re-check message when
10687                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10689 2006-02-16 [wwp]        2.0.0cvs57
10691         * src/quote_fmt_parse.y
10692                 pclose popen'ed pipe.
10694 2006-02-15 [colin]      2.0.0cvs56
10696         * src/mimeview.c
10697         * src/mimeview.h
10698                 Let MimeViewers know which MimeView they
10699                 depend of.
10700         * src/summaryview.c
10701                 Swap From/To columns in Sent/Queue/Drafts
10702                 folders
10703         * src/etpan/imap-thread.c
10704                 Use mailstream_low_tls_open() for STARTTLS
10705                 instead of mailstream_low_ssl_open()
10706                 ** REQUIRES libetpan 0.42cvs3 **
10708 2006-02-15 [wwp]        2.0.0cvs55
10710         * src/compose.c
10711         * src/compose.h
10712         * src/message_search.c
10713         * src/message_search.h
10714         * src/textview.c
10715         * src/gtk/gtkutils.c
10716         * src/gtk/gtkutils.h
10717                 added the ability to Find text in the compose window (and a bit
10718                 of code factorization).
10720 2006-02-15 [wwp]        2.0.0cvs54
10722         * src/prefs_gtk.c
10723                 yet another one file was missing (fix for some widgets' sensitivity).
10724                 Thanks Colin!
10726 2006-02-15 [wwp]        2.0.0cvs53
10728         * src/prefs_gtk.h
10729                 oops forgot that file (fix for some widgets' sensitivity).
10731 2006-02-15 [wwp]        2.0.0cvs52
10733         * src/summary_search.c
10734                 implemented advanced summary search options (added the ability
10735                 to use matcher conditions in an advanced search mode).
10737 2006-02-15 [wwp]        2.0.0cvs51
10739         * src/plugins/pgpcore/prefs_gpg.c
10740         * src/prefs_account.c
10741                 fix some widget sensitivity, mostly around some labels in
10742                 account prefs.
10744 2006-02-15 [paul]       2.0.0cvs50
10746         * manual/advanced.xml
10747                 improve Templates info
10748                 written by wwp
10750 2006-02-14 [colin]      2.0.0cvs49
10752         * src/pixmaps/address_book.xpm
10753         * src/pixmaps/preferences.xpm
10754         * src/pixmaps/properties.xpm
10755                 Fix pixmap size - patch by Fabien Vantard
10757 2006-02-13 [colin]      2.0.0cvs48
10759         * src/procmime.c
10760                 Add missing fclose()s on error
10761         * src/textview.c
10762                 Remove unused code
10763         * src/common/utils.c
10764                 Fix temp files not being deleted on windows
10765         Patches by Thomas Gilgin
10767 2006-02-13 [colin]      2.0.0cvs47
10769         * src/mainwindow.c
10770                 Fix exit crash
10772 2006-02-13 [wwp]        2.0.0cvs46
10774         * src/plugins/pgpcore/prefs_gpg.c
10775                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10777 2006-02-12 [colin]      2.0.0cvs45
10779         * src/folderview.c
10780         * src/main.c
10781         * src/mainwindow.c
10782                 Fix "stuff" when quitting
10784 2006-02-12 [wwp]        2.0.0cvs44
10786         * src/prefs_themes.c
10787                 fix typos in debug messages.
10789 2006-02-11 [colin]      2.0.0cvs43
10791         * src/summaryview.c
10792                 don't allow drag/drop from ourself
10794 2006-02-10 [wwp]        2.0.0cvs42
10796         * src/exporthtml.c
10797         * src/html.c
10798         * src/html.h
10799         * src/procmime.c
10800         * src/textview.c
10801                 renamed html_ prefixed functions and data structures to avoid
10802                 namespace clashes w/ other software (gtkhtml2 for instance).
10803                 Closes bug #907.
10806 2006-02-09 [colin]      2.0.0cvs41
10808         * src/summaryview.c
10809                 Fix shitty logic messed up. Thanks Ticho for the hint!
10811 2006-02-09 [wwp]        2.0.0cvs40
10813         * src/gtk/about.c
10814         * src/compose.c
10815         * src/prefs_account.c
10816         * src/prefs_gtk.h
10817         * src/editaddress.c
10818                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10819                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10820                 Browse buttons in accounts prefs.
10822 2006-02-09 [colin]      2.0.0cvs39
10824         * src/matcher.c
10825                 Check for pointer before using its members
10826         * src/gtk/gtksourceprintjob.c
10827                 Fix a wrong warning
10829 2006-02-09 [wwp]        2.0.0cvs38
10831         * src/gtk/filesel.c
10832                 fix few compiler warnings (type mismatch).
10834 2006-02-09 [paul]       2.0.0cvs37
10836         * po/fr.po
10837                 updated by Fabien Vantard
10839 2006-02-08 [colin]      2.0.0cvs36
10841         * src/prefs_common.c
10842         * src/common/defs.h
10843         * src/common/plugin.c
10844                 allow windows and linux configurations to coexist
10845                 patch by Thomas Gilgin
10847 2006-02-08 [colin]      2.0.0cvs35
10849         * src/filtering.c
10850         * src/matcher.c
10851         * src/matcher.h
10852         * src/matcher_parser_parse.y
10853         * src/prefs_filtering_action.c
10854         * src/prefs_matcher.c
10855                 Add the "Ignore thread" filtering
10856                 action
10858 2006-02-08 [colin]      2.0.0cvs34
10860         * src/compose.c
10861         * src/procmime.c
10862         * src/procmime.h
10863                 Fix bug #905 (damaged attachment)
10864                 text files with raw \0's aren't really text files
10865         FOR_STABLE
10867 2006-02-08 [colin]      2.0.0cvs33
10869         * src/summaryview.c
10870                 Fix crasher introduced yesterday
10872 2006-02-08 [wwp]        2.0.0cvs32
10874         * src/compose.c
10875         * src/compose.h
10876                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10878 2006-02-08 [wwp]        2.0.0cvs31
10880         * src/prefs_template.c
10881                 templates enhancement: allow address completion for Cc and Bcc fields
10882                 (it was currently possible for the To field only)
10884 2006-02-08 [colin]      2.0.0cvs30
10886         * src/compose.c
10887                 Don't unblock if not blocked
10888         FOR_STABLE
10890 2006-02-07 [colin]      2.0.0cvs29
10892         * src/action.c
10893                 Forgot to refresh summaryview
10895 2006-02-07 [colin]      2.0.0cvs28
10897         * src/action.c
10898                 Freeze/thaw message list and folder list while
10899                 processing %as{} actions 
10900         * src/compose.c
10901                 Fix auto-wrap disabling after a middle-click
10902                 paste - FOR_STABLE
10904 2006-02-07 [paul]       2.0.0cvs27
10906         * src/folder.c
10907                 fix freeing of uninitialised pointers
10908                 Thanks to Colin
10910 2006-02-06 [colin]      2.0.0cvs26
10912         * src/folder.c
10913                 Use g_slist_prepend in potentially big list
10915 2006-02-06 [colin]      2.0.0cvs25
10917         * src/folder.c
10918                 Completely skip processing if it doesn't 
10919                 exist (faster!)
10921 2006-02-06 [colin]      2.0.0cvs24
10923         * src/folder.c
10924         * src/summaryview.c
10925                 Batch filtering in summaryview (from Tools menu)
10926                 and pre/post//-processing too
10928 2006-02-06 [colin]      2.0.0cvs23
10930         * src/procmsg.h
10931         * src/filtering.c
10932                 Use a special field for batch filtering instead
10933                 of stepping on deferred execution's toes
10935 2006-02-06 [colin]      2.0.0cvs22
10937         * src/action.c
10938         * src/filtering.c
10939         * src/filtering.h
10940         * src/folder.c
10941         * src/summaryview.c
10942                 Fix filtering via menus and actions
10944 2006-02-06 [colin]      2.0.0cvs21
10946         * src/imap.c
10947                 Put the added file directly to cache if possible (will work
10948                 with next libetpan)
10949         * src/filtering.c
10950         * src/filtering.h
10951         * src/inc.c
10952         * src/folder.c
10953         * src/mbox.c
10954         * src/procmsg.h
10955                 Move and copy filtered messages by batches instead of one
10956                 by one - faster on IMAP
10957         * src/procmsg.c
10958                 Add a function that'll possibly be useful later
10960 2006-02-06 [colin]      2.0.0cvs20
10962         * src/addressbook.c
10963                 Use internal mime-type instead of text/plain for d'n'd
10964         * src/compose.c
10965                 Allow attaching files from mimeview's icon list via d'n'd
10966         * src/folderview.c
10967         * src/folderview.h
10968                 Use internal mime-type instead of text/plain for d'n'd
10969                 Don't try to selected opened folder if none is
10970                 Factorize d'n'd from other apps code
10971         * src/headerview.c
10972         * src/textview.c
10973         * src/gtk/gtkutils.c
10974         * src/gtk/gtkutils.h
10975                 Factorize Face/X-Face stuff
10976         * src/mimeview.c
10977                 Fix d'n'd to other apps
10978         * src/prefs_message.c
10979                 Let the XFace pref be usable without libcompface as it also
10980                 applies to Face
10981         * src/summaryview.c
10982                 Fix d'n'd to other apps
10983                 Factorize d'n'd from other apps code
10985 2006-02-06 [wwp]        2.0.0cvs19
10987         * po/it.po
10988                 Italian translation fixes by Andrea Spadaccini (no more confusion
10989                 between filtering and processing, and few changes in the About
10990                 dialog).
10993 2006-02-06 [mones]      2.0.0cvs18
10995         * src/gtk/icon_legend.c
10996                 Improved descriptions allowing better translations
10998 2006-02-05 [colin]      2.0.0cvs17
11000         * src/imap.c
11001                 Add the f*cking missing expunge that caused imap_fetch_env
11002                 to fail after an add_msgs ! :-///
11003         * src/etpan/imap-thread.c
11004                 Add a bit of debug
11005         FOR_STABLE
11007 2006-02-05 [colin]      2.0.0cvs16
11009         * src/common/utils.c
11010                 Don't check for return-path (or we can't put
11011                 back non-sent mails)
11013 2006-02-05 [colin]      2.0.0cvs15
11015         * src/textview.c
11016                 Don't try to display Face header in textview
11017                 when teh headerview's active
11019 2006-02-05 [colin]      2.0.0cvs14
11021         * tools/tbird2syl.py
11022         * tools/Makefile.am
11023                 Add script to import Thunderbird mails
11025 2006-02-05 [colin]      2.0.0cvs13
11027         * src/headerview.c
11028         * src/procheader.c
11029         * src/procmsg.c
11030         * src/procmsg.h
11031         * src/textview.c
11032                 Show Face headers - patch partially by Klaus Flittner
11034 2006-02-05 [colin]      2.0.0cvs12
11036         * src/folderview.c
11037         * src/summaryview.c
11038         * src/common/utils.c
11039         * src/common/utils.h
11040                 Let dnd work from mime icons to summaryview
11041                 and to folderview too
11042                 Add a crude test to avoid trying to add files
11043                 drag'n'dropped when they're not mails
11045 2006-02-04 [colin]      2.0.0cvs11
11047         * src/summaryview.c
11048         * src/mimeview.c
11049                 Fix utf8 conversion
11051 2006-02-04 [colin]      2.0.0cvs10
11053         * src/compose.c
11054         * src/folderview.c
11055         * src/mimeview.c
11056         * src/summaryview.c
11057         * src/summaryview.h
11058                 Added various drag and drop capas:
11059                 From                    To
11060                 summaryview             other apps
11061                 mimeview icons          other apps
11062                 other apps              summaryview
11063                 other apps              folderview
11065                 This shouldn't have broken the existing:
11066                 From                    To
11067                 summaryview             folderview
11068                 folderview              folderview
11069                 summaryview             compose's attachments
11071         Tests welcomed.
11073 2006-02-02 [paul]       2.0.0cvs9
11075         * src/mainwindow.c
11076                 move global option 'Set displayed columns...' out
11077                 of folder option grouping.
11078                 fix sensitivity of 'harvest addresses'
11079         FOR_STABLE
11081 2006-02-01 [colin]      2.0.0cvs8
11083         * src/mimeview.c
11084                 Revert the alertpanel patch, it sucks (intrusive
11085                 and gets in the way of "open")
11087 2006-02-01 [colin]      2.0.0cvs7
11089         * src/compose.c
11090         * src/prefs_account.c
11091         * src/prefs_common.c
11092         * src/common/defs.h
11093         * src/common/utils.c
11094         * src/common/utils.h
11095                 Add ability to edit the signature file
11096                 from the account preferences, and use
11097                 a default for the text editor.
11098                 Patch by Fabien Vantard
11100 2006-02-01 [colin]      2.0.0cvs6
11102         * src/mimeview.c
11103                 Try to get mime type by extension if it is
11104                 application/octet-stream
11105                 Display a window with possible choices when
11106                 encountering unknown mime types
11107         * src/gtk/filesel.c
11108         * src/gtk/filesel.h
11109                 Add preview
11110                 Allow multiple selection in filtered filesel
11111                 (patch by Fabien Vantard)
11112         * src/gtk/pluginwindow.c
11113                 Use it (patch by Fabien Vantard)
11115 2006-02-01 [paul]       2.0.0cvs5
11117         * src/jpilot.c
11118                 fix crash on creating jpilot address book
11119                 Thanks to Colin - FOR_STABLE
11120         * src/prefs_summaries.c
11121         * src/prefs_wrapping.c
11122         * src/gtk/icon_legend.c
11123         * src/gtk/quicksearch.c
11124                 string fixes and additions
11126 2006-02-01 [paul]       2.0.0cvs4
11128         * src/compose.c
11129         * src/mainwindow.c
11130         * src/messageview.c
11131         * src/prefs_send.c
11132                 add Arabic encoding option
11133                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
11135 2006-01-31 [colin]      2.0.0cvs3
11137         * src/plugins/pgpcore/passphrase.c
11138                 Convert passphrase to locale encoding
11139         * src/compose.c
11140                 Fix drafting on IMAP. Crappy bug sneaked in
11141                 the release :-/
11142         FOR_STABLE
11144 2006-01-30 [paul]       2.0.0cvs2
11146         * src/gtk/icon_legend.c
11147                 show the new entries
11149 2006-01-30 [colin]      2.0.0cvs1
11151         * src/manual.c
11152                 Check for the file to be present before 
11153                 enabling the menu - FOR_STABLE
11154         * src/gtk/icon_legend.c
11155                 Add folders icons (not all of them, there
11156                 are too much, but the most intriguing ones)
11158 2006-01-30 [paul]       2.0.0
11160         version 2.0.0 released
11162 [For previous entries, see ChangeLog.pre2.0.0]