2.8.1 unleashed
[claws.git] / ChangeLog
blobd4428e1739d5f61676605e7a7d947aeb4954d638
1 2007-03-06 [paul]       2.8.1
3         * configure.ac
4         * NEWS
5         * README
6         * RELEASE_NOTES
7                 2.8.1 released
9 2007-03-06 [paul]       2.8.0cvs6-stable
11         * src/Makefile.am
12         * src/procmime.c
13                 backported from 2.8.0cvs23
14                 Fix mime/globs path on NetBSD
15         * src/plugins/pgpcore/prefs_gpg.c
16                 backported from 2.8.0cvs21
17                 fix compiler warning
19 2007-03-06 [paul]       2.8.0cvs5-stable
21         * po/cs.po
22                 corrected by by Tim <timbrain@post.cz>
24 2007-03-04 [colin]      2.8.0cvs4-stable
26         * src/imap.c
27                 Backport fix from 2.8.0cvs16
28                 Fix return value without libetpan
30 2007-03-04 [colin]      2.8.0cvs3-stable
32         * src/imap.c
33         * src/addr_compl.c
34                 Backports fixes from 2.8.0cvs{12,13}
35                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
36                 Maybe fix bug 1136, 'Crash in group 
37                 address completion'
39 2007-03-03 [colin]      2.8.0cvs2-stable
41         * src/plugins/pgpinline/pgpinline.c
42                 Backport 2.8.0cvs11
43                 Fix off-by-one, fix double-free. Fixes
44                 bug 1135, 'cm-segfault on decrypting 
45                 with PGP/inline'
48 2007-03-03 [colin]      2.8.0cvs1-stable
50         * src/mainwindow.c
51         * src/mbox.c
52         * src/common/utils.c
53         * src/common/utils.h
54         * src/gtk/gtkutils.c
55                 Backport fixes from 2.8.0.cvs{4,5,6,9}:
56                 Fix "After receiving new mail, go to inbox" on IMAP,
57                 and make it work only on manual reception
58                 Use gtk_window_set_role instead of 
59                 _set_wmclass
60                 Fix '+' in mailto URIs for List-* headers
61                 Don't error out on EAGAIN. Fixes 
62                 bug 1129, '"local mbox file" account 
63                 isn't retrieving mails'
65 2007-02-26 [paul]       2.7.2cvs75
67         * po/ca.po
68         * po/cs.po
69         * po/de.po
70         * po/en_GB.po
71         * po/fi.po
72         * po/fr.po
73         * po/hu.po
74         * po/pl.po
75         * po/pt_BR.po
76         * po/sk.po
77         * po/sr.po
78         * po/zh_CN.po
79                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
80                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
81                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
82                 Aleksandar Urosevic, and Ralgh Young
84 2007-02-25 [mones]      2.7.2cvs74
86         * po/es.po
87                 Updated for release
89 2007-02-25 [colin]      2.7.2cvs73
91         * src/main.c
92                 Clearing the list is only useful
93                 to prevent a valgrind false-positive
95 2007-02-25 [paul]       2.7.2cvs72
97         * tools/Makefile.am
98         * tools/README
99         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
100         * tools/maildir2claws-mail.pl  **REMOVED**
101                 renamed the script, fixed a couple bugs
103 2007-02-23 [colin]      2.7.2cvs71
105         * src/addressbook.c
106                 Fix a leak, check for a few improbable nulls
108 2007-02-23 [colin]      2.7.2cvs70
110         * src/main.c
111         * src/main.h
112         * src/plugins/trayicon/trayicon.c
113                 Fix blinking mainwin when starting in tray
114                 (show mainwindow later in the startup process,
115                  apart if restarting post-crash)
117 2007-02-23 [colin]      2.7.2cvs69
119         * src/folderview.c
120         * src/imap_gtk.c
121                 Fix crash when unsubscribing the currently
122                 selected/opened folder
124 2007-02-23 [colin]      2.7.2cvs68
126         * src/compose.c
127                 Fix bug that prevented colorization to
128                 work without wrap quotation option
130 2007-02-23 [colin]      2.7.2cvs67
132         * src/addr_compl.c
133                 Fix refcounting, start and end completion who
134                 behaved as if there couldn't be any other current
135                 user of completion
137 2007-02-23 [wwp]        2.7.2cvs66
139         * src/addressbook.c
140         * src/addrindex.c
141                 Address completion fixes: fix addressbook_peek_folder_exists() in
142                 which the algorithm was ridiculously over-obfuscated and broken.
143                 Fix addrindex_load_completion() as well, to load addresses in
144                 completion list with regards to what addressbook_peek_folder_exists()
145                 returns now.
147 2007-02-23 [wwp]        2.7.2cvs65
149         * src/addr_compl.c
150                 Add addresses to completion when they're non-empty (thanks to Colin).
152 2007-02-23 [paul]       2.7.2cvs64
154         * src/plugins/pgpcore/passphrase.c
155                 remove 'const '
157 2007-02-23 [colin]      2.7.2cvs63
159         * src/plugins/pgpcore/prefs_gpg.c
160         * src/plugins/pgpcore/prefs_gpg.h
161         * src/plugins/pgpcore/sgpgme.c
162         * src/plugins/pgpinline/pgpinline.c
163         * src/plugins/pgpmime/pgpmime.c
164                 Try harder to respect user's choice wrt
165                 gpg-agent even with gpg2, by unsetting
166                 GPG_AGENT_INFO when necessary.
168 2007-02-22 [paul]       2.7.2cvs62
170         * src/plugins/pgpcore/sgpgme.c
171         * src/plugins/pgpcore/sgpgme.h
172         * src/plugins/pgpcore/passphrase.c
173         * src/plugins/pgpinline/pgpinline.c
174         * src/plugins/pgpmime/pgpmime.c
175                 Fix a leak - gpgme_data_release_and_get_mem
176                 leaks in recent gpgme. Workaround by using
177                 our own function.
179 2007-02-22 [paul]       2.7.2cvs61
181         * src/gtk/quicksearch.c
182                 Abandon dynamic search when pressing
183                 Enter
185 2007-02-21 [colin]      2.7.2cvs60
187         * src/procmsg.c
188         * src/plugins/pgpcore/passphrase.c
189                 Fix little memory leaks
190         * src/main.c
191                 Fix false-positive leak at exit
192         * src/gtk/quicksearch.c
193                 Fix potentially big leak in recursive
194                 Quicksearch
196 2007-02-21 [wwp]        2.7.2cvs59
198         * src/summaryview.c
199                 Add missing newline to a debug message.
201 2007-02-20 [colin]      2.7.2cvs58
203         * src/Makefile.am
204         * src/mimeview.c
205         * src/stock_pixmap.c
206         * src/stock_pixmap.h
207         * src/pixmaps/mime_pgpsig.xpm
208                 Add icon for application/pgp-signature
210 2007-02-20 [colin]      2.7.2cvs57
212         * src/Makefile.am
213         * src/main.c
214         * src/mimeview.c
215         * src/stock_pixmap.c
216         * src/stock_pixmap.h
217         * src/pixmaps/mime_calendar.xpm
218         * src/pixmaps/mime_pdf.xpm
219         * src/pixmaps/mime_ps.xpm
220                 Add icons for text/calendar, application/pdf
221                 and application/postscript
223 2007-02-20 [colin]      2.7.2cvs56
225         * autogen.sh
226         * src/matcher_parser_parse.y
227         * src/matcher_parser_lex.l
228                 Fix big memory leak in flex, and
229                 require flex 2.5.31
231 2007-02-20 [wwp]        2.7.2cvs55
233         * src/matcher_parser_parse.y
234                 Fix a duplicate token definition (thanks to iwkse).
236 2007-02-20 [wwp]        2.7.2cvs54
238         * src/matcher_parser_lex.l
239         * src/quote_fmt_lex.l
240                 Use proper flex options instead of direct use of #define,
241                 make the flex-generated C lighter.
243 2007-02-20 [colin]      2.7.2cvs53
245         * src/summaryview.c
246                 Grab focus in message list after hiding
247                 the quicksearch, instead of leaving it
248                 "somewhere"
250 2007-02-19 [colin]      2.7.2cvs52
252         * src/folderview.c
253                 Fix bug 1033, 'Automatically refresh 
254                 message list when new messages arrives'
255                 Looks like folderview->opened can sometimes
256                 be wrong...
258 2007-02-19 [paul]       2.7.2cvs51
260         * tools/Makefile.am
261         * tools/README
262         * tools/thunderbird-filters-convertor.pl
263                 add new script which converts thunderbird filter
264                 rules to Claws filter rules
266 2007-02-18 [paul]       2.7.2cvs50
268         * src/plugins/pgpcore/prefs_gpg.c
269         * src/plugins/pgpcore/prefs_gpg.h
270         * src/plugins/pgpcore/sgpgme.c
271         * src/plugins/pgpinline/pgpinline.c
272         * src/plugins/pgpmime/pgpmime.c
273                 improved GUI interoperability with gpg-agent
275 2007-02-18 [paul]       2.7.2cvs49
277         * src/prefs_account.c
278                 Privacy options sensitivity fix
280 2007-02-17 [colin]      2.7.2cvs48
282         * src/messageview.c
283                 Reset icon to warning in the noticeview
285 2007-02-15 [colin]      2.7.2cvs47
287         * src/folderview.c
288                 Fix a manifestation of bug 1033 (summaryview failing
289                 to update for new mails), which happens after editing
290                 account preferences or preferences that cause a 
291                 folderview reload.
293 2007-02-15 [colin]      2.7.2cvs46
295         * src/addressbook.c
296                 Probably fix bug 1123, 'Segmentation 
297                 fault while opening address book'. I get
298                 g_warnings if the saved paned position is
299                 not greater than 0. Also, save position
300                 when hiding the addressbook instead of
301                 via signal.
303 2007-02-14 [colin]      2.7.2cvs45
305         * src/plugins/pgpcore/prefs_gpg.c
306         * src/plugins/pgpcore/prefs_gpg.h
307         * src/plugins/pgpcore/sgpgme.c
308         * src/plugins/pgpinline/pgpinline.c
309         * src/plugins/pgpmime/pgpmime.c
310                 Add an option "Use gpg-agent if available". Fixes
311                 annoyances with distro-installed gpg-agent, when
312                 no pinentry program is installed, and the user's 
313                 at a loss on why "decryption failed". Makes more
314                 clear why passphrase isn't saved when gpg-agent is
315                 used. Defaults to true, to avoid changing the 
316                 current behaviour.
318 2007-02-14 [wwp]        2.7.2cvs44
320         * src/matcher_parser_parse.y
321                 Fix missing line number reset (wrong line number might appear
322                 when re-loading filtering rules if there's a parser error).
324 2007-02-13 [colin]      2.7.2cvs43
326         * src/common/utils.c
327                 Don't encode ',' in URIs before passing it
328                 to the browser command-line. It was probably
329                 done at a time where commas in URIs made
330                 mozilla -remote 'openurl(%s,new-window)'
331                 bug.
333 2007-02-13 [wwp]        2.7.2cvs42
335         * src/prefs_matcher.c
336         * src/plugins/bogofilter/bogofilter_gtk.c
337                 A bit of string factorization around "Select ..." buttons.
339 2007-02-11 [colin]      2.7.2cvs41
341         * src/alertpanel.c
342                 Make sure to escape the title
344 2007-02-11 [colin]      2.7.2cvs40
346         * src/codeconv.c
347                 Recognize .utf8 locales as .UTF-8 ones
349 2007-02-11 [colin]      2.7.2cvs39
351         * src/compose.c
352                 Fix code conversion when dragging a file
354 2007-02-09 [colin]      2.7.2cvs38
356         * src/plugins/clamav/clamav_plugin.c
357                 Complete Paul's patch with conditional
358                 compilation to avoid breaking compilation
359                 on old Dapper and Edgy... Maybe other
360                 distros too.
362 2007-02-09 [paul]       2.7.2cvs37
364         * src/plugins/clamav/clamav_plugin.c
365                 fix for the upstream changes in libclamav
367 2007-02-09 [paul]       2.7.2cvs36
369         * src/main.c
370         * src/mainwindow.c
371         * src/procmsg.c
372         * src/procmsg.h
373                 fix "warn if there are queued messages" (on exit)
374                 option, which only checked the first mailbox's
375                 queue
376                 don't ask before emptying trash if there are no
377                 messages in trash, also check and empty all trash
378                 folders
379         * src/prefs_other.c
380                 move "Ask before emptying trash" option
381                 outside of the "On exit" frame as it's
382                 not only an "On exit" option
384 2007-02-09 [paul]       2.7.2cvs35
386         * src/addrgather.c
387         * src/alertpanel.c
388         * src/editldap.c
389         * src/prefs_account.c
390         * src/prefs_folder_item.c
391         * src/prefs_gtk.h
392         * src/prefs_matcher.c
393         * src/prefs_message.c
394         * src/prefs_msg_colors.c
395         * src/prefs_summaries.c
396         * src/wizard.c
397         * src/gtk/inputdialog.c
398         * src/plugins/bogofilter/bogofilter_gtk.c
399                 pedantic commit: use 'checkbtn' everywhere
400                 instead of a mixture of 'checkbtn' and 'chkbtn'
402 2007-02-09 [paul]       2.7.2cvs34
404         * src/compose.c
405                 fix default hotkeys
406         * src/prefs_other.c
407         * src/prefs_send.c
408                 move "Never send Return Receipts" from
409                 prefs_other to prefs_send
410                 add an option "Ask about account specific
411                 filtering rules..." to prefs_other
412         * src/gtk/gtkutils.c
413                 fix a compiler warning
415 2007-02-08 [colin]      2.7.2cvs33
417         * src/plugins/pgpinline/pgpinline.c
418                 Fix bug 1110, 'pgpmime fails to process 
419                 encapsulated openpgp mime (rfc 3156, 6.1 
420                 -> rfc1847)'
421                 It was due to an interaction between PGP/Mime
422                 and PGP/Inline plugin. 
424 2007-02-08 [colin]      2.7.2cvs32
426         * src/inc.c
427         * src/mbox.c
428         * src/mbox.h
429                 Fix bug 1117, 'fcntl locking code 
430                 does not work in mbox.c'
432 2007-02-08 [colin]      2.7.2cvs31
434         * src/prefs_account.c
435                 Fix Gentoo bug 165819, 'can't create 
436                 a "local mbox file" account'. Patch
437                 by Olivier <castan.o@free.fr>
439 2007-02-07 [colin]      2.7.2cvs30
441         * src/ldapquery.c
442                 Fix bug 1106, 'Claws crash on exit if LDAPS 
443                 autocompletion was used'
445 2007-02-07 [paul]       2.7.2cvs29
447         * src/folder.c
448                 cut down on unnecessary debug_prints
449         * src/imap_gtk.c
450                 fix menu_set_active() on 'Show only
451                 subscribed folders'
453 2007-02-07 [paul]       2.7.2cvs28
455         * src/plugins/clamav/clamav_plugin.c
456         * src/plugins/clamav/clamav_plugin.h
457         * src/plugins/clamav/clamav_plugin_gtk.c
458                 fix copyright header
460 2007-02-07 [paul]       2.7.2cvs27
462         * src/procheader.c
463                 fix bug 1116, 'summary view allow a 
464                 subject line break'
466 2007-02-06 [colin]      2.7.2cvs26
468         * src/summaryview.c
469                 Fix delete thread
471 2007-02-05 [fabien]     2.7.2cvs25
473         * po/POTFILES.in
474         * src/uri_opener.c
475                 i18n related - 1 fix and 1 message for translators.
477 2007-02-05 [colin]      2.7.2cvs24
479         * src/gtk/quicksearch.c
480                 Don't reload summary list if quicksearch wasn't
481                 active on hiding; move currently selected mail in
482                 the visible area when showing the quicksearch
484 2007-02-05 [colin]      2.7.2cvs23
486         * src/folderview.c
487                 Add debug to try to solve bug 1104
489 2007-02-05 [paul]       2.7.2cvs22
491         * src/mainwindow.c
492                 confirm before emptying trash on exit is
493                 a Yes or No answer, use Yes or No in the
494                 dialog
496 2007-02-04 [colin]      2.7.2cvs21
498         * src/compose.c
499         * src/plugins/pgpcore/passphrase.c
500         * src/plugins/pgpcore/select-keys.c
501                 Set wmclass on new windows
503 2007-02-04 [colin]
505         2.8.0-rc1 released
507 2007-02-04 [colin]      2.7.2cvs20
509         * src/compose.c
510         * src/compose.h
511                 Auto save drafts on exit, reopen them
512                 at startup, instead of asking
513         * src/account.c
514         * src/addressadd.c
515         * src/addressbook.c
516         * src/addressbook_foldersel.c
517         * src/addrgather.c
518         * src/crash.c
519         * src/editaddress.c
520         * src/editbook.c
521         * src/editgroup.c
522         * src/editjpilot.c
523         * src/editldap.c
524         * src/editldap_basedn.c
525         * src/editvcard.c
526         * src/exphtmldlg.c
527         * src/expldifdlg.c
528         * src/export.c
529         * src/foldersel.c
530         * src/gedit-print.c
531         * src/import.c
532         * src/importldif.c
533         * src/importmutt.c
534         * src/importpine.c
535         * src/main.c
536         * src/mainwindow.c
537         * src/message_search.c
538         * src/messageview.c
539         * src/prefs_actions.c
540         * src/prefs_customheader.c
541         * src/prefs_display_header.c
542         * src/prefs_filtering.c
543         * src/prefs_filtering_action.c
544         * src/prefs_folder_column.c
545         * src/prefs_gtk.c
546         * src/prefs_matcher.c
547         * src/prefs_other.c
548         * src/prefs_summaries.c
549         * src/prefs_summary_column.c
550         * src/prefs_template.c
551         * src/sourcewindow.c
552         * src/ssl_manager.c
553         * src/summary_search.c
554         * src/uri_opener.c
555         * src/gtk/about.c
556         * src/gtk/description_window.c
557         * src/gtk/foldersort.c
558         * src/gtk/gtkutils.c
559         * src/gtk/gtkutils.h
560         * src/gtk/icon_legend.c
561         * src/gtk/logwindow.c
562         * src/gtk/pluginwindow.c
563         * src/gtk/prefswindow.c
564                 Give different wmclass to different
565                 windows - thanks to sed ;)
567 2007-02-04 [colin]      2.7.2cvs19
569         * src/main.c
570                 Revert previous patch, can't reproduce
571                 it anymore. 
573 2007-02-03 [colin]      2.7.2cvs18
575         * src/main.c
576                 Don't save the mainwindow size and
577                 position on emergency exit (libSM's
578                 "die" callback), Xfce seems to make
579                 the window smaller just before the
580                 size's saved.
582 2007-02-03 [colin]      2.7.2cvs17
584         * src/plugins/bogofilter/bogofilter.c
585         * src/plugins/bogofilter/bogofilter.h
586         * src/plugins/bogofilter/bogofilter_gtk.c
587         * src/plugins/pgpinline/pgpinline.c
588         * src/plugins/pgpinline/pgpinline.h
589                 Fix more copyrights
591 2007-02-03 [colin]      2.7.2cvs16
593         * src/partial_download.c
594         * src/partial_download.h
595         * src/ssl_manager.c
596         * src/ssl_manager.h
597         * src/uri_opener.c
598         * src/uri_opener.h
599         * src/wizard.c
600         * src/wizard.h
601         * src/common/ssl_certificate.c
602         * src/common/ssl_certificate.h
603         * src/gtk/quicksearch.c
604         * src/gtk/quicksearch.h
605         * src/gtk/sslcertwindow.c
606         * src/gtk/sslcertwindow.h
607                 Fix copyright on my files
609 2007-02-02 [colin]      2.7.2cvs15
611         * src/Makefile.am
612         * src/mainwindow.c
613         * src/messageview.c
614         * src/messageview.h
615         * src/textview.c
616         * src/textview.h
617         * src/uri_opener.c
618         * src/uri_opener.h
619                 Add Tools/List URIs to allow
620                 opening any URI in the current mail
622 2007-02-02 [colin]      2.7.2cvs14
624         * src/common/valgrind.h ** NEW FILE **
625         * src/common/Makefile.am
626         * src/common/plugin.c
627                 Don't dlclose the plugins if we're running
628                 under valgrind. (doesn't require valgrind
629                 either at compile time or run time).
631 2007-02-01 [paul]       2.7.2cvs13
633         * AUTHORS
634         * src/gtk/authors.h
635         * tools/freshmeat_search.pl
636         * tools/google_search.pl
637         * tools/multiwebsearch.pl
638                 add support for non ISO-8859-1 compatible locales
639                 Patch by Alex Gorbachenko <agent_007@immo.ru>
641 2007-02-01 [colin]      2.7.2cvs12
643         * src/prefs_other.c
644         * src/prefs_summaries.c
645                 Move keybinding prefs to the Other page
647 2007-02-01 [wwp]        2.7.2cvs11
649         * src/plugins/trayicon/trayicon.c
650                 Fix a raising issue within KDE.
652 2007-02-01 [colin]      2.7.2cvs10
654         * src/codeconv.c
655                 Fix stray quotes in encoded strings
656         * src/addressadd.c
657                 Fix wrong call causing g_warnings
658         * src/textview.c
659                 Remove useless message
661 2007-01-31 [wwp]        2.7.2cvs9
663         * src/plugins/trayicon/trayicon.c
664                 fix buggy hiding of main window when closing if close-to-tray
665                 is not set (bad logics  in the trayicon hook code).
666                 Changed the quit confirmation message too.
668 2007-01-30 [colin]      2.7.2cvs8
670         * src/main.c
671                 Fix hidden mainwindow after clicking on
672                 the X close button, if compose windows
673                 exist and the user chooses not to quit
675 2007-01-30 [colin]      2.7.2cvs7
677         * src/main.c
678         * src/compose.c
679                 Handle local URIs to attach files (file:///...)
680                 Fixes attaching files from Thunar for example
682 2007-01-30 [colin]      2.7.2cvs6
684         * src/prefs_ext_prog.c
685                 Add 'mousepad' to the list of text editors.
686                 Mousepad is XFCE's text editor
688 2007-01-29 [wwp]        2.7.2cvs5
690         * po/POTFILES.in
691         * src/plugins/trayicon/trayicon_prefs.c
692                 trayicon i18n fixes, thanks to Fabien.
694 2007-01-28 [wwp]        2.7.2cvs4
696         * src/mainwindow.c
697         * src/mainwindow.h
698         * src/plugins/trayicon/trayicon.c
699         * src/plugins/trayicon/trayicon_prefs.c
700         * src/plugins/trayicon/trayicon_prefs.h
701                 Added a new TrayIcon plugin option to close to tray
702                 (WM's hotkey and [X] button will hide the window instead
703                 of closing it - closing CM can be done using the tray icon
704                 menu or the File menu).
705                 Improved visibility handling in trayicon, clicking the
706                 trayicon now raise the window to current desktop when it
707                 was either minimized/shaded/on another desktop.
708                 Thanks to Paul for testing and fixing a strange behaviour
709                 in KDE ;-).
711 2007-01-27 [paul]       2.7.2cvs3
713         * src/prefs_folder_item.c
714         * src/prefs_receive.c
715         * src/plugins/pgpcore/prefs_gpg.c
716                 use 'start-up' instead of 'startup' in labels
718 2007-01-26 [wwp]        2.7.2cvs2
720         * src/plugins/trayicon/Makefile.am
721         * src/plugins/trayicon/trayicon.c
722         * src/plugins/trayicon/trayicon_prefs.c
723         * src/plugins/trayicon/trayicon_prefs.h
724                 Add a new TrayIcon option to hide the main window at
725                 start-up.
726                 Fix trayicon.c copyright header.
728 2007-01-26 [paul]       2.7.2cvs1
730         * NEWS
731         * README
732         * RELEASE_NOTES
733         * configure.ac
734                 bump up version number following
735                 stable release
737 2007-01-25 [mones]      2.7.1cvs60
739         * po/es.po
740                 updated thousands of strings (well, probably less ;-)
742 2007-01-25 [colin]      2.7.1cvs59
744         * src/matcher.c
745                 Fix 2nd-run loss of matcherrc on new
746                 configurations. 
748 2007-01-25 [wwp]        2.7.1cvs58
750         * src/mimeview.c
751                 fix handling of empty value in attach_save_directory too, thanks
752                 to Colin.
754 2007-01-25 [wwp]        2.7.1cvs57
756         * src/gtk/filesel.c
757                 fix handling of empty value in attach_load_directory,
758                 thanks to Colin.
760 2007-01-25 [wwp]        2.7.1cvs56
762         * src/plugins/dillo_viewer/dillo_prefs.h
763                 fix a typo.
765 2007-01-25 [colin]      2.7.1cvs55
767         * src/matcher.c
768         * src/matcher.h
769         * src/matcher_parser_parse.y
770         * src/prefs_matcher.c
771                 Add matching on the spam flag
773 2007-01-24 [colin]      2.7.1cvs54
775         * src/folder.c
776         * src/common/xml.c
777         * src/common/xml.h
778                 Make sure folderlist.xml is correctly
779                 written before overwriting it.
780         * src/procmsg.c
781         * src/procmsg.h
782         * src/summaryview.c
783         * src/plugins/bogofilter/bogofilter.c
784         * src/plugins/bogofilter/bogofilter.h
785         * src/plugins/bogofilter/bogofilter_gtk.c
786         * src/plugins/spamassassin/spamassassin.c
787         * src/plugins/spamassassin/spamassassin.h
788         * src/plugins/spamassassin/spamassassin_gtk.c
789                 Move spam to the correct trash folder after
790                 learning, if spam directory isn't set.
792 2007-01-23 [paul]       2.7.1cvs53
794         * src/plugins/bogofilter/bogofilter_gtk.c
795                 fix sensitivity of "Insert X-Bogosity header"
796                 option
798 2007-01-23 [colin]      2.7.1cvs52
800         * src/toolbar.c
801                 Translate toolbar items text if
802                 they're translatable (default)
803         * src/addrcache.c
804         * src/addrcache.h
805         * src/addritem.c
806         * src/addritem.h
807         * src/codeconv.c
808         * src/codeconv.h
809         * src/jpilot.c
810         * src/jpilot.h
811         * src/ldapctrl.c
812         * src/ldapctrl.h
813         * src/ldapquery.h
814         * src/ldif.c
815         * src/ldif.h
816         * src/etpan/etpan-thread-manager.c
817         * src/etpan/etpan-thread-manager.h
818         * src/gtk/gtkutils.c
819         * src/gtk/gtkutils.h
820                 More static functions
822 2007-01-22 [fabien]     2.7.1cvs51
824         * src/gtk/gtkutils.c
825                 gtkut_get_options_frame() : ability to pass
826                 a 'NULL' value in frame pointer parameter if
827                 we don't need it.
829 2007-01-22 [colin]      2.7.1cvs50
831         * src/procmsg.c
832         * src/procmsg.h
833         * src/plugins/bogofilter/bogofilter.c
834         * src/plugins/bogofilter/bogofilter_gtk.c
835         * src/plugins/spamassassin/spamassassin.c
836         * src/plugins/spamassassin/spamassassin_gtk.c
837                 Allow moving spams to the account's trash
838                 instead of default one
840 2007-01-21 [colin]      2.7.1cvs49
842         * src/ldapquery.c
843         * src/ldapquery.h
844                 Revert a static function that shouldn't
845                 have been
847 2007-01-21 [colin]      2.7.1cvs48
849         * src/ldapquery.c
850         * src/ldapquery.h
851                 Same
853 2007-01-21 [colin]      2.7.1cvs47
855         * src/procmsg.c
856         * src/procmsg.h
857                 Same
859 2007-01-21 [colin]      2.7.1cvs46
861         * src/common/socket.c
862         * src/common/socket.h
863                 Same
865 2007-01-21 [colin]      2.7.1cvs45
867         * src/crash.c
868         * src/exporthtml.c
869         * src/exporthtml.h
870         * src/exportldif.c
871         * src/exportldif.h
872         * src/folder.c
873         * src/folder.h
874         * src/folder_item_prefs.c
875         * src/folder_item_prefs.h
876         * src/folderview.c
877         * src/folderview.h
878         * src/gedit-print.c
879         * src/gedit-print.h
880         * src/main.c
881         * src/main.h
882         * src/common/socket.c
883         * src/common/socket.h
884         * src/gtk/gtkaspell.c
885         * src/gtk/gtkaspell.h
886         * src/gtk/quicksearch.c
887         * src/gtk/quicksearch.h
888                 Same
890 2007-01-21 [colin]      2.7.1cvs44
892         * src/common/utils.c
893         * src/common/utils.h
894         * src/etpan/etpan-thread-manager.c
895         * src/etpan/etpan-thread-manager.h
896                 Same (Funny that etpan_thread_unbind
897                 is called but not etpan_thread_bind)
899 2007-01-21 [colin]      2.7.1cvs43
901         * src/addrselect.c
902         * src/addrselect.h
903         * src/codeconv.c
904         * src/codeconv.h
905         * src/compose.c
906         * src/compose.h
907         * src/etpan/Makefile.am
908         * src/gtk/colorlabel.c
909         * src/gtk/colorlabel.h
910         * src/gtk/sslcertwindow.c
911         * src/gtk/sslcertwindow.h
912         * src/etpan/etpan-log.c ** REMOVED **
913         * src/etpan/etpan-log.h ** REMOVED **
914                 Same
916 2007-01-20 [colin]      2.7.1cvs42
918         * src/addritem.c
919         * src/addritem.h
920                 Same
922 2007-01-20 [colin]      2.7.1cvs41
924         * src/account.c
925         * src/account.h
926         * src/addrbook.c
927         * src/addrbook.h
928         * src/addrcache.c
929         * src/addrcache.h
930         * src/addrclip.c
931         * src/addrclip.h
932         * src/addressbook.c
933         * src/addressbook.h
934         * src/addrharvest.c
935         * src/addrharvest.h
936         * src/addrindex.c
937         * src/addrindex.h
938         * src/editaddress.c
939         * src/editaddress.h
940                 Make functions that aren't used in other
941                 files static
943 2007-01-20 [colin]      2.7.1cvs40
945         * src/account.c
946         * src/addrbook.c
947         * src/addrcache.c
948         * src/addressbook.c
949         * src/addrgather.c
950         * src/addrindex.c
951         * src/addrquery.c
952         * src/addrselect.c
953         * src/browseldap.c
954         * src/compose.c
955         * src/editbook.c
956         * src/editjpilot.c
957         * src/editldap.c
958         * src/editldap_basedn.c
959         * src/editvcard.c
960         * src/exporthtml.c
961         * src/exportldif.c
962         * src/folder.c
963         * src/folderview.c
964         * src/image_viewer.c
965         * src/imap.c
966         * src/importmutt.c
967         * src/importpine.c
968         * src/jpilot.c
969         * src/ldapquery.c
970         * src/main.c
971         * src/mainwindow.c
972         * src/matcher.c
973         * src/messageview.c
974         * src/mh.c
975         * src/mimeview.c
976         * src/msgcache.c
977         * src/mutt.c
978         * src/news.c
979         * src/pine.c
980         * src/prefs_account.c
981         * src/prefs_common.c
982         * src/prefs_compose_writing.c
983         * src/prefs_ext_prog.c
984         * src/prefs_folder_item.c
985         * src/prefs_fonts.c
986         * src/prefs_message.c
987         * src/prefs_msg_colors.c
988         * src/prefs_other.c
989         * src/prefs_quote.c
990         * src/prefs_receive.c
991         * src/prefs_send.c
992         * src/prefs_spelling.c
993         * src/prefs_summaries.c
994         * src/prefs_toolbar.c
995         * src/prefs_wrapping.c
996         * src/privacy.c
997         * src/procmime.c
998         * src/procmsg.c
999         * src/ssl_manager.c
1000         * src/statusbar.c
1001         * src/summaryview.c
1002         * src/toolbar.c
1003         * src/vcard.c
1004         * src/common/hooks.c
1005         * src/common/log.c
1006         * src/common/passcrypt.c
1007         * src/common/socket.c
1008         * src/common/ssl.c
1009         * src/common/ssl_certificate.c
1010         * src/common/template.c
1011         * src/common/utils.c
1012         * src/etpan/imap-thread.c
1013         * src/gtk/sslcertwindow.c
1014         * src/gtk/sslcertwindow.h
1015                 Make functions that could be static, static
1017 2007-01-20 [colin]      2.7.1cvs39
1019         * src/editldap.c
1020                 Fix tooltip
1022 2007-01-20 [colin]      2.7.1cvs38
1024         * src/ldapquery.c
1025         * src/ldaputil.c
1026         * src/ldaputil.h
1027                 Fix bug 1102, 'claws-mail-2.7.1 
1028                 makes use of deprecated ldap 
1029                 functions'
1031 2007-01-20 [colin]      2.7.1cvs37
1033         * src/mainwindow.c
1034         * src/mainwindow.h
1035         * src/summaryview.c
1036         * src/gtk/quicksearch.c
1037                 Add Wide message list layout
1039 2007-01-19 [fabien]     2.7.1cvs36
1041         * src/textview.c
1042                 make sure a font change is considered in links of
1043                 headerview.
1045 2007-01-19 [colin]      2.7.1cvs35
1047         * src/main.c
1048         * src/mainwindow.c
1049         * src/mainwindow.h
1050         * src/messageview.c
1051         * src/messageview.h
1052         * src/prefs_common.c
1053         * src/prefs_common.h
1054         * src/summaryview.c
1055         * src/summaryview.h
1056         * src/gtk/quicksearch.c
1057         * src/gtk/quicksearch.h
1058                 Drop 'Separate Folder tree' and 'Separate
1059                 Message View'. Put three layouts in place
1060                 of it.
1062 2007-01-19 [paul]       2.7.1cvs34
1064         * src/prefs_msg_colors.c
1065                 more use of Q_ for translators
1067 2007-01-19 [paul]       2.7.1cvs33
1069         * src/imap_gtk.c
1070         * src/prefs_account.c
1071                 a few changes to the English
1073 2007-01-19 [fabien]     2.7.1cvs32
1075         * src/wizard.c
1076                 factorize translatable string
1078 2007-01-18 [colin]      2.7.1cvs31
1080         * src/main.c
1081                 Don't error out on --sync option. Although
1082                 we don't do anything with it, gtk+ handles
1083                 it, and it's useful for debugging X errors
1085 2007-01-18 [fabien]     2.7.1cvs30
1087         * src/prefs_other.c
1088                 ability to apply on the fly the recent added
1089                 'gtk_can_change_accels' pref (no need to restart).
1091 2007-01-18 [fabien]     2.7.1cvs29
1093         * src/plugins/bogofilter/bogofilter_gtk.c
1094         * src/plugins/bogofilter/bogofilter.c
1095         * src/plugins/spamassassin/spamassassin_gtk.c
1096         * src/addr_compl.c
1097         * src/prefs_account.c
1098                 factorize or rewrite some translatable strings.
1100 2007-01-18 [fabien]     2.7.1cvs28
1102         * src/prefs_gtk.h
1103         * src/compose.c
1104                 set a 4pix space between "Subject:" label and subject entry in
1105                 compose window.
1107 2007-01-18 [wwp]        2.7.1cvs27
1109         * src/addressbook.c
1110                 fix conflicting address-copy/paste when focus is set
1111                 to the embedded edit-person form.
1114 2007-01-18 [wwp]        2.7.1cvs26
1116         * src/addressbook.h
1117                 complete 2.7.1cvs23 (one more file was missing from that
1118                 commit).
1120 2007-01-18 [colin]      2.7.1cvs25
1122         * src/main.c
1123                 Provide a way to migrate without backup
1124                 Re-ask for migration on next start if 
1125                 it has been refused and wizard has been 
1126                 cancelled after.
1128 2007-01-18 [wwp]        2.7.1cvs24
1130         * src/editaddress.c
1131                 complete 2.7.1.cvs23 (file was missing from previous
1132                 commit).
1134 2007-01-18 [wwp]        2.7.1cvs23
1136         * src/addressbook.c
1137                 fix potential crashes in address book's focus_in/out signal handlers,
1138                 force focus to the edit-person form when clicked the Edit menu entry or
1139                 button (this only matters if the edit-person form is embedded to the
1140                 AB window, in that case, focus is not set when browsing the contacts
1141                 list w/ keys or mouse clicks).
1143 2007-01-18 [paul]       2.7.1cvs22
1145         * src/main.c
1146                 add command line options:
1147                 -h for --help
1148                 -q and --quit for --exit
1149                 -v for --version
1150                 print "Unknown option" for unknown options
1152 2007-01-18 [paul]       2.7.1cvs21
1154         * po/ru.po
1155                 updated by Pavlo Bohmat
1157 2007-01-18 [paul]       2.7.1cvs20
1159         * src/mainwindow.c
1160                 fix sensitivity issues of Mark as Spam/Ham
1162 2007-01-17 [fabien]     2.7.1cvs19
1164         * src/prefs_other.c
1165         * src/prefs_common.c
1166         * src/prefs_common.h
1167         * src/main.c
1168                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1169                 control the corresponding gtk property. It could be used to lock
1170                 all shortcuts (avoid to set one of them by inadvertency).
1172 2007-01-17 [colin]      2.7.1cvs18
1174         * src/summaryview.c
1175                 Fix bug 1100, 'Highlighted e-mail data not visible 
1176                 when color label applied.'. Use a weighted average
1177                 between normal selected foreground color and color
1178                 label instead of a simple one (3/1 instead 1/1).
1180 2007-01-17 [colin]      2.7.1cvs17
1182         * src/messageview.c
1183                 Better fix for bug 1088, 'Ctrl-h produces repeatable
1184                 crash' - don't prevent mail switching while loading
1186 2007-01-17 [colin]      2.7.1cvs16
1188         * src/folder.c
1189         * src/folder.h
1190         * src/folderview.c
1191         * src/folderview.h
1192         * src/imap.c
1193         * src/imap.h
1194         * src/imap_gtk.c
1195                 Manage recursive search of unsubscribed folders
1196                 Rescan tree without checking for new messages 
1197                 after subscriptions changed
1199 2007-01-17 [paul]       2.7.1cvs15
1201         * src/prefs_common.c
1202         * src/gtk/pluginwindow.c
1203                 fix bug 1101, '"Load plugin" button is
1204                 accidentally hidden'
1205                 unset (-1) initial width in prefs_common,
1206                 fix overlapping buttons,
1207                 and other cleanups
1209 2007-01-17 [paul]       2.7.1cvs14
1211         * src/procmime.c
1212                 add #include <errno.h>, it's needed
1213                 on some systems
1215 2007-01-17 [paul]       2.7.1cvs13
1217         * src/common/defs.h
1218         * tools/make.themes.project
1219                 rename .sylpheed_themeinfo to .claws_themeinfo
1220                 and use it
1221         * src/etpan/etpan-errors.h
1222         * src/etpan/etpan-log.c
1223         * src/etpan/etpan-log.h
1224         * src/etpan/etpan-thread-manager-types.h
1225         * src/etpan/etpan-thread-manager.c
1226         * src/etpan/etpan-thread-manager.h
1227         * src/etpan/imap-thread.c
1228         * src/etpan/imap-thread.h
1229                 add copyright header
1231 2007-01-17 [colin]      2.7.1cvs12
1233         * src/plugins/pgpcore/select-keys.c
1234         * src/gtk/pluginwindow.c
1235         * src/prefs_account.c
1236                 Fix warnings
1238 2007-01-16 [colin]      2.7.1cvs11
1240         * src/imap.c
1241         * src/imap.h
1242         * src/imap_gtk.c
1243                 Manage subscribing to subfolders when only
1244                 subscribed folders are shown.
1246 2007-01-16 [colin]      2.7.1cvs10
1248         * src/folderview.c
1249                 Fix annoying vscrollbar going back to top
1250                 on Check for new folders
1252 2007-01-16 [colin]      2.7.1cvs9
1254         * src/imap.c
1255                 Remove printf
1257 2007-01-16 [colin]      2.7.1cvs8
1259         * src/filtering.c
1260                 Bigger buffer for errors
1261         * src/imap.c
1262         * src/imap.h
1263         * src/imap_gtk.c
1264         * src/prefs_account.c
1265         * src/prefs_account.h
1266         * src/wizard.c
1267         * src/etpan/imap-thread.c
1268         * src/etpan/imap-thread.h
1269         * manual/handling.xml
1270                 Add subscriptions management. What it changes:
1271                 Creating a folder subscribes to it
1272                 Deleting a folder unsubscribes it
1273                 New contextual menu item allowing to switch between
1274                 All folders and Subscribed folders, subscribe, and
1275                 unsubscribe. "Creating" an existing but unsubscribed
1276                 folder will subscribe it.
1277                 By default for new accounts, only subscribed folders 
1278                 are shown.
1281 2007-01-16 [paul]       2.7.1cvs7
1283         * src/summaryview.c
1284                 Allow folder classes to specify only sort_key or
1285                 sort_type instead of both or none.
1287 2007-01-16 [paul]       2.7.1cvs6
1289         * src/action.c
1290         * src/compose.c
1291         * src/mimeview.c
1292         * src/procmime.c
1293         * src/textview.c
1294                 Save and use errno for procmime_get_part
1296 2007-01-16 [colin]      2.7.1cvs5
1298         * src/imap.c
1299                 Never remove INBOX when scanning for
1300                 new folders. It's a special folder
1301                 that has to exist.
1303 2007-01-15 [colin]      2.7.1cvs4
1305         * src/imap.c
1306                 Fix 'Check for new folders' when IMAP subdirectory
1307                 is set
1308         * src/etpan/imap-thread.c
1309                 Fix build
1311 2007-01-15 [colin]      2.7.1cvs3
1313         * src/etpan/imap-thread.c
1314                 Fix invalid free on command-connection
1315                 error
1317 2007-01-15 [wwp]        2.7.1cvs2
1319         * src/matcher_parser_lex.l
1320         * src/quote_fmt_lex.l
1321         * src/matcher_parser_parse.y
1322                 fix copyright header in lexers and parsers.
1324 2007-01-15 [paul]       2.7.1cvs1
1326         * NEWS
1327         * README
1328         * RELEASE_NOTES
1329         * configure.ac
1330                 bump up version number following
1331                 stable release
1333 2007-01-15 [paul]       2.7.0cvs31
1335         * AUTHORS
1336         * src/gtk/authors.h
1337                 add Fabien to the Team list
1338                 add the recent contributors
1339                 make a few corrections
1341 2007-01-15 [paul]       2.7.0cvs30
1343         * src/mainwindow.c
1344                 fix compiler warning
1345         * src/plugins/pgpcore/prefs_gpg.c
1346         * src/plugins/pgpcore/prefs_gpg.h
1347                 add missing include
1348                 fix copyright header
1350 2007-01-14 [colin]      2.7.0cvs29
1352         * src/gtk/filesel.c
1353                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1354                 two benefits: faster to open, will fix strange
1355                 dbus-related crash. Thanks to Pascal Terjan.
1357 2007-01-14 [colin]      2.7.0cvs28
1359         * src/etpan/imap-thread.c
1360                 Delete the old imap just after allocating
1361                 the new one. Makes sure we don't get the
1362                 same pointer by sheer luck, which feels
1363                 strange in the debug log.
1365 2007-01-14 [colin]      2.7.0cvs27
1367         * src/gtk/inputdialog.c
1368                 Make sure we don't print passwords in
1369                 clear text when in debug mode
1371 2007-01-14 [colin]      2.7.0cvs26
1373         * src/gtk/gtksctree.c
1374                 Fix bug 1098, 'bogus last row display 
1375                 after expanding a thread'. Patch by
1376                 Jindrich Makovicka <makovick@gmail.com>
1378 2007-01-14 [colin]      2.7.0cvs25
1380         * src/etpan/imap-thread.c
1381                 Close socket manually before
1382                 freeing the imap struct
1384 2007-01-14 [colin]      2.7.0cvs24
1386         * src/etpan/imap-thread.c
1387                 Maybe fix new reconnection issues
1389 2007-01-13 [colin]      2.7.0cvs23
1391         * src/summaryview.c
1392                 Freeze/thaw on thread selection
1394 2007-01-13 [paul]       2.7.0cvs22
1396         * src/mainwindow.c
1397         * src/summaryview.c
1398         * src/summaryview.h
1399                 add 'Edit/Delete thread'
1401 2007-01-13 [colin]      2.7.0cvs21
1403         * src/prefs_account.c
1404         * src/prefs_compose_writing.c
1405         * src/prefs_message.c
1406         * src/prefs_msg_colors.c
1407         * src/prefs_other.c
1408         * src/prefs_receive.c
1409         * src/prefs_spelling.c
1410         * src/prefs_summaries.c
1411         * src/prefs_themes.c
1412         * src/gtk/gtkutils.c
1413         * src/gtk/gtkutils.h
1414         * src/plugins/pgpcore/prefs_gpg.c
1415         * src/plugins/spamassassin/spamassassin_gtk.c
1416                 Factorize gtk frame creation
1417                 Patch by Pawel
1419 2007-01-13 [colin]      2.7.0cvs20
1421         * src/message_search.c
1422         * src/summary_search.c
1423                 Fix Enter in search windows
1424         * src/messageview.c
1425                 Fix body search starting at the
1426                 end of the mail (and asking for loop)
1428 2007-01-13 [colin]      2.7.0cvs19
1430         * src/etpan/imap-thread.c
1431                 Make sure we don't free the same imap
1432                 twice
1434 2007-01-13 [colin]      2.7.0cvs18
1436         * commitHelper
1437                 Allow multiple commitHelpers to
1438                 run at once
1440 2007-01-12 [colin]      2.7.0cvs17
1442         * src/etpan/imap-thread.c
1443                 Make sure we get rid of the previous mailimap
1444                 when connecting - just in case disconnect was
1445                 unclean
1447 2007-01-12 [paul]       2.7.0cvs16
1449         * src/compose.c
1450                 Strip S/MIME signatures when re-editing
1451                 S/MIME signed messages.
1453 2007-01-12 [paul]       2.7.0cvs15
1455         * configure.ac
1456         * src/addressbook.c
1457         * src/foldersel.c
1458         * src/folderview.c
1459         * src/main.c
1460                 no need to define CLAWS anymore, remove
1461                 all that stuff
1463 2007-01-12 [paul]       2.7.0cvs14
1465         * src/mimeview.c
1466                 check if the mail's signed as
1467                 it can change the mail structure
1468                 Thanks to Colin
1470 2007-01-12 [paul]       2.7.0cvs13
1472         * src/procmime.c
1473                 fix Forwarding msgs with attachments
1474                 that have dos line endings
1475                 Thanks to Colin
1477 2007-01-12 [wwp]        2.7.0cvs12
1479         * configure.ac
1480                 Revert accidentally committed extra version tag.
1482 2007-01-12 [wwp]        2.7.0cvs11
1484         * src/prefs_account.c
1485                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1487 2007-01-11 [colin]      2.7.0cvs10
1489         * src/imap.c
1490                 move g_warning to debug_print
1491                 it scares people for no reason
1493 2007-01-11 [colin]      2.7.0cvs9
1495         * po/POTFILES.in
1496                 Fix files to translate. Patch by
1497                 Fabien
1499 2007-01-11 [paul]       2.7.0cvs8
1501         * src/imap.c
1502                 Fix recursion when server lists the
1503                 current subfolder in the response
1504         * src/mimeview.c
1505                 Fix updating of icon_list/ctree
1506         * src/plugins/pgpcore/select-keys.c
1507                 Fix a few annoyances when choosing
1508                 keys for the CMS (S/MIME) protocol
1510 2007-01-11 [wwp]        2.7.0cvs7
1512         * src/compose.c
1513         * src/prefs_account.c
1514         * src/prefs_account.h
1515                 Add per-account spellcheck default dictionaries settings.
1517 2007-01-10 [colin]      2.7.0cvs6
1519         * src/prefs_folder_item.c
1520                 Factorize strings - patch by Fabien
1522 2007-01-10 [colin]      2.7.0cvs5
1524         * src/mainwindow.c
1525                 Fix bug 1095, 'Crash while changing folder 
1526                 columns during incorporation'
1528 2007-01-09 [colin]      2.7.0cvs4
1530         * src/gtk/pluginwindow.c
1531                 Set the plugin window transient. Seems
1532                 like some window managers hide it in
1533                 the background after "load plugin"...
1535 2007-01-09 [colin]      2.7.0cvs3
1537         * src/gtk/filesel.c
1538                 Use the same type for alloc and free
1540 2007-01-08 [paul]       2.7.0cvs2
1542         * po/nl.po
1543                 updated by Tim Dijkstra
1545 2007-01-08 [paul]       2.7.0cvs1
1547         * src/prefs_themes.c
1548         * src/common/utils.c
1549                 Fix resource leaks
1551 2007-01-08 [paul]       2.7.0
1553         * NEWS
1554         * README
1555         * RELEASE_NOTES
1556                 2.7.0 released
1558 2007-01-08 [paul]       2.6.1cvs119
1560         * doc/man/claws-mail.1
1561                 another correction
1563 2007-01-08 [paul]       2.6.1cvs118
1565         * doc/man/claws-mail.1
1566                 corrections
1567         * manual/advanced.xml
1568                 improved English usage
1570 2007-01-08 [paul]       2.6.1cvs117
1572         * po/ca.po
1573         * po/de.po
1574         * po/en_GB.po
1575         * po/fi.po
1576         * po/it.po
1577         * po/pt_BR.po
1578         * po/sk.po
1579         * po/sr.po
1580         * po/zh_CN.po
1581                 updated by Miquel Oliete, Stephan Sachse, me,
1582                 Tommi Pirinen, Andrea Spadaccini, Frederico
1583                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1584                 Urosevic, and Ralgh Young
1586 2007-01-07 [mones]      2.6.1cvs116
1588         * manual/es/advanced.xml
1589         * po/es.po
1590                 Synced manual (unhide mark_as_read_delay)
1591                 and updated translation for release
1593 2007-01-07 [paul]       2.6.1cvs115
1595         * src/prefs_matcher.c
1596                 make the hbox content fit better under
1597                 various languages
1599 2007-01-07 [colin]      2.6.1cvs114
1601         * src/messageview.c
1602                 Fix bug 1088, 'Ctrl-h produces repeatable
1603                 crash'
1605 2007-01-06 [colin]      2.6.1cvs113
1607         * src/etpan/imap-thread.c
1608                 Add casts to int to get certs. Fixes
1609                 bug 1064, 'crash @ etpan_certificate_check() 
1610                 when opening an IMAP folder', with latest
1611                 libetpan CVS or >= 0.49
1612         * src/mainwindow.c
1613         * src/mainwindow.h
1614         * src/imap_gtk.c
1615         * src/news_gtk.c
1616         * src/prefs_folder_item.c
1617                 Grey out the "synchronise" menu items if
1618                 there's nothing to synchronise.
1619         * src/plugins/pgpcore/sgpgme.c
1620                 Make an error clearer than "Unknown error"
1622 2007-01-06 [colin]      2.6.1cvs112
1624         * src/messageview.c
1625                 Don't try to show a message if updating
1626                 Maybe fixes bug 1088, 'ctrl-h produces
1627                 repeatable crash'.
1629 2007-01-06 [colin]      2.6.1cvs111
1631         * src/summaryview.c
1632                 Disable Control-Space (handle it as Space).
1634 2007-01-05 [paul]       2.6.1cvs110
1636         * src/imap.c
1637                 Fix bug 934, 'sylpheed claws 2.1 
1638                 doesn't show Exchanges Public Folders'
1639                 Thanks to Hoa and Colin
1640         * src/msgcache.c
1641                 Refuse to allocate more than 2 MB for a 
1642                 single field, it's a good indication of
1643                 cache corruption.
1645 2007-01-05 [colin]      2.6.1cvs109
1647         * src/mainwindow.c
1648                 Allow --select'ing emails by Message-ID too
1650 2007-01-05 [colin]      2.6.1cvs108
1652         * src/common/quoted-printable.c
1653                 Uh! Third fix :)
1655 2007-01-05 [colin]      2.6.1cvs107
1657         * src/common/quoted-printable.c
1658                 Fix previous commit about bug 1089
1659                 Thanks to Ralf
1661 2007-01-05 [colin]      2.6.1cvs106
1663         * src/common/quoted-printable.c
1664                 Fix my previous commit on bug 1089
1665                 - Thanks to Ralf :)
1667 2007-01-04 [colin]      2.6.1cvs105
1669         * src/common/quoted-printable.c
1670                 Fix bug 1089, 'NUL characters in Subject 
1671                 line are misinterpreted'. Not a pain to
1672                 fix in fact.
1674 2007-01-04 [colin]      
1676         2.7.0-rc3 released
1678 2007-01-04 [wwp]        2.6.1cvs104
1680         * src/image_viewer.c
1681                 Force operator precedence (fix a compiler warning).
1683 2007-01-04 [colin]      2.6.1cvs103
1685         * src/image_viewer.c
1686                 Be cautious there too (same fix as the one
1687                 in textview from cvs33)
1688         * src/messageview.c
1689                 Don't use any MimeViewer plugin when showing
1690                 all headers
1692 2007-01-03 [wwp]        2.6.1cvs102
1694         * src/html.c
1695         * src/html.h
1696                 fixed "cent" sign (use the existing ASCII one),
1697                 decode more HTML entities,
1698                 converted table ASCII entries to UTF-8,
1699                 moved a switch() into a hashtable.
1701 2007-01-03 [paul]       2.6.1cvs101
1703         * src/compose.c
1704         * src/messageview.c
1705         * src/procmsg.c
1706         * src/procmsg.h
1707                 When possible, use move_msg instead of
1708                 copy_msg + remove_msg to move sent mail
1709                 from Queue to Sent. 
1711 2007-01-03 [paul]       2.6.1cvs100
1713         * src/html.c
1714                 add more html entity recognition:
1715                 pounds, euros, and cents
1717 2007-01-03 [colin]      2.6.1cvs99
1719         * src/imap_gtk.c
1720                 Don't display an error on NOSELECT
1721                 folders when synchronising
1723 2007-01-03 [paul]       2.6.1cvs98
1725         * tools/maildir2claws-mail.pl
1726                 only substitute 'sent-mail' if it's
1727                 the full directory name
1729 2007-01-03 [paul]       2.6.1cvs97
1731         * ChangeLog
1732         * ChangeLog.pre2.0.0
1733         * Makefile.am
1734                 archive a chunk of ChangeLog in
1735                 ChangeLog.pre2.0.0
1736         * ChangeLog.gtk1
1737         * doc/src/ChangeLog.claws-pre0.8.0
1738                 remove ChangeLog.claws-pre0.8.0, adding
1739                 its contents to ChangeLog.gtk1
1741 2007-01-03 [paul]       2.6.1cvs96
1743         * src/account.c
1744         * src/account.h
1745         * src/action.c
1746         * src/action.h
1747         * src/adbookbase.h
1748         * src/addr_compl.c
1749         * src/addr_compl.h
1750         * src/addrbook.c
1751         * src/addrcache.c
1752         * src/addrcache.h
1753         * src/addrcindex.c
1754         * src/addrcindex.h
1755         * src/addrclip.c
1756         * src/addrclip.h
1757         * src/addrdefs.h
1758         * src/addressadd.c
1759         * src/addressadd.h
1760         * src/addressbook.c
1761         * src/addressbook.h
1762         * src/addressbook_foldersel.c
1763         * src/addressbook_foldersel.h
1764         * src/addrgather.c
1765         * src/addrgather.h
1766         * src/addrharvest.c
1767         * src/addrharvest.h
1768         * src/addrindex.c
1769         * src/addrindex.h
1770         * src/addritem.c
1771         * src/addritem.h
1772         * src/addrquery.c
1773         * src/addrquery.h
1774         * src/addrselect.c
1775         * src/addrselect.h
1776         * src/alertpanel.c
1777         * src/alertpanel.h
1778         * src/browseldap.c
1779         * src/browseldap.h
1780         * src/codeconv.c
1781         * src/codeconv.h
1782         * src/compose.c
1783         * src/compose.h
1784         * src/customheader.c
1785         * src/customheader.h
1786         * src/displayheader.c
1787         * src/displayheader.h
1788         * src/editaddress.c
1789         * src/editaddress.h
1790         * src/editbook.c
1791         * src/editbook.h
1792         * src/editgroup.c
1793         * src/editgroup.h
1794         * src/editjpilot.c
1795         * src/editjpilot.h
1796         * src/editldap.c
1797         * src/editldap.h
1798         * src/editldap_basedn.c
1799         * src/editldap_basedn.h
1800         * src/editvcard.c
1801         * src/editvcard.h
1802         * src/exphtmldlg.c
1803         * src/exphtmldlg.h
1804         * src/expldifdlg.c
1805         * src/expldifdlg.h
1806         * src/export.c
1807         * src/export.h
1808         * src/exporthtml.c
1809         * src/exporthtml.h
1810         * src/exportldif.c
1811         * src/exportldif.h
1812         * src/filtering.c
1813         * src/filtering.h
1814         * src/folder.c
1815         * src/folder.h
1816         * src/folder_item_prefs.c
1817         * src/folder_item_prefs.h
1818         * src/foldersel.c
1819         * src/foldersel.h
1820         * src/folderutils.c
1821         * src/folderutils.h
1822         * src/folderview.c
1823         * src/folderview.h
1824         * src/grouplistdialog.c
1825         * src/grouplistdialog.h
1826         * src/headerview.c
1827         * src/html.c
1828         * src/html.h
1829         * src/image_viewer.c
1830         * src/image_viewer.h
1831         * src/imap.c
1832         * src/imap.h
1833         * src/imap_gtk.c
1834         * src/imap_gtk.h
1835         * src/import.c
1836         * src/import.h
1837         * src/importldif.c
1838         * src/importldif.h
1839         * src/importmutt.c
1840         * src/importmutt.h
1841         * src/importpine.c
1842         * src/importpine.h
1843         * src/inc.c
1844         * src/inc.h
1845         * src/jpilot.c
1846         * src/jpilot.h
1847         * src/ldapctrl.c
1848         * src/ldapctrl.h
1849         * src/ldaplocate.c
1850         * src/ldaplocate.h
1851         * src/ldapquery.c
1852         * src/ldapquery.h
1853         * src/ldapserver.c
1854         * src/ldapserver.h
1855         * src/ldaputil.c
1856         * src/ldaputil.h
1857         * src/ldif.c
1858         * src/ldif.h
1859         * src/main.c
1860         * src/main.h
1861         * src/mainwindow.c
1862         * src/mainwindow.h
1863         * src/manual.c
1864         * src/manual.h
1865         * src/mbox.c
1866         * src/message_search.c
1867         * src/message_search.h
1868         * src/messageview.c
1869         * src/messageview.h
1870         * src/mh.c
1871         * src/mh.h
1872         * src/mh_gtk.c
1873         * src/mh_gtk.h
1874         * src/mimeview.c
1875         * src/mimeview.h
1876         * src/msgcache.c
1877         * src/msgcache.h
1878         * src/mutt.c
1879         * src/mutt.h
1880         * src/news.c
1881         * src/news.h
1882         * src/news_gtk.c
1883         * src/news_gtk.h
1884         * src/partial_download.c
1885         * src/partial_download.h
1886         * src/pine.c
1887         * src/pine.h
1888         * src/pop.c
1889         * src/pop.h
1890         * src/prefs_account.c
1891         * src/prefs_account.h
1892         * src/prefs_actions.c
1893         * src/prefs_actions.h
1894         * src/prefs_common.c
1895         * src/prefs_common.h
1896         * src/prefs_compose_writing.c
1897         * src/prefs_compose_writing.h
1898         * src/prefs_customheader.c
1899         * src/prefs_customheader.h
1900         * src/prefs_display_header.c
1901         * src/prefs_display_header.h
1902         * src/prefs_filtering.c
1903         * src/prefs_filtering.h
1904         * src/prefs_filtering_action.c
1905         * src/prefs_filtering_action.h
1906         * src/prefs_folder_column.c
1907         * src/prefs_folder_column.h
1908         * src/prefs_folder_item.c
1909         * src/prefs_folder_item.h
1910         * src/prefs_fonts.c
1911         * src/prefs_fonts.h
1912         * src/prefs_gtk.c
1913         * src/prefs_gtk.h
1914         * src/prefs_image_viewer.c
1915         * src/prefs_image_viewer.h
1916         * src/prefs_matcher.c
1917         * src/prefs_matcher.h
1918         * src/prefs_message.c
1919         * src/prefs_msg_colors.c
1920         * src/prefs_msg_colors.h
1921         * src/prefs_other.c
1922         * src/prefs_quote.c
1923         * src/prefs_receive.c
1924         * src/prefs_send.c
1925         * src/prefs_spelling.c
1926         * src/prefs_spelling.h
1927         * src/prefs_summaries.c
1928         * src/prefs_summaries.h
1929         * src/prefs_summary_column.c
1930         * src/prefs_summary_column.h
1931         * src/prefs_template.c
1932         * src/prefs_template.h
1933         * src/prefs_themes.c
1934         * src/prefs_themes.h
1935         * src/prefs_toolbar.c
1936         * src/prefs_toolbar.h
1937         * src/prefs_wrapping.c
1938         * src/prefs_wrapping.h
1939         * src/privacy.c
1940         * src/privacy.h
1941         * src/procheader.c
1942         * src/procheader.h
1943         * src/procmime.c
1944         * src/procmime.h
1945         * src/procmsg.c
1946         * src/procmsg.h
1947         * src/quote_fmt.c
1948         * src/quote_fmt_parse.y
1949         * src/recv.c
1950         * src/recv.h
1951         * src/remotefolder.c
1952         * src/remotefolder.h
1953         * src/send_message.c
1954         * src/send_message.h
1955         * src/setup.c
1956         * src/setup.h
1957         * src/sourcewindow.c
1958         * src/sourcewindow.h
1959         * src/ssl_manager.c
1960         * src/ssl_manager.h
1961         * src/statusbar.c
1962         * src/statusbar.h
1963         * src/stock_pixmap.c
1964         * src/stock_pixmap.h
1965         * src/summary_search.c
1966         * src/summary_search.h
1967         * src/summaryview.c
1968         * src/summaryview.h
1969         * src/textview.c
1970         * src/textview.h
1971         * src/toolbar.c
1972         * src/toolbar.h
1973         * src/undo.c
1974         * src/undo.h
1975         * src/unmime.c
1976         * src/unmime.h
1977         * src/vcard.c
1978         * src/vcard.h
1979         * src/wizard.c
1980         * src/wizard.h
1981         * src/common/base64.c
1982         * src/common/base64.h
1983         * src/common/defs.h
1984         * src/common/hooks.c
1985         * src/common/hooks.h
1986         * src/common/log.c
1987         * src/common/log.h
1988         * src/common/mgutils.c
1989         * src/common/mgutils.h
1990         * src/common/nntp.c
1991         * src/common/nntp.h
1992         * src/common/passcrypt.c
1993         * src/common/passcrypt.h.in
1994         * src/common/plugin.c
1995         * src/common/plugin.h
1996         * src/common/prefs.c
1997         * src/common/prefs.h
1998         * src/common/progressindicator.c
1999         * src/common/progressindicator.h
2000         * src/common/quoted-printable.c
2001         * src/common/quoted-printable.h
2002         * src/common/session.c
2003         * src/common/session.h
2004         * src/common/smtp.c
2005         * src/common/smtp.h
2006         * src/common/socket.c
2007         * src/common/socket.h
2008         * src/common/ssl.c
2009         * src/common/ssl.h
2010         * src/common/ssl_certificate.c
2011         * src/common/ssl_certificate.h
2012         * src/common/stringtable.c
2013         * src/common/stringtable.h
2014         * src/common/template.c
2015         * src/common/template.h
2016         * src/common/timing.h
2017         * src/common/utils.c
2018         * src/common/utils.h
2019         * src/common/version.h.in
2020         * src/common/xml.c
2021         * src/common/xml.h
2022         * src/common/xmlprops.c
2023         * src/common/xmlprops.h
2024         * src/gtk/about.c
2025         * src/gtk/colorlabel.c
2026         * src/gtk/colorsel.c
2027         * src/gtk/colorsel.h
2028         * src/gtk/combobox.c
2029         * src/gtk/combobox.h
2030         * src/gtk/description_window.c
2031         * src/gtk/description_window.h
2032         * src/gtk/filesel.c
2033         * src/gtk/filesel.h
2034         * src/gtk/foldersort.c
2035         * src/gtk/foldersort.h
2036         * src/gtk/gtksctree.c
2037         * src/gtk/gtkutils.c
2038         * src/gtk/gtkutils.h
2039         * src/gtk/inputdialog.c
2040         * src/gtk/inputdialog.h
2041         * src/gtk/logwindow.c
2042         * src/gtk/logwindow.h
2043         * src/gtk/manage_window.c
2044         * src/gtk/manage_window.h
2045         * src/gtk/menu.c
2046         * src/gtk/menu.h
2047         * src/gtk/pluginwindow.c
2048         * src/gtk/pluginwindow.h
2049         * src/gtk/prefswindow.c
2050         * src/gtk/prefswindow.h
2051         * src/gtk/progressdialog.c
2052         * src/gtk/progressdialog.h
2053         * src/gtk/sslcertwindow.c
2054         * src/gtk/sslcertwindow.h
2055         * src/plugins/bogofilter/bogofilter.c
2056         * src/plugins/bogofilter/bogofilter.h
2057         * src/plugins/bogofilter/bogofilter_gtk.c
2058         * src/plugins/clamav/clamav_plugin.c
2059         * src/plugins/clamav/clamav_plugin.h
2060         * src/plugins/clamav/clamav_plugin_gtk.c
2061         * src/plugins/demo/demo.c
2062         * src/plugins/dillo_viewer/dillo_prefs.c
2063         * src/plugins/dillo_viewer/dillo_prefs.h
2064         * src/plugins/dillo_viewer/dillo_viewer.c
2065         * src/plugins/pgpcore/passphrase.c
2066         * src/plugins/pgpcore/passphrase.h
2067         * src/plugins/pgpcore/pgp_viewer.c
2068         * src/plugins/pgpcore/pgp_viewer.h
2069         * src/plugins/pgpcore/plugin.c
2070         * src/plugins/pgpcore/select-keys.c
2071         * src/plugins/pgpcore/select-keys.h
2072         * src/plugins/pgpcore/sgpgme.c
2073         * src/plugins/pgpcore/sgpgme.h
2074         * src/plugins/pgpinline/pgpinline.c
2075         * src/plugins/pgpinline/pgpinline.h
2076         * src/plugins/pgpinline/plugin.c
2077         * src/plugins/pgpmime/pgpmime.c
2078         * src/plugins/pgpmime/pgpmime.h
2079         * src/plugins/pgpmime/plugin.c
2080         * src/plugins/spamassassin/spamassassin.c
2081         * src/plugins/spamassassin/spamassassin.h
2082         * src/plugins/spamassassin/spamassassin_gtk.c
2083         * src/plugins/trayicon/trayicon.c
2084                 it's 2007, update the year in the copyright headers
2086 2007-01-03 [paul]       2.6.1cvs95
2088         * src/gtk/about.c
2089                 it is 2007, use it in the copyright string
2091 2007-01-03 [paul]       2.6.1cvs94
2093         * src/html.c
2094                 html entity conversion:
2095                 move &#153; to a more suitable place
2096                 add &bull; and &ndash;
2097                 make sure &mdash; and &#8212; are both
2098                 converted the same
2100 2007-01-02 [colin]      2.6.1cvs93
2102         * src/addrbook.c
2103                 Fix leak
2104         * src/common/plugin.c
2105                 Add comment
2106         * src/etpan/imap-thread.c
2107                 Fix warning
2109 2006-12-31 [paul]       2.6.1cvs92
2111         * src/prefs_summaries.c
2112                 use gtk_button_new_from_stock()
2114 2006-12-30 [colin]      2.6.1cvs91
2116         * src/folder.c
2117         * src/imap_gtk.c
2118         * src/mh_gtk.c
2119                 Don't update filtering and account paths 
2120                 when copying folders
2122 2006-12-30 [colin]      2.6.1cvs90
2124         * src/prefs_compose_writing.c
2125         * src/prefs_quote.c
2126         * src/prefs_template.c
2127                 Use message font for Writing and 
2128                 Quoting prefs, as well as Templates.
2130 2006-12-30 [colin]      2.6.1cvs89
2132         * src/prefs_summaries.c
2133                 Rework GUI; patch by Pawel
2135 2006-12-29 [colin]      2.6.1cvs88
2137         * src/prefs_folder_item.c
2138                 Fix bug 1085, 'Apply to subfolder 
2139                 doesn't work' - I was mistaken saying
2140                 it worked in every case
2142 2006-12-28 [colin]      2.6.1cvs87
2144         * src/gtk/gtkaspell.c
2145                 Don't assert if use_alternate is true
2146                 and alt_dictionary isn't set -- this 
2147                 is what happens on upgrade! Rather,
2148                 do with it.
2150 2006-12-28 [colin]      2.6.1cvs86
2152         * Makefile.am
2153                 Fix desktop/icon simplification
2155 2006-12-28 [colin]      2.6.1cvs85
2157         * Makefile.am
2158                 Make desktop and icon not 
2159                 dependant on the desktop
2161 2006-12-28 [wwp]        2.6.1cvs84
2163         * src/plugins/pgpmime/claws.def
2164                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2166 2006-12-28 [wwp]        2.6.1cvs83
2168         * src/prefs_folder_item.c
2169                 Fix coloring of "simplify subject regexp" (folder prefs),
2170                 which might be left to red whereas the regexp gets empty.
2172 2006-12-28 [wwp]        2.6.1cvs82
2174         * src/prefs_common.c
2175         * src/prefs_common.h
2176         * src/addressbook.c
2177         * src/addressitem.h
2178                 Save addressbook mainwindow's horizontal and vertical splitter position.
2180 2006-12-27 [wwp]        2.6.1cvs81
2182         * src/gtk/gtkaspell.c
2183         * src/gtk/gtkaspell.h
2184         * src/compose.c
2185                 Fix assignment of compose's default and alternate dictionary from
2186                 account or folder settings. Now gtkaspell_change_dict does rotate
2187                 dicts only when it's called from a menu cb.
2189 2006-12-27 [wwp]        2.6.1cvs80
2191         * src/folder_item_prefs.c
2192                 Fix randomly initialized default-alt-dictionary (folder prefs),
2193                 complete 2.6.1cvs72.
2195 2006-12-27 [paul]       2.6.1cvs79
2197         * src/imap_gtk.c
2198         * src/mh_gtk.c
2199                 Add Copy folder in the folder's contextual
2200                 menu
2202 2006-12-27 [wwp]        2.6.1cvs78
2204         * src/imap.c
2205                 Clean up session locking, thanks to Colin.
2207 2006-12-26 [colin]      2.6.1cvs77
2209         * src/statusbar.c
2210                 Revert previous patch
2212 2006-12-26 [colin]      2.6.1cvs76
2214         * src/folder.c
2215         * src/folderview.c
2216         * src/imap.c
2217         * src/statusbar.c
2218         * src/etpan/imap-thread.c
2219                 Fix previous commit warnings
2220                 Make statusbar update every second if total < 20
2221                 Make IMAP APPEND faster by simplifying log              
2223 2006-12-26 [colin]      2.6.1cvs75
2225         * src/folder.c
2226         * src/folder.h
2227         * src/folderview.c
2228         * src/folderview.h
2229         * src/imap_gtk.c
2230         * src/mh_gtk.c
2231                 Make it possible to copy folders accross
2232                 mailboxes (this was an arbitrary limitation).
2233                 Still make it impossible to move folders 
2234                 accross mailboxes.
2236 2006-12-26 [colin]      2.6.1cvs74
2238         * src/etpan/imap-thread.c
2239                 Fix bug 1081, 'claws-mail 
2240                 segfaults when going offline 
2241                 while it transfers mails via 
2242                 imap'
2244 2006-12-26 [colin]      2.6.1cvs73
2246         * src/folder_item_prefs.c
2247                 Don't forget alt dictionary when
2248                 renaming/moving folders
2250 2006-12-26 [wwp]        2.6.1cvs72
2252         * src/folder_item_prefs.c
2253                 Add missing defaults for per-folder alt dict
2254                 (forgotten in 2.6.1cvs61).
2256 2006-12-26 [colin]      2.6.1cvs71
2258         * src/wizard.c
2259                 Add tooltip to state that specifying
2260                 full path to mailbox is possible
2262 2006-12-26 [wwp]        2.6.1cvs70
2264         * src/partial_download.c
2265         * src/gtk/gtkvscrollbutton.c
2266         * src/plugins/pgpinline/plugin.c
2267                 Fix for few compiler warnings that matter.
2269 2006-12-25 [colin]      2.6.1cvs69
2271         * src/partial_download.c
2272                 Fix marking for download or deletion
2273                 when the header isn't the first
2274         * src/gtk/logwindow.c
2275                 Fix start of scrolling
2277 2006-12-23 [paul]       2.6.1cvs68
2279         * src/compose.c
2280                 change last commit to use the 'academic'
2281                 method instead. Thanks to wwp
2283 2006-12-23 [paul]       2.6.1cvs67
2285         * src/compose.c
2286                 don't warn about empty subject when
2287                 redirecting
2289 2006-12-22 [colin]      2.6.1cvs66
2291         * src/summary_search.c
2292                 Fix previous patch
2294 2006-12-22 [colin]      2.6.1cvs65
2296         * src/gtk/gtkutils.c
2297         * src/imap.c
2298         * src/jpilot.c
2299         * src/summary_search.c
2300                 A few warning fixes
2302 2006-12-23 [paul]       
2304         2.7.0-rc2 released
2306 2006-12-22 [colin]      2.6.1cvs64
2308         * src/toolbar.c
2309         * src/toolbar.h
2310                 Add a combo to the learn spam button
2311         * src/plugins/bogofilter/bogofilter.c
2312         * src/plugins/bogofilter/bogofilter_gtk.c
2313         * src/plugins/bogofilter/bogofilter.h
2314                 Allow to store Unsure mails in a specific
2315                 folder to make better teaching easier
2317 2006-12-21 [wwp]        2.6.1cvs63
2319         * src/compose.c
2320         * src/prefs_common.c
2321         * src/prefs_common.h
2322         * src/prefs_spelling.c
2323         * src/gtk/gtkaspell.c
2324         * src/gtk/gtkaspell.h
2325                 Allow spell-checking using both current and alternate dictionaries
2326                 (thanks to Colin).
2328 2006-12-21 [wwp]        2.6.1cvs62
2330         * src/gtk/gtkaspell.c
2331                 Apply recheck_when_changing_dict (highlight all mispelled words)
2332                 when switching to alternate dictionary.
2334 2006-12-21 [wwp]        2.6.1cvs61
2336         * src/compose.c
2337         * src/folder_item_prefs.h
2338         * src/prefs_common.c
2339         * src/prefs_common.h
2340         * src/prefs_folder_item.c
2341         * src/prefs_spelling.c
2342         * src/gtk/gtkaspell.c
2343         * src/gtk/gtkaspell.h
2344                 Add global and per-folder prefs to set the default
2345                 alternate dictionary.
2347 2006-12-21 [colin]      2.6.1cvs60
2349         * src/folder.c
2350                 Look for folders by path in all folders
2351         * src/html.c
2352                 add &mdash;
2354 2006-12-20 [colin]      2.6.1cvs59
2356         * src/gtk/quicksearch.c
2357                 Make sure in_typing is false when clearing
2359 2006-12-20 [wwp]        2.6.1cvs58
2361         * configure.ac
2362                 change manual's target dir to be LFH-compliant (thanks to Colin).
2364 2006-12-20 [wwp]        2.6.1cvs57
2366         * src/prefs_common.c
2367         * src/prefs_summaries.c
2368                 i18n fix and factorize patch, thanks to Fabien.
2370 2006-12-20 [paul]       2.6.1cvs56
2372         * configure.ac
2373                 last of the renaming (??)
2374         * src/main.c
2375                 correct --help info of --status-full
2376         * src/plugins/bogofilter/bogofilter.c
2377                 make FALSE default of whitelist_ab
2379 2006-12-19 [colin]      2.6.1cvs55
2381         * src/jpilot.c
2382                 Same as before, without depending on
2383                 pisock >= 0.12
2385 2006-12-19 [colin]      2.6.1cvs54
2387         * src/jpilot.c
2388                 Fix bug 1059, 'Better jpilot charset 
2389                 handling'. Use libpisync's charset conversion
2390                 if possible
2392 2006-12-19 [colin]      2.6.1cvs53
2394         * po/fr.po
2395                 Updated by Fabien
2397 2006-12-19 [wwp]        2.6.1cvs52
2399         * src/gtk/about.c
2400                 Add missing #include (thanks to Colin).
2402 2006-12-19 [wwp]        2.6.1cvs51
2404         * src/prefs_receive.c
2405                 Better spacing between widgets in prefs.
2407 2006-12-18 [colin]      2.6.1cvs50
2409         * src/imap.c
2410                 Fix failure to get separator on LIST "" ""
2411                 Try LIST "" "INBOX" too.
2413 2006-12-18 [wwp]        2.6.1cvs49
2415         * src/common/session.c
2416                 Fix a compiler warning (thanks to Fabien).
2418 2006-12-18 [wwp]        2.6.1cvs48
2420         * src/compose.c
2421         * src/prefs_quote.c
2422                 Factorize some strings for translation (it's about error
2423                 messages when applying or checking template/quote format).
2425 2006-12-18 [colin]      2.6.1cvs47
2427         * Makefile.am
2428         * src/common/defs.h
2429         * src/gtk/Makefile.am
2430         * src/gtk/about.c
2431                 Add a Release notes tab from the contents of
2432                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2434 2006-12-17 [colin]      2.6.1cvs46
2436         * src/mimeview.c
2437         * src/textview.c
2438         * src/gtk/filesel.c
2439                 Correctly convert from/to UTF8/filename encoding
2440                 when loading and saving files. Probably fixes
2441                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2442                 for a file to attach and is blocked...'
2444 2006-12-17 [colin]      2.6.1cvs45
2446         * src/gtk/logwindow.c
2447                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2448                 IMAP folder and is blocked on main thread': 
2449                 make sure we put utf8 in the log.
2451 2006-12-16 [colin]      2.6.1cvs44
2453         * src/toolbar.c
2454         * src/toolbar.h
2455                 Fix bug 1055, 'Add the 'cancel receive' 
2456                 in the available events for the toolbar buttons'
2458 2006-12-16 [colin]      2.6.1cvs43
2460         * po/POTFILES.in
2461         * src/imap.c
2462         * src/common/nntp.c
2463         * src/common/session.c
2464                 Log error when SSL handshakes fail. 
2465                 Fixes bug 1082, 'incorrect / imprecise 
2466                 error message when imap server provides 
2467                 ssl only through STARTTLS but SSL is 
2468                 selected'
2470 2006-12-15 [wwp]        2.6.1cvs42
2472         * src/plugins/bogofilter/bogofilter_gtk.c
2473                 set proper sensitivity to widgets I've recently added.
2475 2006-12-15 [colin]      
2477         2.7.0-rc1 released
2479 2006-12-15 [wwp]        2.6.1cvs41
2481         * src/plugins/bogofilter/bogofilter.c
2482         * src/plugins/bogofilter/bogofilter.h
2483         * src/plugins/bogofilter/bogofilter_gtk.c
2484                 bogofilter's whitelist can now use a subset of
2485                 the addressbook (either a book, a subfolder of a book,
2486                 or the whole addressbook by using "Any"). Re-used there
2487                 some pref_matcher widgets and mechanisms to match a subset
2488                 of the addressbook.
2490 2006-12-15 [wwp]        2.6.1cvs40
2492         * src/wizard.c
2493         * src/common/plugin.c
2494         * src/common/plugin.h
2495         * src/gtk/about.c
2496         * src/plugins/bogofilter/bogofilter.c
2497         * src/plugins/clamav/clamav_plugin.c
2498         * src/plugins/demo/demo.c
2499         * src/plugins/dillo_viewer/dillo_viewer.c
2500         * src/plugins/pgpcore/plugin.c
2501         * src/plugins/pgpinline/plugin.c
2502         * src/plugins/pgpmime/plugin.c
2503         * src/plugins/spamassassin/spamassassin.c
2504         * src/plugins/trayicon/trayicon.c
2505                 factorize some translatable strings (plugins-related),
2506                 fix missing punctuation in several places,
2507                 remove useless translatable \n in about.c,
2508                 and factorize plugin init code w/ a new function
2509                 check_plugin_version() in common/plugin.c.
2510                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2512 2006-12-15 [wwp]        2.6.1cvs39
2514         * src/plugins/bogofilter/bogofilter.c
2515         * src/plugins/bogofilter/bogofilter_gtk.c
2516                 flag whitelisted spams as spam, but don't filter it to the spam
2517                 folder. Thanks to Colin.
2519 2006-12-15 [ticho]      2.6.1cvs38
2521         * src/plugins/bogofilter/bogofilter.c
2522         * src/plugins/bogofilter/bogofilter.h
2523         * src/plugins/bogofilter/bogofilter_gtk.c
2524                 Add option to whitelist senders found in addressbook. Patch by colin.
2526 2006-12-15 [paul]       2.6.1cvs37
2528         * src/folderview.c
2529                 add missing #include "log.h"
2531 2006-12-15 [paul]       2.6.1cvs36
2533         * src/plugins/bogofilter/bogofilter.c
2534         * src/plugins/bogofilter/bogofilter.h
2535         * src/plugins/bogofilter/bogofilter_gtk.c
2536                 Add an option to allow inserting an
2537                 X-Claws-Bogosity header (on MH folders
2538                 only). Patch by Colin
2540 2006-12-14 [colin]      2.6.1cvs35
2542         * src/main.c
2543                 "Yes" should be the default choice for
2544                 migration configuration
2546 2006-12-14 [paul]       2.6.1cvs34
2548         * src/prefs_summaries.c
2549         * manual/advanced.xml
2550                 Unhide mark_as_read_delay
2552 2006-12-14 [paul]       2.6.1cvs33
2554         * src/messageview.c
2555         * src/messageview.h
2556         * src/mimeview.c
2557         * src/mimeview.h
2558         * src/summaryview.c
2559         * src/textview.c
2560         * src/textview.h
2561                 Fix printing of selection
2562                 Fix printing of message parts
2563                 Fix printing of images
2564         * src/gtk/gtksourceprintjob.c
2565                 Fix page count when there are images
2567 2006-12-14 [wwp]        2.6.1cvs32
2569         * src/mainwindow.c
2570         * src/summaryview.c
2571         * src/summaryview.h
2572         * src/gtk/quicksearch.c
2573                 fix quicksearch 'magnify' button status when QS is closed
2574                 using the Escape key, thanks to Colin.
2576 2006-12-14 [wwp]        2.6.1cvs31
2578         * src/mainwindow.c
2579         * src/summaryview.c
2580         * src/summaryview.h
2581         * src/gtk/quicksearch.c
2582                 fix quicksearch 'magnify' button status when QS is closed
2583                 using the Escape key, thanks to Colin.
2585 2006-12-13 [colin]      2.6.1cvs30
2587         * src/ldapquery.c
2588         * src/ldaputil.c
2589                 Use the binary safe version of ldap_get_values,
2590                 to make sure we manipulate null-terminated 
2591                 strings. Maybe fixes bug 1075, 'claws mail 
2592                 segfault when completing ldap adresses'
2593         * src/syldap.c ** REMOVED **
2594         * src/syldap.h ** REMOVED **
2595                 Remove dead files
2597 2006-12-13 [mones]      2.6.1cvs29
2599         * po/es.po
2600                 Fixed piped strings, fixed click translation
2602 2006-12-13 [paul]       2.6.1cvs28
2604         * src/main.c
2605                 don't translate these strings
2607 2006-12-13 [paul]       2.6.1cvs27
2609         * po/en_GB.po
2610                 updated
2612 2006-12-13 [colin]      2.6.1cvs26
2614         * src/main.c
2615         * src/main.h
2616                 Add claws_is_starting()
2618 2006-12-13 [mones]      2.6.1cvs25
2620         * manual/es/advanced.xml
2621         * po/es.po
2622                 Synced manual and updated translation
2624 2006-12-12 [colin]      2.6.1cvs24
2626         * src/wizard.c
2627                 Add an option to use STARTTLS in the
2628                 welcome wizard. Fixes bug 1080, 
2629                 'Using SSL option in wizard for incoming 
2630                 server does not activate SSL with STARTTLS'
2632 2006-12-12 [colin]      2.6.1cvs23
2634         * src/main.c
2635                 Don't exit when there's an incomplete
2636                 mailbox configured - leaves a chance 
2637                 to fix a failing IMAP account. Exit
2638                 if no mailbox at all is loaded (case
2639                 of missing plugin).
2640                 Completes bug 1077's fix (I was wrong
2641                 in this bug's comment #3).
2643 2006-12-12 [colin]      2.6.1cvs22
2645         * src/gtk/menu.h
2646                 Add another menu data type
2647         * src/prefs_account.c
2648                 Complete the completion of bug 1076
2649                 (doesn't lose the pref on apply)
2651 2006-12-12 [paul]       2.6.1cvs21
2653         * src/prefs_account.c
2654                 complete the fix of bug 1076
2655                 also be more verbose with the text
2657 2006-12-12 [paul]       2.6.1cvs20
2659         * src/gtk/combobox.c
2660                 fix compilation warning
2662 2006-12-11 [colin]      2.6.1cvs19
2664         * src/wizard.c
2665                 Document :port in server entry tooltips
2667 2006-12-11 [colin]      2.6.1cvs18
2669         * src/main.c
2670                 Fix compile
2672 2006-12-11 [colin]      2.6.1cvs17
2674         * src/main.c
2675                 Add failing IMAP as a reason for no
2676                 mailbox
2678 2006-12-11 [colin]      2.6.1cvs16
2680         * src/prefs_account.c
2681                 Check for existence of inbox for local
2682                 accounts too
2683         * src/wizard.c
2684                 Allow setting the port to use for servers
2685                 by using the usual "server.example.com:port"
2686                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2687                 not start when IMAP server is unavailable'
2689 2006-12-11 [colin]      2.6.1cvs15
2691         * src/prefs_account.c
2692                 Prevent use of non-existing default inbox
2694 2006-12-11 [colin]      2.6.1cvs14
2696         * src/prefs_account.c
2697                 Fix sensitivity. Fixes bug 1076, 'privacy 
2698                 options are displayed even when pgp plugin 
2699                 not loaded / available'
2701 2006-12-09 [colin]      2.6.1cvs13
2703         * manual/advanced.xml
2704         * src/prefs_common.c
2705         * src/prefs_common.h
2706         * src/common/ssl_certificate.c
2707                 Add a new hidden preference, 'unsafe_ssl_certs',
2708                 which allows to store multiple certificates per
2709                 server/port. This is disabled by default because
2710                 it's less secure (presenting a new certificate
2711                 instead of a changed one raises less alarms).
2712                 This will cause Claws to ask about an unknown
2713                 certificate for people who have used 2.6.1cvs8
2714                 or greater.
2716 2006-12-09 [colin]      2.6.1cvs12
2718         * src/action.c
2719                 Fix cache updating after action
2721 2006-12-07 [wwp]        2.6.1cvs11
2723         * src/compose.c
2724                 fix email address comparison when replying to all
2725                 (avoid replying to ourselves), thanks to Colin.
2727 2006-12-06 [paul]       2.6.1cvs10
2729         * src/addrharvest.c
2730         * src/editldap.c
2731         * src/expldifdlg.c
2732         * src/news.c
2733         * src/toolbar.c
2734         * src/common/utils.c
2735                 ...and more renaming
2736                 Thanks to Colin
2738 2006-12-06 [paul]       2.6.1cvs9
2740         * src/compose.c
2741         * src/messageview.c
2742         * src/procheader.c
2743         * src/procmime.c
2744         * src/procmsg.c
2745         * src/textview.c
2746                 more renaming
2747                 Thanks to Colin
2749 2006-12-06 [colin]      2.6.1cvs8
2751         * src/ssl_manager.c
2752         * src/common/ssl_certificate.c
2753         * src/common/ssl_certificate.h
2754                 Handle multiple certificates per host/port
2756 2006-12-06 [colin]      2.6.1cvs7
2758         * src/etpan/imap-thread.c
2759                 Fix certificate checking on IMAP
2761 2006-12-06 [colin]      2.6.1cvs6
2763         * src/folderview.c
2764                 Fix bug 1072, 'Claws stops fetching newsgroups 
2765                 from server when newsgroup got deleted': continue
2766                 checking other groups
2768 2006-12-05 [wwp]        2.6.1cvs5
2770         * src/message_search.c
2771         * src/summary_search.c
2772         * src/gtk/combobox.c
2773         * src/gtk/combobox.h
2774         * src/gtk/gtkutils.c
2775         * src/gtk/gtkutils.h
2776                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2777                 behave like w/ old comboboxes (summary and message search only).
2779 2006-12-05 [paul]       2.6.1cvs4
2781         * src/wizard.c
2782                 encode headers
2783                 Thanks to Colin
2785 2006-12-05 [paul]       2.6.1cvs3
2787         * tools/README
2788         * tools/textviewer.pl
2789                 script updated and description added
2791 2006-12-04 [colin]      2.6.1cvs2
2793         * src/compose.c
2794                 Run pre-send hook only when checking
2795                 everything
2797 2006-12-04 [paul]       2.6.1cvs1
2799         * NEWS
2800         * README
2801         * RELEASE_NOTES
2802         * configure.ac
2803         * tools/README
2804                 bump up version number following stable release
2806 2006-12-04 [paul]       2.6.0cvs83
2808         * README
2809                 updates and corrections
2811 2006-12-04 [colin]      2.6.0cvs82
2813         * src/common/utils.c
2814                 Probably fix bug 1066, 'Incorrect mailbox 
2815                 size displayed'
2817 2006-12-04 [colin]      2.6.0cvs81
2819         * src/common/utils.c
2820                 Trim tabs from mailcap file too.
2822 2006-12-02 [paul]       2.6.0cvs80
2824         * src/exphtmldlg.c
2825                 fix broken GUI under certain languages
2826         * src/expldifdlg.c
2827                 put the Cancel button to the right
2829 2006-12-01 [paul]       2.6.0cvs79
2831         * tools/Makefile.am
2832                 remove reference to removed file
2834 2006-12-01 [wwp]        2.6.0cvs78
2836         * src/addressbook.c
2837         * src/editaddress.c
2838                 remove forgotten debug statements.
2840 2006-12-01 [wwp]        2.6.0cvs77
2842         * manual/advanced.xml
2843         * manual/fr/advanced.xml
2844         * src/addressbook.c
2845         * src/addressbook.h
2846         * src/addressitem.h
2847         * src/editaddress.c
2848         * src/editaddress.h
2849         * src/prefs_common.c
2850         * src/prefs_common.h
2851         * src/gtk/gtkutils.c
2852         * src/gtk/gtkutils.h
2853                 add a hidden option to allow embedding the editaddress (edit contact details)
2854                 dialog into the addressbook's window. This doesn't change the default
2855                 behaviour.
2857 2006-12-01 [wwp]        2.6.0cvs76
2859         * src/message_search.c
2860         * src/summary_search.c
2861                 fix more focus issues (don't set focus to combobox's entry widget when
2862                 entry's value changed, if entry widget has focus already).
2864 2006-12-01 [wwp]        2.6.0cvs75
2866         * src/gtk/quicksearch.c
2867                 revert last changes to the quicksearch gtk_combo_box, this needs more
2868                 tuning and testing.
2870 2006-12-01 [paul]       2.6.0cvs74
2872         * tools/kdeservicemenu/README
2873         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2874         * tools/kdeservicemenu/install.sh
2875         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2876         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2877                 simplify this stuff, and in so doing,
2878                 fix it. (possibly re-extend it again at
2879                 a later date)
2881 2006-12-01 [wwp]        2.6.0cvs73
2883         * src/gtk/quicksearch.c
2884                 adapt quicksearch code to use modern gtk_combo_box'es.
2886 2006-12-01 [wwp]        2.6.0cvs72
2888         * src/common/defs.h
2889         * src/prefs_common.c
2890         * src/prefs_common.h
2891         * src/message_search.c
2892         * src/summary_search.c
2893         * src/gtk/combobox.c
2894         * src/gtk/combobox.h
2895                 add history combos to all message and summary search fields.
2897 2006-12-01 [wwp]        2.6.0cvs71
2899         * src/summaryview.c
2900                 As the list may change while the mark as read delay
2901                 runs, we can't rely on the 'row' pointer, which can
2902                 be invalid when the timeout is called. As the mark
2903                 as read is only done if the message is still selected,
2904                 use summaryview->selected instead. Thanks to Colin.
2906 2006-11-30 [paul]       2.6.0cvs70
2908         * src/textview.c
2909                 give emphasis to "Sylpheed-Claws"
2910                 as well as "Claws Mail"
2912 2006-11-30 [colin]      2.6.0cvs69
2914         * src/wizard.c
2915                 Put the SSL checkboxes in the receiving
2916                 and sending server pages.
2918 2006-11-29 [colin]      2.6.0cvs68
2920         * src/gtk/gtkutils.c
2921         * src/gtk/gtkvscrollbutton.c
2922                 Revert some deprecated fixes - they seem to
2923                 deprecate stuff as soon as a new one gets out.
2924                 g_object_ref_sink needed glib-2.10.
2926 2006-11-29 [colin]      2.6.0cvs67
2928         * src/common/utils.c
2929                 Create .mailcap if it doesn't exist
2931 2006-11-29 [colin]      2.6.0cvs66
2933         * src/compose.c
2934                 Followup to cvs60: use original list
2935                 of recipients if replying to a mail
2936                 in Sent Drafts or Queue.
2938 2006-11-27 [paul]       2.6.0cvs65
2940         * src/image_viewer.c
2941                 revert the last change for now (it's broken)
2943 2006-11-27 [paul]       2.6.0cvs64
2945         * Makefile.am
2946         * configure.ac
2947         * m4/aclocal-include.m4
2948         * m4/check-type.m4
2949         * src/Makefile.am
2950         * src/addr_compl.c
2951         * src/compose.c
2952         * src/crash.c
2953         * src/export.c
2954         * src/exporthtml.c
2955         * src/exportldif.c
2956         * src/imap.c
2957         * src/import.c
2958         * src/main.c
2959         * src/main.h
2960         * src/matcher.c
2961         * src/mimeview.c
2962         * src/procmsg.c
2963         * src/textview.c
2964         * src/common/Makefile.am
2965         * src/common/claws.c
2966         * src/common/claws.h
2967         * src/common/ssl.c
2968         * src/common/sylpheed.c
2969         * src/common/sylpheed.h
2970         * src/etpan/Makefile.am
2971         * src/gtk/Makefile.am
2972         * src/gtk/claws-marshal.list
2973         * src/gtk/filesel.c
2974         * src/gtk/gtksctree.c
2975         * src/gtk/quicksearch.c
2976         * src/gtk/sylpheed-marshal.list
2977         * src/plugins/bogofilter/bogofilter.c
2978         * src/plugins/bogofilter/bogofilter_gtk.c
2979         * src/plugins/clamav/clamav_plugin.c
2980         * src/plugins/clamav/clamav_plugin_gtk.c
2981         * src/plugins/demo/demo.c
2982         * src/plugins/dillo_viewer/dillo_viewer.c
2983         * src/plugins/pgpcore/Makefile.am
2984         * src/plugins/pgpcore/claws.def
2985         * src/plugins/pgpcore/pgp_viewer.c
2986         * src/plugins/pgpcore/plugin.c
2987         * src/plugins/pgpcore/sylpheed.def
2988         * src/plugins/pgpinline/Makefile.am
2989         * src/plugins/pgpinline/claws.def
2990         * src/plugins/pgpinline/plugin.c
2991         * src/plugins/pgpinline/sylpheed.def
2992         * src/plugins/pgpmime/Makefile.am
2993         * src/plugins/pgpmime/claws.def
2994         * src/plugins/pgpmime/plugin.c
2995         * src/plugins/pgpmime/sylpheed.def
2996         * src/plugins/spamassassin/spamassassin.c
2997         * src/plugins/spamassassin/spamassassin_gtk.c
2998         * src/plugins/trayicon/trayicon.c
2999                 yet more renaming
3000                 remove deprecated gtk_tooltips_set_delay()
3002 2006-11-26 [paul]       2.6.0cvs63
3004         * src/expldifdlg.c
3005         * src/folderview.c
3006         * src/image_viewer.c
3007         * src/mainwindow.c
3008         * src/gtk/gtkutils.c
3009         * src/gtk/gtkvscrollbutton.c
3010         * src/gtk/prefswindow.c
3011         * src/plugins/pgpcore/prefs_gpg.c
3012                 replace more deprecated GTK+ functions
3014 2006-11-26 [paul]       2.6.0cvs62
3016         * src/addr_compl.c
3017         * src/addressbook.c
3018         * src/browseldap.c
3019                 replace deprecated gtk_idle_... functions
3021 2006-11-26 [paul]       2.6.0cvs61
3023         * src/compose.c
3024         * src/folderview.c
3025         * src/inc.c
3026         * src/summaryview.c
3027         * src/gtk/gtkvscrollbutton.c
3028         * src/gtk/quicksearch.c
3029         * src/plugins/pgpcore/passphrase.c
3030                 replace deprecated gtk_timeout_add and
3031                 gtk_timeout_remove
3033 2006-11-26 [paul]       2.6.0cvs60
3035         * src/compose.c
3036                 fix bug that caused the wrong recipient
3037                 to be selected when replying to a msg
3038                 which is From one of our accounts to
3039                 another of our accounts
3041 2006-11-25 [paul]       2.6.0cvs59
3043         * src/summaryview.c
3044                 don't change the From column title to
3045                 To if the To column is visible
3047 2006-11-24 [paul]       2.6.0cvs58
3049         * src/compose.c
3050                 fix bug 1069, 'Sent mails disappear, BCC
3051                 or locking problem?'
3053 2006-11-21 [wwp]        2.6.0cvs57
3055         * src/compose.c
3056                 fix spelling menu when replying (same as 2.3.1cvs39):
3057                 discrepancy between context menu and top menu when
3058                 folder's dictionary isn't the default one.
3060 2006-11-19 [paul]       2.6.0cvs56
3062         * src/summaryview.c
3063                 obey always_show_msg option when
3064                 marking as spam
3065         * src/plugins/bogofilter/bogofilter.c
3066                 fix typo
3068 2006-11-18 [paul]       2.6.0cvs55
3070         * AUTHORS
3071         * README
3072         * debian/copyright
3073         * manual/ack.xml
3074         * manual/es/ack.xml
3075         * manual/fr/ack.xml
3076         * manual/pl/ack.xml
3077         * src/gtk/authors.h
3078         * src/gtk/icon_legend.c
3079         * src/gtk/icon_legend.h
3080         * tools/OOo2claws-mail.pl
3081         * tools/README
3082         * tools/acroread2claws-mail.pl
3083         * tools/claws.i18n.status.pl
3084         * tools/filter_conv.pl
3085         * tools/filter_conv_new.pl
3086         * tools/freshmeat_search.pl
3087         * tools/google_search.pl
3088         * tools/kmail2claws-mail.pl
3089         * tools/kmail2claws-mail_v2.pl
3090         * tools/maildir2claws-mail.pl
3091         * tools/make.themes.project
3092         * tools/multiwebsearch.pl
3093         * tools/outlook2claws-mail.pl
3094         * tools/tb2claws-mail
3095         * tools/kdeservicemenu/README
3096         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3097                 update mine and wwp's email addresses in
3098                 several places
3099                 Patch by wwp
3100         * src/prefs_compose_writing.c
3101                 set sensitivity on 'new message format' frame
3103 2006-11-17 [paul]       2.6.0cvs54
3105         * src/gtk/about.c
3106                 more reworking of the GUI
3107                 Patch by Fabien Vantard
3109 2006-11-16 [paul]       2.6.0cvs53
3111         * src/gtk/about.c
3112                 set a minimum size for the window, allow
3113                 it to automatically expand as necessary
3115 2006-11-16 [wwp]        2.6.0cvs52
3117         * src/gtk/about.c
3118                 better wrap of copyright info on some systems.
3120 2006-11-16 [paul]       2.6.0cvs51
3122         * src/gtk/about.c
3123                 move the tech info from the upper panel
3124                 to the Info tab
3125                 use a gtk_text_view for the features tab
3127 2006-11-16 [paul]       2.6.0cvs50
3129         * po/Makevars
3130                 update my email address
3131         * src/addressbook.c
3132         * src/compose.c
3133         * src/imap_gtk.c
3134         * src/mh_gtk.c
3135         * src/news_gtk.c
3136         * src/summaryview.c
3137         * src/plugins/trayicon/trayicon.c
3138                 don't offer simple menu separators
3139                 for translation
3140         * src/folderview.c
3141                 add separator between 'mark all read'
3142                 and 'search folder'
3144 2006-11-15 [wwp]        2.6.0cvs49
3146         * src/gtk/authors.h
3147                 updated manuals authors.
3149 2006-11-14 [paul]       2.6.0cvs48
3151         * src/compose.c
3152                 Fix Options/Reply mode after draft save
3154 2006-11-14 [paul]       2.6.0cvs47
3156         * src/Makefile.am
3157                 Fix make DESTDIR=...
3158         * src/mbox.c
3159                 Optimise speed
3160         * src/plugins/pgpinline/pgpinline.c
3161                 Probably fix bug 1061
3163 2006-11-14 [paul]       2.6.0cvs46
3165         * po/Makevars
3166                 enable Q_ macro
3167         * src/Makefile.am
3168         * src/stock_pixmap.c
3169         * src/stock_pixmap.h
3170         * src/gtk/about.c
3171         * src/pixmaps/active.xpm
3172         * src/pixmaps/inactive.xpm
3173                 add a new page, 'Features', to the About dialog
3174                 showing which features are compiled in and which
3175                 are not
3177 2006-11-14 [paul]       2.6.0cvs45
3179         * po/ru.po
3180                 updated by Pavlo Bohmat
3182 2006-11-14 [colin]      2.6.0cvs44
3184         * src/compose.c
3185         * src/inc.c
3186         * src/messageview.c
3187         * src/news.c
3188         * src/pop.c
3189         * src/procmsg.c
3190         * src/gtk/gtkaspell.c
3191                 Fix 64-bit-related warnings
3192         * src/ssl_manager.c
3193                 Fix possible infinite loop
3194         * src/plugins/pgpcore/sgpgme.c
3195                 Remove useless check
3197 2006-11-13 [colin]      2.6.0cvs43
3199         * src/gtk/Makefile.am
3200                 authors.h isn't generated
3202 2006-11-13 [colin]      2.6.0cvs42
3204         * src/plugins/pgpinline/pgpinline.c
3205         * src/plugins/pgpmime/pgpmime.c
3206                 Very probably fix bug 1061, 'crash on 
3207                 opening signed email'. Another cast
3208                 problem
3210 2006-11-13 [colin]      2.6.0cvs41
3212         * src/plugins/pgpcore/sgpgme.c
3213                 Maybe fix bug 1061, 'crash on opening 
3214                 signed email'
3216 2006-11-13 [wwp]        2.6.0cvs40
3218         * src/plugins/pgpinline/pgpinline.c
3219                 fix candidate for bug #1057, thanks to Colin.
3221 2006-11-13 [wwp]        2.6.0cvs39
3223         * src/compose.c
3224         * src/quote_fmt_parse.y
3225                 fix bug 1052: current parser buffer was not always 
3226                 allocated, ptr to this buffer could be returned as 
3227                 NULL whereas no parser error has occurred. in 
3228                 consequence, defining a template body as "%d" 
3229                 (w/o the quotes) for the first time of the instance 
3230                 of claws-mail, was reporting a parser error. make 
3231                 sure that the buffer is always allocated, even to 
3232                 an empty string.
3233                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3234                 unescaping of the fmt string was always done 
3235                 whereas it must be done *only* when receiving 
3236                 quote format strings issued from the prefs 
3237                 (compose new message, reply, forward, redirect 
3238                 formats), *not* when applying templates.  in 
3239                 consequences, applying templates w/ sequences 
3240                 like \\|p{echo} were failing. make sure that 
3241                 unescaping is done only when necessary.
3243 2006-11-12 [colin]      2.6.0cvs38
3245         * po/de.po
3246                 Fix typo (s/KB/MB)
3248 2006-11-12 [colin]      2.6.0cvs37
3250         * src/plugins/pgpinline/pgpinline.c
3251         * src/plugins/pgpmime/pgpmime.c
3252                 Release GPG context at the latest 
3253                 possible moment. Maybe fixes 
3254                 bug 1057, 'crash on sending signed 
3255                 message to a newsgroup'
3256                 
3258 2006-11-12 [colin]      2.6.0cvs36
3260         * src/plugins/pgpcore/sgpgme.c
3261                 Tell a bit more when gpg's status doesn't
3262                 contain any signature
3264 2006-11-12 [colin]      2.6.0cvs35
3266         * src/compose.c
3267                 Fix bug 1060, 'compilation error with 
3268                 Irix's cc'
3270 2006-11-12 [paul]       2.6.0cvs34
3272         * doc/man/claws-mail.1
3273         * src/prefs_gtk.c
3274         * src/plugins/clamav/README
3275         * src/plugins/spamassassin/README
3276         * tools/README
3277         * tools/freshmeat_search.pl
3278         * tools/google_search.pl
3279         * tools/multiwebsearch.pl
3280                 more renaming
3281         * src/plugins/trayicon/trayicon.c
3282                 fix compiliation warning
3284 2006-11-11 [colin]      2.6.0cvs33
3286         * src/folderview.c
3287                 Forbid drag and drop from/to different
3288                 folders of type F_UNKNOWN
3290 2006-11-11 [colin]      2.6.0cvs32
3292         * src/plugins/pgpinline/pgpinline.c
3293                 Fix typo in previous commit:
3294                 - gpgme_new(&ctx);
3295                 + if ((err = gpgme_new(&data->ctx)) ...)
3297 2006-11-11 [colin]      2.6.0cvs31
3299         * src/plugins/pgpinline/pgpinline.c
3300         * src/plugins/pgpmime/pgpmime.c
3301                 Check success after calling gpgme_new
3302                 Maybe fixes bug 1057, 'crash on sending 
3303                 signed message to a newsgroup'
3305 2006-11-11 [colin]      2.6.0cvs30
3307         * src/undo.c
3308                 init undostruct to 0s (from
3309                 valgrind log of bug 1057)
3311 2006-11-10 [colin]      2.6.0cvs29
3313         * src/mainwindow.c
3314                 Set cursor to wait before filtering
3315                 duplicates in all folders
3316         * src/plugins/bogofilter/bogofilter.c
3317         * src/plugins/bogofilter/bogofilter.h
3318         * src/plugins/bogofilter/bogofilter_gtk.c
3319                 Completely thread away the bogofilter
3320                 filtering
3322 2006-11-10 [mones]      2.6.0cvs28
3324         * src/compose.c
3325         * src/compose.h
3326                 added COMPOSE_CHECK_BEFORE_SEND hook
3328 2006-11-10 [paul]       2.6.0cvs27
3330         * src/crash.c
3331                 more renaming
3332                 add libSM to get_compiled_in_features()
3333         * src/main.c
3334                 more renaming
3336 2006-11-10 [colin]      2.6.0cvs26
3338         * src/etpan/imap-thread.c
3339                 Add a reference to libetpan's sasl engine
3340                 so that sasl_done() doesn't get called by
3341                 libetpan, and doesn't break openssl.
3342                 Should fix bug 1053, 'SC fails to reestablish 
3343                 a secure connection'
3344                 Patch by Hoa
3346 2006-11-10 [colin]      2.6.0cvs25
3348         * manual/addrbook.xml
3349         * manual/advanced.xml
3350         * manual/faq.xml
3351         * manual/intro.xml
3352                 Some more renaming
3354 2006-11-09 [colin]      2.6.0cvs24
3356         * src/plugins/bogofilter/bogofilter_gtk.c
3357                 Add comment about annoyance
3359 2006-11-09 [colin]      2.6.0cvs23
3361         * src/plugins/bogofilter/bogofilter.c
3362         * src/plugins/bogofilter/bogofilter_gtk.c
3363                 Prepare things needed to thread bogofilter
3364                 filtering: separate bogo stuff and possible GUI
3365                 stuff. 
3367 2006-11-09 [colin]      2.6.0cvs22
3369         * src/account.c
3370         * src/compose.c
3371                 Search for one of our accounts in Delivered-To
3372                 (helps for auto-account selection when 
3373                  replying/forwarding)
3374         * src/folderview.c
3375         * src/mainwindow.c
3376         * src/mainwindow.h
3377         * src/plugins/trayicon/trayicon.c
3378                 Allow opening a new mail with any account from
3379                 the contextual menu
3381 2006-11-09 [wwp]        2.6.0cvs21
3383         * src/compose.c
3384         * src/prefs_common.c
3385         * src/prefs_common.h
3386         * src/prefs_compose_writing.c
3387                 add a compose new message format (in prefs/compose/writing), it's a
3388                 simple subject+body template to use when opening a new composition
3389                 window. It's similar to the existent reply and forward formats.
3391                 enhanced the template/format % symbols substitution mechanism to
3392                 use current composition window information when % are used in
3393                 the compose new message format or in templates applied to new
3394                 messages (there were useless in that situations before). When
3395                 applied to new messages, %d corresponds to the system time/date.
3397 2006-11-09 [paul]       2.6.0cvs20
3399         * src/gtk/authors.h
3400                 fix last commit
3402 2006-11-09 [paul]       2.6.0cvs19
3404         * src/gtk/authors.h
3405                 keep tje alphabetical order
3407 2006-11-08 [colin]      2.6.0cvs18
3409         * src/etpan/imap-thread.c
3410                 Fix bug 1054, 'Slowness logging big 
3411                 data chunks'
3413 2006-11-08 [paul]       2.6.0cvs17
3415         * tools/Makefile.am
3416                 fix the renaming
3418 2006-11-08 [paul]       2.6.0cvs16
3420         * src/common/defs.h
3421                 update BUGZILLA_URI
3423 2006-11-08 [paul]       2.6.0cvs15
3425         * tools/Makefile.am
3426         * tools/OOo2claws-mail.pl
3427         * tools/OOo2sylpheed.pl
3428         * tools/README
3429         * tools/acroread2claws-mail.pl
3430         * tools/acroread2sylpheed.pl
3431         * tools/kmail2claws-mail.pl
3432         * tools/kmail2claws-mail_v2.pl
3433         * tools/kmail2sylpheed.pl
3434         * tools/kmail2sylpheed_v2.pl
3435         * tools/maildir2claws-mail.pl
3436         * tools/maildir2sylpheed.pl
3437         * tools/nautilus2claws-mail.sh
3438         * tools/nautilus2sylpheed.sh
3439         * tools/outlook2claws-mail.pl
3440         * tools/outlook2sylpheed.pl
3441         * tools/tb2claws-mail
3442         * tools/tb2sylpheed
3443         * tools/tbird2claws.py
3444         * tools/tbird2syl.py
3445         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3446         * tools/kdeservicemenu/install.sh
3447         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3448         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3449         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3450         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3451         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3452                 renamed (removed, added) tools files
3454 2006-11-08 [paul]       2.6.0cvs14
3456         * src/main.c
3457         * src/common/defs.h
3458                 Migrate sylpheedrc to clawsrc, and fix the standard
3459                 plugins path in the process
3461 2006-11-07 [colin]      2.6.0cvs13
3463         * src/Makefile.am
3464                 Symlink sylpheed-claws relative to 
3465                 claws-mail
3467 2006-11-07 [colin]      2.6.0cvs12
3469         * src/compose.c
3470                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3472 2006-11-07 [paul]       2.6.0cvs11
3474         * src/gtk/about.c
3475                 Fix a missed occurence of
3476                 Sylpheed-Claws
3478 2006-11-07 [paul]       2.6.0cvs10
3480         * src/Makefile.am
3481                 Fix symlink installation
3483 2006-11-07 [paul]       2.6.0cvs9
3485         * src/Makefile.am
3486                 Symlink claws-mail to sylpheed-claws
3487         * src/common/utils.c
3488                 Fix migrating symlinks
3489         * src/etpan/imap-thread.c
3490                 check certificate only when there's
3491                 no error
3493 2006-11-07 [paul]       2.6.0cvs8
3495         * Makefile.am
3496                 Fix icon breakages with Gtk, which needs a 
3497                 cache updated to see them.
3499 2006-11-07 [paul]       2.6.0cvs7
3501         * .cvsignore
3502         * AUTHORS
3503         * COPYING
3504         * INSTALL
3505         * Makefile.am
3506         * NEWS
3507         * README
3508         * RELEASE_NOTES
3509         * autogen.sh
3510         * claws-mail-128x128.png
3511         * claws-mail-64x64.png
3512         * claws-mail.ico
3513         * claws-mail.pc.in
3514         * claws-mail.png
3515         * configure.ac
3516         * sylpheed-claws-128x128.png
3517         * sylpheed-claws-64x64.png
3518         * sylpheed-claws.desktop
3519         * sylpheed-claws.ico
3520         * sylpheed-claws.pc.in
3521         * sylpheed-claws.png
3522         * debian/README.Debian
3523         * debian/changelog
3524         * debian/claws-mail.desktop
3525         * debian/claws-mail.menu
3526         * debian/claws-mail.postinst.debhelper
3527         * debian/claws-mail.postrm.debhelper
3528         * debian/control
3529         * debian/copyright
3530         * debian/files
3531         * debian/rules
3532         * debian/sylpheed-claws.desktop
3533         * debian/sylpheed-claws.menu
3534         * debian/sylpheed-claws.postinst.debhelper
3535         * debian/sylpheed-claws.postrm.debhelper
3536         * doc/man/Makefile.am
3537         * doc/man/claws-mail.1
3538         * doc/man/sylpheed-claws.1
3539         * doc/src/ChangeLog.claws-pre0.8.0
3540         * manual/Makefile.am
3541         * manual/account.xml
3542         * manual/ack.xml
3543         * manual/addrbook.xml
3544         * manual/advanced.xml
3545         * manual/claws-mail-manual.xml
3546         * manual/faq.xml
3547         * manual/glossary.xml
3548         * manual/handling.xml
3549         * manual/intro.xml
3550         * manual/keyboard.xml
3551         * manual/plugins.xml
3552         * manual/starting.xml
3553         * manual/sylpheed-claws-manual.xml
3554         * manual/xml2pdf
3555         * manual/dist/.cvsignore
3556         * manual/dist/html/.cvsignore
3557         * manual/dist/html/Makefile.am
3558         * manual/dist/pdf/.cvsignore
3559         * manual/dist/pdf/Makefile.am
3560         * manual/dist/ps/.cvsignore
3561         * manual/dist/ps/Makefile.am
3562         * manual/dist/txt/.cvsignore
3563         * manual/dist/txt/Makefile.am
3564         * manual/es/Makefile.am
3565         * manual/es/advanced.xml
3566         * manual/es/claws-mail-manual.xml
3567         * manual/es/faq.xml
3568         * manual/es/glossary.xml
3569         * manual/es/handling.xml
3570         * manual/es/intro.xml
3571         * manual/es/plugins.xml
3572         * manual/es/sylpheed-claws-manual.xml
3573         * manual/es/dist/.cvsignore
3574         * manual/es/dist/html/.cvsignore
3575         * manual/es/dist/html/Makefile.am
3576         * manual/es/dist/pdf/.cvsignore
3577         * manual/es/dist/pdf/Makefile.am
3578         * manual/es/dist/ps/.cvsignore
3579         * manual/es/dist/ps/Makefile.am
3580         * manual/es/dist/txt/.cvsignore
3581         * manual/es/dist/txt/Makefile.am
3582         * manual/fr/Makefile.am
3583         * manual/fr/account.xml
3584         * manual/fr/ack.xml
3585         * manual/fr/addrbook.xml
3586         * manual/fr/advanced.xml
3587         * manual/fr/claws-mail-manual.xml
3588         * manual/fr/faq.xml
3589         * manual/fr/glossary.xml
3590         * manual/fr/handling.xml
3591         * manual/fr/intro.xml
3592         * manual/fr/keyboard.xml
3593         * manual/fr/plugins.xml
3594         * manual/fr/starting.xml
3595         * manual/fr/sylpheed-claws-manual.xml
3596         * manual/fr/dist/.cvsignore
3597         * manual/fr/dist/html/.cvsignore
3598         * manual/fr/dist/html/Makefile.am
3599         * manual/fr/dist/pdf/.cvsignore
3600         * manual/fr/dist/pdf/Makefile.am
3601         * manual/fr/dist/ps/.cvsignore
3602         * manual/fr/dist/ps/Makefile.am
3603         * manual/fr/dist/txt/.cvsignore
3604         * manual/fr/dist/txt/Makefile.am
3605         * manual/pl/Makefile.am
3606         * manual/pl/account.xml
3607         * manual/pl/ack.xml
3608         * manual/pl/addrbook.xml
3609         * manual/pl/advanced.xml
3610         * manual/pl/claws-mail-manual.xml
3611         * manual/pl/faq.xml
3612         * manual/pl/glossary.xml
3613         * manual/pl/handling.xml
3614         * manual/pl/intro.xml
3615         * manual/pl/keyboard.xml
3616         * manual/pl/plugins.xml
3617         * manual/pl/starting.xml
3618         * manual/pl/sylpheed-claws-manual.xml
3619         * manual/pl/dist/.cvsignore
3620         * manual/pl/dist/html/.cvsignore
3621         * manual/pl/dist/html/Makefile.am
3622         * manual/pl/dist/pdf/.cvsignore
3623         * manual/pl/dist/pdf/Makefile.am
3624         * manual/pl/dist/ps/.cvsignore
3625         * manual/pl/dist/ps/Makefile.am
3626         * manual/pl/dist/txt/.cvsignore
3627         * manual/pl/dist/txt/Makefile.am
3628         * po/.cvsignore
3629         * po/Makevars
3630         * src/.cvsignore
3631         * src/Makefile.am
3632         * src/account.c
3633         * src/account.h
3634         * src/action.c
3635         * src/action.h
3636         * src/adbookbase.h
3637         * src/addr_compl.c
3638         * src/addr_compl.h
3639         * src/addrbook.c
3640         * src/addrcache.c
3641         * src/addrcache.h
3642         * src/addrcindex.c
3643         * src/addrcindex.h
3644         * src/addrclip.c
3645         * src/addrclip.h
3646         * src/addrdefs.h
3647         * src/addressadd.c
3648         * src/addressadd.h
3649         * src/addressbook.c
3650         * src/addressbook.h
3651         * src/addressbook_foldersel.c
3652         * src/addressbook_foldersel.h
3653         * src/addrgather.c
3654         * src/addrgather.h
3655         * src/addrharvest.c
3656         * src/addrharvest.h
3657         * src/addrindex.c
3658         * src/addrindex.h
3659         * src/addritem.c
3660         * src/addritem.h
3661         * src/addrquery.c
3662         * src/addrquery.h
3663         * src/addrselect.c
3664         * src/addrselect.h
3665         * src/alertpanel.c
3666         * src/alertpanel.h
3667         * src/browseldap.c
3668         * src/browseldap.h
3669         * src/codeconv.c
3670         * src/codeconv.h
3671         * src/compose.c
3672         * src/crash.c
3673         * src/crash.h
3674         * src/customheader.c
3675         * src/customheader.h
3676         * src/displayheader.c
3677         * src/displayheader.h
3678         * src/editaddress.c
3679         * src/editaddress.h
3680         * src/editbook.c
3681         * src/editbook.h
3682         * src/editgroup.c
3683         * src/editgroup.h
3684         * src/editjpilot.c
3685         * src/editjpilot.h
3686         * src/editldap.c
3687         * src/editldap.h
3688         * src/editldap_basedn.c
3689         * src/editldap_basedn.h
3690         * src/editvcard.c
3691         * src/editvcard.h
3692         * src/exphtmldlg.c
3693         * src/exphtmldlg.h
3694         * src/expldifdlg.c
3695         * src/expldifdlg.h
3696         * src/export.c
3697         * src/exporthtml.c
3698         * src/exporthtml.h
3699         * src/exportldif.c
3700         * src/exportldif.h
3701         * src/filtering.c
3702         * src/filtering.h
3703         * src/folder.c
3704         * src/folder.h
3705         * src/folder_item_prefs.c
3706         * src/folder_item_prefs.h
3707         * src/foldersel.c
3708         * src/foldersel.h
3709         * src/folderutils.c
3710         * src/folderutils.h
3711         * src/folderview.c
3712         * src/folderview.h
3713         * src/grouplistdialog.c
3714         * src/grouplistdialog.h
3715         * src/html.c
3716         * src/html.h
3717         * src/image_viewer.c
3718         * src/image_viewer.h
3719         * src/imap.c
3720         * src/imap.h
3721         * src/imap_gtk.c
3722         * src/imap_gtk.h
3723         * src/import.c
3724         * src/import.h
3725         * src/importldif.c
3726         * src/importldif.h
3727         * src/importmutt.c
3728         * src/importmutt.h
3729         * src/importpine.c
3730         * src/importpine.h
3731         * src/inc.c
3732         * src/inc.h
3733         * src/jpilot.c
3734         * src/jpilot.h
3735         * src/ldapctrl.c
3736         * src/ldapctrl.h
3737         * src/ldaplocate.c
3738         * src/ldaplocate.h
3739         * src/ldapquery.c
3740         * src/ldapquery.h
3741         * src/ldapserver.c
3742         * src/ldapserver.h
3743         * src/ldaputil.c
3744         * src/ldaputil.h
3745         * src/ldif.c
3746         * src/ldif.h
3747         * src/localfolder.c
3748         * src/localfolder.h
3749         * src/main.c
3750         * src/main.h
3751         * src/mainwindow.c
3752         * src/mainwindow.h
3753         * src/manual.c
3754         * src/manual.h
3755         * src/matcher.c
3756         * src/matcher.h
3757         * src/matcher_parser.h
3758         * src/matcher_parser_lex.l
3759         * src/matcher_parser_parse.y
3760         * src/mbox.c
3761         * src/mbox.h
3762         * src/message_search.c
3763         * src/message_search.h
3764         * src/messageview.c
3765         * src/messageview.h
3766         * src/mh.c
3767         * src/mh.h
3768         * src/mh_gtk.c
3769         * src/mh_gtk.h
3770         * src/mimeview.c
3771         * src/mimeview.h
3772         * src/msgcache.c
3773         * src/msgcache.h
3774         * src/mutt.c
3775         * src/mutt.h
3776         * src/news.c
3777         * src/news.h
3778         * src/news_gtk.c
3779         * src/news_gtk.h
3780         * src/noticeview.c
3781         * src/noticeview.h
3782         * src/partial_download.c
3783         * src/partial_download.h
3784         * src/pine.c
3785         * src/pine.h
3786         * src/pop.c
3787         * src/pop.h
3788         * src/prefs_account.c
3789         * src/prefs_account.h
3790         * src/prefs_actions.c
3791         * src/prefs_actions.h
3792         * src/prefs_common.c
3793         * src/prefs_common.h
3794         * src/prefs_compose_writing.c
3795         * src/prefs_compose_writing.h
3796         * src/prefs_customheader.c
3797         * src/prefs_customheader.h
3798         * src/prefs_display_header.c
3799         * src/prefs_display_header.h
3800         * src/prefs_ext_prog.c
3801         * src/prefs_ext_prog.h
3802         * src/prefs_filtering.c
3803         * src/prefs_folder_column.c
3804         * src/prefs_folder_column.h
3805         * src/prefs_folder_item.c
3806         * src/prefs_folder_item.h
3807         * src/prefs_fonts.c
3808         * src/prefs_fonts.h
3809         * src/prefs_gtk.c
3810         * src/prefs_gtk.h
3811         * src/prefs_image_viewer.c
3812         * src/prefs_image_viewer.h
3813         * src/prefs_matcher.c
3814         * src/prefs_matcher.h
3815         * src/prefs_message.c
3816         * src/prefs_message.h
3817         * src/prefs_msg_colors.c
3818         * src/prefs_msg_colors.h
3819         * src/prefs_other.c
3820         * src/prefs_other.h
3821         * src/prefs_quote.c
3822         * src/prefs_quote.h
3823         * src/prefs_receive.c
3824         * src/prefs_receive.h
3825         * src/prefs_send.c
3826         * src/prefs_send.h
3827         * src/prefs_spelling.c
3828         * src/prefs_spelling.h
3829         * src/prefs_summaries.c
3830         * src/prefs_summaries.h
3831         * src/prefs_summary_column.c
3832         * src/prefs_summary_column.h
3833         * src/prefs_template.c
3834         * src/prefs_template.h
3835         * src/prefs_themes.c
3836         * src/prefs_themes.h
3837         * src/prefs_toolbar.c
3838         * src/prefs_toolbar.h
3839         * src/prefs_wrapping.c
3840         * src/prefs_wrapping.h
3841         * src/privacy.c
3842         * src/privacy.h
3843         * src/procheader.c
3844         * src/procheader.h
3845         * src/procmime.c
3846         * src/procmime.h
3847         * src/procmsg.c
3848         * src/procmsg.h
3849         * src/quote_fmt.c
3850         * src/quote_fmt_parse.y
3851         * src/recv.c
3852         * src/recv.h
3853         * src/remotefolder.c
3854         * src/remotefolder.h
3855         * src/send_message.c
3856         * src/send_message.h
3857         * src/setup.c
3858         * src/setup.h
3859         * src/sourcewindow.c
3860         * src/sourcewindow.h
3861         * src/ssl_manager.c
3862         * src/ssl_manager.h
3863         * src/statusbar.c
3864         * src/statusbar.h
3865         * src/stock_pixmap.c
3866         * src/stock_pixmap.h
3867         * src/summary_search.c
3868         * src/summary_search.h
3869         * src/summaryview.c
3870         * src/summaryview.h
3871         * src/syldap.c
3872         * src/syldap.h
3873         * src/textview.c
3874         * src/textview.h
3875         * src/toolbar.c
3876         * src/toolbar.h
3877         * src/undo.c
3878         * src/undo.h
3879         * src/unmime.c
3880         * src/unmime.h
3881         * src/vcard.c
3882         * src/vcard.h
3883         * src/wizard.c
3884         * src/wizard.h
3885         * src/common/base64.c
3886         * src/common/base64.h
3887         * src/common/defs.h
3888         * src/common/hooks.c
3889         * src/common/hooks.h
3890         * src/common/log.c
3891         * src/common/log.h
3892         * src/common/mgutils.c
3893         * src/common/mgutils.h
3894         * src/common/nntp.c
3895         * src/common/nntp.h
3896         * src/common/passcrypt.c
3897         * src/common/passcrypt.h.in
3898         * src/common/plugin.c
3899         * src/common/plugin.h
3900         * src/common/prefs.c
3901         * src/common/prefs.h
3902         * src/common/progressindicator.c
3903         * src/common/progressindicator.h
3904         * src/common/quoted-printable.c
3905         * src/common/quoted-printable.h
3906         * src/common/session.c
3907         * src/common/session.h
3908         * src/common/smtp.c
3909         * src/common/smtp.h
3910         * src/common/socket.c
3911         * src/common/socket.h
3912         * src/common/ssl.c
3913         * src/common/ssl.h
3914         * src/common/stringtable.c
3915         * src/common/stringtable.h
3916         * src/common/sylpheed.c
3917         * src/common/sylpheed.h
3918         * src/common/template.c
3919         * src/common/template.h
3920         * src/common/timing.h
3921         * src/common/utils.c
3922         * src/common/utils.h
3923         * src/common/version.h.in
3924         * src/common/xml.c
3925         * src/common/xml.h
3926         * src/common/xmlprops.c
3927         * src/common/xmlprops.h
3928         * src/gtk/about.c
3929         * src/gtk/colorlabel.c
3930         * src/gtk/colorlabel.h
3931         * src/gtk/colorsel.c
3932         * src/gtk/colorsel.h
3933         * src/gtk/combobox.c
3934         * src/gtk/combobox.h
3935         * src/gtk/description_window.c
3936         * src/gtk/description_window.h
3937         * src/gtk/filesel.c
3938         * src/gtk/filesel.h
3939         * src/gtk/foldersort.c
3940         * src/gtk/foldersort.h
3941         * src/gtk/gtkaspell.c
3942         * src/gtk/gtkaspell.h
3943         * src/gtk/gtksctree.c
3944         * src/gtk/gtkshruler.c
3945         * src/gtk/gtkshruler.h
3946         * src/gtk/gtkutils.c
3947         * src/gtk/gtkutils.h
3948         * src/gtk/icon_legend.c
3949         * src/gtk/icon_legend.h
3950         * src/gtk/logwindow.c
3951         * src/gtk/logwindow.h
3952         * src/gtk/manage_window.c
3953         * src/gtk/manage_window.h
3954         * src/gtk/pluginwindow.c
3955         * src/gtk/pluginwindow.h
3956         * src/gtk/prefswindow.c
3957         * src/gtk/prefswindow.h
3958         * src/gtk/quicksearch.c
3959         * src/gtk/quicksearch.h
3960         * src/pixmaps/claws-mail.xpm
3961         * src/pixmaps/claws-mail_icon.xpm
3962         * src/pixmaps/claws-mail_logo.xpm
3963         * src/pixmaps/sylpheed-claws.xpm
3964         * src/pixmaps/sylpheed-claws_icon.xpm
3965         * src/pixmaps/sylpheed-claws_logo.xpm
3966         * src/plugins/bogofilter/Makefile.am
3967         * src/plugins/bogofilter/bogofilter.c
3968         * src/plugins/bogofilter/bogofilter.h
3969         * src/plugins/bogofilter/bogofilter_gtk.c
3970         * src/plugins/clamav/Makefile.am
3971         * src/plugins/clamav/clamav_plugin.c
3972         * src/plugins/clamav/clamav_plugin.h
3973         * src/plugins/clamav/clamav_plugin_gtk.c
3974         * src/plugins/demo/Makefile.am
3975         * src/plugins/demo/demo.c
3976         * src/plugins/dillo_viewer/Makefile.am
3977         * src/plugins/dillo_viewer/README
3978         * src/plugins/dillo_viewer/dillo_prefs.c
3979         * src/plugins/dillo_viewer/dillo_prefs.h
3980         * src/plugins/dillo_viewer/dillo_viewer.c
3981         * src/plugins/pgpcore/Makefile.am
3982         * src/plugins/pgpcore/passphrase.c
3983         * src/plugins/pgpcore/passphrase.h
3984         * src/plugins/pgpcore/pgp_viewer.c
3985         * src/plugins/pgpcore/pgp_viewer.h
3986         * src/plugins/pgpcore/plugin.c
3987         * src/plugins/pgpcore/prefs_gpg.c
3988         * src/plugins/pgpcore/prefs_gpg.h
3989         * src/plugins/pgpcore/select-keys.c
3990         * src/plugins/pgpcore/select-keys.h
3991         * src/plugins/pgpcore/sgpgme.c
3992         * src/plugins/pgpcore/sgpgme.h
3993         * src/plugins/pgpcore/sylpheed.def
3994         * src/plugins/pgpcore/version.rc
3995         * src/plugins/pgpinline/Makefile.am
3996         * src/plugins/pgpinline/pgpinline.c
3997         * src/plugins/pgpinline/pgpinline.h
3998         * src/plugins/pgpinline/plugin.c
3999         * src/plugins/pgpinline/sylpheed.def
4000         * src/plugins/pgpinline/version.rc
4001         * src/plugins/pgpmime/Makefile.am
4002         * src/plugins/pgpmime/pgpmime.c
4003         * src/plugins/pgpmime/pgpmime.h
4004         * src/plugins/pgpmime/plugin.c
4005         * src/plugins/pgpmime/sylpheed.def
4006         * src/plugins/pgpmime/version.rc
4007         * src/plugins/spamassassin/Makefile.am
4008         * src/plugins/spamassassin/README
4009         * src/plugins/spamassassin/spamassassin.c
4010         * src/plugins/spamassassin/spamassassin.h
4011         * src/plugins/spamassassin/spamassassin_gtk.c
4012         * src/plugins/trayicon/Makefile.am
4013         * src/plugins/trayicon/trayicon.c
4014         * tools/OOo2sylpheed.pl
4015         * tools/README
4016         * tools/README.sylprint
4017         * tools/acroread2sylpheed.pl
4018         * tools/claws.i18n.status.pl
4019         * tools/filter_conv.pl
4020         * tools/filter_conv_new.pl
4021         * tools/freshmeat_search.pl
4022         * tools/google_search.pl
4023         * tools/kmail2sylpheed.pl
4024         * tools/kmail2sylpheed_v2.pl
4025         * tools/make.themes.project
4026         * tools/multiwebsearch.pl
4027         * tools/nautilus2sylpheed.sh
4028         * tools/outlook2sylpheed.pl
4029         * tools/sylprint.pl
4030         * tools/sylprint.rc
4031         * tools/tb2sylpheed
4032         * tools/textviewer.sh
4033         * tools/vcard2xml.py
4034         * tools/kdeservicemenu/README
4035         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4036         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4037         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4038                 Change name to Claws Mail. Announce to follow...
4040 2006-11-06 [wwp]        2.6.0cvs6
4042         * src/prefs_template.c
4043                 unify messages related to quote format/template errors (fix
4044                 capitalization), again.
4046 2006-11-06 [wwp]        2.6.0cvs5
4048         * src/prefs_quote.c
4049                 unify messages related to quote format/template errors.
4051 2006-11-06 [wwp]        2.6.0cvs4
4053         * src/prefs_msg_colors.c
4054                 more uses of Q_ macro for contextual translations, thanks
4055                 to Fabien (fzzzzz).
4057 2006-11-06 [wwp]        2.6.0cvs3
4059         * src/compose.c
4060         * src/common/utils.c
4061         * src/common/utils.h
4062                 show an alertpanel to make sure users are aware that sensitive
4063                 files are attached (it's file blacklist-based). This will fix
4064                 interaction w/ GoogleEarth for instance, thanks to Colin.
4066 2006-11-06 [wwp]        2.6.0cvs2
4068         * src/prefs_quote.c
4069         * src/prefs_template.c
4070         * src/prefs_template.h
4071                 check quote format when applying/closing prefs. For now this only
4072                 shows up an error dialog box, not preventing the user from using
4073                 a broken quote (reply, forwards) format.
4075 2006-11-06 [wwp]        2.6.0cvs1
4077         * src/prefs_template.c
4078                 fix missing checks of some template fields.
4080 2006-11-06 [paul]       2.6.0
4082         * NEWS
4083         * README
4084         * RELEASE_NOTES
4085                 2.6.0 released
4087 2006-11-06 [paul]       2.5.6cvs22
4089         * manual/advanced.xml
4090         * manual/es/advanced.xml
4091                 put 'respect_flowed_format' info in the correct
4092                 place
4094 2006-11-06 [mones]      2.5.6cvs21
4096         * po/es.po
4097                 Minor fixes for release
4099 2006-11-06 [paul]       2.5.6cvs20
4101         * po/cs.po
4102         * po/de.po
4103         * po/fr.po
4104         * po/it.po
4105         * po/nl.po
4106         * po/pt_BR.po
4107         * po/sk.po
4108         * po/sv.po
4109         * po/zh_CN.po
4110                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4111                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4112                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4113                 Young
4115 2006-11-02 [colin]      2.5.6cvs19
4117         * src/imap.c
4118         * src/imap.h
4119         * src/prefs_account.c
4120         * src/etpan/imap-thread.c
4121                 Add GSSAPI support - fixes Debian bug #383274
4123 2006-11-01 [colin]      2.5.6cvs18
4125         * src/jpilot.c
4126                 Handle libpisock12 support. Probably
4127                 fixes bug 1046, 'jpilot AddressDB.pdb 
4128                 import fail'
4130 2006-11-01 [colin]      2.5.6cvs17
4132         * src/folderutils.c
4133                 debug_print() folderutils_mark_all_read()
4135 2006-11-01 [colin]      2.5.6cvs16
4137         * COPYING
4138                 Add missed files to the Apache exception
4140 2006-10-31 [colin]      2.5.6cvs15
4142         * src/folder.c
4143         * src/folder.h
4144                 Add a copy_private_data() func to FolderClasses
4145                 Doesn't break the feature freeze, because we 
4146                 won't use it (right now) in the core.
4148 2006-10-31 [colin]      2.5.6cvs14
4150         * COPYING
4151                 Allow linking with the Apache licensed files in
4152                 src/plugins/spamassassin. Hopefully fixes 
4153                 bug 1048, 'Spamassassin plugin license problem'
4155 2006-10-31 [wwp]        2.5.6cvs13
4157         * src/compose.c
4158                 fix and optimize trimming of leading linefeeds in body loop.
4160 2006-10-31 [colin]      2.5.6cvs12
4162         * src/etpan/imap-thread.c
4163         * src/imap.c
4164                 Make really sure to have NULL sets in case
4165                 of error
4167 2006-10-30 [wwp]        2.5.6cvs11
4169         * src/prefs_common.c
4170         * src/prefs_common.h
4171         * src/compose.c
4172                 fix broken storage of quote format template when it contains \-escape
4173                 sequences. The application of such sequences is also fixed now (\t
4174                 in quote format will be a real tab instead of a 't', for instance).
4176 2006-10-27 [colin]      2.5.6cvs10
4178         * src/compose.c
4179                 Probably fix bug 1045, 'sylpheed-claws 
4180                 doesn't remove the mail from the IMAP 
4181                 Queue folder after sending'. From
4182                 2.5.6cvs3-stable
4184 2006-10-27 [colin]      2.5.6cvs9
4186         * configure.ac
4187                 Require libetpan-0.48. I'm so annoying,
4188                 I know ;-)
4190 2006-10-27 [colin]      2.5.6cvs8
4192         * src/folder.c
4193         * src/imap.c
4194                 Probably fix bug 1044, 'sylpheed-claws 
4195                 segfaults while moving mails' - Fix relation
4196                 usage when moving to an IMAP mailbox from another
4197                 mailbox
4199 2006-10-26 [paul]       2.5.6cvs7
4201         * src/gtk/about.c
4202                 add libSM to compiled-in features
4203                 list
4205 2006-10-24 [colin]      2.5.6cvs6
4207         * src/textview.c
4208         * src/gtk/gtkutils.c
4209                 Fix crash when printing emails with an
4210                 xface
4212 2006-10-24 [mones]      2.5.6cvs5
4214         * manual/es/advanced.xml
4215                 Synchronize hidden option respect_flowed_format
4216         * po/es.po
4217                 Updated translation
4219 2006-10-21 [paul]       2.5.6cvs4
4221         * src/gtk/authors.h
4222         * src/plugins/pgpcore/pgp_viewer.c
4223         * src/plugins/pgpcore/sgpgme.c
4224                 fix building on BSDs
4225                 Thanks to Michael Hughes
4226                 <Sylpheed-Claws_user@thehugheslogcabin.net>
4228 2006-10-20 [colin]      2.5.6cvs3
4230         * configure.ac
4231                 Bump up libetpan requirement
4232                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4233         * src/common/utils.c
4234         * src/common/utils.h
4235                 Add convenience get_file_mtime()
4236         * src/imap.c
4237         * src/etpan/imap-thread.c
4238         * src/etpan/imap-thread.h
4239                 Implement UIDPLUS support if the server
4240                 supports it - faster sending in this case
4242 2006-10-19 [colin]      2.5.6cvs2
4244         * src/gtk/quicksearch.c
4245                 Fix emptying in type-ahead+extended mode
4246         * src/mainwindow.c
4247         * src/mainwindow.h
4248                 Add a hook for offline state change
4249         * src/plugins/trayicon/trayicon.c
4250                 Use it to display offline icons
4251         * src/plugins/trayicon/Makefile.am
4252         * src/plugins/trayicon/newmail.offline.xpm
4253         * src/plugins/trayicon/newmarkedmail.offline.xpm
4254         * src/plugins/trayicon/nomail.offline.xpm
4255         * src/plugins/trayicon/unreadmail.offline.xpm
4256         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4257                 Add the icons
4259 2006-10-12 [paul]       2.5.6cvs1
4261         * NEWS
4262         * README
4263         * configure.ac
4264                 Update version number following
4265                 stable release
4267 2006-10-19 [colin]      2.5.5cvs18
4269         * manual/handling.xml
4270                 Add type-ahead search
4272 2006-10-18 [colin]      2.5.5cvs17
4274         * src/gtk/quicksearch.c
4275                 Remove "save to history only if there's
4276                 no syntax error", it breaks for some 
4277                 reason which I'll investigate later.
4279 2006-10-18 [colin]      2.5.5cvs16
4281         * src/prefs_common.c
4282         * src/prefs_common.h
4283         * src/summaryview.c
4284         * src/gtk/quicksearch.c
4285         * src/gtk/quicksearch.h
4286                 Add a type-ahead option for fast searches
4287                 Patch by Fabien Vantard
4289 2006-10-18 [colin]      2.5.5cvs15
4291         * src/compose.c
4292         * src/compose.h
4293                 Add Options/Reply mode/ menu to be able to
4294                 change the recipients of a reply on the fly
4296 2006-10-18 [colin]      2.5.5cvs14
4298         * src/compose.c
4299                 Fix redirecting of our own sent mails
4301 2006-10-17 [wwp]        2.5.5cvs13
4303         * src/send_message.c
4304                 Fix duplicate error messages when sending, and missing
4305                 newline in such error messages.
4307 2006-10-17 [colin]      2.5.5cvs12
4309         * src/compose.c
4310                 Compare addresses case-insensitive
4312 2006-10-17 [colin]      2.5.5cvs11
4314         * src/plugins/pgpcore/sgpgme.c
4315                 Fix return status
4317 2006-10-17 [colin]      2.5.5cvs10
4319         * src/plugins/pgpcore/pgp_viewer.c
4320                 Fix return status
4322 2006-10-17 [colin]      2.5.5cvs9
4324         * src/quote_fmt.c
4325                 Fix a typo (thanks to Fabien)
4327 2006-10-16 [colin]      2.5.5cvs8
4329         * src/textview.c
4330                 Fix problem with quote-folding when emails
4331                 don't convert cleanly to UTF-8
4333 2006-10-14 [colin]      2.5.5cvs7
4335         * src/prefs_template.c
4336                 Reset fields when reopening
4337                 the window
4339 2006-10-13 [paul]       2.5.5cvs6
4341         * manual/advanced.xml
4342         * src/prefs_message.c
4343                 make 'respect_flowed_format' a hidden
4344                 option, and add a manual entry for it
4345                 Thanks to Colin
4347 2006-10-12 [colin]      2.5.5cvs5
4349         * src/codeconv.c
4350                 Revert part of 2.5.2cvs21:
4351                 Don't optimise by reusing the 
4352                 last iconv converter if possible:
4353                 it seems slightly broken in a 
4354                 very hard way to reproduce
4356 2006-10-12 [colin]      2.5.5cvs4
4358         * src/prefs_common.c
4359         * src/prefs_common.h
4360         * src/prefs_message.c
4361         * src/procmime.c
4362                 Fix bug 1035, 'Incorrect handling 
4363                 of flowed lines'. We now optionnaly
4364                 handle this format (preference is in
4365                 Message View/Text options section)
4367 2006-10-12 [colin]      2.5.5cvs3
4369         * po/POTFILES.in
4370                 Add new file
4371         * src/plugins/pgpcore/pgp_viewer.c
4372         * src/plugins/pgpcore/sgpgme.c
4373                 Don't try to import without asking
4375 2006-10-12 [colin]      2.5.5cvs2
4377         * src/compose.c
4378                 Fix bug 1036, 'Forwarding a mutlipart
4379                 mail with a "text/html" block to ms
4380                 outlook users leeds to freeze of
4381                 outlook'. Poor outlook users...
4383 2006-10-12 [paul]       2.5.5cvs1
4385         * NEWS
4386         * README
4387         * configure.ac
4388                 Update version number following
4389                 stable release
4391 2006-10-11 [paul]       2.5.4cvs1
4393         * NEWS
4394         * README
4395         * configure.ac
4396                 Update version number following
4397                 stable release
4399 2006-10-11 [paul]       2.5.3cvs32
4401         * src/textview.c
4402                 fix bug 1032, 'Segmentation fault when showing
4403                 message' (bug in quote folding)
4404                 Thanks to Colin
4406 2006-10-10 [colin]      2.5.3cvs31
4408         * src/quote_fmt.c
4409                 Rephrase english a bit
4411 2006-10-10 [colin]      2.5.3cvs30
4413         * src/prefs_compose_writing.c
4414                 Stop making the page larger than the window
4416 2006-10-10 [wwp]        2.5.3cvs29
4418         * src/compose.c
4419         * src/prefs_template.c
4420         * src/quote_fmt.c
4421         * src/quote_fmt.h
4422         * src/quote_fmt_lex.l
4423         * src/quote_fmt_parse.y
4424                 Extend the quote parser a bit: allow to get access to
4425                 basic (composing) account info.
4427 2006-10-10 [colin]      2.5.3cvs28
4429         * src/procheader.c
4430                 Fix this \t problem in subject
4432 2006-10-09 [colin]      2.5.3cvs27
4434         * src/main.c
4435         * src/prefs_gtk.c
4436                 Prepare cache a bit later
4437                 If section already exists, skip the new one 
4438                 (as previously); avoid writing the same block
4439                 twice - if we find a second block with the 
4440                 same id, skip it.
4441         * src/plugins/pgpcore/pgp_viewer.c
4442                 Set cursor to busy when retrieving a key
4443         * src/plugins/pgpcore/sgpgme.c
4444                 allow 5 seconds for gpg to export the key
4445                 
4447 2006-10-09 [colin]      2.5.3cvs26
4449         * configure.ac
4450         * src/msgcache.c
4451         * src/prefs_gtk.c
4452                 Check for existence of fgets_unlocked
4453                 and fwrite_unlocked
4455 2006-10-09 [paul]       2.5.3cvs25
4457         * src/prefs_summaries.c
4458                 replace strftime() with fast_strftime() and in
4459                 the consequence fix the bug in the display of
4460                 AM/PM in the 'Example' string
4462 2006-10-09 [ticho]      2.5.3cvs24
4464         * po/sk.po
4465                 Updated (and fixed up somewhat) Slovak translation.
4467 2006-10-08 [colin]      2.5.3cvs23
4469         * src/prefs_folder_item.c
4470                 Explain why prefs in the top-level folder
4471                 aren't retained, but are still useful
4473 2006-10-08 [colin]      2.5.3cvs22
4475         * src/prefs_gtk.c
4476                 Don't cache anything if caching fails
4478 2006-10-08 [colin]      2.5.3cvs21
4480         * src/common/utils.c
4481                 always include gi18n.h
4483 2006-10-07 [colin]      2.5.3cvs20
4485         * src/plugins/pgpcore/pgp_viewer.c
4486                 Kill gpg after 5 seconds wait
4488 2006-10-07 [colin]      2.5.3cvs19
4490         * src/plugins/pgpcore/pgp_viewer.c
4491         * src/plugins/pgpcore/pgp_viewer.h
4492                 Fix copyright
4494 2006-10-07 [colin]      2.5.3cvs18
4496         * src/plugins/pgpcore/pgp_viewer.c
4497         * src/plugins/pgpcore/pgp_viewer.h
4498                 Actually add the files to CVS
4500 2006-10-07 [colin]      2.5.3cvs17
4502         * src/plugins/pgpcore/sgpgme.c
4503                 Be sure not to crash on 'application/pgp-signature' that
4504                 are not application/pgp-signatures
4506 2006-10-07 [colin]      2.5.3cvs16
4508         * src/textview.c
4509         * src/textview.h
4510                 Make a bit more of the API available
4511         * src/plugins/pgpcore/Makefile.am
4512         * src/plugins/pgpcore/plugin.c
4513         * src/plugins/pgpcore/sgpgme.c
4514                 Add basic key import/export
4516 2006-10-07 [colin]      2.5.3cvs15
4518         * src/folderview.c
4519         * src/imap.c
4520         * src/prefs_account.c
4521         * src/wizard.c
4522                 Warn users *everywhere* if libetpan's not
4523                 linked in
4525 2006-10-06 [mones]      2.5.3cvs14
4527         * po/de.po
4528         * po/es.po
4529                 updated by Stephan Sachse and me
4531 2006-10-06 [colin]      2.5.3cvs13
4533         * src/main.c
4534         * src/common/sylpheed.c
4535                 Don't load common plugins if --exit is passed
4536         * src/prefs_gtk.c
4537         * src/prefs_gtk.h
4538                 Implement a cache to avoid reading the same
4539                 files over and over again at startup
4541 2006-10-06 [colin]      2.5.3cvs12
4543         * src/summaryview.c
4544         * src/gtk/quicksearch.c
4545                 Update display every 5k mails on fast searches
4547 2006-10-06 [colin]      2.5.3cvs11
4549         * src/textview.c
4550                 Don't do quote folding on HTML or ERTF.
4551                 May fix the Cygwin issues if they were
4552                 happening with HTML mails?
4554 2006-10-05 [colin]      2.5.3cvs10
4556         * src/prefs_gtk.c
4557                 Oops, forgot one
4559 2006-10-05 [colin]      2.5.3cvs9
4561         * src/prefs_gtk.c
4562                 Use unlocked_stdio here too
4564 2006-10-05 [colin]      2.5.3cvs8
4566         * src/folderview.c
4567                 Fix go to next * after preferences apply
4568         * src/msgcache.c
4569                 Do the fd lock/unlock ourselves instead of
4570                 letting the libc do it at each write 
4572 2006-10-05 [colin]      2.5.3cvs7
4574         * src/common/utils.c
4575                 Faster division, thanks to Jean Diraison
4577 2006-10-05 [paul]       2.5.3cvs6
4579         * src/common/utils.c
4580                 fix building with --disable-nls
4582 2006-10-04 [colin]      2.5.3cvs5
4584         * src/folder.c
4585                 Maybe fix a segfault
4587 2006-10-04 [wwp]        2.5.3cvs4
4589         * src/prefs_folder_item.c
4590                 Fine-tune layouts in folder item prefs. Suggested by
4591                 Fabien Vantard <fzzzzz@gmail.com>.
4593 2006-10-04 [wwp]        2.5.3cvs3
4595         * src/prefs_folder_item.c
4596                 Kill the clandestine passengers. You didn't see anything.
4598 2006-10-04 [wwp]        2.5.3cvs2
4600         * src/prefs_folder_item.c
4601                 Add a way to test the subject simplify regexp in
4602                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4603                 w/ few layout changes.
4605 2006-20-04 [paul]       2.5.3cvs1
4607         * NEWS
4608         * README
4609         * configure.ac
4610                 Update version number following
4611                 stable release
4613 2006-10-04 [colin]      2.5.2cvs42
4615         * src/folder.c
4616         * src/folder.h
4617         * src/summaryview.c
4618                 Provide a way for folder classes to set their sort
4619                 type and key
4621 2006-10-03 [colin]      2.5.2cvs41
4623         * src/mh.c
4624                 Don't use strlen() to know if the
4625                 string's empty
4627 2006-10-03 [colin]      2.5.2cvs40
4629         * src/mh.c
4630                 Fix "check for new folders" with accentued folders
4632 2006-10-03 [ticho]      2.5.2cvs39
4634         * src/filtering.c
4635         * src/folder.c
4636         * src/inc.c
4637         * src/mbox.c
4638                 Colin's fix for "copy" filtering rules.
4640 2006-10-02 [colin]      2.5.2cvs38
4642         * src/folderview.c
4643                 Fix for double-click too
4645 2006-10-02 [colin]      2.5.2cvs37
4647         * src/folderview.c
4648                 correct fix for cvs36
4650 2006-10-02 [colin]      2.5.2cvs36
4652         * src/folderview.c
4653                 Fix 'goto next unread' after collapsing/expanding 
4654                 a node.
4656 2006-10-02 [colin]      2.5.2cvs35
4658         * src/summaryview.c
4659                 Fix double freeze/thaw
4660         * src/common/utils.c
4661         * src/common/utils.h
4662                 Reimplement strftime
4663         * src/procheader.c
4664                 Use it
4667 2006-10-02 [colin]      2.5.2cvs34
4669         * src/mh.c
4670                 Time mh_write_sequences() - it's fast
4671         * src/summaryview.c
4672                 Init a variable to shut up gcc
4674 2006-10-01 [colin]      2.5.2cvs33
4676         * src/folder.c
4677         * src/mh.c
4678         * src/mh.h
4679         * src/msgcache.c
4680                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4681                 Add fsync but disable it, it's slow as hell
4683 2006-10-01 [colin]      2.5.2cvs32
4685         * src/mh.c
4686         * src/msgcache.c
4687                 fflush() caches and mh_sequences before
4688                 fclose()ing
4690 2006-10-01 [colin]      2.5.2cvs31
4692         * src/msgcache.c
4693                 Don't ftruncate when not using mmap
4695 2006-09-30 [colin]      2.5.2cvs30
4697         * src/main.c
4698                 Write folder list *after* saving caches
4700 2006-09-30 [colin]      2.5.2cvs29
4702         * src/folder.c
4703         * src/mh.c
4704                 Debug forced mtime changes
4706 2006-09-30 [colin]      2.5.2cvs28
4708         * src/folder.c
4709         * src/main.c
4710                 Remove useless debug_print()s (code
4711                 well-tested)
4713 2006-09-30 [colin]      2.5.2cvs27
4715         * src/mh.c
4716                 Do stuff faster when writing mh_sequences
4718 2006-09-30 [colin]      2.5.2cvs26
4720         * src/mh.c
4721                 Don't let the writing of .mh_sequences, which
4722                 can change the folder's mtime, let us think
4723                 we need to scan.
4725 2006-09-30 [colin]      2.5.2cvs25
4727         * src/folder.c
4728                 Move a debug_print where it belongs 
4729                 (processing)
4730         * src/summaryview.c
4731                 Don't mess with a huge slow subject
4732                 table if we're not threading by
4733                 subject
4735 2006-09-30 [colin]      2.5.2cvs24
4737         * src/msgcache.c
4738                 Reenable mmaped reads (*not* writes!)
4739         * src/procmsg.c
4740                 Don't destroy and recreate hashtables just
4741                 for fun
4742         * src/common/utils.c
4743                 Remove useless reply prefixes (it's case
4744                 unsensitive)
4746 2006-09-30 [wwp]        2.5.2cvs23
4748         * tools/fix_date.sh
4749                 Fixed a minor bug in date value extraction, added a switch
4750                 to replace non RFC-compliant Date: value, added a switch
4751                 to use strict RFC matching patterns for dates.
4753 2006-09-29 [colin]      2.5.2cvs22
4755         * src/matcher_parser.h
4756         * src/matcher_parser_parse.y
4757         * src/prefs_filtering.c
4758         * src/statusbar.c
4759         * src/summary_search.c
4760         * src/summaryview.c
4761         * src/gtk/quicksearch.c
4762         * src/gtk/quicksearch.h
4763                 Optimise searches by setting different
4764                 refresh intervals (depending if the 
4765                 search is fast or not)
4767 2006-09-29 [colin]      2.5.2cvs21
4769         * src/codeconv.c
4770                 Optimise by reusing the last iconv converter
4771                 if possible
4772         * src/textview.c
4773                 Optimise a bit (the foldable quotes feature
4774                 still has an awful O(n^2) algo
4776 2006-09-29 [colin]      2.5.2cvs20
4778         * src/gtk/gtksctree.c
4779         * src/gtk/gtksctree.h
4780                 Optimise de-selection via up/down or
4781                 another key
4783 2006-09-28 [colin]      2.5.2cvs19
4785         * src/action.c
4786         * src/compose.c
4787         * src/folderview.c
4788         * src/mainwindow.c
4789         * src/messageview.c
4790         * src/summary_search.c
4791         * src/toolbar.c
4792                 Avoid using summaryview->ctree directly
4794 2006-09-28 [colin]      2.5.2cvs18
4796         * src/summaryview.c
4797         * src/summaryview.h
4798                 Add helpers to freeze/thaw/grab_focus
4799                 Factorize calls to freeze/thaw/grab_focus
4800                 
4802 2006-09-28 [colin]      2.5.2cvs17
4804         * src/main.c
4805                 More guards for the session management
4807 2006-09-28 [colin]      2.5.2cvs16
4809         * src/folderview.c
4810         * src/gtk/gtksctree.c
4811         * src/gtk/gtksctree.h
4812                 Make expanding not recursive in folderview
4814 2006-09-28 [colin]      2.5.2cvs15
4816         * src/addressbook.c
4817                 If nothing is selected in the list (right part)
4818                 and a group is selected in the tree (left part),
4819                 mail this group.
4821 2006-09-28 [colin]      2.5.2cvs14
4823         * src/Makefile.am
4824                 Actually use SM_LIBS
4826 2006-09-28 [ticho]      2.5.2cvs13
4828         * src/export.c
4829         * src/messageview.c
4830         * src/mimeview.c
4831         * src/news.c
4832         * src/pop.c
4833         * src/prefs_themes.c
4834         * src/procmsg.c
4835                 Small i18n string optimization.
4836         * src/send_message.c
4837         * src/summaryview.c
4838         * src/common/session.c
4839         * src/common/smtp.c
4840         * src/common/ssl_certificate.c
4841         * src/common/utils.c
4842                 Use "Couldn't" instead of "Can't" in UI messages,
4843                 where appropriate.
4845 2006-09-28 [colin]      2.5.2cvs12
4847         * configure.ac
4848                 Possibly fix link errors
4850 2006-09-27 [wwp]        2.5.2cvs11
4852         * src/gtk/authors.h
4853         * doc/man/sylpheed-claws.1
4854         * manual/ack.xml
4855         * manual/es/ack.xml
4856         * manual/fr/ack.xml
4857         * manual/pl/ack.xml
4858                 Updated authors info (me, myself and I).
4860 2006-09-27 [colin]      2.5.2cvs10
4862         * src/addressbook.c
4863                 Remove useless printf
4865 2006-09-27 [wwp]        2.5.2cvs9
4867         * src/editgroup.c
4868         * src/send_message.c
4869         * src/inc.c
4870         * src/prefs_common.c
4871         * src/prefs_common.h
4872         * src/gtk/progressdialog.c
4873                 remember more windows' sizes (send dialog, received dialog,
4874                 edit group in addressbook).
4876 2006-09-27 [colin]      2.5.2cvs8
4878         * configure.ac
4879         * src/main.c
4880         * src/mainwindow.h
4881                 Use libSM to communicate with the session
4882                 manager, so that we can know when the 
4883                 session ends, save our caches, and draft
4884                 our compose windows.
4886 2006-09-27 [colin]      2.5.2cvs7
4888         * src/addressbook.c
4889                 Fix issues:
4890                 o Allow Book and Group creation from the tree's
4891                   contextual menu
4892                 o Do not actually delete the contacts when 
4893                   deleting groups from the tree (duh!)
4895 2006-09-27 [colin]      2.5.2cvs6
4897         * src/compose.c
4898         * src/compose.h
4899         * src/mainwindow.c
4900         * src/textview.c
4901         * src/toolbar.c
4902                 o Allow passing an email address to 
4903                   compose_new_with_folderitem
4904                 o Update callers
4905                 o Use current folderitem when clicking
4906                   on a TextView mailto: link
4907                 o Fix a possible leak in TextView
4909 2006-09-27 [colin]      2.5.2cvs5
4911         * src/html.c
4912                 Use UTF-8 chars to replace HTML entities
4914 2006-09-27 [colin]      2.5.2cvs4
4916         * AUTHORS
4917         * src/prefs_account.c
4918         * src/gtk/authors.h
4919                 Fix bug #1024 (Array index out of
4920                 range in sylpheed-claws-2.5.2)
4921                 Patch by Ales Nosek <anosek@suse.cz>
4923 2006-09-27 [colin]      2.5.2cvs3
4925         * src/addr_compl.c
4926                 Actually do the test
4928 2006-09-27 [colin]      2.5.2cvs2
4930         * src/addr_compl.c
4931         * src/addr_compl.h
4932                 Allow completing with comma (in certain cases: vCalendar
4933                 for example doesn't support that)
4934                 Patch by Fabien Vantard
4936 2006-09-26 [colin]      2.5.2cvs1
4938         * src/Makefile.am
4939         * src/addr_compl.c
4940         * src/addr_compl.h
4941         * src/addrbook.c
4942         * src/addrbook.h
4943         * src/addressbook.c
4944         * src/addrindex.c
4945         * src/addrindex.h
4946         * src/compose.c
4947         * src/prefs_common.c
4948         * src/prefs_filtering_action.c
4949         * src/prefs_folder_item.c
4950         * src/prefs_template.c
4951         * src/stock_pixmap.c
4952         * src/stock_pixmap.h
4953         * src/pixmaps/addr_one.xpm
4954         * src/pixmaps/addr_two.xpm
4955                 Add auto-completion on groups
4957 2006-09-26 [colin]      2.5.2
4959         * NEWS
4960         * README
4961         * RELEASE_NOTES
4962                 2.5.2 released
4964 2006-09-26 [colin]      2.5.1cvs5
4966         * src/matcher.c
4967                 Fix condition
4969 2006-09-26 [colin]      2.5.1cvs4
4971         * src/mbox.c
4972                 Revert cvs1 (useless as the message is printed 
4973                 every 500 mails)
4975 2006-09-26 [colin]      2.5.1cvs3
4977         * src/partial_download.c
4978                 Fix crasher found by Alexsandar Urosevic
4980 2006-09-26 [colin]      2.5.1cvs2
4982         * src/summaryview.c
4983                 Fix bug #1023 (Sylpheed deletes too much messages)
4985 2006-09-26 [ticho]      2.5.1cvs1
4987         * src/mbox.c
4988                 Make use of gettext's multiple plurals for statusbar
4989                 progress message.
4991 2006-09-25 [paul]       2.5.1
4993         * NEWS
4994         * README
4995         * RELEASE_NOTES
4996                 2.5.1 released
4998 2006-09-25 [colin]      2.5.0cvs3
5000         * src/plugins/bogofilter/bogofilter.c
5001         * src/plugins/clamav/clamav_plugin.c
5002         * src/plugins/spamassassin/spamassassin.c
5003                 BogoFilter, Spamassassin: Fix double hook registering after
5004                 visiting preferences
5005                 Spamassassin, Clamav: Just set the mails to move instead of
5006                 doing the move - caller will move the things at once.
5008 2006-09-25 [colin]      2.5.0cvs2
5010         * src/imap.c
5011         * src/etpan/imap-thread.c
5012                 Use UID SEARCH ALL instead of UID 1:*
5013                 (braindead servers can't figure out that's
5014                 the same...)
5016 2006-09-25 [wwp]        2.5.0cvs1
5018         * src/message_search.c
5019                 Added the ability to stop a running search (in message body).
5021 2006-09-25 [paul]       2.5.0
5023         * NEWS
5024         * README
5025         * RELEASE_NOTES
5026                 2.5.0 released
5028 2006-09-25 [paul]       2.4.0cvs214
5030         * po/cs.po
5031         * po/de.po
5032         * po/fi.po
5033         * po/fr.po
5034         * po/nl.po
5035         * po/pt_BR.po
5036         * po/sk.po
5037         * po/sr.po
5038         * po/zh_CN.po
5039                 updated by Tim, Stephan Sachse, Flammie Pirinen,
5040                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
5041                 Ticho, Aleksander Urosevic, Ralgh Young
5043 2006-09-24 [mones]      2.4.0cvs213
5045         * po/es.po
5046                 Updated for release
5048 2006-09-23 [colin]      2.4.0cvs212
5050         * src/gtk/inputdialog.c
5051                 Fix [ ] remember this appearing in normal
5052                 input dialogs after it's been used by
5053                 mimeview.
5054         * src/folder.c
5055         * src/folderview.c
5056         * src/msgcache.c
5057         * src/procmsg.c
5058         * src/summaryview.c
5059         * src/textview.c
5060         * src/common/timing.h
5061                 Enable timings in debug mode and make it
5062                 look prettier.
5064 2006-09-22 [colin]      2.4.0cvs211
5066         * README
5067                 Revert test change
5068         * commitHelper
5069                 ping the correct URI
5071 2006-09-22 [colin]      2.4.0cvs210
5073         * README
5074                 Let's see if bug #1022 is fixed
5076 2006-09-21 [colin]      2.4.0cvs209
5078         * src/wizard.c
5079         * src/common/plugin.c
5080                 Prepare infra to load predefined plugins when
5081                 no configuration existed. Don't actually load
5082                 anything yet (feat. freeze)
5084 2006-09-21 [wwp]        2.4.0cvs208
5086         * manual/fr/faq.xml
5087                 Partial sync w/ 2.4.0cvs72:
5088                 wrap file and minor updates.
5090 2006-09-21 [wwp]        2.4.0cvs207
5092         * tools/fix_date.sh
5093                 several fixes and enhancements. A new --force switch has been
5094                 added to prevent overriding by default Date: header when
5095                 already existing.
5097 2006-09-21 [paul]       2.4.0cvs206
5099         * src/common/utils.c
5100                 add Chinese UTF8 Re prefix
5102 2006-09-21 [wwp]        2.4.0cvs205
5104         * tools/Makefile.am
5105                 Fics alfabettical order.
5107 2006-09-21 [wwp]        2.4.0cvs204
5109         * tools/fix_date.sh
5110         * tools/Makefile.am
5111                 Added an action tool to fix missing Date field in emails.
5112                 Updated Makefile.am to reflect those last two additions.
5114 2006-09-21 [wwp]        2.4.0cvs203
5116         * tools/uuooffice
5117                 Added a action tool to open uuencoded docs w/
5118                 OpenOffice (based on uudec method).
5120 2006-09-21 [colin]      2.4.0cvs202
5122         * src/compose.c
5123         * src/textview.c
5124                 Workaround possible GTK crash: remove selection 
5125                 clipboard before destroying widget, or GTK+-2.10
5126                 dies. Thanks to Hiro.
5128 2006-09-20 [colin]      2.4.0cvs201
5130         * src/compose.c
5131                 Fix free-after-use in some cases (when 
5132                 procmime_encode_content() frees mimeinfo->data.mem
5133                 and turns it to a temp file)
5135 2006-09-20 [colin]      2.4.0cvs200
5137         * src/folderview.c
5138         * src/summaryview.c
5139         * src/gtk/gtksctree.c
5140         * src/gtk/gtksctree.h
5141                 Add tooltips in the folderview and summaryview
5142                 (Doesn't break string freeze as they already
5143                 exist)
5144         * src/toolbar.c
5145                 Put the spam button in the default configuration
5146                 if compiled with bogo plugin too
5148 2006-09-19 [colin]      2.4.0cvs199
5150         * src/summaryview.c
5151         * src/summaryview.h
5152                 Update folder name label on folder rename
5153         * src/prefs_matcher.c
5154         * src/gtk/logwindow.h
5155                 Fix warnings
5156                 Patches by Fabien
5158 2006-09-19 [wwp]        2.4.0cvs198
5160         * src/summary_search.c
5161                 fix can't click forward/backward buttons in the
5162                 search messages.
5164 2006-09-18 [paul]       2.4.0cvs197
5166         * src/wizard.c
5167                 add missing bracket, capitalise the A of
5168                 'SpamAssassin'
5170 2006-09-18 [paul]       2.4.0cvs196
5172         * src/compose.c
5173                 fix bug 1012 'crashed upon sending mail
5174                 from compose window'
5175                 Thanks to Colin
5177 2006-09-16 [colin]      2.4.0cvs195
5179         * src/folderview.c
5180                 Fix "real-time" sorting by freezing/thawing
5182 2006-09-16 [colin]      2.4.0cvs194
5184         * manual/faq.xml
5185                 Fix the anti-spam entry a bit
5187 2006-09-16 [colin]      2.4.0cvs193
5189         * src/wizard.c
5190                 Make sure reviewers have no excuse when stating
5191                 Sylpheed-Claws doesn't have antispam capabilities.
5193 2006-09-16 [colin]      2.4.0cvs192
5195         * src/main.c
5196                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5197                 as if the SIGPIPE comes from etpan's thread we could
5198                 trigger a GUI update from this thread.
5200 2006-09-16 [colin]      2.4.0cvs191
5202         * src/summaryview.c
5203                 Init all members of the struct
5205 2006-09-16 [paul]       2.4.0cvs190
5207         * src/account.c
5208                 improvements to the English
5210 2006-09-15 [colin]      2.4.0cvs189
5212         * src/summaryview.c
5213                 HIG order on dialog
5215 2006-09-14 [colin]      2.4.0cvs188
5217         * src/common/socket.c
5218         * src/common/socket.h
5219         * src/common/ssl.c
5220         * src/common/ssl_certificate.c
5221         * src/common/ssl_certificate.h
5222         * src/etpan/imap-thread.c
5223                 the get_fqdn() call done to get canonical name when
5224                 checking an SSL certificate is blocking, which is
5225                 sad as we just did a non-blocking lookup to connect.
5226                 Fix that by letting the fqdn available to the SockInfo,
5227                 and use that in ssl_certificate_check(). For IMAP,
5228                 we don't do it as the lookup's done by libetpan, but
5229                 it's less annoying as IMAP connections as much more
5230                 rare than POP3 connections.
5232 2006-09-14 [paul]       2.4.0cvs187
5234         * manual/advanced.xml
5235                 improvements to the English,
5236                 properly place the new hidden options
5237                 within the alphabetical order
5238         * src/gtk/pluginwindow.c
5239                 improvements to the English
5241 2006-09-14 [colin]      2.4.0cvs186
5243         * src/prefs_common.c
5244         * src/prefs_common.h
5245         * src/gtk/gtksctree.c
5246         * manual/advanced.xml
5247                 New hidden pref, stripes_color_offset, to change
5248                 the value added/substracted to normal bgcolor to
5249                 create the stripes in summaries
5251 2006-09-13 [colin]      2.4.0cvs185
5253         * src/gedit-print.c
5254         * src/messageview.c
5255         * src/messageview.h
5256         * src/summaryview.c
5257         * src/textview.c
5258                 Fix misc. printing issues: 
5259                 - Bad font for linkified headers
5260                 - Different font if the mail was displayed or not
5261                 - Factorize the thing
5263 2006-09-13 [colin]      2.4.0cvs184
5265         * src/common/ssl_certificate.c
5266                 Only get FQDN once when checking certificate
5268 2006-09-13 [colin]      2.4.0cvs183
5270         * src/account.c
5271         * src/gtk/pluginwindow.c
5272                 Misc. GUI fixes by Fabien
5274 2006-09-13 [wwp]        2.4.0cvs182
5276         * configure.ac
5277         * src/common/utils.h
5278         * src/common/utils.c
5279                 get rid of unused wide-char functions.
5281 2006-09-13 [wwp]        2.4.0cvs181
5283         * src/plugins/pgpinline/sylpheed.def
5284         * src/textview.c
5285                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5286                 add privacy_reset_error to the .def file,
5287                 do not fork for an external textviewer.
5289 2006-09-13 [wwp]        2.4.0cvs180
5291         * src/prefs_common.c
5292                 fix broken font entry in prefs (patch issued by the gpg4win team,
5293                 probably by Marcus Brinkmann <marcus@g10code.de>).
5295 2006-09-13 [colin]      2.4.0cvs179
5297         * src/folder.h
5298                 Fix a warning in summaryview.c
5299         * src/mainwindow.c
5300         * src/summaryview.c
5301         * src/summaryview.h
5302                 Add missing Mark/* elements in the
5303                 main menu
5305 2006-09-12 [colin]      2.4.0cvs178
5307         * src/prefs_actions.c
5308         * src/prefs_filtering_action.c
5309         * src/prefs_matcher.c
5310                 Use (New) instead of New everywhere
5312 2006-09-12 [wwp]        2.4.0cvs177
5314         * manual/fr/addrbook.xml
5315         * manual/fr/handling.xml
5316                 updated some quotes in the fr manual to match the fr translation.
5318 2006-09-12 [wwp]        2.4.0cvs176
5320         * src/prefs_matcher.c
5321                 don't store translated string elements in matcher expressions.
5322                 Also fixed a misused of Q_().
5324 2006-09-11 [wwp]        2.4.0cvs175
5326         * src/plugins//bogofilter/bogofilter.c
5327         * src/plugins//clamav/clamav_plugin.c
5328         * src/plugins//demo/demo.c
5329         * src/plugins//dillo_viewer/dillo_viewer.c
5330         * src/plugins//pgpcore/plugin.c
5331         * src/plugins//pgpinline/plugin.c
5332         * src/plugins//pgpmime/plugin.c
5333         * src/plugins//spamassassin/spamassassin.c
5334                 gettext-ize more strings (mostly plugin error messages).
5336 2006-09-11 [colin]      2.4.0cvs174
5338         * src/alertpanel.c
5339                 Make maximum buffer size bigger to avoid
5340                 truncating translated messages. Patch by
5341                 Fabien
5343 2006-09-11 [colin]      2.4.0cvs173
5345         * src/etpan/imap-thread.c
5346                 Fix compilation on OpenBSD, thanks to 
5347                 Landry
5349 2006-09-10 [wwp]        2.4.0cvs172
5351         * manual/account.xml
5352         * manual/addrbook.xml
5353         * manual/handling.xml
5354         * manual/es/handling.xml
5355         * manual/fr/account.xml
5356         * manual/fr/addrbook.xml
5357         * manual/fr/handling.xml
5358                 documented addressbook matching (condition configuration):
5359                   addrbook.xml, en fr
5360                 documented per-account filtering rules (handling/filtering
5361                   section, account section):
5362                   account.xml, handling.xml, en fr
5363                 slightly updated the handling/searching section to tell few
5364                   words about the extended search ability:
5365                   handling.xml, en fr
5366                 added missing <quote></quotes> to Quick Search:
5367                   handling.xml, en fr es
5368                 fixed a typo (auomatically):
5369                   handling.xml, en
5370                 changes revisited by Paul.
5372 2006-09-10 [paul]       2.4.0cvs171
5374         * src/prefs_actions.c
5375         * src/prefs_filtering.c
5376         * src/prefs_template.c
5377                 adjustments to the gui
5378                 Patch by Fabien Vantard (slightly modified)
5380 2006-09-10 [colin]      2.4.0cvs170
5382         * src/summaryview.c
5383                 Check folderitem/summaryview consistency
5384                 (basically automates Update summary). Fixes
5385                 #1011 (wrong (negative) count on unread 
5386                 messages)
5388 2006-09-10 [colin]      2.4.0cvs169
5390         * src/gtk/gtksctree.c
5391                 Fix recursive expansion via mouse
5392         * src/plugins/bogofilter/bogofilter.c
5393                 Use normal filtering way of moving
5394                 messages (batching), possibly fixing
5395                 bug #1015 (Bogofilter plugin doubles 
5396                 new messages)
5398 2006-09-09 [wwp]        2.4.0cvs168
5400         * src/prefs_filtering.c
5401                 better place for this fix.
5403 2006-09-09 [wwp]        2.4.0cvs167
5405         * src/prefs_filtering.c
5406                 fix a minor bug when the enabled status of a filtering/processing
5407                 rule always got set to TRUE when replacing this rule. That still
5408                 make sense when adding a new rule, but now when replacing, we
5409                 don't override the value of 'enabled'.
5410                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5411                 to prefs_filtering_list_view_get_info() as this function not only
5412                 returns the name, but also the account_id and the enabled status.
5414 2006-09-09 [mones]      2.4.0cvs166
5416         * manual/glossary.xml
5417         * manual/plugins.xml
5418                 Minor format corrections
5419         * manual/gpl.xml
5420                 Fix misplaced NO WARRANTY section
5421         * manual/es/advanced.xml
5422         * manual/es/faq.xml
5423         * manual/es/glossary.xml
5424         * manual/es/gpl.xml
5425         * manual/es/handling.xml
5426         * manual/es/plugins.xml
5427         * manual/es/starting.xml
5428                 Incorporate changes from English version
5429         * manual/fr/ack.xml
5430         * manual/pl/ack.xml
5431         * manual/es/ack.xml
5432                 Fix address, (add translation credits in es version)
5433         * po/es.po
5434                 Updated translation
5436 2006-09-09 [wwp]        2.4.0cvs165
5438         * src/prefs_filtering.c
5439                 fix a crash when opening filtering prefs, if matcherrc file contains
5440                 broken data (non-existing account id, which is theoretically not
5441                 possible).
5443 2006-09-08 [colin]      2.4.0cvs164
5445         * src/folder.c
5446                 Wrong assert, make it an if()
5447         * src/gtk/gtksctree.c
5448                 Fix bug #1013 (expand selected thread 
5449                 tree) - expanding is now recursive
5451 2006-09-07 [wwp]        2.4.0cvs163
5453         * src/prefs_matcher.c
5454                 make better sentences about addressbook matching in the
5455                 matcher prefs. This should make translators' work easier
5456                 too.
5458 2006-09-07 [wwp]        2.4.0cvs162
5460         * src/prefs_filtering.c
5461                 code simplification (get rid of dup var. assignment).
5463 2006-09-07 [wwp]        2.4.0cvs161
5465         * src/summaryview.c
5466                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5467                 <fzzzzz@gmail.com>.
5469 2006-09-07 [paul]       2.4.0cvs160
5471         * src/mimeview.c
5472                 fix compilation warnings
5473                 Thanks to Colin
5475 2006-09-07 [paul]       2.4.0cvs159
5477         * src/mimeview.c
5478                 select the mimepart icon when
5479                 displaying as text
5480                 Thanks to Colin
5482 2006-09-06 [paul]       2.4.0cvs158
5484         * src/prefs_filtering.c
5485                 fix labels and table element spacing
5486                 Patch by Fabien Vantard
5488 2006-09-06 [paul]
5490         2.5.0-rc3 released
5492 2006-09-06 [paul]       2.4.0cvs157
5494         * manual/es/advanced.xml
5495                 fix typo
5497 2006-09-06 [wwp]        2.4.0cvs156
5499         * src/mainwindow.c
5500                 fix an dup launch issue when iconified, thanks to Colin.
5502 2006-09-06 [wwp]        2.4.0cvs155
5504         * src/gtk//gtksctree.h
5505                 oops, forgot that one!
5507 2006-09-06 [wwp]        2.4.0cvs154
5509         * manual/pl/advanced.xml
5510         * manual/advanced.xml
5511         * manual/es/advanced.xml
5512         * manual/fr/advanced.xml
5513         * src/prefs_customheader.c
5514         * src/prefs_filtering_action.c
5515         * src/foldersel.c
5516         * src/prefs_summaries.c
5517         * src/prefs_filtering.c
5518         * src/account.c
5519         * src/compose.c
5520         * src/prefs_summary_column.c
5521         * src/addr_compl.c
5522         * src/prefs_actions.c
5523         * src/prefs_folder_column.c
5524         * src/ssl_manager.c
5525         * src/prefs_template.c
5526         * src/prefs_display_header.c
5527         * src/prefs_common.h
5528         * src/prefs_matcher.c
5529         * src/prefs_common.c
5530         * src/prefs_toolbar.c
5531         * src/summaryview.c
5532         * src/folderview.c
5533         * src/gtk/gtksctree.c
5534         * src/gtk/pluginwindow.c
5535         * src/gtk/progressdialog.c
5536         * src/gtk/prefswindow.c
5537                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5538                 to make its meaning more obvious (all versions of the manual reflect
5539                 the change).
5540                 added an extra hidden option use_stripes_in_summary to allow
5541                 discarding these stripes in mainwindow's folder and message lists;
5542                 en and fr manuals only are OK towards this.
5544 2006-09-06 [colin]      2.4.0cvs153
5546         * src/textview.c
5547                 Hide Sylpheed-Claws' internal queue headers
5548                 when showing all headers. They'll be present
5549                 only in Source window.
5551 2006-09-05 [colin]      2.4.0cvs152
5553         * src/plugins/trayicon/trayicon.c
5554                 Fix crash at exit - we have to disconnect
5555                 our handlers
5556         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5557                 Update eggtrayicon - patch adapted from a
5558                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5559                 on Sylpheed's ML
5561 2006-09-05 [colin]      2.4.0cvs151
5563         * src/mainwindow.c
5564         * src/gtk/logwindow.c
5565                 Fix race condition when something writes
5566                 to the log too soon during init. Thanks
5567                 to Fabien Vantard
5569 2006-09-05 [colin]      2.4.0cvs150
5571         * src/mimeview.c
5572                 Don't select part on right-click either
5574 2006-09-05 [paul]       2.4.0cvs149
5576         * src/mimeview.c
5577                 completion of previous commit
5578                 Thanks to Colin
5580 2006-09-05 [colin]      2.4.0cvs148
5582         * src/mimeview.c
5583                 Don't force selection on middle-click, just open
5585 2006-09-04 [colin]      2.4.0cvs147
5587         * src/mimeview.c
5588                 Looks like gtk_notebook_set_current_page()
5589                 sometimes steals focus, and this annoys us
5590                 in MimeViewers as it renders navigation
5591                 keys useless. Take back focus after switching
5592                 pages.
5594 2006-09-04 [colin]      2.4.0cvs146
5596         * src/messageview.c
5597                 Set stop_loading when clicking on Next
5598                 during load. Don't add a callback to 
5599                 avoid over-complicating things.
5601 2006-09-04 [colin]      2.4.0cvs145
5603         * src/mimeview.c
5604         * src/messageview.c
5605                 Fix multiple loads in separate messageview
5607 2006-09-04 [colin]      2.4.0cvs144
5609         * src/summaryview.c
5610                 Let navigation keys be handled during 
5611                 load
5613 2006-09-04 [colin]      2.4.0cvs143
5615         * src/messageview.c
5616         * src/summaryview.c
5617         * src/textview.c
5618         * src/textview.h
5619                 Make loading of huge mails (lots of text and/or
5620                 images) cancellable, so the GUI doesn't block 
5622 2006-09-04 [colin]      2.4.0cvs142
5624         * src/plugins/trayicon/trayicon.c
5625                 Fix annoyance when removing a folder with 
5626                 unread mails: trayicon didn't update
5628 2006-09-04 [paul]       2.4.0cvs141
5630         * src/gtk/icon_legend.c
5631                 straighten up columns
5632                 Patch by Fabien Vantard
5634 2006-09-04 [wwp]        2.4.0cvs140
5636         * src/prefs_filtering.c
5637                 fix new line's account name in filtering prefs:
5638                 was "All", is now "(New)".
5640 2006-09-04 [paul]       2.4.0cvs139
5642         * tools/make.themes.project
5643                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5644                 instead of homebrewed "make release"
5646 2006-09-03 [colin]      2.4.0cvs138
5648         * src/folderview.c
5649                 Fix bug #1007 (Wrong folder highlighted)
5651 2006-09-03 [colin]      2.4.0cvs137
5653         * src/compose.c
5654                 Don't set Newsgroup: header to a mail folder
5655                 path
5657 2006-09-03 [paul]       2.4.0cvs136
5659         * src/prefs_other.c
5660         * src/prefs_spelling.c
5661                 unify the gui
5663 2006-09-03 [paul]       2.4.0cvs135
5665         * src/prefs_summaries.c
5666                 correct menu item text in prefs_keybind_apply_clicked()
5668 2006-09-03 [paul]       2.4.0cvs134
5670         * manual/advanced.xml
5671                 some improvements to the descriptions
5672         * src/mainwindow.c
5673         * src/messageview.c
5674         * src/summaryview.c
5675         * src/gtk/menu.c
5676                 fix menu sensitivity issues
5677         * src/prefs_message.c
5678                 drop the useless word 'short'
5679         * src/prefs_other.c
5680                 add the word 'lines' indicating log length
5681                 is a measure of lines
5682         * src/textview.c
5683                 fix compilation warnings
5685 2006-09-02 [colin]      2.4.0cvs133
5687         * src/messageview.c
5688                 Display a special return-receipt message
5689                 if the message is from the user
5690         * src/summaryview.c
5691                 Fix missing freeze of the list when marking
5692                 all read and unthreading for exec. Thanks
5693                 to Stephan Sachse.
5695 2006-09-02 [paul]       2.4.0cvs132
5697         * src/mainwindow.c
5698         * src/prefs_message.c
5699         * src/summaryview.c
5700                 fix some english
5702 2006-09-02 [wwp]        2.4.0cvs131
5704         * src/prefs_filtering.c
5705                 added an account name column to the filtering rules
5706                 dialog.
5708 2006-09-02 [colin]      2.4.0cvs130
5710         * src/gtk/logwindow.c
5711         * src/gtk/logwindow.h
5712                 Block scrolling if we're not at the end
5713                 of the log
5715 2006-09-02 [colin]      2.4.0cvs129
5717         * src/folder.c
5718                 Make sure account-specific rules can't
5719                 be used in {pre-,post-,}processing
5720         * src/mainwindow.c
5721         * src/gtk/logwindow.c
5722         * src/gtk/logwindow.h
5723                 Jump to last error when clicking on the
5724                 warning icon
5726 2006-09-02 [colin]      2.4.0cvs128
5728         * src/imap.c
5729         * src/import.c
5730         * src/mainwindow.c
5731         * src/mainwindow.h
5732                 Fix warning icon
5733         * src/inc.c
5734         * src/mbox.c
5735         * src/mbox.h
5736                 Let proc_mbox know its account, for
5737                 account-specific rules
5739 2006-09-01 [colin]      2.4.0cvs127
5741         * src/codeconv.c
5742                 Don't uselessly use iconv to convert from
5743                 us-ascii
5744         * src/alertpanel.c
5745         * src/mainwindow.c
5746         * src/mainwindow.h
5747         * src/inc.c
5748                 Fix certain log cases, disable warning icon
5749                 for now, the correct way to display it when
5750                 necessary and only when necessary is probably
5751                 to do it manually rather than use error logs
5752         * src/etpan/imap-thread.c
5753                 Clean up UID logging a bit
5754         * src/gtk/logwindow.c
5755         * src/gtk/logwindow.h
5756                 Make logging faster when the window's closed
5758 2006-09-01 [wwp]        2.4.0cvs126
5760         * manual/fr/account.xml
5761                 reflect changes to the ref. manual (parts of cvs72):
5762                 fix tabnames and quotes.
5764 2006-09-01 [wwp]        2.4.0cvs125
5766         * manual/fr/plugins.xml
5767                 reflect changes to the reference manual (cvs42):
5768                 update IRC channel info.
5770 2006-09-01 [wwp]        2.4.0cvs124
5772         * commitHelper
5773                 use CVSEDITOR env. var. if set, according to `man cvs`.
5775 2006-09-01 [wwp]        2.4.0cvs123
5777         * manual/advanced.xml
5778                 better sentence again (thanks to Paul).
5780 2006-09-01 [wwp]        2.4.0cvs122
5782         * manual/advanced.xml
5783         fix definition of toolbar_detachable and rework a bit the one of
5784         enable_dotted_lines.
5786 2006-09-01 [mones]      2.4.0cvs121
5788         * manual/advanced.xml
5789                 Document enable_dotted_lines
5791 2006-09-01 [paul]       2.4.0cvs120
5793         * src/folderview.c
5794         * src/folderview.h
5795         * src/imap.c
5796         * src/mainwindow.c
5797         * src/summaryview.c
5798                 obey the 'When entering folder...' option
5799                 when using the /View/Go to/... menu items
5800                 Thanks to Colin
5802 2006-08-31 [colin]      2.4.0cvs119
5804         * src/folderview.c
5805                 Revert 2.4.0cvs116, wrong fix.
5807 2006-08-31 [colin]      2.4.0cvs118
5809         * src/gtk/gtksctree.c
5810                 Better state the various copyrights
5812 2006-08-31 [colin]      2.4.0cvs117
5814         * src/prefs_common.c
5815                 fix enable_dotted_lines
5817 2006-08-31 [colin]      2.4.0cvs116
5819         * src/folderview.c
5820                 Use pref "Always open on select" when going
5821                 to next unread folder
5822         * src/gtk/gtksctree.c
5823                 Fix link failure to _gtk_clist_create_cell_layout
5824                 on certain computers. (Why not mine, I wonder)
5826 2006-08-31 [colin]      2.4.0cvs115
5828         * src/procmsg.c
5829         * src/textview.c
5830         * src/plugins/bogofilter/bogofilter.c
5831         * src/plugins/spamassassin/spamassassin.c
5832                 Requalify some "errors" to warnings
5833         * src/mainwindow.c
5834         * src/mainwindow.h
5835         * src/statusbar.c
5836                 Add an icon in the statusbar to notify
5837                 of errors
5838         * src/gtk/gtksctree.c
5839         * src/folderview.c
5840         * src/summaryview.c
5841                 Make the GtkSCTree look more modern by
5842                 alternating background lines
5843         * src/prefs_common.c
5844         * src/prefs_common.h
5845                 Add a pref to let people have the old
5846                 way if they prefer
5849 2006-08-30 [colin]      2.4.0cvs114
5851         * src/procmsg.c
5852         * src/procmsg.h
5853                 Provide a way to filter a list of
5854                 messages in an optimised manner, and
5855                 add a list-filtering hook
5856         * src/folder.c
5857         * src/inc.c
5858         * src/mbox.c
5859                 Use the list filtering
5860         * src/plugins/bogofilter/bogofilter.c
5861                 Use the list-filtering hook
5862                 Use -b (bulk) mode for more speed
5863                 when learning and filtering
5864         * src/etpan/imap-thread.c
5865                 Make log output shorter in UID SEARCH
5868 2006-08-30 [colin]      2.4.0cvs113
5870         * src/plugins/bogofilter/bogofilter.c
5871                 Really fast mass learning - thanks to David
5872                 Relson for the options explanations :)
5874 2006-08-30 [colin]      2.4.0cvs112
5876         * src/msgcache.c
5877                 Fix compilation on FreeBSD. Thanks
5878                 to Michael Hugues
5880 2006-08-29 [colin]      2.4.0cvs111
5882         * src/folderview.c
5883                 Handle "popup_menu" signal (for popping the 
5884                 menu via the keyboard)
5885         * src/mimeview.c
5886         * src/mimeview.h
5887         * src/summaryview.c
5888         * src/textview.c
5889         * src/gtk/gtkutils.c
5890         * src/gtk/gtkutils.h
5891                 Factorize scrolling code, and add an API 
5892                 for MimeViewers to handle scroll orders
5894 2006-08-29 [wwp]        2.4.0cvs110
5896         * src/plugins//bogofilter/bogofilter.c
5897         * src/plugins//spamassassin/spamassassin.c
5898                 make the bogofilter/spamassassin filtering error dialogs at
5899         incorporation obey to the "don't popup error dialog on
5900         receive error" option. If disabled, feed the log window w/
5901         the error message.
5903 2006-08-29 [paul]
5905         2.5.0-rc2 released
5907 2006-08-29 [paul]       2.4.0cvs109
5909         * Makefile.am
5910                 remove 'make release', it's not needed
5911                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5913 2006-08-29 [paul]       2.4.0cvs108
5915         * src/foldersel.c
5916         * src/summary_search.c
5917         * src/gtk/progressdialog.c
5918         * src/plugins/pgpcore/passphrase.c
5919                 replace deprecated gtk_window_set_policy()
5921 2006-08-29 [colin]      2.4.0cvs107
5923         * src/folder.c
5924                 Fix data loss when copy fails during a move:
5925                 only use fast remove_msgs if everything was
5926                 copied OK; else use slow remove_msg on the
5927                 mails that got copied only.
5929 2006-08-28 [paul]       2.4.0cvs106
5931         * src/mh.c
5932                 revert change in 2.4.0cvs104, it breaks
5933                 stuff
5935 2006-08-28 [paul]       2.4.0cvs105
5937         * src/plugins/spamassassin/spamassassin.c
5938                 english fix
5940 2006-08-28 [paul]       2.4.0cvs104
5942         * src/mh.c
5943                 fix data loss when moving to another
5944                 mailbox fails
5945         * src/prefs_spelling.c
5946                 improve the english
5947         * src/gtk/pluginwindow.c
5948                 improve the layout of the dialog text
5949         All thanks to Colin
5951 2006-08-28 [paul]       2.4.0cvs103
5953         * src/plugins/bogofilter/bogofilter.c
5954         * src/plugins/bogofilter/bogofilter_gtk.c
5955                 fix english up a bit, innit
5957 2006-08-28 [paul]       2.4.0cvs102
5959         * configure.ac
5960         * po/Makefile.in.in
5961         * po/Makevars
5962                 require autoconf 2.60, enabling building
5963                 with gettext 0.15 (gettext 0.14.x build still
5964                 possible). Replace Makefiles with versions
5965                 from gettext 0.15.
5966                 Remove configure options --with-localedir and
5967                 --with-mandir. The options that are provided
5968                 directly by autoconf 2.60 can be used instead:
5969                 --mandir --localedir
5971 2006-08-27 [colin]      2.4.0cvs101
5973         * src/plugins/bogofilter/Makefile.am
5974                 Fix make dist (no README)
5976 2006-08-27 [colin]      2.4.0cvs100
5978         * src/folder.c
5979                 Don't use F_UNKNOWN folders for any default
5980                 outbox/trash/etc
5981         * src/plugins/bogofilter/bogofilter.c
5982         * src/plugins/bogofilter/bogofilter.h
5983         * src/plugins/bogofilter/bogofilter_gtk.c
5984                 Add an option to specify the path to bogofilter
5985                 Use single-quotes to be able to learn in folders
5986                 with spaces in their names
5987                 Verify learning status
5989 2006-08-27 [colin]      2.4.0cvs99
5991         * manual/faq.xml
5992         * manual/plugins.xml
5993                 Document Bogofilter plugin
5995 2006-08-27 [colin]      2.4.0cvs98
5997         * src/compose.c
5998         * src/messageview.c
5999         * src/procmsg.c
6000         * src/procmsg.h
6001                 When possible, copy the queued mail to sent folder
6002                 instead of re-adding. Much faster on IMAP.
6004 2006-08-27 [colin]      2.4.0cvs97
6006         * src/msgcache.c
6007                 Disable mmaped caches - huge metadata loss
6008                 here after a power failure.
6009         * src/summaryview.c
6010                 Add quicksearch timing
6011         * src/common/plugin.c
6012         * src/common/plugin.h
6013                 Implement an interface to tell what plugins
6014                 provide. Prevent loading of similar plugins.
6015         * src/plugins/clamav/clamav_plugin.c
6016         * src/plugins/demo/demo.c
6017         * src/plugins/dillo_viewer/dillo_viewer.c
6018         * src/plugins/pgpcore/plugin.c
6019         * src/plugins/pgpinline/pgpinline.c
6020         * src/plugins/pgpmime/pgpmime.c
6021         * src/plugins/spamassassin/spamassassin.c
6022         * src/plugins/trayicon/trayicon.c
6023                 Implement plugin_provides()
6025 2006-08-27 [colin]      2.4.0cvs96
6027         * configure.ac
6028         * src/plugins/Makefile.am
6029         * src/plugins/bogofilter/.cvsignore
6030         * src/plugins/bogofilter/Makefile.am
6031         * src/plugins/bogofilter/bogofilter.c
6032         * src/plugins/bogofilter/bogofilter.h
6033         * src/plugins/bogofilter/bogofilter_gtk.c
6034                 New Bogofilter plugin, provides filtering and
6035                 learning. Spamassassin will go to extra plugins.
6037 2006-08-26 [mones]      2.4.0cvs95
6039         * manual/handling.xml
6040                 Fix subfolder path in the example (thanks to Paul) 
6042 2006-08-26 [mones]      2.4.0cvs94
6044         * manual/glossary.xml
6045                 2.2. + add ISP to the glossary
6046                 7.5. + Add UIDL to glossary
6047                 7.7. + Add TCP to glossary
6048         * manual/handling.xml
6049                 7.1. + Mentions GNU/Linux distribution, what about the non...
6050                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
6051                 7.3. + Mentions .bashrc, what about the non-bash ones? 
6052                 7.4. = Use appropriate quotation for commands
6053                 7.6. = change "" to <quote></quote>
6054         * manual/plugins.xml
6055                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
6056         * manual/starting.xml
6057                 2.1. + local mbox file: some examples of mbox file locations...
6058                 Also reformatted files requiring it
6060 2006-08-26 [wwp]        2.4.0cvs93
6062         * src/summary_search.c
6063                 disable find buttons while summary search is running.
6065 2006-08-25 [colin]      2.4.0cvs92
6067         * src/folder.c
6068         * src/folderutils.c
6069         * src/mh.c
6070         * src/procmsg.h
6071         * src/summaryview.c
6072                 Speed up MH moving, and add progressbar
6073                 for MH deletion
6074         * src/msgcache.c
6075                 Write cache files using mmap() too
6077 2006-08-25 [wwp]        2.4.0cvs91
6079         * src/summaryview.c
6080                 switch spam<->ham button when a message has been marked as spam or ham
6081                 and is still selected. Thanks to Colin.
6083 2006-08-25 [paul]       2.4.0cvs90
6085         * src/Makefile.am
6086         * src/stock_pixmap.c
6087         * src/stock_pixmap.h
6088         * src/summaryview.c
6089         * src/gtk/icon_legend.c
6090         * src/pixmaps/copied.xpm
6091         * src/pixmaps/moved.xpm
6092                 add icons for delayed execution marked for
6093                 copying, marked for moving
6095 2006-08-25 [mones]      2.4.0cvs89
6097         * manual/glossary.xml
6098                 Fix the other glossary items:
6099                 5.1. = Inmmediate execution -> <quote>immediate execution...
6100                 5.2. = Fix MBOX capitalization -> Mbox
6101                 5.3. + Improve Plugins def. w/ tech. ref.
6102                 5.4. = Quotation -> replace '>' by <quote>></quote>
6103                 5.5. - SMTP Server. -> remove dot
6104         * po/es.po
6105                 Updated translation
6107 2006-08-25 [mones]      2.4.0cvs88
6109         * manual/ack.xml
6110                 Reformatted, changed email address
6111         * manual/glossary.xml
6112                 Reformatted, fixed MANUAL-TODO items:
6113                 8.2. + add ROT-13 to glossary
6114                 8.4. + add URL to glossary
6115         * manual/es/advanced.xml
6116                 Fixed <literal>s
6118 2006-08-25 [paul]       2.4.0cvs87
6120         * src/gtk/icon_legend.c
6121                 add 'marked for deletion' icon
6122                 arrange icons by containing column
6123                 wrap long label text
6125 2006-08-25 [colin]      2.4.0cvs86
6127         * src/common/utils.c
6128         * src/common/utils.h
6129                 Add the sc_g_*list_bigger functions in
6130                 a place everyone can use it
6131         * src/summaryview.c
6132                 Only freeze/thaw the list when working
6133                 on the selection, if it's bigger than 1
6134         * src/gtk/gtksctree.c
6135                 Only freeze/thaw the list when unselec-
6136                 ting 'all' if ('all' != 1)
6137                 This avoids some flickering
6139 2006-08-24 [colin]      2.4.0cvs85
6141         * src/addressbook.c
6142                 Fix strange list selection
6143                 Fix random seg (Invalid read of freed memory)
6145 2006-08-24 [colin]      2.4.0cvs84
6147         * src/alertpanel.c
6148         * src/gtk/inputdialog.c
6149         * src/plugins/pgpcore/passphrase.c
6150                 Revert minimal width patch of 2.4.0cvs67,
6151                 as it is also a maximal width. Use 
6152                 gtk_window_set_default_size instead.
6154 2006-08-24 [colin]      2.4.0cvs83
6156         * src/msgcache.c
6157                 Write cache/mark to temp files before
6158                 overwriting old ones (avoids metadata
6159                 loss if writing the new files fail).
6160                 Use mmap() to read cache/mark file, as
6161                 this makes cache reading faster. Dis-
6162                 abled for big-endian machines until it
6163                 can be tested. (Big-endian users: set
6164                 msgcache_use_mmap = TRUE in the relevant
6165                 #if).
6166         * src/procmsg.h
6167                 Move rarely used fields of MsgInfo in 
6168                 another structure, which will only be
6169                 allocated if needed. Face, X-Face,
6170                 Return receipt headers and List-*
6171                 headers are moved. Mails having none
6172                 of these occupy 52 bytes less with
6173                 this patch, which makes 2.5MB of RAM
6174                 saved on a 50k folder).
6175         * src/headerview.c
6176         * src/mainwindow.c
6177         * src/messageview.c
6178         * src/partial_download.c
6179         * src/procheader.c
6180         * src/procmsg.c
6181         * src/textview.c
6182                 Follow this structure change.
6184 2006-08-24 [wwp]        2.4.0cvs82
6186         * manual/es/.cvsignore
6187         * manual/es/dist/.cvsignore
6188         * manual/es/dist/html/.cvsignore
6189         * manual/es/dist/pdf/.cvsignore
6190         * manual/es/dist/ps/.cvsignore
6191         * manual/es/dist/txt/.cvsignore
6192                 more (generated) files to ignore.
6194 2006-08-24 [colin]      2.4.0cvs81
6196         * src/folder.c
6197         * src/mh.c
6198                 Fix possible problems with local delivery. Check the folder doesn't
6199                 need scan before setting its mtime when saving cache (which can be
6200                 done long after the folder's been modified by an external process);
6201                 Check that the stored item's mtime didn't change in mh functions.
6203 2006-08-24 [mones]      2.4.0cvs80
6205         * manual/advanced.xml
6206                 Rewrapping, some fixes and MANUAL-TODO items:
6207                 8.1. = change "" to <quote></quote>
6208                 8.3. = quote menu items
6209                 8.5. - deploying -> new user ... ideally a new user (redundant)
6211 2006-08-23 [colin]      2.4.0cvs79
6213         * src/gtk/gtksctree.c
6214                 When selecting or deselecting range, only
6215                 freeze/thaw when selection is bigger than 10
6217 2006-08-23 [colin]      2.4.0cvs78
6219         * src/messageview.c
6220         * src/mimeview.c
6221         * src/mimeview.h
6222         * src/plugins/dillo_viewer/dillo_viewer.c
6223                 Provide an API for MimeViewer plugins to
6224                 return a text selection for replying
6226 2006-08-23 [colin]      2.4.0cvs77
6228         * src/image_viewer.c
6229         * src/textview.c
6230                 Use gtk_pixbuf_new_from_file_at_scale(), which
6231                 is faster than getting the pixbuf then resizing
6232                 it.
6234 2006-08-23 [colin]      2.4.0cvs76
6236         * src/procmime.c
6237                 UTF-8 should be sent Quoted-printable
6239 2006-08-22 [colin]      2.4.0cvs75
6241         * src/mh.c
6242                 Check if scan is required before touching
6243                 the folder (or it'll be required every time)
6245 2006-08-22 [colin]      2.4.0cvs74
6247         * configure.ac
6248                 Require libetpan 0.46 (crasher fix when built
6249                 against gnutls)
6251 2006-08-22 [colin]      2.4.0cvs73
6253         * src/folder.c
6254                 Set folder's mtime after writing its
6255                 cache
6256         * src/folderview.c
6257                 Add some timing
6258         * src/procmsg.c
6259                 Don't do useless stuff if we don't 
6260                 thread by subject
6261         * src/summaryview.c
6262                 Add some timing, don't deselect prior
6263                 to selecting (gtksctree does it itself),
6264                 remove crash avoidance hacks as it's been
6265                 properly fixed since a while
6266         * src/common/utils.c
6267                 Optimize to_human_readable(): _() is slow,
6268                 do it only once, and avoid %f format for KB
6269                 (the most common in a summaryview)
6270         * src/gtk/gtksctree.c
6271                 Don't uselessly freeze/thaw (fixes flicker
6272                 on next unread and friends), reduce number
6273                 of g_list_nth/g_list_position where possible
6274         * src/gtk/gtkutils.c
6275         * src/gtk/gtkutils.h
6276                 Reduce number of g_list_nth/g_list_position
6277                 where possible.
6278                 All of this makes loading as 70k folder 2.1
6279                 seconds instead of 3.2 (with hot FS caches).
6280                 (1.3 seconds without Date and Size columns...)
6282 2006-08-22 [paul]       2.4.0cvs72
6284         wrap documents and do some items from mones' MANUAL-TODO:
6286         * manual/account.xml
6287                 4.1. = fix tabname references to <quote>tabname</quote>
6288                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6289         * manual/faq.xml
6290                 1.1. = mentioned options don't match UI
6291                 Add information about the 'Never send Return Receipts'
6292                 option
6293         * manual/handling.xml
6294                 6.2. = Mentions Extended symbols button, but now is
6295                 named Information
6296                 6.3. = Mentions ... button, which is now Edit
6298 2006-08-22 [colin]      2.4.0cvs71
6300         * src/gtk/pluginwindow.c
6301                 Fix layout in verbose translations (such
6302                 as french)
6304 2006-08-22 [paul]       2.4.0cvs70
6306         * manual/Makefile.am
6307                 build manuals in alphabetical order
6308         * src/addressbook.c
6309         * src/prefs_themes.c
6310                 replace/remove deprecated symbols
6311         * src/gtk/gtkutils.c
6312                 fix a warning
6313         * src/gtk/pluginwindow.c
6314                 replace deprecated symbol
6315                 replace label text and move it
6316         * src/plugins/pgpcore/prefs_gpg.c
6317                 move the 'Generate...' button out of the
6318                 Sign Key frame, replace the English used
6319         * src/plugins/pgpcore/sgpgme.c
6320                 fixes to the English
6322 2006-08-21 [colin]      2.4.0cvs69
6324         * src/plugins/trayicon/trayicon.c
6325                 Add more strings for translation; patch
6326                 by Pawel
6328 2006-08-21 [colin]      2.4.0cvs68
6330         * src/compose.c
6331                 fix replied flag not set after drafting
6332         * src/matcher.c
6333                 fix body quicksearch in non-encoded bodies
6334                 containing '='
6335         * src/msgcache.c
6336                 Get rid of the g_malloc workaround for
6337                 corrupted caches, use g_try_malloc
6339 2006-08-21 [colin]      2.4.0cvs67
6341         * src/alertpanel.c
6342         * src/gtk/inputdialog.c
6343         * src/plugins/pgpcore/passphrase.c
6344                 Set minimal width to 375
6345         * src/mainwindow.c
6346                 Fix switching to offline, asking if it 
6347                 should be overriden for synchronising
6348         * src/mimeview.c
6349                 Don't offer to remember command on Open 
6350                 with for text parts, as the browser or 
6351                 text editor command isn't changed from 
6352                 there
6354 2006-08-20 [paul]       2.4.0cvs66
6356         * po/ko.po
6357         * po/zh_CN.po
6358                 fix plural form errors. revealed by stricter
6359                 checking of gettext 0.15
6361 2006-08-18 [paul]       2.4.0cvs65
6363         * src/stock_pixmap.c
6364                 fix the fix of 2.4.0cvs64
6365                 Thanks to Colin
6367 2006-08-18 [paul]       2.4.0cvs64
6369         * src/stock_pixmap.c
6370                 fix leaks
6371                 Thanks to Colin
6373 2006-08-18 [paul]       2.4.0cvs63
6375         * src/compose.c
6376         * src/procmsg.c
6377                 fix occasional IMAP bug where large msgs
6378                 were left in the queue folder after sending
6379                 Thanks to Colin
6381 2006-08-18 [paul]       2.4.0cvs62
6383         * src/folderview.c
6384                 freeze the summaryview while quicksearch results
6385                 are displayed
6386                 (fixes bug 456 'current message is hidden when the
6387                 view is refreshed and extended search is "unread 
6388                 messages"')
6389                 Thanks to Colin
6390         * src/textview.c
6391                 add missing #include "inputdialog.h"
6392         * src/common/utils.h
6393                 add missing mailcap_update_default() and improve
6394                 readability
6396 2006-08-17 [colin]      2.4.0cvs61
6398         * src/plugins/pgpcore/select-keys.c
6399                 Fix warnings :)
6401 2006-08-17 [colin]      2.4.0cvs60
6403         * src/compose.c
6404                 Don't continue queuing if Cancel is clicked
6405                 in select-keys
6407 2006-08-17 [colin]      2.4.0cvs59
6409         * src/plugins/pgpcore/select-keys.c
6410                 When encrypting, if only one key matches and it 
6411                 matches exactly, automatically use it.
6413 2006-08-17 [colin]      2.4.0cvs58
6415         * src/mimeview.c
6416         * src/prefs_common.c
6417         * src/prefs_common.h
6418         * src/prefs_ext_prog.c
6419         * src/textview.c
6420                 Fix issues with previous patch (text/html)
6421                 Remove outdated prefs
6423 2006-08-17 [colin]      2.4.0cvs57
6425         * src/imap.c
6426                 Add View Log button on auth error
6427         * src/procmsg.c
6428                 Fix encrypted mail marked as new when
6429                 saved in normal folders
6430         * src/plugins/pgpinline/pgpinline.c
6431                 Fix encrypt bug on IMAP
6432         * src/mimeview.c
6433         * src/common/utils.c
6434         * src/common/utils.h
6435         * src/gtk/inputdialog.c
6436         * src/gtk/inputdialog.h
6437                 Get rid of metamail stuff, simplify
6438                 opening, and allow remembering of user's
6439                 choices (by updating ~/.mailcap). There's
6440                 still to drop "Audio player" and "Image
6441                 viewer" preferences.
6443 2006-08-17 [mones]      2.4.0cvs56
6445         * manual/es/sylpheed-claws-manual.xml
6446                 fix DTD path
6448 2006-08-17 [mones]      2.4.0cvs55
6450         * configure.ac
6451         * manual/Makefile.am
6452         * manual/es/Makefile.am
6453         * manual/es/account.xml
6454         * manual/es/ack.xml
6455         * manual/es/addrbook.xml
6456         * manual/es/advanced.xml
6457         * manual/es/faq.xml
6458         * manual/es/glossary.xml
6459         * manual/es/gpl.xml
6460         * manual/es/handling.xml
6461         * manual/es/intro.xml
6462         * manual/es/keyboard.xml
6463         * manual/es/plugins.xml
6464         * manual/es/starting.xml
6465         * manual/es/sylpheed-claws-manual.xml
6466         * manual/es/dist/Makefile.am
6467         * manual/es/dist/html/Makefile.am
6468         * manual/es/dist/pdf/Makefile.am
6469         * manual/es/dist/ps/Makefile.am
6470         * manual/es/dist/txt/Makefile.am
6471                 Spanish translation for the manual
6473 2006-08-16 [colin]      2.4.0cvs54
6475         * src/compose.c
6476         * src/main.c
6477         * src/mainwindow.c
6478                 Fix send button sensitivity at startup
6479                 Set send menu sensitivity (patch by Fabien)
6480         * src/ssl_manager.c
6481                 Enable closing with esc (patch by Fabien)
6482         * src/gtk/foldersort.c
6483                 Enable closing with esc (patch by Fabien)
6484         * src/procmime.c
6485                 Optimisation (no need to copy to tempfile to
6486                 "decode" 7bit and 8bit)
6487         * src/summaryview.c
6488                 Fix cruft in swap_from case
6489         * src/textview.c
6490                 Fix missing last line in some mail cases 
6491                 (Fixes debian #381872)
6492         * src/plugins/pgpcore/prefs_gpg.c
6493         * src/plugins/pgpcore/sgpgme.c
6494         * src/plugins/pgpcore/sgpgme.h
6495                 Don't show "no key found" when user explicitely
6496                 wants to create a key
6498 2006-08-16 [paul]       2.4.0cvs53
6500         * configure.ac
6501         * src/account.c
6502         * src/addressbook.c
6503         * src/headerview.c
6504         * src/prefs_account.c
6505         * src/prefs_message.c
6506         * src/gtk/gtkutils.c
6507                 bump up minimum required versions of GTK+ and
6508                 GLIB to 2.6.0
6510 2006-08-16 [paul]       2.4.0cvs52
6512         * src/toolbar.c
6513                 workaround GTK+ Bug 351600 - 'Can't re-click
6514                 on button after sensitivity update'
6515                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6516                 Thanks to Colin
6518 2006-08-15 [colin]      2.4.0cvs51
6520         * src/plugins/pgpcore/prefs_gpg.c
6521                 Set options sensitivity according to
6522                 key existence
6523         * src/plugins/pgpcore/sgpgme.c
6524                 Allow to create key with no passphrase
6526 2006-08-14 [cleroy]     2.4.0cvs50
6528         * src/gtk/pluginwindow.c
6529                 New layout (maybe to be changed?)
6530         * src/gtk/gtkutils.c
6531                 Fix a bit label_window
6532         * src/plugins/pgpcore/passphrase.c
6533         * src/plugins/pgpcore/passphrase.h
6534         * src/plugins/pgpcore/plugin.c
6535         * src/plugins/pgpcore/prefs_gpg.c
6536         * src/plugins/pgpcore/prefs_gpg.h
6537         * src/plugins/pgpcore/sgpgme.c
6538         * src/plugins/pgpcore/sgpgme.h
6539                 Allow to create a PGP private key via the GUI
6541 2006-08-14 [wwp]        2.4.0cvs49
6543         * src/addressbook_foldersel.c
6544                 fix strict ISO C90 compliance.
6546 2006-08-14 [paul]       2.4.0cvs48
6548         * src/gtk/prefswindow.c
6549                 re-set scrolled window on opening
6550                 Patch by Ticho
6552 2006-08-14 [paul]
6554         2.5.0-rc1 released
6556 2006-08-14 [paul]       2.4.0cvs47
6558         * src/prefs_display_header.c
6559                 re-enable user-defined Displayed Headers
6561 2006-08-14 [paul]       2.4.0cvs46
6563         * src/prefs_account.c
6564                 use GTK_STOCK_EDIT
6566 2006-08-13 [colin]      2.4.0cvs45
6568         * src/common/utils.c
6569                 Fix "a" in quote when the original message is empty,
6570                 by using \0 instead of 'a' to test writability of
6571                 temp files.
6573 2006-08-13 [wwp]        2.4.0cvs44
6575         * src/plugins/spamassassin/spamassassin.c
6576                 fix capitalization of "SpamAssassin" in some debug, log and
6577                 dialog messages.
6579 2006-08-13 [paul]       2.4.0cvs43
6581         * src/editldap.c
6582                 fix overlapping widgets
6583         * src/prefs_account.c
6584                 fix translation of protocol_names[]
6585                 fix label disappearing off the edge of the
6586                 visible area
6588 2006-08-12 [paul]       2.4.0cvs42
6590         * manual/plugins.xml
6591                 update IRC channel info before it gets forgotten
6592                 about
6594 2006-08-11 [colin]      2.4.0cvs41
6596         * src/compose.c
6597         * src/mainwindow.c
6598         * src/mainwindow.h
6599         * src/procmsg.c
6600         * src/procmsg.h
6601         * src/summaryview.c
6602         * src/toolbar.c
6603                 Grey out the Send button if
6604                 - Queue folders are empty, or
6605                 - We're sending already
6607 2006-08-11 [wwp]        2.4.0cvs40
6609         * src/main.c
6610                 fix a logic issue when quitting while a compose window is
6611                 still open, thanks to Colin.
6613 2006-08-10 [colin]      2.4.0cvs39
6615         * src/main.c
6616                 Fix default font size setting after wizard run
6617         * src/imap.c
6618         * src/etpan/imap-thread.c
6619         * src/etpan/imap-thread.h
6620                 Fix bug #999 (Timing out on TSL cert validation 
6621                 dialog makes ugly things happen). Also, STARTTLS
6622                 unconditionnaly if initial capabilities contain
6623                 LOGINDISABLED and STARTTLS.
6625 2006-08-09 [colin]      2.4.0cvs38
6627         * src/mainwindow.c
6628         * src/mainwindow.h
6629                 Fix Tools/Actions sensitivity when there are
6630                 no actions
6632 2006-08-09 [colin]      2.4.0cvs37
6634         * src/prefs_filtering.c
6635                 Warning fix, patch by Paul
6636         * src/messageview.c
6637         * src/prefs_actions.c
6638         * src/prefs_filtering_action.c
6639         * src/prefs_matcher.c
6640                 Uniformisation of "Info ..." to "Info..." (for
6641                 old gtk), patch by Fabien
6642         * src/plugins/clamav/clamav_plugin_gtk.c
6643                 Sensitivity fix by Fabien
6645 2006-08-09 [colin]      2.4.0cvs36
6647         * src/main.c
6648         * src/main.h
6649                 Add a function to know whether we're exiting
6650         * src/plugins/trayicon/trayicon.c
6651                 If exiting, don't do anything. Faster, and
6652                 avoids gtk_main_iteration reentracy causing
6653                 segfaults at exit
6655 2006-08-09 [colin]      2.4.0cvs35
6657         * src/messageview.c
6658         * src/mimeview.c
6659         * src/mimeview.h
6660                 Fix lack of part selection when automatically 
6661                 jumping to a specific part
6662         * src/msgcache.c
6663                 Little optimisation in cache reading
6665 2006-08-09 [colin]      2.4.0cvs34
6667         * src/compose.c
6668                 Fix crash setting the priority on reedit
6669                 (Accessing compose before creating it!)
6671 2006-08-08 [colin]      2.4.0cvs33
6673         * src/procmime.c
6674                 Fix bug #998 (last attachment is not accessible)
6675                 Bad RFC interpretation on multipart close-delimiters
6676         * src/mimeview.c
6677         * src/mimeview.h
6678         * src/gtk/gtkvscrollbutton.c
6679         * src/gtk/gtkvscrollbutton.h
6680                 Make attachments list wheel-scrollable
6682 2006-08-07 [colin]      2.4.0cvs32
6684         * src/gtk/gtkaspell.c
6685                 Fix bug #973 (Unicode punctation characters 
6686                 are not recognized as separators by the
6687                 spell checker); fix unsigned stuff
6689 2006-08-07 [colin]      2.4.0cvs31
6691         * src/compose.c
6692                 Fix bug #956 (DnD text with accents in compose 
6693                 text entry); fix gccc's signed/unsigned fuss
6695 2006-08-06 [colin]      2.4.0cvs30
6697         * src/main.c
6698                 Fix bug #979 (Plugin crashes when exiting 
6699                 sylpheed-claws) : handle exit request only 
6700                 once
6702 2006-08-05 [colin]      2.4.0cvs29
6704         * src/news.c
6705                 Just make sure we have a msgid.
6707 2006-08-05 [colin]      2.4.0cvs28
6709         * src/news.c
6710         * src/summaryview.c
6711                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6712                 by reimplementing it
6713         * src/textview.c
6714                 Fix bug when hiding quotes with level > 3 and quote
6715                 colors are recycled
6717 2006-08-04 [colin]      2.4.0cvs27
6719         * src/compose.c
6720         * src/undo.c
6721         * src/undo.h
6722                 Fix a bit replace-by-pasting undo
6723         * src/mainwindow.c
6724         * src/messageview.c
6725                 Fix Fold quotes menu synchro in
6726                 mainwindow when it changes in 
6727                 messageview
6728         * src/textview.c
6729                 Fix right-click on quotes blocks
6730         * src/common/utils.c
6731                 Verify that the file created by
6732                 my_tmpfile() is writable. Fixes
6733                 bug #988 (very specific filesystem
6734                 issue)
6735         * src/plugins/pgpcore/sgpgme.c
6736                 Fix file descriptor leak
6737         * src/plugins/spamassassin/spamassassin.c
6738                 Warn once if spamd isn't reachable
6740 2006-08-04 [colin]      2.4.0cvs26
6742         * src/toolbar.c
6743                 i18n context patch by Fabien
6745 2006-08-03 [colin]      2.4.0cvs25
6747         * src/mainwindow.c
6748         * src/messageview.c
6749                 Rename "Hide quotes" to "Fold quotes"
6750         * src/textview.c
6751                 Don't use hand cursor on quotes. "all 
6752                 the bonuses of the feature and none of 
6753                 unwelcome side-effects"
6755 2006-08-03 [colin]      2.4.0cvs24
6757         * AUTHORS
6758         * sylpheed-claws.desktop
6759         * src/gtk/authors.h
6760                 Bring the desktop file to XDG compliance
6761                 Patch by Charles A. Edwards
6763 2006-08-03 [colin]      2.4.0cvs23
6765         * src/textview.c
6766                 Fix links offset when they are preceded
6767                 by accentued chars (g_utf8_strlen!)
6768         * src/mainwindow.c
6769                 Fix wrong status when starting offline
6772 2006-08-03 [wwp]        2.4.0cvs22
6774         * src/prefs_common.h
6775                 ask what to do w/ filtering rules that belong to an account when
6776                 applying filtering rules manually from the main window (skip,
6777                 apply regardless of the account, use current account). This dialog
6778                 can be skipped and the last reply used.
6779                 (forgot that file)
6781 2006-08-03 [wwp]        2.4.0cvs21
6783         * src/filtering.c
6784         * src/filtering.h
6785         * src/prefs_common.c
6786         * src/summaryview.c
6787         * src/alertpanel.c
6788         * src/alertpanel.h
6789         * src/messageview.c
6790                 ask what to do w/ filtering rules that belong to an account when
6791                 applying filtering rules manually from the main window (skip,
6792                 apply regardless of the account, use current account). This dialog
6793                 can be skipped and the last reply used.
6796 2006-08-03 [colin]      2.4.0cvs20
6798         * src/textview.c
6799                 Optimize previous patch
6801 2006-08-03 [cleroy]     2.4.0cvs19
6803         * src/textview.c
6804                 Fix quotes getting toggled back when the
6805                 mail has an even number of text parts
6807 2006-08-02 [colin]      2.4.0cvs18
6809         * src/messageview.c
6810                 Add Hide quotes menu
6812 2006-08-02 [colin]      2.4.0cvs17
6814         * src/mainwindow.c
6815         * src/prefs_common.c
6816         * src/textview.c
6817         * src/textview.h
6818         * src/gtk/about.c
6819                 Allow per-level quote hiding,
6820                 Allow toggling quotes by double-clicking them
6821                 Rename RemoteURI to ClickableText to reflect
6822                 the fact it's used for a variety of things
6824 2006-08-02 [wwp]        2.4.0cvs16
6826         * src/mainwindow.c
6827                 fix "View/Hide quotes" menu item status initialization.
6829 2006-08-02 [wwp]        2.4.0cvs15
6831         * src/matcher_parser_parse.y
6832                 remove a debug trace.
6834 2006-08-02 [paul]       2.4.0cvs14
6836         * src/plugins/pgpcore/passphrase.c
6837                 don't set initial dialog size
6838                 make it resizable
6840 2006-08-02 [paul]       2.4.0cvs13
6842         * src/noticeview.c
6843                 remove the rogue '/' character
6845 2006-08-02 [paul]       2.4.0cvs12
6847         * src/noticeview.c
6848                 allow buttons to resize as necessary
6850 2006-08-01 [wwp]        2.4.0cvs11
6852         * src/mbox.c
6853                 fix strict ISO C90 compliance.
6855 2006-08-01 [wwp]        2.4.0cvs10
6857         * tools/update-po
6858                 updated update-po tool to work w/ context-dependent translations.
6859                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6861 2006-08-01 [wwp]        2.4.0cvs9
6863         * src/matcher.c
6864         * src/prefs_filtering.c
6865         * src/prefs_matcher.c
6866                 allow context-dependent translations for "All",
6867                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6869 2006-07-31 [colin]      2.4.0cvs8
6871         * AUTHORS
6872         * src/gtk/authors.h
6873                 Add Rafal to authors
6875 2006-07-31 [colin]      2.4.0cvs7
6877         * src/compose.c
6878         * src/mainwindow.c
6879         * src/messageview.h
6880         * src/prefs_common.c
6881         * src/prefs_common.h
6882         * src/textview.c
6883                 Add 'View/Hide quotes'. Patch based on a patch
6884                 by Rafal Weglarz
6886 2006-07-31 [colin]      2.4.0cvs6
6888         * src/action.c
6889                 Fix problem with "> stuff >" actions
6891 2006-07-31 [paul]       2.4.0cvs5
6893         * po/nb.po
6894                 updated by Geir Helland
6896 2006-07-31 [wwp]        2.4.0cvs4
6898         * src/mainwindow.c
6899         * src/summaryview.c
6900         * src/summaryview.h
6901                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6902                 thanks to Colin.
6904 2006-07-31 [wwp]        2.4.0cvs3
6906         * src/Makefile.am
6907         * src/addr_compl.c
6908         * src/addr_compl.h
6909         * src/addressbook.c
6910         * src/addressbook.h
6911         * src/addressbook_foldersel.c
6912         * src/addressbook_foldersel.h
6913         * src/addrindex.c
6914         * src/addrindex.h
6915         * src/matcher.c
6916         * src/matcher.h
6917         * src/matcher_parser_lex.l
6918         * src/matcher_parser_parse.y
6919         * src/prefs_common.c
6920         * src/prefs_common.h
6921         * src/prefs_filtering.c
6922         * src/prefs_matcher.c
6923         * src/prefs_matcher.h
6924         * src/summaryview.c
6925                 introduce filtering against the address book. It's now possible to add
6926                 matched conditions to determine if any email address in a message matches
6927                 or doesn't match any or all books or folders in the address book.
6929 2006-07-31 [wwp]        2.4.0cvs2
6931         * src/account.c
6932         * src/filtering.c
6933         * src/filtering.h
6934         * src/folder.c
6935         * src/folderview.c
6936         * src/inc.c
6937         * src/mainwindow.c
6938         * src/matcher.c
6939         * src/matcher_parser_lex.l
6940         * src/matcher_parser_parse.y
6941         * src/mbox.c
6942         * src/prefs_filtering.c
6943         * src/prefs_filtering.h
6944         * src/procmsg.c
6945         * src/procmsg.h
6946         * src/summaryview.c
6947                 introduce per-account filtering rules. Each filtering rule can now be assigned
6948                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6949                 when applying filtering rules manually, as all rules will apply - even the ones
6950                 assigned to an account. This issue will be addressed soon.
6954 2006-07-31 [wwp]        2.4.0cvs1
6956         * src/quote_fmt.c
6957                 make more strings translatable.
6959 2006-07-31 [paul]       2.4.0
6961         2.4.0 released
6963 2006-07-31 [paul]       2.3.1cvs91
6965         * po/ca.po
6966                 updated by Miquel Oliete
6968 2006-07-31 [paul]       2.3.1cvs90
6970         * po/de.po
6971         * po/el.po
6972         * po/fr.po
6973         * po/it.po
6974         * po/pl.po
6975         * po/pt_BR.po
6976         * po/sr.po
6977         * po/zh_CN.po
6978                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6979                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6980                 Aleksandar Urosevic, and Ralgh Young
6982 2006-07-31 [paul]       2.3.1cvs89
6984         * src/account.c
6985         * src/main.c
6986         * src/mainwindow.c
6987         * src/mainwindow.h
6988                 Fix a race condition when, after an SC crash, rescanning
6989                 folders took more than 0.5 seconds
6990                 Thanks to Colin
6992 2006-07-31 [paul]       2.3.1cvs88
6994         * src/folderview.c
6995                 don't translate separator strings
6997 2006-07-30 [mones]      2.3.1cvs87
6999         * doc/man/sylpheed-claws.1
7000                 Fixed non-ASCII chars in Hoa's name
7001         * po/es.po
7002                 Updated for release
7004 2006-07-27 [colin]      2.3.1cvs86
7006         * src/textview.c
7007                 Don't include the leading \n in links
7008                 Patch by Fabien
7010 2006-07-25 [colin]      2.3.1cvs85
7012         * src/mainwindow.c
7013         * src/common/socket.h
7014         * src/etpan/imap-thread.c
7015                 Refresh resolvers before connecting
7016                 to IMAP servers, and after switching
7017                 to online. Thanks to Paul.
7019 2006-07-18 [colin]
7021         * 2.4.0-rc4 released
7023 2006-07-17 [colin]      2.3.1cvs84
7025         * src/inc.c
7026                 Show connection attempt in statusbar before
7027                 connecting (previously first message was
7028                 "Retrieving messages from ..." after the
7029                 connection succeeded.
7031 2006-07-16 [wwp]        2.3.1cvs83
7033         * sylpheed-claws.ico
7034                 Added .ico file (windows multi-size icon file, generated).
7036 2006-07-12 [wwp]        2.3.1cvs82
7038         * src/messageview.c
7039                 remove Message/Re-edit menu entry from messageview window,
7040                 as sent/draft/queued messages are opened in compose window when
7041                 re-edited and it's not possible to re-edit other msgs.
7043 2006-07-12 [paul]       2.3.1cvs81
7045         * AUTHORS
7046         * src/mainwindow.c
7047         * src/gtk/authors.h
7048                 check online state before resetting
7049                 mailcheck timer. Useful if some program
7050                 verifies connection state and updates
7051                 Claws.
7052                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
7054 2006-07-12 [paul]       2.3.1cvs80
7056         * sylpheed-claws-128x128.png
7057         * sylpheed-claws-64x64.png
7058         * sylpheed-claws.png
7059         * src/Makefile.am
7060         * src/main.c
7061         * src/prefs_toolbar.c
7062         * src/stock_pixmap.c
7063         * src/stock_pixmap.h
7064         * src/wizard.c
7065         * src/gtk/about.c
7066         * src/gtk/gtkutils.c
7067         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
7068         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
7069         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
7070         * src/pixmaps/sylpheed.xpm              ** REMOVED **
7071         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
7072         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
7073                 updated and renamed logo/icon files and related
7074                 logo by Jesper Schultz
7076 2006-07-11 [paul]       2.3.1cvs79
7078         * src/main.c
7079                 fix the labels a smidgin
7081 2006-07-09 [colin]      2.3.1cvs78
7083         * src/textview.c
7084                 Show errors in textviewer's command
7085                 Patch by H. Merijn Brand
7087 2006-07-09 [colin]      2.3.1cvs77
7089         * src/compose.c
7090                 Save FMID in drafts too
7092 2006-07-08 [colin]      2.3.1cvs76
7094         * src/compose.c
7095                 Svae RMID in drafted mails too
7096                 Save quote_fmt vars for whole mails,
7097                 don't reset at each quote_fmt_init:
7098                 allows to use the same |i{var} in
7099                 various template fields
7100         * src/prefs_template.c
7101         * src/quote_fmt.h
7102         * src/quote_fmt_parse.y
7103                 Same
7105 2006-07-08 [colin]      2.3.1cvs75
7107         * src/textview.c
7108                 Fix highlighting of attached parts URIs
7110 2006-07-08 [colin]      2.3.1cvs74
7112         * src/main.c
7113                 Prevent bug #981 (sc 2.3.1 segfaults with 
7114                 gtk+ 2.10) from being reported again:
7115                 if Sylpheed-Claws has been compiled against
7116                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7117                 of if Sylpheed-Claws has been compiled against
7118                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7119                 error out.
7121 2006-07-07 [colin]      2.3.1cvs73
7123         * src/prefs_actions.c
7124                 Fix label
7126 2006-07-07 [colin]      2.3.1cvs72
7128         * src/prefs_actions.c
7129                 Fix compile on gtk < 2.8. argh :)
7131 2006-07-07 [paul]       2.3.1cvs71
7133         * src/common/defs.h
7134                 update DONATE_URI
7136 2006-07-07 [colin]      2.3.1cvs70
7138         * po/POTFILES.in
7139         * src/quote_fmt.c
7140         * src/quote_fmt_lex.l
7141         * src/quote_fmt_parse.y
7142                 Add |i{var}, a way to insert user-entered
7143                 text in a template
7145 2006-07-07 [colin]
7147         * 2.4.0-rc3 released
7149 2006-07-07 [colin]      2.3.1cvs69
7151         * src/folder.c
7152                 Don't consider inboxes of UNKNOWN folder 
7153                 classes to be useable as default inboxes
7155 2006-07-07 [paul]       2.3.1cvs68
7157         * src/textview.c
7158                 add missing #include <errno.h>
7159                 Thanks to René J. Blokland
7161 2006-07-07 [paul]       2.3.1cvs67
7163         * src/action.c
7164                 Return now Closes dialog
7165         * src/mimeview.c
7166         * src/mimeview.h
7167         * src/textview.c
7168                 add contextual menu to mime parts listed
7169                 in the textview
7170                 Thanks to Colin
7171         * src/common/utils.c
7172                 reversal: ' is a valid character in URLs
7174 2006-07-06 [colin]      2.3.1cvs66
7176         * src/remotefolder.h
7177                 Forgotten in previous commit
7179 2006-07-06 [colin]      2.3.1cvs65
7181         * src/folder.c
7182                 Set summary update flag whenever
7183                 totals changed
7184         * src/imap.c
7185         * src/prefs_account.c
7186         * src/common/utils.h
7187         * src/etpan/imap-thread.c
7188                 Fix warnings, thanks to Fabien and
7189                 Ricardo
7191 2006-07-06 [wwp]        2.3.1cvs64
7193         * src/gtk/gtkutils.c
7194                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7196 2006-07-06 [wwp]        2.3.1cvs63
7198         * src/account.c
7199         * src/addressbook.c
7200         * src/addressitem.h
7201         * src/folderview.c
7202         * src/mainwindow.c
7203         * src/manual.c
7204         * src/manual.h
7205         * src/message_search.c
7206         * src/prefs_actions.c
7207         * src/prefs_filtering.c
7208         * src/prefs_filtering.h
7209         * src/prefs_template.c
7210         * src/summary_search.c
7211         * src/summaryview.c
7212         * src/gtk/gtkutils.c
7213         * src/gtk/gtkutils.h
7214         * src/gtk/pluginwindow.c
7215                 add help buttons to some dialogs. Clicking such buttons opens a
7216                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7218 2006-07-06 [paul]       2.3.1cvs62
7220         * src/textview.c
7221                 fix attachments contextual menu
7222                 Thanks to Colin
7224 2006-07-05 [colin]      2.3.1cvs61
7226         * src/textview.c
7227         * src/compose.c
7228                 Handle sftp:// links
7230 2006-07-05 [paul]       2.3.1cvs60
7232         * src/gtk/filesel.c
7233                 grab save button by default
7234                 Thanks to Colin
7236 2006-07-05 [wwp]        2.3.1cvs59
7238         * manual/xml2pdf
7239                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7241 2006-07-04 [colin]      2.3.1cvs58
7243         * src/mimeview.c
7244         * src/textview.c
7245                 Use left click to select, middle click to open
7246                 on mimeparts links
7247         * src/common/utils.c
7248                 Fix segfault
7250 2006-07-04 [colin]      2.3.1cvs57
7252         * src/mainwindow.c
7253         * src/news.c
7254                 Warning fixes, thanks to Fabien
7256 2006-07-04 [colin]      2.3.1cvs56
7258         * src/mimeview.c
7259         * src/mimeview.h
7260         * src/textview.c
7261                 Allow parts to be selected via their text label
7262                 in textview
7264 2006-07-04 [colin]      2.3.1cvs55
7266         * src/folderview.c
7267                 Feedback when closing (for big folders)
7268         * src/prefs_actions.c
7269         * src/prefs_filtering.c
7270         * src/prefs_matcher.c
7271         * src/prefs_template.c
7272                 Fix default button when closing without
7273                 having saved
7275 2006-07-04 [colin]      2.3.1cvs54
7277         * src/news.c
7278                 Delete local file on deletion
7280 2006-07-03 [colin]      2.3.1cvs53
7282         * src/folderview.c
7283         * src/main.c
7284                 Don't freeze when rescanning after crash
7286 2006-07-03 [wwp]        2.3.1cvs52
7288         * src/compose.c
7289         * src/privacy.c
7290         * src/privacy.h
7291         * src/plugins/pgpinline/pgpinline.c
7292         * src/plugins/pgpmime/pgpmime.c
7293                 don't report an error when the user cancels the passphrase dialog.
7295 2006-07-02 [colin]      2.3.1cvs51
7297         * src/folderview.c
7298                 Open message when crossing folders with Space,
7299                 goto next unread and friends
7301 2006-07-01 [colin]      2.3.1cvs50
7303         * src/prefs_account.c
7304                 Typographic rules varying from language
7305                 to language (in french "Protocole :"),
7306                 we have to do that :)
7308 2006-07-01 [ticho]      2.3.1cvs49
7310         * src/prefs_account.c
7311                 Only use one temporary gchar* variable in
7312                 prefs_account_protocol_set_optmenu().
7314 2006-07-01 [ticho]      2.3.1cvs48
7316         * src/prefs_account.c
7317         * src/prefs_account.h
7318                 Use GtkLabel for existing account protocol name.
7319                 Created an array for protocol names and populate the
7320                 combobox from it in a for() cycle.
7322 2006-06-30 [colin]      2.3.1cvs47
7324         * src/compose.c
7325                 Block undo when changing signature (by changing
7326                 account)
7328 2006-06-30 [paul]       2.3.1cvs46
7330         * src/send_message.c
7331                 when editing From in the Compose window, use that address
7332                 in the Return-Path: header
7333                 Thanks to Colin
7335 2006-06-30 [colin]      2.3.1cvs45
7337         * src/compose.c
7338                 Fix signature replacement:
7339                 - when no newline before separator
7340                 - when reediting
7342 2006-06-29 [colin]      2.3.1cvs44
7344         * src/folderview.c
7345         * src/folderview.h
7346         * src/mainwindow.c
7347         * src/summaryview.c
7348                 Let 'View/Go to/Next marked' work like
7349                 Next new & Next unread: across folders
7350                 Change the select_on_entry pref to do
7351                 what we want when changing folder
7352         * src/common/utils.c
7353                 Fix single-quoted links 
7355 2006-06-29 [colin]      2.3.1cvs43
7357         * src/gtk/gtkaspell.c
7358                 "Sylpheed" and "Sylpheed-Claws" do exist !
7360 2006-06-29 [colin]      2.3.1cvs42
7362         * src/imap.c
7363                 Forgot to remove debug
7365 2006-06-29 [colin]      2.3.1cvs41
7367         * src/imap.c
7368         * src/imap.h
7369         * src/mainwindow.c
7370                 Disconnect from IMAP servers when going
7371                 offline. Fixes bug #978 (going to offline-mode 
7372                 won't close connections)
7374 2006-06-29 [colin]      2.3.1cvs40
7376         * src/main.c
7377                 Fix transient setting on failing plugins
7378                 Patch by Fabien
7379         * src/plugins/pgpcore/sgpgme.c
7380                 Only warn for OpenPGP. Most people don't
7381                 have CMS available.
7383 2006-06-29 [colin]      2.3.1cvs39
7385         * src/compose.c
7386                 Fix Spelling menu (discrepancy between context menu
7387                 and top menu when folder's dictionary isn't the 
7388                 default one)
7389         * src/plugins/pgpcore/sgpgme.c
7390                 More error reporting about why gpgme can fail
7392 2006-06-29 [wwp]        2.3.1cvs38
7394         * src/mainwindow.c
7395                 honor the display-header-pane setting even when the message view
7396                 is a separate window.
7398 2006-06-29 [wwp]        2.3.1cvs37
7400         * src/prefs_actions.c
7401                 forgot to commit that one (use of GTK_STOCK_INFO).
7403 2006-06-29 [colin]      2.3.1cvs36
7405         * src/imap.c
7406                 Better handling of login errors (ask the password
7407                 again once), alert in case of error. Fix three
7408                 signedness warnings.
7410 2006-06-28 [wwp]        2.3.1cvs35
7412         * src/prefs_template.c
7413         * src/prefs_matcher.c
7414         * src/prefs_filtering_action.c
7415         * src/prefs_quote.c
7416                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7417                 patch by Fabien Vantard, slightly modified.
7419 2006-06-28 [paul]
7421         2.4.0-rc2 released
7423 2006-06-28 [colin]      2.3.1cvs34
7425         * src/prefs_account.c
7426                 Fix bug #977 (Can't add or edit imap accounts)
7428 2006-06-28 [colin]      2.3.1cvs33
7430         * src/mimeview.c
7431                 Fix previous
7433 2006-06-28 [colin]      2.3.1cvs32
7435         * src/mimeview.c
7436                 Save named inlined attachments with "Save all"
7437         * src/main.c
7438         * src/mbox.c
7439         * src/common/plugin.c
7440         * src/common/plugin.h
7441         * src/common/sylpheed.c
7442         * src/common/utils.c
7443         * src/plugins/pgpcore/sylpheed.def
7444         * src/plugins/pgpinline/sylpheed.def
7445         * src/plugins/pgpmime/sylpheed.def
7446                 Win32 compatibility patch, by
7447                 Werner Koch
7449 2006-06-28 [wwp]        2.3.1cvs31
7451         * src/imap.c
7452         * src/prefs_folder_item.c
7453                 less compilation warnings (thanks to Fabien Vantard), less typos.
7455 2006-06-28 [paul]       2.3.1cvs30
7457         * src/gtk/gtkutils.c
7458                 gtk_combo_box_set_focus_on_click() is only
7459                 available since gtk 2.6.0
7461 2006-06-28 [paul]       2.3.1cvs29
7463         * src/prefs_ext_prog.c
7464                 fix engrish and add a tooltip for the
7465                 'command for 'Display as text' option
7467 2006-06-28 [paul]
7469         2.4.0-rc1 released
7471 2006-06-28 [paul]       2.3.1cvs28
7473         * ChangeLog
7474         * tools/Makefile.am
7475                 include textviewer.pl in releases
7477 2006-06-28 [paul]       2.3.1cvs27
7479         * src/prefs_ext_prog.c
7480                 hide Print command option if libgnomeprint
7481                 support is present
7483 2006-06-27 [colin]      2.3.1cvs26
7485         * src/compose.c
7486                 Fix Esc handling in insert/attach dialog
7487                 Don't show this dialog if dragging something
7488                 else than text/uri-list
7489                 Thanks to Fabien Vantard
7490         * tools/textviewer.pl
7491                 Filter script to display stuff as text
7492                 by H. Merijn Brand
7494 2006-06-27 [wwp]        2.3.1cvs25
7496         * src/messageview.c
7497                 use the exact product name (message view title), patch
7498                 by Fabien Vantard.
7500 2006-06-27 [ticho]      2.3.1cvs24
7502         * src/prefs_account.c
7503         * src/prefs_common.c
7504         * src/prefs_common.h
7505         * src/prefs_ext_prog.c
7506         * src/textview.c
7507                 Add a preference (Preferences/External programs)
7508                 to allow "Display as text" to be done via a script
7509                 (patch by H.Merijn Brand).
7510                 Use GtkComboBox for protocol selection in account
7511                 preferences.
7512                 Only include current choice for existing accounts, and
7513                 insensitivize the combobox.
7515 2006-06-27 [paul]       2.3.1cvs23
7517         * src/mbox.c
7518                 fix crasher introduced in cvs21.
7519                 Thanks to Colin
7521 2006-06-26 [colin]      2.3.1cvs22
7523         * src/mbox.c
7524                 Fix double-frees when leaving folders
7525                 after exporting to mbox
7527 2006-06-26 [colin]      2.3.1cvs21
7529         * src/mbox.c
7530                 More feedback (and optimisation)
7531                 on import/export
7532         * src/common/utils.c
7533                 Fix case when looking for mail addresses
7534         * src/gtk/gtkutils.c
7535                 Extra check for (X-)Face
7537 2006-06-25 [ticho]      2.3.1cvs20
7539         * src/compose.c
7540         * src/exphtmldlg.c
7541         * src/gtk/gtkutils.c
7542         * src/gtk/gtkutils.h
7543                 Added second argument to gtkut_sc_combobox_create() to
7544                 control focus-on-click for the widget.
7545                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7547 2006-06-25 [ticho]      2.3.1cvs19
7549         * src/compose.c
7550         * src/gtk/Makefile.am
7551         * src/gtk/combobox.c
7552         * src/gtk/combobox.h
7553         * src/gtk/gtkutils.c
7554         * src/gtk/gtkutils.h
7555                 Use GtkComboBox instead of deprecated GtkOptionMenu
7556                 for account selector in compose window and for encoding
7557                 selector in attachment properties.
7558                 Also factorise working with the new GtkComboBox somewhat.
7560 2006-06-24 [paul]       2.3.1cvs18
7562         * src/prefs_common.c
7563                 use the correct default value
7565 2006-06-24 [paul]       2.3.1cvs17
7567         * src/compose.c
7568         * src/prefs_common.c
7569         * src/prefs_common.h
7570         * src/prefs_compose_writing.c
7571                 enable setting of default action when
7572                 dnd'ing files in the compose window.
7573                 (Collaborative effort with wwp)
7575 2006-06-23 [wwp]        2.3.1cvs16
7577         * src/compose.c
7578                 i18n fix (thanks to Fabien Vantard)
7580 2006-06-22 [colin]      2.3.1cvs15
7582         * src/prefs_customheader.c
7583                 Don't use filters in custom headers' file 
7584                 selector. Remember, extensions mean nothing :)
7586 2006-06-22 [paul]       2.3.1cvs14
7588         * configure.ac
7589                 allow setting of man directory location
7591 2006-06-22 [colin]      2.3.1cvs13
7593         * src/mainwindow.c
7594                 Add 'View/Go to/Next unread folder'.
7595                 I missed that :)
7597 2006-06-22 [colin]      2.3.1cvs12
7599         * src/common/utils.c
7600                 Add some subject prefixes
7601                 Patch by Bjorn T Johansen <btj@havleik.no>
7603 2006-06-22 [colin]      2.3.1cvs11
7605         * manual/advanced.xml
7606                 Forgotten hidden pref
7608 2006-06-21 [paul]       2.3.1cvs10
7610         * src/prefs_account.c
7611                 complete the removal of 'Add date header' option
7613 2006-06-21 [paul]       2.3.1cvs9
7615         * src/account.c
7616         * src/compose.c
7617         * src/prefs_account.c
7618         * src/prefs_account.h
7619                 remove option to add date header - always
7620                 add date header
7621         * src/etpan/imap-thread.c
7622                 fix warnings (Thanks to Colin)
7624 2006-06-21 [wwp]        2.3.1cvs8
7626         * src/folder.c
7627                 set the attachment flag when inline text part are (file)named. This is more convenient
7628                 when receiving (for instance) inline source files or patches sent using thunderbird.
7630 2006-06-21 [paul]       2.3.1cvs7
7632         * src/inc.c
7633                 fix off-by-one count of current msg in
7634                 statusbar filtering progressbar
7636 2006-06-21 [paul]       2.3.1cvs6
7638         * src/folder.c
7639                 Show attachment icon even if the part is 'inline'
7640                 if the following conditions are met:
7641                 - content-type != 'text/plain'
7642                 - content-type != '*/pgp-signature'
7643                 - either 'name' or 'filename' parameter is not NULL
7644                 
7645                 Thanks to Colin
7647 2006-06-21 [paul]       2.3.1cvs5
7649         * src/messageview.c
7650         * src/prefs_common.c
7651         * src/prefs_common.h
7652         * src/prefs_other.c
7653                 add an option to 'Never send Return
7654                 Receipts'
7655                 Thanks to Colin
7657 2006-06-20 [mones]      2.3.1cvs4
7659         * po/es.po
7660                 updated
7661         * src/compose.c
7662                 typo fixed (space after comma)
7663         * tools/make.themes.project
7664                 remove exec mode from tarball files
7666 2006-06-20 [colin]      2.3.1cvs3
7668         * src/news.c
7669         * src/procheader.c
7670         * src/unmime.c
7671                 Better fix for \n's in headers (don't 
7672                 break Received: and others)
7674 2006-06-20 [paul]       2.3.1cvs2
7676         * src/alertpanel.c
7677         * src/textview.c
7678                 improve legibility of phishing attempt
7679                 dialog
7681 2006-06-20 [paul]       2.3.1cvs1
7683         * NEWS
7684         * README
7685         * configure.ac
7686                 Update version number following
7687                 stable release
7689 2006-06-20 [colin]      2.3.0cvs26
7691         * src/compose.c
7692                 When dragging a file to the text of the compose
7693                 window, ask whether we want to insert or attach
7694                 (I know lots of people who do that to attach)
7696 2006-06-20 [colin]      2.3.0cvs25
7698         * src/etpan/imap-thread.c
7699                 Fix threshold (the append command is often > 32 bytes)
7701 2006-06-19 [colin]      2.3.0cvs24
7703         * src/imap.c
7704         * src/etpan/imap-thread.c
7705                 Workaround Rockliffe IMAP server bug: replace
7706                 "x UID SEARCH (ANSWERED UID 1:*)" with
7707                 "x UID SEARCH ANSWERED"
7708                 (Rockliffe doesn't handle the parenthesis)
7710 2006-06-19 [colin]      2.3.0cvs23
7712         * src/compose.c
7713         * src/imap.c
7714         * src/etpan/imap-thread.c
7715                 Probably fix bug #972 (Freezes when adding 
7716                 an attachment to the message)
7717         * src/common/defs.h
7718                 Modernize Firefox cmd
7721 2006-06-18 [colin]      2.3.0cvs22
7723         * src/prefs_customheader.c
7724                 Only allow correct filenames for various
7725                 custom headers
7727 2006-06-18 [colin]      2.3.0cvs21
7729         * src/prefs_customheader.c
7730                 Add a 'From File...' button in custom headers prefs, which
7731                 try to do the right thing: 
7732                 for normal headers, use file as plaintext,
7733                 for X-Face, calls compface,
7734                 for Face, encode to b64.
7736 2006-06-17 [colin]      2.3.0cvs20
7738         * src/mh.c
7739                 Warning fix
7741 2006-06-16 [colin]      2.3.0cvs19
7743         * src/summaryview.c
7744                 Recursive quicksearch: show message list
7745                 in current folder, *then* search children
7746                 in the background.
7748 2006-06-16 [colin]      2.3.0cvs18
7750         * src/main.c
7751                 Instead of ignoring SIGPIPE, save caches
7752                 when getting one. Will fix the fact that
7753                 hot caches are out-of-date when logging 
7754                 out of Xorg.
7755         * src/compose.c
7756         * src/prefs_compose_writing.c
7757                 Only save text (not attachments) when 
7758                 auto-saving to drafts
7759         * src/unmime.c
7760                 Always replace \n, \r and \t with spaces
7761                 in headers
7762         * manual/dist/html/Makefile.am
7763         * manual/dist/pdf/Makefile.am
7764         * manual/dist/ps/Makefile.am
7765         * manual/dist/txt/Makefile.am
7766         * manual/fr/dist/html/Makefile.am
7767         * manual/fr/dist/pdf/Makefile.am
7768         * manual/fr/dist/ps/Makefile.am
7769         * manual/fr/dist/txt/Makefile.am
7770         * manual/pl/dist/html/Makefile.am
7771         * manual/pl/dist/pdf/Makefile.am
7772         * manual/pl/dist/ps/Makefile.am
7773         * manual/pl/dist/txt/Makefile.am
7774                 Fix make clean removing pregenerated manuals
7777 2006-06-16 [colin]      2.3.0cvs17
7779         * src/plugins/pgpcore/sgpgme.c
7780         * src/plugins/pgpmime/pgpmime.c
7781         * src/plugins/pgpinline/pgpinline.c
7782                 Better error reporting in setup_signers.
7783                 Don't fallback to default key if specified
7784                 key isn't found.
7785                 Don't allow signing if more than one secret
7786                 key matches the one specified in prefs.
7788 2006-06-15 [colin]      2.3.0cvs16
7790         * src/folderview.c
7791                 Add "Send queue" in the folder's contextual
7792                 menu
7793         * src/compose.c
7794         * src/messageview.c
7795         * src/privacy.c
7796         * src/privacy.h
7797         * src/procmime.c
7798         * src/procmsg.c
7799         * src/plugins/pgpcore/passphrase.c
7800         * src/plugins/pgpcore/sgpgme.c
7801         * src/plugins/pgpinline/pgpinline.c
7802         * src/plugins/pgpmime/pgpmime.c
7803                 Better error reporting
7804         * src/mbox.c
7805                 Probably fix bug #971 (2.2.3 cannot read mail 
7806                 from local mbox)
7809 2006-06-15 [mones]      2.3.0cvs15
7811         * tools/make.themes.project
7812                 creates the themes project from the web page
7814 2006-06-15 [colin]      2.3.0cvs14
7816         * src/folder.c
7817                 Better fix (avoid losing the folder if scan_tree 
7818                 fails)
7820 2006-06-15 [cleroy]     2.3.0cvs13
7822         * src/folder.c
7823                 Probably fix Bug #969 (crash on rebuilding 
7824                 imap folder)
7826 2006-06-14 [colin]      2.3.0cvs12
7828         * manual/dtd/manual.xsl
7829         * manual/sylpheed-claws-manual.xml
7830         * manual/fr/sylpheed-claws-manual.xml
7831         * manual/pl/sylpheed-claws-manual.xml
7832                 Insert pagebreaks between sections
7834 2006-06-14 [paul]       2.3.0cvs11
7836         * configure.ac
7837                 better fix than 2.3.0cvs10
7839 2006-06-14 [paul]       2.3.0cvs10
7841         * configure.ac
7842                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7843                 (backwards compatible)
7845 2006-06-13 [colin]      2.3.0cvs9
7847         * src/messageview.c
7848                 Fix sending of return receipt with the new queue folders
7850 2006-06-13 [wwp]        2.3.0cvs8
7852         * src/quote_fmt_lex.l
7853                 fix wrong tokens returned in quote_fmt lexer, query not().
7855 2006-06-13 [wwp]        2.3.0cvs7
7857         * src/folder.c
7858         * src/prefs_folder_item.c
7859                 allow changing folder type even when folder is not a top-level one,
7860                 thanks to Colin.
7862 2006-06-12 [colin]      2.3.0cvs6
7864         * src/folderview.c
7865                 Fix double-ask of "Do you want to mark all
7866                 as read"
7868 2006-06-12 [colin]      2.3.0cvs5
7870         * src/compose.c
7871         * src/compose.h
7872         * src/folder.c
7873         * src/folder.h
7874         * src/imap.c
7875         * src/inc.c
7876         * src/main.c
7877         * src/messageview.c
7878         * src/mh.c
7879         * src/prefs_folder_item.c
7880         * src/procheader.c
7881         * src/procmime.c
7882         * src/procmsg.c
7883         * src/procmsg.h
7884         * src/send_message.c
7885         * src/summaryview.c
7886         * src/toolbar.c
7887                 Apply bug #964's patch (Queue and drafts aren't normal)
7888                 The Drafts and Queue folder now contain RFC-822 files,
7889                 allowing to move and copy mails from and to these 
7890                 folders. Moving from Drafts to Queue will prepare the
7891                 mail for sending (PGP signature, encryption, etc).
7892                 This patch also rework sending errors handling to try
7893                 to be more helpful.
7894                 Also, allow redefining folder types via the GUI 
7895                 (Folder type in its Properties)
7897 2006-06-12 [colin]      2.3.0cvs4
7899         * src/summaryview.c
7900         * src/prefs_common.c
7901         * src/prefs_common.h
7902         * src/gedit-print.c
7903                 Allow to define a specific print font - patch
7904                 by Bernhard Walle <bernhard.walle@gmx.de>
7905         * src/prefs_fonts.c
7906         * manual/advanced.xml
7907         * manual/fr/advanced.xml
7908                 Add a hidden pref to allow deletion without
7909                 confirmation
7911 2006-06-12 [wwp]        2.3.0cvs3
7913         * .cvsignore
7914                 more files to ignore.
7916 2006-06-12 [wwp]        2.3.0cvs2
7918         * src/quote_fmt.c
7919         * src/quote_fmt_lex.l
7920         * src/quote_fmt_parse.y
7921                 extend the quote_fmt parser (templates and quotes):
7922                 - allow limited sub-expressions in |p{} and |f{} expressions,
7923                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7924                 - implemented/fixed missing implementation of query_references and show_references,
7925                 - completed, fixed contents and format of the symbols help dialog,
7926                 - fix some compilation warnings.
7928 2006-06-12 [wwp]        2.3.0cvs1
7930         * manual/advanced.xml
7931         * manual/fr/advanced.xml
7932                 updates in the "templates" section of the manual (eng/fr):
7933                  - be more precise (both versions)
7934                  - completed to match the english reference (fr version)
7935                  - touchups (both versions)
7937 2006-06-12 [paul]       2.3.0
7939         2.3.0 released
7941 2006-06-12 [paul]       2.2.3cvs14
7943         * po/ca.po
7944         * po/cs.po
7945         * po/de.po
7946         * po/el.po
7947         * po/fr.po
7948         * po/it.po
7949         * po/pt_BR.po
7950         * po/sr.po
7951         * po/zh_CN.po
7952                 updated by Miquel Oliete, Tim, Stephan Sachse,
7953                 Stavros Giannouris, Fabien Vantard, Andrea
7954                 Spadaccini, Frederico Goncalves Guimaraes,
7955                 Aleksandar Urosevic, and Ralgh Young
7957 2006-06-12 [colin]      2.2.3cvs13
7959         * src/mbox.c
7960                 Add missing header
7962 2006-06-11 [colin]      2.2.3cvs12
7964         * src/msgcache.c
7965                 Verify that g_malloc() succeeded
7967 2006-06-11 [colin]      2.2.3cvs11
7969         * src/wizard.c
7970                 Add Face header to welcome mail
7972 2006-06-10 [colin]      2.2.3cvs10
7974         * src/textview.c
7975                 Revert previous (Forgot it changes the
7976                 margin on the whole mail)
7978 2006-06-10 [colin]      2.2.3cvs9
7980         * src/textview.c
7981                 Don't overlap long headers under (X-)Face
7983 2006-06-10 [mones]      2.2.3cvs8
7985         * manual/xml2pdf
7986                 allow generation of manual on systems lacking saxon binary
7987                 but with java and the saxon library installed
7989         * po/es.po
7990                 updated for release
7992 2006-06-09 [colin]      2.2.3cvs7
7994         * src/summaryview.c
7995                 Fix leak when using Display Sender using Addressbook
7997 2006-06-09 [colin]      2.2.3cvs6
7999         * src/compose.c
8000         * src/folder.c
8001         * src/folderview.c
8002         * src/mimeview.c
8003         * src/summaryview.c
8004                 More leaks fixes
8006 2006-06-09 [paul]       2.2.3cvs5
8008         * AUTHORS
8009         * src/gtk/authors.h
8010         * tools/claws.i18n.status.pl
8011                 updated with new info
8013 2006-06-09 [paul]       2.2.3cvs4
8015         * README
8016                 updated
8017         * manual/ack.xml
8018                 add wwp to authors list
8019         * src/gtk/authors.h
8020                 update mine and Colin's addresses
8022 2006-06-08 [colin]      2.2.3cvs3
8024         * src/etpan/imap-thread.c
8025                 Fix leak on SSL cert check
8027 2006-06-08 [colin]      2.2.3cvs2
8029         * src/common/utils.c
8030                 Fix leak
8032 2006-06-08 [paul]       2.2.3cvs1
8034         * configure.ac
8035                 Update version number following
8036                 stable release
8038 2006-06-07 [colin]      2.2.2cvs3
8040         * src/msgcache.c
8041                 Fix catching cache read errors (guint instead of gint)
8042                 Prevent malloc'ing more than 8MB (means cache corruption)
8044 2006-06-07 [paul]       2.2.2cvs2
8046         * src/exporthtml.c
8047         * src/exportldif.c
8048         * src/mh.c
8049         * src/mutt.c
8050         * src/pine.c
8051         * src/common/utils.c
8052                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
8053                 obey $HOME'
8054                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
8055                 Thanks to Colin
8057 2006-06-06 [paul]       2.2.2cvs1
8059         * configure.ac
8060                 Update version number following
8061                 stable release
8063 2006-06-06 [paul]       2.2.1cvs6
8065         * src/matcher.c
8066                 fix  implicit declaration of
8067                 sylpheed_do_idle()
8068                 Patch by Fabien Vantard
8070 2006-06-06 [paul]       2.2.1cvs5
8072         * src/matcher.c
8073                 fix age_greater and age_lower so that they
8074                 mean what say and not '...or equal to'
8075                 Thanks to Colin
8077 2006-06-06 [paul]       2.2.1cvs4
8079         * src/textview.c
8080         * src/common/utils.c
8081                 fix URI check
8082                 Thanks to Colin
8084 2006-06-05 [wwp]        2.2.1cvs3
8086         * manual/fr/account.xml
8087                 minor language fixes (thanks to Fabien Vantard).
8089 2006-06-05 [colin]      2.2.1cvs2
8091         * src/prefs_folder_item.c
8092         * src/folderview.c
8093                 Allow recursive setting of properties 
8094                 for whole mailboxes
8095         * src/matcher.c
8096                 Don't freeze on 'test' filtering rule
8098 2006-06-05 [colin]      2.2.1cvs1
8100         * configure.ac
8101                 Update version number following
8102                 stable release
8104 2006-06-04 [wwp]        2.2.0cvs82
8106         * manual/glossary.xml
8107         * manual/account.xml
8108         * manual/fr/glossary.xml
8109         * manual/fr/account.xml
8110                 added glossary section and references/links related to the Face custom header.
8112 2006-06-04 [colin]      2.2.0cvs81
8114         * src/summaryview.c
8115                 Skip to next message on move with no
8116                 immediate execution
8118 2006-06-04 [wwp]        2.2.0cvs80
8120         * manual/xml2pdf
8121                 added sanity checks, exit when needed.
8123 2006-06-03 [paul]       2.2.0cvs79
8125         * src/prefs_receive.c
8126                 page name is now 'Receiving'
8127         * src/prefs_send.c
8128                 page name is now 'Sending'
8130 2006-06-03 [colin]      2.2.0cvs78
8132         * src/plugins/spamassassin/spamassassin_gtk.c
8133                 Autoswitch to Localhost if transport was previously
8134                 disabled. Else people had to check [] Enable, then
8135                 *reselect* transport.
8137 2006-06-03 [colin]      2.2.0cvs77
8139         * src/plugins/pgpinline/pgpinline.c
8140         * src/plugins/pgpmime/pgpmime.c
8141                 Check that gpg_data_release_and_get_mem 
8142                 didn't fail (now, why this happens...)
8144 2006-06-03 [colin]      2.2.0cvs76
8146         * src/mbox.c
8147                 Fix bug #962 (Manual and/or UI should 
8148                 warn about incompatible locking 
8149                 causing dataloss)
8151 2006-06-02 [cleroy]     2.2.0cvs75
8153         * src/filtering.c
8154         * src/folder.c
8155         * src/procmsg.c
8156         * src/summaryview.c
8157                 Fix a few leaks
8159 2006-06-02 [colin]      2.2.0cvs74
8161         * src/main.c
8162                 On exit, free caches after writing them
8163                 Shuts up some valgrind false positives
8164         * src/procmsg.c
8165         * src/send_message.c
8166                 Fix races when reusing existing SMTP connections
8167                 Fix inexistant session timeout
8168         * src/toolbar.c
8169                 Display alertpanel after all queues have
8170                 been processed, not after each
8172 2006-06-02 [wwp]        2.2.0cvs73
8174         * manual/fr/glossary.xml
8175         * manual/fr/ack.xml
8176         * manual/ack.xml
8177                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8179 2006-06-02 [wwp]        2.2.0cvs72
8181         * manual/xml2pdf
8182         * manual/dist/pdf/Makefile.am
8183         * manual/dtd/manual.xsl
8184         * manual/fr/dist/pdf/Makefile.am
8185         * manual/pl/dist/pdf/Makefile.am
8186                 we changed the procedure to generate the .pdf version of the manual.
8187                 The procedure is more modern and the .pdf we get now has a valid index.
8188                 Here are the new pre-requisites:
8190                 - JRE 1.x (1.4 here): there must be one from your distro
8191                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8192                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8193                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8195                 See my posts for further info about the installation of this toolchain:
8197                 Date: Fri, 19 May 2006 19:40:06 +0200
8198                 From: wwp <subscript@free.fr>
8199                 To: sylpheed-claws-devel@lists.sourceforge.net
8200                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8202                 and
8204                 Date: Wed, 24 May 2006 12:58:49 +0200
8205                 From: wwp <subscript@free.fr>
8206                 To: sylpheed-claws-devel@lists.sourceforge.net
8207                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8209 2006-06-01 [colin]      2.2.0cvs71
8211         * src/compose.c
8212                 Better guards against IMAP races
8213         * src/main.c
8214         * src/prefs_common.c
8215         * src/prefs_common.h
8216         * src/common/ssl_certificate.c
8217         * src/etpan/imap-thread.c
8218         * src/etpan/imap-thread.h
8219         * src/gtk/sslcertwindow.c
8220                 New hidden option ssl_skip_cert_check to 
8221                 avoid dups of bug #959 (libetpan linked
8222                 against gnutls and gnutls buggy on 64bit)
8223                 Present expired warning only once per
8224                 session/server.
8225         * manual/advanced.xml
8226         * manual/fr/advanced.xml
8227                 Document new option
8229 2006-06-01 [wwp]        2.2.0cvs70
8231         * src/messageview.c
8232                 fix for bug #961 (return receipt dialog 
8233                 complains incorrectly about return-path 
8234                 email adress being different), thanks 
8235                 to Colin.
8237 2006-05-31 [cleroy]     2.2.0cvs69
8239         * src/common/ssl.c
8240                 Guard against NULLs, although this
8241                 should never be an issue
8243 2006-05-31 [colin]      2.2.0cvs68
8245         * src/filtering.c
8246                 Use g_slist_prepend
8247         * src/imap.c
8248                 Don't remove caches when destroying folder, it
8249                 could (should) be done at exit
8250         * src/inc.c
8251                 free processing cache after incorporation
8252         * src/etpan/imap-thread.c
8253                 Maybe fix bug #959 (Crash on moving to emails 
8254                 to a imap account per ssl with a expired 
8255                 certificate.)
8257 2006-05-30 [colin]      2.2.0cvs67
8259         * src/summaryview.c
8260                 Put back event flush when displaying message
8261                 It avoids reading a bunch of messages just
8262                 by hitting shift-n for too long ;)
8264 2006-05-29 [colin]      2.2.0cvs66
8266         * src/summaryview.c
8267                 Remove useless g_warnings
8269 2006-05-29 [colin]      2.2.0cvs65
8271         * src/imap.c
8272                 Fix g_slist_append()s for performance
8274 2006-05-29 [colin]      2.2.0cvs64
8276         * src/compose.c
8277         * src/common/utils.c
8278                 Fix extraneous tab at start of addresses
8279         * src/mainwindow.c
8280                 Fix warnings (thanks to Fabien)
8281                 Fix crash at exit when composing messages 
8282                 exist
8283         * src/pop.c
8284                 Fix progress bar when deleting expired mails
8285                 Thanks to Hiro
8286         * src/summaryview.c
8287         * src/gtk/gtksctree.c
8288                 Fix re-sorting slowness
8290 2006-05-29 [paul]       2.2.0cvs63
8292         * src/mh.c
8293                 fetch full message when moving mails
8294                 from another mailbox, (fixed data loss
8295                 when filtering from IMAP to MH, introduced
8296                 in 2.2.0cvs57).
8297                 Thanks to Colin
8299 2006-05-29 [mones]      2.2.0cvs62
8301         * src/gtk/gtksctree.c
8302                 Unselect faster (patch by Colin)        
8304 2006-05-26 [colin]      2.2.0cvs61
8306         * src/summaryview.c
8307                 Unplug MSGINFO_UPDATE callback on delete too.
8309 2006-05-26 [colin]      2.2.0cvs60
8311         * src/foldersel.c
8312                 Fix bold in folder selection window with glib2.10
8313                 thanks Hiro
8315 2006-05-26 [colin]      2.2.0cvs59
8317         * src/procheader.c
8318                 Convert date only if necessary (and don't
8319                 try to convert from utf8 to utf8, too)
8320         * src/summaryview.c
8321                 Only set column's text if the column's 
8322                 displayed
8324 2006-05-26 [colin]      2.2.0cvs58
8326         * src/summaryview.c
8327         * src/gtk/gtkutils.c
8328                 Fix useless warning
8330 2006-05-26 [colin]      2.2.0cvs57
8332         * src/mainwindow.c
8333                 Make summaryview selectable as long as 
8334                 no message has focus
8335         * src/mh.c
8336                 Faster deletion (by implementing mh_remove_msgs)
8337                 Faster copy (avoid using mh_fetch_msg just to get
8338                 the filename)
8339                 Faster move (using move_file instead of copy_file
8340                 if MSG_IS_MOVE)
8341                 No progressbar if total number of mails to cp/mv 
8342                 is less than 100
8343         * src/summaryview.c
8344                 Fix removal from subject_table when mail gets moved
8345                 Faster deletion (g_slist_prepend instead of append)
8346         * src/gtk/gtksctree.c
8347                 Remove useless code
8349 2006-05-25 [colin]      2.2.0cvs56
8351         * src/common/ssl_certificate.c
8352                 Fix leak in expired cert check
8354 2006-05-25 [colin]      2.2.0cvs55
8356         * src/mh.c
8357                 Disable flags syncing on .mh_sequences - it
8358                 is buggy and marks mails read under unknown
8359                 conditions.
8361 2006-05-25 [paul]
8363         * 2.3.0-rc4 released
8365 2006-05-24 [colin]      2.2.0cvs54
8367         attention cvs users: if you manage to crash
8368         Sylpheed-Claws while moving, copying or deleting
8369         mails, we *are* interested in stack traces and
8370         valgrind logs. It looks stable, but one never
8371         knows...
8373         * src/folder.c
8374                 Add progressbar for cache updates
8375         * src/folderutils.c
8376                 Optimize Mark all read in the current
8377                 folder
8378         * src/mh.c
8379                 Add progressbar for copy/move
8380         * src/procmsg.c
8381                 Optimize O(n^2) in copy/move
8382         * src/summaryview.c
8383         * src/gtk/gtksctree.c
8384                 Optimize O(n^2) algos
8385         * src/common/timing.h
8386                 Display ms instead of us
8388 2006-05-24 [wwp]        2.2.0cvs53
8390         * manual/fr/advanced.xml
8391                 updates to the French manual.
8393 2006-05-24 [wwp]        2.2.0cvs52
8395         * src/common/utils.c
8396                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8398 2006-05-24 [wwp]        2.2.0cvs51
8400         * src/folderutils.c
8401                 fixed "mark all read" in MH folders (thanks to Colin).
8403 2006-05-24 [paul]       2.2.0cvs50
8405         * doc/man/sylpheed-claws.1
8406                 updated the man page
8408 2006-05-23 [colin]      2.2.0cvs49
8410         * src/folderview.c
8411         * src/imap.c
8412         * src/inc.c
8413         * src/mbox.c
8414         * src/messageview.c
8415         * src/news.c
8416         * src/send_message.c
8417         * src/summaryview.c
8418         * src/gtk/sslcertwindow.c
8419                 alertpanel fixes, by Fabien
8421 2006-05-23 [colin]      2.2.0cvs48
8423         * src/folder.c
8424         * src/folderview.c
8425         * src/msgcache.c
8426         * src/summaryview.c
8427         * src/gtk/gtksctree.c
8428         * src/gtk/gtksctree.h
8429                 More timings
8430                 Fix slow loading problem, which was caused by the
8431                 use of some gtk_ctree funcs and their use of
8432                 g_list_position while gtk_ctree_(un)link'ing.
8433                 Reap more functions from gtkctree.c to be sure we
8434                 use our (fast) version instead of theirs.
8435         * src/mh.c
8436                 Fix copy of unread mails
8439 2006-05-22 [wwp]        2.2.0cvs47
8441         * manual/fr/advanced.xml
8442                 updated.
8444 2006-05-22 [colin]      2.2.0cvs46
8446         * src/filtering.c
8447                 Fix possible infinite loop. 'copy' is not a 
8448                 final action, so when encountering a 'copy',
8449                 we have to check if a previous one was set
8450                 and do it. In the same way, if we encounter
8451                 a 'move' we have to perform a possibly 
8452                 pending 'copy'. This will slow down filtering
8453                 on IMAP if move+copy or multiple copy actions
8454                 are to be done, but handling it via the batch
8455                 would be really too convoluted.
8457 2006-05-22 [wwp]        2.2.0cvs45
8459         * manual/fr/advanced.xml
8460         * manual/fr/faq.xml
8461         * manual/fr/glossary.xml
8462         * manual/fr/handling.xml
8463         * manual/fr/intro.xml
8464         * manual/fr/plugins.xml
8465         * manual/fr/sylpheed-claws-manual.xml
8466                 sync w/ the english manual: updates URIs, documented mailing-list
8467                 support, better explanation about the enabled/disabled feature
8468                 in filtering/processing rules by Paul.
8470 2006-05-21 [colin]      2.2.0cvs44
8472         * src/summaryview.c
8473                 Don't expand after building threads, but during
8475 2006-05-21 [colin]      2.2.0cvs43
8477         * src/procmsg.c
8478         * src/summaryview.c
8479                 More timing possibilities... For next time I have 
8480                 to find out how the hell some 3GHz computer takes
8481                 one minute to open a 30k folder...
8483 2006-05-21 [colin]      2.2.0cvs42
8485         * manual/pl/advanced.xml
8486         * manual/pl/faq.xml
8487         * manual/pl/glossary.xml
8488         * manual/pl/handling.xml
8489         * manual/pl/intro.xml
8490         * manual/pl/plugins.xml
8491         * manual/pl/sylpheed-claws-manual.xml
8492                 Polish manual updated by Pawel
8494 2006-05-20 [colin]
8496         * 2.3.0-rc3 released
8498 2006-05-20 [colin]      2.2.0cvs41
8500         * src/imap.c
8501                 Fix -rc2 problems:
8502                 - remove cache of moved messages from original folder
8503                 - apply new flags to messages even if they aren't appliable
8504                   via IMAP.
8506 2006-05-20 [colin]
8508         * 2.3.0-rc2 released
8510 2006-05-19 [colin]      2.2.0cvs40
8512         * src/imap.c
8513                 Don't issue SELECT in imap_change_flags
8514                 before having checked that we indeed have
8515                 some flags to change. MSG_POSTFILTERED for
8516                 example can't be used on IMAP.
8517                 Fixes bug #955 (copying messages between 
8518                 imap folders is extremely slow), which was
8519                 a regression.
8521 2006-05-19 [colin]      2.2.0cvs39
8523         * src/folder.c
8524         * src/folder.h
8525         * src/folderview.c
8526                 Try to fix bug #830 (Some unread messages 
8527                 get marked read in IMAP inbox):
8528                 - Prevent scanning a folder if it's being 
8529                   opened via the GUI
8530                 - Postpone opening via the GUI of a folder
8531                   currently scanned.
8534 2006-05-19 [wwp]        2.2.0cvs38
8536         * manual/advanced.xml
8537                 fix English+typo (thanks to Paul).
8539 2006-05-19 [wwp]        2.2.0cvs37
8541         * manual/advanced.xml
8542         * manual/fr/advanced.xml
8543         * src/gtk/logwindow.c
8544         * src/prefs_common.c
8545         * src/prefs_common.h
8546                 added hidden prefs to allow customization of colors used in
8547                 protocol log window (useful for dark gtk+ themes).
8549 2006-05-19 [wwp]        2.2.0cvs36
8551         * ChangeLog
8552                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8554 2006-05-19 [paul]       2.2.0cvs35
8556         * src/textview.c
8557                 make Reply-To fully clickable
8558         * src/gtk/logwindow.c
8559                 more colouring (SMTP ESMTP)
8560         Both patches by Pawel Pekala
8562 2006-05-19 [cleroy]     2.2.0cvs34
8564         * src/mh.c
8565                 Don't update flags from current folder
8566                 Probably fixes bug #935 (Read Messages 
8567                 Revert to Being Marked as Unread)
8569 2006-05-18 [colin]      2.2.0cvs33
8571         * src/imap.c
8572                 Warning fix
8573         * src/compose.c
8574         * src/mainwindow.c
8575         * src/summaryview.c
8576         * src/toolbar.c
8577                 Allow replying to multiple emails
8578                 in multiple windows
8579         * src/mimeview.c
8580         * src/etpan/imap-thread.c
8581                 Leak fixes
8583 2006-05-18 [paul]       2.2.0cvs32
8585         * src/summaryview.c
8586                 keep Mailing-List menu refreshed
8587                 Thanks to Colin
8589 2006-05-18 [paul]       2.2.0cvs31
8591         * manual/advanced.xml
8592         * manual/faq.xml
8593         * manual/glossary.xml
8594         * manual/handling.xml
8595         * manual/intro.xml
8596         * manual/plugins.xml
8597         * manual/sylpheed-claws-manual.xml
8598                 update URLs
8599                 add info about mailing-list support
8600                 edit filtering info
8601         * src/wizard.c
8602         * src/common/defs.h
8603         * src/gtk/about.c
8604         * src/plugins/dillo_viewer/README
8605                 update URLs
8607 2006-05-17 [wwp]        2.2.0cvs30
8609         * manual/handling.xml
8610         * manual/fr/handling.xml
8611                 documented the ability to enabled/disable filtering/processing rules.
8613 2006-05-17 [colin]      2.2.0cvs29
8615         * src/main.c
8616                 Don't initialize g_thread subsystem if it's 
8617                 already done (thanks to Hiro)
8618         * src/mimeview.c
8619                 Fix saving of parts when there name can't be
8620                 converted from UTF-8.
8622 2006-05-17 [paul]       2.2.0cvs28
8624         * po/Makefile.in.in
8625                 fix config.status warning with autoconf 2.60
8627 2006-05-17 [paul]       2.2.0cvs27
8629         * po/POTFILES.in
8630                 add src/mbox.c
8632 2006-05-17 [wwp]        2.2.0cvs26
8634         * src/mainwindow.c
8635                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8637 2006-05-17 [wwp]        2.2.0cvs25
8639         * src/plugins/demo/demo.c
8640                 updated product name in plugin demo (many plugins need to be
8641                 sync'ed w/ that change).
8643 2006-05-17 [colin]      2.2.0cvs24
8645         * src/mh.c
8646                 Fix leak
8648 2006-05-16 [colin]      2.2.0cvs23
8650         * src/mainwindow.c
8651                 Stupid me hit again. Fix cvs22.
8653 2006-05-16 [colin]      2.2.0cvs22
8655         * src/mainwindow.c
8656                 Fix bug #922 (sylpheed-claws crashed after 
8657                 pushing on Inbox folder)
8659 2006-05-16 [colin]      2.2.0cvs21
8661         * src/compose.c
8662                 Make From header be copy/paste/select-able
8664 2006-05-16 [wwp]        2.2.0cvs20
8666         * src/export.c
8667         * src/matcher.c
8668         * src/summaryview.c
8669         * src/etpan/imap-thread.c
8670                 fix some compiler warnings (thanks to Colin).
8672 2006-05-16 [wwp]        2.2.0cvs19
8674         * src/action.c
8675         * src/gedit-print.c
8676         * src/inc.c
8677         * src/mainwindow.c
8678         * src/mh.c
8679         * src/statusbar.c
8680         * src/send_message.c
8681         * src/summaryview.c
8682                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8684 2006-05-15 [colin]      2.2.0cvs18
8686         * src/procmsg.c
8687                 Fix automatic rule creation with List-Post
8689 2006-05-15 [paul]       2.2.0cvs17
8691         * tools/filter_conv_new.pl
8692                 updated for rule enabling/disabling
8693                 claws version >= 2.3.x required
8695 2006-05-15 [cleroy]     2.2.0cvs16
8697         * src/main.c
8698                 Revert test
8700 2006-05-15 [cleroy]     2.2.0cvs15
8702         * src/main.c
8703                 test
8705 2006-05-15 [wwp]        2.2.0cvs14
8707         * manual/pl/.cvsignore
8708                 ignore generated files.
8710 2006-05-14 [wwp]        2.3.0-rc1
8712         * 2.3.0-rc1 released
8714 2006-05-13 [wwp]        2.2.0cvs13
8716         * src/filtering.c
8717         * src/filtering.h
8718         * src/matcher.c
8719         * src/matcher_parser_lex.l
8720         * src/matcher_parser_parse.y
8721         * src/prefs_filtering.c
8722                 new feature: provide the ability to disable filtering and processing
8723                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8724                 adaptations.
8726 2006-05-13 [colin]      2.2.0cvs12
8728         * src/compose.c
8729                 Remove useless if (a) b; else b;
8730                 Thanks to wwp
8732 2006-05-13 [wwp]        2.2.0cvs11
8734         * src/export.c
8735         * src/import.c
8736         * src/mainwindow.c
8737         * src/mbox.c
8738         * src/summaryview.c
8739         * src/summaryview.h
8740                 no more silent failures (or at least less ones) when importing
8741                 or exporting from/to mbox. Also start importing/exporting if
8742                 the necessary info is set.
8744 2006-05-13 [wwp]        2.2.0cvs10
8746         * RELEASE_NOTES
8747                 restored up-to-date release notes.
8749 2006-05-13 [paul]       2.2.0cvs9
8751         * po/nl.po
8752         * po/ru.po
8753                 updated by Tim Dijkstra and Pavlo Bohmat
8755 2006-05-12 [colin]      2.2.0cvs8
8757         * src/gtk/quicksearch.c
8758                 Add "k" as shortcut for "colorlabel". Patch
8759                 by ath42@users.sf.net.
8761 2006-05-12 [paul]       2.2.0cvs7
8763         * src/prefs_common.h
8764         * src/prefs_summaries.c
8765         * src/summaryview.c
8766                 when entering a folder also allow
8767                 going directly to first Marked message
8769 2006-05-12 [paul]       2.2.0cvs6
8771         * src/summaryview.c
8772                 always obey 'confirm before marking all
8773                 mails read' option
8775 2006-05-12 [paul]       2.2.0cvs5
8777         * src/textview.c
8778                 make Sender fully clickable
8780 2006-05-12 [colin]      2.2.0cvs4
8782         * src/compose.c
8783         * src/compose.h
8784                 Let From be editable
8785         * src/main.c
8786         * src/mh.c
8787                 Full support of .mh_sequences' Unseen seq
8789 2006-05-12 [colin]      2.2.0cvs3
8791         * src/folder.c
8792         * src/mainwindow.c
8793         * src/mainwindow.h
8794         * src/messageview.c
8795         * src/prefs_spelling.c
8796         * src/procheader.c
8797         * src/procmsg.c
8798         * src/procmsg.h
8799         * src/summaryview.c
8800         * src/toolbar.c
8801         * src/toolbar.h
8802                 Add contextual menu on Compose toolbar
8803                 button. Fixes bug #944 (Automatic
8804                 addresses not applied when changing account
8805                 from compose window)
8806                 add Mailing List support
8807                 based on the old 0.6.5claws25 patch by
8808                 Melvin Hadasht, with finishing touches
8809                 by Colin
8810                 Fix "ignore thread" when mails are threaded by
8811                 subject (and weren't ignored although appearing
8812                 in the thread).
8813                 GUI rework.
8814                 Both patches by Pawel.
8816 2006-05-08 [paul]       2.2.0cvs2
8818         * src/mainwindow.c
8819         * src/mainwindow.h
8820         * src/messageview.c
8821         * src/procheader.c
8822         * src/procmsg.c
8823         * src/procmsg.h
8824         * src/summaryview.c
8825                 add Mailing List support
8826                 based on the old 0.6.5claws25 patch by 
8827                 Melvin Hadasht, with finishing touches
8828                 by Colin
8830 2006-05-08 [colin]      2.2.0cvs1
8832         * src/mainwindow.c
8833         * src/toolbar.c
8834         * src/toolbar.h
8835                 Add contextual menu on Compose toolbar 
8836                 button. Fixes bug #944 (Automatic 
8837                 addresses not applied when changing account 
8838                 from compose window)
8840 2006-05-08 [paul]       2.2.0
8842         2.2.0 released
8844 2006-05-08 [paul]       2.1.1cvs51
8846         * po/cs.po
8847         * po/de.po
8848         * po/en_GB.po
8849         * po/fi.po
8850         * po/fr.po
8851         * po/pt_BR.po
8852         * po/sr.po
8853         * po/zh_CN.po
8854                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8855                 Fabien Vantard, Frederico Goncalves Guimaraes,
8856                 Aleksandar Urosevic, and Ralgh Young
8858 2006-05-12 [colin]      2.1.1cvs50
8860         * po/cs.po
8861         * po/de.po
8862         * po/en_GB.po
8863         * po/es.po
8864         * po/fi.po
8865         * po/fr.po
8866         * po/pt_BR.po
8867         * po/sr.po
8868         * po/zh_CN.po
8869                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8870                 Fabien Vantard, Frederico Goncalves Guimaraes,
8871                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8873 2006-05-05 [colin]      2.1.1cvs49
8875         * manual/Makefile.am
8876         * manual/pl/Makefile.am
8877         * manual/pl/account.xml
8878         * manual/pl/ack.xml
8879         * manual/pl/addrbook.xml
8880         * manual/pl/advanced.xml
8881         * manual/pl/faq.xml
8882         * manual/pl/glossary.xml
8883         * manual/pl/gpl.xml
8884         * manual/pl/handling.xml
8885         * manual/pl/intro.xml
8886         * manual/pl/keyboard.xml
8887         * manual/pl/plugins.xml
8888         * manual/pl/starting.xml
8889         * manual/pl/sylpheed-claws-manual.xml
8890         * manual/pl/dist/.cvsignore
8891         * manual/pl/dist/Makefile.am
8892         * manual/pl/dist/html/.cvsignore
8893         * manual/pl/dist/html/Makefile.am
8894         * manual/pl/dist/pdf/.cvsignore
8895         * manual/pl/dist/pdf/Makefile.am
8896         * manual/pl/dist/ps/.cvsignore
8897         * manual/pl/dist/ps/Makefile.am
8898         * manual/pl/dist/txt/.cvsignore
8899         * manual/pl/dist/txt/Makefile.am
8900                 Add the polish translation of the manual,
8901                 Authored by Pawel Pekala.
8903 2006-05-05 [cleroy]     2.1.1cvs48
8905         * src/main.c
8906                 Re-read matcherrc after loading plugins 
8907                 if some of them add folders.
8909 2006-05-03 [colin]      2.1.1cvs47
8911         * src/imap.c
8912                 I'm idiot
8914 2006-05-03 [colin]      2.1.1cvs46
8916         * src/imap.c
8917                 Be sure to have a session when
8918                 getting separator
8920 2006-05-03 [colin]      2.1.1cvs45
8922         * src/imap.c
8923         * src/imap.h
8924         * src/imap_gtk.c
8925                 Fix preventing renaming with namespace 
8926                 separator.
8928 2006-05-01 [colin]      2.1.1cvs44
8930         * src/action.c
8931                 Don't reload messageview when result of
8932                 action is piped.
8934 2006-04-29 [colin]      2.1.1cvs43
8936         * src/prefs_receive.c
8937         * src/plugins/spamassassin/spamassassin_gtk.c
8938         * src/plugins/clamav/clamav_plugin_gtk.c
8939                 GUI fixes by Pawel
8941 2006-04-29 [colin]      2.1.1cvs42
8943         * src/prefs_compose_writing.c
8944         * src/prefs_quote.c
8945                 Cleanups. Patch by Pawel
8947 2006-04-28 [paul]       2.1.1cvs41
8949         * src/matcher.c
8950                 fix returned quick search results when search
8951                 term contains an underscore.
8952                 Thanks to Colin
8954 2006-04-28 [paul]       2.1.1cvs40
8956         * src/prefs_message.c
8957         * src/prefs_receive.c
8958                 GUI cleanups
8959                 Patches by Pawel Pekala
8961 2006-04-27 [colin]      2.1.1cvs39
8963         * src/wizard.c
8964                 Differentiate subject Welcome from
8965                 window's title Welcome
8967 2006-04-27 [paul]
8969         2.2.0-rc1 released
8971 2006-04-27 [paul]       2.1.1cvs38
8973         * manual/advanced.xml
8974         * manual/fr/advanced.xml
8975                 add info about compose_no_markup hidden pref
8977 2006-04-27 [paul]       2.1.1cvs37
8979         * src/prefs_account.c
8980                 improve privacy labels
8981         * src/prefs_msg_colors.c
8982                 change some strings for translators' convenience
8983         * src/gtk/gtkutils.c
8984                 don't underline the link button text
8986 2006-04-25 [colin]      2.1.1cvs36
8988         * src/folder.c
8989                 Complete 2.1.1cvs33 (once more ;)
8991 2006-04-25 [colin]      2.1.1cvs35
8993         * src/editldap.c
8994                 Fix tooltip
8996 2006-04-25 [cleroy]     2.1.1cvs34
8998         * src/compose.c
8999         * src/gtk/gtkaspell.c
9000                 Fix crash on redirect (related to the return 
9001                 of the aspell menu in compose's toolbar)
9002         * src/prefs_msg_colors.c
9003                 Fix sensitivity widgets
9004         * src/image_viewer.c
9005         * src/gtk/pluginwindow.c
9006         * src/gtk/prefswindow.c
9007                 Change released signals to clicked (Fabien)
9008         * po/POTFILES.in
9009         * src/common/socket.c
9010         * src/plugins/spamassassin/spamassassin.c
9011                 Translate strings (Fabien)
9013 2006-04-25 [paul]       2.1.1cvs33
9015         * src/folder.c
9016         * src/folder.h
9017         * src/folderview.c
9018                 complete the fix of bug #912
9019                 Thanks to Colin
9021 2006-04-25 [colin]      2.1.1cvs32
9023         * src/news.c
9024                 Better progress bar
9025         * src/mimeview.c
9026         * src/summaryview.c
9027         * src/summaryview.h
9028                 Fix focus chain
9029                 Patches by Pawel Pekala
9031 2006-04-24 [colin]      2.1.1cvs31
9033         * src/compose.c
9034                 Fix compilation warnings (Fabien)
9036 2006-04-24 [colin]      2.1.1cvs30
9038         * src/addrindex.c
9039         * src/editldap.c
9040         * src/editldap_basedn.c
9041         * src/editldap_basedn.h
9042         * src/ldapctrl.c
9043         * src/ldapctrl.h
9044         * src/ldapquery.c
9045         * src/ldaputil.c
9046         * src/ldaputil.h
9047                 Fix bug #901 (LDAPS support)
9049 2006-04-24 [colin]      2.1.1cvs29
9051         * src/compose.c
9052                 Fix logic on error with send dialog on
9053         * src/imap.c
9054                 Fix compilation without libetpan, thanks
9055                 to Fabien
9056         * src/summaryview.c
9057                 Fix 'context-menu' key
9059 2006-04-23 [colin]      2.1.1cvs28
9061         * src/folder.c
9062                 Never free current's cache to free up 
9063                 memory. Fixes bug #912 (new count 
9064                 randomly set to message count)
9066 2006-04-23 [colin]      2.1.1cvs27
9068         * src/gtk/quicksearch.c
9069                 And remove printf...
9071 2006-04-23 [colin]      2.1.1cvs26
9073         * src/gtk/quicksearch.c
9074                 Fix replacing in quicksearch, and fix inserting
9075                 in the middle of the string. (introduced at 2.1.0cvs22)
9077 2006-04-23 [colin]      2.1.1cvs25
9079         * src/imap.c
9080                 Make sure uidnext is initialized in get_num_list
9081                 (not for stable, related to 2.1.1cvs8 and friends)
9083 2006-04-23 [colin]      2.1.1cvs24
9085         * src/imap.c
9086                 Output something when login is successful
9087                 too
9089 2006-04-23 [colin]      2.1.1cvs23
9091         * src/etpan/imap-thread.c
9092                 Better logging (line-per-line, hide data in fetch)
9093                 Fix a const warning
9094         * src/gtk/logwindow.c
9095         * src/gtk/logwindow.h
9096                 Better logging (color for input/output)
9098 2006-04-21 [colin]      2.1.1cvs22
9100         * src/gtk/quicksearch.c
9101                 On gtk+-2.8, use stock buttons in quicksearch
9102                 Based on a patch by Fabien and a design by Paul
9104 2006-04-21 [colin]      2.1.1cvs21
9106         * src/folderview.c
9107         * src/mainwindow.c
9108                 Fix occasional flicker in folderview
9109         * src/common/utils.c
9110                 Fix bug #943 (Incorrectly parsed email address 
9111                 list in short headers on message view and in 
9112                 printouts)
9114 2006-04-20 [colin]      2.1.1cvs20
9116         * src/imap.c
9117         * src/imap.h
9118         * src/prefs_account.c
9119                 Add ANONYMOUS auth for IMAP
9121 2006-04-20 [paul]       2.1.1cvs19
9123         * src/main.c
9124                 proper fix for 2.1.1cvs18
9125                 Thanks to Colin
9127 2006-04-20 [paul]       2.1.1cvs18
9129         * src/main.c
9130                 fix build warnings
9132 2006-04-20 [paul]       2.1.1cvs17
9134         * src/gtk/quicksearch.c
9135                 fix standard, non-extended Quick search,
9136                 was broken in 2.1.1cvs15.
9137                 Thanks to Colin.
9139 2006-04-20 [colin]      2.1.1cvs16
9141         * src/prefs_matcher.c
9142                 Fix values when reselecting a ~test
9143                 rule
9145 2006-04-19 [colin]      2.1.1cvs15
9147         * src/compose.c
9148         * src/compose.h
9149         * src/gtk/gtkaspell.c
9150         * src/gtk/gtkaspell.h
9151                 Put back Options menu in Spelling/
9152         * src/gtk/quicksearch.c
9153                 Don't search, and show error, if the
9154                 advanced search has a syntax error
9156 2006-04-18 [colin]      2.1.1cvs14
9158         * src/textview.c
9159                 Fix gdk warnings on set_cursor when textview
9160                 isn't visible
9162 2006-04-18 [colin]      2.1.1cvs13
9164         * src/gtk/gtksctree.c
9165                 Remove seemingly useless refresh that causes
9166                 flicker - watch this commit in case of 
9167                 problems before planned backport to stable
9169 2006-04-18 [colin]      2.1.1cvs12
9171         * src/imap.c
9172                 Factorize get/set_xml code
9173         * src/compose.c
9174         * src/prefs_account.c
9175         * src/prefs_account.h
9176         * src/procmsg.c
9177                 Add Encrypt to self option
9179 2006-04-17 [colin]      2.1.1cvs11
9181         * configure.ac
9182                 Fix search on encrpyt function on dragonfly
9183                 Patch by Jonathan Buschmann <jonthn@agmact.com>
9185 2006-04-17 [colin]      2.1.1cvs10
9187         * src/prefs_account.c
9188                 Be safe by default: remove mails from POP3
9189                 after 7 days, not immediately
9191 2006-04-17 [colin]      2.1.1cvs9
9193         * src/etpan/imap-thread.c
9194                 Fix build on DragonFly - patch by 
9195                 Jonathan Buschmann <jonthn@agmact.com>
9197 2006-04-17 [colin]      2.1.1cvs8
9199         * src/imap.c
9200                 Save uidnext between sessions
9202 2006-04-17 [colin]      2.1.1cvs7
9204         * src/imap.c
9205                 scan is required when uid validity changes
9207 2006-04-17 [colin]      2.1.1cvs6
9209         * src/folderview.c
9210                 Don't scan if not necessary, apart in current
9211                 folder and INBOX to fetch flags.
9212         * src/imap.c
9213                 Scan is necessary if unread count changes
9215 2006-04-17 [colin]      2.1.1cvs5
9217         * src/imap.c
9218                 ...But always fetch ANSWERED and DELETED flags for
9219                 INBOX, as filtering can happen on these flags.
9221 2006-04-17 [colin]      2.1.1cvs4
9223         * src/imap.c
9224                 Don't fetch REPLIED and DELETED flags when synchronising
9225                 flags with a closed folder. We only need UNSEEN and FLAGGED
9226                 to update the folderview.
9228 2006-04-17 [colin]      2.1.1cvs3
9230         * src/imap.c
9231                 Faster flag search when there are new mails 
9232                 in a folder. We can do a full search if the 
9233                 folder contains less messages than the new
9234                 list.
9236 2006-04-17 [colin]      2.1.1cvs2
9238         * po/cs.po
9239         * po/de.po
9240         * po/fr.po
9241         * po/nl.po
9242         * po/pt_BR.po
9243                 Update translations from stable branch
9245 2006-04-17 [colin]      2.1.1cvs1
9247         * configure.ac
9248                 Bump version to follow stable release
9250 2006-04-16 [mones]      2.1.0cvs50
9252         * po/es.po
9253                 Updated for release
9255 2006-04-16 [colin]      2.1.0cvs49
9257         * src/textview.c
9258                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9259                 with gtk < 2.8. Thanks to Fabien Vantard.
9261 2006-04-15 [colin]      2.1.0cvs48
9263         * src/etpan/imap-thread.c
9264                 Fix bug #919 (libetpan: SEGV when connecting 
9265                 using command)
9267 2006-04-14 [colin]      2.1.0cvs47
9269         * src/main.c
9270                 Fix race on --select (should be done better)
9272 2006-04-14 [wwp]        2.1.0cvs46
9274         * src/send_message.c
9275                 enforce a check for domain in account prefs (a sending
9276                 error could be faced if domain was checked but no value set),
9277                 thanks to Colin.
9279 2006-04-14 [colin]      2.1.0cvs45
9281         * src/codeconv.c
9282                 when converting from unknown to unknown, if the
9283                 string is UTF8, don't convert it to the locale
9284                 (which breaks it)
9286 2006-04-14 [colin]      2.1.0cvs44
9288         * src/compose.c
9289                 Don't try to use ASCII for converting headers
9290                 (as done in body)
9292 2006-04-14 [paul]       2.1.0cvs43
9294         * src/crash.c
9295                 add locale/charset info to crash report
9296         * src/gtk/about.c
9297                 add wwp to doc team
9298                 replace 'e-mail' with preferred 'email'
9299         * src/gtk/authors.h
9300                 ensure contributors list is in alphabetical
9301                 order
9303 2006-04-13 [colin]      2.1.0cvs42
9305         * src/textview.c
9306                 Prevent gdk warnings
9308 2006-04-13 [colin]      2.1.0cvs41
9310         * src/common/ssl_certificate.c
9311         * src/common/ssl_certificate.h
9312         * src/gtk/sslcertwindow.c
9313                 Warn on expired certs, and display the expiration date
9315 2006-04-13 [colin]      2.1.0cvs40
9317         * src/plugins/spamassassin/spamassassin_gtk.c
9318                 Fix missing set_text on unix socket
9320 2006-04-13 [wwp]        2.1.0cvs39
9322         * manual/fr/advanced.xml
9323         * manual/fr/glossary.xml
9324                 applied new spam/ham/email lexicon (pourriel, courriel)
9326 2006-04-13 [paul]       2.1.0cvs38
9328         * src/plugins/pgpmime/plugin.c
9329                 remove the mention of S/MIME from the
9330                 description. This is now handled by the
9331                 S/MIME plugin.
9333 2006-04-13 [paul]       2.1.0cvs37
9335         * src/prefs_msg_colors.c
9336                 rework dialog
9337         * src/prefs_folder_item.c
9338         * src/prefs_spelling.c
9339                 add a tooltip to the colour selector buttons
9341 2006-04-13 [wwp]        2.1.0cvs36
9343         * manual/advanced.xml
9344         * manual/glossary.xml
9345         * manual/handling.xml
9346         * manual/keyboard.xml
9347         * manual/plugins.xml
9348         * manual/starting.xml
9349         * manual/fr/account.xml
9350         * manual/fr/ack.xml
9351         * manual/fr/addrbook.xml
9352         * manual/fr/advanced.xml
9353         * manual/fr/faq.xml
9354         * manual/fr/glossary.xml
9355         * manual/fr/gpl.xml
9356         * manual/fr/handling.xml
9357         * manual/fr/intro.xml
9358         * manual/fr/keyboard.xml
9359         * manual/fr/plugins.xml
9360         * manual/fr/starting.xml
9361         * manual/fr/sylpheed-claws-manual.xml
9362                 fixes to the manuals:
9363                  - summaryview -> Message List (same in French)
9364                  - translate key names
9365                  - fix French punctuation, use non-breakable spaces when
9366                    necessary, don't use &thinsp; which is not portable
9367                  - tell what maildir and mbox formats we support
9369 2006-04-12 [wwp]        2.1.0cvs35
9371         * src/prefs_toolbar.c
9372                 unified a replace button more,
9373                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9375 2006-04-12 [wwp]        2.1.0cvs34
9377         * src/prefs_common.c
9378         * src/prefs_msg_colors.c
9379                 make default color labels translatable,
9380                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9381                 thanks to Tim <timbrain@post.cz> for reporting.
9383 2006-04-12 [wwp]        2.1.0cvs33
9385         * manual/glossary.xml
9386         * manual/intro.xml
9387         * manual/plugins.xml
9388         * manual/starting.xml
9389         * manual/sylpheed-claws-manual.xml
9390         * manual/fr/.cvsignore
9391         * manual/fr/account.xml
9392         * manual/fr/ack.xml
9393         * manual/fr/addrbook.xml
9394         * manual/fr/advanced.xml
9395         * manual/fr/faq.xml
9396         * manual/fr/glossary.xml
9397         * manual/fr/handling.xml
9398         * manual/fr/intro.xml
9399         * manual/fr/keyboard.xml
9400         * manual/fr/plugins.xml
9401         * manual/fr/starting.xml
9402         * manual/fr/sylpheed-claws-manual.xml
9403                 various fixes: typos, missing .fr translations, punctuation,
9404                 capitalization, links, accents and some bad French more.
9406 2006-04-12 [wwp]        2.1.0cvs32
9408         * src/prefs_gtk.c
9409                 fix for bug #935: always store prefs files in UTF-8 (thanks
9410                 to Colin).
9412 2006-04-11 [colin]      2.1.0cvs31
9414         * src/compose.c
9415                 Fix inserting files not in utf8 when locale is utf8
9417 2006-04-11 [colin]      2.1.0cvs30
9419         * src/inc.c
9420                 Don't show error dialog when cancelling connection
9421                 Patch by Pawel
9423 2006-04-11 [cleroy]     2.1.0cvs29
9425         * src/compose.c
9426                 Implement multiple quote levels
9427         * src/prefs_common.c
9428                 Change a little bit the quote bgcolor for 2nd level
9430 2006-04-11 [colin]      2.1.0cvs28
9432         * src/gtk/about.c
9433                 Add locale and charset in the label
9435 2006-04-10 [colin]      2.1.0cvs27
9437         * src/compose.c
9438         * src/prefs_common.c
9439         * src/prefs_common.h
9440         * src/prefs_msg_colors.c
9441         * src/textview.c
9442                 Allow optional background color in quotes
9443                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9444                 GTK+-2.8.x feature
9446 2006-04-10 [colin]      2.1.0cvs26
9448         * src/main.c
9449         * src/mainwindow.c
9450         * src/mainwindow.h
9451                 Implement --select
9453 2006-04-10 [colin]      2.1.0cvs25
9455         * manual/plugins.xml
9456         * manual/fr/plugins.xml
9457                 Document libcurl's proxy variables
9459 2006-04-09 [colin]      2.1.0cvs24
9461         * src/prefs_common.c
9462                 gettext() returns statically allocated stuff. We have
9463                 to strdup it in order to be able to free it.
9465 2006-04-09 [colin]      2.1.0cvs23
9467         * AUTHORS
9468         * src/gtk/authors.h
9469                 Add Alexei
9471 2006-04-09 [colin]      2.1.0cvs22
9473         * src/mainwindow.c
9474         * src/gtk/quicksearch.c
9475                 Fix bug #859 (problems with cyrilic input in 
9476                 search panel) - Patch by Alexey Illarionov 
9477                 <littlesavage@rambler.ru>
9479 2006-04-09 [colin]      2.1.0cvs21
9481         * src/prefs_customheader.c
9482                 I prefer removing then freeing rather than the contrary
9483                 (even if it doesn't change anything ;-)
9484         * src/prefs_account.c
9485                 Fix bug #933 (Crash re-entering the custom headers list 
9486                 dialog in accounts prefs)
9487                 The problem happened when cancelling the Account 
9488                 Preferences' dialogs - in which case we didn't do 
9489                 anything to the PrefsAccount * struct. In case of applying,
9490                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9491                 working with in this dialog. The problem is that 
9492                 prefs_customheader.c, working on this tmp_ac_prefs, always
9493                 changes the ->customhdr_list pointer, even when cancelled. 
9494                 So in case of cancelling the prefs_account dialog, we still
9495                 have to update ->customhdr_list in the real account.
9497 2006-04-08 [colin]      2.1.0cvs20
9499         * manual/fr/glossary.xml
9500         * manual/fr/keyboard.xml
9501                 Forgot some headers :)
9503 2006-04-08 [colin]      2.1.0cvs19
9505         * manual/Makefile.am
9506         * manual/fr/Makefile.am
9507         * manual/fr/account.xml
9508         * manual/fr/ack.xml
9509         * manual/fr/addrbook.xml
9510         * manual/fr/advanced.xml
9511         * manual/fr/faq.xml
9512         * manual/fr/glossary.xml
9513         * manual/fr/gpl.xml
9514         * manual/fr/handling.xml
9515         * manual/fr/intro.xml
9516         * manual/fr/keyboard.xml
9517         * manual/fr/plugins.xml
9518         * manual/fr/starting.xml
9519         * manual/fr/sylpheed-claws-manual.xml
9520         * manual/fr/dist/.cvsignore
9521         * manual/fr/dist/Makefile.am
9522         * manual/fr/dist/html/.cvsignore
9523         * manual/fr/dist/html/Makefile.am
9524         * manual/fr/dist/pdf/.cvsignore
9525         * manual/fr/dist/pdf/Makefile.am
9526         * manual/fr/dist/ps/.cvsignore
9527         * manual/fr/dist/ps/Makefile.am
9528         * manual/fr/dist/txt/.cvsignore
9529         * manual/fr/dist/txt/Makefile.am
9530                 Add the french translation of the manual. Thanks to
9531                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9532                 account.xml, ack.xml, addrbook.xml and advanced.xml
9534 2006-04-08 [colin]      2.1.0cvs18
9536         * manual/plugins.xml
9537         * manual/starting.xml
9538                 More fixes
9540 2006-04-07 [colin]      2.1.0cvs17
9542         * manual/faq.xml
9543         * manual/intro.xml
9544         * manual/keyboard.xml
9545                 Little fixes
9547 2006-04-07 [colin]      2.1.0cvs16
9549         * README
9550         * src/compose.c
9551         * src/prefs_common.c
9552         * src/prefs_common.h
9553                 Add hidden compose_no_markup pref
9555 2006-04-07 [wwp]        2.1.0cvs15
9557         * src/summary_search.c
9558         * .cvsignore
9559                 Bugfix: stop button was sticky when searching in an empty folder.
9560                 Applied curly brackets code style to the whole file (summary_search.c).
9561                 More files to ignore.
9563 2006-04-07 [wwp]        2.1.0cvs14
9565         * src/message_search.c
9566         * src/summary_search.c
9567                 changed default button when search bumps at file/folder
9568                 beginning or end, for convenience (thanks to Colin).
9570 2006-04-07 [paul]       2.1.0cvs13
9572         * src/plugins/dillo_viewer/dillo_prefs.c
9573                 avoid future potential for namespace collision
9574                 Patch by Colin
9576 2006-04-06 [wwp]        2.1.0cvs12
9578         * src/summary_search.c
9579                 Unify extended/advanced searches names (and thus factorize labels),
9580                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9582 2006-04-06 [wwp]        2.1.0cvs11
9584         * src/folderview.c
9585         * src/prefs_themes.c
9586         * src/summaryview.c
9587                 Fixed some compilation warnings.
9589 2006-04-06 [colin]      2.1.0cvs10
9591         * manual/advanced.xml
9592                 Document the wizard template and how to deploy
9593                 Sylpheed-Claws effectively
9595 2006-04-06 [colin]      2.1.0cvs9
9597         * src/folderview.c
9598                 gettext patch to tell translators about _("#"),
9599                 by Maxim Britov
9601 2006-04-06 [colin]      2.1.0cvs8
9603         * src/textview.c
9604                 Fix invalid GtkTextBIter after clicking "Display as text"
9606 2006-04-06 [mones]      2.1.0cvs7
9608         * src/addr_compl.c
9609         * src/addrindex.c
9610         * src/addritem.c
9611         * src/codeconv.c
9612         * src/compose.c
9613         * src/filtering.c
9614         * src/folder.c
9615         * src/folder_item_prefs.c
9616         * src/folderview.c
9617         * src/localfolder.c
9618         * src/matcher.c
9619         * src/mimeview.c
9620         * src/prefs_msg_colors.c
9621         * src/prefs_spelling.c
9622         * src/prefs_themes.c
9623         * src/procmime.c
9624         * src/procmsg.c
9625         * src/stock_pixmap.c
9626         * src/summaryview.c
9627         * src/textview.c
9628         * src/toolbar.c
9629         * src/common/mgutils.c
9630         * src/common/prefs.c
9631         * src/common/ssl_certificate.c
9632         * src/gtk/colorlabel.c
9633         * src/gtk/quicksearch.c
9634         * src/plugins/pgpmime/pgpmime.c
9635         * src/plugins/spamassassin/spamassassin.c
9636                 Removed redundant NULL checks for g_free() calls.
9637                 Patch by Pawel Pekala.
9639 2006-04-06 [mones]      2.1.0cvs6
9641         * src/prefs_actions.c
9642         * src/prefs_filtering.c
9643         * src/prefs_filtering_action.c
9644         * src/prefs_matcher.c
9645         * src/prefs_template.c
9646         * src/gtk/gtkutils.c
9647         * src/gtk/gtkutils.h
9648                 Have a nice replace button. Patch by Pawel Pekala
9650 2006-04-06 [colin]      2.1.0cvs5
9652         * src/addressbook.c
9653                 Fix crash with empty columns
9655 2006-04-05 [colin]      2.1.0cvs4
9657         * src/wizard.c
9658         * src/prefs_gtk.c
9659                 Allow wizard customization with pre-filled values
9661 2006-04-05 [colin]      2.1.0cvs3
9663         * src/textview.c
9664         * src/mimeview.c
9665         * src/mimeview.h
9666                 Nicer messages in mimeview
9668 2006-04-05 [colin]      2.1.0cvs2
9670         * src/addressbook.c
9671         * src/prefs_summaries.c
9672                 i18n fix
9674 2006-04-05 [colin]      2.1.0cvs1
9676         * src/plugins/pgpcore/plugin.c
9677         * src/plugins/pgpcore/select-keys.c
9678         * src/plugins/pgpcore/select-keys.h
9679         * src/plugins/pgpcore/sgpgme.c
9680         * src/plugins/pgpcore/sgpgme.h
9681         * src/plugins/pgpinline/pgpinline.c
9682         * src/plugins/pgpinline/plugin.c
9683         * src/plugins/pgpmime/pgpmime.c
9684         * src/plugins/pgpmime/plugin.c
9685                 Factorize and generalize a bit 
9686                 Drop S/MIME signature verification from PGP/MIME
9687                 (adding it as another, more complete plugin)
9689 2006-04-05 [paul]       2.1.0
9691         2.1.0 released
9693 2006-04-05 [paul]       2.0.0cvs186
9695         * manual/advanced.xml
9696                 add info on colour labels
9698 2006-04-05 [paul]       2.0.0cvs185
9700         * po/bg.po
9701         * po/cs.po
9702         * po/de.po
9703         * po/el.po
9704         * po/en_GB.po
9705         * po/fi.po
9706         * po/fr.po
9707         * po/it.po
9708         * po/nl.po
9709         * po/pl.po
9710         * po/pt_BR.po
9711         * po/sr.po
9712         * po/zh_CN.po
9713                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9714                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9715                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9716                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9717         * src/gtk/authors.h
9718         * tools/claws.i18n.status.pl
9719                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9720                 and new Czech translator, Tim <timbrain@post.cz>
9722 2006-04-05 [mones]      2.0.0cvs184
9724         * po/es.po
9725                 Updated translation
9727 2006-04-05 [colin]      2.0.0cvs183
9729         * src/gtk/quicksearch.c
9730                 Fix bug #929 (unnecessary reload in quick search bar)
9732 2006-04-05 [colin]      2.0.0cvs182
9734         * src/compose.c
9735                 Fix crash on Reply with no From:
9736                 Show signature and conversion error on queuing 
9737                 (but not sending)
9738         * src/mainwindow.c
9739         * src/summaryview.c
9740         * src/summaryview.h
9741                 Factorize threading code and make sure msginfo 
9742                 is not null when it comes from a GtkCTreeRow's 
9743                 data
9744         * src/gtk/gtkaspell.c
9745                 Check for necessary things
9746         * src/gtk/gtksctree.c
9747         * src/gtk/gtksctree.h
9748                 Reset anchor if necessary when removing node
9750 2006-03-29 [colin]      2.0.0cvs181
9752         * src/folderview.c
9753                 Warn for disabled IMAP accounts (due to lack of
9754                 libetpan). Breaks string-freeze - sorry - but it
9755                 is kind of important ;)
9757 2006-03-28 [colin]      2.0.0cvs180
9759         * src/gtk/gtkutils.c
9760         * src/gtk/gtkutils.h
9761                 Add a gtkut_get_link_btn() function that
9762                 creates a button which acts like an URI
9763         * src/prefs_themes.c
9764         * src/gtk/about.c
9765                 Use this function (factorizes codes)
9766         * src/common/defs.h
9767         * src/gtk/pluginwindow.c
9768                 Add a "Get more..." in the plugins window
9770 2006-03-28 [colin]      2.0.0cvs179
9772         * src/common/smtp.c
9773         * src/common/passcrypt.c
9774         * src/undo.c
9775                 Warning fixes. Patch by Pawel Pekala
9777 2006-03-27 [colin]      2.0.0cvs178
9779         * src/undo.c
9780                 Fix undoing by blocks with spaces
9782 2006-03-27 [colin]      2.0.0cvs177
9784         * src/textview.c
9785                 Set margin to 3px for headers
9787 2006-03-27 [paul]
9789         2.1.0-rc2 released
9791 2006-03-27 [wwp]        2.0.0cvs176
9793         * src/summaryview.c
9794                 don't reset quicksearch when updating the message list.
9795                 Thanks to Colin.
9797 2006-03-26 [wwp]        2.0.0cvs175
9799         * src/compose.c
9800                 use a unified border width ('other' tab in the compose window,
9801                 patch by Pawel Pekala).
9804 2006-03-26 [wwp]        2.0.0cvs174
9806         * src/common/quoted-printable.c
9807         * src/addressbook.c
9808                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9810 2006-03-26 [colin]      2.0.0cvs173
9812         * src/quote_fmt_parse.y
9813                 Fix non-UTF8 date formats messing up the whole quote a 
9814                 little bit
9816 2006-03-26 [colin]      2.0.0cvs172
9818         * src/procheader.c
9819                 Make sure the date is UTF8 valid, or try to make it
9820                 so. IncrediMail is really IncrediStupid.
9821         * src/compose.c
9822                 Fix possible conversions. 
9823                 
9825 2006-03-26 [colin]      2.0.0cvs171
9827         * src/matcher.c
9828                 Fix corner cases in body search. This is still a
9829                 hack... It seems impossible to make it good and 
9830                 reasonably fast at the same time.
9832 2006-03-26 [colin]      2.0.0cvs170
9834         * src/summaryview.c
9835                 I think I killed the twilight zone bug!
9836                 summary_select_node() flushes GTK events in order
9837                 to be able to center the view. But this also 
9838                 flushes keypresses like Ctrl-Alt-U, so this can
9839                 call summary_show from summary_select_node (itself
9840                 called from summary_show, etc.). And the summaryview
9841                 has to be unlocked in this function. So just locking
9842                 while processing GTK events, and bailing if locked, 
9843                 should fix it.
9844                 Fixes bug #927 (SIGSEGV during Update Summary)
9846 2006-03-25 [colin]      2.0.0cvs169
9848         * src/matcher.c
9849                 Fix search in QP-encoded bodies
9850                 Fix utf-8 searches in bodies encoded in the
9851                 locale's encoding
9852         * src/common/quoted-printable.c
9853         * src/common/quoted-printable.h
9854                 Add a decode function that doesn't overwrite
9855                 the original pointer
9856                 
9858 2006-03-24 [colin]      2.0.0cvs168
9860         * src/action.c
9861         * src/summaryview.c
9862         * src/summaryview.h
9863                 Update message cache after action
9864                 Patch by H. Merijn Brand
9865         * src/prefs_msg_colors.c
9866                 Factorize label 
9867                 Patch by Fabien Vantard
9868         * src/plugins/spamassassin/spamassassin_gtk.c
9869                 Remove useless translation
9870                 Patch by Fabien Vantard
9872 2006-03-23 [colin]      2.0.0cvs167
9874         * src/common/ssl.c
9875                 Let 30 seconds to SSL_connect
9877 2006-03-23 [wwp]        2.0.0cvs166
9879         * src/summaryview.c
9880         * src/gtk/description_window.c
9881                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9882                 and headers are translated; adjust description windows' width to fit their
9883                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9885 2006-03-23 [paul]       2.0.0cvs165
9887         * src/common/utils.c
9888                 fix highlighting of URIs containing "()"
9889                 (2.0.0cvs164's reversal fixed)
9890                 Thanks to Colin.
9892 2006-03-23 [paul]       2.0.0cvs164
9894         * src/common/utils.c
9895                 revert patch, (postponing a fix), at 2.0.0cvs120
9896                 as it breaks more URIs than it fixes.
9897                 Allow '-' to be a terminating character in a URI
9899 2006-03-22 [colin]      2.0.0cvs163
9901         * configure.ac
9902                 Require libetpan 0.45
9903                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9905 2006-03-22 [paul]       2.0.0cvs162
9907         * src/editgroup.c
9908                 replace '<-' and '->' buttons with GTK_STOCK graphical
9909                 buttons
9910         * src/summary_search.c
9911                 don't offer '...' for translation
9912                 add a tooltip to advanced search '...' button
9913         * src/gtk/quicksearch.c
9914                 don't offer '...' for translation
9916 2006-03-21 [colin]      2.0.0cvs161
9918         * src/compose.c
9919                 Fix middle-click pasting (insert at click
9920                 position instead of cursor position, don't
9921                 remove existing selection and allow pasting
9922                 our own selection)
9923         * src/addressbook.c
9924                 "LDAP Server" -> "LDAP servers"
9926 2006-03-21 [wwp]        2.0.0cvs160
9928         * src/etpan/imap-thread.c
9929                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9931 2006-03-20 [colin]      2.0.0cvs159
9933         * src/summaryview.c
9934                 Don't reload summaryview after an execute with no
9935                 move action
9937 2006-03-19 [colin]      2.0.0cvs158
9939         * src/addressbook.c
9940                 and put groups at the top, always
9942 2006-03-19 [colin]      2.0.0cvs157
9944         * src/addressbook.c
9945                 Order groups before names, as previously
9947 2006-03-19 [colin]      2.0.0cvs156
9949         * src/addressbook.c
9950                 - Sort case-unsensitive
9951                 - Put the sort arrow at opening too
9953 2006-03-19 [wwp]        2.0.0cvs155
9955         * src/addressbook.c
9956                 allow sorting by name/email/remarks, ensure that right-pane's contents
9957                 matches the left-pane selection (cleared when appropriate).
9958                 Patch by Pawel Pekala <c0rn@o2.pl>.
9960 2006-03-18 [colin]      2.0.0cvs154
9962         * src/textview.c
9963                 Fix text cursor ;)
9965 2006-03-18 [colin]      2.0.0cvs153
9967         * src/gtk/filesel.c
9968                 Make sure we hide the preview if we didn't get
9969                 a filename
9971 2006-03-18 [colin]      2.0.0cvs152
9973         * src/summaryview.c
9974                 Set cursor to watch for execution (fixes lack
9975                 of watch-cursor when dnd'ing hundreds of mails)
9976         * src/gtk/filesel.c
9977                 Check that mime type is 'image/*' before updating
9978                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9980 2006-03-18 [colin]      2.0.0cvs151
9982         * src/mainwindow.c
9983         * src/textview.c
9984         * src/textview.h
9985                 Put a watch cursor in textview too when the mainwindow's
9986                 cursor in a watch
9988 2006-03-18 [colin]      2.0.0cvs150
9990         * src/folder.c
9991                 Change wrong asserts to simple tests
9993 2006-03-17 [colin]      2.0.0cvs149
9995         * src/mainwindow.c
9996         * src/mainwindow.h
9997         * src/prefs_msg_colors.c
9998         * src/summaryview.c
9999         * src/summaryview.h
10000         * src/gtk/colorlabel.c
10001         * src/gtk/colorlabel.h
10002                 Add a color label menu in the main menubar
10003                 Add (fixed) accels Ctrl-{0-7} to change the color
10004                 They have to be fixed because the menu's dynamic,
10005                 the items are complex widgets, hence we can't use
10006                 a GtkItemFactory.
10009 2006-03-17 [wwp]        2.0.0cvs148
10011         * src/compose.c
10012                 rollback few lines from my previous commit (those lines come from
10013                 a pending patch, accidentally commited, even if neutral as they are
10014                 commented out).
10016 2006-03-17 [wwp]        2.0.0cvs147
10018         * src/compose.c
10019                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
10020                 applied code style/indentation to the modified function.
10022 2006-03-17 [wwp]        2.0.0cvs146
10024         * src/procmsg.c
10025         * src/compose.c
10026                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
10028 2006-03-17 [paul]
10030         2.1.0-rc1 released
10032 2006-03-17 [paul]       2.0.0cvs145
10034         * src/main.c
10035                 addressbook_read_file() was called twice
10036         * src/textview.c
10037                 X-Mailer highlighting
10039 2006-03-16 [colin]      2.0.0cvs144
10041         * src/sourcewindow.c
10042         * src/sourcewindow.h
10043                 And the last one, in source window.
10045 2006-03-16 [colin]      2.0.0cvs143
10047         * src/compose.c
10048         * src/compose.h
10049                 Fix the same stuff in compose
10051 2006-03-16 [colin]      2.0.0cvs142
10053         * src/messageview.c
10054                 Complete the previous messageview crash fix
10056 2006-03-16 [colin]      2.0.0cvs141
10058         * src/procmsg.h
10059         * src/procmsg.c
10060         * src/folder.c
10061                 Fix POSTPROCESSING hook
10062                 Patch by H. Merijn Brand
10064         * src/procmime.c
10065         * src/procmime.h
10066                 Parse Content-Location
10068         * src/toolbar.c
10069         * src/messageview.c
10070         * src/messageview.h
10071                 Don't crash when a top-level MessageView has
10072                 been closed on us. Same problematic than
10073                 yesterday's quicksearch issue.
10075 2006-03-15 [colin]      2.0.0cvs140
10077         * src/gtk/quicksearch.c
10078                 Fix a bitchy race we didn't think about when we
10079                 added quicksearch cancellation:
10080                 If the search is not on cached fields, for example
10081                 body_part matchcase "stuff"
10082                 the matcher code has to get the whole message. If
10083                 we're on IMAP, that can be slow, and in order to
10084                 be non-blocking, the IMAP code idle loop processes
10085                 gtk events too. So it is possible to cancel a
10086                 quicksearch while the matcher is getting the mail's
10087                 body. After matcher got its body, it will start to
10088                 iterate over the matcher list that the Quicksearch's
10089                 clear_search_cb() just freed via prepare_matcher().
10090                 SIGSEGV ensues.
10091                 The fix consists of guarding the matcherlist_match()
10092                 call with a boolean 'matching'. If we reset the
10093                 quicksearch while matching is TRUE, we don't free
10094                 the matcherlist anymore like we did, but we set
10095                 another new flag, deferred_free, to TRUE. Then,
10096                 in quicksearch_match(), just after returning from
10097                 matcherlist_match() and unsetting the matching flag,
10098                 we check the deferred_free flag and do the
10099                 prepare_matcher() (which does the matcherlist_free)
10100                 for real, so we free the matcherlist once it's not
10101                 used anymore.
10102                 As all of this runs via the glib main loop, we
10103                 luckily don't need a mutex.
10104         * src/summaryview.c
10105                 Also, show progress while searching.
10108 2006-03-14 [colin]      2.0.0cvs139
10110         * src/alertpanel.c
10111                 Make alertpanel_is_open non-static
10113 2006-03-14 [colin]      2.0.0cvs138
10115         * src/prefs_spelling.c
10116                 Cleanups - Fabien Vantard
10118 2006-03-14 [wwp]        2.0.0cvs137
10120         * src/main.c
10121                 code style normalization (curly braces, indentation).
10123 2006-03-14 [wwp]        2.0.0cvs137
10125         * src/main.c
10126                 code style (braces, indentation)
10128 2006-03-12 [paul]       2.0.0cvs136
10130         * src/prefs_common.c
10131                 trans_hdr defaults to FALSE to be RFC-savvy
10132         * src/prefs_summaries.c
10133                 add a tooltip to the trans_hdr option
10134                 
10136 2006-03-12 [paul]       2.0.0cvs135
10138         * src/prefs_matcher.c
10139                 give a little more width to the combos
10140         * src/prefs_display_header.c
10141         * src/textview.c
10142                 translate headers if prefs_common.trans_hdr
10143                 is TRUE
10145         Patches by Pawel Pekala
10147 2006-03-12 [paul]       2.0.0cvs134
10149         * src/plugins/clamav/clamav_plugin.c
10150         * src/plugins/dillo_viewer/dillo_viewer.c
10151         * src/plugins/pgpcore/plugin.c
10152         * src/plugins/pgpinline/plugin.c
10153         * src/plugins/pgpmime/plugin.c
10154         * src/plugins/spamassassin/spamassassin.c
10155                 update/add to descriptions
10156         * src/plugins/spamassassin/spamassassin_gtk.c
10157                 fixes to the english, remove superfluous
10158                 tooltips, clean up a little
10160 2006-03-12 [paul]       2.0.0cvs133
10162         * src/compose.c
10163                 fix Bug 924, 'Account combo box shows up wrong 
10164                 if & is in account name'
10166 2006-03-11 [colin]      2.0.0cvs132
10168         * src/summaryview.c
10169                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10170                 messed up shift-selection because is slows down
10171                 moving around summaryview. thanks -users
10173 2006-03-10 [colin]      2.0.0cvs131
10175         * src/plugins/spamassassin/spamassassin_gtk.c
10176                 Put back Paul's engrish fixes
10178 2006-03-10 [colin]      2.0.0cvs130
10180         * src/plugins/spamassassin/spamassassin.c
10181         * src/plugins/spamassassin/spamassassin.h
10182         * src/plugins/spamassassin/spamassassin_gtk.c
10183                 Cleanup SA prefs page (more)
10184                 Patch by Fabien Vantard
10186 2006-03-10 [paul]       2.0.0cvs129
10188         * src/prefs_msg_colors.c
10189         * src/prefs_spelling.c
10190                 widget sensitivity
10192 2006-03-09 [mones]      2.0.0cvs128
10194         * po/es.po
10195                 Update for next RC
10197 2006-03-09 [wwp]        2.0.0cvs127
10199         * configure.ac
10200                 revert accidental commit (requirement for libetpan 0.43), this time
10201                 not in HEAD.
10203 2006-03-09 [wwp]        2.0.0cvs125
10205         * configure.ac
10206                 revert accidental commit (requirement for libetpan 0.43)
10208 2006-03-09 [paul]       2.0.0cvs126
10210         * src/prefs_receive.c
10211                 remove useless frame
10212                 replace 'incorporation' with 'receiving'
10213         * src/plugins/clamav/clamav_plugin_gtk.c
10214         * src/plugins/spamassassin/spamassassin_gtk.c
10215                 improve widget sensitivity
10216                 fix a bit his engrish
10218 2006-03-09 [wwp]        2.0.0cvs125
10220         * src/addressadd.c
10221         * src/foldersel.c
10222         * src/prefs_common.c
10223         * src/prefs_common.h
10224                 remember some more windows' sizes (add to addressbook and
10225                 select folder).
10227 2006-03-09 [paul]       2.0.0cvs124
10229         * src/plugins/pgpcore/prefs_gpg.c
10230                 normalise construction of dialogue
10232 2006-03-09 [paul]       2.0.0cvs123
10234         * src/plugins/trayicon/Makefile.am
10235                 add missing slash
10237 2006-03-08 [colin]      2.0.0cvs122
10239         * src/plugins/trayicon/Makefile.am
10240                 Fix build in separate dir 
10241                 Patch by Bamanzi <bamanzi@gmail.com>
10243 2006-03-08 [colin]      2.0.0cvs121
10245         * src/procmsg.c
10246                 Batch move and copies from summaryview with delayed execution
10247                 too
10249 2006-03-07 [paul]       2.0.0cvs120
10251         * src/common/utils.c
10252                 fix highlighting of URIs containing "()"
10253                 Patch by Pawel Pekala
10255 2006-03-07 [paul]       2.0.0cvs119
10257         * src/folder.c
10258         * src/folder.h
10259         * src/folderview.c
10260                 immediately do alphabetical resort when
10261                 changing a folder's name
10262                 Patch by Pawel Pekala
10264 2006-03-07 [paul]       2.0.0cvs118
10266         * src/news.c
10267         * src/news_gtk.c
10268                 when unsubscribing a newsgroup, remove the
10269                 folder and msgs in .sylpheed-claws/newscache
10270                 Patch by Pawel Pekala <c0rn@gazeta.pl>
10272 2006-03-07 [paul]       2.0.0cvs117
10274         * src/textview.c
10275                 fix wrong Fake URL Warning
10276                 Thanks to Hiro
10278 2006-03-07 [colin]      2.0.0cvs116
10280         * src/imap.c
10281                 Return immediately when password dialog was
10282                 cancelled
10283         * src/gtk/inputdialog.c
10284                 Allow empty strings for passwords
10287 2006-03-06 [colin]      2.0.0cvs115
10289         * src/imap.c
10290                 Prevent double-timeouts when connection fails
10292 2006-03-06 [colin]
10294         2.0.1-rc1 released
10296 2006-03-06 [colin]      2.0.0cvs114
10298         * src/imap.c
10299                 Refresh session during potentially long
10300                 operations
10302 2006-03-06 [wwp]        2.0.0cvs113
10304         * src/prefs_msg_colors.h
10305                 forgot that one (custom color labels).
10307 2006-03-06 [wwp]        2.0.0cvs112
10309         * src/prefs_common.c
10310         * src/prefs_common.h
10311         * src/prefs_msg_colors.c
10312         * src/summaryview.c
10313         * src/summaryview.h
10314         * src/gtk/colorlabel.c
10315         * src/gtk/colorlabel.h
10316                 colors in messages list are now customizable. Color values and names can
10317                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10318                 Thanks to Paul and Colin for their help with this longstanding patch!
10320 2006-03-06 [wwp]        2.0.0cvs111
10322         * src/textview.c
10323                 don't crash if (x)face is bad.
10325 2006-03-05 [paul]       2.0.0cvs110
10327         * AUTHORS
10328         * configure.ac
10329         * src/Makefile.am
10330         * src/common/Makefile.am
10331         * src/common/utils.h
10332         * src/etpan/imap-thread.c
10333         * src/gtk/authors.h
10334         * src/plugins/clamav/Makefile.am
10335         * src/plugins/demo/Makefile.am
10336         * src/plugins/dillo_viewer/Makefile.am
10337         * src/plugins/pgpcore/Makefile.am
10338         * src/plugins/pgpcore/passphrase.c
10339         * src/plugins/pgpinline/Makefile.am
10340         * src/plugins/pgpmime/Makefile.am
10341         * src/plugins/spamassassin/Makefile.am
10342         * src/plugins/trayicon/Makefile.am
10343                 fix builiding on cygwin
10344                 Patch by Ralgh Young <bamanzi@gmail.com>
10346 2006-03-04 [wwp]        2.0.0cvs109
10348         * manual/keyboard.xml
10349                 fix mixed up/down keys.
10351 2006-03-04 [wwp]        2.0.0cvs108
10353         * README
10354         * INSTALL
10355                 updated links to SpamAssassin.
10357 2006-03-04 [wwp]        2.0.0cvs107
10359         * manual/plugins.xml
10360         * src/plugins/spamassassin/README
10361                 updated SpamAssassin plugin docs to reflect new functional additions
10362                 (also fix/update/documents few technical stuff more, see the README).
10364 2006-03-04 [wwp]        2.0.0cvs106
10366         * src/prefs_message.c
10367                 normalized capitalization of message-prefs paths.
10369 2006-03-04 [wwp]        2.0.0cvs105
10371         * manual/advanced.xml
10372                 typo.
10374 2006-03-03 [colin]      2.0.0cvs104
10376         * src/plugins/clamav/clamav_plugin_gtk.c
10377                 Rework prefs page, patch by Fabien 
10379 2006-03-03 [colin]      2.0.0cvs103
10381         * src/plugins/clamav/clamav_plugin.c
10382                 Set error on all errors
10384 2006-03-03 [colin]      2.0.0cvs102
10386         * src/common/plugin.c
10387                 Initialize error to avoid crashing when a plugin fails
10388                 without setting error
10390 2006-03-02 [wwp]        2.0.0cvs101
10392         * configure.ac
10393                 fixed linker flags for libetpan support on Cygwin
10394                 (thanks to H.Merijn Brand).
10396 2006-03-02 [wwp]        2.0.0cvs100
10398         * src/addressbook.c
10399                 fix some AB error messages: one for punctuation and
10400                 one wrongly duplicate (thanks, maxbritov).
10402 2006-03-02 [wwp]        2.0.0cvs99
10404         * src/plugins/spamassassin/spamassassin.c
10405                 make sync calls to sa-learn/spamc to prevent
10406                 system (whatever local or client/server) overload.
10408 2006-03-02 [colin]      2.0.0cvs98
10410         * src/summaryview.c
10411                 Put the spam icon in the status column instead of the
10412                 mark one
10414 2006-03-01 [colin]      2.0.0cvs97
10416         * src/plugins/spamassassin/spamassassin.c
10417                 Fix segfault (g_file_set_contents fails for some 
10418                 reason and err==0x2f. Can't find out why with
10419                 valgrind, using working function :-)
10421 2006-03-01 [colin]      2.0.0cvs96
10423         * src/inc.c
10424                 Offline overriding: let 'No' be cached only 3 seconds
10426 2006-03-01 [colin]      2.0.0cvs95
10428         * src/addr_compl.c
10429         * src/addrbook.c
10430         * src/addressbook.c
10431         * src/addrindex.c
10432         * src/folder_item_prefs.c
10433         * src/headerview.c
10434         * src/imap.c
10435         * src/inc.c
10436         * src/ldif.c
10437         * src/mainwindow.c
10438         * src/mh.c
10439         * src/msgcache.c
10440         * src/prefs_common.h
10441         * src/prefs_msg_colors.c
10442         * src/procheader.c
10443         * src/procheader.h
10444         * src/procmime.c
10445         * src/procmsg.c
10446         * src/procmsg.h
10447         * src/send_message.h
10448         * src/simple-gettext.c
10449         * src/summaryview.c
10450         * src/summaryview.h
10451         * src/syldap.c
10452         * src/textview.c
10453         * src/undo.c
10454         * src/common/ssl_certificate.c
10455         * src/common/utils.c
10456         * src/gtk/colorsel.c
10457         * src/gtk/gtksctree.c
10458         * src/gtk/gtkshruler.c
10459         * src/plugins/trayicon/trayicon.c
10460                 #if 0 goes to /dev/null
10462 2006-03-01 [colin]      2.0.0cvs94
10464         * src/compose.c
10465         * src/imap.c
10466         * src/inc.c
10467         * src/inc.h
10468         * src/messageview.c
10469         * src/news.c
10470         * src/plugins/spamassassin/spamassassin.c
10471                 Allow to add information in the "working offline"
10472                 window
10474 2006-03-01 [wwp]        2.0.0cvs93
10476         * src/plugins/spamassassin/spamassassin.c
10477                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10478                 'cause it seems that calling `spamc ... < inputfile` with
10479                 g_spawn_(a)sync simply.. erm doesn't work :-).
10481 2006-03-01 [wwp]        2.0.0cvs92
10483         * src/toolbar.c
10484         * src/toolbar.h
10485                 simplify the adding of spam/ham button to the messageview toolbar
10486                 (it gets more clear now that the same button will be "Mark as spam"
10487                 or "Mark as ham" according to the current message status,
10488                 thanks to Colin).
10490 2006-03-01 [wwp]        2.0.0cvs91
10492         * src/messageview.c
10493         * src/procmsg.c
10494         * src/procmsg.h
10495         * src/summaryview.c
10496         * src/plugins/spamassassin/spamassassin.c
10497         * src/plugins/spamassassin/spamassassin.h
10498                 make learner callbacks return a status (0 for ok),
10499                 handle it in main code to avoid setting flags when learning failed,
10500                 don't learn on TCP if offline in spamassassin,
10501                 thanks to Colin.
10503                 
10505 2006-03-01 [wwp]        2.0.0cvs90
10507         * src/compose.c
10508                 some work around the compose window's account menu,
10509                 patch by Fabien Vantard.
10511 2006-03-01 [wwp]        2.0.0cvs89
10513         * src/plugins/spamassassin/spamassassin.c
10514                 fixed bad logics, was using spamc in local mode and sa-learn
10515                 in remote mode (thanks, Colin).
10517 2006-03-01 [wwp]        2.0.0cvs88
10519         * src/plugins/spamassassin/spamassassin.c
10520         * src/plugins/spamassassin/spamassassin.h
10521         * src/plugins/spamassassin/spamassassin_gtk.c
10522                 made processing of emails w/ sa-plugin an option (default is TRUE),
10523                 fixed Engrish some tooltips, capitalization of some debug messages
10524                 and warnings. The spamassassin plugin now provides two separate
10525                 services: process emails upon incorporation and spamd training.
10526                 Both services (un)register independently but use some common
10527                 plugin settings (transport settings, spam storage location).
10529 2006-02-28 [wwp]        2.0.0cvs87
10531         * src/plugins/spamassassin/spamassassin.c
10532                 fix async flag to spamc cmdline execution (batch exec should
10533                 be asynchronous).
10535 2006-02-27 [wwp]        2.0.0cvs86
10537         * src/plugins/spamassassin/spamassassin.c
10538         * src/plugins/spamassassin/spamassassin.h
10539         * src/plugins/spamassassin/spamassassin_gtk.c
10540                 - added the ability to learn a remote spamassassin server (spamd),
10541                 using spamc.
10542                 - added the spamassassin option 'username', that applies to all
10543                 spamassassin operations (filtering, learning, local or remote).
10544                 The default username is the current unix user (if left blank
10545                 from gtk prefs or config file).
10546                 - commented out some unused code (notebook widget), removed unused
10547                 layout (hbox1).
10548                 - make more widgets sensitive to the transport type.
10550 2006-02-27 [colin]      2.0.0cvs85
10552         * src/plugins/spamassassin/spamassassin.c
10553                 Fix sa-learn call when offline
10555 2006-02-27 [colin]      2.0.0cvs84
10557         * configure.ac
10558         * src/Makefile.am
10559         * src/mainwindow.c
10560         * src/mainwindow.h
10561         * src/messageview.c
10562         * src/messageview.h
10563         * src/prefs_toolbar.c
10564         * src/procmsg.c
10565         * src/stock_pixmap.c
10566         * src/stock_pixmap.h
10567         * src/summaryview.c
10568         * src/toolbar.c
10569         * src/toolbar.h
10570         * src/pixmaps/ham_btn.xpm
10571         * src/pixmaps/spam.xpm
10572         * src/pixmaps/spam_btn.xpm
10573         * src/plugins/spamassassin/spamassassin.c
10574                 Add button in toolbar for spam learning
10575                 Fix a few bugs from the last related commit
10576                 Revert 1.9.6cvs23 which messed up shift-selection
10578 2006-02-24 [colin]      2.0.0cvs83
10580         * src/procmsg.c
10581         * src/summaryview.c
10582         * src/summaryview.h
10583         * src/plugins/spamassassin/spamassassin.c
10584         * src/plugins/spamassassin/spamassassin.h
10585         * src/plugins/spamassassin/spamassassin_gtk.c
10586                 Unregister learner when spamassassin is either
10587                 disabled or over tcp
10589 2006-02-24 [colin]      2.0.0cvs82
10591         * src/Makefile.am
10592         * src/mainwindow.c
10593         * src/mainwindow.h
10594         * src/procmsg.c
10595         * src/procmsg.h
10596         * src/stock_pixmap.c
10597         * src/stock_pixmap.h
10598         * src/summaryview.c
10599         * src/summaryview.h
10600         * src/gtk/icon_legend.c
10601         * src/pixmaps/spam.xpm  ** NEW FILE **
10602         * src/plugins/spamassassin/spamassassin.c
10603         * src/plugins/spamassassin/spamassassin_gtk.c
10604                 Add spam learning interface (Mark/Mark as 
10605                 (spam|ham) menus)
10607 2006-02-24 [wwp]        2.0.0cvs81
10609         * src/compose.c
10610         * src/compose.h
10611         * src/filtering.c
10612                 hide compose window when sending message in batch mode
10613                 (filtering: forward and redirect). Also fixed a wrong
10614                 value returned when sending failed, neutral anyway.
10615                 (Colin, me) 
10617 2006-02-24 [wwp]        2.0.0cvs80
10619         * src/mainwindow.c
10620                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10622 2006-02-24 [paul]       2.0.0cvs79
10624         * src/news.c
10625         * src/news.h
10626         * src/news_gtk.c
10627                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10628                 Thanks to Colin
10630 2006-02-23 [colin]      2.0.0cvs78
10632         * src/alertpanel.c
10633                 Change OK to Close in alertpanel with View log
10634                 button; add accel to View log. Patch by Fabien
10635                 Vantard
10637 2006-02-23 [wwp]        2.0.0cvs77
10639         * src/compose.c
10640                 silly me, there were much more tests to perform, since toolbars can
10641                 really have down to 1 element only.
10643 2006-02-23 [wwp]        2.0.0cvs76
10645         * commitHelper
10646                 fixed indentation from my previous commit. Fallback to VISUAL if
10647                 EDITOR is not set (and to vi, at last resort).
10649 2006-02-23 [wwp]        2.0.0cvs75
10651         * commitHelper
10652                 improved error detection (Colin, me).
10654 2006-02-23 [wwp]        2.0.0cvs74
10656         * src/prefs_toolbar.c
10657                 simplify and fix prefs/toolbars layouting. Combos' contents can
10658                 now be really displayed.
10660 2006-02-23 [wwp]        2.0.0cvs73
10661         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10662         be really displayed.
10664 2006-02-22 [wwp]        2.0.0cvs72
10666         * src/compose.c
10667                 fix a typo in my previous commit (sorry!).
10669 2006-02-22 [wwp]        2.0.0cvs71
10671         * src/prefs_toolbar.c
10672                 fix a crash when adding separators to toolbars,
10673                 also fix some separator item information.
10675 2006-02-22 [wwp]        2.0.0cvs70
10677         * src/compose.c
10678                 fix a crash when redirecting (for instance) when compose window's
10679                 toolbar contents has been customized (when some buttons have been
10680                 removed in fact).
10682 2006-02-21 [wwp]        2.0.0cvs69
10684         * src/summaryview.c
10685         * src/gtk/pluginwindow.c
10686         * src/plugins/pgpcore/prefs_gpg.c
10687                 fix some compilation warnings (feat. remains of removed code).
10689 2006-02-21 [wwp]        2.0.0cvs68
10691         * src/gtk/gtkutils.c
10692                 fix two compilation issues, thanks to Stephan Sachse.
10694 2006-02-20 [colin]      2.0.0cvs67
10696         * src/mainwindow.c
10697                 Don't reselect displayed mail on refocus
10698                 This fixes actions misbehaving 
10700 2006-02-20 [wwp]        2.0.0cvs66
10702         * src/summaryview.c
10703         * src/gtk/gtksctree.c
10704         * src/gtk/gtkshruler.c
10705                 changed more runtime typecast checks.
10707 2006-02-20 [wwp]        2.0.0cvs65
10709         * src/summary_search.c
10710                 find all - summaryview refresh issue fixed, thanks to Colin.
10712 2006-02-20 [wwp]        2.0.0cvs64
10714         * src/gtk/gtkutils.c
10715                 better runtime typecast checks.
10717 2006-02-20 [wwp]        2.0.0cvs63
10719         * src/summary_search.c
10720                 enhancements to the summary search:
10721                         - add the ability to stop the running search
10722                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10723                         - don't search if no criteria (From/To/Subject/Body) is set
10724                         - ensure that a busy mouse pointer is always shown when searching,
10725                           show it even a bit earlier
10727 2006-02-19 [colin]      2.0.0cvs62
10729         * src/compose.c
10730         * src/imap.c
10731         * src/etpan/imap-thread.c
10732         * src/etpan/imap-thread.h
10733                 (Future) IMAP speed improvement on sending
10734                 Will require a libetpan update
10735         * src/summaryview.c
10736         * src/gtk/quicksearch.c
10737                 Make quicksearch clearable while running.
10739 2006-02-17 [colin]      2.0.0cvs61
10741         * src/imap.c
10742         * src/etpan/imap-thread.c
10743         * src/etpan/imap-thread.h
10744                 Check for IMAP certificates
10745                 ** Requires libetpan-0.42-cvs4 
10746                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10748 2006-02-17 [colin]      2.0.0cvs60
10750         * src/messageview.c
10751         * src/prefs_common.c
10752         * src/prefs_common.h
10753         * src/prefs_message.c
10754                 Add pref to display HTML-only mails with plugin, 
10755                 if possible (defaulting to FALSE of course).
10757 2006-02-16 [colin]      2.0.0cvs59
10759         * src/main.c
10760         * src/common/plugin.c
10761         * src/common/plugin.h
10762         * src/gtk/pluginwindow.c
10763                 Keep track of requested (but unloaded) plugins
10764                 in some error cases.
10766 2006-02-16 [wwp]        2.0.0cvs58
10768         * src/gtk/gtkaspell.c
10769         * src/gtk/gtkaspell.h
10770         * src/prefs_spelling.c
10771         * src/compose.c
10772         * src/prefs_common.c
10773         * src/prefs_common.h
10774                 implemented new optional spellchecker behaviour: re-check message when
10775                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10777 2006-02-16 [wwp]        2.0.0cvs57
10779         * src/quote_fmt_parse.y
10780                 pclose popen'ed pipe.
10782 2006-02-15 [colin]      2.0.0cvs56
10784         * src/mimeview.c
10785         * src/mimeview.h
10786                 Let MimeViewers know which MimeView they
10787                 depend of.
10788         * src/summaryview.c
10789                 Swap From/To columns in Sent/Queue/Drafts
10790                 folders
10791         * src/etpan/imap-thread.c
10792                 Use mailstream_low_tls_open() for STARTTLS
10793                 instead of mailstream_low_ssl_open()
10794                 ** REQUIRES libetpan 0.42cvs3 **
10796 2006-02-15 [wwp]        2.0.0cvs55
10798         * src/compose.c
10799         * src/compose.h
10800         * src/message_search.c
10801         * src/message_search.h
10802         * src/textview.c
10803         * src/gtk/gtkutils.c
10804         * src/gtk/gtkutils.h
10805                 added the ability to Find text in the compose window (and a bit
10806                 of code factorization).
10808 2006-02-15 [wwp]        2.0.0cvs54
10810         * src/prefs_gtk.c
10811                 yet another one file was missing (fix for some widgets' sensitivity).
10812                 Thanks Colin!
10814 2006-02-15 [wwp]        2.0.0cvs53
10816         * src/prefs_gtk.h
10817                 oops forgot that file (fix for some widgets' sensitivity).
10819 2006-02-15 [wwp]        2.0.0cvs52
10821         * src/summary_search.c
10822                 implemented advanced summary search options (added the ability
10823                 to use matcher conditions in an advanced search mode).
10825 2006-02-15 [wwp]        2.0.0cvs51
10827         * src/plugins/pgpcore/prefs_gpg.c
10828         * src/prefs_account.c
10829                 fix some widget sensitivity, mostly around some labels in
10830                 account prefs.
10832 2006-02-15 [paul]       2.0.0cvs50
10834         * manual/advanced.xml
10835                 improve Templates info
10836                 written by wwp
10838 2006-02-14 [colin]      2.0.0cvs49
10840         * src/pixmaps/address_book.xpm
10841         * src/pixmaps/preferences.xpm
10842         * src/pixmaps/properties.xpm
10843                 Fix pixmap size - patch by Fabien Vantard
10845 2006-02-13 [colin]      2.0.0cvs48
10847         * src/procmime.c
10848                 Add missing fclose()s on error
10849         * src/textview.c
10850                 Remove unused code
10851         * src/common/utils.c
10852                 Fix temp files not being deleted on windows
10853         Patches by Thomas Gilgin
10855 2006-02-13 [colin]      2.0.0cvs47
10857         * src/mainwindow.c
10858                 Fix exit crash
10860 2006-02-13 [wwp]        2.0.0cvs46
10862         * src/plugins/pgpcore/prefs_gpg.c
10863                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10865 2006-02-12 [colin]      2.0.0cvs45
10867         * src/folderview.c
10868         * src/main.c
10869         * src/mainwindow.c
10870                 Fix "stuff" when quitting
10872 2006-02-12 [wwp]        2.0.0cvs44
10874         * src/prefs_themes.c
10875                 fix typos in debug messages.
10877 2006-02-11 [colin]      2.0.0cvs43
10879         * src/summaryview.c
10880                 don't allow drag/drop from ourself
10882 2006-02-10 [wwp]        2.0.0cvs42
10884         * src/exporthtml.c
10885         * src/html.c
10886         * src/html.h
10887         * src/procmime.c
10888         * src/textview.c
10889                 renamed html_ prefixed functions and data structures to avoid
10890                 namespace clashes w/ other software (gtkhtml2 for instance).
10891                 Closes bug #907.
10894 2006-02-09 [colin]      2.0.0cvs41
10896         * src/summaryview.c
10897                 Fix shitty logic messed up. Thanks Ticho for the hint!
10899 2006-02-09 [wwp]        2.0.0cvs40
10901         * src/gtk/about.c
10902         * src/compose.c
10903         * src/prefs_account.c
10904         * src/prefs_gtk.h
10905         * src/editaddress.c
10906                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10907                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10908                 Browse buttons in accounts prefs.
10910 2006-02-09 [colin]      2.0.0cvs39
10912         * src/matcher.c
10913                 Check for pointer before using its members
10914         * src/gtk/gtksourceprintjob.c
10915                 Fix a wrong warning
10917 2006-02-09 [wwp]        2.0.0cvs38
10919         * src/gtk/filesel.c
10920                 fix few compiler warnings (type mismatch).
10922 2006-02-09 [paul]       2.0.0cvs37
10924         * po/fr.po
10925                 updated by Fabien Vantard
10927 2006-02-08 [colin]      2.0.0cvs36
10929         * src/prefs_common.c
10930         * src/common/defs.h
10931         * src/common/plugin.c
10932                 allow windows and linux configurations to coexist
10933                 patch by Thomas Gilgin
10935 2006-02-08 [colin]      2.0.0cvs35
10937         * src/filtering.c
10938         * src/matcher.c
10939         * src/matcher.h
10940         * src/matcher_parser_parse.y
10941         * src/prefs_filtering_action.c
10942         * src/prefs_matcher.c
10943                 Add the "Ignore thread" filtering
10944                 action
10946 2006-02-08 [colin]      2.0.0cvs34
10948         * src/compose.c
10949         * src/procmime.c
10950         * src/procmime.h
10951                 Fix bug #905 (damaged attachment)
10952                 text files with raw \0's aren't really text files
10953         FOR_STABLE
10955 2006-02-08 [colin]      2.0.0cvs33
10957         * src/summaryview.c
10958                 Fix crasher introduced yesterday
10960 2006-02-08 [wwp]        2.0.0cvs32
10962         * src/compose.c
10963         * src/compose.h
10964                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10966 2006-02-08 [wwp]        2.0.0cvs31
10968         * src/prefs_template.c
10969                 templates enhancement: allow address completion for Cc and Bcc fields
10970                 (it was currently possible for the To field only)
10972 2006-02-08 [colin]      2.0.0cvs30
10974         * src/compose.c
10975                 Don't unblock if not blocked
10976         FOR_STABLE
10978 2006-02-07 [colin]      2.0.0cvs29
10980         * src/action.c
10981                 Forgot to refresh summaryview
10983 2006-02-07 [colin]      2.0.0cvs28
10985         * src/action.c
10986                 Freeze/thaw message list and folder list while
10987                 processing %as{} actions 
10988         * src/compose.c
10989                 Fix auto-wrap disabling after a middle-click
10990                 paste - FOR_STABLE
10992 2006-02-07 [paul]       2.0.0cvs27
10994         * src/folder.c
10995                 fix freeing of uninitialised pointers
10996                 Thanks to Colin
10998 2006-02-06 [colin]      2.0.0cvs26
11000         * src/folder.c
11001                 Use g_slist_prepend in potentially big list
11003 2006-02-06 [colin]      2.0.0cvs25
11005         * src/folder.c
11006                 Completely skip processing if it doesn't 
11007                 exist (faster!)
11009 2006-02-06 [colin]      2.0.0cvs24
11011         * src/folder.c
11012         * src/summaryview.c
11013                 Batch filtering in summaryview (from Tools menu)
11014                 and pre/post//-processing too
11016 2006-02-06 [colin]      2.0.0cvs23
11018         * src/procmsg.h
11019         * src/filtering.c
11020                 Use a special field for batch filtering instead
11021                 of stepping on deferred execution's toes
11023 2006-02-06 [colin]      2.0.0cvs22
11025         * src/action.c
11026         * src/filtering.c
11027         * src/filtering.h
11028         * src/folder.c
11029         * src/summaryview.c
11030                 Fix filtering via menus and actions
11032 2006-02-06 [colin]      2.0.0cvs21
11034         * src/imap.c
11035                 Put the added file directly to cache if possible (will work
11036                 with next libetpan)
11037         * src/filtering.c
11038         * src/filtering.h
11039         * src/inc.c
11040         * src/folder.c
11041         * src/mbox.c
11042         * src/procmsg.h
11043                 Move and copy filtered messages by batches instead of one
11044                 by one - faster on IMAP
11045         * src/procmsg.c
11046                 Add a function that'll possibly be useful later
11048 2006-02-06 [colin]      2.0.0cvs20
11050         * src/addressbook.c
11051                 Use internal mime-type instead of text/plain for d'n'd
11052         * src/compose.c
11053                 Allow attaching files from mimeview's icon list via d'n'd
11054         * src/folderview.c
11055         * src/folderview.h
11056                 Use internal mime-type instead of text/plain for d'n'd
11057                 Don't try to selected opened folder if none is
11058                 Factorize d'n'd from other apps code
11059         * src/headerview.c
11060         * src/textview.c
11061         * src/gtk/gtkutils.c
11062         * src/gtk/gtkutils.h
11063                 Factorize Face/X-Face stuff
11064         * src/mimeview.c
11065                 Fix d'n'd to other apps
11066         * src/prefs_message.c
11067                 Let the XFace pref be usable without libcompface as it also
11068                 applies to Face
11069         * src/summaryview.c
11070                 Fix d'n'd to other apps
11071                 Factorize d'n'd from other apps code
11073 2006-02-06 [wwp]        2.0.0cvs19
11075         * po/it.po
11076                 Italian translation fixes by Andrea Spadaccini (no more confusion
11077                 between filtering and processing, and few changes in the About
11078                 dialog).
11081 2006-02-06 [mones]      2.0.0cvs18
11083         * src/gtk/icon_legend.c
11084                 Improved descriptions allowing better translations
11086 2006-02-05 [colin]      2.0.0cvs17
11088         * src/imap.c
11089                 Add the f*cking missing expunge that caused imap_fetch_env
11090                 to fail after an add_msgs ! :-///
11091         * src/etpan/imap-thread.c
11092                 Add a bit of debug
11093         FOR_STABLE
11095 2006-02-05 [colin]      2.0.0cvs16
11097         * src/common/utils.c
11098                 Don't check for return-path (or we can't put
11099                 back non-sent mails)
11101 2006-02-05 [colin]      2.0.0cvs15
11103         * src/textview.c
11104                 Don't try to display Face header in textview
11105                 when teh headerview's active
11107 2006-02-05 [colin]      2.0.0cvs14
11109         * tools/tbird2syl.py
11110         * tools/Makefile.am
11111                 Add script to import Thunderbird mails
11113 2006-02-05 [colin]      2.0.0cvs13
11115         * src/headerview.c
11116         * src/procheader.c
11117         * src/procmsg.c
11118         * src/procmsg.h
11119         * src/textview.c
11120                 Show Face headers - patch partially by Klaus Flittner
11122 2006-02-05 [colin]      2.0.0cvs12
11124         * src/folderview.c
11125         * src/summaryview.c
11126         * src/common/utils.c
11127         * src/common/utils.h
11128                 Let dnd work from mime icons to summaryview
11129                 and to folderview too
11130                 Add a crude test to avoid trying to add files
11131                 drag'n'dropped when they're not mails
11133 2006-02-04 [colin]      2.0.0cvs11
11135         * src/summaryview.c
11136         * src/mimeview.c
11137                 Fix utf8 conversion
11139 2006-02-04 [colin]      2.0.0cvs10
11141         * src/compose.c
11142         * src/folderview.c
11143         * src/mimeview.c
11144         * src/summaryview.c
11145         * src/summaryview.h
11146                 Added various drag and drop capas:
11147                 From                    To
11148                 summaryview             other apps
11149                 mimeview icons          other apps
11150                 other apps              summaryview
11151                 other apps              folderview
11153                 This shouldn't have broken the existing:
11154                 From                    To
11155                 summaryview             folderview
11156                 folderview              folderview
11157                 summaryview             compose's attachments
11159         Tests welcomed.
11161 2006-02-02 [paul]       2.0.0cvs9
11163         * src/mainwindow.c
11164                 move global option 'Set displayed columns...' out
11165                 of folder option grouping.
11166                 fix sensitivity of 'harvest addresses'
11167         FOR_STABLE
11169 2006-02-01 [colin]      2.0.0cvs8
11171         * src/mimeview.c
11172                 Revert the alertpanel patch, it sucks (intrusive
11173                 and gets in the way of "open")
11175 2006-02-01 [colin]      2.0.0cvs7
11177         * src/compose.c
11178         * src/prefs_account.c
11179         * src/prefs_common.c
11180         * src/common/defs.h
11181         * src/common/utils.c
11182         * src/common/utils.h
11183                 Add ability to edit the signature file
11184                 from the account preferences, and use
11185                 a default for the text editor.
11186                 Patch by Fabien Vantard
11188 2006-02-01 [colin]      2.0.0cvs6
11190         * src/mimeview.c
11191                 Try to get mime type by extension if it is
11192                 application/octet-stream
11193                 Display a window with possible choices when
11194                 encountering unknown mime types
11195         * src/gtk/filesel.c
11196         * src/gtk/filesel.h
11197                 Add preview
11198                 Allow multiple selection in filtered filesel
11199                 (patch by Fabien Vantard)
11200         * src/gtk/pluginwindow.c
11201                 Use it (patch by Fabien Vantard)
11203 2006-02-01 [paul]       2.0.0cvs5
11205         * src/jpilot.c
11206                 fix crash on creating jpilot address book
11207                 Thanks to Colin - FOR_STABLE
11208         * src/prefs_summaries.c
11209         * src/prefs_wrapping.c
11210         * src/gtk/icon_legend.c
11211         * src/gtk/quicksearch.c
11212                 string fixes and additions
11214 2006-02-01 [paul]       2.0.0cvs4
11216         * src/compose.c
11217         * src/mainwindow.c
11218         * src/messageview.c
11219         * src/prefs_send.c
11220                 add Arabic encoding option
11221                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
11223 2006-01-31 [colin]      2.0.0cvs3
11225         * src/plugins/pgpcore/passphrase.c
11226                 Convert passphrase to locale encoding
11227         * src/compose.c
11228                 Fix drafting on IMAP. Crappy bug sneaked in
11229                 the release :-/
11230         FOR_STABLE
11232 2006-01-30 [paul]       2.0.0cvs2
11234         * src/gtk/icon_legend.c
11235                 show the new entries
11237 2006-01-30 [colin]      2.0.0cvs1
11239         * src/manual.c
11240                 Check for the file to be present before 
11241                 enabling the menu - FOR_STABLE
11242         * src/gtk/icon_legend.c
11243                 Add folders icons (not all of them, there
11244                 are too much, but the most intriguing ones)
11246 2006-01-30 [paul]       2.0.0
11248         version 2.0.0 released
11250 [For previous entries, see ChangeLog.pre2.0.0]