2007-02-17 [colin] 2.7.2cvs48
[claws.git] / ChangeLog
blob1f6e0236dcfd0c5e39368d13318fa2fd6be26750
1 2007-02-17 [colin]      2.7.2cvs48
3         * src/messageview.c
4                 Reset icon to warning in the noticeview
6 2007-02-15 [colin]      2.7.2cvs47
8         * src/folderview.c
9                 Fix a manifestation of bug 1033 (summaryview failing
10                 to update for new mails), which happens after editing
11                 account preferences or preferences that cause a 
12                 folderview reload.
14 2007-02-15 [colin]      2.7.2cvs46
16         * src/addressbook.c
17                 Probably fix bug 1123, 'Segmentation 
18                 fault while opening address book'. I get
19                 g_warnings if the saved paned position is
20                 not greater than 0. Also, save position
21                 when hiding the addressbook instead of
22                 via signal.
24 2007-02-14 [colin]      2.7.2cvs45
26         * src/plugins/pgpcore/prefs_gpg.c
27         * src/plugins/pgpcore/prefs_gpg.h
28         * src/plugins/pgpcore/sgpgme.c
29         * src/plugins/pgpinline/pgpinline.c
30         * src/plugins/pgpmime/pgpmime.c
31                 Add an option "Use gpg-agent if available". Fixes
32                 annoyances with distro-installed gpg-agent, when
33                 no pinentry program is installed, and the user's 
34                 at a loss on why "decryption failed". Makes more
35                 clear why passphrase isn't saved when gpg-agent is
36                 used. Defaults to true, to avoid changing the 
37                 current behaviour.
39 2007-02-14 [wwp]        2.7.2cvs44
41         * src/matcher_parser_parse.y
42                 Fix missing line number reset (wrong line number might appear
43                 when re-loading filtering rules if there's a parser error).
45 2007-02-13 [colin]      2.7.2cvs43
47         * src/common/utils.c
48                 Don't encode ',' in URIs before passing it
49                 to the browser command-line. It was probably
50                 done at a time where commas in URIs made
51                 mozilla -remote 'openurl(%s,new-window)'
52                 bug.
54 2007-02-13 [wwp]        2.7.2cvs42
56         * src/prefs_matcher.c
57         * src/plugins/bogofilter/bogofilter_gtk.c
58                 A bit of string factorization around "Select ..." buttons.
60 2007-02-11 [colin]      2.7.2cvs41
62         * src/alertpanel.c
63                 Make sure to escape the title
65 2007-02-11 [colin]      2.7.2cvs40
67         * src/codeconv.c
68                 Recognize .utf8 locales as .UTF-8 ones
70 2007-02-11 [colin]      2.7.2cvs39
72         * src/compose.c
73                 Fix code conversion when dragging a file
75 2007-02-09 [colin]      2.7.2cvs38
77         * src/plugins/clamav/clamav_plugin.c
78                 Complete Paul's patch with conditional
79                 compilation to avoid breaking compilation
80                 on old Dapper and Edgy... Maybe other
81                 distros too.
83 2007-02-09 [paul]       2.7.2cvs37
85         * src/plugins/clamav/clamav_plugin.c
86                 fix for the upstream changes in libclamav
88 2007-02-09 [paul]       2.7.2cvs36
90         * src/main.c
91         * src/mainwindow.c
92         * src/procmsg.c
93         * src/procmsg.h
94                 fix "warn if there are queued messages" (on exit)
95                 option, which only checked the first mailbox's
96                 queue
97                 don't ask before emptying trash if there are no
98                 messages in trash, also check and empty all trash
99                 folders
100         * src/prefs_other.c
101                 move "Ask before emptying trash" option
102                 outside of the "On exit" frame as it's
103                 not only an "On exit" option
105 2007-02-09 [paul]       2.7.2cvs35
107         * src/addrgather.c
108         * src/alertpanel.c
109         * src/editldap.c
110         * src/prefs_account.c
111         * src/prefs_folder_item.c
112         * src/prefs_gtk.h
113         * src/prefs_matcher.c
114         * src/prefs_message.c
115         * src/prefs_msg_colors.c
116         * src/prefs_summaries.c
117         * src/wizard.c
118         * src/gtk/inputdialog.c
119         * src/plugins/bogofilter/bogofilter_gtk.c
120                 pedantic commit: use 'checkbtn' everywhere
121                 instead of a mixture of 'checkbtn' and 'chkbtn'
123 2007-02-09 [paul]       2.7.2cvs34
125         * src/compose.c
126                 fix default hotkeys
127         * src/prefs_other.c
128         * src/prefs_send.c
129                 move "Never send Return Receipts" from
130                 prefs_other to prefs_send
131                 add an option "Ask about account specific
132                 filtering rules..." to prefs_other
133         * src/gtk/gtkutils.c
134                 fix a compiler warning
136 2007-02-08 [colin]      2.7.2cvs33
138         * src/plugins/pgpinline/pgpinline.c
139                 Fix bug 1110, 'pgpmime fails to process 
140                 encapsulated openpgp mime (rfc 3156, 6.1 
141                 -> rfc1847)'
142                 It was due to an interaction between PGP/Mime
143                 and PGP/Inline plugin. 
145 2007-02-08 [colin]      2.7.2cvs32
147         * src/inc.c
148         * src/mbox.c
149         * src/mbox.h
150                 Fix bug 1117, 'fcntl locking code 
151                 does not work in mbox.c'
153 2007-02-08 [colin]      2.7.2cvs31
155         * src/prefs_account.c
156                 Fix Gentoo bug 165819, 'can't create 
157                 a "local mbox file" account'. Patch
158                 by Olivier <castan.o@free.fr>
160 2007-02-07 [colin]      2.7.2cvs30
162         * src/ldapquery.c
163                 Fix bug 1106, 'Claws crash on exit if LDAPS 
164                 autocompletion was used'
166 2007-02-07 [paul]       2.7.2cvs29
168         * src/folder.c
169                 cut down on unnecessary debug_prints
170         * src/imap_gtk.c
171                 fix menu_set_active() on 'Show only
172                 subscribed folders'
174 2007-02-07 [paul]       2.7.2cvs28
176         * src/plugins/clamav/clamav_plugin.c
177         * src/plugins/clamav/clamav_plugin.h
178         * src/plugins/clamav/clamav_plugin_gtk.c
179                 fix copyright header
181 2007-02-07 [paul]       2.7.2cvs27
183         * src/procheader.c
184                 fix bug 1116, 'summary view allow a 
185                 subject line break'
187 2007-02-06 [colin]      2.7.2cvs26
189         * src/summaryview.c
190                 Fix delete thread
192 2007-02-05 [fabien]     2.7.2cvs25
194         * po/POTFILES.in
195         * src/uri_opener.c
196                 i18n related - 1 fix and 1 message for translators.
198 2007-02-05 [colin]      2.7.2cvs24
200         * src/gtk/quicksearch.c
201                 Don't reload summary list if quicksearch wasn't
202                 active on hiding; move currently selected mail in
203                 the visible area when showing the quicksearch
205 2007-02-05 [colin]      2.7.2cvs23
207         * src/folderview.c
208                 Add debug to try to solve bug 1104
210 2007-02-05 [paul]       2.7.2cvs22
212         * src/mainwindow.c
213                 confirm before emptying trash on exit is
214                 a Yes or No answer, use Yes or No in the
215                 dialog
217 2007-02-04 [colin]      2.7.2cvs21
219         * src/compose.c
220         * src/plugins/pgpcore/passphrase.c
221         * src/plugins/pgpcore/select-keys.c
222                 Set wmclass on new windows
224 2007-02-04 [colin]
226         2.8.0-rc1 released
228 2007-02-04 [colin]      2.7.2cvs20
230         * src/compose.c
231         * src/compose.h
232                 Auto save drafts on exit, reopen them
233                 at startup, instead of asking
234         * src/account.c
235         * src/addressadd.c
236         * src/addressbook.c
237         * src/addressbook_foldersel.c
238         * src/addrgather.c
239         * src/crash.c
240         * src/editaddress.c
241         * src/editbook.c
242         * src/editgroup.c
243         * src/editjpilot.c
244         * src/editldap.c
245         * src/editldap_basedn.c
246         * src/editvcard.c
247         * src/exphtmldlg.c
248         * src/expldifdlg.c
249         * src/export.c
250         * src/foldersel.c
251         * src/gedit-print.c
252         * src/import.c
253         * src/importldif.c
254         * src/importmutt.c
255         * src/importpine.c
256         * src/main.c
257         * src/mainwindow.c
258         * src/message_search.c
259         * src/messageview.c
260         * src/prefs_actions.c
261         * src/prefs_customheader.c
262         * src/prefs_display_header.c
263         * src/prefs_filtering.c
264         * src/prefs_filtering_action.c
265         * src/prefs_folder_column.c
266         * src/prefs_gtk.c
267         * src/prefs_matcher.c
268         * src/prefs_other.c
269         * src/prefs_summaries.c
270         * src/prefs_summary_column.c
271         * src/prefs_template.c
272         * src/sourcewindow.c
273         * src/ssl_manager.c
274         * src/summary_search.c
275         * src/uri_opener.c
276         * src/gtk/about.c
277         * src/gtk/description_window.c
278         * src/gtk/foldersort.c
279         * src/gtk/gtkutils.c
280         * src/gtk/gtkutils.h
281         * src/gtk/icon_legend.c
282         * src/gtk/logwindow.c
283         * src/gtk/pluginwindow.c
284         * src/gtk/prefswindow.c
285                 Give different wmclass to different
286                 windows - thanks to sed ;)
288 2007-02-04 [colin]      2.7.2cvs19
290         * src/main.c
291                 Revert previous patch, can't reproduce
292                 it anymore. 
294 2007-02-03 [colin]      2.7.2cvs18
296         * src/main.c
297                 Don't save the mainwindow size and
298                 position on emergency exit (libSM's
299                 "die" callback), Xfce seems to make
300                 the window smaller just before the
301                 size's saved.
303 2007-02-03 [colin]      2.7.2cvs17
305         * src/plugins/bogofilter/bogofilter.c
306         * src/plugins/bogofilter/bogofilter.h
307         * src/plugins/bogofilter/bogofilter_gtk.c
308         * src/plugins/pgpinline/pgpinline.c
309         * src/plugins/pgpinline/pgpinline.h
310                 Fix more copyrights
312 2007-02-03 [colin]      2.7.2cvs16
314         * src/partial_download.c
315         * src/partial_download.h
316         * src/ssl_manager.c
317         * src/ssl_manager.h
318         * src/uri_opener.c
319         * src/uri_opener.h
320         * src/wizard.c
321         * src/wizard.h
322         * src/common/ssl_certificate.c
323         * src/common/ssl_certificate.h
324         * src/gtk/quicksearch.c
325         * src/gtk/quicksearch.h
326         * src/gtk/sslcertwindow.c
327         * src/gtk/sslcertwindow.h
328                 Fix copyright on my files
330 2007-02-02 [colin]      2.7.2cvs15
332         * src/Makefile.am
333         * src/mainwindow.c
334         * src/messageview.c
335         * src/messageview.h
336         * src/textview.c
337         * src/textview.h
338         * src/uri_opener.c
339         * src/uri_opener.h
340                 Add Tools/List URIs to allow
341                 opening any URI in the current mail
343 2007-02-02 [colin]      2.7.2cvs14
345         * src/common/valgrind.h ** NEW FILE **
346         * src/common/Makefile.am
347         * src/common/plugin.c
348                 Don't dlclose the plugins if we're running
349                 under valgrind. (doesn't require valgrind
350                 either at compile time or run time).
352 2007-02-01 [paul]       2.7.2cvs13
354         * AUTHORS
355         * src/gtk/authors.h
356         * tools/freshmeat_search.pl
357         * tools/google_search.pl
358         * tools/multiwebsearch.pl
359                 add support for non ISO-8859-1 compatible locales
360                 Patch by Alex Gorbachenko <agent_007@immo.ru>
362 2007-02-01 [colin]      2.7.2cvs12
364         * src/prefs_other.c
365         * src/prefs_summaries.c
366                 Move keybinding prefs to the Other page
368 2007-02-01 [wwp]        2.7.2cvs11
370         * src/plugins/trayicon/trayicon.c
371                 Fix a raising issue within KDE.
373 2007-02-01 [colin]      2.7.2cvs10
375         * src/codeconv.c
376                 Fix stray quotes in encoded strings
377         * src/addressadd.c
378                 Fix wrong call causing g_warnings
379         * src/textview.c
380                 Remove useless message
382 2007-01-31 [wwp]        2.7.2cvs9
384         * src/plugins/trayicon/trayicon.c
385                 fix buggy hiding of main window when closing if close-to-tray
386                 is not set (bad logics  in the trayicon hook code).
387                 Changed the quit confirmation message too.
389 2007-01-30 [colin]      2.7.2cvs8
391         * src/main.c
392                 Fix hidden mainwindow after clicking on
393                 the X close button, if compose windows
394                 exist and the user chooses not to quit
396 2007-01-30 [colin]      2.7.2cvs7
398         * src/main.c
399         * src/compose.c
400                 Handle local URIs to attach files (file:///...)
401                 Fixes attaching files from Thunar for example
403 2007-01-30 [colin]      2.7.2cvs6
405         * src/prefs_ext_prog.c
406                 Add 'mousepad' to the list of text editors.
407                 Mousepad is XFCE's text editor
409 2007-01-29 [wwp]        2.7.2cvs5
411         * po/POTFILES.in
412         * src/plugins/trayicon/trayicon_prefs.c
413                 trayicon i18n fixes, thanks to Fabien.
415 2007-01-28 [wwp]        2.7.2cvs4
417         * src/mainwindow.c
418         * src/mainwindow.h
419         * src/plugins/trayicon/trayicon.c
420         * src/plugins/trayicon/trayicon_prefs.c
421         * src/plugins/trayicon/trayicon_prefs.h
422                 Added a new TrayIcon plugin option to close to tray
423                 (WM's hotkey and [X] button will hide the window instead
424                 of closing it - closing CM can be done using the tray icon
425                 menu or the File menu).
426                 Improved visibility handling in trayicon, clicking the
427                 trayicon now raise the window to current desktop when it
428                 was either minimized/shaded/on another desktop.
429                 Thanks to Paul for testing and fixing a strange behaviour
430                 in KDE ;-).
432 2007-01-27 [paul]       2.7.2cvs3
434         * src/prefs_folder_item.c
435         * src/prefs_receive.c
436         * src/plugins/pgpcore/prefs_gpg.c
437                 use 'start-up' instead of 'startup' in labels
439 2007-01-26 [wwp]        2.7.2cvs2
441         * src/plugins/trayicon/Makefile.am
442         * src/plugins/trayicon/trayicon.c
443         * src/plugins/trayicon/trayicon_prefs.c
444         * src/plugins/trayicon/trayicon_prefs.h
445                 Add a new TrayIcon option to hide the main window at
446                 start-up.
447                 Fix trayicon.c copyright header.
449 2007-01-26 [paul]       2.7.2cvs1
451         * NEWS
452         * README
453         * RELEASE_NOTES
454         * configure.ac
455                 bump up version number following
456                 stable release
458 2007-01-25 [mones]      2.7.1cvs60
460         * po/es.po
461                 updated thousands of strings (well, probably less ;-)
463 2007-01-25 [colin]      2.7.1cvs59
465         * src/matcher.c
466                 Fix 2nd-run loss of matcherrc on new
467                 configurations. 
469 2007-01-25 [wwp]        2.7.1cvs58
471         * src/mimeview.c
472                 fix handling of empty value in attach_save_directory too, thanks
473                 to Colin.
475 2007-01-25 [wwp]        2.7.1cvs57
477         * src/gtk/filesel.c
478                 fix handling of empty value in attach_load_directory,
479                 thanks to Colin.
481 2007-01-25 [wwp]        2.7.1cvs56
483         * src/plugins/dillo_viewer/dillo_prefs.h
484                 fix a typo.
486 2007-01-25 [colin]      2.7.1cvs55
488         * src/matcher.c
489         * src/matcher.h
490         * src/matcher_parser_parse.y
491         * src/prefs_matcher.c
492                 Add matching on the spam flag
494 2007-01-24 [colin]      2.7.1cvs54
496         * src/folder.c
497         * src/common/xml.c
498         * src/common/xml.h
499                 Make sure folderlist.xml is correctly
500                 written before overwriting it.
501         * src/procmsg.c
502         * src/procmsg.h
503         * src/summaryview.c
504         * src/plugins/bogofilter/bogofilter.c
505         * src/plugins/bogofilter/bogofilter.h
506         * src/plugins/bogofilter/bogofilter_gtk.c
507         * src/plugins/spamassassin/spamassassin.c
508         * src/plugins/spamassassin/spamassassin.h
509         * src/plugins/spamassassin/spamassassin_gtk.c
510                 Move spam to the correct trash folder after
511                 learning, if spam directory isn't set.
513 2007-01-23 [paul]       2.7.1cvs53
515         * src/plugins/bogofilter/bogofilter_gtk.c
516                 fix sensitivity of "Insert X-Bogosity header"
517                 option
519 2007-01-23 [colin]      2.7.1cvs52
521         * src/toolbar.c
522                 Translate toolbar items text if
523                 they're translatable (default)
524         * src/addrcache.c
525         * src/addrcache.h
526         * src/addritem.c
527         * src/addritem.h
528         * src/codeconv.c
529         * src/codeconv.h
530         * src/jpilot.c
531         * src/jpilot.h
532         * src/ldapctrl.c
533         * src/ldapctrl.h
534         * src/ldapquery.h
535         * src/ldif.c
536         * src/ldif.h
537         * src/etpan/etpan-thread-manager.c
538         * src/etpan/etpan-thread-manager.h
539         * src/gtk/gtkutils.c
540         * src/gtk/gtkutils.h
541                 More static functions
543 2007-01-22 [fabien]     2.7.1cvs51
545         * src/gtk/gtkutils.c
546                 gtkut_get_options_frame() : ability to pass
547                 a 'NULL' value in frame pointer parameter if
548                 we don't need it.
550 2007-01-22 [colin]      2.7.1cvs50
552         * src/procmsg.c
553         * src/procmsg.h
554         * src/plugins/bogofilter/bogofilter.c
555         * src/plugins/bogofilter/bogofilter_gtk.c
556         * src/plugins/spamassassin/spamassassin.c
557         * src/plugins/spamassassin/spamassassin_gtk.c
558                 Allow moving spams to the account's trash
559                 instead of default one
561 2007-01-21 [colin]      2.7.1cvs49
563         * src/ldapquery.c
564         * src/ldapquery.h
565                 Revert a static function that shouldn't
566                 have been
568 2007-01-21 [colin]      2.7.1cvs48
570         * src/ldapquery.c
571         * src/ldapquery.h
572                 Same
574 2007-01-21 [colin]      2.7.1cvs47
576         * src/procmsg.c
577         * src/procmsg.h
578                 Same
580 2007-01-21 [colin]      2.7.1cvs46
582         * src/common/socket.c
583         * src/common/socket.h
584                 Same
586 2007-01-21 [colin]      2.7.1cvs45
588         * src/crash.c
589         * src/exporthtml.c
590         * src/exporthtml.h
591         * src/exportldif.c
592         * src/exportldif.h
593         * src/folder.c
594         * src/folder.h
595         * src/folder_item_prefs.c
596         * src/folder_item_prefs.h
597         * src/folderview.c
598         * src/folderview.h
599         * src/gedit-print.c
600         * src/gedit-print.h
601         * src/main.c
602         * src/main.h
603         * src/common/socket.c
604         * src/common/socket.h
605         * src/gtk/gtkaspell.c
606         * src/gtk/gtkaspell.h
607         * src/gtk/quicksearch.c
608         * src/gtk/quicksearch.h
609                 Same
611 2007-01-21 [colin]      2.7.1cvs44
613         * src/common/utils.c
614         * src/common/utils.h
615         * src/etpan/etpan-thread-manager.c
616         * src/etpan/etpan-thread-manager.h
617                 Same (Funny that etpan_thread_unbind
618                 is called but not etpan_thread_bind)
620 2007-01-21 [colin]      2.7.1cvs43
622         * src/addrselect.c
623         * src/addrselect.h
624         * src/codeconv.c
625         * src/codeconv.h
626         * src/compose.c
627         * src/compose.h
628         * src/etpan/Makefile.am
629         * src/gtk/colorlabel.c
630         * src/gtk/colorlabel.h
631         * src/gtk/sslcertwindow.c
632         * src/gtk/sslcertwindow.h
633         * src/etpan/etpan-log.c ** REMOVED **
634         * src/etpan/etpan-log.h ** REMOVED **
635                 Same
637 2007-01-20 [colin]      2.7.1cvs42
639         * src/addritem.c
640         * src/addritem.h
641                 Same
643 2007-01-20 [colin]      2.7.1cvs41
645         * src/account.c
646         * src/account.h
647         * src/addrbook.c
648         * src/addrbook.h
649         * src/addrcache.c
650         * src/addrcache.h
651         * src/addrclip.c
652         * src/addrclip.h
653         * src/addressbook.c
654         * src/addressbook.h
655         * src/addrharvest.c
656         * src/addrharvest.h
657         * src/addrindex.c
658         * src/addrindex.h
659         * src/editaddress.c
660         * src/editaddress.h
661                 Make functions that aren't used in other
662                 files static
664 2007-01-20 [colin]      2.7.1cvs40
666         * src/account.c
667         * src/addrbook.c
668         * src/addrcache.c
669         * src/addressbook.c
670         * src/addrgather.c
671         * src/addrindex.c
672         * src/addrquery.c
673         * src/addrselect.c
674         * src/browseldap.c
675         * src/compose.c
676         * src/editbook.c
677         * src/editjpilot.c
678         * src/editldap.c
679         * src/editldap_basedn.c
680         * src/editvcard.c
681         * src/exporthtml.c
682         * src/exportldif.c
683         * src/folder.c
684         * src/folderview.c
685         * src/image_viewer.c
686         * src/imap.c
687         * src/importmutt.c
688         * src/importpine.c
689         * src/jpilot.c
690         * src/ldapquery.c
691         * src/main.c
692         * src/mainwindow.c
693         * src/matcher.c
694         * src/messageview.c
695         * src/mh.c
696         * src/mimeview.c
697         * src/msgcache.c
698         * src/mutt.c
699         * src/news.c
700         * src/pine.c
701         * src/prefs_account.c
702         * src/prefs_common.c
703         * src/prefs_compose_writing.c
704         * src/prefs_ext_prog.c
705         * src/prefs_folder_item.c
706         * src/prefs_fonts.c
707         * src/prefs_message.c
708         * src/prefs_msg_colors.c
709         * src/prefs_other.c
710         * src/prefs_quote.c
711         * src/prefs_receive.c
712         * src/prefs_send.c
713         * src/prefs_spelling.c
714         * src/prefs_summaries.c
715         * src/prefs_toolbar.c
716         * src/prefs_wrapping.c
717         * src/privacy.c
718         * src/procmime.c
719         * src/procmsg.c
720         * src/ssl_manager.c
721         * src/statusbar.c
722         * src/summaryview.c
723         * src/toolbar.c
724         * src/vcard.c
725         * src/common/hooks.c
726         * src/common/log.c
727         * src/common/passcrypt.c
728         * src/common/socket.c
729         * src/common/ssl.c
730         * src/common/ssl_certificate.c
731         * src/common/template.c
732         * src/common/utils.c
733         * src/etpan/imap-thread.c
734         * src/gtk/sslcertwindow.c
735         * src/gtk/sslcertwindow.h
736                 Make functions that could be static, static
738 2007-01-20 [colin]      2.7.1cvs39
740         * src/editldap.c
741                 Fix tooltip
743 2007-01-20 [colin]      2.7.1cvs38
745         * src/ldapquery.c
746         * src/ldaputil.c
747         * src/ldaputil.h
748                 Fix bug 1102, 'claws-mail-2.7.1 
749                 makes use of deprecated ldap 
750                 functions'
752 2007-01-20 [colin]      2.7.1cvs37
754         * src/mainwindow.c
755         * src/mainwindow.h
756         * src/summaryview.c
757         * src/gtk/quicksearch.c
758                 Add Wide message list layout
760 2007-01-19 [fabien]     2.7.1cvs36
762         * src/textview.c
763                 make sure a font change is considered in links of
764                 headerview.
766 2007-01-19 [colin]      2.7.1cvs35
768         * src/main.c
769         * src/mainwindow.c
770         * src/mainwindow.h
771         * src/messageview.c
772         * src/messageview.h
773         * src/prefs_common.c
774         * src/prefs_common.h
775         * src/summaryview.c
776         * src/summaryview.h
777         * src/gtk/quicksearch.c
778         * src/gtk/quicksearch.h
779                 Drop 'Separate Folder tree' and 'Separate
780                 Message View'. Put three layouts in place
781                 of it.
783 2007-01-19 [paul]       2.7.1cvs34
785         * src/prefs_msg_colors.c
786                 more use of Q_ for translators
788 2007-01-19 [paul]       2.7.1cvs33
790         * src/imap_gtk.c
791         * src/prefs_account.c
792                 a few changes to the English
794 2007-01-19 [fabien]     2.7.1cvs32
796         * src/wizard.c
797                 factorize translatable string
799 2007-01-18 [colin]      2.7.1cvs31
801         * src/main.c
802                 Don't error out on --sync option. Although
803                 we don't do anything with it, gtk+ handles
804                 it, and it's useful for debugging X errors
806 2007-01-18 [fabien]     2.7.1cvs30
808         * src/prefs_other.c
809                 ability to apply on the fly the recent added
810                 'gtk_can_change_accels' pref (no need to restart).
812 2007-01-18 [fabien]     2.7.1cvs29
814         * src/plugins/bogofilter/bogofilter_gtk.c
815         * src/plugins/bogofilter/bogofilter.c
816         * src/plugins/spamassassin/spamassassin_gtk.c
817         * src/addr_compl.c
818         * src/prefs_account.c
819                 factorize or rewrite some translatable strings.
821 2007-01-18 [fabien]     2.7.1cvs28
823         * src/prefs_gtk.h
824         * src/compose.c
825                 set a 4pix space between "Subject:" label and subject entry in
826                 compose window.
828 2007-01-18 [wwp]        2.7.1cvs27
830         * src/addressbook.c
831                 fix conflicting address-copy/paste when focus is set
832                 to the embedded edit-person form.
835 2007-01-18 [wwp]        2.7.1cvs26
837         * src/addressbook.h
838                 complete 2.7.1cvs23 (one more file was missing from that
839                 commit).
841 2007-01-18 [colin]      2.7.1cvs25
843         * src/main.c
844                 Provide a way to migrate without backup
845                 Re-ask for migration on next start if 
846                 it has been refused and wizard has been 
847                 cancelled after.
849 2007-01-18 [wwp]        2.7.1cvs24
851         * src/editaddress.c
852                 complete 2.7.1.cvs23 (file was missing from previous
853                 commit).
855 2007-01-18 [wwp]        2.7.1cvs23
857         * src/addressbook.c
858                 fix potential crashes in address book's focus_in/out signal handlers,
859                 force focus to the edit-person form when clicked the Edit menu entry or
860                 button (this only matters if the edit-person form is embedded to the
861                 AB window, in that case, focus is not set when browsing the contacts
862                 list w/ keys or mouse clicks).
864 2007-01-18 [paul]       2.7.1cvs22
866         * src/main.c
867                 add command line options:
868                 -h for --help
869                 -q and --quit for --exit
870                 -v for --version
871                 print "Unknown option" for unknown options
873 2007-01-18 [paul]       2.7.1cvs21
875         * po/ru.po
876                 updated by Pavlo Bohmat
878 2007-01-18 [paul]       2.7.1cvs20
880         * src/mainwindow.c
881                 fix sensitivity issues of Mark as Spam/Ham
883 2007-01-17 [fabien]     2.7.1cvs19
885         * src/prefs_other.c
886         * src/prefs_common.c
887         * src/prefs_common.h
888         * src/main.c
889                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
890                 control the corresponding gtk property. It could be used to lock
891                 all shortcuts (avoid to set one of them by inadvertency).
893 2007-01-17 [colin]      2.7.1cvs18
895         * src/summaryview.c
896                 Fix bug 1100, 'Highlighted e-mail data not visible 
897                 when color label applied.'. Use a weighted average
898                 between normal selected foreground color and color
899                 label instead of a simple one (3/1 instead 1/1).
901 2007-01-17 [colin]      2.7.1cvs17
903         * src/messageview.c
904                 Better fix for bug 1088, 'Ctrl-h produces repeatable
905                 crash' - don't prevent mail switching while loading
907 2007-01-17 [colin]      2.7.1cvs16
909         * src/folder.c
910         * src/folder.h
911         * src/folderview.c
912         * src/folderview.h
913         * src/imap.c
914         * src/imap.h
915         * src/imap_gtk.c
916                 Manage recursive search of unsubscribed folders
917                 Rescan tree without checking for new messages 
918                 after subscriptions changed
920 2007-01-17 [paul]       2.7.1cvs15
922         * src/prefs_common.c
923         * src/gtk/pluginwindow.c
924                 fix bug 1101, '"Load plugin" button is
925                 accidentally hidden'
926                 unset (-1) initial width in prefs_common,
927                 fix overlapping buttons,
928                 and other cleanups
930 2007-01-17 [paul]       2.7.1cvs14
932         * src/procmime.c
933                 add #include <errno.h>, it's needed
934                 on some systems
936 2007-01-17 [paul]       2.7.1cvs13
938         * src/common/defs.h
939         * tools/make.themes.project
940                 rename .sylpheed_themeinfo to .claws_themeinfo
941                 and use it
942         * src/etpan/etpan-errors.h
943         * src/etpan/etpan-log.c
944         * src/etpan/etpan-log.h
945         * src/etpan/etpan-thread-manager-types.h
946         * src/etpan/etpan-thread-manager.c
947         * src/etpan/etpan-thread-manager.h
948         * src/etpan/imap-thread.c
949         * src/etpan/imap-thread.h
950                 add copyright header
952 2007-01-17 [colin]      2.7.1cvs12
954         * src/plugins/pgpcore/select-keys.c
955         * src/gtk/pluginwindow.c
956         * src/prefs_account.c
957                 Fix warnings
959 2007-01-16 [colin]      2.7.1cvs11
961         * src/imap.c
962         * src/imap.h
963         * src/imap_gtk.c
964                 Manage subscribing to subfolders when only
965                 subscribed folders are shown.
967 2007-01-16 [colin]      2.7.1cvs10
969         * src/folderview.c
970                 Fix annoying vscrollbar going back to top
971                 on Check for new folders
973 2007-01-16 [colin]      2.7.1cvs9
975         * src/imap.c
976                 Remove printf
978 2007-01-16 [colin]      2.7.1cvs8
980         * src/filtering.c
981                 Bigger buffer for errors
982         * src/imap.c
983         * src/imap.h
984         * src/imap_gtk.c
985         * src/prefs_account.c
986         * src/prefs_account.h
987         * src/wizard.c
988         * src/etpan/imap-thread.c
989         * src/etpan/imap-thread.h
990         * manual/handling.xml
991                 Add subscriptions management. What it changes:
992                 Creating a folder subscribes to it
993                 Deleting a folder unsubscribes it
994                 New contextual menu item allowing to switch between
995                 All folders and Subscribed folders, subscribe, and
996                 unsubscribe. "Creating" an existing but unsubscribed
997                 folder will subscribe it.
998                 By default for new accounts, only subscribed folders 
999                 are shown.
1002 2007-01-16 [paul]       2.7.1cvs7
1004         * src/summaryview.c
1005                 Allow folder classes to specify only sort_key or
1006                 sort_type instead of both or none.
1008 2007-01-16 [paul]       2.7.1cvs6
1010         * src/action.c
1011         * src/compose.c
1012         * src/mimeview.c
1013         * src/procmime.c
1014         * src/textview.c
1015                 Save and use errno for procmime_get_part
1017 2007-01-16 [colin]      2.7.1cvs5
1019         * src/imap.c
1020                 Never remove INBOX when scanning for
1021                 new folders. It's a special folder
1022                 that has to exist.
1024 2007-01-15 [colin]      2.7.1cvs4
1026         * src/imap.c
1027                 Fix 'Check for new folders' when IMAP subdirectory
1028                 is set
1029         * src/etpan/imap-thread.c
1030                 Fix build
1032 2007-01-15 [colin]      2.7.1cvs3
1034         * src/etpan/imap-thread.c
1035                 Fix invalid free on command-connection
1036                 error
1038 2007-01-15 [wwp]        2.7.1cvs2
1040         * src/matcher_parser_lex.l
1041         * src/quote_fmt_lex.l
1042         * src/matcher_parser_parse.y
1043                 fix copyright header in lexers and parsers.
1045 2007-01-15 [paul]       2.7.1cvs1
1047         * NEWS
1048         * README
1049         * RELEASE_NOTES
1050         * configure.ac
1051                 bump up version number following
1052                 stable release
1054 2007-01-15 [paul]       2.7.0cvs31
1056         * AUTHORS
1057         * src/gtk/authors.h
1058                 add Fabien to the Team list
1059                 add the recent contributors
1060                 make a few corrections
1062 2007-01-15 [paul]       2.7.0cvs30
1064         * src/mainwindow.c
1065                 fix compiler warning
1066         * src/plugins/pgpcore/prefs_gpg.c
1067         * src/plugins/pgpcore/prefs_gpg.h
1068                 add missing include
1069                 fix copyright header
1071 2007-01-14 [colin]      2.7.0cvs29
1073         * src/gtk/filesel.c
1074                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1075                 two benefits: faster to open, will fix strange
1076                 dbus-related crash. Thanks to Pascal Terjan.
1078 2007-01-14 [colin]      2.7.0cvs28
1080         * src/etpan/imap-thread.c
1081                 Delete the old imap just after allocating
1082                 the new one. Makes sure we don't get the
1083                 same pointer by sheer luck, which feels
1084                 strange in the debug log.
1086 2007-01-14 [colin]      2.7.0cvs27
1088         * src/gtk/inputdialog.c
1089                 Make sure we don't print passwords in
1090                 clear text when in debug mode
1092 2007-01-14 [colin]      2.7.0cvs26
1094         * src/gtk/gtksctree.c
1095                 Fix bug 1098, 'bogus last row display 
1096                 after expanding a thread'. Patch by
1097                 Jindrich Makovicka <makovick@gmail.com>
1099 2007-01-14 [colin]      2.7.0cvs25
1101         * src/etpan/imap-thread.c
1102                 Close socket manually before
1103                 freeing the imap struct
1105 2007-01-14 [colin]      2.7.0cvs24
1107         * src/etpan/imap-thread.c
1108                 Maybe fix new reconnection issues
1110 2007-01-13 [colin]      2.7.0cvs23
1112         * src/summaryview.c
1113                 Freeze/thaw on thread selection
1115 2007-01-13 [paul]       2.7.0cvs22
1117         * src/mainwindow.c
1118         * src/summaryview.c
1119         * src/summaryview.h
1120                 add 'Edit/Delete thread'
1122 2007-01-13 [colin]      2.7.0cvs21
1124         * src/prefs_account.c
1125         * src/prefs_compose_writing.c
1126         * src/prefs_message.c
1127         * src/prefs_msg_colors.c
1128         * src/prefs_other.c
1129         * src/prefs_receive.c
1130         * src/prefs_spelling.c
1131         * src/prefs_summaries.c
1132         * src/prefs_themes.c
1133         * src/gtk/gtkutils.c
1134         * src/gtk/gtkutils.h
1135         * src/plugins/pgpcore/prefs_gpg.c
1136         * src/plugins/spamassassin/spamassassin_gtk.c
1137                 Factorize gtk frame creation
1138                 Patch by Pawel
1140 2007-01-13 [colin]      2.7.0cvs20
1142         * src/message_search.c
1143         * src/summary_search.c
1144                 Fix Enter in search windows
1145         * src/messageview.c
1146                 Fix body search starting at the
1147                 end of the mail (and asking for loop)
1149 2007-01-13 [colin]      2.7.0cvs19
1151         * src/etpan/imap-thread.c
1152                 Make sure we don't free the same imap
1153                 twice
1155 2007-01-13 [colin]      2.7.0cvs18
1157         * commitHelper
1158                 Allow multiple commitHelpers to
1159                 run at once
1161 2007-01-12 [colin]      2.7.0cvs17
1163         * src/etpan/imap-thread.c
1164                 Make sure we get rid of the previous mailimap
1165                 when connecting - just in case disconnect was
1166                 unclean
1168 2007-01-12 [paul]       2.7.0cvs16
1170         * src/compose.c
1171                 Strip S/MIME signatures when re-editing
1172                 S/MIME signed messages.
1174 2007-01-12 [paul]       2.7.0cvs15
1176         * configure.ac
1177         * src/addressbook.c
1178         * src/foldersel.c
1179         * src/folderview.c
1180         * src/main.c
1181                 no need to define CLAWS anymore, remove
1182                 all that stuff
1184 2007-01-12 [paul]       2.7.0cvs14
1186         * src/mimeview.c
1187                 check if the mail's signed as
1188                 it can change the mail structure
1189                 Thanks to Colin
1191 2007-01-12 [paul]       2.7.0cvs13
1193         * src/procmime.c
1194                 fix Forwarding msgs with attachments
1195                 that have dos line endings
1196                 Thanks to Colin
1198 2007-01-12 [wwp]        2.7.0cvs12
1200         * configure.ac
1201                 Revert accidentally committed extra version tag.
1203 2007-01-12 [wwp]        2.7.0cvs11
1205         * src/prefs_account.c
1206                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1208 2007-01-11 [colin]      2.7.0cvs10
1210         * src/imap.c
1211                 move g_warning to debug_print
1212                 it scares people for no reason
1214 2007-01-11 [colin]      2.7.0cvs9
1216         * po/POTFILES.in
1217                 Fix files to translate. Patch by
1218                 Fabien
1220 2007-01-11 [paul]       2.7.0cvs8
1222         * src/imap.c
1223                 Fix recursion when server lists the
1224                 current subfolder in the response
1225         * src/mimeview.c
1226                 Fix updating of icon_list/ctree
1227         * src/plugins/pgpcore/select-keys.c
1228                 Fix a few annoyances when choosing
1229                 keys for the CMS (S/MIME) protocol
1231 2007-01-11 [wwp]        2.7.0cvs7
1233         * src/compose.c
1234         * src/prefs_account.c
1235         * src/prefs_account.h
1236                 Add per-account spellcheck default dictionaries settings.
1238 2007-01-10 [colin]      2.7.0cvs6
1240         * src/prefs_folder_item.c
1241                 Factorize strings - patch by Fabien
1243 2007-01-10 [colin]      2.7.0cvs5
1245         * src/mainwindow.c
1246                 Fix bug 1095, 'Crash while changing folder 
1247                 columns during incorporation'
1249 2007-01-09 [colin]      2.7.0cvs4
1251         * src/gtk/pluginwindow.c
1252                 Set the plugin window transient. Seems
1253                 like some window managers hide it in
1254                 the background after "load plugin"...
1256 2007-01-09 [colin]      2.7.0cvs3
1258         * src/gtk/filesel.c
1259                 Use the same type for alloc and free
1261 2007-01-08 [paul]       2.7.0cvs2
1263         * po/nl.po
1264                 updated by Tim Dijkstra
1266 2007-01-08 [paul]       2.7.0cvs1
1268         * src/prefs_themes.c
1269         * src/common/utils.c
1270                 Fix resource leaks
1272 2007-01-08 [paul]       2.7.0
1274         * NEWS
1275         * README
1276         * RELEASE_NOTES
1277                 2.7.0 released
1279 2007-01-08 [paul]       2.6.1cvs119
1281         * doc/man/claws-mail.1
1282                 another correction
1284 2007-01-08 [paul]       2.6.1cvs118
1286         * doc/man/claws-mail.1
1287                 corrections
1288         * manual/advanced.xml
1289                 improved English usage
1291 2007-01-08 [paul]       2.6.1cvs117
1293         * po/ca.po
1294         * po/de.po
1295         * po/en_GB.po
1296         * po/fi.po
1297         * po/it.po
1298         * po/pt_BR.po
1299         * po/sk.po
1300         * po/sr.po
1301         * po/zh_CN.po
1302                 updated by Miquel Oliete, Stephan Sachse, me,
1303                 Tommi Pirinen, Andrea Spadaccini, Frederico
1304                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1305                 Urosevic, and Ralgh Young
1307 2007-01-07 [mones]      2.6.1cvs116
1309         * manual/es/advanced.xml
1310         * po/es.po
1311                 Synced manual (unhide mark_as_read_delay)
1312                 and updated translation for release
1314 2007-01-07 [paul]       2.6.1cvs115
1316         * src/prefs_matcher.c
1317                 make the hbox content fit better under
1318                 various languages
1320 2007-01-07 [colin]      2.6.1cvs114
1322         * src/messageview.c
1323                 Fix bug 1088, 'Ctrl-h produces repeatable
1324                 crash'
1326 2007-01-06 [colin]      2.6.1cvs113
1328         * src/etpan/imap-thread.c
1329                 Add casts to int to get certs. Fixes
1330                 bug 1064, 'crash @ etpan_certificate_check() 
1331                 when opening an IMAP folder', with latest
1332                 libetpan CVS or >= 0.49
1333         * src/mainwindow.c
1334         * src/mainwindow.h
1335         * src/imap_gtk.c
1336         * src/news_gtk.c
1337         * src/prefs_folder_item.c
1338                 Grey out the "synchronise" menu items if
1339                 there's nothing to synchronise.
1340         * src/plugins/pgpcore/sgpgme.c
1341                 Make an error clearer than "Unknown error"
1343 2007-01-06 [colin]      2.6.1cvs112
1345         * src/messageview.c
1346                 Don't try to show a message if updating
1347                 Maybe fixes bug 1088, 'ctrl-h produces
1348                 repeatable crash'.
1350 2007-01-06 [colin]      2.6.1cvs111
1352         * src/summaryview.c
1353                 Disable Control-Space (handle it as Space).
1355 2007-01-05 [paul]       2.6.1cvs110
1357         * src/imap.c
1358                 Fix bug 934, 'sylpheed claws 2.1 
1359                 doesn't show Exchanges Public Folders'
1360                 Thanks to Hoa and Colin
1361         * src/msgcache.c
1362                 Refuse to allocate more than 2 MB for a 
1363                 single field, it's a good indication of
1364                 cache corruption.
1366 2007-01-05 [colin]      2.6.1cvs109
1368         * src/mainwindow.c
1369                 Allow --select'ing emails by Message-ID too
1371 2007-01-05 [colin]      2.6.1cvs108
1373         * src/common/quoted-printable.c
1374                 Uh! Third fix :)
1376 2007-01-05 [colin]      2.6.1cvs107
1378         * src/common/quoted-printable.c
1379                 Fix previous commit about bug 1089
1380                 Thanks to Ralf
1382 2007-01-05 [colin]      2.6.1cvs106
1384         * src/common/quoted-printable.c
1385                 Fix my previous commit on bug 1089
1386                 - Thanks to Ralf :)
1388 2007-01-04 [colin]      2.6.1cvs105
1390         * src/common/quoted-printable.c
1391                 Fix bug 1089, 'NUL characters in Subject 
1392                 line are misinterpreted'. Not a pain to
1393                 fix in fact.
1395 2007-01-04 [colin]      
1397         2.7.0-rc3 released
1399 2007-01-04 [wwp]        2.6.1cvs104
1401         * src/image_viewer.c
1402                 Force operator precedence (fix a compiler warning).
1404 2007-01-04 [colin]      2.6.1cvs103
1406         * src/image_viewer.c
1407                 Be cautious there too (same fix as the one
1408                 in textview from cvs33)
1409         * src/messageview.c
1410                 Don't use any MimeViewer plugin when showing
1411                 all headers
1413 2007-01-03 [wwp]        2.6.1cvs102
1415         * src/html.c
1416         * src/html.h
1417                 fixed "cent" sign (use the existing ASCII one),
1418                 decode more HTML entities,
1419                 converted table ASCII entries to UTF-8,
1420                 moved a switch() into a hashtable.
1422 2007-01-03 [paul]       2.6.1cvs101
1424         * src/compose.c
1425         * src/messageview.c
1426         * src/procmsg.c
1427         * src/procmsg.h
1428                 When possible, use move_msg instead of
1429                 copy_msg + remove_msg to move sent mail
1430                 from Queue to Sent. 
1432 2007-01-03 [paul]       2.6.1cvs100
1434         * src/html.c
1435                 add more html entity recognition:
1436                 pounds, euros, and cents
1438 2007-01-03 [colin]      2.6.1cvs99
1440         * src/imap_gtk.c
1441                 Don't display an error on NOSELECT
1442                 folders when synchronising
1444 2007-01-03 [paul]       2.6.1cvs98
1446         * tools/maildir2claws-mail.pl
1447                 only substitute 'sent-mail' if it's
1448                 the full directory name
1450 2007-01-03 [paul]       2.6.1cvs97
1452         * ChangeLog
1453         * ChangeLog.pre2.0.0
1454         * Makefile.am
1455                 archive a chunk of ChangeLog in
1456                 ChangeLog.pre2.0.0
1457         * ChangeLog.gtk1
1458         * doc/src/ChangeLog.claws-pre0.8.0
1459                 remove ChangeLog.claws-pre0.8.0, adding
1460                 its contents to ChangeLog.gtk1
1462 2007-01-03 [paul]       2.6.1cvs96
1464         * src/account.c
1465         * src/account.h
1466         * src/action.c
1467         * src/action.h
1468         * src/adbookbase.h
1469         * src/addr_compl.c
1470         * src/addr_compl.h
1471         * src/addrbook.c
1472         * src/addrcache.c
1473         * src/addrcache.h
1474         * src/addrcindex.c
1475         * src/addrcindex.h
1476         * src/addrclip.c
1477         * src/addrclip.h
1478         * src/addrdefs.h
1479         * src/addressadd.c
1480         * src/addressadd.h
1481         * src/addressbook.c
1482         * src/addressbook.h
1483         * src/addressbook_foldersel.c
1484         * src/addressbook_foldersel.h
1485         * src/addrgather.c
1486         * src/addrgather.h
1487         * src/addrharvest.c
1488         * src/addrharvest.h
1489         * src/addrindex.c
1490         * src/addrindex.h
1491         * src/addritem.c
1492         * src/addritem.h
1493         * src/addrquery.c
1494         * src/addrquery.h
1495         * src/addrselect.c
1496         * src/addrselect.h
1497         * src/alertpanel.c
1498         * src/alertpanel.h
1499         * src/browseldap.c
1500         * src/browseldap.h
1501         * src/codeconv.c
1502         * src/codeconv.h
1503         * src/compose.c
1504         * src/compose.h
1505         * src/customheader.c
1506         * src/customheader.h
1507         * src/displayheader.c
1508         * src/displayheader.h
1509         * src/editaddress.c
1510         * src/editaddress.h
1511         * src/editbook.c
1512         * src/editbook.h
1513         * src/editgroup.c
1514         * src/editgroup.h
1515         * src/editjpilot.c
1516         * src/editjpilot.h
1517         * src/editldap.c
1518         * src/editldap.h
1519         * src/editldap_basedn.c
1520         * src/editldap_basedn.h
1521         * src/editvcard.c
1522         * src/editvcard.h
1523         * src/exphtmldlg.c
1524         * src/exphtmldlg.h
1525         * src/expldifdlg.c
1526         * src/expldifdlg.h
1527         * src/export.c
1528         * src/export.h
1529         * src/exporthtml.c
1530         * src/exporthtml.h
1531         * src/exportldif.c
1532         * src/exportldif.h
1533         * src/filtering.c
1534         * src/filtering.h
1535         * src/folder.c
1536         * src/folder.h
1537         * src/folder_item_prefs.c
1538         * src/folder_item_prefs.h
1539         * src/foldersel.c
1540         * src/foldersel.h
1541         * src/folderutils.c
1542         * src/folderutils.h
1543         * src/folderview.c
1544         * src/folderview.h
1545         * src/grouplistdialog.c
1546         * src/grouplistdialog.h
1547         * src/headerview.c
1548         * src/html.c
1549         * src/html.h
1550         * src/image_viewer.c
1551         * src/image_viewer.h
1552         * src/imap.c
1553         * src/imap.h
1554         * src/imap_gtk.c
1555         * src/imap_gtk.h
1556         * src/import.c
1557         * src/import.h
1558         * src/importldif.c
1559         * src/importldif.h
1560         * src/importmutt.c
1561         * src/importmutt.h
1562         * src/importpine.c
1563         * src/importpine.h
1564         * src/inc.c
1565         * src/inc.h
1566         * src/jpilot.c
1567         * src/jpilot.h
1568         * src/ldapctrl.c
1569         * src/ldapctrl.h
1570         * src/ldaplocate.c
1571         * src/ldaplocate.h
1572         * src/ldapquery.c
1573         * src/ldapquery.h
1574         * src/ldapserver.c
1575         * src/ldapserver.h
1576         * src/ldaputil.c
1577         * src/ldaputil.h
1578         * src/ldif.c
1579         * src/ldif.h
1580         * src/main.c
1581         * src/main.h
1582         * src/mainwindow.c
1583         * src/mainwindow.h
1584         * src/manual.c
1585         * src/manual.h
1586         * src/mbox.c
1587         * src/message_search.c
1588         * src/message_search.h
1589         * src/messageview.c
1590         * src/messageview.h
1591         * src/mh.c
1592         * src/mh.h
1593         * src/mh_gtk.c
1594         * src/mh_gtk.h
1595         * src/mimeview.c
1596         * src/mimeview.h
1597         * src/msgcache.c
1598         * src/msgcache.h
1599         * src/mutt.c
1600         * src/mutt.h
1601         * src/news.c
1602         * src/news.h
1603         * src/news_gtk.c
1604         * src/news_gtk.h
1605         * src/partial_download.c
1606         * src/partial_download.h
1607         * src/pine.c
1608         * src/pine.h
1609         * src/pop.c
1610         * src/pop.h
1611         * src/prefs_account.c
1612         * src/prefs_account.h
1613         * src/prefs_actions.c
1614         * src/prefs_actions.h
1615         * src/prefs_common.c
1616         * src/prefs_common.h
1617         * src/prefs_compose_writing.c
1618         * src/prefs_compose_writing.h
1619         * src/prefs_customheader.c
1620         * src/prefs_customheader.h
1621         * src/prefs_display_header.c
1622         * src/prefs_display_header.h
1623         * src/prefs_filtering.c
1624         * src/prefs_filtering.h
1625         * src/prefs_filtering_action.c
1626         * src/prefs_filtering_action.h
1627         * src/prefs_folder_column.c
1628         * src/prefs_folder_column.h
1629         * src/prefs_folder_item.c
1630         * src/prefs_folder_item.h
1631         * src/prefs_fonts.c
1632         * src/prefs_fonts.h
1633         * src/prefs_gtk.c
1634         * src/prefs_gtk.h
1635         * src/prefs_image_viewer.c
1636         * src/prefs_image_viewer.h
1637         * src/prefs_matcher.c
1638         * src/prefs_matcher.h
1639         * src/prefs_message.c
1640         * src/prefs_msg_colors.c
1641         * src/prefs_msg_colors.h
1642         * src/prefs_other.c
1643         * src/prefs_quote.c
1644         * src/prefs_receive.c
1645         * src/prefs_send.c
1646         * src/prefs_spelling.c
1647         * src/prefs_spelling.h
1648         * src/prefs_summaries.c
1649         * src/prefs_summaries.h
1650         * src/prefs_summary_column.c
1651         * src/prefs_summary_column.h
1652         * src/prefs_template.c
1653         * src/prefs_template.h
1654         * src/prefs_themes.c
1655         * src/prefs_themes.h
1656         * src/prefs_toolbar.c
1657         * src/prefs_toolbar.h
1658         * src/prefs_wrapping.c
1659         * src/prefs_wrapping.h
1660         * src/privacy.c
1661         * src/privacy.h
1662         * src/procheader.c
1663         * src/procheader.h
1664         * src/procmime.c
1665         * src/procmime.h
1666         * src/procmsg.c
1667         * src/procmsg.h
1668         * src/quote_fmt.c
1669         * src/quote_fmt_parse.y
1670         * src/recv.c
1671         * src/recv.h
1672         * src/remotefolder.c
1673         * src/remotefolder.h
1674         * src/send_message.c
1675         * src/send_message.h
1676         * src/setup.c
1677         * src/setup.h
1678         * src/sourcewindow.c
1679         * src/sourcewindow.h
1680         * src/ssl_manager.c
1681         * src/ssl_manager.h
1682         * src/statusbar.c
1683         * src/statusbar.h
1684         * src/stock_pixmap.c
1685         * src/stock_pixmap.h
1686         * src/summary_search.c
1687         * src/summary_search.h
1688         * src/summaryview.c
1689         * src/summaryview.h
1690         * src/textview.c
1691         * src/textview.h
1692         * src/toolbar.c
1693         * src/toolbar.h
1694         * src/undo.c
1695         * src/undo.h
1696         * src/unmime.c
1697         * src/unmime.h
1698         * src/vcard.c
1699         * src/vcard.h
1700         * src/wizard.c
1701         * src/wizard.h
1702         * src/common/base64.c
1703         * src/common/base64.h
1704         * src/common/defs.h
1705         * src/common/hooks.c
1706         * src/common/hooks.h
1707         * src/common/log.c
1708         * src/common/log.h
1709         * src/common/mgutils.c
1710         * src/common/mgutils.h
1711         * src/common/nntp.c
1712         * src/common/nntp.h
1713         * src/common/passcrypt.c
1714         * src/common/passcrypt.h.in
1715         * src/common/plugin.c
1716         * src/common/plugin.h
1717         * src/common/prefs.c
1718         * src/common/prefs.h
1719         * src/common/progressindicator.c
1720         * src/common/progressindicator.h
1721         * src/common/quoted-printable.c
1722         * src/common/quoted-printable.h
1723         * src/common/session.c
1724         * src/common/session.h
1725         * src/common/smtp.c
1726         * src/common/smtp.h
1727         * src/common/socket.c
1728         * src/common/socket.h
1729         * src/common/ssl.c
1730         * src/common/ssl.h
1731         * src/common/ssl_certificate.c
1732         * src/common/ssl_certificate.h
1733         * src/common/stringtable.c
1734         * src/common/stringtable.h
1735         * src/common/template.c
1736         * src/common/template.h
1737         * src/common/timing.h
1738         * src/common/utils.c
1739         * src/common/utils.h
1740         * src/common/version.h.in
1741         * src/common/xml.c
1742         * src/common/xml.h
1743         * src/common/xmlprops.c
1744         * src/common/xmlprops.h
1745         * src/gtk/about.c
1746         * src/gtk/colorlabel.c
1747         * src/gtk/colorsel.c
1748         * src/gtk/colorsel.h
1749         * src/gtk/combobox.c
1750         * src/gtk/combobox.h
1751         * src/gtk/description_window.c
1752         * src/gtk/description_window.h
1753         * src/gtk/filesel.c
1754         * src/gtk/filesel.h
1755         * src/gtk/foldersort.c
1756         * src/gtk/foldersort.h
1757         * src/gtk/gtksctree.c
1758         * src/gtk/gtkutils.c
1759         * src/gtk/gtkutils.h
1760         * src/gtk/inputdialog.c
1761         * src/gtk/inputdialog.h
1762         * src/gtk/logwindow.c
1763         * src/gtk/logwindow.h
1764         * src/gtk/manage_window.c
1765         * src/gtk/manage_window.h
1766         * src/gtk/menu.c
1767         * src/gtk/menu.h
1768         * src/gtk/pluginwindow.c
1769         * src/gtk/pluginwindow.h
1770         * src/gtk/prefswindow.c
1771         * src/gtk/prefswindow.h
1772         * src/gtk/progressdialog.c
1773         * src/gtk/progressdialog.h
1774         * src/gtk/sslcertwindow.c
1775         * src/gtk/sslcertwindow.h
1776         * src/plugins/bogofilter/bogofilter.c
1777         * src/plugins/bogofilter/bogofilter.h
1778         * src/plugins/bogofilter/bogofilter_gtk.c
1779         * src/plugins/clamav/clamav_plugin.c
1780         * src/plugins/clamav/clamav_plugin.h
1781         * src/plugins/clamav/clamav_plugin_gtk.c
1782         * src/plugins/demo/demo.c
1783         * src/plugins/dillo_viewer/dillo_prefs.c
1784         * src/plugins/dillo_viewer/dillo_prefs.h
1785         * src/plugins/dillo_viewer/dillo_viewer.c
1786         * src/plugins/pgpcore/passphrase.c
1787         * src/plugins/pgpcore/passphrase.h
1788         * src/plugins/pgpcore/pgp_viewer.c
1789         * src/plugins/pgpcore/pgp_viewer.h
1790         * src/plugins/pgpcore/plugin.c
1791         * src/plugins/pgpcore/select-keys.c
1792         * src/plugins/pgpcore/select-keys.h
1793         * src/plugins/pgpcore/sgpgme.c
1794         * src/plugins/pgpcore/sgpgme.h
1795         * src/plugins/pgpinline/pgpinline.c
1796         * src/plugins/pgpinline/pgpinline.h
1797         * src/plugins/pgpinline/plugin.c
1798         * src/plugins/pgpmime/pgpmime.c
1799         * src/plugins/pgpmime/pgpmime.h
1800         * src/plugins/pgpmime/plugin.c
1801         * src/plugins/spamassassin/spamassassin.c
1802         * src/plugins/spamassassin/spamassassin.h
1803         * src/plugins/spamassassin/spamassassin_gtk.c
1804         * src/plugins/trayicon/trayicon.c
1805                 it's 2007, update the year in the copyright headers
1807 2007-01-03 [paul]       2.6.1cvs95
1809         * src/gtk/about.c
1810                 it is 2007, use it in the copyright string
1812 2007-01-03 [paul]       2.6.1cvs94
1814         * src/html.c
1815                 html entity conversion:
1816                 move &#153; to a more suitable place
1817                 add &bull; and &ndash;
1818                 make sure &mdash; and &#8212; are both
1819                 converted the same
1821 2007-01-02 [colin]      2.6.1cvs93
1823         * src/addrbook.c
1824                 Fix leak
1825         * src/common/plugin.c
1826                 Add comment
1827         * src/etpan/imap-thread.c
1828                 Fix warning
1830 2006-12-31 [paul]       2.6.1cvs92
1832         * src/prefs_summaries.c
1833                 use gtk_button_new_from_stock()
1835 2006-12-30 [colin]      2.6.1cvs91
1837         * src/folder.c
1838         * src/imap_gtk.c
1839         * src/mh_gtk.c
1840                 Don't update filtering and account paths 
1841                 when copying folders
1843 2006-12-30 [colin]      2.6.1cvs90
1845         * src/prefs_compose_writing.c
1846         * src/prefs_quote.c
1847         * src/prefs_template.c
1848                 Use message font for Writing and 
1849                 Quoting prefs, as well as Templates.
1851 2006-12-30 [colin]      2.6.1cvs89
1853         * src/prefs_summaries.c
1854                 Rework GUI; patch by Pawel
1856 2006-12-29 [colin]      2.6.1cvs88
1858         * src/prefs_folder_item.c
1859                 Fix bug 1085, 'Apply to subfolder 
1860                 doesn't work' - I was mistaken saying
1861                 it worked in every case
1863 2006-12-28 [colin]      2.6.1cvs87
1865         * src/gtk/gtkaspell.c
1866                 Don't assert if use_alternate is true
1867                 and alt_dictionary isn't set -- this 
1868                 is what happens on upgrade! Rather,
1869                 do with it.
1871 2006-12-28 [colin]      2.6.1cvs86
1873         * Makefile.am
1874                 Fix desktop/icon simplification
1876 2006-12-28 [colin]      2.6.1cvs85
1878         * Makefile.am
1879                 Make desktop and icon not 
1880                 dependant on the desktop
1882 2006-12-28 [wwp]        2.6.1cvs84
1884         * src/plugins/pgpmime/claws.def
1885                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1887 2006-12-28 [wwp]        2.6.1cvs83
1889         * src/prefs_folder_item.c
1890                 Fix coloring of "simplify subject regexp" (folder prefs),
1891                 which might be left to red whereas the regexp gets empty.
1893 2006-12-28 [wwp]        2.6.1cvs82
1895         * src/prefs_common.c
1896         * src/prefs_common.h
1897         * src/addressbook.c
1898         * src/addressitem.h
1899                 Save addressbook mainwindow's horizontal and vertical splitter position.
1901 2006-12-27 [wwp]        2.6.1cvs81
1903         * src/gtk/gtkaspell.c
1904         * src/gtk/gtkaspell.h
1905         * src/compose.c
1906                 Fix assignment of compose's default and alternate dictionary from
1907                 account or folder settings. Now gtkaspell_change_dict does rotate
1908                 dicts only when it's called from a menu cb.
1910 2006-12-27 [wwp]        2.6.1cvs80
1912         * src/folder_item_prefs.c
1913                 Fix randomly initialized default-alt-dictionary (folder prefs),
1914                 complete 2.6.1cvs72.
1916 2006-12-27 [paul]       2.6.1cvs79
1918         * src/imap_gtk.c
1919         * src/mh_gtk.c
1920                 Add Copy folder in the folder's contextual
1921                 menu
1923 2006-12-27 [wwp]        2.6.1cvs78
1925         * src/imap.c
1926                 Clean up session locking, thanks to Colin.
1928 2006-12-26 [colin]      2.6.1cvs77
1930         * src/statusbar.c
1931                 Revert previous patch
1933 2006-12-26 [colin]      2.6.1cvs76
1935         * src/folder.c
1936         * src/folderview.c
1937         * src/imap.c
1938         * src/statusbar.c
1939         * src/etpan/imap-thread.c
1940                 Fix previous commit warnings
1941                 Make statusbar update every second if total < 20
1942                 Make IMAP APPEND faster by simplifying log              
1944 2006-12-26 [colin]      2.6.1cvs75
1946         * src/folder.c
1947         * src/folder.h
1948         * src/folderview.c
1949         * src/folderview.h
1950         * src/imap_gtk.c
1951         * src/mh_gtk.c
1952                 Make it possible to copy folders accross
1953                 mailboxes (this was an arbitrary limitation).
1954                 Still make it impossible to move folders 
1955                 accross mailboxes.
1957 2006-12-26 [colin]      2.6.1cvs74
1959         * src/etpan/imap-thread.c
1960                 Fix bug 1081, 'claws-mail 
1961                 segfaults when going offline 
1962                 while it transfers mails via 
1963                 imap'
1965 2006-12-26 [colin]      2.6.1cvs73
1967         * src/folder_item_prefs.c
1968                 Don't forget alt dictionary when
1969                 renaming/moving folders
1971 2006-12-26 [wwp]        2.6.1cvs72
1973         * src/folder_item_prefs.c
1974                 Add missing defaults for per-folder alt dict
1975                 (forgotten in 2.6.1cvs61).
1977 2006-12-26 [colin]      2.6.1cvs71
1979         * src/wizard.c
1980                 Add tooltip to state that specifying
1981                 full path to mailbox is possible
1983 2006-12-26 [wwp]        2.6.1cvs70
1985         * src/partial_download.c
1986         * src/gtk/gtkvscrollbutton.c
1987         * src/plugins/pgpinline/plugin.c
1988                 Fix for few compiler warnings that matter.
1990 2006-12-25 [colin]      2.6.1cvs69
1992         * src/partial_download.c
1993                 Fix marking for download or deletion
1994                 when the header isn't the first
1995         * src/gtk/logwindow.c
1996                 Fix start of scrolling
1998 2006-12-23 [paul]       2.6.1cvs68
2000         * src/compose.c
2001                 change last commit to use the 'academic'
2002                 method instead. Thanks to wwp
2004 2006-12-23 [paul]       2.6.1cvs67
2006         * src/compose.c
2007                 don't warn about empty subject when
2008                 redirecting
2010 2006-12-22 [colin]      2.6.1cvs66
2012         * src/summary_search.c
2013                 Fix previous patch
2015 2006-12-22 [colin]      2.6.1cvs65
2017         * src/gtk/gtkutils.c
2018         * src/imap.c
2019         * src/jpilot.c
2020         * src/summary_search.c
2021                 A few warning fixes
2023 2006-12-23 [paul]       
2025         2.7.0-rc2 released
2027 2006-12-22 [colin]      2.6.1cvs64
2029         * src/toolbar.c
2030         * src/toolbar.h
2031                 Add a combo to the learn spam button
2032         * src/plugins/bogofilter/bogofilter.c
2033         * src/plugins/bogofilter/bogofilter_gtk.c
2034         * src/plugins/bogofilter/bogofilter.h
2035                 Allow to store Unsure mails in a specific
2036                 folder to make better teaching easier
2038 2006-12-21 [wwp]        2.6.1cvs63
2040         * src/compose.c
2041         * src/prefs_common.c
2042         * src/prefs_common.h
2043         * src/prefs_spelling.c
2044         * src/gtk/gtkaspell.c
2045         * src/gtk/gtkaspell.h
2046                 Allow spell-checking using both current and alternate dictionaries
2047                 (thanks to Colin).
2049 2006-12-21 [wwp]        2.6.1cvs62
2051         * src/gtk/gtkaspell.c
2052                 Apply recheck_when_changing_dict (highlight all mispelled words)
2053                 when switching to alternate dictionary.
2055 2006-12-21 [wwp]        2.6.1cvs61
2057         * src/compose.c
2058         * src/folder_item_prefs.h
2059         * src/prefs_common.c
2060         * src/prefs_common.h
2061         * src/prefs_folder_item.c
2062         * src/prefs_spelling.c
2063         * src/gtk/gtkaspell.c
2064         * src/gtk/gtkaspell.h
2065                 Add global and per-folder prefs to set the default
2066                 alternate dictionary.
2068 2006-12-21 [colin]      2.6.1cvs60
2070         * src/folder.c
2071                 Look for folders by path in all folders
2072         * src/html.c
2073                 add &mdash;
2075 2006-12-20 [colin]      2.6.1cvs59
2077         * src/gtk/quicksearch.c
2078                 Make sure in_typing is false when clearing
2080 2006-12-20 [wwp]        2.6.1cvs58
2082         * configure.ac
2083                 change manual's target dir to be LFH-compliant (thanks to Colin).
2085 2006-12-20 [wwp]        2.6.1cvs57
2087         * src/prefs_common.c
2088         * src/prefs_summaries.c
2089                 i18n fix and factorize patch, thanks to Fabien.
2091 2006-12-20 [paul]       2.6.1cvs56
2093         * configure.ac
2094                 last of the renaming (??)
2095         * src/main.c
2096                 correct --help info of --status-full
2097         * src/plugins/bogofilter/bogofilter.c
2098                 make FALSE default of whitelist_ab
2100 2006-12-19 [colin]      2.6.1cvs55
2102         * src/jpilot.c
2103                 Same as before, without depending on
2104                 pisock >= 0.12
2106 2006-12-19 [colin]      2.6.1cvs54
2108         * src/jpilot.c
2109                 Fix bug 1059, 'Better jpilot charset 
2110                 handling'. Use libpisync's charset conversion
2111                 if possible
2113 2006-12-19 [colin]      2.6.1cvs53
2115         * po/fr.po
2116                 Updated by Fabien
2118 2006-12-19 [wwp]        2.6.1cvs52
2120         * src/gtk/about.c
2121                 Add missing #include (thanks to Colin).
2123 2006-12-19 [wwp]        2.6.1cvs51
2125         * src/prefs_receive.c
2126                 Better spacing between widgets in prefs.
2128 2006-12-18 [colin]      2.6.1cvs50
2130         * src/imap.c
2131                 Fix failure to get separator on LIST "" ""
2132                 Try LIST "" "INBOX" too.
2134 2006-12-18 [wwp]        2.6.1cvs49
2136         * src/common/session.c
2137                 Fix a compiler warning (thanks to Fabien).
2139 2006-12-18 [wwp]        2.6.1cvs48
2141         * src/compose.c
2142         * src/prefs_quote.c
2143                 Factorize some strings for translation (it's about error
2144                 messages when applying or checking template/quote format).
2146 2006-12-18 [colin]      2.6.1cvs47
2148         * Makefile.am
2149         * src/common/defs.h
2150         * src/gtk/Makefile.am
2151         * src/gtk/about.c
2152                 Add a Release notes tab from the contents of
2153                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2155 2006-12-17 [colin]      2.6.1cvs46
2157         * src/mimeview.c
2158         * src/textview.c
2159         * src/gtk/filesel.c
2160                 Correctly convert from/to UTF8/filename encoding
2161                 when loading and saving files. Probably fixes
2162                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2163                 for a file to attach and is blocked...'
2165 2006-12-17 [colin]      2.6.1cvs45
2167         * src/gtk/logwindow.c
2168                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2169                 IMAP folder and is blocked on main thread': 
2170                 make sure we put utf8 in the log.
2172 2006-12-16 [colin]      2.6.1cvs44
2174         * src/toolbar.c
2175         * src/toolbar.h
2176                 Fix bug 1055, 'Add the 'cancel receive' 
2177                 in the available events for the toolbar buttons'
2179 2006-12-16 [colin]      2.6.1cvs43
2181         * po/POTFILES.in
2182         * src/imap.c
2183         * src/common/nntp.c
2184         * src/common/session.c
2185                 Log error when SSL handshakes fail. 
2186                 Fixes bug 1082, 'incorrect / imprecise 
2187                 error message when imap server provides 
2188                 ssl only through STARTTLS but SSL is 
2189                 selected'
2191 2006-12-15 [wwp]        2.6.1cvs42
2193         * src/plugins/bogofilter/bogofilter_gtk.c
2194                 set proper sensitivity to widgets I've recently added.
2196 2006-12-15 [colin]      
2198         2.7.0-rc1 released
2200 2006-12-15 [wwp]        2.6.1cvs41
2202         * src/plugins/bogofilter/bogofilter.c
2203         * src/plugins/bogofilter/bogofilter.h
2204         * src/plugins/bogofilter/bogofilter_gtk.c
2205                 bogofilter's whitelist can now use a subset of
2206                 the addressbook (either a book, a subfolder of a book,
2207                 or the whole addressbook by using "Any"). Re-used there
2208                 some pref_matcher widgets and mechanisms to match a subset
2209                 of the addressbook.
2211 2006-12-15 [wwp]        2.6.1cvs40
2213         * src/wizard.c
2214         * src/common/plugin.c
2215         * src/common/plugin.h
2216         * src/gtk/about.c
2217         * src/plugins/bogofilter/bogofilter.c
2218         * src/plugins/clamav/clamav_plugin.c
2219         * src/plugins/demo/demo.c
2220         * src/plugins/dillo_viewer/dillo_viewer.c
2221         * src/plugins/pgpcore/plugin.c
2222         * src/plugins/pgpinline/plugin.c
2223         * src/plugins/pgpmime/plugin.c
2224         * src/plugins/spamassassin/spamassassin.c
2225         * src/plugins/trayicon/trayicon.c
2226                 factorize some translatable strings (plugins-related),
2227                 fix missing punctuation in several places,
2228                 remove useless translatable \n in about.c,
2229                 and factorize plugin init code w/ a new function
2230                 check_plugin_version() in common/plugin.c.
2231                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2233 2006-12-15 [wwp]        2.6.1cvs39
2235         * src/plugins/bogofilter/bogofilter.c
2236         * src/plugins/bogofilter/bogofilter_gtk.c
2237                 flag whitelisted spams as spam, but don't filter it to the spam
2238                 folder. Thanks to Colin.
2240 2006-12-15 [ticho]      2.6.1cvs38
2242         * src/plugins/bogofilter/bogofilter.c
2243         * src/plugins/bogofilter/bogofilter.h
2244         * src/plugins/bogofilter/bogofilter_gtk.c
2245                 Add option to whitelist senders found in addressbook. Patch by colin.
2247 2006-12-15 [paul]       2.6.1cvs37
2249         * src/folderview.c
2250                 add missing #include "log.h"
2252 2006-12-15 [paul]       2.6.1cvs36
2254         * src/plugins/bogofilter/bogofilter.c
2255         * src/plugins/bogofilter/bogofilter.h
2256         * src/plugins/bogofilter/bogofilter_gtk.c
2257                 Add an option to allow inserting an
2258                 X-Claws-Bogosity header (on MH folders
2259                 only). Patch by Colin
2261 2006-12-14 [colin]      2.6.1cvs35
2263         * src/main.c
2264                 "Yes" should be the default choice for
2265                 migration configuration
2267 2006-12-14 [paul]       2.6.1cvs34
2269         * src/prefs_summaries.c
2270         * manual/advanced.xml
2271                 Unhide mark_as_read_delay
2273 2006-12-14 [paul]       2.6.1cvs33
2275         * src/messageview.c
2276         * src/messageview.h
2277         * src/mimeview.c
2278         * src/mimeview.h
2279         * src/summaryview.c
2280         * src/textview.c
2281         * src/textview.h
2282                 Fix printing of selection
2283                 Fix printing of message parts
2284                 Fix printing of images
2285         * src/gtk/gtksourceprintjob.c
2286                 Fix page count when there are images
2288 2006-12-14 [wwp]        2.6.1cvs32
2290         * src/mainwindow.c
2291         * src/summaryview.c
2292         * src/summaryview.h
2293         * src/gtk/quicksearch.c
2294                 fix quicksearch 'magnify' button status when QS is closed
2295                 using the Escape key, thanks to Colin.
2297 2006-12-14 [wwp]        2.6.1cvs31
2299         * src/mainwindow.c
2300         * src/summaryview.c
2301         * src/summaryview.h
2302         * src/gtk/quicksearch.c
2303                 fix quicksearch 'magnify' button status when QS is closed
2304                 using the Escape key, thanks to Colin.
2306 2006-12-13 [colin]      2.6.1cvs30
2308         * src/ldapquery.c
2309         * src/ldaputil.c
2310                 Use the binary safe version of ldap_get_values,
2311                 to make sure we manipulate null-terminated 
2312                 strings. Maybe fixes bug 1075, 'claws mail 
2313                 segfault when completing ldap adresses'
2314         * src/syldap.c ** REMOVED **
2315         * src/syldap.h ** REMOVED **
2316                 Remove dead files
2318 2006-12-13 [mones]      2.6.1cvs29
2320         * po/es.po
2321                 Fixed piped strings, fixed click translation
2323 2006-12-13 [paul]       2.6.1cvs28
2325         * src/main.c
2326                 don't translate these strings
2328 2006-12-13 [paul]       2.6.1cvs27
2330         * po/en_GB.po
2331                 updated
2333 2006-12-13 [colin]      2.6.1cvs26
2335         * src/main.c
2336         * src/main.h
2337                 Add claws_is_starting()
2339 2006-12-13 [mones]      2.6.1cvs25
2341         * manual/es/advanced.xml
2342         * po/es.po
2343                 Synced manual and updated translation
2345 2006-12-12 [colin]      2.6.1cvs24
2347         * src/wizard.c
2348                 Add an option to use STARTTLS in the
2349                 welcome wizard. Fixes bug 1080, 
2350                 'Using SSL option in wizard for incoming 
2351                 server does not activate SSL with STARTTLS'
2353 2006-12-12 [colin]      2.6.1cvs23
2355         * src/main.c
2356                 Don't exit when there's an incomplete
2357                 mailbox configured - leaves a chance 
2358                 to fix a failing IMAP account. Exit
2359                 if no mailbox at all is loaded (case
2360                 of missing plugin).
2361                 Completes bug 1077's fix (I was wrong
2362                 in this bug's comment #3).
2364 2006-12-12 [colin]      2.6.1cvs22
2366         * src/gtk/menu.h
2367                 Add another menu data type
2368         * src/prefs_account.c
2369                 Complete the completion of bug 1076
2370                 (doesn't lose the pref on apply)
2372 2006-12-12 [paul]       2.6.1cvs21
2374         * src/prefs_account.c
2375                 complete the fix of bug 1076
2376                 also be more verbose with the text
2378 2006-12-12 [paul]       2.6.1cvs20
2380         * src/gtk/combobox.c
2381                 fix compilation warning
2383 2006-12-11 [colin]      2.6.1cvs19
2385         * src/wizard.c
2386                 Document :port in server entry tooltips
2388 2006-12-11 [colin]      2.6.1cvs18
2390         * src/main.c
2391                 Fix compile
2393 2006-12-11 [colin]      2.6.1cvs17
2395         * src/main.c
2396                 Add failing IMAP as a reason for no
2397                 mailbox
2399 2006-12-11 [colin]      2.6.1cvs16
2401         * src/prefs_account.c
2402                 Check for existence of inbox for local
2403                 accounts too
2404         * src/wizard.c
2405                 Allow setting the port to use for servers
2406                 by using the usual "server.example.com:port"
2407                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2408                 not start when IMAP server is unavailable'
2410 2006-12-11 [colin]      2.6.1cvs15
2412         * src/prefs_account.c
2413                 Prevent use of non-existing default inbox
2415 2006-12-11 [colin]      2.6.1cvs14
2417         * src/prefs_account.c
2418                 Fix sensitivity. Fixes bug 1076, 'privacy 
2419                 options are displayed even when pgp plugin 
2420                 not loaded / available'
2422 2006-12-09 [colin]      2.6.1cvs13
2424         * manual/advanced.xml
2425         * src/prefs_common.c
2426         * src/prefs_common.h
2427         * src/common/ssl_certificate.c
2428                 Add a new hidden preference, 'unsafe_ssl_certs',
2429                 which allows to store multiple certificates per
2430                 server/port. This is disabled by default because
2431                 it's less secure (presenting a new certificate
2432                 instead of a changed one raises less alarms).
2433                 This will cause Claws to ask about an unknown
2434                 certificate for people who have used 2.6.1cvs8
2435                 or greater.
2437 2006-12-09 [colin]      2.6.1cvs12
2439         * src/action.c
2440                 Fix cache updating after action
2442 2006-12-07 [wwp]        2.6.1cvs11
2444         * src/compose.c
2445                 fix email address comparison when replying to all
2446                 (avoid replying to ourselves), thanks to Colin.
2448 2006-12-06 [paul]       2.6.1cvs10
2450         * src/addrharvest.c
2451         * src/editldap.c
2452         * src/expldifdlg.c
2453         * src/news.c
2454         * src/toolbar.c
2455         * src/common/utils.c
2456                 ...and more renaming
2457                 Thanks to Colin
2459 2006-12-06 [paul]       2.6.1cvs9
2461         * src/compose.c
2462         * src/messageview.c
2463         * src/procheader.c
2464         * src/procmime.c
2465         * src/procmsg.c
2466         * src/textview.c
2467                 more renaming
2468                 Thanks to Colin
2470 2006-12-06 [colin]      2.6.1cvs8
2472         * src/ssl_manager.c
2473         * src/common/ssl_certificate.c
2474         * src/common/ssl_certificate.h
2475                 Handle multiple certificates per host/port
2477 2006-12-06 [colin]      2.6.1cvs7
2479         * src/etpan/imap-thread.c
2480                 Fix certificate checking on IMAP
2482 2006-12-06 [colin]      2.6.1cvs6
2484         * src/folderview.c
2485                 Fix bug 1072, 'Claws stops fetching newsgroups 
2486                 from server when newsgroup got deleted': continue
2487                 checking other groups
2489 2006-12-05 [wwp]        2.6.1cvs5
2491         * src/message_search.c
2492         * src/summary_search.c
2493         * src/gtk/combobox.c
2494         * src/gtk/combobox.h
2495         * src/gtk/gtkutils.c
2496         * src/gtk/gtkutils.h
2497                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2498                 behave like w/ old comboboxes (summary and message search only).
2500 2006-12-05 [paul]       2.6.1cvs4
2502         * src/wizard.c
2503                 encode headers
2504                 Thanks to Colin
2506 2006-12-05 [paul]       2.6.1cvs3
2508         * tools/README
2509         * tools/textviewer.pl
2510                 script updated and description added
2512 2006-12-04 [colin]      2.6.1cvs2
2514         * src/compose.c
2515                 Run pre-send hook only when checking
2516                 everything
2518 2006-12-04 [paul]       2.6.1cvs1
2520         * NEWS
2521         * README
2522         * RELEASE_NOTES
2523         * configure.ac
2524         * tools/README
2525                 bump up version number following stable release
2527 2006-12-04 [paul]       2.6.0cvs83
2529         * README
2530                 updates and corrections
2532 2006-12-04 [colin]      2.6.0cvs82
2534         * src/common/utils.c
2535                 Probably fix bug 1066, 'Incorrect mailbox 
2536                 size displayed'
2538 2006-12-04 [colin]      2.6.0cvs81
2540         * src/common/utils.c
2541                 Trim tabs from mailcap file too.
2543 2006-12-02 [paul]       2.6.0cvs80
2545         * src/exphtmldlg.c
2546                 fix broken GUI under certain languages
2547         * src/expldifdlg.c
2548                 put the Cancel button to the right
2550 2006-12-01 [paul]       2.6.0cvs79
2552         * tools/Makefile.am
2553                 remove reference to removed file
2555 2006-12-01 [wwp]        2.6.0cvs78
2557         * src/addressbook.c
2558         * src/editaddress.c
2559                 remove forgotten debug statements.
2561 2006-12-01 [wwp]        2.6.0cvs77
2563         * manual/advanced.xml
2564         * manual/fr/advanced.xml
2565         * src/addressbook.c
2566         * src/addressbook.h
2567         * src/addressitem.h
2568         * src/editaddress.c
2569         * src/editaddress.h
2570         * src/prefs_common.c
2571         * src/prefs_common.h
2572         * src/gtk/gtkutils.c
2573         * src/gtk/gtkutils.h
2574                 add a hidden option to allow embedding the editaddress (edit contact details)
2575                 dialog into the addressbook's window. This doesn't change the default
2576                 behaviour.
2578 2006-12-01 [wwp]        2.6.0cvs76
2580         * src/message_search.c
2581         * src/summary_search.c
2582                 fix more focus issues (don't set focus to combobox's entry widget when
2583                 entry's value changed, if entry widget has focus already).
2585 2006-12-01 [wwp]        2.6.0cvs75
2587         * src/gtk/quicksearch.c
2588                 revert last changes to the quicksearch gtk_combo_box, this needs more
2589                 tuning and testing.
2591 2006-12-01 [paul]       2.6.0cvs74
2593         * tools/kdeservicemenu/README
2594         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2595         * tools/kdeservicemenu/install.sh
2596         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2597         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2598                 simplify this stuff, and in so doing,
2599                 fix it. (possibly re-extend it again at
2600                 a later date)
2602 2006-12-01 [wwp]        2.6.0cvs73
2604         * src/gtk/quicksearch.c
2605                 adapt quicksearch code to use modern gtk_combo_box'es.
2607 2006-12-01 [wwp]        2.6.0cvs72
2609         * src/common/defs.h
2610         * src/prefs_common.c
2611         * src/prefs_common.h
2612         * src/message_search.c
2613         * src/summary_search.c
2614         * src/gtk/combobox.c
2615         * src/gtk/combobox.h
2616                 add history combos to all message and summary search fields.
2618 2006-12-01 [wwp]        2.6.0cvs71
2620         * src/summaryview.c
2621                 As the list may change while the mark as read delay
2622                 runs, we can't rely on the 'row' pointer, which can
2623                 be invalid when the timeout is called. As the mark
2624                 as read is only done if the message is still selected,
2625                 use summaryview->selected instead. Thanks to Colin.
2627 2006-11-30 [paul]       2.6.0cvs70
2629         * src/textview.c
2630                 give emphasis to "Sylpheed-Claws"
2631                 as well as "Claws Mail"
2633 2006-11-30 [colin]      2.6.0cvs69
2635         * src/wizard.c
2636                 Put the SSL checkboxes in the receiving
2637                 and sending server pages.
2639 2006-11-29 [colin]      2.6.0cvs68
2641         * src/gtk/gtkutils.c
2642         * src/gtk/gtkvscrollbutton.c
2643                 Revert some deprecated fixes - they seem to
2644                 deprecate stuff as soon as a new one gets out.
2645                 g_object_ref_sink needed glib-2.10.
2647 2006-11-29 [colin]      2.6.0cvs67
2649         * src/common/utils.c
2650                 Create .mailcap if it doesn't exist
2652 2006-11-29 [colin]      2.6.0cvs66
2654         * src/compose.c
2655                 Followup to cvs60: use original list
2656                 of recipients if replying to a mail
2657                 in Sent Drafts or Queue.
2659 2006-11-27 [paul]       2.6.0cvs65
2661         * src/image_viewer.c
2662                 revert the last change for now (it's broken)
2664 2006-11-27 [paul]       2.6.0cvs64
2666         * Makefile.am
2667         * configure.ac
2668         * m4/aclocal-include.m4
2669         * m4/check-type.m4
2670         * src/Makefile.am
2671         * src/addr_compl.c
2672         * src/compose.c
2673         * src/crash.c
2674         * src/export.c
2675         * src/exporthtml.c
2676         * src/exportldif.c
2677         * src/imap.c
2678         * src/import.c
2679         * src/main.c
2680         * src/main.h
2681         * src/matcher.c
2682         * src/mimeview.c
2683         * src/procmsg.c
2684         * src/textview.c
2685         * src/common/Makefile.am
2686         * src/common/claws.c
2687         * src/common/claws.h
2688         * src/common/ssl.c
2689         * src/common/sylpheed.c
2690         * src/common/sylpheed.h
2691         * src/etpan/Makefile.am
2692         * src/gtk/Makefile.am
2693         * src/gtk/claws-marshal.list
2694         * src/gtk/filesel.c
2695         * src/gtk/gtksctree.c
2696         * src/gtk/quicksearch.c
2697         * src/gtk/sylpheed-marshal.list
2698         * src/plugins/bogofilter/bogofilter.c
2699         * src/plugins/bogofilter/bogofilter_gtk.c
2700         * src/plugins/clamav/clamav_plugin.c
2701         * src/plugins/clamav/clamav_plugin_gtk.c
2702         * src/plugins/demo/demo.c
2703         * src/plugins/dillo_viewer/dillo_viewer.c
2704         * src/plugins/pgpcore/Makefile.am
2705         * src/plugins/pgpcore/claws.def
2706         * src/plugins/pgpcore/pgp_viewer.c
2707         * src/plugins/pgpcore/plugin.c
2708         * src/plugins/pgpcore/sylpheed.def
2709         * src/plugins/pgpinline/Makefile.am
2710         * src/plugins/pgpinline/claws.def
2711         * src/plugins/pgpinline/plugin.c
2712         * src/plugins/pgpinline/sylpheed.def
2713         * src/plugins/pgpmime/Makefile.am
2714         * src/plugins/pgpmime/claws.def
2715         * src/plugins/pgpmime/plugin.c
2716         * src/plugins/pgpmime/sylpheed.def
2717         * src/plugins/spamassassin/spamassassin.c
2718         * src/plugins/spamassassin/spamassassin_gtk.c
2719         * src/plugins/trayicon/trayicon.c
2720                 yet more renaming
2721                 remove deprecated gtk_tooltips_set_delay()
2723 2006-11-26 [paul]       2.6.0cvs63
2725         * src/expldifdlg.c
2726         * src/folderview.c
2727         * src/image_viewer.c
2728         * src/mainwindow.c
2729         * src/gtk/gtkutils.c
2730         * src/gtk/gtkvscrollbutton.c
2731         * src/gtk/prefswindow.c
2732         * src/plugins/pgpcore/prefs_gpg.c
2733                 replace more deprecated GTK+ functions
2735 2006-11-26 [paul]       2.6.0cvs62
2737         * src/addr_compl.c
2738         * src/addressbook.c
2739         * src/browseldap.c
2740                 replace deprecated gtk_idle_... functions
2742 2006-11-26 [paul]       2.6.0cvs61
2744         * src/compose.c
2745         * src/folderview.c
2746         * src/inc.c
2747         * src/summaryview.c
2748         * src/gtk/gtkvscrollbutton.c
2749         * src/gtk/quicksearch.c
2750         * src/plugins/pgpcore/passphrase.c
2751                 replace deprecated gtk_timeout_add and
2752                 gtk_timeout_remove
2754 2006-11-26 [paul]       2.6.0cvs60
2756         * src/compose.c
2757                 fix bug that caused the wrong recipient
2758                 to be selected when replying to a msg
2759                 which is From one of our accounts to
2760                 another of our accounts
2762 2006-11-25 [paul]       2.6.0cvs59
2764         * src/summaryview.c
2765                 don't change the From column title to
2766                 To if the To column is visible
2768 2006-11-24 [paul]       2.6.0cvs58
2770         * src/compose.c
2771                 fix bug 1069, 'Sent mails disappear, BCC
2772                 or locking problem?'
2774 2006-11-21 [wwp]        2.6.0cvs57
2776         * src/compose.c
2777                 fix spelling menu when replying (same as 2.3.1cvs39):
2778                 discrepancy between context menu and top menu when
2779                 folder's dictionary isn't the default one.
2781 2006-11-19 [paul]       2.6.0cvs56
2783         * src/summaryview.c
2784                 obey always_show_msg option when
2785                 marking as spam
2786         * src/plugins/bogofilter/bogofilter.c
2787                 fix typo
2789 2006-11-18 [paul]       2.6.0cvs55
2791         * AUTHORS
2792         * README
2793         * debian/copyright
2794         * manual/ack.xml
2795         * manual/es/ack.xml
2796         * manual/fr/ack.xml
2797         * manual/pl/ack.xml
2798         * src/gtk/authors.h
2799         * src/gtk/icon_legend.c
2800         * src/gtk/icon_legend.h
2801         * tools/OOo2claws-mail.pl
2802         * tools/README
2803         * tools/acroread2claws-mail.pl
2804         * tools/claws.i18n.status.pl
2805         * tools/filter_conv.pl
2806         * tools/filter_conv_new.pl
2807         * tools/freshmeat_search.pl
2808         * tools/google_search.pl
2809         * tools/kmail2claws-mail.pl
2810         * tools/kmail2claws-mail_v2.pl
2811         * tools/maildir2claws-mail.pl
2812         * tools/make.themes.project
2813         * tools/multiwebsearch.pl
2814         * tools/outlook2claws-mail.pl
2815         * tools/tb2claws-mail
2816         * tools/kdeservicemenu/README
2817         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2818                 update mine and wwp's email addresses in
2819                 several places
2820                 Patch by wwp
2821         * src/prefs_compose_writing.c
2822                 set sensitivity on 'new message format' frame
2824 2006-11-17 [paul]       2.6.0cvs54
2826         * src/gtk/about.c
2827                 more reworking of the GUI
2828                 Patch by Fabien Vantard
2830 2006-11-16 [paul]       2.6.0cvs53
2832         * src/gtk/about.c
2833                 set a minimum size for the window, allow
2834                 it to automatically expand as necessary
2836 2006-11-16 [wwp]        2.6.0cvs52
2838         * src/gtk/about.c
2839                 better wrap of copyright info on some systems.
2841 2006-11-16 [paul]       2.6.0cvs51
2843         * src/gtk/about.c
2844                 move the tech info from the upper panel
2845                 to the Info tab
2846                 use a gtk_text_view for the features tab
2848 2006-11-16 [paul]       2.6.0cvs50
2850         * po/Makevars
2851                 update my email address
2852         * src/addressbook.c
2853         * src/compose.c
2854         * src/imap_gtk.c
2855         * src/mh_gtk.c
2856         * src/news_gtk.c
2857         * src/summaryview.c
2858         * src/plugins/trayicon/trayicon.c
2859                 don't offer simple menu separators
2860                 for translation
2861         * src/folderview.c
2862                 add separator between 'mark all read'
2863                 and 'search folder'
2865 2006-11-15 [wwp]        2.6.0cvs49
2867         * src/gtk/authors.h
2868                 updated manuals authors.
2870 2006-11-14 [paul]       2.6.0cvs48
2872         * src/compose.c
2873                 Fix Options/Reply mode after draft save
2875 2006-11-14 [paul]       2.6.0cvs47
2877         * src/Makefile.am
2878                 Fix make DESTDIR=...
2879         * src/mbox.c
2880                 Optimise speed
2881         * src/plugins/pgpinline/pgpinline.c
2882                 Probably fix bug 1061
2884 2006-11-14 [paul]       2.6.0cvs46
2886         * po/Makevars
2887                 enable Q_ macro
2888         * src/Makefile.am
2889         * src/stock_pixmap.c
2890         * src/stock_pixmap.h
2891         * src/gtk/about.c
2892         * src/pixmaps/active.xpm
2893         * src/pixmaps/inactive.xpm
2894                 add a new page, 'Features', to the About dialog
2895                 showing which features are compiled in and which
2896                 are not
2898 2006-11-14 [paul]       2.6.0cvs45
2900         * po/ru.po
2901                 updated by Pavlo Bohmat
2903 2006-11-14 [colin]      2.6.0cvs44
2905         * src/compose.c
2906         * src/inc.c
2907         * src/messageview.c
2908         * src/news.c
2909         * src/pop.c
2910         * src/procmsg.c
2911         * src/gtk/gtkaspell.c
2912                 Fix 64-bit-related warnings
2913         * src/ssl_manager.c
2914                 Fix possible infinite loop
2915         * src/plugins/pgpcore/sgpgme.c
2916                 Remove useless check
2918 2006-11-13 [colin]      2.6.0cvs43
2920         * src/gtk/Makefile.am
2921                 authors.h isn't generated
2923 2006-11-13 [colin]      2.6.0cvs42
2925         * src/plugins/pgpinline/pgpinline.c
2926         * src/plugins/pgpmime/pgpmime.c
2927                 Very probably fix bug 1061, 'crash on 
2928                 opening signed email'. Another cast
2929                 problem
2931 2006-11-13 [colin]      2.6.0cvs41
2933         * src/plugins/pgpcore/sgpgme.c
2934                 Maybe fix bug 1061, 'crash on opening 
2935                 signed email'
2937 2006-11-13 [wwp]        2.6.0cvs40
2939         * src/plugins/pgpinline/pgpinline.c
2940                 fix candidate for bug #1057, thanks to Colin.
2942 2006-11-13 [wwp]        2.6.0cvs39
2944         * src/compose.c
2945         * src/quote_fmt_parse.y
2946                 fix bug 1052: current parser buffer was not always 
2947                 allocated, ptr to this buffer could be returned as 
2948                 NULL whereas no parser error has occurred. in 
2949                 consequence, defining a template body as "%d" 
2950                 (w/o the quotes) for the first time of the instance 
2951                 of claws-mail, was reporting a parser error. make 
2952                 sure that the buffer is always allocated, even to 
2953                 an empty string.
2954                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2955                 unescaping of the fmt string was always done 
2956                 whereas it must be done *only* when receiving 
2957                 quote format strings issued from the prefs 
2958                 (compose new message, reply, forward, redirect 
2959                 formats), *not* when applying templates.  in 
2960                 consequences, applying templates w/ sequences 
2961                 like \\|p{echo} were failing. make sure that 
2962                 unescaping is done only when necessary.
2964 2006-11-12 [colin]      2.6.0cvs38
2966         * po/de.po
2967                 Fix typo (s/KB/MB)
2969 2006-11-12 [colin]      2.6.0cvs37
2971         * src/plugins/pgpinline/pgpinline.c
2972         * src/plugins/pgpmime/pgpmime.c
2973                 Release GPG context at the latest 
2974                 possible moment. Maybe fixes 
2975                 bug 1057, 'crash on sending signed 
2976                 message to a newsgroup'
2977                 
2979 2006-11-12 [colin]      2.6.0cvs36
2981         * src/plugins/pgpcore/sgpgme.c
2982                 Tell a bit more when gpg's status doesn't
2983                 contain any signature
2985 2006-11-12 [colin]      2.6.0cvs35
2987         * src/compose.c
2988                 Fix bug 1060, 'compilation error with 
2989                 Irix's cc'
2991 2006-11-12 [paul]       2.6.0cvs34
2993         * doc/man/claws-mail.1
2994         * src/prefs_gtk.c
2995         * src/plugins/clamav/README
2996         * src/plugins/spamassassin/README
2997         * tools/README
2998         * tools/freshmeat_search.pl
2999         * tools/google_search.pl
3000         * tools/multiwebsearch.pl
3001                 more renaming
3002         * src/plugins/trayicon/trayicon.c
3003                 fix compiliation warning
3005 2006-11-11 [colin]      2.6.0cvs33
3007         * src/folderview.c
3008                 Forbid drag and drop from/to different
3009                 folders of type F_UNKNOWN
3011 2006-11-11 [colin]      2.6.0cvs32
3013         * src/plugins/pgpinline/pgpinline.c
3014                 Fix typo in previous commit:
3015                 - gpgme_new(&ctx);
3016                 + if ((err = gpgme_new(&data->ctx)) ...)
3018 2006-11-11 [colin]      2.6.0cvs31
3020         * src/plugins/pgpinline/pgpinline.c
3021         * src/plugins/pgpmime/pgpmime.c
3022                 Check success after calling gpgme_new
3023                 Maybe fixes bug 1057, 'crash on sending 
3024                 signed message to a newsgroup'
3026 2006-11-11 [colin]      2.6.0cvs30
3028         * src/undo.c
3029                 init undostruct to 0s (from
3030                 valgrind log of bug 1057)
3032 2006-11-10 [colin]      2.6.0cvs29
3034         * src/mainwindow.c
3035                 Set cursor to wait before filtering
3036                 duplicates in all folders
3037         * src/plugins/bogofilter/bogofilter.c
3038         * src/plugins/bogofilter/bogofilter.h
3039         * src/plugins/bogofilter/bogofilter_gtk.c
3040                 Completely thread away the bogofilter
3041                 filtering
3043 2006-11-10 [mones]      2.6.0cvs28
3045         * src/compose.c
3046         * src/compose.h
3047                 added COMPOSE_CHECK_BEFORE_SEND hook
3049 2006-11-10 [paul]       2.6.0cvs27
3051         * src/crash.c
3052                 more renaming
3053                 add libSM to get_compiled_in_features()
3054         * src/main.c
3055                 more renaming
3057 2006-11-10 [colin]      2.6.0cvs26
3059         * src/etpan/imap-thread.c
3060                 Add a reference to libetpan's sasl engine
3061                 so that sasl_done() doesn't get called by
3062                 libetpan, and doesn't break openssl.
3063                 Should fix bug 1053, 'SC fails to reestablish 
3064                 a secure connection'
3065                 Patch by Hoa
3067 2006-11-10 [colin]      2.6.0cvs25
3069         * manual/addrbook.xml
3070         * manual/advanced.xml
3071         * manual/faq.xml
3072         * manual/intro.xml
3073                 Some more renaming
3075 2006-11-09 [colin]      2.6.0cvs24
3077         * src/plugins/bogofilter/bogofilter_gtk.c
3078                 Add comment about annoyance
3080 2006-11-09 [colin]      2.6.0cvs23
3082         * src/plugins/bogofilter/bogofilter.c
3083         * src/plugins/bogofilter/bogofilter_gtk.c
3084                 Prepare things needed to thread bogofilter
3085                 filtering: separate bogo stuff and possible GUI
3086                 stuff. 
3088 2006-11-09 [colin]      2.6.0cvs22
3090         * src/account.c
3091         * src/compose.c
3092                 Search for one of our accounts in Delivered-To
3093                 (helps for auto-account selection when 
3094                  replying/forwarding)
3095         * src/folderview.c
3096         * src/mainwindow.c
3097         * src/mainwindow.h
3098         * src/plugins/trayicon/trayicon.c
3099                 Allow opening a new mail with any account from
3100                 the contextual menu
3102 2006-11-09 [wwp]        2.6.0cvs21
3104         * src/compose.c
3105         * src/prefs_common.c
3106         * src/prefs_common.h
3107         * src/prefs_compose_writing.c
3108                 add a compose new message format (in prefs/compose/writing), it's a
3109                 simple subject+body template to use when opening a new composition
3110                 window. It's similar to the existent reply and forward formats.
3112                 enhanced the template/format % symbols substitution mechanism to
3113                 use current composition window information when % are used in
3114                 the compose new message format or in templates applied to new
3115                 messages (there were useless in that situations before). When
3116                 applied to new messages, %d corresponds to the system time/date.
3118 2006-11-09 [paul]       2.6.0cvs20
3120         * src/gtk/authors.h
3121                 fix last commit
3123 2006-11-09 [paul]       2.6.0cvs19
3125         * src/gtk/authors.h
3126                 keep tje alphabetical order
3128 2006-11-08 [colin]      2.6.0cvs18
3130         * src/etpan/imap-thread.c
3131                 Fix bug 1054, 'Slowness logging big 
3132                 data chunks'
3134 2006-11-08 [paul]       2.6.0cvs17
3136         * tools/Makefile.am
3137                 fix the renaming
3139 2006-11-08 [paul]       2.6.0cvs16
3141         * src/common/defs.h
3142                 update BUGZILLA_URI
3144 2006-11-08 [paul]       2.6.0cvs15
3146         * tools/Makefile.am
3147         * tools/OOo2claws-mail.pl
3148         * tools/OOo2sylpheed.pl
3149         * tools/README
3150         * tools/acroread2claws-mail.pl
3151         * tools/acroread2sylpheed.pl
3152         * tools/kmail2claws-mail.pl
3153         * tools/kmail2claws-mail_v2.pl
3154         * tools/kmail2sylpheed.pl
3155         * tools/kmail2sylpheed_v2.pl
3156         * tools/maildir2claws-mail.pl
3157         * tools/maildir2sylpheed.pl
3158         * tools/nautilus2claws-mail.sh
3159         * tools/nautilus2sylpheed.sh
3160         * tools/outlook2claws-mail.pl
3161         * tools/outlook2sylpheed.pl
3162         * tools/tb2claws-mail
3163         * tools/tb2sylpheed
3164         * tools/tbird2claws.py
3165         * tools/tbird2syl.py
3166         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3167         * tools/kdeservicemenu/install.sh
3168         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3169         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3170         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3171         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3172         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3173                 renamed (removed, added) tools files
3175 2006-11-08 [paul]       2.6.0cvs14
3177         * src/main.c
3178         * src/common/defs.h
3179                 Migrate sylpheedrc to clawsrc, and fix the standard
3180                 plugins path in the process
3182 2006-11-07 [colin]      2.6.0cvs13
3184         * src/Makefile.am
3185                 Symlink sylpheed-claws relative to 
3186                 claws-mail
3188 2006-11-07 [colin]      2.6.0cvs12
3190         * src/compose.c
3191                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3193 2006-11-07 [paul]       2.6.0cvs11
3195         * src/gtk/about.c
3196                 Fix a missed occurence of
3197                 Sylpheed-Claws
3199 2006-11-07 [paul]       2.6.0cvs10
3201         * src/Makefile.am
3202                 Fix symlink installation
3204 2006-11-07 [paul]       2.6.0cvs9
3206         * src/Makefile.am
3207                 Symlink claws-mail to sylpheed-claws
3208         * src/common/utils.c
3209                 Fix migrating symlinks
3210         * src/etpan/imap-thread.c
3211                 check certificate only when there's
3212                 no error
3214 2006-11-07 [paul]       2.6.0cvs8
3216         * Makefile.am
3217                 Fix icon breakages with Gtk, which needs a 
3218                 cache updated to see them.
3220 2006-11-07 [paul]       2.6.0cvs7
3222         * .cvsignore
3223         * AUTHORS
3224         * COPYING
3225         * INSTALL
3226         * Makefile.am
3227         * NEWS
3228         * README
3229         * RELEASE_NOTES
3230         * autogen.sh
3231         * claws-mail-128x128.png
3232         * claws-mail-64x64.png
3233         * claws-mail.ico
3234         * claws-mail.pc.in
3235         * claws-mail.png
3236         * configure.ac
3237         * sylpheed-claws-128x128.png
3238         * sylpheed-claws-64x64.png
3239         * sylpheed-claws.desktop
3240         * sylpheed-claws.ico
3241         * sylpheed-claws.pc.in
3242         * sylpheed-claws.png
3243         * debian/README.Debian
3244         * debian/changelog
3245         * debian/claws-mail.desktop
3246         * debian/claws-mail.menu
3247         * debian/claws-mail.postinst.debhelper
3248         * debian/claws-mail.postrm.debhelper
3249         * debian/control
3250         * debian/copyright
3251         * debian/files
3252         * debian/rules
3253         * debian/sylpheed-claws.desktop
3254         * debian/sylpheed-claws.menu
3255         * debian/sylpheed-claws.postinst.debhelper
3256         * debian/sylpheed-claws.postrm.debhelper
3257         * doc/man/Makefile.am
3258         * doc/man/claws-mail.1
3259         * doc/man/sylpheed-claws.1
3260         * doc/src/ChangeLog.claws-pre0.8.0
3261         * manual/Makefile.am
3262         * manual/account.xml
3263         * manual/ack.xml
3264         * manual/addrbook.xml
3265         * manual/advanced.xml
3266         * manual/claws-mail-manual.xml
3267         * manual/faq.xml
3268         * manual/glossary.xml
3269         * manual/handling.xml
3270         * manual/intro.xml
3271         * manual/keyboard.xml
3272         * manual/plugins.xml
3273         * manual/starting.xml
3274         * manual/sylpheed-claws-manual.xml
3275         * manual/xml2pdf
3276         * manual/dist/.cvsignore
3277         * manual/dist/html/.cvsignore
3278         * manual/dist/html/Makefile.am
3279         * manual/dist/pdf/.cvsignore
3280         * manual/dist/pdf/Makefile.am
3281         * manual/dist/ps/.cvsignore
3282         * manual/dist/ps/Makefile.am
3283         * manual/dist/txt/.cvsignore
3284         * manual/dist/txt/Makefile.am
3285         * manual/es/Makefile.am
3286         * manual/es/advanced.xml
3287         * manual/es/claws-mail-manual.xml
3288         * manual/es/faq.xml
3289         * manual/es/glossary.xml
3290         * manual/es/handling.xml
3291         * manual/es/intro.xml
3292         * manual/es/plugins.xml
3293         * manual/es/sylpheed-claws-manual.xml
3294         * manual/es/dist/.cvsignore
3295         * manual/es/dist/html/.cvsignore
3296         * manual/es/dist/html/Makefile.am
3297         * manual/es/dist/pdf/.cvsignore
3298         * manual/es/dist/pdf/Makefile.am
3299         * manual/es/dist/ps/.cvsignore
3300         * manual/es/dist/ps/Makefile.am
3301         * manual/es/dist/txt/.cvsignore
3302         * manual/es/dist/txt/Makefile.am
3303         * manual/fr/Makefile.am
3304         * manual/fr/account.xml
3305         * manual/fr/ack.xml
3306         * manual/fr/addrbook.xml
3307         * manual/fr/advanced.xml
3308         * manual/fr/claws-mail-manual.xml
3309         * manual/fr/faq.xml
3310         * manual/fr/glossary.xml
3311         * manual/fr/handling.xml
3312         * manual/fr/intro.xml
3313         * manual/fr/keyboard.xml
3314         * manual/fr/plugins.xml
3315         * manual/fr/starting.xml
3316         * manual/fr/sylpheed-claws-manual.xml
3317         * manual/fr/dist/.cvsignore
3318         * manual/fr/dist/html/.cvsignore
3319         * manual/fr/dist/html/Makefile.am
3320         * manual/fr/dist/pdf/.cvsignore
3321         * manual/fr/dist/pdf/Makefile.am
3322         * manual/fr/dist/ps/.cvsignore
3323         * manual/fr/dist/ps/Makefile.am
3324         * manual/fr/dist/txt/.cvsignore
3325         * manual/fr/dist/txt/Makefile.am
3326         * manual/pl/Makefile.am
3327         * manual/pl/account.xml
3328         * manual/pl/ack.xml
3329         * manual/pl/addrbook.xml
3330         * manual/pl/advanced.xml
3331         * manual/pl/claws-mail-manual.xml
3332         * manual/pl/faq.xml
3333         * manual/pl/glossary.xml
3334         * manual/pl/handling.xml
3335         * manual/pl/intro.xml
3336         * manual/pl/keyboard.xml
3337         * manual/pl/plugins.xml
3338         * manual/pl/starting.xml
3339         * manual/pl/sylpheed-claws-manual.xml
3340         * manual/pl/dist/.cvsignore
3341         * manual/pl/dist/html/.cvsignore
3342         * manual/pl/dist/html/Makefile.am
3343         * manual/pl/dist/pdf/.cvsignore
3344         * manual/pl/dist/pdf/Makefile.am
3345         * manual/pl/dist/ps/.cvsignore
3346         * manual/pl/dist/ps/Makefile.am
3347         * manual/pl/dist/txt/.cvsignore
3348         * manual/pl/dist/txt/Makefile.am
3349         * po/.cvsignore
3350         * po/Makevars
3351         * src/.cvsignore
3352         * src/Makefile.am
3353         * src/account.c
3354         * src/account.h
3355         * src/action.c
3356         * src/action.h
3357         * src/adbookbase.h
3358         * src/addr_compl.c
3359         * src/addr_compl.h
3360         * src/addrbook.c
3361         * src/addrcache.c
3362         * src/addrcache.h
3363         * src/addrcindex.c
3364         * src/addrcindex.h
3365         * src/addrclip.c
3366         * src/addrclip.h
3367         * src/addrdefs.h
3368         * src/addressadd.c
3369         * src/addressadd.h
3370         * src/addressbook.c
3371         * src/addressbook.h
3372         * src/addressbook_foldersel.c
3373         * src/addressbook_foldersel.h
3374         * src/addrgather.c
3375         * src/addrgather.h
3376         * src/addrharvest.c
3377         * src/addrharvest.h
3378         * src/addrindex.c
3379         * src/addrindex.h
3380         * src/addritem.c
3381         * src/addritem.h
3382         * src/addrquery.c
3383         * src/addrquery.h
3384         * src/addrselect.c
3385         * src/addrselect.h
3386         * src/alertpanel.c
3387         * src/alertpanel.h
3388         * src/browseldap.c
3389         * src/browseldap.h
3390         * src/codeconv.c
3391         * src/codeconv.h
3392         * src/compose.c
3393         * src/crash.c
3394         * src/crash.h
3395         * src/customheader.c
3396         * src/customheader.h
3397         * src/displayheader.c
3398         * src/displayheader.h
3399         * src/editaddress.c
3400         * src/editaddress.h
3401         * src/editbook.c
3402         * src/editbook.h
3403         * src/editgroup.c
3404         * src/editgroup.h
3405         * src/editjpilot.c
3406         * src/editjpilot.h
3407         * src/editldap.c
3408         * src/editldap.h
3409         * src/editldap_basedn.c
3410         * src/editldap_basedn.h
3411         * src/editvcard.c
3412         * src/editvcard.h
3413         * src/exphtmldlg.c
3414         * src/exphtmldlg.h
3415         * src/expldifdlg.c
3416         * src/expldifdlg.h
3417         * src/export.c
3418         * src/exporthtml.c
3419         * src/exporthtml.h
3420         * src/exportldif.c
3421         * src/exportldif.h
3422         * src/filtering.c
3423         * src/filtering.h
3424         * src/folder.c
3425         * src/folder.h
3426         * src/folder_item_prefs.c
3427         * src/folder_item_prefs.h
3428         * src/foldersel.c
3429         * src/foldersel.h
3430         * src/folderutils.c
3431         * src/folderutils.h
3432         * src/folderview.c
3433         * src/folderview.h
3434         * src/grouplistdialog.c
3435         * src/grouplistdialog.h
3436         * src/html.c
3437         * src/html.h
3438         * src/image_viewer.c
3439         * src/image_viewer.h
3440         * src/imap.c
3441         * src/imap.h
3442         * src/imap_gtk.c
3443         * src/imap_gtk.h
3444         * src/import.c
3445         * src/import.h
3446         * src/importldif.c
3447         * src/importldif.h
3448         * src/importmutt.c
3449         * src/importmutt.h
3450         * src/importpine.c
3451         * src/importpine.h
3452         * src/inc.c
3453         * src/inc.h
3454         * src/jpilot.c
3455         * src/jpilot.h
3456         * src/ldapctrl.c
3457         * src/ldapctrl.h
3458         * src/ldaplocate.c
3459         * src/ldaplocate.h
3460         * src/ldapquery.c
3461         * src/ldapquery.h
3462         * src/ldapserver.c
3463         * src/ldapserver.h
3464         * src/ldaputil.c
3465         * src/ldaputil.h
3466         * src/ldif.c
3467         * src/ldif.h
3468         * src/localfolder.c
3469         * src/localfolder.h
3470         * src/main.c
3471         * src/main.h
3472         * src/mainwindow.c
3473         * src/mainwindow.h
3474         * src/manual.c
3475         * src/manual.h
3476         * src/matcher.c
3477         * src/matcher.h
3478         * src/matcher_parser.h
3479         * src/matcher_parser_lex.l
3480         * src/matcher_parser_parse.y
3481         * src/mbox.c
3482         * src/mbox.h
3483         * src/message_search.c
3484         * src/message_search.h
3485         * src/messageview.c
3486         * src/messageview.h
3487         * src/mh.c
3488         * src/mh.h
3489         * src/mh_gtk.c
3490         * src/mh_gtk.h
3491         * src/mimeview.c
3492         * src/mimeview.h
3493         * src/msgcache.c
3494         * src/msgcache.h
3495         * src/mutt.c
3496         * src/mutt.h
3497         * src/news.c
3498         * src/news.h
3499         * src/news_gtk.c
3500         * src/news_gtk.h
3501         * src/noticeview.c
3502         * src/noticeview.h
3503         * src/partial_download.c
3504         * src/partial_download.h
3505         * src/pine.c
3506         * src/pine.h
3507         * src/pop.c
3508         * src/pop.h
3509         * src/prefs_account.c
3510         * src/prefs_account.h
3511         * src/prefs_actions.c
3512         * src/prefs_actions.h
3513         * src/prefs_common.c
3514         * src/prefs_common.h
3515         * src/prefs_compose_writing.c
3516         * src/prefs_compose_writing.h
3517         * src/prefs_customheader.c
3518         * src/prefs_customheader.h
3519         * src/prefs_display_header.c
3520         * src/prefs_display_header.h
3521         * src/prefs_ext_prog.c
3522         * src/prefs_ext_prog.h
3523         * src/prefs_filtering.c
3524         * src/prefs_folder_column.c
3525         * src/prefs_folder_column.h
3526         * src/prefs_folder_item.c
3527         * src/prefs_folder_item.h
3528         * src/prefs_fonts.c
3529         * src/prefs_fonts.h
3530         * src/prefs_gtk.c
3531         * src/prefs_gtk.h
3532         * src/prefs_image_viewer.c
3533         * src/prefs_image_viewer.h
3534         * src/prefs_matcher.c
3535         * src/prefs_matcher.h
3536         * src/prefs_message.c
3537         * src/prefs_message.h
3538         * src/prefs_msg_colors.c
3539         * src/prefs_msg_colors.h
3540         * src/prefs_other.c
3541         * src/prefs_other.h
3542         * src/prefs_quote.c
3543         * src/prefs_quote.h
3544         * src/prefs_receive.c
3545         * src/prefs_receive.h
3546         * src/prefs_send.c
3547         * src/prefs_send.h
3548         * src/prefs_spelling.c
3549         * src/prefs_spelling.h
3550         * src/prefs_summaries.c
3551         * src/prefs_summaries.h
3552         * src/prefs_summary_column.c
3553         * src/prefs_summary_column.h
3554         * src/prefs_template.c
3555         * src/prefs_template.h
3556         * src/prefs_themes.c
3557         * src/prefs_themes.h
3558         * src/prefs_toolbar.c
3559         * src/prefs_toolbar.h
3560         * src/prefs_wrapping.c
3561         * src/prefs_wrapping.h
3562         * src/privacy.c
3563         * src/privacy.h
3564         * src/procheader.c
3565         * src/procheader.h
3566         * src/procmime.c
3567         * src/procmime.h
3568         * src/procmsg.c
3569         * src/procmsg.h
3570         * src/quote_fmt.c
3571         * src/quote_fmt_parse.y
3572         * src/recv.c
3573         * src/recv.h
3574         * src/remotefolder.c
3575         * src/remotefolder.h
3576         * src/send_message.c
3577         * src/send_message.h
3578         * src/setup.c
3579         * src/setup.h
3580         * src/sourcewindow.c
3581         * src/sourcewindow.h
3582         * src/ssl_manager.c
3583         * src/ssl_manager.h
3584         * src/statusbar.c
3585         * src/statusbar.h
3586         * src/stock_pixmap.c
3587         * src/stock_pixmap.h
3588         * src/summary_search.c
3589         * src/summary_search.h
3590         * src/summaryview.c
3591         * src/summaryview.h
3592         * src/syldap.c
3593         * src/syldap.h
3594         * src/textview.c
3595         * src/textview.h
3596         * src/toolbar.c
3597         * src/toolbar.h
3598         * src/undo.c
3599         * src/undo.h
3600         * src/unmime.c
3601         * src/unmime.h
3602         * src/vcard.c
3603         * src/vcard.h
3604         * src/wizard.c
3605         * src/wizard.h
3606         * src/common/base64.c
3607         * src/common/base64.h
3608         * src/common/defs.h
3609         * src/common/hooks.c
3610         * src/common/hooks.h
3611         * src/common/log.c
3612         * src/common/log.h
3613         * src/common/mgutils.c
3614         * src/common/mgutils.h
3615         * src/common/nntp.c
3616         * src/common/nntp.h
3617         * src/common/passcrypt.c
3618         * src/common/passcrypt.h.in
3619         * src/common/plugin.c
3620         * src/common/plugin.h
3621         * src/common/prefs.c
3622         * src/common/prefs.h
3623         * src/common/progressindicator.c
3624         * src/common/progressindicator.h
3625         * src/common/quoted-printable.c
3626         * src/common/quoted-printable.h
3627         * src/common/session.c
3628         * src/common/session.h
3629         * src/common/smtp.c
3630         * src/common/smtp.h
3631         * src/common/socket.c
3632         * src/common/socket.h
3633         * src/common/ssl.c
3634         * src/common/ssl.h
3635         * src/common/stringtable.c
3636         * src/common/stringtable.h
3637         * src/common/sylpheed.c
3638         * src/common/sylpheed.h
3639         * src/common/template.c
3640         * src/common/template.h
3641         * src/common/timing.h
3642         * src/common/utils.c
3643         * src/common/utils.h
3644         * src/common/version.h.in
3645         * src/common/xml.c
3646         * src/common/xml.h
3647         * src/common/xmlprops.c
3648         * src/common/xmlprops.h
3649         * src/gtk/about.c
3650         * src/gtk/colorlabel.c
3651         * src/gtk/colorlabel.h
3652         * src/gtk/colorsel.c
3653         * src/gtk/colorsel.h
3654         * src/gtk/combobox.c
3655         * src/gtk/combobox.h
3656         * src/gtk/description_window.c
3657         * src/gtk/description_window.h
3658         * src/gtk/filesel.c
3659         * src/gtk/filesel.h
3660         * src/gtk/foldersort.c
3661         * src/gtk/foldersort.h
3662         * src/gtk/gtkaspell.c
3663         * src/gtk/gtkaspell.h
3664         * src/gtk/gtksctree.c
3665         * src/gtk/gtkshruler.c
3666         * src/gtk/gtkshruler.h
3667         * src/gtk/gtkutils.c
3668         * src/gtk/gtkutils.h
3669         * src/gtk/icon_legend.c
3670         * src/gtk/icon_legend.h
3671         * src/gtk/logwindow.c
3672         * src/gtk/logwindow.h
3673         * src/gtk/manage_window.c
3674         * src/gtk/manage_window.h
3675         * src/gtk/pluginwindow.c
3676         * src/gtk/pluginwindow.h
3677         * src/gtk/prefswindow.c
3678         * src/gtk/prefswindow.h
3679         * src/gtk/quicksearch.c
3680         * src/gtk/quicksearch.h
3681         * src/pixmaps/claws-mail.xpm
3682         * src/pixmaps/claws-mail_icon.xpm
3683         * src/pixmaps/claws-mail_logo.xpm
3684         * src/pixmaps/sylpheed-claws.xpm
3685         * src/pixmaps/sylpheed-claws_icon.xpm
3686         * src/pixmaps/sylpheed-claws_logo.xpm
3687         * src/plugins/bogofilter/Makefile.am
3688         * src/plugins/bogofilter/bogofilter.c
3689         * src/plugins/bogofilter/bogofilter.h
3690         * src/plugins/bogofilter/bogofilter_gtk.c
3691         * src/plugins/clamav/Makefile.am
3692         * src/plugins/clamav/clamav_plugin.c
3693         * src/plugins/clamav/clamav_plugin.h
3694         * src/plugins/clamav/clamav_plugin_gtk.c
3695         * src/plugins/demo/Makefile.am
3696         * src/plugins/demo/demo.c
3697         * src/plugins/dillo_viewer/Makefile.am
3698         * src/plugins/dillo_viewer/README
3699         * src/plugins/dillo_viewer/dillo_prefs.c
3700         * src/plugins/dillo_viewer/dillo_prefs.h
3701         * src/plugins/dillo_viewer/dillo_viewer.c
3702         * src/plugins/pgpcore/Makefile.am
3703         * src/plugins/pgpcore/passphrase.c
3704         * src/plugins/pgpcore/passphrase.h
3705         * src/plugins/pgpcore/pgp_viewer.c
3706         * src/plugins/pgpcore/pgp_viewer.h
3707         * src/plugins/pgpcore/plugin.c
3708         * src/plugins/pgpcore/prefs_gpg.c
3709         * src/plugins/pgpcore/prefs_gpg.h
3710         * src/plugins/pgpcore/select-keys.c
3711         * src/plugins/pgpcore/select-keys.h
3712         * src/plugins/pgpcore/sgpgme.c
3713         * src/plugins/pgpcore/sgpgme.h
3714         * src/plugins/pgpcore/sylpheed.def
3715         * src/plugins/pgpcore/version.rc
3716         * src/plugins/pgpinline/Makefile.am
3717         * src/plugins/pgpinline/pgpinline.c
3718         * src/plugins/pgpinline/pgpinline.h
3719         * src/plugins/pgpinline/plugin.c
3720         * src/plugins/pgpinline/sylpheed.def
3721         * src/plugins/pgpinline/version.rc
3722         * src/plugins/pgpmime/Makefile.am
3723         * src/plugins/pgpmime/pgpmime.c
3724         * src/plugins/pgpmime/pgpmime.h
3725         * src/plugins/pgpmime/plugin.c
3726         * src/plugins/pgpmime/sylpheed.def
3727         * src/plugins/pgpmime/version.rc
3728         * src/plugins/spamassassin/Makefile.am
3729         * src/plugins/spamassassin/README
3730         * src/plugins/spamassassin/spamassassin.c
3731         * src/plugins/spamassassin/spamassassin.h
3732         * src/plugins/spamassassin/spamassassin_gtk.c
3733         * src/plugins/trayicon/Makefile.am
3734         * src/plugins/trayicon/trayicon.c
3735         * tools/OOo2sylpheed.pl
3736         * tools/README
3737         * tools/README.sylprint
3738         * tools/acroread2sylpheed.pl
3739         * tools/claws.i18n.status.pl
3740         * tools/filter_conv.pl
3741         * tools/filter_conv_new.pl
3742         * tools/freshmeat_search.pl
3743         * tools/google_search.pl
3744         * tools/kmail2sylpheed.pl
3745         * tools/kmail2sylpheed_v2.pl
3746         * tools/make.themes.project
3747         * tools/multiwebsearch.pl
3748         * tools/nautilus2sylpheed.sh
3749         * tools/outlook2sylpheed.pl
3750         * tools/sylprint.pl
3751         * tools/sylprint.rc
3752         * tools/tb2sylpheed
3753         * tools/textviewer.sh
3754         * tools/vcard2xml.py
3755         * tools/kdeservicemenu/README
3756         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3757         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3758         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3759                 Change name to Claws Mail. Announce to follow...
3761 2006-11-06 [wwp]        2.6.0cvs6
3763         * src/prefs_template.c
3764                 unify messages related to quote format/template errors (fix
3765                 capitalization), again.
3767 2006-11-06 [wwp]        2.6.0cvs5
3769         * src/prefs_quote.c
3770                 unify messages related to quote format/template errors.
3772 2006-11-06 [wwp]        2.6.0cvs4
3774         * src/prefs_msg_colors.c
3775                 more uses of Q_ macro for contextual translations, thanks
3776                 to Fabien (fzzzzz).
3778 2006-11-06 [wwp]        2.6.0cvs3
3780         * src/compose.c
3781         * src/common/utils.c
3782         * src/common/utils.h
3783                 show an alertpanel to make sure users are aware that sensitive
3784                 files are attached (it's file blacklist-based). This will fix
3785                 interaction w/ GoogleEarth for instance, thanks to Colin.
3787 2006-11-06 [wwp]        2.6.0cvs2
3789         * src/prefs_quote.c
3790         * src/prefs_template.c
3791         * src/prefs_template.h
3792                 check quote format when applying/closing prefs. For now this only
3793                 shows up an error dialog box, not preventing the user from using
3794                 a broken quote (reply, forwards) format.
3796 2006-11-06 [wwp]        2.6.0cvs1
3798         * src/prefs_template.c
3799                 fix missing checks of some template fields.
3801 2006-11-06 [paul]       2.6.0
3803         * NEWS
3804         * README
3805         * RELEASE_NOTES
3806                 2.6.0 released
3808 2006-11-06 [paul]       2.5.6cvs22
3810         * manual/advanced.xml
3811         * manual/es/advanced.xml
3812                 put 'respect_flowed_format' info in the correct
3813                 place
3815 2006-11-06 [mones]      2.5.6cvs21
3817         * po/es.po
3818                 Minor fixes for release
3820 2006-11-06 [paul]       2.5.6cvs20
3822         * po/cs.po
3823         * po/de.po
3824         * po/fr.po
3825         * po/it.po
3826         * po/nl.po
3827         * po/pt_BR.po
3828         * po/sk.po
3829         * po/sv.po
3830         * po/zh_CN.po
3831                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3832                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3833                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3834                 Young
3836 2006-11-02 [colin]      2.5.6cvs19
3838         * src/imap.c
3839         * src/imap.h
3840         * src/prefs_account.c
3841         * src/etpan/imap-thread.c
3842                 Add GSSAPI support - fixes Debian bug #383274
3844 2006-11-01 [colin]      2.5.6cvs18
3846         * src/jpilot.c
3847                 Handle libpisock12 support. Probably
3848                 fixes bug 1046, 'jpilot AddressDB.pdb 
3849                 import fail'
3851 2006-11-01 [colin]      2.5.6cvs17
3853         * src/folderutils.c
3854                 debug_print() folderutils_mark_all_read()
3856 2006-11-01 [colin]      2.5.6cvs16
3858         * COPYING
3859                 Add missed files to the Apache exception
3861 2006-10-31 [colin]      2.5.6cvs15
3863         * src/folder.c
3864         * src/folder.h
3865                 Add a copy_private_data() func to FolderClasses
3866                 Doesn't break the feature freeze, because we 
3867                 won't use it (right now) in the core.
3869 2006-10-31 [colin]      2.5.6cvs14
3871         * COPYING
3872                 Allow linking with the Apache licensed files in
3873                 src/plugins/spamassassin. Hopefully fixes 
3874                 bug 1048, 'Spamassassin plugin license problem'
3876 2006-10-31 [wwp]        2.5.6cvs13
3878         * src/compose.c
3879                 fix and optimize trimming of leading linefeeds in body loop.
3881 2006-10-31 [colin]      2.5.6cvs12
3883         * src/etpan/imap-thread.c
3884         * src/imap.c
3885                 Make really sure to have NULL sets in case
3886                 of error
3888 2006-10-30 [wwp]        2.5.6cvs11
3890         * src/prefs_common.c
3891         * src/prefs_common.h
3892         * src/compose.c
3893                 fix broken storage of quote format template when it contains \-escape
3894                 sequences. The application of such sequences is also fixed now (\t
3895                 in quote format will be a real tab instead of a 't', for instance).
3897 2006-10-27 [colin]      2.5.6cvs10
3899         * src/compose.c
3900                 Probably fix bug 1045, 'sylpheed-claws 
3901                 doesn't remove the mail from the IMAP 
3902                 Queue folder after sending'. From
3903                 2.5.6cvs3-stable
3905 2006-10-27 [colin]      2.5.6cvs9
3907         * configure.ac
3908                 Require libetpan-0.48. I'm so annoying,
3909                 I know ;-)
3911 2006-10-27 [colin]      2.5.6cvs8
3913         * src/folder.c
3914         * src/imap.c
3915                 Probably fix bug 1044, 'sylpheed-claws 
3916                 segfaults while moving mails' - Fix relation
3917                 usage when moving to an IMAP mailbox from another
3918                 mailbox
3920 2006-10-26 [paul]       2.5.6cvs7
3922         * src/gtk/about.c
3923                 add libSM to compiled-in features
3924                 list
3926 2006-10-24 [colin]      2.5.6cvs6
3928         * src/textview.c
3929         * src/gtk/gtkutils.c
3930                 Fix crash when printing emails with an
3931                 xface
3933 2006-10-24 [mones]      2.5.6cvs5
3935         * manual/es/advanced.xml
3936                 Synchronize hidden option respect_flowed_format
3937         * po/es.po
3938                 Updated translation
3940 2006-10-21 [paul]       2.5.6cvs4
3942         * src/gtk/authors.h
3943         * src/plugins/pgpcore/pgp_viewer.c
3944         * src/plugins/pgpcore/sgpgme.c
3945                 fix building on BSDs
3946                 Thanks to Michael Hughes
3947                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3949 2006-10-20 [colin]      2.5.6cvs3
3951         * configure.ac
3952                 Bump up libetpan requirement
3953                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3954         * src/common/utils.c
3955         * src/common/utils.h
3956                 Add convenience get_file_mtime()
3957         * src/imap.c
3958         * src/etpan/imap-thread.c
3959         * src/etpan/imap-thread.h
3960                 Implement UIDPLUS support if the server
3961                 supports it - faster sending in this case
3963 2006-10-19 [colin]      2.5.6cvs2
3965         * src/gtk/quicksearch.c
3966                 Fix emptying in type-ahead+extended mode
3967         * src/mainwindow.c
3968         * src/mainwindow.h
3969                 Add a hook for offline state change
3970         * src/plugins/trayicon/trayicon.c
3971                 Use it to display offline icons
3972         * src/plugins/trayicon/Makefile.am
3973         * src/plugins/trayicon/newmail.offline.xpm
3974         * src/plugins/trayicon/newmarkedmail.offline.xpm
3975         * src/plugins/trayicon/nomail.offline.xpm
3976         * src/plugins/trayicon/unreadmail.offline.xpm
3977         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3978                 Add the icons
3980 2006-10-12 [paul]       2.5.6cvs1
3982         * NEWS
3983         * README
3984         * configure.ac
3985                 Update version number following
3986                 stable release
3988 2006-10-19 [colin]      2.5.5cvs18
3990         * manual/handling.xml
3991                 Add type-ahead search
3993 2006-10-18 [colin]      2.5.5cvs17
3995         * src/gtk/quicksearch.c
3996                 Remove "save to history only if there's
3997                 no syntax error", it breaks for some 
3998                 reason which I'll investigate later.
4000 2006-10-18 [colin]      2.5.5cvs16
4002         * src/prefs_common.c
4003         * src/prefs_common.h
4004         * src/summaryview.c
4005         * src/gtk/quicksearch.c
4006         * src/gtk/quicksearch.h
4007                 Add a type-ahead option for fast searches
4008                 Patch by Fabien Vantard
4010 2006-10-18 [colin]      2.5.5cvs15
4012         * src/compose.c
4013         * src/compose.h
4014                 Add Options/Reply mode/ menu to be able to
4015                 change the recipients of a reply on the fly
4017 2006-10-18 [colin]      2.5.5cvs14
4019         * src/compose.c
4020                 Fix redirecting of our own sent mails
4022 2006-10-17 [wwp]        2.5.5cvs13
4024         * src/send_message.c
4025                 Fix duplicate error messages when sending, and missing
4026                 newline in such error messages.
4028 2006-10-17 [colin]      2.5.5cvs12
4030         * src/compose.c
4031                 Compare addresses case-insensitive
4033 2006-10-17 [colin]      2.5.5cvs11
4035         * src/plugins/pgpcore/sgpgme.c
4036                 Fix return status
4038 2006-10-17 [colin]      2.5.5cvs10
4040         * src/plugins/pgpcore/pgp_viewer.c
4041                 Fix return status
4043 2006-10-17 [colin]      2.5.5cvs9
4045         * src/quote_fmt.c
4046                 Fix a typo (thanks to Fabien)
4048 2006-10-16 [colin]      2.5.5cvs8
4050         * src/textview.c
4051                 Fix problem with quote-folding when emails
4052                 don't convert cleanly to UTF-8
4054 2006-10-14 [colin]      2.5.5cvs7
4056         * src/prefs_template.c
4057                 Reset fields when reopening
4058                 the window
4060 2006-10-13 [paul]       2.5.5cvs6
4062         * manual/advanced.xml
4063         * src/prefs_message.c
4064                 make 'respect_flowed_format' a hidden
4065                 option, and add a manual entry for it
4066                 Thanks to Colin
4068 2006-10-12 [colin]      2.5.5cvs5
4070         * src/codeconv.c
4071                 Revert part of 2.5.2cvs21:
4072                 Don't optimise by reusing the 
4073                 last iconv converter if possible:
4074                 it seems slightly broken in a 
4075                 very hard way to reproduce
4077 2006-10-12 [colin]      2.5.5cvs4
4079         * src/prefs_common.c
4080         * src/prefs_common.h
4081         * src/prefs_message.c
4082         * src/procmime.c
4083                 Fix bug 1035, 'Incorrect handling 
4084                 of flowed lines'. We now optionnaly
4085                 handle this format (preference is in
4086                 Message View/Text options section)
4088 2006-10-12 [colin]      2.5.5cvs3
4090         * po/POTFILES.in
4091                 Add new file
4092         * src/plugins/pgpcore/pgp_viewer.c
4093         * src/plugins/pgpcore/sgpgme.c
4094                 Don't try to import without asking
4096 2006-10-12 [colin]      2.5.5cvs2
4098         * src/compose.c
4099                 Fix bug 1036, 'Forwarding a mutlipart
4100                 mail with a "text/html" block to ms
4101                 outlook users leeds to freeze of
4102                 outlook'. Poor outlook users...
4104 2006-10-12 [paul]       2.5.5cvs1
4106         * NEWS
4107         * README
4108         * configure.ac
4109                 Update version number following
4110                 stable release
4112 2006-10-11 [paul]       2.5.4cvs1
4114         * NEWS
4115         * README
4116         * configure.ac
4117                 Update version number following
4118                 stable release
4120 2006-10-11 [paul]       2.5.3cvs32
4122         * src/textview.c
4123                 fix bug 1032, 'Segmentation fault when showing
4124                 message' (bug in quote folding)
4125                 Thanks to Colin
4127 2006-10-10 [colin]      2.5.3cvs31
4129         * src/quote_fmt.c
4130                 Rephrase english a bit
4132 2006-10-10 [colin]      2.5.3cvs30
4134         * src/prefs_compose_writing.c
4135                 Stop making the page larger than the window
4137 2006-10-10 [wwp]        2.5.3cvs29
4139         * src/compose.c
4140         * src/prefs_template.c
4141         * src/quote_fmt.c
4142         * src/quote_fmt.h
4143         * src/quote_fmt_lex.l
4144         * src/quote_fmt_parse.y
4145                 Extend the quote parser a bit: allow to get access to
4146                 basic (composing) account info.
4148 2006-10-10 [colin]      2.5.3cvs28
4150         * src/procheader.c
4151                 Fix this \t problem in subject
4153 2006-10-09 [colin]      2.5.3cvs27
4155         * src/main.c
4156         * src/prefs_gtk.c
4157                 Prepare cache a bit later
4158                 If section already exists, skip the new one 
4159                 (as previously); avoid writing the same block
4160                 twice - if we find a second block with the 
4161                 same id, skip it.
4162         * src/plugins/pgpcore/pgp_viewer.c
4163                 Set cursor to busy when retrieving a key
4164         * src/plugins/pgpcore/sgpgme.c
4165                 allow 5 seconds for gpg to export the key
4166                 
4168 2006-10-09 [colin]      2.5.3cvs26
4170         * configure.ac
4171         * src/msgcache.c
4172         * src/prefs_gtk.c
4173                 Check for existence of fgets_unlocked
4174                 and fwrite_unlocked
4176 2006-10-09 [paul]       2.5.3cvs25
4178         * src/prefs_summaries.c
4179                 replace strftime() with fast_strftime() and in
4180                 the consequence fix the bug in the display of
4181                 AM/PM in the 'Example' string
4183 2006-10-09 [ticho]      2.5.3cvs24
4185         * po/sk.po
4186                 Updated (and fixed up somewhat) Slovak translation.
4188 2006-10-08 [colin]      2.5.3cvs23
4190         * src/prefs_folder_item.c
4191                 Explain why prefs in the top-level folder
4192                 aren't retained, but are still useful
4194 2006-10-08 [colin]      2.5.3cvs22
4196         * src/prefs_gtk.c
4197                 Don't cache anything if caching fails
4199 2006-10-08 [colin]      2.5.3cvs21
4201         * src/common/utils.c
4202                 always include gi18n.h
4204 2006-10-07 [colin]      2.5.3cvs20
4206         * src/plugins/pgpcore/pgp_viewer.c
4207                 Kill gpg after 5 seconds wait
4209 2006-10-07 [colin]      2.5.3cvs19
4211         * src/plugins/pgpcore/pgp_viewer.c
4212         * src/plugins/pgpcore/pgp_viewer.h
4213                 Fix copyright
4215 2006-10-07 [colin]      2.5.3cvs18
4217         * src/plugins/pgpcore/pgp_viewer.c
4218         * src/plugins/pgpcore/pgp_viewer.h
4219                 Actually add the files to CVS
4221 2006-10-07 [colin]      2.5.3cvs17
4223         * src/plugins/pgpcore/sgpgme.c
4224                 Be sure not to crash on 'application/pgp-signature' that
4225                 are not application/pgp-signatures
4227 2006-10-07 [colin]      2.5.3cvs16
4229         * src/textview.c
4230         * src/textview.h
4231                 Make a bit more of the API available
4232         * src/plugins/pgpcore/Makefile.am
4233         * src/plugins/pgpcore/plugin.c
4234         * src/plugins/pgpcore/sgpgme.c
4235                 Add basic key import/export
4237 2006-10-07 [colin]      2.5.3cvs15
4239         * src/folderview.c
4240         * src/imap.c
4241         * src/prefs_account.c
4242         * src/wizard.c
4243                 Warn users *everywhere* if libetpan's not
4244                 linked in
4246 2006-10-06 [mones]      2.5.3cvs14
4248         * po/de.po
4249         * po/es.po
4250                 updated by Stephan Sachse and me
4252 2006-10-06 [colin]      2.5.3cvs13
4254         * src/main.c
4255         * src/common/sylpheed.c
4256                 Don't load common plugins if --exit is passed
4257         * src/prefs_gtk.c
4258         * src/prefs_gtk.h
4259                 Implement a cache to avoid reading the same
4260                 files over and over again at startup
4262 2006-10-06 [colin]      2.5.3cvs12
4264         * src/summaryview.c
4265         * src/gtk/quicksearch.c
4266                 Update display every 5k mails on fast searches
4268 2006-10-06 [colin]      2.5.3cvs11
4270         * src/textview.c
4271                 Don't do quote folding on HTML or ERTF.
4272                 May fix the Cygwin issues if they were
4273                 happening with HTML mails?
4275 2006-10-05 [colin]      2.5.3cvs10
4277         * src/prefs_gtk.c
4278                 Oops, forgot one
4280 2006-10-05 [colin]      2.5.3cvs9
4282         * src/prefs_gtk.c
4283                 Use unlocked_stdio here too
4285 2006-10-05 [colin]      2.5.3cvs8
4287         * src/folderview.c
4288                 Fix go to next * after preferences apply
4289         * src/msgcache.c
4290                 Do the fd lock/unlock ourselves instead of
4291                 letting the libc do it at each write 
4293 2006-10-05 [colin]      2.5.3cvs7
4295         * src/common/utils.c
4296                 Faster division, thanks to Jean Diraison
4298 2006-10-05 [paul]       2.5.3cvs6
4300         * src/common/utils.c
4301                 fix building with --disable-nls
4303 2006-10-04 [colin]      2.5.3cvs5
4305         * src/folder.c
4306                 Maybe fix a segfault
4308 2006-10-04 [wwp]        2.5.3cvs4
4310         * src/prefs_folder_item.c
4311                 Fine-tune layouts in folder item prefs. Suggested by
4312                 Fabien Vantard <fzzzzz@gmail.com>.
4314 2006-10-04 [wwp]        2.5.3cvs3
4316         * src/prefs_folder_item.c
4317                 Kill the clandestine passengers. You didn't see anything.
4319 2006-10-04 [wwp]        2.5.3cvs2
4321         * src/prefs_folder_item.c
4322                 Add a way to test the subject simplify regexp in
4323                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4324                 w/ few layout changes.
4326 2006-20-04 [paul]       2.5.3cvs1
4328         * NEWS
4329         * README
4330         * configure.ac
4331                 Update version number following
4332                 stable release
4334 2006-10-04 [colin]      2.5.2cvs42
4336         * src/folder.c
4337         * src/folder.h
4338         * src/summaryview.c
4339                 Provide a way for folder classes to set their sort
4340                 type and key
4342 2006-10-03 [colin]      2.5.2cvs41
4344         * src/mh.c
4345                 Don't use strlen() to know if the
4346                 string's empty
4348 2006-10-03 [colin]      2.5.2cvs40
4350         * src/mh.c
4351                 Fix "check for new folders" with accentued folders
4353 2006-10-03 [ticho]      2.5.2cvs39
4355         * src/filtering.c
4356         * src/folder.c
4357         * src/inc.c
4358         * src/mbox.c
4359                 Colin's fix for "copy" filtering rules.
4361 2006-10-02 [colin]      2.5.2cvs38
4363         * src/folderview.c
4364                 Fix for double-click too
4366 2006-10-02 [colin]      2.5.2cvs37
4368         * src/folderview.c
4369                 correct fix for cvs36
4371 2006-10-02 [colin]      2.5.2cvs36
4373         * src/folderview.c
4374                 Fix 'goto next unread' after collapsing/expanding 
4375                 a node.
4377 2006-10-02 [colin]      2.5.2cvs35
4379         * src/summaryview.c
4380                 Fix double freeze/thaw
4381         * src/common/utils.c
4382         * src/common/utils.h
4383                 Reimplement strftime
4384         * src/procheader.c
4385                 Use it
4388 2006-10-02 [colin]      2.5.2cvs34
4390         * src/mh.c
4391                 Time mh_write_sequences() - it's fast
4392         * src/summaryview.c
4393                 Init a variable to shut up gcc
4395 2006-10-01 [colin]      2.5.2cvs33
4397         * src/folder.c
4398         * src/mh.c
4399         * src/mh.h
4400         * src/msgcache.c
4401                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4402                 Add fsync but disable it, it's slow as hell
4404 2006-10-01 [colin]      2.5.2cvs32
4406         * src/mh.c
4407         * src/msgcache.c
4408                 fflush() caches and mh_sequences before
4409                 fclose()ing
4411 2006-10-01 [colin]      2.5.2cvs31
4413         * src/msgcache.c
4414                 Don't ftruncate when not using mmap
4416 2006-09-30 [colin]      2.5.2cvs30
4418         * src/main.c
4419                 Write folder list *after* saving caches
4421 2006-09-30 [colin]      2.5.2cvs29
4423         * src/folder.c
4424         * src/mh.c
4425                 Debug forced mtime changes
4427 2006-09-30 [colin]      2.5.2cvs28
4429         * src/folder.c
4430         * src/main.c
4431                 Remove useless debug_print()s (code
4432                 well-tested)
4434 2006-09-30 [colin]      2.5.2cvs27
4436         * src/mh.c
4437                 Do stuff faster when writing mh_sequences
4439 2006-09-30 [colin]      2.5.2cvs26
4441         * src/mh.c
4442                 Don't let the writing of .mh_sequences, which
4443                 can change the folder's mtime, let us think
4444                 we need to scan.
4446 2006-09-30 [colin]      2.5.2cvs25
4448         * src/folder.c
4449                 Move a debug_print where it belongs 
4450                 (processing)
4451         * src/summaryview.c
4452                 Don't mess with a huge slow subject
4453                 table if we're not threading by
4454                 subject
4456 2006-09-30 [colin]      2.5.2cvs24
4458         * src/msgcache.c
4459                 Reenable mmaped reads (*not* writes!)
4460         * src/procmsg.c
4461                 Don't destroy and recreate hashtables just
4462                 for fun
4463         * src/common/utils.c
4464                 Remove useless reply prefixes (it's case
4465                 unsensitive)
4467 2006-09-30 [wwp]        2.5.2cvs23
4469         * tools/fix_date.sh
4470                 Fixed a minor bug in date value extraction, added a switch
4471                 to replace non RFC-compliant Date: value, added a switch
4472                 to use strict RFC matching patterns for dates.
4474 2006-09-29 [colin]      2.5.2cvs22
4476         * src/matcher_parser.h
4477         * src/matcher_parser_parse.y
4478         * src/prefs_filtering.c
4479         * src/statusbar.c
4480         * src/summary_search.c
4481         * src/summaryview.c
4482         * src/gtk/quicksearch.c
4483         * src/gtk/quicksearch.h
4484                 Optimise searches by setting different
4485                 refresh intervals (depending if the 
4486                 search is fast or not)
4488 2006-09-29 [colin]      2.5.2cvs21
4490         * src/codeconv.c
4491                 Optimise by reusing the last iconv converter
4492                 if possible
4493         * src/textview.c
4494                 Optimise a bit (the foldable quotes feature
4495                 still has an awful O(n^2) algo
4497 2006-09-29 [colin]      2.5.2cvs20
4499         * src/gtk/gtksctree.c
4500         * src/gtk/gtksctree.h
4501                 Optimise de-selection via up/down or
4502                 another key
4504 2006-09-28 [colin]      2.5.2cvs19
4506         * src/action.c
4507         * src/compose.c
4508         * src/folderview.c
4509         * src/mainwindow.c
4510         * src/messageview.c
4511         * src/summary_search.c
4512         * src/toolbar.c
4513                 Avoid using summaryview->ctree directly
4515 2006-09-28 [colin]      2.5.2cvs18
4517         * src/summaryview.c
4518         * src/summaryview.h
4519                 Add helpers to freeze/thaw/grab_focus
4520                 Factorize calls to freeze/thaw/grab_focus
4521                 
4523 2006-09-28 [colin]      2.5.2cvs17
4525         * src/main.c
4526                 More guards for the session management
4528 2006-09-28 [colin]      2.5.2cvs16
4530         * src/folderview.c
4531         * src/gtk/gtksctree.c
4532         * src/gtk/gtksctree.h
4533                 Make expanding not recursive in folderview
4535 2006-09-28 [colin]      2.5.2cvs15
4537         * src/addressbook.c
4538                 If nothing is selected in the list (right part)
4539                 and a group is selected in the tree (left part),
4540                 mail this group.
4542 2006-09-28 [colin]      2.5.2cvs14
4544         * src/Makefile.am
4545                 Actually use SM_LIBS
4547 2006-09-28 [ticho]      2.5.2cvs13
4549         * src/export.c
4550         * src/messageview.c
4551         * src/mimeview.c
4552         * src/news.c
4553         * src/pop.c
4554         * src/prefs_themes.c
4555         * src/procmsg.c
4556                 Small i18n string optimization.
4557         * src/send_message.c
4558         * src/summaryview.c
4559         * src/common/session.c
4560         * src/common/smtp.c
4561         * src/common/ssl_certificate.c
4562         * src/common/utils.c
4563                 Use "Couldn't" instead of "Can't" in UI messages,
4564                 where appropriate.
4566 2006-09-28 [colin]      2.5.2cvs12
4568         * configure.ac
4569                 Possibly fix link errors
4571 2006-09-27 [wwp]        2.5.2cvs11
4573         * src/gtk/authors.h
4574         * doc/man/sylpheed-claws.1
4575         * manual/ack.xml
4576         * manual/es/ack.xml
4577         * manual/fr/ack.xml
4578         * manual/pl/ack.xml
4579                 Updated authors info (me, myself and I).
4581 2006-09-27 [colin]      2.5.2cvs10
4583         * src/addressbook.c
4584                 Remove useless printf
4586 2006-09-27 [wwp]        2.5.2cvs9
4588         * src/editgroup.c
4589         * src/send_message.c
4590         * src/inc.c
4591         * src/prefs_common.c
4592         * src/prefs_common.h
4593         * src/gtk/progressdialog.c
4594                 remember more windows' sizes (send dialog, received dialog,
4595                 edit group in addressbook).
4597 2006-09-27 [colin]      2.5.2cvs8
4599         * configure.ac
4600         * src/main.c
4601         * src/mainwindow.h
4602                 Use libSM to communicate with the session
4603                 manager, so that we can know when the 
4604                 session ends, save our caches, and draft
4605                 our compose windows.
4607 2006-09-27 [colin]      2.5.2cvs7
4609         * src/addressbook.c
4610                 Fix issues:
4611                 o Allow Book and Group creation from the tree's
4612                   contextual menu
4613                 o Do not actually delete the contacts when 
4614                   deleting groups from the tree (duh!)
4616 2006-09-27 [colin]      2.5.2cvs6
4618         * src/compose.c
4619         * src/compose.h
4620         * src/mainwindow.c
4621         * src/textview.c
4622         * src/toolbar.c
4623                 o Allow passing an email address to 
4624                   compose_new_with_folderitem
4625                 o Update callers
4626                 o Use current folderitem when clicking
4627                   on a TextView mailto: link
4628                 o Fix a possible leak in TextView
4630 2006-09-27 [colin]      2.5.2cvs5
4632         * src/html.c
4633                 Use UTF-8 chars to replace HTML entities
4635 2006-09-27 [colin]      2.5.2cvs4
4637         * AUTHORS
4638         * src/prefs_account.c
4639         * src/gtk/authors.h
4640                 Fix bug #1024 (Array index out of
4641                 range in sylpheed-claws-2.5.2)
4642                 Patch by Ales Nosek <anosek@suse.cz>
4644 2006-09-27 [colin]      2.5.2cvs3
4646         * src/addr_compl.c
4647                 Actually do the test
4649 2006-09-27 [colin]      2.5.2cvs2
4651         * src/addr_compl.c
4652         * src/addr_compl.h
4653                 Allow completing with comma (in certain cases: vCalendar
4654                 for example doesn't support that)
4655                 Patch by Fabien Vantard
4657 2006-09-26 [colin]      2.5.2cvs1
4659         * src/Makefile.am
4660         * src/addr_compl.c
4661         * src/addr_compl.h
4662         * src/addrbook.c
4663         * src/addrbook.h
4664         * src/addressbook.c
4665         * src/addrindex.c
4666         * src/addrindex.h
4667         * src/compose.c
4668         * src/prefs_common.c
4669         * src/prefs_filtering_action.c
4670         * src/prefs_folder_item.c
4671         * src/prefs_template.c
4672         * src/stock_pixmap.c
4673         * src/stock_pixmap.h
4674         * src/pixmaps/addr_one.xpm
4675         * src/pixmaps/addr_two.xpm
4676                 Add auto-completion on groups
4678 2006-09-26 [colin]      2.5.2
4680         * NEWS
4681         * README
4682         * RELEASE_NOTES
4683                 2.5.2 released
4685 2006-09-26 [colin]      2.5.1cvs5
4687         * src/matcher.c
4688                 Fix condition
4690 2006-09-26 [colin]      2.5.1cvs4
4692         * src/mbox.c
4693                 Revert cvs1 (useless as the message is printed 
4694                 every 500 mails)
4696 2006-09-26 [colin]      2.5.1cvs3
4698         * src/partial_download.c
4699                 Fix crasher found by Alexsandar Urosevic
4701 2006-09-26 [colin]      2.5.1cvs2
4703         * src/summaryview.c
4704                 Fix bug #1023 (Sylpheed deletes too much messages)
4706 2006-09-26 [ticho]      2.5.1cvs1
4708         * src/mbox.c
4709                 Make use of gettext's multiple plurals for statusbar
4710                 progress message.
4712 2006-09-25 [paul]       2.5.1
4714         * NEWS
4715         * README
4716         * RELEASE_NOTES
4717                 2.5.1 released
4719 2006-09-25 [colin]      2.5.0cvs3
4721         * src/plugins/bogofilter/bogofilter.c
4722         * src/plugins/clamav/clamav_plugin.c
4723         * src/plugins/spamassassin/spamassassin.c
4724                 BogoFilter, Spamassassin: Fix double hook registering after
4725                 visiting preferences
4726                 Spamassassin, Clamav: Just set the mails to move instead of
4727                 doing the move - caller will move the things at once.
4729 2006-09-25 [colin]      2.5.0cvs2
4731         * src/imap.c
4732         * src/etpan/imap-thread.c
4733                 Use UID SEARCH ALL instead of UID 1:*
4734                 (braindead servers can't figure out that's
4735                 the same...)
4737 2006-09-25 [wwp]        2.5.0cvs1
4739         * src/message_search.c
4740                 Added the ability to stop a running search (in message body).
4742 2006-09-25 [paul]       2.5.0
4744         * NEWS
4745         * README
4746         * RELEASE_NOTES
4747                 2.5.0 released
4749 2006-09-25 [paul]       2.4.0cvs214
4751         * po/cs.po
4752         * po/de.po
4753         * po/fi.po
4754         * po/fr.po
4755         * po/nl.po
4756         * po/pt_BR.po
4757         * po/sk.po
4758         * po/sr.po
4759         * po/zh_CN.po
4760                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4761                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4762                 Ticho, Aleksander Urosevic, Ralgh Young
4764 2006-09-24 [mones]      2.4.0cvs213
4766         * po/es.po
4767                 Updated for release
4769 2006-09-23 [colin]      2.4.0cvs212
4771         * src/gtk/inputdialog.c
4772                 Fix [ ] remember this appearing in normal
4773                 input dialogs after it's been used by
4774                 mimeview.
4775         * src/folder.c
4776         * src/folderview.c
4777         * src/msgcache.c
4778         * src/procmsg.c
4779         * src/summaryview.c
4780         * src/textview.c
4781         * src/common/timing.h
4782                 Enable timings in debug mode and make it
4783                 look prettier.
4785 2006-09-22 [colin]      2.4.0cvs211
4787         * README
4788                 Revert test change
4789         * commitHelper
4790                 ping the correct URI
4792 2006-09-22 [colin]      2.4.0cvs210
4794         * README
4795                 Let's see if bug #1022 is fixed
4797 2006-09-21 [colin]      2.4.0cvs209
4799         * src/wizard.c
4800         * src/common/plugin.c
4801                 Prepare infra to load predefined plugins when
4802                 no configuration existed. Don't actually load
4803                 anything yet (feat. freeze)
4805 2006-09-21 [wwp]        2.4.0cvs208
4807         * manual/fr/faq.xml
4808                 Partial sync w/ 2.4.0cvs72:
4809                 wrap file and minor updates.
4811 2006-09-21 [wwp]        2.4.0cvs207
4813         * tools/fix_date.sh
4814                 several fixes and enhancements. A new --force switch has been
4815                 added to prevent overriding by default Date: header when
4816                 already existing.
4818 2006-09-21 [paul]       2.4.0cvs206
4820         * src/common/utils.c
4821                 add Chinese UTF8 Re prefix
4823 2006-09-21 [wwp]        2.4.0cvs205
4825         * tools/Makefile.am
4826                 Fics alfabettical order.
4828 2006-09-21 [wwp]        2.4.0cvs204
4830         * tools/fix_date.sh
4831         * tools/Makefile.am
4832                 Added an action tool to fix missing Date field in emails.
4833                 Updated Makefile.am to reflect those last two additions.
4835 2006-09-21 [wwp]        2.4.0cvs203
4837         * tools/uuooffice
4838                 Added a action tool to open uuencoded docs w/
4839                 OpenOffice (based on uudec method).
4841 2006-09-21 [colin]      2.4.0cvs202
4843         * src/compose.c
4844         * src/textview.c
4845                 Workaround possible GTK crash: remove selection 
4846                 clipboard before destroying widget, or GTK+-2.10
4847                 dies. Thanks to Hiro.
4849 2006-09-20 [colin]      2.4.0cvs201
4851         * src/compose.c
4852                 Fix free-after-use in some cases (when 
4853                 procmime_encode_content() frees mimeinfo->data.mem
4854                 and turns it to a temp file)
4856 2006-09-20 [colin]      2.4.0cvs200
4858         * src/folderview.c
4859         * src/summaryview.c
4860         * src/gtk/gtksctree.c
4861         * src/gtk/gtksctree.h
4862                 Add tooltips in the folderview and summaryview
4863                 (Doesn't break string freeze as they already
4864                 exist)
4865         * src/toolbar.c
4866                 Put the spam button in the default configuration
4867                 if compiled with bogo plugin too
4869 2006-09-19 [colin]      2.4.0cvs199
4871         * src/summaryview.c
4872         * src/summaryview.h
4873                 Update folder name label on folder rename
4874         * src/prefs_matcher.c
4875         * src/gtk/logwindow.h
4876                 Fix warnings
4877                 Patches by Fabien
4879 2006-09-19 [wwp]        2.4.0cvs198
4881         * src/summary_search.c
4882                 fix can't click forward/backward buttons in the
4883                 search messages.
4885 2006-09-18 [paul]       2.4.0cvs197
4887         * src/wizard.c
4888                 add missing bracket, capitalise the A of
4889                 'SpamAssassin'
4891 2006-09-18 [paul]       2.4.0cvs196
4893         * src/compose.c
4894                 fix bug 1012 'crashed upon sending mail
4895                 from compose window'
4896                 Thanks to Colin
4898 2006-09-16 [colin]      2.4.0cvs195
4900         * src/folderview.c
4901                 Fix "real-time" sorting by freezing/thawing
4903 2006-09-16 [colin]      2.4.0cvs194
4905         * manual/faq.xml
4906                 Fix the anti-spam entry a bit
4908 2006-09-16 [colin]      2.4.0cvs193
4910         * src/wizard.c
4911                 Make sure reviewers have no excuse when stating
4912                 Sylpheed-Claws doesn't have antispam capabilities.
4914 2006-09-16 [colin]      2.4.0cvs192
4916         * src/main.c
4917                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4918                 as if the SIGPIPE comes from etpan's thread we could
4919                 trigger a GUI update from this thread.
4921 2006-09-16 [colin]      2.4.0cvs191
4923         * src/summaryview.c
4924                 Init all members of the struct
4926 2006-09-16 [paul]       2.4.0cvs190
4928         * src/account.c
4929                 improvements to the English
4931 2006-09-15 [colin]      2.4.0cvs189
4933         * src/summaryview.c
4934                 HIG order on dialog
4936 2006-09-14 [colin]      2.4.0cvs188
4938         * src/common/socket.c
4939         * src/common/socket.h
4940         * src/common/ssl.c
4941         * src/common/ssl_certificate.c
4942         * src/common/ssl_certificate.h
4943         * src/etpan/imap-thread.c
4944                 the get_fqdn() call done to get canonical name when
4945                 checking an SSL certificate is blocking, which is
4946                 sad as we just did a non-blocking lookup to connect.
4947                 Fix that by letting the fqdn available to the SockInfo,
4948                 and use that in ssl_certificate_check(). For IMAP,
4949                 we don't do it as the lookup's done by libetpan, but
4950                 it's less annoying as IMAP connections as much more
4951                 rare than POP3 connections.
4953 2006-09-14 [paul]       2.4.0cvs187
4955         * manual/advanced.xml
4956                 improvements to the English,
4957                 properly place the new hidden options
4958                 within the alphabetical order
4959         * src/gtk/pluginwindow.c
4960                 improvements to the English
4962 2006-09-14 [colin]      2.4.0cvs186
4964         * src/prefs_common.c
4965         * src/prefs_common.h
4966         * src/gtk/gtksctree.c
4967         * manual/advanced.xml
4968                 New hidden pref, stripes_color_offset, to change
4969                 the value added/substracted to normal bgcolor to
4970                 create the stripes in summaries
4972 2006-09-13 [colin]      2.4.0cvs185
4974         * src/gedit-print.c
4975         * src/messageview.c
4976         * src/messageview.h
4977         * src/summaryview.c
4978         * src/textview.c
4979                 Fix misc. printing issues: 
4980                 - Bad font for linkified headers
4981                 - Different font if the mail was displayed or not
4982                 - Factorize the thing
4984 2006-09-13 [colin]      2.4.0cvs184
4986         * src/common/ssl_certificate.c
4987                 Only get FQDN once when checking certificate
4989 2006-09-13 [colin]      2.4.0cvs183
4991         * src/account.c
4992         * src/gtk/pluginwindow.c
4993                 Misc. GUI fixes by Fabien
4995 2006-09-13 [wwp]        2.4.0cvs182
4997         * configure.ac
4998         * src/common/utils.h
4999         * src/common/utils.c
5000                 get rid of unused wide-char functions.
5002 2006-09-13 [wwp]        2.4.0cvs181
5004         * src/plugins/pgpinline/sylpheed.def
5005         * src/textview.c
5006                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5007                 add privacy_reset_error to the .def file,
5008                 do not fork for an external textviewer.
5010 2006-09-13 [wwp]        2.4.0cvs180
5012         * src/prefs_common.c
5013                 fix broken font entry in prefs (patch issued by the gpg4win team,
5014                 probably by Marcus Brinkmann <marcus@g10code.de>).
5016 2006-09-13 [colin]      2.4.0cvs179
5018         * src/folder.h
5019                 Fix a warning in summaryview.c
5020         * src/mainwindow.c
5021         * src/summaryview.c
5022         * src/summaryview.h
5023                 Add missing Mark/* elements in the
5024                 main menu
5026 2006-09-12 [colin]      2.4.0cvs178
5028         * src/prefs_actions.c
5029         * src/prefs_filtering_action.c
5030         * src/prefs_matcher.c
5031                 Use (New) instead of New everywhere
5033 2006-09-12 [wwp]        2.4.0cvs177
5035         * manual/fr/addrbook.xml
5036         * manual/fr/handling.xml
5037                 updated some quotes in the fr manual to match the fr translation.
5039 2006-09-12 [wwp]        2.4.0cvs176
5041         * src/prefs_matcher.c
5042                 don't store translated string elements in matcher expressions.
5043                 Also fixed a misused of Q_().
5045 2006-09-11 [wwp]        2.4.0cvs175
5047         * src/plugins//bogofilter/bogofilter.c
5048         * src/plugins//clamav/clamav_plugin.c
5049         * src/plugins//demo/demo.c
5050         * src/plugins//dillo_viewer/dillo_viewer.c
5051         * src/plugins//pgpcore/plugin.c
5052         * src/plugins//pgpinline/plugin.c
5053         * src/plugins//pgpmime/plugin.c
5054         * src/plugins//spamassassin/spamassassin.c
5055                 gettext-ize more strings (mostly plugin error messages).
5057 2006-09-11 [colin]      2.4.0cvs174
5059         * src/alertpanel.c
5060                 Make maximum buffer size bigger to avoid
5061                 truncating translated messages. Patch by
5062                 Fabien
5064 2006-09-11 [colin]      2.4.0cvs173
5066         * src/etpan/imap-thread.c
5067                 Fix compilation on OpenBSD, thanks to 
5068                 Landry
5070 2006-09-10 [wwp]        2.4.0cvs172
5072         * manual/account.xml
5073         * manual/addrbook.xml
5074         * manual/handling.xml
5075         * manual/es/handling.xml
5076         * manual/fr/account.xml
5077         * manual/fr/addrbook.xml
5078         * manual/fr/handling.xml
5079                 documented addressbook matching (condition configuration):
5080                   addrbook.xml, en fr
5081                 documented per-account filtering rules (handling/filtering
5082                   section, account section):
5083                   account.xml, handling.xml, en fr
5084                 slightly updated the handling/searching section to tell few
5085                   words about the extended search ability:
5086                   handling.xml, en fr
5087                 added missing <quote></quotes> to Quick Search:
5088                   handling.xml, en fr es
5089                 fixed a typo (auomatically):
5090                   handling.xml, en
5091                 changes revisited by Paul.
5093 2006-09-10 [paul]       2.4.0cvs171
5095         * src/prefs_actions.c
5096         * src/prefs_filtering.c
5097         * src/prefs_template.c
5098                 adjustments to the gui
5099                 Patch by Fabien Vantard (slightly modified)
5101 2006-09-10 [colin]      2.4.0cvs170
5103         * src/summaryview.c
5104                 Check folderitem/summaryview consistency
5105                 (basically automates Update summary). Fixes
5106                 #1011 (wrong (negative) count on unread 
5107                 messages)
5109 2006-09-10 [colin]      2.4.0cvs169
5111         * src/gtk/gtksctree.c
5112                 Fix recursive expansion via mouse
5113         * src/plugins/bogofilter/bogofilter.c
5114                 Use normal filtering way of moving
5115                 messages (batching), possibly fixing
5116                 bug #1015 (Bogofilter plugin doubles 
5117                 new messages)
5119 2006-09-09 [wwp]        2.4.0cvs168
5121         * src/prefs_filtering.c
5122                 better place for this fix.
5124 2006-09-09 [wwp]        2.4.0cvs167
5126         * src/prefs_filtering.c
5127                 fix a minor bug when the enabled status of a filtering/processing
5128                 rule always got set to TRUE when replacing this rule. That still
5129                 make sense when adding a new rule, but now when replacing, we
5130                 don't override the value of 'enabled'.
5131                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5132                 to prefs_filtering_list_view_get_info() as this function not only
5133                 returns the name, but also the account_id and the enabled status.
5135 2006-09-09 [mones]      2.4.0cvs166
5137         * manual/glossary.xml
5138         * manual/plugins.xml
5139                 Minor format corrections
5140         * manual/gpl.xml
5141                 Fix misplaced NO WARRANTY section
5142         * manual/es/advanced.xml
5143         * manual/es/faq.xml
5144         * manual/es/glossary.xml
5145         * manual/es/gpl.xml
5146         * manual/es/handling.xml
5147         * manual/es/plugins.xml
5148         * manual/es/starting.xml
5149                 Incorporate changes from English version
5150         * manual/fr/ack.xml
5151         * manual/pl/ack.xml
5152         * manual/es/ack.xml
5153                 Fix address, (add translation credits in es version)
5154         * po/es.po
5155                 Updated translation
5157 2006-09-09 [wwp]        2.4.0cvs165
5159         * src/prefs_filtering.c
5160                 fix a crash when opening filtering prefs, if matcherrc file contains
5161                 broken data (non-existing account id, which is theoretically not
5162                 possible).
5164 2006-09-08 [colin]      2.4.0cvs164
5166         * src/folder.c
5167                 Wrong assert, make it an if()
5168         * src/gtk/gtksctree.c
5169                 Fix bug #1013 (expand selected thread 
5170                 tree) - expanding is now recursive
5172 2006-09-07 [wwp]        2.4.0cvs163
5174         * src/prefs_matcher.c
5175                 make better sentences about addressbook matching in the
5176                 matcher prefs. This should make translators' work easier
5177                 too.
5179 2006-09-07 [wwp]        2.4.0cvs162
5181         * src/prefs_filtering.c
5182                 code simplification (get rid of dup var. assignment).
5184 2006-09-07 [wwp]        2.4.0cvs161
5186         * src/summaryview.c
5187                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5188                 <fzzzzz@gmail.com>.
5190 2006-09-07 [paul]       2.4.0cvs160
5192         * src/mimeview.c
5193                 fix compilation warnings
5194                 Thanks to Colin
5196 2006-09-07 [paul]       2.4.0cvs159
5198         * src/mimeview.c
5199                 select the mimepart icon when
5200                 displaying as text
5201                 Thanks to Colin
5203 2006-09-06 [paul]       2.4.0cvs158
5205         * src/prefs_filtering.c
5206                 fix labels and table element spacing
5207                 Patch by Fabien Vantard
5209 2006-09-06 [paul]
5211         2.5.0-rc3 released
5213 2006-09-06 [paul]       2.4.0cvs157
5215         * manual/es/advanced.xml
5216                 fix typo
5218 2006-09-06 [wwp]        2.4.0cvs156
5220         * src/mainwindow.c
5221                 fix an dup launch issue when iconified, thanks to Colin.
5223 2006-09-06 [wwp]        2.4.0cvs155
5225         * src/gtk//gtksctree.h
5226                 oops, forgot that one!
5228 2006-09-06 [wwp]        2.4.0cvs154
5230         * manual/pl/advanced.xml
5231         * manual/advanced.xml
5232         * manual/es/advanced.xml
5233         * manual/fr/advanced.xml
5234         * src/prefs_customheader.c
5235         * src/prefs_filtering_action.c
5236         * src/foldersel.c
5237         * src/prefs_summaries.c
5238         * src/prefs_filtering.c
5239         * src/account.c
5240         * src/compose.c
5241         * src/prefs_summary_column.c
5242         * src/addr_compl.c
5243         * src/prefs_actions.c
5244         * src/prefs_folder_column.c
5245         * src/ssl_manager.c
5246         * src/prefs_template.c
5247         * src/prefs_display_header.c
5248         * src/prefs_common.h
5249         * src/prefs_matcher.c
5250         * src/prefs_common.c
5251         * src/prefs_toolbar.c
5252         * src/summaryview.c
5253         * src/folderview.c
5254         * src/gtk/gtksctree.c
5255         * src/gtk/pluginwindow.c
5256         * src/gtk/progressdialog.c
5257         * src/gtk/prefswindow.c
5258                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5259                 to make its meaning more obvious (all versions of the manual reflect
5260                 the change).
5261                 added an extra hidden option use_stripes_in_summary to allow
5262                 discarding these stripes in mainwindow's folder and message lists;
5263                 en and fr manuals only are OK towards this.
5265 2006-09-06 [colin]      2.4.0cvs153
5267         * src/textview.c
5268                 Hide Sylpheed-Claws' internal queue headers
5269                 when showing all headers. They'll be present
5270                 only in Source window.
5272 2006-09-05 [colin]      2.4.0cvs152
5274         * src/plugins/trayicon/trayicon.c
5275                 Fix crash at exit - we have to disconnect
5276                 our handlers
5277         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5278                 Update eggtrayicon - patch adapted from a
5279                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5280                 on Sylpheed's ML
5282 2006-09-05 [colin]      2.4.0cvs151
5284         * src/mainwindow.c
5285         * src/gtk/logwindow.c
5286                 Fix race condition when something writes
5287                 to the log too soon during init. Thanks
5288                 to Fabien Vantard
5290 2006-09-05 [colin]      2.4.0cvs150
5292         * src/mimeview.c
5293                 Don't select part on right-click either
5295 2006-09-05 [paul]       2.4.0cvs149
5297         * src/mimeview.c
5298                 completion of previous commit
5299                 Thanks to Colin
5301 2006-09-05 [colin]      2.4.0cvs148
5303         * src/mimeview.c
5304                 Don't force selection on middle-click, just open
5306 2006-09-04 [colin]      2.4.0cvs147
5308         * src/mimeview.c
5309                 Looks like gtk_notebook_set_current_page()
5310                 sometimes steals focus, and this annoys us
5311                 in MimeViewers as it renders navigation
5312                 keys useless. Take back focus after switching
5313                 pages.
5315 2006-09-04 [colin]      2.4.0cvs146
5317         * src/messageview.c
5318                 Set stop_loading when clicking on Next
5319                 during load. Don't add a callback to 
5320                 avoid over-complicating things.
5322 2006-09-04 [colin]      2.4.0cvs145
5324         * src/mimeview.c
5325         * src/messageview.c
5326                 Fix multiple loads in separate messageview
5328 2006-09-04 [colin]      2.4.0cvs144
5330         * src/summaryview.c
5331                 Let navigation keys be handled during 
5332                 load
5334 2006-09-04 [colin]      2.4.0cvs143
5336         * src/messageview.c
5337         * src/summaryview.c
5338         * src/textview.c
5339         * src/textview.h
5340                 Make loading of huge mails (lots of text and/or
5341                 images) cancellable, so the GUI doesn't block 
5343 2006-09-04 [colin]      2.4.0cvs142
5345         * src/plugins/trayicon/trayicon.c
5346                 Fix annoyance when removing a folder with 
5347                 unread mails: trayicon didn't update
5349 2006-09-04 [paul]       2.4.0cvs141
5351         * src/gtk/icon_legend.c
5352                 straighten up columns
5353                 Patch by Fabien Vantard
5355 2006-09-04 [wwp]        2.4.0cvs140
5357         * src/prefs_filtering.c
5358                 fix new line's account name in filtering prefs:
5359                 was "All", is now "(New)".
5361 2006-09-04 [paul]       2.4.0cvs139
5363         * tools/make.themes.project
5364                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5365                 instead of homebrewed "make release"
5367 2006-09-03 [colin]      2.4.0cvs138
5369         * src/folderview.c
5370                 Fix bug #1007 (Wrong folder highlighted)
5372 2006-09-03 [colin]      2.4.0cvs137
5374         * src/compose.c
5375                 Don't set Newsgroup: header to a mail folder
5376                 path
5378 2006-09-03 [paul]       2.4.0cvs136
5380         * src/prefs_other.c
5381         * src/prefs_spelling.c
5382                 unify the gui
5384 2006-09-03 [paul]       2.4.0cvs135
5386         * src/prefs_summaries.c
5387                 correct menu item text in prefs_keybind_apply_clicked()
5389 2006-09-03 [paul]       2.4.0cvs134
5391         * manual/advanced.xml
5392                 some improvements to the descriptions
5393         * src/mainwindow.c
5394         * src/messageview.c
5395         * src/summaryview.c
5396         * src/gtk/menu.c
5397                 fix menu sensitivity issues
5398         * src/prefs_message.c
5399                 drop the useless word 'short'
5400         * src/prefs_other.c
5401                 add the word 'lines' indicating log length
5402                 is a measure of lines
5403         * src/textview.c
5404                 fix compilation warnings
5406 2006-09-02 [colin]      2.4.0cvs133
5408         * src/messageview.c
5409                 Display a special return-receipt message
5410                 if the message is from the user
5411         * src/summaryview.c
5412                 Fix missing freeze of the list when marking
5413                 all read and unthreading for exec. Thanks
5414                 to Stephan Sachse.
5416 2006-09-02 [paul]       2.4.0cvs132
5418         * src/mainwindow.c
5419         * src/prefs_message.c
5420         * src/summaryview.c
5421                 fix some english
5423 2006-09-02 [wwp]        2.4.0cvs131
5425         * src/prefs_filtering.c
5426                 added an account name column to the filtering rules
5427                 dialog.
5429 2006-09-02 [colin]      2.4.0cvs130
5431         * src/gtk/logwindow.c
5432         * src/gtk/logwindow.h
5433                 Block scrolling if we're not at the end
5434                 of the log
5436 2006-09-02 [colin]      2.4.0cvs129
5438         * src/folder.c
5439                 Make sure account-specific rules can't
5440                 be used in {pre-,post-,}processing
5441         * src/mainwindow.c
5442         * src/gtk/logwindow.c
5443         * src/gtk/logwindow.h
5444                 Jump to last error when clicking on the
5445                 warning icon
5447 2006-09-02 [colin]      2.4.0cvs128
5449         * src/imap.c
5450         * src/import.c
5451         * src/mainwindow.c
5452         * src/mainwindow.h
5453                 Fix warning icon
5454         * src/inc.c
5455         * src/mbox.c
5456         * src/mbox.h
5457                 Let proc_mbox know its account, for
5458                 account-specific rules
5460 2006-09-01 [colin]      2.4.0cvs127
5462         * src/codeconv.c
5463                 Don't uselessly use iconv to convert from
5464                 us-ascii
5465         * src/alertpanel.c
5466         * src/mainwindow.c
5467         * src/mainwindow.h
5468         * src/inc.c
5469                 Fix certain log cases, disable warning icon
5470                 for now, the correct way to display it when
5471                 necessary and only when necessary is probably
5472                 to do it manually rather than use error logs
5473         * src/etpan/imap-thread.c
5474                 Clean up UID logging a bit
5475         * src/gtk/logwindow.c
5476         * src/gtk/logwindow.h
5477                 Make logging faster when the window's closed
5479 2006-09-01 [wwp]        2.4.0cvs126
5481         * manual/fr/account.xml
5482                 reflect changes to the ref. manual (parts of cvs72):
5483                 fix tabnames and quotes.
5485 2006-09-01 [wwp]        2.4.0cvs125
5487         * manual/fr/plugins.xml
5488                 reflect changes to the reference manual (cvs42):
5489                 update IRC channel info.
5491 2006-09-01 [wwp]        2.4.0cvs124
5493         * commitHelper
5494                 use CVSEDITOR env. var. if set, according to `man cvs`.
5496 2006-09-01 [wwp]        2.4.0cvs123
5498         * manual/advanced.xml
5499                 better sentence again (thanks to Paul).
5501 2006-09-01 [wwp]        2.4.0cvs122
5503         * manual/advanced.xml
5504         fix definition of toolbar_detachable and rework a bit the one of
5505         enable_dotted_lines.
5507 2006-09-01 [mones]      2.4.0cvs121
5509         * manual/advanced.xml
5510                 Document enable_dotted_lines
5512 2006-09-01 [paul]       2.4.0cvs120
5514         * src/folderview.c
5515         * src/folderview.h
5516         * src/imap.c
5517         * src/mainwindow.c
5518         * src/summaryview.c
5519                 obey the 'When entering folder...' option
5520                 when using the /View/Go to/... menu items
5521                 Thanks to Colin
5523 2006-08-31 [colin]      2.4.0cvs119
5525         * src/folderview.c
5526                 Revert 2.4.0cvs116, wrong fix.
5528 2006-08-31 [colin]      2.4.0cvs118
5530         * src/gtk/gtksctree.c
5531                 Better state the various copyrights
5533 2006-08-31 [colin]      2.4.0cvs117
5535         * src/prefs_common.c
5536                 fix enable_dotted_lines
5538 2006-08-31 [colin]      2.4.0cvs116
5540         * src/folderview.c
5541                 Use pref "Always open on select" when going
5542                 to next unread folder
5543         * src/gtk/gtksctree.c
5544                 Fix link failure to _gtk_clist_create_cell_layout
5545                 on certain computers. (Why not mine, I wonder)
5547 2006-08-31 [colin]      2.4.0cvs115
5549         * src/procmsg.c
5550         * src/textview.c
5551         * src/plugins/bogofilter/bogofilter.c
5552         * src/plugins/spamassassin/spamassassin.c
5553                 Requalify some "errors" to warnings
5554         * src/mainwindow.c
5555         * src/mainwindow.h
5556         * src/statusbar.c
5557                 Add an icon in the statusbar to notify
5558                 of errors
5559         * src/gtk/gtksctree.c
5560         * src/folderview.c
5561         * src/summaryview.c
5562                 Make the GtkSCTree look more modern by
5563                 alternating background lines
5564         * src/prefs_common.c
5565         * src/prefs_common.h
5566                 Add a pref to let people have the old
5567                 way if they prefer
5570 2006-08-30 [colin]      2.4.0cvs114
5572         * src/procmsg.c
5573         * src/procmsg.h
5574                 Provide a way to filter a list of
5575                 messages in an optimised manner, and
5576                 add a list-filtering hook
5577         * src/folder.c
5578         * src/inc.c
5579         * src/mbox.c
5580                 Use the list filtering
5581         * src/plugins/bogofilter/bogofilter.c
5582                 Use the list-filtering hook
5583                 Use -b (bulk) mode for more speed
5584                 when learning and filtering
5585         * src/etpan/imap-thread.c
5586                 Make log output shorter in UID SEARCH
5589 2006-08-30 [colin]      2.4.0cvs113
5591         * src/plugins/bogofilter/bogofilter.c
5592                 Really fast mass learning - thanks to David
5593                 Relson for the options explanations :)
5595 2006-08-30 [colin]      2.4.0cvs112
5597         * src/msgcache.c
5598                 Fix compilation on FreeBSD. Thanks
5599                 to Michael Hugues
5601 2006-08-29 [colin]      2.4.0cvs111
5603         * src/folderview.c
5604                 Handle "popup_menu" signal (for popping the 
5605                 menu via the keyboard)
5606         * src/mimeview.c
5607         * src/mimeview.h
5608         * src/summaryview.c
5609         * src/textview.c
5610         * src/gtk/gtkutils.c
5611         * src/gtk/gtkutils.h
5612                 Factorize scrolling code, and add an API 
5613                 for MimeViewers to handle scroll orders
5615 2006-08-29 [wwp]        2.4.0cvs110
5617         * src/plugins//bogofilter/bogofilter.c
5618         * src/plugins//spamassassin/spamassassin.c
5619                 make the bogofilter/spamassassin filtering error dialogs at
5620         incorporation obey to the "don't popup error dialog on
5621         receive error" option. If disabled, feed the log window w/
5622         the error message.
5624 2006-08-29 [paul]
5626         2.5.0-rc2 released
5628 2006-08-29 [paul]       2.4.0cvs109
5630         * Makefile.am
5631                 remove 'make release', it's not needed
5632                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5634 2006-08-29 [paul]       2.4.0cvs108
5636         * src/foldersel.c
5637         * src/summary_search.c
5638         * src/gtk/progressdialog.c
5639         * src/plugins/pgpcore/passphrase.c
5640                 replace deprecated gtk_window_set_policy()
5642 2006-08-29 [colin]      2.4.0cvs107
5644         * src/folder.c
5645                 Fix data loss when copy fails during a move:
5646                 only use fast remove_msgs if everything was
5647                 copied OK; else use slow remove_msg on the
5648                 mails that got copied only.
5650 2006-08-28 [paul]       2.4.0cvs106
5652         * src/mh.c
5653                 revert change in 2.4.0cvs104, it breaks
5654                 stuff
5656 2006-08-28 [paul]       2.4.0cvs105
5658         * src/plugins/spamassassin/spamassassin.c
5659                 english fix
5661 2006-08-28 [paul]       2.4.0cvs104
5663         * src/mh.c
5664                 fix data loss when moving to another
5665                 mailbox fails
5666         * src/prefs_spelling.c
5667                 improve the english
5668         * src/gtk/pluginwindow.c
5669                 improve the layout of the dialog text
5670         All thanks to Colin
5672 2006-08-28 [paul]       2.4.0cvs103
5674         * src/plugins/bogofilter/bogofilter.c
5675         * src/plugins/bogofilter/bogofilter_gtk.c
5676                 fix english up a bit, innit
5678 2006-08-28 [paul]       2.4.0cvs102
5680         * configure.ac
5681         * po/Makefile.in.in
5682         * po/Makevars
5683                 require autoconf 2.60, enabling building
5684                 with gettext 0.15 (gettext 0.14.x build still
5685                 possible). Replace Makefiles with versions
5686                 from gettext 0.15.
5687                 Remove configure options --with-localedir and
5688                 --with-mandir. The options that are provided
5689                 directly by autoconf 2.60 can be used instead:
5690                 --mandir --localedir
5692 2006-08-27 [colin]      2.4.0cvs101
5694         * src/plugins/bogofilter/Makefile.am
5695                 Fix make dist (no README)
5697 2006-08-27 [colin]      2.4.0cvs100
5699         * src/folder.c
5700                 Don't use F_UNKNOWN folders for any default
5701                 outbox/trash/etc
5702         * src/plugins/bogofilter/bogofilter.c
5703         * src/plugins/bogofilter/bogofilter.h
5704         * src/plugins/bogofilter/bogofilter_gtk.c
5705                 Add an option to specify the path to bogofilter
5706                 Use single-quotes to be able to learn in folders
5707                 with spaces in their names
5708                 Verify learning status
5710 2006-08-27 [colin]      2.4.0cvs99
5712         * manual/faq.xml
5713         * manual/plugins.xml
5714                 Document Bogofilter plugin
5716 2006-08-27 [colin]      2.4.0cvs98
5718         * src/compose.c
5719         * src/messageview.c
5720         * src/procmsg.c
5721         * src/procmsg.h
5722                 When possible, copy the queued mail to sent folder
5723                 instead of re-adding. Much faster on IMAP.
5725 2006-08-27 [colin]      2.4.0cvs97
5727         * src/msgcache.c
5728                 Disable mmaped caches - huge metadata loss
5729                 here after a power failure.
5730         * src/summaryview.c
5731                 Add quicksearch timing
5732         * src/common/plugin.c
5733         * src/common/plugin.h
5734                 Implement an interface to tell what plugins
5735                 provide. Prevent loading of similar plugins.
5736         * src/plugins/clamav/clamav_plugin.c
5737         * src/plugins/demo/demo.c
5738         * src/plugins/dillo_viewer/dillo_viewer.c
5739         * src/plugins/pgpcore/plugin.c
5740         * src/plugins/pgpinline/pgpinline.c
5741         * src/plugins/pgpmime/pgpmime.c
5742         * src/plugins/spamassassin/spamassassin.c
5743         * src/plugins/trayicon/trayicon.c
5744                 Implement plugin_provides()
5746 2006-08-27 [colin]      2.4.0cvs96
5748         * configure.ac
5749         * src/plugins/Makefile.am
5750         * src/plugins/bogofilter/.cvsignore
5751         * src/plugins/bogofilter/Makefile.am
5752         * src/plugins/bogofilter/bogofilter.c
5753         * src/plugins/bogofilter/bogofilter.h
5754         * src/plugins/bogofilter/bogofilter_gtk.c
5755                 New Bogofilter plugin, provides filtering and
5756                 learning. Spamassassin will go to extra plugins.
5758 2006-08-26 [mones]      2.4.0cvs95
5760         * manual/handling.xml
5761                 Fix subfolder path in the example (thanks to Paul) 
5763 2006-08-26 [mones]      2.4.0cvs94
5765         * manual/glossary.xml
5766                 2.2. + add ISP to the glossary
5767                 7.5. + Add UIDL to glossary
5768                 7.7. + Add TCP to glossary
5769         * manual/handling.xml
5770                 7.1. + Mentions GNU/Linux distribution, what about the non...
5771                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5772                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5773                 7.4. = Use appropriate quotation for commands
5774                 7.6. = change "" to <quote></quote>
5775         * manual/plugins.xml
5776                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5777         * manual/starting.xml
5778                 2.1. + local mbox file: some examples of mbox file locations...
5779                 Also reformatted files requiring it
5781 2006-08-26 [wwp]        2.4.0cvs93
5783         * src/summary_search.c
5784                 disable find buttons while summary search is running.
5786 2006-08-25 [colin]      2.4.0cvs92
5788         * src/folder.c
5789         * src/folderutils.c
5790         * src/mh.c
5791         * src/procmsg.h
5792         * src/summaryview.c
5793                 Speed up MH moving, and add progressbar
5794                 for MH deletion
5795         * src/msgcache.c
5796                 Write cache files using mmap() too
5798 2006-08-25 [wwp]        2.4.0cvs91
5800         * src/summaryview.c
5801                 switch spam<->ham button when a message has been marked as spam or ham
5802                 and is still selected. Thanks to Colin.
5804 2006-08-25 [paul]       2.4.0cvs90
5806         * src/Makefile.am
5807         * src/stock_pixmap.c
5808         * src/stock_pixmap.h
5809         * src/summaryview.c
5810         * src/gtk/icon_legend.c
5811         * src/pixmaps/copied.xpm
5812         * src/pixmaps/moved.xpm
5813                 add icons for delayed execution marked for
5814                 copying, marked for moving
5816 2006-08-25 [mones]      2.4.0cvs89
5818         * manual/glossary.xml
5819                 Fix the other glossary items:
5820                 5.1. = Inmmediate execution -> <quote>immediate execution...
5821                 5.2. = Fix MBOX capitalization -> Mbox
5822                 5.3. + Improve Plugins def. w/ tech. ref.
5823                 5.4. = Quotation -> replace '>' by <quote>></quote>
5824                 5.5. - SMTP Server. -> remove dot
5825         * po/es.po
5826                 Updated translation
5828 2006-08-25 [mones]      2.4.0cvs88
5830         * manual/ack.xml
5831                 Reformatted, changed email address
5832         * manual/glossary.xml
5833                 Reformatted, fixed MANUAL-TODO items:
5834                 8.2. + add ROT-13 to glossary
5835                 8.4. + add URL to glossary
5836         * manual/es/advanced.xml
5837                 Fixed <literal>s
5839 2006-08-25 [paul]       2.4.0cvs87
5841         * src/gtk/icon_legend.c
5842                 add 'marked for deletion' icon
5843                 arrange icons by containing column
5844                 wrap long label text
5846 2006-08-25 [colin]      2.4.0cvs86
5848         * src/common/utils.c
5849         * src/common/utils.h
5850                 Add the sc_g_*list_bigger functions in
5851                 a place everyone can use it
5852         * src/summaryview.c
5853                 Only freeze/thaw the list when working
5854                 on the selection, if it's bigger than 1
5855         * src/gtk/gtksctree.c
5856                 Only freeze/thaw the list when unselec-
5857                 ting 'all' if ('all' != 1)
5858                 This avoids some flickering
5860 2006-08-24 [colin]      2.4.0cvs85
5862         * src/addressbook.c
5863                 Fix strange list selection
5864                 Fix random seg (Invalid read of freed memory)
5866 2006-08-24 [colin]      2.4.0cvs84
5868         * src/alertpanel.c
5869         * src/gtk/inputdialog.c
5870         * src/plugins/pgpcore/passphrase.c
5871                 Revert minimal width patch of 2.4.0cvs67,
5872                 as it is also a maximal width. Use 
5873                 gtk_window_set_default_size instead.
5875 2006-08-24 [colin]      2.4.0cvs83
5877         * src/msgcache.c
5878                 Write cache/mark to temp files before
5879                 overwriting old ones (avoids metadata
5880                 loss if writing the new files fail).
5881                 Use mmap() to read cache/mark file, as
5882                 this makes cache reading faster. Dis-
5883                 abled for big-endian machines until it
5884                 can be tested. (Big-endian users: set
5885                 msgcache_use_mmap = TRUE in the relevant
5886                 #if).
5887         * src/procmsg.h
5888                 Move rarely used fields of MsgInfo in 
5889                 another structure, which will only be
5890                 allocated if needed. Face, X-Face,
5891                 Return receipt headers and List-*
5892                 headers are moved. Mails having none
5893                 of these occupy 52 bytes less with
5894                 this patch, which makes 2.5MB of RAM
5895                 saved on a 50k folder).
5896         * src/headerview.c
5897         * src/mainwindow.c
5898         * src/messageview.c
5899         * src/partial_download.c
5900         * src/procheader.c
5901         * src/procmsg.c
5902         * src/textview.c
5903                 Follow this structure change.
5905 2006-08-24 [wwp]        2.4.0cvs82
5907         * manual/es/.cvsignore
5908         * manual/es/dist/.cvsignore
5909         * manual/es/dist/html/.cvsignore
5910         * manual/es/dist/pdf/.cvsignore
5911         * manual/es/dist/ps/.cvsignore
5912         * manual/es/dist/txt/.cvsignore
5913                 more (generated) files to ignore.
5915 2006-08-24 [colin]      2.4.0cvs81
5917         * src/folder.c
5918         * src/mh.c
5919                 Fix possible problems with local delivery. Check the folder doesn't
5920                 need scan before setting its mtime when saving cache (which can be
5921                 done long after the folder's been modified by an external process);
5922                 Check that the stored item's mtime didn't change in mh functions.
5924 2006-08-24 [mones]      2.4.0cvs80
5926         * manual/advanced.xml
5927                 Rewrapping, some fixes and MANUAL-TODO items:
5928                 8.1. = change "" to <quote></quote>
5929                 8.3. = quote menu items
5930                 8.5. - deploying -> new user ... ideally a new user (redundant)
5932 2006-08-23 [colin]      2.4.0cvs79
5934         * src/gtk/gtksctree.c
5935                 When selecting or deselecting range, only
5936                 freeze/thaw when selection is bigger than 10
5938 2006-08-23 [colin]      2.4.0cvs78
5940         * src/messageview.c
5941         * src/mimeview.c
5942         * src/mimeview.h
5943         * src/plugins/dillo_viewer/dillo_viewer.c
5944                 Provide an API for MimeViewer plugins to
5945                 return a text selection for replying
5947 2006-08-23 [colin]      2.4.0cvs77
5949         * src/image_viewer.c
5950         * src/textview.c
5951                 Use gtk_pixbuf_new_from_file_at_scale(), which
5952                 is faster than getting the pixbuf then resizing
5953                 it.
5955 2006-08-23 [colin]      2.4.0cvs76
5957         * src/procmime.c
5958                 UTF-8 should be sent Quoted-printable
5960 2006-08-22 [colin]      2.4.0cvs75
5962         * src/mh.c
5963                 Check if scan is required before touching
5964                 the folder (or it'll be required every time)
5966 2006-08-22 [colin]      2.4.0cvs74
5968         * configure.ac
5969                 Require libetpan 0.46 (crasher fix when built
5970                 against gnutls)
5972 2006-08-22 [colin]      2.4.0cvs73
5974         * src/folder.c
5975                 Set folder's mtime after writing its
5976                 cache
5977         * src/folderview.c
5978                 Add some timing
5979         * src/procmsg.c
5980                 Don't do useless stuff if we don't 
5981                 thread by subject
5982         * src/summaryview.c
5983                 Add some timing, don't deselect prior
5984                 to selecting (gtksctree does it itself),
5985                 remove crash avoidance hacks as it's been
5986                 properly fixed since a while
5987         * src/common/utils.c
5988                 Optimize to_human_readable(): _() is slow,
5989                 do it only once, and avoid %f format for KB
5990                 (the most common in a summaryview)
5991         * src/gtk/gtksctree.c
5992                 Don't uselessly freeze/thaw (fixes flicker
5993                 on next unread and friends), reduce number
5994                 of g_list_nth/g_list_position where possible
5995         * src/gtk/gtkutils.c
5996         * src/gtk/gtkutils.h
5997                 Reduce number of g_list_nth/g_list_position
5998                 where possible.
5999                 All of this makes loading as 70k folder 2.1
6000                 seconds instead of 3.2 (with hot FS caches).
6001                 (1.3 seconds without Date and Size columns...)
6003 2006-08-22 [paul]       2.4.0cvs72
6005         wrap documents and do some items from mones' MANUAL-TODO:
6007         * manual/account.xml
6008                 4.1. = fix tabname references to <quote>tabname</quote>
6009                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6010         * manual/faq.xml
6011                 1.1. = mentioned options don't match UI
6012                 Add information about the 'Never send Return Receipts'
6013                 option
6014         * manual/handling.xml
6015                 6.2. = Mentions Extended symbols button, but now is
6016                 named Information
6017                 6.3. = Mentions ... button, which is now Edit
6019 2006-08-22 [colin]      2.4.0cvs71
6021         * src/gtk/pluginwindow.c
6022                 Fix layout in verbose translations (such
6023                 as french)
6025 2006-08-22 [paul]       2.4.0cvs70
6027         * manual/Makefile.am
6028                 build manuals in alphabetical order
6029         * src/addressbook.c
6030         * src/prefs_themes.c
6031                 replace/remove deprecated symbols
6032         * src/gtk/gtkutils.c
6033                 fix a warning
6034         * src/gtk/pluginwindow.c
6035                 replace deprecated symbol
6036                 replace label text and move it
6037         * src/plugins/pgpcore/prefs_gpg.c
6038                 move the 'Generate...' button out of the
6039                 Sign Key frame, replace the English used
6040         * src/plugins/pgpcore/sgpgme.c
6041                 fixes to the English
6043 2006-08-21 [colin]      2.4.0cvs69
6045         * src/plugins/trayicon/trayicon.c
6046                 Add more strings for translation; patch
6047                 by Pawel
6049 2006-08-21 [colin]      2.4.0cvs68
6051         * src/compose.c
6052                 fix replied flag not set after drafting
6053         * src/matcher.c
6054                 fix body quicksearch in non-encoded bodies
6055                 containing '='
6056         * src/msgcache.c
6057                 Get rid of the g_malloc workaround for
6058                 corrupted caches, use g_try_malloc
6060 2006-08-21 [colin]      2.4.0cvs67
6062         * src/alertpanel.c
6063         * src/gtk/inputdialog.c
6064         * src/plugins/pgpcore/passphrase.c
6065                 Set minimal width to 375
6066         * src/mainwindow.c
6067                 Fix switching to offline, asking if it 
6068                 should be overriden for synchronising
6069         * src/mimeview.c
6070                 Don't offer to remember command on Open 
6071                 with for text parts, as the browser or 
6072                 text editor command isn't changed from 
6073                 there
6075 2006-08-20 [paul]       2.4.0cvs66
6077         * po/ko.po
6078         * po/zh_CN.po
6079                 fix plural form errors. revealed by stricter
6080                 checking of gettext 0.15
6082 2006-08-18 [paul]       2.4.0cvs65
6084         * src/stock_pixmap.c
6085                 fix the fix of 2.4.0cvs64
6086                 Thanks to Colin
6088 2006-08-18 [paul]       2.4.0cvs64
6090         * src/stock_pixmap.c
6091                 fix leaks
6092                 Thanks to Colin
6094 2006-08-18 [paul]       2.4.0cvs63
6096         * src/compose.c
6097         * src/procmsg.c
6098                 fix occasional IMAP bug where large msgs
6099                 were left in the queue folder after sending
6100                 Thanks to Colin
6102 2006-08-18 [paul]       2.4.0cvs62
6104         * src/folderview.c
6105                 freeze the summaryview while quicksearch results
6106                 are displayed
6107                 (fixes bug 456 'current message is hidden when the
6108                 view is refreshed and extended search is "unread 
6109                 messages"')
6110                 Thanks to Colin
6111         * src/textview.c
6112                 add missing #include "inputdialog.h"
6113         * src/common/utils.h
6114                 add missing mailcap_update_default() and improve
6115                 readability
6117 2006-08-17 [colin]      2.4.0cvs61
6119         * src/plugins/pgpcore/select-keys.c
6120                 Fix warnings :)
6122 2006-08-17 [colin]      2.4.0cvs60
6124         * src/compose.c
6125                 Don't continue queuing if Cancel is clicked
6126                 in select-keys
6128 2006-08-17 [colin]      2.4.0cvs59
6130         * src/plugins/pgpcore/select-keys.c
6131                 When encrypting, if only one key matches and it 
6132                 matches exactly, automatically use it.
6134 2006-08-17 [colin]      2.4.0cvs58
6136         * src/mimeview.c
6137         * src/prefs_common.c
6138         * src/prefs_common.h
6139         * src/prefs_ext_prog.c
6140         * src/textview.c
6141                 Fix issues with previous patch (text/html)
6142                 Remove outdated prefs
6144 2006-08-17 [colin]      2.4.0cvs57
6146         * src/imap.c
6147                 Add View Log button on auth error
6148         * src/procmsg.c
6149                 Fix encrypted mail marked as new when
6150                 saved in normal folders
6151         * src/plugins/pgpinline/pgpinline.c
6152                 Fix encrypt bug on IMAP
6153         * src/mimeview.c
6154         * src/common/utils.c
6155         * src/common/utils.h
6156         * src/gtk/inputdialog.c
6157         * src/gtk/inputdialog.h
6158                 Get rid of metamail stuff, simplify
6159                 opening, and allow remembering of user's
6160                 choices (by updating ~/.mailcap). There's
6161                 still to drop "Audio player" and "Image
6162                 viewer" preferences.
6164 2006-08-17 [mones]      2.4.0cvs56
6166         * manual/es/sylpheed-claws-manual.xml
6167                 fix DTD path
6169 2006-08-17 [mones]      2.4.0cvs55
6171         * configure.ac
6172         * manual/Makefile.am
6173         * manual/es/Makefile.am
6174         * manual/es/account.xml
6175         * manual/es/ack.xml
6176         * manual/es/addrbook.xml
6177         * manual/es/advanced.xml
6178         * manual/es/faq.xml
6179         * manual/es/glossary.xml
6180         * manual/es/gpl.xml
6181         * manual/es/handling.xml
6182         * manual/es/intro.xml
6183         * manual/es/keyboard.xml
6184         * manual/es/plugins.xml
6185         * manual/es/starting.xml
6186         * manual/es/sylpheed-claws-manual.xml
6187         * manual/es/dist/Makefile.am
6188         * manual/es/dist/html/Makefile.am
6189         * manual/es/dist/pdf/Makefile.am
6190         * manual/es/dist/ps/Makefile.am
6191         * manual/es/dist/txt/Makefile.am
6192                 Spanish translation for the manual
6194 2006-08-16 [colin]      2.4.0cvs54
6196         * src/compose.c
6197         * src/main.c
6198         * src/mainwindow.c
6199                 Fix send button sensitivity at startup
6200                 Set send menu sensitivity (patch by Fabien)
6201         * src/ssl_manager.c
6202                 Enable closing with esc (patch by Fabien)
6203         * src/gtk/foldersort.c
6204                 Enable closing with esc (patch by Fabien)
6205         * src/procmime.c
6206                 Optimisation (no need to copy to tempfile to
6207                 "decode" 7bit and 8bit)
6208         * src/summaryview.c
6209                 Fix cruft in swap_from case
6210         * src/textview.c
6211                 Fix missing last line in some mail cases 
6212                 (Fixes debian #381872)
6213         * src/plugins/pgpcore/prefs_gpg.c
6214         * src/plugins/pgpcore/sgpgme.c
6215         * src/plugins/pgpcore/sgpgme.h
6216                 Don't show "no key found" when user explicitely
6217                 wants to create a key
6219 2006-08-16 [paul]       2.4.0cvs53
6221         * configure.ac
6222         * src/account.c
6223         * src/addressbook.c
6224         * src/headerview.c
6225         * src/prefs_account.c
6226         * src/prefs_message.c
6227         * src/gtk/gtkutils.c
6228                 bump up minimum required versions of GTK+ and
6229                 GLIB to 2.6.0
6231 2006-08-16 [paul]       2.4.0cvs52
6233         * src/toolbar.c
6234                 workaround GTK+ Bug 351600 - 'Can't re-click
6235                 on button after sensitivity update'
6236                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6237                 Thanks to Colin
6239 2006-08-15 [colin]      2.4.0cvs51
6241         * src/plugins/pgpcore/prefs_gpg.c
6242                 Set options sensitivity according to
6243                 key existence
6244         * src/plugins/pgpcore/sgpgme.c
6245                 Allow to create key with no passphrase
6247 2006-08-14 [cleroy]     2.4.0cvs50
6249         * src/gtk/pluginwindow.c
6250                 New layout (maybe to be changed?)
6251         * src/gtk/gtkutils.c
6252                 Fix a bit label_window
6253         * src/plugins/pgpcore/passphrase.c
6254         * src/plugins/pgpcore/passphrase.h
6255         * src/plugins/pgpcore/plugin.c
6256         * src/plugins/pgpcore/prefs_gpg.c
6257         * src/plugins/pgpcore/prefs_gpg.h
6258         * src/plugins/pgpcore/sgpgme.c
6259         * src/plugins/pgpcore/sgpgme.h
6260                 Allow to create a PGP private key via the GUI
6262 2006-08-14 [wwp]        2.4.0cvs49
6264         * src/addressbook_foldersel.c
6265                 fix strict ISO C90 compliance.
6267 2006-08-14 [paul]       2.4.0cvs48
6269         * src/gtk/prefswindow.c
6270                 re-set scrolled window on opening
6271                 Patch by Ticho
6273 2006-08-14 [paul]
6275         2.5.0-rc1 released
6277 2006-08-14 [paul]       2.4.0cvs47
6279         * src/prefs_display_header.c
6280                 re-enable user-defined Displayed Headers
6282 2006-08-14 [paul]       2.4.0cvs46
6284         * src/prefs_account.c
6285                 use GTK_STOCK_EDIT
6287 2006-08-13 [colin]      2.4.0cvs45
6289         * src/common/utils.c
6290                 Fix "a" in quote when the original message is empty,
6291                 by using \0 instead of 'a' to test writability of
6292                 temp files.
6294 2006-08-13 [wwp]        2.4.0cvs44
6296         * src/plugins/spamassassin/spamassassin.c
6297                 fix capitalization of "SpamAssassin" in some debug, log and
6298                 dialog messages.
6300 2006-08-13 [paul]       2.4.0cvs43
6302         * src/editldap.c
6303                 fix overlapping widgets
6304         * src/prefs_account.c
6305                 fix translation of protocol_names[]
6306                 fix label disappearing off the edge of the
6307                 visible area
6309 2006-08-12 [paul]       2.4.0cvs42
6311         * manual/plugins.xml
6312                 update IRC channel info before it gets forgotten
6313                 about
6315 2006-08-11 [colin]      2.4.0cvs41
6317         * src/compose.c
6318         * src/mainwindow.c
6319         * src/mainwindow.h
6320         * src/procmsg.c
6321         * src/procmsg.h
6322         * src/summaryview.c
6323         * src/toolbar.c
6324                 Grey out the Send button if
6325                 - Queue folders are empty, or
6326                 - We're sending already
6328 2006-08-11 [wwp]        2.4.0cvs40
6330         * src/main.c
6331                 fix a logic issue when quitting while a compose window is
6332                 still open, thanks to Colin.
6334 2006-08-10 [colin]      2.4.0cvs39
6336         * src/main.c
6337                 Fix default font size setting after wizard run
6338         * src/imap.c
6339         * src/etpan/imap-thread.c
6340         * src/etpan/imap-thread.h
6341                 Fix bug #999 (Timing out on TSL cert validation 
6342                 dialog makes ugly things happen). Also, STARTTLS
6343                 unconditionnaly if initial capabilities contain
6344                 LOGINDISABLED and STARTTLS.
6346 2006-08-09 [colin]      2.4.0cvs38
6348         * src/mainwindow.c
6349         * src/mainwindow.h
6350                 Fix Tools/Actions sensitivity when there are
6351                 no actions
6353 2006-08-09 [colin]      2.4.0cvs37
6355         * src/prefs_filtering.c
6356                 Warning fix, patch by Paul
6357         * src/messageview.c
6358         * src/prefs_actions.c
6359         * src/prefs_filtering_action.c
6360         * src/prefs_matcher.c
6361                 Uniformisation of "Info ..." to "Info..." (for
6362                 old gtk), patch by Fabien
6363         * src/plugins/clamav/clamav_plugin_gtk.c
6364                 Sensitivity fix by Fabien
6366 2006-08-09 [colin]      2.4.0cvs36
6368         * src/main.c
6369         * src/main.h
6370                 Add a function to know whether we're exiting
6371         * src/plugins/trayicon/trayicon.c
6372                 If exiting, don't do anything. Faster, and
6373                 avoids gtk_main_iteration reentracy causing
6374                 segfaults at exit
6376 2006-08-09 [colin]      2.4.0cvs35
6378         * src/messageview.c
6379         * src/mimeview.c
6380         * src/mimeview.h
6381                 Fix lack of part selection when automatically 
6382                 jumping to a specific part
6383         * src/msgcache.c
6384                 Little optimisation in cache reading
6386 2006-08-09 [colin]      2.4.0cvs34
6388         * src/compose.c
6389                 Fix crash setting the priority on reedit
6390                 (Accessing compose before creating it!)
6392 2006-08-08 [colin]      2.4.0cvs33
6394         * src/procmime.c
6395                 Fix bug #998 (last attachment is not accessible)
6396                 Bad RFC interpretation on multipart close-delimiters
6397         * src/mimeview.c
6398         * src/mimeview.h
6399         * src/gtk/gtkvscrollbutton.c
6400         * src/gtk/gtkvscrollbutton.h
6401                 Make attachments list wheel-scrollable
6403 2006-08-07 [colin]      2.4.0cvs32
6405         * src/gtk/gtkaspell.c
6406                 Fix bug #973 (Unicode punctation characters 
6407                 are not recognized as separators by the
6408                 spell checker); fix unsigned stuff
6410 2006-08-07 [colin]      2.4.0cvs31
6412         * src/compose.c
6413                 Fix bug #956 (DnD text with accents in compose 
6414                 text entry); fix gccc's signed/unsigned fuss
6416 2006-08-06 [colin]      2.4.0cvs30
6418         * src/main.c
6419                 Fix bug #979 (Plugin crashes when exiting 
6420                 sylpheed-claws) : handle exit request only 
6421                 once
6423 2006-08-05 [colin]      2.4.0cvs29
6425         * src/news.c
6426                 Just make sure we have a msgid.
6428 2006-08-05 [colin]      2.4.0cvs28
6430         * src/news.c
6431         * src/summaryview.c
6432                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6433                 by reimplementing it
6434         * src/textview.c
6435                 Fix bug when hiding quotes with level > 3 and quote
6436                 colors are recycled
6438 2006-08-04 [colin]      2.4.0cvs27
6440         * src/compose.c
6441         * src/undo.c
6442         * src/undo.h
6443                 Fix a bit replace-by-pasting undo
6444         * src/mainwindow.c
6445         * src/messageview.c
6446                 Fix Fold quotes menu synchro in
6447                 mainwindow when it changes in 
6448                 messageview
6449         * src/textview.c
6450                 Fix right-click on quotes blocks
6451         * src/common/utils.c
6452                 Verify that the file created by
6453                 my_tmpfile() is writable. Fixes
6454                 bug #988 (very specific filesystem
6455                 issue)
6456         * src/plugins/pgpcore/sgpgme.c
6457                 Fix file descriptor leak
6458         * src/plugins/spamassassin/spamassassin.c
6459                 Warn once if spamd isn't reachable
6461 2006-08-04 [colin]      2.4.0cvs26
6463         * src/toolbar.c
6464                 i18n context patch by Fabien
6466 2006-08-03 [colin]      2.4.0cvs25
6468         * src/mainwindow.c
6469         * src/messageview.c
6470                 Rename "Hide quotes" to "Fold quotes"
6471         * src/textview.c
6472                 Don't use hand cursor on quotes. "all 
6473                 the bonuses of the feature and none of 
6474                 unwelcome side-effects"
6476 2006-08-03 [colin]      2.4.0cvs24
6478         * AUTHORS
6479         * sylpheed-claws.desktop
6480         * src/gtk/authors.h
6481                 Bring the desktop file to XDG compliance
6482                 Patch by Charles A. Edwards
6484 2006-08-03 [colin]      2.4.0cvs23
6486         * src/textview.c
6487                 Fix links offset when they are preceded
6488                 by accentued chars (g_utf8_strlen!)
6489         * src/mainwindow.c
6490                 Fix wrong status when starting offline
6493 2006-08-03 [wwp]        2.4.0cvs22
6495         * src/prefs_common.h
6496                 ask what to do w/ filtering rules that belong to an account when
6497                 applying filtering rules manually from the main window (skip,
6498                 apply regardless of the account, use current account). This dialog
6499                 can be skipped and the last reply used.
6500                 (forgot that file)
6502 2006-08-03 [wwp]        2.4.0cvs21
6504         * src/filtering.c
6505         * src/filtering.h
6506         * src/prefs_common.c
6507         * src/summaryview.c
6508         * src/alertpanel.c
6509         * src/alertpanel.h
6510         * src/messageview.c
6511                 ask what to do w/ filtering rules that belong to an account when
6512                 applying filtering rules manually from the main window (skip,
6513                 apply regardless of the account, use current account). This dialog
6514                 can be skipped and the last reply used.
6517 2006-08-03 [colin]      2.4.0cvs20
6519         * src/textview.c
6520                 Optimize previous patch
6522 2006-08-03 [cleroy]     2.4.0cvs19
6524         * src/textview.c
6525                 Fix quotes getting toggled back when the
6526                 mail has an even number of text parts
6528 2006-08-02 [colin]      2.4.0cvs18
6530         * src/messageview.c
6531                 Add Hide quotes menu
6533 2006-08-02 [colin]      2.4.0cvs17
6535         * src/mainwindow.c
6536         * src/prefs_common.c
6537         * src/textview.c
6538         * src/textview.h
6539         * src/gtk/about.c
6540                 Allow per-level quote hiding,
6541                 Allow toggling quotes by double-clicking them
6542                 Rename RemoteURI to ClickableText to reflect
6543                 the fact it's used for a variety of things
6545 2006-08-02 [wwp]        2.4.0cvs16
6547         * src/mainwindow.c
6548                 fix "View/Hide quotes" menu item status initialization.
6550 2006-08-02 [wwp]        2.4.0cvs15
6552         * src/matcher_parser_parse.y
6553                 remove a debug trace.
6555 2006-08-02 [paul]       2.4.0cvs14
6557         * src/plugins/pgpcore/passphrase.c
6558                 don't set initial dialog size
6559                 make it resizable
6561 2006-08-02 [paul]       2.4.0cvs13
6563         * src/noticeview.c
6564                 remove the rogue '/' character
6566 2006-08-02 [paul]       2.4.0cvs12
6568         * src/noticeview.c
6569                 allow buttons to resize as necessary
6571 2006-08-01 [wwp]        2.4.0cvs11
6573         * src/mbox.c
6574                 fix strict ISO C90 compliance.
6576 2006-08-01 [wwp]        2.4.0cvs10
6578         * tools/update-po
6579                 updated update-po tool to work w/ context-dependent translations.
6580                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6582 2006-08-01 [wwp]        2.4.0cvs9
6584         * src/matcher.c
6585         * src/prefs_filtering.c
6586         * src/prefs_matcher.c
6587                 allow context-dependent translations for "All",
6588                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6590 2006-07-31 [colin]      2.4.0cvs8
6592         * AUTHORS
6593         * src/gtk/authors.h
6594                 Add Rafal to authors
6596 2006-07-31 [colin]      2.4.0cvs7
6598         * src/compose.c
6599         * src/mainwindow.c
6600         * src/messageview.h
6601         * src/prefs_common.c
6602         * src/prefs_common.h
6603         * src/textview.c
6604                 Add 'View/Hide quotes'. Patch based on a patch
6605                 by Rafal Weglarz
6607 2006-07-31 [colin]      2.4.0cvs6
6609         * src/action.c
6610                 Fix problem with "> stuff >" actions
6612 2006-07-31 [paul]       2.4.0cvs5
6614         * po/nb.po
6615                 updated by Geir Helland
6617 2006-07-31 [wwp]        2.4.0cvs4
6619         * src/mainwindow.c
6620         * src/summaryview.c
6621         * src/summaryview.h
6622                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6623                 thanks to Colin.
6625 2006-07-31 [wwp]        2.4.0cvs3
6627         * src/Makefile.am
6628         * src/addr_compl.c
6629         * src/addr_compl.h
6630         * src/addressbook.c
6631         * src/addressbook.h
6632         * src/addressbook_foldersel.c
6633         * src/addressbook_foldersel.h
6634         * src/addrindex.c
6635         * src/addrindex.h
6636         * src/matcher.c
6637         * src/matcher.h
6638         * src/matcher_parser_lex.l
6639         * src/matcher_parser_parse.y
6640         * src/prefs_common.c
6641         * src/prefs_common.h
6642         * src/prefs_filtering.c
6643         * src/prefs_matcher.c
6644         * src/prefs_matcher.h
6645         * src/summaryview.c
6646                 introduce filtering against the address book. It's now possible to add
6647                 matched conditions to determine if any email address in a message matches
6648                 or doesn't match any or all books or folders in the address book.
6650 2006-07-31 [wwp]        2.4.0cvs2
6652         * src/account.c
6653         * src/filtering.c
6654         * src/filtering.h
6655         * src/folder.c
6656         * src/folderview.c
6657         * src/inc.c
6658         * src/mainwindow.c
6659         * src/matcher.c
6660         * src/matcher_parser_lex.l
6661         * src/matcher_parser_parse.y
6662         * src/mbox.c
6663         * src/prefs_filtering.c
6664         * src/prefs_filtering.h
6665         * src/procmsg.c
6666         * src/procmsg.h
6667         * src/summaryview.c
6668                 introduce per-account filtering rules. Each filtering rule can now be assigned
6669                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6670                 when applying filtering rules manually, as all rules will apply - even the ones
6671                 assigned to an account. This issue will be addressed soon.
6675 2006-07-31 [wwp]        2.4.0cvs1
6677         * src/quote_fmt.c
6678                 make more strings translatable.
6680 2006-07-31 [paul]       2.4.0
6682         2.4.0 released
6684 2006-07-31 [paul]       2.3.1cvs91
6686         * po/ca.po
6687                 updated by Miquel Oliete
6689 2006-07-31 [paul]       2.3.1cvs90
6691         * po/de.po
6692         * po/el.po
6693         * po/fr.po
6694         * po/it.po
6695         * po/pl.po
6696         * po/pt_BR.po
6697         * po/sr.po
6698         * po/zh_CN.po
6699                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6700                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6701                 Aleksandar Urosevic, and Ralgh Young
6703 2006-07-31 [paul]       2.3.1cvs89
6705         * src/account.c
6706         * src/main.c
6707         * src/mainwindow.c
6708         * src/mainwindow.h
6709                 Fix a race condition when, after an SC crash, rescanning
6710                 folders took more than 0.5 seconds
6711                 Thanks to Colin
6713 2006-07-31 [paul]       2.3.1cvs88
6715         * src/folderview.c
6716                 don't translate separator strings
6718 2006-07-30 [mones]      2.3.1cvs87
6720         * doc/man/sylpheed-claws.1
6721                 Fixed non-ASCII chars in Hoa's name
6722         * po/es.po
6723                 Updated for release
6725 2006-07-27 [colin]      2.3.1cvs86
6727         * src/textview.c
6728                 Don't include the leading \n in links
6729                 Patch by Fabien
6731 2006-07-25 [colin]      2.3.1cvs85
6733         * src/mainwindow.c
6734         * src/common/socket.h
6735         * src/etpan/imap-thread.c
6736                 Refresh resolvers before connecting
6737                 to IMAP servers, and after switching
6738                 to online. Thanks to Paul.
6740 2006-07-18 [colin]
6742         * 2.4.0-rc4 released
6744 2006-07-17 [colin]      2.3.1cvs84
6746         * src/inc.c
6747                 Show connection attempt in statusbar before
6748                 connecting (previously first message was
6749                 "Retrieving messages from ..." after the
6750                 connection succeeded.
6752 2006-07-16 [wwp]        2.3.1cvs83
6754         * sylpheed-claws.ico
6755                 Added .ico file (windows multi-size icon file, generated).
6757 2006-07-12 [wwp]        2.3.1cvs82
6759         * src/messageview.c
6760                 remove Message/Re-edit menu entry from messageview window,
6761                 as sent/draft/queued messages are opened in compose window when
6762                 re-edited and it's not possible to re-edit other msgs.
6764 2006-07-12 [paul]       2.3.1cvs81
6766         * AUTHORS
6767         * src/mainwindow.c
6768         * src/gtk/authors.h
6769                 check online state before resetting
6770                 mailcheck timer. Useful if some program
6771                 verifies connection state and updates
6772                 Claws.
6773                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6775 2006-07-12 [paul]       2.3.1cvs80
6777         * sylpheed-claws-128x128.png
6778         * sylpheed-claws-64x64.png
6779         * sylpheed-claws.png
6780         * src/Makefile.am
6781         * src/main.c
6782         * src/prefs_toolbar.c
6783         * src/stock_pixmap.c
6784         * src/stock_pixmap.h
6785         * src/wizard.c
6786         * src/gtk/about.c
6787         * src/gtk/gtkutils.c
6788         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6789         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6790         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6791         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6792         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6793         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6794                 updated and renamed logo/icon files and related
6795                 logo by Jesper Schultz
6797 2006-07-11 [paul]       2.3.1cvs79
6799         * src/main.c
6800                 fix the labels a smidgin
6802 2006-07-09 [colin]      2.3.1cvs78
6804         * src/textview.c
6805                 Show errors in textviewer's command
6806                 Patch by H. Merijn Brand
6808 2006-07-09 [colin]      2.3.1cvs77
6810         * src/compose.c
6811                 Save FMID in drafts too
6813 2006-07-08 [colin]      2.3.1cvs76
6815         * src/compose.c
6816                 Svae RMID in drafted mails too
6817                 Save quote_fmt vars for whole mails,
6818                 don't reset at each quote_fmt_init:
6819                 allows to use the same |i{var} in
6820                 various template fields
6821         * src/prefs_template.c
6822         * src/quote_fmt.h
6823         * src/quote_fmt_parse.y
6824                 Same
6826 2006-07-08 [colin]      2.3.1cvs75
6828         * src/textview.c
6829                 Fix highlighting of attached parts URIs
6831 2006-07-08 [colin]      2.3.1cvs74
6833         * src/main.c
6834                 Prevent bug #981 (sc 2.3.1 segfaults with 
6835                 gtk+ 2.10) from being reported again:
6836                 if Sylpheed-Claws has been compiled against
6837                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6838                 of if Sylpheed-Claws has been compiled against
6839                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6840                 error out.
6842 2006-07-07 [colin]      2.3.1cvs73
6844         * src/prefs_actions.c
6845                 Fix label
6847 2006-07-07 [colin]      2.3.1cvs72
6849         * src/prefs_actions.c
6850                 Fix compile on gtk < 2.8. argh :)
6852 2006-07-07 [paul]       2.3.1cvs71
6854         * src/common/defs.h
6855                 update DONATE_URI
6857 2006-07-07 [colin]      2.3.1cvs70
6859         * po/POTFILES.in
6860         * src/quote_fmt.c
6861         * src/quote_fmt_lex.l
6862         * src/quote_fmt_parse.y
6863                 Add |i{var}, a way to insert user-entered
6864                 text in a template
6866 2006-07-07 [colin]
6868         * 2.4.0-rc3 released
6870 2006-07-07 [colin]      2.3.1cvs69
6872         * src/folder.c
6873                 Don't consider inboxes of UNKNOWN folder 
6874                 classes to be useable as default inboxes
6876 2006-07-07 [paul]       2.3.1cvs68
6878         * src/textview.c
6879                 add missing #include <errno.h>
6880                 Thanks to René J. Blokland
6882 2006-07-07 [paul]       2.3.1cvs67
6884         * src/action.c
6885                 Return now Closes dialog
6886         * src/mimeview.c
6887         * src/mimeview.h
6888         * src/textview.c
6889                 add contextual menu to mime parts listed
6890                 in the textview
6891                 Thanks to Colin
6892         * src/common/utils.c
6893                 reversal: ' is a valid character in URLs
6895 2006-07-06 [colin]      2.3.1cvs66
6897         * src/remotefolder.h
6898                 Forgotten in previous commit
6900 2006-07-06 [colin]      2.3.1cvs65
6902         * src/folder.c
6903                 Set summary update flag whenever
6904                 totals changed
6905         * src/imap.c
6906         * src/prefs_account.c
6907         * src/common/utils.h
6908         * src/etpan/imap-thread.c
6909                 Fix warnings, thanks to Fabien and
6910                 Ricardo
6912 2006-07-06 [wwp]        2.3.1cvs64
6914         * src/gtk/gtkutils.c
6915                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6917 2006-07-06 [wwp]        2.3.1cvs63
6919         * src/account.c
6920         * src/addressbook.c
6921         * src/addressitem.h
6922         * src/folderview.c
6923         * src/mainwindow.c
6924         * src/manual.c
6925         * src/manual.h
6926         * src/message_search.c
6927         * src/prefs_actions.c
6928         * src/prefs_filtering.c
6929         * src/prefs_filtering.h
6930         * src/prefs_template.c
6931         * src/summary_search.c
6932         * src/summaryview.c
6933         * src/gtk/gtkutils.c
6934         * src/gtk/gtkutils.h
6935         * src/gtk/pluginwindow.c
6936                 add help buttons to some dialogs. Clicking such buttons opens a
6937                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6939 2006-07-06 [paul]       2.3.1cvs62
6941         * src/textview.c
6942                 fix attachments contextual menu
6943                 Thanks to Colin
6945 2006-07-05 [colin]      2.3.1cvs61
6947         * src/textview.c
6948         * src/compose.c
6949                 Handle sftp:// links
6951 2006-07-05 [paul]       2.3.1cvs60
6953         * src/gtk/filesel.c
6954                 grab save button by default
6955                 Thanks to Colin
6957 2006-07-05 [wwp]        2.3.1cvs59
6959         * manual/xml2pdf
6960                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6962 2006-07-04 [colin]      2.3.1cvs58
6964         * src/mimeview.c
6965         * src/textview.c
6966                 Use left click to select, middle click to open
6967                 on mimeparts links
6968         * src/common/utils.c
6969                 Fix segfault
6971 2006-07-04 [colin]      2.3.1cvs57
6973         * src/mainwindow.c
6974         * src/news.c
6975                 Warning fixes, thanks to Fabien
6977 2006-07-04 [colin]      2.3.1cvs56
6979         * src/mimeview.c
6980         * src/mimeview.h
6981         * src/textview.c
6982                 Allow parts to be selected via their text label
6983                 in textview
6985 2006-07-04 [colin]      2.3.1cvs55
6987         * src/folderview.c
6988                 Feedback when closing (for big folders)
6989         * src/prefs_actions.c
6990         * src/prefs_filtering.c
6991         * src/prefs_matcher.c
6992         * src/prefs_template.c
6993                 Fix default button when closing without
6994                 having saved
6996 2006-07-04 [colin]      2.3.1cvs54
6998         * src/news.c
6999                 Delete local file on deletion
7001 2006-07-03 [colin]      2.3.1cvs53
7003         * src/folderview.c
7004         * src/main.c
7005                 Don't freeze when rescanning after crash
7007 2006-07-03 [wwp]        2.3.1cvs52
7009         * src/compose.c
7010         * src/privacy.c
7011         * src/privacy.h
7012         * src/plugins/pgpinline/pgpinline.c
7013         * src/plugins/pgpmime/pgpmime.c
7014                 don't report an error when the user cancels the passphrase dialog.
7016 2006-07-02 [colin]      2.3.1cvs51
7018         * src/folderview.c
7019                 Open message when crossing folders with Space,
7020                 goto next unread and friends
7022 2006-07-01 [colin]      2.3.1cvs50
7024         * src/prefs_account.c
7025                 Typographic rules varying from language
7026                 to language (in french "Protocole :"),
7027                 we have to do that :)
7029 2006-07-01 [ticho]      2.3.1cvs49
7031         * src/prefs_account.c
7032                 Only use one temporary gchar* variable in
7033                 prefs_account_protocol_set_optmenu().
7035 2006-07-01 [ticho]      2.3.1cvs48
7037         * src/prefs_account.c
7038         * src/prefs_account.h
7039                 Use GtkLabel for existing account protocol name.
7040                 Created an array for protocol names and populate the
7041                 combobox from it in a for() cycle.
7043 2006-06-30 [colin]      2.3.1cvs47
7045         * src/compose.c
7046                 Block undo when changing signature (by changing
7047                 account)
7049 2006-06-30 [paul]       2.3.1cvs46
7051         * src/send_message.c
7052                 when editing From in the Compose window, use that address
7053                 in the Return-Path: header
7054                 Thanks to Colin
7056 2006-06-30 [colin]      2.3.1cvs45
7058         * src/compose.c
7059                 Fix signature replacement:
7060                 - when no newline before separator
7061                 - when reediting
7063 2006-06-29 [colin]      2.3.1cvs44
7065         * src/folderview.c
7066         * src/folderview.h
7067         * src/mainwindow.c
7068         * src/summaryview.c
7069                 Let 'View/Go to/Next marked' work like
7070                 Next new & Next unread: across folders
7071                 Change the select_on_entry pref to do
7072                 what we want when changing folder
7073         * src/common/utils.c
7074                 Fix single-quoted links 
7076 2006-06-29 [colin]      2.3.1cvs43
7078         * src/gtk/gtkaspell.c
7079                 "Sylpheed" and "Sylpheed-Claws" do exist !
7081 2006-06-29 [colin]      2.3.1cvs42
7083         * src/imap.c
7084                 Forgot to remove debug
7086 2006-06-29 [colin]      2.3.1cvs41
7088         * src/imap.c
7089         * src/imap.h
7090         * src/mainwindow.c
7091                 Disconnect from IMAP servers when going
7092                 offline. Fixes bug #978 (going to offline-mode 
7093                 won't close connections)
7095 2006-06-29 [colin]      2.3.1cvs40
7097         * src/main.c
7098                 Fix transient setting on failing plugins
7099                 Patch by Fabien
7100         * src/plugins/pgpcore/sgpgme.c
7101                 Only warn for OpenPGP. Most people don't
7102                 have CMS available.
7104 2006-06-29 [colin]      2.3.1cvs39
7106         * src/compose.c
7107                 Fix Spelling menu (discrepancy between context menu
7108                 and top menu when folder's dictionary isn't the 
7109                 default one)
7110         * src/plugins/pgpcore/sgpgme.c
7111                 More error reporting about why gpgme can fail
7113 2006-06-29 [wwp]        2.3.1cvs38
7115         * src/mainwindow.c
7116                 honor the display-header-pane setting even when the message view
7117                 is a separate window.
7119 2006-06-29 [wwp]        2.3.1cvs37
7121         * src/prefs_actions.c
7122                 forgot to commit that one (use of GTK_STOCK_INFO).
7124 2006-06-29 [colin]      2.3.1cvs36
7126         * src/imap.c
7127                 Better handling of login errors (ask the password
7128                 again once), alert in case of error. Fix three
7129                 signedness warnings.
7131 2006-06-28 [wwp]        2.3.1cvs35
7133         * src/prefs_template.c
7134         * src/prefs_matcher.c
7135         * src/prefs_filtering_action.c
7136         * src/prefs_quote.c
7137                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7138                 patch by Fabien Vantard, slightly modified.
7140 2006-06-28 [paul]
7142         2.4.0-rc2 released
7144 2006-06-28 [colin]      2.3.1cvs34
7146         * src/prefs_account.c
7147                 Fix bug #977 (Can't add or edit imap accounts)
7149 2006-06-28 [colin]      2.3.1cvs33
7151         * src/mimeview.c
7152                 Fix previous
7154 2006-06-28 [colin]      2.3.1cvs32
7156         * src/mimeview.c
7157                 Save named inlined attachments with "Save all"
7158         * src/main.c
7159         * src/mbox.c
7160         * src/common/plugin.c
7161         * src/common/plugin.h
7162         * src/common/sylpheed.c
7163         * src/common/utils.c
7164         * src/plugins/pgpcore/sylpheed.def
7165         * src/plugins/pgpinline/sylpheed.def
7166         * src/plugins/pgpmime/sylpheed.def
7167                 Win32 compatibility patch, by
7168                 Werner Koch
7170 2006-06-28 [wwp]        2.3.1cvs31
7172         * src/imap.c
7173         * src/prefs_folder_item.c
7174                 less compilation warnings (thanks to Fabien Vantard), less typos.
7176 2006-06-28 [paul]       2.3.1cvs30
7178         * src/gtk/gtkutils.c
7179                 gtk_combo_box_set_focus_on_click() is only
7180                 available since gtk 2.6.0
7182 2006-06-28 [paul]       2.3.1cvs29
7184         * src/prefs_ext_prog.c
7185                 fix engrish and add a tooltip for the
7186                 'command for 'Display as text' option
7188 2006-06-28 [paul]
7190         2.4.0-rc1 released
7192 2006-06-28 [paul]       2.3.1cvs28
7194         * ChangeLog
7195         * tools/Makefile.am
7196                 include textviewer.pl in releases
7198 2006-06-28 [paul]       2.3.1cvs27
7200         * src/prefs_ext_prog.c
7201                 hide Print command option if libgnomeprint
7202                 support is present
7204 2006-06-27 [colin]      2.3.1cvs26
7206         * src/compose.c
7207                 Fix Esc handling in insert/attach dialog
7208                 Don't show this dialog if dragging something
7209                 else than text/uri-list
7210                 Thanks to Fabien Vantard
7211         * tools/textviewer.pl
7212                 Filter script to display stuff as text
7213                 by H. Merijn Brand
7215 2006-06-27 [wwp]        2.3.1cvs25
7217         * src/messageview.c
7218                 use the exact product name (message view title), patch
7219                 by Fabien Vantard.
7221 2006-06-27 [ticho]      2.3.1cvs24
7223         * src/prefs_account.c
7224         * src/prefs_common.c
7225         * src/prefs_common.h
7226         * src/prefs_ext_prog.c
7227         * src/textview.c
7228                 Add a preference (Preferences/External programs)
7229                 to allow "Display as text" to be done via a script
7230                 (patch by H.Merijn Brand).
7231                 Use GtkComboBox for protocol selection in account
7232                 preferences.
7233                 Only include current choice for existing accounts, and
7234                 insensitivize the combobox.
7236 2006-06-27 [paul]       2.3.1cvs23
7238         * src/mbox.c
7239                 fix crasher introduced in cvs21.
7240                 Thanks to Colin
7242 2006-06-26 [colin]      2.3.1cvs22
7244         * src/mbox.c
7245                 Fix double-frees when leaving folders
7246                 after exporting to mbox
7248 2006-06-26 [colin]      2.3.1cvs21
7250         * src/mbox.c
7251                 More feedback (and optimisation)
7252                 on import/export
7253         * src/common/utils.c
7254                 Fix case when looking for mail addresses
7255         * src/gtk/gtkutils.c
7256                 Extra check for (X-)Face
7258 2006-06-25 [ticho]      2.3.1cvs20
7260         * src/compose.c
7261         * src/exphtmldlg.c
7262         * src/gtk/gtkutils.c
7263         * src/gtk/gtkutils.h
7264                 Added second argument to gtkut_sc_combobox_create() to
7265                 control focus-on-click for the widget.
7266                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7268 2006-06-25 [ticho]      2.3.1cvs19
7270         * src/compose.c
7271         * src/gtk/Makefile.am
7272         * src/gtk/combobox.c
7273         * src/gtk/combobox.h
7274         * src/gtk/gtkutils.c
7275         * src/gtk/gtkutils.h
7276                 Use GtkComboBox instead of deprecated GtkOptionMenu
7277                 for account selector in compose window and for encoding
7278                 selector in attachment properties.
7279                 Also factorise working with the new GtkComboBox somewhat.
7281 2006-06-24 [paul]       2.3.1cvs18
7283         * src/prefs_common.c
7284                 use the correct default value
7286 2006-06-24 [paul]       2.3.1cvs17
7288         * src/compose.c
7289         * src/prefs_common.c
7290         * src/prefs_common.h
7291         * src/prefs_compose_writing.c
7292                 enable setting of default action when
7293                 dnd'ing files in the compose window.
7294                 (Collaborative effort with wwp)
7296 2006-06-23 [wwp]        2.3.1cvs16
7298         * src/compose.c
7299                 i18n fix (thanks to Fabien Vantard)
7301 2006-06-22 [colin]      2.3.1cvs15
7303         * src/prefs_customheader.c
7304                 Don't use filters in custom headers' file 
7305                 selector. Remember, extensions mean nothing :)
7307 2006-06-22 [paul]       2.3.1cvs14
7309         * configure.ac
7310                 allow setting of man directory location
7312 2006-06-22 [colin]      2.3.1cvs13
7314         * src/mainwindow.c
7315                 Add 'View/Go to/Next unread folder'.
7316                 I missed that :)
7318 2006-06-22 [colin]      2.3.1cvs12
7320         * src/common/utils.c
7321                 Add some subject prefixes
7322                 Patch by Bjorn T Johansen <btj@havleik.no>
7324 2006-06-22 [colin]      2.3.1cvs11
7326         * manual/advanced.xml
7327                 Forgotten hidden pref
7329 2006-06-21 [paul]       2.3.1cvs10
7331         * src/prefs_account.c
7332                 complete the removal of 'Add date header' option
7334 2006-06-21 [paul]       2.3.1cvs9
7336         * src/account.c
7337         * src/compose.c
7338         * src/prefs_account.c
7339         * src/prefs_account.h
7340                 remove option to add date header - always
7341                 add date header
7342         * src/etpan/imap-thread.c
7343                 fix warnings (Thanks to Colin)
7345 2006-06-21 [wwp]        2.3.1cvs8
7347         * src/folder.c
7348                 set the attachment flag when inline text part are (file)named. This is more convenient
7349                 when receiving (for instance) inline source files or patches sent using thunderbird.
7351 2006-06-21 [paul]       2.3.1cvs7
7353         * src/inc.c
7354                 fix off-by-one count of current msg in
7355                 statusbar filtering progressbar
7357 2006-06-21 [paul]       2.3.1cvs6
7359         * src/folder.c
7360                 Show attachment icon even if the part is 'inline'
7361                 if the following conditions are met:
7362                 - content-type != 'text/plain'
7363                 - content-type != '*/pgp-signature'
7364                 - either 'name' or 'filename' parameter is not NULL
7365                 
7366                 Thanks to Colin
7368 2006-06-21 [paul]       2.3.1cvs5
7370         * src/messageview.c
7371         * src/prefs_common.c
7372         * src/prefs_common.h
7373         * src/prefs_other.c
7374                 add an option to 'Never send Return
7375                 Receipts'
7376                 Thanks to Colin
7378 2006-06-20 [mones]      2.3.1cvs4
7380         * po/es.po
7381                 updated
7382         * src/compose.c
7383                 typo fixed (space after comma)
7384         * tools/make.themes.project
7385                 remove exec mode from tarball files
7387 2006-06-20 [colin]      2.3.1cvs3
7389         * src/news.c
7390         * src/procheader.c
7391         * src/unmime.c
7392                 Better fix for \n's in headers (don't 
7393                 break Received: and others)
7395 2006-06-20 [paul]       2.3.1cvs2
7397         * src/alertpanel.c
7398         * src/textview.c
7399                 improve legibility of phishing attempt
7400                 dialog
7402 2006-06-20 [paul]       2.3.1cvs1
7404         * NEWS
7405         * README
7406         * configure.ac
7407                 Update version number following
7408                 stable release
7410 2006-06-20 [colin]      2.3.0cvs26
7412         * src/compose.c
7413                 When dragging a file to the text of the compose
7414                 window, ask whether we want to insert or attach
7415                 (I know lots of people who do that to attach)
7417 2006-06-20 [colin]      2.3.0cvs25
7419         * src/etpan/imap-thread.c
7420                 Fix threshold (the append command is often > 32 bytes)
7422 2006-06-19 [colin]      2.3.0cvs24
7424         * src/imap.c
7425         * src/etpan/imap-thread.c
7426                 Workaround Rockliffe IMAP server bug: replace
7427                 "x UID SEARCH (ANSWERED UID 1:*)" with
7428                 "x UID SEARCH ANSWERED"
7429                 (Rockliffe doesn't handle the parenthesis)
7431 2006-06-19 [colin]      2.3.0cvs23
7433         * src/compose.c
7434         * src/imap.c
7435         * src/etpan/imap-thread.c
7436                 Probably fix bug #972 (Freezes when adding 
7437                 an attachment to the message)
7438         * src/common/defs.h
7439                 Modernize Firefox cmd
7442 2006-06-18 [colin]      2.3.0cvs22
7444         * src/prefs_customheader.c
7445                 Only allow correct filenames for various
7446                 custom headers
7448 2006-06-18 [colin]      2.3.0cvs21
7450         * src/prefs_customheader.c
7451                 Add a 'From File...' button in custom headers prefs, which
7452                 try to do the right thing: 
7453                 for normal headers, use file as plaintext,
7454                 for X-Face, calls compface,
7455                 for Face, encode to b64.
7457 2006-06-17 [colin]      2.3.0cvs20
7459         * src/mh.c
7460                 Warning fix
7462 2006-06-16 [colin]      2.3.0cvs19
7464         * src/summaryview.c
7465                 Recursive quicksearch: show message list
7466                 in current folder, *then* search children
7467                 in the background.
7469 2006-06-16 [colin]      2.3.0cvs18
7471         * src/main.c
7472                 Instead of ignoring SIGPIPE, save caches
7473                 when getting one. Will fix the fact that
7474                 hot caches are out-of-date when logging 
7475                 out of Xorg.
7476         * src/compose.c
7477         * src/prefs_compose_writing.c
7478                 Only save text (not attachments) when 
7479                 auto-saving to drafts
7480         * src/unmime.c
7481                 Always replace \n, \r and \t with spaces
7482                 in headers
7483         * manual/dist/html/Makefile.am
7484         * manual/dist/pdf/Makefile.am
7485         * manual/dist/ps/Makefile.am
7486         * manual/dist/txt/Makefile.am
7487         * manual/fr/dist/html/Makefile.am
7488         * manual/fr/dist/pdf/Makefile.am
7489         * manual/fr/dist/ps/Makefile.am
7490         * manual/fr/dist/txt/Makefile.am
7491         * manual/pl/dist/html/Makefile.am
7492         * manual/pl/dist/pdf/Makefile.am
7493         * manual/pl/dist/ps/Makefile.am
7494         * manual/pl/dist/txt/Makefile.am
7495                 Fix make clean removing pregenerated manuals
7498 2006-06-16 [colin]      2.3.0cvs17
7500         * src/plugins/pgpcore/sgpgme.c
7501         * src/plugins/pgpmime/pgpmime.c
7502         * src/plugins/pgpinline/pgpinline.c
7503                 Better error reporting in setup_signers.
7504                 Don't fallback to default key if specified
7505                 key isn't found.
7506                 Don't allow signing if more than one secret
7507                 key matches the one specified in prefs.
7509 2006-06-15 [colin]      2.3.0cvs16
7511         * src/folderview.c
7512                 Add "Send queue" in the folder's contextual
7513                 menu
7514         * src/compose.c
7515         * src/messageview.c
7516         * src/privacy.c
7517         * src/privacy.h
7518         * src/procmime.c
7519         * src/procmsg.c
7520         * src/plugins/pgpcore/passphrase.c
7521         * src/plugins/pgpcore/sgpgme.c
7522         * src/plugins/pgpinline/pgpinline.c
7523         * src/plugins/pgpmime/pgpmime.c
7524                 Better error reporting
7525         * src/mbox.c
7526                 Probably fix bug #971 (2.2.3 cannot read mail 
7527                 from local mbox)
7530 2006-06-15 [mones]      2.3.0cvs15
7532         * tools/make.themes.project
7533                 creates the themes project from the web page
7535 2006-06-15 [colin]      2.3.0cvs14
7537         * src/folder.c
7538                 Better fix (avoid losing the folder if scan_tree 
7539                 fails)
7541 2006-06-15 [cleroy]     2.3.0cvs13
7543         * src/folder.c
7544                 Probably fix Bug #969 (crash on rebuilding 
7545                 imap folder)
7547 2006-06-14 [colin]      2.3.0cvs12
7549         * manual/dtd/manual.xsl
7550         * manual/sylpheed-claws-manual.xml
7551         * manual/fr/sylpheed-claws-manual.xml
7552         * manual/pl/sylpheed-claws-manual.xml
7553                 Insert pagebreaks between sections
7555 2006-06-14 [paul]       2.3.0cvs11
7557         * configure.ac
7558                 better fix than 2.3.0cvs10
7560 2006-06-14 [paul]       2.3.0cvs10
7562         * configure.ac
7563                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7564                 (backwards compatible)
7566 2006-06-13 [colin]      2.3.0cvs9
7568         * src/messageview.c
7569                 Fix sending of return receipt with the new queue folders
7571 2006-06-13 [wwp]        2.3.0cvs8
7573         * src/quote_fmt_lex.l
7574                 fix wrong tokens returned in quote_fmt lexer, query not().
7576 2006-06-13 [wwp]        2.3.0cvs7
7578         * src/folder.c
7579         * src/prefs_folder_item.c
7580                 allow changing folder type even when folder is not a top-level one,
7581                 thanks to Colin.
7583 2006-06-12 [colin]      2.3.0cvs6
7585         * src/folderview.c
7586                 Fix double-ask of "Do you want to mark all
7587                 as read"
7589 2006-06-12 [colin]      2.3.0cvs5
7591         * src/compose.c
7592         * src/compose.h
7593         * src/folder.c
7594         * src/folder.h
7595         * src/imap.c
7596         * src/inc.c
7597         * src/main.c
7598         * src/messageview.c
7599         * src/mh.c
7600         * src/prefs_folder_item.c
7601         * src/procheader.c
7602         * src/procmime.c
7603         * src/procmsg.c
7604         * src/procmsg.h
7605         * src/send_message.c
7606         * src/summaryview.c
7607         * src/toolbar.c
7608                 Apply bug #964's patch (Queue and drafts aren't normal)
7609                 The Drafts and Queue folder now contain RFC-822 files,
7610                 allowing to move and copy mails from and to these 
7611                 folders. Moving from Drafts to Queue will prepare the
7612                 mail for sending (PGP signature, encryption, etc).
7613                 This patch also rework sending errors handling to try
7614                 to be more helpful.
7615                 Also, allow redefining folder types via the GUI 
7616                 (Folder type in its Properties)
7618 2006-06-12 [colin]      2.3.0cvs4
7620         * src/summaryview.c
7621         * src/prefs_common.c
7622         * src/prefs_common.h
7623         * src/gedit-print.c
7624                 Allow to define a specific print font - patch
7625                 by Bernhard Walle <bernhard.walle@gmx.de>
7626         * src/prefs_fonts.c
7627         * manual/advanced.xml
7628         * manual/fr/advanced.xml
7629                 Add a hidden pref to allow deletion without
7630                 confirmation
7632 2006-06-12 [wwp]        2.3.0cvs3
7634         * .cvsignore
7635                 more files to ignore.
7637 2006-06-12 [wwp]        2.3.0cvs2
7639         * src/quote_fmt.c
7640         * src/quote_fmt_lex.l
7641         * src/quote_fmt_parse.y
7642                 extend the quote_fmt parser (templates and quotes):
7643                 - allow limited sub-expressions in |p{} and |f{} expressions,
7644                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7645                 - implemented/fixed missing implementation of query_references and show_references,
7646                 - completed, fixed contents and format of the symbols help dialog,
7647                 - fix some compilation warnings.
7649 2006-06-12 [wwp]        2.3.0cvs1
7651         * manual/advanced.xml
7652         * manual/fr/advanced.xml
7653                 updates in the "templates" section of the manual (eng/fr):
7654                  - be more precise (both versions)
7655                  - completed to match the english reference (fr version)
7656                  - touchups (both versions)
7658 2006-06-12 [paul]       2.3.0
7660         2.3.0 released
7662 2006-06-12 [paul]       2.2.3cvs14
7664         * po/ca.po
7665         * po/cs.po
7666         * po/de.po
7667         * po/el.po
7668         * po/fr.po
7669         * po/it.po
7670         * po/pt_BR.po
7671         * po/sr.po
7672         * po/zh_CN.po
7673                 updated by Miquel Oliete, Tim, Stephan Sachse,
7674                 Stavros Giannouris, Fabien Vantard, Andrea
7675                 Spadaccini, Frederico Goncalves Guimaraes,
7676                 Aleksandar Urosevic, and Ralgh Young
7678 2006-06-12 [colin]      2.2.3cvs13
7680         * src/mbox.c
7681                 Add missing header
7683 2006-06-11 [colin]      2.2.3cvs12
7685         * src/msgcache.c
7686                 Verify that g_malloc() succeeded
7688 2006-06-11 [colin]      2.2.3cvs11
7690         * src/wizard.c
7691                 Add Face header to welcome mail
7693 2006-06-10 [colin]      2.2.3cvs10
7695         * src/textview.c
7696                 Revert previous (Forgot it changes the
7697                 margin on the whole mail)
7699 2006-06-10 [colin]      2.2.3cvs9
7701         * src/textview.c
7702                 Don't overlap long headers under (X-)Face
7704 2006-06-10 [mones]      2.2.3cvs8
7706         * manual/xml2pdf
7707                 allow generation of manual on systems lacking saxon binary
7708                 but with java and the saxon library installed
7710         * po/es.po
7711                 updated for release
7713 2006-06-09 [colin]      2.2.3cvs7
7715         * src/summaryview.c
7716                 Fix leak when using Display Sender using Addressbook
7718 2006-06-09 [colin]      2.2.3cvs6
7720         * src/compose.c
7721         * src/folder.c
7722         * src/folderview.c
7723         * src/mimeview.c
7724         * src/summaryview.c
7725                 More leaks fixes
7727 2006-06-09 [paul]       2.2.3cvs5
7729         * AUTHORS
7730         * src/gtk/authors.h
7731         * tools/claws.i18n.status.pl
7732                 updated with new info
7734 2006-06-09 [paul]       2.2.3cvs4
7736         * README
7737                 updated
7738         * manual/ack.xml
7739                 add wwp to authors list
7740         * src/gtk/authors.h
7741                 update mine and Colin's addresses
7743 2006-06-08 [colin]      2.2.3cvs3
7745         * src/etpan/imap-thread.c
7746                 Fix leak on SSL cert check
7748 2006-06-08 [colin]      2.2.3cvs2
7750         * src/common/utils.c
7751                 Fix leak
7753 2006-06-08 [paul]       2.2.3cvs1
7755         * configure.ac
7756                 Update version number following
7757                 stable release
7759 2006-06-07 [colin]      2.2.2cvs3
7761         * src/msgcache.c
7762                 Fix catching cache read errors (guint instead of gint)
7763                 Prevent malloc'ing more than 8MB (means cache corruption)
7765 2006-06-07 [paul]       2.2.2cvs2
7767         * src/exporthtml.c
7768         * src/exportldif.c
7769         * src/mh.c
7770         * src/mutt.c
7771         * src/pine.c
7772         * src/common/utils.c
7773                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7774                 obey $HOME'
7775                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7776                 Thanks to Colin
7778 2006-06-06 [paul]       2.2.2cvs1
7780         * configure.ac
7781                 Update version number following
7782                 stable release
7784 2006-06-06 [paul]       2.2.1cvs6
7786         * src/matcher.c
7787                 fix  implicit declaration of
7788                 sylpheed_do_idle()
7789                 Patch by Fabien Vantard
7791 2006-06-06 [paul]       2.2.1cvs5
7793         * src/matcher.c
7794                 fix age_greater and age_lower so that they
7795                 mean what say and not '...or equal to'
7796                 Thanks to Colin
7798 2006-06-06 [paul]       2.2.1cvs4
7800         * src/textview.c
7801         * src/common/utils.c
7802                 fix URI check
7803                 Thanks to Colin
7805 2006-06-05 [wwp]        2.2.1cvs3
7807         * manual/fr/account.xml
7808                 minor language fixes (thanks to Fabien Vantard).
7810 2006-06-05 [colin]      2.2.1cvs2
7812         * src/prefs_folder_item.c
7813         * src/folderview.c
7814                 Allow recursive setting of properties 
7815                 for whole mailboxes
7816         * src/matcher.c
7817                 Don't freeze on 'test' filtering rule
7819 2006-06-05 [colin]      2.2.1cvs1
7821         * configure.ac
7822                 Update version number following
7823                 stable release
7825 2006-06-04 [wwp]        2.2.0cvs82
7827         * manual/glossary.xml
7828         * manual/account.xml
7829         * manual/fr/glossary.xml
7830         * manual/fr/account.xml
7831                 added glossary section and references/links related to the Face custom header.
7833 2006-06-04 [colin]      2.2.0cvs81
7835         * src/summaryview.c
7836                 Skip to next message on move with no
7837                 immediate execution
7839 2006-06-04 [wwp]        2.2.0cvs80
7841         * manual/xml2pdf
7842                 added sanity checks, exit when needed.
7844 2006-06-03 [paul]       2.2.0cvs79
7846         * src/prefs_receive.c
7847                 page name is now 'Receiving'
7848         * src/prefs_send.c
7849                 page name is now 'Sending'
7851 2006-06-03 [colin]      2.2.0cvs78
7853         * src/plugins/spamassassin/spamassassin_gtk.c
7854                 Autoswitch to Localhost if transport was previously
7855                 disabled. Else people had to check [] Enable, then
7856                 *reselect* transport.
7858 2006-06-03 [colin]      2.2.0cvs77
7860         * src/plugins/pgpinline/pgpinline.c
7861         * src/plugins/pgpmime/pgpmime.c
7862                 Check that gpg_data_release_and_get_mem 
7863                 didn't fail (now, why this happens...)
7865 2006-06-03 [colin]      2.2.0cvs76
7867         * src/mbox.c
7868                 Fix bug #962 (Manual and/or UI should 
7869                 warn about incompatible locking 
7870                 causing dataloss)
7872 2006-06-02 [cleroy]     2.2.0cvs75
7874         * src/filtering.c
7875         * src/folder.c
7876         * src/procmsg.c
7877         * src/summaryview.c
7878                 Fix a few leaks
7880 2006-06-02 [colin]      2.2.0cvs74
7882         * src/main.c
7883                 On exit, free caches after writing them
7884                 Shuts up some valgrind false positives
7885         * src/procmsg.c
7886         * src/send_message.c
7887                 Fix races when reusing existing SMTP connections
7888                 Fix inexistant session timeout
7889         * src/toolbar.c
7890                 Display alertpanel after all queues have
7891                 been processed, not after each
7893 2006-06-02 [wwp]        2.2.0cvs73
7895         * manual/fr/glossary.xml
7896         * manual/fr/ack.xml
7897         * manual/ack.xml
7898                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7900 2006-06-02 [wwp]        2.2.0cvs72
7902         * manual/xml2pdf
7903         * manual/dist/pdf/Makefile.am
7904         * manual/dtd/manual.xsl
7905         * manual/fr/dist/pdf/Makefile.am
7906         * manual/pl/dist/pdf/Makefile.am
7907                 we changed the procedure to generate the .pdf version of the manual.
7908                 The procedure is more modern and the .pdf we get now has a valid index.
7909                 Here are the new pre-requisites:
7911                 - JRE 1.x (1.4 here): there must be one from your distro
7912                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7913                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7914                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7916                 See my posts for further info about the installation of this toolchain:
7918                 Date: Fri, 19 May 2006 19:40:06 +0200
7919                 From: wwp <subscript@free.fr>
7920                 To: sylpheed-claws-devel@lists.sourceforge.net
7921                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7923                 and
7925                 Date: Wed, 24 May 2006 12:58:49 +0200
7926                 From: wwp <subscript@free.fr>
7927                 To: sylpheed-claws-devel@lists.sourceforge.net
7928                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7930 2006-06-01 [colin]      2.2.0cvs71
7932         * src/compose.c
7933                 Better guards against IMAP races
7934         * src/main.c
7935         * src/prefs_common.c
7936         * src/prefs_common.h
7937         * src/common/ssl_certificate.c
7938         * src/etpan/imap-thread.c
7939         * src/etpan/imap-thread.h
7940         * src/gtk/sslcertwindow.c
7941                 New hidden option ssl_skip_cert_check to 
7942                 avoid dups of bug #959 (libetpan linked
7943                 against gnutls and gnutls buggy on 64bit)
7944                 Present expired warning only once per
7945                 session/server.
7946         * manual/advanced.xml
7947         * manual/fr/advanced.xml
7948                 Document new option
7950 2006-06-01 [wwp]        2.2.0cvs70
7952         * src/messageview.c
7953                 fix for bug #961 (return receipt dialog 
7954                 complains incorrectly about return-path 
7955                 email adress being different), thanks 
7956                 to Colin.
7958 2006-05-31 [cleroy]     2.2.0cvs69
7960         * src/common/ssl.c
7961                 Guard against NULLs, although this
7962                 should never be an issue
7964 2006-05-31 [colin]      2.2.0cvs68
7966         * src/filtering.c
7967                 Use g_slist_prepend
7968         * src/imap.c
7969                 Don't remove caches when destroying folder, it
7970                 could (should) be done at exit
7971         * src/inc.c
7972                 free processing cache after incorporation
7973         * src/etpan/imap-thread.c
7974                 Maybe fix bug #959 (Crash on moving to emails 
7975                 to a imap account per ssl with a expired 
7976                 certificate.)
7978 2006-05-30 [colin]      2.2.0cvs67
7980         * src/summaryview.c
7981                 Put back event flush when displaying message
7982                 It avoids reading a bunch of messages just
7983                 by hitting shift-n for too long ;)
7985 2006-05-29 [colin]      2.2.0cvs66
7987         * src/summaryview.c
7988                 Remove useless g_warnings
7990 2006-05-29 [colin]      2.2.0cvs65
7992         * src/imap.c
7993                 Fix g_slist_append()s for performance
7995 2006-05-29 [colin]      2.2.0cvs64
7997         * src/compose.c
7998         * src/common/utils.c
7999                 Fix extraneous tab at start of addresses
8000         * src/mainwindow.c
8001                 Fix warnings (thanks to Fabien)
8002                 Fix crash at exit when composing messages 
8003                 exist
8004         * src/pop.c
8005                 Fix progress bar when deleting expired mails
8006                 Thanks to Hiro
8007         * src/summaryview.c
8008         * src/gtk/gtksctree.c
8009                 Fix re-sorting slowness
8011 2006-05-29 [paul]       2.2.0cvs63
8013         * src/mh.c
8014                 fetch full message when moving mails
8015                 from another mailbox, (fixed data loss
8016                 when filtering from IMAP to MH, introduced
8017                 in 2.2.0cvs57).
8018                 Thanks to Colin
8020 2006-05-29 [mones]      2.2.0cvs62
8022         * src/gtk/gtksctree.c
8023                 Unselect faster (patch by Colin)        
8025 2006-05-26 [colin]      2.2.0cvs61
8027         * src/summaryview.c
8028                 Unplug MSGINFO_UPDATE callback on delete too.
8030 2006-05-26 [colin]      2.2.0cvs60
8032         * src/foldersel.c
8033                 Fix bold in folder selection window with glib2.10
8034                 thanks Hiro
8036 2006-05-26 [colin]      2.2.0cvs59
8038         * src/procheader.c
8039                 Convert date only if necessary (and don't
8040                 try to convert from utf8 to utf8, too)
8041         * src/summaryview.c
8042                 Only set column's text if the column's 
8043                 displayed
8045 2006-05-26 [colin]      2.2.0cvs58
8047         * src/summaryview.c
8048         * src/gtk/gtkutils.c
8049                 Fix useless warning
8051 2006-05-26 [colin]      2.2.0cvs57
8053         * src/mainwindow.c
8054                 Make summaryview selectable as long as 
8055                 no message has focus
8056         * src/mh.c
8057                 Faster deletion (by implementing mh_remove_msgs)
8058                 Faster copy (avoid using mh_fetch_msg just to get
8059                 the filename)
8060                 Faster move (using move_file instead of copy_file
8061                 if MSG_IS_MOVE)
8062                 No progressbar if total number of mails to cp/mv 
8063                 is less than 100
8064         * src/summaryview.c
8065                 Fix removal from subject_table when mail gets moved
8066                 Faster deletion (g_slist_prepend instead of append)
8067         * src/gtk/gtksctree.c
8068                 Remove useless code
8070 2006-05-25 [colin]      2.2.0cvs56
8072         * src/common/ssl_certificate.c
8073                 Fix leak in expired cert check
8075 2006-05-25 [colin]      2.2.0cvs55
8077         * src/mh.c
8078                 Disable flags syncing on .mh_sequences - it
8079                 is buggy and marks mails read under unknown
8080                 conditions.
8082 2006-05-25 [paul]
8084         * 2.3.0-rc4 released
8086 2006-05-24 [colin]      2.2.0cvs54
8088         attention cvs users: if you manage to crash
8089         Sylpheed-Claws while moving, copying or deleting
8090         mails, we *are* interested in stack traces and
8091         valgrind logs. It looks stable, but one never
8092         knows...
8094         * src/folder.c
8095                 Add progressbar for cache updates
8096         * src/folderutils.c
8097                 Optimize Mark all read in the current
8098                 folder
8099         * src/mh.c
8100                 Add progressbar for copy/move
8101         * src/procmsg.c
8102                 Optimize O(n^2) in copy/move
8103         * src/summaryview.c
8104         * src/gtk/gtksctree.c
8105                 Optimize O(n^2) algos
8106         * src/common/timing.h
8107                 Display ms instead of us
8109 2006-05-24 [wwp]        2.2.0cvs53
8111         * manual/fr/advanced.xml
8112                 updates to the French manual.
8114 2006-05-24 [wwp]        2.2.0cvs52
8116         * src/common/utils.c
8117                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8119 2006-05-24 [wwp]        2.2.0cvs51
8121         * src/folderutils.c
8122                 fixed "mark all read" in MH folders (thanks to Colin).
8124 2006-05-24 [paul]       2.2.0cvs50
8126         * doc/man/sylpheed-claws.1
8127                 updated the man page
8129 2006-05-23 [colin]      2.2.0cvs49
8131         * src/folderview.c
8132         * src/imap.c
8133         * src/inc.c
8134         * src/mbox.c
8135         * src/messageview.c
8136         * src/news.c
8137         * src/send_message.c
8138         * src/summaryview.c
8139         * src/gtk/sslcertwindow.c
8140                 alertpanel fixes, by Fabien
8142 2006-05-23 [colin]      2.2.0cvs48
8144         * src/folder.c
8145         * src/folderview.c
8146         * src/msgcache.c
8147         * src/summaryview.c
8148         * src/gtk/gtksctree.c
8149         * src/gtk/gtksctree.h
8150                 More timings
8151                 Fix slow loading problem, which was caused by the
8152                 use of some gtk_ctree funcs and their use of
8153                 g_list_position while gtk_ctree_(un)link'ing.
8154                 Reap more functions from gtkctree.c to be sure we
8155                 use our (fast) version instead of theirs.
8156         * src/mh.c
8157                 Fix copy of unread mails
8160 2006-05-22 [wwp]        2.2.0cvs47
8162         * manual/fr/advanced.xml
8163                 updated.
8165 2006-05-22 [colin]      2.2.0cvs46
8167         * src/filtering.c
8168                 Fix possible infinite loop. 'copy' is not a 
8169                 final action, so when encountering a 'copy',
8170                 we have to check if a previous one was set
8171                 and do it. In the same way, if we encounter
8172                 a 'move' we have to perform a possibly 
8173                 pending 'copy'. This will slow down filtering
8174                 on IMAP if move+copy or multiple copy actions
8175                 are to be done, but handling it via the batch
8176                 would be really too convoluted.
8178 2006-05-22 [wwp]        2.2.0cvs45
8180         * manual/fr/advanced.xml
8181         * manual/fr/faq.xml
8182         * manual/fr/glossary.xml
8183         * manual/fr/handling.xml
8184         * manual/fr/intro.xml
8185         * manual/fr/plugins.xml
8186         * manual/fr/sylpheed-claws-manual.xml
8187                 sync w/ the english manual: updates URIs, documented mailing-list
8188                 support, better explanation about the enabled/disabled feature
8189                 in filtering/processing rules by Paul.
8191 2006-05-21 [colin]      2.2.0cvs44
8193         * src/summaryview.c
8194                 Don't expand after building threads, but during
8196 2006-05-21 [colin]      2.2.0cvs43
8198         * src/procmsg.c
8199         * src/summaryview.c
8200                 More timing possibilities... For next time I have 
8201                 to find out how the hell some 3GHz computer takes
8202                 one minute to open a 30k folder...
8204 2006-05-21 [colin]      2.2.0cvs42
8206         * manual/pl/advanced.xml
8207         * manual/pl/faq.xml
8208         * manual/pl/glossary.xml
8209         * manual/pl/handling.xml
8210         * manual/pl/intro.xml
8211         * manual/pl/plugins.xml
8212         * manual/pl/sylpheed-claws-manual.xml
8213                 Polish manual updated by Pawel
8215 2006-05-20 [colin]
8217         * 2.3.0-rc3 released
8219 2006-05-20 [colin]      2.2.0cvs41
8221         * src/imap.c
8222                 Fix -rc2 problems:
8223                 - remove cache of moved messages from original folder
8224                 - apply new flags to messages even if they aren't appliable
8225                   via IMAP.
8227 2006-05-20 [colin]
8229         * 2.3.0-rc2 released
8231 2006-05-19 [colin]      2.2.0cvs40
8233         * src/imap.c
8234                 Don't issue SELECT in imap_change_flags
8235                 before having checked that we indeed have
8236                 some flags to change. MSG_POSTFILTERED for
8237                 example can't be used on IMAP.
8238                 Fixes bug #955 (copying messages between 
8239                 imap folders is extremely slow), which was
8240                 a regression.
8242 2006-05-19 [colin]      2.2.0cvs39
8244         * src/folder.c
8245         * src/folder.h
8246         * src/folderview.c
8247                 Try to fix bug #830 (Some unread messages 
8248                 get marked read in IMAP inbox):
8249                 - Prevent scanning a folder if it's being 
8250                   opened via the GUI
8251                 - Postpone opening via the GUI of a folder
8252                   currently scanned.
8255 2006-05-19 [wwp]        2.2.0cvs38
8257         * manual/advanced.xml
8258                 fix English+typo (thanks to Paul).
8260 2006-05-19 [wwp]        2.2.0cvs37
8262         * manual/advanced.xml
8263         * manual/fr/advanced.xml
8264         * src/gtk/logwindow.c
8265         * src/prefs_common.c
8266         * src/prefs_common.h
8267                 added hidden prefs to allow customization of colors used in
8268                 protocol log window (useful for dark gtk+ themes).
8270 2006-05-19 [wwp]        2.2.0cvs36
8272         * ChangeLog
8273                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8275 2006-05-19 [paul]       2.2.0cvs35
8277         * src/textview.c
8278                 make Reply-To fully clickable
8279         * src/gtk/logwindow.c
8280                 more colouring (SMTP ESMTP)
8281         Both patches by Pawel Pekala
8283 2006-05-19 [cleroy]     2.2.0cvs34
8285         * src/mh.c
8286                 Don't update flags from current folder
8287                 Probably fixes bug #935 (Read Messages 
8288                 Revert to Being Marked as Unread)
8290 2006-05-18 [colin]      2.2.0cvs33
8292         * src/imap.c
8293                 Warning fix
8294         * src/compose.c
8295         * src/mainwindow.c
8296         * src/summaryview.c
8297         * src/toolbar.c
8298                 Allow replying to multiple emails
8299                 in multiple windows
8300         * src/mimeview.c
8301         * src/etpan/imap-thread.c
8302                 Leak fixes
8304 2006-05-18 [paul]       2.2.0cvs32
8306         * src/summaryview.c
8307                 keep Mailing-List menu refreshed
8308                 Thanks to Colin
8310 2006-05-18 [paul]       2.2.0cvs31
8312         * manual/advanced.xml
8313         * manual/faq.xml
8314         * manual/glossary.xml
8315         * manual/handling.xml
8316         * manual/intro.xml
8317         * manual/plugins.xml
8318         * manual/sylpheed-claws-manual.xml
8319                 update URLs
8320                 add info about mailing-list support
8321                 edit filtering info
8322         * src/wizard.c
8323         * src/common/defs.h
8324         * src/gtk/about.c
8325         * src/plugins/dillo_viewer/README
8326                 update URLs
8328 2006-05-17 [wwp]        2.2.0cvs30
8330         * manual/handling.xml
8331         * manual/fr/handling.xml
8332                 documented the ability to enabled/disable filtering/processing rules.
8334 2006-05-17 [colin]      2.2.0cvs29
8336         * src/main.c
8337                 Don't initialize g_thread subsystem if it's 
8338                 already done (thanks to Hiro)
8339         * src/mimeview.c
8340                 Fix saving of parts when there name can't be
8341                 converted from UTF-8.
8343 2006-05-17 [paul]       2.2.0cvs28
8345         * po/Makefile.in.in
8346                 fix config.status warning with autoconf 2.60
8348 2006-05-17 [paul]       2.2.0cvs27
8350         * po/POTFILES.in
8351                 add src/mbox.c
8353 2006-05-17 [wwp]        2.2.0cvs26
8355         * src/mainwindow.c
8356                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8358 2006-05-17 [wwp]        2.2.0cvs25
8360         * src/plugins/demo/demo.c
8361                 updated product name in plugin demo (many plugins need to be
8362                 sync'ed w/ that change).
8364 2006-05-17 [colin]      2.2.0cvs24
8366         * src/mh.c
8367                 Fix leak
8369 2006-05-16 [colin]      2.2.0cvs23
8371         * src/mainwindow.c
8372                 Stupid me hit again. Fix cvs22.
8374 2006-05-16 [colin]      2.2.0cvs22
8376         * src/mainwindow.c
8377                 Fix bug #922 (sylpheed-claws crashed after 
8378                 pushing on Inbox folder)
8380 2006-05-16 [colin]      2.2.0cvs21
8382         * src/compose.c
8383                 Make From header be copy/paste/select-able
8385 2006-05-16 [wwp]        2.2.0cvs20
8387         * src/export.c
8388         * src/matcher.c
8389         * src/summaryview.c
8390         * src/etpan/imap-thread.c
8391                 fix some compiler warnings (thanks to Colin).
8393 2006-05-16 [wwp]        2.2.0cvs19
8395         * src/action.c
8396         * src/gedit-print.c
8397         * src/inc.c
8398         * src/mainwindow.c
8399         * src/mh.c
8400         * src/statusbar.c
8401         * src/send_message.c
8402         * src/summaryview.c
8403                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8405 2006-05-15 [colin]      2.2.0cvs18
8407         * src/procmsg.c
8408                 Fix automatic rule creation with List-Post
8410 2006-05-15 [paul]       2.2.0cvs17
8412         * tools/filter_conv_new.pl
8413                 updated for rule enabling/disabling
8414                 claws version >= 2.3.x required
8416 2006-05-15 [cleroy]     2.2.0cvs16
8418         * src/main.c
8419                 Revert test
8421 2006-05-15 [cleroy]     2.2.0cvs15
8423         * src/main.c
8424                 test
8426 2006-05-15 [wwp]        2.2.0cvs14
8428         * manual/pl/.cvsignore
8429                 ignore generated files.
8431 2006-05-14 [wwp]        2.3.0-rc1
8433         * 2.3.0-rc1 released
8435 2006-05-13 [wwp]        2.2.0cvs13
8437         * src/filtering.c
8438         * src/filtering.h
8439         * src/matcher.c
8440         * src/matcher_parser_lex.l
8441         * src/matcher_parser_parse.y
8442         * src/prefs_filtering.c
8443                 new feature: provide the ability to disable filtering and processing
8444                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8445                 adaptations.
8447 2006-05-13 [colin]      2.2.0cvs12
8449         * src/compose.c
8450                 Remove useless if (a) b; else b;
8451                 Thanks to wwp
8453 2006-05-13 [wwp]        2.2.0cvs11
8455         * src/export.c
8456         * src/import.c
8457         * src/mainwindow.c
8458         * src/mbox.c
8459         * src/summaryview.c
8460         * src/summaryview.h
8461                 no more silent failures (or at least less ones) when importing
8462                 or exporting from/to mbox. Also start importing/exporting if
8463                 the necessary info is set.
8465 2006-05-13 [wwp]        2.2.0cvs10
8467         * RELEASE_NOTES
8468                 restored up-to-date release notes.
8470 2006-05-13 [paul]       2.2.0cvs9
8472         * po/nl.po
8473         * po/ru.po
8474                 updated by Tim Dijkstra and Pavlo Bohmat
8476 2006-05-12 [colin]      2.2.0cvs8
8478         * src/gtk/quicksearch.c
8479                 Add "k" as shortcut for "colorlabel". Patch
8480                 by ath42@users.sf.net.
8482 2006-05-12 [paul]       2.2.0cvs7
8484         * src/prefs_common.h
8485         * src/prefs_summaries.c
8486         * src/summaryview.c
8487                 when entering a folder also allow
8488                 going directly to first Marked message
8490 2006-05-12 [paul]       2.2.0cvs6
8492         * src/summaryview.c
8493                 always obey 'confirm before marking all
8494                 mails read' option
8496 2006-05-12 [paul]       2.2.0cvs5
8498         * src/textview.c
8499                 make Sender fully clickable
8501 2006-05-12 [colin]      2.2.0cvs4
8503         * src/compose.c
8504         * src/compose.h
8505                 Let From be editable
8506         * src/main.c
8507         * src/mh.c
8508                 Full support of .mh_sequences' Unseen seq
8510 2006-05-12 [colin]      2.2.0cvs3
8512         * src/folder.c
8513         * src/mainwindow.c
8514         * src/mainwindow.h
8515         * src/messageview.c
8516         * src/prefs_spelling.c
8517         * src/procheader.c
8518         * src/procmsg.c
8519         * src/procmsg.h
8520         * src/summaryview.c
8521         * src/toolbar.c
8522         * src/toolbar.h
8523                 Add contextual menu on Compose toolbar
8524                 button. Fixes bug #944 (Automatic
8525                 addresses not applied when changing account
8526                 from compose window)
8527                 add Mailing List support
8528                 based on the old 0.6.5claws25 patch by
8529                 Melvin Hadasht, with finishing touches
8530                 by Colin
8531                 Fix "ignore thread" when mails are threaded by
8532                 subject (and weren't ignored although appearing
8533                 in the thread).
8534                 GUI rework.
8535                 Both patches by Pawel.
8537 2006-05-08 [paul]       2.2.0cvs2
8539         * src/mainwindow.c
8540         * src/mainwindow.h
8541         * src/messageview.c
8542         * src/procheader.c
8543         * src/procmsg.c
8544         * src/procmsg.h
8545         * src/summaryview.c
8546                 add Mailing List support
8547                 based on the old 0.6.5claws25 patch by 
8548                 Melvin Hadasht, with finishing touches
8549                 by Colin
8551 2006-05-08 [colin]      2.2.0cvs1
8553         * src/mainwindow.c
8554         * src/toolbar.c
8555         * src/toolbar.h
8556                 Add contextual menu on Compose toolbar 
8557                 button. Fixes bug #944 (Automatic 
8558                 addresses not applied when changing account 
8559                 from compose window)
8561 2006-05-08 [paul]       2.2.0
8563         2.2.0 released
8565 2006-05-08 [paul]       2.1.1cvs51
8567         * po/cs.po
8568         * po/de.po
8569         * po/en_GB.po
8570         * po/fi.po
8571         * po/fr.po
8572         * po/pt_BR.po
8573         * po/sr.po
8574         * po/zh_CN.po
8575                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8576                 Fabien Vantard, Frederico Goncalves Guimaraes,
8577                 Aleksandar Urosevic, and Ralgh Young
8579 2006-05-12 [colin]      2.1.1cvs50
8581         * po/cs.po
8582         * po/de.po
8583         * po/en_GB.po
8584         * po/es.po
8585         * po/fi.po
8586         * po/fr.po
8587         * po/pt_BR.po
8588         * po/sr.po
8589         * po/zh_CN.po
8590                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8591                 Fabien Vantard, Frederico Goncalves Guimaraes,
8592                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8594 2006-05-05 [colin]      2.1.1cvs49
8596         * manual/Makefile.am
8597         * manual/pl/Makefile.am
8598         * manual/pl/account.xml
8599         * manual/pl/ack.xml
8600         * manual/pl/addrbook.xml
8601         * manual/pl/advanced.xml
8602         * manual/pl/faq.xml
8603         * manual/pl/glossary.xml
8604         * manual/pl/gpl.xml
8605         * manual/pl/handling.xml
8606         * manual/pl/intro.xml
8607         * manual/pl/keyboard.xml
8608         * manual/pl/plugins.xml
8609         * manual/pl/starting.xml
8610         * manual/pl/sylpheed-claws-manual.xml
8611         * manual/pl/dist/.cvsignore
8612         * manual/pl/dist/Makefile.am
8613         * manual/pl/dist/html/.cvsignore
8614         * manual/pl/dist/html/Makefile.am
8615         * manual/pl/dist/pdf/.cvsignore
8616         * manual/pl/dist/pdf/Makefile.am
8617         * manual/pl/dist/ps/.cvsignore
8618         * manual/pl/dist/ps/Makefile.am
8619         * manual/pl/dist/txt/.cvsignore
8620         * manual/pl/dist/txt/Makefile.am
8621                 Add the polish translation of the manual,
8622                 Authored by Pawel Pekala.
8624 2006-05-05 [cleroy]     2.1.1cvs48
8626         * src/main.c
8627                 Re-read matcherrc after loading plugins 
8628                 if some of them add folders.
8630 2006-05-03 [colin]      2.1.1cvs47
8632         * src/imap.c
8633                 I'm idiot
8635 2006-05-03 [colin]      2.1.1cvs46
8637         * src/imap.c
8638                 Be sure to have a session when
8639                 getting separator
8641 2006-05-03 [colin]      2.1.1cvs45
8643         * src/imap.c
8644         * src/imap.h
8645         * src/imap_gtk.c
8646                 Fix preventing renaming with namespace 
8647                 separator.
8649 2006-05-01 [colin]      2.1.1cvs44
8651         * src/action.c
8652                 Don't reload messageview when result of
8653                 action is piped.
8655 2006-04-29 [colin]      2.1.1cvs43
8657         * src/prefs_receive.c
8658         * src/plugins/spamassassin/spamassassin_gtk.c
8659         * src/plugins/clamav/clamav_plugin_gtk.c
8660                 GUI fixes by Pawel
8662 2006-04-29 [colin]      2.1.1cvs42
8664         * src/prefs_compose_writing.c
8665         * src/prefs_quote.c
8666                 Cleanups. Patch by Pawel
8668 2006-04-28 [paul]       2.1.1cvs41
8670         * src/matcher.c
8671                 fix returned quick search results when search
8672                 term contains an underscore.
8673                 Thanks to Colin
8675 2006-04-28 [paul]       2.1.1cvs40
8677         * src/prefs_message.c
8678         * src/prefs_receive.c
8679                 GUI cleanups
8680                 Patches by Pawel Pekala
8682 2006-04-27 [colin]      2.1.1cvs39
8684         * src/wizard.c
8685                 Differentiate subject Welcome from
8686                 window's title Welcome
8688 2006-04-27 [paul]
8690         2.2.0-rc1 released
8692 2006-04-27 [paul]       2.1.1cvs38
8694         * manual/advanced.xml
8695         * manual/fr/advanced.xml
8696                 add info about compose_no_markup hidden pref
8698 2006-04-27 [paul]       2.1.1cvs37
8700         * src/prefs_account.c
8701                 improve privacy labels
8702         * src/prefs_msg_colors.c
8703                 change some strings for translators' convenience
8704         * src/gtk/gtkutils.c
8705                 don't underline the link button text
8707 2006-04-25 [colin]      2.1.1cvs36
8709         * src/folder.c
8710                 Complete 2.1.1cvs33 (once more ;)
8712 2006-04-25 [colin]      2.1.1cvs35
8714         * src/editldap.c
8715                 Fix tooltip
8717 2006-04-25 [cleroy]     2.1.1cvs34
8719         * src/compose.c
8720         * src/gtk/gtkaspell.c
8721                 Fix crash on redirect (related to the return 
8722                 of the aspell menu in compose's toolbar)
8723         * src/prefs_msg_colors.c
8724                 Fix sensitivity widgets
8725         * src/image_viewer.c
8726         * src/gtk/pluginwindow.c
8727         * src/gtk/prefswindow.c
8728                 Change released signals to clicked (Fabien)
8729         * po/POTFILES.in
8730         * src/common/socket.c
8731         * src/plugins/spamassassin/spamassassin.c
8732                 Translate strings (Fabien)
8734 2006-04-25 [paul]       2.1.1cvs33
8736         * src/folder.c
8737         * src/folder.h
8738         * src/folderview.c
8739                 complete the fix of bug #912
8740                 Thanks to Colin
8742 2006-04-25 [colin]      2.1.1cvs32
8744         * src/news.c
8745                 Better progress bar
8746         * src/mimeview.c
8747         * src/summaryview.c
8748         * src/summaryview.h
8749                 Fix focus chain
8750                 Patches by Pawel Pekala
8752 2006-04-24 [colin]      2.1.1cvs31
8754         * src/compose.c
8755                 Fix compilation warnings (Fabien)
8757 2006-04-24 [colin]      2.1.1cvs30
8759         * src/addrindex.c
8760         * src/editldap.c
8761         * src/editldap_basedn.c
8762         * src/editldap_basedn.h
8763         * src/ldapctrl.c
8764         * src/ldapctrl.h
8765         * src/ldapquery.c
8766         * src/ldaputil.c
8767         * src/ldaputil.h
8768                 Fix bug #901 (LDAPS support)
8770 2006-04-24 [colin]      2.1.1cvs29
8772         * src/compose.c
8773                 Fix logic on error with send dialog on
8774         * src/imap.c
8775                 Fix compilation without libetpan, thanks
8776                 to Fabien
8777         * src/summaryview.c
8778                 Fix 'context-menu' key
8780 2006-04-23 [colin]      2.1.1cvs28
8782         * src/folder.c
8783                 Never free current's cache to free up 
8784                 memory. Fixes bug #912 (new count 
8785                 randomly set to message count)
8787 2006-04-23 [colin]      2.1.1cvs27
8789         * src/gtk/quicksearch.c
8790                 And remove printf...
8792 2006-04-23 [colin]      2.1.1cvs26
8794         * src/gtk/quicksearch.c
8795                 Fix replacing in quicksearch, and fix inserting
8796                 in the middle of the string. (introduced at 2.1.0cvs22)
8798 2006-04-23 [colin]      2.1.1cvs25
8800         * src/imap.c
8801                 Make sure uidnext is initialized in get_num_list
8802                 (not for stable, related to 2.1.1cvs8 and friends)
8804 2006-04-23 [colin]      2.1.1cvs24
8806         * src/imap.c
8807                 Output something when login is successful
8808                 too
8810 2006-04-23 [colin]      2.1.1cvs23
8812         * src/etpan/imap-thread.c
8813                 Better logging (line-per-line, hide data in fetch)
8814                 Fix a const warning
8815         * src/gtk/logwindow.c
8816         * src/gtk/logwindow.h
8817                 Better logging (color for input/output)
8819 2006-04-21 [colin]      2.1.1cvs22
8821         * src/gtk/quicksearch.c
8822                 On gtk+-2.8, use stock buttons in quicksearch
8823                 Based on a patch by Fabien and a design by Paul
8825 2006-04-21 [colin]      2.1.1cvs21
8827         * src/folderview.c
8828         * src/mainwindow.c
8829                 Fix occasional flicker in folderview
8830         * src/common/utils.c
8831                 Fix bug #943 (Incorrectly parsed email address 
8832                 list in short headers on message view and in 
8833                 printouts)
8835 2006-04-20 [colin]      2.1.1cvs20
8837         * src/imap.c
8838         * src/imap.h
8839         * src/prefs_account.c
8840                 Add ANONYMOUS auth for IMAP
8842 2006-04-20 [paul]       2.1.1cvs19
8844         * src/main.c
8845                 proper fix for 2.1.1cvs18
8846                 Thanks to Colin
8848 2006-04-20 [paul]       2.1.1cvs18
8850         * src/main.c
8851                 fix build warnings
8853 2006-04-20 [paul]       2.1.1cvs17
8855         * src/gtk/quicksearch.c
8856                 fix standard, non-extended Quick search,
8857                 was broken in 2.1.1cvs15.
8858                 Thanks to Colin.
8860 2006-04-20 [colin]      2.1.1cvs16
8862         * src/prefs_matcher.c
8863                 Fix values when reselecting a ~test
8864                 rule
8866 2006-04-19 [colin]      2.1.1cvs15
8868         * src/compose.c
8869         * src/compose.h
8870         * src/gtk/gtkaspell.c
8871         * src/gtk/gtkaspell.h
8872                 Put back Options menu in Spelling/
8873         * src/gtk/quicksearch.c
8874                 Don't search, and show error, if the
8875                 advanced search has a syntax error
8877 2006-04-18 [colin]      2.1.1cvs14
8879         * src/textview.c
8880                 Fix gdk warnings on set_cursor when textview
8881                 isn't visible
8883 2006-04-18 [colin]      2.1.1cvs13
8885         * src/gtk/gtksctree.c
8886                 Remove seemingly useless refresh that causes
8887                 flicker - watch this commit in case of 
8888                 problems before planned backport to stable
8890 2006-04-18 [colin]      2.1.1cvs12
8892         * src/imap.c
8893                 Factorize get/set_xml code
8894         * src/compose.c
8895         * src/prefs_account.c
8896         * src/prefs_account.h
8897         * src/procmsg.c
8898                 Add Encrypt to self option
8900 2006-04-17 [colin]      2.1.1cvs11
8902         * configure.ac
8903                 Fix search on encrpyt function on dragonfly
8904                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8906 2006-04-17 [colin]      2.1.1cvs10
8908         * src/prefs_account.c
8909                 Be safe by default: remove mails from POP3
8910                 after 7 days, not immediately
8912 2006-04-17 [colin]      2.1.1cvs9
8914         * src/etpan/imap-thread.c
8915                 Fix build on DragonFly - patch by 
8916                 Jonathan Buschmann <jonthn@agmact.com>
8918 2006-04-17 [colin]      2.1.1cvs8
8920         * src/imap.c
8921                 Save uidnext between sessions
8923 2006-04-17 [colin]      2.1.1cvs7
8925         * src/imap.c
8926                 scan is required when uid validity changes
8928 2006-04-17 [colin]      2.1.1cvs6
8930         * src/folderview.c
8931                 Don't scan if not necessary, apart in current
8932                 folder and INBOX to fetch flags.
8933         * src/imap.c
8934                 Scan is necessary if unread count changes
8936 2006-04-17 [colin]      2.1.1cvs5
8938         * src/imap.c
8939                 ...But always fetch ANSWERED and DELETED flags for
8940                 INBOX, as filtering can happen on these flags.
8942 2006-04-17 [colin]      2.1.1cvs4
8944         * src/imap.c
8945                 Don't fetch REPLIED and DELETED flags when synchronising
8946                 flags with a closed folder. We only need UNSEEN and FLAGGED
8947                 to update the folderview.
8949 2006-04-17 [colin]      2.1.1cvs3
8951         * src/imap.c
8952                 Faster flag search when there are new mails 
8953                 in a folder. We can do a full search if the 
8954                 folder contains less messages than the new
8955                 list.
8957 2006-04-17 [colin]      2.1.1cvs2
8959         * po/cs.po
8960         * po/de.po
8961         * po/fr.po
8962         * po/nl.po
8963         * po/pt_BR.po
8964                 Update translations from stable branch
8966 2006-04-17 [colin]      2.1.1cvs1
8968         * configure.ac
8969                 Bump version to follow stable release
8971 2006-04-16 [mones]      2.1.0cvs50
8973         * po/es.po
8974                 Updated for release
8976 2006-04-16 [colin]      2.1.0cvs49
8978         * src/textview.c
8979                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8980                 with gtk < 2.8. Thanks to Fabien Vantard.
8982 2006-04-15 [colin]      2.1.0cvs48
8984         * src/etpan/imap-thread.c
8985                 Fix bug #919 (libetpan: SEGV when connecting 
8986                 using command)
8988 2006-04-14 [colin]      2.1.0cvs47
8990         * src/main.c
8991                 Fix race on --select (should be done better)
8993 2006-04-14 [wwp]        2.1.0cvs46
8995         * src/send_message.c
8996                 enforce a check for domain in account prefs (a sending
8997                 error could be faced if domain was checked but no value set),
8998                 thanks to Colin.
9000 2006-04-14 [colin]      2.1.0cvs45
9002         * src/codeconv.c
9003                 when converting from unknown to unknown, if the
9004                 string is UTF8, don't convert it to the locale
9005                 (which breaks it)
9007 2006-04-14 [colin]      2.1.0cvs44
9009         * src/compose.c
9010                 Don't try to use ASCII for converting headers
9011                 (as done in body)
9013 2006-04-14 [paul]       2.1.0cvs43
9015         * src/crash.c
9016                 add locale/charset info to crash report
9017         * src/gtk/about.c
9018                 add wwp to doc team
9019                 replace 'e-mail' with preferred 'email'
9020         * src/gtk/authors.h
9021                 ensure contributors list is in alphabetical
9022                 order
9024 2006-04-13 [colin]      2.1.0cvs42
9026         * src/textview.c
9027                 Prevent gdk warnings
9029 2006-04-13 [colin]      2.1.0cvs41
9031         * src/common/ssl_certificate.c
9032         * src/common/ssl_certificate.h
9033         * src/gtk/sslcertwindow.c
9034                 Warn on expired certs, and display the expiration date
9036 2006-04-13 [colin]      2.1.0cvs40
9038         * src/plugins/spamassassin/spamassassin_gtk.c
9039                 Fix missing set_text on unix socket
9041 2006-04-13 [wwp]        2.1.0cvs39
9043         * manual/fr/advanced.xml
9044         * manual/fr/glossary.xml
9045                 applied new spam/ham/email lexicon (pourriel, courriel)
9047 2006-04-13 [paul]       2.1.0cvs38
9049         * src/plugins/pgpmime/plugin.c
9050                 remove the mention of S/MIME from the
9051                 description. This is now handled by the
9052                 S/MIME plugin.
9054 2006-04-13 [paul]       2.1.0cvs37
9056         * src/prefs_msg_colors.c
9057                 rework dialog
9058         * src/prefs_folder_item.c
9059         * src/prefs_spelling.c
9060                 add a tooltip to the colour selector buttons
9062 2006-04-13 [wwp]        2.1.0cvs36
9064         * manual/advanced.xml
9065         * manual/glossary.xml
9066         * manual/handling.xml
9067         * manual/keyboard.xml
9068         * manual/plugins.xml
9069         * manual/starting.xml
9070         * manual/fr/account.xml
9071         * manual/fr/ack.xml
9072         * manual/fr/addrbook.xml
9073         * manual/fr/advanced.xml
9074         * manual/fr/faq.xml
9075         * manual/fr/glossary.xml
9076         * manual/fr/gpl.xml
9077         * manual/fr/handling.xml
9078         * manual/fr/intro.xml
9079         * manual/fr/keyboard.xml
9080         * manual/fr/plugins.xml
9081         * manual/fr/starting.xml
9082         * manual/fr/sylpheed-claws-manual.xml
9083                 fixes to the manuals:
9084                  - summaryview -> Message List (same in French)
9085                  - translate key names
9086                  - fix French punctuation, use non-breakable spaces when
9087                    necessary, don't use &thinsp; which is not portable
9088                  - tell what maildir and mbox formats we support
9090 2006-04-12 [wwp]        2.1.0cvs35
9092         * src/prefs_toolbar.c
9093                 unified a replace button more,
9094                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9096 2006-04-12 [wwp]        2.1.0cvs34
9098         * src/prefs_common.c
9099         * src/prefs_msg_colors.c
9100                 make default color labels translatable,
9101                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9102                 thanks to Tim <timbrain@post.cz> for reporting.
9104 2006-04-12 [wwp]        2.1.0cvs33
9106         * manual/glossary.xml
9107         * manual/intro.xml
9108         * manual/plugins.xml
9109         * manual/starting.xml
9110         * manual/sylpheed-claws-manual.xml
9111         * manual/fr/.cvsignore
9112         * manual/fr/account.xml
9113         * manual/fr/ack.xml
9114         * manual/fr/addrbook.xml
9115         * manual/fr/advanced.xml
9116         * manual/fr/faq.xml
9117         * manual/fr/glossary.xml
9118         * manual/fr/handling.xml
9119         * manual/fr/intro.xml
9120         * manual/fr/keyboard.xml
9121         * manual/fr/plugins.xml
9122         * manual/fr/starting.xml
9123         * manual/fr/sylpheed-claws-manual.xml
9124                 various fixes: typos, missing .fr translations, punctuation,
9125                 capitalization, links, accents and some bad French more.
9127 2006-04-12 [wwp]        2.1.0cvs32
9129         * src/prefs_gtk.c
9130                 fix for bug #935: always store prefs files in UTF-8 (thanks
9131                 to Colin).
9133 2006-04-11 [colin]      2.1.0cvs31
9135         * src/compose.c
9136                 Fix inserting files not in utf8 when locale is utf8
9138 2006-04-11 [colin]      2.1.0cvs30
9140         * src/inc.c
9141                 Don't show error dialog when cancelling connection
9142                 Patch by Pawel
9144 2006-04-11 [cleroy]     2.1.0cvs29
9146         * src/compose.c
9147                 Implement multiple quote levels
9148         * src/prefs_common.c
9149                 Change a little bit the quote bgcolor for 2nd level
9151 2006-04-11 [colin]      2.1.0cvs28
9153         * src/gtk/about.c
9154                 Add locale and charset in the label
9156 2006-04-10 [colin]      2.1.0cvs27
9158         * src/compose.c
9159         * src/prefs_common.c
9160         * src/prefs_common.h
9161         * src/prefs_msg_colors.c
9162         * src/textview.c
9163                 Allow optional background color in quotes
9164                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9165                 GTK+-2.8.x feature
9167 2006-04-10 [colin]      2.1.0cvs26
9169         * src/main.c
9170         * src/mainwindow.c
9171         * src/mainwindow.h
9172                 Implement --select
9174 2006-04-10 [colin]      2.1.0cvs25
9176         * manual/plugins.xml
9177         * manual/fr/plugins.xml
9178                 Document libcurl's proxy variables
9180 2006-04-09 [colin]      2.1.0cvs24
9182         * src/prefs_common.c
9183                 gettext() returns statically allocated stuff. We have
9184                 to strdup it in order to be able to free it.
9186 2006-04-09 [colin]      2.1.0cvs23
9188         * AUTHORS
9189         * src/gtk/authors.h
9190                 Add Alexei
9192 2006-04-09 [colin]      2.1.0cvs22
9194         * src/mainwindow.c
9195         * src/gtk/quicksearch.c
9196                 Fix bug #859 (problems with cyrilic input in 
9197                 search panel) - Patch by Alexey Illarionov 
9198                 <littlesavage@rambler.ru>
9200 2006-04-09 [colin]      2.1.0cvs21
9202         * src/prefs_customheader.c
9203                 I prefer removing then freeing rather than the contrary
9204                 (even if it doesn't change anything ;-)
9205         * src/prefs_account.c
9206                 Fix bug #933 (Crash re-entering the custom headers list 
9207                 dialog in accounts prefs)
9208                 The problem happened when cancelling the Account 
9209                 Preferences' dialogs - in which case we didn't do 
9210                 anything to the PrefsAccount * struct. In case of applying,
9211                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9212                 working with in this dialog. The problem is that 
9213                 prefs_customheader.c, working on this tmp_ac_prefs, always
9214                 changes the ->customhdr_list pointer, even when cancelled. 
9215                 So in case of cancelling the prefs_account dialog, we still
9216                 have to update ->customhdr_list in the real account.
9218 2006-04-08 [colin]      2.1.0cvs20
9220         * manual/fr/glossary.xml
9221         * manual/fr/keyboard.xml
9222                 Forgot some headers :)
9224 2006-04-08 [colin]      2.1.0cvs19
9226         * manual/Makefile.am
9227         * manual/fr/Makefile.am
9228         * manual/fr/account.xml
9229         * manual/fr/ack.xml
9230         * manual/fr/addrbook.xml
9231         * manual/fr/advanced.xml
9232         * manual/fr/faq.xml
9233         * manual/fr/glossary.xml
9234         * manual/fr/gpl.xml
9235         * manual/fr/handling.xml
9236         * manual/fr/intro.xml
9237         * manual/fr/keyboard.xml
9238         * manual/fr/plugins.xml
9239         * manual/fr/starting.xml
9240         * manual/fr/sylpheed-claws-manual.xml
9241         * manual/fr/dist/.cvsignore
9242         * manual/fr/dist/Makefile.am
9243         * manual/fr/dist/html/.cvsignore
9244         * manual/fr/dist/html/Makefile.am
9245         * manual/fr/dist/pdf/.cvsignore
9246         * manual/fr/dist/pdf/Makefile.am
9247         * manual/fr/dist/ps/.cvsignore
9248         * manual/fr/dist/ps/Makefile.am
9249         * manual/fr/dist/txt/.cvsignore
9250         * manual/fr/dist/txt/Makefile.am
9251                 Add the french translation of the manual. Thanks to
9252                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9253                 account.xml, ack.xml, addrbook.xml and advanced.xml
9255 2006-04-08 [colin]      2.1.0cvs18
9257         * manual/plugins.xml
9258         * manual/starting.xml
9259                 More fixes
9261 2006-04-07 [colin]      2.1.0cvs17
9263         * manual/faq.xml
9264         * manual/intro.xml
9265         * manual/keyboard.xml
9266                 Little fixes
9268 2006-04-07 [colin]      2.1.0cvs16
9270         * README
9271         * src/compose.c
9272         * src/prefs_common.c
9273         * src/prefs_common.h
9274                 Add hidden compose_no_markup pref
9276 2006-04-07 [wwp]        2.1.0cvs15
9278         * src/summary_search.c
9279         * .cvsignore
9280                 Bugfix: stop button was sticky when searching in an empty folder.
9281                 Applied curly brackets code style to the whole file (summary_search.c).
9282                 More files to ignore.
9284 2006-04-07 [wwp]        2.1.0cvs14
9286         * src/message_search.c
9287         * src/summary_search.c
9288                 changed default button when search bumps at file/folder
9289                 beginning or end, for convenience (thanks to Colin).
9291 2006-04-07 [paul]       2.1.0cvs13
9293         * src/plugins/dillo_viewer/dillo_prefs.c
9294                 avoid future potential for namespace collision
9295                 Patch by Colin
9297 2006-04-06 [wwp]        2.1.0cvs12
9299         * src/summary_search.c
9300                 Unify extended/advanced searches names (and thus factorize labels),
9301                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9303 2006-04-06 [wwp]        2.1.0cvs11
9305         * src/folderview.c
9306         * src/prefs_themes.c
9307         * src/summaryview.c
9308                 Fixed some compilation warnings.
9310 2006-04-06 [colin]      2.1.0cvs10
9312         * manual/advanced.xml
9313                 Document the wizard template and how to deploy
9314                 Sylpheed-Claws effectively
9316 2006-04-06 [colin]      2.1.0cvs9
9318         * src/folderview.c
9319                 gettext patch to tell translators about _("#"),
9320                 by Maxim Britov
9322 2006-04-06 [colin]      2.1.0cvs8
9324         * src/textview.c
9325                 Fix invalid GtkTextBIter after clicking "Display as text"
9327 2006-04-06 [mones]      2.1.0cvs7
9329         * src/addr_compl.c
9330         * src/addrindex.c
9331         * src/addritem.c
9332         * src/codeconv.c
9333         * src/compose.c
9334         * src/filtering.c
9335         * src/folder.c
9336         * src/folder_item_prefs.c
9337         * src/folderview.c
9338         * src/localfolder.c
9339         * src/matcher.c
9340         * src/mimeview.c
9341         * src/prefs_msg_colors.c
9342         * src/prefs_spelling.c
9343         * src/prefs_themes.c
9344         * src/procmime.c
9345         * src/procmsg.c
9346         * src/stock_pixmap.c
9347         * src/summaryview.c
9348         * src/textview.c
9349         * src/toolbar.c
9350         * src/common/mgutils.c
9351         * src/common/prefs.c
9352         * src/common/ssl_certificate.c
9353         * src/gtk/colorlabel.c
9354         * src/gtk/quicksearch.c
9355         * src/plugins/pgpmime/pgpmime.c
9356         * src/plugins/spamassassin/spamassassin.c
9357                 Removed redundant NULL checks for g_free() calls.
9358                 Patch by Pawel Pekala.
9360 2006-04-06 [mones]      2.1.0cvs6
9362         * src/prefs_actions.c
9363         * src/prefs_filtering.c
9364         * src/prefs_filtering_action.c
9365         * src/prefs_matcher.c
9366         * src/prefs_template.c
9367         * src/gtk/gtkutils.c
9368         * src/gtk/gtkutils.h
9369                 Have a nice replace button. Patch by Pawel Pekala
9371 2006-04-06 [colin]      2.1.0cvs5
9373         * src/addressbook.c
9374                 Fix crash with empty columns
9376 2006-04-05 [colin]      2.1.0cvs4
9378         * src/wizard.c
9379         * src/prefs_gtk.c
9380                 Allow wizard customization with pre-filled values
9382 2006-04-05 [colin]      2.1.0cvs3
9384         * src/textview.c
9385         * src/mimeview.c
9386         * src/mimeview.h
9387                 Nicer messages in mimeview
9389 2006-04-05 [colin]      2.1.0cvs2
9391         * src/addressbook.c
9392         * src/prefs_summaries.c
9393                 i18n fix
9395 2006-04-05 [colin]      2.1.0cvs1
9397         * src/plugins/pgpcore/plugin.c
9398         * src/plugins/pgpcore/select-keys.c
9399         * src/plugins/pgpcore/select-keys.h
9400         * src/plugins/pgpcore/sgpgme.c
9401         * src/plugins/pgpcore/sgpgme.h
9402         * src/plugins/pgpinline/pgpinline.c
9403         * src/plugins/pgpinline/plugin.c
9404         * src/plugins/pgpmime/pgpmime.c
9405         * src/plugins/pgpmime/plugin.c
9406                 Factorize and generalize a bit 
9407                 Drop S/MIME signature verification from PGP/MIME
9408                 (adding it as another, more complete plugin)
9410 2006-04-05 [paul]       2.1.0
9412         2.1.0 released
9414 2006-04-05 [paul]       2.0.0cvs186
9416         * manual/advanced.xml
9417                 add info on colour labels
9419 2006-04-05 [paul]       2.0.0cvs185
9421         * po/bg.po
9422         * po/cs.po
9423         * po/de.po
9424         * po/el.po
9425         * po/en_GB.po
9426         * po/fi.po
9427         * po/fr.po
9428         * po/it.po
9429         * po/nl.po
9430         * po/pl.po
9431         * po/pt_BR.po
9432         * po/sr.po
9433         * po/zh_CN.po
9434                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9435                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9436                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9437                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9438         * src/gtk/authors.h
9439         * tools/claws.i18n.status.pl
9440                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9441                 and new Czech translator, Tim <timbrain@post.cz>
9443 2006-04-05 [mones]      2.0.0cvs184
9445         * po/es.po
9446                 Updated translation
9448 2006-04-05 [colin]      2.0.0cvs183
9450         * src/gtk/quicksearch.c
9451                 Fix bug #929 (unnecessary reload in quick search bar)
9453 2006-04-05 [colin]      2.0.0cvs182
9455         * src/compose.c
9456                 Fix crash on Reply with no From:
9457                 Show signature and conversion error on queuing 
9458                 (but not sending)
9459         * src/mainwindow.c
9460         * src/summaryview.c
9461         * src/summaryview.h
9462                 Factorize threading code and make sure msginfo 
9463                 is not null when it comes from a GtkCTreeRow's 
9464                 data
9465         * src/gtk/gtkaspell.c
9466                 Check for necessary things
9467         * src/gtk/gtksctree.c
9468         * src/gtk/gtksctree.h
9469                 Reset anchor if necessary when removing node
9471 2006-03-29 [colin]      2.0.0cvs181
9473         * src/folderview.c
9474                 Warn for disabled IMAP accounts (due to lack of
9475                 libetpan). Breaks string-freeze - sorry - but it
9476                 is kind of important ;)
9478 2006-03-28 [colin]      2.0.0cvs180
9480         * src/gtk/gtkutils.c
9481         * src/gtk/gtkutils.h
9482                 Add a gtkut_get_link_btn() function that
9483                 creates a button which acts like an URI
9484         * src/prefs_themes.c
9485         * src/gtk/about.c
9486                 Use this function (factorizes codes)
9487         * src/common/defs.h
9488         * src/gtk/pluginwindow.c
9489                 Add a "Get more..." in the plugins window
9491 2006-03-28 [colin]      2.0.0cvs179
9493         * src/common/smtp.c
9494         * src/common/passcrypt.c
9495         * src/undo.c
9496                 Warning fixes. Patch by Pawel Pekala
9498 2006-03-27 [colin]      2.0.0cvs178
9500         * src/undo.c
9501                 Fix undoing by blocks with spaces
9503 2006-03-27 [colin]      2.0.0cvs177
9505         * src/textview.c
9506                 Set margin to 3px for headers
9508 2006-03-27 [paul]
9510         2.1.0-rc2 released
9512 2006-03-27 [wwp]        2.0.0cvs176
9514         * src/summaryview.c
9515                 don't reset quicksearch when updating the message list.
9516                 Thanks to Colin.
9518 2006-03-26 [wwp]        2.0.0cvs175
9520         * src/compose.c
9521                 use a unified border width ('other' tab in the compose window,
9522                 patch by Pawel Pekala).
9525 2006-03-26 [wwp]        2.0.0cvs174
9527         * src/common/quoted-printable.c
9528         * src/addressbook.c
9529                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9531 2006-03-26 [colin]      2.0.0cvs173
9533         * src/quote_fmt_parse.y
9534                 Fix non-UTF8 date formats messing up the whole quote a 
9535                 little bit
9537 2006-03-26 [colin]      2.0.0cvs172
9539         * src/procheader.c
9540                 Make sure the date is UTF8 valid, or try to make it
9541                 so. IncrediMail is really IncrediStupid.
9542         * src/compose.c
9543                 Fix possible conversions. 
9544                 
9546 2006-03-26 [colin]      2.0.0cvs171
9548         * src/matcher.c
9549                 Fix corner cases in body search. This is still a
9550                 hack... It seems impossible to make it good and 
9551                 reasonably fast at the same time.
9553 2006-03-26 [colin]      2.0.0cvs170
9555         * src/summaryview.c
9556                 I think I killed the twilight zone bug!
9557                 summary_select_node() flushes GTK events in order
9558                 to be able to center the view. But this also 
9559                 flushes keypresses like Ctrl-Alt-U, so this can
9560                 call summary_show from summary_select_node (itself
9561                 called from summary_show, etc.). And the summaryview
9562                 has to be unlocked in this function. So just locking
9563                 while processing GTK events, and bailing if locked, 
9564                 should fix it.
9565                 Fixes bug #927 (SIGSEGV during Update Summary)
9567 2006-03-25 [colin]      2.0.0cvs169
9569         * src/matcher.c
9570                 Fix search in QP-encoded bodies
9571                 Fix utf-8 searches in bodies encoded in the
9572                 locale's encoding
9573         * src/common/quoted-printable.c
9574         * src/common/quoted-printable.h
9575                 Add a decode function that doesn't overwrite
9576                 the original pointer
9577                 
9579 2006-03-24 [colin]      2.0.0cvs168
9581         * src/action.c
9582         * src/summaryview.c
9583         * src/summaryview.h
9584                 Update message cache after action
9585                 Patch by H. Merijn Brand
9586         * src/prefs_msg_colors.c
9587                 Factorize label 
9588                 Patch by Fabien Vantard
9589         * src/plugins/spamassassin/spamassassin_gtk.c
9590                 Remove useless translation
9591                 Patch by Fabien Vantard
9593 2006-03-23 [colin]      2.0.0cvs167
9595         * src/common/ssl.c
9596                 Let 30 seconds to SSL_connect
9598 2006-03-23 [wwp]        2.0.0cvs166
9600         * src/summaryview.c
9601         * src/gtk/description_window.c
9602                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9603                 and headers are translated; adjust description windows' width to fit their
9604                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9606 2006-03-23 [paul]       2.0.0cvs165
9608         * src/common/utils.c
9609                 fix highlighting of URIs containing "()"
9610                 (2.0.0cvs164's reversal fixed)
9611                 Thanks to Colin.
9613 2006-03-23 [paul]       2.0.0cvs164
9615         * src/common/utils.c
9616                 revert patch, (postponing a fix), at 2.0.0cvs120
9617                 as it breaks more URIs than it fixes.
9618                 Allow '-' to be a terminating character in a URI
9620 2006-03-22 [colin]      2.0.0cvs163
9622         * configure.ac
9623                 Require libetpan 0.45
9624                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9626 2006-03-22 [paul]       2.0.0cvs162
9628         * src/editgroup.c
9629                 replace '<-' and '->' buttons with GTK_STOCK graphical
9630                 buttons
9631         * src/summary_search.c
9632                 don't offer '...' for translation
9633                 add a tooltip to advanced search '...' button
9634         * src/gtk/quicksearch.c
9635                 don't offer '...' for translation
9637 2006-03-21 [colin]      2.0.0cvs161
9639         * src/compose.c
9640                 Fix middle-click pasting (insert at click
9641                 position instead of cursor position, don't
9642                 remove existing selection and allow pasting
9643                 our own selection)
9644         * src/addressbook.c
9645                 "LDAP Server" -> "LDAP servers"
9647 2006-03-21 [wwp]        2.0.0cvs160
9649         * src/etpan/imap-thread.c
9650                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9652 2006-03-20 [colin]      2.0.0cvs159
9654         * src/summaryview.c
9655                 Don't reload summaryview after an execute with no
9656                 move action
9658 2006-03-19 [colin]      2.0.0cvs158
9660         * src/addressbook.c
9661                 and put groups at the top, always
9663 2006-03-19 [colin]      2.0.0cvs157
9665         * src/addressbook.c
9666                 Order groups before names, as previously
9668 2006-03-19 [colin]      2.0.0cvs156
9670         * src/addressbook.c
9671                 - Sort case-unsensitive
9672                 - Put the sort arrow at opening too
9674 2006-03-19 [wwp]        2.0.0cvs155
9676         * src/addressbook.c
9677                 allow sorting by name/email/remarks, ensure that right-pane's contents
9678                 matches the left-pane selection (cleared when appropriate).
9679                 Patch by Pawel Pekala <c0rn@o2.pl>.
9681 2006-03-18 [colin]      2.0.0cvs154
9683         * src/textview.c
9684                 Fix text cursor ;)
9686 2006-03-18 [colin]      2.0.0cvs153
9688         * src/gtk/filesel.c
9689                 Make sure we hide the preview if we didn't get
9690                 a filename
9692 2006-03-18 [colin]      2.0.0cvs152
9694         * src/summaryview.c
9695                 Set cursor to watch for execution (fixes lack
9696                 of watch-cursor when dnd'ing hundreds of mails)
9697         * src/gtk/filesel.c
9698                 Check that mime type is 'image/*' before updating
9699                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9701 2006-03-18 [colin]      2.0.0cvs151
9703         * src/mainwindow.c
9704         * src/textview.c
9705         * src/textview.h
9706                 Put a watch cursor in textview too when the mainwindow's
9707                 cursor in a watch
9709 2006-03-18 [colin]      2.0.0cvs150
9711         * src/folder.c
9712                 Change wrong asserts to simple tests
9714 2006-03-17 [colin]      2.0.0cvs149
9716         * src/mainwindow.c
9717         * src/mainwindow.h
9718         * src/prefs_msg_colors.c
9719         * src/summaryview.c
9720         * src/summaryview.h
9721         * src/gtk/colorlabel.c
9722         * src/gtk/colorlabel.h
9723                 Add a color label menu in the main menubar
9724                 Add (fixed) accels Ctrl-{0-7} to change the color
9725                 They have to be fixed because the menu's dynamic,
9726                 the items are complex widgets, hence we can't use
9727                 a GtkItemFactory.
9730 2006-03-17 [wwp]        2.0.0cvs148
9732         * src/compose.c
9733                 rollback few lines from my previous commit (those lines come from
9734                 a pending patch, accidentally commited, even if neutral as they are
9735                 commented out).
9737 2006-03-17 [wwp]        2.0.0cvs147
9739         * src/compose.c
9740                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9741                 applied code style/indentation to the modified function.
9743 2006-03-17 [wwp]        2.0.0cvs146
9745         * src/procmsg.c
9746         * src/compose.c
9747                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9749 2006-03-17 [paul]
9751         2.1.0-rc1 released
9753 2006-03-17 [paul]       2.0.0cvs145
9755         * src/main.c
9756                 addressbook_read_file() was called twice
9757         * src/textview.c
9758                 X-Mailer highlighting
9760 2006-03-16 [colin]      2.0.0cvs144
9762         * src/sourcewindow.c
9763         * src/sourcewindow.h
9764                 And the last one, in source window.
9766 2006-03-16 [colin]      2.0.0cvs143
9768         * src/compose.c
9769         * src/compose.h
9770                 Fix the same stuff in compose
9772 2006-03-16 [colin]      2.0.0cvs142
9774         * src/messageview.c
9775                 Complete the previous messageview crash fix
9777 2006-03-16 [colin]      2.0.0cvs141
9779         * src/procmsg.h
9780         * src/procmsg.c
9781         * src/folder.c
9782                 Fix POSTPROCESSING hook
9783                 Patch by H. Merijn Brand
9785         * src/procmime.c
9786         * src/procmime.h
9787                 Parse Content-Location
9789         * src/toolbar.c
9790         * src/messageview.c
9791         * src/messageview.h
9792                 Don't crash when a top-level MessageView has
9793                 been closed on us. Same problematic than
9794                 yesterday's quicksearch issue.
9796 2006-03-15 [colin]      2.0.0cvs140
9798         * src/gtk/quicksearch.c
9799                 Fix a bitchy race we didn't think about when we
9800                 added quicksearch cancellation:
9801                 If the search is not on cached fields, for example
9802                 body_part matchcase "stuff"
9803                 the matcher code has to get the whole message. If
9804                 we're on IMAP, that can be slow, and in order to
9805                 be non-blocking, the IMAP code idle loop processes
9806                 gtk events too. So it is possible to cancel a
9807                 quicksearch while the matcher is getting the mail's
9808                 body. After matcher got its body, it will start to
9809                 iterate over the matcher list that the Quicksearch's
9810                 clear_search_cb() just freed via prepare_matcher().
9811                 SIGSEGV ensues.
9812                 The fix consists of guarding the matcherlist_match()
9813                 call with a boolean 'matching'. If we reset the
9814                 quicksearch while matching is TRUE, we don't free
9815                 the matcherlist anymore like we did, but we set
9816                 another new flag, deferred_free, to TRUE. Then,
9817                 in quicksearch_match(), just after returning from
9818                 matcherlist_match() and unsetting the matching flag,
9819                 we check the deferred_free flag and do the
9820                 prepare_matcher() (which does the matcherlist_free)
9821                 for real, so we free the matcherlist once it's not
9822                 used anymore.
9823                 As all of this runs via the glib main loop, we
9824                 luckily don't need a mutex.
9825         * src/summaryview.c
9826                 Also, show progress while searching.
9829 2006-03-14 [colin]      2.0.0cvs139
9831         * src/alertpanel.c
9832                 Make alertpanel_is_open non-static
9834 2006-03-14 [colin]      2.0.0cvs138
9836         * src/prefs_spelling.c
9837                 Cleanups - Fabien Vantard
9839 2006-03-14 [wwp]        2.0.0cvs137
9841         * src/main.c
9842                 code style normalization (curly braces, indentation).
9844 2006-03-14 [wwp]        2.0.0cvs137
9846         * src/main.c
9847                 code style (braces, indentation)
9849 2006-03-12 [paul]       2.0.0cvs136
9851         * src/prefs_common.c
9852                 trans_hdr defaults to FALSE to be RFC-savvy
9853         * src/prefs_summaries.c
9854                 add a tooltip to the trans_hdr option
9855                 
9857 2006-03-12 [paul]       2.0.0cvs135
9859         * src/prefs_matcher.c
9860                 give a little more width to the combos
9861         * src/prefs_display_header.c
9862         * src/textview.c
9863                 translate headers if prefs_common.trans_hdr
9864                 is TRUE
9866         Patches by Pawel Pekala
9868 2006-03-12 [paul]       2.0.0cvs134
9870         * src/plugins/clamav/clamav_plugin.c
9871         * src/plugins/dillo_viewer/dillo_viewer.c
9872         * src/plugins/pgpcore/plugin.c
9873         * src/plugins/pgpinline/plugin.c
9874         * src/plugins/pgpmime/plugin.c
9875         * src/plugins/spamassassin/spamassassin.c
9876                 update/add to descriptions
9877         * src/plugins/spamassassin/spamassassin_gtk.c
9878                 fixes to the english, remove superfluous
9879                 tooltips, clean up a little
9881 2006-03-12 [paul]       2.0.0cvs133
9883         * src/compose.c
9884                 fix Bug 924, 'Account combo box shows up wrong 
9885                 if & is in account name'
9887 2006-03-11 [colin]      2.0.0cvs132
9889         * src/summaryview.c
9890                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9891                 messed up shift-selection because is slows down
9892                 moving around summaryview. thanks -users
9894 2006-03-10 [colin]      2.0.0cvs131
9896         * src/plugins/spamassassin/spamassassin_gtk.c
9897                 Put back Paul's engrish fixes
9899 2006-03-10 [colin]      2.0.0cvs130
9901         * src/plugins/spamassassin/spamassassin.c
9902         * src/plugins/spamassassin/spamassassin.h
9903         * src/plugins/spamassassin/spamassassin_gtk.c
9904                 Cleanup SA prefs page (more)
9905                 Patch by Fabien Vantard
9907 2006-03-10 [paul]       2.0.0cvs129
9909         * src/prefs_msg_colors.c
9910         * src/prefs_spelling.c
9911                 widget sensitivity
9913 2006-03-09 [mones]      2.0.0cvs128
9915         * po/es.po
9916                 Update for next RC
9918 2006-03-09 [wwp]        2.0.0cvs127
9920         * configure.ac
9921                 revert accidental commit (requirement for libetpan 0.43), this time
9922                 not in HEAD.
9924 2006-03-09 [wwp]        2.0.0cvs125
9926         * configure.ac
9927                 revert accidental commit (requirement for libetpan 0.43)
9929 2006-03-09 [paul]       2.0.0cvs126
9931         * src/prefs_receive.c
9932                 remove useless frame
9933                 replace 'incorporation' with 'receiving'
9934         * src/plugins/clamav/clamav_plugin_gtk.c
9935         * src/plugins/spamassassin/spamassassin_gtk.c
9936                 improve widget sensitivity
9937                 fix a bit his engrish
9939 2006-03-09 [wwp]        2.0.0cvs125
9941         * src/addressadd.c
9942         * src/foldersel.c
9943         * src/prefs_common.c
9944         * src/prefs_common.h
9945                 remember some more windows' sizes (add to addressbook and
9946                 select folder).
9948 2006-03-09 [paul]       2.0.0cvs124
9950         * src/plugins/pgpcore/prefs_gpg.c
9951                 normalise construction of dialogue
9953 2006-03-09 [paul]       2.0.0cvs123
9955         * src/plugins/trayicon/Makefile.am
9956                 add missing slash
9958 2006-03-08 [colin]      2.0.0cvs122
9960         * src/plugins/trayicon/Makefile.am
9961                 Fix build in separate dir 
9962                 Patch by Bamanzi <bamanzi@gmail.com>
9964 2006-03-08 [colin]      2.0.0cvs121
9966         * src/procmsg.c
9967                 Batch move and copies from summaryview with delayed execution
9968                 too
9970 2006-03-07 [paul]       2.0.0cvs120
9972         * src/common/utils.c
9973                 fix highlighting of URIs containing "()"
9974                 Patch by Pawel Pekala
9976 2006-03-07 [paul]       2.0.0cvs119
9978         * src/folder.c
9979         * src/folder.h
9980         * src/folderview.c
9981                 immediately do alphabetical resort when
9982                 changing a folder's name
9983                 Patch by Pawel Pekala
9985 2006-03-07 [paul]       2.0.0cvs118
9987         * src/news.c
9988         * src/news_gtk.c
9989                 when unsubscribing a newsgroup, remove the
9990                 folder and msgs in .sylpheed-claws/newscache
9991                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9993 2006-03-07 [paul]       2.0.0cvs117
9995         * src/textview.c
9996                 fix wrong Fake URL Warning
9997                 Thanks to Hiro
9999 2006-03-07 [colin]      2.0.0cvs116
10001         * src/imap.c
10002                 Return immediately when password dialog was
10003                 cancelled
10004         * src/gtk/inputdialog.c
10005                 Allow empty strings for passwords
10008 2006-03-06 [colin]      2.0.0cvs115
10010         * src/imap.c
10011                 Prevent double-timeouts when connection fails
10013 2006-03-06 [colin]
10015         2.0.1-rc1 released
10017 2006-03-06 [colin]      2.0.0cvs114
10019         * src/imap.c
10020                 Refresh session during potentially long
10021                 operations
10023 2006-03-06 [wwp]        2.0.0cvs113
10025         * src/prefs_msg_colors.h
10026                 forgot that one (custom color labels).
10028 2006-03-06 [wwp]        2.0.0cvs112
10030         * src/prefs_common.c
10031         * src/prefs_common.h
10032         * src/prefs_msg_colors.c
10033         * src/summaryview.c
10034         * src/summaryview.h
10035         * src/gtk/colorlabel.c
10036         * src/gtk/colorlabel.h
10037                 colors in messages list are now customizable. Color values and names can
10038                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10039                 Thanks to Paul and Colin for their help with this longstanding patch!
10041 2006-03-06 [wwp]        2.0.0cvs111
10043         * src/textview.c
10044                 don't crash if (x)face is bad.
10046 2006-03-05 [paul]       2.0.0cvs110
10048         * AUTHORS
10049         * configure.ac
10050         * src/Makefile.am
10051         * src/common/Makefile.am
10052         * src/common/utils.h
10053         * src/etpan/imap-thread.c
10054         * src/gtk/authors.h
10055         * src/plugins/clamav/Makefile.am
10056         * src/plugins/demo/Makefile.am
10057         * src/plugins/dillo_viewer/Makefile.am
10058         * src/plugins/pgpcore/Makefile.am
10059         * src/plugins/pgpcore/passphrase.c
10060         * src/plugins/pgpinline/Makefile.am
10061         * src/plugins/pgpmime/Makefile.am
10062         * src/plugins/spamassassin/Makefile.am
10063         * src/plugins/trayicon/Makefile.am
10064                 fix builiding on cygwin
10065                 Patch by Ralgh Young <bamanzi@gmail.com>
10067 2006-03-04 [wwp]        2.0.0cvs109
10069         * manual/keyboard.xml
10070                 fix mixed up/down keys.
10072 2006-03-04 [wwp]        2.0.0cvs108
10074         * README
10075         * INSTALL
10076                 updated links to SpamAssassin.
10078 2006-03-04 [wwp]        2.0.0cvs107
10080         * manual/plugins.xml
10081         * src/plugins/spamassassin/README
10082                 updated SpamAssassin plugin docs to reflect new functional additions
10083                 (also fix/update/documents few technical stuff more, see the README).
10085 2006-03-04 [wwp]        2.0.0cvs106
10087         * src/prefs_message.c
10088                 normalized capitalization of message-prefs paths.
10090 2006-03-04 [wwp]        2.0.0cvs105
10092         * manual/advanced.xml
10093                 typo.
10095 2006-03-03 [colin]      2.0.0cvs104
10097         * src/plugins/clamav/clamav_plugin_gtk.c
10098                 Rework prefs page, patch by Fabien 
10100 2006-03-03 [colin]      2.0.0cvs103
10102         * src/plugins/clamav/clamav_plugin.c
10103                 Set error on all errors
10105 2006-03-03 [colin]      2.0.0cvs102
10107         * src/common/plugin.c
10108                 Initialize error to avoid crashing when a plugin fails
10109                 without setting error
10111 2006-03-02 [wwp]        2.0.0cvs101
10113         * configure.ac
10114                 fixed linker flags for libetpan support on Cygwin
10115                 (thanks to H.Merijn Brand).
10117 2006-03-02 [wwp]        2.0.0cvs100
10119         * src/addressbook.c
10120                 fix some AB error messages: one for punctuation and
10121                 one wrongly duplicate (thanks, maxbritov).
10123 2006-03-02 [wwp]        2.0.0cvs99
10125         * src/plugins/spamassassin/spamassassin.c
10126                 make sync calls to sa-learn/spamc to prevent
10127                 system (whatever local or client/server) overload.
10129 2006-03-02 [colin]      2.0.0cvs98
10131         * src/summaryview.c
10132                 Put the spam icon in the status column instead of the
10133                 mark one
10135 2006-03-01 [colin]      2.0.0cvs97
10137         * src/plugins/spamassassin/spamassassin.c
10138                 Fix segfault (g_file_set_contents fails for some 
10139                 reason and err==0x2f. Can't find out why with
10140                 valgrind, using working function :-)
10142 2006-03-01 [colin]      2.0.0cvs96
10144         * src/inc.c
10145                 Offline overriding: let 'No' be cached only 3 seconds
10147 2006-03-01 [colin]      2.0.0cvs95
10149         * src/addr_compl.c
10150         * src/addrbook.c
10151         * src/addressbook.c
10152         * src/addrindex.c
10153         * src/folder_item_prefs.c
10154         * src/headerview.c
10155         * src/imap.c
10156         * src/inc.c
10157         * src/ldif.c
10158         * src/mainwindow.c
10159         * src/mh.c
10160         * src/msgcache.c
10161         * src/prefs_common.h
10162         * src/prefs_msg_colors.c
10163         * src/procheader.c
10164         * src/procheader.h
10165         * src/procmime.c
10166         * src/procmsg.c
10167         * src/procmsg.h
10168         * src/send_message.h
10169         * src/simple-gettext.c
10170         * src/summaryview.c
10171         * src/summaryview.h
10172         * src/syldap.c
10173         * src/textview.c
10174         * src/undo.c
10175         * src/common/ssl_certificate.c
10176         * src/common/utils.c
10177         * src/gtk/colorsel.c
10178         * src/gtk/gtksctree.c
10179         * src/gtk/gtkshruler.c
10180         * src/plugins/trayicon/trayicon.c
10181                 #if 0 goes to /dev/null
10183 2006-03-01 [colin]      2.0.0cvs94
10185         * src/compose.c
10186         * src/imap.c
10187         * src/inc.c
10188         * src/inc.h
10189         * src/messageview.c
10190         * src/news.c
10191         * src/plugins/spamassassin/spamassassin.c
10192                 Allow to add information in the "working offline"
10193                 window
10195 2006-03-01 [wwp]        2.0.0cvs93
10197         * src/plugins/spamassassin/spamassassin.c
10198                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10199                 'cause it seems that calling `spamc ... < inputfile` with
10200                 g_spawn_(a)sync simply.. erm doesn't work :-).
10202 2006-03-01 [wwp]        2.0.0cvs92
10204         * src/toolbar.c
10205         * src/toolbar.h
10206                 simplify the adding of spam/ham button to the messageview toolbar
10207                 (it gets more clear now that the same button will be "Mark as spam"
10208                 or "Mark as ham" according to the current message status,
10209                 thanks to Colin).
10211 2006-03-01 [wwp]        2.0.0cvs91
10213         * src/messageview.c
10214         * src/procmsg.c
10215         * src/procmsg.h
10216         * src/summaryview.c
10217         * src/plugins/spamassassin/spamassassin.c
10218         * src/plugins/spamassassin/spamassassin.h
10219                 make learner callbacks return a status (0 for ok),
10220                 handle it in main code to avoid setting flags when learning failed,
10221                 don't learn on TCP if offline in spamassassin,
10222                 thanks to Colin.
10224                 
10226 2006-03-01 [wwp]        2.0.0cvs90
10228         * src/compose.c
10229                 some work around the compose window's account menu,
10230                 patch by Fabien Vantard.
10232 2006-03-01 [wwp]        2.0.0cvs89
10234         * src/plugins/spamassassin/spamassassin.c
10235                 fixed bad logics, was using spamc in local mode and sa-learn
10236                 in remote mode (thanks, Colin).
10238 2006-03-01 [wwp]        2.0.0cvs88
10240         * src/plugins/spamassassin/spamassassin.c
10241         * src/plugins/spamassassin/spamassassin.h
10242         * src/plugins/spamassassin/spamassassin_gtk.c
10243                 made processing of emails w/ sa-plugin an option (default is TRUE),
10244                 fixed Engrish some tooltips, capitalization of some debug messages
10245                 and warnings. The spamassassin plugin now provides two separate
10246                 services: process emails upon incorporation and spamd training.
10247                 Both services (un)register independently but use some common
10248                 plugin settings (transport settings, spam storage location).
10250 2006-02-28 [wwp]        2.0.0cvs87
10252         * src/plugins/spamassassin/spamassassin.c
10253                 fix async flag to spamc cmdline execution (batch exec should
10254                 be asynchronous).
10256 2006-02-27 [wwp]        2.0.0cvs86
10258         * src/plugins/spamassassin/spamassassin.c
10259         * src/plugins/spamassassin/spamassassin.h
10260         * src/plugins/spamassassin/spamassassin_gtk.c
10261                 - added the ability to learn a remote spamassassin server (spamd),
10262                 using spamc.
10263                 - added the spamassassin option 'username', that applies to all
10264                 spamassassin operations (filtering, learning, local or remote).
10265                 The default username is the current unix user (if left blank
10266                 from gtk prefs or config file).
10267                 - commented out some unused code (notebook widget), removed unused
10268                 layout (hbox1).
10269                 - make more widgets sensitive to the transport type.
10271 2006-02-27 [colin]      2.0.0cvs85
10273         * src/plugins/spamassassin/spamassassin.c
10274                 Fix sa-learn call when offline
10276 2006-02-27 [colin]      2.0.0cvs84
10278         * configure.ac
10279         * src/Makefile.am
10280         * src/mainwindow.c
10281         * src/mainwindow.h
10282         * src/messageview.c
10283         * src/messageview.h
10284         * src/prefs_toolbar.c
10285         * src/procmsg.c
10286         * src/stock_pixmap.c
10287         * src/stock_pixmap.h
10288         * src/summaryview.c
10289         * src/toolbar.c
10290         * src/toolbar.h
10291         * src/pixmaps/ham_btn.xpm
10292         * src/pixmaps/spam.xpm
10293         * src/pixmaps/spam_btn.xpm
10294         * src/plugins/spamassassin/spamassassin.c
10295                 Add button in toolbar for spam learning
10296                 Fix a few bugs from the last related commit
10297                 Revert 1.9.6cvs23 which messed up shift-selection
10299 2006-02-24 [colin]      2.0.0cvs83
10301         * src/procmsg.c
10302         * src/summaryview.c
10303         * src/summaryview.h
10304         * src/plugins/spamassassin/spamassassin.c
10305         * src/plugins/spamassassin/spamassassin.h
10306         * src/plugins/spamassassin/spamassassin_gtk.c
10307                 Unregister learner when spamassassin is either
10308                 disabled or over tcp
10310 2006-02-24 [colin]      2.0.0cvs82
10312         * src/Makefile.am
10313         * src/mainwindow.c
10314         * src/mainwindow.h
10315         * src/procmsg.c
10316         * src/procmsg.h
10317         * src/stock_pixmap.c
10318         * src/stock_pixmap.h
10319         * src/summaryview.c
10320         * src/summaryview.h
10321         * src/gtk/icon_legend.c
10322         * src/pixmaps/spam.xpm  ** NEW FILE **
10323         * src/plugins/spamassassin/spamassassin.c
10324         * src/plugins/spamassassin/spamassassin_gtk.c
10325                 Add spam learning interface (Mark/Mark as 
10326                 (spam|ham) menus)
10328 2006-02-24 [wwp]        2.0.0cvs81
10330         * src/compose.c
10331         * src/compose.h
10332         * src/filtering.c
10333                 hide compose window when sending message in batch mode
10334                 (filtering: forward and redirect). Also fixed a wrong
10335                 value returned when sending failed, neutral anyway.
10336                 (Colin, me) 
10338 2006-02-24 [wwp]        2.0.0cvs80
10340         * src/mainwindow.c
10341                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10343 2006-02-24 [paul]       2.0.0cvs79
10345         * src/news.c
10346         * src/news.h
10347         * src/news_gtk.c
10348                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10349                 Thanks to Colin
10351 2006-02-23 [colin]      2.0.0cvs78
10353         * src/alertpanel.c
10354                 Change OK to Close in alertpanel with View log
10355                 button; add accel to View log. Patch by Fabien
10356                 Vantard
10358 2006-02-23 [wwp]        2.0.0cvs77
10360         * src/compose.c
10361                 silly me, there were much more tests to perform, since toolbars can
10362                 really have down to 1 element only.
10364 2006-02-23 [wwp]        2.0.0cvs76
10366         * commitHelper
10367                 fixed indentation from my previous commit. Fallback to VISUAL if
10368                 EDITOR is not set (and to vi, at last resort).
10370 2006-02-23 [wwp]        2.0.0cvs75
10372         * commitHelper
10373                 improved error detection (Colin, me).
10375 2006-02-23 [wwp]        2.0.0cvs74
10377         * src/prefs_toolbar.c
10378                 simplify and fix prefs/toolbars layouting. Combos' contents can
10379                 now be really displayed.
10381 2006-02-23 [wwp]        2.0.0cvs73
10382         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10383         be really displayed.
10385 2006-02-22 [wwp]        2.0.0cvs72
10387         * src/compose.c
10388                 fix a typo in my previous commit (sorry!).
10390 2006-02-22 [wwp]        2.0.0cvs71
10392         * src/prefs_toolbar.c
10393                 fix a crash when adding separators to toolbars,
10394                 also fix some separator item information.
10396 2006-02-22 [wwp]        2.0.0cvs70
10398         * src/compose.c
10399                 fix a crash when redirecting (for instance) when compose window's
10400                 toolbar contents has been customized (when some buttons have been
10401                 removed in fact).
10403 2006-02-21 [wwp]        2.0.0cvs69
10405         * src/summaryview.c
10406         * src/gtk/pluginwindow.c
10407         * src/plugins/pgpcore/prefs_gpg.c
10408                 fix some compilation warnings (feat. remains of removed code).
10410 2006-02-21 [wwp]        2.0.0cvs68
10412         * src/gtk/gtkutils.c
10413                 fix two compilation issues, thanks to Stephan Sachse.
10415 2006-02-20 [colin]      2.0.0cvs67
10417         * src/mainwindow.c
10418                 Don't reselect displayed mail on refocus
10419                 This fixes actions misbehaving 
10421 2006-02-20 [wwp]        2.0.0cvs66
10423         * src/summaryview.c
10424         * src/gtk/gtksctree.c
10425         * src/gtk/gtkshruler.c
10426                 changed more runtime typecast checks.
10428 2006-02-20 [wwp]        2.0.0cvs65
10430         * src/summary_search.c
10431                 find all - summaryview refresh issue fixed, thanks to Colin.
10433 2006-02-20 [wwp]        2.0.0cvs64
10435         * src/gtk/gtkutils.c
10436                 better runtime typecast checks.
10438 2006-02-20 [wwp]        2.0.0cvs63
10440         * src/summary_search.c
10441                 enhancements to the summary search:
10442                         - add the ability to stop the running search
10443                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10444                         - don't search if no criteria (From/To/Subject/Body) is set
10445                         - ensure that a busy mouse pointer is always shown when searching,
10446                           show it even a bit earlier
10448 2006-02-19 [colin]      2.0.0cvs62
10450         * src/compose.c
10451         * src/imap.c
10452         * src/etpan/imap-thread.c
10453         * src/etpan/imap-thread.h
10454                 (Future) IMAP speed improvement on sending
10455                 Will require a libetpan update
10456         * src/summaryview.c
10457         * src/gtk/quicksearch.c
10458                 Make quicksearch clearable while running.
10460 2006-02-17 [colin]      2.0.0cvs61
10462         * src/imap.c
10463         * src/etpan/imap-thread.c
10464         * src/etpan/imap-thread.h
10465                 Check for IMAP certificates
10466                 ** Requires libetpan-0.42-cvs4 
10467                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10469 2006-02-17 [colin]      2.0.0cvs60
10471         * src/messageview.c
10472         * src/prefs_common.c
10473         * src/prefs_common.h
10474         * src/prefs_message.c
10475                 Add pref to display HTML-only mails with plugin, 
10476                 if possible (defaulting to FALSE of course).
10478 2006-02-16 [colin]      2.0.0cvs59
10480         * src/main.c
10481         * src/common/plugin.c
10482         * src/common/plugin.h
10483         * src/gtk/pluginwindow.c
10484                 Keep track of requested (but unloaded) plugins
10485                 in some error cases.
10487 2006-02-16 [wwp]        2.0.0cvs58
10489         * src/gtk/gtkaspell.c
10490         * src/gtk/gtkaspell.h
10491         * src/prefs_spelling.c
10492         * src/compose.c
10493         * src/prefs_common.c
10494         * src/prefs_common.h
10495                 implemented new optional spellchecker behaviour: re-check message when
10496                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10498 2006-02-16 [wwp]        2.0.0cvs57
10500         * src/quote_fmt_parse.y
10501                 pclose popen'ed pipe.
10503 2006-02-15 [colin]      2.0.0cvs56
10505         * src/mimeview.c
10506         * src/mimeview.h
10507                 Let MimeViewers know which MimeView they
10508                 depend of.
10509         * src/summaryview.c
10510                 Swap From/To columns in Sent/Queue/Drafts
10511                 folders
10512         * src/etpan/imap-thread.c
10513                 Use mailstream_low_tls_open() for STARTTLS
10514                 instead of mailstream_low_ssl_open()
10515                 ** REQUIRES libetpan 0.42cvs3 **
10517 2006-02-15 [wwp]        2.0.0cvs55
10519         * src/compose.c
10520         * src/compose.h
10521         * src/message_search.c
10522         * src/message_search.h
10523         * src/textview.c
10524         * src/gtk/gtkutils.c
10525         * src/gtk/gtkutils.h
10526                 added the ability to Find text in the compose window (and a bit
10527                 of code factorization).
10529 2006-02-15 [wwp]        2.0.0cvs54
10531         * src/prefs_gtk.c
10532                 yet another one file was missing (fix for some widgets' sensitivity).
10533                 Thanks Colin!
10535 2006-02-15 [wwp]        2.0.0cvs53
10537         * src/prefs_gtk.h
10538                 oops forgot that file (fix for some widgets' sensitivity).
10540 2006-02-15 [wwp]        2.0.0cvs52
10542         * src/summary_search.c
10543                 implemented advanced summary search options (added the ability
10544                 to use matcher conditions in an advanced search mode).
10546 2006-02-15 [wwp]        2.0.0cvs51
10548         * src/plugins/pgpcore/prefs_gpg.c
10549         * src/prefs_account.c
10550                 fix some widget sensitivity, mostly around some labels in
10551                 account prefs.
10553 2006-02-15 [paul]       2.0.0cvs50
10555         * manual/advanced.xml
10556                 improve Templates info
10557                 written by wwp
10559 2006-02-14 [colin]      2.0.0cvs49
10561         * src/pixmaps/address_book.xpm
10562         * src/pixmaps/preferences.xpm
10563         * src/pixmaps/properties.xpm
10564                 Fix pixmap size - patch by Fabien Vantard
10566 2006-02-13 [colin]      2.0.0cvs48
10568         * src/procmime.c
10569                 Add missing fclose()s on error
10570         * src/textview.c
10571                 Remove unused code
10572         * src/common/utils.c
10573                 Fix temp files not being deleted on windows
10574         Patches by Thomas Gilgin
10576 2006-02-13 [colin]      2.0.0cvs47
10578         * src/mainwindow.c
10579                 Fix exit crash
10581 2006-02-13 [wwp]        2.0.0cvs46
10583         * src/plugins/pgpcore/prefs_gpg.c
10584                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10586 2006-02-12 [colin]      2.0.0cvs45
10588         * src/folderview.c
10589         * src/main.c
10590         * src/mainwindow.c
10591                 Fix "stuff" when quitting
10593 2006-02-12 [wwp]        2.0.0cvs44
10595         * src/prefs_themes.c
10596                 fix typos in debug messages.
10598 2006-02-11 [colin]      2.0.0cvs43
10600         * src/summaryview.c
10601                 don't allow drag/drop from ourself
10603 2006-02-10 [wwp]        2.0.0cvs42
10605         * src/exporthtml.c
10606         * src/html.c
10607         * src/html.h
10608         * src/procmime.c
10609         * src/textview.c
10610                 renamed html_ prefixed functions and data structures to avoid
10611                 namespace clashes w/ other software (gtkhtml2 for instance).
10612                 Closes bug #907.
10615 2006-02-09 [colin]      2.0.0cvs41
10617         * src/summaryview.c
10618                 Fix shitty logic messed up. Thanks Ticho for the hint!
10620 2006-02-09 [wwp]        2.0.0cvs40
10622         * src/gtk/about.c
10623         * src/compose.c
10624         * src/prefs_account.c
10625         * src/prefs_gtk.h
10626         * src/editaddress.c
10627                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10628                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10629                 Browse buttons in accounts prefs.
10631 2006-02-09 [colin]      2.0.0cvs39
10633         * src/matcher.c
10634                 Check for pointer before using its members
10635         * src/gtk/gtksourceprintjob.c
10636                 Fix a wrong warning
10638 2006-02-09 [wwp]        2.0.0cvs38
10640         * src/gtk/filesel.c
10641                 fix few compiler warnings (type mismatch).
10643 2006-02-09 [paul]       2.0.0cvs37
10645         * po/fr.po
10646                 updated by Fabien Vantard
10648 2006-02-08 [colin]      2.0.0cvs36
10650         * src/prefs_common.c
10651         * src/common/defs.h
10652         * src/common/plugin.c
10653                 allow windows and linux configurations to coexist
10654                 patch by Thomas Gilgin
10656 2006-02-08 [colin]      2.0.0cvs35
10658         * src/filtering.c
10659         * src/matcher.c
10660         * src/matcher.h
10661         * src/matcher_parser_parse.y
10662         * src/prefs_filtering_action.c
10663         * src/prefs_matcher.c
10664                 Add the "Ignore thread" filtering
10665                 action
10667 2006-02-08 [colin]      2.0.0cvs34
10669         * src/compose.c
10670         * src/procmime.c
10671         * src/procmime.h
10672                 Fix bug #905 (damaged attachment)
10673                 text files with raw \0's aren't really text files
10674         FOR_STABLE
10676 2006-02-08 [colin]      2.0.0cvs33
10678         * src/summaryview.c
10679                 Fix crasher introduced yesterday
10681 2006-02-08 [wwp]        2.0.0cvs32
10683         * src/compose.c
10684         * src/compose.h
10685                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10687 2006-02-08 [wwp]        2.0.0cvs31
10689         * src/prefs_template.c
10690                 templates enhancement: allow address completion for Cc and Bcc fields
10691                 (it was currently possible for the To field only)
10693 2006-02-08 [colin]      2.0.0cvs30
10695         * src/compose.c
10696                 Don't unblock if not blocked
10697         FOR_STABLE
10699 2006-02-07 [colin]      2.0.0cvs29
10701         * src/action.c
10702                 Forgot to refresh summaryview
10704 2006-02-07 [colin]      2.0.0cvs28
10706         * src/action.c
10707                 Freeze/thaw message list and folder list while
10708                 processing %as{} actions 
10709         * src/compose.c
10710                 Fix auto-wrap disabling after a middle-click
10711                 paste - FOR_STABLE
10713 2006-02-07 [paul]       2.0.0cvs27
10715         * src/folder.c
10716                 fix freeing of uninitialised pointers
10717                 Thanks to Colin
10719 2006-02-06 [colin]      2.0.0cvs26
10721         * src/folder.c
10722                 Use g_slist_prepend in potentially big list
10724 2006-02-06 [colin]      2.0.0cvs25
10726         * src/folder.c
10727                 Completely skip processing if it doesn't 
10728                 exist (faster!)
10730 2006-02-06 [colin]      2.0.0cvs24
10732         * src/folder.c
10733         * src/summaryview.c
10734                 Batch filtering in summaryview (from Tools menu)
10735                 and pre/post//-processing too
10737 2006-02-06 [colin]      2.0.0cvs23
10739         * src/procmsg.h
10740         * src/filtering.c
10741                 Use a special field for batch filtering instead
10742                 of stepping on deferred execution's toes
10744 2006-02-06 [colin]      2.0.0cvs22
10746         * src/action.c
10747         * src/filtering.c
10748         * src/filtering.h
10749         * src/folder.c
10750         * src/summaryview.c
10751                 Fix filtering via menus and actions
10753 2006-02-06 [colin]      2.0.0cvs21
10755         * src/imap.c
10756                 Put the added file directly to cache if possible (will work
10757                 with next libetpan)
10758         * src/filtering.c
10759         * src/filtering.h
10760         * src/inc.c
10761         * src/folder.c
10762         * src/mbox.c
10763         * src/procmsg.h
10764                 Move and copy filtered messages by batches instead of one
10765                 by one - faster on IMAP
10766         * src/procmsg.c
10767                 Add a function that'll possibly be useful later
10769 2006-02-06 [colin]      2.0.0cvs20
10771         * src/addressbook.c
10772                 Use internal mime-type instead of text/plain for d'n'd
10773         * src/compose.c
10774                 Allow attaching files from mimeview's icon list via d'n'd
10775         * src/folderview.c
10776         * src/folderview.h
10777                 Use internal mime-type instead of text/plain for d'n'd
10778                 Don't try to selected opened folder if none is
10779                 Factorize d'n'd from other apps code
10780         * src/headerview.c
10781         * src/textview.c
10782         * src/gtk/gtkutils.c
10783         * src/gtk/gtkutils.h
10784                 Factorize Face/X-Face stuff
10785         * src/mimeview.c
10786                 Fix d'n'd to other apps
10787         * src/prefs_message.c
10788                 Let the XFace pref be usable without libcompface as it also
10789                 applies to Face
10790         * src/summaryview.c
10791                 Fix d'n'd to other apps
10792                 Factorize d'n'd from other apps code
10794 2006-02-06 [wwp]        2.0.0cvs19
10796         * po/it.po
10797                 Italian translation fixes by Andrea Spadaccini (no more confusion
10798                 between filtering and processing, and few changes in the About
10799                 dialog).
10802 2006-02-06 [mones]      2.0.0cvs18
10804         * src/gtk/icon_legend.c
10805                 Improved descriptions allowing better translations
10807 2006-02-05 [colin]      2.0.0cvs17
10809         * src/imap.c
10810                 Add the f*cking missing expunge that caused imap_fetch_env
10811                 to fail after an add_msgs ! :-///
10812         * src/etpan/imap-thread.c
10813                 Add a bit of debug
10814         FOR_STABLE
10816 2006-02-05 [colin]      2.0.0cvs16
10818         * src/common/utils.c
10819                 Don't check for return-path (or we can't put
10820                 back non-sent mails)
10822 2006-02-05 [colin]      2.0.0cvs15
10824         * src/textview.c
10825                 Don't try to display Face header in textview
10826                 when teh headerview's active
10828 2006-02-05 [colin]      2.0.0cvs14
10830         * tools/tbird2syl.py
10831         * tools/Makefile.am
10832                 Add script to import Thunderbird mails
10834 2006-02-05 [colin]      2.0.0cvs13
10836         * src/headerview.c
10837         * src/procheader.c
10838         * src/procmsg.c
10839         * src/procmsg.h
10840         * src/textview.c
10841                 Show Face headers - patch partially by Klaus Flittner
10843 2006-02-05 [colin]      2.0.0cvs12
10845         * src/folderview.c
10846         * src/summaryview.c
10847         * src/common/utils.c
10848         * src/common/utils.h
10849                 Let dnd work from mime icons to summaryview
10850                 and to folderview too
10851                 Add a crude test to avoid trying to add files
10852                 drag'n'dropped when they're not mails
10854 2006-02-04 [colin]      2.0.0cvs11
10856         * src/summaryview.c
10857         * src/mimeview.c
10858                 Fix utf8 conversion
10860 2006-02-04 [colin]      2.0.0cvs10
10862         * src/compose.c
10863         * src/folderview.c
10864         * src/mimeview.c
10865         * src/summaryview.c
10866         * src/summaryview.h
10867                 Added various drag and drop capas:
10868                 From                    To
10869                 summaryview             other apps
10870                 mimeview icons          other apps
10871                 other apps              summaryview
10872                 other apps              folderview
10874                 This shouldn't have broken the existing:
10875                 From                    To
10876                 summaryview             folderview
10877                 folderview              folderview
10878                 summaryview             compose's attachments
10880         Tests welcomed.
10882 2006-02-02 [paul]       2.0.0cvs9
10884         * src/mainwindow.c
10885                 move global option 'Set displayed columns...' out
10886                 of folder option grouping.
10887                 fix sensitivity of 'harvest addresses'
10888         FOR_STABLE
10890 2006-02-01 [colin]      2.0.0cvs8
10892         * src/mimeview.c
10893                 Revert the alertpanel patch, it sucks (intrusive
10894                 and gets in the way of "open")
10896 2006-02-01 [colin]      2.0.0cvs7
10898         * src/compose.c
10899         * src/prefs_account.c
10900         * src/prefs_common.c
10901         * src/common/defs.h
10902         * src/common/utils.c
10903         * src/common/utils.h
10904                 Add ability to edit the signature file
10905                 from the account preferences, and use
10906                 a default for the text editor.
10907                 Patch by Fabien Vantard
10909 2006-02-01 [colin]      2.0.0cvs6
10911         * src/mimeview.c
10912                 Try to get mime type by extension if it is
10913                 application/octet-stream
10914                 Display a window with possible choices when
10915                 encountering unknown mime types
10916         * src/gtk/filesel.c
10917         * src/gtk/filesel.h
10918                 Add preview
10919                 Allow multiple selection in filtered filesel
10920                 (patch by Fabien Vantard)
10921         * src/gtk/pluginwindow.c
10922                 Use it (patch by Fabien Vantard)
10924 2006-02-01 [paul]       2.0.0cvs5
10926         * src/jpilot.c
10927                 fix crash on creating jpilot address book
10928                 Thanks to Colin - FOR_STABLE
10929         * src/prefs_summaries.c
10930         * src/prefs_wrapping.c
10931         * src/gtk/icon_legend.c
10932         * src/gtk/quicksearch.c
10933                 string fixes and additions
10935 2006-02-01 [paul]       2.0.0cvs4
10937         * src/compose.c
10938         * src/mainwindow.c
10939         * src/messageview.c
10940         * src/prefs_send.c
10941                 add Arabic encoding option
10942                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10944 2006-01-31 [colin]      2.0.0cvs3
10946         * src/plugins/pgpcore/passphrase.c
10947                 Convert passphrase to locale encoding
10948         * src/compose.c
10949                 Fix drafting on IMAP. Crappy bug sneaked in
10950                 the release :-/
10951         FOR_STABLE
10953 2006-01-30 [paul]       2.0.0cvs2
10955         * src/gtk/icon_legend.c
10956                 show the new entries
10958 2006-01-30 [colin]      2.0.0cvs1
10960         * src/manual.c
10961                 Check for the file to be present before 
10962                 enabling the menu - FOR_STABLE
10963         * src/gtk/icon_legend.c
10964                 Add folders icons (not all of them, there
10965                 are too much, but the most intriguing ones)
10967 2006-01-30 [paul]       2.0.0
10969         version 2.0.0 released
10971 [For previous entries, see ChangeLog.pre2.0.0]