2007-02-14 [colin] 2.7.2cvs45
[claws.git] / ChangeLog
blobde2bbc7b4b72003b4fbef3eac48f702fc294ff35
1 2007-02-14 [colin]      2.7.2cvs45
3         * src/plugins/pgpcore/prefs_gpg.c
4         * src/plugins/pgpcore/prefs_gpg.h
5         * src/plugins/pgpcore/sgpgme.c
6         * src/plugins/pgpinline/pgpinline.c
7         * src/plugins/pgpmime/pgpmime.c
8                 Add an option "Use gpg-agent if available". Fixes
9                 annoyances with distro-installed gpg-agent, when
10                 no pinentry program is installed, and the user's 
11                 at a loss on why "decryption failed". Makes more
12                 clear why passphrase isn't saved when gpg-agent is
13                 used. Defaults to true, to avoid changing the 
14                 current behaviour.
16 2007-02-14 [wwp]        2.7.2cvs44
18         * src/matcher_parser_parse.y
19                 Fix missing line number reset (wrong line number might appear
20                 when re-loading filtering rules if there's a parser error).
22 2007-02-13 [colin]      2.7.2cvs43
24         * src/common/utils.c
25                 Don't encode ',' in URIs before passing it
26                 to the browser command-line. It was probably
27                 done at a time where commas in URIs made
28                 mozilla -remote 'openurl(%s,new-window)'
29                 bug.
31 2007-02-13 [wwp]        2.7.2cvs42
33         * src/prefs_matcher.c
34         * src/plugins/bogofilter/bogofilter_gtk.c
35                 A bit of string factorization around "Select ..." buttons.
37 2007-02-11 [colin]      2.7.2cvs41
39         * src/alertpanel.c
40                 Make sure to escape the title
42 2007-02-11 [colin]      2.7.2cvs40
44         * src/codeconv.c
45                 Recognize .utf8 locales as .UTF-8 ones
47 2007-02-11 [colin]      2.7.2cvs39
49         * src/compose.c
50                 Fix code conversion when dragging a file
52 2007-02-09 [colin]      2.7.2cvs38
54         * src/plugins/clamav/clamav_plugin.c
55                 Complete Paul's patch with conditional
56                 compilation to avoid breaking compilation
57                 on old Dapper and Edgy... Maybe other
58                 distros too.
60 2007-02-09 [paul]       2.7.2cvs37
62         * src/plugins/clamav/clamav_plugin.c
63                 fix for the upstream changes in libclamav
65 2007-02-09 [paul]       2.7.2cvs36
67         * src/main.c
68         * src/mainwindow.c
69         * src/procmsg.c
70         * src/procmsg.h
71                 fix "warn if there are queued messages" (on exit)
72                 option, which only checked the first mailbox's
73                 queue
74                 don't ask before emptying trash if there are no
75                 messages in trash, also check and empty all trash
76                 folders
77         * src/prefs_other.c
78                 move "Ask before emptying trash" option
79                 outside of the "On exit" frame as it's
80                 not only an "On exit" option
82 2007-02-09 [paul]       2.7.2cvs35
84         * src/addrgather.c
85         * src/alertpanel.c
86         * src/editldap.c
87         * src/prefs_account.c
88         * src/prefs_folder_item.c
89         * src/prefs_gtk.h
90         * src/prefs_matcher.c
91         * src/prefs_message.c
92         * src/prefs_msg_colors.c
93         * src/prefs_summaries.c
94         * src/wizard.c
95         * src/gtk/inputdialog.c
96         * src/plugins/bogofilter/bogofilter_gtk.c
97                 pedantic commit: use 'checkbtn' everywhere
98                 instead of a mixture of 'checkbtn' and 'chkbtn'
100 2007-02-09 [paul]       2.7.2cvs34
102         * src/compose.c
103                 fix default hotkeys
104         * src/prefs_other.c
105         * src/prefs_send.c
106                 move "Never send Return Receipts" from
107                 prefs_other to prefs_send
108                 add an option "Ask about account specific
109                 filtering rules..." to prefs_other
110         * src/gtk/gtkutils.c
111                 fix a compiler warning
113 2007-02-08 [colin]      2.7.2cvs33
115         * src/plugins/pgpinline/pgpinline.c
116                 Fix bug 1110, 'pgpmime fails to process 
117                 encapsulated openpgp mime (rfc 3156, 6.1 
118                 -> rfc1847)'
119                 It was due to an interaction between PGP/Mime
120                 and PGP/Inline plugin. 
122 2007-02-08 [colin]      2.7.2cvs32
124         * src/inc.c
125         * src/mbox.c
126         * src/mbox.h
127                 Fix bug 1117, 'fcntl locking code 
128                 does not work in mbox.c'
130 2007-02-08 [colin]      2.7.2cvs31
132         * src/prefs_account.c
133                 Fix Gentoo bug 165819, 'can't create 
134                 a "local mbox file" account'. Patch
135                 by Olivier <castan.o@free.fr>
137 2007-02-07 [colin]      2.7.2cvs30
139         * src/ldapquery.c
140                 Fix bug 1106, 'Claws crash on exit if LDAPS 
141                 autocompletion was used'
143 2007-02-07 [paul]       2.7.2cvs29
145         * src/folder.c
146                 cut down on unnecessary debug_prints
147         * src/imap_gtk.c
148                 fix menu_set_active() on 'Show only
149                 subscribed folders'
151 2007-02-07 [paul]       2.7.2cvs28
153         * src/plugins/clamav/clamav_plugin.c
154         * src/plugins/clamav/clamav_plugin.h
155         * src/plugins/clamav/clamav_plugin_gtk.c
156                 fix copyright header
158 2007-02-07 [paul]       2.7.2cvs27
160         * src/procheader.c
161                 fix bug 1116, 'summary view allow a 
162                 subject line break'
164 2007-02-06 [colin]      2.7.2cvs26
166         * src/summaryview.c
167                 Fix delete thread
169 2007-02-05 [fabien]     2.7.2cvs25
171         * po/POTFILES.in
172         * src/uri_opener.c
173                 i18n related - 1 fix and 1 message for translators.
175 2007-02-05 [colin]      2.7.2cvs24
177         * src/gtk/quicksearch.c
178                 Don't reload summary list if quicksearch wasn't
179                 active on hiding; move currently selected mail in
180                 the visible area when showing the quicksearch
182 2007-02-05 [colin]      2.7.2cvs23
184         * src/folderview.c
185                 Add debug to try to solve bug 1104
187 2007-02-05 [paul]       2.7.2cvs22
189         * src/mainwindow.c
190                 confirm before emptying trash on exit is
191                 a Yes or No answer, use Yes or No in the
192                 dialog
194 2007-02-04 [colin]      2.7.2cvs21
196         * src/compose.c
197         * src/plugins/pgpcore/passphrase.c
198         * src/plugins/pgpcore/select-keys.c
199                 Set wmclass on new windows
201 2007-02-04 [colin]      2.7.2cvs20
203         * src/compose.c
204         * src/compose.h
205                 Auto save drafts on exit, reopen them
206                 at startup, instead of asking
207         * src/account.c
208         * src/addressadd.c
209         * src/addressbook.c
210         * src/addressbook_foldersel.c
211         * src/addrgather.c
212         * src/crash.c
213         * src/editaddress.c
214         * src/editbook.c
215         * src/editgroup.c
216         * src/editjpilot.c
217         * src/editldap.c
218         * src/editldap_basedn.c
219         * src/editvcard.c
220         * src/exphtmldlg.c
221         * src/expldifdlg.c
222         * src/export.c
223         * src/foldersel.c
224         * src/gedit-print.c
225         * src/import.c
226         * src/importldif.c
227         * src/importmutt.c
228         * src/importpine.c
229         * src/main.c
230         * src/mainwindow.c
231         * src/message_search.c
232         * src/messageview.c
233         * src/prefs_actions.c
234         * src/prefs_customheader.c
235         * src/prefs_display_header.c
236         * src/prefs_filtering.c
237         * src/prefs_filtering_action.c
238         * src/prefs_folder_column.c
239         * src/prefs_gtk.c
240         * src/prefs_matcher.c
241         * src/prefs_other.c
242         * src/prefs_summaries.c
243         * src/prefs_summary_column.c
244         * src/prefs_template.c
245         * src/sourcewindow.c
246         * src/ssl_manager.c
247         * src/summary_search.c
248         * src/uri_opener.c
249         * src/gtk/about.c
250         * src/gtk/description_window.c
251         * src/gtk/foldersort.c
252         * src/gtk/gtkutils.c
253         * src/gtk/gtkutils.h
254         * src/gtk/icon_legend.c
255         * src/gtk/logwindow.c
256         * src/gtk/pluginwindow.c
257         * src/gtk/prefswindow.c
258                 Give different wmclass to different
259                 windows - thanks to sed ;)
261 2007-02-04 [colin]      2.7.2cvs19
263         * src/main.c
264                 Revert previous patch, can't reproduce
265                 it anymore. 
267 2007-02-03 [colin]      2.7.2cvs18
269         * src/main.c
270                 Don't save the mainwindow size and
271                 position on emergency exit (libSM's
272                 "die" callback), Xfce seems to make
273                 the window smaller just before the
274                 size's saved.
276 2007-02-03 [colin]      2.7.2cvs17
278         * src/plugins/bogofilter/bogofilter.c
279         * src/plugins/bogofilter/bogofilter.h
280         * src/plugins/bogofilter/bogofilter_gtk.c
281         * src/plugins/pgpinline/pgpinline.c
282         * src/plugins/pgpinline/pgpinline.h
283                 Fix more copyrights
285 2007-02-03 [colin]      2.7.2cvs16
287         * src/partial_download.c
288         * src/partial_download.h
289         * src/ssl_manager.c
290         * src/ssl_manager.h
291         * src/uri_opener.c
292         * src/uri_opener.h
293         * src/wizard.c
294         * src/wizard.h
295         * src/common/ssl_certificate.c
296         * src/common/ssl_certificate.h
297         * src/gtk/quicksearch.c
298         * src/gtk/quicksearch.h
299         * src/gtk/sslcertwindow.c
300         * src/gtk/sslcertwindow.h
301                 Fix copyright on my files
303 2007-02-02 [colin]      2.7.2cvs15
305         * src/Makefile.am
306         * src/mainwindow.c
307         * src/messageview.c
308         * src/messageview.h
309         * src/textview.c
310         * src/textview.h
311         * src/uri_opener.c
312         * src/uri_opener.h
313                 Add Tools/List URIs to allow
314                 opening any URI in the current mail
316 2007-02-02 [colin]      2.7.2cvs14
318         * src/common/valgrind.h ** NEW FILE **
319         * src/common/Makefile.am
320         * src/common/plugin.c
321                 Don't dlclose the plugins if we're running
322                 under valgrind. (doesn't require valgrind
323                 either at compile time or run time).
325 2007-02-01 [paul]       2.7.2cvs13
327         * AUTHORS
328         * src/gtk/authors.h
329         * tools/freshmeat_search.pl
330         * tools/google_search.pl
331         * tools/multiwebsearch.pl
332                 add support for non ISO-8859-1 compatible locales
333                 Patch by Alex Gorbachenko <agent_007@immo.ru>
335 2007-02-01 [colin]      2.7.2cvs12
337         * src/prefs_other.c
338         * src/prefs_summaries.c
339                 Move keybinding prefs to the Other page
341 2007-02-01 [wwp]        2.7.2cvs11
343         * src/plugins/trayicon/trayicon.c
344                 Fix a raising issue within KDE.
346 2007-02-01 [colin]      2.7.2cvs10
348         * src/codeconv.c
349                 Fix stray quotes in encoded strings
350         * src/addressadd.c
351                 Fix wrong call causing g_warnings
352         * src/textview.c
353                 Remove useless message
355 2007-01-31 [wwp]        2.7.2cvs9
357         * src/plugins/trayicon/trayicon.c
358                 fix buggy hiding of main window when closing if close-to-tray
359                 is not set (bad logics  in the trayicon hook code).
360                 Changed the quit confirmation message too.
362 2007-01-30 [colin]      2.7.2cvs8
364         * src/main.c
365                 Fix hidden mainwindow after clicking on
366                 the X close button, if compose windows
367                 exist and the user chooses not to quit
369 2007-01-30 [colin]      2.7.2cvs7
371         * src/main.c
372         * src/compose.c
373                 Handle local URIs to attach files (file:///...)
374                 Fixes attaching files from Thunar for example
376 2007-01-30 [colin]      2.7.2cvs6
378         * src/prefs_ext_prog.c
379                 Add 'mousepad' to the list of text editors.
380                 Mousepad is XFCE's text editor
382 2007-01-29 [wwp]        2.7.2cvs5
384         * po/POTFILES.in
385         * src/plugins/trayicon/trayicon_prefs.c
386                 trayicon i18n fixes, thanks to Fabien.
388 2007-01-28 [wwp]        2.7.2cvs4
390         * src/mainwindow.c
391         * src/mainwindow.h
392         * src/plugins/trayicon/trayicon.c
393         * src/plugins/trayicon/trayicon_prefs.c
394         * src/plugins/trayicon/trayicon_prefs.h
395                 Added a new TrayIcon plugin option to close to tray
396                 (WM's hotkey and [X] button will hide the window instead
397                 of closing it - closing CM can be done using the tray icon
398                 menu or the File menu).
399                 Improved visibility handling in trayicon, clicking the
400                 trayicon now raise the window to current desktop when it
401                 was either minimized/shaded/on another desktop.
402                 Thanks to Paul for testing and fixing a strange behaviour
403                 in KDE ;-).
405 2007-01-27 [paul]       2.7.2cvs3
407         * src/prefs_folder_item.c
408         * src/prefs_receive.c
409         * src/plugins/pgpcore/prefs_gpg.c
410                 use 'start-up' instead of 'startup' in labels
412 2007-01-26 [wwp]        2.7.2cvs2
414         * src/plugins/trayicon/Makefile.am
415         * src/plugins/trayicon/trayicon.c
416         * src/plugins/trayicon/trayicon_prefs.c
417         * src/plugins/trayicon/trayicon_prefs.h
418                 Add a new TrayIcon option to hide the main window at
419                 start-up.
420                 Fix trayicon.c copyright header.
422 2007-01-26 [paul]       2.7.2cvs1
424         * NEWS
425         * README
426         * RELEASE_NOTES
427         * configure.ac
428                 bump up version number following
429                 stable release
431 2007-01-25 [mones]      2.7.1cvs60
433         * po/es.po
434                 updated thousands of strings (well, probably less ;-)
436 2007-01-25 [colin]      2.7.1cvs59
438         * src/matcher.c
439                 Fix 2nd-run loss of matcherrc on new
440                 configurations. 
442 2007-01-25 [wwp]        2.7.1cvs58
444         * src/mimeview.c
445                 fix handling of empty value in attach_save_directory too, thanks
446                 to Colin.
448 2007-01-25 [wwp]        2.7.1cvs57
450         * src/gtk/filesel.c
451                 fix handling of empty value in attach_load_directory,
452                 thanks to Colin.
454 2007-01-25 [wwp]        2.7.1cvs56
456         * src/plugins/dillo_viewer/dillo_prefs.h
457                 fix a typo.
459 2007-01-25 [colin]      2.7.1cvs55
461         * src/matcher.c
462         * src/matcher.h
463         * src/matcher_parser_parse.y
464         * src/prefs_matcher.c
465                 Add matching on the spam flag
467 2007-01-24 [colin]      2.7.1cvs54
469         * src/folder.c
470         * src/common/xml.c
471         * src/common/xml.h
472                 Make sure folderlist.xml is correctly
473                 written before overwriting it.
474         * src/procmsg.c
475         * src/procmsg.h
476         * src/summaryview.c
477         * src/plugins/bogofilter/bogofilter.c
478         * src/plugins/bogofilter/bogofilter.h
479         * src/plugins/bogofilter/bogofilter_gtk.c
480         * src/plugins/spamassassin/spamassassin.c
481         * src/plugins/spamassassin/spamassassin.h
482         * src/plugins/spamassassin/spamassassin_gtk.c
483                 Move spam to the correct trash folder after
484                 learning, if spam directory isn't set.
486 2007-01-23 [paul]       2.7.1cvs53
488         * src/plugins/bogofilter/bogofilter_gtk.c
489                 fix sensitivity of "Insert X-Bogosity header"
490                 option
492 2007-01-23 [colin]      2.7.1cvs52
494         * src/toolbar.c
495                 Translate toolbar items text if
496                 they're translatable (default)
497         * src/addrcache.c
498         * src/addrcache.h
499         * src/addritem.c
500         * src/addritem.h
501         * src/codeconv.c
502         * src/codeconv.h
503         * src/jpilot.c
504         * src/jpilot.h
505         * src/ldapctrl.c
506         * src/ldapctrl.h
507         * src/ldapquery.h
508         * src/ldif.c
509         * src/ldif.h
510         * src/etpan/etpan-thread-manager.c
511         * src/etpan/etpan-thread-manager.h
512         * src/gtk/gtkutils.c
513         * src/gtk/gtkutils.h
514                 More static functions
516 2007-01-22 [fabien]     2.7.1cvs51
518         * src/gtk/gtkutils.c
519                 gtkut_get_options_frame() : ability to pass
520                 a 'NULL' value in frame pointer parameter if
521                 we don't need it.
523 2007-01-22 [colin]      2.7.1cvs50
525         * src/procmsg.c
526         * src/procmsg.h
527         * src/plugins/bogofilter/bogofilter.c
528         * src/plugins/bogofilter/bogofilter_gtk.c
529         * src/plugins/spamassassin/spamassassin.c
530         * src/plugins/spamassassin/spamassassin_gtk.c
531                 Allow moving spams to the account's trash
532                 instead of default one
534 2007-01-21 [colin]      2.7.1cvs49
536         * src/ldapquery.c
537         * src/ldapquery.h
538                 Revert a static function that shouldn't
539                 have been
541 2007-01-21 [colin]      2.7.1cvs48
543         * src/ldapquery.c
544         * src/ldapquery.h
545                 Same
547 2007-01-21 [colin]      2.7.1cvs47
549         * src/procmsg.c
550         * src/procmsg.h
551                 Same
553 2007-01-21 [colin]      2.7.1cvs46
555         * src/common/socket.c
556         * src/common/socket.h
557                 Same
559 2007-01-21 [colin]      2.7.1cvs45
561         * src/crash.c
562         * src/exporthtml.c
563         * src/exporthtml.h
564         * src/exportldif.c
565         * src/exportldif.h
566         * src/folder.c
567         * src/folder.h
568         * src/folder_item_prefs.c
569         * src/folder_item_prefs.h
570         * src/folderview.c
571         * src/folderview.h
572         * src/gedit-print.c
573         * src/gedit-print.h
574         * src/main.c
575         * src/main.h
576         * src/common/socket.c
577         * src/common/socket.h
578         * src/gtk/gtkaspell.c
579         * src/gtk/gtkaspell.h
580         * src/gtk/quicksearch.c
581         * src/gtk/quicksearch.h
582                 Same
584 2007-01-21 [colin]      2.7.1cvs44
586         * src/common/utils.c
587         * src/common/utils.h
588         * src/etpan/etpan-thread-manager.c
589         * src/etpan/etpan-thread-manager.h
590                 Same (Funny that etpan_thread_unbind
591                 is called but not etpan_thread_bind)
593 2007-01-21 [colin]      2.7.1cvs43
595         * src/addrselect.c
596         * src/addrselect.h
597         * src/codeconv.c
598         * src/codeconv.h
599         * src/compose.c
600         * src/compose.h
601         * src/etpan/Makefile.am
602         * src/gtk/colorlabel.c
603         * src/gtk/colorlabel.h
604         * src/gtk/sslcertwindow.c
605         * src/gtk/sslcertwindow.h
606         * src/etpan/etpan-log.c ** REMOVED **
607         * src/etpan/etpan-log.h ** REMOVED **
608                 Same
610 2007-01-20 [colin]      2.7.1cvs42
612         * src/addritem.c
613         * src/addritem.h
614                 Same
616 2007-01-20 [colin]      2.7.1cvs41
618         * src/account.c
619         * src/account.h
620         * src/addrbook.c
621         * src/addrbook.h
622         * src/addrcache.c
623         * src/addrcache.h
624         * src/addrclip.c
625         * src/addrclip.h
626         * src/addressbook.c
627         * src/addressbook.h
628         * src/addrharvest.c
629         * src/addrharvest.h
630         * src/addrindex.c
631         * src/addrindex.h
632         * src/editaddress.c
633         * src/editaddress.h
634                 Make functions that aren't used in other
635                 files static
637 2007-01-20 [colin]      2.7.1cvs40
639         * src/account.c
640         * src/addrbook.c
641         * src/addrcache.c
642         * src/addressbook.c
643         * src/addrgather.c
644         * src/addrindex.c
645         * src/addrquery.c
646         * src/addrselect.c
647         * src/browseldap.c
648         * src/compose.c
649         * src/editbook.c
650         * src/editjpilot.c
651         * src/editldap.c
652         * src/editldap_basedn.c
653         * src/editvcard.c
654         * src/exporthtml.c
655         * src/exportldif.c
656         * src/folder.c
657         * src/folderview.c
658         * src/image_viewer.c
659         * src/imap.c
660         * src/importmutt.c
661         * src/importpine.c
662         * src/jpilot.c
663         * src/ldapquery.c
664         * src/main.c
665         * src/mainwindow.c
666         * src/matcher.c
667         * src/messageview.c
668         * src/mh.c
669         * src/mimeview.c
670         * src/msgcache.c
671         * src/mutt.c
672         * src/news.c
673         * src/pine.c
674         * src/prefs_account.c
675         * src/prefs_common.c
676         * src/prefs_compose_writing.c
677         * src/prefs_ext_prog.c
678         * src/prefs_folder_item.c
679         * src/prefs_fonts.c
680         * src/prefs_message.c
681         * src/prefs_msg_colors.c
682         * src/prefs_other.c
683         * src/prefs_quote.c
684         * src/prefs_receive.c
685         * src/prefs_send.c
686         * src/prefs_spelling.c
687         * src/prefs_summaries.c
688         * src/prefs_toolbar.c
689         * src/prefs_wrapping.c
690         * src/privacy.c
691         * src/procmime.c
692         * src/procmsg.c
693         * src/ssl_manager.c
694         * src/statusbar.c
695         * src/summaryview.c
696         * src/toolbar.c
697         * src/vcard.c
698         * src/common/hooks.c
699         * src/common/log.c
700         * src/common/passcrypt.c
701         * src/common/socket.c
702         * src/common/ssl.c
703         * src/common/ssl_certificate.c
704         * src/common/template.c
705         * src/common/utils.c
706         * src/etpan/imap-thread.c
707         * src/gtk/sslcertwindow.c
708         * src/gtk/sslcertwindow.h
709                 Make functions that could be static, static
711 2007-01-20 [colin]      2.7.1cvs39
713         * src/editldap.c
714                 Fix tooltip
716 2007-01-20 [colin]      2.7.1cvs38
718         * src/ldapquery.c
719         * src/ldaputil.c
720         * src/ldaputil.h
721                 Fix bug 1102, 'claws-mail-2.7.1 
722                 makes use of deprecated ldap 
723                 functions'
725 2007-01-20 [colin]      2.7.1cvs37
727         * src/mainwindow.c
728         * src/mainwindow.h
729         * src/summaryview.c
730         * src/gtk/quicksearch.c
731                 Add Wide message list layout
733 2007-01-19 [fabien]     2.7.1cvs36
735         * src/textview.c
736                 make sure a font change is considered in links of
737                 headerview.
739 2007-01-19 [colin]      2.7.1cvs35
741         * src/main.c
742         * src/mainwindow.c
743         * src/mainwindow.h
744         * src/messageview.c
745         * src/messageview.h
746         * src/prefs_common.c
747         * src/prefs_common.h
748         * src/summaryview.c
749         * src/summaryview.h
750         * src/gtk/quicksearch.c
751         * src/gtk/quicksearch.h
752                 Drop 'Separate Folder tree' and 'Separate
753                 Message View'. Put three layouts in place
754                 of it.
756 2007-01-19 [paul]       2.7.1cvs34
758         * src/prefs_msg_colors.c
759                 more use of Q_ for translators
761 2007-01-19 [paul]       2.7.1cvs33
763         * src/imap_gtk.c
764         * src/prefs_account.c
765                 a few changes to the English
767 2007-01-19 [fabien]     2.7.1cvs32
769         * src/wizard.c
770                 factorize translatable string
772 2007-01-18 [colin]      2.7.1cvs31
774         * src/main.c
775                 Don't error out on --sync option. Although
776                 we don't do anything with it, gtk+ handles
777                 it, and it's useful for debugging X errors
779 2007-01-18 [fabien]     2.7.1cvs30
781         * src/prefs_other.c
782                 ability to apply on the fly the recent added
783                 'gtk_can_change_accels' pref (no need to restart).
785 2007-01-18 [fabien]     2.7.1cvs29
787         * src/plugins/bogofilter/bogofilter_gtk.c
788         * src/plugins/bogofilter/bogofilter.c
789         * src/plugins/spamassassin/spamassassin_gtk.c
790         * src/addr_compl.c
791         * src/prefs_account.c
792                 factorize or rewrite some translatable strings.
794 2007-01-18 [fabien]     2.7.1cvs28
796         * src/prefs_gtk.h
797         * src/compose.c
798                 set a 4pix space between "Subject:" label and subject entry in
799                 compose window.
801 2007-01-18 [wwp]        2.7.1cvs27
803         * src/addressbook.c
804                 fix conflicting address-copy/paste when focus is set
805                 to the embedded edit-person form.
808 2007-01-18 [wwp]        2.7.1cvs26
810         * src/addressbook.h
811                 complete 2.7.1cvs23 (one more file was missing from that
812                 commit).
814 2007-01-18 [colin]      2.7.1cvs25
816         * src/main.c
817                 Provide a way to migrate without backup
818                 Re-ask for migration on next start if 
819                 it has been refused and wizard has been 
820                 cancelled after.
822 2007-01-18 [wwp]        2.7.1cvs24
824         * src/editaddress.c
825                 complete 2.7.1.cvs23 (file was missing from previous
826                 commit).
828 2007-01-18 [wwp]        2.7.1cvs23
830         * src/addressbook.c
831                 fix potential crashes in address book's focus_in/out signal handlers,
832                 force focus to the edit-person form when clicked the Edit menu entry or
833                 button (this only matters if the edit-person form is embedded to the
834                 AB window, in that case, focus is not set when browsing the contacts
835                 list w/ keys or mouse clicks).
837 2007-01-18 [paul]       2.7.1cvs22
839         * src/main.c
840                 add command line options:
841                 -h for --help
842                 -q and --quit for --exit
843                 -v for --version
844                 print "Unknown option" for unknown options
846 2007-01-18 [paul]       2.7.1cvs21
848         * po/ru.po
849                 updated by Pavlo Bohmat
851 2007-01-18 [paul]       2.7.1cvs20
853         * src/mainwindow.c
854                 fix sensitivity issues of Mark as Spam/Ham
856 2007-01-17 [fabien]     2.7.1cvs19
858         * src/prefs_other.c
859         * src/prefs_common.c
860         * src/prefs_common.h
861         * src/main.c
862                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
863                 control the corresponding gtk property. It could be used to lock
864                 all shortcuts (avoid to set one of them by inadvertency).
866 2007-01-17 [colin]      2.7.1cvs18
868         * src/summaryview.c
869                 Fix bug 1100, 'Highlighted e-mail data not visible 
870                 when color label applied.'. Use a weighted average
871                 between normal selected foreground color and color
872                 label instead of a simple one (3/1 instead 1/1).
874 2007-01-17 [colin]      2.7.1cvs17
876         * src/messageview.c
877                 Better fix for bug 1088, 'Ctrl-h produces repeatable
878                 crash' - don't prevent mail switching while loading
880 2007-01-17 [colin]      2.7.1cvs16
882         * src/folder.c
883         * src/folder.h
884         * src/folderview.c
885         * src/folderview.h
886         * src/imap.c
887         * src/imap.h
888         * src/imap_gtk.c
889                 Manage recursive search of unsubscribed folders
890                 Rescan tree without checking for new messages 
891                 after subscriptions changed
893 2007-01-17 [paul]       2.7.1cvs15
895         * src/prefs_common.c
896         * src/gtk/pluginwindow.c
897                 fix bug 1101, '"Load plugin" button is
898                 accidentally hidden'
899                 unset (-1) initial width in prefs_common,
900                 fix overlapping buttons,
901                 and other cleanups
903 2007-01-17 [paul]       2.7.1cvs14
905         * src/procmime.c
906                 add #include <errno.h>, it's needed
907                 on some systems
909 2007-01-17 [paul]       2.7.1cvs13
911         * src/common/defs.h
912         * tools/make.themes.project
913                 rename .sylpheed_themeinfo to .claws_themeinfo
914                 and use it
915         * src/etpan/etpan-errors.h
916         * src/etpan/etpan-log.c
917         * src/etpan/etpan-log.h
918         * src/etpan/etpan-thread-manager-types.h
919         * src/etpan/etpan-thread-manager.c
920         * src/etpan/etpan-thread-manager.h
921         * src/etpan/imap-thread.c
922         * src/etpan/imap-thread.h
923                 add copyright header
925 2007-01-17 [colin]      2.7.1cvs12
927         * src/plugins/pgpcore/select-keys.c
928         * src/gtk/pluginwindow.c
929         * src/prefs_account.c
930                 Fix warnings
932 2007-01-16 [colin]      2.7.1cvs11
934         * src/imap.c
935         * src/imap.h
936         * src/imap_gtk.c
937                 Manage subscribing to subfolders when only
938                 subscribed folders are shown.
940 2007-01-16 [colin]      2.7.1cvs10
942         * src/folderview.c
943                 Fix annoying vscrollbar going back to top
944                 on Check for new folders
946 2007-01-16 [colin]      2.7.1cvs9
948         * src/imap.c
949                 Remove printf
951 2007-01-16 [colin]      2.7.1cvs8
953         * src/filtering.c
954                 Bigger buffer for errors
955         * src/imap.c
956         * src/imap.h
957         * src/imap_gtk.c
958         * src/prefs_account.c
959         * src/prefs_account.h
960         * src/wizard.c
961         * src/etpan/imap-thread.c
962         * src/etpan/imap-thread.h
963         * manual/handling.xml
964                 Add subscriptions management. What it changes:
965                 Creating a folder subscribes to it
966                 Deleting a folder unsubscribes it
967                 New contextual menu item allowing to switch between
968                 All folders and Subscribed folders, subscribe, and
969                 unsubscribe. "Creating" an existing but unsubscribed
970                 folder will subscribe it.
971                 By default for new accounts, only subscribed folders 
972                 are shown.
975 2007-01-16 [paul]       2.7.1cvs7
977         * src/summaryview.c
978                 Allow folder classes to specify only sort_key or
979                 sort_type instead of both or none.
981 2007-01-16 [paul]       2.7.1cvs6
983         * src/action.c
984         * src/compose.c
985         * src/mimeview.c
986         * src/procmime.c
987         * src/textview.c
988                 Save and use errno for procmime_get_part
990 2007-01-16 [colin]      2.7.1cvs5
992         * src/imap.c
993                 Never remove INBOX when scanning for
994                 new folders. It's a special folder
995                 that has to exist.
997 2007-01-15 [colin]      2.7.1cvs4
999         * src/imap.c
1000                 Fix 'Check for new folders' when IMAP subdirectory
1001                 is set
1002         * src/etpan/imap-thread.c
1003                 Fix build
1005 2007-01-15 [colin]      2.7.1cvs3
1007         * src/etpan/imap-thread.c
1008                 Fix invalid free on command-connection
1009                 error
1011 2007-01-15 [wwp]        2.7.1cvs2
1013         * src/matcher_parser_lex.l
1014         * src/quote_fmt_lex.l
1015         * src/matcher_parser_parse.y
1016                 fix copyright header in lexers and parsers.
1018 2007-01-15 [paul]       2.7.1cvs1
1020         * NEWS
1021         * README
1022         * RELEASE_NOTES
1023         * configure.ac
1024                 bump up version number following
1025                 stable release
1027 2007-01-15 [paul]       2.7.0cvs31
1029         * AUTHORS
1030         * src/gtk/authors.h
1031                 add Fabien to the Team list
1032                 add the recent contributors
1033                 make a few corrections
1035 2007-01-15 [paul]       2.7.0cvs30
1037         * src/mainwindow.c
1038                 fix compiler warning
1039         * src/plugins/pgpcore/prefs_gpg.c
1040         * src/plugins/pgpcore/prefs_gpg.h
1041                 add missing include
1042                 fix copyright header
1044 2007-01-14 [colin]      2.7.0cvs29
1046         * src/gtk/filesel.c
1047                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1048                 two benefits: faster to open, will fix strange
1049                 dbus-related crash. Thanks to Pascal Terjan.
1051 2007-01-14 [colin]      2.7.0cvs28
1053         * src/etpan/imap-thread.c
1054                 Delete the old imap just after allocating
1055                 the new one. Makes sure we don't get the
1056                 same pointer by sheer luck, which feels
1057                 strange in the debug log.
1059 2007-01-14 [colin]      2.7.0cvs27
1061         * src/gtk/inputdialog.c
1062                 Make sure we don't print passwords in
1063                 clear text when in debug mode
1065 2007-01-14 [colin]      2.7.0cvs26
1067         * src/gtk/gtksctree.c
1068                 Fix bug 1098, 'bogus last row display 
1069                 after expanding a thread'. Patch by
1070                 Jindrich Makovicka <makovick@gmail.com>
1072 2007-01-14 [colin]      2.7.0cvs25
1074         * src/etpan/imap-thread.c
1075                 Close socket manually before
1076                 freeing the imap struct
1078 2007-01-14 [colin]      2.7.0cvs24
1080         * src/etpan/imap-thread.c
1081                 Maybe fix new reconnection issues
1083 2007-01-13 [colin]      2.7.0cvs23
1085         * src/summaryview.c
1086                 Freeze/thaw on thread selection
1088 2007-01-13 [paul]       2.7.0cvs22
1090         * src/mainwindow.c
1091         * src/summaryview.c
1092         * src/summaryview.h
1093                 add 'Edit/Delete thread'
1095 2007-01-13 [colin]      2.7.0cvs21
1097         * src/prefs_account.c
1098         * src/prefs_compose_writing.c
1099         * src/prefs_message.c
1100         * src/prefs_msg_colors.c
1101         * src/prefs_other.c
1102         * src/prefs_receive.c
1103         * src/prefs_spelling.c
1104         * src/prefs_summaries.c
1105         * src/prefs_themes.c
1106         * src/gtk/gtkutils.c
1107         * src/gtk/gtkutils.h
1108         * src/plugins/pgpcore/prefs_gpg.c
1109         * src/plugins/spamassassin/spamassassin_gtk.c
1110                 Factorize gtk frame creation
1111                 Patch by Pawel
1113 2007-01-13 [colin]      2.7.0cvs20
1115         * src/message_search.c
1116         * src/summary_search.c
1117                 Fix Enter in search windows
1118         * src/messageview.c
1119                 Fix body search starting at the
1120                 end of the mail (and asking for loop)
1122 2007-01-13 [colin]      2.7.0cvs19
1124         * src/etpan/imap-thread.c
1125                 Make sure we don't free the same imap
1126                 twice
1128 2007-01-13 [colin]      2.7.0cvs18
1130         * commitHelper
1131                 Allow multiple commitHelpers to
1132                 run at once
1134 2007-01-12 [colin]      2.7.0cvs17
1136         * src/etpan/imap-thread.c
1137                 Make sure we get rid of the previous mailimap
1138                 when connecting - just in case disconnect was
1139                 unclean
1141 2007-01-12 [paul]       2.7.0cvs16
1143         * src/compose.c
1144                 Strip S/MIME signatures when re-editing
1145                 S/MIME signed messages.
1147 2007-01-12 [paul]       2.7.0cvs15
1149         * configure.ac
1150         * src/addressbook.c
1151         * src/foldersel.c
1152         * src/folderview.c
1153         * src/main.c
1154                 no need to define CLAWS anymore, remove
1155                 all that stuff
1157 2007-01-12 [paul]       2.7.0cvs14
1159         * src/mimeview.c
1160                 check if the mail's signed as
1161                 it can change the mail structure
1162                 Thanks to Colin
1164 2007-01-12 [paul]       2.7.0cvs13
1166         * src/procmime.c
1167                 fix Forwarding msgs with attachments
1168                 that have dos line endings
1169                 Thanks to Colin
1171 2007-01-12 [wwp]        2.7.0cvs12
1173         * configure.ac
1174                 Revert accidentally committed extra version tag.
1176 2007-01-12 [wwp]        2.7.0cvs11
1178         * src/prefs_account.c
1179                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1181 2007-01-11 [colin]      2.7.0cvs10
1183         * src/imap.c
1184                 move g_warning to debug_print
1185                 it scares people for no reason
1187 2007-01-11 [colin]      2.7.0cvs9
1189         * po/POTFILES.in
1190                 Fix files to translate. Patch by
1191                 Fabien
1193 2007-01-11 [paul]       2.7.0cvs8
1195         * src/imap.c
1196                 Fix recursion when server lists the
1197                 current subfolder in the response
1198         * src/mimeview.c
1199                 Fix updating of icon_list/ctree
1200         * src/plugins/pgpcore/select-keys.c
1201                 Fix a few annoyances when choosing
1202                 keys for the CMS (S/MIME) protocol
1204 2007-01-11 [wwp]        2.7.0cvs7
1206         * src/compose.c
1207         * src/prefs_account.c
1208         * src/prefs_account.h
1209                 Add per-account spellcheck default dictionaries settings.
1211 2007-01-10 [colin]      2.7.0cvs6
1213         * src/prefs_folder_item.c
1214                 Factorize strings - patch by Fabien
1216 2007-01-10 [colin]      2.7.0cvs5
1218         * src/mainwindow.c
1219                 Fix bug 1095, 'Crash while changing folder 
1220                 columns during incorporation'
1222 2007-01-09 [colin]      2.7.0cvs4
1224         * src/gtk/pluginwindow.c
1225                 Set the plugin window transient. Seems
1226                 like some window managers hide it in
1227                 the background after "load plugin"...
1229 2007-01-09 [colin]      2.7.0cvs3
1231         * src/gtk/filesel.c
1232                 Use the same type for alloc and free
1234 2007-01-08 [paul]       2.7.0cvs2
1236         * po/nl.po
1237                 updated by Tim Dijkstra
1239 2007-01-08 [paul]       2.7.0cvs1
1241         * src/prefs_themes.c
1242         * src/common/utils.c
1243                 Fix resource leaks
1245 2007-01-08 [paul]       2.7.0
1247         * NEWS
1248         * README
1249         * RELEASE_NOTES
1250                 2.7.0 released
1252 2007-01-08 [paul]       2.6.1cvs119
1254         * doc/man/claws-mail.1
1255                 another correction
1257 2007-01-08 [paul]       2.6.1cvs118
1259         * doc/man/claws-mail.1
1260                 corrections
1261         * manual/advanced.xml
1262                 improved English usage
1264 2007-01-08 [paul]       2.6.1cvs117
1266         * po/ca.po
1267         * po/de.po
1268         * po/en_GB.po
1269         * po/fi.po
1270         * po/it.po
1271         * po/pt_BR.po
1272         * po/sk.po
1273         * po/sr.po
1274         * po/zh_CN.po
1275                 updated by Miquel Oliete, Stephan Sachse, me,
1276                 Tommi Pirinen, Andrea Spadaccini, Frederico
1277                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1278                 Urosevic, and Ralgh Young
1280 2007-01-07 [mones]      2.6.1cvs116
1282         * manual/es/advanced.xml
1283         * po/es.po
1284                 Synced manual (unhide mark_as_read_delay)
1285                 and updated translation for release
1287 2007-01-07 [paul]       2.6.1cvs115
1289         * src/prefs_matcher.c
1290                 make the hbox content fit better under
1291                 various languages
1293 2007-01-07 [colin]      2.6.1cvs114
1295         * src/messageview.c
1296                 Fix bug 1088, 'Ctrl-h produces repeatable
1297                 crash'
1299 2007-01-06 [colin]      2.6.1cvs113
1301         * src/etpan/imap-thread.c
1302                 Add casts to int to get certs. Fixes
1303                 bug 1064, 'crash @ etpan_certificate_check() 
1304                 when opening an IMAP folder', with latest
1305                 libetpan CVS or >= 0.49
1306         * src/mainwindow.c
1307         * src/mainwindow.h
1308         * src/imap_gtk.c
1309         * src/news_gtk.c
1310         * src/prefs_folder_item.c
1311                 Grey out the "synchronise" menu items if
1312                 there's nothing to synchronise.
1313         * src/plugins/pgpcore/sgpgme.c
1314                 Make an error clearer than "Unknown error"
1316 2007-01-06 [colin]      2.6.1cvs112
1318         * src/messageview.c
1319                 Don't try to show a message if updating
1320                 Maybe fixes bug 1088, 'ctrl-h produces
1321                 repeatable crash'.
1323 2007-01-06 [colin]      2.6.1cvs111
1325         * src/summaryview.c
1326                 Disable Control-Space (handle it as Space).
1328 2007-01-05 [paul]       2.6.1cvs110
1330         * src/imap.c
1331                 Fix bug 934, 'sylpheed claws 2.1 
1332                 doesn't show Exchanges Public Folders'
1333                 Thanks to Hoa and Colin
1334         * src/msgcache.c
1335                 Refuse to allocate more than 2 MB for a 
1336                 single field, it's a good indication of
1337                 cache corruption.
1339 2007-01-05 [colin]      2.6.1cvs109
1341         * src/mainwindow.c
1342                 Allow --select'ing emails by Message-ID too
1344 2007-01-05 [colin]      2.6.1cvs108
1346         * src/common/quoted-printable.c
1347                 Uh! Third fix :)
1349 2007-01-05 [colin]      2.6.1cvs107
1351         * src/common/quoted-printable.c
1352                 Fix previous commit about bug 1089
1353                 Thanks to Ralf
1355 2007-01-05 [colin]      2.6.1cvs106
1357         * src/common/quoted-printable.c
1358                 Fix my previous commit on bug 1089
1359                 - Thanks to Ralf :)
1361 2007-01-04 [colin]      2.6.1cvs105
1363         * src/common/quoted-printable.c
1364                 Fix bug 1089, 'NUL characters in Subject 
1365                 line are misinterpreted'. Not a pain to
1366                 fix in fact.
1368 2007-01-04 [colin]      
1370         2.7.0-rc3 released
1372 2007-01-04 [wwp]        2.6.1cvs104
1374         * src/image_viewer.c
1375                 Force operator precedence (fix a compiler warning).
1377 2007-01-04 [colin]      2.6.1cvs103
1379         * src/image_viewer.c
1380                 Be cautious there too (same fix as the one
1381                 in textview from cvs33)
1382         * src/messageview.c
1383                 Don't use any MimeViewer plugin when showing
1384                 all headers
1386 2007-01-03 [wwp]        2.6.1cvs102
1388         * src/html.c
1389         * src/html.h
1390                 fixed "cent" sign (use the existing ASCII one),
1391                 decode more HTML entities,
1392                 converted table ASCII entries to UTF-8,
1393                 moved a switch() into a hashtable.
1395 2007-01-03 [paul]       2.6.1cvs101
1397         * src/compose.c
1398         * src/messageview.c
1399         * src/procmsg.c
1400         * src/procmsg.h
1401                 When possible, use move_msg instead of
1402                 copy_msg + remove_msg to move sent mail
1403                 from Queue to Sent. 
1405 2007-01-03 [paul]       2.6.1cvs100
1407         * src/html.c
1408                 add more html entity recognition:
1409                 pounds, euros, and cents
1411 2007-01-03 [colin]      2.6.1cvs99
1413         * src/imap_gtk.c
1414                 Don't display an error on NOSELECT
1415                 folders when synchronising
1417 2007-01-03 [paul]       2.6.1cvs98
1419         * tools/maildir2claws-mail.pl
1420                 only substitute 'sent-mail' if it's
1421                 the full directory name
1423 2007-01-03 [paul]       2.6.1cvs97
1425         * ChangeLog
1426         * ChangeLog.pre2.0.0
1427         * Makefile.am
1428                 archive a chunk of ChangeLog in
1429                 ChangeLog.pre2.0.0
1430         * ChangeLog.gtk1
1431         * doc/src/ChangeLog.claws-pre0.8.0
1432                 remove ChangeLog.claws-pre0.8.0, adding
1433                 its contents to ChangeLog.gtk1
1435 2007-01-03 [paul]       2.6.1cvs96
1437         * src/account.c
1438         * src/account.h
1439         * src/action.c
1440         * src/action.h
1441         * src/adbookbase.h
1442         * src/addr_compl.c
1443         * src/addr_compl.h
1444         * src/addrbook.c
1445         * src/addrcache.c
1446         * src/addrcache.h
1447         * src/addrcindex.c
1448         * src/addrcindex.h
1449         * src/addrclip.c
1450         * src/addrclip.h
1451         * src/addrdefs.h
1452         * src/addressadd.c
1453         * src/addressadd.h
1454         * src/addressbook.c
1455         * src/addressbook.h
1456         * src/addressbook_foldersel.c
1457         * src/addressbook_foldersel.h
1458         * src/addrgather.c
1459         * src/addrgather.h
1460         * src/addrharvest.c
1461         * src/addrharvest.h
1462         * src/addrindex.c
1463         * src/addrindex.h
1464         * src/addritem.c
1465         * src/addritem.h
1466         * src/addrquery.c
1467         * src/addrquery.h
1468         * src/addrselect.c
1469         * src/addrselect.h
1470         * src/alertpanel.c
1471         * src/alertpanel.h
1472         * src/browseldap.c
1473         * src/browseldap.h
1474         * src/codeconv.c
1475         * src/codeconv.h
1476         * src/compose.c
1477         * src/compose.h
1478         * src/customheader.c
1479         * src/customheader.h
1480         * src/displayheader.c
1481         * src/displayheader.h
1482         * src/editaddress.c
1483         * src/editaddress.h
1484         * src/editbook.c
1485         * src/editbook.h
1486         * src/editgroup.c
1487         * src/editgroup.h
1488         * src/editjpilot.c
1489         * src/editjpilot.h
1490         * src/editldap.c
1491         * src/editldap.h
1492         * src/editldap_basedn.c
1493         * src/editldap_basedn.h
1494         * src/editvcard.c
1495         * src/editvcard.h
1496         * src/exphtmldlg.c
1497         * src/exphtmldlg.h
1498         * src/expldifdlg.c
1499         * src/expldifdlg.h
1500         * src/export.c
1501         * src/export.h
1502         * src/exporthtml.c
1503         * src/exporthtml.h
1504         * src/exportldif.c
1505         * src/exportldif.h
1506         * src/filtering.c
1507         * src/filtering.h
1508         * src/folder.c
1509         * src/folder.h
1510         * src/folder_item_prefs.c
1511         * src/folder_item_prefs.h
1512         * src/foldersel.c
1513         * src/foldersel.h
1514         * src/folderutils.c
1515         * src/folderutils.h
1516         * src/folderview.c
1517         * src/folderview.h
1518         * src/grouplistdialog.c
1519         * src/grouplistdialog.h
1520         * src/headerview.c
1521         * src/html.c
1522         * src/html.h
1523         * src/image_viewer.c
1524         * src/image_viewer.h
1525         * src/imap.c
1526         * src/imap.h
1527         * src/imap_gtk.c
1528         * src/imap_gtk.h
1529         * src/import.c
1530         * src/import.h
1531         * src/importldif.c
1532         * src/importldif.h
1533         * src/importmutt.c
1534         * src/importmutt.h
1535         * src/importpine.c
1536         * src/importpine.h
1537         * src/inc.c
1538         * src/inc.h
1539         * src/jpilot.c
1540         * src/jpilot.h
1541         * src/ldapctrl.c
1542         * src/ldapctrl.h
1543         * src/ldaplocate.c
1544         * src/ldaplocate.h
1545         * src/ldapquery.c
1546         * src/ldapquery.h
1547         * src/ldapserver.c
1548         * src/ldapserver.h
1549         * src/ldaputil.c
1550         * src/ldaputil.h
1551         * src/ldif.c
1552         * src/ldif.h
1553         * src/main.c
1554         * src/main.h
1555         * src/mainwindow.c
1556         * src/mainwindow.h
1557         * src/manual.c
1558         * src/manual.h
1559         * src/mbox.c
1560         * src/message_search.c
1561         * src/message_search.h
1562         * src/messageview.c
1563         * src/messageview.h
1564         * src/mh.c
1565         * src/mh.h
1566         * src/mh_gtk.c
1567         * src/mh_gtk.h
1568         * src/mimeview.c
1569         * src/mimeview.h
1570         * src/msgcache.c
1571         * src/msgcache.h
1572         * src/mutt.c
1573         * src/mutt.h
1574         * src/news.c
1575         * src/news.h
1576         * src/news_gtk.c
1577         * src/news_gtk.h
1578         * src/partial_download.c
1579         * src/partial_download.h
1580         * src/pine.c
1581         * src/pine.h
1582         * src/pop.c
1583         * src/pop.h
1584         * src/prefs_account.c
1585         * src/prefs_account.h
1586         * src/prefs_actions.c
1587         * src/prefs_actions.h
1588         * src/prefs_common.c
1589         * src/prefs_common.h
1590         * src/prefs_compose_writing.c
1591         * src/prefs_compose_writing.h
1592         * src/prefs_customheader.c
1593         * src/prefs_customheader.h
1594         * src/prefs_display_header.c
1595         * src/prefs_display_header.h
1596         * src/prefs_filtering.c
1597         * src/prefs_filtering.h
1598         * src/prefs_filtering_action.c
1599         * src/prefs_filtering_action.h
1600         * src/prefs_folder_column.c
1601         * src/prefs_folder_column.h
1602         * src/prefs_folder_item.c
1603         * src/prefs_folder_item.h
1604         * src/prefs_fonts.c
1605         * src/prefs_fonts.h
1606         * src/prefs_gtk.c
1607         * src/prefs_gtk.h
1608         * src/prefs_image_viewer.c
1609         * src/prefs_image_viewer.h
1610         * src/prefs_matcher.c
1611         * src/prefs_matcher.h
1612         * src/prefs_message.c
1613         * src/prefs_msg_colors.c
1614         * src/prefs_msg_colors.h
1615         * src/prefs_other.c
1616         * src/prefs_quote.c
1617         * src/prefs_receive.c
1618         * src/prefs_send.c
1619         * src/prefs_spelling.c
1620         * src/prefs_spelling.h
1621         * src/prefs_summaries.c
1622         * src/prefs_summaries.h
1623         * src/prefs_summary_column.c
1624         * src/prefs_summary_column.h
1625         * src/prefs_template.c
1626         * src/prefs_template.h
1627         * src/prefs_themes.c
1628         * src/prefs_themes.h
1629         * src/prefs_toolbar.c
1630         * src/prefs_toolbar.h
1631         * src/prefs_wrapping.c
1632         * src/prefs_wrapping.h
1633         * src/privacy.c
1634         * src/privacy.h
1635         * src/procheader.c
1636         * src/procheader.h
1637         * src/procmime.c
1638         * src/procmime.h
1639         * src/procmsg.c
1640         * src/procmsg.h
1641         * src/quote_fmt.c
1642         * src/quote_fmt_parse.y
1643         * src/recv.c
1644         * src/recv.h
1645         * src/remotefolder.c
1646         * src/remotefolder.h
1647         * src/send_message.c
1648         * src/send_message.h
1649         * src/setup.c
1650         * src/setup.h
1651         * src/sourcewindow.c
1652         * src/sourcewindow.h
1653         * src/ssl_manager.c
1654         * src/ssl_manager.h
1655         * src/statusbar.c
1656         * src/statusbar.h
1657         * src/stock_pixmap.c
1658         * src/stock_pixmap.h
1659         * src/summary_search.c
1660         * src/summary_search.h
1661         * src/summaryview.c
1662         * src/summaryview.h
1663         * src/textview.c
1664         * src/textview.h
1665         * src/toolbar.c
1666         * src/toolbar.h
1667         * src/undo.c
1668         * src/undo.h
1669         * src/unmime.c
1670         * src/unmime.h
1671         * src/vcard.c
1672         * src/vcard.h
1673         * src/wizard.c
1674         * src/wizard.h
1675         * src/common/base64.c
1676         * src/common/base64.h
1677         * src/common/defs.h
1678         * src/common/hooks.c
1679         * src/common/hooks.h
1680         * src/common/log.c
1681         * src/common/log.h
1682         * src/common/mgutils.c
1683         * src/common/mgutils.h
1684         * src/common/nntp.c
1685         * src/common/nntp.h
1686         * src/common/passcrypt.c
1687         * src/common/passcrypt.h.in
1688         * src/common/plugin.c
1689         * src/common/plugin.h
1690         * src/common/prefs.c
1691         * src/common/prefs.h
1692         * src/common/progressindicator.c
1693         * src/common/progressindicator.h
1694         * src/common/quoted-printable.c
1695         * src/common/quoted-printable.h
1696         * src/common/session.c
1697         * src/common/session.h
1698         * src/common/smtp.c
1699         * src/common/smtp.h
1700         * src/common/socket.c
1701         * src/common/socket.h
1702         * src/common/ssl.c
1703         * src/common/ssl.h
1704         * src/common/ssl_certificate.c
1705         * src/common/ssl_certificate.h
1706         * src/common/stringtable.c
1707         * src/common/stringtable.h
1708         * src/common/template.c
1709         * src/common/template.h
1710         * src/common/timing.h
1711         * src/common/utils.c
1712         * src/common/utils.h
1713         * src/common/version.h.in
1714         * src/common/xml.c
1715         * src/common/xml.h
1716         * src/common/xmlprops.c
1717         * src/common/xmlprops.h
1718         * src/gtk/about.c
1719         * src/gtk/colorlabel.c
1720         * src/gtk/colorsel.c
1721         * src/gtk/colorsel.h
1722         * src/gtk/combobox.c
1723         * src/gtk/combobox.h
1724         * src/gtk/description_window.c
1725         * src/gtk/description_window.h
1726         * src/gtk/filesel.c
1727         * src/gtk/filesel.h
1728         * src/gtk/foldersort.c
1729         * src/gtk/foldersort.h
1730         * src/gtk/gtksctree.c
1731         * src/gtk/gtkutils.c
1732         * src/gtk/gtkutils.h
1733         * src/gtk/inputdialog.c
1734         * src/gtk/inputdialog.h
1735         * src/gtk/logwindow.c
1736         * src/gtk/logwindow.h
1737         * src/gtk/manage_window.c
1738         * src/gtk/manage_window.h
1739         * src/gtk/menu.c
1740         * src/gtk/menu.h
1741         * src/gtk/pluginwindow.c
1742         * src/gtk/pluginwindow.h
1743         * src/gtk/prefswindow.c
1744         * src/gtk/prefswindow.h
1745         * src/gtk/progressdialog.c
1746         * src/gtk/progressdialog.h
1747         * src/gtk/sslcertwindow.c
1748         * src/gtk/sslcertwindow.h
1749         * src/plugins/bogofilter/bogofilter.c
1750         * src/plugins/bogofilter/bogofilter.h
1751         * src/plugins/bogofilter/bogofilter_gtk.c
1752         * src/plugins/clamav/clamav_plugin.c
1753         * src/plugins/clamav/clamav_plugin.h
1754         * src/plugins/clamav/clamav_plugin_gtk.c
1755         * src/plugins/demo/demo.c
1756         * src/plugins/dillo_viewer/dillo_prefs.c
1757         * src/plugins/dillo_viewer/dillo_prefs.h
1758         * src/plugins/dillo_viewer/dillo_viewer.c
1759         * src/plugins/pgpcore/passphrase.c
1760         * src/plugins/pgpcore/passphrase.h
1761         * src/plugins/pgpcore/pgp_viewer.c
1762         * src/plugins/pgpcore/pgp_viewer.h
1763         * src/plugins/pgpcore/plugin.c
1764         * src/plugins/pgpcore/select-keys.c
1765         * src/plugins/pgpcore/select-keys.h
1766         * src/plugins/pgpcore/sgpgme.c
1767         * src/plugins/pgpcore/sgpgme.h
1768         * src/plugins/pgpinline/pgpinline.c
1769         * src/plugins/pgpinline/pgpinline.h
1770         * src/plugins/pgpinline/plugin.c
1771         * src/plugins/pgpmime/pgpmime.c
1772         * src/plugins/pgpmime/pgpmime.h
1773         * src/plugins/pgpmime/plugin.c
1774         * src/plugins/spamassassin/spamassassin.c
1775         * src/plugins/spamassassin/spamassassin.h
1776         * src/plugins/spamassassin/spamassassin_gtk.c
1777         * src/plugins/trayicon/trayicon.c
1778                 it's 2007, update the year in the copyright headers
1780 2007-01-03 [paul]       2.6.1cvs95
1782         * src/gtk/about.c
1783                 it is 2007, use it in the copyright string
1785 2007-01-03 [paul]       2.6.1cvs94
1787         * src/html.c
1788                 html entity conversion:
1789                 move &#153; to a more suitable place
1790                 add &bull; and &ndash;
1791                 make sure &mdash; and &#8212; are both
1792                 converted the same
1794 2007-01-02 [colin]      2.6.1cvs93
1796         * src/addrbook.c
1797                 Fix leak
1798         * src/common/plugin.c
1799                 Add comment
1800         * src/etpan/imap-thread.c
1801                 Fix warning
1803 2006-12-31 [paul]       2.6.1cvs92
1805         * src/prefs_summaries.c
1806                 use gtk_button_new_from_stock()
1808 2006-12-30 [colin]      2.6.1cvs91
1810         * src/folder.c
1811         * src/imap_gtk.c
1812         * src/mh_gtk.c
1813                 Don't update filtering and account paths 
1814                 when copying folders
1816 2006-12-30 [colin]      2.6.1cvs90
1818         * src/prefs_compose_writing.c
1819         * src/prefs_quote.c
1820         * src/prefs_template.c
1821                 Use message font for Writing and 
1822                 Quoting prefs, as well as Templates.
1824 2006-12-30 [colin]      2.6.1cvs89
1826         * src/prefs_summaries.c
1827                 Rework GUI; patch by Pawel
1829 2006-12-29 [colin]      2.6.1cvs88
1831         * src/prefs_folder_item.c
1832                 Fix bug 1085, 'Apply to subfolder 
1833                 doesn't work' - I was mistaken saying
1834                 it worked in every case
1836 2006-12-28 [colin]      2.6.1cvs87
1838         * src/gtk/gtkaspell.c
1839                 Don't assert if use_alternate is true
1840                 and alt_dictionary isn't set -- this 
1841                 is what happens on upgrade! Rather,
1842                 do with it.
1844 2006-12-28 [colin]      2.6.1cvs86
1846         * Makefile.am
1847                 Fix desktop/icon simplification
1849 2006-12-28 [colin]      2.6.1cvs85
1851         * Makefile.am
1852                 Make desktop and icon not 
1853                 dependant on the desktop
1855 2006-12-28 [wwp]        2.6.1cvs84
1857         * src/plugins/pgpmime/claws.def
1858                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1860 2006-12-28 [wwp]        2.6.1cvs83
1862         * src/prefs_folder_item.c
1863                 Fix coloring of "simplify subject regexp" (folder prefs),
1864                 which might be left to red whereas the regexp gets empty.
1866 2006-12-28 [wwp]        2.6.1cvs82
1868         * src/prefs_common.c
1869         * src/prefs_common.h
1870         * src/addressbook.c
1871         * src/addressitem.h
1872                 Save addressbook mainwindow's horizontal and vertical splitter position.
1874 2006-12-27 [wwp]        2.6.1cvs81
1876         * src/gtk/gtkaspell.c
1877         * src/gtk/gtkaspell.h
1878         * src/compose.c
1879                 Fix assignment of compose's default and alternate dictionary from
1880                 account or folder settings. Now gtkaspell_change_dict does rotate
1881                 dicts only when it's called from a menu cb.
1883 2006-12-27 [wwp]        2.6.1cvs80
1885         * src/folder_item_prefs.c
1886                 Fix randomly initialized default-alt-dictionary (folder prefs),
1887                 complete 2.6.1cvs72.
1889 2006-12-27 [paul]       2.6.1cvs79
1891         * src/imap_gtk.c
1892         * src/mh_gtk.c
1893                 Add Copy folder in the folder's contextual
1894                 menu
1896 2006-12-27 [wwp]        2.6.1cvs78
1898         * src/imap.c
1899                 Clean up session locking, thanks to Colin.
1901 2006-12-26 [colin]      2.6.1cvs77
1903         * src/statusbar.c
1904                 Revert previous patch
1906 2006-12-26 [colin]      2.6.1cvs76
1908         * src/folder.c
1909         * src/folderview.c
1910         * src/imap.c
1911         * src/statusbar.c
1912         * src/etpan/imap-thread.c
1913                 Fix previous commit warnings
1914                 Make statusbar update every second if total < 20
1915                 Make IMAP APPEND faster by simplifying log              
1917 2006-12-26 [colin]      2.6.1cvs75
1919         * src/folder.c
1920         * src/folder.h
1921         * src/folderview.c
1922         * src/folderview.h
1923         * src/imap_gtk.c
1924         * src/mh_gtk.c
1925                 Make it possible to copy folders accross
1926                 mailboxes (this was an arbitrary limitation).
1927                 Still make it impossible to move folders 
1928                 accross mailboxes.
1930 2006-12-26 [colin]      2.6.1cvs74
1932         * src/etpan/imap-thread.c
1933                 Fix bug 1081, 'claws-mail 
1934                 segfaults when going offline 
1935                 while it transfers mails via 
1936                 imap'
1938 2006-12-26 [colin]      2.6.1cvs73
1940         * src/folder_item_prefs.c
1941                 Don't forget alt dictionary when
1942                 renaming/moving folders
1944 2006-12-26 [wwp]        2.6.1cvs72
1946         * src/folder_item_prefs.c
1947                 Add missing defaults for per-folder alt dict
1948                 (forgotten in 2.6.1cvs61).
1950 2006-12-26 [colin]      2.6.1cvs71
1952         * src/wizard.c
1953                 Add tooltip to state that specifying
1954                 full path to mailbox is possible
1956 2006-12-26 [wwp]        2.6.1cvs70
1958         * src/partial_download.c
1959         * src/gtk/gtkvscrollbutton.c
1960         * src/plugins/pgpinline/plugin.c
1961                 Fix for few compiler warnings that matter.
1963 2006-12-25 [colin]      2.6.1cvs69
1965         * src/partial_download.c
1966                 Fix marking for download or deletion
1967                 when the header isn't the first
1968         * src/gtk/logwindow.c
1969                 Fix start of scrolling
1971 2006-12-23 [paul]       2.6.1cvs68
1973         * src/compose.c
1974                 change last commit to use the 'academic'
1975                 method instead. Thanks to wwp
1977 2006-12-23 [paul]       2.6.1cvs67
1979         * src/compose.c
1980                 don't warn about empty subject when
1981                 redirecting
1983 2006-12-22 [colin]      2.6.1cvs66
1985         * src/summary_search.c
1986                 Fix previous patch
1988 2006-12-22 [colin]      2.6.1cvs65
1990         * src/gtk/gtkutils.c
1991         * src/imap.c
1992         * src/jpilot.c
1993         * src/summary_search.c
1994                 A few warning fixes
1996 2006-12-23 [paul]       
1998         2.7.0-rc2 released
2000 2006-12-22 [colin]      2.6.1cvs64
2002         * src/toolbar.c
2003         * src/toolbar.h
2004                 Add a combo to the learn spam button
2005         * src/plugins/bogofilter/bogofilter.c
2006         * src/plugins/bogofilter/bogofilter_gtk.c
2007         * src/plugins/bogofilter/bogofilter.h
2008                 Allow to store Unsure mails in a specific
2009                 folder to make better teaching easier
2011 2006-12-21 [wwp]        2.6.1cvs63
2013         * src/compose.c
2014         * src/prefs_common.c
2015         * src/prefs_common.h
2016         * src/prefs_spelling.c
2017         * src/gtk/gtkaspell.c
2018         * src/gtk/gtkaspell.h
2019                 Allow spell-checking using both current and alternate dictionaries
2020                 (thanks to Colin).
2022 2006-12-21 [wwp]        2.6.1cvs62
2024         * src/gtk/gtkaspell.c
2025                 Apply recheck_when_changing_dict (highlight all mispelled words)
2026                 when switching to alternate dictionary.
2028 2006-12-21 [wwp]        2.6.1cvs61
2030         * src/compose.c
2031         * src/folder_item_prefs.h
2032         * src/prefs_common.c
2033         * src/prefs_common.h
2034         * src/prefs_folder_item.c
2035         * src/prefs_spelling.c
2036         * src/gtk/gtkaspell.c
2037         * src/gtk/gtkaspell.h
2038                 Add global and per-folder prefs to set the default
2039                 alternate dictionary.
2041 2006-12-21 [colin]      2.6.1cvs60
2043         * src/folder.c
2044                 Look for folders by path in all folders
2045         * src/html.c
2046                 add &mdash;
2048 2006-12-20 [colin]      2.6.1cvs59
2050         * src/gtk/quicksearch.c
2051                 Make sure in_typing is false when clearing
2053 2006-12-20 [wwp]        2.6.1cvs58
2055         * configure.ac
2056                 change manual's target dir to be LFH-compliant (thanks to Colin).
2058 2006-12-20 [wwp]        2.6.1cvs57
2060         * src/prefs_common.c
2061         * src/prefs_summaries.c
2062                 i18n fix and factorize patch, thanks to Fabien.
2064 2006-12-20 [paul]       2.6.1cvs56
2066         * configure.ac
2067                 last of the renaming (??)
2068         * src/main.c
2069                 correct --help info of --status-full
2070         * src/plugins/bogofilter/bogofilter.c
2071                 make FALSE default of whitelist_ab
2073 2006-12-19 [colin]      2.6.1cvs55
2075         * src/jpilot.c
2076                 Same as before, without depending on
2077                 pisock >= 0.12
2079 2006-12-19 [colin]      2.6.1cvs54
2081         * src/jpilot.c
2082                 Fix bug 1059, 'Better jpilot charset 
2083                 handling'. Use libpisync's charset conversion
2084                 if possible
2086 2006-12-19 [colin]      2.6.1cvs53
2088         * po/fr.po
2089                 Updated by Fabien
2091 2006-12-19 [wwp]        2.6.1cvs52
2093         * src/gtk/about.c
2094                 Add missing #include (thanks to Colin).
2096 2006-12-19 [wwp]        2.6.1cvs51
2098         * src/prefs_receive.c
2099                 Better spacing between widgets in prefs.
2101 2006-12-18 [colin]      2.6.1cvs50
2103         * src/imap.c
2104                 Fix failure to get separator on LIST "" ""
2105                 Try LIST "" "INBOX" too.
2107 2006-12-18 [wwp]        2.6.1cvs49
2109         * src/common/session.c
2110                 Fix a compiler warning (thanks to Fabien).
2112 2006-12-18 [wwp]        2.6.1cvs48
2114         * src/compose.c
2115         * src/prefs_quote.c
2116                 Factorize some strings for translation (it's about error
2117                 messages when applying or checking template/quote format).
2119 2006-12-18 [colin]      2.6.1cvs47
2121         * Makefile.am
2122         * src/common/defs.h
2123         * src/gtk/Makefile.am
2124         * src/gtk/about.c
2125                 Add a Release notes tab from the contents of
2126                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2128 2006-12-17 [colin]      2.6.1cvs46
2130         * src/mimeview.c
2131         * src/textview.c
2132         * src/gtk/filesel.c
2133                 Correctly convert from/to UTF8/filename encoding
2134                 when loading and saving files. Probably fixes
2135                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2136                 for a file to attach and is blocked...'
2138 2006-12-17 [colin]      2.6.1cvs45
2140         * src/gtk/logwindow.c
2141                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2142                 IMAP folder and is blocked on main thread': 
2143                 make sure we put utf8 in the log.
2145 2006-12-16 [colin]      2.6.1cvs44
2147         * src/toolbar.c
2148         * src/toolbar.h
2149                 Fix bug 1055, 'Add the 'cancel receive' 
2150                 in the available events for the toolbar buttons'
2152 2006-12-16 [colin]      2.6.1cvs43
2154         * po/POTFILES.in
2155         * src/imap.c
2156         * src/common/nntp.c
2157         * src/common/session.c
2158                 Log error when SSL handshakes fail. 
2159                 Fixes bug 1082, 'incorrect / imprecise 
2160                 error message when imap server provides 
2161                 ssl only through STARTTLS but SSL is 
2162                 selected'
2164 2006-12-15 [wwp]        2.6.1cvs42
2166         * src/plugins/bogofilter/bogofilter_gtk.c
2167                 set proper sensitivity to widgets I've recently added.
2169 2006-12-15 [colin]      
2171         2.7.0-rc1 released
2173 2006-12-15 [wwp]        2.6.1cvs41
2175         * src/plugins/bogofilter/bogofilter.c
2176         * src/plugins/bogofilter/bogofilter.h
2177         * src/plugins/bogofilter/bogofilter_gtk.c
2178                 bogofilter's whitelist can now use a subset of
2179                 the addressbook (either a book, a subfolder of a book,
2180                 or the whole addressbook by using "Any"). Re-used there
2181                 some pref_matcher widgets and mechanisms to match a subset
2182                 of the addressbook.
2184 2006-12-15 [wwp]        2.6.1cvs40
2186         * src/wizard.c
2187         * src/common/plugin.c
2188         * src/common/plugin.h
2189         * src/gtk/about.c
2190         * src/plugins/bogofilter/bogofilter.c
2191         * src/plugins/clamav/clamav_plugin.c
2192         * src/plugins/demo/demo.c
2193         * src/plugins/dillo_viewer/dillo_viewer.c
2194         * src/plugins/pgpcore/plugin.c
2195         * src/plugins/pgpinline/plugin.c
2196         * src/plugins/pgpmime/plugin.c
2197         * src/plugins/spamassassin/spamassassin.c
2198         * src/plugins/trayicon/trayicon.c
2199                 factorize some translatable strings (plugins-related),
2200                 fix missing punctuation in several places,
2201                 remove useless translatable \n in about.c,
2202                 and factorize plugin init code w/ a new function
2203                 check_plugin_version() in common/plugin.c.
2204                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2206 2006-12-15 [wwp]        2.6.1cvs39
2208         * src/plugins/bogofilter/bogofilter.c
2209         * src/plugins/bogofilter/bogofilter_gtk.c
2210                 flag whitelisted spams as spam, but don't filter it to the spam
2211                 folder. Thanks to Colin.
2213 2006-12-15 [ticho]      2.6.1cvs38
2215         * src/plugins/bogofilter/bogofilter.c
2216         * src/plugins/bogofilter/bogofilter.h
2217         * src/plugins/bogofilter/bogofilter_gtk.c
2218                 Add option to whitelist senders found in addressbook. Patch by colin.
2220 2006-12-15 [paul]       2.6.1cvs37
2222         * src/folderview.c
2223                 add missing #include "log.h"
2225 2006-12-15 [paul]       2.6.1cvs36
2227         * src/plugins/bogofilter/bogofilter.c
2228         * src/plugins/bogofilter/bogofilter.h
2229         * src/plugins/bogofilter/bogofilter_gtk.c
2230                 Add an option to allow inserting an
2231                 X-Claws-Bogosity header (on MH folders
2232                 only). Patch by Colin
2234 2006-12-14 [colin]      2.6.1cvs35
2236         * src/main.c
2237                 "Yes" should be the default choice for
2238                 migration configuration
2240 2006-12-14 [paul]       2.6.1cvs34
2242         * src/prefs_summaries.c
2243         * manual/advanced.xml
2244                 Unhide mark_as_read_delay
2246 2006-12-14 [paul]       2.6.1cvs33
2248         * src/messageview.c
2249         * src/messageview.h
2250         * src/mimeview.c
2251         * src/mimeview.h
2252         * src/summaryview.c
2253         * src/textview.c
2254         * src/textview.h
2255                 Fix printing of selection
2256                 Fix printing of message parts
2257                 Fix printing of images
2258         * src/gtk/gtksourceprintjob.c
2259                 Fix page count when there are images
2261 2006-12-14 [wwp]        2.6.1cvs32
2263         * src/mainwindow.c
2264         * src/summaryview.c
2265         * src/summaryview.h
2266         * src/gtk/quicksearch.c
2267                 fix quicksearch 'magnify' button status when QS is closed
2268                 using the Escape key, thanks to Colin.
2270 2006-12-14 [wwp]        2.6.1cvs31
2272         * src/mainwindow.c
2273         * src/summaryview.c
2274         * src/summaryview.h
2275         * src/gtk/quicksearch.c
2276                 fix quicksearch 'magnify' button status when QS is closed
2277                 using the Escape key, thanks to Colin.
2279 2006-12-13 [colin]      2.6.1cvs30
2281         * src/ldapquery.c
2282         * src/ldaputil.c
2283                 Use the binary safe version of ldap_get_values,
2284                 to make sure we manipulate null-terminated 
2285                 strings. Maybe fixes bug 1075, 'claws mail 
2286                 segfault when completing ldap adresses'
2287         * src/syldap.c ** REMOVED **
2288         * src/syldap.h ** REMOVED **
2289                 Remove dead files
2291 2006-12-13 [mones]      2.6.1cvs29
2293         * po/es.po
2294                 Fixed piped strings, fixed click translation
2296 2006-12-13 [paul]       2.6.1cvs28
2298         * src/main.c
2299                 don't translate these strings
2301 2006-12-13 [paul]       2.6.1cvs27
2303         * po/en_GB.po
2304                 updated
2306 2006-12-13 [colin]      2.6.1cvs26
2308         * src/main.c
2309         * src/main.h
2310                 Add claws_is_starting()
2312 2006-12-13 [mones]      2.6.1cvs25
2314         * manual/es/advanced.xml
2315         * po/es.po
2316                 Synced manual and updated translation
2318 2006-12-12 [colin]      2.6.1cvs24
2320         * src/wizard.c
2321                 Add an option to use STARTTLS in the
2322                 welcome wizard. Fixes bug 1080, 
2323                 'Using SSL option in wizard for incoming 
2324                 server does not activate SSL with STARTTLS'
2326 2006-12-12 [colin]      2.6.1cvs23
2328         * src/main.c
2329                 Don't exit when there's an incomplete
2330                 mailbox configured - leaves a chance 
2331                 to fix a failing IMAP account. Exit
2332                 if no mailbox at all is loaded (case
2333                 of missing plugin).
2334                 Completes bug 1077's fix (I was wrong
2335                 in this bug's comment #3).
2337 2006-12-12 [colin]      2.6.1cvs22
2339         * src/gtk/menu.h
2340                 Add another menu data type
2341         * src/prefs_account.c
2342                 Complete the completion of bug 1076
2343                 (doesn't lose the pref on apply)
2345 2006-12-12 [paul]       2.6.1cvs21
2347         * src/prefs_account.c
2348                 complete the fix of bug 1076
2349                 also be more verbose with the text
2351 2006-12-12 [paul]       2.6.1cvs20
2353         * src/gtk/combobox.c
2354                 fix compilation warning
2356 2006-12-11 [colin]      2.6.1cvs19
2358         * src/wizard.c
2359                 Document :port in server entry tooltips
2361 2006-12-11 [colin]      2.6.1cvs18
2363         * src/main.c
2364                 Fix compile
2366 2006-12-11 [colin]      2.6.1cvs17
2368         * src/main.c
2369                 Add failing IMAP as a reason for no
2370                 mailbox
2372 2006-12-11 [colin]      2.6.1cvs16
2374         * src/prefs_account.c
2375                 Check for existence of inbox for local
2376                 accounts too
2377         * src/wizard.c
2378                 Allow setting the port to use for servers
2379                 by using the usual "server.example.com:port"
2380                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2381                 not start when IMAP server is unavailable'
2383 2006-12-11 [colin]      2.6.1cvs15
2385         * src/prefs_account.c
2386                 Prevent use of non-existing default inbox
2388 2006-12-11 [colin]      2.6.1cvs14
2390         * src/prefs_account.c
2391                 Fix sensitivity. Fixes bug 1076, 'privacy 
2392                 options are displayed even when pgp plugin 
2393                 not loaded / available'
2395 2006-12-09 [colin]      2.6.1cvs13
2397         * manual/advanced.xml
2398         * src/prefs_common.c
2399         * src/prefs_common.h
2400         * src/common/ssl_certificate.c
2401                 Add a new hidden preference, 'unsafe_ssl_certs',
2402                 which allows to store multiple certificates per
2403                 server/port. This is disabled by default because
2404                 it's less secure (presenting a new certificate
2405                 instead of a changed one raises less alarms).
2406                 This will cause Claws to ask about an unknown
2407                 certificate for people who have used 2.6.1cvs8
2408                 or greater.
2410 2006-12-09 [colin]      2.6.1cvs12
2412         * src/action.c
2413                 Fix cache updating after action
2415 2006-12-07 [wwp]        2.6.1cvs11
2417         * src/compose.c
2418                 fix email address comparison when replying to all
2419                 (avoid replying to ourselves), thanks to Colin.
2421 2006-12-06 [paul]       2.6.1cvs10
2423         * src/addrharvest.c
2424         * src/editldap.c
2425         * src/expldifdlg.c
2426         * src/news.c
2427         * src/toolbar.c
2428         * src/common/utils.c
2429                 ...and more renaming
2430                 Thanks to Colin
2432 2006-12-06 [paul]       2.6.1cvs9
2434         * src/compose.c
2435         * src/messageview.c
2436         * src/procheader.c
2437         * src/procmime.c
2438         * src/procmsg.c
2439         * src/textview.c
2440                 more renaming
2441                 Thanks to Colin
2443 2006-12-06 [colin]      2.6.1cvs8
2445         * src/ssl_manager.c
2446         * src/common/ssl_certificate.c
2447         * src/common/ssl_certificate.h
2448                 Handle multiple certificates per host/port
2450 2006-12-06 [colin]      2.6.1cvs7
2452         * src/etpan/imap-thread.c
2453                 Fix certificate checking on IMAP
2455 2006-12-06 [colin]      2.6.1cvs6
2457         * src/folderview.c
2458                 Fix bug 1072, 'Claws stops fetching newsgroups 
2459                 from server when newsgroup got deleted': continue
2460                 checking other groups
2462 2006-12-05 [wwp]        2.6.1cvs5
2464         * src/message_search.c
2465         * src/summary_search.c
2466         * src/gtk/combobox.c
2467         * src/gtk/combobox.h
2468         * src/gtk/gtkutils.c
2469         * src/gtk/gtkutils.h
2470                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2471                 behave like w/ old comboboxes (summary and message search only).
2473 2006-12-05 [paul]       2.6.1cvs4
2475         * src/wizard.c
2476                 encode headers
2477                 Thanks to Colin
2479 2006-12-05 [paul]       2.6.1cvs3
2481         * tools/README
2482         * tools/textviewer.pl
2483                 script updated and description added
2485 2006-12-04 [colin]      2.6.1cvs2
2487         * src/compose.c
2488                 Run pre-send hook only when checking
2489                 everything
2491 2006-12-04 [paul]       2.6.1cvs1
2493         * NEWS
2494         * README
2495         * RELEASE_NOTES
2496         * configure.ac
2497         * tools/README
2498                 bump up version number following stable release
2500 2006-12-04 [paul]       2.6.0cvs83
2502         * README
2503                 updates and corrections
2505 2006-12-04 [colin]      2.6.0cvs82
2507         * src/common/utils.c
2508                 Probably fix bug 1066, 'Incorrect mailbox 
2509                 size displayed'
2511 2006-12-04 [colin]      2.6.0cvs81
2513         * src/common/utils.c
2514                 Trim tabs from mailcap file too.
2516 2006-12-02 [paul]       2.6.0cvs80
2518         * src/exphtmldlg.c
2519                 fix broken GUI under certain languages
2520         * src/expldifdlg.c
2521                 put the Cancel button to the right
2523 2006-12-01 [paul]       2.6.0cvs79
2525         * tools/Makefile.am
2526                 remove reference to removed file
2528 2006-12-01 [wwp]        2.6.0cvs78
2530         * src/addressbook.c
2531         * src/editaddress.c
2532                 remove forgotten debug statements.
2534 2006-12-01 [wwp]        2.6.0cvs77
2536         * manual/advanced.xml
2537         * manual/fr/advanced.xml
2538         * src/addressbook.c
2539         * src/addressbook.h
2540         * src/addressitem.h
2541         * src/editaddress.c
2542         * src/editaddress.h
2543         * src/prefs_common.c
2544         * src/prefs_common.h
2545         * src/gtk/gtkutils.c
2546         * src/gtk/gtkutils.h
2547                 add a hidden option to allow embedding the editaddress (edit contact details)
2548                 dialog into the addressbook's window. This doesn't change the default
2549                 behaviour.
2551 2006-12-01 [wwp]        2.6.0cvs76
2553         * src/message_search.c
2554         * src/summary_search.c
2555                 fix more focus issues (don't set focus to combobox's entry widget when
2556                 entry's value changed, if entry widget has focus already).
2558 2006-12-01 [wwp]        2.6.0cvs75
2560         * src/gtk/quicksearch.c
2561                 revert last changes to the quicksearch gtk_combo_box, this needs more
2562                 tuning and testing.
2564 2006-12-01 [paul]       2.6.0cvs74
2566         * tools/kdeservicemenu/README
2567         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2568         * tools/kdeservicemenu/install.sh
2569         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2570         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2571                 simplify this stuff, and in so doing,
2572                 fix it. (possibly re-extend it again at
2573                 a later date)
2575 2006-12-01 [wwp]        2.6.0cvs73
2577         * src/gtk/quicksearch.c
2578                 adapt quicksearch code to use modern gtk_combo_box'es.
2580 2006-12-01 [wwp]        2.6.0cvs72
2582         * src/common/defs.h
2583         * src/prefs_common.c
2584         * src/prefs_common.h
2585         * src/message_search.c
2586         * src/summary_search.c
2587         * src/gtk/combobox.c
2588         * src/gtk/combobox.h
2589                 add history combos to all message and summary search fields.
2591 2006-12-01 [wwp]        2.6.0cvs71
2593         * src/summaryview.c
2594                 As the list may change while the mark as read delay
2595                 runs, we can't rely on the 'row' pointer, which can
2596                 be invalid when the timeout is called. As the mark
2597                 as read is only done if the message is still selected,
2598                 use summaryview->selected instead. Thanks to Colin.
2600 2006-11-30 [paul]       2.6.0cvs70
2602         * src/textview.c
2603                 give emphasis to "Sylpheed-Claws"
2604                 as well as "Claws Mail"
2606 2006-11-30 [colin]      2.6.0cvs69
2608         * src/wizard.c
2609                 Put the SSL checkboxes in the receiving
2610                 and sending server pages.
2612 2006-11-29 [colin]      2.6.0cvs68
2614         * src/gtk/gtkutils.c
2615         * src/gtk/gtkvscrollbutton.c
2616                 Revert some deprecated fixes - they seem to
2617                 deprecate stuff as soon as a new one gets out.
2618                 g_object_ref_sink needed glib-2.10.
2620 2006-11-29 [colin]      2.6.0cvs67
2622         * src/common/utils.c
2623                 Create .mailcap if it doesn't exist
2625 2006-11-29 [colin]      2.6.0cvs66
2627         * src/compose.c
2628                 Followup to cvs60: use original list
2629                 of recipients if replying to a mail
2630                 in Sent Drafts or Queue.
2632 2006-11-27 [paul]       2.6.0cvs65
2634         * src/image_viewer.c
2635                 revert the last change for now (it's broken)
2637 2006-11-27 [paul]       2.6.0cvs64
2639         * Makefile.am
2640         * configure.ac
2641         * m4/aclocal-include.m4
2642         * m4/check-type.m4
2643         * src/Makefile.am
2644         * src/addr_compl.c
2645         * src/compose.c
2646         * src/crash.c
2647         * src/export.c
2648         * src/exporthtml.c
2649         * src/exportldif.c
2650         * src/imap.c
2651         * src/import.c
2652         * src/main.c
2653         * src/main.h
2654         * src/matcher.c
2655         * src/mimeview.c
2656         * src/procmsg.c
2657         * src/textview.c
2658         * src/common/Makefile.am
2659         * src/common/claws.c
2660         * src/common/claws.h
2661         * src/common/ssl.c
2662         * src/common/sylpheed.c
2663         * src/common/sylpheed.h
2664         * src/etpan/Makefile.am
2665         * src/gtk/Makefile.am
2666         * src/gtk/claws-marshal.list
2667         * src/gtk/filesel.c
2668         * src/gtk/gtksctree.c
2669         * src/gtk/quicksearch.c
2670         * src/gtk/sylpheed-marshal.list
2671         * src/plugins/bogofilter/bogofilter.c
2672         * src/plugins/bogofilter/bogofilter_gtk.c
2673         * src/plugins/clamav/clamav_plugin.c
2674         * src/plugins/clamav/clamav_plugin_gtk.c
2675         * src/plugins/demo/demo.c
2676         * src/plugins/dillo_viewer/dillo_viewer.c
2677         * src/plugins/pgpcore/Makefile.am
2678         * src/plugins/pgpcore/claws.def
2679         * src/plugins/pgpcore/pgp_viewer.c
2680         * src/plugins/pgpcore/plugin.c
2681         * src/plugins/pgpcore/sylpheed.def
2682         * src/plugins/pgpinline/Makefile.am
2683         * src/plugins/pgpinline/claws.def
2684         * src/plugins/pgpinline/plugin.c
2685         * src/plugins/pgpinline/sylpheed.def
2686         * src/plugins/pgpmime/Makefile.am
2687         * src/plugins/pgpmime/claws.def
2688         * src/plugins/pgpmime/plugin.c
2689         * src/plugins/pgpmime/sylpheed.def
2690         * src/plugins/spamassassin/spamassassin.c
2691         * src/plugins/spamassassin/spamassassin_gtk.c
2692         * src/plugins/trayicon/trayicon.c
2693                 yet more renaming
2694                 remove deprecated gtk_tooltips_set_delay()
2696 2006-11-26 [paul]       2.6.0cvs63
2698         * src/expldifdlg.c
2699         * src/folderview.c
2700         * src/image_viewer.c
2701         * src/mainwindow.c
2702         * src/gtk/gtkutils.c
2703         * src/gtk/gtkvscrollbutton.c
2704         * src/gtk/prefswindow.c
2705         * src/plugins/pgpcore/prefs_gpg.c
2706                 replace more deprecated GTK+ functions
2708 2006-11-26 [paul]       2.6.0cvs62
2710         * src/addr_compl.c
2711         * src/addressbook.c
2712         * src/browseldap.c
2713                 replace deprecated gtk_idle_... functions
2715 2006-11-26 [paul]       2.6.0cvs61
2717         * src/compose.c
2718         * src/folderview.c
2719         * src/inc.c
2720         * src/summaryview.c
2721         * src/gtk/gtkvscrollbutton.c
2722         * src/gtk/quicksearch.c
2723         * src/plugins/pgpcore/passphrase.c
2724                 replace deprecated gtk_timeout_add and
2725                 gtk_timeout_remove
2727 2006-11-26 [paul]       2.6.0cvs60
2729         * src/compose.c
2730                 fix bug that caused the wrong recipient
2731                 to be selected when replying to a msg
2732                 which is From one of our accounts to
2733                 another of our accounts
2735 2006-11-25 [paul]       2.6.0cvs59
2737         * src/summaryview.c
2738                 don't change the From column title to
2739                 To if the To column is visible
2741 2006-11-24 [paul]       2.6.0cvs58
2743         * src/compose.c
2744                 fix bug 1069, 'Sent mails disappear, BCC
2745                 or locking problem?'
2747 2006-11-21 [wwp]        2.6.0cvs57
2749         * src/compose.c
2750                 fix spelling menu when replying (same as 2.3.1cvs39):
2751                 discrepancy between context menu and top menu when
2752                 folder's dictionary isn't the default one.
2754 2006-11-19 [paul]       2.6.0cvs56
2756         * src/summaryview.c
2757                 obey always_show_msg option when
2758                 marking as spam
2759         * src/plugins/bogofilter/bogofilter.c
2760                 fix typo
2762 2006-11-18 [paul]       2.6.0cvs55
2764         * AUTHORS
2765         * README
2766         * debian/copyright
2767         * manual/ack.xml
2768         * manual/es/ack.xml
2769         * manual/fr/ack.xml
2770         * manual/pl/ack.xml
2771         * src/gtk/authors.h
2772         * src/gtk/icon_legend.c
2773         * src/gtk/icon_legend.h
2774         * tools/OOo2claws-mail.pl
2775         * tools/README
2776         * tools/acroread2claws-mail.pl
2777         * tools/claws.i18n.status.pl
2778         * tools/filter_conv.pl
2779         * tools/filter_conv_new.pl
2780         * tools/freshmeat_search.pl
2781         * tools/google_search.pl
2782         * tools/kmail2claws-mail.pl
2783         * tools/kmail2claws-mail_v2.pl
2784         * tools/maildir2claws-mail.pl
2785         * tools/make.themes.project
2786         * tools/multiwebsearch.pl
2787         * tools/outlook2claws-mail.pl
2788         * tools/tb2claws-mail
2789         * tools/kdeservicemenu/README
2790         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2791                 update mine and wwp's email addresses in
2792                 several places
2793                 Patch by wwp
2794         * src/prefs_compose_writing.c
2795                 set sensitivity on 'new message format' frame
2797 2006-11-17 [paul]       2.6.0cvs54
2799         * src/gtk/about.c
2800                 more reworking of the GUI
2801                 Patch by Fabien Vantard
2803 2006-11-16 [paul]       2.6.0cvs53
2805         * src/gtk/about.c
2806                 set a minimum size for the window, allow
2807                 it to automatically expand as necessary
2809 2006-11-16 [wwp]        2.6.0cvs52
2811         * src/gtk/about.c
2812                 better wrap of copyright info on some systems.
2814 2006-11-16 [paul]       2.6.0cvs51
2816         * src/gtk/about.c
2817                 move the tech info from the upper panel
2818                 to the Info tab
2819                 use a gtk_text_view for the features tab
2821 2006-11-16 [paul]       2.6.0cvs50
2823         * po/Makevars
2824                 update my email address
2825         * src/addressbook.c
2826         * src/compose.c
2827         * src/imap_gtk.c
2828         * src/mh_gtk.c
2829         * src/news_gtk.c
2830         * src/summaryview.c
2831         * src/plugins/trayicon/trayicon.c
2832                 don't offer simple menu separators
2833                 for translation
2834         * src/folderview.c
2835                 add separator between 'mark all read'
2836                 and 'search folder'
2838 2006-11-15 [wwp]        2.6.0cvs49
2840         * src/gtk/authors.h
2841                 updated manuals authors.
2843 2006-11-14 [paul]       2.6.0cvs48
2845         * src/compose.c
2846                 Fix Options/Reply mode after draft save
2848 2006-11-14 [paul]       2.6.0cvs47
2850         * src/Makefile.am
2851                 Fix make DESTDIR=...
2852         * src/mbox.c
2853                 Optimise speed
2854         * src/plugins/pgpinline/pgpinline.c
2855                 Probably fix bug 1061
2857 2006-11-14 [paul]       2.6.0cvs46
2859         * po/Makevars
2860                 enable Q_ macro
2861         * src/Makefile.am
2862         * src/stock_pixmap.c
2863         * src/stock_pixmap.h
2864         * src/gtk/about.c
2865         * src/pixmaps/active.xpm
2866         * src/pixmaps/inactive.xpm
2867                 add a new page, 'Features', to the About dialog
2868                 showing which features are compiled in and which
2869                 are not
2871 2006-11-14 [paul]       2.6.0cvs45
2873         * po/ru.po
2874                 updated by Pavlo Bohmat
2876 2006-11-14 [colin]      2.6.0cvs44
2878         * src/compose.c
2879         * src/inc.c
2880         * src/messageview.c
2881         * src/news.c
2882         * src/pop.c
2883         * src/procmsg.c
2884         * src/gtk/gtkaspell.c
2885                 Fix 64-bit-related warnings
2886         * src/ssl_manager.c
2887                 Fix possible infinite loop
2888         * src/plugins/pgpcore/sgpgme.c
2889                 Remove useless check
2891 2006-11-13 [colin]      2.6.0cvs43
2893         * src/gtk/Makefile.am
2894                 authors.h isn't generated
2896 2006-11-13 [colin]      2.6.0cvs42
2898         * src/plugins/pgpinline/pgpinline.c
2899         * src/plugins/pgpmime/pgpmime.c
2900                 Very probably fix bug 1061, 'crash on 
2901                 opening signed email'. Another cast
2902                 problem
2904 2006-11-13 [colin]      2.6.0cvs41
2906         * src/plugins/pgpcore/sgpgme.c
2907                 Maybe fix bug 1061, 'crash on opening 
2908                 signed email'
2910 2006-11-13 [wwp]        2.6.0cvs40
2912         * src/plugins/pgpinline/pgpinline.c
2913                 fix candidate for bug #1057, thanks to Colin.
2915 2006-11-13 [wwp]        2.6.0cvs39
2917         * src/compose.c
2918         * src/quote_fmt_parse.y
2919                 fix bug 1052: current parser buffer was not always 
2920                 allocated, ptr to this buffer could be returned as 
2921                 NULL whereas no parser error has occurred. in 
2922                 consequence, defining a template body as "%d" 
2923                 (w/o the quotes) for the first time of the instance 
2924                 of claws-mail, was reporting a parser error. make 
2925                 sure that the buffer is always allocated, even to 
2926                 an empty string.
2927                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2928                 unescaping of the fmt string was always done 
2929                 whereas it must be done *only* when receiving 
2930                 quote format strings issued from the prefs 
2931                 (compose new message, reply, forward, redirect 
2932                 formats), *not* when applying templates.  in 
2933                 consequences, applying templates w/ sequences 
2934                 like \\|p{echo} were failing. make sure that 
2935                 unescaping is done only when necessary.
2937 2006-11-12 [colin]      2.6.0cvs38
2939         * po/de.po
2940                 Fix typo (s/KB/MB)
2942 2006-11-12 [colin]      2.6.0cvs37
2944         * src/plugins/pgpinline/pgpinline.c
2945         * src/plugins/pgpmime/pgpmime.c
2946                 Release GPG context at the latest 
2947                 possible moment. Maybe fixes 
2948                 bug 1057, 'crash on sending signed 
2949                 message to a newsgroup'
2950                 
2952 2006-11-12 [colin]      2.6.0cvs36
2954         * src/plugins/pgpcore/sgpgme.c
2955                 Tell a bit more when gpg's status doesn't
2956                 contain any signature
2958 2006-11-12 [colin]      2.6.0cvs35
2960         * src/compose.c
2961                 Fix bug 1060, 'compilation error with 
2962                 Irix's cc'
2964 2006-11-12 [paul]       2.6.0cvs34
2966         * doc/man/claws-mail.1
2967         * src/prefs_gtk.c
2968         * src/plugins/clamav/README
2969         * src/plugins/spamassassin/README
2970         * tools/README
2971         * tools/freshmeat_search.pl
2972         * tools/google_search.pl
2973         * tools/multiwebsearch.pl
2974                 more renaming
2975         * src/plugins/trayicon/trayicon.c
2976                 fix compiliation warning
2978 2006-11-11 [colin]      2.6.0cvs33
2980         * src/folderview.c
2981                 Forbid drag and drop from/to different
2982                 folders of type F_UNKNOWN
2984 2006-11-11 [colin]      2.6.0cvs32
2986         * src/plugins/pgpinline/pgpinline.c
2987                 Fix typo in previous commit:
2988                 - gpgme_new(&ctx);
2989                 + if ((err = gpgme_new(&data->ctx)) ...)
2991 2006-11-11 [colin]      2.6.0cvs31
2993         * src/plugins/pgpinline/pgpinline.c
2994         * src/plugins/pgpmime/pgpmime.c
2995                 Check success after calling gpgme_new
2996                 Maybe fixes bug 1057, 'crash on sending 
2997                 signed message to a newsgroup'
2999 2006-11-11 [colin]      2.6.0cvs30
3001         * src/undo.c
3002                 init undostruct to 0s (from
3003                 valgrind log of bug 1057)
3005 2006-11-10 [colin]      2.6.0cvs29
3007         * src/mainwindow.c
3008                 Set cursor to wait before filtering
3009                 duplicates in all folders
3010         * src/plugins/bogofilter/bogofilter.c
3011         * src/plugins/bogofilter/bogofilter.h
3012         * src/plugins/bogofilter/bogofilter_gtk.c
3013                 Completely thread away the bogofilter
3014                 filtering
3016 2006-11-10 [mones]      2.6.0cvs28
3018         * src/compose.c
3019         * src/compose.h
3020                 added COMPOSE_CHECK_BEFORE_SEND hook
3022 2006-11-10 [paul]       2.6.0cvs27
3024         * src/crash.c
3025                 more renaming
3026                 add libSM to get_compiled_in_features()
3027         * src/main.c
3028                 more renaming
3030 2006-11-10 [colin]      2.6.0cvs26
3032         * src/etpan/imap-thread.c
3033                 Add a reference to libetpan's sasl engine
3034                 so that sasl_done() doesn't get called by
3035                 libetpan, and doesn't break openssl.
3036                 Should fix bug 1053, 'SC fails to reestablish 
3037                 a secure connection'
3038                 Patch by Hoa
3040 2006-11-10 [colin]      2.6.0cvs25
3042         * manual/addrbook.xml
3043         * manual/advanced.xml
3044         * manual/faq.xml
3045         * manual/intro.xml
3046                 Some more renaming
3048 2006-11-09 [colin]      2.6.0cvs24
3050         * src/plugins/bogofilter/bogofilter_gtk.c
3051                 Add comment about annoyance
3053 2006-11-09 [colin]      2.6.0cvs23
3055         * src/plugins/bogofilter/bogofilter.c
3056         * src/plugins/bogofilter/bogofilter_gtk.c
3057                 Prepare things needed to thread bogofilter
3058                 filtering: separate bogo stuff and possible GUI
3059                 stuff. 
3061 2006-11-09 [colin]      2.6.0cvs22
3063         * src/account.c
3064         * src/compose.c
3065                 Search for one of our accounts in Delivered-To
3066                 (helps for auto-account selection when 
3067                  replying/forwarding)
3068         * src/folderview.c
3069         * src/mainwindow.c
3070         * src/mainwindow.h
3071         * src/plugins/trayicon/trayicon.c
3072                 Allow opening a new mail with any account from
3073                 the contextual menu
3075 2006-11-09 [wwp]        2.6.0cvs21
3077         * src/compose.c
3078         * src/prefs_common.c
3079         * src/prefs_common.h
3080         * src/prefs_compose_writing.c
3081                 add a compose new message format (in prefs/compose/writing), it's a
3082                 simple subject+body template to use when opening a new composition
3083                 window. It's similar to the existent reply and forward formats.
3085                 enhanced the template/format % symbols substitution mechanism to
3086                 use current composition window information when % are used in
3087                 the compose new message format or in templates applied to new
3088                 messages (there were useless in that situations before). When
3089                 applied to new messages, %d corresponds to the system time/date.
3091 2006-11-09 [paul]       2.6.0cvs20
3093         * src/gtk/authors.h
3094                 fix last commit
3096 2006-11-09 [paul]       2.6.0cvs19
3098         * src/gtk/authors.h
3099                 keep tje alphabetical order
3101 2006-11-08 [colin]      2.6.0cvs18
3103         * src/etpan/imap-thread.c
3104                 Fix bug 1054, 'Slowness logging big 
3105                 data chunks'
3107 2006-11-08 [paul]       2.6.0cvs17
3109         * tools/Makefile.am
3110                 fix the renaming
3112 2006-11-08 [paul]       2.6.0cvs16
3114         * src/common/defs.h
3115                 update BUGZILLA_URI
3117 2006-11-08 [paul]       2.6.0cvs15
3119         * tools/Makefile.am
3120         * tools/OOo2claws-mail.pl
3121         * tools/OOo2sylpheed.pl
3122         * tools/README
3123         * tools/acroread2claws-mail.pl
3124         * tools/acroread2sylpheed.pl
3125         * tools/kmail2claws-mail.pl
3126         * tools/kmail2claws-mail_v2.pl
3127         * tools/kmail2sylpheed.pl
3128         * tools/kmail2sylpheed_v2.pl
3129         * tools/maildir2claws-mail.pl
3130         * tools/maildir2sylpheed.pl
3131         * tools/nautilus2claws-mail.sh
3132         * tools/nautilus2sylpheed.sh
3133         * tools/outlook2claws-mail.pl
3134         * tools/outlook2sylpheed.pl
3135         * tools/tb2claws-mail
3136         * tools/tb2sylpheed
3137         * tools/tbird2claws.py
3138         * tools/tbird2syl.py
3139         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3140         * tools/kdeservicemenu/install.sh
3141         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3142         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3143         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3144         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3145         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3146                 renamed (removed, added) tools files
3148 2006-11-08 [paul]       2.6.0cvs14
3150         * src/main.c
3151         * src/common/defs.h
3152                 Migrate sylpheedrc to clawsrc, and fix the standard
3153                 plugins path in the process
3155 2006-11-07 [colin]      2.6.0cvs13
3157         * src/Makefile.am
3158                 Symlink sylpheed-claws relative to 
3159                 claws-mail
3161 2006-11-07 [colin]      2.6.0cvs12
3163         * src/compose.c
3164                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3166 2006-11-07 [paul]       2.6.0cvs11
3168         * src/gtk/about.c
3169                 Fix a missed occurence of
3170                 Sylpheed-Claws
3172 2006-11-07 [paul]       2.6.0cvs10
3174         * src/Makefile.am
3175                 Fix symlink installation
3177 2006-11-07 [paul]       2.6.0cvs9
3179         * src/Makefile.am
3180                 Symlink claws-mail to sylpheed-claws
3181         * src/common/utils.c
3182                 Fix migrating symlinks
3183         * src/etpan/imap-thread.c
3184                 check certificate only when there's
3185                 no error
3187 2006-11-07 [paul]       2.6.0cvs8
3189         * Makefile.am
3190                 Fix icon breakages with Gtk, which needs a 
3191                 cache updated to see them.
3193 2006-11-07 [paul]       2.6.0cvs7
3195         * .cvsignore
3196         * AUTHORS
3197         * COPYING
3198         * INSTALL
3199         * Makefile.am
3200         * NEWS
3201         * README
3202         * RELEASE_NOTES
3203         * autogen.sh
3204         * claws-mail-128x128.png
3205         * claws-mail-64x64.png
3206         * claws-mail.ico
3207         * claws-mail.pc.in
3208         * claws-mail.png
3209         * configure.ac
3210         * sylpheed-claws-128x128.png
3211         * sylpheed-claws-64x64.png
3212         * sylpheed-claws.desktop
3213         * sylpheed-claws.ico
3214         * sylpheed-claws.pc.in
3215         * sylpheed-claws.png
3216         * debian/README.Debian
3217         * debian/changelog
3218         * debian/claws-mail.desktop
3219         * debian/claws-mail.menu
3220         * debian/claws-mail.postinst.debhelper
3221         * debian/claws-mail.postrm.debhelper
3222         * debian/control
3223         * debian/copyright
3224         * debian/files
3225         * debian/rules
3226         * debian/sylpheed-claws.desktop
3227         * debian/sylpheed-claws.menu
3228         * debian/sylpheed-claws.postinst.debhelper
3229         * debian/sylpheed-claws.postrm.debhelper
3230         * doc/man/Makefile.am
3231         * doc/man/claws-mail.1
3232         * doc/man/sylpheed-claws.1
3233         * doc/src/ChangeLog.claws-pre0.8.0
3234         * manual/Makefile.am
3235         * manual/account.xml
3236         * manual/ack.xml
3237         * manual/addrbook.xml
3238         * manual/advanced.xml
3239         * manual/claws-mail-manual.xml
3240         * manual/faq.xml
3241         * manual/glossary.xml
3242         * manual/handling.xml
3243         * manual/intro.xml
3244         * manual/keyboard.xml
3245         * manual/plugins.xml
3246         * manual/starting.xml
3247         * manual/sylpheed-claws-manual.xml
3248         * manual/xml2pdf
3249         * manual/dist/.cvsignore
3250         * manual/dist/html/.cvsignore
3251         * manual/dist/html/Makefile.am
3252         * manual/dist/pdf/.cvsignore
3253         * manual/dist/pdf/Makefile.am
3254         * manual/dist/ps/.cvsignore
3255         * manual/dist/ps/Makefile.am
3256         * manual/dist/txt/.cvsignore
3257         * manual/dist/txt/Makefile.am
3258         * manual/es/Makefile.am
3259         * manual/es/advanced.xml
3260         * manual/es/claws-mail-manual.xml
3261         * manual/es/faq.xml
3262         * manual/es/glossary.xml
3263         * manual/es/handling.xml
3264         * manual/es/intro.xml
3265         * manual/es/plugins.xml
3266         * manual/es/sylpheed-claws-manual.xml
3267         * manual/es/dist/.cvsignore
3268         * manual/es/dist/html/.cvsignore
3269         * manual/es/dist/html/Makefile.am
3270         * manual/es/dist/pdf/.cvsignore
3271         * manual/es/dist/pdf/Makefile.am
3272         * manual/es/dist/ps/.cvsignore
3273         * manual/es/dist/ps/Makefile.am
3274         * manual/es/dist/txt/.cvsignore
3275         * manual/es/dist/txt/Makefile.am
3276         * manual/fr/Makefile.am
3277         * manual/fr/account.xml
3278         * manual/fr/ack.xml
3279         * manual/fr/addrbook.xml
3280         * manual/fr/advanced.xml
3281         * manual/fr/claws-mail-manual.xml
3282         * manual/fr/faq.xml
3283         * manual/fr/glossary.xml
3284         * manual/fr/handling.xml
3285         * manual/fr/intro.xml
3286         * manual/fr/keyboard.xml
3287         * manual/fr/plugins.xml
3288         * manual/fr/starting.xml
3289         * manual/fr/sylpheed-claws-manual.xml
3290         * manual/fr/dist/.cvsignore
3291         * manual/fr/dist/html/.cvsignore
3292         * manual/fr/dist/html/Makefile.am
3293         * manual/fr/dist/pdf/.cvsignore
3294         * manual/fr/dist/pdf/Makefile.am
3295         * manual/fr/dist/ps/.cvsignore
3296         * manual/fr/dist/ps/Makefile.am
3297         * manual/fr/dist/txt/.cvsignore
3298         * manual/fr/dist/txt/Makefile.am
3299         * manual/pl/Makefile.am
3300         * manual/pl/account.xml
3301         * manual/pl/ack.xml
3302         * manual/pl/addrbook.xml
3303         * manual/pl/advanced.xml
3304         * manual/pl/claws-mail-manual.xml
3305         * manual/pl/faq.xml
3306         * manual/pl/glossary.xml
3307         * manual/pl/handling.xml
3308         * manual/pl/intro.xml
3309         * manual/pl/keyboard.xml
3310         * manual/pl/plugins.xml
3311         * manual/pl/starting.xml
3312         * manual/pl/sylpheed-claws-manual.xml
3313         * manual/pl/dist/.cvsignore
3314         * manual/pl/dist/html/.cvsignore
3315         * manual/pl/dist/html/Makefile.am
3316         * manual/pl/dist/pdf/.cvsignore
3317         * manual/pl/dist/pdf/Makefile.am
3318         * manual/pl/dist/ps/.cvsignore
3319         * manual/pl/dist/ps/Makefile.am
3320         * manual/pl/dist/txt/.cvsignore
3321         * manual/pl/dist/txt/Makefile.am
3322         * po/.cvsignore
3323         * po/Makevars
3324         * src/.cvsignore
3325         * src/Makefile.am
3326         * src/account.c
3327         * src/account.h
3328         * src/action.c
3329         * src/action.h
3330         * src/adbookbase.h
3331         * src/addr_compl.c
3332         * src/addr_compl.h
3333         * src/addrbook.c
3334         * src/addrcache.c
3335         * src/addrcache.h
3336         * src/addrcindex.c
3337         * src/addrcindex.h
3338         * src/addrclip.c
3339         * src/addrclip.h
3340         * src/addrdefs.h
3341         * src/addressadd.c
3342         * src/addressadd.h
3343         * src/addressbook.c
3344         * src/addressbook.h
3345         * src/addressbook_foldersel.c
3346         * src/addressbook_foldersel.h
3347         * src/addrgather.c
3348         * src/addrgather.h
3349         * src/addrharvest.c
3350         * src/addrharvest.h
3351         * src/addrindex.c
3352         * src/addrindex.h
3353         * src/addritem.c
3354         * src/addritem.h
3355         * src/addrquery.c
3356         * src/addrquery.h
3357         * src/addrselect.c
3358         * src/addrselect.h
3359         * src/alertpanel.c
3360         * src/alertpanel.h
3361         * src/browseldap.c
3362         * src/browseldap.h
3363         * src/codeconv.c
3364         * src/codeconv.h
3365         * src/compose.c
3366         * src/crash.c
3367         * src/crash.h
3368         * src/customheader.c
3369         * src/customheader.h
3370         * src/displayheader.c
3371         * src/displayheader.h
3372         * src/editaddress.c
3373         * src/editaddress.h
3374         * src/editbook.c
3375         * src/editbook.h
3376         * src/editgroup.c
3377         * src/editgroup.h
3378         * src/editjpilot.c
3379         * src/editjpilot.h
3380         * src/editldap.c
3381         * src/editldap.h
3382         * src/editldap_basedn.c
3383         * src/editldap_basedn.h
3384         * src/editvcard.c
3385         * src/editvcard.h
3386         * src/exphtmldlg.c
3387         * src/exphtmldlg.h
3388         * src/expldifdlg.c
3389         * src/expldifdlg.h
3390         * src/export.c
3391         * src/exporthtml.c
3392         * src/exporthtml.h
3393         * src/exportldif.c
3394         * src/exportldif.h
3395         * src/filtering.c
3396         * src/filtering.h
3397         * src/folder.c
3398         * src/folder.h
3399         * src/folder_item_prefs.c
3400         * src/folder_item_prefs.h
3401         * src/foldersel.c
3402         * src/foldersel.h
3403         * src/folderutils.c
3404         * src/folderutils.h
3405         * src/folderview.c
3406         * src/folderview.h
3407         * src/grouplistdialog.c
3408         * src/grouplistdialog.h
3409         * src/html.c
3410         * src/html.h
3411         * src/image_viewer.c
3412         * src/image_viewer.h
3413         * src/imap.c
3414         * src/imap.h
3415         * src/imap_gtk.c
3416         * src/imap_gtk.h
3417         * src/import.c
3418         * src/import.h
3419         * src/importldif.c
3420         * src/importldif.h
3421         * src/importmutt.c
3422         * src/importmutt.h
3423         * src/importpine.c
3424         * src/importpine.h
3425         * src/inc.c
3426         * src/inc.h
3427         * src/jpilot.c
3428         * src/jpilot.h
3429         * src/ldapctrl.c
3430         * src/ldapctrl.h
3431         * src/ldaplocate.c
3432         * src/ldaplocate.h
3433         * src/ldapquery.c
3434         * src/ldapquery.h
3435         * src/ldapserver.c
3436         * src/ldapserver.h
3437         * src/ldaputil.c
3438         * src/ldaputil.h
3439         * src/ldif.c
3440         * src/ldif.h
3441         * src/localfolder.c
3442         * src/localfolder.h
3443         * src/main.c
3444         * src/main.h
3445         * src/mainwindow.c
3446         * src/mainwindow.h
3447         * src/manual.c
3448         * src/manual.h
3449         * src/matcher.c
3450         * src/matcher.h
3451         * src/matcher_parser.h
3452         * src/matcher_parser_lex.l
3453         * src/matcher_parser_parse.y
3454         * src/mbox.c
3455         * src/mbox.h
3456         * src/message_search.c
3457         * src/message_search.h
3458         * src/messageview.c
3459         * src/messageview.h
3460         * src/mh.c
3461         * src/mh.h
3462         * src/mh_gtk.c
3463         * src/mh_gtk.h
3464         * src/mimeview.c
3465         * src/mimeview.h
3466         * src/msgcache.c
3467         * src/msgcache.h
3468         * src/mutt.c
3469         * src/mutt.h
3470         * src/news.c
3471         * src/news.h
3472         * src/news_gtk.c
3473         * src/news_gtk.h
3474         * src/noticeview.c
3475         * src/noticeview.h
3476         * src/partial_download.c
3477         * src/partial_download.h
3478         * src/pine.c
3479         * src/pine.h
3480         * src/pop.c
3481         * src/pop.h
3482         * src/prefs_account.c
3483         * src/prefs_account.h
3484         * src/prefs_actions.c
3485         * src/prefs_actions.h
3486         * src/prefs_common.c
3487         * src/prefs_common.h
3488         * src/prefs_compose_writing.c
3489         * src/prefs_compose_writing.h
3490         * src/prefs_customheader.c
3491         * src/prefs_customheader.h
3492         * src/prefs_display_header.c
3493         * src/prefs_display_header.h
3494         * src/prefs_ext_prog.c
3495         * src/prefs_ext_prog.h
3496         * src/prefs_filtering.c
3497         * src/prefs_folder_column.c
3498         * src/prefs_folder_column.h
3499         * src/prefs_folder_item.c
3500         * src/prefs_folder_item.h
3501         * src/prefs_fonts.c
3502         * src/prefs_fonts.h
3503         * src/prefs_gtk.c
3504         * src/prefs_gtk.h
3505         * src/prefs_image_viewer.c
3506         * src/prefs_image_viewer.h
3507         * src/prefs_matcher.c
3508         * src/prefs_matcher.h
3509         * src/prefs_message.c
3510         * src/prefs_message.h
3511         * src/prefs_msg_colors.c
3512         * src/prefs_msg_colors.h
3513         * src/prefs_other.c
3514         * src/prefs_other.h
3515         * src/prefs_quote.c
3516         * src/prefs_quote.h
3517         * src/prefs_receive.c
3518         * src/prefs_receive.h
3519         * src/prefs_send.c
3520         * src/prefs_send.h
3521         * src/prefs_spelling.c
3522         * src/prefs_spelling.h
3523         * src/prefs_summaries.c
3524         * src/prefs_summaries.h
3525         * src/prefs_summary_column.c
3526         * src/prefs_summary_column.h
3527         * src/prefs_template.c
3528         * src/prefs_template.h
3529         * src/prefs_themes.c
3530         * src/prefs_themes.h
3531         * src/prefs_toolbar.c
3532         * src/prefs_toolbar.h
3533         * src/prefs_wrapping.c
3534         * src/prefs_wrapping.h
3535         * src/privacy.c
3536         * src/privacy.h
3537         * src/procheader.c
3538         * src/procheader.h
3539         * src/procmime.c
3540         * src/procmime.h
3541         * src/procmsg.c
3542         * src/procmsg.h
3543         * src/quote_fmt.c
3544         * src/quote_fmt_parse.y
3545         * src/recv.c
3546         * src/recv.h
3547         * src/remotefolder.c
3548         * src/remotefolder.h
3549         * src/send_message.c
3550         * src/send_message.h
3551         * src/setup.c
3552         * src/setup.h
3553         * src/sourcewindow.c
3554         * src/sourcewindow.h
3555         * src/ssl_manager.c
3556         * src/ssl_manager.h
3557         * src/statusbar.c
3558         * src/statusbar.h
3559         * src/stock_pixmap.c
3560         * src/stock_pixmap.h
3561         * src/summary_search.c
3562         * src/summary_search.h
3563         * src/summaryview.c
3564         * src/summaryview.h
3565         * src/syldap.c
3566         * src/syldap.h
3567         * src/textview.c
3568         * src/textview.h
3569         * src/toolbar.c
3570         * src/toolbar.h
3571         * src/undo.c
3572         * src/undo.h
3573         * src/unmime.c
3574         * src/unmime.h
3575         * src/vcard.c
3576         * src/vcard.h
3577         * src/wizard.c
3578         * src/wizard.h
3579         * src/common/base64.c
3580         * src/common/base64.h
3581         * src/common/defs.h
3582         * src/common/hooks.c
3583         * src/common/hooks.h
3584         * src/common/log.c
3585         * src/common/log.h
3586         * src/common/mgutils.c
3587         * src/common/mgutils.h
3588         * src/common/nntp.c
3589         * src/common/nntp.h
3590         * src/common/passcrypt.c
3591         * src/common/passcrypt.h.in
3592         * src/common/plugin.c
3593         * src/common/plugin.h
3594         * src/common/prefs.c
3595         * src/common/prefs.h
3596         * src/common/progressindicator.c
3597         * src/common/progressindicator.h
3598         * src/common/quoted-printable.c
3599         * src/common/quoted-printable.h
3600         * src/common/session.c
3601         * src/common/session.h
3602         * src/common/smtp.c
3603         * src/common/smtp.h
3604         * src/common/socket.c
3605         * src/common/socket.h
3606         * src/common/ssl.c
3607         * src/common/ssl.h
3608         * src/common/stringtable.c
3609         * src/common/stringtable.h
3610         * src/common/sylpheed.c
3611         * src/common/sylpheed.h
3612         * src/common/template.c
3613         * src/common/template.h
3614         * src/common/timing.h
3615         * src/common/utils.c
3616         * src/common/utils.h
3617         * src/common/version.h.in
3618         * src/common/xml.c
3619         * src/common/xml.h
3620         * src/common/xmlprops.c
3621         * src/common/xmlprops.h
3622         * src/gtk/about.c
3623         * src/gtk/colorlabel.c
3624         * src/gtk/colorlabel.h
3625         * src/gtk/colorsel.c
3626         * src/gtk/colorsel.h
3627         * src/gtk/combobox.c
3628         * src/gtk/combobox.h
3629         * src/gtk/description_window.c
3630         * src/gtk/description_window.h
3631         * src/gtk/filesel.c
3632         * src/gtk/filesel.h
3633         * src/gtk/foldersort.c
3634         * src/gtk/foldersort.h
3635         * src/gtk/gtkaspell.c
3636         * src/gtk/gtkaspell.h
3637         * src/gtk/gtksctree.c
3638         * src/gtk/gtkshruler.c
3639         * src/gtk/gtkshruler.h
3640         * src/gtk/gtkutils.c
3641         * src/gtk/gtkutils.h
3642         * src/gtk/icon_legend.c
3643         * src/gtk/icon_legend.h
3644         * src/gtk/logwindow.c
3645         * src/gtk/logwindow.h
3646         * src/gtk/manage_window.c
3647         * src/gtk/manage_window.h
3648         * src/gtk/pluginwindow.c
3649         * src/gtk/pluginwindow.h
3650         * src/gtk/prefswindow.c
3651         * src/gtk/prefswindow.h
3652         * src/gtk/quicksearch.c
3653         * src/gtk/quicksearch.h
3654         * src/pixmaps/claws-mail.xpm
3655         * src/pixmaps/claws-mail_icon.xpm
3656         * src/pixmaps/claws-mail_logo.xpm
3657         * src/pixmaps/sylpheed-claws.xpm
3658         * src/pixmaps/sylpheed-claws_icon.xpm
3659         * src/pixmaps/sylpheed-claws_logo.xpm
3660         * src/plugins/bogofilter/Makefile.am
3661         * src/plugins/bogofilter/bogofilter.c
3662         * src/plugins/bogofilter/bogofilter.h
3663         * src/plugins/bogofilter/bogofilter_gtk.c
3664         * src/plugins/clamav/Makefile.am
3665         * src/plugins/clamav/clamav_plugin.c
3666         * src/plugins/clamav/clamav_plugin.h
3667         * src/plugins/clamav/clamav_plugin_gtk.c
3668         * src/plugins/demo/Makefile.am
3669         * src/plugins/demo/demo.c
3670         * src/plugins/dillo_viewer/Makefile.am
3671         * src/plugins/dillo_viewer/README
3672         * src/plugins/dillo_viewer/dillo_prefs.c
3673         * src/plugins/dillo_viewer/dillo_prefs.h
3674         * src/plugins/dillo_viewer/dillo_viewer.c
3675         * src/plugins/pgpcore/Makefile.am
3676         * src/plugins/pgpcore/passphrase.c
3677         * src/plugins/pgpcore/passphrase.h
3678         * src/plugins/pgpcore/pgp_viewer.c
3679         * src/plugins/pgpcore/pgp_viewer.h
3680         * src/plugins/pgpcore/plugin.c
3681         * src/plugins/pgpcore/prefs_gpg.c
3682         * src/plugins/pgpcore/prefs_gpg.h
3683         * src/plugins/pgpcore/select-keys.c
3684         * src/plugins/pgpcore/select-keys.h
3685         * src/plugins/pgpcore/sgpgme.c
3686         * src/plugins/pgpcore/sgpgme.h
3687         * src/plugins/pgpcore/sylpheed.def
3688         * src/plugins/pgpcore/version.rc
3689         * src/plugins/pgpinline/Makefile.am
3690         * src/plugins/pgpinline/pgpinline.c
3691         * src/plugins/pgpinline/pgpinline.h
3692         * src/plugins/pgpinline/plugin.c
3693         * src/plugins/pgpinline/sylpheed.def
3694         * src/plugins/pgpinline/version.rc
3695         * src/plugins/pgpmime/Makefile.am
3696         * src/plugins/pgpmime/pgpmime.c
3697         * src/plugins/pgpmime/pgpmime.h
3698         * src/plugins/pgpmime/plugin.c
3699         * src/plugins/pgpmime/sylpheed.def
3700         * src/plugins/pgpmime/version.rc
3701         * src/plugins/spamassassin/Makefile.am
3702         * src/plugins/spamassassin/README
3703         * src/plugins/spamassassin/spamassassin.c
3704         * src/plugins/spamassassin/spamassassin.h
3705         * src/plugins/spamassassin/spamassassin_gtk.c
3706         * src/plugins/trayicon/Makefile.am
3707         * src/plugins/trayicon/trayicon.c
3708         * tools/OOo2sylpheed.pl
3709         * tools/README
3710         * tools/README.sylprint
3711         * tools/acroread2sylpheed.pl
3712         * tools/claws.i18n.status.pl
3713         * tools/filter_conv.pl
3714         * tools/filter_conv_new.pl
3715         * tools/freshmeat_search.pl
3716         * tools/google_search.pl
3717         * tools/kmail2sylpheed.pl
3718         * tools/kmail2sylpheed_v2.pl
3719         * tools/make.themes.project
3720         * tools/multiwebsearch.pl
3721         * tools/nautilus2sylpheed.sh
3722         * tools/outlook2sylpheed.pl
3723         * tools/sylprint.pl
3724         * tools/sylprint.rc
3725         * tools/tb2sylpheed
3726         * tools/textviewer.sh
3727         * tools/vcard2xml.py
3728         * tools/kdeservicemenu/README
3729         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3730         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3731         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3732                 Change name to Claws Mail. Announce to follow...
3734 2006-11-06 [wwp]        2.6.0cvs6
3736         * src/prefs_template.c
3737                 unify messages related to quote format/template errors (fix
3738                 capitalization), again.
3740 2006-11-06 [wwp]        2.6.0cvs5
3742         * src/prefs_quote.c
3743                 unify messages related to quote format/template errors.
3745 2006-11-06 [wwp]        2.6.0cvs4
3747         * src/prefs_msg_colors.c
3748                 more uses of Q_ macro for contextual translations, thanks
3749                 to Fabien (fzzzzz).
3751 2006-11-06 [wwp]        2.6.0cvs3
3753         * src/compose.c
3754         * src/common/utils.c
3755         * src/common/utils.h
3756                 show an alertpanel to make sure users are aware that sensitive
3757                 files are attached (it's file blacklist-based). This will fix
3758                 interaction w/ GoogleEarth for instance, thanks to Colin.
3760 2006-11-06 [wwp]        2.6.0cvs2
3762         * src/prefs_quote.c
3763         * src/prefs_template.c
3764         * src/prefs_template.h
3765                 check quote format when applying/closing prefs. For now this only
3766                 shows up an error dialog box, not preventing the user from using
3767                 a broken quote (reply, forwards) format.
3769 2006-11-06 [wwp]        2.6.0cvs1
3771         * src/prefs_template.c
3772                 fix missing checks of some template fields.
3774 2006-11-06 [paul]       2.6.0
3776         * NEWS
3777         * README
3778         * RELEASE_NOTES
3779                 2.6.0 released
3781 2006-11-06 [paul]       2.5.6cvs22
3783         * manual/advanced.xml
3784         * manual/es/advanced.xml
3785                 put 'respect_flowed_format' info in the correct
3786                 place
3788 2006-11-06 [mones]      2.5.6cvs21
3790         * po/es.po
3791                 Minor fixes for release
3793 2006-11-06 [paul]       2.5.6cvs20
3795         * po/cs.po
3796         * po/de.po
3797         * po/fr.po
3798         * po/it.po
3799         * po/nl.po
3800         * po/pt_BR.po
3801         * po/sk.po
3802         * po/sv.po
3803         * po/zh_CN.po
3804                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3805                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3806                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3807                 Young
3809 2006-11-02 [colin]      2.5.6cvs19
3811         * src/imap.c
3812         * src/imap.h
3813         * src/prefs_account.c
3814         * src/etpan/imap-thread.c
3815                 Add GSSAPI support - fixes Debian bug #383274
3817 2006-11-01 [colin]      2.5.6cvs18
3819         * src/jpilot.c
3820                 Handle libpisock12 support. Probably
3821                 fixes bug 1046, 'jpilot AddressDB.pdb 
3822                 import fail'
3824 2006-11-01 [colin]      2.5.6cvs17
3826         * src/folderutils.c
3827                 debug_print() folderutils_mark_all_read()
3829 2006-11-01 [colin]      2.5.6cvs16
3831         * COPYING
3832                 Add missed files to the Apache exception
3834 2006-10-31 [colin]      2.5.6cvs15
3836         * src/folder.c
3837         * src/folder.h
3838                 Add a copy_private_data() func to FolderClasses
3839                 Doesn't break the feature freeze, because we 
3840                 won't use it (right now) in the core.
3842 2006-10-31 [colin]      2.5.6cvs14
3844         * COPYING
3845                 Allow linking with the Apache licensed files in
3846                 src/plugins/spamassassin. Hopefully fixes 
3847                 bug 1048, 'Spamassassin plugin license problem'
3849 2006-10-31 [wwp]        2.5.6cvs13
3851         * src/compose.c
3852                 fix and optimize trimming of leading linefeeds in body loop.
3854 2006-10-31 [colin]      2.5.6cvs12
3856         * src/etpan/imap-thread.c
3857         * src/imap.c
3858                 Make really sure to have NULL sets in case
3859                 of error
3861 2006-10-30 [wwp]        2.5.6cvs11
3863         * src/prefs_common.c
3864         * src/prefs_common.h
3865         * src/compose.c
3866                 fix broken storage of quote format template when it contains \-escape
3867                 sequences. The application of such sequences is also fixed now (\t
3868                 in quote format will be a real tab instead of a 't', for instance).
3870 2006-10-27 [colin]      2.5.6cvs10
3872         * src/compose.c
3873                 Probably fix bug 1045, 'sylpheed-claws 
3874                 doesn't remove the mail from the IMAP 
3875                 Queue folder after sending'. From
3876                 2.5.6cvs3-stable
3878 2006-10-27 [colin]      2.5.6cvs9
3880         * configure.ac
3881                 Require libetpan-0.48. I'm so annoying,
3882                 I know ;-)
3884 2006-10-27 [colin]      2.5.6cvs8
3886         * src/folder.c
3887         * src/imap.c
3888                 Probably fix bug 1044, 'sylpheed-claws 
3889                 segfaults while moving mails' - Fix relation
3890                 usage when moving to an IMAP mailbox from another
3891                 mailbox
3893 2006-10-26 [paul]       2.5.6cvs7
3895         * src/gtk/about.c
3896                 add libSM to compiled-in features
3897                 list
3899 2006-10-24 [colin]      2.5.6cvs6
3901         * src/textview.c
3902         * src/gtk/gtkutils.c
3903                 Fix crash when printing emails with an
3904                 xface
3906 2006-10-24 [mones]      2.5.6cvs5
3908         * manual/es/advanced.xml
3909                 Synchronize hidden option respect_flowed_format
3910         * po/es.po
3911                 Updated translation
3913 2006-10-21 [paul]       2.5.6cvs4
3915         * src/gtk/authors.h
3916         * src/plugins/pgpcore/pgp_viewer.c
3917         * src/plugins/pgpcore/sgpgme.c
3918                 fix building on BSDs
3919                 Thanks to Michael Hughes
3920                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3922 2006-10-20 [colin]      2.5.6cvs3
3924         * configure.ac
3925                 Bump up libetpan requirement
3926                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3927         * src/common/utils.c
3928         * src/common/utils.h
3929                 Add convenience get_file_mtime()
3930         * src/imap.c
3931         * src/etpan/imap-thread.c
3932         * src/etpan/imap-thread.h
3933                 Implement UIDPLUS support if the server
3934                 supports it - faster sending in this case
3936 2006-10-19 [colin]      2.5.6cvs2
3938         * src/gtk/quicksearch.c
3939                 Fix emptying in type-ahead+extended mode
3940         * src/mainwindow.c
3941         * src/mainwindow.h
3942                 Add a hook for offline state change
3943         * src/plugins/trayicon/trayicon.c
3944                 Use it to display offline icons
3945         * src/plugins/trayicon/Makefile.am
3946         * src/plugins/trayicon/newmail.offline.xpm
3947         * src/plugins/trayicon/newmarkedmail.offline.xpm
3948         * src/plugins/trayicon/nomail.offline.xpm
3949         * src/plugins/trayicon/unreadmail.offline.xpm
3950         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3951                 Add the icons
3953 2006-10-12 [paul]       2.5.6cvs1
3955         * NEWS
3956         * README
3957         * configure.ac
3958                 Update version number following
3959                 stable release
3961 2006-10-19 [colin]      2.5.5cvs18
3963         * manual/handling.xml
3964                 Add type-ahead search
3966 2006-10-18 [colin]      2.5.5cvs17
3968         * src/gtk/quicksearch.c
3969                 Remove "save to history only if there's
3970                 no syntax error", it breaks for some 
3971                 reason which I'll investigate later.
3973 2006-10-18 [colin]      2.5.5cvs16
3975         * src/prefs_common.c
3976         * src/prefs_common.h
3977         * src/summaryview.c
3978         * src/gtk/quicksearch.c
3979         * src/gtk/quicksearch.h
3980                 Add a type-ahead option for fast searches
3981                 Patch by Fabien Vantard
3983 2006-10-18 [colin]      2.5.5cvs15
3985         * src/compose.c
3986         * src/compose.h
3987                 Add Options/Reply mode/ menu to be able to
3988                 change the recipients of a reply on the fly
3990 2006-10-18 [colin]      2.5.5cvs14
3992         * src/compose.c
3993                 Fix redirecting of our own sent mails
3995 2006-10-17 [wwp]        2.5.5cvs13
3997         * src/send_message.c
3998                 Fix duplicate error messages when sending, and missing
3999                 newline in such error messages.
4001 2006-10-17 [colin]      2.5.5cvs12
4003         * src/compose.c
4004                 Compare addresses case-insensitive
4006 2006-10-17 [colin]      2.5.5cvs11
4008         * src/plugins/pgpcore/sgpgme.c
4009                 Fix return status
4011 2006-10-17 [colin]      2.5.5cvs10
4013         * src/plugins/pgpcore/pgp_viewer.c
4014                 Fix return status
4016 2006-10-17 [colin]      2.5.5cvs9
4018         * src/quote_fmt.c
4019                 Fix a typo (thanks to Fabien)
4021 2006-10-16 [colin]      2.5.5cvs8
4023         * src/textview.c
4024                 Fix problem with quote-folding when emails
4025                 don't convert cleanly to UTF-8
4027 2006-10-14 [colin]      2.5.5cvs7
4029         * src/prefs_template.c
4030                 Reset fields when reopening
4031                 the window
4033 2006-10-13 [paul]       2.5.5cvs6
4035         * manual/advanced.xml
4036         * src/prefs_message.c
4037                 make 'respect_flowed_format' a hidden
4038                 option, and add a manual entry for it
4039                 Thanks to Colin
4041 2006-10-12 [colin]      2.5.5cvs5
4043         * src/codeconv.c
4044                 Revert part of 2.5.2cvs21:
4045                 Don't optimise by reusing the 
4046                 last iconv converter if possible:
4047                 it seems slightly broken in a 
4048                 very hard way to reproduce
4050 2006-10-12 [colin]      2.5.5cvs4
4052         * src/prefs_common.c
4053         * src/prefs_common.h
4054         * src/prefs_message.c
4055         * src/procmime.c
4056                 Fix bug 1035, 'Incorrect handling 
4057                 of flowed lines'. We now optionnaly
4058                 handle this format (preference is in
4059                 Message View/Text options section)
4061 2006-10-12 [colin]      2.5.5cvs3
4063         * po/POTFILES.in
4064                 Add new file
4065         * src/plugins/pgpcore/pgp_viewer.c
4066         * src/plugins/pgpcore/sgpgme.c
4067                 Don't try to import without asking
4069 2006-10-12 [colin]      2.5.5cvs2
4071         * src/compose.c
4072                 Fix bug 1036, 'Forwarding a mutlipart
4073                 mail with a "text/html" block to ms
4074                 outlook users leeds to freeze of
4075                 outlook'. Poor outlook users...
4077 2006-10-12 [paul]       2.5.5cvs1
4079         * NEWS
4080         * README
4081         * configure.ac
4082                 Update version number following
4083                 stable release
4085 2006-10-11 [paul]       2.5.4cvs1
4087         * NEWS
4088         * README
4089         * configure.ac
4090                 Update version number following
4091                 stable release
4093 2006-10-11 [paul]       2.5.3cvs32
4095         * src/textview.c
4096                 fix bug 1032, 'Segmentation fault when showing
4097                 message' (bug in quote folding)
4098                 Thanks to Colin
4100 2006-10-10 [colin]      2.5.3cvs31
4102         * src/quote_fmt.c
4103                 Rephrase english a bit
4105 2006-10-10 [colin]      2.5.3cvs30
4107         * src/prefs_compose_writing.c
4108                 Stop making the page larger than the window
4110 2006-10-10 [wwp]        2.5.3cvs29
4112         * src/compose.c
4113         * src/prefs_template.c
4114         * src/quote_fmt.c
4115         * src/quote_fmt.h
4116         * src/quote_fmt_lex.l
4117         * src/quote_fmt_parse.y
4118                 Extend the quote parser a bit: allow to get access to
4119                 basic (composing) account info.
4121 2006-10-10 [colin]      2.5.3cvs28
4123         * src/procheader.c
4124                 Fix this \t problem in subject
4126 2006-10-09 [colin]      2.5.3cvs27
4128         * src/main.c
4129         * src/prefs_gtk.c
4130                 Prepare cache a bit later
4131                 If section already exists, skip the new one 
4132                 (as previously); avoid writing the same block
4133                 twice - if we find a second block with the 
4134                 same id, skip it.
4135         * src/plugins/pgpcore/pgp_viewer.c
4136                 Set cursor to busy when retrieving a key
4137         * src/plugins/pgpcore/sgpgme.c
4138                 allow 5 seconds for gpg to export the key
4139                 
4141 2006-10-09 [colin]      2.5.3cvs26
4143         * configure.ac
4144         * src/msgcache.c
4145         * src/prefs_gtk.c
4146                 Check for existence of fgets_unlocked
4147                 and fwrite_unlocked
4149 2006-10-09 [paul]       2.5.3cvs25
4151         * src/prefs_summaries.c
4152                 replace strftime() with fast_strftime() and in
4153                 the consequence fix the bug in the display of
4154                 AM/PM in the 'Example' string
4156 2006-10-09 [ticho]      2.5.3cvs24
4158         * po/sk.po
4159                 Updated (and fixed up somewhat) Slovak translation.
4161 2006-10-08 [colin]      2.5.3cvs23
4163         * src/prefs_folder_item.c
4164                 Explain why prefs in the top-level folder
4165                 aren't retained, but are still useful
4167 2006-10-08 [colin]      2.5.3cvs22
4169         * src/prefs_gtk.c
4170                 Don't cache anything if caching fails
4172 2006-10-08 [colin]      2.5.3cvs21
4174         * src/common/utils.c
4175                 always include gi18n.h
4177 2006-10-07 [colin]      2.5.3cvs20
4179         * src/plugins/pgpcore/pgp_viewer.c
4180                 Kill gpg after 5 seconds wait
4182 2006-10-07 [colin]      2.5.3cvs19
4184         * src/plugins/pgpcore/pgp_viewer.c
4185         * src/plugins/pgpcore/pgp_viewer.h
4186                 Fix copyright
4188 2006-10-07 [colin]      2.5.3cvs18
4190         * src/plugins/pgpcore/pgp_viewer.c
4191         * src/plugins/pgpcore/pgp_viewer.h
4192                 Actually add the files to CVS
4194 2006-10-07 [colin]      2.5.3cvs17
4196         * src/plugins/pgpcore/sgpgme.c
4197                 Be sure not to crash on 'application/pgp-signature' that
4198                 are not application/pgp-signatures
4200 2006-10-07 [colin]      2.5.3cvs16
4202         * src/textview.c
4203         * src/textview.h
4204                 Make a bit more of the API available
4205         * src/plugins/pgpcore/Makefile.am
4206         * src/plugins/pgpcore/plugin.c
4207         * src/plugins/pgpcore/sgpgme.c
4208                 Add basic key import/export
4210 2006-10-07 [colin]      2.5.3cvs15
4212         * src/folderview.c
4213         * src/imap.c
4214         * src/prefs_account.c
4215         * src/wizard.c
4216                 Warn users *everywhere* if libetpan's not
4217                 linked in
4219 2006-10-06 [mones]      2.5.3cvs14
4221         * po/de.po
4222         * po/es.po
4223                 updated by Stephan Sachse and me
4225 2006-10-06 [colin]      2.5.3cvs13
4227         * src/main.c
4228         * src/common/sylpheed.c
4229                 Don't load common plugins if --exit is passed
4230         * src/prefs_gtk.c
4231         * src/prefs_gtk.h
4232                 Implement a cache to avoid reading the same
4233                 files over and over again at startup
4235 2006-10-06 [colin]      2.5.3cvs12
4237         * src/summaryview.c
4238         * src/gtk/quicksearch.c
4239                 Update display every 5k mails on fast searches
4241 2006-10-06 [colin]      2.5.3cvs11
4243         * src/textview.c
4244                 Don't do quote folding on HTML or ERTF.
4245                 May fix the Cygwin issues if they were
4246                 happening with HTML mails?
4248 2006-10-05 [colin]      2.5.3cvs10
4250         * src/prefs_gtk.c
4251                 Oops, forgot one
4253 2006-10-05 [colin]      2.5.3cvs9
4255         * src/prefs_gtk.c
4256                 Use unlocked_stdio here too
4258 2006-10-05 [colin]      2.5.3cvs8
4260         * src/folderview.c
4261                 Fix go to next * after preferences apply
4262         * src/msgcache.c
4263                 Do the fd lock/unlock ourselves instead of
4264                 letting the libc do it at each write 
4266 2006-10-05 [colin]      2.5.3cvs7
4268         * src/common/utils.c
4269                 Faster division, thanks to Jean Diraison
4271 2006-10-05 [paul]       2.5.3cvs6
4273         * src/common/utils.c
4274                 fix building with --disable-nls
4276 2006-10-04 [colin]      2.5.3cvs5
4278         * src/folder.c
4279                 Maybe fix a segfault
4281 2006-10-04 [wwp]        2.5.3cvs4
4283         * src/prefs_folder_item.c
4284                 Fine-tune layouts in folder item prefs. Suggested by
4285                 Fabien Vantard <fzzzzz@gmail.com>.
4287 2006-10-04 [wwp]        2.5.3cvs3
4289         * src/prefs_folder_item.c
4290                 Kill the clandestine passengers. You didn't see anything.
4292 2006-10-04 [wwp]        2.5.3cvs2
4294         * src/prefs_folder_item.c
4295                 Add a way to test the subject simplify regexp in
4296                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4297                 w/ few layout changes.
4299 2006-20-04 [paul]       2.5.3cvs1
4301         * NEWS
4302         * README
4303         * configure.ac
4304                 Update version number following
4305                 stable release
4307 2006-10-04 [colin]      2.5.2cvs42
4309         * src/folder.c
4310         * src/folder.h
4311         * src/summaryview.c
4312                 Provide a way for folder classes to set their sort
4313                 type and key
4315 2006-10-03 [colin]      2.5.2cvs41
4317         * src/mh.c
4318                 Don't use strlen() to know if the
4319                 string's empty
4321 2006-10-03 [colin]      2.5.2cvs40
4323         * src/mh.c
4324                 Fix "check for new folders" with accentued folders
4326 2006-10-03 [ticho]      2.5.2cvs39
4328         * src/filtering.c
4329         * src/folder.c
4330         * src/inc.c
4331         * src/mbox.c
4332                 Colin's fix for "copy" filtering rules.
4334 2006-10-02 [colin]      2.5.2cvs38
4336         * src/folderview.c
4337                 Fix for double-click too
4339 2006-10-02 [colin]      2.5.2cvs37
4341         * src/folderview.c
4342                 correct fix for cvs36
4344 2006-10-02 [colin]      2.5.2cvs36
4346         * src/folderview.c
4347                 Fix 'goto next unread' after collapsing/expanding 
4348                 a node.
4350 2006-10-02 [colin]      2.5.2cvs35
4352         * src/summaryview.c
4353                 Fix double freeze/thaw
4354         * src/common/utils.c
4355         * src/common/utils.h
4356                 Reimplement strftime
4357         * src/procheader.c
4358                 Use it
4361 2006-10-02 [colin]      2.5.2cvs34
4363         * src/mh.c
4364                 Time mh_write_sequences() - it's fast
4365         * src/summaryview.c
4366                 Init a variable to shut up gcc
4368 2006-10-01 [colin]      2.5.2cvs33
4370         * src/folder.c
4371         * src/mh.c
4372         * src/mh.h
4373         * src/msgcache.c
4374                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4375                 Add fsync but disable it, it's slow as hell
4377 2006-10-01 [colin]      2.5.2cvs32
4379         * src/mh.c
4380         * src/msgcache.c
4381                 fflush() caches and mh_sequences before
4382                 fclose()ing
4384 2006-10-01 [colin]      2.5.2cvs31
4386         * src/msgcache.c
4387                 Don't ftruncate when not using mmap
4389 2006-09-30 [colin]      2.5.2cvs30
4391         * src/main.c
4392                 Write folder list *after* saving caches
4394 2006-09-30 [colin]      2.5.2cvs29
4396         * src/folder.c
4397         * src/mh.c
4398                 Debug forced mtime changes
4400 2006-09-30 [colin]      2.5.2cvs28
4402         * src/folder.c
4403         * src/main.c
4404                 Remove useless debug_print()s (code
4405                 well-tested)
4407 2006-09-30 [colin]      2.5.2cvs27
4409         * src/mh.c
4410                 Do stuff faster when writing mh_sequences
4412 2006-09-30 [colin]      2.5.2cvs26
4414         * src/mh.c
4415                 Don't let the writing of .mh_sequences, which
4416                 can change the folder's mtime, let us think
4417                 we need to scan.
4419 2006-09-30 [colin]      2.5.2cvs25
4421         * src/folder.c
4422                 Move a debug_print where it belongs 
4423                 (processing)
4424         * src/summaryview.c
4425                 Don't mess with a huge slow subject
4426                 table if we're not threading by
4427                 subject
4429 2006-09-30 [colin]      2.5.2cvs24
4431         * src/msgcache.c
4432                 Reenable mmaped reads (*not* writes!)
4433         * src/procmsg.c
4434                 Don't destroy and recreate hashtables just
4435                 for fun
4436         * src/common/utils.c
4437                 Remove useless reply prefixes (it's case
4438                 unsensitive)
4440 2006-09-30 [wwp]        2.5.2cvs23
4442         * tools/fix_date.sh
4443                 Fixed a minor bug in date value extraction, added a switch
4444                 to replace non RFC-compliant Date: value, added a switch
4445                 to use strict RFC matching patterns for dates.
4447 2006-09-29 [colin]      2.5.2cvs22
4449         * src/matcher_parser.h
4450         * src/matcher_parser_parse.y
4451         * src/prefs_filtering.c
4452         * src/statusbar.c
4453         * src/summary_search.c
4454         * src/summaryview.c
4455         * src/gtk/quicksearch.c
4456         * src/gtk/quicksearch.h
4457                 Optimise searches by setting different
4458                 refresh intervals (depending if the 
4459                 search is fast or not)
4461 2006-09-29 [colin]      2.5.2cvs21
4463         * src/codeconv.c
4464                 Optimise by reusing the last iconv converter
4465                 if possible
4466         * src/textview.c
4467                 Optimise a bit (the foldable quotes feature
4468                 still has an awful O(n^2) algo
4470 2006-09-29 [colin]      2.5.2cvs20
4472         * src/gtk/gtksctree.c
4473         * src/gtk/gtksctree.h
4474                 Optimise de-selection via up/down or
4475                 another key
4477 2006-09-28 [colin]      2.5.2cvs19
4479         * src/action.c
4480         * src/compose.c
4481         * src/folderview.c
4482         * src/mainwindow.c
4483         * src/messageview.c
4484         * src/summary_search.c
4485         * src/toolbar.c
4486                 Avoid using summaryview->ctree directly
4488 2006-09-28 [colin]      2.5.2cvs18
4490         * src/summaryview.c
4491         * src/summaryview.h
4492                 Add helpers to freeze/thaw/grab_focus
4493                 Factorize calls to freeze/thaw/grab_focus
4494                 
4496 2006-09-28 [colin]      2.5.2cvs17
4498         * src/main.c
4499                 More guards for the session management
4501 2006-09-28 [colin]      2.5.2cvs16
4503         * src/folderview.c
4504         * src/gtk/gtksctree.c
4505         * src/gtk/gtksctree.h
4506                 Make expanding not recursive in folderview
4508 2006-09-28 [colin]      2.5.2cvs15
4510         * src/addressbook.c
4511                 If nothing is selected in the list (right part)
4512                 and a group is selected in the tree (left part),
4513                 mail this group.
4515 2006-09-28 [colin]      2.5.2cvs14
4517         * src/Makefile.am
4518                 Actually use SM_LIBS
4520 2006-09-28 [ticho]      2.5.2cvs13
4522         * src/export.c
4523         * src/messageview.c
4524         * src/mimeview.c
4525         * src/news.c
4526         * src/pop.c
4527         * src/prefs_themes.c
4528         * src/procmsg.c
4529                 Small i18n string optimization.
4530         * src/send_message.c
4531         * src/summaryview.c
4532         * src/common/session.c
4533         * src/common/smtp.c
4534         * src/common/ssl_certificate.c
4535         * src/common/utils.c
4536                 Use "Couldn't" instead of "Can't" in UI messages,
4537                 where appropriate.
4539 2006-09-28 [colin]      2.5.2cvs12
4541         * configure.ac
4542                 Possibly fix link errors
4544 2006-09-27 [wwp]        2.5.2cvs11
4546         * src/gtk/authors.h
4547         * doc/man/sylpheed-claws.1
4548         * manual/ack.xml
4549         * manual/es/ack.xml
4550         * manual/fr/ack.xml
4551         * manual/pl/ack.xml
4552                 Updated authors info (me, myself and I).
4554 2006-09-27 [colin]      2.5.2cvs10
4556         * src/addressbook.c
4557                 Remove useless printf
4559 2006-09-27 [wwp]        2.5.2cvs9
4561         * src/editgroup.c
4562         * src/send_message.c
4563         * src/inc.c
4564         * src/prefs_common.c
4565         * src/prefs_common.h
4566         * src/gtk/progressdialog.c
4567                 remember more windows' sizes (send dialog, received dialog,
4568                 edit group in addressbook).
4570 2006-09-27 [colin]      2.5.2cvs8
4572         * configure.ac
4573         * src/main.c
4574         * src/mainwindow.h
4575                 Use libSM to communicate with the session
4576                 manager, so that we can know when the 
4577                 session ends, save our caches, and draft
4578                 our compose windows.
4580 2006-09-27 [colin]      2.5.2cvs7
4582         * src/addressbook.c
4583                 Fix issues:
4584                 o Allow Book and Group creation from the tree's
4585                   contextual menu
4586                 o Do not actually delete the contacts when 
4587                   deleting groups from the tree (duh!)
4589 2006-09-27 [colin]      2.5.2cvs6
4591         * src/compose.c
4592         * src/compose.h
4593         * src/mainwindow.c
4594         * src/textview.c
4595         * src/toolbar.c
4596                 o Allow passing an email address to 
4597                   compose_new_with_folderitem
4598                 o Update callers
4599                 o Use current folderitem when clicking
4600                   on a TextView mailto: link
4601                 o Fix a possible leak in TextView
4603 2006-09-27 [colin]      2.5.2cvs5
4605         * src/html.c
4606                 Use UTF-8 chars to replace HTML entities
4608 2006-09-27 [colin]      2.5.2cvs4
4610         * AUTHORS
4611         * src/prefs_account.c
4612         * src/gtk/authors.h
4613                 Fix bug #1024 (Array index out of
4614                 range in sylpheed-claws-2.5.2)
4615                 Patch by Ales Nosek <anosek@suse.cz>
4617 2006-09-27 [colin]      2.5.2cvs3
4619         * src/addr_compl.c
4620                 Actually do the test
4622 2006-09-27 [colin]      2.5.2cvs2
4624         * src/addr_compl.c
4625         * src/addr_compl.h
4626                 Allow completing with comma (in certain cases: vCalendar
4627                 for example doesn't support that)
4628                 Patch by Fabien Vantard
4630 2006-09-26 [colin]      2.5.2cvs1
4632         * src/Makefile.am
4633         * src/addr_compl.c
4634         * src/addr_compl.h
4635         * src/addrbook.c
4636         * src/addrbook.h
4637         * src/addressbook.c
4638         * src/addrindex.c
4639         * src/addrindex.h
4640         * src/compose.c
4641         * src/prefs_common.c
4642         * src/prefs_filtering_action.c
4643         * src/prefs_folder_item.c
4644         * src/prefs_template.c
4645         * src/stock_pixmap.c
4646         * src/stock_pixmap.h
4647         * src/pixmaps/addr_one.xpm
4648         * src/pixmaps/addr_two.xpm
4649                 Add auto-completion on groups
4651 2006-09-26 [colin]      2.5.2
4653         * NEWS
4654         * README
4655         * RELEASE_NOTES
4656                 2.5.2 released
4658 2006-09-26 [colin]      2.5.1cvs5
4660         * src/matcher.c
4661                 Fix condition
4663 2006-09-26 [colin]      2.5.1cvs4
4665         * src/mbox.c
4666                 Revert cvs1 (useless as the message is printed 
4667                 every 500 mails)
4669 2006-09-26 [colin]      2.5.1cvs3
4671         * src/partial_download.c
4672                 Fix crasher found by Alexsandar Urosevic
4674 2006-09-26 [colin]      2.5.1cvs2
4676         * src/summaryview.c
4677                 Fix bug #1023 (Sylpheed deletes too much messages)
4679 2006-09-26 [ticho]      2.5.1cvs1
4681         * src/mbox.c
4682                 Make use of gettext's multiple plurals for statusbar
4683                 progress message.
4685 2006-09-25 [paul]       2.5.1
4687         * NEWS
4688         * README
4689         * RELEASE_NOTES
4690                 2.5.1 released
4692 2006-09-25 [colin]      2.5.0cvs3
4694         * src/plugins/bogofilter/bogofilter.c
4695         * src/plugins/clamav/clamav_plugin.c
4696         * src/plugins/spamassassin/spamassassin.c
4697                 BogoFilter, Spamassassin: Fix double hook registering after
4698                 visiting preferences
4699                 Spamassassin, Clamav: Just set the mails to move instead of
4700                 doing the move - caller will move the things at once.
4702 2006-09-25 [colin]      2.5.0cvs2
4704         * src/imap.c
4705         * src/etpan/imap-thread.c
4706                 Use UID SEARCH ALL instead of UID 1:*
4707                 (braindead servers can't figure out that's
4708                 the same...)
4710 2006-09-25 [wwp]        2.5.0cvs1
4712         * src/message_search.c
4713                 Added the ability to stop a running search (in message body).
4715 2006-09-25 [paul]       2.5.0
4717         * NEWS
4718         * README
4719         * RELEASE_NOTES
4720                 2.5.0 released
4722 2006-09-25 [paul]       2.4.0cvs214
4724         * po/cs.po
4725         * po/de.po
4726         * po/fi.po
4727         * po/fr.po
4728         * po/nl.po
4729         * po/pt_BR.po
4730         * po/sk.po
4731         * po/sr.po
4732         * po/zh_CN.po
4733                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4734                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4735                 Ticho, Aleksander Urosevic, Ralgh Young
4737 2006-09-24 [mones]      2.4.0cvs213
4739         * po/es.po
4740                 Updated for release
4742 2006-09-23 [colin]      2.4.0cvs212
4744         * src/gtk/inputdialog.c
4745                 Fix [ ] remember this appearing in normal
4746                 input dialogs after it's been used by
4747                 mimeview.
4748         * src/folder.c
4749         * src/folderview.c
4750         * src/msgcache.c
4751         * src/procmsg.c
4752         * src/summaryview.c
4753         * src/textview.c
4754         * src/common/timing.h
4755                 Enable timings in debug mode and make it
4756                 look prettier.
4758 2006-09-22 [colin]      2.4.0cvs211
4760         * README
4761                 Revert test change
4762         * commitHelper
4763                 ping the correct URI
4765 2006-09-22 [colin]      2.4.0cvs210
4767         * README
4768                 Let's see if bug #1022 is fixed
4770 2006-09-21 [colin]      2.4.0cvs209
4772         * src/wizard.c
4773         * src/common/plugin.c
4774                 Prepare infra to load predefined plugins when
4775                 no configuration existed. Don't actually load
4776                 anything yet (feat. freeze)
4778 2006-09-21 [wwp]        2.4.0cvs208
4780         * manual/fr/faq.xml
4781                 Partial sync w/ 2.4.0cvs72:
4782                 wrap file and minor updates.
4784 2006-09-21 [wwp]        2.4.0cvs207
4786         * tools/fix_date.sh
4787                 several fixes and enhancements. A new --force switch has been
4788                 added to prevent overriding by default Date: header when
4789                 already existing.
4791 2006-09-21 [paul]       2.4.0cvs206
4793         * src/common/utils.c
4794                 add Chinese UTF8 Re prefix
4796 2006-09-21 [wwp]        2.4.0cvs205
4798         * tools/Makefile.am
4799                 Fics alfabettical order.
4801 2006-09-21 [wwp]        2.4.0cvs204
4803         * tools/fix_date.sh
4804         * tools/Makefile.am
4805                 Added an action tool to fix missing Date field in emails.
4806                 Updated Makefile.am to reflect those last two additions.
4808 2006-09-21 [wwp]        2.4.0cvs203
4810         * tools/uuooffice
4811                 Added a action tool to open uuencoded docs w/
4812                 OpenOffice (based on uudec method).
4814 2006-09-21 [colin]      2.4.0cvs202
4816         * src/compose.c
4817         * src/textview.c
4818                 Workaround possible GTK crash: remove selection 
4819                 clipboard before destroying widget, or GTK+-2.10
4820                 dies. Thanks to Hiro.
4822 2006-09-20 [colin]      2.4.0cvs201
4824         * src/compose.c
4825                 Fix free-after-use in some cases (when 
4826                 procmime_encode_content() frees mimeinfo->data.mem
4827                 and turns it to a temp file)
4829 2006-09-20 [colin]      2.4.0cvs200
4831         * src/folderview.c
4832         * src/summaryview.c
4833         * src/gtk/gtksctree.c
4834         * src/gtk/gtksctree.h
4835                 Add tooltips in the folderview and summaryview
4836                 (Doesn't break string freeze as they already
4837                 exist)
4838         * src/toolbar.c
4839                 Put the spam button in the default configuration
4840                 if compiled with bogo plugin too
4842 2006-09-19 [colin]      2.4.0cvs199
4844         * src/summaryview.c
4845         * src/summaryview.h
4846                 Update folder name label on folder rename
4847         * src/prefs_matcher.c
4848         * src/gtk/logwindow.h
4849                 Fix warnings
4850                 Patches by Fabien
4852 2006-09-19 [wwp]        2.4.0cvs198
4854         * src/summary_search.c
4855                 fix can't click forward/backward buttons in the
4856                 search messages.
4858 2006-09-18 [paul]       2.4.0cvs197
4860         * src/wizard.c
4861                 add missing bracket, capitalise the A of
4862                 'SpamAssassin'
4864 2006-09-18 [paul]       2.4.0cvs196
4866         * src/compose.c
4867                 fix bug 1012 'crashed upon sending mail
4868                 from compose window'
4869                 Thanks to Colin
4871 2006-09-16 [colin]      2.4.0cvs195
4873         * src/folderview.c
4874                 Fix "real-time" sorting by freezing/thawing
4876 2006-09-16 [colin]      2.4.0cvs194
4878         * manual/faq.xml
4879                 Fix the anti-spam entry a bit
4881 2006-09-16 [colin]      2.4.0cvs193
4883         * src/wizard.c
4884                 Make sure reviewers have no excuse when stating
4885                 Sylpheed-Claws doesn't have antispam capabilities.
4887 2006-09-16 [colin]      2.4.0cvs192
4889         * src/main.c
4890                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4891                 as if the SIGPIPE comes from etpan's thread we could
4892                 trigger a GUI update from this thread.
4894 2006-09-16 [colin]      2.4.0cvs191
4896         * src/summaryview.c
4897                 Init all members of the struct
4899 2006-09-16 [paul]       2.4.0cvs190
4901         * src/account.c
4902                 improvements to the English
4904 2006-09-15 [colin]      2.4.0cvs189
4906         * src/summaryview.c
4907                 HIG order on dialog
4909 2006-09-14 [colin]      2.4.0cvs188
4911         * src/common/socket.c
4912         * src/common/socket.h
4913         * src/common/ssl.c
4914         * src/common/ssl_certificate.c
4915         * src/common/ssl_certificate.h
4916         * src/etpan/imap-thread.c
4917                 the get_fqdn() call done to get canonical name when
4918                 checking an SSL certificate is blocking, which is
4919                 sad as we just did a non-blocking lookup to connect.
4920                 Fix that by letting the fqdn available to the SockInfo,
4921                 and use that in ssl_certificate_check(). For IMAP,
4922                 we don't do it as the lookup's done by libetpan, but
4923                 it's less annoying as IMAP connections as much more
4924                 rare than POP3 connections.
4926 2006-09-14 [paul]       2.4.0cvs187
4928         * manual/advanced.xml
4929                 improvements to the English,
4930                 properly place the new hidden options
4931                 within the alphabetical order
4932         * src/gtk/pluginwindow.c
4933                 improvements to the English
4935 2006-09-14 [colin]      2.4.0cvs186
4937         * src/prefs_common.c
4938         * src/prefs_common.h
4939         * src/gtk/gtksctree.c
4940         * manual/advanced.xml
4941                 New hidden pref, stripes_color_offset, to change
4942                 the value added/substracted to normal bgcolor to
4943                 create the stripes in summaries
4945 2006-09-13 [colin]      2.4.0cvs185
4947         * src/gedit-print.c
4948         * src/messageview.c
4949         * src/messageview.h
4950         * src/summaryview.c
4951         * src/textview.c
4952                 Fix misc. printing issues: 
4953                 - Bad font for linkified headers
4954                 - Different font if the mail was displayed or not
4955                 - Factorize the thing
4957 2006-09-13 [colin]      2.4.0cvs184
4959         * src/common/ssl_certificate.c
4960                 Only get FQDN once when checking certificate
4962 2006-09-13 [colin]      2.4.0cvs183
4964         * src/account.c
4965         * src/gtk/pluginwindow.c
4966                 Misc. GUI fixes by Fabien
4968 2006-09-13 [wwp]        2.4.0cvs182
4970         * configure.ac
4971         * src/common/utils.h
4972         * src/common/utils.c
4973                 get rid of unused wide-char functions.
4975 2006-09-13 [wwp]        2.4.0cvs181
4977         * src/plugins/pgpinline/sylpheed.def
4978         * src/textview.c
4979                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4980                 add privacy_reset_error to the .def file,
4981                 do not fork for an external textviewer.
4983 2006-09-13 [wwp]        2.4.0cvs180
4985         * src/prefs_common.c
4986                 fix broken font entry in prefs (patch issued by the gpg4win team,
4987                 probably by Marcus Brinkmann <marcus@g10code.de>).
4989 2006-09-13 [colin]      2.4.0cvs179
4991         * src/folder.h
4992                 Fix a warning in summaryview.c
4993         * src/mainwindow.c
4994         * src/summaryview.c
4995         * src/summaryview.h
4996                 Add missing Mark/* elements in the
4997                 main menu
4999 2006-09-12 [colin]      2.4.0cvs178
5001         * src/prefs_actions.c
5002         * src/prefs_filtering_action.c
5003         * src/prefs_matcher.c
5004                 Use (New) instead of New everywhere
5006 2006-09-12 [wwp]        2.4.0cvs177
5008         * manual/fr/addrbook.xml
5009         * manual/fr/handling.xml
5010                 updated some quotes in the fr manual to match the fr translation.
5012 2006-09-12 [wwp]        2.4.0cvs176
5014         * src/prefs_matcher.c
5015                 don't store translated string elements in matcher expressions.
5016                 Also fixed a misused of Q_().
5018 2006-09-11 [wwp]        2.4.0cvs175
5020         * src/plugins//bogofilter/bogofilter.c
5021         * src/plugins//clamav/clamav_plugin.c
5022         * src/plugins//demo/demo.c
5023         * src/plugins//dillo_viewer/dillo_viewer.c
5024         * src/plugins//pgpcore/plugin.c
5025         * src/plugins//pgpinline/plugin.c
5026         * src/plugins//pgpmime/plugin.c
5027         * src/plugins//spamassassin/spamassassin.c
5028                 gettext-ize more strings (mostly plugin error messages).
5030 2006-09-11 [colin]      2.4.0cvs174
5032         * src/alertpanel.c
5033                 Make maximum buffer size bigger to avoid
5034                 truncating translated messages. Patch by
5035                 Fabien
5037 2006-09-11 [colin]      2.4.0cvs173
5039         * src/etpan/imap-thread.c
5040                 Fix compilation on OpenBSD, thanks to 
5041                 Landry
5043 2006-09-10 [wwp]        2.4.0cvs172
5045         * manual/account.xml
5046         * manual/addrbook.xml
5047         * manual/handling.xml
5048         * manual/es/handling.xml
5049         * manual/fr/account.xml
5050         * manual/fr/addrbook.xml
5051         * manual/fr/handling.xml
5052                 documented addressbook matching (condition configuration):
5053                   addrbook.xml, en fr
5054                 documented per-account filtering rules (handling/filtering
5055                   section, account section):
5056                   account.xml, handling.xml, en fr
5057                 slightly updated the handling/searching section to tell few
5058                   words about the extended search ability:
5059                   handling.xml, en fr
5060                 added missing <quote></quotes> to Quick Search:
5061                   handling.xml, en fr es
5062                 fixed a typo (auomatically):
5063                   handling.xml, en
5064                 changes revisited by Paul.
5066 2006-09-10 [paul]       2.4.0cvs171
5068         * src/prefs_actions.c
5069         * src/prefs_filtering.c
5070         * src/prefs_template.c
5071                 adjustments to the gui
5072                 Patch by Fabien Vantard (slightly modified)
5074 2006-09-10 [colin]      2.4.0cvs170
5076         * src/summaryview.c
5077                 Check folderitem/summaryview consistency
5078                 (basically automates Update summary). Fixes
5079                 #1011 (wrong (negative) count on unread 
5080                 messages)
5082 2006-09-10 [colin]      2.4.0cvs169
5084         * src/gtk/gtksctree.c
5085                 Fix recursive expansion via mouse
5086         * src/plugins/bogofilter/bogofilter.c
5087                 Use normal filtering way of moving
5088                 messages (batching), possibly fixing
5089                 bug #1015 (Bogofilter plugin doubles 
5090                 new messages)
5092 2006-09-09 [wwp]        2.4.0cvs168
5094         * src/prefs_filtering.c
5095                 better place for this fix.
5097 2006-09-09 [wwp]        2.4.0cvs167
5099         * src/prefs_filtering.c
5100                 fix a minor bug when the enabled status of a filtering/processing
5101                 rule always got set to TRUE when replacing this rule. That still
5102                 make sense when adding a new rule, but now when replacing, we
5103                 don't override the value of 'enabled'.
5104                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5105                 to prefs_filtering_list_view_get_info() as this function not only
5106                 returns the name, but also the account_id and the enabled status.
5108 2006-09-09 [mones]      2.4.0cvs166
5110         * manual/glossary.xml
5111         * manual/plugins.xml
5112                 Minor format corrections
5113         * manual/gpl.xml
5114                 Fix misplaced NO WARRANTY section
5115         * manual/es/advanced.xml
5116         * manual/es/faq.xml
5117         * manual/es/glossary.xml
5118         * manual/es/gpl.xml
5119         * manual/es/handling.xml
5120         * manual/es/plugins.xml
5121         * manual/es/starting.xml
5122                 Incorporate changes from English version
5123         * manual/fr/ack.xml
5124         * manual/pl/ack.xml
5125         * manual/es/ack.xml
5126                 Fix address, (add translation credits in es version)
5127         * po/es.po
5128                 Updated translation
5130 2006-09-09 [wwp]        2.4.0cvs165
5132         * src/prefs_filtering.c
5133                 fix a crash when opening filtering prefs, if matcherrc file contains
5134                 broken data (non-existing account id, which is theoretically not
5135                 possible).
5137 2006-09-08 [colin]      2.4.0cvs164
5139         * src/folder.c
5140                 Wrong assert, make it an if()
5141         * src/gtk/gtksctree.c
5142                 Fix bug #1013 (expand selected thread 
5143                 tree) - expanding is now recursive
5145 2006-09-07 [wwp]        2.4.0cvs163
5147         * src/prefs_matcher.c
5148                 make better sentences about addressbook matching in the
5149                 matcher prefs. This should make translators' work easier
5150                 too.
5152 2006-09-07 [wwp]        2.4.0cvs162
5154         * src/prefs_filtering.c
5155                 code simplification (get rid of dup var. assignment).
5157 2006-09-07 [wwp]        2.4.0cvs161
5159         * src/summaryview.c
5160                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5161                 <fzzzzz@gmail.com>.
5163 2006-09-07 [paul]       2.4.0cvs160
5165         * src/mimeview.c
5166                 fix compilation warnings
5167                 Thanks to Colin
5169 2006-09-07 [paul]       2.4.0cvs159
5171         * src/mimeview.c
5172                 select the mimepart icon when
5173                 displaying as text
5174                 Thanks to Colin
5176 2006-09-06 [paul]       2.4.0cvs158
5178         * src/prefs_filtering.c
5179                 fix labels and table element spacing
5180                 Patch by Fabien Vantard
5182 2006-09-06 [paul]
5184         2.5.0-rc3 released
5186 2006-09-06 [paul]       2.4.0cvs157
5188         * manual/es/advanced.xml
5189                 fix typo
5191 2006-09-06 [wwp]        2.4.0cvs156
5193         * src/mainwindow.c
5194                 fix an dup launch issue when iconified, thanks to Colin.
5196 2006-09-06 [wwp]        2.4.0cvs155
5198         * src/gtk//gtksctree.h
5199                 oops, forgot that one!
5201 2006-09-06 [wwp]        2.4.0cvs154
5203         * manual/pl/advanced.xml
5204         * manual/advanced.xml
5205         * manual/es/advanced.xml
5206         * manual/fr/advanced.xml
5207         * src/prefs_customheader.c
5208         * src/prefs_filtering_action.c
5209         * src/foldersel.c
5210         * src/prefs_summaries.c
5211         * src/prefs_filtering.c
5212         * src/account.c
5213         * src/compose.c
5214         * src/prefs_summary_column.c
5215         * src/addr_compl.c
5216         * src/prefs_actions.c
5217         * src/prefs_folder_column.c
5218         * src/ssl_manager.c
5219         * src/prefs_template.c
5220         * src/prefs_display_header.c
5221         * src/prefs_common.h
5222         * src/prefs_matcher.c
5223         * src/prefs_common.c
5224         * src/prefs_toolbar.c
5225         * src/summaryview.c
5226         * src/folderview.c
5227         * src/gtk/gtksctree.c
5228         * src/gtk/pluginwindow.c
5229         * src/gtk/progressdialog.c
5230         * src/gtk/prefswindow.c
5231                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5232                 to make its meaning more obvious (all versions of the manual reflect
5233                 the change).
5234                 added an extra hidden option use_stripes_in_summary to allow
5235                 discarding these stripes in mainwindow's folder and message lists;
5236                 en and fr manuals only are OK towards this.
5238 2006-09-06 [colin]      2.4.0cvs153
5240         * src/textview.c
5241                 Hide Sylpheed-Claws' internal queue headers
5242                 when showing all headers. They'll be present
5243                 only in Source window.
5245 2006-09-05 [colin]      2.4.0cvs152
5247         * src/plugins/trayicon/trayicon.c
5248                 Fix crash at exit - we have to disconnect
5249                 our handlers
5250         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5251                 Update eggtrayicon - patch adapted from a
5252                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5253                 on Sylpheed's ML
5255 2006-09-05 [colin]      2.4.0cvs151
5257         * src/mainwindow.c
5258         * src/gtk/logwindow.c
5259                 Fix race condition when something writes
5260                 to the log too soon during init. Thanks
5261                 to Fabien Vantard
5263 2006-09-05 [colin]      2.4.0cvs150
5265         * src/mimeview.c
5266                 Don't select part on right-click either
5268 2006-09-05 [paul]       2.4.0cvs149
5270         * src/mimeview.c
5271                 completion of previous commit
5272                 Thanks to Colin
5274 2006-09-05 [colin]      2.4.0cvs148
5276         * src/mimeview.c
5277                 Don't force selection on middle-click, just open
5279 2006-09-04 [colin]      2.4.0cvs147
5281         * src/mimeview.c
5282                 Looks like gtk_notebook_set_current_page()
5283                 sometimes steals focus, and this annoys us
5284                 in MimeViewers as it renders navigation
5285                 keys useless. Take back focus after switching
5286                 pages.
5288 2006-09-04 [colin]      2.4.0cvs146
5290         * src/messageview.c
5291                 Set stop_loading when clicking on Next
5292                 during load. Don't add a callback to 
5293                 avoid over-complicating things.
5295 2006-09-04 [colin]      2.4.0cvs145
5297         * src/mimeview.c
5298         * src/messageview.c
5299                 Fix multiple loads in separate messageview
5301 2006-09-04 [colin]      2.4.0cvs144
5303         * src/summaryview.c
5304                 Let navigation keys be handled during 
5305                 load
5307 2006-09-04 [colin]      2.4.0cvs143
5309         * src/messageview.c
5310         * src/summaryview.c
5311         * src/textview.c
5312         * src/textview.h
5313                 Make loading of huge mails (lots of text and/or
5314                 images) cancellable, so the GUI doesn't block 
5316 2006-09-04 [colin]      2.4.0cvs142
5318         * src/plugins/trayicon/trayicon.c
5319                 Fix annoyance when removing a folder with 
5320                 unread mails: trayicon didn't update
5322 2006-09-04 [paul]       2.4.0cvs141
5324         * src/gtk/icon_legend.c
5325                 straighten up columns
5326                 Patch by Fabien Vantard
5328 2006-09-04 [wwp]        2.4.0cvs140
5330         * src/prefs_filtering.c
5331                 fix new line's account name in filtering prefs:
5332                 was "All", is now "(New)".
5334 2006-09-04 [paul]       2.4.0cvs139
5336         * tools/make.themes.project
5337                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5338                 instead of homebrewed "make release"
5340 2006-09-03 [colin]      2.4.0cvs138
5342         * src/folderview.c
5343                 Fix bug #1007 (Wrong folder highlighted)
5345 2006-09-03 [colin]      2.4.0cvs137
5347         * src/compose.c
5348                 Don't set Newsgroup: header to a mail folder
5349                 path
5351 2006-09-03 [paul]       2.4.0cvs136
5353         * src/prefs_other.c
5354         * src/prefs_spelling.c
5355                 unify the gui
5357 2006-09-03 [paul]       2.4.0cvs135
5359         * src/prefs_summaries.c
5360                 correct menu item text in prefs_keybind_apply_clicked()
5362 2006-09-03 [paul]       2.4.0cvs134
5364         * manual/advanced.xml
5365                 some improvements to the descriptions
5366         * src/mainwindow.c
5367         * src/messageview.c
5368         * src/summaryview.c
5369         * src/gtk/menu.c
5370                 fix menu sensitivity issues
5371         * src/prefs_message.c
5372                 drop the useless word 'short'
5373         * src/prefs_other.c
5374                 add the word 'lines' indicating log length
5375                 is a measure of lines
5376         * src/textview.c
5377                 fix compilation warnings
5379 2006-09-02 [colin]      2.4.0cvs133
5381         * src/messageview.c
5382                 Display a special return-receipt message
5383                 if the message is from the user
5384         * src/summaryview.c
5385                 Fix missing freeze of the list when marking
5386                 all read and unthreading for exec. Thanks
5387                 to Stephan Sachse.
5389 2006-09-02 [paul]       2.4.0cvs132
5391         * src/mainwindow.c
5392         * src/prefs_message.c
5393         * src/summaryview.c
5394                 fix some english
5396 2006-09-02 [wwp]        2.4.0cvs131
5398         * src/prefs_filtering.c
5399                 added an account name column to the filtering rules
5400                 dialog.
5402 2006-09-02 [colin]      2.4.0cvs130
5404         * src/gtk/logwindow.c
5405         * src/gtk/logwindow.h
5406                 Block scrolling if we're not at the end
5407                 of the log
5409 2006-09-02 [colin]      2.4.0cvs129
5411         * src/folder.c
5412                 Make sure account-specific rules can't
5413                 be used in {pre-,post-,}processing
5414         * src/mainwindow.c
5415         * src/gtk/logwindow.c
5416         * src/gtk/logwindow.h
5417                 Jump to last error when clicking on the
5418                 warning icon
5420 2006-09-02 [colin]      2.4.0cvs128
5422         * src/imap.c
5423         * src/import.c
5424         * src/mainwindow.c
5425         * src/mainwindow.h
5426                 Fix warning icon
5427         * src/inc.c
5428         * src/mbox.c
5429         * src/mbox.h
5430                 Let proc_mbox know its account, for
5431                 account-specific rules
5433 2006-09-01 [colin]      2.4.0cvs127
5435         * src/codeconv.c
5436                 Don't uselessly use iconv to convert from
5437                 us-ascii
5438         * src/alertpanel.c
5439         * src/mainwindow.c
5440         * src/mainwindow.h
5441         * src/inc.c
5442                 Fix certain log cases, disable warning icon
5443                 for now, the correct way to display it when
5444                 necessary and only when necessary is probably
5445                 to do it manually rather than use error logs
5446         * src/etpan/imap-thread.c
5447                 Clean up UID logging a bit
5448         * src/gtk/logwindow.c
5449         * src/gtk/logwindow.h
5450                 Make logging faster when the window's closed
5452 2006-09-01 [wwp]        2.4.0cvs126
5454         * manual/fr/account.xml
5455                 reflect changes to the ref. manual (parts of cvs72):
5456                 fix tabnames and quotes.
5458 2006-09-01 [wwp]        2.4.0cvs125
5460         * manual/fr/plugins.xml
5461                 reflect changes to the reference manual (cvs42):
5462                 update IRC channel info.
5464 2006-09-01 [wwp]        2.4.0cvs124
5466         * commitHelper
5467                 use CVSEDITOR env. var. if set, according to `man cvs`.
5469 2006-09-01 [wwp]        2.4.0cvs123
5471         * manual/advanced.xml
5472                 better sentence again (thanks to Paul).
5474 2006-09-01 [wwp]        2.4.0cvs122
5476         * manual/advanced.xml
5477         fix definition of toolbar_detachable and rework a bit the one of
5478         enable_dotted_lines.
5480 2006-09-01 [mones]      2.4.0cvs121
5482         * manual/advanced.xml
5483                 Document enable_dotted_lines
5485 2006-09-01 [paul]       2.4.0cvs120
5487         * src/folderview.c
5488         * src/folderview.h
5489         * src/imap.c
5490         * src/mainwindow.c
5491         * src/summaryview.c
5492                 obey the 'When entering folder...' option
5493                 when using the /View/Go to/... menu items
5494                 Thanks to Colin
5496 2006-08-31 [colin]      2.4.0cvs119
5498         * src/folderview.c
5499                 Revert 2.4.0cvs116, wrong fix.
5501 2006-08-31 [colin]      2.4.0cvs118
5503         * src/gtk/gtksctree.c
5504                 Better state the various copyrights
5506 2006-08-31 [colin]      2.4.0cvs117
5508         * src/prefs_common.c
5509                 fix enable_dotted_lines
5511 2006-08-31 [colin]      2.4.0cvs116
5513         * src/folderview.c
5514                 Use pref "Always open on select" when going
5515                 to next unread folder
5516         * src/gtk/gtksctree.c
5517                 Fix link failure to _gtk_clist_create_cell_layout
5518                 on certain computers. (Why not mine, I wonder)
5520 2006-08-31 [colin]      2.4.0cvs115
5522         * src/procmsg.c
5523         * src/textview.c
5524         * src/plugins/bogofilter/bogofilter.c
5525         * src/plugins/spamassassin/spamassassin.c
5526                 Requalify some "errors" to warnings
5527         * src/mainwindow.c
5528         * src/mainwindow.h
5529         * src/statusbar.c
5530                 Add an icon in the statusbar to notify
5531                 of errors
5532         * src/gtk/gtksctree.c
5533         * src/folderview.c
5534         * src/summaryview.c
5535                 Make the GtkSCTree look more modern by
5536                 alternating background lines
5537         * src/prefs_common.c
5538         * src/prefs_common.h
5539                 Add a pref to let people have the old
5540                 way if they prefer
5543 2006-08-30 [colin]      2.4.0cvs114
5545         * src/procmsg.c
5546         * src/procmsg.h
5547                 Provide a way to filter a list of
5548                 messages in an optimised manner, and
5549                 add a list-filtering hook
5550         * src/folder.c
5551         * src/inc.c
5552         * src/mbox.c
5553                 Use the list filtering
5554         * src/plugins/bogofilter/bogofilter.c
5555                 Use the list-filtering hook
5556                 Use -b (bulk) mode for more speed
5557                 when learning and filtering
5558         * src/etpan/imap-thread.c
5559                 Make log output shorter in UID SEARCH
5562 2006-08-30 [colin]      2.4.0cvs113
5564         * src/plugins/bogofilter/bogofilter.c
5565                 Really fast mass learning - thanks to David
5566                 Relson for the options explanations :)
5568 2006-08-30 [colin]      2.4.0cvs112
5570         * src/msgcache.c
5571                 Fix compilation on FreeBSD. Thanks
5572                 to Michael Hugues
5574 2006-08-29 [colin]      2.4.0cvs111
5576         * src/folderview.c
5577                 Handle "popup_menu" signal (for popping the 
5578                 menu via the keyboard)
5579         * src/mimeview.c
5580         * src/mimeview.h
5581         * src/summaryview.c
5582         * src/textview.c
5583         * src/gtk/gtkutils.c
5584         * src/gtk/gtkutils.h
5585                 Factorize scrolling code, and add an API 
5586                 for MimeViewers to handle scroll orders
5588 2006-08-29 [wwp]        2.4.0cvs110
5590         * src/plugins//bogofilter/bogofilter.c
5591         * src/plugins//spamassassin/spamassassin.c
5592                 make the bogofilter/spamassassin filtering error dialogs at
5593         incorporation obey to the "don't popup error dialog on
5594         receive error" option. If disabled, feed the log window w/
5595         the error message.
5597 2006-08-29 [paul]
5599         2.5.0-rc2 released
5601 2006-08-29 [paul]       2.4.0cvs109
5603         * Makefile.am
5604                 remove 'make release', it's not needed
5605                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5607 2006-08-29 [paul]       2.4.0cvs108
5609         * src/foldersel.c
5610         * src/summary_search.c
5611         * src/gtk/progressdialog.c
5612         * src/plugins/pgpcore/passphrase.c
5613                 replace deprecated gtk_window_set_policy()
5615 2006-08-29 [colin]      2.4.0cvs107
5617         * src/folder.c
5618                 Fix data loss when copy fails during a move:
5619                 only use fast remove_msgs if everything was
5620                 copied OK; else use slow remove_msg on the
5621                 mails that got copied only.
5623 2006-08-28 [paul]       2.4.0cvs106
5625         * src/mh.c
5626                 revert change in 2.4.0cvs104, it breaks
5627                 stuff
5629 2006-08-28 [paul]       2.4.0cvs105
5631         * src/plugins/spamassassin/spamassassin.c
5632                 english fix
5634 2006-08-28 [paul]       2.4.0cvs104
5636         * src/mh.c
5637                 fix data loss when moving to another
5638                 mailbox fails
5639         * src/prefs_spelling.c
5640                 improve the english
5641         * src/gtk/pluginwindow.c
5642                 improve the layout of the dialog text
5643         All thanks to Colin
5645 2006-08-28 [paul]       2.4.0cvs103
5647         * src/plugins/bogofilter/bogofilter.c
5648         * src/plugins/bogofilter/bogofilter_gtk.c
5649                 fix english up a bit, innit
5651 2006-08-28 [paul]       2.4.0cvs102
5653         * configure.ac
5654         * po/Makefile.in.in
5655         * po/Makevars
5656                 require autoconf 2.60, enabling building
5657                 with gettext 0.15 (gettext 0.14.x build still
5658                 possible). Replace Makefiles with versions
5659                 from gettext 0.15.
5660                 Remove configure options --with-localedir and
5661                 --with-mandir. The options that are provided
5662                 directly by autoconf 2.60 can be used instead:
5663                 --mandir --localedir
5665 2006-08-27 [colin]      2.4.0cvs101
5667         * src/plugins/bogofilter/Makefile.am
5668                 Fix make dist (no README)
5670 2006-08-27 [colin]      2.4.0cvs100
5672         * src/folder.c
5673                 Don't use F_UNKNOWN folders for any default
5674                 outbox/trash/etc
5675         * src/plugins/bogofilter/bogofilter.c
5676         * src/plugins/bogofilter/bogofilter.h
5677         * src/plugins/bogofilter/bogofilter_gtk.c
5678                 Add an option to specify the path to bogofilter
5679                 Use single-quotes to be able to learn in folders
5680                 with spaces in their names
5681                 Verify learning status
5683 2006-08-27 [colin]      2.4.0cvs99
5685         * manual/faq.xml
5686         * manual/plugins.xml
5687                 Document Bogofilter plugin
5689 2006-08-27 [colin]      2.4.0cvs98
5691         * src/compose.c
5692         * src/messageview.c
5693         * src/procmsg.c
5694         * src/procmsg.h
5695                 When possible, copy the queued mail to sent folder
5696                 instead of re-adding. Much faster on IMAP.
5698 2006-08-27 [colin]      2.4.0cvs97
5700         * src/msgcache.c
5701                 Disable mmaped caches - huge metadata loss
5702                 here after a power failure.
5703         * src/summaryview.c
5704                 Add quicksearch timing
5705         * src/common/plugin.c
5706         * src/common/plugin.h
5707                 Implement an interface to tell what plugins
5708                 provide. Prevent loading of similar plugins.
5709         * src/plugins/clamav/clamav_plugin.c
5710         * src/plugins/demo/demo.c
5711         * src/plugins/dillo_viewer/dillo_viewer.c
5712         * src/plugins/pgpcore/plugin.c
5713         * src/plugins/pgpinline/pgpinline.c
5714         * src/plugins/pgpmime/pgpmime.c
5715         * src/plugins/spamassassin/spamassassin.c
5716         * src/plugins/trayicon/trayicon.c
5717                 Implement plugin_provides()
5719 2006-08-27 [colin]      2.4.0cvs96
5721         * configure.ac
5722         * src/plugins/Makefile.am
5723         * src/plugins/bogofilter/.cvsignore
5724         * src/plugins/bogofilter/Makefile.am
5725         * src/plugins/bogofilter/bogofilter.c
5726         * src/plugins/bogofilter/bogofilter.h
5727         * src/plugins/bogofilter/bogofilter_gtk.c
5728                 New Bogofilter plugin, provides filtering and
5729                 learning. Spamassassin will go to extra plugins.
5731 2006-08-26 [mones]      2.4.0cvs95
5733         * manual/handling.xml
5734                 Fix subfolder path in the example (thanks to Paul) 
5736 2006-08-26 [mones]      2.4.0cvs94
5738         * manual/glossary.xml
5739                 2.2. + add ISP to the glossary
5740                 7.5. + Add UIDL to glossary
5741                 7.7. + Add TCP to glossary
5742         * manual/handling.xml
5743                 7.1. + Mentions GNU/Linux distribution, what about the non...
5744                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5745                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5746                 7.4. = Use appropriate quotation for commands
5747                 7.6. = change "" to <quote></quote>
5748         * manual/plugins.xml
5749                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5750         * manual/starting.xml
5751                 2.1. + local mbox file: some examples of mbox file locations...
5752                 Also reformatted files requiring it
5754 2006-08-26 [wwp]        2.4.0cvs93
5756         * src/summary_search.c
5757                 disable find buttons while summary search is running.
5759 2006-08-25 [colin]      2.4.0cvs92
5761         * src/folder.c
5762         * src/folderutils.c
5763         * src/mh.c
5764         * src/procmsg.h
5765         * src/summaryview.c
5766                 Speed up MH moving, and add progressbar
5767                 for MH deletion
5768         * src/msgcache.c
5769                 Write cache files using mmap() too
5771 2006-08-25 [wwp]        2.4.0cvs91
5773         * src/summaryview.c
5774                 switch spam<->ham button when a message has been marked as spam or ham
5775                 and is still selected. Thanks to Colin.
5777 2006-08-25 [paul]       2.4.0cvs90
5779         * src/Makefile.am
5780         * src/stock_pixmap.c
5781         * src/stock_pixmap.h
5782         * src/summaryview.c
5783         * src/gtk/icon_legend.c
5784         * src/pixmaps/copied.xpm
5785         * src/pixmaps/moved.xpm
5786                 add icons for delayed execution marked for
5787                 copying, marked for moving
5789 2006-08-25 [mones]      2.4.0cvs89
5791         * manual/glossary.xml
5792                 Fix the other glossary items:
5793                 5.1. = Inmmediate execution -> <quote>immediate execution...
5794                 5.2. = Fix MBOX capitalization -> Mbox
5795                 5.3. + Improve Plugins def. w/ tech. ref.
5796                 5.4. = Quotation -> replace '>' by <quote>></quote>
5797                 5.5. - SMTP Server. -> remove dot
5798         * po/es.po
5799                 Updated translation
5801 2006-08-25 [mones]      2.4.0cvs88
5803         * manual/ack.xml
5804                 Reformatted, changed email address
5805         * manual/glossary.xml
5806                 Reformatted, fixed MANUAL-TODO items:
5807                 8.2. + add ROT-13 to glossary
5808                 8.4. + add URL to glossary
5809         * manual/es/advanced.xml
5810                 Fixed <literal>s
5812 2006-08-25 [paul]       2.4.0cvs87
5814         * src/gtk/icon_legend.c
5815                 add 'marked for deletion' icon
5816                 arrange icons by containing column
5817                 wrap long label text
5819 2006-08-25 [colin]      2.4.0cvs86
5821         * src/common/utils.c
5822         * src/common/utils.h
5823                 Add the sc_g_*list_bigger functions in
5824                 a place everyone can use it
5825         * src/summaryview.c
5826                 Only freeze/thaw the list when working
5827                 on the selection, if it's bigger than 1
5828         * src/gtk/gtksctree.c
5829                 Only freeze/thaw the list when unselec-
5830                 ting 'all' if ('all' != 1)
5831                 This avoids some flickering
5833 2006-08-24 [colin]      2.4.0cvs85
5835         * src/addressbook.c
5836                 Fix strange list selection
5837                 Fix random seg (Invalid read of freed memory)
5839 2006-08-24 [colin]      2.4.0cvs84
5841         * src/alertpanel.c
5842         * src/gtk/inputdialog.c
5843         * src/plugins/pgpcore/passphrase.c
5844                 Revert minimal width patch of 2.4.0cvs67,
5845                 as it is also a maximal width. Use 
5846                 gtk_window_set_default_size instead.
5848 2006-08-24 [colin]      2.4.0cvs83
5850         * src/msgcache.c
5851                 Write cache/mark to temp files before
5852                 overwriting old ones (avoids metadata
5853                 loss if writing the new files fail).
5854                 Use mmap() to read cache/mark file, as
5855                 this makes cache reading faster. Dis-
5856                 abled for big-endian machines until it
5857                 can be tested. (Big-endian users: set
5858                 msgcache_use_mmap = TRUE in the relevant
5859                 #if).
5860         * src/procmsg.h
5861                 Move rarely used fields of MsgInfo in 
5862                 another structure, which will only be
5863                 allocated if needed. Face, X-Face,
5864                 Return receipt headers and List-*
5865                 headers are moved. Mails having none
5866                 of these occupy 52 bytes less with
5867                 this patch, which makes 2.5MB of RAM
5868                 saved on a 50k folder).
5869         * src/headerview.c
5870         * src/mainwindow.c
5871         * src/messageview.c
5872         * src/partial_download.c
5873         * src/procheader.c
5874         * src/procmsg.c
5875         * src/textview.c
5876                 Follow this structure change.
5878 2006-08-24 [wwp]        2.4.0cvs82
5880         * manual/es/.cvsignore
5881         * manual/es/dist/.cvsignore
5882         * manual/es/dist/html/.cvsignore
5883         * manual/es/dist/pdf/.cvsignore
5884         * manual/es/dist/ps/.cvsignore
5885         * manual/es/dist/txt/.cvsignore
5886                 more (generated) files to ignore.
5888 2006-08-24 [colin]      2.4.0cvs81
5890         * src/folder.c
5891         * src/mh.c
5892                 Fix possible problems with local delivery. Check the folder doesn't
5893                 need scan before setting its mtime when saving cache (which can be
5894                 done long after the folder's been modified by an external process);
5895                 Check that the stored item's mtime didn't change in mh functions.
5897 2006-08-24 [mones]      2.4.0cvs80
5899         * manual/advanced.xml
5900                 Rewrapping, some fixes and MANUAL-TODO items:
5901                 8.1. = change "" to <quote></quote>
5902                 8.3. = quote menu items
5903                 8.5. - deploying -> new user ... ideally a new user (redundant)
5905 2006-08-23 [colin]      2.4.0cvs79
5907         * src/gtk/gtksctree.c
5908                 When selecting or deselecting range, only
5909                 freeze/thaw when selection is bigger than 10
5911 2006-08-23 [colin]      2.4.0cvs78
5913         * src/messageview.c
5914         * src/mimeview.c
5915         * src/mimeview.h
5916         * src/plugins/dillo_viewer/dillo_viewer.c
5917                 Provide an API for MimeViewer plugins to
5918                 return a text selection for replying
5920 2006-08-23 [colin]      2.4.0cvs77
5922         * src/image_viewer.c
5923         * src/textview.c
5924                 Use gtk_pixbuf_new_from_file_at_scale(), which
5925                 is faster than getting the pixbuf then resizing
5926                 it.
5928 2006-08-23 [colin]      2.4.0cvs76
5930         * src/procmime.c
5931                 UTF-8 should be sent Quoted-printable
5933 2006-08-22 [colin]      2.4.0cvs75
5935         * src/mh.c
5936                 Check if scan is required before touching
5937                 the folder (or it'll be required every time)
5939 2006-08-22 [colin]      2.4.0cvs74
5941         * configure.ac
5942                 Require libetpan 0.46 (crasher fix when built
5943                 against gnutls)
5945 2006-08-22 [colin]      2.4.0cvs73
5947         * src/folder.c
5948                 Set folder's mtime after writing its
5949                 cache
5950         * src/folderview.c
5951                 Add some timing
5952         * src/procmsg.c
5953                 Don't do useless stuff if we don't 
5954                 thread by subject
5955         * src/summaryview.c
5956                 Add some timing, don't deselect prior
5957                 to selecting (gtksctree does it itself),
5958                 remove crash avoidance hacks as it's been
5959                 properly fixed since a while
5960         * src/common/utils.c
5961                 Optimize to_human_readable(): _() is slow,
5962                 do it only once, and avoid %f format for KB
5963                 (the most common in a summaryview)
5964         * src/gtk/gtksctree.c
5965                 Don't uselessly freeze/thaw (fixes flicker
5966                 on next unread and friends), reduce number
5967                 of g_list_nth/g_list_position where possible
5968         * src/gtk/gtkutils.c
5969         * src/gtk/gtkutils.h
5970                 Reduce number of g_list_nth/g_list_position
5971                 where possible.
5972                 All of this makes loading as 70k folder 2.1
5973                 seconds instead of 3.2 (with hot FS caches).
5974                 (1.3 seconds without Date and Size columns...)
5976 2006-08-22 [paul]       2.4.0cvs72
5978         wrap documents and do some items from mones' MANUAL-TODO:
5980         * manual/account.xml
5981                 4.1. = fix tabname references to <quote>tabname</quote>
5982                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5983         * manual/faq.xml
5984                 1.1. = mentioned options don't match UI
5985                 Add information about the 'Never send Return Receipts'
5986                 option
5987         * manual/handling.xml
5988                 6.2. = Mentions Extended symbols button, but now is
5989                 named Information
5990                 6.3. = Mentions ... button, which is now Edit
5992 2006-08-22 [colin]      2.4.0cvs71
5994         * src/gtk/pluginwindow.c
5995                 Fix layout in verbose translations (such
5996                 as french)
5998 2006-08-22 [paul]       2.4.0cvs70
6000         * manual/Makefile.am
6001                 build manuals in alphabetical order
6002         * src/addressbook.c
6003         * src/prefs_themes.c
6004                 replace/remove deprecated symbols
6005         * src/gtk/gtkutils.c
6006                 fix a warning
6007         * src/gtk/pluginwindow.c
6008                 replace deprecated symbol
6009                 replace label text and move it
6010         * src/plugins/pgpcore/prefs_gpg.c
6011                 move the 'Generate...' button out of the
6012                 Sign Key frame, replace the English used
6013         * src/plugins/pgpcore/sgpgme.c
6014                 fixes to the English
6016 2006-08-21 [colin]      2.4.0cvs69
6018         * src/plugins/trayicon/trayicon.c
6019                 Add more strings for translation; patch
6020                 by Pawel
6022 2006-08-21 [colin]      2.4.0cvs68
6024         * src/compose.c
6025                 fix replied flag not set after drafting
6026         * src/matcher.c
6027                 fix body quicksearch in non-encoded bodies
6028                 containing '='
6029         * src/msgcache.c
6030                 Get rid of the g_malloc workaround for
6031                 corrupted caches, use g_try_malloc
6033 2006-08-21 [colin]      2.4.0cvs67
6035         * src/alertpanel.c
6036         * src/gtk/inputdialog.c
6037         * src/plugins/pgpcore/passphrase.c
6038                 Set minimal width to 375
6039         * src/mainwindow.c
6040                 Fix switching to offline, asking if it 
6041                 should be overriden for synchronising
6042         * src/mimeview.c
6043                 Don't offer to remember command on Open 
6044                 with for text parts, as the browser or 
6045                 text editor command isn't changed from 
6046                 there
6048 2006-08-20 [paul]       2.4.0cvs66
6050         * po/ko.po
6051         * po/zh_CN.po
6052                 fix plural form errors. revealed by stricter
6053                 checking of gettext 0.15
6055 2006-08-18 [paul]       2.4.0cvs65
6057         * src/stock_pixmap.c
6058                 fix the fix of 2.4.0cvs64
6059                 Thanks to Colin
6061 2006-08-18 [paul]       2.4.0cvs64
6063         * src/stock_pixmap.c
6064                 fix leaks
6065                 Thanks to Colin
6067 2006-08-18 [paul]       2.4.0cvs63
6069         * src/compose.c
6070         * src/procmsg.c
6071                 fix occasional IMAP bug where large msgs
6072                 were left in the queue folder after sending
6073                 Thanks to Colin
6075 2006-08-18 [paul]       2.4.0cvs62
6077         * src/folderview.c
6078                 freeze the summaryview while quicksearch results
6079                 are displayed
6080                 (fixes bug 456 'current message is hidden when the
6081                 view is refreshed and extended search is "unread 
6082                 messages"')
6083                 Thanks to Colin
6084         * src/textview.c
6085                 add missing #include "inputdialog.h"
6086         * src/common/utils.h
6087                 add missing mailcap_update_default() and improve
6088                 readability
6090 2006-08-17 [colin]      2.4.0cvs61
6092         * src/plugins/pgpcore/select-keys.c
6093                 Fix warnings :)
6095 2006-08-17 [colin]      2.4.0cvs60
6097         * src/compose.c
6098                 Don't continue queuing if Cancel is clicked
6099                 in select-keys
6101 2006-08-17 [colin]      2.4.0cvs59
6103         * src/plugins/pgpcore/select-keys.c
6104                 When encrypting, if only one key matches and it 
6105                 matches exactly, automatically use it.
6107 2006-08-17 [colin]      2.4.0cvs58
6109         * src/mimeview.c
6110         * src/prefs_common.c
6111         * src/prefs_common.h
6112         * src/prefs_ext_prog.c
6113         * src/textview.c
6114                 Fix issues with previous patch (text/html)
6115                 Remove outdated prefs
6117 2006-08-17 [colin]      2.4.0cvs57
6119         * src/imap.c
6120                 Add View Log button on auth error
6121         * src/procmsg.c
6122                 Fix encrypted mail marked as new when
6123                 saved in normal folders
6124         * src/plugins/pgpinline/pgpinline.c
6125                 Fix encrypt bug on IMAP
6126         * src/mimeview.c
6127         * src/common/utils.c
6128         * src/common/utils.h
6129         * src/gtk/inputdialog.c
6130         * src/gtk/inputdialog.h
6131                 Get rid of metamail stuff, simplify
6132                 opening, and allow remembering of user's
6133                 choices (by updating ~/.mailcap). There's
6134                 still to drop "Audio player" and "Image
6135                 viewer" preferences.
6137 2006-08-17 [mones]      2.4.0cvs56
6139         * manual/es/sylpheed-claws-manual.xml
6140                 fix DTD path
6142 2006-08-17 [mones]      2.4.0cvs55
6144         * configure.ac
6145         * manual/Makefile.am
6146         * manual/es/Makefile.am
6147         * manual/es/account.xml
6148         * manual/es/ack.xml
6149         * manual/es/addrbook.xml
6150         * manual/es/advanced.xml
6151         * manual/es/faq.xml
6152         * manual/es/glossary.xml
6153         * manual/es/gpl.xml
6154         * manual/es/handling.xml
6155         * manual/es/intro.xml
6156         * manual/es/keyboard.xml
6157         * manual/es/plugins.xml
6158         * manual/es/starting.xml
6159         * manual/es/sylpheed-claws-manual.xml
6160         * manual/es/dist/Makefile.am
6161         * manual/es/dist/html/Makefile.am
6162         * manual/es/dist/pdf/Makefile.am
6163         * manual/es/dist/ps/Makefile.am
6164         * manual/es/dist/txt/Makefile.am
6165                 Spanish translation for the manual
6167 2006-08-16 [colin]      2.4.0cvs54
6169         * src/compose.c
6170         * src/main.c
6171         * src/mainwindow.c
6172                 Fix send button sensitivity at startup
6173                 Set send menu sensitivity (patch by Fabien)
6174         * src/ssl_manager.c
6175                 Enable closing with esc (patch by Fabien)
6176         * src/gtk/foldersort.c
6177                 Enable closing with esc (patch by Fabien)
6178         * src/procmime.c
6179                 Optimisation (no need to copy to tempfile to
6180                 "decode" 7bit and 8bit)
6181         * src/summaryview.c
6182                 Fix cruft in swap_from case
6183         * src/textview.c
6184                 Fix missing last line in some mail cases 
6185                 (Fixes debian #381872)
6186         * src/plugins/pgpcore/prefs_gpg.c
6187         * src/plugins/pgpcore/sgpgme.c
6188         * src/plugins/pgpcore/sgpgme.h
6189                 Don't show "no key found" when user explicitely
6190                 wants to create a key
6192 2006-08-16 [paul]       2.4.0cvs53
6194         * configure.ac
6195         * src/account.c
6196         * src/addressbook.c
6197         * src/headerview.c
6198         * src/prefs_account.c
6199         * src/prefs_message.c
6200         * src/gtk/gtkutils.c
6201                 bump up minimum required versions of GTK+ and
6202                 GLIB to 2.6.0
6204 2006-08-16 [paul]       2.4.0cvs52
6206         * src/toolbar.c
6207                 workaround GTK+ Bug 351600 - 'Can't re-click
6208                 on button after sensitivity update'
6209                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6210                 Thanks to Colin
6212 2006-08-15 [colin]      2.4.0cvs51
6214         * src/plugins/pgpcore/prefs_gpg.c
6215                 Set options sensitivity according to
6216                 key existence
6217         * src/plugins/pgpcore/sgpgme.c
6218                 Allow to create key with no passphrase
6220 2006-08-14 [cleroy]     2.4.0cvs50
6222         * src/gtk/pluginwindow.c
6223                 New layout (maybe to be changed?)
6224         * src/gtk/gtkutils.c
6225                 Fix a bit label_window
6226         * src/plugins/pgpcore/passphrase.c
6227         * src/plugins/pgpcore/passphrase.h
6228         * src/plugins/pgpcore/plugin.c
6229         * src/plugins/pgpcore/prefs_gpg.c
6230         * src/plugins/pgpcore/prefs_gpg.h
6231         * src/plugins/pgpcore/sgpgme.c
6232         * src/plugins/pgpcore/sgpgme.h
6233                 Allow to create a PGP private key via the GUI
6235 2006-08-14 [wwp]        2.4.0cvs49
6237         * src/addressbook_foldersel.c
6238                 fix strict ISO C90 compliance.
6240 2006-08-14 [paul]       2.4.0cvs48
6242         * src/gtk/prefswindow.c
6243                 re-set scrolled window on opening
6244                 Patch by Ticho
6246 2006-08-14 [paul]
6248         2.5.0-rc1 released
6250 2006-08-14 [paul]       2.4.0cvs47
6252         * src/prefs_display_header.c
6253                 re-enable user-defined Displayed Headers
6255 2006-08-14 [paul]       2.4.0cvs46
6257         * src/prefs_account.c
6258                 use GTK_STOCK_EDIT
6260 2006-08-13 [colin]      2.4.0cvs45
6262         * src/common/utils.c
6263                 Fix "a" in quote when the original message is empty,
6264                 by using \0 instead of 'a' to test writability of
6265                 temp files.
6267 2006-08-13 [wwp]        2.4.0cvs44
6269         * src/plugins/spamassassin/spamassassin.c
6270                 fix capitalization of "SpamAssassin" in some debug, log and
6271                 dialog messages.
6273 2006-08-13 [paul]       2.4.0cvs43
6275         * src/editldap.c
6276                 fix overlapping widgets
6277         * src/prefs_account.c
6278                 fix translation of protocol_names[]
6279                 fix label disappearing off the edge of the
6280                 visible area
6282 2006-08-12 [paul]       2.4.0cvs42
6284         * manual/plugins.xml
6285                 update IRC channel info before it gets forgotten
6286                 about
6288 2006-08-11 [colin]      2.4.0cvs41
6290         * src/compose.c
6291         * src/mainwindow.c
6292         * src/mainwindow.h
6293         * src/procmsg.c
6294         * src/procmsg.h
6295         * src/summaryview.c
6296         * src/toolbar.c
6297                 Grey out the Send button if
6298                 - Queue folders are empty, or
6299                 - We're sending already
6301 2006-08-11 [wwp]        2.4.0cvs40
6303         * src/main.c
6304                 fix a logic issue when quitting while a compose window is
6305                 still open, thanks to Colin.
6307 2006-08-10 [colin]      2.4.0cvs39
6309         * src/main.c
6310                 Fix default font size setting after wizard run
6311         * src/imap.c
6312         * src/etpan/imap-thread.c
6313         * src/etpan/imap-thread.h
6314                 Fix bug #999 (Timing out on TSL cert validation 
6315                 dialog makes ugly things happen). Also, STARTTLS
6316                 unconditionnaly if initial capabilities contain
6317                 LOGINDISABLED and STARTTLS.
6319 2006-08-09 [colin]      2.4.0cvs38
6321         * src/mainwindow.c
6322         * src/mainwindow.h
6323                 Fix Tools/Actions sensitivity when there are
6324                 no actions
6326 2006-08-09 [colin]      2.4.0cvs37
6328         * src/prefs_filtering.c
6329                 Warning fix, patch by Paul
6330         * src/messageview.c
6331         * src/prefs_actions.c
6332         * src/prefs_filtering_action.c
6333         * src/prefs_matcher.c
6334                 Uniformisation of "Info ..." to "Info..." (for
6335                 old gtk), patch by Fabien
6336         * src/plugins/clamav/clamav_plugin_gtk.c
6337                 Sensitivity fix by Fabien
6339 2006-08-09 [colin]      2.4.0cvs36
6341         * src/main.c
6342         * src/main.h
6343                 Add a function to know whether we're exiting
6344         * src/plugins/trayicon/trayicon.c
6345                 If exiting, don't do anything. Faster, and
6346                 avoids gtk_main_iteration reentracy causing
6347                 segfaults at exit
6349 2006-08-09 [colin]      2.4.0cvs35
6351         * src/messageview.c
6352         * src/mimeview.c
6353         * src/mimeview.h
6354                 Fix lack of part selection when automatically 
6355                 jumping to a specific part
6356         * src/msgcache.c
6357                 Little optimisation in cache reading
6359 2006-08-09 [colin]      2.4.0cvs34
6361         * src/compose.c
6362                 Fix crash setting the priority on reedit
6363                 (Accessing compose before creating it!)
6365 2006-08-08 [colin]      2.4.0cvs33
6367         * src/procmime.c
6368                 Fix bug #998 (last attachment is not accessible)
6369                 Bad RFC interpretation on multipart close-delimiters
6370         * src/mimeview.c
6371         * src/mimeview.h
6372         * src/gtk/gtkvscrollbutton.c
6373         * src/gtk/gtkvscrollbutton.h
6374                 Make attachments list wheel-scrollable
6376 2006-08-07 [colin]      2.4.0cvs32
6378         * src/gtk/gtkaspell.c
6379                 Fix bug #973 (Unicode punctation characters 
6380                 are not recognized as separators by the
6381                 spell checker); fix unsigned stuff
6383 2006-08-07 [colin]      2.4.0cvs31
6385         * src/compose.c
6386                 Fix bug #956 (DnD text with accents in compose 
6387                 text entry); fix gccc's signed/unsigned fuss
6389 2006-08-06 [colin]      2.4.0cvs30
6391         * src/main.c
6392                 Fix bug #979 (Plugin crashes when exiting 
6393                 sylpheed-claws) : handle exit request only 
6394                 once
6396 2006-08-05 [colin]      2.4.0cvs29
6398         * src/news.c
6399                 Just make sure we have a msgid.
6401 2006-08-05 [colin]      2.4.0cvs28
6403         * src/news.c
6404         * src/summaryview.c
6405                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6406                 by reimplementing it
6407         * src/textview.c
6408                 Fix bug when hiding quotes with level > 3 and quote
6409                 colors are recycled
6411 2006-08-04 [colin]      2.4.0cvs27
6413         * src/compose.c
6414         * src/undo.c
6415         * src/undo.h
6416                 Fix a bit replace-by-pasting undo
6417         * src/mainwindow.c
6418         * src/messageview.c
6419                 Fix Fold quotes menu synchro in
6420                 mainwindow when it changes in 
6421                 messageview
6422         * src/textview.c
6423                 Fix right-click on quotes blocks
6424         * src/common/utils.c
6425                 Verify that the file created by
6426                 my_tmpfile() is writable. Fixes
6427                 bug #988 (very specific filesystem
6428                 issue)
6429         * src/plugins/pgpcore/sgpgme.c
6430                 Fix file descriptor leak
6431         * src/plugins/spamassassin/spamassassin.c
6432                 Warn once if spamd isn't reachable
6434 2006-08-04 [colin]      2.4.0cvs26
6436         * src/toolbar.c
6437                 i18n context patch by Fabien
6439 2006-08-03 [colin]      2.4.0cvs25
6441         * src/mainwindow.c
6442         * src/messageview.c
6443                 Rename "Hide quotes" to "Fold quotes"
6444         * src/textview.c
6445                 Don't use hand cursor on quotes. "all 
6446                 the bonuses of the feature and none of 
6447                 unwelcome side-effects"
6449 2006-08-03 [colin]      2.4.0cvs24
6451         * AUTHORS
6452         * sylpheed-claws.desktop
6453         * src/gtk/authors.h
6454                 Bring the desktop file to XDG compliance
6455                 Patch by Charles A. Edwards
6457 2006-08-03 [colin]      2.4.0cvs23
6459         * src/textview.c
6460                 Fix links offset when they are preceded
6461                 by accentued chars (g_utf8_strlen!)
6462         * src/mainwindow.c
6463                 Fix wrong status when starting offline
6466 2006-08-03 [wwp]        2.4.0cvs22
6468         * src/prefs_common.h
6469                 ask what to do w/ filtering rules that belong to an account when
6470                 applying filtering rules manually from the main window (skip,
6471                 apply regardless of the account, use current account). This dialog
6472                 can be skipped and the last reply used.
6473                 (forgot that file)
6475 2006-08-03 [wwp]        2.4.0cvs21
6477         * src/filtering.c
6478         * src/filtering.h
6479         * src/prefs_common.c
6480         * src/summaryview.c
6481         * src/alertpanel.c
6482         * src/alertpanel.h
6483         * src/messageview.c
6484                 ask what to do w/ filtering rules that belong to an account when
6485                 applying filtering rules manually from the main window (skip,
6486                 apply regardless of the account, use current account). This dialog
6487                 can be skipped and the last reply used.
6490 2006-08-03 [colin]      2.4.0cvs20
6492         * src/textview.c
6493                 Optimize previous patch
6495 2006-08-03 [cleroy]     2.4.0cvs19
6497         * src/textview.c
6498                 Fix quotes getting toggled back when the
6499                 mail has an even number of text parts
6501 2006-08-02 [colin]      2.4.0cvs18
6503         * src/messageview.c
6504                 Add Hide quotes menu
6506 2006-08-02 [colin]      2.4.0cvs17
6508         * src/mainwindow.c
6509         * src/prefs_common.c
6510         * src/textview.c
6511         * src/textview.h
6512         * src/gtk/about.c
6513                 Allow per-level quote hiding,
6514                 Allow toggling quotes by double-clicking them
6515                 Rename RemoteURI to ClickableText to reflect
6516                 the fact it's used for a variety of things
6518 2006-08-02 [wwp]        2.4.0cvs16
6520         * src/mainwindow.c
6521                 fix "View/Hide quotes" menu item status initialization.
6523 2006-08-02 [wwp]        2.4.0cvs15
6525         * src/matcher_parser_parse.y
6526                 remove a debug trace.
6528 2006-08-02 [paul]       2.4.0cvs14
6530         * src/plugins/pgpcore/passphrase.c
6531                 don't set initial dialog size
6532                 make it resizable
6534 2006-08-02 [paul]       2.4.0cvs13
6536         * src/noticeview.c
6537                 remove the rogue '/' character
6539 2006-08-02 [paul]       2.4.0cvs12
6541         * src/noticeview.c
6542                 allow buttons to resize as necessary
6544 2006-08-01 [wwp]        2.4.0cvs11
6546         * src/mbox.c
6547                 fix strict ISO C90 compliance.
6549 2006-08-01 [wwp]        2.4.0cvs10
6551         * tools/update-po
6552                 updated update-po tool to work w/ context-dependent translations.
6553                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6555 2006-08-01 [wwp]        2.4.0cvs9
6557         * src/matcher.c
6558         * src/prefs_filtering.c
6559         * src/prefs_matcher.c
6560                 allow context-dependent translations for "All",
6561                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6563 2006-07-31 [colin]      2.4.0cvs8
6565         * AUTHORS
6566         * src/gtk/authors.h
6567                 Add Rafal to authors
6569 2006-07-31 [colin]      2.4.0cvs7
6571         * src/compose.c
6572         * src/mainwindow.c
6573         * src/messageview.h
6574         * src/prefs_common.c
6575         * src/prefs_common.h
6576         * src/textview.c
6577                 Add 'View/Hide quotes'. Patch based on a patch
6578                 by Rafal Weglarz
6580 2006-07-31 [colin]      2.4.0cvs6
6582         * src/action.c
6583                 Fix problem with "> stuff >" actions
6585 2006-07-31 [paul]       2.4.0cvs5
6587         * po/nb.po
6588                 updated by Geir Helland
6590 2006-07-31 [wwp]        2.4.0cvs4
6592         * src/mainwindow.c
6593         * src/summaryview.c
6594         * src/summaryview.h
6595                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6596                 thanks to Colin.
6598 2006-07-31 [wwp]        2.4.0cvs3
6600         * src/Makefile.am
6601         * src/addr_compl.c
6602         * src/addr_compl.h
6603         * src/addressbook.c
6604         * src/addressbook.h
6605         * src/addressbook_foldersel.c
6606         * src/addressbook_foldersel.h
6607         * src/addrindex.c
6608         * src/addrindex.h
6609         * src/matcher.c
6610         * src/matcher.h
6611         * src/matcher_parser_lex.l
6612         * src/matcher_parser_parse.y
6613         * src/prefs_common.c
6614         * src/prefs_common.h
6615         * src/prefs_filtering.c
6616         * src/prefs_matcher.c
6617         * src/prefs_matcher.h
6618         * src/summaryview.c
6619                 introduce filtering against the address book. It's now possible to add
6620                 matched conditions to determine if any email address in a message matches
6621                 or doesn't match any or all books or folders in the address book.
6623 2006-07-31 [wwp]        2.4.0cvs2
6625         * src/account.c
6626         * src/filtering.c
6627         * src/filtering.h
6628         * src/folder.c
6629         * src/folderview.c
6630         * src/inc.c
6631         * src/mainwindow.c
6632         * src/matcher.c
6633         * src/matcher_parser_lex.l
6634         * src/matcher_parser_parse.y
6635         * src/mbox.c
6636         * src/prefs_filtering.c
6637         * src/prefs_filtering.h
6638         * src/procmsg.c
6639         * src/procmsg.h
6640         * src/summaryview.c
6641                 introduce per-account filtering rules. Each filtering rule can now be assigned
6642                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6643                 when applying filtering rules manually, as all rules will apply - even the ones
6644                 assigned to an account. This issue will be addressed soon.
6648 2006-07-31 [wwp]        2.4.0cvs1
6650         * src/quote_fmt.c
6651                 make more strings translatable.
6653 2006-07-31 [paul]       2.4.0
6655         2.4.0 released
6657 2006-07-31 [paul]       2.3.1cvs91
6659         * po/ca.po
6660                 updated by Miquel Oliete
6662 2006-07-31 [paul]       2.3.1cvs90
6664         * po/de.po
6665         * po/el.po
6666         * po/fr.po
6667         * po/it.po
6668         * po/pl.po
6669         * po/pt_BR.po
6670         * po/sr.po
6671         * po/zh_CN.po
6672                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6673                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6674                 Aleksandar Urosevic, and Ralgh Young
6676 2006-07-31 [paul]       2.3.1cvs89
6678         * src/account.c
6679         * src/main.c
6680         * src/mainwindow.c
6681         * src/mainwindow.h
6682                 Fix a race condition when, after an SC crash, rescanning
6683                 folders took more than 0.5 seconds
6684                 Thanks to Colin
6686 2006-07-31 [paul]       2.3.1cvs88
6688         * src/folderview.c
6689                 don't translate separator strings
6691 2006-07-30 [mones]      2.3.1cvs87
6693         * doc/man/sylpheed-claws.1
6694                 Fixed non-ASCII chars in Hoa's name
6695         * po/es.po
6696                 Updated for release
6698 2006-07-27 [colin]      2.3.1cvs86
6700         * src/textview.c
6701                 Don't include the leading \n in links
6702                 Patch by Fabien
6704 2006-07-25 [colin]      2.3.1cvs85
6706         * src/mainwindow.c
6707         * src/common/socket.h
6708         * src/etpan/imap-thread.c
6709                 Refresh resolvers before connecting
6710                 to IMAP servers, and after switching
6711                 to online. Thanks to Paul.
6713 2006-07-18 [colin]
6715         * 2.4.0-rc4 released
6717 2006-07-17 [colin]      2.3.1cvs84
6719         * src/inc.c
6720                 Show connection attempt in statusbar before
6721                 connecting (previously first message was
6722                 "Retrieving messages from ..." after the
6723                 connection succeeded.
6725 2006-07-16 [wwp]        2.3.1cvs83
6727         * sylpheed-claws.ico
6728                 Added .ico file (windows multi-size icon file, generated).
6730 2006-07-12 [wwp]        2.3.1cvs82
6732         * src/messageview.c
6733                 remove Message/Re-edit menu entry from messageview window,
6734                 as sent/draft/queued messages are opened in compose window when
6735                 re-edited and it's not possible to re-edit other msgs.
6737 2006-07-12 [paul]       2.3.1cvs81
6739         * AUTHORS
6740         * src/mainwindow.c
6741         * src/gtk/authors.h
6742                 check online state before resetting
6743                 mailcheck timer. Useful if some program
6744                 verifies connection state and updates
6745                 Claws.
6746                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6748 2006-07-12 [paul]       2.3.1cvs80
6750         * sylpheed-claws-128x128.png
6751         * sylpheed-claws-64x64.png
6752         * sylpheed-claws.png
6753         * src/Makefile.am
6754         * src/main.c
6755         * src/prefs_toolbar.c
6756         * src/stock_pixmap.c
6757         * src/stock_pixmap.h
6758         * src/wizard.c
6759         * src/gtk/about.c
6760         * src/gtk/gtkutils.c
6761         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6762         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6763         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6764         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6765         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6766         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6767                 updated and renamed logo/icon files and related
6768                 logo by Jesper Schultz
6770 2006-07-11 [paul]       2.3.1cvs79
6772         * src/main.c
6773                 fix the labels a smidgin
6775 2006-07-09 [colin]      2.3.1cvs78
6777         * src/textview.c
6778                 Show errors in textviewer's command
6779                 Patch by H. Merijn Brand
6781 2006-07-09 [colin]      2.3.1cvs77
6783         * src/compose.c
6784                 Save FMID in drafts too
6786 2006-07-08 [colin]      2.3.1cvs76
6788         * src/compose.c
6789                 Svae RMID in drafted mails too
6790                 Save quote_fmt vars for whole mails,
6791                 don't reset at each quote_fmt_init:
6792                 allows to use the same |i{var} in
6793                 various template fields
6794         * src/prefs_template.c
6795         * src/quote_fmt.h
6796         * src/quote_fmt_parse.y
6797                 Same
6799 2006-07-08 [colin]      2.3.1cvs75
6801         * src/textview.c
6802                 Fix highlighting of attached parts URIs
6804 2006-07-08 [colin]      2.3.1cvs74
6806         * src/main.c
6807                 Prevent bug #981 (sc 2.3.1 segfaults with 
6808                 gtk+ 2.10) from being reported again:
6809                 if Sylpheed-Claws has been compiled against
6810                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6811                 of if Sylpheed-Claws has been compiled against
6812                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6813                 error out.
6815 2006-07-07 [colin]      2.3.1cvs73
6817         * src/prefs_actions.c
6818                 Fix label
6820 2006-07-07 [colin]      2.3.1cvs72
6822         * src/prefs_actions.c
6823                 Fix compile on gtk < 2.8. argh :)
6825 2006-07-07 [paul]       2.3.1cvs71
6827         * src/common/defs.h
6828                 update DONATE_URI
6830 2006-07-07 [colin]      2.3.1cvs70
6832         * po/POTFILES.in
6833         * src/quote_fmt.c
6834         * src/quote_fmt_lex.l
6835         * src/quote_fmt_parse.y
6836                 Add |i{var}, a way to insert user-entered
6837                 text in a template
6839 2006-07-07 [colin]
6841         * 2.4.0-rc3 released
6843 2006-07-07 [colin]      2.3.1cvs69
6845         * src/folder.c
6846                 Don't consider inboxes of UNKNOWN folder 
6847                 classes to be useable as default inboxes
6849 2006-07-07 [paul]       2.3.1cvs68
6851         * src/textview.c
6852                 add missing #include <errno.h>
6853                 Thanks to René J. Blokland
6855 2006-07-07 [paul]       2.3.1cvs67
6857         * src/action.c
6858                 Return now Closes dialog
6859         * src/mimeview.c
6860         * src/mimeview.h
6861         * src/textview.c
6862                 add contextual menu to mime parts listed
6863                 in the textview
6864                 Thanks to Colin
6865         * src/common/utils.c
6866                 reversal: ' is a valid character in URLs
6868 2006-07-06 [colin]      2.3.1cvs66
6870         * src/remotefolder.h
6871                 Forgotten in previous commit
6873 2006-07-06 [colin]      2.3.1cvs65
6875         * src/folder.c
6876                 Set summary update flag whenever
6877                 totals changed
6878         * src/imap.c
6879         * src/prefs_account.c
6880         * src/common/utils.h
6881         * src/etpan/imap-thread.c
6882                 Fix warnings, thanks to Fabien and
6883                 Ricardo
6885 2006-07-06 [wwp]        2.3.1cvs64
6887         * src/gtk/gtkutils.c
6888                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6890 2006-07-06 [wwp]        2.3.1cvs63
6892         * src/account.c
6893         * src/addressbook.c
6894         * src/addressitem.h
6895         * src/folderview.c
6896         * src/mainwindow.c
6897         * src/manual.c
6898         * src/manual.h
6899         * src/message_search.c
6900         * src/prefs_actions.c
6901         * src/prefs_filtering.c
6902         * src/prefs_filtering.h
6903         * src/prefs_template.c
6904         * src/summary_search.c
6905         * src/summaryview.c
6906         * src/gtk/gtkutils.c
6907         * src/gtk/gtkutils.h
6908         * src/gtk/pluginwindow.c
6909                 add help buttons to some dialogs. Clicking such buttons opens a
6910                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6912 2006-07-06 [paul]       2.3.1cvs62
6914         * src/textview.c
6915                 fix attachments contextual menu
6916                 Thanks to Colin
6918 2006-07-05 [colin]      2.3.1cvs61
6920         * src/textview.c
6921         * src/compose.c
6922                 Handle sftp:// links
6924 2006-07-05 [paul]       2.3.1cvs60
6926         * src/gtk/filesel.c
6927                 grab save button by default
6928                 Thanks to Colin
6930 2006-07-05 [wwp]        2.3.1cvs59
6932         * manual/xml2pdf
6933                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6935 2006-07-04 [colin]      2.3.1cvs58
6937         * src/mimeview.c
6938         * src/textview.c
6939                 Use left click to select, middle click to open
6940                 on mimeparts links
6941         * src/common/utils.c
6942                 Fix segfault
6944 2006-07-04 [colin]      2.3.1cvs57
6946         * src/mainwindow.c
6947         * src/news.c
6948                 Warning fixes, thanks to Fabien
6950 2006-07-04 [colin]      2.3.1cvs56
6952         * src/mimeview.c
6953         * src/mimeview.h
6954         * src/textview.c
6955                 Allow parts to be selected via their text label
6956                 in textview
6958 2006-07-04 [colin]      2.3.1cvs55
6960         * src/folderview.c
6961                 Feedback when closing (for big folders)
6962         * src/prefs_actions.c
6963         * src/prefs_filtering.c
6964         * src/prefs_matcher.c
6965         * src/prefs_template.c
6966                 Fix default button when closing without
6967                 having saved
6969 2006-07-04 [colin]      2.3.1cvs54
6971         * src/news.c
6972                 Delete local file on deletion
6974 2006-07-03 [colin]      2.3.1cvs53
6976         * src/folderview.c
6977         * src/main.c
6978                 Don't freeze when rescanning after crash
6980 2006-07-03 [wwp]        2.3.1cvs52
6982         * src/compose.c
6983         * src/privacy.c
6984         * src/privacy.h
6985         * src/plugins/pgpinline/pgpinline.c
6986         * src/plugins/pgpmime/pgpmime.c
6987                 don't report an error when the user cancels the passphrase dialog.
6989 2006-07-02 [colin]      2.3.1cvs51
6991         * src/folderview.c
6992                 Open message when crossing folders with Space,
6993                 goto next unread and friends
6995 2006-07-01 [colin]      2.3.1cvs50
6997         * src/prefs_account.c
6998                 Typographic rules varying from language
6999                 to language (in french "Protocole :"),
7000                 we have to do that :)
7002 2006-07-01 [ticho]      2.3.1cvs49
7004         * src/prefs_account.c
7005                 Only use one temporary gchar* variable in
7006                 prefs_account_protocol_set_optmenu().
7008 2006-07-01 [ticho]      2.3.1cvs48
7010         * src/prefs_account.c
7011         * src/prefs_account.h
7012                 Use GtkLabel for existing account protocol name.
7013                 Created an array for protocol names and populate the
7014                 combobox from it in a for() cycle.
7016 2006-06-30 [colin]      2.3.1cvs47
7018         * src/compose.c
7019                 Block undo when changing signature (by changing
7020                 account)
7022 2006-06-30 [paul]       2.3.1cvs46
7024         * src/send_message.c
7025                 when editing From in the Compose window, use that address
7026                 in the Return-Path: header
7027                 Thanks to Colin
7029 2006-06-30 [colin]      2.3.1cvs45
7031         * src/compose.c
7032                 Fix signature replacement:
7033                 - when no newline before separator
7034                 - when reediting
7036 2006-06-29 [colin]      2.3.1cvs44
7038         * src/folderview.c
7039         * src/folderview.h
7040         * src/mainwindow.c
7041         * src/summaryview.c
7042                 Let 'View/Go to/Next marked' work like
7043                 Next new & Next unread: across folders
7044                 Change the select_on_entry pref to do
7045                 what we want when changing folder
7046         * src/common/utils.c
7047                 Fix single-quoted links 
7049 2006-06-29 [colin]      2.3.1cvs43
7051         * src/gtk/gtkaspell.c
7052                 "Sylpheed" and "Sylpheed-Claws" do exist !
7054 2006-06-29 [colin]      2.3.1cvs42
7056         * src/imap.c
7057                 Forgot to remove debug
7059 2006-06-29 [colin]      2.3.1cvs41
7061         * src/imap.c
7062         * src/imap.h
7063         * src/mainwindow.c
7064                 Disconnect from IMAP servers when going
7065                 offline. Fixes bug #978 (going to offline-mode 
7066                 won't close connections)
7068 2006-06-29 [colin]      2.3.1cvs40
7070         * src/main.c
7071                 Fix transient setting on failing plugins
7072                 Patch by Fabien
7073         * src/plugins/pgpcore/sgpgme.c
7074                 Only warn for OpenPGP. Most people don't
7075                 have CMS available.
7077 2006-06-29 [colin]      2.3.1cvs39
7079         * src/compose.c
7080                 Fix Spelling menu (discrepancy between context menu
7081                 and top menu when folder's dictionary isn't the 
7082                 default one)
7083         * src/plugins/pgpcore/sgpgme.c
7084                 More error reporting about why gpgme can fail
7086 2006-06-29 [wwp]        2.3.1cvs38
7088         * src/mainwindow.c
7089                 honor the display-header-pane setting even when the message view
7090                 is a separate window.
7092 2006-06-29 [wwp]        2.3.1cvs37
7094         * src/prefs_actions.c
7095                 forgot to commit that one (use of GTK_STOCK_INFO).
7097 2006-06-29 [colin]      2.3.1cvs36
7099         * src/imap.c
7100                 Better handling of login errors (ask the password
7101                 again once), alert in case of error. Fix three
7102                 signedness warnings.
7104 2006-06-28 [wwp]        2.3.1cvs35
7106         * src/prefs_template.c
7107         * src/prefs_matcher.c
7108         * src/prefs_filtering_action.c
7109         * src/prefs_quote.c
7110                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7111                 patch by Fabien Vantard, slightly modified.
7113 2006-06-28 [paul]
7115         2.4.0-rc2 released
7117 2006-06-28 [colin]      2.3.1cvs34
7119         * src/prefs_account.c
7120                 Fix bug #977 (Can't add or edit imap accounts)
7122 2006-06-28 [colin]      2.3.1cvs33
7124         * src/mimeview.c
7125                 Fix previous
7127 2006-06-28 [colin]      2.3.1cvs32
7129         * src/mimeview.c
7130                 Save named inlined attachments with "Save all"
7131         * src/main.c
7132         * src/mbox.c
7133         * src/common/plugin.c
7134         * src/common/plugin.h
7135         * src/common/sylpheed.c
7136         * src/common/utils.c
7137         * src/plugins/pgpcore/sylpheed.def
7138         * src/plugins/pgpinline/sylpheed.def
7139         * src/plugins/pgpmime/sylpheed.def
7140                 Win32 compatibility patch, by
7141                 Werner Koch
7143 2006-06-28 [wwp]        2.3.1cvs31
7145         * src/imap.c
7146         * src/prefs_folder_item.c
7147                 less compilation warnings (thanks to Fabien Vantard), less typos.
7149 2006-06-28 [paul]       2.3.1cvs30
7151         * src/gtk/gtkutils.c
7152                 gtk_combo_box_set_focus_on_click() is only
7153                 available since gtk 2.6.0
7155 2006-06-28 [paul]       2.3.1cvs29
7157         * src/prefs_ext_prog.c
7158                 fix engrish and add a tooltip for the
7159                 'command for 'Display as text' option
7161 2006-06-28 [paul]
7163         2.4.0-rc1 released
7165 2006-06-28 [paul]       2.3.1cvs28
7167         * ChangeLog
7168         * tools/Makefile.am
7169                 include textviewer.pl in releases
7171 2006-06-28 [paul]       2.3.1cvs27
7173         * src/prefs_ext_prog.c
7174                 hide Print command option if libgnomeprint
7175                 support is present
7177 2006-06-27 [colin]      2.3.1cvs26
7179         * src/compose.c
7180                 Fix Esc handling in insert/attach dialog
7181                 Don't show this dialog if dragging something
7182                 else than text/uri-list
7183                 Thanks to Fabien Vantard
7184         * tools/textviewer.pl
7185                 Filter script to display stuff as text
7186                 by H. Merijn Brand
7188 2006-06-27 [wwp]        2.3.1cvs25
7190         * src/messageview.c
7191                 use the exact product name (message view title), patch
7192                 by Fabien Vantard.
7194 2006-06-27 [ticho]      2.3.1cvs24
7196         * src/prefs_account.c
7197         * src/prefs_common.c
7198         * src/prefs_common.h
7199         * src/prefs_ext_prog.c
7200         * src/textview.c
7201                 Add a preference (Preferences/External programs)
7202                 to allow "Display as text" to be done via a script
7203                 (patch by H.Merijn Brand).
7204                 Use GtkComboBox for protocol selection in account
7205                 preferences.
7206                 Only include current choice for existing accounts, and
7207                 insensitivize the combobox.
7209 2006-06-27 [paul]       2.3.1cvs23
7211         * src/mbox.c
7212                 fix crasher introduced in cvs21.
7213                 Thanks to Colin
7215 2006-06-26 [colin]      2.3.1cvs22
7217         * src/mbox.c
7218                 Fix double-frees when leaving folders
7219                 after exporting to mbox
7221 2006-06-26 [colin]      2.3.1cvs21
7223         * src/mbox.c
7224                 More feedback (and optimisation)
7225                 on import/export
7226         * src/common/utils.c
7227                 Fix case when looking for mail addresses
7228         * src/gtk/gtkutils.c
7229                 Extra check for (X-)Face
7231 2006-06-25 [ticho]      2.3.1cvs20
7233         * src/compose.c
7234         * src/exphtmldlg.c
7235         * src/gtk/gtkutils.c
7236         * src/gtk/gtkutils.h
7237                 Added second argument to gtkut_sc_combobox_create() to
7238                 control focus-on-click for the widget.
7239                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7241 2006-06-25 [ticho]      2.3.1cvs19
7243         * src/compose.c
7244         * src/gtk/Makefile.am
7245         * src/gtk/combobox.c
7246         * src/gtk/combobox.h
7247         * src/gtk/gtkutils.c
7248         * src/gtk/gtkutils.h
7249                 Use GtkComboBox instead of deprecated GtkOptionMenu
7250                 for account selector in compose window and for encoding
7251                 selector in attachment properties.
7252                 Also factorise working with the new GtkComboBox somewhat.
7254 2006-06-24 [paul]       2.3.1cvs18
7256         * src/prefs_common.c
7257                 use the correct default value
7259 2006-06-24 [paul]       2.3.1cvs17
7261         * src/compose.c
7262         * src/prefs_common.c
7263         * src/prefs_common.h
7264         * src/prefs_compose_writing.c
7265                 enable setting of default action when
7266                 dnd'ing files in the compose window.
7267                 (Collaborative effort with wwp)
7269 2006-06-23 [wwp]        2.3.1cvs16
7271         * src/compose.c
7272                 i18n fix (thanks to Fabien Vantard)
7274 2006-06-22 [colin]      2.3.1cvs15
7276         * src/prefs_customheader.c
7277                 Don't use filters in custom headers' file 
7278                 selector. Remember, extensions mean nothing :)
7280 2006-06-22 [paul]       2.3.1cvs14
7282         * configure.ac
7283                 allow setting of man directory location
7285 2006-06-22 [colin]      2.3.1cvs13
7287         * src/mainwindow.c
7288                 Add 'View/Go to/Next unread folder'.
7289                 I missed that :)
7291 2006-06-22 [colin]      2.3.1cvs12
7293         * src/common/utils.c
7294                 Add some subject prefixes
7295                 Patch by Bjorn T Johansen <btj@havleik.no>
7297 2006-06-22 [colin]      2.3.1cvs11
7299         * manual/advanced.xml
7300                 Forgotten hidden pref
7302 2006-06-21 [paul]       2.3.1cvs10
7304         * src/prefs_account.c
7305                 complete the removal of 'Add date header' option
7307 2006-06-21 [paul]       2.3.1cvs9
7309         * src/account.c
7310         * src/compose.c
7311         * src/prefs_account.c
7312         * src/prefs_account.h
7313                 remove option to add date header - always
7314                 add date header
7315         * src/etpan/imap-thread.c
7316                 fix warnings (Thanks to Colin)
7318 2006-06-21 [wwp]        2.3.1cvs8
7320         * src/folder.c
7321                 set the attachment flag when inline text part are (file)named. This is more convenient
7322                 when receiving (for instance) inline source files or patches sent using thunderbird.
7324 2006-06-21 [paul]       2.3.1cvs7
7326         * src/inc.c
7327                 fix off-by-one count of current msg in
7328                 statusbar filtering progressbar
7330 2006-06-21 [paul]       2.3.1cvs6
7332         * src/folder.c
7333                 Show attachment icon even if the part is 'inline'
7334                 if the following conditions are met:
7335                 - content-type != 'text/plain'
7336                 - content-type != '*/pgp-signature'
7337                 - either 'name' or 'filename' parameter is not NULL
7338                 
7339                 Thanks to Colin
7341 2006-06-21 [paul]       2.3.1cvs5
7343         * src/messageview.c
7344         * src/prefs_common.c
7345         * src/prefs_common.h
7346         * src/prefs_other.c
7347                 add an option to 'Never send Return
7348                 Receipts'
7349                 Thanks to Colin
7351 2006-06-20 [mones]      2.3.1cvs4
7353         * po/es.po
7354                 updated
7355         * src/compose.c
7356                 typo fixed (space after comma)
7357         * tools/make.themes.project
7358                 remove exec mode from tarball files
7360 2006-06-20 [colin]      2.3.1cvs3
7362         * src/news.c
7363         * src/procheader.c
7364         * src/unmime.c
7365                 Better fix for \n's in headers (don't 
7366                 break Received: and others)
7368 2006-06-20 [paul]       2.3.1cvs2
7370         * src/alertpanel.c
7371         * src/textview.c
7372                 improve legibility of phishing attempt
7373                 dialog
7375 2006-06-20 [paul]       2.3.1cvs1
7377         * NEWS
7378         * README
7379         * configure.ac
7380                 Update version number following
7381                 stable release
7383 2006-06-20 [colin]      2.3.0cvs26
7385         * src/compose.c
7386                 When dragging a file to the text of the compose
7387                 window, ask whether we want to insert or attach
7388                 (I know lots of people who do that to attach)
7390 2006-06-20 [colin]      2.3.0cvs25
7392         * src/etpan/imap-thread.c
7393                 Fix threshold (the append command is often > 32 bytes)
7395 2006-06-19 [colin]      2.3.0cvs24
7397         * src/imap.c
7398         * src/etpan/imap-thread.c
7399                 Workaround Rockliffe IMAP server bug: replace
7400                 "x UID SEARCH (ANSWERED UID 1:*)" with
7401                 "x UID SEARCH ANSWERED"
7402                 (Rockliffe doesn't handle the parenthesis)
7404 2006-06-19 [colin]      2.3.0cvs23
7406         * src/compose.c
7407         * src/imap.c
7408         * src/etpan/imap-thread.c
7409                 Probably fix bug #972 (Freezes when adding 
7410                 an attachment to the message)
7411         * src/common/defs.h
7412                 Modernize Firefox cmd
7415 2006-06-18 [colin]      2.3.0cvs22
7417         * src/prefs_customheader.c
7418                 Only allow correct filenames for various
7419                 custom headers
7421 2006-06-18 [colin]      2.3.0cvs21
7423         * src/prefs_customheader.c
7424                 Add a 'From File...' button in custom headers prefs, which
7425                 try to do the right thing: 
7426                 for normal headers, use file as plaintext,
7427                 for X-Face, calls compface,
7428                 for Face, encode to b64.
7430 2006-06-17 [colin]      2.3.0cvs20
7432         * src/mh.c
7433                 Warning fix
7435 2006-06-16 [colin]      2.3.0cvs19
7437         * src/summaryview.c
7438                 Recursive quicksearch: show message list
7439                 in current folder, *then* search children
7440                 in the background.
7442 2006-06-16 [colin]      2.3.0cvs18
7444         * src/main.c
7445                 Instead of ignoring SIGPIPE, save caches
7446                 when getting one. Will fix the fact that
7447                 hot caches are out-of-date when logging 
7448                 out of Xorg.
7449         * src/compose.c
7450         * src/prefs_compose_writing.c
7451                 Only save text (not attachments) when 
7452                 auto-saving to drafts
7453         * src/unmime.c
7454                 Always replace \n, \r and \t with spaces
7455                 in headers
7456         * manual/dist/html/Makefile.am
7457         * manual/dist/pdf/Makefile.am
7458         * manual/dist/ps/Makefile.am
7459         * manual/dist/txt/Makefile.am
7460         * manual/fr/dist/html/Makefile.am
7461         * manual/fr/dist/pdf/Makefile.am
7462         * manual/fr/dist/ps/Makefile.am
7463         * manual/fr/dist/txt/Makefile.am
7464         * manual/pl/dist/html/Makefile.am
7465         * manual/pl/dist/pdf/Makefile.am
7466         * manual/pl/dist/ps/Makefile.am
7467         * manual/pl/dist/txt/Makefile.am
7468                 Fix make clean removing pregenerated manuals
7471 2006-06-16 [colin]      2.3.0cvs17
7473         * src/plugins/pgpcore/sgpgme.c
7474         * src/plugins/pgpmime/pgpmime.c
7475         * src/plugins/pgpinline/pgpinline.c
7476                 Better error reporting in setup_signers.
7477                 Don't fallback to default key if specified
7478                 key isn't found.
7479                 Don't allow signing if more than one secret
7480                 key matches the one specified in prefs.
7482 2006-06-15 [colin]      2.3.0cvs16
7484         * src/folderview.c
7485                 Add "Send queue" in the folder's contextual
7486                 menu
7487         * src/compose.c
7488         * src/messageview.c
7489         * src/privacy.c
7490         * src/privacy.h
7491         * src/procmime.c
7492         * src/procmsg.c
7493         * src/plugins/pgpcore/passphrase.c
7494         * src/plugins/pgpcore/sgpgme.c
7495         * src/plugins/pgpinline/pgpinline.c
7496         * src/plugins/pgpmime/pgpmime.c
7497                 Better error reporting
7498         * src/mbox.c
7499                 Probably fix bug #971 (2.2.3 cannot read mail 
7500                 from local mbox)
7503 2006-06-15 [mones]      2.3.0cvs15
7505         * tools/make.themes.project
7506                 creates the themes project from the web page
7508 2006-06-15 [colin]      2.3.0cvs14
7510         * src/folder.c
7511                 Better fix (avoid losing the folder if scan_tree 
7512                 fails)
7514 2006-06-15 [cleroy]     2.3.0cvs13
7516         * src/folder.c
7517                 Probably fix Bug #969 (crash on rebuilding 
7518                 imap folder)
7520 2006-06-14 [colin]      2.3.0cvs12
7522         * manual/dtd/manual.xsl
7523         * manual/sylpheed-claws-manual.xml
7524         * manual/fr/sylpheed-claws-manual.xml
7525         * manual/pl/sylpheed-claws-manual.xml
7526                 Insert pagebreaks between sections
7528 2006-06-14 [paul]       2.3.0cvs11
7530         * configure.ac
7531                 better fix than 2.3.0cvs10
7533 2006-06-14 [paul]       2.3.0cvs10
7535         * configure.ac
7536                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7537                 (backwards compatible)
7539 2006-06-13 [colin]      2.3.0cvs9
7541         * src/messageview.c
7542                 Fix sending of return receipt with the new queue folders
7544 2006-06-13 [wwp]        2.3.0cvs8
7546         * src/quote_fmt_lex.l
7547                 fix wrong tokens returned in quote_fmt lexer, query not().
7549 2006-06-13 [wwp]        2.3.0cvs7
7551         * src/folder.c
7552         * src/prefs_folder_item.c
7553                 allow changing folder type even when folder is not a top-level one,
7554                 thanks to Colin.
7556 2006-06-12 [colin]      2.3.0cvs6
7558         * src/folderview.c
7559                 Fix double-ask of "Do you want to mark all
7560                 as read"
7562 2006-06-12 [colin]      2.3.0cvs5
7564         * src/compose.c
7565         * src/compose.h
7566         * src/folder.c
7567         * src/folder.h
7568         * src/imap.c
7569         * src/inc.c
7570         * src/main.c
7571         * src/messageview.c
7572         * src/mh.c
7573         * src/prefs_folder_item.c
7574         * src/procheader.c
7575         * src/procmime.c
7576         * src/procmsg.c
7577         * src/procmsg.h
7578         * src/send_message.c
7579         * src/summaryview.c
7580         * src/toolbar.c
7581                 Apply bug #964's patch (Queue and drafts aren't normal)
7582                 The Drafts and Queue folder now contain RFC-822 files,
7583                 allowing to move and copy mails from and to these 
7584                 folders. Moving from Drafts to Queue will prepare the
7585                 mail for sending (PGP signature, encryption, etc).
7586                 This patch also rework sending errors handling to try
7587                 to be more helpful.
7588                 Also, allow redefining folder types via the GUI 
7589                 (Folder type in its Properties)
7591 2006-06-12 [colin]      2.3.0cvs4
7593         * src/summaryview.c
7594         * src/prefs_common.c
7595         * src/prefs_common.h
7596         * src/gedit-print.c
7597                 Allow to define a specific print font - patch
7598                 by Bernhard Walle <bernhard.walle@gmx.de>
7599         * src/prefs_fonts.c
7600         * manual/advanced.xml
7601         * manual/fr/advanced.xml
7602                 Add a hidden pref to allow deletion without
7603                 confirmation
7605 2006-06-12 [wwp]        2.3.0cvs3
7607         * .cvsignore
7608                 more files to ignore.
7610 2006-06-12 [wwp]        2.3.0cvs2
7612         * src/quote_fmt.c
7613         * src/quote_fmt_lex.l
7614         * src/quote_fmt_parse.y
7615                 extend the quote_fmt parser (templates and quotes):
7616                 - allow limited sub-expressions in |p{} and |f{} expressions,
7617                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7618                 - implemented/fixed missing implementation of query_references and show_references,
7619                 - completed, fixed contents and format of the symbols help dialog,
7620                 - fix some compilation warnings.
7622 2006-06-12 [wwp]        2.3.0cvs1
7624         * manual/advanced.xml
7625         * manual/fr/advanced.xml
7626                 updates in the "templates" section of the manual (eng/fr):
7627                  - be more precise (both versions)
7628                  - completed to match the english reference (fr version)
7629                  - touchups (both versions)
7631 2006-06-12 [paul]       2.3.0
7633         2.3.0 released
7635 2006-06-12 [paul]       2.2.3cvs14
7637         * po/ca.po
7638         * po/cs.po
7639         * po/de.po
7640         * po/el.po
7641         * po/fr.po
7642         * po/it.po
7643         * po/pt_BR.po
7644         * po/sr.po
7645         * po/zh_CN.po
7646                 updated by Miquel Oliete, Tim, Stephan Sachse,
7647                 Stavros Giannouris, Fabien Vantard, Andrea
7648                 Spadaccini, Frederico Goncalves Guimaraes,
7649                 Aleksandar Urosevic, and Ralgh Young
7651 2006-06-12 [colin]      2.2.3cvs13
7653         * src/mbox.c
7654                 Add missing header
7656 2006-06-11 [colin]      2.2.3cvs12
7658         * src/msgcache.c
7659                 Verify that g_malloc() succeeded
7661 2006-06-11 [colin]      2.2.3cvs11
7663         * src/wizard.c
7664                 Add Face header to welcome mail
7666 2006-06-10 [colin]      2.2.3cvs10
7668         * src/textview.c
7669                 Revert previous (Forgot it changes the
7670                 margin on the whole mail)
7672 2006-06-10 [colin]      2.2.3cvs9
7674         * src/textview.c
7675                 Don't overlap long headers under (X-)Face
7677 2006-06-10 [mones]      2.2.3cvs8
7679         * manual/xml2pdf
7680                 allow generation of manual on systems lacking saxon binary
7681                 but with java and the saxon library installed
7683         * po/es.po
7684                 updated for release
7686 2006-06-09 [colin]      2.2.3cvs7
7688         * src/summaryview.c
7689                 Fix leak when using Display Sender using Addressbook
7691 2006-06-09 [colin]      2.2.3cvs6
7693         * src/compose.c
7694         * src/folder.c
7695         * src/folderview.c
7696         * src/mimeview.c
7697         * src/summaryview.c
7698                 More leaks fixes
7700 2006-06-09 [paul]       2.2.3cvs5
7702         * AUTHORS
7703         * src/gtk/authors.h
7704         * tools/claws.i18n.status.pl
7705                 updated with new info
7707 2006-06-09 [paul]       2.2.3cvs4
7709         * README
7710                 updated
7711         * manual/ack.xml
7712                 add wwp to authors list
7713         * src/gtk/authors.h
7714                 update mine and Colin's addresses
7716 2006-06-08 [colin]      2.2.3cvs3
7718         * src/etpan/imap-thread.c
7719                 Fix leak on SSL cert check
7721 2006-06-08 [colin]      2.2.3cvs2
7723         * src/common/utils.c
7724                 Fix leak
7726 2006-06-08 [paul]       2.2.3cvs1
7728         * configure.ac
7729                 Update version number following
7730                 stable release
7732 2006-06-07 [colin]      2.2.2cvs3
7734         * src/msgcache.c
7735                 Fix catching cache read errors (guint instead of gint)
7736                 Prevent malloc'ing more than 8MB (means cache corruption)
7738 2006-06-07 [paul]       2.2.2cvs2
7740         * src/exporthtml.c
7741         * src/exportldif.c
7742         * src/mh.c
7743         * src/mutt.c
7744         * src/pine.c
7745         * src/common/utils.c
7746                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7747                 obey $HOME'
7748                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7749                 Thanks to Colin
7751 2006-06-06 [paul]       2.2.2cvs1
7753         * configure.ac
7754                 Update version number following
7755                 stable release
7757 2006-06-06 [paul]       2.2.1cvs6
7759         * src/matcher.c
7760                 fix  implicit declaration of
7761                 sylpheed_do_idle()
7762                 Patch by Fabien Vantard
7764 2006-06-06 [paul]       2.2.1cvs5
7766         * src/matcher.c
7767                 fix age_greater and age_lower so that they
7768                 mean what say and not '...or equal to'
7769                 Thanks to Colin
7771 2006-06-06 [paul]       2.2.1cvs4
7773         * src/textview.c
7774         * src/common/utils.c
7775                 fix URI check
7776                 Thanks to Colin
7778 2006-06-05 [wwp]        2.2.1cvs3
7780         * manual/fr/account.xml
7781                 minor language fixes (thanks to Fabien Vantard).
7783 2006-06-05 [colin]      2.2.1cvs2
7785         * src/prefs_folder_item.c
7786         * src/folderview.c
7787                 Allow recursive setting of properties 
7788                 for whole mailboxes
7789         * src/matcher.c
7790                 Don't freeze on 'test' filtering rule
7792 2006-06-05 [colin]      2.2.1cvs1
7794         * configure.ac
7795                 Update version number following
7796                 stable release
7798 2006-06-04 [wwp]        2.2.0cvs82
7800         * manual/glossary.xml
7801         * manual/account.xml
7802         * manual/fr/glossary.xml
7803         * manual/fr/account.xml
7804                 added glossary section and references/links related to the Face custom header.
7806 2006-06-04 [colin]      2.2.0cvs81
7808         * src/summaryview.c
7809                 Skip to next message on move with no
7810                 immediate execution
7812 2006-06-04 [wwp]        2.2.0cvs80
7814         * manual/xml2pdf
7815                 added sanity checks, exit when needed.
7817 2006-06-03 [paul]       2.2.0cvs79
7819         * src/prefs_receive.c
7820                 page name is now 'Receiving'
7821         * src/prefs_send.c
7822                 page name is now 'Sending'
7824 2006-06-03 [colin]      2.2.0cvs78
7826         * src/plugins/spamassassin/spamassassin_gtk.c
7827                 Autoswitch to Localhost if transport was previously
7828                 disabled. Else people had to check [] Enable, then
7829                 *reselect* transport.
7831 2006-06-03 [colin]      2.2.0cvs77
7833         * src/plugins/pgpinline/pgpinline.c
7834         * src/plugins/pgpmime/pgpmime.c
7835                 Check that gpg_data_release_and_get_mem 
7836                 didn't fail (now, why this happens...)
7838 2006-06-03 [colin]      2.2.0cvs76
7840         * src/mbox.c
7841                 Fix bug #962 (Manual and/or UI should 
7842                 warn about incompatible locking 
7843                 causing dataloss)
7845 2006-06-02 [cleroy]     2.2.0cvs75
7847         * src/filtering.c
7848         * src/folder.c
7849         * src/procmsg.c
7850         * src/summaryview.c
7851                 Fix a few leaks
7853 2006-06-02 [colin]      2.2.0cvs74
7855         * src/main.c
7856                 On exit, free caches after writing them
7857                 Shuts up some valgrind false positives
7858         * src/procmsg.c
7859         * src/send_message.c
7860                 Fix races when reusing existing SMTP connections
7861                 Fix inexistant session timeout
7862         * src/toolbar.c
7863                 Display alertpanel after all queues have
7864                 been processed, not after each
7866 2006-06-02 [wwp]        2.2.0cvs73
7868         * manual/fr/glossary.xml
7869         * manual/fr/ack.xml
7870         * manual/ack.xml
7871                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7873 2006-06-02 [wwp]        2.2.0cvs72
7875         * manual/xml2pdf
7876         * manual/dist/pdf/Makefile.am
7877         * manual/dtd/manual.xsl
7878         * manual/fr/dist/pdf/Makefile.am
7879         * manual/pl/dist/pdf/Makefile.am
7880                 we changed the procedure to generate the .pdf version of the manual.
7881                 The procedure is more modern and the .pdf we get now has a valid index.
7882                 Here are the new pre-requisites:
7884                 - JRE 1.x (1.4 here): there must be one from your distro
7885                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7886                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7887                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7889                 See my posts for further info about the installation of this toolchain:
7891                 Date: Fri, 19 May 2006 19:40:06 +0200
7892                 From: wwp <subscript@free.fr>
7893                 To: sylpheed-claws-devel@lists.sourceforge.net
7894                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7896                 and
7898                 Date: Wed, 24 May 2006 12:58:49 +0200
7899                 From: wwp <subscript@free.fr>
7900                 To: sylpheed-claws-devel@lists.sourceforge.net
7901                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7903 2006-06-01 [colin]      2.2.0cvs71
7905         * src/compose.c
7906                 Better guards against IMAP races
7907         * src/main.c
7908         * src/prefs_common.c
7909         * src/prefs_common.h
7910         * src/common/ssl_certificate.c
7911         * src/etpan/imap-thread.c
7912         * src/etpan/imap-thread.h
7913         * src/gtk/sslcertwindow.c
7914                 New hidden option ssl_skip_cert_check to 
7915                 avoid dups of bug #959 (libetpan linked
7916                 against gnutls and gnutls buggy on 64bit)
7917                 Present expired warning only once per
7918                 session/server.
7919         * manual/advanced.xml
7920         * manual/fr/advanced.xml
7921                 Document new option
7923 2006-06-01 [wwp]        2.2.0cvs70
7925         * src/messageview.c
7926                 fix for bug #961 (return receipt dialog 
7927                 complains incorrectly about return-path 
7928                 email adress being different), thanks 
7929                 to Colin.
7931 2006-05-31 [cleroy]     2.2.0cvs69
7933         * src/common/ssl.c
7934                 Guard against NULLs, although this
7935                 should never be an issue
7937 2006-05-31 [colin]      2.2.0cvs68
7939         * src/filtering.c
7940                 Use g_slist_prepend
7941         * src/imap.c
7942                 Don't remove caches when destroying folder, it
7943                 could (should) be done at exit
7944         * src/inc.c
7945                 free processing cache after incorporation
7946         * src/etpan/imap-thread.c
7947                 Maybe fix bug #959 (Crash on moving to emails 
7948                 to a imap account per ssl with a expired 
7949                 certificate.)
7951 2006-05-30 [colin]      2.2.0cvs67
7953         * src/summaryview.c
7954                 Put back event flush when displaying message
7955                 It avoids reading a bunch of messages just
7956                 by hitting shift-n for too long ;)
7958 2006-05-29 [colin]      2.2.0cvs66
7960         * src/summaryview.c
7961                 Remove useless g_warnings
7963 2006-05-29 [colin]      2.2.0cvs65
7965         * src/imap.c
7966                 Fix g_slist_append()s for performance
7968 2006-05-29 [colin]      2.2.0cvs64
7970         * src/compose.c
7971         * src/common/utils.c
7972                 Fix extraneous tab at start of addresses
7973         * src/mainwindow.c
7974                 Fix warnings (thanks to Fabien)
7975                 Fix crash at exit when composing messages 
7976                 exist
7977         * src/pop.c
7978                 Fix progress bar when deleting expired mails
7979                 Thanks to Hiro
7980         * src/summaryview.c
7981         * src/gtk/gtksctree.c
7982                 Fix re-sorting slowness
7984 2006-05-29 [paul]       2.2.0cvs63
7986         * src/mh.c
7987                 fetch full message when moving mails
7988                 from another mailbox, (fixed data loss
7989                 when filtering from IMAP to MH, introduced
7990                 in 2.2.0cvs57).
7991                 Thanks to Colin
7993 2006-05-29 [mones]      2.2.0cvs62
7995         * src/gtk/gtksctree.c
7996                 Unselect faster (patch by Colin)        
7998 2006-05-26 [colin]      2.2.0cvs61
8000         * src/summaryview.c
8001                 Unplug MSGINFO_UPDATE callback on delete too.
8003 2006-05-26 [colin]      2.2.0cvs60
8005         * src/foldersel.c
8006                 Fix bold in folder selection window with glib2.10
8007                 thanks Hiro
8009 2006-05-26 [colin]      2.2.0cvs59
8011         * src/procheader.c
8012                 Convert date only if necessary (and don't
8013                 try to convert from utf8 to utf8, too)
8014         * src/summaryview.c
8015                 Only set column's text if the column's 
8016                 displayed
8018 2006-05-26 [colin]      2.2.0cvs58
8020         * src/summaryview.c
8021         * src/gtk/gtkutils.c
8022                 Fix useless warning
8024 2006-05-26 [colin]      2.2.0cvs57
8026         * src/mainwindow.c
8027                 Make summaryview selectable as long as 
8028                 no message has focus
8029         * src/mh.c
8030                 Faster deletion (by implementing mh_remove_msgs)
8031                 Faster copy (avoid using mh_fetch_msg just to get
8032                 the filename)
8033                 Faster move (using move_file instead of copy_file
8034                 if MSG_IS_MOVE)
8035                 No progressbar if total number of mails to cp/mv 
8036                 is less than 100
8037         * src/summaryview.c
8038                 Fix removal from subject_table when mail gets moved
8039                 Faster deletion (g_slist_prepend instead of append)
8040         * src/gtk/gtksctree.c
8041                 Remove useless code
8043 2006-05-25 [colin]      2.2.0cvs56
8045         * src/common/ssl_certificate.c
8046                 Fix leak in expired cert check
8048 2006-05-25 [colin]      2.2.0cvs55
8050         * src/mh.c
8051                 Disable flags syncing on .mh_sequences - it
8052                 is buggy and marks mails read under unknown
8053                 conditions.
8055 2006-05-25 [paul]
8057         * 2.3.0-rc4 released
8059 2006-05-24 [colin]      2.2.0cvs54
8061         attention cvs users: if you manage to crash
8062         Sylpheed-Claws while moving, copying or deleting
8063         mails, we *are* interested in stack traces and
8064         valgrind logs. It looks stable, but one never
8065         knows...
8067         * src/folder.c
8068                 Add progressbar for cache updates
8069         * src/folderutils.c
8070                 Optimize Mark all read in the current
8071                 folder
8072         * src/mh.c
8073                 Add progressbar for copy/move
8074         * src/procmsg.c
8075                 Optimize O(n^2) in copy/move
8076         * src/summaryview.c
8077         * src/gtk/gtksctree.c
8078                 Optimize O(n^2) algos
8079         * src/common/timing.h
8080                 Display ms instead of us
8082 2006-05-24 [wwp]        2.2.0cvs53
8084         * manual/fr/advanced.xml
8085                 updates to the French manual.
8087 2006-05-24 [wwp]        2.2.0cvs52
8089         * src/common/utils.c
8090                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8092 2006-05-24 [wwp]        2.2.0cvs51
8094         * src/folderutils.c
8095                 fixed "mark all read" in MH folders (thanks to Colin).
8097 2006-05-24 [paul]       2.2.0cvs50
8099         * doc/man/sylpheed-claws.1
8100                 updated the man page
8102 2006-05-23 [colin]      2.2.0cvs49
8104         * src/folderview.c
8105         * src/imap.c
8106         * src/inc.c
8107         * src/mbox.c
8108         * src/messageview.c
8109         * src/news.c
8110         * src/send_message.c
8111         * src/summaryview.c
8112         * src/gtk/sslcertwindow.c
8113                 alertpanel fixes, by Fabien
8115 2006-05-23 [colin]      2.2.0cvs48
8117         * src/folder.c
8118         * src/folderview.c
8119         * src/msgcache.c
8120         * src/summaryview.c
8121         * src/gtk/gtksctree.c
8122         * src/gtk/gtksctree.h
8123                 More timings
8124                 Fix slow loading problem, which was caused by the
8125                 use of some gtk_ctree funcs and their use of
8126                 g_list_position while gtk_ctree_(un)link'ing.
8127                 Reap more functions from gtkctree.c to be sure we
8128                 use our (fast) version instead of theirs.
8129         * src/mh.c
8130                 Fix copy of unread mails
8133 2006-05-22 [wwp]        2.2.0cvs47
8135         * manual/fr/advanced.xml
8136                 updated.
8138 2006-05-22 [colin]      2.2.0cvs46
8140         * src/filtering.c
8141                 Fix possible infinite loop. 'copy' is not a 
8142                 final action, so when encountering a 'copy',
8143                 we have to check if a previous one was set
8144                 and do it. In the same way, if we encounter
8145                 a 'move' we have to perform a possibly 
8146                 pending 'copy'. This will slow down filtering
8147                 on IMAP if move+copy or multiple copy actions
8148                 are to be done, but handling it via the batch
8149                 would be really too convoluted.
8151 2006-05-22 [wwp]        2.2.0cvs45
8153         * manual/fr/advanced.xml
8154         * manual/fr/faq.xml
8155         * manual/fr/glossary.xml
8156         * manual/fr/handling.xml
8157         * manual/fr/intro.xml
8158         * manual/fr/plugins.xml
8159         * manual/fr/sylpheed-claws-manual.xml
8160                 sync w/ the english manual: updates URIs, documented mailing-list
8161                 support, better explanation about the enabled/disabled feature
8162                 in filtering/processing rules by Paul.
8164 2006-05-21 [colin]      2.2.0cvs44
8166         * src/summaryview.c
8167                 Don't expand after building threads, but during
8169 2006-05-21 [colin]      2.2.0cvs43
8171         * src/procmsg.c
8172         * src/summaryview.c
8173                 More timing possibilities... For next time I have 
8174                 to find out how the hell some 3GHz computer takes
8175                 one minute to open a 30k folder...
8177 2006-05-21 [colin]      2.2.0cvs42
8179         * manual/pl/advanced.xml
8180         * manual/pl/faq.xml
8181         * manual/pl/glossary.xml
8182         * manual/pl/handling.xml
8183         * manual/pl/intro.xml
8184         * manual/pl/plugins.xml
8185         * manual/pl/sylpheed-claws-manual.xml
8186                 Polish manual updated by Pawel
8188 2006-05-20 [colin]
8190         * 2.3.0-rc3 released
8192 2006-05-20 [colin]      2.2.0cvs41
8194         * src/imap.c
8195                 Fix -rc2 problems:
8196                 - remove cache of moved messages from original folder
8197                 - apply new flags to messages even if they aren't appliable
8198                   via IMAP.
8200 2006-05-20 [colin]
8202         * 2.3.0-rc2 released
8204 2006-05-19 [colin]      2.2.0cvs40
8206         * src/imap.c
8207                 Don't issue SELECT in imap_change_flags
8208                 before having checked that we indeed have
8209                 some flags to change. MSG_POSTFILTERED for
8210                 example can't be used on IMAP.
8211                 Fixes bug #955 (copying messages between 
8212                 imap folders is extremely slow), which was
8213                 a regression.
8215 2006-05-19 [colin]      2.2.0cvs39
8217         * src/folder.c
8218         * src/folder.h
8219         * src/folderview.c
8220                 Try to fix bug #830 (Some unread messages 
8221                 get marked read in IMAP inbox):
8222                 - Prevent scanning a folder if it's being 
8223                   opened via the GUI
8224                 - Postpone opening via the GUI of a folder
8225                   currently scanned.
8228 2006-05-19 [wwp]        2.2.0cvs38
8230         * manual/advanced.xml
8231                 fix English+typo (thanks to Paul).
8233 2006-05-19 [wwp]        2.2.0cvs37
8235         * manual/advanced.xml
8236         * manual/fr/advanced.xml
8237         * src/gtk/logwindow.c
8238         * src/prefs_common.c
8239         * src/prefs_common.h
8240                 added hidden prefs to allow customization of colors used in
8241                 protocol log window (useful for dark gtk+ themes).
8243 2006-05-19 [wwp]        2.2.0cvs36
8245         * ChangeLog
8246                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8248 2006-05-19 [paul]       2.2.0cvs35
8250         * src/textview.c
8251                 make Reply-To fully clickable
8252         * src/gtk/logwindow.c
8253                 more colouring (SMTP ESMTP)
8254         Both patches by Pawel Pekala
8256 2006-05-19 [cleroy]     2.2.0cvs34
8258         * src/mh.c
8259                 Don't update flags from current folder
8260                 Probably fixes bug #935 (Read Messages 
8261                 Revert to Being Marked as Unread)
8263 2006-05-18 [colin]      2.2.0cvs33
8265         * src/imap.c
8266                 Warning fix
8267         * src/compose.c
8268         * src/mainwindow.c
8269         * src/summaryview.c
8270         * src/toolbar.c
8271                 Allow replying to multiple emails
8272                 in multiple windows
8273         * src/mimeview.c
8274         * src/etpan/imap-thread.c
8275                 Leak fixes
8277 2006-05-18 [paul]       2.2.0cvs32
8279         * src/summaryview.c
8280                 keep Mailing-List menu refreshed
8281                 Thanks to Colin
8283 2006-05-18 [paul]       2.2.0cvs31
8285         * manual/advanced.xml
8286         * manual/faq.xml
8287         * manual/glossary.xml
8288         * manual/handling.xml
8289         * manual/intro.xml
8290         * manual/plugins.xml
8291         * manual/sylpheed-claws-manual.xml
8292                 update URLs
8293                 add info about mailing-list support
8294                 edit filtering info
8295         * src/wizard.c
8296         * src/common/defs.h
8297         * src/gtk/about.c
8298         * src/plugins/dillo_viewer/README
8299                 update URLs
8301 2006-05-17 [wwp]        2.2.0cvs30
8303         * manual/handling.xml
8304         * manual/fr/handling.xml
8305                 documented the ability to enabled/disable filtering/processing rules.
8307 2006-05-17 [colin]      2.2.0cvs29
8309         * src/main.c
8310                 Don't initialize g_thread subsystem if it's 
8311                 already done (thanks to Hiro)
8312         * src/mimeview.c
8313                 Fix saving of parts when there name can't be
8314                 converted from UTF-8.
8316 2006-05-17 [paul]       2.2.0cvs28
8318         * po/Makefile.in.in
8319                 fix config.status warning with autoconf 2.60
8321 2006-05-17 [paul]       2.2.0cvs27
8323         * po/POTFILES.in
8324                 add src/mbox.c
8326 2006-05-17 [wwp]        2.2.0cvs26
8328         * src/mainwindow.c
8329                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8331 2006-05-17 [wwp]        2.2.0cvs25
8333         * src/plugins/demo/demo.c
8334                 updated product name in plugin demo (many plugins need to be
8335                 sync'ed w/ that change).
8337 2006-05-17 [colin]      2.2.0cvs24
8339         * src/mh.c
8340                 Fix leak
8342 2006-05-16 [colin]      2.2.0cvs23
8344         * src/mainwindow.c
8345                 Stupid me hit again. Fix cvs22.
8347 2006-05-16 [colin]      2.2.0cvs22
8349         * src/mainwindow.c
8350                 Fix bug #922 (sylpheed-claws crashed after 
8351                 pushing on Inbox folder)
8353 2006-05-16 [colin]      2.2.0cvs21
8355         * src/compose.c
8356                 Make From header be copy/paste/select-able
8358 2006-05-16 [wwp]        2.2.0cvs20
8360         * src/export.c
8361         * src/matcher.c
8362         * src/summaryview.c
8363         * src/etpan/imap-thread.c
8364                 fix some compiler warnings (thanks to Colin).
8366 2006-05-16 [wwp]        2.2.0cvs19
8368         * src/action.c
8369         * src/gedit-print.c
8370         * src/inc.c
8371         * src/mainwindow.c
8372         * src/mh.c
8373         * src/statusbar.c
8374         * src/send_message.c
8375         * src/summaryview.c
8376                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8378 2006-05-15 [colin]      2.2.0cvs18
8380         * src/procmsg.c
8381                 Fix automatic rule creation with List-Post
8383 2006-05-15 [paul]       2.2.0cvs17
8385         * tools/filter_conv_new.pl
8386                 updated for rule enabling/disabling
8387                 claws version >= 2.3.x required
8389 2006-05-15 [cleroy]     2.2.0cvs16
8391         * src/main.c
8392                 Revert test
8394 2006-05-15 [cleroy]     2.2.0cvs15
8396         * src/main.c
8397                 test
8399 2006-05-15 [wwp]        2.2.0cvs14
8401         * manual/pl/.cvsignore
8402                 ignore generated files.
8404 2006-05-14 [wwp]        2.3.0-rc1
8406         * 2.3.0-rc1 released
8408 2006-05-13 [wwp]        2.2.0cvs13
8410         * src/filtering.c
8411         * src/filtering.h
8412         * src/matcher.c
8413         * src/matcher_parser_lex.l
8414         * src/matcher_parser_parse.y
8415         * src/prefs_filtering.c
8416                 new feature: provide the ability to disable filtering and processing
8417                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8418                 adaptations.
8420 2006-05-13 [colin]      2.2.0cvs12
8422         * src/compose.c
8423                 Remove useless if (a) b; else b;
8424                 Thanks to wwp
8426 2006-05-13 [wwp]        2.2.0cvs11
8428         * src/export.c
8429         * src/import.c
8430         * src/mainwindow.c
8431         * src/mbox.c
8432         * src/summaryview.c
8433         * src/summaryview.h
8434                 no more silent failures (or at least less ones) when importing
8435                 or exporting from/to mbox. Also start importing/exporting if
8436                 the necessary info is set.
8438 2006-05-13 [wwp]        2.2.0cvs10
8440         * RELEASE_NOTES
8441                 restored up-to-date release notes.
8443 2006-05-13 [paul]       2.2.0cvs9
8445         * po/nl.po
8446         * po/ru.po
8447                 updated by Tim Dijkstra and Pavlo Bohmat
8449 2006-05-12 [colin]      2.2.0cvs8
8451         * src/gtk/quicksearch.c
8452                 Add "k" as shortcut for "colorlabel". Patch
8453                 by ath42@users.sf.net.
8455 2006-05-12 [paul]       2.2.0cvs7
8457         * src/prefs_common.h
8458         * src/prefs_summaries.c
8459         * src/summaryview.c
8460                 when entering a folder also allow
8461                 going directly to first Marked message
8463 2006-05-12 [paul]       2.2.0cvs6
8465         * src/summaryview.c
8466                 always obey 'confirm before marking all
8467                 mails read' option
8469 2006-05-12 [paul]       2.2.0cvs5
8471         * src/textview.c
8472                 make Sender fully clickable
8474 2006-05-12 [colin]      2.2.0cvs4
8476         * src/compose.c
8477         * src/compose.h
8478                 Let From be editable
8479         * src/main.c
8480         * src/mh.c
8481                 Full support of .mh_sequences' Unseen seq
8483 2006-05-12 [colin]      2.2.0cvs3
8485         * src/folder.c
8486         * src/mainwindow.c
8487         * src/mainwindow.h
8488         * src/messageview.c
8489         * src/prefs_spelling.c
8490         * src/procheader.c
8491         * src/procmsg.c
8492         * src/procmsg.h
8493         * src/summaryview.c
8494         * src/toolbar.c
8495         * src/toolbar.h
8496                 Add contextual menu on Compose toolbar
8497                 button. Fixes bug #944 (Automatic
8498                 addresses not applied when changing account
8499                 from compose window)
8500                 add Mailing List support
8501                 based on the old 0.6.5claws25 patch by
8502                 Melvin Hadasht, with finishing touches
8503                 by Colin
8504                 Fix "ignore thread" when mails are threaded by
8505                 subject (and weren't ignored although appearing
8506                 in the thread).
8507                 GUI rework.
8508                 Both patches by Pawel.
8510 2006-05-08 [paul]       2.2.0cvs2
8512         * src/mainwindow.c
8513         * src/mainwindow.h
8514         * src/messageview.c
8515         * src/procheader.c
8516         * src/procmsg.c
8517         * src/procmsg.h
8518         * src/summaryview.c
8519                 add Mailing List support
8520                 based on the old 0.6.5claws25 patch by 
8521                 Melvin Hadasht, with finishing touches
8522                 by Colin
8524 2006-05-08 [colin]      2.2.0cvs1
8526         * src/mainwindow.c
8527         * src/toolbar.c
8528         * src/toolbar.h
8529                 Add contextual menu on Compose toolbar 
8530                 button. Fixes bug #944 (Automatic 
8531                 addresses not applied when changing account 
8532                 from compose window)
8534 2006-05-08 [paul]       2.2.0
8536         2.2.0 released
8538 2006-05-08 [paul]       2.1.1cvs51
8540         * po/cs.po
8541         * po/de.po
8542         * po/en_GB.po
8543         * po/fi.po
8544         * po/fr.po
8545         * po/pt_BR.po
8546         * po/sr.po
8547         * po/zh_CN.po
8548                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8549                 Fabien Vantard, Frederico Goncalves Guimaraes,
8550                 Aleksandar Urosevic, and Ralgh Young
8552 2006-05-12 [colin]      2.1.1cvs50
8554         * po/cs.po
8555         * po/de.po
8556         * po/en_GB.po
8557         * po/es.po
8558         * po/fi.po
8559         * po/fr.po
8560         * po/pt_BR.po
8561         * po/sr.po
8562         * po/zh_CN.po
8563                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8564                 Fabien Vantard, Frederico Goncalves Guimaraes,
8565                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8567 2006-05-05 [colin]      2.1.1cvs49
8569         * manual/Makefile.am
8570         * manual/pl/Makefile.am
8571         * manual/pl/account.xml
8572         * manual/pl/ack.xml
8573         * manual/pl/addrbook.xml
8574         * manual/pl/advanced.xml
8575         * manual/pl/faq.xml
8576         * manual/pl/glossary.xml
8577         * manual/pl/gpl.xml
8578         * manual/pl/handling.xml
8579         * manual/pl/intro.xml
8580         * manual/pl/keyboard.xml
8581         * manual/pl/plugins.xml
8582         * manual/pl/starting.xml
8583         * manual/pl/sylpheed-claws-manual.xml
8584         * manual/pl/dist/.cvsignore
8585         * manual/pl/dist/Makefile.am
8586         * manual/pl/dist/html/.cvsignore
8587         * manual/pl/dist/html/Makefile.am
8588         * manual/pl/dist/pdf/.cvsignore
8589         * manual/pl/dist/pdf/Makefile.am
8590         * manual/pl/dist/ps/.cvsignore
8591         * manual/pl/dist/ps/Makefile.am
8592         * manual/pl/dist/txt/.cvsignore
8593         * manual/pl/dist/txt/Makefile.am
8594                 Add the polish translation of the manual,
8595                 Authored by Pawel Pekala.
8597 2006-05-05 [cleroy]     2.1.1cvs48
8599         * src/main.c
8600                 Re-read matcherrc after loading plugins 
8601                 if some of them add folders.
8603 2006-05-03 [colin]      2.1.1cvs47
8605         * src/imap.c
8606                 I'm idiot
8608 2006-05-03 [colin]      2.1.1cvs46
8610         * src/imap.c
8611                 Be sure to have a session when
8612                 getting separator
8614 2006-05-03 [colin]      2.1.1cvs45
8616         * src/imap.c
8617         * src/imap.h
8618         * src/imap_gtk.c
8619                 Fix preventing renaming with namespace 
8620                 separator.
8622 2006-05-01 [colin]      2.1.1cvs44
8624         * src/action.c
8625                 Don't reload messageview when result of
8626                 action is piped.
8628 2006-04-29 [colin]      2.1.1cvs43
8630         * src/prefs_receive.c
8631         * src/plugins/spamassassin/spamassassin_gtk.c
8632         * src/plugins/clamav/clamav_plugin_gtk.c
8633                 GUI fixes by Pawel
8635 2006-04-29 [colin]      2.1.1cvs42
8637         * src/prefs_compose_writing.c
8638         * src/prefs_quote.c
8639                 Cleanups. Patch by Pawel
8641 2006-04-28 [paul]       2.1.1cvs41
8643         * src/matcher.c
8644                 fix returned quick search results when search
8645                 term contains an underscore.
8646                 Thanks to Colin
8648 2006-04-28 [paul]       2.1.1cvs40
8650         * src/prefs_message.c
8651         * src/prefs_receive.c
8652                 GUI cleanups
8653                 Patches by Pawel Pekala
8655 2006-04-27 [colin]      2.1.1cvs39
8657         * src/wizard.c
8658                 Differentiate subject Welcome from
8659                 window's title Welcome
8661 2006-04-27 [paul]
8663         2.2.0-rc1 released
8665 2006-04-27 [paul]       2.1.1cvs38
8667         * manual/advanced.xml
8668         * manual/fr/advanced.xml
8669                 add info about compose_no_markup hidden pref
8671 2006-04-27 [paul]       2.1.1cvs37
8673         * src/prefs_account.c
8674                 improve privacy labels
8675         * src/prefs_msg_colors.c
8676                 change some strings for translators' convenience
8677         * src/gtk/gtkutils.c
8678                 don't underline the link button text
8680 2006-04-25 [colin]      2.1.1cvs36
8682         * src/folder.c
8683                 Complete 2.1.1cvs33 (once more ;)
8685 2006-04-25 [colin]      2.1.1cvs35
8687         * src/editldap.c
8688                 Fix tooltip
8690 2006-04-25 [cleroy]     2.1.1cvs34
8692         * src/compose.c
8693         * src/gtk/gtkaspell.c
8694                 Fix crash on redirect (related to the return 
8695                 of the aspell menu in compose's toolbar)
8696         * src/prefs_msg_colors.c
8697                 Fix sensitivity widgets
8698         * src/image_viewer.c
8699         * src/gtk/pluginwindow.c
8700         * src/gtk/prefswindow.c
8701                 Change released signals to clicked (Fabien)
8702         * po/POTFILES.in
8703         * src/common/socket.c
8704         * src/plugins/spamassassin/spamassassin.c
8705                 Translate strings (Fabien)
8707 2006-04-25 [paul]       2.1.1cvs33
8709         * src/folder.c
8710         * src/folder.h
8711         * src/folderview.c
8712                 complete the fix of bug #912
8713                 Thanks to Colin
8715 2006-04-25 [colin]      2.1.1cvs32
8717         * src/news.c
8718                 Better progress bar
8719         * src/mimeview.c
8720         * src/summaryview.c
8721         * src/summaryview.h
8722                 Fix focus chain
8723                 Patches by Pawel Pekala
8725 2006-04-24 [colin]      2.1.1cvs31
8727         * src/compose.c
8728                 Fix compilation warnings (Fabien)
8730 2006-04-24 [colin]      2.1.1cvs30
8732         * src/addrindex.c
8733         * src/editldap.c
8734         * src/editldap_basedn.c
8735         * src/editldap_basedn.h
8736         * src/ldapctrl.c
8737         * src/ldapctrl.h
8738         * src/ldapquery.c
8739         * src/ldaputil.c
8740         * src/ldaputil.h
8741                 Fix bug #901 (LDAPS support)
8743 2006-04-24 [colin]      2.1.1cvs29
8745         * src/compose.c
8746                 Fix logic on error with send dialog on
8747         * src/imap.c
8748                 Fix compilation without libetpan, thanks
8749                 to Fabien
8750         * src/summaryview.c
8751                 Fix 'context-menu' key
8753 2006-04-23 [colin]      2.1.1cvs28
8755         * src/folder.c
8756                 Never free current's cache to free up 
8757                 memory. Fixes bug #912 (new count 
8758                 randomly set to message count)
8760 2006-04-23 [colin]      2.1.1cvs27
8762         * src/gtk/quicksearch.c
8763                 And remove printf...
8765 2006-04-23 [colin]      2.1.1cvs26
8767         * src/gtk/quicksearch.c
8768                 Fix replacing in quicksearch, and fix inserting
8769                 in the middle of the string. (introduced at 2.1.0cvs22)
8771 2006-04-23 [colin]      2.1.1cvs25
8773         * src/imap.c
8774                 Make sure uidnext is initialized in get_num_list
8775                 (not for stable, related to 2.1.1cvs8 and friends)
8777 2006-04-23 [colin]      2.1.1cvs24
8779         * src/imap.c
8780                 Output something when login is successful
8781                 too
8783 2006-04-23 [colin]      2.1.1cvs23
8785         * src/etpan/imap-thread.c
8786                 Better logging (line-per-line, hide data in fetch)
8787                 Fix a const warning
8788         * src/gtk/logwindow.c
8789         * src/gtk/logwindow.h
8790                 Better logging (color for input/output)
8792 2006-04-21 [colin]      2.1.1cvs22
8794         * src/gtk/quicksearch.c
8795                 On gtk+-2.8, use stock buttons in quicksearch
8796                 Based on a patch by Fabien and a design by Paul
8798 2006-04-21 [colin]      2.1.1cvs21
8800         * src/folderview.c
8801         * src/mainwindow.c
8802                 Fix occasional flicker in folderview
8803         * src/common/utils.c
8804                 Fix bug #943 (Incorrectly parsed email address 
8805                 list in short headers on message view and in 
8806                 printouts)
8808 2006-04-20 [colin]      2.1.1cvs20
8810         * src/imap.c
8811         * src/imap.h
8812         * src/prefs_account.c
8813                 Add ANONYMOUS auth for IMAP
8815 2006-04-20 [paul]       2.1.1cvs19
8817         * src/main.c
8818                 proper fix for 2.1.1cvs18
8819                 Thanks to Colin
8821 2006-04-20 [paul]       2.1.1cvs18
8823         * src/main.c
8824                 fix build warnings
8826 2006-04-20 [paul]       2.1.1cvs17
8828         * src/gtk/quicksearch.c
8829                 fix standard, non-extended Quick search,
8830                 was broken in 2.1.1cvs15.
8831                 Thanks to Colin.
8833 2006-04-20 [colin]      2.1.1cvs16
8835         * src/prefs_matcher.c
8836                 Fix values when reselecting a ~test
8837                 rule
8839 2006-04-19 [colin]      2.1.1cvs15
8841         * src/compose.c
8842         * src/compose.h
8843         * src/gtk/gtkaspell.c
8844         * src/gtk/gtkaspell.h
8845                 Put back Options menu in Spelling/
8846         * src/gtk/quicksearch.c
8847                 Don't search, and show error, if the
8848                 advanced search has a syntax error
8850 2006-04-18 [colin]      2.1.1cvs14
8852         * src/textview.c
8853                 Fix gdk warnings on set_cursor when textview
8854                 isn't visible
8856 2006-04-18 [colin]      2.1.1cvs13
8858         * src/gtk/gtksctree.c
8859                 Remove seemingly useless refresh that causes
8860                 flicker - watch this commit in case of 
8861                 problems before planned backport to stable
8863 2006-04-18 [colin]      2.1.1cvs12
8865         * src/imap.c
8866                 Factorize get/set_xml code
8867         * src/compose.c
8868         * src/prefs_account.c
8869         * src/prefs_account.h
8870         * src/procmsg.c
8871                 Add Encrypt to self option
8873 2006-04-17 [colin]      2.1.1cvs11
8875         * configure.ac
8876                 Fix search on encrpyt function on dragonfly
8877                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8879 2006-04-17 [colin]      2.1.1cvs10
8881         * src/prefs_account.c
8882                 Be safe by default: remove mails from POP3
8883                 after 7 days, not immediately
8885 2006-04-17 [colin]      2.1.1cvs9
8887         * src/etpan/imap-thread.c
8888                 Fix build on DragonFly - patch by 
8889                 Jonathan Buschmann <jonthn@agmact.com>
8891 2006-04-17 [colin]      2.1.1cvs8
8893         * src/imap.c
8894                 Save uidnext between sessions
8896 2006-04-17 [colin]      2.1.1cvs7
8898         * src/imap.c
8899                 scan is required when uid validity changes
8901 2006-04-17 [colin]      2.1.1cvs6
8903         * src/folderview.c
8904                 Don't scan if not necessary, apart in current
8905                 folder and INBOX to fetch flags.
8906         * src/imap.c
8907                 Scan is necessary if unread count changes
8909 2006-04-17 [colin]      2.1.1cvs5
8911         * src/imap.c
8912                 ...But always fetch ANSWERED and DELETED flags for
8913                 INBOX, as filtering can happen on these flags.
8915 2006-04-17 [colin]      2.1.1cvs4
8917         * src/imap.c
8918                 Don't fetch REPLIED and DELETED flags when synchronising
8919                 flags with a closed folder. We only need UNSEEN and FLAGGED
8920                 to update the folderview.
8922 2006-04-17 [colin]      2.1.1cvs3
8924         * src/imap.c
8925                 Faster flag search when there are new mails 
8926                 in a folder. We can do a full search if the 
8927                 folder contains less messages than the new
8928                 list.
8930 2006-04-17 [colin]      2.1.1cvs2
8932         * po/cs.po
8933         * po/de.po
8934         * po/fr.po
8935         * po/nl.po
8936         * po/pt_BR.po
8937                 Update translations from stable branch
8939 2006-04-17 [colin]      2.1.1cvs1
8941         * configure.ac
8942                 Bump version to follow stable release
8944 2006-04-16 [mones]      2.1.0cvs50
8946         * po/es.po
8947                 Updated for release
8949 2006-04-16 [colin]      2.1.0cvs49
8951         * src/textview.c
8952                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8953                 with gtk < 2.8. Thanks to Fabien Vantard.
8955 2006-04-15 [colin]      2.1.0cvs48
8957         * src/etpan/imap-thread.c
8958                 Fix bug #919 (libetpan: SEGV when connecting 
8959                 using command)
8961 2006-04-14 [colin]      2.1.0cvs47
8963         * src/main.c
8964                 Fix race on --select (should be done better)
8966 2006-04-14 [wwp]        2.1.0cvs46
8968         * src/send_message.c
8969                 enforce a check for domain in account prefs (a sending
8970                 error could be faced if domain was checked but no value set),
8971                 thanks to Colin.
8973 2006-04-14 [colin]      2.1.0cvs45
8975         * src/codeconv.c
8976                 when converting from unknown to unknown, if the
8977                 string is UTF8, don't convert it to the locale
8978                 (which breaks it)
8980 2006-04-14 [colin]      2.1.0cvs44
8982         * src/compose.c
8983                 Don't try to use ASCII for converting headers
8984                 (as done in body)
8986 2006-04-14 [paul]       2.1.0cvs43
8988         * src/crash.c
8989                 add locale/charset info to crash report
8990         * src/gtk/about.c
8991                 add wwp to doc team
8992                 replace 'e-mail' with preferred 'email'
8993         * src/gtk/authors.h
8994                 ensure contributors list is in alphabetical
8995                 order
8997 2006-04-13 [colin]      2.1.0cvs42
8999         * src/textview.c
9000                 Prevent gdk warnings
9002 2006-04-13 [colin]      2.1.0cvs41
9004         * src/common/ssl_certificate.c
9005         * src/common/ssl_certificate.h
9006         * src/gtk/sslcertwindow.c
9007                 Warn on expired certs, and display the expiration date
9009 2006-04-13 [colin]      2.1.0cvs40
9011         * src/plugins/spamassassin/spamassassin_gtk.c
9012                 Fix missing set_text on unix socket
9014 2006-04-13 [wwp]        2.1.0cvs39
9016         * manual/fr/advanced.xml
9017         * manual/fr/glossary.xml
9018                 applied new spam/ham/email lexicon (pourriel, courriel)
9020 2006-04-13 [paul]       2.1.0cvs38
9022         * src/plugins/pgpmime/plugin.c
9023                 remove the mention of S/MIME from the
9024                 description. This is now handled by the
9025                 S/MIME plugin.
9027 2006-04-13 [paul]       2.1.0cvs37
9029         * src/prefs_msg_colors.c
9030                 rework dialog
9031         * src/prefs_folder_item.c
9032         * src/prefs_spelling.c
9033                 add a tooltip to the colour selector buttons
9035 2006-04-13 [wwp]        2.1.0cvs36
9037         * manual/advanced.xml
9038         * manual/glossary.xml
9039         * manual/handling.xml
9040         * manual/keyboard.xml
9041         * manual/plugins.xml
9042         * manual/starting.xml
9043         * manual/fr/account.xml
9044         * manual/fr/ack.xml
9045         * manual/fr/addrbook.xml
9046         * manual/fr/advanced.xml
9047         * manual/fr/faq.xml
9048         * manual/fr/glossary.xml
9049         * manual/fr/gpl.xml
9050         * manual/fr/handling.xml
9051         * manual/fr/intro.xml
9052         * manual/fr/keyboard.xml
9053         * manual/fr/plugins.xml
9054         * manual/fr/starting.xml
9055         * manual/fr/sylpheed-claws-manual.xml
9056                 fixes to the manuals:
9057                  - summaryview -> Message List (same in French)
9058                  - translate key names
9059                  - fix French punctuation, use non-breakable spaces when
9060                    necessary, don't use &thinsp; which is not portable
9061                  - tell what maildir and mbox formats we support
9063 2006-04-12 [wwp]        2.1.0cvs35
9065         * src/prefs_toolbar.c
9066                 unified a replace button more,
9067                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9069 2006-04-12 [wwp]        2.1.0cvs34
9071         * src/prefs_common.c
9072         * src/prefs_msg_colors.c
9073                 make default color labels translatable,
9074                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9075                 thanks to Tim <timbrain@post.cz> for reporting.
9077 2006-04-12 [wwp]        2.1.0cvs33
9079         * manual/glossary.xml
9080         * manual/intro.xml
9081         * manual/plugins.xml
9082         * manual/starting.xml
9083         * manual/sylpheed-claws-manual.xml
9084         * manual/fr/.cvsignore
9085         * manual/fr/account.xml
9086         * manual/fr/ack.xml
9087         * manual/fr/addrbook.xml
9088         * manual/fr/advanced.xml
9089         * manual/fr/faq.xml
9090         * manual/fr/glossary.xml
9091         * manual/fr/handling.xml
9092         * manual/fr/intro.xml
9093         * manual/fr/keyboard.xml
9094         * manual/fr/plugins.xml
9095         * manual/fr/starting.xml
9096         * manual/fr/sylpheed-claws-manual.xml
9097                 various fixes: typos, missing .fr translations, punctuation,
9098                 capitalization, links, accents and some bad French more.
9100 2006-04-12 [wwp]        2.1.0cvs32
9102         * src/prefs_gtk.c
9103                 fix for bug #935: always store prefs files in UTF-8 (thanks
9104                 to Colin).
9106 2006-04-11 [colin]      2.1.0cvs31
9108         * src/compose.c
9109                 Fix inserting files not in utf8 when locale is utf8
9111 2006-04-11 [colin]      2.1.0cvs30
9113         * src/inc.c
9114                 Don't show error dialog when cancelling connection
9115                 Patch by Pawel
9117 2006-04-11 [cleroy]     2.1.0cvs29
9119         * src/compose.c
9120                 Implement multiple quote levels
9121         * src/prefs_common.c
9122                 Change a little bit the quote bgcolor for 2nd level
9124 2006-04-11 [colin]      2.1.0cvs28
9126         * src/gtk/about.c
9127                 Add locale and charset in the label
9129 2006-04-10 [colin]      2.1.0cvs27
9131         * src/compose.c
9132         * src/prefs_common.c
9133         * src/prefs_common.h
9134         * src/prefs_msg_colors.c
9135         * src/textview.c
9136                 Allow optional background color in quotes
9137                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9138                 GTK+-2.8.x feature
9140 2006-04-10 [colin]      2.1.0cvs26
9142         * src/main.c
9143         * src/mainwindow.c
9144         * src/mainwindow.h
9145                 Implement --select
9147 2006-04-10 [colin]      2.1.0cvs25
9149         * manual/plugins.xml
9150         * manual/fr/plugins.xml
9151                 Document libcurl's proxy variables
9153 2006-04-09 [colin]      2.1.0cvs24
9155         * src/prefs_common.c
9156                 gettext() returns statically allocated stuff. We have
9157                 to strdup it in order to be able to free it.
9159 2006-04-09 [colin]      2.1.0cvs23
9161         * AUTHORS
9162         * src/gtk/authors.h
9163                 Add Alexei
9165 2006-04-09 [colin]      2.1.0cvs22
9167         * src/mainwindow.c
9168         * src/gtk/quicksearch.c
9169                 Fix bug #859 (problems with cyrilic input in 
9170                 search panel) - Patch by Alexey Illarionov 
9171                 <littlesavage@rambler.ru>
9173 2006-04-09 [colin]      2.1.0cvs21
9175         * src/prefs_customheader.c
9176                 I prefer removing then freeing rather than the contrary
9177                 (even if it doesn't change anything ;-)
9178         * src/prefs_account.c
9179                 Fix bug #933 (Crash re-entering the custom headers list 
9180                 dialog in accounts prefs)
9181                 The problem happened when cancelling the Account 
9182                 Preferences' dialogs - in which case we didn't do 
9183                 anything to the PrefsAccount * struct. In case of applying,
9184                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9185                 working with in this dialog. The problem is that 
9186                 prefs_customheader.c, working on this tmp_ac_prefs, always
9187                 changes the ->customhdr_list pointer, even when cancelled. 
9188                 So in case of cancelling the prefs_account dialog, we still
9189                 have to update ->customhdr_list in the real account.
9191 2006-04-08 [colin]      2.1.0cvs20
9193         * manual/fr/glossary.xml
9194         * manual/fr/keyboard.xml
9195                 Forgot some headers :)
9197 2006-04-08 [colin]      2.1.0cvs19
9199         * manual/Makefile.am
9200         * manual/fr/Makefile.am
9201         * manual/fr/account.xml
9202         * manual/fr/ack.xml
9203         * manual/fr/addrbook.xml
9204         * manual/fr/advanced.xml
9205         * manual/fr/faq.xml
9206         * manual/fr/glossary.xml
9207         * manual/fr/gpl.xml
9208         * manual/fr/handling.xml
9209         * manual/fr/intro.xml
9210         * manual/fr/keyboard.xml
9211         * manual/fr/plugins.xml
9212         * manual/fr/starting.xml
9213         * manual/fr/sylpheed-claws-manual.xml
9214         * manual/fr/dist/.cvsignore
9215         * manual/fr/dist/Makefile.am
9216         * manual/fr/dist/html/.cvsignore
9217         * manual/fr/dist/html/Makefile.am
9218         * manual/fr/dist/pdf/.cvsignore
9219         * manual/fr/dist/pdf/Makefile.am
9220         * manual/fr/dist/ps/.cvsignore
9221         * manual/fr/dist/ps/Makefile.am
9222         * manual/fr/dist/txt/.cvsignore
9223         * manual/fr/dist/txt/Makefile.am
9224                 Add the french translation of the manual. Thanks to
9225                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9226                 account.xml, ack.xml, addrbook.xml and advanced.xml
9228 2006-04-08 [colin]      2.1.0cvs18
9230         * manual/plugins.xml
9231         * manual/starting.xml
9232                 More fixes
9234 2006-04-07 [colin]      2.1.0cvs17
9236         * manual/faq.xml
9237         * manual/intro.xml
9238         * manual/keyboard.xml
9239                 Little fixes
9241 2006-04-07 [colin]      2.1.0cvs16
9243         * README
9244         * src/compose.c
9245         * src/prefs_common.c
9246         * src/prefs_common.h
9247                 Add hidden compose_no_markup pref
9249 2006-04-07 [wwp]        2.1.0cvs15
9251         * src/summary_search.c
9252         * .cvsignore
9253                 Bugfix: stop button was sticky when searching in an empty folder.
9254                 Applied curly brackets code style to the whole file (summary_search.c).
9255                 More files to ignore.
9257 2006-04-07 [wwp]        2.1.0cvs14
9259         * src/message_search.c
9260         * src/summary_search.c
9261                 changed default button when search bumps at file/folder
9262                 beginning or end, for convenience (thanks to Colin).
9264 2006-04-07 [paul]       2.1.0cvs13
9266         * src/plugins/dillo_viewer/dillo_prefs.c
9267                 avoid future potential for namespace collision
9268                 Patch by Colin
9270 2006-04-06 [wwp]        2.1.0cvs12
9272         * src/summary_search.c
9273                 Unify extended/advanced searches names (and thus factorize labels),
9274                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9276 2006-04-06 [wwp]        2.1.0cvs11
9278         * src/folderview.c
9279         * src/prefs_themes.c
9280         * src/summaryview.c
9281                 Fixed some compilation warnings.
9283 2006-04-06 [colin]      2.1.0cvs10
9285         * manual/advanced.xml
9286                 Document the wizard template and how to deploy
9287                 Sylpheed-Claws effectively
9289 2006-04-06 [colin]      2.1.0cvs9
9291         * src/folderview.c
9292                 gettext patch to tell translators about _("#"),
9293                 by Maxim Britov
9295 2006-04-06 [colin]      2.1.0cvs8
9297         * src/textview.c
9298                 Fix invalid GtkTextBIter after clicking "Display as text"
9300 2006-04-06 [mones]      2.1.0cvs7
9302         * src/addr_compl.c
9303         * src/addrindex.c
9304         * src/addritem.c
9305         * src/codeconv.c
9306         * src/compose.c
9307         * src/filtering.c
9308         * src/folder.c
9309         * src/folder_item_prefs.c
9310         * src/folderview.c
9311         * src/localfolder.c
9312         * src/matcher.c
9313         * src/mimeview.c
9314         * src/prefs_msg_colors.c
9315         * src/prefs_spelling.c
9316         * src/prefs_themes.c
9317         * src/procmime.c
9318         * src/procmsg.c
9319         * src/stock_pixmap.c
9320         * src/summaryview.c
9321         * src/textview.c
9322         * src/toolbar.c
9323         * src/common/mgutils.c
9324         * src/common/prefs.c
9325         * src/common/ssl_certificate.c
9326         * src/gtk/colorlabel.c
9327         * src/gtk/quicksearch.c
9328         * src/plugins/pgpmime/pgpmime.c
9329         * src/plugins/spamassassin/spamassassin.c
9330                 Removed redundant NULL checks for g_free() calls.
9331                 Patch by Pawel Pekala.
9333 2006-04-06 [mones]      2.1.0cvs6
9335         * src/prefs_actions.c
9336         * src/prefs_filtering.c
9337         * src/prefs_filtering_action.c
9338         * src/prefs_matcher.c
9339         * src/prefs_template.c
9340         * src/gtk/gtkutils.c
9341         * src/gtk/gtkutils.h
9342                 Have a nice replace button. Patch by Pawel Pekala
9344 2006-04-06 [colin]      2.1.0cvs5
9346         * src/addressbook.c
9347                 Fix crash with empty columns
9349 2006-04-05 [colin]      2.1.0cvs4
9351         * src/wizard.c
9352         * src/prefs_gtk.c
9353                 Allow wizard customization with pre-filled values
9355 2006-04-05 [colin]      2.1.0cvs3
9357         * src/textview.c
9358         * src/mimeview.c
9359         * src/mimeview.h
9360                 Nicer messages in mimeview
9362 2006-04-05 [colin]      2.1.0cvs2
9364         * src/addressbook.c
9365         * src/prefs_summaries.c
9366                 i18n fix
9368 2006-04-05 [colin]      2.1.0cvs1
9370         * src/plugins/pgpcore/plugin.c
9371         * src/plugins/pgpcore/select-keys.c
9372         * src/plugins/pgpcore/select-keys.h
9373         * src/plugins/pgpcore/sgpgme.c
9374         * src/plugins/pgpcore/sgpgme.h
9375         * src/plugins/pgpinline/pgpinline.c
9376         * src/plugins/pgpinline/plugin.c
9377         * src/plugins/pgpmime/pgpmime.c
9378         * src/plugins/pgpmime/plugin.c
9379                 Factorize and generalize a bit 
9380                 Drop S/MIME signature verification from PGP/MIME
9381                 (adding it as another, more complete plugin)
9383 2006-04-05 [paul]       2.1.0
9385         2.1.0 released
9387 2006-04-05 [paul]       2.0.0cvs186
9389         * manual/advanced.xml
9390                 add info on colour labels
9392 2006-04-05 [paul]       2.0.0cvs185
9394         * po/bg.po
9395         * po/cs.po
9396         * po/de.po
9397         * po/el.po
9398         * po/en_GB.po
9399         * po/fi.po
9400         * po/fr.po
9401         * po/it.po
9402         * po/nl.po
9403         * po/pl.po
9404         * po/pt_BR.po
9405         * po/sr.po
9406         * po/zh_CN.po
9407                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9408                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9409                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9410                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9411         * src/gtk/authors.h
9412         * tools/claws.i18n.status.pl
9413                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9414                 and new Czech translator, Tim <timbrain@post.cz>
9416 2006-04-05 [mones]      2.0.0cvs184
9418         * po/es.po
9419                 Updated translation
9421 2006-04-05 [colin]      2.0.0cvs183
9423         * src/gtk/quicksearch.c
9424                 Fix bug #929 (unnecessary reload in quick search bar)
9426 2006-04-05 [colin]      2.0.0cvs182
9428         * src/compose.c
9429                 Fix crash on Reply with no From:
9430                 Show signature and conversion error on queuing 
9431                 (but not sending)
9432         * src/mainwindow.c
9433         * src/summaryview.c
9434         * src/summaryview.h
9435                 Factorize threading code and make sure msginfo 
9436                 is not null when it comes from a GtkCTreeRow's 
9437                 data
9438         * src/gtk/gtkaspell.c
9439                 Check for necessary things
9440         * src/gtk/gtksctree.c
9441         * src/gtk/gtksctree.h
9442                 Reset anchor if necessary when removing node
9444 2006-03-29 [colin]      2.0.0cvs181
9446         * src/folderview.c
9447                 Warn for disabled IMAP accounts (due to lack of
9448                 libetpan). Breaks string-freeze - sorry - but it
9449                 is kind of important ;)
9451 2006-03-28 [colin]      2.0.0cvs180
9453         * src/gtk/gtkutils.c
9454         * src/gtk/gtkutils.h
9455                 Add a gtkut_get_link_btn() function that
9456                 creates a button which acts like an URI
9457         * src/prefs_themes.c
9458         * src/gtk/about.c
9459                 Use this function (factorizes codes)
9460         * src/common/defs.h
9461         * src/gtk/pluginwindow.c
9462                 Add a "Get more..." in the plugins window
9464 2006-03-28 [colin]      2.0.0cvs179
9466         * src/common/smtp.c
9467         * src/common/passcrypt.c
9468         * src/undo.c
9469                 Warning fixes. Patch by Pawel Pekala
9471 2006-03-27 [colin]      2.0.0cvs178
9473         * src/undo.c
9474                 Fix undoing by blocks with spaces
9476 2006-03-27 [colin]      2.0.0cvs177
9478         * src/textview.c
9479                 Set margin to 3px for headers
9481 2006-03-27 [paul]
9483         2.1.0-rc2 released
9485 2006-03-27 [wwp]        2.0.0cvs176
9487         * src/summaryview.c
9488                 don't reset quicksearch when updating the message list.
9489                 Thanks to Colin.
9491 2006-03-26 [wwp]        2.0.0cvs175
9493         * src/compose.c
9494                 use a unified border width ('other' tab in the compose window,
9495                 patch by Pawel Pekala).
9498 2006-03-26 [wwp]        2.0.0cvs174
9500         * src/common/quoted-printable.c
9501         * src/addressbook.c
9502                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9504 2006-03-26 [colin]      2.0.0cvs173
9506         * src/quote_fmt_parse.y
9507                 Fix non-UTF8 date formats messing up the whole quote a 
9508                 little bit
9510 2006-03-26 [colin]      2.0.0cvs172
9512         * src/procheader.c
9513                 Make sure the date is UTF8 valid, or try to make it
9514                 so. IncrediMail is really IncrediStupid.
9515         * src/compose.c
9516                 Fix possible conversions. 
9517                 
9519 2006-03-26 [colin]      2.0.0cvs171
9521         * src/matcher.c
9522                 Fix corner cases in body search. This is still a
9523                 hack... It seems impossible to make it good and 
9524                 reasonably fast at the same time.
9526 2006-03-26 [colin]      2.0.0cvs170
9528         * src/summaryview.c
9529                 I think I killed the twilight zone bug!
9530                 summary_select_node() flushes GTK events in order
9531                 to be able to center the view. But this also 
9532                 flushes keypresses like Ctrl-Alt-U, so this can
9533                 call summary_show from summary_select_node (itself
9534                 called from summary_show, etc.). And the summaryview
9535                 has to be unlocked in this function. So just locking
9536                 while processing GTK events, and bailing if locked, 
9537                 should fix it.
9538                 Fixes bug #927 (SIGSEGV during Update Summary)
9540 2006-03-25 [colin]      2.0.0cvs169
9542         * src/matcher.c
9543                 Fix search in QP-encoded bodies
9544                 Fix utf-8 searches in bodies encoded in the
9545                 locale's encoding
9546         * src/common/quoted-printable.c
9547         * src/common/quoted-printable.h
9548                 Add a decode function that doesn't overwrite
9549                 the original pointer
9550                 
9552 2006-03-24 [colin]      2.0.0cvs168
9554         * src/action.c
9555         * src/summaryview.c
9556         * src/summaryview.h
9557                 Update message cache after action
9558                 Patch by H. Merijn Brand
9559         * src/prefs_msg_colors.c
9560                 Factorize label 
9561                 Patch by Fabien Vantard
9562         * src/plugins/spamassassin/spamassassin_gtk.c
9563                 Remove useless translation
9564                 Patch by Fabien Vantard
9566 2006-03-23 [colin]      2.0.0cvs167
9568         * src/common/ssl.c
9569                 Let 30 seconds to SSL_connect
9571 2006-03-23 [wwp]        2.0.0cvs166
9573         * src/summaryview.c
9574         * src/gtk/description_window.c
9575                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9576                 and headers are translated; adjust description windows' width to fit their
9577                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9579 2006-03-23 [paul]       2.0.0cvs165
9581         * src/common/utils.c
9582                 fix highlighting of URIs containing "()"
9583                 (2.0.0cvs164's reversal fixed)
9584                 Thanks to Colin.
9586 2006-03-23 [paul]       2.0.0cvs164
9588         * src/common/utils.c
9589                 revert patch, (postponing a fix), at 2.0.0cvs120
9590                 as it breaks more URIs than it fixes.
9591                 Allow '-' to be a terminating character in a URI
9593 2006-03-22 [colin]      2.0.0cvs163
9595         * configure.ac
9596                 Require libetpan 0.45
9597                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9599 2006-03-22 [paul]       2.0.0cvs162
9601         * src/editgroup.c
9602                 replace '<-' and '->' buttons with GTK_STOCK graphical
9603                 buttons
9604         * src/summary_search.c
9605                 don't offer '...' for translation
9606                 add a tooltip to advanced search '...' button
9607         * src/gtk/quicksearch.c
9608                 don't offer '...' for translation
9610 2006-03-21 [colin]      2.0.0cvs161
9612         * src/compose.c
9613                 Fix middle-click pasting (insert at click
9614                 position instead of cursor position, don't
9615                 remove existing selection and allow pasting
9616                 our own selection)
9617         * src/addressbook.c
9618                 "LDAP Server" -> "LDAP servers"
9620 2006-03-21 [wwp]        2.0.0cvs160
9622         * src/etpan/imap-thread.c
9623                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9625 2006-03-20 [colin]      2.0.0cvs159
9627         * src/summaryview.c
9628                 Don't reload summaryview after an execute with no
9629                 move action
9631 2006-03-19 [colin]      2.0.0cvs158
9633         * src/addressbook.c
9634                 and put groups at the top, always
9636 2006-03-19 [colin]      2.0.0cvs157
9638         * src/addressbook.c
9639                 Order groups before names, as previously
9641 2006-03-19 [colin]      2.0.0cvs156
9643         * src/addressbook.c
9644                 - Sort case-unsensitive
9645                 - Put the sort arrow at opening too
9647 2006-03-19 [wwp]        2.0.0cvs155
9649         * src/addressbook.c
9650                 allow sorting by name/email/remarks, ensure that right-pane's contents
9651                 matches the left-pane selection (cleared when appropriate).
9652                 Patch by Pawel Pekala <c0rn@o2.pl>.
9654 2006-03-18 [colin]      2.0.0cvs154
9656         * src/textview.c
9657                 Fix text cursor ;)
9659 2006-03-18 [colin]      2.0.0cvs153
9661         * src/gtk/filesel.c
9662                 Make sure we hide the preview if we didn't get
9663                 a filename
9665 2006-03-18 [colin]      2.0.0cvs152
9667         * src/summaryview.c
9668                 Set cursor to watch for execution (fixes lack
9669                 of watch-cursor when dnd'ing hundreds of mails)
9670         * src/gtk/filesel.c
9671                 Check that mime type is 'image/*' before updating
9672                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9674 2006-03-18 [colin]      2.0.0cvs151
9676         * src/mainwindow.c
9677         * src/textview.c
9678         * src/textview.h
9679                 Put a watch cursor in textview too when the mainwindow's
9680                 cursor in a watch
9682 2006-03-18 [colin]      2.0.0cvs150
9684         * src/folder.c
9685                 Change wrong asserts to simple tests
9687 2006-03-17 [colin]      2.0.0cvs149
9689         * src/mainwindow.c
9690         * src/mainwindow.h
9691         * src/prefs_msg_colors.c
9692         * src/summaryview.c
9693         * src/summaryview.h
9694         * src/gtk/colorlabel.c
9695         * src/gtk/colorlabel.h
9696                 Add a color label menu in the main menubar
9697                 Add (fixed) accels Ctrl-{0-7} to change the color
9698                 They have to be fixed because the menu's dynamic,
9699                 the items are complex widgets, hence we can't use
9700                 a GtkItemFactory.
9703 2006-03-17 [wwp]        2.0.0cvs148
9705         * src/compose.c
9706                 rollback few lines from my previous commit (those lines come from
9707                 a pending patch, accidentally commited, even if neutral as they are
9708                 commented out).
9710 2006-03-17 [wwp]        2.0.0cvs147
9712         * src/compose.c
9713                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9714                 applied code style/indentation to the modified function.
9716 2006-03-17 [wwp]        2.0.0cvs146
9718         * src/procmsg.c
9719         * src/compose.c
9720                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9722 2006-03-17 [paul]
9724         2.1.0-rc1 released
9726 2006-03-17 [paul]       2.0.0cvs145
9728         * src/main.c
9729                 addressbook_read_file() was called twice
9730         * src/textview.c
9731                 X-Mailer highlighting
9733 2006-03-16 [colin]      2.0.0cvs144
9735         * src/sourcewindow.c
9736         * src/sourcewindow.h
9737                 And the last one, in source window.
9739 2006-03-16 [colin]      2.0.0cvs143
9741         * src/compose.c
9742         * src/compose.h
9743                 Fix the same stuff in compose
9745 2006-03-16 [colin]      2.0.0cvs142
9747         * src/messageview.c
9748                 Complete the previous messageview crash fix
9750 2006-03-16 [colin]      2.0.0cvs141
9752         * src/procmsg.h
9753         * src/procmsg.c
9754         * src/folder.c
9755                 Fix POSTPROCESSING hook
9756                 Patch by H. Merijn Brand
9758         * src/procmime.c
9759         * src/procmime.h
9760                 Parse Content-Location
9762         * src/toolbar.c
9763         * src/messageview.c
9764         * src/messageview.h
9765                 Don't crash when a top-level MessageView has
9766                 been closed on us. Same problematic than
9767                 yesterday's quicksearch issue.
9769 2006-03-15 [colin]      2.0.0cvs140
9771         * src/gtk/quicksearch.c
9772                 Fix a bitchy race we didn't think about when we
9773                 added quicksearch cancellation:
9774                 If the search is not on cached fields, for example
9775                 body_part matchcase "stuff"
9776                 the matcher code has to get the whole message. If
9777                 we're on IMAP, that can be slow, and in order to
9778                 be non-blocking, the IMAP code idle loop processes
9779                 gtk events too. So it is possible to cancel a
9780                 quicksearch while the matcher is getting the mail's
9781                 body. After matcher got its body, it will start to
9782                 iterate over the matcher list that the Quicksearch's
9783                 clear_search_cb() just freed via prepare_matcher().
9784                 SIGSEGV ensues.
9785                 The fix consists of guarding the matcherlist_match()
9786                 call with a boolean 'matching'. If we reset the
9787                 quicksearch while matching is TRUE, we don't free
9788                 the matcherlist anymore like we did, but we set
9789                 another new flag, deferred_free, to TRUE. Then,
9790                 in quicksearch_match(), just after returning from
9791                 matcherlist_match() and unsetting the matching flag,
9792                 we check the deferred_free flag and do the
9793                 prepare_matcher() (which does the matcherlist_free)
9794                 for real, so we free the matcherlist once it's not
9795                 used anymore.
9796                 As all of this runs via the glib main loop, we
9797                 luckily don't need a mutex.
9798         * src/summaryview.c
9799                 Also, show progress while searching.
9802 2006-03-14 [colin]      2.0.0cvs139
9804         * src/alertpanel.c
9805                 Make alertpanel_is_open non-static
9807 2006-03-14 [colin]      2.0.0cvs138
9809         * src/prefs_spelling.c
9810                 Cleanups - Fabien Vantard
9812 2006-03-14 [wwp]        2.0.0cvs137
9814         * src/main.c
9815                 code style normalization (curly braces, indentation).
9817 2006-03-14 [wwp]        2.0.0cvs137
9819         * src/main.c
9820                 code style (braces, indentation)
9822 2006-03-12 [paul]       2.0.0cvs136
9824         * src/prefs_common.c
9825                 trans_hdr defaults to FALSE to be RFC-savvy
9826         * src/prefs_summaries.c
9827                 add a tooltip to the trans_hdr option
9828                 
9830 2006-03-12 [paul]       2.0.0cvs135
9832         * src/prefs_matcher.c
9833                 give a little more width to the combos
9834         * src/prefs_display_header.c
9835         * src/textview.c
9836                 translate headers if prefs_common.trans_hdr
9837                 is TRUE
9839         Patches by Pawel Pekala
9841 2006-03-12 [paul]       2.0.0cvs134
9843         * src/plugins/clamav/clamav_plugin.c
9844         * src/plugins/dillo_viewer/dillo_viewer.c
9845         * src/plugins/pgpcore/plugin.c
9846         * src/plugins/pgpinline/plugin.c
9847         * src/plugins/pgpmime/plugin.c
9848         * src/plugins/spamassassin/spamassassin.c
9849                 update/add to descriptions
9850         * src/plugins/spamassassin/spamassassin_gtk.c
9851                 fixes to the english, remove superfluous
9852                 tooltips, clean up a little
9854 2006-03-12 [paul]       2.0.0cvs133
9856         * src/compose.c
9857                 fix Bug 924, 'Account combo box shows up wrong 
9858                 if & is in account name'
9860 2006-03-11 [colin]      2.0.0cvs132
9862         * src/summaryview.c
9863                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9864                 messed up shift-selection because is slows down
9865                 moving around summaryview. thanks -users
9867 2006-03-10 [colin]      2.0.0cvs131
9869         * src/plugins/spamassassin/spamassassin_gtk.c
9870                 Put back Paul's engrish fixes
9872 2006-03-10 [colin]      2.0.0cvs130
9874         * src/plugins/spamassassin/spamassassin.c
9875         * src/plugins/spamassassin/spamassassin.h
9876         * src/plugins/spamassassin/spamassassin_gtk.c
9877                 Cleanup SA prefs page (more)
9878                 Patch by Fabien Vantard
9880 2006-03-10 [paul]       2.0.0cvs129
9882         * src/prefs_msg_colors.c
9883         * src/prefs_spelling.c
9884                 widget sensitivity
9886 2006-03-09 [mones]      2.0.0cvs128
9888         * po/es.po
9889                 Update for next RC
9891 2006-03-09 [wwp]        2.0.0cvs127
9893         * configure.ac
9894                 revert accidental commit (requirement for libetpan 0.43), this time
9895                 not in HEAD.
9897 2006-03-09 [wwp]        2.0.0cvs125
9899         * configure.ac
9900                 revert accidental commit (requirement for libetpan 0.43)
9902 2006-03-09 [paul]       2.0.0cvs126
9904         * src/prefs_receive.c
9905                 remove useless frame
9906                 replace 'incorporation' with 'receiving'
9907         * src/plugins/clamav/clamav_plugin_gtk.c
9908         * src/plugins/spamassassin/spamassassin_gtk.c
9909                 improve widget sensitivity
9910                 fix a bit his engrish
9912 2006-03-09 [wwp]        2.0.0cvs125
9914         * src/addressadd.c
9915         * src/foldersel.c
9916         * src/prefs_common.c
9917         * src/prefs_common.h
9918                 remember some more windows' sizes (add to addressbook and
9919                 select folder).
9921 2006-03-09 [paul]       2.0.0cvs124
9923         * src/plugins/pgpcore/prefs_gpg.c
9924                 normalise construction of dialogue
9926 2006-03-09 [paul]       2.0.0cvs123
9928         * src/plugins/trayicon/Makefile.am
9929                 add missing slash
9931 2006-03-08 [colin]      2.0.0cvs122
9933         * src/plugins/trayicon/Makefile.am
9934                 Fix build in separate dir 
9935                 Patch by Bamanzi <bamanzi@gmail.com>
9937 2006-03-08 [colin]      2.0.0cvs121
9939         * src/procmsg.c
9940                 Batch move and copies from summaryview with delayed execution
9941                 too
9943 2006-03-07 [paul]       2.0.0cvs120
9945         * src/common/utils.c
9946                 fix highlighting of URIs containing "()"
9947                 Patch by Pawel Pekala
9949 2006-03-07 [paul]       2.0.0cvs119
9951         * src/folder.c
9952         * src/folder.h
9953         * src/folderview.c
9954                 immediately do alphabetical resort when
9955                 changing a folder's name
9956                 Patch by Pawel Pekala
9958 2006-03-07 [paul]       2.0.0cvs118
9960         * src/news.c
9961         * src/news_gtk.c
9962                 when unsubscribing a newsgroup, remove the
9963                 folder and msgs in .sylpheed-claws/newscache
9964                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9966 2006-03-07 [paul]       2.0.0cvs117
9968         * src/textview.c
9969                 fix wrong Fake URL Warning
9970                 Thanks to Hiro
9972 2006-03-07 [colin]      2.0.0cvs116
9974         * src/imap.c
9975                 Return immediately when password dialog was
9976                 cancelled
9977         * src/gtk/inputdialog.c
9978                 Allow empty strings for passwords
9981 2006-03-06 [colin]      2.0.0cvs115
9983         * src/imap.c
9984                 Prevent double-timeouts when connection fails
9986 2006-03-06 [colin]
9988         2.0.1-rc1 released
9990 2006-03-06 [colin]      2.0.0cvs114
9992         * src/imap.c
9993                 Refresh session during potentially long
9994                 operations
9996 2006-03-06 [wwp]        2.0.0cvs113
9998         * src/prefs_msg_colors.h
9999                 forgot that one (custom color labels).
10001 2006-03-06 [wwp]        2.0.0cvs112
10003         * src/prefs_common.c
10004         * src/prefs_common.h
10005         * src/prefs_msg_colors.c
10006         * src/summaryview.c
10007         * src/summaryview.h
10008         * src/gtk/colorlabel.c
10009         * src/gtk/colorlabel.h
10010                 colors in messages list are now customizable. Color values and names can
10011                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10012                 Thanks to Paul and Colin for their help with this longstanding patch!
10014 2006-03-06 [wwp]        2.0.0cvs111
10016         * src/textview.c
10017                 don't crash if (x)face is bad.
10019 2006-03-05 [paul]       2.0.0cvs110
10021         * AUTHORS
10022         * configure.ac
10023         * src/Makefile.am
10024         * src/common/Makefile.am
10025         * src/common/utils.h
10026         * src/etpan/imap-thread.c
10027         * src/gtk/authors.h
10028         * src/plugins/clamav/Makefile.am
10029         * src/plugins/demo/Makefile.am
10030         * src/plugins/dillo_viewer/Makefile.am
10031         * src/plugins/pgpcore/Makefile.am
10032         * src/plugins/pgpcore/passphrase.c
10033         * src/plugins/pgpinline/Makefile.am
10034         * src/plugins/pgpmime/Makefile.am
10035         * src/plugins/spamassassin/Makefile.am
10036         * src/plugins/trayicon/Makefile.am
10037                 fix builiding on cygwin
10038                 Patch by Ralgh Young <bamanzi@gmail.com>
10040 2006-03-04 [wwp]        2.0.0cvs109
10042         * manual/keyboard.xml
10043                 fix mixed up/down keys.
10045 2006-03-04 [wwp]        2.0.0cvs108
10047         * README
10048         * INSTALL
10049                 updated links to SpamAssassin.
10051 2006-03-04 [wwp]        2.0.0cvs107
10053         * manual/plugins.xml
10054         * src/plugins/spamassassin/README
10055                 updated SpamAssassin plugin docs to reflect new functional additions
10056                 (also fix/update/documents few technical stuff more, see the README).
10058 2006-03-04 [wwp]        2.0.0cvs106
10060         * src/prefs_message.c
10061                 normalized capitalization of message-prefs paths.
10063 2006-03-04 [wwp]        2.0.0cvs105
10065         * manual/advanced.xml
10066                 typo.
10068 2006-03-03 [colin]      2.0.0cvs104
10070         * src/plugins/clamav/clamav_plugin_gtk.c
10071                 Rework prefs page, patch by Fabien 
10073 2006-03-03 [colin]      2.0.0cvs103
10075         * src/plugins/clamav/clamav_plugin.c
10076                 Set error on all errors
10078 2006-03-03 [colin]      2.0.0cvs102
10080         * src/common/plugin.c
10081                 Initialize error to avoid crashing when a plugin fails
10082                 without setting error
10084 2006-03-02 [wwp]        2.0.0cvs101
10086         * configure.ac
10087                 fixed linker flags for libetpan support on Cygwin
10088                 (thanks to H.Merijn Brand).
10090 2006-03-02 [wwp]        2.0.0cvs100
10092         * src/addressbook.c
10093                 fix some AB error messages: one for punctuation and
10094                 one wrongly duplicate (thanks, maxbritov).
10096 2006-03-02 [wwp]        2.0.0cvs99
10098         * src/plugins/spamassassin/spamassassin.c
10099                 make sync calls to sa-learn/spamc to prevent
10100                 system (whatever local or client/server) overload.
10102 2006-03-02 [colin]      2.0.0cvs98
10104         * src/summaryview.c
10105                 Put the spam icon in the status column instead of the
10106                 mark one
10108 2006-03-01 [colin]      2.0.0cvs97
10110         * src/plugins/spamassassin/spamassassin.c
10111                 Fix segfault (g_file_set_contents fails for some 
10112                 reason and err==0x2f. Can't find out why with
10113                 valgrind, using working function :-)
10115 2006-03-01 [colin]      2.0.0cvs96
10117         * src/inc.c
10118                 Offline overriding: let 'No' be cached only 3 seconds
10120 2006-03-01 [colin]      2.0.0cvs95
10122         * src/addr_compl.c
10123         * src/addrbook.c
10124         * src/addressbook.c
10125         * src/addrindex.c
10126         * src/folder_item_prefs.c
10127         * src/headerview.c
10128         * src/imap.c
10129         * src/inc.c
10130         * src/ldif.c
10131         * src/mainwindow.c
10132         * src/mh.c
10133         * src/msgcache.c
10134         * src/prefs_common.h
10135         * src/prefs_msg_colors.c
10136         * src/procheader.c
10137         * src/procheader.h
10138         * src/procmime.c
10139         * src/procmsg.c
10140         * src/procmsg.h
10141         * src/send_message.h
10142         * src/simple-gettext.c
10143         * src/summaryview.c
10144         * src/summaryview.h
10145         * src/syldap.c
10146         * src/textview.c
10147         * src/undo.c
10148         * src/common/ssl_certificate.c
10149         * src/common/utils.c
10150         * src/gtk/colorsel.c
10151         * src/gtk/gtksctree.c
10152         * src/gtk/gtkshruler.c
10153         * src/plugins/trayicon/trayicon.c
10154                 #if 0 goes to /dev/null
10156 2006-03-01 [colin]      2.0.0cvs94
10158         * src/compose.c
10159         * src/imap.c
10160         * src/inc.c
10161         * src/inc.h
10162         * src/messageview.c
10163         * src/news.c
10164         * src/plugins/spamassassin/spamassassin.c
10165                 Allow to add information in the "working offline"
10166                 window
10168 2006-03-01 [wwp]        2.0.0cvs93
10170         * src/plugins/spamassassin/spamassassin.c
10171                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10172                 'cause it seems that calling `spamc ... < inputfile` with
10173                 g_spawn_(a)sync simply.. erm doesn't work :-).
10175 2006-03-01 [wwp]        2.0.0cvs92
10177         * src/toolbar.c
10178         * src/toolbar.h
10179                 simplify the adding of spam/ham button to the messageview toolbar
10180                 (it gets more clear now that the same button will be "Mark as spam"
10181                 or "Mark as ham" according to the current message status,
10182                 thanks to Colin).
10184 2006-03-01 [wwp]        2.0.0cvs91
10186         * src/messageview.c
10187         * src/procmsg.c
10188         * src/procmsg.h
10189         * src/summaryview.c
10190         * src/plugins/spamassassin/spamassassin.c
10191         * src/plugins/spamassassin/spamassassin.h
10192                 make learner callbacks return a status (0 for ok),
10193                 handle it in main code to avoid setting flags when learning failed,
10194                 don't learn on TCP if offline in spamassassin,
10195                 thanks to Colin.
10197                 
10199 2006-03-01 [wwp]        2.0.0cvs90
10201         * src/compose.c
10202                 some work around the compose window's account menu,
10203                 patch by Fabien Vantard.
10205 2006-03-01 [wwp]        2.0.0cvs89
10207         * src/plugins/spamassassin/spamassassin.c
10208                 fixed bad logics, was using spamc in local mode and sa-learn
10209                 in remote mode (thanks, Colin).
10211 2006-03-01 [wwp]        2.0.0cvs88
10213         * src/plugins/spamassassin/spamassassin.c
10214         * src/plugins/spamassassin/spamassassin.h
10215         * src/plugins/spamassassin/spamassassin_gtk.c
10216                 made processing of emails w/ sa-plugin an option (default is TRUE),
10217                 fixed Engrish some tooltips, capitalization of some debug messages
10218                 and warnings. The spamassassin plugin now provides two separate
10219                 services: process emails upon incorporation and spamd training.
10220                 Both services (un)register independently but use some common
10221                 plugin settings (transport settings, spam storage location).
10223 2006-02-28 [wwp]        2.0.0cvs87
10225         * src/plugins/spamassassin/spamassassin.c
10226                 fix async flag to spamc cmdline execution (batch exec should
10227                 be asynchronous).
10229 2006-02-27 [wwp]        2.0.0cvs86
10231         * src/plugins/spamassassin/spamassassin.c
10232         * src/plugins/spamassassin/spamassassin.h
10233         * src/plugins/spamassassin/spamassassin_gtk.c
10234                 - added the ability to learn a remote spamassassin server (spamd),
10235                 using spamc.
10236                 - added the spamassassin option 'username', that applies to all
10237                 spamassassin operations (filtering, learning, local or remote).
10238                 The default username is the current unix user (if left blank
10239                 from gtk prefs or config file).
10240                 - commented out some unused code (notebook widget), removed unused
10241                 layout (hbox1).
10242                 - make more widgets sensitive to the transport type.
10244 2006-02-27 [colin]      2.0.0cvs85
10246         * src/plugins/spamassassin/spamassassin.c
10247                 Fix sa-learn call when offline
10249 2006-02-27 [colin]      2.0.0cvs84
10251         * configure.ac
10252         * src/Makefile.am
10253         * src/mainwindow.c
10254         * src/mainwindow.h
10255         * src/messageview.c
10256         * src/messageview.h
10257         * src/prefs_toolbar.c
10258         * src/procmsg.c
10259         * src/stock_pixmap.c
10260         * src/stock_pixmap.h
10261         * src/summaryview.c
10262         * src/toolbar.c
10263         * src/toolbar.h
10264         * src/pixmaps/ham_btn.xpm
10265         * src/pixmaps/spam.xpm
10266         * src/pixmaps/spam_btn.xpm
10267         * src/plugins/spamassassin/spamassassin.c
10268                 Add button in toolbar for spam learning
10269                 Fix a few bugs from the last related commit
10270                 Revert 1.9.6cvs23 which messed up shift-selection
10272 2006-02-24 [colin]      2.0.0cvs83
10274         * src/procmsg.c
10275         * src/summaryview.c
10276         * src/summaryview.h
10277         * src/plugins/spamassassin/spamassassin.c
10278         * src/plugins/spamassassin/spamassassin.h
10279         * src/plugins/spamassassin/spamassassin_gtk.c
10280                 Unregister learner when spamassassin is either
10281                 disabled or over tcp
10283 2006-02-24 [colin]      2.0.0cvs82
10285         * src/Makefile.am
10286         * src/mainwindow.c
10287         * src/mainwindow.h
10288         * src/procmsg.c
10289         * src/procmsg.h
10290         * src/stock_pixmap.c
10291         * src/stock_pixmap.h
10292         * src/summaryview.c
10293         * src/summaryview.h
10294         * src/gtk/icon_legend.c
10295         * src/pixmaps/spam.xpm  ** NEW FILE **
10296         * src/plugins/spamassassin/spamassassin.c
10297         * src/plugins/spamassassin/spamassassin_gtk.c
10298                 Add spam learning interface (Mark/Mark as 
10299                 (spam|ham) menus)
10301 2006-02-24 [wwp]        2.0.0cvs81
10303         * src/compose.c
10304         * src/compose.h
10305         * src/filtering.c
10306                 hide compose window when sending message in batch mode
10307                 (filtering: forward and redirect). Also fixed a wrong
10308                 value returned when sending failed, neutral anyway.
10309                 (Colin, me) 
10311 2006-02-24 [wwp]        2.0.0cvs80
10313         * src/mainwindow.c
10314                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10316 2006-02-24 [paul]       2.0.0cvs79
10318         * src/news.c
10319         * src/news.h
10320         * src/news_gtk.c
10321                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10322                 Thanks to Colin
10324 2006-02-23 [colin]      2.0.0cvs78
10326         * src/alertpanel.c
10327                 Change OK to Close in alertpanel with View log
10328                 button; add accel to View log. Patch by Fabien
10329                 Vantard
10331 2006-02-23 [wwp]        2.0.0cvs77
10333         * src/compose.c
10334                 silly me, there were much more tests to perform, since toolbars can
10335                 really have down to 1 element only.
10337 2006-02-23 [wwp]        2.0.0cvs76
10339         * commitHelper
10340                 fixed indentation from my previous commit. Fallback to VISUAL if
10341                 EDITOR is not set (and to vi, at last resort).
10343 2006-02-23 [wwp]        2.0.0cvs75
10345         * commitHelper
10346                 improved error detection (Colin, me).
10348 2006-02-23 [wwp]        2.0.0cvs74
10350         * src/prefs_toolbar.c
10351                 simplify and fix prefs/toolbars layouting. Combos' contents can
10352                 now be really displayed.
10354 2006-02-23 [wwp]        2.0.0cvs73
10355         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10356         be really displayed.
10358 2006-02-22 [wwp]        2.0.0cvs72
10360         * src/compose.c
10361                 fix a typo in my previous commit (sorry!).
10363 2006-02-22 [wwp]        2.0.0cvs71
10365         * src/prefs_toolbar.c
10366                 fix a crash when adding separators to toolbars,
10367                 also fix some separator item information.
10369 2006-02-22 [wwp]        2.0.0cvs70
10371         * src/compose.c
10372                 fix a crash when redirecting (for instance) when compose window's
10373                 toolbar contents has been customized (when some buttons have been
10374                 removed in fact).
10376 2006-02-21 [wwp]        2.0.0cvs69
10378         * src/summaryview.c
10379         * src/gtk/pluginwindow.c
10380         * src/plugins/pgpcore/prefs_gpg.c
10381                 fix some compilation warnings (feat. remains of removed code).
10383 2006-02-21 [wwp]        2.0.0cvs68
10385         * src/gtk/gtkutils.c
10386                 fix two compilation issues, thanks to Stephan Sachse.
10388 2006-02-20 [colin]      2.0.0cvs67
10390         * src/mainwindow.c
10391                 Don't reselect displayed mail on refocus
10392                 This fixes actions misbehaving 
10394 2006-02-20 [wwp]        2.0.0cvs66
10396         * src/summaryview.c
10397         * src/gtk/gtksctree.c
10398         * src/gtk/gtkshruler.c
10399                 changed more runtime typecast checks.
10401 2006-02-20 [wwp]        2.0.0cvs65
10403         * src/summary_search.c
10404                 find all - summaryview refresh issue fixed, thanks to Colin.
10406 2006-02-20 [wwp]        2.0.0cvs64
10408         * src/gtk/gtkutils.c
10409                 better runtime typecast checks.
10411 2006-02-20 [wwp]        2.0.0cvs63
10413         * src/summary_search.c
10414                 enhancements to the summary search:
10415                         - add the ability to stop the running search
10416                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10417                         - don't search if no criteria (From/To/Subject/Body) is set
10418                         - ensure that a busy mouse pointer is always shown when searching,
10419                           show it even a bit earlier
10421 2006-02-19 [colin]      2.0.0cvs62
10423         * src/compose.c
10424         * src/imap.c
10425         * src/etpan/imap-thread.c
10426         * src/etpan/imap-thread.h
10427                 (Future) IMAP speed improvement on sending
10428                 Will require a libetpan update
10429         * src/summaryview.c
10430         * src/gtk/quicksearch.c
10431                 Make quicksearch clearable while running.
10433 2006-02-17 [colin]      2.0.0cvs61
10435         * src/imap.c
10436         * src/etpan/imap-thread.c
10437         * src/etpan/imap-thread.h
10438                 Check for IMAP certificates
10439                 ** Requires libetpan-0.42-cvs4 
10440                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10442 2006-02-17 [colin]      2.0.0cvs60
10444         * src/messageview.c
10445         * src/prefs_common.c
10446         * src/prefs_common.h
10447         * src/prefs_message.c
10448                 Add pref to display HTML-only mails with plugin, 
10449                 if possible (defaulting to FALSE of course).
10451 2006-02-16 [colin]      2.0.0cvs59
10453         * src/main.c
10454         * src/common/plugin.c
10455         * src/common/plugin.h
10456         * src/gtk/pluginwindow.c
10457                 Keep track of requested (but unloaded) plugins
10458                 in some error cases.
10460 2006-02-16 [wwp]        2.0.0cvs58
10462         * src/gtk/gtkaspell.c
10463         * src/gtk/gtkaspell.h
10464         * src/prefs_spelling.c
10465         * src/compose.c
10466         * src/prefs_common.c
10467         * src/prefs_common.h
10468                 implemented new optional spellchecker behaviour: re-check message when
10469                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10471 2006-02-16 [wwp]        2.0.0cvs57
10473         * src/quote_fmt_parse.y
10474                 pclose popen'ed pipe.
10476 2006-02-15 [colin]      2.0.0cvs56
10478         * src/mimeview.c
10479         * src/mimeview.h
10480                 Let MimeViewers know which MimeView they
10481                 depend of.
10482         * src/summaryview.c
10483                 Swap From/To columns in Sent/Queue/Drafts
10484                 folders
10485         * src/etpan/imap-thread.c
10486                 Use mailstream_low_tls_open() for STARTTLS
10487                 instead of mailstream_low_ssl_open()
10488                 ** REQUIRES libetpan 0.42cvs3 **
10490 2006-02-15 [wwp]        2.0.0cvs55
10492         * src/compose.c
10493         * src/compose.h
10494         * src/message_search.c
10495         * src/message_search.h
10496         * src/textview.c
10497         * src/gtk/gtkutils.c
10498         * src/gtk/gtkutils.h
10499                 added the ability to Find text in the compose window (and a bit
10500                 of code factorization).
10502 2006-02-15 [wwp]        2.0.0cvs54
10504         * src/prefs_gtk.c
10505                 yet another one file was missing (fix for some widgets' sensitivity).
10506                 Thanks Colin!
10508 2006-02-15 [wwp]        2.0.0cvs53
10510         * src/prefs_gtk.h
10511                 oops forgot that file (fix for some widgets' sensitivity).
10513 2006-02-15 [wwp]        2.0.0cvs52
10515         * src/summary_search.c
10516                 implemented advanced summary search options (added the ability
10517                 to use matcher conditions in an advanced search mode).
10519 2006-02-15 [wwp]        2.0.0cvs51
10521         * src/plugins/pgpcore/prefs_gpg.c
10522         * src/prefs_account.c
10523                 fix some widget sensitivity, mostly around some labels in
10524                 account prefs.
10526 2006-02-15 [paul]       2.0.0cvs50
10528         * manual/advanced.xml
10529                 improve Templates info
10530                 written by wwp
10532 2006-02-14 [colin]      2.0.0cvs49
10534         * src/pixmaps/address_book.xpm
10535         * src/pixmaps/preferences.xpm
10536         * src/pixmaps/properties.xpm
10537                 Fix pixmap size - patch by Fabien Vantard
10539 2006-02-13 [colin]      2.0.0cvs48
10541         * src/procmime.c
10542                 Add missing fclose()s on error
10543         * src/textview.c
10544                 Remove unused code
10545         * src/common/utils.c
10546                 Fix temp files not being deleted on windows
10547         Patches by Thomas Gilgin
10549 2006-02-13 [colin]      2.0.0cvs47
10551         * src/mainwindow.c
10552                 Fix exit crash
10554 2006-02-13 [wwp]        2.0.0cvs46
10556         * src/plugins/pgpcore/prefs_gpg.c
10557                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10559 2006-02-12 [colin]      2.0.0cvs45
10561         * src/folderview.c
10562         * src/main.c
10563         * src/mainwindow.c
10564                 Fix "stuff" when quitting
10566 2006-02-12 [wwp]        2.0.0cvs44
10568         * src/prefs_themes.c
10569                 fix typos in debug messages.
10571 2006-02-11 [colin]      2.0.0cvs43
10573         * src/summaryview.c
10574                 don't allow drag/drop from ourself
10576 2006-02-10 [wwp]        2.0.0cvs42
10578         * src/exporthtml.c
10579         * src/html.c
10580         * src/html.h
10581         * src/procmime.c
10582         * src/textview.c
10583                 renamed html_ prefixed functions and data structures to avoid
10584                 namespace clashes w/ other software (gtkhtml2 for instance).
10585                 Closes bug #907.
10588 2006-02-09 [colin]      2.0.0cvs41
10590         * src/summaryview.c
10591                 Fix shitty logic messed up. Thanks Ticho for the hint!
10593 2006-02-09 [wwp]        2.0.0cvs40
10595         * src/gtk/about.c
10596         * src/compose.c
10597         * src/prefs_account.c
10598         * src/prefs_gtk.h
10599         * src/editaddress.c
10600                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10601                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10602                 Browse buttons in accounts prefs.
10604 2006-02-09 [colin]      2.0.0cvs39
10606         * src/matcher.c
10607                 Check for pointer before using its members
10608         * src/gtk/gtksourceprintjob.c
10609                 Fix a wrong warning
10611 2006-02-09 [wwp]        2.0.0cvs38
10613         * src/gtk/filesel.c
10614                 fix few compiler warnings (type mismatch).
10616 2006-02-09 [paul]       2.0.0cvs37
10618         * po/fr.po
10619                 updated by Fabien Vantard
10621 2006-02-08 [colin]      2.0.0cvs36
10623         * src/prefs_common.c
10624         * src/common/defs.h
10625         * src/common/plugin.c
10626                 allow windows and linux configurations to coexist
10627                 patch by Thomas Gilgin
10629 2006-02-08 [colin]      2.0.0cvs35
10631         * src/filtering.c
10632         * src/matcher.c
10633         * src/matcher.h
10634         * src/matcher_parser_parse.y
10635         * src/prefs_filtering_action.c
10636         * src/prefs_matcher.c
10637                 Add the "Ignore thread" filtering
10638                 action
10640 2006-02-08 [colin]      2.0.0cvs34
10642         * src/compose.c
10643         * src/procmime.c
10644         * src/procmime.h
10645                 Fix bug #905 (damaged attachment)
10646                 text files with raw \0's aren't really text files
10647         FOR_STABLE
10649 2006-02-08 [colin]      2.0.0cvs33
10651         * src/summaryview.c
10652                 Fix crasher introduced yesterday
10654 2006-02-08 [wwp]        2.0.0cvs32
10656         * src/compose.c
10657         * src/compose.h
10658                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10660 2006-02-08 [wwp]        2.0.0cvs31
10662         * src/prefs_template.c
10663                 templates enhancement: allow address completion for Cc and Bcc fields
10664                 (it was currently possible for the To field only)
10666 2006-02-08 [colin]      2.0.0cvs30
10668         * src/compose.c
10669                 Don't unblock if not blocked
10670         FOR_STABLE
10672 2006-02-07 [colin]      2.0.0cvs29
10674         * src/action.c
10675                 Forgot to refresh summaryview
10677 2006-02-07 [colin]      2.0.0cvs28
10679         * src/action.c
10680                 Freeze/thaw message list and folder list while
10681                 processing %as{} actions 
10682         * src/compose.c
10683                 Fix auto-wrap disabling after a middle-click
10684                 paste - FOR_STABLE
10686 2006-02-07 [paul]       2.0.0cvs27
10688         * src/folder.c
10689                 fix freeing of uninitialised pointers
10690                 Thanks to Colin
10692 2006-02-06 [colin]      2.0.0cvs26
10694         * src/folder.c
10695                 Use g_slist_prepend in potentially big list
10697 2006-02-06 [colin]      2.0.0cvs25
10699         * src/folder.c
10700                 Completely skip processing if it doesn't 
10701                 exist (faster!)
10703 2006-02-06 [colin]      2.0.0cvs24
10705         * src/folder.c
10706         * src/summaryview.c
10707                 Batch filtering in summaryview (from Tools menu)
10708                 and pre/post//-processing too
10710 2006-02-06 [colin]      2.0.0cvs23
10712         * src/procmsg.h
10713         * src/filtering.c
10714                 Use a special field for batch filtering instead
10715                 of stepping on deferred execution's toes
10717 2006-02-06 [colin]      2.0.0cvs22
10719         * src/action.c
10720         * src/filtering.c
10721         * src/filtering.h
10722         * src/folder.c
10723         * src/summaryview.c
10724                 Fix filtering via menus and actions
10726 2006-02-06 [colin]      2.0.0cvs21
10728         * src/imap.c
10729                 Put the added file directly to cache if possible (will work
10730                 with next libetpan)
10731         * src/filtering.c
10732         * src/filtering.h
10733         * src/inc.c
10734         * src/folder.c
10735         * src/mbox.c
10736         * src/procmsg.h
10737                 Move and copy filtered messages by batches instead of one
10738                 by one - faster on IMAP
10739         * src/procmsg.c
10740                 Add a function that'll possibly be useful later
10742 2006-02-06 [colin]      2.0.0cvs20
10744         * src/addressbook.c
10745                 Use internal mime-type instead of text/plain for d'n'd
10746         * src/compose.c
10747                 Allow attaching files from mimeview's icon list via d'n'd
10748         * src/folderview.c
10749         * src/folderview.h
10750                 Use internal mime-type instead of text/plain for d'n'd
10751                 Don't try to selected opened folder if none is
10752                 Factorize d'n'd from other apps code
10753         * src/headerview.c
10754         * src/textview.c
10755         * src/gtk/gtkutils.c
10756         * src/gtk/gtkutils.h
10757                 Factorize Face/X-Face stuff
10758         * src/mimeview.c
10759                 Fix d'n'd to other apps
10760         * src/prefs_message.c
10761                 Let the XFace pref be usable without libcompface as it also
10762                 applies to Face
10763         * src/summaryview.c
10764                 Fix d'n'd to other apps
10765                 Factorize d'n'd from other apps code
10767 2006-02-06 [wwp]        2.0.0cvs19
10769         * po/it.po
10770                 Italian translation fixes by Andrea Spadaccini (no more confusion
10771                 between filtering and processing, and few changes in the About
10772                 dialog).
10775 2006-02-06 [mones]      2.0.0cvs18
10777         * src/gtk/icon_legend.c
10778                 Improved descriptions allowing better translations
10780 2006-02-05 [colin]      2.0.0cvs17
10782         * src/imap.c
10783                 Add the f*cking missing expunge that caused imap_fetch_env
10784                 to fail after an add_msgs ! :-///
10785         * src/etpan/imap-thread.c
10786                 Add a bit of debug
10787         FOR_STABLE
10789 2006-02-05 [colin]      2.0.0cvs16
10791         * src/common/utils.c
10792                 Don't check for return-path (or we can't put
10793                 back non-sent mails)
10795 2006-02-05 [colin]      2.0.0cvs15
10797         * src/textview.c
10798                 Don't try to display Face header in textview
10799                 when teh headerview's active
10801 2006-02-05 [colin]      2.0.0cvs14
10803         * tools/tbird2syl.py
10804         * tools/Makefile.am
10805                 Add script to import Thunderbird mails
10807 2006-02-05 [colin]      2.0.0cvs13
10809         * src/headerview.c
10810         * src/procheader.c
10811         * src/procmsg.c
10812         * src/procmsg.h
10813         * src/textview.c
10814                 Show Face headers - patch partially by Klaus Flittner
10816 2006-02-05 [colin]      2.0.0cvs12
10818         * src/folderview.c
10819         * src/summaryview.c
10820         * src/common/utils.c
10821         * src/common/utils.h
10822                 Let dnd work from mime icons to summaryview
10823                 and to folderview too
10824                 Add a crude test to avoid trying to add files
10825                 drag'n'dropped when they're not mails
10827 2006-02-04 [colin]      2.0.0cvs11
10829         * src/summaryview.c
10830         * src/mimeview.c
10831                 Fix utf8 conversion
10833 2006-02-04 [colin]      2.0.0cvs10
10835         * src/compose.c
10836         * src/folderview.c
10837         * src/mimeview.c
10838         * src/summaryview.c
10839         * src/summaryview.h
10840                 Added various drag and drop capas:
10841                 From                    To
10842                 summaryview             other apps
10843                 mimeview icons          other apps
10844                 other apps              summaryview
10845                 other apps              folderview
10847                 This shouldn't have broken the existing:
10848                 From                    To
10849                 summaryview             folderview
10850                 folderview              folderview
10851                 summaryview             compose's attachments
10853         Tests welcomed.
10855 2006-02-02 [paul]       2.0.0cvs9
10857         * src/mainwindow.c
10858                 move global option 'Set displayed columns...' out
10859                 of folder option grouping.
10860                 fix sensitivity of 'harvest addresses'
10861         FOR_STABLE
10863 2006-02-01 [colin]      2.0.0cvs8
10865         * src/mimeview.c
10866                 Revert the alertpanel patch, it sucks (intrusive
10867                 and gets in the way of "open")
10869 2006-02-01 [colin]      2.0.0cvs7
10871         * src/compose.c
10872         * src/prefs_account.c
10873         * src/prefs_common.c
10874         * src/common/defs.h
10875         * src/common/utils.c
10876         * src/common/utils.h
10877                 Add ability to edit the signature file
10878                 from the account preferences, and use
10879                 a default for the text editor.
10880                 Patch by Fabien Vantard
10882 2006-02-01 [colin]      2.0.0cvs6
10884         * src/mimeview.c
10885                 Try to get mime type by extension if it is
10886                 application/octet-stream
10887                 Display a window with possible choices when
10888                 encountering unknown mime types
10889         * src/gtk/filesel.c
10890         * src/gtk/filesel.h
10891                 Add preview
10892                 Allow multiple selection in filtered filesel
10893                 (patch by Fabien Vantard)
10894         * src/gtk/pluginwindow.c
10895                 Use it (patch by Fabien Vantard)
10897 2006-02-01 [paul]       2.0.0cvs5
10899         * src/jpilot.c
10900                 fix crash on creating jpilot address book
10901                 Thanks to Colin - FOR_STABLE
10902         * src/prefs_summaries.c
10903         * src/prefs_wrapping.c
10904         * src/gtk/icon_legend.c
10905         * src/gtk/quicksearch.c
10906                 string fixes and additions
10908 2006-02-01 [paul]       2.0.0cvs4
10910         * src/compose.c
10911         * src/mainwindow.c
10912         * src/messageview.c
10913         * src/prefs_send.c
10914                 add Arabic encoding option
10915                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10917 2006-01-31 [colin]      2.0.0cvs3
10919         * src/plugins/pgpcore/passphrase.c
10920                 Convert passphrase to locale encoding
10921         * src/compose.c
10922                 Fix drafting on IMAP. Crappy bug sneaked in
10923                 the release :-/
10924         FOR_STABLE
10926 2006-01-30 [paul]       2.0.0cvs2
10928         * src/gtk/icon_legend.c
10929                 show the new entries
10931 2006-01-30 [colin]      2.0.0cvs1
10933         * src/manual.c
10934                 Check for the file to be present before 
10935                 enabling the menu - FOR_STABLE
10936         * src/gtk/icon_legend.c
10937                 Add folders icons (not all of them, there
10938                 are too much, but the most intriguing ones)
10940 2006-01-30 [paul]       2.0.0
10942         version 2.0.0 released
10944 [For previous entries, see ChangeLog.pre2.0.0]