2007-03-06 [paul] 2.8.0cvs6-stable
[claws.git] / ChangeLog
blob751596635b044113ec367d892a0b19b4d99286a1
1 2007-03-06 [paul]       2.8.0cvs6-stable
3         * src/Makefile.am
4         * src/procmime.c
5                 backported from 2.8.0cvs23
6                 Fix mime/globs path on NetBSD
7         * src/plugins/pgpcore/prefs_gpg.c
8                 backported from 2.8.0cvs21
9                 fix compiler warning
11 2007-03-06 [paul]       2.8.0cvs5-stable
13         * po/cs.po
14                 corrected by by Tim <timbrain@post.cz>
16 2007-03-04 [colin]      2.8.0cvs4-stable
18         * src/imap.c
19                 Backport fix from 2.8.0cvs16
20                 Fix return value without libetpan
22 2007-03-04 [colin]      2.8.0cvs3-stable
24         * src/imap.c
25         * src/addr_compl.c
26                 Backports fixes from 2.8.0cvs{12,13}
27                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
28                 Maybe fix bug 1136, 'Crash in group 
29                 address completion'
31 2007-03-03 [colin]      2.8.0cvs2-stable
33         * src/plugins/pgpinline/pgpinline.c
34                 Backport 2.8.0cvs11
35                 Fix off-by-one, fix double-free. Fixes
36                 bug 1135, 'cm-segfault on decrypting 
37                 with PGP/inline'
40 2007-03-03 [colin]      2.8.0cvs1-stable
42         * src/mainwindow.c
43         * src/mbox.c
44         * src/common/utils.c
45         * src/common/utils.h
46         * src/gtk/gtkutils.c
47                 Backport fixes from 2.8.0.cvs{4,5,6,9}:
48                 Fix "After receiving new mail, go to inbox" on IMAP,
49                 and make it work only on manual reception
50                 Use gtk_window_set_role instead of 
51                 _set_wmclass
52                 Fix '+' in mailto URIs for List-* headers
53                 Don't error out on EAGAIN. Fixes 
54                 bug 1129, '"local mbox file" account 
55                 isn't retrieving mails'
57 2007-02-26 [paul]       2.7.2cvs75
59         * po/ca.po
60         * po/cs.po
61         * po/de.po
62         * po/en_GB.po
63         * po/fi.po
64         * po/fr.po
65         * po/hu.po
66         * po/pl.po
67         * po/pt_BR.po
68         * po/sk.po
69         * po/sr.po
70         * po/zh_CN.po
71                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
72                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
73                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
74                 Aleksandar Urosevic, and Ralgh Young
76 2007-02-25 [mones]      2.7.2cvs74
78         * po/es.po
79                 Updated for release
81 2007-02-25 [colin]      2.7.2cvs73
83         * src/main.c
84                 Clearing the list is only useful
85                 to prevent a valgrind false-positive
87 2007-02-25 [paul]       2.7.2cvs72
89         * tools/Makefile.am
90         * tools/README
91         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
92         * tools/maildir2claws-mail.pl  **REMOVED**
93                 renamed the script, fixed a couple bugs
95 2007-02-23 [colin]      2.7.2cvs71
97         * src/addressbook.c
98                 Fix a leak, check for a few improbable nulls
100 2007-02-23 [colin]      2.7.2cvs70
102         * src/main.c
103         * src/main.h
104         * src/plugins/trayicon/trayicon.c
105                 Fix blinking mainwin when starting in tray
106                 (show mainwindow later in the startup process,
107                  apart if restarting post-crash)
109 2007-02-23 [colin]      2.7.2cvs69
111         * src/folderview.c
112         * src/imap_gtk.c
113                 Fix crash when unsubscribing the currently
114                 selected/opened folder
116 2007-02-23 [colin]      2.7.2cvs68
118         * src/compose.c
119                 Fix bug that prevented colorization to
120                 work without wrap quotation option
122 2007-02-23 [colin]      2.7.2cvs67
124         * src/addr_compl.c
125                 Fix refcounting, start and end completion who
126                 behaved as if there couldn't be any other current
127                 user of completion
129 2007-02-23 [wwp]        2.7.2cvs66
131         * src/addressbook.c
132         * src/addrindex.c
133                 Address completion fixes: fix addressbook_peek_folder_exists() in
134                 which the algorithm was ridiculously over-obfuscated and broken.
135                 Fix addrindex_load_completion() as well, to load addresses in
136                 completion list with regards to what addressbook_peek_folder_exists()
137                 returns now.
139 2007-02-23 [wwp]        2.7.2cvs65
141         * src/addr_compl.c
142                 Add addresses to completion when they're non-empty (thanks to Colin).
144 2007-02-23 [paul]       2.7.2cvs64
146         * src/plugins/pgpcore/passphrase.c
147                 remove 'const '
149 2007-02-23 [colin]      2.7.2cvs63
151         * src/plugins/pgpcore/prefs_gpg.c
152         * src/plugins/pgpcore/prefs_gpg.h
153         * src/plugins/pgpcore/sgpgme.c
154         * src/plugins/pgpinline/pgpinline.c
155         * src/plugins/pgpmime/pgpmime.c
156                 Try harder to respect user's choice wrt
157                 gpg-agent even with gpg2, by unsetting
158                 GPG_AGENT_INFO when necessary.
160 2007-02-22 [paul]       2.7.2cvs62
162         * src/plugins/pgpcore/sgpgme.c
163         * src/plugins/pgpcore/sgpgme.h
164         * src/plugins/pgpcore/passphrase.c
165         * src/plugins/pgpinline/pgpinline.c
166         * src/plugins/pgpmime/pgpmime.c
167                 Fix a leak - gpgme_data_release_and_get_mem
168                 leaks in recent gpgme. Workaround by using
169                 our own function.
171 2007-02-22 [paul]       2.7.2cvs61
173         * src/gtk/quicksearch.c
174                 Abandon dynamic search when pressing
175                 Enter
177 2007-02-21 [colin]      2.7.2cvs60
179         * src/procmsg.c
180         * src/plugins/pgpcore/passphrase.c
181                 Fix little memory leaks
182         * src/main.c
183                 Fix false-positive leak at exit
184         * src/gtk/quicksearch.c
185                 Fix potentially big leak in recursive
186                 Quicksearch
188 2007-02-21 [wwp]        2.7.2cvs59
190         * src/summaryview.c
191                 Add missing newline to a debug message.
193 2007-02-20 [colin]      2.7.2cvs58
195         * src/Makefile.am
196         * src/mimeview.c
197         * src/stock_pixmap.c
198         * src/stock_pixmap.h
199         * src/pixmaps/mime_pgpsig.xpm
200                 Add icon for application/pgp-signature
202 2007-02-20 [colin]      2.7.2cvs57
204         * src/Makefile.am
205         * src/main.c
206         * src/mimeview.c
207         * src/stock_pixmap.c
208         * src/stock_pixmap.h
209         * src/pixmaps/mime_calendar.xpm
210         * src/pixmaps/mime_pdf.xpm
211         * src/pixmaps/mime_ps.xpm
212                 Add icons for text/calendar, application/pdf
213                 and application/postscript
215 2007-02-20 [colin]      2.7.2cvs56
217         * autogen.sh
218         * src/matcher_parser_parse.y
219         * src/matcher_parser_lex.l
220                 Fix big memory leak in flex, and
221                 require flex 2.5.31
223 2007-02-20 [wwp]        2.7.2cvs55
225         * src/matcher_parser_parse.y
226                 Fix a duplicate token definition (thanks to iwkse).
228 2007-02-20 [wwp]        2.7.2cvs54
230         * src/matcher_parser_lex.l
231         * src/quote_fmt_lex.l
232                 Use proper flex options instead of direct use of #define,
233                 make the flex-generated C lighter.
235 2007-02-20 [colin]      2.7.2cvs53
237         * src/summaryview.c
238                 Grab focus in message list after hiding
239                 the quicksearch, instead of leaving it
240                 "somewhere"
242 2007-02-19 [colin]      2.7.2cvs52
244         * src/folderview.c
245                 Fix bug 1033, 'Automatically refresh 
246                 message list when new messages arrives'
247                 Looks like folderview->opened can sometimes
248                 be wrong...
250 2007-02-19 [paul]       2.7.2cvs51
252         * tools/Makefile.am
253         * tools/README
254         * tools/thunderbird-filters-convertor.pl
255                 add new script which converts thunderbird filter
256                 rules to Claws filter rules
258 2007-02-18 [paul]       2.7.2cvs50
260         * src/plugins/pgpcore/prefs_gpg.c
261         * src/plugins/pgpcore/prefs_gpg.h
262         * src/plugins/pgpcore/sgpgme.c
263         * src/plugins/pgpinline/pgpinline.c
264         * src/plugins/pgpmime/pgpmime.c
265                 improved GUI interoperability with gpg-agent
267 2007-02-18 [paul]       2.7.2cvs49
269         * src/prefs_account.c
270                 Privacy options sensitivity fix
272 2007-02-17 [colin]      2.7.2cvs48
274         * src/messageview.c
275                 Reset icon to warning in the noticeview
277 2007-02-15 [colin]      2.7.2cvs47
279         * src/folderview.c
280                 Fix a manifestation of bug 1033 (summaryview failing
281                 to update for new mails), which happens after editing
282                 account preferences or preferences that cause a 
283                 folderview reload.
285 2007-02-15 [colin]      2.7.2cvs46
287         * src/addressbook.c
288                 Probably fix bug 1123, 'Segmentation 
289                 fault while opening address book'. I get
290                 g_warnings if the saved paned position is
291                 not greater than 0. Also, save position
292                 when hiding the addressbook instead of
293                 via signal.
295 2007-02-14 [colin]      2.7.2cvs45
297         * src/plugins/pgpcore/prefs_gpg.c
298         * src/plugins/pgpcore/prefs_gpg.h
299         * src/plugins/pgpcore/sgpgme.c
300         * src/plugins/pgpinline/pgpinline.c
301         * src/plugins/pgpmime/pgpmime.c
302                 Add an option "Use gpg-agent if available". Fixes
303                 annoyances with distro-installed gpg-agent, when
304                 no pinentry program is installed, and the user's 
305                 at a loss on why "decryption failed". Makes more
306                 clear why passphrase isn't saved when gpg-agent is
307                 used. Defaults to true, to avoid changing the 
308                 current behaviour.
310 2007-02-14 [wwp]        2.7.2cvs44
312         * src/matcher_parser_parse.y
313                 Fix missing line number reset (wrong line number might appear
314                 when re-loading filtering rules if there's a parser error).
316 2007-02-13 [colin]      2.7.2cvs43
318         * src/common/utils.c
319                 Don't encode ',' in URIs before passing it
320                 to the browser command-line. It was probably
321                 done at a time where commas in URIs made
322                 mozilla -remote 'openurl(%s,new-window)'
323                 bug.
325 2007-02-13 [wwp]        2.7.2cvs42
327         * src/prefs_matcher.c
328         * src/plugins/bogofilter/bogofilter_gtk.c
329                 A bit of string factorization around "Select ..." buttons.
331 2007-02-11 [colin]      2.7.2cvs41
333         * src/alertpanel.c
334                 Make sure to escape the title
336 2007-02-11 [colin]      2.7.2cvs40
338         * src/codeconv.c
339                 Recognize .utf8 locales as .UTF-8 ones
341 2007-02-11 [colin]      2.7.2cvs39
343         * src/compose.c
344                 Fix code conversion when dragging a file
346 2007-02-09 [colin]      2.7.2cvs38
348         * src/plugins/clamav/clamav_plugin.c
349                 Complete Paul's patch with conditional
350                 compilation to avoid breaking compilation
351                 on old Dapper and Edgy... Maybe other
352                 distros too.
354 2007-02-09 [paul]       2.7.2cvs37
356         * src/plugins/clamav/clamav_plugin.c
357                 fix for the upstream changes in libclamav
359 2007-02-09 [paul]       2.7.2cvs36
361         * src/main.c
362         * src/mainwindow.c
363         * src/procmsg.c
364         * src/procmsg.h
365                 fix "warn if there are queued messages" (on exit)
366                 option, which only checked the first mailbox's
367                 queue
368                 don't ask before emptying trash if there are no
369                 messages in trash, also check and empty all trash
370                 folders
371         * src/prefs_other.c
372                 move "Ask before emptying trash" option
373                 outside of the "On exit" frame as it's
374                 not only an "On exit" option
376 2007-02-09 [paul]       2.7.2cvs35
378         * src/addrgather.c
379         * src/alertpanel.c
380         * src/editldap.c
381         * src/prefs_account.c
382         * src/prefs_folder_item.c
383         * src/prefs_gtk.h
384         * src/prefs_matcher.c
385         * src/prefs_message.c
386         * src/prefs_msg_colors.c
387         * src/prefs_summaries.c
388         * src/wizard.c
389         * src/gtk/inputdialog.c
390         * src/plugins/bogofilter/bogofilter_gtk.c
391                 pedantic commit: use 'checkbtn' everywhere
392                 instead of a mixture of 'checkbtn' and 'chkbtn'
394 2007-02-09 [paul]       2.7.2cvs34
396         * src/compose.c
397                 fix default hotkeys
398         * src/prefs_other.c
399         * src/prefs_send.c
400                 move "Never send Return Receipts" from
401                 prefs_other to prefs_send
402                 add an option "Ask about account specific
403                 filtering rules..." to prefs_other
404         * src/gtk/gtkutils.c
405                 fix a compiler warning
407 2007-02-08 [colin]      2.7.2cvs33
409         * src/plugins/pgpinline/pgpinline.c
410                 Fix bug 1110, 'pgpmime fails to process 
411                 encapsulated openpgp mime (rfc 3156, 6.1 
412                 -> rfc1847)'
413                 It was due to an interaction between PGP/Mime
414                 and PGP/Inline plugin. 
416 2007-02-08 [colin]      2.7.2cvs32
418         * src/inc.c
419         * src/mbox.c
420         * src/mbox.h
421                 Fix bug 1117, 'fcntl locking code 
422                 does not work in mbox.c'
424 2007-02-08 [colin]      2.7.2cvs31
426         * src/prefs_account.c
427                 Fix Gentoo bug 165819, 'can't create 
428                 a "local mbox file" account'. Patch
429                 by Olivier <castan.o@free.fr>
431 2007-02-07 [colin]      2.7.2cvs30
433         * src/ldapquery.c
434                 Fix bug 1106, 'Claws crash on exit if LDAPS 
435                 autocompletion was used'
437 2007-02-07 [paul]       2.7.2cvs29
439         * src/folder.c
440                 cut down on unnecessary debug_prints
441         * src/imap_gtk.c
442                 fix menu_set_active() on 'Show only
443                 subscribed folders'
445 2007-02-07 [paul]       2.7.2cvs28
447         * src/plugins/clamav/clamav_plugin.c
448         * src/plugins/clamav/clamav_plugin.h
449         * src/plugins/clamav/clamav_plugin_gtk.c
450                 fix copyright header
452 2007-02-07 [paul]       2.7.2cvs27
454         * src/procheader.c
455                 fix bug 1116, 'summary view allow a 
456                 subject line break'
458 2007-02-06 [colin]      2.7.2cvs26
460         * src/summaryview.c
461                 Fix delete thread
463 2007-02-05 [fabien]     2.7.2cvs25
465         * po/POTFILES.in
466         * src/uri_opener.c
467                 i18n related - 1 fix and 1 message for translators.
469 2007-02-05 [colin]      2.7.2cvs24
471         * src/gtk/quicksearch.c
472                 Don't reload summary list if quicksearch wasn't
473                 active on hiding; move currently selected mail in
474                 the visible area when showing the quicksearch
476 2007-02-05 [colin]      2.7.2cvs23
478         * src/folderview.c
479                 Add debug to try to solve bug 1104
481 2007-02-05 [paul]       2.7.2cvs22
483         * src/mainwindow.c
484                 confirm before emptying trash on exit is
485                 a Yes or No answer, use Yes or No in the
486                 dialog
488 2007-02-04 [colin]      2.7.2cvs21
490         * src/compose.c
491         * src/plugins/pgpcore/passphrase.c
492         * src/plugins/pgpcore/select-keys.c
493                 Set wmclass on new windows
495 2007-02-04 [colin]
497         2.8.0-rc1 released
499 2007-02-04 [colin]      2.7.2cvs20
501         * src/compose.c
502         * src/compose.h
503                 Auto save drafts on exit, reopen them
504                 at startup, instead of asking
505         * src/account.c
506         * src/addressadd.c
507         * src/addressbook.c
508         * src/addressbook_foldersel.c
509         * src/addrgather.c
510         * src/crash.c
511         * src/editaddress.c
512         * src/editbook.c
513         * src/editgroup.c
514         * src/editjpilot.c
515         * src/editldap.c
516         * src/editldap_basedn.c
517         * src/editvcard.c
518         * src/exphtmldlg.c
519         * src/expldifdlg.c
520         * src/export.c
521         * src/foldersel.c
522         * src/gedit-print.c
523         * src/import.c
524         * src/importldif.c
525         * src/importmutt.c
526         * src/importpine.c
527         * src/main.c
528         * src/mainwindow.c
529         * src/message_search.c
530         * src/messageview.c
531         * src/prefs_actions.c
532         * src/prefs_customheader.c
533         * src/prefs_display_header.c
534         * src/prefs_filtering.c
535         * src/prefs_filtering_action.c
536         * src/prefs_folder_column.c
537         * src/prefs_gtk.c
538         * src/prefs_matcher.c
539         * src/prefs_other.c
540         * src/prefs_summaries.c
541         * src/prefs_summary_column.c
542         * src/prefs_template.c
543         * src/sourcewindow.c
544         * src/ssl_manager.c
545         * src/summary_search.c
546         * src/uri_opener.c
547         * src/gtk/about.c
548         * src/gtk/description_window.c
549         * src/gtk/foldersort.c
550         * src/gtk/gtkutils.c
551         * src/gtk/gtkutils.h
552         * src/gtk/icon_legend.c
553         * src/gtk/logwindow.c
554         * src/gtk/pluginwindow.c
555         * src/gtk/prefswindow.c
556                 Give different wmclass to different
557                 windows - thanks to sed ;)
559 2007-02-04 [colin]      2.7.2cvs19
561         * src/main.c
562                 Revert previous patch, can't reproduce
563                 it anymore. 
565 2007-02-03 [colin]      2.7.2cvs18
567         * src/main.c
568                 Don't save the mainwindow size and
569                 position on emergency exit (libSM's
570                 "die" callback), Xfce seems to make
571                 the window smaller just before the
572                 size's saved.
574 2007-02-03 [colin]      2.7.2cvs17
576         * src/plugins/bogofilter/bogofilter.c
577         * src/plugins/bogofilter/bogofilter.h
578         * src/plugins/bogofilter/bogofilter_gtk.c
579         * src/plugins/pgpinline/pgpinline.c
580         * src/plugins/pgpinline/pgpinline.h
581                 Fix more copyrights
583 2007-02-03 [colin]      2.7.2cvs16
585         * src/partial_download.c
586         * src/partial_download.h
587         * src/ssl_manager.c
588         * src/ssl_manager.h
589         * src/uri_opener.c
590         * src/uri_opener.h
591         * src/wizard.c
592         * src/wizard.h
593         * src/common/ssl_certificate.c
594         * src/common/ssl_certificate.h
595         * src/gtk/quicksearch.c
596         * src/gtk/quicksearch.h
597         * src/gtk/sslcertwindow.c
598         * src/gtk/sslcertwindow.h
599                 Fix copyright on my files
601 2007-02-02 [colin]      2.7.2cvs15
603         * src/Makefile.am
604         * src/mainwindow.c
605         * src/messageview.c
606         * src/messageview.h
607         * src/textview.c
608         * src/textview.h
609         * src/uri_opener.c
610         * src/uri_opener.h
611                 Add Tools/List URIs to allow
612                 opening any URI in the current mail
614 2007-02-02 [colin]      2.7.2cvs14
616         * src/common/valgrind.h ** NEW FILE **
617         * src/common/Makefile.am
618         * src/common/plugin.c
619                 Don't dlclose the plugins if we're running
620                 under valgrind. (doesn't require valgrind
621                 either at compile time or run time).
623 2007-02-01 [paul]       2.7.2cvs13
625         * AUTHORS
626         * src/gtk/authors.h
627         * tools/freshmeat_search.pl
628         * tools/google_search.pl
629         * tools/multiwebsearch.pl
630                 add support for non ISO-8859-1 compatible locales
631                 Patch by Alex Gorbachenko <agent_007@immo.ru>
633 2007-02-01 [colin]      2.7.2cvs12
635         * src/prefs_other.c
636         * src/prefs_summaries.c
637                 Move keybinding prefs to the Other page
639 2007-02-01 [wwp]        2.7.2cvs11
641         * src/plugins/trayicon/trayicon.c
642                 Fix a raising issue within KDE.
644 2007-02-01 [colin]      2.7.2cvs10
646         * src/codeconv.c
647                 Fix stray quotes in encoded strings
648         * src/addressadd.c
649                 Fix wrong call causing g_warnings
650         * src/textview.c
651                 Remove useless message
653 2007-01-31 [wwp]        2.7.2cvs9
655         * src/plugins/trayicon/trayicon.c
656                 fix buggy hiding of main window when closing if close-to-tray
657                 is not set (bad logics  in the trayicon hook code).
658                 Changed the quit confirmation message too.
660 2007-01-30 [colin]      2.7.2cvs8
662         * src/main.c
663                 Fix hidden mainwindow after clicking on
664                 the X close button, if compose windows
665                 exist and the user chooses not to quit
667 2007-01-30 [colin]      2.7.2cvs7
669         * src/main.c
670         * src/compose.c
671                 Handle local URIs to attach files (file:///...)
672                 Fixes attaching files from Thunar for example
674 2007-01-30 [colin]      2.7.2cvs6
676         * src/prefs_ext_prog.c
677                 Add 'mousepad' to the list of text editors.
678                 Mousepad is XFCE's text editor
680 2007-01-29 [wwp]        2.7.2cvs5
682         * po/POTFILES.in
683         * src/plugins/trayicon/trayicon_prefs.c
684                 trayicon i18n fixes, thanks to Fabien.
686 2007-01-28 [wwp]        2.7.2cvs4
688         * src/mainwindow.c
689         * src/mainwindow.h
690         * src/plugins/trayicon/trayicon.c
691         * src/plugins/trayicon/trayicon_prefs.c
692         * src/plugins/trayicon/trayicon_prefs.h
693                 Added a new TrayIcon plugin option to close to tray
694                 (WM's hotkey and [X] button will hide the window instead
695                 of closing it - closing CM can be done using the tray icon
696                 menu or the File menu).
697                 Improved visibility handling in trayicon, clicking the
698                 trayicon now raise the window to current desktop when it
699                 was either minimized/shaded/on another desktop.
700                 Thanks to Paul for testing and fixing a strange behaviour
701                 in KDE ;-).
703 2007-01-27 [paul]       2.7.2cvs3
705         * src/prefs_folder_item.c
706         * src/prefs_receive.c
707         * src/plugins/pgpcore/prefs_gpg.c
708                 use 'start-up' instead of 'startup' in labels
710 2007-01-26 [wwp]        2.7.2cvs2
712         * src/plugins/trayicon/Makefile.am
713         * src/plugins/trayicon/trayicon.c
714         * src/plugins/trayicon/trayicon_prefs.c
715         * src/plugins/trayicon/trayicon_prefs.h
716                 Add a new TrayIcon option to hide the main window at
717                 start-up.
718                 Fix trayicon.c copyright header.
720 2007-01-26 [paul]       2.7.2cvs1
722         * NEWS
723         * README
724         * RELEASE_NOTES
725         * configure.ac
726                 bump up version number following
727                 stable release
729 2007-01-25 [mones]      2.7.1cvs60
731         * po/es.po
732                 updated thousands of strings (well, probably less ;-)
734 2007-01-25 [colin]      2.7.1cvs59
736         * src/matcher.c
737                 Fix 2nd-run loss of matcherrc on new
738                 configurations. 
740 2007-01-25 [wwp]        2.7.1cvs58
742         * src/mimeview.c
743                 fix handling of empty value in attach_save_directory too, thanks
744                 to Colin.
746 2007-01-25 [wwp]        2.7.1cvs57
748         * src/gtk/filesel.c
749                 fix handling of empty value in attach_load_directory,
750                 thanks to Colin.
752 2007-01-25 [wwp]        2.7.1cvs56
754         * src/plugins/dillo_viewer/dillo_prefs.h
755                 fix a typo.
757 2007-01-25 [colin]      2.7.1cvs55
759         * src/matcher.c
760         * src/matcher.h
761         * src/matcher_parser_parse.y
762         * src/prefs_matcher.c
763                 Add matching on the spam flag
765 2007-01-24 [colin]      2.7.1cvs54
767         * src/folder.c
768         * src/common/xml.c
769         * src/common/xml.h
770                 Make sure folderlist.xml is correctly
771                 written before overwriting it.
772         * src/procmsg.c
773         * src/procmsg.h
774         * src/summaryview.c
775         * src/plugins/bogofilter/bogofilter.c
776         * src/plugins/bogofilter/bogofilter.h
777         * src/plugins/bogofilter/bogofilter_gtk.c
778         * src/plugins/spamassassin/spamassassin.c
779         * src/plugins/spamassassin/spamassassin.h
780         * src/plugins/spamassassin/spamassassin_gtk.c
781                 Move spam to the correct trash folder after
782                 learning, if spam directory isn't set.
784 2007-01-23 [paul]       2.7.1cvs53
786         * src/plugins/bogofilter/bogofilter_gtk.c
787                 fix sensitivity of "Insert X-Bogosity header"
788                 option
790 2007-01-23 [colin]      2.7.1cvs52
792         * src/toolbar.c
793                 Translate toolbar items text if
794                 they're translatable (default)
795         * src/addrcache.c
796         * src/addrcache.h
797         * src/addritem.c
798         * src/addritem.h
799         * src/codeconv.c
800         * src/codeconv.h
801         * src/jpilot.c
802         * src/jpilot.h
803         * src/ldapctrl.c
804         * src/ldapctrl.h
805         * src/ldapquery.h
806         * src/ldif.c
807         * src/ldif.h
808         * src/etpan/etpan-thread-manager.c
809         * src/etpan/etpan-thread-manager.h
810         * src/gtk/gtkutils.c
811         * src/gtk/gtkutils.h
812                 More static functions
814 2007-01-22 [fabien]     2.7.1cvs51
816         * src/gtk/gtkutils.c
817                 gtkut_get_options_frame() : ability to pass
818                 a 'NULL' value in frame pointer parameter if
819                 we don't need it.
821 2007-01-22 [colin]      2.7.1cvs50
823         * src/procmsg.c
824         * src/procmsg.h
825         * src/plugins/bogofilter/bogofilter.c
826         * src/plugins/bogofilter/bogofilter_gtk.c
827         * src/plugins/spamassassin/spamassassin.c
828         * src/plugins/spamassassin/spamassassin_gtk.c
829                 Allow moving spams to the account's trash
830                 instead of default one
832 2007-01-21 [colin]      2.7.1cvs49
834         * src/ldapquery.c
835         * src/ldapquery.h
836                 Revert a static function that shouldn't
837                 have been
839 2007-01-21 [colin]      2.7.1cvs48
841         * src/ldapquery.c
842         * src/ldapquery.h
843                 Same
845 2007-01-21 [colin]      2.7.1cvs47
847         * src/procmsg.c
848         * src/procmsg.h
849                 Same
851 2007-01-21 [colin]      2.7.1cvs46
853         * src/common/socket.c
854         * src/common/socket.h
855                 Same
857 2007-01-21 [colin]      2.7.1cvs45
859         * src/crash.c
860         * src/exporthtml.c
861         * src/exporthtml.h
862         * src/exportldif.c
863         * src/exportldif.h
864         * src/folder.c
865         * src/folder.h
866         * src/folder_item_prefs.c
867         * src/folder_item_prefs.h
868         * src/folderview.c
869         * src/folderview.h
870         * src/gedit-print.c
871         * src/gedit-print.h
872         * src/main.c
873         * src/main.h
874         * src/common/socket.c
875         * src/common/socket.h
876         * src/gtk/gtkaspell.c
877         * src/gtk/gtkaspell.h
878         * src/gtk/quicksearch.c
879         * src/gtk/quicksearch.h
880                 Same
882 2007-01-21 [colin]      2.7.1cvs44
884         * src/common/utils.c
885         * src/common/utils.h
886         * src/etpan/etpan-thread-manager.c
887         * src/etpan/etpan-thread-manager.h
888                 Same (Funny that etpan_thread_unbind
889                 is called but not etpan_thread_bind)
891 2007-01-21 [colin]      2.7.1cvs43
893         * src/addrselect.c
894         * src/addrselect.h
895         * src/codeconv.c
896         * src/codeconv.h
897         * src/compose.c
898         * src/compose.h
899         * src/etpan/Makefile.am
900         * src/gtk/colorlabel.c
901         * src/gtk/colorlabel.h
902         * src/gtk/sslcertwindow.c
903         * src/gtk/sslcertwindow.h
904         * src/etpan/etpan-log.c ** REMOVED **
905         * src/etpan/etpan-log.h ** REMOVED **
906                 Same
908 2007-01-20 [colin]      2.7.1cvs42
910         * src/addritem.c
911         * src/addritem.h
912                 Same
914 2007-01-20 [colin]      2.7.1cvs41
916         * src/account.c
917         * src/account.h
918         * src/addrbook.c
919         * src/addrbook.h
920         * src/addrcache.c
921         * src/addrcache.h
922         * src/addrclip.c
923         * src/addrclip.h
924         * src/addressbook.c
925         * src/addressbook.h
926         * src/addrharvest.c
927         * src/addrharvest.h
928         * src/addrindex.c
929         * src/addrindex.h
930         * src/editaddress.c
931         * src/editaddress.h
932                 Make functions that aren't used in other
933                 files static
935 2007-01-20 [colin]      2.7.1cvs40
937         * src/account.c
938         * src/addrbook.c
939         * src/addrcache.c
940         * src/addressbook.c
941         * src/addrgather.c
942         * src/addrindex.c
943         * src/addrquery.c
944         * src/addrselect.c
945         * src/browseldap.c
946         * src/compose.c
947         * src/editbook.c
948         * src/editjpilot.c
949         * src/editldap.c
950         * src/editldap_basedn.c
951         * src/editvcard.c
952         * src/exporthtml.c
953         * src/exportldif.c
954         * src/folder.c
955         * src/folderview.c
956         * src/image_viewer.c
957         * src/imap.c
958         * src/importmutt.c
959         * src/importpine.c
960         * src/jpilot.c
961         * src/ldapquery.c
962         * src/main.c
963         * src/mainwindow.c
964         * src/matcher.c
965         * src/messageview.c
966         * src/mh.c
967         * src/mimeview.c
968         * src/msgcache.c
969         * src/mutt.c
970         * src/news.c
971         * src/pine.c
972         * src/prefs_account.c
973         * src/prefs_common.c
974         * src/prefs_compose_writing.c
975         * src/prefs_ext_prog.c
976         * src/prefs_folder_item.c
977         * src/prefs_fonts.c
978         * src/prefs_message.c
979         * src/prefs_msg_colors.c
980         * src/prefs_other.c
981         * src/prefs_quote.c
982         * src/prefs_receive.c
983         * src/prefs_send.c
984         * src/prefs_spelling.c
985         * src/prefs_summaries.c
986         * src/prefs_toolbar.c
987         * src/prefs_wrapping.c
988         * src/privacy.c
989         * src/procmime.c
990         * src/procmsg.c
991         * src/ssl_manager.c
992         * src/statusbar.c
993         * src/summaryview.c
994         * src/toolbar.c
995         * src/vcard.c
996         * src/common/hooks.c
997         * src/common/log.c
998         * src/common/passcrypt.c
999         * src/common/socket.c
1000         * src/common/ssl.c
1001         * src/common/ssl_certificate.c
1002         * src/common/template.c
1003         * src/common/utils.c
1004         * src/etpan/imap-thread.c
1005         * src/gtk/sslcertwindow.c
1006         * src/gtk/sslcertwindow.h
1007                 Make functions that could be static, static
1009 2007-01-20 [colin]      2.7.1cvs39
1011         * src/editldap.c
1012                 Fix tooltip
1014 2007-01-20 [colin]      2.7.1cvs38
1016         * src/ldapquery.c
1017         * src/ldaputil.c
1018         * src/ldaputil.h
1019                 Fix bug 1102, 'claws-mail-2.7.1 
1020                 makes use of deprecated ldap 
1021                 functions'
1023 2007-01-20 [colin]      2.7.1cvs37
1025         * src/mainwindow.c
1026         * src/mainwindow.h
1027         * src/summaryview.c
1028         * src/gtk/quicksearch.c
1029                 Add Wide message list layout
1031 2007-01-19 [fabien]     2.7.1cvs36
1033         * src/textview.c
1034                 make sure a font change is considered in links of
1035                 headerview.
1037 2007-01-19 [colin]      2.7.1cvs35
1039         * src/main.c
1040         * src/mainwindow.c
1041         * src/mainwindow.h
1042         * src/messageview.c
1043         * src/messageview.h
1044         * src/prefs_common.c
1045         * src/prefs_common.h
1046         * src/summaryview.c
1047         * src/summaryview.h
1048         * src/gtk/quicksearch.c
1049         * src/gtk/quicksearch.h
1050                 Drop 'Separate Folder tree' and 'Separate
1051                 Message View'. Put three layouts in place
1052                 of it.
1054 2007-01-19 [paul]       2.7.1cvs34
1056         * src/prefs_msg_colors.c
1057                 more use of Q_ for translators
1059 2007-01-19 [paul]       2.7.1cvs33
1061         * src/imap_gtk.c
1062         * src/prefs_account.c
1063                 a few changes to the English
1065 2007-01-19 [fabien]     2.7.1cvs32
1067         * src/wizard.c
1068                 factorize translatable string
1070 2007-01-18 [colin]      2.7.1cvs31
1072         * src/main.c
1073                 Don't error out on --sync option. Although
1074                 we don't do anything with it, gtk+ handles
1075                 it, and it's useful for debugging X errors
1077 2007-01-18 [fabien]     2.7.1cvs30
1079         * src/prefs_other.c
1080                 ability to apply on the fly the recent added
1081                 'gtk_can_change_accels' pref (no need to restart).
1083 2007-01-18 [fabien]     2.7.1cvs29
1085         * src/plugins/bogofilter/bogofilter_gtk.c
1086         * src/plugins/bogofilter/bogofilter.c
1087         * src/plugins/spamassassin/spamassassin_gtk.c
1088         * src/addr_compl.c
1089         * src/prefs_account.c
1090                 factorize or rewrite some translatable strings.
1092 2007-01-18 [fabien]     2.7.1cvs28
1094         * src/prefs_gtk.h
1095         * src/compose.c
1096                 set a 4pix space between "Subject:" label and subject entry in
1097                 compose window.
1099 2007-01-18 [wwp]        2.7.1cvs27
1101         * src/addressbook.c
1102                 fix conflicting address-copy/paste when focus is set
1103                 to the embedded edit-person form.
1106 2007-01-18 [wwp]        2.7.1cvs26
1108         * src/addressbook.h
1109                 complete 2.7.1cvs23 (one more file was missing from that
1110                 commit).
1112 2007-01-18 [colin]      2.7.1cvs25
1114         * src/main.c
1115                 Provide a way to migrate without backup
1116                 Re-ask for migration on next start if 
1117                 it has been refused and wizard has been 
1118                 cancelled after.
1120 2007-01-18 [wwp]        2.7.1cvs24
1122         * src/editaddress.c
1123                 complete 2.7.1.cvs23 (file was missing from previous
1124                 commit).
1126 2007-01-18 [wwp]        2.7.1cvs23
1128         * src/addressbook.c
1129                 fix potential crashes in address book's focus_in/out signal handlers,
1130                 force focus to the edit-person form when clicked the Edit menu entry or
1131                 button (this only matters if the edit-person form is embedded to the
1132                 AB window, in that case, focus is not set when browsing the contacts
1133                 list w/ keys or mouse clicks).
1135 2007-01-18 [paul]       2.7.1cvs22
1137         * src/main.c
1138                 add command line options:
1139                 -h for --help
1140                 -q and --quit for --exit
1141                 -v for --version
1142                 print "Unknown option" for unknown options
1144 2007-01-18 [paul]       2.7.1cvs21
1146         * po/ru.po
1147                 updated by Pavlo Bohmat
1149 2007-01-18 [paul]       2.7.1cvs20
1151         * src/mainwindow.c
1152                 fix sensitivity issues of Mark as Spam/Ham
1154 2007-01-17 [fabien]     2.7.1cvs19
1156         * src/prefs_other.c
1157         * src/prefs_common.c
1158         * src/prefs_common.h
1159         * src/main.c
1160                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1161                 control the corresponding gtk property. It could be used to lock
1162                 all shortcuts (avoid to set one of them by inadvertency).
1164 2007-01-17 [colin]      2.7.1cvs18
1166         * src/summaryview.c
1167                 Fix bug 1100, 'Highlighted e-mail data not visible 
1168                 when color label applied.'. Use a weighted average
1169                 between normal selected foreground color and color
1170                 label instead of a simple one (3/1 instead 1/1).
1172 2007-01-17 [colin]      2.7.1cvs17
1174         * src/messageview.c
1175                 Better fix for bug 1088, 'Ctrl-h produces repeatable
1176                 crash' - don't prevent mail switching while loading
1178 2007-01-17 [colin]      2.7.1cvs16
1180         * src/folder.c
1181         * src/folder.h
1182         * src/folderview.c
1183         * src/folderview.h
1184         * src/imap.c
1185         * src/imap.h
1186         * src/imap_gtk.c
1187                 Manage recursive search of unsubscribed folders
1188                 Rescan tree without checking for new messages 
1189                 after subscriptions changed
1191 2007-01-17 [paul]       2.7.1cvs15
1193         * src/prefs_common.c
1194         * src/gtk/pluginwindow.c
1195                 fix bug 1101, '"Load plugin" button is
1196                 accidentally hidden'
1197                 unset (-1) initial width in prefs_common,
1198                 fix overlapping buttons,
1199                 and other cleanups
1201 2007-01-17 [paul]       2.7.1cvs14
1203         * src/procmime.c
1204                 add #include <errno.h>, it's needed
1205                 on some systems
1207 2007-01-17 [paul]       2.7.1cvs13
1209         * src/common/defs.h
1210         * tools/make.themes.project
1211                 rename .sylpheed_themeinfo to .claws_themeinfo
1212                 and use it
1213         * src/etpan/etpan-errors.h
1214         * src/etpan/etpan-log.c
1215         * src/etpan/etpan-log.h
1216         * src/etpan/etpan-thread-manager-types.h
1217         * src/etpan/etpan-thread-manager.c
1218         * src/etpan/etpan-thread-manager.h
1219         * src/etpan/imap-thread.c
1220         * src/etpan/imap-thread.h
1221                 add copyright header
1223 2007-01-17 [colin]      2.7.1cvs12
1225         * src/plugins/pgpcore/select-keys.c
1226         * src/gtk/pluginwindow.c
1227         * src/prefs_account.c
1228                 Fix warnings
1230 2007-01-16 [colin]      2.7.1cvs11
1232         * src/imap.c
1233         * src/imap.h
1234         * src/imap_gtk.c
1235                 Manage subscribing to subfolders when only
1236                 subscribed folders are shown.
1238 2007-01-16 [colin]      2.7.1cvs10
1240         * src/folderview.c
1241                 Fix annoying vscrollbar going back to top
1242                 on Check for new folders
1244 2007-01-16 [colin]      2.7.1cvs9
1246         * src/imap.c
1247                 Remove printf
1249 2007-01-16 [colin]      2.7.1cvs8
1251         * src/filtering.c
1252                 Bigger buffer for errors
1253         * src/imap.c
1254         * src/imap.h
1255         * src/imap_gtk.c
1256         * src/prefs_account.c
1257         * src/prefs_account.h
1258         * src/wizard.c
1259         * src/etpan/imap-thread.c
1260         * src/etpan/imap-thread.h
1261         * manual/handling.xml
1262                 Add subscriptions management. What it changes:
1263                 Creating a folder subscribes to it
1264                 Deleting a folder unsubscribes it
1265                 New contextual menu item allowing to switch between
1266                 All folders and Subscribed folders, subscribe, and
1267                 unsubscribe. "Creating" an existing but unsubscribed
1268                 folder will subscribe it.
1269                 By default for new accounts, only subscribed folders 
1270                 are shown.
1273 2007-01-16 [paul]       2.7.1cvs7
1275         * src/summaryview.c
1276                 Allow folder classes to specify only sort_key or
1277                 sort_type instead of both or none.
1279 2007-01-16 [paul]       2.7.1cvs6
1281         * src/action.c
1282         * src/compose.c
1283         * src/mimeview.c
1284         * src/procmime.c
1285         * src/textview.c
1286                 Save and use errno for procmime_get_part
1288 2007-01-16 [colin]      2.7.1cvs5
1290         * src/imap.c
1291                 Never remove INBOX when scanning for
1292                 new folders. It's a special folder
1293                 that has to exist.
1295 2007-01-15 [colin]      2.7.1cvs4
1297         * src/imap.c
1298                 Fix 'Check for new folders' when IMAP subdirectory
1299                 is set
1300         * src/etpan/imap-thread.c
1301                 Fix build
1303 2007-01-15 [colin]      2.7.1cvs3
1305         * src/etpan/imap-thread.c
1306                 Fix invalid free on command-connection
1307                 error
1309 2007-01-15 [wwp]        2.7.1cvs2
1311         * src/matcher_parser_lex.l
1312         * src/quote_fmt_lex.l
1313         * src/matcher_parser_parse.y
1314                 fix copyright header in lexers and parsers.
1316 2007-01-15 [paul]       2.7.1cvs1
1318         * NEWS
1319         * README
1320         * RELEASE_NOTES
1321         * configure.ac
1322                 bump up version number following
1323                 stable release
1325 2007-01-15 [paul]       2.7.0cvs31
1327         * AUTHORS
1328         * src/gtk/authors.h
1329                 add Fabien to the Team list
1330                 add the recent contributors
1331                 make a few corrections
1333 2007-01-15 [paul]       2.7.0cvs30
1335         * src/mainwindow.c
1336                 fix compiler warning
1337         * src/plugins/pgpcore/prefs_gpg.c
1338         * src/plugins/pgpcore/prefs_gpg.h
1339                 add missing include
1340                 fix copyright header
1342 2007-01-14 [colin]      2.7.0cvs29
1344         * src/gtk/filesel.c
1345                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1346                 two benefits: faster to open, will fix strange
1347                 dbus-related crash. Thanks to Pascal Terjan.
1349 2007-01-14 [colin]      2.7.0cvs28
1351         * src/etpan/imap-thread.c
1352                 Delete the old imap just after allocating
1353                 the new one. Makes sure we don't get the
1354                 same pointer by sheer luck, which feels
1355                 strange in the debug log.
1357 2007-01-14 [colin]      2.7.0cvs27
1359         * src/gtk/inputdialog.c
1360                 Make sure we don't print passwords in
1361                 clear text when in debug mode
1363 2007-01-14 [colin]      2.7.0cvs26
1365         * src/gtk/gtksctree.c
1366                 Fix bug 1098, 'bogus last row display 
1367                 after expanding a thread'. Patch by
1368                 Jindrich Makovicka <makovick@gmail.com>
1370 2007-01-14 [colin]      2.7.0cvs25
1372         * src/etpan/imap-thread.c
1373                 Close socket manually before
1374                 freeing the imap struct
1376 2007-01-14 [colin]      2.7.0cvs24
1378         * src/etpan/imap-thread.c
1379                 Maybe fix new reconnection issues
1381 2007-01-13 [colin]      2.7.0cvs23
1383         * src/summaryview.c
1384                 Freeze/thaw on thread selection
1386 2007-01-13 [paul]       2.7.0cvs22
1388         * src/mainwindow.c
1389         * src/summaryview.c
1390         * src/summaryview.h
1391                 add 'Edit/Delete thread'
1393 2007-01-13 [colin]      2.7.0cvs21
1395         * src/prefs_account.c
1396         * src/prefs_compose_writing.c
1397         * src/prefs_message.c
1398         * src/prefs_msg_colors.c
1399         * src/prefs_other.c
1400         * src/prefs_receive.c
1401         * src/prefs_spelling.c
1402         * src/prefs_summaries.c
1403         * src/prefs_themes.c
1404         * src/gtk/gtkutils.c
1405         * src/gtk/gtkutils.h
1406         * src/plugins/pgpcore/prefs_gpg.c
1407         * src/plugins/spamassassin/spamassassin_gtk.c
1408                 Factorize gtk frame creation
1409                 Patch by Pawel
1411 2007-01-13 [colin]      2.7.0cvs20
1413         * src/message_search.c
1414         * src/summary_search.c
1415                 Fix Enter in search windows
1416         * src/messageview.c
1417                 Fix body search starting at the
1418                 end of the mail (and asking for loop)
1420 2007-01-13 [colin]      2.7.0cvs19
1422         * src/etpan/imap-thread.c
1423                 Make sure we don't free the same imap
1424                 twice
1426 2007-01-13 [colin]      2.7.0cvs18
1428         * commitHelper
1429                 Allow multiple commitHelpers to
1430                 run at once
1432 2007-01-12 [colin]      2.7.0cvs17
1434         * src/etpan/imap-thread.c
1435                 Make sure we get rid of the previous mailimap
1436                 when connecting - just in case disconnect was
1437                 unclean
1439 2007-01-12 [paul]       2.7.0cvs16
1441         * src/compose.c
1442                 Strip S/MIME signatures when re-editing
1443                 S/MIME signed messages.
1445 2007-01-12 [paul]       2.7.0cvs15
1447         * configure.ac
1448         * src/addressbook.c
1449         * src/foldersel.c
1450         * src/folderview.c
1451         * src/main.c
1452                 no need to define CLAWS anymore, remove
1453                 all that stuff
1455 2007-01-12 [paul]       2.7.0cvs14
1457         * src/mimeview.c
1458                 check if the mail's signed as
1459                 it can change the mail structure
1460                 Thanks to Colin
1462 2007-01-12 [paul]       2.7.0cvs13
1464         * src/procmime.c
1465                 fix Forwarding msgs with attachments
1466                 that have dos line endings
1467                 Thanks to Colin
1469 2007-01-12 [wwp]        2.7.0cvs12
1471         * configure.ac
1472                 Revert accidentally committed extra version tag.
1474 2007-01-12 [wwp]        2.7.0cvs11
1476         * src/prefs_account.c
1477                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1479 2007-01-11 [colin]      2.7.0cvs10
1481         * src/imap.c
1482                 move g_warning to debug_print
1483                 it scares people for no reason
1485 2007-01-11 [colin]      2.7.0cvs9
1487         * po/POTFILES.in
1488                 Fix files to translate. Patch by
1489                 Fabien
1491 2007-01-11 [paul]       2.7.0cvs8
1493         * src/imap.c
1494                 Fix recursion when server lists the
1495                 current subfolder in the response
1496         * src/mimeview.c
1497                 Fix updating of icon_list/ctree
1498         * src/plugins/pgpcore/select-keys.c
1499                 Fix a few annoyances when choosing
1500                 keys for the CMS (S/MIME) protocol
1502 2007-01-11 [wwp]        2.7.0cvs7
1504         * src/compose.c
1505         * src/prefs_account.c
1506         * src/prefs_account.h
1507                 Add per-account spellcheck default dictionaries settings.
1509 2007-01-10 [colin]      2.7.0cvs6
1511         * src/prefs_folder_item.c
1512                 Factorize strings - patch by Fabien
1514 2007-01-10 [colin]      2.7.0cvs5
1516         * src/mainwindow.c
1517                 Fix bug 1095, 'Crash while changing folder 
1518                 columns during incorporation'
1520 2007-01-09 [colin]      2.7.0cvs4
1522         * src/gtk/pluginwindow.c
1523                 Set the plugin window transient. Seems
1524                 like some window managers hide it in
1525                 the background after "load plugin"...
1527 2007-01-09 [colin]      2.7.0cvs3
1529         * src/gtk/filesel.c
1530                 Use the same type for alloc and free
1532 2007-01-08 [paul]       2.7.0cvs2
1534         * po/nl.po
1535                 updated by Tim Dijkstra
1537 2007-01-08 [paul]       2.7.0cvs1
1539         * src/prefs_themes.c
1540         * src/common/utils.c
1541                 Fix resource leaks
1543 2007-01-08 [paul]       2.7.0
1545         * NEWS
1546         * README
1547         * RELEASE_NOTES
1548                 2.7.0 released
1550 2007-01-08 [paul]       2.6.1cvs119
1552         * doc/man/claws-mail.1
1553                 another correction
1555 2007-01-08 [paul]       2.6.1cvs118
1557         * doc/man/claws-mail.1
1558                 corrections
1559         * manual/advanced.xml
1560                 improved English usage
1562 2007-01-08 [paul]       2.6.1cvs117
1564         * po/ca.po
1565         * po/de.po
1566         * po/en_GB.po
1567         * po/fi.po
1568         * po/it.po
1569         * po/pt_BR.po
1570         * po/sk.po
1571         * po/sr.po
1572         * po/zh_CN.po
1573                 updated by Miquel Oliete, Stephan Sachse, me,
1574                 Tommi Pirinen, Andrea Spadaccini, Frederico
1575                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1576                 Urosevic, and Ralgh Young
1578 2007-01-07 [mones]      2.6.1cvs116
1580         * manual/es/advanced.xml
1581         * po/es.po
1582                 Synced manual (unhide mark_as_read_delay)
1583                 and updated translation for release
1585 2007-01-07 [paul]       2.6.1cvs115
1587         * src/prefs_matcher.c
1588                 make the hbox content fit better under
1589                 various languages
1591 2007-01-07 [colin]      2.6.1cvs114
1593         * src/messageview.c
1594                 Fix bug 1088, 'Ctrl-h produces repeatable
1595                 crash'
1597 2007-01-06 [colin]      2.6.1cvs113
1599         * src/etpan/imap-thread.c
1600                 Add casts to int to get certs. Fixes
1601                 bug 1064, 'crash @ etpan_certificate_check() 
1602                 when opening an IMAP folder', with latest
1603                 libetpan CVS or >= 0.49
1604         * src/mainwindow.c
1605         * src/mainwindow.h
1606         * src/imap_gtk.c
1607         * src/news_gtk.c
1608         * src/prefs_folder_item.c
1609                 Grey out the "synchronise" menu items if
1610                 there's nothing to synchronise.
1611         * src/plugins/pgpcore/sgpgme.c
1612                 Make an error clearer than "Unknown error"
1614 2007-01-06 [colin]      2.6.1cvs112
1616         * src/messageview.c
1617                 Don't try to show a message if updating
1618                 Maybe fixes bug 1088, 'ctrl-h produces
1619                 repeatable crash'.
1621 2007-01-06 [colin]      2.6.1cvs111
1623         * src/summaryview.c
1624                 Disable Control-Space (handle it as Space).
1626 2007-01-05 [paul]       2.6.1cvs110
1628         * src/imap.c
1629                 Fix bug 934, 'sylpheed claws 2.1 
1630                 doesn't show Exchanges Public Folders'
1631                 Thanks to Hoa and Colin
1632         * src/msgcache.c
1633                 Refuse to allocate more than 2 MB for a 
1634                 single field, it's a good indication of
1635                 cache corruption.
1637 2007-01-05 [colin]      2.6.1cvs109
1639         * src/mainwindow.c
1640                 Allow --select'ing emails by Message-ID too
1642 2007-01-05 [colin]      2.6.1cvs108
1644         * src/common/quoted-printable.c
1645                 Uh! Third fix :)
1647 2007-01-05 [colin]      2.6.1cvs107
1649         * src/common/quoted-printable.c
1650                 Fix previous commit about bug 1089
1651                 Thanks to Ralf
1653 2007-01-05 [colin]      2.6.1cvs106
1655         * src/common/quoted-printable.c
1656                 Fix my previous commit on bug 1089
1657                 - Thanks to Ralf :)
1659 2007-01-04 [colin]      2.6.1cvs105
1661         * src/common/quoted-printable.c
1662                 Fix bug 1089, 'NUL characters in Subject 
1663                 line are misinterpreted'. Not a pain to
1664                 fix in fact.
1666 2007-01-04 [colin]      
1668         2.7.0-rc3 released
1670 2007-01-04 [wwp]        2.6.1cvs104
1672         * src/image_viewer.c
1673                 Force operator precedence (fix a compiler warning).
1675 2007-01-04 [colin]      2.6.1cvs103
1677         * src/image_viewer.c
1678                 Be cautious there too (same fix as the one
1679                 in textview from cvs33)
1680         * src/messageview.c
1681                 Don't use any MimeViewer plugin when showing
1682                 all headers
1684 2007-01-03 [wwp]        2.6.1cvs102
1686         * src/html.c
1687         * src/html.h
1688                 fixed "cent" sign (use the existing ASCII one),
1689                 decode more HTML entities,
1690                 converted table ASCII entries to UTF-8,
1691                 moved a switch() into a hashtable.
1693 2007-01-03 [paul]       2.6.1cvs101
1695         * src/compose.c
1696         * src/messageview.c
1697         * src/procmsg.c
1698         * src/procmsg.h
1699                 When possible, use move_msg instead of
1700                 copy_msg + remove_msg to move sent mail
1701                 from Queue to Sent. 
1703 2007-01-03 [paul]       2.6.1cvs100
1705         * src/html.c
1706                 add more html entity recognition:
1707                 pounds, euros, and cents
1709 2007-01-03 [colin]      2.6.1cvs99
1711         * src/imap_gtk.c
1712                 Don't display an error on NOSELECT
1713                 folders when synchronising
1715 2007-01-03 [paul]       2.6.1cvs98
1717         * tools/maildir2claws-mail.pl
1718                 only substitute 'sent-mail' if it's
1719                 the full directory name
1721 2007-01-03 [paul]       2.6.1cvs97
1723         * ChangeLog
1724         * ChangeLog.pre2.0.0
1725         * Makefile.am
1726                 archive a chunk of ChangeLog in
1727                 ChangeLog.pre2.0.0
1728         * ChangeLog.gtk1
1729         * doc/src/ChangeLog.claws-pre0.8.0
1730                 remove ChangeLog.claws-pre0.8.0, adding
1731                 its contents to ChangeLog.gtk1
1733 2007-01-03 [paul]       2.6.1cvs96
1735         * src/account.c
1736         * src/account.h
1737         * src/action.c
1738         * src/action.h
1739         * src/adbookbase.h
1740         * src/addr_compl.c
1741         * src/addr_compl.h
1742         * src/addrbook.c
1743         * src/addrcache.c
1744         * src/addrcache.h
1745         * src/addrcindex.c
1746         * src/addrcindex.h
1747         * src/addrclip.c
1748         * src/addrclip.h
1749         * src/addrdefs.h
1750         * src/addressadd.c
1751         * src/addressadd.h
1752         * src/addressbook.c
1753         * src/addressbook.h
1754         * src/addressbook_foldersel.c
1755         * src/addressbook_foldersel.h
1756         * src/addrgather.c
1757         * src/addrgather.h
1758         * src/addrharvest.c
1759         * src/addrharvest.h
1760         * src/addrindex.c
1761         * src/addrindex.h
1762         * src/addritem.c
1763         * src/addritem.h
1764         * src/addrquery.c
1765         * src/addrquery.h
1766         * src/addrselect.c
1767         * src/addrselect.h
1768         * src/alertpanel.c
1769         * src/alertpanel.h
1770         * src/browseldap.c
1771         * src/browseldap.h
1772         * src/codeconv.c
1773         * src/codeconv.h
1774         * src/compose.c
1775         * src/compose.h
1776         * src/customheader.c
1777         * src/customheader.h
1778         * src/displayheader.c
1779         * src/displayheader.h
1780         * src/editaddress.c
1781         * src/editaddress.h
1782         * src/editbook.c
1783         * src/editbook.h
1784         * src/editgroup.c
1785         * src/editgroup.h
1786         * src/editjpilot.c
1787         * src/editjpilot.h
1788         * src/editldap.c
1789         * src/editldap.h
1790         * src/editldap_basedn.c
1791         * src/editldap_basedn.h
1792         * src/editvcard.c
1793         * src/editvcard.h
1794         * src/exphtmldlg.c
1795         * src/exphtmldlg.h
1796         * src/expldifdlg.c
1797         * src/expldifdlg.h
1798         * src/export.c
1799         * src/export.h
1800         * src/exporthtml.c
1801         * src/exporthtml.h
1802         * src/exportldif.c
1803         * src/exportldif.h
1804         * src/filtering.c
1805         * src/filtering.h
1806         * src/folder.c
1807         * src/folder.h
1808         * src/folder_item_prefs.c
1809         * src/folder_item_prefs.h
1810         * src/foldersel.c
1811         * src/foldersel.h
1812         * src/folderutils.c
1813         * src/folderutils.h
1814         * src/folderview.c
1815         * src/folderview.h
1816         * src/grouplistdialog.c
1817         * src/grouplistdialog.h
1818         * src/headerview.c
1819         * src/html.c
1820         * src/html.h
1821         * src/image_viewer.c
1822         * src/image_viewer.h
1823         * src/imap.c
1824         * src/imap.h
1825         * src/imap_gtk.c
1826         * src/imap_gtk.h
1827         * src/import.c
1828         * src/import.h
1829         * src/importldif.c
1830         * src/importldif.h
1831         * src/importmutt.c
1832         * src/importmutt.h
1833         * src/importpine.c
1834         * src/importpine.h
1835         * src/inc.c
1836         * src/inc.h
1837         * src/jpilot.c
1838         * src/jpilot.h
1839         * src/ldapctrl.c
1840         * src/ldapctrl.h
1841         * src/ldaplocate.c
1842         * src/ldaplocate.h
1843         * src/ldapquery.c
1844         * src/ldapquery.h
1845         * src/ldapserver.c
1846         * src/ldapserver.h
1847         * src/ldaputil.c
1848         * src/ldaputil.h
1849         * src/ldif.c
1850         * src/ldif.h
1851         * src/main.c
1852         * src/main.h
1853         * src/mainwindow.c
1854         * src/mainwindow.h
1855         * src/manual.c
1856         * src/manual.h
1857         * src/mbox.c
1858         * src/message_search.c
1859         * src/message_search.h
1860         * src/messageview.c
1861         * src/messageview.h
1862         * src/mh.c
1863         * src/mh.h
1864         * src/mh_gtk.c
1865         * src/mh_gtk.h
1866         * src/mimeview.c
1867         * src/mimeview.h
1868         * src/msgcache.c
1869         * src/msgcache.h
1870         * src/mutt.c
1871         * src/mutt.h
1872         * src/news.c
1873         * src/news.h
1874         * src/news_gtk.c
1875         * src/news_gtk.h
1876         * src/partial_download.c
1877         * src/partial_download.h
1878         * src/pine.c
1879         * src/pine.h
1880         * src/pop.c
1881         * src/pop.h
1882         * src/prefs_account.c
1883         * src/prefs_account.h
1884         * src/prefs_actions.c
1885         * src/prefs_actions.h
1886         * src/prefs_common.c
1887         * src/prefs_common.h
1888         * src/prefs_compose_writing.c
1889         * src/prefs_compose_writing.h
1890         * src/prefs_customheader.c
1891         * src/prefs_customheader.h
1892         * src/prefs_display_header.c
1893         * src/prefs_display_header.h
1894         * src/prefs_filtering.c
1895         * src/prefs_filtering.h
1896         * src/prefs_filtering_action.c
1897         * src/prefs_filtering_action.h
1898         * src/prefs_folder_column.c
1899         * src/prefs_folder_column.h
1900         * src/prefs_folder_item.c
1901         * src/prefs_folder_item.h
1902         * src/prefs_fonts.c
1903         * src/prefs_fonts.h
1904         * src/prefs_gtk.c
1905         * src/prefs_gtk.h
1906         * src/prefs_image_viewer.c
1907         * src/prefs_image_viewer.h
1908         * src/prefs_matcher.c
1909         * src/prefs_matcher.h
1910         * src/prefs_message.c
1911         * src/prefs_msg_colors.c
1912         * src/prefs_msg_colors.h
1913         * src/prefs_other.c
1914         * src/prefs_quote.c
1915         * src/prefs_receive.c
1916         * src/prefs_send.c
1917         * src/prefs_spelling.c
1918         * src/prefs_spelling.h
1919         * src/prefs_summaries.c
1920         * src/prefs_summaries.h
1921         * src/prefs_summary_column.c
1922         * src/prefs_summary_column.h
1923         * src/prefs_template.c
1924         * src/prefs_template.h
1925         * src/prefs_themes.c
1926         * src/prefs_themes.h
1927         * src/prefs_toolbar.c
1928         * src/prefs_toolbar.h
1929         * src/prefs_wrapping.c
1930         * src/prefs_wrapping.h
1931         * src/privacy.c
1932         * src/privacy.h
1933         * src/procheader.c
1934         * src/procheader.h
1935         * src/procmime.c
1936         * src/procmime.h
1937         * src/procmsg.c
1938         * src/procmsg.h
1939         * src/quote_fmt.c
1940         * src/quote_fmt_parse.y
1941         * src/recv.c
1942         * src/recv.h
1943         * src/remotefolder.c
1944         * src/remotefolder.h
1945         * src/send_message.c
1946         * src/send_message.h
1947         * src/setup.c
1948         * src/setup.h
1949         * src/sourcewindow.c
1950         * src/sourcewindow.h
1951         * src/ssl_manager.c
1952         * src/ssl_manager.h
1953         * src/statusbar.c
1954         * src/statusbar.h
1955         * src/stock_pixmap.c
1956         * src/stock_pixmap.h
1957         * src/summary_search.c
1958         * src/summary_search.h
1959         * src/summaryview.c
1960         * src/summaryview.h
1961         * src/textview.c
1962         * src/textview.h
1963         * src/toolbar.c
1964         * src/toolbar.h
1965         * src/undo.c
1966         * src/undo.h
1967         * src/unmime.c
1968         * src/unmime.h
1969         * src/vcard.c
1970         * src/vcard.h
1971         * src/wizard.c
1972         * src/wizard.h
1973         * src/common/base64.c
1974         * src/common/base64.h
1975         * src/common/defs.h
1976         * src/common/hooks.c
1977         * src/common/hooks.h
1978         * src/common/log.c
1979         * src/common/log.h
1980         * src/common/mgutils.c
1981         * src/common/mgutils.h
1982         * src/common/nntp.c
1983         * src/common/nntp.h
1984         * src/common/passcrypt.c
1985         * src/common/passcrypt.h.in
1986         * src/common/plugin.c
1987         * src/common/plugin.h
1988         * src/common/prefs.c
1989         * src/common/prefs.h
1990         * src/common/progressindicator.c
1991         * src/common/progressindicator.h
1992         * src/common/quoted-printable.c
1993         * src/common/quoted-printable.h
1994         * src/common/session.c
1995         * src/common/session.h
1996         * src/common/smtp.c
1997         * src/common/smtp.h
1998         * src/common/socket.c
1999         * src/common/socket.h
2000         * src/common/ssl.c
2001         * src/common/ssl.h
2002         * src/common/ssl_certificate.c
2003         * src/common/ssl_certificate.h
2004         * src/common/stringtable.c
2005         * src/common/stringtable.h
2006         * src/common/template.c
2007         * src/common/template.h
2008         * src/common/timing.h
2009         * src/common/utils.c
2010         * src/common/utils.h
2011         * src/common/version.h.in
2012         * src/common/xml.c
2013         * src/common/xml.h
2014         * src/common/xmlprops.c
2015         * src/common/xmlprops.h
2016         * src/gtk/about.c
2017         * src/gtk/colorlabel.c
2018         * src/gtk/colorsel.c
2019         * src/gtk/colorsel.h
2020         * src/gtk/combobox.c
2021         * src/gtk/combobox.h
2022         * src/gtk/description_window.c
2023         * src/gtk/description_window.h
2024         * src/gtk/filesel.c
2025         * src/gtk/filesel.h
2026         * src/gtk/foldersort.c
2027         * src/gtk/foldersort.h
2028         * src/gtk/gtksctree.c
2029         * src/gtk/gtkutils.c
2030         * src/gtk/gtkutils.h
2031         * src/gtk/inputdialog.c
2032         * src/gtk/inputdialog.h
2033         * src/gtk/logwindow.c
2034         * src/gtk/logwindow.h
2035         * src/gtk/manage_window.c
2036         * src/gtk/manage_window.h
2037         * src/gtk/menu.c
2038         * src/gtk/menu.h
2039         * src/gtk/pluginwindow.c
2040         * src/gtk/pluginwindow.h
2041         * src/gtk/prefswindow.c
2042         * src/gtk/prefswindow.h
2043         * src/gtk/progressdialog.c
2044         * src/gtk/progressdialog.h
2045         * src/gtk/sslcertwindow.c
2046         * src/gtk/sslcertwindow.h
2047         * src/plugins/bogofilter/bogofilter.c
2048         * src/plugins/bogofilter/bogofilter.h
2049         * src/plugins/bogofilter/bogofilter_gtk.c
2050         * src/plugins/clamav/clamav_plugin.c
2051         * src/plugins/clamav/clamav_plugin.h
2052         * src/plugins/clamav/clamav_plugin_gtk.c
2053         * src/plugins/demo/demo.c
2054         * src/plugins/dillo_viewer/dillo_prefs.c
2055         * src/plugins/dillo_viewer/dillo_prefs.h
2056         * src/plugins/dillo_viewer/dillo_viewer.c
2057         * src/plugins/pgpcore/passphrase.c
2058         * src/plugins/pgpcore/passphrase.h
2059         * src/plugins/pgpcore/pgp_viewer.c
2060         * src/plugins/pgpcore/pgp_viewer.h
2061         * src/plugins/pgpcore/plugin.c
2062         * src/plugins/pgpcore/select-keys.c
2063         * src/plugins/pgpcore/select-keys.h
2064         * src/plugins/pgpcore/sgpgme.c
2065         * src/plugins/pgpcore/sgpgme.h
2066         * src/plugins/pgpinline/pgpinline.c
2067         * src/plugins/pgpinline/pgpinline.h
2068         * src/plugins/pgpinline/plugin.c
2069         * src/plugins/pgpmime/pgpmime.c
2070         * src/plugins/pgpmime/pgpmime.h
2071         * src/plugins/pgpmime/plugin.c
2072         * src/plugins/spamassassin/spamassassin.c
2073         * src/plugins/spamassassin/spamassassin.h
2074         * src/plugins/spamassassin/spamassassin_gtk.c
2075         * src/plugins/trayicon/trayicon.c
2076                 it's 2007, update the year in the copyright headers
2078 2007-01-03 [paul]       2.6.1cvs95
2080         * src/gtk/about.c
2081                 it is 2007, use it in the copyright string
2083 2007-01-03 [paul]       2.6.1cvs94
2085         * src/html.c
2086                 html entity conversion:
2087                 move &#153; to a more suitable place
2088                 add &bull; and &ndash;
2089                 make sure &mdash; and &#8212; are both
2090                 converted the same
2092 2007-01-02 [colin]      2.6.1cvs93
2094         * src/addrbook.c
2095                 Fix leak
2096         * src/common/plugin.c
2097                 Add comment
2098         * src/etpan/imap-thread.c
2099                 Fix warning
2101 2006-12-31 [paul]       2.6.1cvs92
2103         * src/prefs_summaries.c
2104                 use gtk_button_new_from_stock()
2106 2006-12-30 [colin]      2.6.1cvs91
2108         * src/folder.c
2109         * src/imap_gtk.c
2110         * src/mh_gtk.c
2111                 Don't update filtering and account paths 
2112                 when copying folders
2114 2006-12-30 [colin]      2.6.1cvs90
2116         * src/prefs_compose_writing.c
2117         * src/prefs_quote.c
2118         * src/prefs_template.c
2119                 Use message font for Writing and 
2120                 Quoting prefs, as well as Templates.
2122 2006-12-30 [colin]      2.6.1cvs89
2124         * src/prefs_summaries.c
2125                 Rework GUI; patch by Pawel
2127 2006-12-29 [colin]      2.6.1cvs88
2129         * src/prefs_folder_item.c
2130                 Fix bug 1085, 'Apply to subfolder 
2131                 doesn't work' - I was mistaken saying
2132                 it worked in every case
2134 2006-12-28 [colin]      2.6.1cvs87
2136         * src/gtk/gtkaspell.c
2137                 Don't assert if use_alternate is true
2138                 and alt_dictionary isn't set -- this 
2139                 is what happens on upgrade! Rather,
2140                 do with it.
2142 2006-12-28 [colin]      2.6.1cvs86
2144         * Makefile.am
2145                 Fix desktop/icon simplification
2147 2006-12-28 [colin]      2.6.1cvs85
2149         * Makefile.am
2150                 Make desktop and icon not 
2151                 dependant on the desktop
2153 2006-12-28 [wwp]        2.6.1cvs84
2155         * src/plugins/pgpmime/claws.def
2156                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2158 2006-12-28 [wwp]        2.6.1cvs83
2160         * src/prefs_folder_item.c
2161                 Fix coloring of "simplify subject regexp" (folder prefs),
2162                 which might be left to red whereas the regexp gets empty.
2164 2006-12-28 [wwp]        2.6.1cvs82
2166         * src/prefs_common.c
2167         * src/prefs_common.h
2168         * src/addressbook.c
2169         * src/addressitem.h
2170                 Save addressbook mainwindow's horizontal and vertical splitter position.
2172 2006-12-27 [wwp]        2.6.1cvs81
2174         * src/gtk/gtkaspell.c
2175         * src/gtk/gtkaspell.h
2176         * src/compose.c
2177                 Fix assignment of compose's default and alternate dictionary from
2178                 account or folder settings. Now gtkaspell_change_dict does rotate
2179                 dicts only when it's called from a menu cb.
2181 2006-12-27 [wwp]        2.6.1cvs80
2183         * src/folder_item_prefs.c
2184                 Fix randomly initialized default-alt-dictionary (folder prefs),
2185                 complete 2.6.1cvs72.
2187 2006-12-27 [paul]       2.6.1cvs79
2189         * src/imap_gtk.c
2190         * src/mh_gtk.c
2191                 Add Copy folder in the folder's contextual
2192                 menu
2194 2006-12-27 [wwp]        2.6.1cvs78
2196         * src/imap.c
2197                 Clean up session locking, thanks to Colin.
2199 2006-12-26 [colin]      2.6.1cvs77
2201         * src/statusbar.c
2202                 Revert previous patch
2204 2006-12-26 [colin]      2.6.1cvs76
2206         * src/folder.c
2207         * src/folderview.c
2208         * src/imap.c
2209         * src/statusbar.c
2210         * src/etpan/imap-thread.c
2211                 Fix previous commit warnings
2212                 Make statusbar update every second if total < 20
2213                 Make IMAP APPEND faster by simplifying log              
2215 2006-12-26 [colin]      2.6.1cvs75
2217         * src/folder.c
2218         * src/folder.h
2219         * src/folderview.c
2220         * src/folderview.h
2221         * src/imap_gtk.c
2222         * src/mh_gtk.c
2223                 Make it possible to copy folders accross
2224                 mailboxes (this was an arbitrary limitation).
2225                 Still make it impossible to move folders 
2226                 accross mailboxes.
2228 2006-12-26 [colin]      2.6.1cvs74
2230         * src/etpan/imap-thread.c
2231                 Fix bug 1081, 'claws-mail 
2232                 segfaults when going offline 
2233                 while it transfers mails via 
2234                 imap'
2236 2006-12-26 [colin]      2.6.1cvs73
2238         * src/folder_item_prefs.c
2239                 Don't forget alt dictionary when
2240                 renaming/moving folders
2242 2006-12-26 [wwp]        2.6.1cvs72
2244         * src/folder_item_prefs.c
2245                 Add missing defaults for per-folder alt dict
2246                 (forgotten in 2.6.1cvs61).
2248 2006-12-26 [colin]      2.6.1cvs71
2250         * src/wizard.c
2251                 Add tooltip to state that specifying
2252                 full path to mailbox is possible
2254 2006-12-26 [wwp]        2.6.1cvs70
2256         * src/partial_download.c
2257         * src/gtk/gtkvscrollbutton.c
2258         * src/plugins/pgpinline/plugin.c
2259                 Fix for few compiler warnings that matter.
2261 2006-12-25 [colin]      2.6.1cvs69
2263         * src/partial_download.c
2264                 Fix marking for download or deletion
2265                 when the header isn't the first
2266         * src/gtk/logwindow.c
2267                 Fix start of scrolling
2269 2006-12-23 [paul]       2.6.1cvs68
2271         * src/compose.c
2272                 change last commit to use the 'academic'
2273                 method instead. Thanks to wwp
2275 2006-12-23 [paul]       2.6.1cvs67
2277         * src/compose.c
2278                 don't warn about empty subject when
2279                 redirecting
2281 2006-12-22 [colin]      2.6.1cvs66
2283         * src/summary_search.c
2284                 Fix previous patch
2286 2006-12-22 [colin]      2.6.1cvs65
2288         * src/gtk/gtkutils.c
2289         * src/imap.c
2290         * src/jpilot.c
2291         * src/summary_search.c
2292                 A few warning fixes
2294 2006-12-23 [paul]       
2296         2.7.0-rc2 released
2298 2006-12-22 [colin]      2.6.1cvs64
2300         * src/toolbar.c
2301         * src/toolbar.h
2302                 Add a combo to the learn spam button
2303         * src/plugins/bogofilter/bogofilter.c
2304         * src/plugins/bogofilter/bogofilter_gtk.c
2305         * src/plugins/bogofilter/bogofilter.h
2306                 Allow to store Unsure mails in a specific
2307                 folder to make better teaching easier
2309 2006-12-21 [wwp]        2.6.1cvs63
2311         * src/compose.c
2312         * src/prefs_common.c
2313         * src/prefs_common.h
2314         * src/prefs_spelling.c
2315         * src/gtk/gtkaspell.c
2316         * src/gtk/gtkaspell.h
2317                 Allow spell-checking using both current and alternate dictionaries
2318                 (thanks to Colin).
2320 2006-12-21 [wwp]        2.6.1cvs62
2322         * src/gtk/gtkaspell.c
2323                 Apply recheck_when_changing_dict (highlight all mispelled words)
2324                 when switching to alternate dictionary.
2326 2006-12-21 [wwp]        2.6.1cvs61
2328         * src/compose.c
2329         * src/folder_item_prefs.h
2330         * src/prefs_common.c
2331         * src/prefs_common.h
2332         * src/prefs_folder_item.c
2333         * src/prefs_spelling.c
2334         * src/gtk/gtkaspell.c
2335         * src/gtk/gtkaspell.h
2336                 Add global and per-folder prefs to set the default
2337                 alternate dictionary.
2339 2006-12-21 [colin]      2.6.1cvs60
2341         * src/folder.c
2342                 Look for folders by path in all folders
2343         * src/html.c
2344                 add &mdash;
2346 2006-12-20 [colin]      2.6.1cvs59
2348         * src/gtk/quicksearch.c
2349                 Make sure in_typing is false when clearing
2351 2006-12-20 [wwp]        2.6.1cvs58
2353         * configure.ac
2354                 change manual's target dir to be LFH-compliant (thanks to Colin).
2356 2006-12-20 [wwp]        2.6.1cvs57
2358         * src/prefs_common.c
2359         * src/prefs_summaries.c
2360                 i18n fix and factorize patch, thanks to Fabien.
2362 2006-12-20 [paul]       2.6.1cvs56
2364         * configure.ac
2365                 last of the renaming (??)
2366         * src/main.c
2367                 correct --help info of --status-full
2368         * src/plugins/bogofilter/bogofilter.c
2369                 make FALSE default of whitelist_ab
2371 2006-12-19 [colin]      2.6.1cvs55
2373         * src/jpilot.c
2374                 Same as before, without depending on
2375                 pisock >= 0.12
2377 2006-12-19 [colin]      2.6.1cvs54
2379         * src/jpilot.c
2380                 Fix bug 1059, 'Better jpilot charset 
2381                 handling'. Use libpisync's charset conversion
2382                 if possible
2384 2006-12-19 [colin]      2.6.1cvs53
2386         * po/fr.po
2387                 Updated by Fabien
2389 2006-12-19 [wwp]        2.6.1cvs52
2391         * src/gtk/about.c
2392                 Add missing #include (thanks to Colin).
2394 2006-12-19 [wwp]        2.6.1cvs51
2396         * src/prefs_receive.c
2397                 Better spacing between widgets in prefs.
2399 2006-12-18 [colin]      2.6.1cvs50
2401         * src/imap.c
2402                 Fix failure to get separator on LIST "" ""
2403                 Try LIST "" "INBOX" too.
2405 2006-12-18 [wwp]        2.6.1cvs49
2407         * src/common/session.c
2408                 Fix a compiler warning (thanks to Fabien).
2410 2006-12-18 [wwp]        2.6.1cvs48
2412         * src/compose.c
2413         * src/prefs_quote.c
2414                 Factorize some strings for translation (it's about error
2415                 messages when applying or checking template/quote format).
2417 2006-12-18 [colin]      2.6.1cvs47
2419         * Makefile.am
2420         * src/common/defs.h
2421         * src/gtk/Makefile.am
2422         * src/gtk/about.c
2423                 Add a Release notes tab from the contents of
2424                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2426 2006-12-17 [colin]      2.6.1cvs46
2428         * src/mimeview.c
2429         * src/textview.c
2430         * src/gtk/filesel.c
2431                 Correctly convert from/to UTF8/filename encoding
2432                 when loading and saving files. Probably fixes
2433                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2434                 for a file to attach and is blocked...'
2436 2006-12-17 [colin]      2.6.1cvs45
2438         * src/gtk/logwindow.c
2439                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2440                 IMAP folder and is blocked on main thread': 
2441                 make sure we put utf8 in the log.
2443 2006-12-16 [colin]      2.6.1cvs44
2445         * src/toolbar.c
2446         * src/toolbar.h
2447                 Fix bug 1055, 'Add the 'cancel receive' 
2448                 in the available events for the toolbar buttons'
2450 2006-12-16 [colin]      2.6.1cvs43
2452         * po/POTFILES.in
2453         * src/imap.c
2454         * src/common/nntp.c
2455         * src/common/session.c
2456                 Log error when SSL handshakes fail. 
2457                 Fixes bug 1082, 'incorrect / imprecise 
2458                 error message when imap server provides 
2459                 ssl only through STARTTLS but SSL is 
2460                 selected'
2462 2006-12-15 [wwp]        2.6.1cvs42
2464         * src/plugins/bogofilter/bogofilter_gtk.c
2465                 set proper sensitivity to widgets I've recently added.
2467 2006-12-15 [colin]      
2469         2.7.0-rc1 released
2471 2006-12-15 [wwp]        2.6.1cvs41
2473         * src/plugins/bogofilter/bogofilter.c
2474         * src/plugins/bogofilter/bogofilter.h
2475         * src/plugins/bogofilter/bogofilter_gtk.c
2476                 bogofilter's whitelist can now use a subset of
2477                 the addressbook (either a book, a subfolder of a book,
2478                 or the whole addressbook by using "Any"). Re-used there
2479                 some pref_matcher widgets and mechanisms to match a subset
2480                 of the addressbook.
2482 2006-12-15 [wwp]        2.6.1cvs40
2484         * src/wizard.c
2485         * src/common/plugin.c
2486         * src/common/plugin.h
2487         * src/gtk/about.c
2488         * src/plugins/bogofilter/bogofilter.c
2489         * src/plugins/clamav/clamav_plugin.c
2490         * src/plugins/demo/demo.c
2491         * src/plugins/dillo_viewer/dillo_viewer.c
2492         * src/plugins/pgpcore/plugin.c
2493         * src/plugins/pgpinline/plugin.c
2494         * src/plugins/pgpmime/plugin.c
2495         * src/plugins/spamassassin/spamassassin.c
2496         * src/plugins/trayicon/trayicon.c
2497                 factorize some translatable strings (plugins-related),
2498                 fix missing punctuation in several places,
2499                 remove useless translatable \n in about.c,
2500                 and factorize plugin init code w/ a new function
2501                 check_plugin_version() in common/plugin.c.
2502                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2504 2006-12-15 [wwp]        2.6.1cvs39
2506         * src/plugins/bogofilter/bogofilter.c
2507         * src/plugins/bogofilter/bogofilter_gtk.c
2508                 flag whitelisted spams as spam, but don't filter it to the spam
2509                 folder. Thanks to Colin.
2511 2006-12-15 [ticho]      2.6.1cvs38
2513         * src/plugins/bogofilter/bogofilter.c
2514         * src/plugins/bogofilter/bogofilter.h
2515         * src/plugins/bogofilter/bogofilter_gtk.c
2516                 Add option to whitelist senders found in addressbook. Patch by colin.
2518 2006-12-15 [paul]       2.6.1cvs37
2520         * src/folderview.c
2521                 add missing #include "log.h"
2523 2006-12-15 [paul]       2.6.1cvs36
2525         * src/plugins/bogofilter/bogofilter.c
2526         * src/plugins/bogofilter/bogofilter.h
2527         * src/plugins/bogofilter/bogofilter_gtk.c
2528                 Add an option to allow inserting an
2529                 X-Claws-Bogosity header (on MH folders
2530                 only). Patch by Colin
2532 2006-12-14 [colin]      2.6.1cvs35
2534         * src/main.c
2535                 "Yes" should be the default choice for
2536                 migration configuration
2538 2006-12-14 [paul]       2.6.1cvs34
2540         * src/prefs_summaries.c
2541         * manual/advanced.xml
2542                 Unhide mark_as_read_delay
2544 2006-12-14 [paul]       2.6.1cvs33
2546         * src/messageview.c
2547         * src/messageview.h
2548         * src/mimeview.c
2549         * src/mimeview.h
2550         * src/summaryview.c
2551         * src/textview.c
2552         * src/textview.h
2553                 Fix printing of selection
2554                 Fix printing of message parts
2555                 Fix printing of images
2556         * src/gtk/gtksourceprintjob.c
2557                 Fix page count when there are images
2559 2006-12-14 [wwp]        2.6.1cvs32
2561         * src/mainwindow.c
2562         * src/summaryview.c
2563         * src/summaryview.h
2564         * src/gtk/quicksearch.c
2565                 fix quicksearch 'magnify' button status when QS is closed
2566                 using the Escape key, thanks to Colin.
2568 2006-12-14 [wwp]        2.6.1cvs31
2570         * src/mainwindow.c
2571         * src/summaryview.c
2572         * src/summaryview.h
2573         * src/gtk/quicksearch.c
2574                 fix quicksearch 'magnify' button status when QS is closed
2575                 using the Escape key, thanks to Colin.
2577 2006-12-13 [colin]      2.6.1cvs30
2579         * src/ldapquery.c
2580         * src/ldaputil.c
2581                 Use the binary safe version of ldap_get_values,
2582                 to make sure we manipulate null-terminated 
2583                 strings. Maybe fixes bug 1075, 'claws mail 
2584                 segfault when completing ldap adresses'
2585         * src/syldap.c ** REMOVED **
2586         * src/syldap.h ** REMOVED **
2587                 Remove dead files
2589 2006-12-13 [mones]      2.6.1cvs29
2591         * po/es.po
2592                 Fixed piped strings, fixed click translation
2594 2006-12-13 [paul]       2.6.1cvs28
2596         * src/main.c
2597                 don't translate these strings
2599 2006-12-13 [paul]       2.6.1cvs27
2601         * po/en_GB.po
2602                 updated
2604 2006-12-13 [colin]      2.6.1cvs26
2606         * src/main.c
2607         * src/main.h
2608                 Add claws_is_starting()
2610 2006-12-13 [mones]      2.6.1cvs25
2612         * manual/es/advanced.xml
2613         * po/es.po
2614                 Synced manual and updated translation
2616 2006-12-12 [colin]      2.6.1cvs24
2618         * src/wizard.c
2619                 Add an option to use STARTTLS in the
2620                 welcome wizard. Fixes bug 1080, 
2621                 'Using SSL option in wizard for incoming 
2622                 server does not activate SSL with STARTTLS'
2624 2006-12-12 [colin]      2.6.1cvs23
2626         * src/main.c
2627                 Don't exit when there's an incomplete
2628                 mailbox configured - leaves a chance 
2629                 to fix a failing IMAP account. Exit
2630                 if no mailbox at all is loaded (case
2631                 of missing plugin).
2632                 Completes bug 1077's fix (I was wrong
2633                 in this bug's comment #3).
2635 2006-12-12 [colin]      2.6.1cvs22
2637         * src/gtk/menu.h
2638                 Add another menu data type
2639         * src/prefs_account.c
2640                 Complete the completion of bug 1076
2641                 (doesn't lose the pref on apply)
2643 2006-12-12 [paul]       2.6.1cvs21
2645         * src/prefs_account.c
2646                 complete the fix of bug 1076
2647                 also be more verbose with the text
2649 2006-12-12 [paul]       2.6.1cvs20
2651         * src/gtk/combobox.c
2652                 fix compilation warning
2654 2006-12-11 [colin]      2.6.1cvs19
2656         * src/wizard.c
2657                 Document :port in server entry tooltips
2659 2006-12-11 [colin]      2.6.1cvs18
2661         * src/main.c
2662                 Fix compile
2664 2006-12-11 [colin]      2.6.1cvs17
2666         * src/main.c
2667                 Add failing IMAP as a reason for no
2668                 mailbox
2670 2006-12-11 [colin]      2.6.1cvs16
2672         * src/prefs_account.c
2673                 Check for existence of inbox for local
2674                 accounts too
2675         * src/wizard.c
2676                 Allow setting the port to use for servers
2677                 by using the usual "server.example.com:port"
2678                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2679                 not start when IMAP server is unavailable'
2681 2006-12-11 [colin]      2.6.1cvs15
2683         * src/prefs_account.c
2684                 Prevent use of non-existing default inbox
2686 2006-12-11 [colin]      2.6.1cvs14
2688         * src/prefs_account.c
2689                 Fix sensitivity. Fixes bug 1076, 'privacy 
2690                 options are displayed even when pgp plugin 
2691                 not loaded / available'
2693 2006-12-09 [colin]      2.6.1cvs13
2695         * manual/advanced.xml
2696         * src/prefs_common.c
2697         * src/prefs_common.h
2698         * src/common/ssl_certificate.c
2699                 Add a new hidden preference, 'unsafe_ssl_certs',
2700                 which allows to store multiple certificates per
2701                 server/port. This is disabled by default because
2702                 it's less secure (presenting a new certificate
2703                 instead of a changed one raises less alarms).
2704                 This will cause Claws to ask about an unknown
2705                 certificate for people who have used 2.6.1cvs8
2706                 or greater.
2708 2006-12-09 [colin]      2.6.1cvs12
2710         * src/action.c
2711                 Fix cache updating after action
2713 2006-12-07 [wwp]        2.6.1cvs11
2715         * src/compose.c
2716                 fix email address comparison when replying to all
2717                 (avoid replying to ourselves), thanks to Colin.
2719 2006-12-06 [paul]       2.6.1cvs10
2721         * src/addrharvest.c
2722         * src/editldap.c
2723         * src/expldifdlg.c
2724         * src/news.c
2725         * src/toolbar.c
2726         * src/common/utils.c
2727                 ...and more renaming
2728                 Thanks to Colin
2730 2006-12-06 [paul]       2.6.1cvs9
2732         * src/compose.c
2733         * src/messageview.c
2734         * src/procheader.c
2735         * src/procmime.c
2736         * src/procmsg.c
2737         * src/textview.c
2738                 more renaming
2739                 Thanks to Colin
2741 2006-12-06 [colin]      2.6.1cvs8
2743         * src/ssl_manager.c
2744         * src/common/ssl_certificate.c
2745         * src/common/ssl_certificate.h
2746                 Handle multiple certificates per host/port
2748 2006-12-06 [colin]      2.6.1cvs7
2750         * src/etpan/imap-thread.c
2751                 Fix certificate checking on IMAP
2753 2006-12-06 [colin]      2.6.1cvs6
2755         * src/folderview.c
2756                 Fix bug 1072, 'Claws stops fetching newsgroups 
2757                 from server when newsgroup got deleted': continue
2758                 checking other groups
2760 2006-12-05 [wwp]        2.6.1cvs5
2762         * src/message_search.c
2763         * src/summary_search.c
2764         * src/gtk/combobox.c
2765         * src/gtk/combobox.h
2766         * src/gtk/gtkutils.c
2767         * src/gtk/gtkutils.h
2768                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2769                 behave like w/ old comboboxes (summary and message search only).
2771 2006-12-05 [paul]       2.6.1cvs4
2773         * src/wizard.c
2774                 encode headers
2775                 Thanks to Colin
2777 2006-12-05 [paul]       2.6.1cvs3
2779         * tools/README
2780         * tools/textviewer.pl
2781                 script updated and description added
2783 2006-12-04 [colin]      2.6.1cvs2
2785         * src/compose.c
2786                 Run pre-send hook only when checking
2787                 everything
2789 2006-12-04 [paul]       2.6.1cvs1
2791         * NEWS
2792         * README
2793         * RELEASE_NOTES
2794         * configure.ac
2795         * tools/README
2796                 bump up version number following stable release
2798 2006-12-04 [paul]       2.6.0cvs83
2800         * README
2801                 updates and corrections
2803 2006-12-04 [colin]      2.6.0cvs82
2805         * src/common/utils.c
2806                 Probably fix bug 1066, 'Incorrect mailbox 
2807                 size displayed'
2809 2006-12-04 [colin]      2.6.0cvs81
2811         * src/common/utils.c
2812                 Trim tabs from mailcap file too.
2814 2006-12-02 [paul]       2.6.0cvs80
2816         * src/exphtmldlg.c
2817                 fix broken GUI under certain languages
2818         * src/expldifdlg.c
2819                 put the Cancel button to the right
2821 2006-12-01 [paul]       2.6.0cvs79
2823         * tools/Makefile.am
2824                 remove reference to removed file
2826 2006-12-01 [wwp]        2.6.0cvs78
2828         * src/addressbook.c
2829         * src/editaddress.c
2830                 remove forgotten debug statements.
2832 2006-12-01 [wwp]        2.6.0cvs77
2834         * manual/advanced.xml
2835         * manual/fr/advanced.xml
2836         * src/addressbook.c
2837         * src/addressbook.h
2838         * src/addressitem.h
2839         * src/editaddress.c
2840         * src/editaddress.h
2841         * src/prefs_common.c
2842         * src/prefs_common.h
2843         * src/gtk/gtkutils.c
2844         * src/gtk/gtkutils.h
2845                 add a hidden option to allow embedding the editaddress (edit contact details)
2846                 dialog into the addressbook's window. This doesn't change the default
2847                 behaviour.
2849 2006-12-01 [wwp]        2.6.0cvs76
2851         * src/message_search.c
2852         * src/summary_search.c
2853                 fix more focus issues (don't set focus to combobox's entry widget when
2854                 entry's value changed, if entry widget has focus already).
2856 2006-12-01 [wwp]        2.6.0cvs75
2858         * src/gtk/quicksearch.c
2859                 revert last changes to the quicksearch gtk_combo_box, this needs more
2860                 tuning and testing.
2862 2006-12-01 [paul]       2.6.0cvs74
2864         * tools/kdeservicemenu/README
2865         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2866         * tools/kdeservicemenu/install.sh
2867         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2868         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2869                 simplify this stuff, and in so doing,
2870                 fix it. (possibly re-extend it again at
2871                 a later date)
2873 2006-12-01 [wwp]        2.6.0cvs73
2875         * src/gtk/quicksearch.c
2876                 adapt quicksearch code to use modern gtk_combo_box'es.
2878 2006-12-01 [wwp]        2.6.0cvs72
2880         * src/common/defs.h
2881         * src/prefs_common.c
2882         * src/prefs_common.h
2883         * src/message_search.c
2884         * src/summary_search.c
2885         * src/gtk/combobox.c
2886         * src/gtk/combobox.h
2887                 add history combos to all message and summary search fields.
2889 2006-12-01 [wwp]        2.6.0cvs71
2891         * src/summaryview.c
2892                 As the list may change while the mark as read delay
2893                 runs, we can't rely on the 'row' pointer, which can
2894                 be invalid when the timeout is called. As the mark
2895                 as read is only done if the message is still selected,
2896                 use summaryview->selected instead. Thanks to Colin.
2898 2006-11-30 [paul]       2.6.0cvs70
2900         * src/textview.c
2901                 give emphasis to "Sylpheed-Claws"
2902                 as well as "Claws Mail"
2904 2006-11-30 [colin]      2.6.0cvs69
2906         * src/wizard.c
2907                 Put the SSL checkboxes in the receiving
2908                 and sending server pages.
2910 2006-11-29 [colin]      2.6.0cvs68
2912         * src/gtk/gtkutils.c
2913         * src/gtk/gtkvscrollbutton.c
2914                 Revert some deprecated fixes - they seem to
2915                 deprecate stuff as soon as a new one gets out.
2916                 g_object_ref_sink needed glib-2.10.
2918 2006-11-29 [colin]      2.6.0cvs67
2920         * src/common/utils.c
2921                 Create .mailcap if it doesn't exist
2923 2006-11-29 [colin]      2.6.0cvs66
2925         * src/compose.c
2926                 Followup to cvs60: use original list
2927                 of recipients if replying to a mail
2928                 in Sent Drafts or Queue.
2930 2006-11-27 [paul]       2.6.0cvs65
2932         * src/image_viewer.c
2933                 revert the last change for now (it's broken)
2935 2006-11-27 [paul]       2.6.0cvs64
2937         * Makefile.am
2938         * configure.ac
2939         * m4/aclocal-include.m4
2940         * m4/check-type.m4
2941         * src/Makefile.am
2942         * src/addr_compl.c
2943         * src/compose.c
2944         * src/crash.c
2945         * src/export.c
2946         * src/exporthtml.c
2947         * src/exportldif.c
2948         * src/imap.c
2949         * src/import.c
2950         * src/main.c
2951         * src/main.h
2952         * src/matcher.c
2953         * src/mimeview.c
2954         * src/procmsg.c
2955         * src/textview.c
2956         * src/common/Makefile.am
2957         * src/common/claws.c
2958         * src/common/claws.h
2959         * src/common/ssl.c
2960         * src/common/sylpheed.c
2961         * src/common/sylpheed.h
2962         * src/etpan/Makefile.am
2963         * src/gtk/Makefile.am
2964         * src/gtk/claws-marshal.list
2965         * src/gtk/filesel.c
2966         * src/gtk/gtksctree.c
2967         * src/gtk/quicksearch.c
2968         * src/gtk/sylpheed-marshal.list
2969         * src/plugins/bogofilter/bogofilter.c
2970         * src/plugins/bogofilter/bogofilter_gtk.c
2971         * src/plugins/clamav/clamav_plugin.c
2972         * src/plugins/clamav/clamav_plugin_gtk.c
2973         * src/plugins/demo/demo.c
2974         * src/plugins/dillo_viewer/dillo_viewer.c
2975         * src/plugins/pgpcore/Makefile.am
2976         * src/plugins/pgpcore/claws.def
2977         * src/plugins/pgpcore/pgp_viewer.c
2978         * src/plugins/pgpcore/plugin.c
2979         * src/plugins/pgpcore/sylpheed.def
2980         * src/plugins/pgpinline/Makefile.am
2981         * src/plugins/pgpinline/claws.def
2982         * src/plugins/pgpinline/plugin.c
2983         * src/plugins/pgpinline/sylpheed.def
2984         * src/plugins/pgpmime/Makefile.am
2985         * src/plugins/pgpmime/claws.def
2986         * src/plugins/pgpmime/plugin.c
2987         * src/plugins/pgpmime/sylpheed.def
2988         * src/plugins/spamassassin/spamassassin.c
2989         * src/plugins/spamassassin/spamassassin_gtk.c
2990         * src/plugins/trayicon/trayicon.c
2991                 yet more renaming
2992                 remove deprecated gtk_tooltips_set_delay()
2994 2006-11-26 [paul]       2.6.0cvs63
2996         * src/expldifdlg.c
2997         * src/folderview.c
2998         * src/image_viewer.c
2999         * src/mainwindow.c
3000         * src/gtk/gtkutils.c
3001         * src/gtk/gtkvscrollbutton.c
3002         * src/gtk/prefswindow.c
3003         * src/plugins/pgpcore/prefs_gpg.c
3004                 replace more deprecated GTK+ functions
3006 2006-11-26 [paul]       2.6.0cvs62
3008         * src/addr_compl.c
3009         * src/addressbook.c
3010         * src/browseldap.c
3011                 replace deprecated gtk_idle_... functions
3013 2006-11-26 [paul]       2.6.0cvs61
3015         * src/compose.c
3016         * src/folderview.c
3017         * src/inc.c
3018         * src/summaryview.c
3019         * src/gtk/gtkvscrollbutton.c
3020         * src/gtk/quicksearch.c
3021         * src/plugins/pgpcore/passphrase.c
3022                 replace deprecated gtk_timeout_add and
3023                 gtk_timeout_remove
3025 2006-11-26 [paul]       2.6.0cvs60
3027         * src/compose.c
3028                 fix bug that caused the wrong recipient
3029                 to be selected when replying to a msg
3030                 which is From one of our accounts to
3031                 another of our accounts
3033 2006-11-25 [paul]       2.6.0cvs59
3035         * src/summaryview.c
3036                 don't change the From column title to
3037                 To if the To column is visible
3039 2006-11-24 [paul]       2.6.0cvs58
3041         * src/compose.c
3042                 fix bug 1069, 'Sent mails disappear, BCC
3043                 or locking problem?'
3045 2006-11-21 [wwp]        2.6.0cvs57
3047         * src/compose.c
3048                 fix spelling menu when replying (same as 2.3.1cvs39):
3049                 discrepancy between context menu and top menu when
3050                 folder's dictionary isn't the default one.
3052 2006-11-19 [paul]       2.6.0cvs56
3054         * src/summaryview.c
3055                 obey always_show_msg option when
3056                 marking as spam
3057         * src/plugins/bogofilter/bogofilter.c
3058                 fix typo
3060 2006-11-18 [paul]       2.6.0cvs55
3062         * AUTHORS
3063         * README
3064         * debian/copyright
3065         * manual/ack.xml
3066         * manual/es/ack.xml
3067         * manual/fr/ack.xml
3068         * manual/pl/ack.xml
3069         * src/gtk/authors.h
3070         * src/gtk/icon_legend.c
3071         * src/gtk/icon_legend.h
3072         * tools/OOo2claws-mail.pl
3073         * tools/README
3074         * tools/acroread2claws-mail.pl
3075         * tools/claws.i18n.status.pl
3076         * tools/filter_conv.pl
3077         * tools/filter_conv_new.pl
3078         * tools/freshmeat_search.pl
3079         * tools/google_search.pl
3080         * tools/kmail2claws-mail.pl
3081         * tools/kmail2claws-mail_v2.pl
3082         * tools/maildir2claws-mail.pl
3083         * tools/make.themes.project
3084         * tools/multiwebsearch.pl
3085         * tools/outlook2claws-mail.pl
3086         * tools/tb2claws-mail
3087         * tools/kdeservicemenu/README
3088         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3089                 update mine and wwp's email addresses in
3090                 several places
3091                 Patch by wwp
3092         * src/prefs_compose_writing.c
3093                 set sensitivity on 'new message format' frame
3095 2006-11-17 [paul]       2.6.0cvs54
3097         * src/gtk/about.c
3098                 more reworking of the GUI
3099                 Patch by Fabien Vantard
3101 2006-11-16 [paul]       2.6.0cvs53
3103         * src/gtk/about.c
3104                 set a minimum size for the window, allow
3105                 it to automatically expand as necessary
3107 2006-11-16 [wwp]        2.6.0cvs52
3109         * src/gtk/about.c
3110                 better wrap of copyright info on some systems.
3112 2006-11-16 [paul]       2.6.0cvs51
3114         * src/gtk/about.c
3115                 move the tech info from the upper panel
3116                 to the Info tab
3117                 use a gtk_text_view for the features tab
3119 2006-11-16 [paul]       2.6.0cvs50
3121         * po/Makevars
3122                 update my email address
3123         * src/addressbook.c
3124         * src/compose.c
3125         * src/imap_gtk.c
3126         * src/mh_gtk.c
3127         * src/news_gtk.c
3128         * src/summaryview.c
3129         * src/plugins/trayicon/trayicon.c
3130                 don't offer simple menu separators
3131                 for translation
3132         * src/folderview.c
3133                 add separator between 'mark all read'
3134                 and 'search folder'
3136 2006-11-15 [wwp]        2.6.0cvs49
3138         * src/gtk/authors.h
3139                 updated manuals authors.
3141 2006-11-14 [paul]       2.6.0cvs48
3143         * src/compose.c
3144                 Fix Options/Reply mode after draft save
3146 2006-11-14 [paul]       2.6.0cvs47
3148         * src/Makefile.am
3149                 Fix make DESTDIR=...
3150         * src/mbox.c
3151                 Optimise speed
3152         * src/plugins/pgpinline/pgpinline.c
3153                 Probably fix bug 1061
3155 2006-11-14 [paul]       2.6.0cvs46
3157         * po/Makevars
3158                 enable Q_ macro
3159         * src/Makefile.am
3160         * src/stock_pixmap.c
3161         * src/stock_pixmap.h
3162         * src/gtk/about.c
3163         * src/pixmaps/active.xpm
3164         * src/pixmaps/inactive.xpm
3165                 add a new page, 'Features', to the About dialog
3166                 showing which features are compiled in and which
3167                 are not
3169 2006-11-14 [paul]       2.6.0cvs45
3171         * po/ru.po
3172                 updated by Pavlo Bohmat
3174 2006-11-14 [colin]      2.6.0cvs44
3176         * src/compose.c
3177         * src/inc.c
3178         * src/messageview.c
3179         * src/news.c
3180         * src/pop.c
3181         * src/procmsg.c
3182         * src/gtk/gtkaspell.c
3183                 Fix 64-bit-related warnings
3184         * src/ssl_manager.c
3185                 Fix possible infinite loop
3186         * src/plugins/pgpcore/sgpgme.c
3187                 Remove useless check
3189 2006-11-13 [colin]      2.6.0cvs43
3191         * src/gtk/Makefile.am
3192                 authors.h isn't generated
3194 2006-11-13 [colin]      2.6.0cvs42
3196         * src/plugins/pgpinline/pgpinline.c
3197         * src/plugins/pgpmime/pgpmime.c
3198                 Very probably fix bug 1061, 'crash on 
3199                 opening signed email'. Another cast
3200                 problem
3202 2006-11-13 [colin]      2.6.0cvs41
3204         * src/plugins/pgpcore/sgpgme.c
3205                 Maybe fix bug 1061, 'crash on opening 
3206                 signed email'
3208 2006-11-13 [wwp]        2.6.0cvs40
3210         * src/plugins/pgpinline/pgpinline.c
3211                 fix candidate for bug #1057, thanks to Colin.
3213 2006-11-13 [wwp]        2.6.0cvs39
3215         * src/compose.c
3216         * src/quote_fmt_parse.y
3217                 fix bug 1052: current parser buffer was not always 
3218                 allocated, ptr to this buffer could be returned as 
3219                 NULL whereas no parser error has occurred. in 
3220                 consequence, defining a template body as "%d" 
3221                 (w/o the quotes) for the first time of the instance 
3222                 of claws-mail, was reporting a parser error. make 
3223                 sure that the buffer is always allocated, even to 
3224                 an empty string.
3225                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3226                 unescaping of the fmt string was always done 
3227                 whereas it must be done *only* when receiving 
3228                 quote format strings issued from the prefs 
3229                 (compose new message, reply, forward, redirect 
3230                 formats), *not* when applying templates.  in 
3231                 consequences, applying templates w/ sequences 
3232                 like \\|p{echo} were failing. make sure that 
3233                 unescaping is done only when necessary.
3235 2006-11-12 [colin]      2.6.0cvs38
3237         * po/de.po
3238                 Fix typo (s/KB/MB)
3240 2006-11-12 [colin]      2.6.0cvs37
3242         * src/plugins/pgpinline/pgpinline.c
3243         * src/plugins/pgpmime/pgpmime.c
3244                 Release GPG context at the latest 
3245                 possible moment. Maybe fixes 
3246                 bug 1057, 'crash on sending signed 
3247                 message to a newsgroup'
3248                 
3250 2006-11-12 [colin]      2.6.0cvs36
3252         * src/plugins/pgpcore/sgpgme.c
3253                 Tell a bit more when gpg's status doesn't
3254                 contain any signature
3256 2006-11-12 [colin]      2.6.0cvs35
3258         * src/compose.c
3259                 Fix bug 1060, 'compilation error with 
3260                 Irix's cc'
3262 2006-11-12 [paul]       2.6.0cvs34
3264         * doc/man/claws-mail.1
3265         * src/prefs_gtk.c
3266         * src/plugins/clamav/README
3267         * src/plugins/spamassassin/README
3268         * tools/README
3269         * tools/freshmeat_search.pl
3270         * tools/google_search.pl
3271         * tools/multiwebsearch.pl
3272                 more renaming
3273         * src/plugins/trayicon/trayicon.c
3274                 fix compiliation warning
3276 2006-11-11 [colin]      2.6.0cvs33
3278         * src/folderview.c
3279                 Forbid drag and drop from/to different
3280                 folders of type F_UNKNOWN
3282 2006-11-11 [colin]      2.6.0cvs32
3284         * src/plugins/pgpinline/pgpinline.c
3285                 Fix typo in previous commit:
3286                 - gpgme_new(&ctx);
3287                 + if ((err = gpgme_new(&data->ctx)) ...)
3289 2006-11-11 [colin]      2.6.0cvs31
3291         * src/plugins/pgpinline/pgpinline.c
3292         * src/plugins/pgpmime/pgpmime.c
3293                 Check success after calling gpgme_new
3294                 Maybe fixes bug 1057, 'crash on sending 
3295                 signed message to a newsgroup'
3297 2006-11-11 [colin]      2.6.0cvs30
3299         * src/undo.c
3300                 init undostruct to 0s (from
3301                 valgrind log of bug 1057)
3303 2006-11-10 [colin]      2.6.0cvs29
3305         * src/mainwindow.c
3306                 Set cursor to wait before filtering
3307                 duplicates in all folders
3308         * src/plugins/bogofilter/bogofilter.c
3309         * src/plugins/bogofilter/bogofilter.h
3310         * src/plugins/bogofilter/bogofilter_gtk.c
3311                 Completely thread away the bogofilter
3312                 filtering
3314 2006-11-10 [mones]      2.6.0cvs28
3316         * src/compose.c
3317         * src/compose.h
3318                 added COMPOSE_CHECK_BEFORE_SEND hook
3320 2006-11-10 [paul]       2.6.0cvs27
3322         * src/crash.c
3323                 more renaming
3324                 add libSM to get_compiled_in_features()
3325         * src/main.c
3326                 more renaming
3328 2006-11-10 [colin]      2.6.0cvs26
3330         * src/etpan/imap-thread.c
3331                 Add a reference to libetpan's sasl engine
3332                 so that sasl_done() doesn't get called by
3333                 libetpan, and doesn't break openssl.
3334                 Should fix bug 1053, 'SC fails to reestablish 
3335                 a secure connection'
3336                 Patch by Hoa
3338 2006-11-10 [colin]      2.6.0cvs25
3340         * manual/addrbook.xml
3341         * manual/advanced.xml
3342         * manual/faq.xml
3343         * manual/intro.xml
3344                 Some more renaming
3346 2006-11-09 [colin]      2.6.0cvs24
3348         * src/plugins/bogofilter/bogofilter_gtk.c
3349                 Add comment about annoyance
3351 2006-11-09 [colin]      2.6.0cvs23
3353         * src/plugins/bogofilter/bogofilter.c
3354         * src/plugins/bogofilter/bogofilter_gtk.c
3355                 Prepare things needed to thread bogofilter
3356                 filtering: separate bogo stuff and possible GUI
3357                 stuff. 
3359 2006-11-09 [colin]      2.6.0cvs22
3361         * src/account.c
3362         * src/compose.c
3363                 Search for one of our accounts in Delivered-To
3364                 (helps for auto-account selection when 
3365                  replying/forwarding)
3366         * src/folderview.c
3367         * src/mainwindow.c
3368         * src/mainwindow.h
3369         * src/plugins/trayicon/trayicon.c
3370                 Allow opening a new mail with any account from
3371                 the contextual menu
3373 2006-11-09 [wwp]        2.6.0cvs21
3375         * src/compose.c
3376         * src/prefs_common.c
3377         * src/prefs_common.h
3378         * src/prefs_compose_writing.c
3379                 add a compose new message format (in prefs/compose/writing), it's a
3380                 simple subject+body template to use when opening a new composition
3381                 window. It's similar to the existent reply and forward formats.
3383                 enhanced the template/format % symbols substitution mechanism to
3384                 use current composition window information when % are used in
3385                 the compose new message format or in templates applied to new
3386                 messages (there were useless in that situations before). When
3387                 applied to new messages, %d corresponds to the system time/date.
3389 2006-11-09 [paul]       2.6.0cvs20
3391         * src/gtk/authors.h
3392                 fix last commit
3394 2006-11-09 [paul]       2.6.0cvs19
3396         * src/gtk/authors.h
3397                 keep tje alphabetical order
3399 2006-11-08 [colin]      2.6.0cvs18
3401         * src/etpan/imap-thread.c
3402                 Fix bug 1054, 'Slowness logging big 
3403                 data chunks'
3405 2006-11-08 [paul]       2.6.0cvs17
3407         * tools/Makefile.am
3408                 fix the renaming
3410 2006-11-08 [paul]       2.6.0cvs16
3412         * src/common/defs.h
3413                 update BUGZILLA_URI
3415 2006-11-08 [paul]       2.6.0cvs15
3417         * tools/Makefile.am
3418         * tools/OOo2claws-mail.pl
3419         * tools/OOo2sylpheed.pl
3420         * tools/README
3421         * tools/acroread2claws-mail.pl
3422         * tools/acroread2sylpheed.pl
3423         * tools/kmail2claws-mail.pl
3424         * tools/kmail2claws-mail_v2.pl
3425         * tools/kmail2sylpheed.pl
3426         * tools/kmail2sylpheed_v2.pl
3427         * tools/maildir2claws-mail.pl
3428         * tools/maildir2sylpheed.pl
3429         * tools/nautilus2claws-mail.sh
3430         * tools/nautilus2sylpheed.sh
3431         * tools/outlook2claws-mail.pl
3432         * tools/outlook2sylpheed.pl
3433         * tools/tb2claws-mail
3434         * tools/tb2sylpheed
3435         * tools/tbird2claws.py
3436         * tools/tbird2syl.py
3437         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3438         * tools/kdeservicemenu/install.sh
3439         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3440         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3441         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3442         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3443         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3444                 renamed (removed, added) tools files
3446 2006-11-08 [paul]       2.6.0cvs14
3448         * src/main.c
3449         * src/common/defs.h
3450                 Migrate sylpheedrc to clawsrc, and fix the standard
3451                 plugins path in the process
3453 2006-11-07 [colin]      2.6.0cvs13
3455         * src/Makefile.am
3456                 Symlink sylpheed-claws relative to 
3457                 claws-mail
3459 2006-11-07 [colin]      2.6.0cvs12
3461         * src/compose.c
3462                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3464 2006-11-07 [paul]       2.6.0cvs11
3466         * src/gtk/about.c
3467                 Fix a missed occurence of
3468                 Sylpheed-Claws
3470 2006-11-07 [paul]       2.6.0cvs10
3472         * src/Makefile.am
3473                 Fix symlink installation
3475 2006-11-07 [paul]       2.6.0cvs9
3477         * src/Makefile.am
3478                 Symlink claws-mail to sylpheed-claws
3479         * src/common/utils.c
3480                 Fix migrating symlinks
3481         * src/etpan/imap-thread.c
3482                 check certificate only when there's
3483                 no error
3485 2006-11-07 [paul]       2.6.0cvs8
3487         * Makefile.am
3488                 Fix icon breakages with Gtk, which needs a 
3489                 cache updated to see them.
3491 2006-11-07 [paul]       2.6.0cvs7
3493         * .cvsignore
3494         * AUTHORS
3495         * COPYING
3496         * INSTALL
3497         * Makefile.am
3498         * NEWS
3499         * README
3500         * RELEASE_NOTES
3501         * autogen.sh
3502         * claws-mail-128x128.png
3503         * claws-mail-64x64.png
3504         * claws-mail.ico
3505         * claws-mail.pc.in
3506         * claws-mail.png
3507         * configure.ac
3508         * sylpheed-claws-128x128.png
3509         * sylpheed-claws-64x64.png
3510         * sylpheed-claws.desktop
3511         * sylpheed-claws.ico
3512         * sylpheed-claws.pc.in
3513         * sylpheed-claws.png
3514         * debian/README.Debian
3515         * debian/changelog
3516         * debian/claws-mail.desktop
3517         * debian/claws-mail.menu
3518         * debian/claws-mail.postinst.debhelper
3519         * debian/claws-mail.postrm.debhelper
3520         * debian/control
3521         * debian/copyright
3522         * debian/files
3523         * debian/rules
3524         * debian/sylpheed-claws.desktop
3525         * debian/sylpheed-claws.menu
3526         * debian/sylpheed-claws.postinst.debhelper
3527         * debian/sylpheed-claws.postrm.debhelper
3528         * doc/man/Makefile.am
3529         * doc/man/claws-mail.1
3530         * doc/man/sylpheed-claws.1
3531         * doc/src/ChangeLog.claws-pre0.8.0
3532         * manual/Makefile.am
3533         * manual/account.xml
3534         * manual/ack.xml
3535         * manual/addrbook.xml
3536         * manual/advanced.xml
3537         * manual/claws-mail-manual.xml
3538         * manual/faq.xml
3539         * manual/glossary.xml
3540         * manual/handling.xml
3541         * manual/intro.xml
3542         * manual/keyboard.xml
3543         * manual/plugins.xml
3544         * manual/starting.xml
3545         * manual/sylpheed-claws-manual.xml
3546         * manual/xml2pdf
3547         * manual/dist/.cvsignore
3548         * manual/dist/html/.cvsignore
3549         * manual/dist/html/Makefile.am
3550         * manual/dist/pdf/.cvsignore
3551         * manual/dist/pdf/Makefile.am
3552         * manual/dist/ps/.cvsignore
3553         * manual/dist/ps/Makefile.am
3554         * manual/dist/txt/.cvsignore
3555         * manual/dist/txt/Makefile.am
3556         * manual/es/Makefile.am
3557         * manual/es/advanced.xml
3558         * manual/es/claws-mail-manual.xml
3559         * manual/es/faq.xml
3560         * manual/es/glossary.xml
3561         * manual/es/handling.xml
3562         * manual/es/intro.xml
3563         * manual/es/plugins.xml
3564         * manual/es/sylpheed-claws-manual.xml
3565         * manual/es/dist/.cvsignore
3566         * manual/es/dist/html/.cvsignore
3567         * manual/es/dist/html/Makefile.am
3568         * manual/es/dist/pdf/.cvsignore
3569         * manual/es/dist/pdf/Makefile.am
3570         * manual/es/dist/ps/.cvsignore
3571         * manual/es/dist/ps/Makefile.am
3572         * manual/es/dist/txt/.cvsignore
3573         * manual/es/dist/txt/Makefile.am
3574         * manual/fr/Makefile.am
3575         * manual/fr/account.xml
3576         * manual/fr/ack.xml
3577         * manual/fr/addrbook.xml
3578         * manual/fr/advanced.xml
3579         * manual/fr/claws-mail-manual.xml
3580         * manual/fr/faq.xml
3581         * manual/fr/glossary.xml
3582         * manual/fr/handling.xml
3583         * manual/fr/intro.xml
3584         * manual/fr/keyboard.xml
3585         * manual/fr/plugins.xml
3586         * manual/fr/starting.xml
3587         * manual/fr/sylpheed-claws-manual.xml
3588         * manual/fr/dist/.cvsignore
3589         * manual/fr/dist/html/.cvsignore
3590         * manual/fr/dist/html/Makefile.am
3591         * manual/fr/dist/pdf/.cvsignore
3592         * manual/fr/dist/pdf/Makefile.am
3593         * manual/fr/dist/ps/.cvsignore
3594         * manual/fr/dist/ps/Makefile.am
3595         * manual/fr/dist/txt/.cvsignore
3596         * manual/fr/dist/txt/Makefile.am
3597         * manual/pl/Makefile.am
3598         * manual/pl/account.xml
3599         * manual/pl/ack.xml
3600         * manual/pl/addrbook.xml
3601         * manual/pl/advanced.xml
3602         * manual/pl/claws-mail-manual.xml
3603         * manual/pl/faq.xml
3604         * manual/pl/glossary.xml
3605         * manual/pl/handling.xml
3606         * manual/pl/intro.xml
3607         * manual/pl/keyboard.xml
3608         * manual/pl/plugins.xml
3609         * manual/pl/starting.xml
3610         * manual/pl/sylpheed-claws-manual.xml
3611         * manual/pl/dist/.cvsignore
3612         * manual/pl/dist/html/.cvsignore
3613         * manual/pl/dist/html/Makefile.am
3614         * manual/pl/dist/pdf/.cvsignore
3615         * manual/pl/dist/pdf/Makefile.am
3616         * manual/pl/dist/ps/.cvsignore
3617         * manual/pl/dist/ps/Makefile.am
3618         * manual/pl/dist/txt/.cvsignore
3619         * manual/pl/dist/txt/Makefile.am
3620         * po/.cvsignore
3621         * po/Makevars
3622         * src/.cvsignore
3623         * src/Makefile.am
3624         * src/account.c
3625         * src/account.h
3626         * src/action.c
3627         * src/action.h
3628         * src/adbookbase.h
3629         * src/addr_compl.c
3630         * src/addr_compl.h
3631         * src/addrbook.c
3632         * src/addrcache.c
3633         * src/addrcache.h
3634         * src/addrcindex.c
3635         * src/addrcindex.h
3636         * src/addrclip.c
3637         * src/addrclip.h
3638         * src/addrdefs.h
3639         * src/addressadd.c
3640         * src/addressadd.h
3641         * src/addressbook.c
3642         * src/addressbook.h
3643         * src/addressbook_foldersel.c
3644         * src/addressbook_foldersel.h
3645         * src/addrgather.c
3646         * src/addrgather.h
3647         * src/addrharvest.c
3648         * src/addrharvest.h
3649         * src/addrindex.c
3650         * src/addrindex.h
3651         * src/addritem.c
3652         * src/addritem.h
3653         * src/addrquery.c
3654         * src/addrquery.h
3655         * src/addrselect.c
3656         * src/addrselect.h
3657         * src/alertpanel.c
3658         * src/alertpanel.h
3659         * src/browseldap.c
3660         * src/browseldap.h
3661         * src/codeconv.c
3662         * src/codeconv.h
3663         * src/compose.c
3664         * src/crash.c
3665         * src/crash.h
3666         * src/customheader.c
3667         * src/customheader.h
3668         * src/displayheader.c
3669         * src/displayheader.h
3670         * src/editaddress.c
3671         * src/editaddress.h
3672         * src/editbook.c
3673         * src/editbook.h
3674         * src/editgroup.c
3675         * src/editgroup.h
3676         * src/editjpilot.c
3677         * src/editjpilot.h
3678         * src/editldap.c
3679         * src/editldap.h
3680         * src/editldap_basedn.c
3681         * src/editldap_basedn.h
3682         * src/editvcard.c
3683         * src/editvcard.h
3684         * src/exphtmldlg.c
3685         * src/exphtmldlg.h
3686         * src/expldifdlg.c
3687         * src/expldifdlg.h
3688         * src/export.c
3689         * src/exporthtml.c
3690         * src/exporthtml.h
3691         * src/exportldif.c
3692         * src/exportldif.h
3693         * src/filtering.c
3694         * src/filtering.h
3695         * src/folder.c
3696         * src/folder.h
3697         * src/folder_item_prefs.c
3698         * src/folder_item_prefs.h
3699         * src/foldersel.c
3700         * src/foldersel.h
3701         * src/folderutils.c
3702         * src/folderutils.h
3703         * src/folderview.c
3704         * src/folderview.h
3705         * src/grouplistdialog.c
3706         * src/grouplistdialog.h
3707         * src/html.c
3708         * src/html.h
3709         * src/image_viewer.c
3710         * src/image_viewer.h
3711         * src/imap.c
3712         * src/imap.h
3713         * src/imap_gtk.c
3714         * src/imap_gtk.h
3715         * src/import.c
3716         * src/import.h
3717         * src/importldif.c
3718         * src/importldif.h
3719         * src/importmutt.c
3720         * src/importmutt.h
3721         * src/importpine.c
3722         * src/importpine.h
3723         * src/inc.c
3724         * src/inc.h
3725         * src/jpilot.c
3726         * src/jpilot.h
3727         * src/ldapctrl.c
3728         * src/ldapctrl.h
3729         * src/ldaplocate.c
3730         * src/ldaplocate.h
3731         * src/ldapquery.c
3732         * src/ldapquery.h
3733         * src/ldapserver.c
3734         * src/ldapserver.h
3735         * src/ldaputil.c
3736         * src/ldaputil.h
3737         * src/ldif.c
3738         * src/ldif.h
3739         * src/localfolder.c
3740         * src/localfolder.h
3741         * src/main.c
3742         * src/main.h
3743         * src/mainwindow.c
3744         * src/mainwindow.h
3745         * src/manual.c
3746         * src/manual.h
3747         * src/matcher.c
3748         * src/matcher.h
3749         * src/matcher_parser.h
3750         * src/matcher_parser_lex.l
3751         * src/matcher_parser_parse.y
3752         * src/mbox.c
3753         * src/mbox.h
3754         * src/message_search.c
3755         * src/message_search.h
3756         * src/messageview.c
3757         * src/messageview.h
3758         * src/mh.c
3759         * src/mh.h
3760         * src/mh_gtk.c
3761         * src/mh_gtk.h
3762         * src/mimeview.c
3763         * src/mimeview.h
3764         * src/msgcache.c
3765         * src/msgcache.h
3766         * src/mutt.c
3767         * src/mutt.h
3768         * src/news.c
3769         * src/news.h
3770         * src/news_gtk.c
3771         * src/news_gtk.h
3772         * src/noticeview.c
3773         * src/noticeview.h
3774         * src/partial_download.c
3775         * src/partial_download.h
3776         * src/pine.c
3777         * src/pine.h
3778         * src/pop.c
3779         * src/pop.h
3780         * src/prefs_account.c
3781         * src/prefs_account.h
3782         * src/prefs_actions.c
3783         * src/prefs_actions.h
3784         * src/prefs_common.c
3785         * src/prefs_common.h
3786         * src/prefs_compose_writing.c
3787         * src/prefs_compose_writing.h
3788         * src/prefs_customheader.c
3789         * src/prefs_customheader.h
3790         * src/prefs_display_header.c
3791         * src/prefs_display_header.h
3792         * src/prefs_ext_prog.c
3793         * src/prefs_ext_prog.h
3794         * src/prefs_filtering.c
3795         * src/prefs_folder_column.c
3796         * src/prefs_folder_column.h
3797         * src/prefs_folder_item.c
3798         * src/prefs_folder_item.h
3799         * src/prefs_fonts.c
3800         * src/prefs_fonts.h
3801         * src/prefs_gtk.c
3802         * src/prefs_gtk.h
3803         * src/prefs_image_viewer.c
3804         * src/prefs_image_viewer.h
3805         * src/prefs_matcher.c
3806         * src/prefs_matcher.h
3807         * src/prefs_message.c
3808         * src/prefs_message.h
3809         * src/prefs_msg_colors.c
3810         * src/prefs_msg_colors.h
3811         * src/prefs_other.c
3812         * src/prefs_other.h
3813         * src/prefs_quote.c
3814         * src/prefs_quote.h
3815         * src/prefs_receive.c
3816         * src/prefs_receive.h
3817         * src/prefs_send.c
3818         * src/prefs_send.h
3819         * src/prefs_spelling.c
3820         * src/prefs_spelling.h
3821         * src/prefs_summaries.c
3822         * src/prefs_summaries.h
3823         * src/prefs_summary_column.c
3824         * src/prefs_summary_column.h
3825         * src/prefs_template.c
3826         * src/prefs_template.h
3827         * src/prefs_themes.c
3828         * src/prefs_themes.h
3829         * src/prefs_toolbar.c
3830         * src/prefs_toolbar.h
3831         * src/prefs_wrapping.c
3832         * src/prefs_wrapping.h
3833         * src/privacy.c
3834         * src/privacy.h
3835         * src/procheader.c
3836         * src/procheader.h
3837         * src/procmime.c
3838         * src/procmime.h
3839         * src/procmsg.c
3840         * src/procmsg.h
3841         * src/quote_fmt.c
3842         * src/quote_fmt_parse.y
3843         * src/recv.c
3844         * src/recv.h
3845         * src/remotefolder.c
3846         * src/remotefolder.h
3847         * src/send_message.c
3848         * src/send_message.h
3849         * src/setup.c
3850         * src/setup.h
3851         * src/sourcewindow.c
3852         * src/sourcewindow.h
3853         * src/ssl_manager.c
3854         * src/ssl_manager.h
3855         * src/statusbar.c
3856         * src/statusbar.h
3857         * src/stock_pixmap.c
3858         * src/stock_pixmap.h
3859         * src/summary_search.c
3860         * src/summary_search.h
3861         * src/summaryview.c
3862         * src/summaryview.h
3863         * src/syldap.c
3864         * src/syldap.h
3865         * src/textview.c
3866         * src/textview.h
3867         * src/toolbar.c
3868         * src/toolbar.h
3869         * src/undo.c
3870         * src/undo.h
3871         * src/unmime.c
3872         * src/unmime.h
3873         * src/vcard.c
3874         * src/vcard.h
3875         * src/wizard.c
3876         * src/wizard.h
3877         * src/common/base64.c
3878         * src/common/base64.h
3879         * src/common/defs.h
3880         * src/common/hooks.c
3881         * src/common/hooks.h
3882         * src/common/log.c
3883         * src/common/log.h
3884         * src/common/mgutils.c
3885         * src/common/mgutils.h
3886         * src/common/nntp.c
3887         * src/common/nntp.h
3888         * src/common/passcrypt.c
3889         * src/common/passcrypt.h.in
3890         * src/common/plugin.c
3891         * src/common/plugin.h
3892         * src/common/prefs.c
3893         * src/common/prefs.h
3894         * src/common/progressindicator.c
3895         * src/common/progressindicator.h
3896         * src/common/quoted-printable.c
3897         * src/common/quoted-printable.h
3898         * src/common/session.c
3899         * src/common/session.h
3900         * src/common/smtp.c
3901         * src/common/smtp.h
3902         * src/common/socket.c
3903         * src/common/socket.h
3904         * src/common/ssl.c
3905         * src/common/ssl.h
3906         * src/common/stringtable.c
3907         * src/common/stringtable.h
3908         * src/common/sylpheed.c
3909         * src/common/sylpheed.h
3910         * src/common/template.c
3911         * src/common/template.h
3912         * src/common/timing.h
3913         * src/common/utils.c
3914         * src/common/utils.h
3915         * src/common/version.h.in
3916         * src/common/xml.c
3917         * src/common/xml.h
3918         * src/common/xmlprops.c
3919         * src/common/xmlprops.h
3920         * src/gtk/about.c
3921         * src/gtk/colorlabel.c
3922         * src/gtk/colorlabel.h
3923         * src/gtk/colorsel.c
3924         * src/gtk/colorsel.h
3925         * src/gtk/combobox.c
3926         * src/gtk/combobox.h
3927         * src/gtk/description_window.c
3928         * src/gtk/description_window.h
3929         * src/gtk/filesel.c
3930         * src/gtk/filesel.h
3931         * src/gtk/foldersort.c
3932         * src/gtk/foldersort.h
3933         * src/gtk/gtkaspell.c
3934         * src/gtk/gtkaspell.h
3935         * src/gtk/gtksctree.c
3936         * src/gtk/gtkshruler.c
3937         * src/gtk/gtkshruler.h
3938         * src/gtk/gtkutils.c
3939         * src/gtk/gtkutils.h
3940         * src/gtk/icon_legend.c
3941         * src/gtk/icon_legend.h
3942         * src/gtk/logwindow.c
3943         * src/gtk/logwindow.h
3944         * src/gtk/manage_window.c
3945         * src/gtk/manage_window.h
3946         * src/gtk/pluginwindow.c
3947         * src/gtk/pluginwindow.h
3948         * src/gtk/prefswindow.c
3949         * src/gtk/prefswindow.h
3950         * src/gtk/quicksearch.c
3951         * src/gtk/quicksearch.h
3952         * src/pixmaps/claws-mail.xpm
3953         * src/pixmaps/claws-mail_icon.xpm
3954         * src/pixmaps/claws-mail_logo.xpm
3955         * src/pixmaps/sylpheed-claws.xpm
3956         * src/pixmaps/sylpheed-claws_icon.xpm
3957         * src/pixmaps/sylpheed-claws_logo.xpm
3958         * src/plugins/bogofilter/Makefile.am
3959         * src/plugins/bogofilter/bogofilter.c
3960         * src/plugins/bogofilter/bogofilter.h
3961         * src/plugins/bogofilter/bogofilter_gtk.c
3962         * src/plugins/clamav/Makefile.am
3963         * src/plugins/clamav/clamav_plugin.c
3964         * src/plugins/clamav/clamav_plugin.h
3965         * src/plugins/clamav/clamav_plugin_gtk.c
3966         * src/plugins/demo/Makefile.am
3967         * src/plugins/demo/demo.c
3968         * src/plugins/dillo_viewer/Makefile.am
3969         * src/plugins/dillo_viewer/README
3970         * src/plugins/dillo_viewer/dillo_prefs.c
3971         * src/plugins/dillo_viewer/dillo_prefs.h
3972         * src/plugins/dillo_viewer/dillo_viewer.c
3973         * src/plugins/pgpcore/Makefile.am
3974         * src/plugins/pgpcore/passphrase.c
3975         * src/plugins/pgpcore/passphrase.h
3976         * src/plugins/pgpcore/pgp_viewer.c
3977         * src/plugins/pgpcore/pgp_viewer.h
3978         * src/plugins/pgpcore/plugin.c
3979         * src/plugins/pgpcore/prefs_gpg.c
3980         * src/plugins/pgpcore/prefs_gpg.h
3981         * src/plugins/pgpcore/select-keys.c
3982         * src/plugins/pgpcore/select-keys.h
3983         * src/plugins/pgpcore/sgpgme.c
3984         * src/plugins/pgpcore/sgpgme.h
3985         * src/plugins/pgpcore/sylpheed.def
3986         * src/plugins/pgpcore/version.rc
3987         * src/plugins/pgpinline/Makefile.am
3988         * src/plugins/pgpinline/pgpinline.c
3989         * src/plugins/pgpinline/pgpinline.h
3990         * src/plugins/pgpinline/plugin.c
3991         * src/plugins/pgpinline/sylpheed.def
3992         * src/plugins/pgpinline/version.rc
3993         * src/plugins/pgpmime/Makefile.am
3994         * src/plugins/pgpmime/pgpmime.c
3995         * src/plugins/pgpmime/pgpmime.h
3996         * src/plugins/pgpmime/plugin.c
3997         * src/plugins/pgpmime/sylpheed.def
3998         * src/plugins/pgpmime/version.rc
3999         * src/plugins/spamassassin/Makefile.am
4000         * src/plugins/spamassassin/README
4001         * src/plugins/spamassassin/spamassassin.c
4002         * src/plugins/spamassassin/spamassassin.h
4003         * src/plugins/spamassassin/spamassassin_gtk.c
4004         * src/plugins/trayicon/Makefile.am
4005         * src/plugins/trayicon/trayicon.c
4006         * tools/OOo2sylpheed.pl
4007         * tools/README
4008         * tools/README.sylprint
4009         * tools/acroread2sylpheed.pl
4010         * tools/claws.i18n.status.pl
4011         * tools/filter_conv.pl
4012         * tools/filter_conv_new.pl
4013         * tools/freshmeat_search.pl
4014         * tools/google_search.pl
4015         * tools/kmail2sylpheed.pl
4016         * tools/kmail2sylpheed_v2.pl
4017         * tools/make.themes.project
4018         * tools/multiwebsearch.pl
4019         * tools/nautilus2sylpheed.sh
4020         * tools/outlook2sylpheed.pl
4021         * tools/sylprint.pl
4022         * tools/sylprint.rc
4023         * tools/tb2sylpheed
4024         * tools/textviewer.sh
4025         * tools/vcard2xml.py
4026         * tools/kdeservicemenu/README
4027         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4028         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4029         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4030                 Change name to Claws Mail. Announce to follow...
4032 2006-11-06 [wwp]        2.6.0cvs6
4034         * src/prefs_template.c
4035                 unify messages related to quote format/template errors (fix
4036                 capitalization), again.
4038 2006-11-06 [wwp]        2.6.0cvs5
4040         * src/prefs_quote.c
4041                 unify messages related to quote format/template errors.
4043 2006-11-06 [wwp]        2.6.0cvs4
4045         * src/prefs_msg_colors.c
4046                 more uses of Q_ macro for contextual translations, thanks
4047                 to Fabien (fzzzzz).
4049 2006-11-06 [wwp]        2.6.0cvs3
4051         * src/compose.c
4052         * src/common/utils.c
4053         * src/common/utils.h
4054                 show an alertpanel to make sure users are aware that sensitive
4055                 files are attached (it's file blacklist-based). This will fix
4056                 interaction w/ GoogleEarth for instance, thanks to Colin.
4058 2006-11-06 [wwp]        2.6.0cvs2
4060         * src/prefs_quote.c
4061         * src/prefs_template.c
4062         * src/prefs_template.h
4063                 check quote format when applying/closing prefs. For now this only
4064                 shows up an error dialog box, not preventing the user from using
4065                 a broken quote (reply, forwards) format.
4067 2006-11-06 [wwp]        2.6.0cvs1
4069         * src/prefs_template.c
4070                 fix missing checks of some template fields.
4072 2006-11-06 [paul]       2.6.0
4074         * NEWS
4075         * README
4076         * RELEASE_NOTES
4077                 2.6.0 released
4079 2006-11-06 [paul]       2.5.6cvs22
4081         * manual/advanced.xml
4082         * manual/es/advanced.xml
4083                 put 'respect_flowed_format' info in the correct
4084                 place
4086 2006-11-06 [mones]      2.5.6cvs21
4088         * po/es.po
4089                 Minor fixes for release
4091 2006-11-06 [paul]       2.5.6cvs20
4093         * po/cs.po
4094         * po/de.po
4095         * po/fr.po
4096         * po/it.po
4097         * po/nl.po
4098         * po/pt_BR.po
4099         * po/sk.po
4100         * po/sv.po
4101         * po/zh_CN.po
4102                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4103                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4104                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4105                 Young
4107 2006-11-02 [colin]      2.5.6cvs19
4109         * src/imap.c
4110         * src/imap.h
4111         * src/prefs_account.c
4112         * src/etpan/imap-thread.c
4113                 Add GSSAPI support - fixes Debian bug #383274
4115 2006-11-01 [colin]      2.5.6cvs18
4117         * src/jpilot.c
4118                 Handle libpisock12 support. Probably
4119                 fixes bug 1046, 'jpilot AddressDB.pdb 
4120                 import fail'
4122 2006-11-01 [colin]      2.5.6cvs17
4124         * src/folderutils.c
4125                 debug_print() folderutils_mark_all_read()
4127 2006-11-01 [colin]      2.5.6cvs16
4129         * COPYING
4130                 Add missed files to the Apache exception
4132 2006-10-31 [colin]      2.5.6cvs15
4134         * src/folder.c
4135         * src/folder.h
4136                 Add a copy_private_data() func to FolderClasses
4137                 Doesn't break the feature freeze, because we 
4138                 won't use it (right now) in the core.
4140 2006-10-31 [colin]      2.5.6cvs14
4142         * COPYING
4143                 Allow linking with the Apache licensed files in
4144                 src/plugins/spamassassin. Hopefully fixes 
4145                 bug 1048, 'Spamassassin plugin license problem'
4147 2006-10-31 [wwp]        2.5.6cvs13
4149         * src/compose.c
4150                 fix and optimize trimming of leading linefeeds in body loop.
4152 2006-10-31 [colin]      2.5.6cvs12
4154         * src/etpan/imap-thread.c
4155         * src/imap.c
4156                 Make really sure to have NULL sets in case
4157                 of error
4159 2006-10-30 [wwp]        2.5.6cvs11
4161         * src/prefs_common.c
4162         * src/prefs_common.h
4163         * src/compose.c
4164                 fix broken storage of quote format template when it contains \-escape
4165                 sequences. The application of such sequences is also fixed now (\t
4166                 in quote format will be a real tab instead of a 't', for instance).
4168 2006-10-27 [colin]      2.5.6cvs10
4170         * src/compose.c
4171                 Probably fix bug 1045, 'sylpheed-claws 
4172                 doesn't remove the mail from the IMAP 
4173                 Queue folder after sending'. From
4174                 2.5.6cvs3-stable
4176 2006-10-27 [colin]      2.5.6cvs9
4178         * configure.ac
4179                 Require libetpan-0.48. I'm so annoying,
4180                 I know ;-)
4182 2006-10-27 [colin]      2.5.6cvs8
4184         * src/folder.c
4185         * src/imap.c
4186                 Probably fix bug 1044, 'sylpheed-claws 
4187                 segfaults while moving mails' - Fix relation
4188                 usage when moving to an IMAP mailbox from another
4189                 mailbox
4191 2006-10-26 [paul]       2.5.6cvs7
4193         * src/gtk/about.c
4194                 add libSM to compiled-in features
4195                 list
4197 2006-10-24 [colin]      2.5.6cvs6
4199         * src/textview.c
4200         * src/gtk/gtkutils.c
4201                 Fix crash when printing emails with an
4202                 xface
4204 2006-10-24 [mones]      2.5.6cvs5
4206         * manual/es/advanced.xml
4207                 Synchronize hidden option respect_flowed_format
4208         * po/es.po
4209                 Updated translation
4211 2006-10-21 [paul]       2.5.6cvs4
4213         * src/gtk/authors.h
4214         * src/plugins/pgpcore/pgp_viewer.c
4215         * src/plugins/pgpcore/sgpgme.c
4216                 fix building on BSDs
4217                 Thanks to Michael Hughes
4218                 <Sylpheed-Claws_user@thehugheslogcabin.net>
4220 2006-10-20 [colin]      2.5.6cvs3
4222         * configure.ac
4223                 Bump up libetpan requirement
4224                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4225         * src/common/utils.c
4226         * src/common/utils.h
4227                 Add convenience get_file_mtime()
4228         * src/imap.c
4229         * src/etpan/imap-thread.c
4230         * src/etpan/imap-thread.h
4231                 Implement UIDPLUS support if the server
4232                 supports it - faster sending in this case
4234 2006-10-19 [colin]      2.5.6cvs2
4236         * src/gtk/quicksearch.c
4237                 Fix emptying in type-ahead+extended mode
4238         * src/mainwindow.c
4239         * src/mainwindow.h
4240                 Add a hook for offline state change
4241         * src/plugins/trayicon/trayicon.c
4242                 Use it to display offline icons
4243         * src/plugins/trayicon/Makefile.am
4244         * src/plugins/trayicon/newmail.offline.xpm
4245         * src/plugins/trayicon/newmarkedmail.offline.xpm
4246         * src/plugins/trayicon/nomail.offline.xpm
4247         * src/plugins/trayicon/unreadmail.offline.xpm
4248         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4249                 Add the icons
4251 2006-10-12 [paul]       2.5.6cvs1
4253         * NEWS
4254         * README
4255         * configure.ac
4256                 Update version number following
4257                 stable release
4259 2006-10-19 [colin]      2.5.5cvs18
4261         * manual/handling.xml
4262                 Add type-ahead search
4264 2006-10-18 [colin]      2.5.5cvs17
4266         * src/gtk/quicksearch.c
4267                 Remove "save to history only if there's
4268                 no syntax error", it breaks for some 
4269                 reason which I'll investigate later.
4271 2006-10-18 [colin]      2.5.5cvs16
4273         * src/prefs_common.c
4274         * src/prefs_common.h
4275         * src/summaryview.c
4276         * src/gtk/quicksearch.c
4277         * src/gtk/quicksearch.h
4278                 Add a type-ahead option for fast searches
4279                 Patch by Fabien Vantard
4281 2006-10-18 [colin]      2.5.5cvs15
4283         * src/compose.c
4284         * src/compose.h
4285                 Add Options/Reply mode/ menu to be able to
4286                 change the recipients of a reply on the fly
4288 2006-10-18 [colin]      2.5.5cvs14
4290         * src/compose.c
4291                 Fix redirecting of our own sent mails
4293 2006-10-17 [wwp]        2.5.5cvs13
4295         * src/send_message.c
4296                 Fix duplicate error messages when sending, and missing
4297                 newline in such error messages.
4299 2006-10-17 [colin]      2.5.5cvs12
4301         * src/compose.c
4302                 Compare addresses case-insensitive
4304 2006-10-17 [colin]      2.5.5cvs11
4306         * src/plugins/pgpcore/sgpgme.c
4307                 Fix return status
4309 2006-10-17 [colin]      2.5.5cvs10
4311         * src/plugins/pgpcore/pgp_viewer.c
4312                 Fix return status
4314 2006-10-17 [colin]      2.5.5cvs9
4316         * src/quote_fmt.c
4317                 Fix a typo (thanks to Fabien)
4319 2006-10-16 [colin]      2.5.5cvs8
4321         * src/textview.c
4322                 Fix problem with quote-folding when emails
4323                 don't convert cleanly to UTF-8
4325 2006-10-14 [colin]      2.5.5cvs7
4327         * src/prefs_template.c
4328                 Reset fields when reopening
4329                 the window
4331 2006-10-13 [paul]       2.5.5cvs6
4333         * manual/advanced.xml
4334         * src/prefs_message.c
4335                 make 'respect_flowed_format' a hidden
4336                 option, and add a manual entry for it
4337                 Thanks to Colin
4339 2006-10-12 [colin]      2.5.5cvs5
4341         * src/codeconv.c
4342                 Revert part of 2.5.2cvs21:
4343                 Don't optimise by reusing the 
4344                 last iconv converter if possible:
4345                 it seems slightly broken in a 
4346                 very hard way to reproduce
4348 2006-10-12 [colin]      2.5.5cvs4
4350         * src/prefs_common.c
4351         * src/prefs_common.h
4352         * src/prefs_message.c
4353         * src/procmime.c
4354                 Fix bug 1035, 'Incorrect handling 
4355                 of flowed lines'. We now optionnaly
4356                 handle this format (preference is in
4357                 Message View/Text options section)
4359 2006-10-12 [colin]      2.5.5cvs3
4361         * po/POTFILES.in
4362                 Add new file
4363         * src/plugins/pgpcore/pgp_viewer.c
4364         * src/plugins/pgpcore/sgpgme.c
4365                 Don't try to import without asking
4367 2006-10-12 [colin]      2.5.5cvs2
4369         * src/compose.c
4370                 Fix bug 1036, 'Forwarding a mutlipart
4371                 mail with a "text/html" block to ms
4372                 outlook users leeds to freeze of
4373                 outlook'. Poor outlook users...
4375 2006-10-12 [paul]       2.5.5cvs1
4377         * NEWS
4378         * README
4379         * configure.ac
4380                 Update version number following
4381                 stable release
4383 2006-10-11 [paul]       2.5.4cvs1
4385         * NEWS
4386         * README
4387         * configure.ac
4388                 Update version number following
4389                 stable release
4391 2006-10-11 [paul]       2.5.3cvs32
4393         * src/textview.c
4394                 fix bug 1032, 'Segmentation fault when showing
4395                 message' (bug in quote folding)
4396                 Thanks to Colin
4398 2006-10-10 [colin]      2.5.3cvs31
4400         * src/quote_fmt.c
4401                 Rephrase english a bit
4403 2006-10-10 [colin]      2.5.3cvs30
4405         * src/prefs_compose_writing.c
4406                 Stop making the page larger than the window
4408 2006-10-10 [wwp]        2.5.3cvs29
4410         * src/compose.c
4411         * src/prefs_template.c
4412         * src/quote_fmt.c
4413         * src/quote_fmt.h
4414         * src/quote_fmt_lex.l
4415         * src/quote_fmt_parse.y
4416                 Extend the quote parser a bit: allow to get access to
4417                 basic (composing) account info.
4419 2006-10-10 [colin]      2.5.3cvs28
4421         * src/procheader.c
4422                 Fix this \t problem in subject
4424 2006-10-09 [colin]      2.5.3cvs27
4426         * src/main.c
4427         * src/prefs_gtk.c
4428                 Prepare cache a bit later
4429                 If section already exists, skip the new one 
4430                 (as previously); avoid writing the same block
4431                 twice - if we find a second block with the 
4432                 same id, skip it.
4433         * src/plugins/pgpcore/pgp_viewer.c
4434                 Set cursor to busy when retrieving a key
4435         * src/plugins/pgpcore/sgpgme.c
4436                 allow 5 seconds for gpg to export the key
4437                 
4439 2006-10-09 [colin]      2.5.3cvs26
4441         * configure.ac
4442         * src/msgcache.c
4443         * src/prefs_gtk.c
4444                 Check for existence of fgets_unlocked
4445                 and fwrite_unlocked
4447 2006-10-09 [paul]       2.5.3cvs25
4449         * src/prefs_summaries.c
4450                 replace strftime() with fast_strftime() and in
4451                 the consequence fix the bug in the display of
4452                 AM/PM in the 'Example' string
4454 2006-10-09 [ticho]      2.5.3cvs24
4456         * po/sk.po
4457                 Updated (and fixed up somewhat) Slovak translation.
4459 2006-10-08 [colin]      2.5.3cvs23
4461         * src/prefs_folder_item.c
4462                 Explain why prefs in the top-level folder
4463                 aren't retained, but are still useful
4465 2006-10-08 [colin]      2.5.3cvs22
4467         * src/prefs_gtk.c
4468                 Don't cache anything if caching fails
4470 2006-10-08 [colin]      2.5.3cvs21
4472         * src/common/utils.c
4473                 always include gi18n.h
4475 2006-10-07 [colin]      2.5.3cvs20
4477         * src/plugins/pgpcore/pgp_viewer.c
4478                 Kill gpg after 5 seconds wait
4480 2006-10-07 [colin]      2.5.3cvs19
4482         * src/plugins/pgpcore/pgp_viewer.c
4483         * src/plugins/pgpcore/pgp_viewer.h
4484                 Fix copyright
4486 2006-10-07 [colin]      2.5.3cvs18
4488         * src/plugins/pgpcore/pgp_viewer.c
4489         * src/plugins/pgpcore/pgp_viewer.h
4490                 Actually add the files to CVS
4492 2006-10-07 [colin]      2.5.3cvs17
4494         * src/plugins/pgpcore/sgpgme.c
4495                 Be sure not to crash on 'application/pgp-signature' that
4496                 are not application/pgp-signatures
4498 2006-10-07 [colin]      2.5.3cvs16
4500         * src/textview.c
4501         * src/textview.h
4502                 Make a bit more of the API available
4503         * src/plugins/pgpcore/Makefile.am
4504         * src/plugins/pgpcore/plugin.c
4505         * src/plugins/pgpcore/sgpgme.c
4506                 Add basic key import/export
4508 2006-10-07 [colin]      2.5.3cvs15
4510         * src/folderview.c
4511         * src/imap.c
4512         * src/prefs_account.c
4513         * src/wizard.c
4514                 Warn users *everywhere* if libetpan's not
4515                 linked in
4517 2006-10-06 [mones]      2.5.3cvs14
4519         * po/de.po
4520         * po/es.po
4521                 updated by Stephan Sachse and me
4523 2006-10-06 [colin]      2.5.3cvs13
4525         * src/main.c
4526         * src/common/sylpheed.c
4527                 Don't load common plugins if --exit is passed
4528         * src/prefs_gtk.c
4529         * src/prefs_gtk.h
4530                 Implement a cache to avoid reading the same
4531                 files over and over again at startup
4533 2006-10-06 [colin]      2.5.3cvs12
4535         * src/summaryview.c
4536         * src/gtk/quicksearch.c
4537                 Update display every 5k mails on fast searches
4539 2006-10-06 [colin]      2.5.3cvs11
4541         * src/textview.c
4542                 Don't do quote folding on HTML or ERTF.
4543                 May fix the Cygwin issues if they were
4544                 happening with HTML mails?
4546 2006-10-05 [colin]      2.5.3cvs10
4548         * src/prefs_gtk.c
4549                 Oops, forgot one
4551 2006-10-05 [colin]      2.5.3cvs9
4553         * src/prefs_gtk.c
4554                 Use unlocked_stdio here too
4556 2006-10-05 [colin]      2.5.3cvs8
4558         * src/folderview.c
4559                 Fix go to next * after preferences apply
4560         * src/msgcache.c
4561                 Do the fd lock/unlock ourselves instead of
4562                 letting the libc do it at each write 
4564 2006-10-05 [colin]      2.5.3cvs7
4566         * src/common/utils.c
4567                 Faster division, thanks to Jean Diraison
4569 2006-10-05 [paul]       2.5.3cvs6
4571         * src/common/utils.c
4572                 fix building with --disable-nls
4574 2006-10-04 [colin]      2.5.3cvs5
4576         * src/folder.c
4577                 Maybe fix a segfault
4579 2006-10-04 [wwp]        2.5.3cvs4
4581         * src/prefs_folder_item.c
4582                 Fine-tune layouts in folder item prefs. Suggested by
4583                 Fabien Vantard <fzzzzz@gmail.com>.
4585 2006-10-04 [wwp]        2.5.3cvs3
4587         * src/prefs_folder_item.c
4588                 Kill the clandestine passengers. You didn't see anything.
4590 2006-10-04 [wwp]        2.5.3cvs2
4592         * src/prefs_folder_item.c
4593                 Add a way to test the subject simplify regexp in
4594                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4595                 w/ few layout changes.
4597 2006-20-04 [paul]       2.5.3cvs1
4599         * NEWS
4600         * README
4601         * configure.ac
4602                 Update version number following
4603                 stable release
4605 2006-10-04 [colin]      2.5.2cvs42
4607         * src/folder.c
4608         * src/folder.h
4609         * src/summaryview.c
4610                 Provide a way for folder classes to set their sort
4611                 type and key
4613 2006-10-03 [colin]      2.5.2cvs41
4615         * src/mh.c
4616                 Don't use strlen() to know if the
4617                 string's empty
4619 2006-10-03 [colin]      2.5.2cvs40
4621         * src/mh.c
4622                 Fix "check for new folders" with accentued folders
4624 2006-10-03 [ticho]      2.5.2cvs39
4626         * src/filtering.c
4627         * src/folder.c
4628         * src/inc.c
4629         * src/mbox.c
4630                 Colin's fix for "copy" filtering rules.
4632 2006-10-02 [colin]      2.5.2cvs38
4634         * src/folderview.c
4635                 Fix for double-click too
4637 2006-10-02 [colin]      2.5.2cvs37
4639         * src/folderview.c
4640                 correct fix for cvs36
4642 2006-10-02 [colin]      2.5.2cvs36
4644         * src/folderview.c
4645                 Fix 'goto next unread' after collapsing/expanding 
4646                 a node.
4648 2006-10-02 [colin]      2.5.2cvs35
4650         * src/summaryview.c
4651                 Fix double freeze/thaw
4652         * src/common/utils.c
4653         * src/common/utils.h
4654                 Reimplement strftime
4655         * src/procheader.c
4656                 Use it
4659 2006-10-02 [colin]      2.5.2cvs34
4661         * src/mh.c
4662                 Time mh_write_sequences() - it's fast
4663         * src/summaryview.c
4664                 Init a variable to shut up gcc
4666 2006-10-01 [colin]      2.5.2cvs33
4668         * src/folder.c
4669         * src/mh.c
4670         * src/mh.h
4671         * src/msgcache.c
4672                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4673                 Add fsync but disable it, it's slow as hell
4675 2006-10-01 [colin]      2.5.2cvs32
4677         * src/mh.c
4678         * src/msgcache.c
4679                 fflush() caches and mh_sequences before
4680                 fclose()ing
4682 2006-10-01 [colin]      2.5.2cvs31
4684         * src/msgcache.c
4685                 Don't ftruncate when not using mmap
4687 2006-09-30 [colin]      2.5.2cvs30
4689         * src/main.c
4690                 Write folder list *after* saving caches
4692 2006-09-30 [colin]      2.5.2cvs29
4694         * src/folder.c
4695         * src/mh.c
4696                 Debug forced mtime changes
4698 2006-09-30 [colin]      2.5.2cvs28
4700         * src/folder.c
4701         * src/main.c
4702                 Remove useless debug_print()s (code
4703                 well-tested)
4705 2006-09-30 [colin]      2.5.2cvs27
4707         * src/mh.c
4708                 Do stuff faster when writing mh_sequences
4710 2006-09-30 [colin]      2.5.2cvs26
4712         * src/mh.c
4713                 Don't let the writing of .mh_sequences, which
4714                 can change the folder's mtime, let us think
4715                 we need to scan.
4717 2006-09-30 [colin]      2.5.2cvs25
4719         * src/folder.c
4720                 Move a debug_print where it belongs 
4721                 (processing)
4722         * src/summaryview.c
4723                 Don't mess with a huge slow subject
4724                 table if we're not threading by
4725                 subject
4727 2006-09-30 [colin]      2.5.2cvs24
4729         * src/msgcache.c
4730                 Reenable mmaped reads (*not* writes!)
4731         * src/procmsg.c
4732                 Don't destroy and recreate hashtables just
4733                 for fun
4734         * src/common/utils.c
4735                 Remove useless reply prefixes (it's case
4736                 unsensitive)
4738 2006-09-30 [wwp]        2.5.2cvs23
4740         * tools/fix_date.sh
4741                 Fixed a minor bug in date value extraction, added a switch
4742                 to replace non RFC-compliant Date: value, added a switch
4743                 to use strict RFC matching patterns for dates.
4745 2006-09-29 [colin]      2.5.2cvs22
4747         * src/matcher_parser.h
4748         * src/matcher_parser_parse.y
4749         * src/prefs_filtering.c
4750         * src/statusbar.c
4751         * src/summary_search.c
4752         * src/summaryview.c
4753         * src/gtk/quicksearch.c
4754         * src/gtk/quicksearch.h
4755                 Optimise searches by setting different
4756                 refresh intervals (depending if the 
4757                 search is fast or not)
4759 2006-09-29 [colin]      2.5.2cvs21
4761         * src/codeconv.c
4762                 Optimise by reusing the last iconv converter
4763                 if possible
4764         * src/textview.c
4765                 Optimise a bit (the foldable quotes feature
4766                 still has an awful O(n^2) algo
4768 2006-09-29 [colin]      2.5.2cvs20
4770         * src/gtk/gtksctree.c
4771         * src/gtk/gtksctree.h
4772                 Optimise de-selection via up/down or
4773                 another key
4775 2006-09-28 [colin]      2.5.2cvs19
4777         * src/action.c
4778         * src/compose.c
4779         * src/folderview.c
4780         * src/mainwindow.c
4781         * src/messageview.c
4782         * src/summary_search.c
4783         * src/toolbar.c
4784                 Avoid using summaryview->ctree directly
4786 2006-09-28 [colin]      2.5.2cvs18
4788         * src/summaryview.c
4789         * src/summaryview.h
4790                 Add helpers to freeze/thaw/grab_focus
4791                 Factorize calls to freeze/thaw/grab_focus
4792                 
4794 2006-09-28 [colin]      2.5.2cvs17
4796         * src/main.c
4797                 More guards for the session management
4799 2006-09-28 [colin]      2.5.2cvs16
4801         * src/folderview.c
4802         * src/gtk/gtksctree.c
4803         * src/gtk/gtksctree.h
4804                 Make expanding not recursive in folderview
4806 2006-09-28 [colin]      2.5.2cvs15
4808         * src/addressbook.c
4809                 If nothing is selected in the list (right part)
4810                 and a group is selected in the tree (left part),
4811                 mail this group.
4813 2006-09-28 [colin]      2.5.2cvs14
4815         * src/Makefile.am
4816                 Actually use SM_LIBS
4818 2006-09-28 [ticho]      2.5.2cvs13
4820         * src/export.c
4821         * src/messageview.c
4822         * src/mimeview.c
4823         * src/news.c
4824         * src/pop.c
4825         * src/prefs_themes.c
4826         * src/procmsg.c
4827                 Small i18n string optimization.
4828         * src/send_message.c
4829         * src/summaryview.c
4830         * src/common/session.c
4831         * src/common/smtp.c
4832         * src/common/ssl_certificate.c
4833         * src/common/utils.c
4834                 Use "Couldn't" instead of "Can't" in UI messages,
4835                 where appropriate.
4837 2006-09-28 [colin]      2.5.2cvs12
4839         * configure.ac
4840                 Possibly fix link errors
4842 2006-09-27 [wwp]        2.5.2cvs11
4844         * src/gtk/authors.h
4845         * doc/man/sylpheed-claws.1
4846         * manual/ack.xml
4847         * manual/es/ack.xml
4848         * manual/fr/ack.xml
4849         * manual/pl/ack.xml
4850                 Updated authors info (me, myself and I).
4852 2006-09-27 [colin]      2.5.2cvs10
4854         * src/addressbook.c
4855                 Remove useless printf
4857 2006-09-27 [wwp]        2.5.2cvs9
4859         * src/editgroup.c
4860         * src/send_message.c
4861         * src/inc.c
4862         * src/prefs_common.c
4863         * src/prefs_common.h
4864         * src/gtk/progressdialog.c
4865                 remember more windows' sizes (send dialog, received dialog,
4866                 edit group in addressbook).
4868 2006-09-27 [colin]      2.5.2cvs8
4870         * configure.ac
4871         * src/main.c
4872         * src/mainwindow.h
4873                 Use libSM to communicate with the session
4874                 manager, so that we can know when the 
4875                 session ends, save our caches, and draft
4876                 our compose windows.
4878 2006-09-27 [colin]      2.5.2cvs7
4880         * src/addressbook.c
4881                 Fix issues:
4882                 o Allow Book and Group creation from the tree's
4883                   contextual menu
4884                 o Do not actually delete the contacts when 
4885                   deleting groups from the tree (duh!)
4887 2006-09-27 [colin]      2.5.2cvs6
4889         * src/compose.c
4890         * src/compose.h
4891         * src/mainwindow.c
4892         * src/textview.c
4893         * src/toolbar.c
4894                 o Allow passing an email address to 
4895                   compose_new_with_folderitem
4896                 o Update callers
4897                 o Use current folderitem when clicking
4898                   on a TextView mailto: link
4899                 o Fix a possible leak in TextView
4901 2006-09-27 [colin]      2.5.2cvs5
4903         * src/html.c
4904                 Use UTF-8 chars to replace HTML entities
4906 2006-09-27 [colin]      2.5.2cvs4
4908         * AUTHORS
4909         * src/prefs_account.c
4910         * src/gtk/authors.h
4911                 Fix bug #1024 (Array index out of
4912                 range in sylpheed-claws-2.5.2)
4913                 Patch by Ales Nosek <anosek@suse.cz>
4915 2006-09-27 [colin]      2.5.2cvs3
4917         * src/addr_compl.c
4918                 Actually do the test
4920 2006-09-27 [colin]      2.5.2cvs2
4922         * src/addr_compl.c
4923         * src/addr_compl.h
4924                 Allow completing with comma (in certain cases: vCalendar
4925                 for example doesn't support that)
4926                 Patch by Fabien Vantard
4928 2006-09-26 [colin]      2.5.2cvs1
4930         * src/Makefile.am
4931         * src/addr_compl.c
4932         * src/addr_compl.h
4933         * src/addrbook.c
4934         * src/addrbook.h
4935         * src/addressbook.c
4936         * src/addrindex.c
4937         * src/addrindex.h
4938         * src/compose.c
4939         * src/prefs_common.c
4940         * src/prefs_filtering_action.c
4941         * src/prefs_folder_item.c
4942         * src/prefs_template.c
4943         * src/stock_pixmap.c
4944         * src/stock_pixmap.h
4945         * src/pixmaps/addr_one.xpm
4946         * src/pixmaps/addr_two.xpm
4947                 Add auto-completion on groups
4949 2006-09-26 [colin]      2.5.2
4951         * NEWS
4952         * README
4953         * RELEASE_NOTES
4954                 2.5.2 released
4956 2006-09-26 [colin]      2.5.1cvs5
4958         * src/matcher.c
4959                 Fix condition
4961 2006-09-26 [colin]      2.5.1cvs4
4963         * src/mbox.c
4964                 Revert cvs1 (useless as the message is printed 
4965                 every 500 mails)
4967 2006-09-26 [colin]      2.5.1cvs3
4969         * src/partial_download.c
4970                 Fix crasher found by Alexsandar Urosevic
4972 2006-09-26 [colin]      2.5.1cvs2
4974         * src/summaryview.c
4975                 Fix bug #1023 (Sylpheed deletes too much messages)
4977 2006-09-26 [ticho]      2.5.1cvs1
4979         * src/mbox.c
4980                 Make use of gettext's multiple plurals for statusbar
4981                 progress message.
4983 2006-09-25 [paul]       2.5.1
4985         * NEWS
4986         * README
4987         * RELEASE_NOTES
4988                 2.5.1 released
4990 2006-09-25 [colin]      2.5.0cvs3
4992         * src/plugins/bogofilter/bogofilter.c
4993         * src/plugins/clamav/clamav_plugin.c
4994         * src/plugins/spamassassin/spamassassin.c
4995                 BogoFilter, Spamassassin: Fix double hook registering after
4996                 visiting preferences
4997                 Spamassassin, Clamav: Just set the mails to move instead of
4998                 doing the move - caller will move the things at once.
5000 2006-09-25 [colin]      2.5.0cvs2
5002         * src/imap.c
5003         * src/etpan/imap-thread.c
5004                 Use UID SEARCH ALL instead of UID 1:*
5005                 (braindead servers can't figure out that's
5006                 the same...)
5008 2006-09-25 [wwp]        2.5.0cvs1
5010         * src/message_search.c
5011                 Added the ability to stop a running search (in message body).
5013 2006-09-25 [paul]       2.5.0
5015         * NEWS
5016         * README
5017         * RELEASE_NOTES
5018                 2.5.0 released
5020 2006-09-25 [paul]       2.4.0cvs214
5022         * po/cs.po
5023         * po/de.po
5024         * po/fi.po
5025         * po/fr.po
5026         * po/nl.po
5027         * po/pt_BR.po
5028         * po/sk.po
5029         * po/sr.po
5030         * po/zh_CN.po
5031                 updated by Tim, Stephan Sachse, Flammie Pirinen,
5032                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
5033                 Ticho, Aleksander Urosevic, Ralgh Young
5035 2006-09-24 [mones]      2.4.0cvs213
5037         * po/es.po
5038                 Updated for release
5040 2006-09-23 [colin]      2.4.0cvs212
5042         * src/gtk/inputdialog.c
5043                 Fix [ ] remember this appearing in normal
5044                 input dialogs after it's been used by
5045                 mimeview.
5046         * src/folder.c
5047         * src/folderview.c
5048         * src/msgcache.c
5049         * src/procmsg.c
5050         * src/summaryview.c
5051         * src/textview.c
5052         * src/common/timing.h
5053                 Enable timings in debug mode and make it
5054                 look prettier.
5056 2006-09-22 [colin]      2.4.0cvs211
5058         * README
5059                 Revert test change
5060         * commitHelper
5061                 ping the correct URI
5063 2006-09-22 [colin]      2.4.0cvs210
5065         * README
5066                 Let's see if bug #1022 is fixed
5068 2006-09-21 [colin]      2.4.0cvs209
5070         * src/wizard.c
5071         * src/common/plugin.c
5072                 Prepare infra to load predefined plugins when
5073                 no configuration existed. Don't actually load
5074                 anything yet (feat. freeze)
5076 2006-09-21 [wwp]        2.4.0cvs208
5078         * manual/fr/faq.xml
5079                 Partial sync w/ 2.4.0cvs72:
5080                 wrap file and minor updates.
5082 2006-09-21 [wwp]        2.4.0cvs207
5084         * tools/fix_date.sh
5085                 several fixes and enhancements. A new --force switch has been
5086                 added to prevent overriding by default Date: header when
5087                 already existing.
5089 2006-09-21 [paul]       2.4.0cvs206
5091         * src/common/utils.c
5092                 add Chinese UTF8 Re prefix
5094 2006-09-21 [wwp]        2.4.0cvs205
5096         * tools/Makefile.am
5097                 Fics alfabettical order.
5099 2006-09-21 [wwp]        2.4.0cvs204
5101         * tools/fix_date.sh
5102         * tools/Makefile.am
5103                 Added an action tool to fix missing Date field in emails.
5104                 Updated Makefile.am to reflect those last two additions.
5106 2006-09-21 [wwp]        2.4.0cvs203
5108         * tools/uuooffice
5109                 Added a action tool to open uuencoded docs w/
5110                 OpenOffice (based on uudec method).
5112 2006-09-21 [colin]      2.4.0cvs202
5114         * src/compose.c
5115         * src/textview.c
5116                 Workaround possible GTK crash: remove selection 
5117                 clipboard before destroying widget, or GTK+-2.10
5118                 dies. Thanks to Hiro.
5120 2006-09-20 [colin]      2.4.0cvs201
5122         * src/compose.c
5123                 Fix free-after-use in some cases (when 
5124                 procmime_encode_content() frees mimeinfo->data.mem
5125                 and turns it to a temp file)
5127 2006-09-20 [colin]      2.4.0cvs200
5129         * src/folderview.c
5130         * src/summaryview.c
5131         * src/gtk/gtksctree.c
5132         * src/gtk/gtksctree.h
5133                 Add tooltips in the folderview and summaryview
5134                 (Doesn't break string freeze as they already
5135                 exist)
5136         * src/toolbar.c
5137                 Put the spam button in the default configuration
5138                 if compiled with bogo plugin too
5140 2006-09-19 [colin]      2.4.0cvs199
5142         * src/summaryview.c
5143         * src/summaryview.h
5144                 Update folder name label on folder rename
5145         * src/prefs_matcher.c
5146         * src/gtk/logwindow.h
5147                 Fix warnings
5148                 Patches by Fabien
5150 2006-09-19 [wwp]        2.4.0cvs198
5152         * src/summary_search.c
5153                 fix can't click forward/backward buttons in the
5154                 search messages.
5156 2006-09-18 [paul]       2.4.0cvs197
5158         * src/wizard.c
5159                 add missing bracket, capitalise the A of
5160                 'SpamAssassin'
5162 2006-09-18 [paul]       2.4.0cvs196
5164         * src/compose.c
5165                 fix bug 1012 'crashed upon sending mail
5166                 from compose window'
5167                 Thanks to Colin
5169 2006-09-16 [colin]      2.4.0cvs195
5171         * src/folderview.c
5172                 Fix "real-time" sorting by freezing/thawing
5174 2006-09-16 [colin]      2.4.0cvs194
5176         * manual/faq.xml
5177                 Fix the anti-spam entry a bit
5179 2006-09-16 [colin]      2.4.0cvs193
5181         * src/wizard.c
5182                 Make sure reviewers have no excuse when stating
5183                 Sylpheed-Claws doesn't have antispam capabilities.
5185 2006-09-16 [colin]      2.4.0cvs192
5187         * src/main.c
5188                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5189                 as if the SIGPIPE comes from etpan's thread we could
5190                 trigger a GUI update from this thread.
5192 2006-09-16 [colin]      2.4.0cvs191
5194         * src/summaryview.c
5195                 Init all members of the struct
5197 2006-09-16 [paul]       2.4.0cvs190
5199         * src/account.c
5200                 improvements to the English
5202 2006-09-15 [colin]      2.4.0cvs189
5204         * src/summaryview.c
5205                 HIG order on dialog
5207 2006-09-14 [colin]      2.4.0cvs188
5209         * src/common/socket.c
5210         * src/common/socket.h
5211         * src/common/ssl.c
5212         * src/common/ssl_certificate.c
5213         * src/common/ssl_certificate.h
5214         * src/etpan/imap-thread.c
5215                 the get_fqdn() call done to get canonical name when
5216                 checking an SSL certificate is blocking, which is
5217                 sad as we just did a non-blocking lookup to connect.
5218                 Fix that by letting the fqdn available to the SockInfo,
5219                 and use that in ssl_certificate_check(). For IMAP,
5220                 we don't do it as the lookup's done by libetpan, but
5221                 it's less annoying as IMAP connections as much more
5222                 rare than POP3 connections.
5224 2006-09-14 [paul]       2.4.0cvs187
5226         * manual/advanced.xml
5227                 improvements to the English,
5228                 properly place the new hidden options
5229                 within the alphabetical order
5230         * src/gtk/pluginwindow.c
5231                 improvements to the English
5233 2006-09-14 [colin]      2.4.0cvs186
5235         * src/prefs_common.c
5236         * src/prefs_common.h
5237         * src/gtk/gtksctree.c
5238         * manual/advanced.xml
5239                 New hidden pref, stripes_color_offset, to change
5240                 the value added/substracted to normal bgcolor to
5241                 create the stripes in summaries
5243 2006-09-13 [colin]      2.4.0cvs185
5245         * src/gedit-print.c
5246         * src/messageview.c
5247         * src/messageview.h
5248         * src/summaryview.c
5249         * src/textview.c
5250                 Fix misc. printing issues: 
5251                 - Bad font for linkified headers
5252                 - Different font if the mail was displayed or not
5253                 - Factorize the thing
5255 2006-09-13 [colin]      2.4.0cvs184
5257         * src/common/ssl_certificate.c
5258                 Only get FQDN once when checking certificate
5260 2006-09-13 [colin]      2.4.0cvs183
5262         * src/account.c
5263         * src/gtk/pluginwindow.c
5264                 Misc. GUI fixes by Fabien
5266 2006-09-13 [wwp]        2.4.0cvs182
5268         * configure.ac
5269         * src/common/utils.h
5270         * src/common/utils.c
5271                 get rid of unused wide-char functions.
5273 2006-09-13 [wwp]        2.4.0cvs181
5275         * src/plugins/pgpinline/sylpheed.def
5276         * src/textview.c
5277                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5278                 add privacy_reset_error to the .def file,
5279                 do not fork for an external textviewer.
5281 2006-09-13 [wwp]        2.4.0cvs180
5283         * src/prefs_common.c
5284                 fix broken font entry in prefs (patch issued by the gpg4win team,
5285                 probably by Marcus Brinkmann <marcus@g10code.de>).
5287 2006-09-13 [colin]      2.4.0cvs179
5289         * src/folder.h
5290                 Fix a warning in summaryview.c
5291         * src/mainwindow.c
5292         * src/summaryview.c
5293         * src/summaryview.h
5294                 Add missing Mark/* elements in the
5295                 main menu
5297 2006-09-12 [colin]      2.4.0cvs178
5299         * src/prefs_actions.c
5300         * src/prefs_filtering_action.c
5301         * src/prefs_matcher.c
5302                 Use (New) instead of New everywhere
5304 2006-09-12 [wwp]        2.4.0cvs177
5306         * manual/fr/addrbook.xml
5307         * manual/fr/handling.xml
5308                 updated some quotes in the fr manual to match the fr translation.
5310 2006-09-12 [wwp]        2.4.0cvs176
5312         * src/prefs_matcher.c
5313                 don't store translated string elements in matcher expressions.
5314                 Also fixed a misused of Q_().
5316 2006-09-11 [wwp]        2.4.0cvs175
5318         * src/plugins//bogofilter/bogofilter.c
5319         * src/plugins//clamav/clamav_plugin.c
5320         * src/plugins//demo/demo.c
5321         * src/plugins//dillo_viewer/dillo_viewer.c
5322         * src/plugins//pgpcore/plugin.c
5323         * src/plugins//pgpinline/plugin.c
5324         * src/plugins//pgpmime/plugin.c
5325         * src/plugins//spamassassin/spamassassin.c
5326                 gettext-ize more strings (mostly plugin error messages).
5328 2006-09-11 [colin]      2.4.0cvs174
5330         * src/alertpanel.c
5331                 Make maximum buffer size bigger to avoid
5332                 truncating translated messages. Patch by
5333                 Fabien
5335 2006-09-11 [colin]      2.4.0cvs173
5337         * src/etpan/imap-thread.c
5338                 Fix compilation on OpenBSD, thanks to 
5339                 Landry
5341 2006-09-10 [wwp]        2.4.0cvs172
5343         * manual/account.xml
5344         * manual/addrbook.xml
5345         * manual/handling.xml
5346         * manual/es/handling.xml
5347         * manual/fr/account.xml
5348         * manual/fr/addrbook.xml
5349         * manual/fr/handling.xml
5350                 documented addressbook matching (condition configuration):
5351                   addrbook.xml, en fr
5352                 documented per-account filtering rules (handling/filtering
5353                   section, account section):
5354                   account.xml, handling.xml, en fr
5355                 slightly updated the handling/searching section to tell few
5356                   words about the extended search ability:
5357                   handling.xml, en fr
5358                 added missing <quote></quotes> to Quick Search:
5359                   handling.xml, en fr es
5360                 fixed a typo (auomatically):
5361                   handling.xml, en
5362                 changes revisited by Paul.
5364 2006-09-10 [paul]       2.4.0cvs171
5366         * src/prefs_actions.c
5367         * src/prefs_filtering.c
5368         * src/prefs_template.c
5369                 adjustments to the gui
5370                 Patch by Fabien Vantard (slightly modified)
5372 2006-09-10 [colin]      2.4.0cvs170
5374         * src/summaryview.c
5375                 Check folderitem/summaryview consistency
5376                 (basically automates Update summary). Fixes
5377                 #1011 (wrong (negative) count on unread 
5378                 messages)
5380 2006-09-10 [colin]      2.4.0cvs169
5382         * src/gtk/gtksctree.c
5383                 Fix recursive expansion via mouse
5384         * src/plugins/bogofilter/bogofilter.c
5385                 Use normal filtering way of moving
5386                 messages (batching), possibly fixing
5387                 bug #1015 (Bogofilter plugin doubles 
5388                 new messages)
5390 2006-09-09 [wwp]        2.4.0cvs168
5392         * src/prefs_filtering.c
5393                 better place for this fix.
5395 2006-09-09 [wwp]        2.4.0cvs167
5397         * src/prefs_filtering.c
5398                 fix a minor bug when the enabled status of a filtering/processing
5399                 rule always got set to TRUE when replacing this rule. That still
5400                 make sense when adding a new rule, but now when replacing, we
5401                 don't override the value of 'enabled'.
5402                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5403                 to prefs_filtering_list_view_get_info() as this function not only
5404                 returns the name, but also the account_id and the enabled status.
5406 2006-09-09 [mones]      2.4.0cvs166
5408         * manual/glossary.xml
5409         * manual/plugins.xml
5410                 Minor format corrections
5411         * manual/gpl.xml
5412                 Fix misplaced NO WARRANTY section
5413         * manual/es/advanced.xml
5414         * manual/es/faq.xml
5415         * manual/es/glossary.xml
5416         * manual/es/gpl.xml
5417         * manual/es/handling.xml
5418         * manual/es/plugins.xml
5419         * manual/es/starting.xml
5420                 Incorporate changes from English version
5421         * manual/fr/ack.xml
5422         * manual/pl/ack.xml
5423         * manual/es/ack.xml
5424                 Fix address, (add translation credits in es version)
5425         * po/es.po
5426                 Updated translation
5428 2006-09-09 [wwp]        2.4.0cvs165
5430         * src/prefs_filtering.c
5431                 fix a crash when opening filtering prefs, if matcherrc file contains
5432                 broken data (non-existing account id, which is theoretically not
5433                 possible).
5435 2006-09-08 [colin]      2.4.0cvs164
5437         * src/folder.c
5438                 Wrong assert, make it an if()
5439         * src/gtk/gtksctree.c
5440                 Fix bug #1013 (expand selected thread 
5441                 tree) - expanding is now recursive
5443 2006-09-07 [wwp]        2.4.0cvs163
5445         * src/prefs_matcher.c
5446                 make better sentences about addressbook matching in the
5447                 matcher prefs. This should make translators' work easier
5448                 too.
5450 2006-09-07 [wwp]        2.4.0cvs162
5452         * src/prefs_filtering.c
5453                 code simplification (get rid of dup var. assignment).
5455 2006-09-07 [wwp]        2.4.0cvs161
5457         * src/summaryview.c
5458                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5459                 <fzzzzz@gmail.com>.
5461 2006-09-07 [paul]       2.4.0cvs160
5463         * src/mimeview.c
5464                 fix compilation warnings
5465                 Thanks to Colin
5467 2006-09-07 [paul]       2.4.0cvs159
5469         * src/mimeview.c
5470                 select the mimepart icon when
5471                 displaying as text
5472                 Thanks to Colin
5474 2006-09-06 [paul]       2.4.0cvs158
5476         * src/prefs_filtering.c
5477                 fix labels and table element spacing
5478                 Patch by Fabien Vantard
5480 2006-09-06 [paul]
5482         2.5.0-rc3 released
5484 2006-09-06 [paul]       2.4.0cvs157
5486         * manual/es/advanced.xml
5487                 fix typo
5489 2006-09-06 [wwp]        2.4.0cvs156
5491         * src/mainwindow.c
5492                 fix an dup launch issue when iconified, thanks to Colin.
5494 2006-09-06 [wwp]        2.4.0cvs155
5496         * src/gtk//gtksctree.h
5497                 oops, forgot that one!
5499 2006-09-06 [wwp]        2.4.0cvs154
5501         * manual/pl/advanced.xml
5502         * manual/advanced.xml
5503         * manual/es/advanced.xml
5504         * manual/fr/advanced.xml
5505         * src/prefs_customheader.c
5506         * src/prefs_filtering_action.c
5507         * src/foldersel.c
5508         * src/prefs_summaries.c
5509         * src/prefs_filtering.c
5510         * src/account.c
5511         * src/compose.c
5512         * src/prefs_summary_column.c
5513         * src/addr_compl.c
5514         * src/prefs_actions.c
5515         * src/prefs_folder_column.c
5516         * src/ssl_manager.c
5517         * src/prefs_template.c
5518         * src/prefs_display_header.c
5519         * src/prefs_common.h
5520         * src/prefs_matcher.c
5521         * src/prefs_common.c
5522         * src/prefs_toolbar.c
5523         * src/summaryview.c
5524         * src/folderview.c
5525         * src/gtk/gtksctree.c
5526         * src/gtk/pluginwindow.c
5527         * src/gtk/progressdialog.c
5528         * src/gtk/prefswindow.c
5529                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5530                 to make its meaning more obvious (all versions of the manual reflect
5531                 the change).
5532                 added an extra hidden option use_stripes_in_summary to allow
5533                 discarding these stripes in mainwindow's folder and message lists;
5534                 en and fr manuals only are OK towards this.
5536 2006-09-06 [colin]      2.4.0cvs153
5538         * src/textview.c
5539                 Hide Sylpheed-Claws' internal queue headers
5540                 when showing all headers. They'll be present
5541                 only in Source window.
5543 2006-09-05 [colin]      2.4.0cvs152
5545         * src/plugins/trayicon/trayicon.c
5546                 Fix crash at exit - we have to disconnect
5547                 our handlers
5548         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5549                 Update eggtrayicon - patch adapted from a
5550                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5551                 on Sylpheed's ML
5553 2006-09-05 [colin]      2.4.0cvs151
5555         * src/mainwindow.c
5556         * src/gtk/logwindow.c
5557                 Fix race condition when something writes
5558                 to the log too soon during init. Thanks
5559                 to Fabien Vantard
5561 2006-09-05 [colin]      2.4.0cvs150
5563         * src/mimeview.c
5564                 Don't select part on right-click either
5566 2006-09-05 [paul]       2.4.0cvs149
5568         * src/mimeview.c
5569                 completion of previous commit
5570                 Thanks to Colin
5572 2006-09-05 [colin]      2.4.0cvs148
5574         * src/mimeview.c
5575                 Don't force selection on middle-click, just open
5577 2006-09-04 [colin]      2.4.0cvs147
5579         * src/mimeview.c
5580                 Looks like gtk_notebook_set_current_page()
5581                 sometimes steals focus, and this annoys us
5582                 in MimeViewers as it renders navigation
5583                 keys useless. Take back focus after switching
5584                 pages.
5586 2006-09-04 [colin]      2.4.0cvs146
5588         * src/messageview.c
5589                 Set stop_loading when clicking on Next
5590                 during load. Don't add a callback to 
5591                 avoid over-complicating things.
5593 2006-09-04 [colin]      2.4.0cvs145
5595         * src/mimeview.c
5596         * src/messageview.c
5597                 Fix multiple loads in separate messageview
5599 2006-09-04 [colin]      2.4.0cvs144
5601         * src/summaryview.c
5602                 Let navigation keys be handled during 
5603                 load
5605 2006-09-04 [colin]      2.4.0cvs143
5607         * src/messageview.c
5608         * src/summaryview.c
5609         * src/textview.c
5610         * src/textview.h
5611                 Make loading of huge mails (lots of text and/or
5612                 images) cancellable, so the GUI doesn't block 
5614 2006-09-04 [colin]      2.4.0cvs142
5616         * src/plugins/trayicon/trayicon.c
5617                 Fix annoyance when removing a folder with 
5618                 unread mails: trayicon didn't update
5620 2006-09-04 [paul]       2.4.0cvs141
5622         * src/gtk/icon_legend.c
5623                 straighten up columns
5624                 Patch by Fabien Vantard
5626 2006-09-04 [wwp]        2.4.0cvs140
5628         * src/prefs_filtering.c
5629                 fix new line's account name in filtering prefs:
5630                 was "All", is now "(New)".
5632 2006-09-04 [paul]       2.4.0cvs139
5634         * tools/make.themes.project
5635                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5636                 instead of homebrewed "make release"
5638 2006-09-03 [colin]      2.4.0cvs138
5640         * src/folderview.c
5641                 Fix bug #1007 (Wrong folder highlighted)
5643 2006-09-03 [colin]      2.4.0cvs137
5645         * src/compose.c
5646                 Don't set Newsgroup: header to a mail folder
5647                 path
5649 2006-09-03 [paul]       2.4.0cvs136
5651         * src/prefs_other.c
5652         * src/prefs_spelling.c
5653                 unify the gui
5655 2006-09-03 [paul]       2.4.0cvs135
5657         * src/prefs_summaries.c
5658                 correct menu item text in prefs_keybind_apply_clicked()
5660 2006-09-03 [paul]       2.4.0cvs134
5662         * manual/advanced.xml
5663                 some improvements to the descriptions
5664         * src/mainwindow.c
5665         * src/messageview.c
5666         * src/summaryview.c
5667         * src/gtk/menu.c
5668                 fix menu sensitivity issues
5669         * src/prefs_message.c
5670                 drop the useless word 'short'
5671         * src/prefs_other.c
5672                 add the word 'lines' indicating log length
5673                 is a measure of lines
5674         * src/textview.c
5675                 fix compilation warnings
5677 2006-09-02 [colin]      2.4.0cvs133
5679         * src/messageview.c
5680                 Display a special return-receipt message
5681                 if the message is from the user
5682         * src/summaryview.c
5683                 Fix missing freeze of the list when marking
5684                 all read and unthreading for exec. Thanks
5685                 to Stephan Sachse.
5687 2006-09-02 [paul]       2.4.0cvs132
5689         * src/mainwindow.c
5690         * src/prefs_message.c
5691         * src/summaryview.c
5692                 fix some english
5694 2006-09-02 [wwp]        2.4.0cvs131
5696         * src/prefs_filtering.c
5697                 added an account name column to the filtering rules
5698                 dialog.
5700 2006-09-02 [colin]      2.4.0cvs130
5702         * src/gtk/logwindow.c
5703         * src/gtk/logwindow.h
5704                 Block scrolling if we're not at the end
5705                 of the log
5707 2006-09-02 [colin]      2.4.0cvs129
5709         * src/folder.c
5710                 Make sure account-specific rules can't
5711                 be used in {pre-,post-,}processing
5712         * src/mainwindow.c
5713         * src/gtk/logwindow.c
5714         * src/gtk/logwindow.h
5715                 Jump to last error when clicking on the
5716                 warning icon
5718 2006-09-02 [colin]      2.4.0cvs128
5720         * src/imap.c
5721         * src/import.c
5722         * src/mainwindow.c
5723         * src/mainwindow.h
5724                 Fix warning icon
5725         * src/inc.c
5726         * src/mbox.c
5727         * src/mbox.h
5728                 Let proc_mbox know its account, for
5729                 account-specific rules
5731 2006-09-01 [colin]      2.4.0cvs127
5733         * src/codeconv.c
5734                 Don't uselessly use iconv to convert from
5735                 us-ascii
5736         * src/alertpanel.c
5737         * src/mainwindow.c
5738         * src/mainwindow.h
5739         * src/inc.c
5740                 Fix certain log cases, disable warning icon
5741                 for now, the correct way to display it when
5742                 necessary and only when necessary is probably
5743                 to do it manually rather than use error logs
5744         * src/etpan/imap-thread.c
5745                 Clean up UID logging a bit
5746         * src/gtk/logwindow.c
5747         * src/gtk/logwindow.h
5748                 Make logging faster when the window's closed
5750 2006-09-01 [wwp]        2.4.0cvs126
5752         * manual/fr/account.xml
5753                 reflect changes to the ref. manual (parts of cvs72):
5754                 fix tabnames and quotes.
5756 2006-09-01 [wwp]        2.4.0cvs125
5758         * manual/fr/plugins.xml
5759                 reflect changes to the reference manual (cvs42):
5760                 update IRC channel info.
5762 2006-09-01 [wwp]        2.4.0cvs124
5764         * commitHelper
5765                 use CVSEDITOR env. var. if set, according to `man cvs`.
5767 2006-09-01 [wwp]        2.4.0cvs123
5769         * manual/advanced.xml
5770                 better sentence again (thanks to Paul).
5772 2006-09-01 [wwp]        2.4.0cvs122
5774         * manual/advanced.xml
5775         fix definition of toolbar_detachable and rework a bit the one of
5776         enable_dotted_lines.
5778 2006-09-01 [mones]      2.4.0cvs121
5780         * manual/advanced.xml
5781                 Document enable_dotted_lines
5783 2006-09-01 [paul]       2.4.0cvs120
5785         * src/folderview.c
5786         * src/folderview.h
5787         * src/imap.c
5788         * src/mainwindow.c
5789         * src/summaryview.c
5790                 obey the 'When entering folder...' option
5791                 when using the /View/Go to/... menu items
5792                 Thanks to Colin
5794 2006-08-31 [colin]      2.4.0cvs119
5796         * src/folderview.c
5797                 Revert 2.4.0cvs116, wrong fix.
5799 2006-08-31 [colin]      2.4.0cvs118
5801         * src/gtk/gtksctree.c
5802                 Better state the various copyrights
5804 2006-08-31 [colin]      2.4.0cvs117
5806         * src/prefs_common.c
5807                 fix enable_dotted_lines
5809 2006-08-31 [colin]      2.4.0cvs116
5811         * src/folderview.c
5812                 Use pref "Always open on select" when going
5813                 to next unread folder
5814         * src/gtk/gtksctree.c
5815                 Fix link failure to _gtk_clist_create_cell_layout
5816                 on certain computers. (Why not mine, I wonder)
5818 2006-08-31 [colin]      2.4.0cvs115
5820         * src/procmsg.c
5821         * src/textview.c
5822         * src/plugins/bogofilter/bogofilter.c
5823         * src/plugins/spamassassin/spamassassin.c
5824                 Requalify some "errors" to warnings
5825         * src/mainwindow.c
5826         * src/mainwindow.h
5827         * src/statusbar.c
5828                 Add an icon in the statusbar to notify
5829                 of errors
5830         * src/gtk/gtksctree.c
5831         * src/folderview.c
5832         * src/summaryview.c
5833                 Make the GtkSCTree look more modern by
5834                 alternating background lines
5835         * src/prefs_common.c
5836         * src/prefs_common.h
5837                 Add a pref to let people have the old
5838                 way if they prefer
5841 2006-08-30 [colin]      2.4.0cvs114
5843         * src/procmsg.c
5844         * src/procmsg.h
5845                 Provide a way to filter a list of
5846                 messages in an optimised manner, and
5847                 add a list-filtering hook
5848         * src/folder.c
5849         * src/inc.c
5850         * src/mbox.c
5851                 Use the list filtering
5852         * src/plugins/bogofilter/bogofilter.c
5853                 Use the list-filtering hook
5854                 Use -b (bulk) mode for more speed
5855                 when learning and filtering
5856         * src/etpan/imap-thread.c
5857                 Make log output shorter in UID SEARCH
5860 2006-08-30 [colin]      2.4.0cvs113
5862         * src/plugins/bogofilter/bogofilter.c
5863                 Really fast mass learning - thanks to David
5864                 Relson for the options explanations :)
5866 2006-08-30 [colin]      2.4.0cvs112
5868         * src/msgcache.c
5869                 Fix compilation on FreeBSD. Thanks
5870                 to Michael Hugues
5872 2006-08-29 [colin]      2.4.0cvs111
5874         * src/folderview.c
5875                 Handle "popup_menu" signal (for popping the 
5876                 menu via the keyboard)
5877         * src/mimeview.c
5878         * src/mimeview.h
5879         * src/summaryview.c
5880         * src/textview.c
5881         * src/gtk/gtkutils.c
5882         * src/gtk/gtkutils.h
5883                 Factorize scrolling code, and add an API 
5884                 for MimeViewers to handle scroll orders
5886 2006-08-29 [wwp]        2.4.0cvs110
5888         * src/plugins//bogofilter/bogofilter.c
5889         * src/plugins//spamassassin/spamassassin.c
5890                 make the bogofilter/spamassassin filtering error dialogs at
5891         incorporation obey to the "don't popup error dialog on
5892         receive error" option. If disabled, feed the log window w/
5893         the error message.
5895 2006-08-29 [paul]
5897         2.5.0-rc2 released
5899 2006-08-29 [paul]       2.4.0cvs109
5901         * Makefile.am
5902                 remove 'make release', it's not needed
5903                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5905 2006-08-29 [paul]       2.4.0cvs108
5907         * src/foldersel.c
5908         * src/summary_search.c
5909         * src/gtk/progressdialog.c
5910         * src/plugins/pgpcore/passphrase.c
5911                 replace deprecated gtk_window_set_policy()
5913 2006-08-29 [colin]      2.4.0cvs107
5915         * src/folder.c
5916                 Fix data loss when copy fails during a move:
5917                 only use fast remove_msgs if everything was
5918                 copied OK; else use slow remove_msg on the
5919                 mails that got copied only.
5921 2006-08-28 [paul]       2.4.0cvs106
5923         * src/mh.c
5924                 revert change in 2.4.0cvs104, it breaks
5925                 stuff
5927 2006-08-28 [paul]       2.4.0cvs105
5929         * src/plugins/spamassassin/spamassassin.c
5930                 english fix
5932 2006-08-28 [paul]       2.4.0cvs104
5934         * src/mh.c
5935                 fix data loss when moving to another
5936                 mailbox fails
5937         * src/prefs_spelling.c
5938                 improve the english
5939         * src/gtk/pluginwindow.c
5940                 improve the layout of the dialog text
5941         All thanks to Colin
5943 2006-08-28 [paul]       2.4.0cvs103
5945         * src/plugins/bogofilter/bogofilter.c
5946         * src/plugins/bogofilter/bogofilter_gtk.c
5947                 fix english up a bit, innit
5949 2006-08-28 [paul]       2.4.0cvs102
5951         * configure.ac
5952         * po/Makefile.in.in
5953         * po/Makevars
5954                 require autoconf 2.60, enabling building
5955                 with gettext 0.15 (gettext 0.14.x build still
5956                 possible). Replace Makefiles with versions
5957                 from gettext 0.15.
5958                 Remove configure options --with-localedir and
5959                 --with-mandir. The options that are provided
5960                 directly by autoconf 2.60 can be used instead:
5961                 --mandir --localedir
5963 2006-08-27 [colin]      2.4.0cvs101
5965         * src/plugins/bogofilter/Makefile.am
5966                 Fix make dist (no README)
5968 2006-08-27 [colin]      2.4.0cvs100
5970         * src/folder.c
5971                 Don't use F_UNKNOWN folders for any default
5972                 outbox/trash/etc
5973         * src/plugins/bogofilter/bogofilter.c
5974         * src/plugins/bogofilter/bogofilter.h
5975         * src/plugins/bogofilter/bogofilter_gtk.c
5976                 Add an option to specify the path to bogofilter
5977                 Use single-quotes to be able to learn in folders
5978                 with spaces in their names
5979                 Verify learning status
5981 2006-08-27 [colin]      2.4.0cvs99
5983         * manual/faq.xml
5984         * manual/plugins.xml
5985                 Document Bogofilter plugin
5987 2006-08-27 [colin]      2.4.0cvs98
5989         * src/compose.c
5990         * src/messageview.c
5991         * src/procmsg.c
5992         * src/procmsg.h
5993                 When possible, copy the queued mail to sent folder
5994                 instead of re-adding. Much faster on IMAP.
5996 2006-08-27 [colin]      2.4.0cvs97
5998         * src/msgcache.c
5999                 Disable mmaped caches - huge metadata loss
6000                 here after a power failure.
6001         * src/summaryview.c
6002                 Add quicksearch timing
6003         * src/common/plugin.c
6004         * src/common/plugin.h
6005                 Implement an interface to tell what plugins
6006                 provide. Prevent loading of similar plugins.
6007         * src/plugins/clamav/clamav_plugin.c
6008         * src/plugins/demo/demo.c
6009         * src/plugins/dillo_viewer/dillo_viewer.c
6010         * src/plugins/pgpcore/plugin.c
6011         * src/plugins/pgpinline/pgpinline.c
6012         * src/plugins/pgpmime/pgpmime.c
6013         * src/plugins/spamassassin/spamassassin.c
6014         * src/plugins/trayicon/trayicon.c
6015                 Implement plugin_provides()
6017 2006-08-27 [colin]      2.4.0cvs96
6019         * configure.ac
6020         * src/plugins/Makefile.am
6021         * src/plugins/bogofilter/.cvsignore
6022         * src/plugins/bogofilter/Makefile.am
6023         * src/plugins/bogofilter/bogofilter.c
6024         * src/plugins/bogofilter/bogofilter.h
6025         * src/plugins/bogofilter/bogofilter_gtk.c
6026                 New Bogofilter plugin, provides filtering and
6027                 learning. Spamassassin will go to extra plugins.
6029 2006-08-26 [mones]      2.4.0cvs95
6031         * manual/handling.xml
6032                 Fix subfolder path in the example (thanks to Paul) 
6034 2006-08-26 [mones]      2.4.0cvs94
6036         * manual/glossary.xml
6037                 2.2. + add ISP to the glossary
6038                 7.5. + Add UIDL to glossary
6039                 7.7. + Add TCP to glossary
6040         * manual/handling.xml
6041                 7.1. + Mentions GNU/Linux distribution, what about the non...
6042                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
6043                 7.3. + Mentions .bashrc, what about the non-bash ones? 
6044                 7.4. = Use appropriate quotation for commands
6045                 7.6. = change "" to <quote></quote>
6046         * manual/plugins.xml
6047                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
6048         * manual/starting.xml
6049                 2.1. + local mbox file: some examples of mbox file locations...
6050                 Also reformatted files requiring it
6052 2006-08-26 [wwp]        2.4.0cvs93
6054         * src/summary_search.c
6055                 disable find buttons while summary search is running.
6057 2006-08-25 [colin]      2.4.0cvs92
6059         * src/folder.c
6060         * src/folderutils.c
6061         * src/mh.c
6062         * src/procmsg.h
6063         * src/summaryview.c
6064                 Speed up MH moving, and add progressbar
6065                 for MH deletion
6066         * src/msgcache.c
6067                 Write cache files using mmap() too
6069 2006-08-25 [wwp]        2.4.0cvs91
6071         * src/summaryview.c
6072                 switch spam<->ham button when a message has been marked as spam or ham
6073                 and is still selected. Thanks to Colin.
6075 2006-08-25 [paul]       2.4.0cvs90
6077         * src/Makefile.am
6078         * src/stock_pixmap.c
6079         * src/stock_pixmap.h
6080         * src/summaryview.c
6081         * src/gtk/icon_legend.c
6082         * src/pixmaps/copied.xpm
6083         * src/pixmaps/moved.xpm
6084                 add icons for delayed execution marked for
6085                 copying, marked for moving
6087 2006-08-25 [mones]      2.4.0cvs89
6089         * manual/glossary.xml
6090                 Fix the other glossary items:
6091                 5.1. = Inmmediate execution -> <quote>immediate execution...
6092                 5.2. = Fix MBOX capitalization -> Mbox
6093                 5.3. + Improve Plugins def. w/ tech. ref.
6094                 5.4. = Quotation -> replace '>' by <quote>></quote>
6095                 5.5. - SMTP Server. -> remove dot
6096         * po/es.po
6097                 Updated translation
6099 2006-08-25 [mones]      2.4.0cvs88
6101         * manual/ack.xml
6102                 Reformatted, changed email address
6103         * manual/glossary.xml
6104                 Reformatted, fixed MANUAL-TODO items:
6105                 8.2. + add ROT-13 to glossary
6106                 8.4. + add URL to glossary
6107         * manual/es/advanced.xml
6108                 Fixed <literal>s
6110 2006-08-25 [paul]       2.4.0cvs87
6112         * src/gtk/icon_legend.c
6113                 add 'marked for deletion' icon
6114                 arrange icons by containing column
6115                 wrap long label text
6117 2006-08-25 [colin]      2.4.0cvs86
6119         * src/common/utils.c
6120         * src/common/utils.h
6121                 Add the sc_g_*list_bigger functions in
6122                 a place everyone can use it
6123         * src/summaryview.c
6124                 Only freeze/thaw the list when working
6125                 on the selection, if it's bigger than 1
6126         * src/gtk/gtksctree.c
6127                 Only freeze/thaw the list when unselec-
6128                 ting 'all' if ('all' != 1)
6129                 This avoids some flickering
6131 2006-08-24 [colin]      2.4.0cvs85
6133         * src/addressbook.c
6134                 Fix strange list selection
6135                 Fix random seg (Invalid read of freed memory)
6137 2006-08-24 [colin]      2.4.0cvs84
6139         * src/alertpanel.c
6140         * src/gtk/inputdialog.c
6141         * src/plugins/pgpcore/passphrase.c
6142                 Revert minimal width patch of 2.4.0cvs67,
6143                 as it is also a maximal width. Use 
6144                 gtk_window_set_default_size instead.
6146 2006-08-24 [colin]      2.4.0cvs83
6148         * src/msgcache.c
6149                 Write cache/mark to temp files before
6150                 overwriting old ones (avoids metadata
6151                 loss if writing the new files fail).
6152                 Use mmap() to read cache/mark file, as
6153                 this makes cache reading faster. Dis-
6154                 abled for big-endian machines until it
6155                 can be tested. (Big-endian users: set
6156                 msgcache_use_mmap = TRUE in the relevant
6157                 #if).
6158         * src/procmsg.h
6159                 Move rarely used fields of MsgInfo in 
6160                 another structure, which will only be
6161                 allocated if needed. Face, X-Face,
6162                 Return receipt headers and List-*
6163                 headers are moved. Mails having none
6164                 of these occupy 52 bytes less with
6165                 this patch, which makes 2.5MB of RAM
6166                 saved on a 50k folder).
6167         * src/headerview.c
6168         * src/mainwindow.c
6169         * src/messageview.c
6170         * src/partial_download.c
6171         * src/procheader.c
6172         * src/procmsg.c
6173         * src/textview.c
6174                 Follow this structure change.
6176 2006-08-24 [wwp]        2.4.0cvs82
6178         * manual/es/.cvsignore
6179         * manual/es/dist/.cvsignore
6180         * manual/es/dist/html/.cvsignore
6181         * manual/es/dist/pdf/.cvsignore
6182         * manual/es/dist/ps/.cvsignore
6183         * manual/es/dist/txt/.cvsignore
6184                 more (generated) files to ignore.
6186 2006-08-24 [colin]      2.4.0cvs81
6188         * src/folder.c
6189         * src/mh.c
6190                 Fix possible problems with local delivery. Check the folder doesn't
6191                 need scan before setting its mtime when saving cache (which can be
6192                 done long after the folder's been modified by an external process);
6193                 Check that the stored item's mtime didn't change in mh functions.
6195 2006-08-24 [mones]      2.4.0cvs80
6197         * manual/advanced.xml
6198                 Rewrapping, some fixes and MANUAL-TODO items:
6199                 8.1. = change "" to <quote></quote>
6200                 8.3. = quote menu items
6201                 8.5. - deploying -> new user ... ideally a new user (redundant)
6203 2006-08-23 [colin]      2.4.0cvs79
6205         * src/gtk/gtksctree.c
6206                 When selecting or deselecting range, only
6207                 freeze/thaw when selection is bigger than 10
6209 2006-08-23 [colin]      2.4.0cvs78
6211         * src/messageview.c
6212         * src/mimeview.c
6213         * src/mimeview.h
6214         * src/plugins/dillo_viewer/dillo_viewer.c
6215                 Provide an API for MimeViewer plugins to
6216                 return a text selection for replying
6218 2006-08-23 [colin]      2.4.0cvs77
6220         * src/image_viewer.c
6221         * src/textview.c
6222                 Use gtk_pixbuf_new_from_file_at_scale(), which
6223                 is faster than getting the pixbuf then resizing
6224                 it.
6226 2006-08-23 [colin]      2.4.0cvs76
6228         * src/procmime.c
6229                 UTF-8 should be sent Quoted-printable
6231 2006-08-22 [colin]      2.4.0cvs75
6233         * src/mh.c
6234                 Check if scan is required before touching
6235                 the folder (or it'll be required every time)
6237 2006-08-22 [colin]      2.4.0cvs74
6239         * configure.ac
6240                 Require libetpan 0.46 (crasher fix when built
6241                 against gnutls)
6243 2006-08-22 [colin]      2.4.0cvs73
6245         * src/folder.c
6246                 Set folder's mtime after writing its
6247                 cache
6248         * src/folderview.c
6249                 Add some timing
6250         * src/procmsg.c
6251                 Don't do useless stuff if we don't 
6252                 thread by subject
6253         * src/summaryview.c
6254                 Add some timing, don't deselect prior
6255                 to selecting (gtksctree does it itself),
6256                 remove crash avoidance hacks as it's been
6257                 properly fixed since a while
6258         * src/common/utils.c
6259                 Optimize to_human_readable(): _() is slow,
6260                 do it only once, and avoid %f format for KB
6261                 (the most common in a summaryview)
6262         * src/gtk/gtksctree.c
6263                 Don't uselessly freeze/thaw (fixes flicker
6264                 on next unread and friends), reduce number
6265                 of g_list_nth/g_list_position where possible
6266         * src/gtk/gtkutils.c
6267         * src/gtk/gtkutils.h
6268                 Reduce number of g_list_nth/g_list_position
6269                 where possible.
6270                 All of this makes loading as 70k folder 2.1
6271                 seconds instead of 3.2 (with hot FS caches).
6272                 (1.3 seconds without Date and Size columns...)
6274 2006-08-22 [paul]       2.4.0cvs72
6276         wrap documents and do some items from mones' MANUAL-TODO:
6278         * manual/account.xml
6279                 4.1. = fix tabname references to <quote>tabname</quote>
6280                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6281         * manual/faq.xml
6282                 1.1. = mentioned options don't match UI
6283                 Add information about the 'Never send Return Receipts'
6284                 option
6285         * manual/handling.xml
6286                 6.2. = Mentions Extended symbols button, but now is
6287                 named Information
6288                 6.3. = Mentions ... button, which is now Edit
6290 2006-08-22 [colin]      2.4.0cvs71
6292         * src/gtk/pluginwindow.c
6293                 Fix layout in verbose translations (such
6294                 as french)
6296 2006-08-22 [paul]       2.4.0cvs70
6298         * manual/Makefile.am
6299                 build manuals in alphabetical order
6300         * src/addressbook.c
6301         * src/prefs_themes.c
6302                 replace/remove deprecated symbols
6303         * src/gtk/gtkutils.c
6304                 fix a warning
6305         * src/gtk/pluginwindow.c
6306                 replace deprecated symbol
6307                 replace label text and move it
6308         * src/plugins/pgpcore/prefs_gpg.c
6309                 move the 'Generate...' button out of the
6310                 Sign Key frame, replace the English used
6311         * src/plugins/pgpcore/sgpgme.c
6312                 fixes to the English
6314 2006-08-21 [colin]      2.4.0cvs69
6316         * src/plugins/trayicon/trayicon.c
6317                 Add more strings for translation; patch
6318                 by Pawel
6320 2006-08-21 [colin]      2.4.0cvs68
6322         * src/compose.c
6323                 fix replied flag not set after drafting
6324         * src/matcher.c
6325                 fix body quicksearch in non-encoded bodies
6326                 containing '='
6327         * src/msgcache.c
6328                 Get rid of the g_malloc workaround for
6329                 corrupted caches, use g_try_malloc
6331 2006-08-21 [colin]      2.4.0cvs67
6333         * src/alertpanel.c
6334         * src/gtk/inputdialog.c
6335         * src/plugins/pgpcore/passphrase.c
6336                 Set minimal width to 375
6337         * src/mainwindow.c
6338                 Fix switching to offline, asking if it 
6339                 should be overriden for synchronising
6340         * src/mimeview.c
6341                 Don't offer to remember command on Open 
6342                 with for text parts, as the browser or 
6343                 text editor command isn't changed from 
6344                 there
6346 2006-08-20 [paul]       2.4.0cvs66
6348         * po/ko.po
6349         * po/zh_CN.po
6350                 fix plural form errors. revealed by stricter
6351                 checking of gettext 0.15
6353 2006-08-18 [paul]       2.4.0cvs65
6355         * src/stock_pixmap.c
6356                 fix the fix of 2.4.0cvs64
6357                 Thanks to Colin
6359 2006-08-18 [paul]       2.4.0cvs64
6361         * src/stock_pixmap.c
6362                 fix leaks
6363                 Thanks to Colin
6365 2006-08-18 [paul]       2.4.0cvs63
6367         * src/compose.c
6368         * src/procmsg.c
6369                 fix occasional IMAP bug where large msgs
6370                 were left in the queue folder after sending
6371                 Thanks to Colin
6373 2006-08-18 [paul]       2.4.0cvs62
6375         * src/folderview.c
6376                 freeze the summaryview while quicksearch results
6377                 are displayed
6378                 (fixes bug 456 'current message is hidden when the
6379                 view is refreshed and extended search is "unread 
6380                 messages"')
6381                 Thanks to Colin
6382         * src/textview.c
6383                 add missing #include "inputdialog.h"
6384         * src/common/utils.h
6385                 add missing mailcap_update_default() and improve
6386                 readability
6388 2006-08-17 [colin]      2.4.0cvs61
6390         * src/plugins/pgpcore/select-keys.c
6391                 Fix warnings :)
6393 2006-08-17 [colin]      2.4.0cvs60
6395         * src/compose.c
6396                 Don't continue queuing if Cancel is clicked
6397                 in select-keys
6399 2006-08-17 [colin]      2.4.0cvs59
6401         * src/plugins/pgpcore/select-keys.c
6402                 When encrypting, if only one key matches and it 
6403                 matches exactly, automatically use it.
6405 2006-08-17 [colin]      2.4.0cvs58
6407         * src/mimeview.c
6408         * src/prefs_common.c
6409         * src/prefs_common.h
6410         * src/prefs_ext_prog.c
6411         * src/textview.c
6412                 Fix issues with previous patch (text/html)
6413                 Remove outdated prefs
6415 2006-08-17 [colin]      2.4.0cvs57
6417         * src/imap.c
6418                 Add View Log button on auth error
6419         * src/procmsg.c
6420                 Fix encrypted mail marked as new when
6421                 saved in normal folders
6422         * src/plugins/pgpinline/pgpinline.c
6423                 Fix encrypt bug on IMAP
6424         * src/mimeview.c
6425         * src/common/utils.c
6426         * src/common/utils.h
6427         * src/gtk/inputdialog.c
6428         * src/gtk/inputdialog.h
6429                 Get rid of metamail stuff, simplify
6430                 opening, and allow remembering of user's
6431                 choices (by updating ~/.mailcap). There's
6432                 still to drop "Audio player" and "Image
6433                 viewer" preferences.
6435 2006-08-17 [mones]      2.4.0cvs56
6437         * manual/es/sylpheed-claws-manual.xml
6438                 fix DTD path
6440 2006-08-17 [mones]      2.4.0cvs55
6442         * configure.ac
6443         * manual/Makefile.am
6444         * manual/es/Makefile.am
6445         * manual/es/account.xml
6446         * manual/es/ack.xml
6447         * manual/es/addrbook.xml
6448         * manual/es/advanced.xml
6449         * manual/es/faq.xml
6450         * manual/es/glossary.xml
6451         * manual/es/gpl.xml
6452         * manual/es/handling.xml
6453         * manual/es/intro.xml
6454         * manual/es/keyboard.xml
6455         * manual/es/plugins.xml
6456         * manual/es/starting.xml
6457         * manual/es/sylpheed-claws-manual.xml
6458         * manual/es/dist/Makefile.am
6459         * manual/es/dist/html/Makefile.am
6460         * manual/es/dist/pdf/Makefile.am
6461         * manual/es/dist/ps/Makefile.am
6462         * manual/es/dist/txt/Makefile.am
6463                 Spanish translation for the manual
6465 2006-08-16 [colin]      2.4.0cvs54
6467         * src/compose.c
6468         * src/main.c
6469         * src/mainwindow.c
6470                 Fix send button sensitivity at startup
6471                 Set send menu sensitivity (patch by Fabien)
6472         * src/ssl_manager.c
6473                 Enable closing with esc (patch by Fabien)
6474         * src/gtk/foldersort.c
6475                 Enable closing with esc (patch by Fabien)
6476         * src/procmime.c
6477                 Optimisation (no need to copy to tempfile to
6478                 "decode" 7bit and 8bit)
6479         * src/summaryview.c
6480                 Fix cruft in swap_from case
6481         * src/textview.c
6482                 Fix missing last line in some mail cases 
6483                 (Fixes debian #381872)
6484         * src/plugins/pgpcore/prefs_gpg.c
6485         * src/plugins/pgpcore/sgpgme.c
6486         * src/plugins/pgpcore/sgpgme.h
6487                 Don't show "no key found" when user explicitely
6488                 wants to create a key
6490 2006-08-16 [paul]       2.4.0cvs53
6492         * configure.ac
6493         * src/account.c
6494         * src/addressbook.c
6495         * src/headerview.c
6496         * src/prefs_account.c
6497         * src/prefs_message.c
6498         * src/gtk/gtkutils.c
6499                 bump up minimum required versions of GTK+ and
6500                 GLIB to 2.6.0
6502 2006-08-16 [paul]       2.4.0cvs52
6504         * src/toolbar.c
6505                 workaround GTK+ Bug 351600 - 'Can't re-click
6506                 on button after sensitivity update'
6507                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6508                 Thanks to Colin
6510 2006-08-15 [colin]      2.4.0cvs51
6512         * src/plugins/pgpcore/prefs_gpg.c
6513                 Set options sensitivity according to
6514                 key existence
6515         * src/plugins/pgpcore/sgpgme.c
6516                 Allow to create key with no passphrase
6518 2006-08-14 [cleroy]     2.4.0cvs50
6520         * src/gtk/pluginwindow.c
6521                 New layout (maybe to be changed?)
6522         * src/gtk/gtkutils.c
6523                 Fix a bit label_window
6524         * src/plugins/pgpcore/passphrase.c
6525         * src/plugins/pgpcore/passphrase.h
6526         * src/plugins/pgpcore/plugin.c
6527         * src/plugins/pgpcore/prefs_gpg.c
6528         * src/plugins/pgpcore/prefs_gpg.h
6529         * src/plugins/pgpcore/sgpgme.c
6530         * src/plugins/pgpcore/sgpgme.h
6531                 Allow to create a PGP private key via the GUI
6533 2006-08-14 [wwp]        2.4.0cvs49
6535         * src/addressbook_foldersel.c
6536                 fix strict ISO C90 compliance.
6538 2006-08-14 [paul]       2.4.0cvs48
6540         * src/gtk/prefswindow.c
6541                 re-set scrolled window on opening
6542                 Patch by Ticho
6544 2006-08-14 [paul]
6546         2.5.0-rc1 released
6548 2006-08-14 [paul]       2.4.0cvs47
6550         * src/prefs_display_header.c
6551                 re-enable user-defined Displayed Headers
6553 2006-08-14 [paul]       2.4.0cvs46
6555         * src/prefs_account.c
6556                 use GTK_STOCK_EDIT
6558 2006-08-13 [colin]      2.4.0cvs45
6560         * src/common/utils.c
6561                 Fix "a" in quote when the original message is empty,
6562                 by using \0 instead of 'a' to test writability of
6563                 temp files.
6565 2006-08-13 [wwp]        2.4.0cvs44
6567         * src/plugins/spamassassin/spamassassin.c
6568                 fix capitalization of "SpamAssassin" in some debug, log and
6569                 dialog messages.
6571 2006-08-13 [paul]       2.4.0cvs43
6573         * src/editldap.c
6574                 fix overlapping widgets
6575         * src/prefs_account.c
6576                 fix translation of protocol_names[]
6577                 fix label disappearing off the edge of the
6578                 visible area
6580 2006-08-12 [paul]       2.4.0cvs42
6582         * manual/plugins.xml
6583                 update IRC channel info before it gets forgotten
6584                 about
6586 2006-08-11 [colin]      2.4.0cvs41
6588         * src/compose.c
6589         * src/mainwindow.c
6590         * src/mainwindow.h
6591         * src/procmsg.c
6592         * src/procmsg.h
6593         * src/summaryview.c
6594         * src/toolbar.c
6595                 Grey out the Send button if
6596                 - Queue folders are empty, or
6597                 - We're sending already
6599 2006-08-11 [wwp]        2.4.0cvs40
6601         * src/main.c
6602                 fix a logic issue when quitting while a compose window is
6603                 still open, thanks to Colin.
6605 2006-08-10 [colin]      2.4.0cvs39
6607         * src/main.c
6608                 Fix default font size setting after wizard run
6609         * src/imap.c
6610         * src/etpan/imap-thread.c
6611         * src/etpan/imap-thread.h
6612                 Fix bug #999 (Timing out on TSL cert validation 
6613                 dialog makes ugly things happen). Also, STARTTLS
6614                 unconditionnaly if initial capabilities contain
6615                 LOGINDISABLED and STARTTLS.
6617 2006-08-09 [colin]      2.4.0cvs38
6619         * src/mainwindow.c
6620         * src/mainwindow.h
6621                 Fix Tools/Actions sensitivity when there are
6622                 no actions
6624 2006-08-09 [colin]      2.4.0cvs37
6626         * src/prefs_filtering.c
6627                 Warning fix, patch by Paul
6628         * src/messageview.c
6629         * src/prefs_actions.c
6630         * src/prefs_filtering_action.c
6631         * src/prefs_matcher.c
6632                 Uniformisation of "Info ..." to "Info..." (for
6633                 old gtk), patch by Fabien
6634         * src/plugins/clamav/clamav_plugin_gtk.c
6635                 Sensitivity fix by Fabien
6637 2006-08-09 [colin]      2.4.0cvs36
6639         * src/main.c
6640         * src/main.h
6641                 Add a function to know whether we're exiting
6642         * src/plugins/trayicon/trayicon.c
6643                 If exiting, don't do anything. Faster, and
6644                 avoids gtk_main_iteration reentracy causing
6645                 segfaults at exit
6647 2006-08-09 [colin]      2.4.0cvs35
6649         * src/messageview.c
6650         * src/mimeview.c
6651         * src/mimeview.h
6652                 Fix lack of part selection when automatically 
6653                 jumping to a specific part
6654         * src/msgcache.c
6655                 Little optimisation in cache reading
6657 2006-08-09 [colin]      2.4.0cvs34
6659         * src/compose.c
6660                 Fix crash setting the priority on reedit
6661                 (Accessing compose before creating it!)
6663 2006-08-08 [colin]      2.4.0cvs33
6665         * src/procmime.c
6666                 Fix bug #998 (last attachment is not accessible)
6667                 Bad RFC interpretation on multipart close-delimiters
6668         * src/mimeview.c
6669         * src/mimeview.h
6670         * src/gtk/gtkvscrollbutton.c
6671         * src/gtk/gtkvscrollbutton.h
6672                 Make attachments list wheel-scrollable
6674 2006-08-07 [colin]      2.4.0cvs32
6676         * src/gtk/gtkaspell.c
6677                 Fix bug #973 (Unicode punctation characters 
6678                 are not recognized as separators by the
6679                 spell checker); fix unsigned stuff
6681 2006-08-07 [colin]      2.4.0cvs31
6683         * src/compose.c
6684                 Fix bug #956 (DnD text with accents in compose 
6685                 text entry); fix gccc's signed/unsigned fuss
6687 2006-08-06 [colin]      2.4.0cvs30
6689         * src/main.c
6690                 Fix bug #979 (Plugin crashes when exiting 
6691                 sylpheed-claws) : handle exit request only 
6692                 once
6694 2006-08-05 [colin]      2.4.0cvs29
6696         * src/news.c
6697                 Just make sure we have a msgid.
6699 2006-08-05 [colin]      2.4.0cvs28
6701         * src/news.c
6702         * src/summaryview.c
6703                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6704                 by reimplementing it
6705         * src/textview.c
6706                 Fix bug when hiding quotes with level > 3 and quote
6707                 colors are recycled
6709 2006-08-04 [colin]      2.4.0cvs27
6711         * src/compose.c
6712         * src/undo.c
6713         * src/undo.h
6714                 Fix a bit replace-by-pasting undo
6715         * src/mainwindow.c
6716         * src/messageview.c
6717                 Fix Fold quotes menu synchro in
6718                 mainwindow when it changes in 
6719                 messageview
6720         * src/textview.c
6721                 Fix right-click on quotes blocks
6722         * src/common/utils.c
6723                 Verify that the file created by
6724                 my_tmpfile() is writable. Fixes
6725                 bug #988 (very specific filesystem
6726                 issue)
6727         * src/plugins/pgpcore/sgpgme.c
6728                 Fix file descriptor leak
6729         * src/plugins/spamassassin/spamassassin.c
6730                 Warn once if spamd isn't reachable
6732 2006-08-04 [colin]      2.4.0cvs26
6734         * src/toolbar.c
6735                 i18n context patch by Fabien
6737 2006-08-03 [colin]      2.4.0cvs25
6739         * src/mainwindow.c
6740         * src/messageview.c
6741                 Rename "Hide quotes" to "Fold quotes"
6742         * src/textview.c
6743                 Don't use hand cursor on quotes. "all 
6744                 the bonuses of the feature and none of 
6745                 unwelcome side-effects"
6747 2006-08-03 [colin]      2.4.0cvs24
6749         * AUTHORS
6750         * sylpheed-claws.desktop
6751         * src/gtk/authors.h
6752                 Bring the desktop file to XDG compliance
6753                 Patch by Charles A. Edwards
6755 2006-08-03 [colin]      2.4.0cvs23
6757         * src/textview.c
6758                 Fix links offset when they are preceded
6759                 by accentued chars (g_utf8_strlen!)
6760         * src/mainwindow.c
6761                 Fix wrong status when starting offline
6764 2006-08-03 [wwp]        2.4.0cvs22
6766         * src/prefs_common.h
6767                 ask what to do w/ filtering rules that belong to an account when
6768                 applying filtering rules manually from the main window (skip,
6769                 apply regardless of the account, use current account). This dialog
6770                 can be skipped and the last reply used.
6771                 (forgot that file)
6773 2006-08-03 [wwp]        2.4.0cvs21
6775         * src/filtering.c
6776         * src/filtering.h
6777         * src/prefs_common.c
6778         * src/summaryview.c
6779         * src/alertpanel.c
6780         * src/alertpanel.h
6781         * src/messageview.c
6782                 ask what to do w/ filtering rules that belong to an account when
6783                 applying filtering rules manually from the main window (skip,
6784                 apply regardless of the account, use current account). This dialog
6785                 can be skipped and the last reply used.
6788 2006-08-03 [colin]      2.4.0cvs20
6790         * src/textview.c
6791                 Optimize previous patch
6793 2006-08-03 [cleroy]     2.4.0cvs19
6795         * src/textview.c
6796                 Fix quotes getting toggled back when the
6797                 mail has an even number of text parts
6799 2006-08-02 [colin]      2.4.0cvs18
6801         * src/messageview.c
6802                 Add Hide quotes menu
6804 2006-08-02 [colin]      2.4.0cvs17
6806         * src/mainwindow.c
6807         * src/prefs_common.c
6808         * src/textview.c
6809         * src/textview.h
6810         * src/gtk/about.c
6811                 Allow per-level quote hiding,
6812                 Allow toggling quotes by double-clicking them
6813                 Rename RemoteURI to ClickableText to reflect
6814                 the fact it's used for a variety of things
6816 2006-08-02 [wwp]        2.4.0cvs16
6818         * src/mainwindow.c
6819                 fix "View/Hide quotes" menu item status initialization.
6821 2006-08-02 [wwp]        2.4.0cvs15
6823         * src/matcher_parser_parse.y
6824                 remove a debug trace.
6826 2006-08-02 [paul]       2.4.0cvs14
6828         * src/plugins/pgpcore/passphrase.c
6829                 don't set initial dialog size
6830                 make it resizable
6832 2006-08-02 [paul]       2.4.0cvs13
6834         * src/noticeview.c
6835                 remove the rogue '/' character
6837 2006-08-02 [paul]       2.4.0cvs12
6839         * src/noticeview.c
6840                 allow buttons to resize as necessary
6842 2006-08-01 [wwp]        2.4.0cvs11
6844         * src/mbox.c
6845                 fix strict ISO C90 compliance.
6847 2006-08-01 [wwp]        2.4.0cvs10
6849         * tools/update-po
6850                 updated update-po tool to work w/ context-dependent translations.
6851                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6853 2006-08-01 [wwp]        2.4.0cvs9
6855         * src/matcher.c
6856         * src/prefs_filtering.c
6857         * src/prefs_matcher.c
6858                 allow context-dependent translations for "All",
6859                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6861 2006-07-31 [colin]      2.4.0cvs8
6863         * AUTHORS
6864         * src/gtk/authors.h
6865                 Add Rafal to authors
6867 2006-07-31 [colin]      2.4.0cvs7
6869         * src/compose.c
6870         * src/mainwindow.c
6871         * src/messageview.h
6872         * src/prefs_common.c
6873         * src/prefs_common.h
6874         * src/textview.c
6875                 Add 'View/Hide quotes'. Patch based on a patch
6876                 by Rafal Weglarz
6878 2006-07-31 [colin]      2.4.0cvs6
6880         * src/action.c
6881                 Fix problem with "> stuff >" actions
6883 2006-07-31 [paul]       2.4.0cvs5
6885         * po/nb.po
6886                 updated by Geir Helland
6888 2006-07-31 [wwp]        2.4.0cvs4
6890         * src/mainwindow.c
6891         * src/summaryview.c
6892         * src/summaryview.h
6893                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6894                 thanks to Colin.
6896 2006-07-31 [wwp]        2.4.0cvs3
6898         * src/Makefile.am
6899         * src/addr_compl.c
6900         * src/addr_compl.h
6901         * src/addressbook.c
6902         * src/addressbook.h
6903         * src/addressbook_foldersel.c
6904         * src/addressbook_foldersel.h
6905         * src/addrindex.c
6906         * src/addrindex.h
6907         * src/matcher.c
6908         * src/matcher.h
6909         * src/matcher_parser_lex.l
6910         * src/matcher_parser_parse.y
6911         * src/prefs_common.c
6912         * src/prefs_common.h
6913         * src/prefs_filtering.c
6914         * src/prefs_matcher.c
6915         * src/prefs_matcher.h
6916         * src/summaryview.c
6917                 introduce filtering against the address book. It's now possible to add
6918                 matched conditions to determine if any email address in a message matches
6919                 or doesn't match any or all books or folders in the address book.
6921 2006-07-31 [wwp]        2.4.0cvs2
6923         * src/account.c
6924         * src/filtering.c
6925         * src/filtering.h
6926         * src/folder.c
6927         * src/folderview.c
6928         * src/inc.c
6929         * src/mainwindow.c
6930         * src/matcher.c
6931         * src/matcher_parser_lex.l
6932         * src/matcher_parser_parse.y
6933         * src/mbox.c
6934         * src/prefs_filtering.c
6935         * src/prefs_filtering.h
6936         * src/procmsg.c
6937         * src/procmsg.h
6938         * src/summaryview.c
6939                 introduce per-account filtering rules. Each filtering rule can now be assigned
6940                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6941                 when applying filtering rules manually, as all rules will apply - even the ones
6942                 assigned to an account. This issue will be addressed soon.
6946 2006-07-31 [wwp]        2.4.0cvs1
6948         * src/quote_fmt.c
6949                 make more strings translatable.
6951 2006-07-31 [paul]       2.4.0
6953         2.4.0 released
6955 2006-07-31 [paul]       2.3.1cvs91
6957         * po/ca.po
6958                 updated by Miquel Oliete
6960 2006-07-31 [paul]       2.3.1cvs90
6962         * po/de.po
6963         * po/el.po
6964         * po/fr.po
6965         * po/it.po
6966         * po/pl.po
6967         * po/pt_BR.po
6968         * po/sr.po
6969         * po/zh_CN.po
6970                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6971                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6972                 Aleksandar Urosevic, and Ralgh Young
6974 2006-07-31 [paul]       2.3.1cvs89
6976         * src/account.c
6977         * src/main.c
6978         * src/mainwindow.c
6979         * src/mainwindow.h
6980                 Fix a race condition when, after an SC crash, rescanning
6981                 folders took more than 0.5 seconds
6982                 Thanks to Colin
6984 2006-07-31 [paul]       2.3.1cvs88
6986         * src/folderview.c
6987                 don't translate separator strings
6989 2006-07-30 [mones]      2.3.1cvs87
6991         * doc/man/sylpheed-claws.1
6992                 Fixed non-ASCII chars in Hoa's name
6993         * po/es.po
6994                 Updated for release
6996 2006-07-27 [colin]      2.3.1cvs86
6998         * src/textview.c
6999                 Don't include the leading \n in links
7000                 Patch by Fabien
7002 2006-07-25 [colin]      2.3.1cvs85
7004         * src/mainwindow.c
7005         * src/common/socket.h
7006         * src/etpan/imap-thread.c
7007                 Refresh resolvers before connecting
7008                 to IMAP servers, and after switching
7009                 to online. Thanks to Paul.
7011 2006-07-18 [colin]
7013         * 2.4.0-rc4 released
7015 2006-07-17 [colin]      2.3.1cvs84
7017         * src/inc.c
7018                 Show connection attempt in statusbar before
7019                 connecting (previously first message was
7020                 "Retrieving messages from ..." after the
7021                 connection succeeded.
7023 2006-07-16 [wwp]        2.3.1cvs83
7025         * sylpheed-claws.ico
7026                 Added .ico file (windows multi-size icon file, generated).
7028 2006-07-12 [wwp]        2.3.1cvs82
7030         * src/messageview.c
7031                 remove Message/Re-edit menu entry from messageview window,
7032                 as sent/draft/queued messages are opened in compose window when
7033                 re-edited and it's not possible to re-edit other msgs.
7035 2006-07-12 [paul]       2.3.1cvs81
7037         * AUTHORS
7038         * src/mainwindow.c
7039         * src/gtk/authors.h
7040                 check online state before resetting
7041                 mailcheck timer. Useful if some program
7042                 verifies connection state and updates
7043                 Claws.
7044                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
7046 2006-07-12 [paul]       2.3.1cvs80
7048         * sylpheed-claws-128x128.png
7049         * sylpheed-claws-64x64.png
7050         * sylpheed-claws.png
7051         * src/Makefile.am
7052         * src/main.c
7053         * src/prefs_toolbar.c
7054         * src/stock_pixmap.c
7055         * src/stock_pixmap.h
7056         * src/wizard.c
7057         * src/gtk/about.c
7058         * src/gtk/gtkutils.c
7059         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
7060         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
7061         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
7062         * src/pixmaps/sylpheed.xpm              ** REMOVED **
7063         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
7064         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
7065                 updated and renamed logo/icon files and related
7066                 logo by Jesper Schultz
7068 2006-07-11 [paul]       2.3.1cvs79
7070         * src/main.c
7071                 fix the labels a smidgin
7073 2006-07-09 [colin]      2.3.1cvs78
7075         * src/textview.c
7076                 Show errors in textviewer's command
7077                 Patch by H. Merijn Brand
7079 2006-07-09 [colin]      2.3.1cvs77
7081         * src/compose.c
7082                 Save FMID in drafts too
7084 2006-07-08 [colin]      2.3.1cvs76
7086         * src/compose.c
7087                 Svae RMID in drafted mails too
7088                 Save quote_fmt vars for whole mails,
7089                 don't reset at each quote_fmt_init:
7090                 allows to use the same |i{var} in
7091                 various template fields
7092         * src/prefs_template.c
7093         * src/quote_fmt.h
7094         * src/quote_fmt_parse.y
7095                 Same
7097 2006-07-08 [colin]      2.3.1cvs75
7099         * src/textview.c
7100                 Fix highlighting of attached parts URIs
7102 2006-07-08 [colin]      2.3.1cvs74
7104         * src/main.c
7105                 Prevent bug #981 (sc 2.3.1 segfaults with 
7106                 gtk+ 2.10) from being reported again:
7107                 if Sylpheed-Claws has been compiled against
7108                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7109                 of if Sylpheed-Claws has been compiled against
7110                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7111                 error out.
7113 2006-07-07 [colin]      2.3.1cvs73
7115         * src/prefs_actions.c
7116                 Fix label
7118 2006-07-07 [colin]      2.3.1cvs72
7120         * src/prefs_actions.c
7121                 Fix compile on gtk < 2.8. argh :)
7123 2006-07-07 [paul]       2.3.1cvs71
7125         * src/common/defs.h
7126                 update DONATE_URI
7128 2006-07-07 [colin]      2.3.1cvs70
7130         * po/POTFILES.in
7131         * src/quote_fmt.c
7132         * src/quote_fmt_lex.l
7133         * src/quote_fmt_parse.y
7134                 Add |i{var}, a way to insert user-entered
7135                 text in a template
7137 2006-07-07 [colin]
7139         * 2.4.0-rc3 released
7141 2006-07-07 [colin]      2.3.1cvs69
7143         * src/folder.c
7144                 Don't consider inboxes of UNKNOWN folder 
7145                 classes to be useable as default inboxes
7147 2006-07-07 [paul]       2.3.1cvs68
7149         * src/textview.c
7150                 add missing #include <errno.h>
7151                 Thanks to René J. Blokland
7153 2006-07-07 [paul]       2.3.1cvs67
7155         * src/action.c
7156                 Return now Closes dialog
7157         * src/mimeview.c
7158         * src/mimeview.h
7159         * src/textview.c
7160                 add contextual menu to mime parts listed
7161                 in the textview
7162                 Thanks to Colin
7163         * src/common/utils.c
7164                 reversal: ' is a valid character in URLs
7166 2006-07-06 [colin]      2.3.1cvs66
7168         * src/remotefolder.h
7169                 Forgotten in previous commit
7171 2006-07-06 [colin]      2.3.1cvs65
7173         * src/folder.c
7174                 Set summary update flag whenever
7175                 totals changed
7176         * src/imap.c
7177         * src/prefs_account.c
7178         * src/common/utils.h
7179         * src/etpan/imap-thread.c
7180                 Fix warnings, thanks to Fabien and
7181                 Ricardo
7183 2006-07-06 [wwp]        2.3.1cvs64
7185         * src/gtk/gtkutils.c
7186                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7188 2006-07-06 [wwp]        2.3.1cvs63
7190         * src/account.c
7191         * src/addressbook.c
7192         * src/addressitem.h
7193         * src/folderview.c
7194         * src/mainwindow.c
7195         * src/manual.c
7196         * src/manual.h
7197         * src/message_search.c
7198         * src/prefs_actions.c
7199         * src/prefs_filtering.c
7200         * src/prefs_filtering.h
7201         * src/prefs_template.c
7202         * src/summary_search.c
7203         * src/summaryview.c
7204         * src/gtk/gtkutils.c
7205         * src/gtk/gtkutils.h
7206         * src/gtk/pluginwindow.c
7207                 add help buttons to some dialogs. Clicking such buttons opens a
7208                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7210 2006-07-06 [paul]       2.3.1cvs62
7212         * src/textview.c
7213                 fix attachments contextual menu
7214                 Thanks to Colin
7216 2006-07-05 [colin]      2.3.1cvs61
7218         * src/textview.c
7219         * src/compose.c
7220                 Handle sftp:// links
7222 2006-07-05 [paul]       2.3.1cvs60
7224         * src/gtk/filesel.c
7225                 grab save button by default
7226                 Thanks to Colin
7228 2006-07-05 [wwp]        2.3.1cvs59
7230         * manual/xml2pdf
7231                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7233 2006-07-04 [colin]      2.3.1cvs58
7235         * src/mimeview.c
7236         * src/textview.c
7237                 Use left click to select, middle click to open
7238                 on mimeparts links
7239         * src/common/utils.c
7240                 Fix segfault
7242 2006-07-04 [colin]      2.3.1cvs57
7244         * src/mainwindow.c
7245         * src/news.c
7246                 Warning fixes, thanks to Fabien
7248 2006-07-04 [colin]      2.3.1cvs56
7250         * src/mimeview.c
7251         * src/mimeview.h
7252         * src/textview.c
7253                 Allow parts to be selected via their text label
7254                 in textview
7256 2006-07-04 [colin]      2.3.1cvs55
7258         * src/folderview.c
7259                 Feedback when closing (for big folders)
7260         * src/prefs_actions.c
7261         * src/prefs_filtering.c
7262         * src/prefs_matcher.c
7263         * src/prefs_template.c
7264                 Fix default button when closing without
7265                 having saved
7267 2006-07-04 [colin]      2.3.1cvs54
7269         * src/news.c
7270                 Delete local file on deletion
7272 2006-07-03 [colin]      2.3.1cvs53
7274         * src/folderview.c
7275         * src/main.c
7276                 Don't freeze when rescanning after crash
7278 2006-07-03 [wwp]        2.3.1cvs52
7280         * src/compose.c
7281         * src/privacy.c
7282         * src/privacy.h
7283         * src/plugins/pgpinline/pgpinline.c
7284         * src/plugins/pgpmime/pgpmime.c
7285                 don't report an error when the user cancels the passphrase dialog.
7287 2006-07-02 [colin]      2.3.1cvs51
7289         * src/folderview.c
7290                 Open message when crossing folders with Space,
7291                 goto next unread and friends
7293 2006-07-01 [colin]      2.3.1cvs50
7295         * src/prefs_account.c
7296                 Typographic rules varying from language
7297                 to language (in french "Protocole :"),
7298                 we have to do that :)
7300 2006-07-01 [ticho]      2.3.1cvs49
7302         * src/prefs_account.c
7303                 Only use one temporary gchar* variable in
7304                 prefs_account_protocol_set_optmenu().
7306 2006-07-01 [ticho]      2.3.1cvs48
7308         * src/prefs_account.c
7309         * src/prefs_account.h
7310                 Use GtkLabel for existing account protocol name.
7311                 Created an array for protocol names and populate the
7312                 combobox from it in a for() cycle.
7314 2006-06-30 [colin]      2.3.1cvs47
7316         * src/compose.c
7317                 Block undo when changing signature (by changing
7318                 account)
7320 2006-06-30 [paul]       2.3.1cvs46
7322         * src/send_message.c
7323                 when editing From in the Compose window, use that address
7324                 in the Return-Path: header
7325                 Thanks to Colin
7327 2006-06-30 [colin]      2.3.1cvs45
7329         * src/compose.c
7330                 Fix signature replacement:
7331                 - when no newline before separator
7332                 - when reediting
7334 2006-06-29 [colin]      2.3.1cvs44
7336         * src/folderview.c
7337         * src/folderview.h
7338         * src/mainwindow.c
7339         * src/summaryview.c
7340                 Let 'View/Go to/Next marked' work like
7341                 Next new & Next unread: across folders
7342                 Change the select_on_entry pref to do
7343                 what we want when changing folder
7344         * src/common/utils.c
7345                 Fix single-quoted links 
7347 2006-06-29 [colin]      2.3.1cvs43
7349         * src/gtk/gtkaspell.c
7350                 "Sylpheed" and "Sylpheed-Claws" do exist !
7352 2006-06-29 [colin]      2.3.1cvs42
7354         * src/imap.c
7355                 Forgot to remove debug
7357 2006-06-29 [colin]      2.3.1cvs41
7359         * src/imap.c
7360         * src/imap.h
7361         * src/mainwindow.c
7362                 Disconnect from IMAP servers when going
7363                 offline. Fixes bug #978 (going to offline-mode 
7364                 won't close connections)
7366 2006-06-29 [colin]      2.3.1cvs40
7368         * src/main.c
7369                 Fix transient setting on failing plugins
7370                 Patch by Fabien
7371         * src/plugins/pgpcore/sgpgme.c
7372                 Only warn for OpenPGP. Most people don't
7373                 have CMS available.
7375 2006-06-29 [colin]      2.3.1cvs39
7377         * src/compose.c
7378                 Fix Spelling menu (discrepancy between context menu
7379                 and top menu when folder's dictionary isn't the 
7380                 default one)
7381         * src/plugins/pgpcore/sgpgme.c
7382                 More error reporting about why gpgme can fail
7384 2006-06-29 [wwp]        2.3.1cvs38
7386         * src/mainwindow.c
7387                 honor the display-header-pane setting even when the message view
7388                 is a separate window.
7390 2006-06-29 [wwp]        2.3.1cvs37
7392         * src/prefs_actions.c
7393                 forgot to commit that one (use of GTK_STOCK_INFO).
7395 2006-06-29 [colin]      2.3.1cvs36
7397         * src/imap.c
7398                 Better handling of login errors (ask the password
7399                 again once), alert in case of error. Fix three
7400                 signedness warnings.
7402 2006-06-28 [wwp]        2.3.1cvs35
7404         * src/prefs_template.c
7405         * src/prefs_matcher.c
7406         * src/prefs_filtering_action.c
7407         * src/prefs_quote.c
7408                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7409                 patch by Fabien Vantard, slightly modified.
7411 2006-06-28 [paul]
7413         2.4.0-rc2 released
7415 2006-06-28 [colin]      2.3.1cvs34
7417         * src/prefs_account.c
7418                 Fix bug #977 (Can't add or edit imap accounts)
7420 2006-06-28 [colin]      2.3.1cvs33
7422         * src/mimeview.c
7423                 Fix previous
7425 2006-06-28 [colin]      2.3.1cvs32
7427         * src/mimeview.c
7428                 Save named inlined attachments with "Save all"
7429         * src/main.c
7430         * src/mbox.c
7431         * src/common/plugin.c
7432         * src/common/plugin.h
7433         * src/common/sylpheed.c
7434         * src/common/utils.c
7435         * src/plugins/pgpcore/sylpheed.def
7436         * src/plugins/pgpinline/sylpheed.def
7437         * src/plugins/pgpmime/sylpheed.def
7438                 Win32 compatibility patch, by
7439                 Werner Koch
7441 2006-06-28 [wwp]        2.3.1cvs31
7443         * src/imap.c
7444         * src/prefs_folder_item.c
7445                 less compilation warnings (thanks to Fabien Vantard), less typos.
7447 2006-06-28 [paul]       2.3.1cvs30
7449         * src/gtk/gtkutils.c
7450                 gtk_combo_box_set_focus_on_click() is only
7451                 available since gtk 2.6.0
7453 2006-06-28 [paul]       2.3.1cvs29
7455         * src/prefs_ext_prog.c
7456                 fix engrish and add a tooltip for the
7457                 'command for 'Display as text' option
7459 2006-06-28 [paul]
7461         2.4.0-rc1 released
7463 2006-06-28 [paul]       2.3.1cvs28
7465         * ChangeLog
7466         * tools/Makefile.am
7467                 include textviewer.pl in releases
7469 2006-06-28 [paul]       2.3.1cvs27
7471         * src/prefs_ext_prog.c
7472                 hide Print command option if libgnomeprint
7473                 support is present
7475 2006-06-27 [colin]      2.3.1cvs26
7477         * src/compose.c
7478                 Fix Esc handling in insert/attach dialog
7479                 Don't show this dialog if dragging something
7480                 else than text/uri-list
7481                 Thanks to Fabien Vantard
7482         * tools/textviewer.pl
7483                 Filter script to display stuff as text
7484                 by H. Merijn Brand
7486 2006-06-27 [wwp]        2.3.1cvs25
7488         * src/messageview.c
7489                 use the exact product name (message view title), patch
7490                 by Fabien Vantard.
7492 2006-06-27 [ticho]      2.3.1cvs24
7494         * src/prefs_account.c
7495         * src/prefs_common.c
7496         * src/prefs_common.h
7497         * src/prefs_ext_prog.c
7498         * src/textview.c
7499                 Add a preference (Preferences/External programs)
7500                 to allow "Display as text" to be done via a script
7501                 (patch by H.Merijn Brand).
7502                 Use GtkComboBox for protocol selection in account
7503                 preferences.
7504                 Only include current choice for existing accounts, and
7505                 insensitivize the combobox.
7507 2006-06-27 [paul]       2.3.1cvs23
7509         * src/mbox.c
7510                 fix crasher introduced in cvs21.
7511                 Thanks to Colin
7513 2006-06-26 [colin]      2.3.1cvs22
7515         * src/mbox.c
7516                 Fix double-frees when leaving folders
7517                 after exporting to mbox
7519 2006-06-26 [colin]      2.3.1cvs21
7521         * src/mbox.c
7522                 More feedback (and optimisation)
7523                 on import/export
7524         * src/common/utils.c
7525                 Fix case when looking for mail addresses
7526         * src/gtk/gtkutils.c
7527                 Extra check for (X-)Face
7529 2006-06-25 [ticho]      2.3.1cvs20
7531         * src/compose.c
7532         * src/exphtmldlg.c
7533         * src/gtk/gtkutils.c
7534         * src/gtk/gtkutils.h
7535                 Added second argument to gtkut_sc_combobox_create() to
7536                 control focus-on-click for the widget.
7537                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7539 2006-06-25 [ticho]      2.3.1cvs19
7541         * src/compose.c
7542         * src/gtk/Makefile.am
7543         * src/gtk/combobox.c
7544         * src/gtk/combobox.h
7545         * src/gtk/gtkutils.c
7546         * src/gtk/gtkutils.h
7547                 Use GtkComboBox instead of deprecated GtkOptionMenu
7548                 for account selector in compose window and for encoding
7549                 selector in attachment properties.
7550                 Also factorise working with the new GtkComboBox somewhat.
7552 2006-06-24 [paul]       2.3.1cvs18
7554         * src/prefs_common.c
7555                 use the correct default value
7557 2006-06-24 [paul]       2.3.1cvs17
7559         * src/compose.c
7560         * src/prefs_common.c
7561         * src/prefs_common.h
7562         * src/prefs_compose_writing.c
7563                 enable setting of default action when
7564                 dnd'ing files in the compose window.
7565                 (Collaborative effort with wwp)
7567 2006-06-23 [wwp]        2.3.1cvs16
7569         * src/compose.c
7570                 i18n fix (thanks to Fabien Vantard)
7572 2006-06-22 [colin]      2.3.1cvs15
7574         * src/prefs_customheader.c
7575                 Don't use filters in custom headers' file 
7576                 selector. Remember, extensions mean nothing :)
7578 2006-06-22 [paul]       2.3.1cvs14
7580         * configure.ac
7581                 allow setting of man directory location
7583 2006-06-22 [colin]      2.3.1cvs13
7585         * src/mainwindow.c
7586                 Add 'View/Go to/Next unread folder'.
7587                 I missed that :)
7589 2006-06-22 [colin]      2.3.1cvs12
7591         * src/common/utils.c
7592                 Add some subject prefixes
7593                 Patch by Bjorn T Johansen <btj@havleik.no>
7595 2006-06-22 [colin]      2.3.1cvs11
7597         * manual/advanced.xml
7598                 Forgotten hidden pref
7600 2006-06-21 [paul]       2.3.1cvs10
7602         * src/prefs_account.c
7603                 complete the removal of 'Add date header' option
7605 2006-06-21 [paul]       2.3.1cvs9
7607         * src/account.c
7608         * src/compose.c
7609         * src/prefs_account.c
7610         * src/prefs_account.h
7611                 remove option to add date header - always
7612                 add date header
7613         * src/etpan/imap-thread.c
7614                 fix warnings (Thanks to Colin)
7616 2006-06-21 [wwp]        2.3.1cvs8
7618         * src/folder.c
7619                 set the attachment flag when inline text part are (file)named. This is more convenient
7620                 when receiving (for instance) inline source files or patches sent using thunderbird.
7622 2006-06-21 [paul]       2.3.1cvs7
7624         * src/inc.c
7625                 fix off-by-one count of current msg in
7626                 statusbar filtering progressbar
7628 2006-06-21 [paul]       2.3.1cvs6
7630         * src/folder.c
7631                 Show attachment icon even if the part is 'inline'
7632                 if the following conditions are met:
7633                 - content-type != 'text/plain'
7634                 - content-type != '*/pgp-signature'
7635                 - either 'name' or 'filename' parameter is not NULL
7636                 
7637                 Thanks to Colin
7639 2006-06-21 [paul]       2.3.1cvs5
7641         * src/messageview.c
7642         * src/prefs_common.c
7643         * src/prefs_common.h
7644         * src/prefs_other.c
7645                 add an option to 'Never send Return
7646                 Receipts'
7647                 Thanks to Colin
7649 2006-06-20 [mones]      2.3.1cvs4
7651         * po/es.po
7652                 updated
7653         * src/compose.c
7654                 typo fixed (space after comma)
7655         * tools/make.themes.project
7656                 remove exec mode from tarball files
7658 2006-06-20 [colin]      2.3.1cvs3
7660         * src/news.c
7661         * src/procheader.c
7662         * src/unmime.c
7663                 Better fix for \n's in headers (don't 
7664                 break Received: and others)
7666 2006-06-20 [paul]       2.3.1cvs2
7668         * src/alertpanel.c
7669         * src/textview.c
7670                 improve legibility of phishing attempt
7671                 dialog
7673 2006-06-20 [paul]       2.3.1cvs1
7675         * NEWS
7676         * README
7677         * configure.ac
7678                 Update version number following
7679                 stable release
7681 2006-06-20 [colin]      2.3.0cvs26
7683         * src/compose.c
7684                 When dragging a file to the text of the compose
7685                 window, ask whether we want to insert or attach
7686                 (I know lots of people who do that to attach)
7688 2006-06-20 [colin]      2.3.0cvs25
7690         * src/etpan/imap-thread.c
7691                 Fix threshold (the append command is often > 32 bytes)
7693 2006-06-19 [colin]      2.3.0cvs24
7695         * src/imap.c
7696         * src/etpan/imap-thread.c
7697                 Workaround Rockliffe IMAP server bug: replace
7698                 "x UID SEARCH (ANSWERED UID 1:*)" with
7699                 "x UID SEARCH ANSWERED"
7700                 (Rockliffe doesn't handle the parenthesis)
7702 2006-06-19 [colin]      2.3.0cvs23
7704         * src/compose.c
7705         * src/imap.c
7706         * src/etpan/imap-thread.c
7707                 Probably fix bug #972 (Freezes when adding 
7708                 an attachment to the message)
7709         * src/common/defs.h
7710                 Modernize Firefox cmd
7713 2006-06-18 [colin]      2.3.0cvs22
7715         * src/prefs_customheader.c
7716                 Only allow correct filenames for various
7717                 custom headers
7719 2006-06-18 [colin]      2.3.0cvs21
7721         * src/prefs_customheader.c
7722                 Add a 'From File...' button in custom headers prefs, which
7723                 try to do the right thing: 
7724                 for normal headers, use file as plaintext,
7725                 for X-Face, calls compface,
7726                 for Face, encode to b64.
7728 2006-06-17 [colin]      2.3.0cvs20
7730         * src/mh.c
7731                 Warning fix
7733 2006-06-16 [colin]      2.3.0cvs19
7735         * src/summaryview.c
7736                 Recursive quicksearch: show message list
7737                 in current folder, *then* search children
7738                 in the background.
7740 2006-06-16 [colin]      2.3.0cvs18
7742         * src/main.c
7743                 Instead of ignoring SIGPIPE, save caches
7744                 when getting one. Will fix the fact that
7745                 hot caches are out-of-date when logging 
7746                 out of Xorg.
7747         * src/compose.c
7748         * src/prefs_compose_writing.c
7749                 Only save text (not attachments) when 
7750                 auto-saving to drafts
7751         * src/unmime.c
7752                 Always replace \n, \r and \t with spaces
7753                 in headers
7754         * manual/dist/html/Makefile.am
7755         * manual/dist/pdf/Makefile.am
7756         * manual/dist/ps/Makefile.am
7757         * manual/dist/txt/Makefile.am
7758         * manual/fr/dist/html/Makefile.am
7759         * manual/fr/dist/pdf/Makefile.am
7760         * manual/fr/dist/ps/Makefile.am
7761         * manual/fr/dist/txt/Makefile.am
7762         * manual/pl/dist/html/Makefile.am
7763         * manual/pl/dist/pdf/Makefile.am
7764         * manual/pl/dist/ps/Makefile.am
7765         * manual/pl/dist/txt/Makefile.am
7766                 Fix make clean removing pregenerated manuals
7769 2006-06-16 [colin]      2.3.0cvs17
7771         * src/plugins/pgpcore/sgpgme.c
7772         * src/plugins/pgpmime/pgpmime.c
7773         * src/plugins/pgpinline/pgpinline.c
7774                 Better error reporting in setup_signers.
7775                 Don't fallback to default key if specified
7776                 key isn't found.
7777                 Don't allow signing if more than one secret
7778                 key matches the one specified in prefs.
7780 2006-06-15 [colin]      2.3.0cvs16
7782         * src/folderview.c
7783                 Add "Send queue" in the folder's contextual
7784                 menu
7785         * src/compose.c
7786         * src/messageview.c
7787         * src/privacy.c
7788         * src/privacy.h
7789         * src/procmime.c
7790         * src/procmsg.c
7791         * src/plugins/pgpcore/passphrase.c
7792         * src/plugins/pgpcore/sgpgme.c
7793         * src/plugins/pgpinline/pgpinline.c
7794         * src/plugins/pgpmime/pgpmime.c
7795                 Better error reporting
7796         * src/mbox.c
7797                 Probably fix bug #971 (2.2.3 cannot read mail 
7798                 from local mbox)
7801 2006-06-15 [mones]      2.3.0cvs15
7803         * tools/make.themes.project
7804                 creates the themes project from the web page
7806 2006-06-15 [colin]      2.3.0cvs14
7808         * src/folder.c
7809                 Better fix (avoid losing the folder if scan_tree 
7810                 fails)
7812 2006-06-15 [cleroy]     2.3.0cvs13
7814         * src/folder.c
7815                 Probably fix Bug #969 (crash on rebuilding 
7816                 imap folder)
7818 2006-06-14 [colin]      2.3.0cvs12
7820         * manual/dtd/manual.xsl
7821         * manual/sylpheed-claws-manual.xml
7822         * manual/fr/sylpheed-claws-manual.xml
7823         * manual/pl/sylpheed-claws-manual.xml
7824                 Insert pagebreaks between sections
7826 2006-06-14 [paul]       2.3.0cvs11
7828         * configure.ac
7829                 better fix than 2.3.0cvs10
7831 2006-06-14 [paul]       2.3.0cvs10
7833         * configure.ac
7834                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7835                 (backwards compatible)
7837 2006-06-13 [colin]      2.3.0cvs9
7839         * src/messageview.c
7840                 Fix sending of return receipt with the new queue folders
7842 2006-06-13 [wwp]        2.3.0cvs8
7844         * src/quote_fmt_lex.l
7845                 fix wrong tokens returned in quote_fmt lexer, query not().
7847 2006-06-13 [wwp]        2.3.0cvs7
7849         * src/folder.c
7850         * src/prefs_folder_item.c
7851                 allow changing folder type even when folder is not a top-level one,
7852                 thanks to Colin.
7854 2006-06-12 [colin]      2.3.0cvs6
7856         * src/folderview.c
7857                 Fix double-ask of "Do you want to mark all
7858                 as read"
7860 2006-06-12 [colin]      2.3.0cvs5
7862         * src/compose.c
7863         * src/compose.h
7864         * src/folder.c
7865         * src/folder.h
7866         * src/imap.c
7867         * src/inc.c
7868         * src/main.c
7869         * src/messageview.c
7870         * src/mh.c
7871         * src/prefs_folder_item.c
7872         * src/procheader.c
7873         * src/procmime.c
7874         * src/procmsg.c
7875         * src/procmsg.h
7876         * src/send_message.c
7877         * src/summaryview.c
7878         * src/toolbar.c
7879                 Apply bug #964's patch (Queue and drafts aren't normal)
7880                 The Drafts and Queue folder now contain RFC-822 files,
7881                 allowing to move and copy mails from and to these 
7882                 folders. Moving from Drafts to Queue will prepare the
7883                 mail for sending (PGP signature, encryption, etc).
7884                 This patch also rework sending errors handling to try
7885                 to be more helpful.
7886                 Also, allow redefining folder types via the GUI 
7887                 (Folder type in its Properties)
7889 2006-06-12 [colin]      2.3.0cvs4
7891         * src/summaryview.c
7892         * src/prefs_common.c
7893         * src/prefs_common.h
7894         * src/gedit-print.c
7895                 Allow to define a specific print font - patch
7896                 by Bernhard Walle <bernhard.walle@gmx.de>
7897         * src/prefs_fonts.c
7898         * manual/advanced.xml
7899         * manual/fr/advanced.xml
7900                 Add a hidden pref to allow deletion without
7901                 confirmation
7903 2006-06-12 [wwp]        2.3.0cvs3
7905         * .cvsignore
7906                 more files to ignore.
7908 2006-06-12 [wwp]        2.3.0cvs2
7910         * src/quote_fmt.c
7911         * src/quote_fmt_lex.l
7912         * src/quote_fmt_parse.y
7913                 extend the quote_fmt parser (templates and quotes):
7914                 - allow limited sub-expressions in |p{} and |f{} expressions,
7915                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7916                 - implemented/fixed missing implementation of query_references and show_references,
7917                 - completed, fixed contents and format of the symbols help dialog,
7918                 - fix some compilation warnings.
7920 2006-06-12 [wwp]        2.3.0cvs1
7922         * manual/advanced.xml
7923         * manual/fr/advanced.xml
7924                 updates in the "templates" section of the manual (eng/fr):
7925                  - be more precise (both versions)
7926                  - completed to match the english reference (fr version)
7927                  - touchups (both versions)
7929 2006-06-12 [paul]       2.3.0
7931         2.3.0 released
7933 2006-06-12 [paul]       2.2.3cvs14
7935         * po/ca.po
7936         * po/cs.po
7937         * po/de.po
7938         * po/el.po
7939         * po/fr.po
7940         * po/it.po
7941         * po/pt_BR.po
7942         * po/sr.po
7943         * po/zh_CN.po
7944                 updated by Miquel Oliete, Tim, Stephan Sachse,
7945                 Stavros Giannouris, Fabien Vantard, Andrea
7946                 Spadaccini, Frederico Goncalves Guimaraes,
7947                 Aleksandar Urosevic, and Ralgh Young
7949 2006-06-12 [colin]      2.2.3cvs13
7951         * src/mbox.c
7952                 Add missing header
7954 2006-06-11 [colin]      2.2.3cvs12
7956         * src/msgcache.c
7957                 Verify that g_malloc() succeeded
7959 2006-06-11 [colin]      2.2.3cvs11
7961         * src/wizard.c
7962                 Add Face header to welcome mail
7964 2006-06-10 [colin]      2.2.3cvs10
7966         * src/textview.c
7967                 Revert previous (Forgot it changes the
7968                 margin on the whole mail)
7970 2006-06-10 [colin]      2.2.3cvs9
7972         * src/textview.c
7973                 Don't overlap long headers under (X-)Face
7975 2006-06-10 [mones]      2.2.3cvs8
7977         * manual/xml2pdf
7978                 allow generation of manual on systems lacking saxon binary
7979                 but with java and the saxon library installed
7981         * po/es.po
7982                 updated for release
7984 2006-06-09 [colin]      2.2.3cvs7
7986         * src/summaryview.c
7987                 Fix leak when using Display Sender using Addressbook
7989 2006-06-09 [colin]      2.2.3cvs6
7991         * src/compose.c
7992         * src/folder.c
7993         * src/folderview.c
7994         * src/mimeview.c
7995         * src/summaryview.c
7996                 More leaks fixes
7998 2006-06-09 [paul]       2.2.3cvs5
8000         * AUTHORS
8001         * src/gtk/authors.h
8002         * tools/claws.i18n.status.pl
8003                 updated with new info
8005 2006-06-09 [paul]       2.2.3cvs4
8007         * README
8008                 updated
8009         * manual/ack.xml
8010                 add wwp to authors list
8011         * src/gtk/authors.h
8012                 update mine and Colin's addresses
8014 2006-06-08 [colin]      2.2.3cvs3
8016         * src/etpan/imap-thread.c
8017                 Fix leak on SSL cert check
8019 2006-06-08 [colin]      2.2.3cvs2
8021         * src/common/utils.c
8022                 Fix leak
8024 2006-06-08 [paul]       2.2.3cvs1
8026         * configure.ac
8027                 Update version number following
8028                 stable release
8030 2006-06-07 [colin]      2.2.2cvs3
8032         * src/msgcache.c
8033                 Fix catching cache read errors (guint instead of gint)
8034                 Prevent malloc'ing more than 8MB (means cache corruption)
8036 2006-06-07 [paul]       2.2.2cvs2
8038         * src/exporthtml.c
8039         * src/exportldif.c
8040         * src/mh.c
8041         * src/mutt.c
8042         * src/pine.c
8043         * src/common/utils.c
8044                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
8045                 obey $HOME'
8046                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
8047                 Thanks to Colin
8049 2006-06-06 [paul]       2.2.2cvs1
8051         * configure.ac
8052                 Update version number following
8053                 stable release
8055 2006-06-06 [paul]       2.2.1cvs6
8057         * src/matcher.c
8058                 fix  implicit declaration of
8059                 sylpheed_do_idle()
8060                 Patch by Fabien Vantard
8062 2006-06-06 [paul]       2.2.1cvs5
8064         * src/matcher.c
8065                 fix age_greater and age_lower so that they
8066                 mean what say and not '...or equal to'
8067                 Thanks to Colin
8069 2006-06-06 [paul]       2.2.1cvs4
8071         * src/textview.c
8072         * src/common/utils.c
8073                 fix URI check
8074                 Thanks to Colin
8076 2006-06-05 [wwp]        2.2.1cvs3
8078         * manual/fr/account.xml
8079                 minor language fixes (thanks to Fabien Vantard).
8081 2006-06-05 [colin]      2.2.1cvs2
8083         * src/prefs_folder_item.c
8084         * src/folderview.c
8085                 Allow recursive setting of properties 
8086                 for whole mailboxes
8087         * src/matcher.c
8088                 Don't freeze on 'test' filtering rule
8090 2006-06-05 [colin]      2.2.1cvs1
8092         * configure.ac
8093                 Update version number following
8094                 stable release
8096 2006-06-04 [wwp]        2.2.0cvs82
8098         * manual/glossary.xml
8099         * manual/account.xml
8100         * manual/fr/glossary.xml
8101         * manual/fr/account.xml
8102                 added glossary section and references/links related to the Face custom header.
8104 2006-06-04 [colin]      2.2.0cvs81
8106         * src/summaryview.c
8107                 Skip to next message on move with no
8108                 immediate execution
8110 2006-06-04 [wwp]        2.2.0cvs80
8112         * manual/xml2pdf
8113                 added sanity checks, exit when needed.
8115 2006-06-03 [paul]       2.2.0cvs79
8117         * src/prefs_receive.c
8118                 page name is now 'Receiving'
8119         * src/prefs_send.c
8120                 page name is now 'Sending'
8122 2006-06-03 [colin]      2.2.0cvs78
8124         * src/plugins/spamassassin/spamassassin_gtk.c
8125                 Autoswitch to Localhost if transport was previously
8126                 disabled. Else people had to check [] Enable, then
8127                 *reselect* transport.
8129 2006-06-03 [colin]      2.2.0cvs77
8131         * src/plugins/pgpinline/pgpinline.c
8132         * src/plugins/pgpmime/pgpmime.c
8133                 Check that gpg_data_release_and_get_mem 
8134                 didn't fail (now, why this happens...)
8136 2006-06-03 [colin]      2.2.0cvs76
8138         * src/mbox.c
8139                 Fix bug #962 (Manual and/or UI should 
8140                 warn about incompatible locking 
8141                 causing dataloss)
8143 2006-06-02 [cleroy]     2.2.0cvs75
8145         * src/filtering.c
8146         * src/folder.c
8147         * src/procmsg.c
8148         * src/summaryview.c
8149                 Fix a few leaks
8151 2006-06-02 [colin]      2.2.0cvs74
8153         * src/main.c
8154                 On exit, free caches after writing them
8155                 Shuts up some valgrind false positives
8156         * src/procmsg.c
8157         * src/send_message.c
8158                 Fix races when reusing existing SMTP connections
8159                 Fix inexistant session timeout
8160         * src/toolbar.c
8161                 Display alertpanel after all queues have
8162                 been processed, not after each
8164 2006-06-02 [wwp]        2.2.0cvs73
8166         * manual/fr/glossary.xml
8167         * manual/fr/ack.xml
8168         * manual/ack.xml
8169                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8171 2006-06-02 [wwp]        2.2.0cvs72
8173         * manual/xml2pdf
8174         * manual/dist/pdf/Makefile.am
8175         * manual/dtd/manual.xsl
8176         * manual/fr/dist/pdf/Makefile.am
8177         * manual/pl/dist/pdf/Makefile.am
8178                 we changed the procedure to generate the .pdf version of the manual.
8179                 The procedure is more modern and the .pdf we get now has a valid index.
8180                 Here are the new pre-requisites:
8182                 - JRE 1.x (1.4 here): there must be one from your distro
8183                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8184                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8185                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8187                 See my posts for further info about the installation of this toolchain:
8189                 Date: Fri, 19 May 2006 19:40:06 +0200
8190                 From: wwp <subscript@free.fr>
8191                 To: sylpheed-claws-devel@lists.sourceforge.net
8192                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8194                 and
8196                 Date: Wed, 24 May 2006 12:58:49 +0200
8197                 From: wwp <subscript@free.fr>
8198                 To: sylpheed-claws-devel@lists.sourceforge.net
8199                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8201 2006-06-01 [colin]      2.2.0cvs71
8203         * src/compose.c
8204                 Better guards against IMAP races
8205         * src/main.c
8206         * src/prefs_common.c
8207         * src/prefs_common.h
8208         * src/common/ssl_certificate.c
8209         * src/etpan/imap-thread.c
8210         * src/etpan/imap-thread.h
8211         * src/gtk/sslcertwindow.c
8212                 New hidden option ssl_skip_cert_check to 
8213                 avoid dups of bug #959 (libetpan linked
8214                 against gnutls and gnutls buggy on 64bit)
8215                 Present expired warning only once per
8216                 session/server.
8217         * manual/advanced.xml
8218         * manual/fr/advanced.xml
8219                 Document new option
8221 2006-06-01 [wwp]        2.2.0cvs70
8223         * src/messageview.c
8224                 fix for bug #961 (return receipt dialog 
8225                 complains incorrectly about return-path 
8226                 email adress being different), thanks 
8227                 to Colin.
8229 2006-05-31 [cleroy]     2.2.0cvs69
8231         * src/common/ssl.c
8232                 Guard against NULLs, although this
8233                 should never be an issue
8235 2006-05-31 [colin]      2.2.0cvs68
8237         * src/filtering.c
8238                 Use g_slist_prepend
8239         * src/imap.c
8240                 Don't remove caches when destroying folder, it
8241                 could (should) be done at exit
8242         * src/inc.c
8243                 free processing cache after incorporation
8244         * src/etpan/imap-thread.c
8245                 Maybe fix bug #959 (Crash on moving to emails 
8246                 to a imap account per ssl with a expired 
8247                 certificate.)
8249 2006-05-30 [colin]      2.2.0cvs67
8251         * src/summaryview.c
8252                 Put back event flush when displaying message
8253                 It avoids reading a bunch of messages just
8254                 by hitting shift-n for too long ;)
8256 2006-05-29 [colin]      2.2.0cvs66
8258         * src/summaryview.c
8259                 Remove useless g_warnings
8261 2006-05-29 [colin]      2.2.0cvs65
8263         * src/imap.c
8264                 Fix g_slist_append()s for performance
8266 2006-05-29 [colin]      2.2.0cvs64
8268         * src/compose.c
8269         * src/common/utils.c
8270                 Fix extraneous tab at start of addresses
8271         * src/mainwindow.c
8272                 Fix warnings (thanks to Fabien)
8273                 Fix crash at exit when composing messages 
8274                 exist
8275         * src/pop.c
8276                 Fix progress bar when deleting expired mails
8277                 Thanks to Hiro
8278         * src/summaryview.c
8279         * src/gtk/gtksctree.c
8280                 Fix re-sorting slowness
8282 2006-05-29 [paul]       2.2.0cvs63
8284         * src/mh.c
8285                 fetch full message when moving mails
8286                 from another mailbox, (fixed data loss
8287                 when filtering from IMAP to MH, introduced
8288                 in 2.2.0cvs57).
8289                 Thanks to Colin
8291 2006-05-29 [mones]      2.2.0cvs62
8293         * src/gtk/gtksctree.c
8294                 Unselect faster (patch by Colin)        
8296 2006-05-26 [colin]      2.2.0cvs61
8298         * src/summaryview.c
8299                 Unplug MSGINFO_UPDATE callback on delete too.
8301 2006-05-26 [colin]      2.2.0cvs60
8303         * src/foldersel.c
8304                 Fix bold in folder selection window with glib2.10
8305                 thanks Hiro
8307 2006-05-26 [colin]      2.2.0cvs59
8309         * src/procheader.c
8310                 Convert date only if necessary (and don't
8311                 try to convert from utf8 to utf8, too)
8312         * src/summaryview.c
8313                 Only set column's text if the column's 
8314                 displayed
8316 2006-05-26 [colin]      2.2.0cvs58
8318         * src/summaryview.c
8319         * src/gtk/gtkutils.c
8320                 Fix useless warning
8322 2006-05-26 [colin]      2.2.0cvs57
8324         * src/mainwindow.c
8325                 Make summaryview selectable as long as 
8326                 no message has focus
8327         * src/mh.c
8328                 Faster deletion (by implementing mh_remove_msgs)
8329                 Faster copy (avoid using mh_fetch_msg just to get
8330                 the filename)
8331                 Faster move (using move_file instead of copy_file
8332                 if MSG_IS_MOVE)
8333                 No progressbar if total number of mails to cp/mv 
8334                 is less than 100
8335         * src/summaryview.c
8336                 Fix removal from subject_table when mail gets moved
8337                 Faster deletion (g_slist_prepend instead of append)
8338         * src/gtk/gtksctree.c
8339                 Remove useless code
8341 2006-05-25 [colin]      2.2.0cvs56
8343         * src/common/ssl_certificate.c
8344                 Fix leak in expired cert check
8346 2006-05-25 [colin]      2.2.0cvs55
8348         * src/mh.c
8349                 Disable flags syncing on .mh_sequences - it
8350                 is buggy and marks mails read under unknown
8351                 conditions.
8353 2006-05-25 [paul]
8355         * 2.3.0-rc4 released
8357 2006-05-24 [colin]      2.2.0cvs54
8359         attention cvs users: if you manage to crash
8360         Sylpheed-Claws while moving, copying or deleting
8361         mails, we *are* interested in stack traces and
8362         valgrind logs. It looks stable, but one never
8363         knows...
8365         * src/folder.c
8366                 Add progressbar for cache updates
8367         * src/folderutils.c
8368                 Optimize Mark all read in the current
8369                 folder
8370         * src/mh.c
8371                 Add progressbar for copy/move
8372         * src/procmsg.c
8373                 Optimize O(n^2) in copy/move
8374         * src/summaryview.c
8375         * src/gtk/gtksctree.c
8376                 Optimize O(n^2) algos
8377         * src/common/timing.h
8378                 Display ms instead of us
8380 2006-05-24 [wwp]        2.2.0cvs53
8382         * manual/fr/advanced.xml
8383                 updates to the French manual.
8385 2006-05-24 [wwp]        2.2.0cvs52
8387         * src/common/utils.c
8388                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8390 2006-05-24 [wwp]        2.2.0cvs51
8392         * src/folderutils.c
8393                 fixed "mark all read" in MH folders (thanks to Colin).
8395 2006-05-24 [paul]       2.2.0cvs50
8397         * doc/man/sylpheed-claws.1
8398                 updated the man page
8400 2006-05-23 [colin]      2.2.0cvs49
8402         * src/folderview.c
8403         * src/imap.c
8404         * src/inc.c
8405         * src/mbox.c
8406         * src/messageview.c
8407         * src/news.c
8408         * src/send_message.c
8409         * src/summaryview.c
8410         * src/gtk/sslcertwindow.c
8411                 alertpanel fixes, by Fabien
8413 2006-05-23 [colin]      2.2.0cvs48
8415         * src/folder.c
8416         * src/folderview.c
8417         * src/msgcache.c
8418         * src/summaryview.c
8419         * src/gtk/gtksctree.c
8420         * src/gtk/gtksctree.h
8421                 More timings
8422                 Fix slow loading problem, which was caused by the
8423                 use of some gtk_ctree funcs and their use of
8424                 g_list_position while gtk_ctree_(un)link'ing.
8425                 Reap more functions from gtkctree.c to be sure we
8426                 use our (fast) version instead of theirs.
8427         * src/mh.c
8428                 Fix copy of unread mails
8431 2006-05-22 [wwp]        2.2.0cvs47
8433         * manual/fr/advanced.xml
8434                 updated.
8436 2006-05-22 [colin]      2.2.0cvs46
8438         * src/filtering.c
8439                 Fix possible infinite loop. 'copy' is not a 
8440                 final action, so when encountering a 'copy',
8441                 we have to check if a previous one was set
8442                 and do it. In the same way, if we encounter
8443                 a 'move' we have to perform a possibly 
8444                 pending 'copy'. This will slow down filtering
8445                 on IMAP if move+copy or multiple copy actions
8446                 are to be done, but handling it via the batch
8447                 would be really too convoluted.
8449 2006-05-22 [wwp]        2.2.0cvs45
8451         * manual/fr/advanced.xml
8452         * manual/fr/faq.xml
8453         * manual/fr/glossary.xml
8454         * manual/fr/handling.xml
8455         * manual/fr/intro.xml
8456         * manual/fr/plugins.xml
8457         * manual/fr/sylpheed-claws-manual.xml
8458                 sync w/ the english manual: updates URIs, documented mailing-list
8459                 support, better explanation about the enabled/disabled feature
8460                 in filtering/processing rules by Paul.
8462 2006-05-21 [colin]      2.2.0cvs44
8464         * src/summaryview.c
8465                 Don't expand after building threads, but during
8467 2006-05-21 [colin]      2.2.0cvs43
8469         * src/procmsg.c
8470         * src/summaryview.c
8471                 More timing possibilities... For next time I have 
8472                 to find out how the hell some 3GHz computer takes
8473                 one minute to open a 30k folder...
8475 2006-05-21 [colin]      2.2.0cvs42
8477         * manual/pl/advanced.xml
8478         * manual/pl/faq.xml
8479         * manual/pl/glossary.xml
8480         * manual/pl/handling.xml
8481         * manual/pl/intro.xml
8482         * manual/pl/plugins.xml
8483         * manual/pl/sylpheed-claws-manual.xml
8484                 Polish manual updated by Pawel
8486 2006-05-20 [colin]
8488         * 2.3.0-rc3 released
8490 2006-05-20 [colin]      2.2.0cvs41
8492         * src/imap.c
8493                 Fix -rc2 problems:
8494                 - remove cache of moved messages from original folder
8495                 - apply new flags to messages even if they aren't appliable
8496                   via IMAP.
8498 2006-05-20 [colin]
8500         * 2.3.0-rc2 released
8502 2006-05-19 [colin]      2.2.0cvs40
8504         * src/imap.c
8505                 Don't issue SELECT in imap_change_flags
8506                 before having checked that we indeed have
8507                 some flags to change. MSG_POSTFILTERED for
8508                 example can't be used on IMAP.
8509                 Fixes bug #955 (copying messages between 
8510                 imap folders is extremely slow), which was
8511                 a regression.
8513 2006-05-19 [colin]      2.2.0cvs39
8515         * src/folder.c
8516         * src/folder.h
8517         * src/folderview.c
8518                 Try to fix bug #830 (Some unread messages 
8519                 get marked read in IMAP inbox):
8520                 - Prevent scanning a folder if it's being 
8521                   opened via the GUI
8522                 - Postpone opening via the GUI of a folder
8523                   currently scanned.
8526 2006-05-19 [wwp]        2.2.0cvs38
8528         * manual/advanced.xml
8529                 fix English+typo (thanks to Paul).
8531 2006-05-19 [wwp]        2.2.0cvs37
8533         * manual/advanced.xml
8534         * manual/fr/advanced.xml
8535         * src/gtk/logwindow.c
8536         * src/prefs_common.c
8537         * src/prefs_common.h
8538                 added hidden prefs to allow customization of colors used in
8539                 protocol log window (useful for dark gtk+ themes).
8541 2006-05-19 [wwp]        2.2.0cvs36
8543         * ChangeLog
8544                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8546 2006-05-19 [paul]       2.2.0cvs35
8548         * src/textview.c
8549                 make Reply-To fully clickable
8550         * src/gtk/logwindow.c
8551                 more colouring (SMTP ESMTP)
8552         Both patches by Pawel Pekala
8554 2006-05-19 [cleroy]     2.2.0cvs34
8556         * src/mh.c
8557                 Don't update flags from current folder
8558                 Probably fixes bug #935 (Read Messages 
8559                 Revert to Being Marked as Unread)
8561 2006-05-18 [colin]      2.2.0cvs33
8563         * src/imap.c
8564                 Warning fix
8565         * src/compose.c
8566         * src/mainwindow.c
8567         * src/summaryview.c
8568         * src/toolbar.c
8569                 Allow replying to multiple emails
8570                 in multiple windows
8571         * src/mimeview.c
8572         * src/etpan/imap-thread.c
8573                 Leak fixes
8575 2006-05-18 [paul]       2.2.0cvs32
8577         * src/summaryview.c
8578                 keep Mailing-List menu refreshed
8579                 Thanks to Colin
8581 2006-05-18 [paul]       2.2.0cvs31
8583         * manual/advanced.xml
8584         * manual/faq.xml
8585         * manual/glossary.xml
8586         * manual/handling.xml
8587         * manual/intro.xml
8588         * manual/plugins.xml
8589         * manual/sylpheed-claws-manual.xml
8590                 update URLs
8591                 add info about mailing-list support
8592                 edit filtering info
8593         * src/wizard.c
8594         * src/common/defs.h
8595         * src/gtk/about.c
8596         * src/plugins/dillo_viewer/README
8597                 update URLs
8599 2006-05-17 [wwp]        2.2.0cvs30
8601         * manual/handling.xml
8602         * manual/fr/handling.xml
8603                 documented the ability to enabled/disable filtering/processing rules.
8605 2006-05-17 [colin]      2.2.0cvs29
8607         * src/main.c
8608                 Don't initialize g_thread subsystem if it's 
8609                 already done (thanks to Hiro)
8610         * src/mimeview.c
8611                 Fix saving of parts when there name can't be
8612                 converted from UTF-8.
8614 2006-05-17 [paul]       2.2.0cvs28
8616         * po/Makefile.in.in
8617                 fix config.status warning with autoconf 2.60
8619 2006-05-17 [paul]       2.2.0cvs27
8621         * po/POTFILES.in
8622                 add src/mbox.c
8624 2006-05-17 [wwp]        2.2.0cvs26
8626         * src/mainwindow.c
8627                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8629 2006-05-17 [wwp]        2.2.0cvs25
8631         * src/plugins/demo/demo.c
8632                 updated product name in plugin demo (many plugins need to be
8633                 sync'ed w/ that change).
8635 2006-05-17 [colin]      2.2.0cvs24
8637         * src/mh.c
8638                 Fix leak
8640 2006-05-16 [colin]      2.2.0cvs23
8642         * src/mainwindow.c
8643                 Stupid me hit again. Fix cvs22.
8645 2006-05-16 [colin]      2.2.0cvs22
8647         * src/mainwindow.c
8648                 Fix bug #922 (sylpheed-claws crashed after 
8649                 pushing on Inbox folder)
8651 2006-05-16 [colin]      2.2.0cvs21
8653         * src/compose.c
8654                 Make From header be copy/paste/select-able
8656 2006-05-16 [wwp]        2.2.0cvs20
8658         * src/export.c
8659         * src/matcher.c
8660         * src/summaryview.c
8661         * src/etpan/imap-thread.c
8662                 fix some compiler warnings (thanks to Colin).
8664 2006-05-16 [wwp]        2.2.0cvs19
8666         * src/action.c
8667         * src/gedit-print.c
8668         * src/inc.c
8669         * src/mainwindow.c
8670         * src/mh.c
8671         * src/statusbar.c
8672         * src/send_message.c
8673         * src/summaryview.c
8674                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8676 2006-05-15 [colin]      2.2.0cvs18
8678         * src/procmsg.c
8679                 Fix automatic rule creation with List-Post
8681 2006-05-15 [paul]       2.2.0cvs17
8683         * tools/filter_conv_new.pl
8684                 updated for rule enabling/disabling
8685                 claws version >= 2.3.x required
8687 2006-05-15 [cleroy]     2.2.0cvs16
8689         * src/main.c
8690                 Revert test
8692 2006-05-15 [cleroy]     2.2.0cvs15
8694         * src/main.c
8695                 test
8697 2006-05-15 [wwp]        2.2.0cvs14
8699         * manual/pl/.cvsignore
8700                 ignore generated files.
8702 2006-05-14 [wwp]        2.3.0-rc1
8704         * 2.3.0-rc1 released
8706 2006-05-13 [wwp]        2.2.0cvs13
8708         * src/filtering.c
8709         * src/filtering.h
8710         * src/matcher.c
8711         * src/matcher_parser_lex.l
8712         * src/matcher_parser_parse.y
8713         * src/prefs_filtering.c
8714                 new feature: provide the ability to disable filtering and processing
8715                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8716                 adaptations.
8718 2006-05-13 [colin]      2.2.0cvs12
8720         * src/compose.c
8721                 Remove useless if (a) b; else b;
8722                 Thanks to wwp
8724 2006-05-13 [wwp]        2.2.0cvs11
8726         * src/export.c
8727         * src/import.c
8728         * src/mainwindow.c
8729         * src/mbox.c
8730         * src/summaryview.c
8731         * src/summaryview.h
8732                 no more silent failures (or at least less ones) when importing
8733                 or exporting from/to mbox. Also start importing/exporting if
8734                 the necessary info is set.
8736 2006-05-13 [wwp]        2.2.0cvs10
8738         * RELEASE_NOTES
8739                 restored up-to-date release notes.
8741 2006-05-13 [paul]       2.2.0cvs9
8743         * po/nl.po
8744         * po/ru.po
8745                 updated by Tim Dijkstra and Pavlo Bohmat
8747 2006-05-12 [colin]      2.2.0cvs8
8749         * src/gtk/quicksearch.c
8750                 Add "k" as shortcut for "colorlabel". Patch
8751                 by ath42@users.sf.net.
8753 2006-05-12 [paul]       2.2.0cvs7
8755         * src/prefs_common.h
8756         * src/prefs_summaries.c
8757         * src/summaryview.c
8758                 when entering a folder also allow
8759                 going directly to first Marked message
8761 2006-05-12 [paul]       2.2.0cvs6
8763         * src/summaryview.c
8764                 always obey 'confirm before marking all
8765                 mails read' option
8767 2006-05-12 [paul]       2.2.0cvs5
8769         * src/textview.c
8770                 make Sender fully clickable
8772 2006-05-12 [colin]      2.2.0cvs4
8774         * src/compose.c
8775         * src/compose.h
8776                 Let From be editable
8777         * src/main.c
8778         * src/mh.c
8779                 Full support of .mh_sequences' Unseen seq
8781 2006-05-12 [colin]      2.2.0cvs3
8783         * src/folder.c
8784         * src/mainwindow.c
8785         * src/mainwindow.h
8786         * src/messageview.c
8787         * src/prefs_spelling.c
8788         * src/procheader.c
8789         * src/procmsg.c
8790         * src/procmsg.h
8791         * src/summaryview.c
8792         * src/toolbar.c
8793         * src/toolbar.h
8794                 Add contextual menu on Compose toolbar
8795                 button. Fixes bug #944 (Automatic
8796                 addresses not applied when changing account
8797                 from compose window)
8798                 add Mailing List support
8799                 based on the old 0.6.5claws25 patch by
8800                 Melvin Hadasht, with finishing touches
8801                 by Colin
8802                 Fix "ignore thread" when mails are threaded by
8803                 subject (and weren't ignored although appearing
8804                 in the thread).
8805                 GUI rework.
8806                 Both patches by Pawel.
8808 2006-05-08 [paul]       2.2.0cvs2
8810         * src/mainwindow.c
8811         * src/mainwindow.h
8812         * src/messageview.c
8813         * src/procheader.c
8814         * src/procmsg.c
8815         * src/procmsg.h
8816         * src/summaryview.c
8817                 add Mailing List support
8818                 based on the old 0.6.5claws25 patch by 
8819                 Melvin Hadasht, with finishing touches
8820                 by Colin
8822 2006-05-08 [colin]      2.2.0cvs1
8824         * src/mainwindow.c
8825         * src/toolbar.c
8826         * src/toolbar.h
8827                 Add contextual menu on Compose toolbar 
8828                 button. Fixes bug #944 (Automatic 
8829                 addresses not applied when changing account 
8830                 from compose window)
8832 2006-05-08 [paul]       2.2.0
8834         2.2.0 released
8836 2006-05-08 [paul]       2.1.1cvs51
8838         * po/cs.po
8839         * po/de.po
8840         * po/en_GB.po
8841         * po/fi.po
8842         * po/fr.po
8843         * po/pt_BR.po
8844         * po/sr.po
8845         * po/zh_CN.po
8846                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8847                 Fabien Vantard, Frederico Goncalves Guimaraes,
8848                 Aleksandar Urosevic, and Ralgh Young
8850 2006-05-12 [colin]      2.1.1cvs50
8852         * po/cs.po
8853         * po/de.po
8854         * po/en_GB.po
8855         * po/es.po
8856         * po/fi.po
8857         * po/fr.po
8858         * po/pt_BR.po
8859         * po/sr.po
8860         * po/zh_CN.po
8861                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8862                 Fabien Vantard, Frederico Goncalves Guimaraes,
8863                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8865 2006-05-05 [colin]      2.1.1cvs49
8867         * manual/Makefile.am
8868         * manual/pl/Makefile.am
8869         * manual/pl/account.xml
8870         * manual/pl/ack.xml
8871         * manual/pl/addrbook.xml
8872         * manual/pl/advanced.xml
8873         * manual/pl/faq.xml
8874         * manual/pl/glossary.xml
8875         * manual/pl/gpl.xml
8876         * manual/pl/handling.xml
8877         * manual/pl/intro.xml
8878         * manual/pl/keyboard.xml
8879         * manual/pl/plugins.xml
8880         * manual/pl/starting.xml
8881         * manual/pl/sylpheed-claws-manual.xml
8882         * manual/pl/dist/.cvsignore
8883         * manual/pl/dist/Makefile.am
8884         * manual/pl/dist/html/.cvsignore
8885         * manual/pl/dist/html/Makefile.am
8886         * manual/pl/dist/pdf/.cvsignore
8887         * manual/pl/dist/pdf/Makefile.am
8888         * manual/pl/dist/ps/.cvsignore
8889         * manual/pl/dist/ps/Makefile.am
8890         * manual/pl/dist/txt/.cvsignore
8891         * manual/pl/dist/txt/Makefile.am
8892                 Add the polish translation of the manual,
8893                 Authored by Pawel Pekala.
8895 2006-05-05 [cleroy]     2.1.1cvs48
8897         * src/main.c
8898                 Re-read matcherrc after loading plugins 
8899                 if some of them add folders.
8901 2006-05-03 [colin]      2.1.1cvs47
8903         * src/imap.c
8904                 I'm idiot
8906 2006-05-03 [colin]      2.1.1cvs46
8908         * src/imap.c
8909                 Be sure to have a session when
8910                 getting separator
8912 2006-05-03 [colin]      2.1.1cvs45
8914         * src/imap.c
8915         * src/imap.h
8916         * src/imap_gtk.c
8917                 Fix preventing renaming with namespace 
8918                 separator.
8920 2006-05-01 [colin]      2.1.1cvs44
8922         * src/action.c
8923                 Don't reload messageview when result of
8924                 action is piped.
8926 2006-04-29 [colin]      2.1.1cvs43
8928         * src/prefs_receive.c
8929         * src/plugins/spamassassin/spamassassin_gtk.c
8930         * src/plugins/clamav/clamav_plugin_gtk.c
8931                 GUI fixes by Pawel
8933 2006-04-29 [colin]      2.1.1cvs42
8935         * src/prefs_compose_writing.c
8936         * src/prefs_quote.c
8937                 Cleanups. Patch by Pawel
8939 2006-04-28 [paul]       2.1.1cvs41
8941         * src/matcher.c
8942                 fix returned quick search results when search
8943                 term contains an underscore.
8944                 Thanks to Colin
8946 2006-04-28 [paul]       2.1.1cvs40
8948         * src/prefs_message.c
8949         * src/prefs_receive.c
8950                 GUI cleanups
8951                 Patches by Pawel Pekala
8953 2006-04-27 [colin]      2.1.1cvs39
8955         * src/wizard.c
8956                 Differentiate subject Welcome from
8957                 window's title Welcome
8959 2006-04-27 [paul]
8961         2.2.0-rc1 released
8963 2006-04-27 [paul]       2.1.1cvs38
8965         * manual/advanced.xml
8966         * manual/fr/advanced.xml
8967                 add info about compose_no_markup hidden pref
8969 2006-04-27 [paul]       2.1.1cvs37
8971         * src/prefs_account.c
8972                 improve privacy labels
8973         * src/prefs_msg_colors.c
8974                 change some strings for translators' convenience
8975         * src/gtk/gtkutils.c
8976                 don't underline the link button text
8978 2006-04-25 [colin]      2.1.1cvs36
8980         * src/folder.c
8981                 Complete 2.1.1cvs33 (once more ;)
8983 2006-04-25 [colin]      2.1.1cvs35
8985         * src/editldap.c
8986                 Fix tooltip
8988 2006-04-25 [cleroy]     2.1.1cvs34
8990         * src/compose.c
8991         * src/gtk/gtkaspell.c
8992                 Fix crash on redirect (related to the return 
8993                 of the aspell menu in compose's toolbar)
8994         * src/prefs_msg_colors.c
8995                 Fix sensitivity widgets
8996         * src/image_viewer.c
8997         * src/gtk/pluginwindow.c
8998         * src/gtk/prefswindow.c
8999                 Change released signals to clicked (Fabien)
9000         * po/POTFILES.in
9001         * src/common/socket.c
9002         * src/plugins/spamassassin/spamassassin.c
9003                 Translate strings (Fabien)
9005 2006-04-25 [paul]       2.1.1cvs33
9007         * src/folder.c
9008         * src/folder.h
9009         * src/folderview.c
9010                 complete the fix of bug #912
9011                 Thanks to Colin
9013 2006-04-25 [colin]      2.1.1cvs32
9015         * src/news.c
9016                 Better progress bar
9017         * src/mimeview.c
9018         * src/summaryview.c
9019         * src/summaryview.h
9020                 Fix focus chain
9021                 Patches by Pawel Pekala
9023 2006-04-24 [colin]      2.1.1cvs31
9025         * src/compose.c
9026                 Fix compilation warnings (Fabien)
9028 2006-04-24 [colin]      2.1.1cvs30
9030         * src/addrindex.c
9031         * src/editldap.c
9032         * src/editldap_basedn.c
9033         * src/editldap_basedn.h
9034         * src/ldapctrl.c
9035         * src/ldapctrl.h
9036         * src/ldapquery.c
9037         * src/ldaputil.c
9038         * src/ldaputil.h
9039                 Fix bug #901 (LDAPS support)
9041 2006-04-24 [colin]      2.1.1cvs29
9043         * src/compose.c
9044                 Fix logic on error with send dialog on
9045         * src/imap.c
9046                 Fix compilation without libetpan, thanks
9047                 to Fabien
9048         * src/summaryview.c
9049                 Fix 'context-menu' key
9051 2006-04-23 [colin]      2.1.1cvs28
9053         * src/folder.c
9054                 Never free current's cache to free up 
9055                 memory. Fixes bug #912 (new count 
9056                 randomly set to message count)
9058 2006-04-23 [colin]      2.1.1cvs27
9060         * src/gtk/quicksearch.c
9061                 And remove printf...
9063 2006-04-23 [colin]      2.1.1cvs26
9065         * src/gtk/quicksearch.c
9066                 Fix replacing in quicksearch, and fix inserting
9067                 in the middle of the string. (introduced at 2.1.0cvs22)
9069 2006-04-23 [colin]      2.1.1cvs25
9071         * src/imap.c
9072                 Make sure uidnext is initialized in get_num_list
9073                 (not for stable, related to 2.1.1cvs8 and friends)
9075 2006-04-23 [colin]      2.1.1cvs24
9077         * src/imap.c
9078                 Output something when login is successful
9079                 too
9081 2006-04-23 [colin]      2.1.1cvs23
9083         * src/etpan/imap-thread.c
9084                 Better logging (line-per-line, hide data in fetch)
9085                 Fix a const warning
9086         * src/gtk/logwindow.c
9087         * src/gtk/logwindow.h
9088                 Better logging (color for input/output)
9090 2006-04-21 [colin]      2.1.1cvs22
9092         * src/gtk/quicksearch.c
9093                 On gtk+-2.8, use stock buttons in quicksearch
9094                 Based on a patch by Fabien and a design by Paul
9096 2006-04-21 [colin]      2.1.1cvs21
9098         * src/folderview.c
9099         * src/mainwindow.c
9100                 Fix occasional flicker in folderview
9101         * src/common/utils.c
9102                 Fix bug #943 (Incorrectly parsed email address 
9103                 list in short headers on message view and in 
9104                 printouts)
9106 2006-04-20 [colin]      2.1.1cvs20
9108         * src/imap.c
9109         * src/imap.h
9110         * src/prefs_account.c
9111                 Add ANONYMOUS auth for IMAP
9113 2006-04-20 [paul]       2.1.1cvs19
9115         * src/main.c
9116                 proper fix for 2.1.1cvs18
9117                 Thanks to Colin
9119 2006-04-20 [paul]       2.1.1cvs18
9121         * src/main.c
9122                 fix build warnings
9124 2006-04-20 [paul]       2.1.1cvs17
9126         * src/gtk/quicksearch.c
9127                 fix standard, non-extended Quick search,
9128                 was broken in 2.1.1cvs15.
9129                 Thanks to Colin.
9131 2006-04-20 [colin]      2.1.1cvs16
9133         * src/prefs_matcher.c
9134                 Fix values when reselecting a ~test
9135                 rule
9137 2006-04-19 [colin]      2.1.1cvs15
9139         * src/compose.c
9140         * src/compose.h
9141         * src/gtk/gtkaspell.c
9142         * src/gtk/gtkaspell.h
9143                 Put back Options menu in Spelling/
9144         * src/gtk/quicksearch.c
9145                 Don't search, and show error, if the
9146                 advanced search has a syntax error
9148 2006-04-18 [colin]      2.1.1cvs14
9150         * src/textview.c
9151                 Fix gdk warnings on set_cursor when textview
9152                 isn't visible
9154 2006-04-18 [colin]      2.1.1cvs13
9156         * src/gtk/gtksctree.c
9157                 Remove seemingly useless refresh that causes
9158                 flicker - watch this commit in case of 
9159                 problems before planned backport to stable
9161 2006-04-18 [colin]      2.1.1cvs12
9163         * src/imap.c
9164                 Factorize get/set_xml code
9165         * src/compose.c
9166         * src/prefs_account.c
9167         * src/prefs_account.h
9168         * src/procmsg.c
9169                 Add Encrypt to self option
9171 2006-04-17 [colin]      2.1.1cvs11
9173         * configure.ac
9174                 Fix search on encrpyt function on dragonfly
9175                 Patch by Jonathan Buschmann <jonthn@agmact.com>
9177 2006-04-17 [colin]      2.1.1cvs10
9179         * src/prefs_account.c
9180                 Be safe by default: remove mails from POP3
9181                 after 7 days, not immediately
9183 2006-04-17 [colin]      2.1.1cvs9
9185         * src/etpan/imap-thread.c
9186                 Fix build on DragonFly - patch by 
9187                 Jonathan Buschmann <jonthn@agmact.com>
9189 2006-04-17 [colin]      2.1.1cvs8
9191         * src/imap.c
9192                 Save uidnext between sessions
9194 2006-04-17 [colin]      2.1.1cvs7
9196         * src/imap.c
9197                 scan is required when uid validity changes
9199 2006-04-17 [colin]      2.1.1cvs6
9201         * src/folderview.c
9202                 Don't scan if not necessary, apart in current
9203                 folder and INBOX to fetch flags.
9204         * src/imap.c
9205                 Scan is necessary if unread count changes
9207 2006-04-17 [colin]      2.1.1cvs5
9209         * src/imap.c
9210                 ...But always fetch ANSWERED and DELETED flags for
9211                 INBOX, as filtering can happen on these flags.
9213 2006-04-17 [colin]      2.1.1cvs4
9215         * src/imap.c
9216                 Don't fetch REPLIED and DELETED flags when synchronising
9217                 flags with a closed folder. We only need UNSEEN and FLAGGED
9218                 to update the folderview.
9220 2006-04-17 [colin]      2.1.1cvs3
9222         * src/imap.c
9223                 Faster flag search when there are new mails 
9224                 in a folder. We can do a full search if the 
9225                 folder contains less messages than the new
9226                 list.
9228 2006-04-17 [colin]      2.1.1cvs2
9230         * po/cs.po
9231         * po/de.po
9232         * po/fr.po
9233         * po/nl.po
9234         * po/pt_BR.po
9235                 Update translations from stable branch
9237 2006-04-17 [colin]      2.1.1cvs1
9239         * configure.ac
9240                 Bump version to follow stable release
9242 2006-04-16 [mones]      2.1.0cvs50
9244         * po/es.po
9245                 Updated for release
9247 2006-04-16 [colin]      2.1.0cvs49
9249         * src/textview.c
9250                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9251                 with gtk < 2.8. Thanks to Fabien Vantard.
9253 2006-04-15 [colin]      2.1.0cvs48
9255         * src/etpan/imap-thread.c
9256                 Fix bug #919 (libetpan: SEGV when connecting 
9257                 using command)
9259 2006-04-14 [colin]      2.1.0cvs47
9261         * src/main.c
9262                 Fix race on --select (should be done better)
9264 2006-04-14 [wwp]        2.1.0cvs46
9266         * src/send_message.c
9267                 enforce a check for domain in account prefs (a sending
9268                 error could be faced if domain was checked but no value set),
9269                 thanks to Colin.
9271 2006-04-14 [colin]      2.1.0cvs45
9273         * src/codeconv.c
9274                 when converting from unknown to unknown, if the
9275                 string is UTF8, don't convert it to the locale
9276                 (which breaks it)
9278 2006-04-14 [colin]      2.1.0cvs44
9280         * src/compose.c
9281                 Don't try to use ASCII for converting headers
9282                 (as done in body)
9284 2006-04-14 [paul]       2.1.0cvs43
9286         * src/crash.c
9287                 add locale/charset info to crash report
9288         * src/gtk/about.c
9289                 add wwp to doc team
9290                 replace 'e-mail' with preferred 'email'
9291         * src/gtk/authors.h
9292                 ensure contributors list is in alphabetical
9293                 order
9295 2006-04-13 [colin]      2.1.0cvs42
9297         * src/textview.c
9298                 Prevent gdk warnings
9300 2006-04-13 [colin]      2.1.0cvs41
9302         * src/common/ssl_certificate.c
9303         * src/common/ssl_certificate.h
9304         * src/gtk/sslcertwindow.c
9305                 Warn on expired certs, and display the expiration date
9307 2006-04-13 [colin]      2.1.0cvs40
9309         * src/plugins/spamassassin/spamassassin_gtk.c
9310                 Fix missing set_text on unix socket
9312 2006-04-13 [wwp]        2.1.0cvs39
9314         * manual/fr/advanced.xml
9315         * manual/fr/glossary.xml
9316                 applied new spam/ham/email lexicon (pourriel, courriel)
9318 2006-04-13 [paul]       2.1.0cvs38
9320         * src/plugins/pgpmime/plugin.c
9321                 remove the mention of S/MIME from the
9322                 description. This is now handled by the
9323                 S/MIME plugin.
9325 2006-04-13 [paul]       2.1.0cvs37
9327         * src/prefs_msg_colors.c
9328                 rework dialog
9329         * src/prefs_folder_item.c
9330         * src/prefs_spelling.c
9331                 add a tooltip to the colour selector buttons
9333 2006-04-13 [wwp]        2.1.0cvs36
9335         * manual/advanced.xml
9336         * manual/glossary.xml
9337         * manual/handling.xml
9338         * manual/keyboard.xml
9339         * manual/plugins.xml
9340         * manual/starting.xml
9341         * manual/fr/account.xml
9342         * manual/fr/ack.xml
9343         * manual/fr/addrbook.xml
9344         * manual/fr/advanced.xml
9345         * manual/fr/faq.xml
9346         * manual/fr/glossary.xml
9347         * manual/fr/gpl.xml
9348         * manual/fr/handling.xml
9349         * manual/fr/intro.xml
9350         * manual/fr/keyboard.xml
9351         * manual/fr/plugins.xml
9352         * manual/fr/starting.xml
9353         * manual/fr/sylpheed-claws-manual.xml
9354                 fixes to the manuals:
9355                  - summaryview -> Message List (same in French)
9356                  - translate key names
9357                  - fix French punctuation, use non-breakable spaces when
9358                    necessary, don't use &thinsp; which is not portable
9359                  - tell what maildir and mbox formats we support
9361 2006-04-12 [wwp]        2.1.0cvs35
9363         * src/prefs_toolbar.c
9364                 unified a replace button more,
9365                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9367 2006-04-12 [wwp]        2.1.0cvs34
9369         * src/prefs_common.c
9370         * src/prefs_msg_colors.c
9371                 make default color labels translatable,
9372                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9373                 thanks to Tim <timbrain@post.cz> for reporting.
9375 2006-04-12 [wwp]        2.1.0cvs33
9377         * manual/glossary.xml
9378         * manual/intro.xml
9379         * manual/plugins.xml
9380         * manual/starting.xml
9381         * manual/sylpheed-claws-manual.xml
9382         * manual/fr/.cvsignore
9383         * manual/fr/account.xml
9384         * manual/fr/ack.xml
9385         * manual/fr/addrbook.xml
9386         * manual/fr/advanced.xml
9387         * manual/fr/faq.xml
9388         * manual/fr/glossary.xml
9389         * manual/fr/handling.xml
9390         * manual/fr/intro.xml
9391         * manual/fr/keyboard.xml
9392         * manual/fr/plugins.xml
9393         * manual/fr/starting.xml
9394         * manual/fr/sylpheed-claws-manual.xml
9395                 various fixes: typos, missing .fr translations, punctuation,
9396                 capitalization, links, accents and some bad French more.
9398 2006-04-12 [wwp]        2.1.0cvs32
9400         * src/prefs_gtk.c
9401                 fix for bug #935: always store prefs files in UTF-8 (thanks
9402                 to Colin).
9404 2006-04-11 [colin]      2.1.0cvs31
9406         * src/compose.c
9407                 Fix inserting files not in utf8 when locale is utf8
9409 2006-04-11 [colin]      2.1.0cvs30
9411         * src/inc.c
9412                 Don't show error dialog when cancelling connection
9413                 Patch by Pawel
9415 2006-04-11 [cleroy]     2.1.0cvs29
9417         * src/compose.c
9418                 Implement multiple quote levels
9419         * src/prefs_common.c
9420                 Change a little bit the quote bgcolor for 2nd level
9422 2006-04-11 [colin]      2.1.0cvs28
9424         * src/gtk/about.c
9425                 Add locale and charset in the label
9427 2006-04-10 [colin]      2.1.0cvs27
9429         * src/compose.c
9430         * src/prefs_common.c
9431         * src/prefs_common.h
9432         * src/prefs_msg_colors.c
9433         * src/textview.c
9434                 Allow optional background color in quotes
9435                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9436                 GTK+-2.8.x feature
9438 2006-04-10 [colin]      2.1.0cvs26
9440         * src/main.c
9441         * src/mainwindow.c
9442         * src/mainwindow.h
9443                 Implement --select
9445 2006-04-10 [colin]      2.1.0cvs25
9447         * manual/plugins.xml
9448         * manual/fr/plugins.xml
9449                 Document libcurl's proxy variables
9451 2006-04-09 [colin]      2.1.0cvs24
9453         * src/prefs_common.c
9454                 gettext() returns statically allocated stuff. We have
9455                 to strdup it in order to be able to free it.
9457 2006-04-09 [colin]      2.1.0cvs23
9459         * AUTHORS
9460         * src/gtk/authors.h
9461                 Add Alexei
9463 2006-04-09 [colin]      2.1.0cvs22
9465         * src/mainwindow.c
9466         * src/gtk/quicksearch.c
9467                 Fix bug #859 (problems with cyrilic input in 
9468                 search panel) - Patch by Alexey Illarionov 
9469                 <littlesavage@rambler.ru>
9471 2006-04-09 [colin]      2.1.0cvs21
9473         * src/prefs_customheader.c
9474                 I prefer removing then freeing rather than the contrary
9475                 (even if it doesn't change anything ;-)
9476         * src/prefs_account.c
9477                 Fix bug #933 (Crash re-entering the custom headers list 
9478                 dialog in accounts prefs)
9479                 The problem happened when cancelling the Account 
9480                 Preferences' dialogs - in which case we didn't do 
9481                 anything to the PrefsAccount * struct. In case of applying,
9482                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9483                 working with in this dialog. The problem is that 
9484                 prefs_customheader.c, working on this tmp_ac_prefs, always
9485                 changes the ->customhdr_list pointer, even when cancelled. 
9486                 So in case of cancelling the prefs_account dialog, we still
9487                 have to update ->customhdr_list in the real account.
9489 2006-04-08 [colin]      2.1.0cvs20
9491         * manual/fr/glossary.xml
9492         * manual/fr/keyboard.xml
9493                 Forgot some headers :)
9495 2006-04-08 [colin]      2.1.0cvs19
9497         * manual/Makefile.am
9498         * manual/fr/Makefile.am
9499         * manual/fr/account.xml
9500         * manual/fr/ack.xml
9501         * manual/fr/addrbook.xml
9502         * manual/fr/advanced.xml
9503         * manual/fr/faq.xml
9504         * manual/fr/glossary.xml
9505         * manual/fr/gpl.xml
9506         * manual/fr/handling.xml
9507         * manual/fr/intro.xml
9508         * manual/fr/keyboard.xml
9509         * manual/fr/plugins.xml
9510         * manual/fr/starting.xml
9511         * manual/fr/sylpheed-claws-manual.xml
9512         * manual/fr/dist/.cvsignore
9513         * manual/fr/dist/Makefile.am
9514         * manual/fr/dist/html/.cvsignore
9515         * manual/fr/dist/html/Makefile.am
9516         * manual/fr/dist/pdf/.cvsignore
9517         * manual/fr/dist/pdf/Makefile.am
9518         * manual/fr/dist/ps/.cvsignore
9519         * manual/fr/dist/ps/Makefile.am
9520         * manual/fr/dist/txt/.cvsignore
9521         * manual/fr/dist/txt/Makefile.am
9522                 Add the french translation of the manual. Thanks to
9523                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9524                 account.xml, ack.xml, addrbook.xml and advanced.xml
9526 2006-04-08 [colin]      2.1.0cvs18
9528         * manual/plugins.xml
9529         * manual/starting.xml
9530                 More fixes
9532 2006-04-07 [colin]      2.1.0cvs17
9534         * manual/faq.xml
9535         * manual/intro.xml
9536         * manual/keyboard.xml
9537                 Little fixes
9539 2006-04-07 [colin]      2.1.0cvs16
9541         * README
9542         * src/compose.c
9543         * src/prefs_common.c
9544         * src/prefs_common.h
9545                 Add hidden compose_no_markup pref
9547 2006-04-07 [wwp]        2.1.0cvs15
9549         * src/summary_search.c
9550         * .cvsignore
9551                 Bugfix: stop button was sticky when searching in an empty folder.
9552                 Applied curly brackets code style to the whole file (summary_search.c).
9553                 More files to ignore.
9555 2006-04-07 [wwp]        2.1.0cvs14
9557         * src/message_search.c
9558         * src/summary_search.c
9559                 changed default button when search bumps at file/folder
9560                 beginning or end, for convenience (thanks to Colin).
9562 2006-04-07 [paul]       2.1.0cvs13
9564         * src/plugins/dillo_viewer/dillo_prefs.c
9565                 avoid future potential for namespace collision
9566                 Patch by Colin
9568 2006-04-06 [wwp]        2.1.0cvs12
9570         * src/summary_search.c
9571                 Unify extended/advanced searches names (and thus factorize labels),
9572                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9574 2006-04-06 [wwp]        2.1.0cvs11
9576         * src/folderview.c
9577         * src/prefs_themes.c
9578         * src/summaryview.c
9579                 Fixed some compilation warnings.
9581 2006-04-06 [colin]      2.1.0cvs10
9583         * manual/advanced.xml
9584                 Document the wizard template and how to deploy
9585                 Sylpheed-Claws effectively
9587 2006-04-06 [colin]      2.1.0cvs9
9589         * src/folderview.c
9590                 gettext patch to tell translators about _("#"),
9591                 by Maxim Britov
9593 2006-04-06 [colin]      2.1.0cvs8
9595         * src/textview.c
9596                 Fix invalid GtkTextBIter after clicking "Display as text"
9598 2006-04-06 [mones]      2.1.0cvs7
9600         * src/addr_compl.c
9601         * src/addrindex.c
9602         * src/addritem.c
9603         * src/codeconv.c
9604         * src/compose.c
9605         * src/filtering.c
9606         * src/folder.c
9607         * src/folder_item_prefs.c
9608         * src/folderview.c
9609         * src/localfolder.c
9610         * src/matcher.c
9611         * src/mimeview.c
9612         * src/prefs_msg_colors.c
9613         * src/prefs_spelling.c
9614         * src/prefs_themes.c
9615         * src/procmime.c
9616         * src/procmsg.c
9617         * src/stock_pixmap.c
9618         * src/summaryview.c
9619         * src/textview.c
9620         * src/toolbar.c
9621         * src/common/mgutils.c
9622         * src/common/prefs.c
9623         * src/common/ssl_certificate.c
9624         * src/gtk/colorlabel.c
9625         * src/gtk/quicksearch.c
9626         * src/plugins/pgpmime/pgpmime.c
9627         * src/plugins/spamassassin/spamassassin.c
9628                 Removed redundant NULL checks for g_free() calls.
9629                 Patch by Pawel Pekala.
9631 2006-04-06 [mones]      2.1.0cvs6
9633         * src/prefs_actions.c
9634         * src/prefs_filtering.c
9635         * src/prefs_filtering_action.c
9636         * src/prefs_matcher.c
9637         * src/prefs_template.c
9638         * src/gtk/gtkutils.c
9639         * src/gtk/gtkutils.h
9640                 Have a nice replace button. Patch by Pawel Pekala
9642 2006-04-06 [colin]      2.1.0cvs5
9644         * src/addressbook.c
9645                 Fix crash with empty columns
9647 2006-04-05 [colin]      2.1.0cvs4
9649         * src/wizard.c
9650         * src/prefs_gtk.c
9651                 Allow wizard customization with pre-filled values
9653 2006-04-05 [colin]      2.1.0cvs3
9655         * src/textview.c
9656         * src/mimeview.c
9657         * src/mimeview.h
9658                 Nicer messages in mimeview
9660 2006-04-05 [colin]      2.1.0cvs2
9662         * src/addressbook.c
9663         * src/prefs_summaries.c
9664                 i18n fix
9666 2006-04-05 [colin]      2.1.0cvs1
9668         * src/plugins/pgpcore/plugin.c
9669         * src/plugins/pgpcore/select-keys.c
9670         * src/plugins/pgpcore/select-keys.h
9671         * src/plugins/pgpcore/sgpgme.c
9672         * src/plugins/pgpcore/sgpgme.h
9673         * src/plugins/pgpinline/pgpinline.c
9674         * src/plugins/pgpinline/plugin.c
9675         * src/plugins/pgpmime/pgpmime.c
9676         * src/plugins/pgpmime/plugin.c
9677                 Factorize and generalize a bit 
9678                 Drop S/MIME signature verification from PGP/MIME
9679                 (adding it as another, more complete plugin)
9681 2006-04-05 [paul]       2.1.0
9683         2.1.0 released
9685 2006-04-05 [paul]       2.0.0cvs186
9687         * manual/advanced.xml
9688                 add info on colour labels
9690 2006-04-05 [paul]       2.0.0cvs185
9692         * po/bg.po
9693         * po/cs.po
9694         * po/de.po
9695         * po/el.po
9696         * po/en_GB.po
9697         * po/fi.po
9698         * po/fr.po
9699         * po/it.po
9700         * po/nl.po
9701         * po/pl.po
9702         * po/pt_BR.po
9703         * po/sr.po
9704         * po/zh_CN.po
9705                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9706                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9707                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9708                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9709         * src/gtk/authors.h
9710         * tools/claws.i18n.status.pl
9711                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9712                 and new Czech translator, Tim <timbrain@post.cz>
9714 2006-04-05 [mones]      2.0.0cvs184
9716         * po/es.po
9717                 Updated translation
9719 2006-04-05 [colin]      2.0.0cvs183
9721         * src/gtk/quicksearch.c
9722                 Fix bug #929 (unnecessary reload in quick search bar)
9724 2006-04-05 [colin]      2.0.0cvs182
9726         * src/compose.c
9727                 Fix crash on Reply with no From:
9728                 Show signature and conversion error on queuing 
9729                 (but not sending)
9730         * src/mainwindow.c
9731         * src/summaryview.c
9732         * src/summaryview.h
9733                 Factorize threading code and make sure msginfo 
9734                 is not null when it comes from a GtkCTreeRow's 
9735                 data
9736         * src/gtk/gtkaspell.c
9737                 Check for necessary things
9738         * src/gtk/gtksctree.c
9739         * src/gtk/gtksctree.h
9740                 Reset anchor if necessary when removing node
9742 2006-03-29 [colin]      2.0.0cvs181
9744         * src/folderview.c
9745                 Warn for disabled IMAP accounts (due to lack of
9746                 libetpan). Breaks string-freeze - sorry - but it
9747                 is kind of important ;)
9749 2006-03-28 [colin]      2.0.0cvs180
9751         * src/gtk/gtkutils.c
9752         * src/gtk/gtkutils.h
9753                 Add a gtkut_get_link_btn() function that
9754                 creates a button which acts like an URI
9755         * src/prefs_themes.c
9756         * src/gtk/about.c
9757                 Use this function (factorizes codes)
9758         * src/common/defs.h
9759         * src/gtk/pluginwindow.c
9760                 Add a "Get more..." in the plugins window
9762 2006-03-28 [colin]      2.0.0cvs179
9764         * src/common/smtp.c
9765         * src/common/passcrypt.c
9766         * src/undo.c
9767                 Warning fixes. Patch by Pawel Pekala
9769 2006-03-27 [colin]      2.0.0cvs178
9771         * src/undo.c
9772                 Fix undoing by blocks with spaces
9774 2006-03-27 [colin]      2.0.0cvs177
9776         * src/textview.c
9777                 Set margin to 3px for headers
9779 2006-03-27 [paul]
9781         2.1.0-rc2 released
9783 2006-03-27 [wwp]        2.0.0cvs176
9785         * src/summaryview.c
9786                 don't reset quicksearch when updating the message list.
9787                 Thanks to Colin.
9789 2006-03-26 [wwp]        2.0.0cvs175
9791         * src/compose.c
9792                 use a unified border width ('other' tab in the compose window,
9793                 patch by Pawel Pekala).
9796 2006-03-26 [wwp]        2.0.0cvs174
9798         * src/common/quoted-printable.c
9799         * src/addressbook.c
9800                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9802 2006-03-26 [colin]      2.0.0cvs173
9804         * src/quote_fmt_parse.y
9805                 Fix non-UTF8 date formats messing up the whole quote a 
9806                 little bit
9808 2006-03-26 [colin]      2.0.0cvs172
9810         * src/procheader.c
9811                 Make sure the date is UTF8 valid, or try to make it
9812                 so. IncrediMail is really IncrediStupid.
9813         * src/compose.c
9814                 Fix possible conversions. 
9815                 
9817 2006-03-26 [colin]      2.0.0cvs171
9819         * src/matcher.c
9820                 Fix corner cases in body search. This is still a
9821                 hack... It seems impossible to make it good and 
9822                 reasonably fast at the same time.
9824 2006-03-26 [colin]      2.0.0cvs170
9826         * src/summaryview.c
9827                 I think I killed the twilight zone bug!
9828                 summary_select_node() flushes GTK events in order
9829                 to be able to center the view. But this also 
9830                 flushes keypresses like Ctrl-Alt-U, so this can
9831                 call summary_show from summary_select_node (itself
9832                 called from summary_show, etc.). And the summaryview
9833                 has to be unlocked in this function. So just locking
9834                 while processing GTK events, and bailing if locked, 
9835                 should fix it.
9836                 Fixes bug #927 (SIGSEGV during Update Summary)
9838 2006-03-25 [colin]      2.0.0cvs169
9840         * src/matcher.c
9841                 Fix search in QP-encoded bodies
9842                 Fix utf-8 searches in bodies encoded in the
9843                 locale's encoding
9844         * src/common/quoted-printable.c
9845         * src/common/quoted-printable.h
9846                 Add a decode function that doesn't overwrite
9847                 the original pointer
9848                 
9850 2006-03-24 [colin]      2.0.0cvs168
9852         * src/action.c
9853         * src/summaryview.c
9854         * src/summaryview.h
9855                 Update message cache after action
9856                 Patch by H. Merijn Brand
9857         * src/prefs_msg_colors.c
9858                 Factorize label 
9859                 Patch by Fabien Vantard
9860         * src/plugins/spamassassin/spamassassin_gtk.c
9861                 Remove useless translation
9862                 Patch by Fabien Vantard
9864 2006-03-23 [colin]      2.0.0cvs167
9866         * src/common/ssl.c
9867                 Let 30 seconds to SSL_connect
9869 2006-03-23 [wwp]        2.0.0cvs166
9871         * src/summaryview.c
9872         * src/gtk/description_window.c
9873                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9874                 and headers are translated; adjust description windows' width to fit their
9875                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9877 2006-03-23 [paul]       2.0.0cvs165
9879         * src/common/utils.c
9880                 fix highlighting of URIs containing "()"
9881                 (2.0.0cvs164's reversal fixed)
9882                 Thanks to Colin.
9884 2006-03-23 [paul]       2.0.0cvs164
9886         * src/common/utils.c
9887                 revert patch, (postponing a fix), at 2.0.0cvs120
9888                 as it breaks more URIs than it fixes.
9889                 Allow '-' to be a terminating character in a URI
9891 2006-03-22 [colin]      2.0.0cvs163
9893         * configure.ac
9894                 Require libetpan 0.45
9895                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9897 2006-03-22 [paul]       2.0.0cvs162
9899         * src/editgroup.c
9900                 replace '<-' and '->' buttons with GTK_STOCK graphical
9901                 buttons
9902         * src/summary_search.c
9903                 don't offer '...' for translation
9904                 add a tooltip to advanced search '...' button
9905         * src/gtk/quicksearch.c
9906                 don't offer '...' for translation
9908 2006-03-21 [colin]      2.0.0cvs161
9910         * src/compose.c
9911                 Fix middle-click pasting (insert at click
9912                 position instead of cursor position, don't
9913                 remove existing selection and allow pasting
9914                 our own selection)
9915         * src/addressbook.c
9916                 "LDAP Server" -> "LDAP servers"
9918 2006-03-21 [wwp]        2.0.0cvs160
9920         * src/etpan/imap-thread.c
9921                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9923 2006-03-20 [colin]      2.0.0cvs159
9925         * src/summaryview.c
9926                 Don't reload summaryview after an execute with no
9927                 move action
9929 2006-03-19 [colin]      2.0.0cvs158
9931         * src/addressbook.c
9932                 and put groups at the top, always
9934 2006-03-19 [colin]      2.0.0cvs157
9936         * src/addressbook.c
9937                 Order groups before names, as previously
9939 2006-03-19 [colin]      2.0.0cvs156
9941         * src/addressbook.c
9942                 - Sort case-unsensitive
9943                 - Put the sort arrow at opening too
9945 2006-03-19 [wwp]        2.0.0cvs155
9947         * src/addressbook.c
9948                 allow sorting by name/email/remarks, ensure that right-pane's contents
9949                 matches the left-pane selection (cleared when appropriate).
9950                 Patch by Pawel Pekala <c0rn@o2.pl>.
9952 2006-03-18 [colin]      2.0.0cvs154
9954         * src/textview.c
9955                 Fix text cursor ;)
9957 2006-03-18 [colin]      2.0.0cvs153
9959         * src/gtk/filesel.c
9960                 Make sure we hide the preview if we didn't get
9961                 a filename
9963 2006-03-18 [colin]      2.0.0cvs152
9965         * src/summaryview.c
9966                 Set cursor to watch for execution (fixes lack
9967                 of watch-cursor when dnd'ing hundreds of mails)
9968         * src/gtk/filesel.c
9969                 Check that mime type is 'image/*' before updating
9970                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9972 2006-03-18 [colin]      2.0.0cvs151
9974         * src/mainwindow.c
9975         * src/textview.c
9976         * src/textview.h
9977                 Put a watch cursor in textview too when the mainwindow's
9978                 cursor in a watch
9980 2006-03-18 [colin]      2.0.0cvs150
9982         * src/folder.c
9983                 Change wrong asserts to simple tests
9985 2006-03-17 [colin]      2.0.0cvs149
9987         * src/mainwindow.c
9988         * src/mainwindow.h
9989         * src/prefs_msg_colors.c
9990         * src/summaryview.c
9991         * src/summaryview.h
9992         * src/gtk/colorlabel.c
9993         * src/gtk/colorlabel.h
9994                 Add a color label menu in the main menubar
9995                 Add (fixed) accels Ctrl-{0-7} to change the color
9996                 They have to be fixed because the menu's dynamic,
9997                 the items are complex widgets, hence we can't use
9998                 a GtkItemFactory.
10001 2006-03-17 [wwp]        2.0.0cvs148
10003         * src/compose.c
10004                 rollback few lines from my previous commit (those lines come from
10005                 a pending patch, accidentally commited, even if neutral as they are
10006                 commented out).
10008 2006-03-17 [wwp]        2.0.0cvs147
10010         * src/compose.c
10011                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
10012                 applied code style/indentation to the modified function.
10014 2006-03-17 [wwp]        2.0.0cvs146
10016         * src/procmsg.c
10017         * src/compose.c
10018                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
10020 2006-03-17 [paul]
10022         2.1.0-rc1 released
10024 2006-03-17 [paul]       2.0.0cvs145
10026         * src/main.c
10027                 addressbook_read_file() was called twice
10028         * src/textview.c
10029                 X-Mailer highlighting
10031 2006-03-16 [colin]      2.0.0cvs144
10033         * src/sourcewindow.c
10034         * src/sourcewindow.h
10035                 And the last one, in source window.
10037 2006-03-16 [colin]      2.0.0cvs143
10039         * src/compose.c
10040         * src/compose.h
10041                 Fix the same stuff in compose
10043 2006-03-16 [colin]      2.0.0cvs142
10045         * src/messageview.c
10046                 Complete the previous messageview crash fix
10048 2006-03-16 [colin]      2.0.0cvs141
10050         * src/procmsg.h
10051         * src/procmsg.c
10052         * src/folder.c
10053                 Fix POSTPROCESSING hook
10054                 Patch by H. Merijn Brand
10056         * src/procmime.c
10057         * src/procmime.h
10058                 Parse Content-Location
10060         * src/toolbar.c
10061         * src/messageview.c
10062         * src/messageview.h
10063                 Don't crash when a top-level MessageView has
10064                 been closed on us. Same problematic than
10065                 yesterday's quicksearch issue.
10067 2006-03-15 [colin]      2.0.0cvs140
10069         * src/gtk/quicksearch.c
10070                 Fix a bitchy race we didn't think about when we
10071                 added quicksearch cancellation:
10072                 If the search is not on cached fields, for example
10073                 body_part matchcase "stuff"
10074                 the matcher code has to get the whole message. If
10075                 we're on IMAP, that can be slow, and in order to
10076                 be non-blocking, the IMAP code idle loop processes
10077                 gtk events too. So it is possible to cancel a
10078                 quicksearch while the matcher is getting the mail's
10079                 body. After matcher got its body, it will start to
10080                 iterate over the matcher list that the Quicksearch's
10081                 clear_search_cb() just freed via prepare_matcher().
10082                 SIGSEGV ensues.
10083                 The fix consists of guarding the matcherlist_match()
10084                 call with a boolean 'matching'. If we reset the
10085                 quicksearch while matching is TRUE, we don't free
10086                 the matcherlist anymore like we did, but we set
10087                 another new flag, deferred_free, to TRUE. Then,
10088                 in quicksearch_match(), just after returning from
10089                 matcherlist_match() and unsetting the matching flag,
10090                 we check the deferred_free flag and do the
10091                 prepare_matcher() (which does the matcherlist_free)
10092                 for real, so we free the matcherlist once it's not
10093                 used anymore.
10094                 As all of this runs via the glib main loop, we
10095                 luckily don't need a mutex.
10096         * src/summaryview.c
10097                 Also, show progress while searching.
10100 2006-03-14 [colin]      2.0.0cvs139
10102         * src/alertpanel.c
10103                 Make alertpanel_is_open non-static
10105 2006-03-14 [colin]      2.0.0cvs138
10107         * src/prefs_spelling.c
10108                 Cleanups - Fabien Vantard
10110 2006-03-14 [wwp]        2.0.0cvs137
10112         * src/main.c
10113                 code style normalization (curly braces, indentation).
10115 2006-03-14 [wwp]        2.0.0cvs137
10117         * src/main.c
10118                 code style (braces, indentation)
10120 2006-03-12 [paul]       2.0.0cvs136
10122         * src/prefs_common.c
10123                 trans_hdr defaults to FALSE to be RFC-savvy
10124         * src/prefs_summaries.c
10125                 add a tooltip to the trans_hdr option
10126                 
10128 2006-03-12 [paul]       2.0.0cvs135
10130         * src/prefs_matcher.c
10131                 give a little more width to the combos
10132         * src/prefs_display_header.c
10133         * src/textview.c
10134                 translate headers if prefs_common.trans_hdr
10135                 is TRUE
10137         Patches by Pawel Pekala
10139 2006-03-12 [paul]       2.0.0cvs134
10141         * src/plugins/clamav/clamav_plugin.c
10142         * src/plugins/dillo_viewer/dillo_viewer.c
10143         * src/plugins/pgpcore/plugin.c
10144         * src/plugins/pgpinline/plugin.c
10145         * src/plugins/pgpmime/plugin.c
10146         * src/plugins/spamassassin/spamassassin.c
10147                 update/add to descriptions
10148         * src/plugins/spamassassin/spamassassin_gtk.c
10149                 fixes to the english, remove superfluous
10150                 tooltips, clean up a little
10152 2006-03-12 [paul]       2.0.0cvs133
10154         * src/compose.c
10155                 fix Bug 924, 'Account combo box shows up wrong 
10156                 if & is in account name'
10158 2006-03-11 [colin]      2.0.0cvs132
10160         * src/summaryview.c
10161                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10162                 messed up shift-selection because is slows down
10163                 moving around summaryview. thanks -users
10165 2006-03-10 [colin]      2.0.0cvs131
10167         * src/plugins/spamassassin/spamassassin_gtk.c
10168                 Put back Paul's engrish fixes
10170 2006-03-10 [colin]      2.0.0cvs130
10172         * src/plugins/spamassassin/spamassassin.c
10173         * src/plugins/spamassassin/spamassassin.h
10174         * src/plugins/spamassassin/spamassassin_gtk.c
10175                 Cleanup SA prefs page (more)
10176                 Patch by Fabien Vantard
10178 2006-03-10 [paul]       2.0.0cvs129
10180         * src/prefs_msg_colors.c
10181         * src/prefs_spelling.c
10182                 widget sensitivity
10184 2006-03-09 [mones]      2.0.0cvs128
10186         * po/es.po
10187                 Update for next RC
10189 2006-03-09 [wwp]        2.0.0cvs127
10191         * configure.ac
10192                 revert accidental commit (requirement for libetpan 0.43), this time
10193                 not in HEAD.
10195 2006-03-09 [wwp]        2.0.0cvs125
10197         * configure.ac
10198                 revert accidental commit (requirement for libetpan 0.43)
10200 2006-03-09 [paul]       2.0.0cvs126
10202         * src/prefs_receive.c
10203                 remove useless frame
10204                 replace 'incorporation' with 'receiving'
10205         * src/plugins/clamav/clamav_plugin_gtk.c
10206         * src/plugins/spamassassin/spamassassin_gtk.c
10207                 improve widget sensitivity
10208                 fix a bit his engrish
10210 2006-03-09 [wwp]        2.0.0cvs125
10212         * src/addressadd.c
10213         * src/foldersel.c
10214         * src/prefs_common.c
10215         * src/prefs_common.h
10216                 remember some more windows' sizes (add to addressbook and
10217                 select folder).
10219 2006-03-09 [paul]       2.0.0cvs124
10221         * src/plugins/pgpcore/prefs_gpg.c
10222                 normalise construction of dialogue
10224 2006-03-09 [paul]       2.0.0cvs123
10226         * src/plugins/trayicon/Makefile.am
10227                 add missing slash
10229 2006-03-08 [colin]      2.0.0cvs122
10231         * src/plugins/trayicon/Makefile.am
10232                 Fix build in separate dir 
10233                 Patch by Bamanzi <bamanzi@gmail.com>
10235 2006-03-08 [colin]      2.0.0cvs121
10237         * src/procmsg.c
10238                 Batch move and copies from summaryview with delayed execution
10239                 too
10241 2006-03-07 [paul]       2.0.0cvs120
10243         * src/common/utils.c
10244                 fix highlighting of URIs containing "()"
10245                 Patch by Pawel Pekala
10247 2006-03-07 [paul]       2.0.0cvs119
10249         * src/folder.c
10250         * src/folder.h
10251         * src/folderview.c
10252                 immediately do alphabetical resort when
10253                 changing a folder's name
10254                 Patch by Pawel Pekala
10256 2006-03-07 [paul]       2.0.0cvs118
10258         * src/news.c
10259         * src/news_gtk.c
10260                 when unsubscribing a newsgroup, remove the
10261                 folder and msgs in .sylpheed-claws/newscache
10262                 Patch by Pawel Pekala <c0rn@gazeta.pl>
10264 2006-03-07 [paul]       2.0.0cvs117
10266         * src/textview.c
10267                 fix wrong Fake URL Warning
10268                 Thanks to Hiro
10270 2006-03-07 [colin]      2.0.0cvs116
10272         * src/imap.c
10273                 Return immediately when password dialog was
10274                 cancelled
10275         * src/gtk/inputdialog.c
10276                 Allow empty strings for passwords
10279 2006-03-06 [colin]      2.0.0cvs115
10281         * src/imap.c
10282                 Prevent double-timeouts when connection fails
10284 2006-03-06 [colin]
10286         2.0.1-rc1 released
10288 2006-03-06 [colin]      2.0.0cvs114
10290         * src/imap.c
10291                 Refresh session during potentially long
10292                 operations
10294 2006-03-06 [wwp]        2.0.0cvs113
10296         * src/prefs_msg_colors.h
10297                 forgot that one (custom color labels).
10299 2006-03-06 [wwp]        2.0.0cvs112
10301         * src/prefs_common.c
10302         * src/prefs_common.h
10303         * src/prefs_msg_colors.c
10304         * src/summaryview.c
10305         * src/summaryview.h
10306         * src/gtk/colorlabel.c
10307         * src/gtk/colorlabel.h
10308                 colors in messages list are now customizable. Color values and names can
10309                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10310                 Thanks to Paul and Colin for their help with this longstanding patch!
10312 2006-03-06 [wwp]        2.0.0cvs111
10314         * src/textview.c
10315                 don't crash if (x)face is bad.
10317 2006-03-05 [paul]       2.0.0cvs110
10319         * AUTHORS
10320         * configure.ac
10321         * src/Makefile.am
10322         * src/common/Makefile.am
10323         * src/common/utils.h
10324         * src/etpan/imap-thread.c
10325         * src/gtk/authors.h
10326         * src/plugins/clamav/Makefile.am
10327         * src/plugins/demo/Makefile.am
10328         * src/plugins/dillo_viewer/Makefile.am
10329         * src/plugins/pgpcore/Makefile.am
10330         * src/plugins/pgpcore/passphrase.c
10331         * src/plugins/pgpinline/Makefile.am
10332         * src/plugins/pgpmime/Makefile.am
10333         * src/plugins/spamassassin/Makefile.am
10334         * src/plugins/trayicon/Makefile.am
10335                 fix builiding on cygwin
10336                 Patch by Ralgh Young <bamanzi@gmail.com>
10338 2006-03-04 [wwp]        2.0.0cvs109
10340         * manual/keyboard.xml
10341                 fix mixed up/down keys.
10343 2006-03-04 [wwp]        2.0.0cvs108
10345         * README
10346         * INSTALL
10347                 updated links to SpamAssassin.
10349 2006-03-04 [wwp]        2.0.0cvs107
10351         * manual/plugins.xml
10352         * src/plugins/spamassassin/README
10353                 updated SpamAssassin plugin docs to reflect new functional additions
10354                 (also fix/update/documents few technical stuff more, see the README).
10356 2006-03-04 [wwp]        2.0.0cvs106
10358         * src/prefs_message.c
10359                 normalized capitalization of message-prefs paths.
10361 2006-03-04 [wwp]        2.0.0cvs105
10363         * manual/advanced.xml
10364                 typo.
10366 2006-03-03 [colin]      2.0.0cvs104
10368         * src/plugins/clamav/clamav_plugin_gtk.c
10369                 Rework prefs page, patch by Fabien 
10371 2006-03-03 [colin]      2.0.0cvs103
10373         * src/plugins/clamav/clamav_plugin.c
10374                 Set error on all errors
10376 2006-03-03 [colin]      2.0.0cvs102
10378         * src/common/plugin.c
10379                 Initialize error to avoid crashing when a plugin fails
10380                 without setting error
10382 2006-03-02 [wwp]        2.0.0cvs101
10384         * configure.ac
10385                 fixed linker flags for libetpan support on Cygwin
10386                 (thanks to H.Merijn Brand).
10388 2006-03-02 [wwp]        2.0.0cvs100
10390         * src/addressbook.c
10391                 fix some AB error messages: one for punctuation and
10392                 one wrongly duplicate (thanks, maxbritov).
10394 2006-03-02 [wwp]        2.0.0cvs99
10396         * src/plugins/spamassassin/spamassassin.c
10397                 make sync calls to sa-learn/spamc to prevent
10398                 system (whatever local or client/server) overload.
10400 2006-03-02 [colin]      2.0.0cvs98
10402         * src/summaryview.c
10403                 Put the spam icon in the status column instead of the
10404                 mark one
10406 2006-03-01 [colin]      2.0.0cvs97
10408         * src/plugins/spamassassin/spamassassin.c
10409                 Fix segfault (g_file_set_contents fails for some 
10410                 reason and err==0x2f. Can't find out why with
10411                 valgrind, using working function :-)
10413 2006-03-01 [colin]      2.0.0cvs96
10415         * src/inc.c
10416                 Offline overriding: let 'No' be cached only 3 seconds
10418 2006-03-01 [colin]      2.0.0cvs95
10420         * src/addr_compl.c
10421         * src/addrbook.c
10422         * src/addressbook.c
10423         * src/addrindex.c
10424         * src/folder_item_prefs.c
10425         * src/headerview.c
10426         * src/imap.c
10427         * src/inc.c
10428         * src/ldif.c
10429         * src/mainwindow.c
10430         * src/mh.c
10431         * src/msgcache.c
10432         * src/prefs_common.h
10433         * src/prefs_msg_colors.c
10434         * src/procheader.c
10435         * src/procheader.h
10436         * src/procmime.c
10437         * src/procmsg.c
10438         * src/procmsg.h
10439         * src/send_message.h
10440         * src/simple-gettext.c
10441         * src/summaryview.c
10442         * src/summaryview.h
10443         * src/syldap.c
10444         * src/textview.c
10445         * src/undo.c
10446         * src/common/ssl_certificate.c
10447         * src/common/utils.c
10448         * src/gtk/colorsel.c
10449         * src/gtk/gtksctree.c
10450         * src/gtk/gtkshruler.c
10451         * src/plugins/trayicon/trayicon.c
10452                 #if 0 goes to /dev/null
10454 2006-03-01 [colin]      2.0.0cvs94
10456         * src/compose.c
10457         * src/imap.c
10458         * src/inc.c
10459         * src/inc.h
10460         * src/messageview.c
10461         * src/news.c
10462         * src/plugins/spamassassin/spamassassin.c
10463                 Allow to add information in the "working offline"
10464                 window
10466 2006-03-01 [wwp]        2.0.0cvs93
10468         * src/plugins/spamassassin/spamassassin.c
10469                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10470                 'cause it seems that calling `spamc ... < inputfile` with
10471                 g_spawn_(a)sync simply.. erm doesn't work :-).
10473 2006-03-01 [wwp]        2.0.0cvs92
10475         * src/toolbar.c
10476         * src/toolbar.h
10477                 simplify the adding of spam/ham button to the messageview toolbar
10478                 (it gets more clear now that the same button will be "Mark as spam"
10479                 or "Mark as ham" according to the current message status,
10480                 thanks to Colin).
10482 2006-03-01 [wwp]        2.0.0cvs91
10484         * src/messageview.c
10485         * src/procmsg.c
10486         * src/procmsg.h
10487         * src/summaryview.c
10488         * src/plugins/spamassassin/spamassassin.c
10489         * src/plugins/spamassassin/spamassassin.h
10490                 make learner callbacks return a status (0 for ok),
10491                 handle it in main code to avoid setting flags when learning failed,
10492                 don't learn on TCP if offline in spamassassin,
10493                 thanks to Colin.
10495                 
10497 2006-03-01 [wwp]        2.0.0cvs90
10499         * src/compose.c
10500                 some work around the compose window's account menu,
10501                 patch by Fabien Vantard.
10503 2006-03-01 [wwp]        2.0.0cvs89
10505         * src/plugins/spamassassin/spamassassin.c
10506                 fixed bad logics, was using spamc in local mode and sa-learn
10507                 in remote mode (thanks, Colin).
10509 2006-03-01 [wwp]        2.0.0cvs88
10511         * src/plugins/spamassassin/spamassassin.c
10512         * src/plugins/spamassassin/spamassassin.h
10513         * src/plugins/spamassassin/spamassassin_gtk.c
10514                 made processing of emails w/ sa-plugin an option (default is TRUE),
10515                 fixed Engrish some tooltips, capitalization of some debug messages
10516                 and warnings. The spamassassin plugin now provides two separate
10517                 services: process emails upon incorporation and spamd training.
10518                 Both services (un)register independently but use some common
10519                 plugin settings (transport settings, spam storage location).
10521 2006-02-28 [wwp]        2.0.0cvs87
10523         * src/plugins/spamassassin/spamassassin.c
10524                 fix async flag to spamc cmdline execution (batch exec should
10525                 be asynchronous).
10527 2006-02-27 [wwp]        2.0.0cvs86
10529         * src/plugins/spamassassin/spamassassin.c
10530         * src/plugins/spamassassin/spamassassin.h
10531         * src/plugins/spamassassin/spamassassin_gtk.c
10532                 - added the ability to learn a remote spamassassin server (spamd),
10533                 using spamc.
10534                 - added the spamassassin option 'username', that applies to all
10535                 spamassassin operations (filtering, learning, local or remote).
10536                 The default username is the current unix user (if left blank
10537                 from gtk prefs or config file).
10538                 - commented out some unused code (notebook widget), removed unused
10539                 layout (hbox1).
10540                 - make more widgets sensitive to the transport type.
10542 2006-02-27 [colin]      2.0.0cvs85
10544         * src/plugins/spamassassin/spamassassin.c
10545                 Fix sa-learn call when offline
10547 2006-02-27 [colin]      2.0.0cvs84
10549         * configure.ac
10550         * src/Makefile.am
10551         * src/mainwindow.c
10552         * src/mainwindow.h
10553         * src/messageview.c
10554         * src/messageview.h
10555         * src/prefs_toolbar.c
10556         * src/procmsg.c
10557         * src/stock_pixmap.c
10558         * src/stock_pixmap.h
10559         * src/summaryview.c
10560         * src/toolbar.c
10561         * src/toolbar.h
10562         * src/pixmaps/ham_btn.xpm
10563         * src/pixmaps/spam.xpm
10564         * src/pixmaps/spam_btn.xpm
10565         * src/plugins/spamassassin/spamassassin.c
10566                 Add button in toolbar for spam learning
10567                 Fix a few bugs from the last related commit
10568                 Revert 1.9.6cvs23 which messed up shift-selection
10570 2006-02-24 [colin]      2.0.0cvs83
10572         * src/procmsg.c
10573         * src/summaryview.c
10574         * src/summaryview.h
10575         * src/plugins/spamassassin/spamassassin.c
10576         * src/plugins/spamassassin/spamassassin.h
10577         * src/plugins/spamassassin/spamassassin_gtk.c
10578                 Unregister learner when spamassassin is either
10579                 disabled or over tcp
10581 2006-02-24 [colin]      2.0.0cvs82
10583         * src/Makefile.am
10584         * src/mainwindow.c
10585         * src/mainwindow.h
10586         * src/procmsg.c
10587         * src/procmsg.h
10588         * src/stock_pixmap.c
10589         * src/stock_pixmap.h
10590         * src/summaryview.c
10591         * src/summaryview.h
10592         * src/gtk/icon_legend.c
10593         * src/pixmaps/spam.xpm  ** NEW FILE **
10594         * src/plugins/spamassassin/spamassassin.c
10595         * src/plugins/spamassassin/spamassassin_gtk.c
10596                 Add spam learning interface (Mark/Mark as 
10597                 (spam|ham) menus)
10599 2006-02-24 [wwp]        2.0.0cvs81
10601         * src/compose.c
10602         * src/compose.h
10603         * src/filtering.c
10604                 hide compose window when sending message in batch mode
10605                 (filtering: forward and redirect). Also fixed a wrong
10606                 value returned when sending failed, neutral anyway.
10607                 (Colin, me) 
10609 2006-02-24 [wwp]        2.0.0cvs80
10611         * src/mainwindow.c
10612                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10614 2006-02-24 [paul]       2.0.0cvs79
10616         * src/news.c
10617         * src/news.h
10618         * src/news_gtk.c
10619                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10620                 Thanks to Colin
10622 2006-02-23 [colin]      2.0.0cvs78
10624         * src/alertpanel.c
10625                 Change OK to Close in alertpanel with View log
10626                 button; add accel to View log. Patch by Fabien
10627                 Vantard
10629 2006-02-23 [wwp]        2.0.0cvs77
10631         * src/compose.c
10632                 silly me, there were much more tests to perform, since toolbars can
10633                 really have down to 1 element only.
10635 2006-02-23 [wwp]        2.0.0cvs76
10637         * commitHelper
10638                 fixed indentation from my previous commit. Fallback to VISUAL if
10639                 EDITOR is not set (and to vi, at last resort).
10641 2006-02-23 [wwp]        2.0.0cvs75
10643         * commitHelper
10644                 improved error detection (Colin, me).
10646 2006-02-23 [wwp]        2.0.0cvs74
10648         * src/prefs_toolbar.c
10649                 simplify and fix prefs/toolbars layouting. Combos' contents can
10650                 now be really displayed.
10652 2006-02-23 [wwp]        2.0.0cvs73
10653         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10654         be really displayed.
10656 2006-02-22 [wwp]        2.0.0cvs72
10658         * src/compose.c
10659                 fix a typo in my previous commit (sorry!).
10661 2006-02-22 [wwp]        2.0.0cvs71
10663         * src/prefs_toolbar.c
10664                 fix a crash when adding separators to toolbars,
10665                 also fix some separator item information.
10667 2006-02-22 [wwp]        2.0.0cvs70
10669         * src/compose.c
10670                 fix a crash when redirecting (for instance) when compose window's
10671                 toolbar contents has been customized (when some buttons have been
10672                 removed in fact).
10674 2006-02-21 [wwp]        2.0.0cvs69
10676         * src/summaryview.c
10677         * src/gtk/pluginwindow.c
10678         * src/plugins/pgpcore/prefs_gpg.c
10679                 fix some compilation warnings (feat. remains of removed code).
10681 2006-02-21 [wwp]        2.0.0cvs68
10683         * src/gtk/gtkutils.c
10684                 fix two compilation issues, thanks to Stephan Sachse.
10686 2006-02-20 [colin]      2.0.0cvs67
10688         * src/mainwindow.c
10689                 Don't reselect displayed mail on refocus
10690                 This fixes actions misbehaving 
10692 2006-02-20 [wwp]        2.0.0cvs66
10694         * src/summaryview.c
10695         * src/gtk/gtksctree.c
10696         * src/gtk/gtkshruler.c
10697                 changed more runtime typecast checks.
10699 2006-02-20 [wwp]        2.0.0cvs65
10701         * src/summary_search.c
10702                 find all - summaryview refresh issue fixed, thanks to Colin.
10704 2006-02-20 [wwp]        2.0.0cvs64
10706         * src/gtk/gtkutils.c
10707                 better runtime typecast checks.
10709 2006-02-20 [wwp]        2.0.0cvs63
10711         * src/summary_search.c
10712                 enhancements to the summary search:
10713                         - add the ability to stop the running search
10714                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10715                         - don't search if no criteria (From/To/Subject/Body) is set
10716                         - ensure that a busy mouse pointer is always shown when searching,
10717                           show it even a bit earlier
10719 2006-02-19 [colin]      2.0.0cvs62
10721         * src/compose.c
10722         * src/imap.c
10723         * src/etpan/imap-thread.c
10724         * src/etpan/imap-thread.h
10725                 (Future) IMAP speed improvement on sending
10726                 Will require a libetpan update
10727         * src/summaryview.c
10728         * src/gtk/quicksearch.c
10729                 Make quicksearch clearable while running.
10731 2006-02-17 [colin]      2.0.0cvs61
10733         * src/imap.c
10734         * src/etpan/imap-thread.c
10735         * src/etpan/imap-thread.h
10736                 Check for IMAP certificates
10737                 ** Requires libetpan-0.42-cvs4 
10738                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10740 2006-02-17 [colin]      2.0.0cvs60
10742         * src/messageview.c
10743         * src/prefs_common.c
10744         * src/prefs_common.h
10745         * src/prefs_message.c
10746                 Add pref to display HTML-only mails with plugin, 
10747                 if possible (defaulting to FALSE of course).
10749 2006-02-16 [colin]      2.0.0cvs59
10751         * src/main.c
10752         * src/common/plugin.c
10753         * src/common/plugin.h
10754         * src/gtk/pluginwindow.c
10755                 Keep track of requested (but unloaded) plugins
10756                 in some error cases.
10758 2006-02-16 [wwp]        2.0.0cvs58
10760         * src/gtk/gtkaspell.c
10761         * src/gtk/gtkaspell.h
10762         * src/prefs_spelling.c
10763         * src/compose.c
10764         * src/prefs_common.c
10765         * src/prefs_common.h
10766                 implemented new optional spellchecker behaviour: re-check message when
10767                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10769 2006-02-16 [wwp]        2.0.0cvs57
10771         * src/quote_fmt_parse.y
10772                 pclose popen'ed pipe.
10774 2006-02-15 [colin]      2.0.0cvs56
10776         * src/mimeview.c
10777         * src/mimeview.h
10778                 Let MimeViewers know which MimeView they
10779                 depend of.
10780         * src/summaryview.c
10781                 Swap From/To columns in Sent/Queue/Drafts
10782                 folders
10783         * src/etpan/imap-thread.c
10784                 Use mailstream_low_tls_open() for STARTTLS
10785                 instead of mailstream_low_ssl_open()
10786                 ** REQUIRES libetpan 0.42cvs3 **
10788 2006-02-15 [wwp]        2.0.0cvs55
10790         * src/compose.c
10791         * src/compose.h
10792         * src/message_search.c
10793         * src/message_search.h
10794         * src/textview.c
10795         * src/gtk/gtkutils.c
10796         * src/gtk/gtkutils.h
10797                 added the ability to Find text in the compose window (and a bit
10798                 of code factorization).
10800 2006-02-15 [wwp]        2.0.0cvs54
10802         * src/prefs_gtk.c
10803                 yet another one file was missing (fix for some widgets' sensitivity).
10804                 Thanks Colin!
10806 2006-02-15 [wwp]        2.0.0cvs53
10808         * src/prefs_gtk.h
10809                 oops forgot that file (fix for some widgets' sensitivity).
10811 2006-02-15 [wwp]        2.0.0cvs52
10813         * src/summary_search.c
10814                 implemented advanced summary search options (added the ability
10815                 to use matcher conditions in an advanced search mode).
10817 2006-02-15 [wwp]        2.0.0cvs51
10819         * src/plugins/pgpcore/prefs_gpg.c
10820         * src/prefs_account.c
10821                 fix some widget sensitivity, mostly around some labels in
10822                 account prefs.
10824 2006-02-15 [paul]       2.0.0cvs50
10826         * manual/advanced.xml
10827                 improve Templates info
10828                 written by wwp
10830 2006-02-14 [colin]      2.0.0cvs49
10832         * src/pixmaps/address_book.xpm
10833         * src/pixmaps/preferences.xpm
10834         * src/pixmaps/properties.xpm
10835                 Fix pixmap size - patch by Fabien Vantard
10837 2006-02-13 [colin]      2.0.0cvs48
10839         * src/procmime.c
10840                 Add missing fclose()s on error
10841         * src/textview.c
10842                 Remove unused code
10843         * src/common/utils.c
10844                 Fix temp files not being deleted on windows
10845         Patches by Thomas Gilgin
10847 2006-02-13 [colin]      2.0.0cvs47
10849         * src/mainwindow.c
10850                 Fix exit crash
10852 2006-02-13 [wwp]        2.0.0cvs46
10854         * src/plugins/pgpcore/prefs_gpg.c
10855                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10857 2006-02-12 [colin]      2.0.0cvs45
10859         * src/folderview.c
10860         * src/main.c
10861         * src/mainwindow.c
10862                 Fix "stuff" when quitting
10864 2006-02-12 [wwp]        2.0.0cvs44
10866         * src/prefs_themes.c
10867                 fix typos in debug messages.
10869 2006-02-11 [colin]      2.0.0cvs43
10871         * src/summaryview.c
10872                 don't allow drag/drop from ourself
10874 2006-02-10 [wwp]        2.0.0cvs42
10876         * src/exporthtml.c
10877         * src/html.c
10878         * src/html.h
10879         * src/procmime.c
10880         * src/textview.c
10881                 renamed html_ prefixed functions and data structures to avoid
10882                 namespace clashes w/ other software (gtkhtml2 for instance).
10883                 Closes bug #907.
10886 2006-02-09 [colin]      2.0.0cvs41
10888         * src/summaryview.c
10889                 Fix shitty logic messed up. Thanks Ticho for the hint!
10891 2006-02-09 [wwp]        2.0.0cvs40
10893         * src/gtk/about.c
10894         * src/compose.c
10895         * src/prefs_account.c
10896         * src/prefs_gtk.h
10897         * src/editaddress.c
10898                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10899                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10900                 Browse buttons in accounts prefs.
10902 2006-02-09 [colin]      2.0.0cvs39
10904         * src/matcher.c
10905                 Check for pointer before using its members
10906         * src/gtk/gtksourceprintjob.c
10907                 Fix a wrong warning
10909 2006-02-09 [wwp]        2.0.0cvs38
10911         * src/gtk/filesel.c
10912                 fix few compiler warnings (type mismatch).
10914 2006-02-09 [paul]       2.0.0cvs37
10916         * po/fr.po
10917                 updated by Fabien Vantard
10919 2006-02-08 [colin]      2.0.0cvs36
10921         * src/prefs_common.c
10922         * src/common/defs.h
10923         * src/common/plugin.c
10924                 allow windows and linux configurations to coexist
10925                 patch by Thomas Gilgin
10927 2006-02-08 [colin]      2.0.0cvs35
10929         * src/filtering.c
10930         * src/matcher.c
10931         * src/matcher.h
10932         * src/matcher_parser_parse.y
10933         * src/prefs_filtering_action.c
10934         * src/prefs_matcher.c
10935                 Add the "Ignore thread" filtering
10936                 action
10938 2006-02-08 [colin]      2.0.0cvs34
10940         * src/compose.c
10941         * src/procmime.c
10942         * src/procmime.h
10943                 Fix bug #905 (damaged attachment)
10944                 text files with raw \0's aren't really text files
10945         FOR_STABLE
10947 2006-02-08 [colin]      2.0.0cvs33
10949         * src/summaryview.c
10950                 Fix crasher introduced yesterday
10952 2006-02-08 [wwp]        2.0.0cvs32
10954         * src/compose.c
10955         * src/compose.h
10956                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10958 2006-02-08 [wwp]        2.0.0cvs31
10960         * src/prefs_template.c
10961                 templates enhancement: allow address completion for Cc and Bcc fields
10962                 (it was currently possible for the To field only)
10964 2006-02-08 [colin]      2.0.0cvs30
10966         * src/compose.c
10967                 Don't unblock if not blocked
10968         FOR_STABLE
10970 2006-02-07 [colin]      2.0.0cvs29
10972         * src/action.c
10973                 Forgot to refresh summaryview
10975 2006-02-07 [colin]      2.0.0cvs28
10977         * src/action.c
10978                 Freeze/thaw message list and folder list while
10979                 processing %as{} actions 
10980         * src/compose.c
10981                 Fix auto-wrap disabling after a middle-click
10982                 paste - FOR_STABLE
10984 2006-02-07 [paul]       2.0.0cvs27
10986         * src/folder.c
10987                 fix freeing of uninitialised pointers
10988                 Thanks to Colin
10990 2006-02-06 [colin]      2.0.0cvs26
10992         * src/folder.c
10993                 Use g_slist_prepend in potentially big list
10995 2006-02-06 [colin]      2.0.0cvs25
10997         * src/folder.c
10998                 Completely skip processing if it doesn't 
10999                 exist (faster!)
11001 2006-02-06 [colin]      2.0.0cvs24
11003         * src/folder.c
11004         * src/summaryview.c
11005                 Batch filtering in summaryview (from Tools menu)
11006                 and pre/post//-processing too
11008 2006-02-06 [colin]      2.0.0cvs23
11010         * src/procmsg.h
11011         * src/filtering.c
11012                 Use a special field for batch filtering instead
11013                 of stepping on deferred execution's toes
11015 2006-02-06 [colin]      2.0.0cvs22
11017         * src/action.c
11018         * src/filtering.c
11019         * src/filtering.h
11020         * src/folder.c
11021         * src/summaryview.c
11022                 Fix filtering via menus and actions
11024 2006-02-06 [colin]      2.0.0cvs21
11026         * src/imap.c
11027                 Put the added file directly to cache if possible (will work
11028                 with next libetpan)
11029         * src/filtering.c
11030         * src/filtering.h
11031         * src/inc.c
11032         * src/folder.c
11033         * src/mbox.c
11034         * src/procmsg.h
11035                 Move and copy filtered messages by batches instead of one
11036                 by one - faster on IMAP
11037         * src/procmsg.c
11038                 Add a function that'll possibly be useful later
11040 2006-02-06 [colin]      2.0.0cvs20
11042         * src/addressbook.c
11043                 Use internal mime-type instead of text/plain for d'n'd
11044         * src/compose.c
11045                 Allow attaching files from mimeview's icon list via d'n'd
11046         * src/folderview.c
11047         * src/folderview.h
11048                 Use internal mime-type instead of text/plain for d'n'd
11049                 Don't try to selected opened folder if none is
11050                 Factorize d'n'd from other apps code
11051         * src/headerview.c
11052         * src/textview.c
11053         * src/gtk/gtkutils.c
11054         * src/gtk/gtkutils.h
11055                 Factorize Face/X-Face stuff
11056         * src/mimeview.c
11057                 Fix d'n'd to other apps
11058         * src/prefs_message.c
11059                 Let the XFace pref be usable without libcompface as it also
11060                 applies to Face
11061         * src/summaryview.c
11062                 Fix d'n'd to other apps
11063                 Factorize d'n'd from other apps code
11065 2006-02-06 [wwp]        2.0.0cvs19
11067         * po/it.po
11068                 Italian translation fixes by Andrea Spadaccini (no more confusion
11069                 between filtering and processing, and few changes in the About
11070                 dialog).
11073 2006-02-06 [mones]      2.0.0cvs18
11075         * src/gtk/icon_legend.c
11076                 Improved descriptions allowing better translations
11078 2006-02-05 [colin]      2.0.0cvs17
11080         * src/imap.c
11081                 Add the f*cking missing expunge that caused imap_fetch_env
11082                 to fail after an add_msgs ! :-///
11083         * src/etpan/imap-thread.c
11084                 Add a bit of debug
11085         FOR_STABLE
11087 2006-02-05 [colin]      2.0.0cvs16
11089         * src/common/utils.c
11090                 Don't check for return-path (or we can't put
11091                 back non-sent mails)
11093 2006-02-05 [colin]      2.0.0cvs15
11095         * src/textview.c
11096                 Don't try to display Face header in textview
11097                 when teh headerview's active
11099 2006-02-05 [colin]      2.0.0cvs14
11101         * tools/tbird2syl.py
11102         * tools/Makefile.am
11103                 Add script to import Thunderbird mails
11105 2006-02-05 [colin]      2.0.0cvs13
11107         * src/headerview.c
11108         * src/procheader.c
11109         * src/procmsg.c
11110         * src/procmsg.h
11111         * src/textview.c
11112                 Show Face headers - patch partially by Klaus Flittner
11114 2006-02-05 [colin]      2.0.0cvs12
11116         * src/folderview.c
11117         * src/summaryview.c
11118         * src/common/utils.c
11119         * src/common/utils.h
11120                 Let dnd work from mime icons to summaryview
11121                 and to folderview too
11122                 Add a crude test to avoid trying to add files
11123                 drag'n'dropped when they're not mails
11125 2006-02-04 [colin]      2.0.0cvs11
11127         * src/summaryview.c
11128         * src/mimeview.c
11129                 Fix utf8 conversion
11131 2006-02-04 [colin]      2.0.0cvs10
11133         * src/compose.c
11134         * src/folderview.c
11135         * src/mimeview.c
11136         * src/summaryview.c
11137         * src/summaryview.h
11138                 Added various drag and drop capas:
11139                 From                    To
11140                 summaryview             other apps
11141                 mimeview icons          other apps
11142                 other apps              summaryview
11143                 other apps              folderview
11145                 This shouldn't have broken the existing:
11146                 From                    To
11147                 summaryview             folderview
11148                 folderview              folderview
11149                 summaryview             compose's attachments
11151         Tests welcomed.
11153 2006-02-02 [paul]       2.0.0cvs9
11155         * src/mainwindow.c
11156                 move global option 'Set displayed columns...' out
11157                 of folder option grouping.
11158                 fix sensitivity of 'harvest addresses'
11159         FOR_STABLE
11161 2006-02-01 [colin]      2.0.0cvs8
11163         * src/mimeview.c
11164                 Revert the alertpanel patch, it sucks (intrusive
11165                 and gets in the way of "open")
11167 2006-02-01 [colin]      2.0.0cvs7
11169         * src/compose.c
11170         * src/prefs_account.c
11171         * src/prefs_common.c
11172         * src/common/defs.h
11173         * src/common/utils.c
11174         * src/common/utils.h
11175                 Add ability to edit the signature file
11176                 from the account preferences, and use
11177                 a default for the text editor.
11178                 Patch by Fabien Vantard
11180 2006-02-01 [colin]      2.0.0cvs6
11182         * src/mimeview.c
11183                 Try to get mime type by extension if it is
11184                 application/octet-stream
11185                 Display a window with possible choices when
11186                 encountering unknown mime types
11187         * src/gtk/filesel.c
11188         * src/gtk/filesel.h
11189                 Add preview
11190                 Allow multiple selection in filtered filesel
11191                 (patch by Fabien Vantard)
11192         * src/gtk/pluginwindow.c
11193                 Use it (patch by Fabien Vantard)
11195 2006-02-01 [paul]       2.0.0cvs5
11197         * src/jpilot.c
11198                 fix crash on creating jpilot address book
11199                 Thanks to Colin - FOR_STABLE
11200         * src/prefs_summaries.c
11201         * src/prefs_wrapping.c
11202         * src/gtk/icon_legend.c
11203         * src/gtk/quicksearch.c
11204                 string fixes and additions
11206 2006-02-01 [paul]       2.0.0cvs4
11208         * src/compose.c
11209         * src/mainwindow.c
11210         * src/messageview.c
11211         * src/prefs_send.c
11212                 add Arabic encoding option
11213                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
11215 2006-01-31 [colin]      2.0.0cvs3
11217         * src/plugins/pgpcore/passphrase.c
11218                 Convert passphrase to locale encoding
11219         * src/compose.c
11220                 Fix drafting on IMAP. Crappy bug sneaked in
11221                 the release :-/
11222         FOR_STABLE
11224 2006-01-30 [paul]       2.0.0cvs2
11226         * src/gtk/icon_legend.c
11227                 show the new entries
11229 2006-01-30 [colin]      2.0.0cvs1
11231         * src/manual.c
11232                 Check for the file to be present before 
11233                 enabling the menu - FOR_STABLE
11234         * src/gtk/icon_legend.c
11235                 Add folders icons (not all of them, there
11236                 are too much, but the most intriguing ones)
11238 2006-01-30 [paul]       2.0.0
11240         version 2.0.0 released
11242 [For previous entries, see ChangeLog.pre2.0.0]