2007-06-11 [paul] 2.9.2cvs53
[claws.git] / ChangeLog
blobd0cea9b5eb02ea885c0ff98cc047e4b252b7d573
1 2007-06-11 [paul]       2.9.2cvs53
3         * src/mainwindow.c
4         * src/prefs_logging.c
5                 rename 'Protocol Log' to 'Network Log'
6                 and some function renaming
8 2007-06-10 [wwp]        2.9.2cvs52
10         * src/gtk/pluginwindow.c
11                 Revert 2.9.2cvs51.
13 2007-06-10 [wwp]        2.9.2cvs51
15         * src/gtk/pluginwindow.c
16                 Fix button bar in plugin window, was centered and not
17                 behaving like other dialogs w/ such button bar.
19 2007-06-08 [wwp]        2.9.2cvs50
21         * src/compose.c
22         * src/compose.h
23         * src/main.c
24         * src/mainwindow.c
25         * src/mainwindow.h
26                 Provide a way out of automatic draft saving on IMAP, when
27                 exiting offline.
28                 Prevent drafting while sending and quitting while sending.
29                 Thanks for Colin.
33 2007-06-08 [wwp]        2.9.2cvs49
35         * src/prefs_account.c
36         * src/gtk/prefswindow.c
37         * src/gtk/prefswindow.h
38                 Activate the Basic page when opening account prefs.
40 2007-06-08 [wwp]        2.9.2cvs48
42         * src/common/socket.c
43                 Don't crash if fork() fails, thanks to Colin.
45 2007-06-08 [wwp]        2.9.2cvs47
47         * src/gtk/prefswindow.c
48                 Wrap some long lines, and reset horizontal scroller's adjusment
49                 (this was already done, vertically), when changing tab (not page)
50                 in prefs windows.
52 2007-06-08 [paul]       2.9.2cvs46
54         * src/common/utils.c
55                 use gethostname() instead of uname()
56                 based on a patch by Michael Hughes
57                 <Sylpheed-Claws_user@thehugheslogcabin.net>
59 2007-06-07 [wwp]        2.9.2cvs45
61         * src/prefs_common.c
62                 Fix some useless warnings, thanks to Colin.
64 2007-06-06 [colin]      2.9.2cvs44
66         * src/ldapupdate.c
67                 Fix strange allocations. 
69 2007-06-06 [colin]      2.9.2cvs43
71         * src/ldapupdate.c
72                 Patch by Michael Rasmussus to help
73                 bug 1232
75 2007-06-05 [wwp]        2.9.2cvs42
77         * src/prefs_account.c
78         * src/prefs_folder_item.c
79         * src/prefs_quote.c
80         * src/quote_fmt.c
81         * src/quote_fmt.h
82                 Per-folder templates can now be applied recursively.
83                 Always save per-folder templates (formats were erroneously
84                 saved only if they were enabled).
85                 Check for validity of quotation marks everywhere there
86                 are defined.
88 2007-06-05 [wwp]        2.9.2cvs41
90         * src/inc.c
91                 Fix incoming messages from local accounts always getting filtered
92                 (even if the account prefs say don't), thanks to Colin.
94 2007-06-05 [wwp]        2.9.2cvs40
96         * src/compose.c
97         * src/compose.h
98                 Use per-folder/per-account quote chars when applying a
99                 template or inserting text as well. Const'ify some
100                 vars more.
102 2007-06-04 [colin]      2.9.2cvs39
104         * src/compose.c
105                 More work for wwp :)
107 2007-06-04 [wwp]        2.9.2cvs38
109         * src/compose.c
110                 Same as 2.9.2cvs36 but for forwarding.
112 2007-06-04 [colin]      2.9.2cvs37
114         * src/compose.c
115                 Use original mail file for forward/redirect
116                 Fixes some forwarded mails to be attached as
117                 application/octet-stream (when they have binary
118                 parts), and incidentally fixes bug 848
119                 'Redirect breaks GnuPG'
121 2007-06-04 [wwp]        2.9.2cvs36
123         * src/compose.c
124                 Fix quote mark mis-initialisation when replying/forwarding
125                 (introduced w/ 2.9.2cvs20).
127 2007-06-04 [wwp]        2.9.2cvs35
129         * src/prefs_compose_writing.c
130         * src/prefs_quote.c
131                 Fix a bug where Quotation characters (prefs/compose/writing)
132                 was cleared (introduced w/ 2.9.2cvs26).
134 2007-06-04 [wwp]        2.9.2cvs34
136         * src/prefs_account.c
137         * src/prefs_account.h
138                 Better fix for compiling w/o aspell (rollbacks
139                 2.9.2cvs31).
141 2007-06-04 [wwp]        2.9.2cvs33
143         * src/account.c
144         * src/prefs_account.c
145         * src/prefs_account.h
146         * src/procmsg.c
147                 It's now possible to disable mail filtering plugins
148                 on a per-account basis.
150 2007-06-04 [wwp]        2.9.2cvs32
152         * src/procheader.c
153         * src/common/utils.c
154         * src/common/utils.h
155                 Support CRLF in headers part of messages.
156                 Support few more date formats (RFC3339 subsets).
158 2007-06-04 [wwp]        2.9.2cvs31
160         * src/prefs_account.c
161                 Fix compiling w/o aspell support.
163 2007-06-03 [wwp]        2.9.2cvs30
165         * src/prefs_gtk.c
166                 Don't decode leading ENV_ and ~ in P_PASSWORD
167                 values.
169 2007-06-03 [wwp]        2.9.2cvs29
171         * src/prefs_gtk.c
172                 Don't decode leading ENV_ and ~ in P_PASSWORD
173                 values.
175 2007-06-03 [wwp]        2.9.2cvs28
177         * src/prefs_account.c
178         * src/gtk/prefswindow.c
179         * src/gtk/prefswindow.h
180                 Added a way to force preloading of all pages
181                 (prefswindow).
182                 Moved tabs to pages in account prefs.
184 2007-06-02 [colin]      2.9.2cvs27
186         * src/addressbook.c
187                 Fix possible crash, fix ldap write bugs
188         * src/ldapupdate.c
189                 Fix ldap write bugs - patch by Michael
190                 Rasmussen
191         * src/alertpanel.c
192         * src/alertpanel.h
193                 Add a hook whenever alertpanel opens/closes
195 2007-05-31 [wwp]        2.9.2cvs26
197         * src/prefs_compose_writing.c
198         * src/prefs_quote.c
199                 Re-organized writing options a bit:
200                  - renamed the Quoting page to Templates
201                  - moved all composing templates to that page
202                  - moved non-templates options to the Writing one,
203                    grouped reply-related options, reordered reply and
204                    forward options.
206 2007-05-31 [wwp]        2.9.2cvs25
208         * src/compose.c
209                 Removed unused code.
211 2007-05-31 [colin]      2.9.2cvs24
213         * src/addressbook.c
214                 Fix missing display name when modifying
215                 LDAP. Patch by Michael Rasmussen
217 2007-05-31 [wwp]        2.9.2cvs23
219         * src/plugins/bogofilter/Makefile.am
220         * src/plugins/clamav/Makefile.am
221         * src/plugins/demo/Makefile.am
222         * src/plugins/dillo_viewer/Makefile.am
223         * src/plugins/spamassassin/Makefile.am
224                 Fix building of those plugins in Mac OS X.
226 2007-05-30 [wwp]        2.9.2cvs22
228         * src/gtk/quicksearch.c
229                 Fix missing initialization.
231 2007-05-30 [wwp]        2.9.2cvs21
233         * src/procheader.c
234                 Revert accidental commit (debug outputs).
236 2007-05-30 [wwp]        2.9.2cvs20
238         * src/compose.c
239         * src/folder_item_prefs.c
240         * src/folder_item_prefs.h
241         * src/prefs_account.c
242         * src/prefs_account.h
243         * src/prefs_folder_item.c
244         * src/prefs_gtk.c
245         * src/prefs_gtk.h
246                 Implemented per-account and per-folder
247                 compose/reply/forward formats.
249 2007-05-30 [wwp]        2.9.2cvs19
251         * src/prefs_compose_writing.c
252         * src/prefs_quote.c
253         * src/procheader.c
254         * src/quote_fmt.c
255         * src/quote_fmt.h
256                 Internal API changes (factorize quote format
257                 prefs and checks).
259 2007-05-30 [colin]      2.9.2cvs18
261         * src/compose.c
262                 Fix race where it's possible to re-click Send
263                 between end of SMTP session and end of "move to
264                 sent folder" when sending an email with send
265                 dialog enabled.
267 2007-05-30 [colin]      2.9.2cvs17
269         * src/crash.c
270                 Ask for backtrace on all threads. Patch by
271                 Pawel
272         * src/folderview.c
273                 Fix stale news statusbar when scanning fails.
274                 Patch by Pawel
275         * src/ldapupdate.c
276                 Fix some LDAP write updates bugs. Patch
277                 by Michael Rasmussen
279 2007-05-29 [colin]      2.9.2cvs16
281         * src/imap.c
282                 Fix loss of local flags when moving mails
283                 on IMAP in high-bandwidth mode (UID FETCH)
285 2007-05-25 [paul]       2.9.2cvs15
287         * src/common/socket.c
288                 fix sometimes crasher on cancelling
289                 message sending
291 2007-05-25 [colin]      2.9.2cvs14
293         * src/imap.c
294                 Fix a memory leak
295         * src/imap_gtk.c
296                 Be more helpful in the subscription
297                 message
299 2007-05-23 [wwp]        2.9.2cvs13
301         * src/compose.c
302         * src/prefs_compose_writing.c
303         * src/prefs_quote.c
304         * src/prefs_template.c
305         * src/prefs_template.h
306         * src/quote_fmt.c
307         * src/quote_fmt.h
308         * src/quote_fmt_lex.l
309         * src/quote_fmt_parse.y
310                 Introduced new syntax elements (symbols and commands)
311                 in templates/quote_fmt. Compatibility w/ old
312                 symbols is kept.
313                 Updated and reworked the corresponding Information
314                 dialog.
315                 Display the line number in dialogs that talk about
316                 parser errors (in addition to the error message in
317                 output).
319 2007-05-23 [wwp]        2.9.2cvs12
321         * src/quote_fmt_parse.y
322                 Fix 2.9.2cvs11, probably a paste accident ;).
324 2007-05-23 [wwp]        2.9.2cvs11
326         * src/compose.c
327         * src/prefs_template.c
328         * src/quote_fmt.h
329         * src/quote_fmt_parse.y
330                 Fix 2.9.2cvs10, which broke --disable-aspell.
332 2007-05-22 [wwp]        2.9.2cvs10
334         * src/compose.c
335         * src/prefs_template.c
336         * src/quote_fmt.c
337         * src/quote_fmt.h
338         * src/quote_fmt_lex.l
339         * src/quote_fmt_parse.y
340         * src/gtk/gtkaspell.c
341         * src/gtk/gtkaspell.h
342                 Added template/quote format syntactical elements
343                 to show and query:
344                         - current dictionary
345                           %T to show (shows empty if not set or not enabled),
346                           ?T and !T to check if the default dictionary is
347                           enabled and set
348                         - current account's default dictionary
349                           %aT to show (empty if not set or not enabled),
350                           ?aT and !aT to check if it's enabled and set
351                         - name completion for an address, from the address
352                           book
353                           %ABf, %ABt, %ABc respectively show the full name got
354                           from the address book if From, To or Cc match a single
355                           contact.
356                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
357                           matches any contact and if the full name is non-empty.
358                           If From, To or Cc are lists of email addresses, only
359                           the first address will be checked.
360                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
361                 that could show a trailing ','.
362                 Also, template/quote_fmt parser now shows the line number in case
363                 of parser error.
365 2007-05-15 [colin]      2.9.2cvs9
367         * src/main.c
368         * src/main.h
369                 Add a public function to know whether Claws
370                 crashed last time
371                 Store opened folder when exiting
372         * src/folder.c
373         * src/folder.h
374                 Store last opened message in each FolderItem;
375                 Reset last seen messages if Claws crashed, so 
376                 that one can't go in an infinite crash in case 
377                 a particular mail crashes Claws.
378         * src/messageview.c
379         * src/prefs_common.c
380         * src/prefs_common.h
381         * src/summaryview.c
382         * src/prefs_summaries.c
383                 Add "Select last opened message" when entering
384                 a folder
385                 Add "Select last opened folder" at startup.
387 2007-05-14 [colin]      2.9.2cvs8
389         * manual/xml2pdf
390                 Fix bashism, search for xml catalog 
391                 in /usr/local/share/xml/catalog too
392                 Patch by Pawel
394 2007-05-13 [wwp]        2.9.2cvs7
396         * src/gtk/logwindow.c
397                 fix raising log windows when they are either minimized or
398                 in background.
400 2007-05-11 [colin]      2.9.2cvs6
402         * src/gtk/filesel.c
403                 Use Hildon's file chooser on Maemo. Patch
404                 by Jean-Luc Biord; fixes part 2 of bug 1201,
405                 'File attachment "manipulation" bugs...'
407 2007-05-10 [wwp]        2.9.2cvs5
409         * src/prefs_common.c
410         * src/prefs_common.h
411         * src/gtk/quicksearch.c
412                 Add a quicksearch option to automatically run
413                 a search selected from the history (this option
414                 is exclusive towards type-ahead).
416 2007-05-10 [colin]      2.9.2cvs4
418         * src/imap.c
419                 Fix g_warnings, thanks to Brian
420                 Morrison
422 2007-05-09 [colin]      2.9.2cvs3
424         * src/crash.c
425         * src/exporthtml.c
426         * src/mbox.c
427         * src/prefs_summaries.c
428         * src/procheader.c
429         * src/common/log.c
430         * src/common/utils.c
431         * src/gtk/gtksourceprintjob.c
432         * src/gtk/sslcertwindow.c
433                 Use the re-entrant variant of time functions
434                 Probably fixes bug 1217, 'reentrancy problems 
435                 with time functions'
437 2007-05-09 [colin]      2.9.2cvs2
439         * src/imap.c
440                 Fix crasher when reconnection fails
442 2007-05-08 [paul]       2.9.2cvs1
444         * NEWS
445         * README
446         * RELEASE_NOTES
447         * configure.ac
448                 bump version number following
449                 stable release
451 2007-05-08 [paul]       2.9.1cvs48
453         * src/plugins/demo/demo.c
454         * src/plugins/dillo_viewer/dillo_prefs.c
455         * src/plugins/dillo_viewer/dillo_prefs.h
456         * src/plugins/dillo_viewer/dillo_viewer.c
457         * src/plugins/pgpcore/pgp_viewer.c
458         * src/plugins/pgpcore/pgp_viewer.h
459         * src/plugins/pgpcore/plugin.c
460         * src/plugins/pgpcore/prefs_gpg.c
461         * src/plugins/pgpcore/prefs_gpg.h
462         * src/plugins/pgpcore/sgpgme.c
463         * src/plugins/pgpcore/sgpgme.h
464         * src/plugins/pgpinline/plugin.c
465         * src/plugins/pgpmime/pgpmime.c
466         * src/plugins/pgpmime/pgpmime.h
467         * src/plugins/pgpmime/plugin.c
468         * src/plugins/spamassassin/spamassassin.c
469         * src/plugins/spamassassin/spamassassin.h
470         * src/plugins/spamassassin/spamassassin_gtk.c
471         * src/plugins/trayicon/README
472         * tools/README
473         * tools/README.sylprint
474         * tools/outlook2claws-mail.pl
475         * tools/sylprint.pl
476         * tools/tb2claws-mail
477         * tools/tbird2claws.py
478         * tools/update-po
479         * tools/vcard2xml.py
480         * tools/kdeservicemenu/README
481                 cleanups and corrections
483 2007-05-06 [wwp]        2.9.1cvs47
485         * tools/uudec
486                 Fix missing dash to `display` command-line, reported
487                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
489 2007-05-06 [colin]      2.9.1cvs46
491         * src/Makefile.am
492         * src/stock_pixmap.c
493         * src/stock_pixmap.h
494         * src/pixmaps/printer.xpm
495                 Add a printer icon
497 2007-05-06 [paul]       2.9.1cvs45
499         * src/compose.c
500         * src/ldapquery.c
501         * src/privacy.h
502         * src/summary_search.c
503         * src/summaryview.c
504                 fix build warnings
506 2007-05-05 [wwp]        2.9.1cvs44
508         * src/messageview.c
509         * src/mh.c
510         * src/prefs_actions.c
511         * src/prefs_gtk.c
512         * src/summaryview.c
513         * src/common/xml.c
514                 Fix "faild" typos everywhere and capitalization of
515                 some g_warnings.
517 2007-05-04 [colin]      2.9.1cvs43
519         * src/compose.c
520         * src/privacy.c
521         * src/privacy.h
522         * src/plugins/pgpcore/prefs_gpg.c
523         * src/plugins/pgpcore/prefs_gpg.h
524         * src/plugins/pgpinline/pgpinline.c
525         * src/plugins/pgpmime/pgpmime.c
526                 Add an API to warn about encryption limits,
527                 and allow to disable these warnings
529 2007-05-03 [colin]      2.9.1cvs42
531         * src/summaryview.c
532         * src/mainwindow.c
533                 Fix bug 1213, 'Delete more than 
534                 one thread at once'
536 2007-05-03 [wwp]        2.9.1cvs41
538         * src/prefs_common.c
539         * src/prefs_filtering.c
540         * src/prefs_template.c
541         * src/common/template.c
542         * src/common/template.h
543         * src/gtk/gtkutils.c
544         * src/gtk/gtkutils.h
545                 Templates are no longer automatically sorted
546                 by name, but can be sorted manually using
547                 |< < > >| buttons as well as drag'n'drop.
549 2007-05-03 [wwp]        2.9.1cvs40
551         * src/plugins/spamassassin/spamassassin.c
552         * src/plugins/spamassassin/spamassassin.h
553         * src/plugins/spamassassin/spamassassin_gtk.c
554         * src/plugins/bogofilter/bogofilter.c
555         * src/plugins/bogofilter/bogofilter.h
556         * src/plugins/bogofilter/bogofilter_gtk.c
557                 Added an option to conditionally mark saved spam
558                 as read (default is and was to do so).
559                 Satisfies feature request 1708539 on sf.net tracker.
561 2007-05-03 [colin]      2.9.1cvs39
563         * src/inc.c
564                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
566 2007-05-02 [colin]      2.9.1cvs38
568         * src/textview.c
569                 Fix bug 1209, 'Clicking on address 
570                 in header (mailto uri) selects 
571                 default account'. Patch adapted from
572                 G.P. Halkes' patch.
574 2007-05-02 [colin]      2.9.1cvs37
576         * src/grouplistdialog.c
577                 Set cursor to wait cursor while loading
578                 groups.
580 2007-05-02 [paul]       2.9.1cvs36
582         * src/folder.c
583         * src/common/defs.h
584                 rename cache and mark files
585                 (data is preserved)
587 2007-04-30 [paul]       2.9.1cvs35
589         * manual/glossary.xml
590         * manual/plugins.xml
591                 updates. Patch by Ricardo
593 2007-04-29 [wwp]        2.9.1cvs34
595         * src/mainwindow.c
596         * configure.ac
597                 Fix few grammatical errors (patch by David Relson < relson at
598                 osagesoftware dot com >).
600 2007-04-28 [colin]      2.9.1cvs33
602         * src/account.c
603         * src/pop.c
604         * src/prefs_account.c
605         * src/prefs_account.h
606                 Drop the "Download all" preference. It's
607                 stupidly useless and confuses people from
608                 time to time.
610 2007-04-27 [wwp]        2.9.1cvs32
612         * src/account.c
613         * src/prefs_account.c
614         * src/prefs_account.h
615                 Don't reflect accounts changes to the mainwindow when it's
616                 not necessary.
618 2007-04-27 [colin]      2.9.1cvs31
620         * src/folder.c
621                 Freeze/thaw when sync'ing flags
622         * src/imap.c
623         * src/prefs_account.c
624         * src/prefs_account.h
625         * src/etpan/imap-thread.c
626         * src/etpan/imap-thread.h
627                 Add a way to use UID FETCH instead
628                 of searches to fetch message lists
629                 and flags. More expensive towards
630                 bandwidth, less expensive towards
631                 server's CPU. Probably fixes 
632                 bug 1158, 'Scanning new folders on 
633                 Exchange 2007 extremely slow'.
634                 Patch 95% by Hoa.
636 2007-04-27 [paul]       2.9.1cvs30
638         * src/mainwindow.c
639         * src/prefs_logging.c
640                 improvements to english usage
642 2007-04-27 [colin]      2.9.1cvs29
644         * src/imap.c
645                 Fix build without libetpan (my bad!)
647 2007-04-26 [colin]      2.9.1cvs28
649         * src/imap.c
650         * src/imap.h
651                 Fix uselessly exported function
652         * src/textview.c
653                 Consider "- -- \n" as signature separator
654                 (that's what signature separators look like
655                  in PGP/Inline signed mails)
657 2007-04-26 [colin]      2.9.1cvs27
659         * configure.ac
660                 libetpan-0.49 is now required
661         * src/procmime.c
662                 Fix double fetching of mails if
663                 first try failed
664         * src/imap.c
665                 Make offline sync faster, by
666                 remembering last change time, and
667                 last sync time.
669 2007-04-26 [hoa]        2.9.1cvs26
671         * src/imap.c
672         * src/imap.h
673         * src/mainwindow.c
674         * src/toolbar.c
675         * src/etpan/imap-thread.c
676         * src/etpan/imap-thread.h
677                 cancellation of IMAP operations is now allowed.
678                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
680 2007-04-26 [colin]      2.9.1cvs25
682         * src/folder.c
683                 Always fetch body+headers in folders that are
684                 synched for offline use, if "Synchronise as
685                 soon as possible" is set.
686                 Fixes bug 1200, 'Add option to always retrieve full 
687                 messages'
689 2007-04-25 [colin]      2.9.1cvs24
691         * src/compose.c
692                 Fix bug 1198, 'Reply-all "disappearing" address bug 
693                 persists...'
695 2007-04-24 [colin]      2.9.1cvs23
697         * src/folderview.c
698                 Fix bug 1195, 'Hardware key navigation' 
699                 Make GDK_Enter toggle expansion (Maemo)
701 2007-04-24 [wwp]        2.9.1cvs22
703         * src/compose.c
704                 Fix few compiler warnings.
706 2007-04-24 [paul]       2.9.1cvs21
708         * src/Makefile.am
709         * src/stock_pixmap.c
710         * src/stock_pixmap.h
711                 complete last commit
713 2007-04-24 [paul]       2.9.1cvs20
715         * src/gtk/about.c
716         * src/pixmaps/active.xpm
717         * src/pixmaps/checkbox_off.xpm
718         * src/pixmaps/checkbox_on.xpm
719         * src/pixmaps/inactive.xpm
720                 kick out the blobs
721                 remove transparent border from checkbox icons
723 2007-04-24 [wwp]        2.9.1cvs19
725         * src/textview.c
726         * src/textview.h
727                 Fix a crash in textview, thanks to Colin.
729 2007-04-23 [wwp]        2.9.1cvs18
731         * src/prefs_common.c
732                 Fix 2.9.1cvs5: no header was being translated at all.
734 2007-04-23 [colin]      2.9.1cvs17
736         * src/Makefile.am
737         * src/stock_pixmap.c
738         * src/stock_pixmap.h
739         * src/summaryview.c
740         * src/summaryview.h
741         * src/gtk/gtksctree.c
742         * src/gtk/gtksctree.h
743         * src/pixmaps/selection.xpm
744                 Fix bug 1193, 'Need a way to multi-select
745                 items'. Add a toggle button to the summaryview
746                 to switch between normal and multiple selection
747                 (Maemo)
749 2007-04-23 [colin]      2.9.1cvs16
751         * src/Makefile.am
752         * src/stock_pixmap.c
753         * src/stock_pixmap.h
754         * src/summaryview.c
755         * src/summaryview.h
756         * src/gtk/gtksctree.c
757         * src/gtk/gtksctree.h
758         * src/pixmaps/selection.xpm
759                 Fix bug 1193, 'Need a way to multi-
760                 select items'
761                 Add a toggle button in the summaryview
762                 to enable normal or multiple selection.
763                 (Maemo)
765 2007-04-23 [colin]      2.9.1cvs15
767         * src/compose.c
768                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
770 2007-04-21 [colin]      2.9.1cvs14
772         * src/gtk/quicksearch.c
773                 Fix previous commit (actually use correct
774                 parameter)
776 2007-04-21 [colin]      2.9.1cvs13
778         * src/gtk/quicksearch.c
779                 Fix changing quicksearch type (after Esc,
780                 after changing Recursive, ...)
782 2007-04-20 [wwp]        2.9.1cvs12
784         * src/gtk/Makefile.am
785                 Added headers.h (completes 2.9.1cvs5).
787 2007-04-20 [wwp]        2.9.1cvs11
789         * src/addressbook.c
790                 Fix the use of display name in name column,
791                 it has been overriden w/ the use of nickname
792                 by 2.9.0cvs3. Now nickname is used (if any)
793                 in case of LDAP books only.
795 2007-04-20 [colin]      2.9.1cvs10
797         * src/mimeview.c
798         * src/summaryview.c
799         * src/textview.c
800                 Add handling of 'a' to loop in a mail's
801                 mimeparts
803 2007-04-20 [colin]      2.9.1cvs9
805         * src/toolbar.c
806                 Fix bug 1190, 'dir_open' button doesn't work'
807                 (Maemo)
809 2007-04-20 [colin]      2.9.1cvs8
811         * src/folderview.c
812         * src/mainwindow.c
813                 Fix bug 1194, 'Hardware keys move from email 
814                 list to account/directory list, but not back 
815                 to email list...' (Maemo)
817 2007-04-20 [colin]      2.9.1cvs7
819         * src/compose.h
820                 complete previous commit
822 2007-04-20 [colin]      2.9.1cvs6
824         * src/compose.c
825                 Fix bug 1187, 'Reply-to addressee disappears 
826                 when reply-to text box is clicked...' (Maemo)
828 2007-04-20 [wwp]        2.9.1cvs5
830         * po/POTFILES.in
831         * src/addressbook.c
832         * src/compose.c
833         * src/filtering.c
834         * src/headerview.c
835         * src/matcher.c
836         * src/prefs_common.c
837         * src/prefs_common.h
838         * src/prefs_display_header.c
839         * src/prefs_matcher.c
840         * src/summaryview.c
841         * src/gtk/headers.h
842         * src/gtk/quicksearch.c
843                 Translate more header names according to the relevant option value,
844                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
845                 Replaced nearly all uses of prefs_common.trans_hdr with a call
846                 to prefs_common_translated_header_name().
847                 Added a headers.h reference file that contains known header names
848                 (RFC2822 and others) to the translation process' input, so that
849                 translated header names will still exist even if no occurrence of
850                 _("headername") is found anymore in the sources.
851                 Don't translate column name 'Number' following to trans_hdr option
852                 value as it's not a header name.
854 2007-04-20 [colin]      2.9.1cvs4
856         * src/gtk/quicksearch.c
857         * src/gtk/quicksearch.h
858                 Add "From, To or Subject" quicksearch
859                 type. Patch by ulfschaper@users.sf.net
861 2007-04-20 [colin]      2.9.1cvs3
863         * src/matcher.c
864                 Implement proper references filtering condition.
865                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
867 2007-04-19 [wwp]        2.9.1cvs2
869         * src/prefs_display_header.c
870         * src/message_search.c
871                 Fix few warnings (g_free of const gchar*).
873 2007-04-19 [paul]       2.9.1cvs1
875         * NEWS
876         * README
877         * RELEASE_NOTES
878         * configure.ac
879                 bump version number following
880                 stable release
882 2007-04-19 [paul]       2.9.0cvs9
884         * manual/advanced.xml
885         * manual/glossary.xml
886                 fix typos
888 2007-04-18 [paul]       2.9.0cvs8
890         * src/pop.c
891                 fix for CVE-2007-1558 (APOP)
892                 Thanks to Colin
894 2007-04-18 [paul]       2.9.0cvs7
896         * src/messageview.c
897         * src/mimeview.c
898         * src/summaryview.c
899         * src/gtk/filesel.c
900                 Fix encoding woes wrt saving of
901                 mails and parts
902                 Thanks to Colin
904 2007-04-18 [colin]      2.9.0cvs6
906         * src/gtk/pluginwindow.c
907                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
909 2007-04-17 [wwp]        2.9.0cvs5
911         * src/addressadd.c
912         * src/addressbook.c
913         * src/addrindex.c
914         * src/ldapupdate.c
915                 Fix --disable-ldap build,
916                 fix some LDAP annoyances on 
917                 searches, thanks to Colin.
919 2007-04-17 [wwp]        2.9.0cvs4
921         * src/ldapupdate.c
922                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
923                 like gcc 2.9x. Thanks to Colin.
925 2007-04-17 [wwp]        2.9.0cvs3
927         * src/Makefile.am
928         * src/addressadd.c
929         * src/addressbook.c
930         * src/addrindex.c
931         * src/addritem.c
932         * src/addritem.h
933         * src/editaddress.c
934         * src/ldapctrl.c
935         * src/ldapctrl.h
936         * src/ldapquery.c
937         * src/ldapserver.c
938         * src/ldapserver.h
939         * src/ldapupdate.c
940         * src/ldapupdate.h
941                 Add LDAP write support. Patch mostly by 
942                 Michael <mir at datanom dot net>
944 2007-04-17 [wwp]        2.9.0cvs2
946         * src/compose.c
947                 Prepend "Add to address book" to the context menu of compose window's sender and
948                 recipient fields.
950 2007-04-16 [paul]       2.9.0cvs1
952         * src/gtk/authors.h
953                 add Pader Rezso
955 2007-04-16 [paul]       2.9.0
957         * NEWS
958         * README
959         * RELEASE_NOTES
960                 2.9.0 released
962 2007-04-16 [paul]       2.8.1cvs102
964         * po/fr.po
965                 updated by Fabien Vantard
967 2007-04-16 [paul]       2.8.1cvs101
969         * po/ca.po
970         * po/cs.po
971         * po/de.po
972         * po/hu.po
973         * po/pl.po
974         * po/pt_BR.po
975         * po/sr.po
976         * po/zh_CN.po
977                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
978                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
979                 Aleksandar Urosevic, and Ralgh Young
981 2007-04-15 [mones]      2.8.1cvs100
983         * po/es.po
984                 Updated for release
986 2007-04-14 [colin]      2.8.1cvs99
988         * src/message_search.c
989         * src/prefs_display_header.c
990         * src/summary_search.c
991         * src/gtk/combobox.c
992                 Fix allocations
994 2007-04-14 [wwp]        2.8.1cvs98
996         * src/gtk/combobox.c
997         * src/message_search.c
998         * src/summary_search.c
999         * src/prefs_display_header.c
1000                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
1001                 returns NULL, get the text value directly from the GtkEntry child.
1003 2007-04-13 [colin]      2.8.1cvs97
1005         * src/gtk/quicksearch.c
1006                 Give the focus back to summaryview when
1007                 emptying the quicksearch with Esc
1009 2007-04-13 [colin]      2.8.1cvs96
1011         * src/message_search.c
1012         * src/prefs_display_header.c
1013         * src/summary_search.c
1014                 Fix possibles crashes when getting text
1015                 from gtk combos
1017 2007-04-13 [colin]      2.8.1cvs95
1019         * src/pop.c
1020                 Add some UIDL debugging
1022 2007-04-12 [colin]      2.8.1cvs94
1024         * src/folder.c
1025                 Force folder scan if necessary after
1026                 copying mails, to be able to reapply
1027                 flags.
1029 2007-04-11 [colin]      2.8.1cvs93
1031         * src/main.c
1032                 don't scan for new mail on startup if --select
1033                 is specified (or race conditions arise). If so,
1034                 do both sequentially.
1036 2007-04-09 [colin]      2.8.1cvs92
1038         * src/common/defs.h
1039                 Use leafpad by default on Maemo. Patch
1040                 by Jean-Luc Biord.
1042 2007-04-06 [colin]      2.8.1cvs91
1044         * src/pixmaps/queue_close.xpm
1045         * src/pixmaps/queue_close_hrm.xpm
1046         * src/pixmaps/queue_close_hrm_mark.xpm
1047         * src/pixmaps/queue_close_mark.xpm
1048         * src/pixmaps/queue_open.xpm
1049         * src/pixmaps/queue_open_hrm.xpm
1050         * src/pixmaps/queue_open_hrm_mark.xpm
1051         * src/pixmaps/queue_open_mark.xpm
1052                 Move the clock one pixel down :)
1054 2007-04-05 [colin]      2.8.1cvs90
1056         * src/mainwindow.c
1057                 Don't sync when switching offline from
1058                 command line - it's usually too late :)
1060 2007-04-05 [paul]       2.8.1cvs89
1062         * src/Makefile.am
1063         * src/stock_pixmap.c
1064         * src/pixmaps/dir_close_hrm.xpm
1065         * src/pixmaps/dir_close_hrm_mark.xpm
1066         * src/pixmaps/drafts_close.xpm
1067         * src/pixmaps/drafts_close_mark.xpm
1068         * src/pixmaps/drafts_open.xpm
1069         * src/pixmaps/drafts_open_mark.xpm
1070         * src/pixmaps/inbox.xpm
1071         * src/pixmaps/inbox_close.xpm
1072         * src/pixmaps/inbox_close_hrm.xpm
1073         * src/pixmaps/inbox_close_hrm_mark.xpm
1074         * src/pixmaps/inbox_close_mark.xpm
1075         * src/pixmaps/inbox_hrm.xpm
1076         * src/pixmaps/inbox_hrm_mark.xpm
1077         * src/pixmaps/inbox_mark.xpm
1078         * src/pixmaps/inbox_open.xpm
1079         * src/pixmaps/inbox_open_hrm.xpm
1080         * src/pixmaps/inbox_open_hrm_mark.xpm
1081         * src/pixmaps/inbox_open_mark.xpm
1082         * src/pixmaps/outbox.xpm
1083         * src/pixmaps/outbox_close.xpm
1084         * src/pixmaps/outbox_close_hrm.xpm
1085         * src/pixmaps/outbox_close_hrm_mark.xpm
1086         * src/pixmaps/outbox_close_mark.xpm
1087         * src/pixmaps/outbox_hrm.xpm
1088         * src/pixmaps/outbox_hrm_mark.xpm
1089         * src/pixmaps/outbox_mark.xpm
1090         * src/pixmaps/outbox_open.xpm
1091         * src/pixmaps/outbox_open_hrm.xpm
1092         * src/pixmaps/outbox_open_hrm_mark.xpm
1093         * src/pixmaps/outbox_open_mark.xpm
1094         * src/pixmaps/queue_close.xpm
1095         * src/pixmaps/queue_close_hrm.xpm
1096         * src/pixmaps/queue_close_hrm_mark.xpm
1097         * src/pixmaps/queue_close_mark.xpm
1098         * src/pixmaps/queue_open.xpm
1099         * src/pixmaps/queue_open_hrm.xpm
1100         * src/pixmaps/queue_open_hrm_mark.xpm
1101         * src/pixmaps/queue_open_mark.xpm
1102                 updated, added and replaced icons
1103                 Icons by Colin
1105 2007-04-04 [colin]      2.8.1cvs88
1107         * src/imap.c
1108                 Fix build without libetpan
1110 2007-04-03 [colin]      2.8.1cvs87
1112         * src/imap.c
1113                 Fix crash with Citadel, and try to make
1114                 things work. this server (and specifically 
1115                 STATUS and APPEND at least) seems broken.
1117 2007-04-03 [colin]      2.8.1cvs86
1119         * src/folderview.c
1120                 Fix icons on folder close
1122 2007-04-03 [colin]      2.8.1cvs85
1124         * src/inc.c
1125                 Fix double-ask of offline override in
1126                 certain cases
1127         * src/imap.c
1128         * src/imap.h
1129         * src/imap_gtk.c
1130                 Much more efficient way to synchronise
1131                 for offline use
1132         * src/etpan/imap-thread.c
1133                 Fix possible segs
1134         * src/folder.c
1135         * src/gtk/quicksearch.c
1136                 Fix some GUI lags
1138 2007-04-03 [paul]       2.8.1cvs84
1140         * src/filtering.c
1141         * src/folder.c
1142         * src/folder.h
1143         * src/prefs_common.c
1144         * src/prefs_common.h
1145         * src/prefs_other.c
1146                 Fix sync being done too late
1147                 Thanks to Colin
1149 2007-04-02 [colin]      2.8.1cvs83
1151         * src/summaryview.c
1152                 Maemo: Put status and quicksearch at the top
1153         * src/plugins/bogofilter/bogofilter.c
1154         * src/plugins/spamassassin/spamassassin.c
1155                 Derive trash from inbox if possible
1157 2007-04-02 [paul]       2.8.1cvs82
1159         * src/plugins/bogofilter/bogofilter_gtk.c
1160                 a few English changes
1162 2007-04-02 [paul]
1164         2.9.0-rc1 released
1166 2007-04-02 [colin]      2.8.1cvs81
1168         * src/image_viewer.c
1169                 Fix transparent images by using
1170                 GtkImage
1171         * src/messageview.c
1172                 Flush events (on new windows) to avoid
1173                 having the textview's image resize fail
1174                 to know the available width
1176 2007-04-01 [colin]      2.8.1cvs80
1178         * src/prefs_account.c
1179                 If no MH mailbox exist, when creating a POP/Local
1180                 account, just create and use the default one 
1181                 instead of bailing with a "Mailbox doesn't exist"
1182                 error
1184 2007-03-31 [colin]      2.8.1cvs79
1186         * src/prefs_account.c
1187                 Create signature file if it doesn't exist
1188                 before editing
1189         * src/prefs_toolbar.c
1190                 Maemo: Move "Use default" on the left so
1191                 that people can find it
1192         * src/common/defs.h
1193                 Maemo: make default editor "Maemopad", 
1194                 default signature file "MyDocs/signature.txt"
1196 2007-03-31 [colin]      2.8.1cvs78
1198         * src/prefs_account.c
1199                 Maemo: rework account prefs so
1200                 that less horizontal scrolling
1201                 is required
1203 2007-03-31 [colin]      2.8.1cvs77
1205         * src/folderview.c
1206         * src/prefs_common.c
1207         * src/prefs_common.h
1208                 Fix bug 1167, 'Allow not displaying zeros 
1209                 in folder list'. Patch by MartinP
1211 2007-03-31 [colin]      2.8.1cvs76
1213         * AUTHORS
1214                 Add Jean-Luc Biord
1216 2007-03-31 [colin]      2.8.1cvs75
1218         * src/imap.c
1219                 Apply patch from bug 1172, direct
1220                 access to the folder's session instead
1221                 of using getter. Patch by MartinP
1223 2007-03-31 [paul]       2.8.1cvs74
1225         * src/gtk/authors.h
1226                 no need to list Fabien twice!
1228 2007-03-31 [colin]      2.8.1cvs73
1230         * src/inc.c
1231                 If we're currently "overriding for %d minutes",
1232                 don't ask
1234 2007-03-31 [colin]      2.8.1cvs72
1236         * src/compose.c
1237         * src/imap.c
1238         * src/inc.c
1239         * src/inc.h
1240         * src/messageview.c
1241         * src/news.c
1242         * src/plugins/spamassassin/spamassassin.c
1243                 Offline override: Add a parameter to allow
1244                 asking even if the override timer is running.
1245                 Allows to ask every time the user makes an
1246                 explicit action needing online access (such
1247                 as Get Mail), and not when the action is 
1248                 implicit (such as opening an IMAP folder)
1250 2007-03-31 [colin]      2.8.1cvs71
1252         * src/inc.c
1253                 Override offline: "No" answer shouldn't
1254                 re-ask after 3 seconds, but 10 minutes. 
1256 2007-03-30 [colin]      2.8.1cvs70
1258         * src/common/socket.c
1259                 Better error reporting on unix socket
1260                 failure (bind usually)
1261         * src/gtk/gtkutils.c
1262         * src/gtk/gtkutils.h
1263                 Label window: add a pulsing progress
1264                 bar to show we're not hung :)
1265         * src/folderview.c
1266         * src/main.c
1267         * src/plugins/pgpcore/sgpgme.c
1268                 Update API
1270 2007-03-30 [colin]      2.8.1cvs69
1272         * src/pop.c
1273         * src/prefs_common.c
1274                 Fix possible trashing of history and uidl
1275                 files on disk full problems
1277 2007-03-30 [paul]       2.8.1cvs68
1279         * src/mainwindow.c
1280         * src/summaryview.c
1281         * src/summaryview.h
1282                 update summary when changing layout type
1283                 (fixes wrong folder icon being displayed)
1284                 Thanks to Colin
1286 2007-03-29 [colin]      2.8.1cvs67
1288         * src/prefs_ext_prog.c
1289                 The browser pref is irrelevant on Maemo
1291 2007-03-29 [colin]      2.8.1cvs66
1293         * src/compose.c
1294         * src/compose.h
1295                 Maemo: dynamically switch headers/text position
1296         * src/prefs_common.c
1297                 Maemo: hide compose's ruler by default
1298         * src/common/socket.c
1299         * src/common/socket.h
1300                 Fix build warning
1302 2007-03-29 [colin]      2.8.1cvs65
1304         * src/common/socket.c
1305         * src/common/socket.h
1306                 Fix build when MAEMO_CFLAGS contains
1307                 _X_OPENSOURCE (resolv.h errors as long
1308                 as we don't add _BSD_SOURCE. Ugly).
1310 2007-03-29 [wwp]        2.8.1cvs64
1312         * src/prefs_logging.c
1313                 Fix sensitivity of clip-log widgets in prefs/logging,
1314                 thanks to Fabien.
1316 2007-03-29 [wwp]        2.8.1cvs63
1318         * po/POTFILES.in
1319                 Updated files list for translations, thanks to Fabien.
1321 2007-03-29 [colin]      2.8.1cvs62
1323         * src/main.c
1324         * src/common/Makefile.am
1325         * src/common/utils.c
1326                 Maybe make URI opening work in Maemo
1327                 Requires testing :)
1329 2007-03-28 [colin]      2.8.1cvs61
1331         * src/folder.c
1332         * src/folder.h
1333         * src/folderview.c
1334                 Add the possibility to sort folders arbitrarily
1335                 (via editing of folderlist.xml only). Patch by
1336                 Martin P <mp26+claws@os.inf.tu-dresden.de>
1337                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
1338                 be changed by the user'
1340 2007-03-28 [colin]      2.8.1cvs60
1342         * src/mimeview.c
1343                 Add popup menu for mime icons
1345 2007-03-28 [colin]      2.8.1cvs59
1347         * src/mainwindow.c
1348                 Fix a layout issue when presenting
1349                 mainwindow in Small screen layout
1350         * src/toolbar.c
1351         * src/toolbar.h
1352                 Add a "Go to folder list" button for
1353                 mainwindow, and make it default in
1354                 the Maemo build
1356 2007-03-28 [colin]      2.8.1cvs58
1358         * src/compose.c
1359                 Don't dynamically update title on Maemo
1360                 Patch by Jean-Luc Biord
1362 2007-03-27 [colin]      2.8.1cvs57
1364         * src/compose.c
1365         * src/folderview.c
1366         * src/summaryview.c
1367                 Enable tap-and-hold on Maemo
1369 2007-03-26 [colin]      2.8.1cvs56
1371         * src/compose.c
1372                 More popup-menu (in attachments list)
1374 2007-03-26 [colin]      2.8.1cvs55
1376         * src/compose.c
1377                 Enable popup-menu signal
1379 2007-03-26 [colin]      2.8.1cvs54
1381         * src/plugins/pgpinline/pgpinline.c
1382                 Fix bug 1111, 'PGP/inline plugin hides text 
1383                 around encrypted text block'. Patch based on
1384                 a patch from Michal Cihar.
1386 2007-03-26 [wwp]        2.8.1cvs53
1388         * src/procmsg.c
1389                 Fix getting a false error when sending queued message
1390                 whereas the sending was fine (if there are subfolders
1391                 in the queue folder), thanks to Colin.
1393 2007-03-26 [paul]       2.8.1cvs52
1395         * src/wizard.c
1396                 update FACE header in welcome message
1398 2007-03-25 [colin]      2.8.1cvs51
1400         * src/Makefile.am
1401                 Fix make dist
1403 2007-03-25 [colin]      2.8.1cvs50
1405         * src/main.c
1406                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1408 2007-03-24 [colin]      2.8.1cvs49
1410         * src/main.c
1411                 Fix a few launch problems on Maemo
1412                 Patch by Jean-Luc Biord
1414 2007-03-24 [wwp]        2.8.1cvs48
1416         * src/alertpanel.c
1417         * src/alertpanel.h
1418         * src/messageview.c
1419         * src/summaryview.c
1420                 Fix wrong action performed when closing the
1421                 "ask about account specific filtering rules
1422                 when filtering manually" dialog by pressing Escape.
1423                 Fix wrong order of buttons in the "return receipt
1424                 notification - the message was sent to several of
1425                 your accounts" dialog.
1427 2007-03-24 [paul]       2.8.1cvs47
1429         * src/folderview.c
1430                 an improvement to English usage
1431         * tools/kdeservicemenu/README
1432                 updated Claws url
1434 2007-03-24 [paul]       2.8.1cvs46
1436         * src/Makefile.am
1437         * src/stock_pixmap.c
1438         * src/pixmaps/edit_extern.xpm
1439         * src/pixmaps/mail_sign.xpm
1440                 rescue long lost icons
1442 2007-03-24 [paul]       2.8.1cvs45
1444         * src/toolbar.c
1445                 fix toolbar (broken in 2.8.1cvs42)
1447 2007-03-23 [colin]      2.8.1cvs44
1449         * src/imap.c
1450                 Correctly unsubscribe/resubscribe after
1451                 RENAME
1453 2007-03-23 [colin]      2.8.1cvs43
1455         * src/prefs_common.c
1456                 Maemo: as the platform is light on RAM, allow
1457                 caches to be discarded faster.
1459 2007-03-23 [colin]      2.8.1cvs42
1461         * src/Makefile.am
1462         * src/compose.c
1463         * src/compose.h
1464         * src/stock_pixmap.c
1465         * src/stock_pixmap.h
1466         * src/summaryview.c
1467         * src/summaryview.h
1468         * src/toolbar.c
1469         * src/toolbar.h
1470         * src/pixmaps/open_mail.xpm
1471                 Maemo changes: Add the possibility to have
1472                 "Open Email" and "Close Window" buttons on 
1473                 toolbars (and use them in Maemo's default
1474                 toolbars)
1476 2007-03-23 [wwp]        2.8.1cvs41
1478         * src/action.c
1479                 Reverted that part of the action dialog closure logics, to
1480                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1481                 done later in a different way (or may not).
1483 2007-03-22 [wwp]        2.8.1cvs40
1485         * src/action.c
1486                 Fix sticky action dialog when got no output but action command
1487                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1489 2007-03-22 [colin]      2.8.1cvs39
1491         * src/prefs_filtering.c
1492         * src/gtk/combobox.h
1493                 Fix escaping account names in filtering prefs
1495 2007-03-22 [colin]      2.8.1cvs38
1497         * src/addrindex.c
1498         * src/ldapctrl.h
1499         * src/ldapquery.c
1500                 Add any attribute specified in LDAP servers'
1501                 Search attributes to the Other Attributes tab
1502                 of contacts; Add 'telephoneNumber' in the
1503                 default list.
1505 2007-03-22 [colin]      2.8.1cvs37
1507         * src/folderview.c
1508         * src/folderview.h
1509         * src/mainwindow.c
1510                 Try to prevent race conditions when
1511                 changing the folder list
1512         * src/summaryview.c
1513                 Fix possible red folder icon when
1514                 switching from Small screen layout
1515                 to any other
1517 2007-03-22 [colin]      2.8.1cvs36
1519         * src/mainwindow.c
1520         * src/mainwindow.h
1521         * src/summaryview.c
1522                 Rename "little screen" to "Small screen"
1523         * src/gtk/Makefile.am
1524         * src/common/utils.c
1525         * src/mh.c
1526                 Fix Maemo-related compilation problems
1528 2007-03-21 [colin]      2.8.1cvs35
1530         * configure.ac
1531                 Fix previous commit
1532         * claws-mail.desktop
1533                 Remove .png from the Icon, it's useless
1535 2007-03-21 [colin]      2.8.1cvs34
1537         * configure.ac
1538         * src/Makefile.am
1539                 Add the necessary lib checking for 
1540                 Maemo
1542 2007-03-21 [colin]      2.8.1cvs33
1544         * src/main.c
1545                 Fix unconditional "error happened" when
1546                 sending via command-line. "lol @ myself"
1548 2007-03-21 [colin]      2.8.1cvs32
1550         * claws-mail-40x40.png
1551         * claws-mail-26x26.png
1552         * src/account.c
1553         * src/addressbook.c
1554         * src/compose.c
1555         * src/folderview.c
1556         * src/folderview.h
1557         * src/main.c
1558         * src/mainwindow.c
1559         * src/mainwindow.h
1560         * src/messageview.c
1561         * src/prefs_account.c
1562         * src/prefs_common.c
1563         * src/summary_search.c
1564         * src/summaryview.c
1565         * src/summaryview.h
1566         * src/gtk/authors.h
1567         * src/gtk/gtkutils.c
1568         * src/gtk/gtkutils.h
1569         * src/gtk/logwindow.c
1570         * src/gtk/menu.c
1571         * src/gtk/prefswindow.c
1572                 Add Maemo port (patch mainly by Jean-Luc Biort)
1573                 Add a new 'Little screen' layout to help on such
1574                 platforms (patch by me)
1575                 Make some default preferences different (more
1576                 adapted) on Maemo (patch by me)
1578 2007-03-21 [wwp]        2.8.1cvs31
1580         * src/prefs_logging.c
1581         * src/prefs_logging.h
1582                 Fixed copyright header of newly added files.
1584 2007-03-21 [wwp]        2.8.1cvs30
1586         * src/Makefile.am
1587         * src/filtering.c
1588         * src/filtering.h
1589         * src/folder.c
1590         * src/folderview.c
1591         * src/imap.c
1592         * src/inc.c
1593         * src/main.c
1594         * src/mainwindow.c
1595         * src/mainwindow.h
1596         * src/matcher.c
1597         * src/messageview.c
1598         * src/news.c
1599         * src/pop.c
1600         * src/prefs_common.c
1601         * src/prefs_common.h
1602         * src/prefs_logging.c
1603         * src/prefs_logging.h
1604         * src/prefs_other.c
1605         * src/procmsg.c
1606         * src/send_message.c
1607         * src/summaryview.c
1608         * src/common/log.c
1609         * src/common/log.h
1610         * src/common/nntp.c
1611         * src/common/session.c
1612         * src/common/smtp.c
1613         * src/common/socket.c
1614         * src/etpan/imap-thread.c
1615         * src/gtk/logwindow.c
1616         * src/gtk/logwindow.h
1617         * src/plugins/bogofilter/bogofilter.c
1618         * src/plugins/spamassassin/spamassassin.c
1619                 Added debugging of filtering/processing rules.
1620                 The debug log is here 'Tools/Filtering debug window',
1621                 the options there 'Configuration/Preferences/Other/Logging',
1622                 and the log file is ~/.claws-mail/filtering.log.
1623                 Moved protocol log prefs to 'Other/Logging' as well.
1624                 To support such debugging feature, the existing log API has
1625                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1626                 this impacts many external modules (commits follow).
1628 2007-03-21 [paul]       2.8.1cvs29
1630         * src/etpan/Makefile.am
1631         * src/etpan/imap-thread.c
1632                 add missing #include
1634 2007-03-21 [colin]      2.8.1cvs28
1636         * src/procmime.c
1637                 Fix bug 1157, 'some broken messages confuse 
1638                 mime parser'. Make sure we can't have MimeInfos
1639                 with negative sizes.
1641 2007-03-20 [colin]      2.8.1cvs27
1643         * src/main.c
1644                 Fix missing \0 on buffer
1646 2007-03-20 [colin]      2.8.1cvs26
1648         * src/mh.c
1649                 Use make_dir_hier instead of make_dir 
1650                 to create the MH mailbox
1652 2007-03-20 [colin]      2.8.1cvs25
1654         * src/folder.c
1655         * src/folder.h
1656         * src/prefs_account.c
1657         * src/wizard.c
1658                 Fix default inbox weirdnesses (after wizard,
1659                 if path is Mail, mailbox identifier is #mh/Mailbox,
1660                 and when creating new accounts)
1662 2007-03-20 [colin]      2.8.1cvs24
1664         * src/account.c
1665                 Write folderlist after adding/deleting accounts
1666                 that have folders
1668 2007-03-20 [colin]      2.8.1cvs23
1670         * src/imap.c
1671         * src/remotefolder.h
1672                 Fix bug 1153, 'CM segfaults if IMAP folder is 
1673                 selected while scanning prior to update'
1675 2007-03-17 [paul]       2.8.1cvs22
1677         * src/main.c
1678                 fix a typo, and be a little more verbose.
1680 2007-03-17 [wwp]        2.8.1cvs21
1682         * src/inc.c
1683                 Fix a compiler warning.
1685 2007-03-16 [wwp]        2.8.1cvs20
1687         * tools/Makefile.am
1688         * tools/README
1689                 Updated to deal w/ the new mairix.sh tool.
1691 2007-03-16 [wwp]        2.8.1cvs19
1693         * src/action.c
1694                 Fix logics issues around the action IO dialog:
1695                 - disable entry widget and exec button when
1696                   the exec button is clicked (don't wait for any
1697                   output line) - fix possible disabling/re-enabling/
1698                   re-disabling of those widgets
1699                 - raise an error if executing a %as{} action either
1700                   empty or invalid, instead of failing silently
1701                 - don't close the dialog if the abort button has been
1702                   clicked and if there was no output yet
1703                 - set focus to the abort button when the exec button
1704                   is clicked
1705                 - fix capitalization of a warning message
1707 2007-03-16 [wwp]        2.8.1cvs18
1709         * tools/mairix.sh
1710                 Added a wrapper to mairix to the tools folder.
1712 2007-03-16 [colin]      2.8.1cvs17
1714         * src/messageview.c
1715         * src/mimeview.h
1716                 Allow mimeviewer plugins to print
1717                 their stuff
1719 2007-03-16 [colin]      2.8.1cvs16
1721         * .cvsignore
1722                 Ignore *.patchset
1724 2007-03-15 [colin]      2.8.1cvs15
1726         * src/messageview.c
1727         * src/mimeview.h
1728                 Add a way for mimeviewer plugins to
1729                 implement body search
1731 2007-03-15 [paul]       2.8.1cvs14
1733         * src/prefs_spelling.c
1734                 fix English usage
1736 2007-03-15 [paul]       2.8.1cvs13
1738         * src/common/quoted-printable.c
1739                 fix decoding of quoted-printable parts
1741 2007-03-14 [wwp]        2.8.1cvs12
1743         * src/gtk/logwindow.h
1744                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1746 2007-03-14 [wwp]        2.8.1cvs11
1748         * src/gtk/logwindow.h
1749                 Complete 2.8.1cvs10.
1751 2007-03-14 [colin]      2.8.1cvs10
1753         * src/gtk/logwindow.c
1754                 Probably fix bug 1149, crash on logwindow
1755                 close - at the expense of performance once
1756                 logwin has been opened
1758 2007-03-14 [colin]      2.8.1cvs9
1760         * src/main.c
1761                 If claws-mail is running on another
1762                 display, warn instead of popping it up
1763                 on the other display
1765 2007-03-12 [colin]      2.8.1cvs8
1767         * src/wizard.c
1768                 Fix bug 1145, 'Setting a different name 
1769                 for the Mailbox name isn't reflected in 
1770                 default account settings'. Patch by wwp
1772 2007-03-12 [colin]      2.8.1cvs7
1774         * src/summaryview.c
1775                 Fix bug 1143, 'Add number of messages to be 
1776                 deleted to confirmation dialog'
1778 2007-03-12 [wwp]        2.8.1cvs6
1780         * src/folderview.c
1781         * src/prefs_common.c
1782         * src/prefs_common.h
1783         * src/prefs_summaries.c
1784                 Changed the option that displays unread messages count
1785                 next to the folder name in folder list: it is now
1786                 possible to either display nothing, display the
1787                 unread messages number only or the unread and total messages
1788                 numbers. The patch includes this extra feature as well
1789                 as some minor fixes by rewriting the algo in folderview.c.
1790                 Thanks to Paul for the original idea and implementation, plus
1791                 testing and proof-reading!
1793 2007-03-09 [paul]       2.8.1cvs5
1795         * tools/Makefile.am
1796         * tools/README
1797         * tools/claws-mail-compose-insert-files.pl
1798                 added a script which enables inserting files
1799                 into the message body of a new Claws Mail
1800                 Compose window from the command line. Additionally
1801                 To, Cc, Subject and files to attach to the message
1802                 can be specified.
1804 2007-03-09 [wwp]        2.8.1cvs4
1806         * src/addr_compl.c
1807         * src/addr_compl.h
1808         * src/filtering.c
1809                 Optimize matching of addresses in the addressbook
1810                 (filtering/processing 'found_in_addressbook' condition).
1812 2007-03-07 [wwp]        2.8.1cvs3
1814         * src/quote_fmt.c
1815         * src/quote_fmt_lex.l
1816         * src/quote_fmt_parse.y
1817                 Add a new quote format symbol: %A to insert the
1818                 sender email address (just the address itself).
1820 2007-03-06 [wwp]        2.8.1cvs2
1822         * src/gtk/gtkutils.c
1823         * src/plugins/trayicon/trayicon_prefs.h
1824         * src/plugins/trayicon/trayicon_prefs.c
1825         * src/plugins/trayicon/trayicon.c
1826         * src/mainwindow.h
1827         * src/mainwindow.c
1828                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1829                 minimizing Claws-Mail main window will hide it to the trayicon instead.
1832 2007-03-06 [paul]       2.8.1cvs1
1834         * NEWS
1835         * README
1836         * RELEASE_NOTES
1837         * configure.ac
1838                 bump version number following
1839                 stable release
1841 2007-03-06 [paul]       2.8.0cvs24
1843         * po/cs.po
1844                 corrected by by Tim <timbrain@post.cz>
1846 2007-03-05 [colin]      2.8.0cvs23
1848         * src/Makefile.am
1849         * src/procmime.c
1850                 Fix mime/globs path on NetBSD
1851                 patch by George Michaelson
1853 2007-03-05 [wwp]        2.8.0cvs22
1855         * src/addr_compl.c
1856                 Remove debug statement (accidentally committed w/ cvs14).
1858 2007-03-05 [paul]       2.8.0cvs21
1860         * src/plugins/pgpcore/prefs_gpg.c
1861                 fix compiler warning
1863 2007-03-05 [wwp]        2.8.0cvs20
1865         * src/matcher_parser_parse.y
1866                 Fix mismerge between cvs17 and cvs19.
1868 2007-03-05 [wwp]        2.8.0cvs19
1870         * src/matcher_parser_parse.y
1871         * src/prefs_filtering_action.c
1872         * src/matcher.c
1873         * src/matcher.h
1874         * src/filtering.c
1875         * src/filtering.h
1876                 Add new 'add_to_addressbook' filtering/processing action.
1878 2007-03-05 [wwp]        2.8.0cvs18
1880         * src/filtering.c
1881                 Fix mark_as_ham filtering/processing action: spam flag
1882                 was not unset.
1884 2007-03-04 [colin]      2.8.0cvs17
1886         * src/filtering.c
1887         * src/matcher.c
1888         * src/matcher.h
1889         * src/matcher_parser_parse.y
1890         * src/prefs_filtering_action.c
1891                 Add 'Mark as spam' and 'Mark as ham' filtering
1892                 actions. Fixes bug 1138.
1894 2007-03-04 [colin]      2.8.0cvs16
1896         * src/imap.c
1897                 Fix bug 1140, wrong return value
1898                 without libetpan
1900 2007-03-04 [wwp]        2.8.0cvs15
1902         * src/addr_compl.c
1903                 Rollback cvs14: don't free stuff that is managed in g_list.
1905 2007-03-04 [wwp]        2.8.0cvs14
1907         * src/addr_compl.c
1908                 Fix a leak in address completion code.
1910 2007-03-04 [colin]      2.8.0cvs13
1912         * src/addr_compl.c
1913                 Maybe fix bug 1136, 'Crash in group 
1914                 address completion'
1916 2007-03-04 [iwkse]      2.8.0cvs12
1918         * src/imap.c
1919                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1921 2007-03-03 [colin]      2.8.0cvs11
1923         * src/plugins/pgpinline/pgpinline.c
1924                 Fix off-by-one, fix double-free. Fixes
1925                 bug 1135, 'cm-segfault on decrypting 
1926                 with PGP/inline'
1928 2007-03-03 [colin]      2.8.0cvs10
1930         * configure.ac
1931         * src/main.c
1932         * src/common/plugin.c
1933                 Fix bug 1134, 'Valgrind macros unhandled 
1934                 by Irix's cc'
1936 2007-03-02 [colin]      2.8.0cvs9
1938         * src/mbox.c
1939                 Don't error out on EAGAIN. Fixes 
1940                 bug 1129, '"local mbox file" account 
1941                 isn't retrieving mails'
1943 2007-03-01 [wwp]        2.8.0cvs8
1945         * src/mainwindow.c
1946         * src/gtk/colorlabel.c
1947                 Remove accels for extra color labels until we set better
1948                 and definitive ones.
1950 2007-02-28 [wwp]        2.8.0cvs7
1952         * src/mainwindow.c
1953         * src/matcher_parser_parse.y
1954         * src/prefs_common.c
1955         * src/prefs_msg_colors.c
1956         * src/procmsg.h
1957         * src/gtk/colorlabel.c
1958         * src/gtk/colorlabel.h
1959                 Add more customizable color labels. Cleaned up a bit
1960                 the color label API to avoid duplicate defines of
1961                 the max number of colors.
1963 2007-02-27 [colin]      2.8.0cvs6
1965         * src/mainwindow.c
1966         * src/common/utils.c
1967         * src/common/utils.h
1968                 Fix '+' in mailto URIs for List-* headers
1970 2007-02-27 [colin]      2.8.0cvs5
1972         * src/gtk/gtkutils.c
1973                 Use gtk_window_set_role instead of 
1974                 _set_wmclass
1976 2007-02-27 [colin]      2.8.0cvs4
1978         * src/inc.c
1979                 Fix "After receiving new mail, go to inbox" on IMAP,
1980                 and make it work only on manual reception
1982 2007-02-27 [wwp]        2.8.0cvs3
1984         * src/prefs_filtering.c
1985         * src/prefs_filtering_action.c
1986         * src/prefs_matcher.c
1987                 Update filtering matcher's and action's color label menus
1988                 when re-opening those dialogs (reflect any change to the
1989                 color labels list in the preferences).
1991 2007-02-27 [colin]      2.8.0cvs2
1993         * src/imap.c
1994         * src/etpan/etpan-thread-manager-types.h
1995         * src/etpan/etpan-thread-manager.c
1996         * src/etpan/imap-thread.c
1997                 Log imap ALERTs as errors in the log.
1999 2007-02-26 [paul]       2.8.0cvs1
2001         * tools/claws.i18n.status.pl
2002                 updated
2004 2007-02-26 [paul]       2.7.2cvs75
2006         * po/ca.po
2007         * po/cs.po
2008         * po/de.po
2009         * po/en_GB.po
2010         * po/fi.po
2011         * po/fr.po
2012         * po/hu.po
2013         * po/pl.po
2014         * po/pt_BR.po
2015         * po/sk.po
2016         * po/sr.po
2017         * po/zh_CN.po
2018                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2019                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
2020                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
2021                 Aleksandar Urosevic, and Ralgh Young
2023 2007-02-25 [mones]      2.7.2cvs74
2025         * po/es.po
2026                 Updated for release
2028 2007-02-25 [colin]      2.7.2cvs73
2030         * src/main.c
2031                 Clearing the list is only useful
2032                 to prevent a valgrind false-positive
2034 2007-02-25 [paul]       2.7.2cvs72
2036         * tools/Makefile.am
2037         * tools/README
2038         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
2039         * tools/maildir2claws-mail.pl  **REMOVED**
2040                 renamed the script, fixed a couple bugs
2042 2007-02-23 [colin]      2.7.2cvs71
2044         * src/addressbook.c
2045                 Fix a leak, check for a few improbable nulls
2047 2007-02-23 [colin]      2.7.2cvs70
2049         * src/main.c
2050         * src/main.h
2051         * src/plugins/trayicon/trayicon.c
2052                 Fix blinking mainwin when starting in tray
2053                 (show mainwindow later in the startup process,
2054                  apart if restarting post-crash)
2056 2007-02-23 [colin]      2.7.2cvs69
2058         * src/folderview.c
2059         * src/imap_gtk.c
2060                 Fix crash when unsubscribing the currently
2061                 selected/opened folder
2063 2007-02-23 [colin]      2.7.2cvs68
2065         * src/compose.c
2066                 Fix bug that prevented colorization to
2067                 work without wrap quotation option
2069 2007-02-23 [colin]      2.7.2cvs67
2071         * src/addr_compl.c
2072                 Fix refcounting, start and end completion who
2073                 behaved as if there couldn't be any other current
2074                 user of completion
2076 2007-02-23 [wwp]        2.7.2cvs66
2078         * src/addressbook.c
2079         * src/addrindex.c
2080                 Address completion fixes: fix addressbook_peek_folder_exists() in
2081                 which the algorithm was ridiculously over-obfuscated and broken.
2082                 Fix addrindex_load_completion() as well, to load addresses in
2083                 completion list with regards to what addressbook_peek_folder_exists()
2084                 returns now.
2086 2007-02-23 [wwp]        2.7.2cvs65
2088         * src/addr_compl.c
2089                 Add addresses to completion when they're non-empty (thanks to Colin).
2091 2007-02-23 [paul]       2.7.2cvs64
2093         * src/plugins/pgpcore/passphrase.c
2094                 remove 'const '
2096 2007-02-23 [colin]      2.7.2cvs63
2098         * src/plugins/pgpcore/prefs_gpg.c
2099         * src/plugins/pgpcore/prefs_gpg.h
2100         * src/plugins/pgpcore/sgpgme.c
2101         * src/plugins/pgpinline/pgpinline.c
2102         * src/plugins/pgpmime/pgpmime.c
2103                 Try harder to respect user's choice wrt
2104                 gpg-agent even with gpg2, by unsetting
2105                 GPG_AGENT_INFO when necessary.
2107 2007-02-22 [paul]       2.7.2cvs62
2109         * src/plugins/pgpcore/sgpgme.c
2110         * src/plugins/pgpcore/sgpgme.h
2111         * src/plugins/pgpcore/passphrase.c
2112         * src/plugins/pgpinline/pgpinline.c
2113         * src/plugins/pgpmime/pgpmime.c
2114                 Fix a leak - gpgme_data_release_and_get_mem
2115                 leaks in recent gpgme. Workaround by using
2116                 our own function.
2118 2007-02-22 [paul]       2.7.2cvs61
2120         * src/gtk/quicksearch.c
2121                 Abandon dynamic search when pressing
2122                 Enter
2124 2007-02-21 [colin]      2.7.2cvs60
2126         * src/procmsg.c
2127         * src/plugins/pgpcore/passphrase.c
2128                 Fix little memory leaks
2129         * src/main.c
2130                 Fix false-positive leak at exit
2131         * src/gtk/quicksearch.c
2132                 Fix potentially big leak in recursive
2133                 Quicksearch
2135 2007-02-21 [wwp]        2.7.2cvs59
2137         * src/summaryview.c
2138                 Add missing newline to a debug message.
2140 2007-02-20 [colin]      2.7.2cvs58
2142         * src/Makefile.am
2143         * src/mimeview.c
2144         * src/stock_pixmap.c
2145         * src/stock_pixmap.h
2146         * src/pixmaps/mime_pgpsig.xpm
2147                 Add icon for application/pgp-signature
2149 2007-02-20 [colin]      2.7.2cvs57
2151         * src/Makefile.am
2152         * src/main.c
2153         * src/mimeview.c
2154         * src/stock_pixmap.c
2155         * src/stock_pixmap.h
2156         * src/pixmaps/mime_calendar.xpm
2157         * src/pixmaps/mime_pdf.xpm
2158         * src/pixmaps/mime_ps.xpm
2159                 Add icons for text/calendar, application/pdf
2160                 and application/postscript
2162 2007-02-20 [colin]      2.7.2cvs56
2164         * autogen.sh
2165         * src/matcher_parser_parse.y
2166         * src/matcher_parser_lex.l
2167                 Fix big memory leak in flex, and
2168                 require flex 2.5.31
2170 2007-02-20 [wwp]        2.7.2cvs55
2172         * src/matcher_parser_parse.y
2173                 Fix a duplicate token definition (thanks to iwkse).
2175 2007-02-20 [wwp]        2.7.2cvs54
2177         * src/matcher_parser_lex.l
2178         * src/quote_fmt_lex.l
2179                 Use proper flex options instead of direct use of #define,
2180                 make the flex-generated C lighter.
2182 2007-02-20 [colin]      2.7.2cvs53
2184         * src/summaryview.c
2185                 Grab focus in message list after hiding
2186                 the quicksearch, instead of leaving it
2187                 "somewhere"
2189 2007-02-19 [colin]      2.7.2cvs52
2191         * src/folderview.c
2192                 Fix bug 1033, 'Automatically refresh 
2193                 message list when new messages arrives'
2194                 Looks like folderview->opened can sometimes
2195                 be wrong...
2197 2007-02-19 [paul]       2.7.2cvs51
2199         * tools/Makefile.am
2200         * tools/README
2201         * tools/thunderbird-filters-convertor.pl
2202                 add new script which converts thunderbird filter
2203                 rules to Claws filter rules
2205 2007-02-18 [paul]       2.7.2cvs50
2207         * src/plugins/pgpcore/prefs_gpg.c
2208         * src/plugins/pgpcore/prefs_gpg.h
2209         * src/plugins/pgpcore/sgpgme.c
2210         * src/plugins/pgpinline/pgpinline.c
2211         * src/plugins/pgpmime/pgpmime.c
2212                 improved GUI interoperability with gpg-agent
2214 2007-02-18 [paul]       2.7.2cvs49
2216         * src/prefs_account.c
2217                 Privacy options sensitivity fix
2219 2007-02-17 [colin]      2.7.2cvs48
2221         * src/messageview.c
2222                 Reset icon to warning in the noticeview
2224 2007-02-15 [colin]      2.7.2cvs47
2226         * src/folderview.c
2227                 Fix a manifestation of bug 1033 (summaryview failing
2228                 to update for new mails), which happens after editing
2229                 account preferences or preferences that cause a 
2230                 folderview reload.
2232 2007-02-15 [colin]      2.7.2cvs46
2234         * src/addressbook.c
2235                 Probably fix bug 1123, 'Segmentation 
2236                 fault while opening address book'. I get
2237                 g_warnings if the saved paned position is
2238                 not greater than 0. Also, save position
2239                 when hiding the addressbook instead of
2240                 via signal.
2242 2007-02-14 [colin]      2.7.2cvs45
2244         * src/plugins/pgpcore/prefs_gpg.c
2245         * src/plugins/pgpcore/prefs_gpg.h
2246         * src/plugins/pgpcore/sgpgme.c
2247         * src/plugins/pgpinline/pgpinline.c
2248         * src/plugins/pgpmime/pgpmime.c
2249                 Add an option "Use gpg-agent if available". Fixes
2250                 annoyances with distro-installed gpg-agent, when
2251                 no pinentry program is installed, and the user's 
2252                 at a loss on why "decryption failed". Makes more
2253                 clear why passphrase isn't saved when gpg-agent is
2254                 used. Defaults to true, to avoid changing the 
2255                 current behaviour.
2257 2007-02-14 [wwp]        2.7.2cvs44
2259         * src/matcher_parser_parse.y
2260                 Fix missing line number reset (wrong line number might appear
2261                 when re-loading filtering rules if there's a parser error).
2263 2007-02-13 [colin]      2.7.2cvs43
2265         * src/common/utils.c
2266                 Don't encode ',' in URIs before passing it
2267                 to the browser command-line. It was probably
2268                 done at a time where commas in URIs made
2269                 mozilla -remote 'openurl(%s,new-window)'
2270                 bug.
2272 2007-02-13 [wwp]        2.7.2cvs42
2274         * src/prefs_matcher.c
2275         * src/plugins/bogofilter/bogofilter_gtk.c
2276                 A bit of string factorization around "Select ..." buttons.
2278 2007-02-11 [colin]      2.7.2cvs41
2280         * src/alertpanel.c
2281                 Make sure to escape the title
2283 2007-02-11 [colin]      2.7.2cvs40
2285         * src/codeconv.c
2286                 Recognize .utf8 locales as .UTF-8 ones
2288 2007-02-11 [colin]      2.7.2cvs39
2290         * src/compose.c
2291                 Fix code conversion when dragging a file
2293 2007-02-09 [colin]      2.7.2cvs38
2295         * src/plugins/clamav/clamav_plugin.c
2296                 Complete Paul's patch with conditional
2297                 compilation to avoid breaking compilation
2298                 on old Dapper and Edgy... Maybe other
2299                 distros too.
2301 2007-02-09 [paul]       2.7.2cvs37
2303         * src/plugins/clamav/clamav_plugin.c
2304                 fix for the upstream changes in libclamav
2306 2007-02-09 [paul]       2.7.2cvs36
2308         * src/main.c
2309         * src/mainwindow.c
2310         * src/procmsg.c
2311         * src/procmsg.h
2312                 fix "warn if there are queued messages" (on exit)
2313                 option, which only checked the first mailbox's
2314                 queue
2315                 don't ask before emptying trash if there are no
2316                 messages in trash, also check and empty all trash
2317                 folders
2318         * src/prefs_other.c
2319                 move "Ask before emptying trash" option
2320                 outside of the "On exit" frame as it's
2321                 not only an "On exit" option
2323 2007-02-09 [paul]       2.7.2cvs35
2325         * src/addrgather.c
2326         * src/alertpanel.c
2327         * src/editldap.c
2328         * src/prefs_account.c
2329         * src/prefs_folder_item.c
2330         * src/prefs_gtk.h
2331         * src/prefs_matcher.c
2332         * src/prefs_message.c
2333         * src/prefs_msg_colors.c
2334         * src/prefs_summaries.c
2335         * src/wizard.c
2336         * src/gtk/inputdialog.c
2337         * src/plugins/bogofilter/bogofilter_gtk.c
2338                 pedantic commit: use 'checkbtn' everywhere
2339                 instead of a mixture of 'checkbtn' and 'chkbtn'
2341 2007-02-09 [paul]       2.7.2cvs34
2343         * src/compose.c
2344                 fix default hotkeys
2345         * src/prefs_other.c
2346         * src/prefs_send.c
2347                 move "Never send Return Receipts" from
2348                 prefs_other to prefs_send
2349                 add an option "Ask about account specific
2350                 filtering rules..." to prefs_other
2351         * src/gtk/gtkutils.c
2352                 fix a compiler warning
2354 2007-02-08 [colin]      2.7.2cvs33
2356         * src/plugins/pgpinline/pgpinline.c
2357                 Fix bug 1110, 'pgpmime fails to process 
2358                 encapsulated openpgp mime (rfc 3156, 6.1 
2359                 -> rfc1847)'
2360                 It was due to an interaction between PGP/Mime
2361                 and PGP/Inline plugin. 
2363 2007-02-08 [colin]      2.7.2cvs32
2365         * src/inc.c
2366         * src/mbox.c
2367         * src/mbox.h
2368                 Fix bug 1117, 'fcntl locking code 
2369                 does not work in mbox.c'
2371 2007-02-08 [colin]      2.7.2cvs31
2373         * src/prefs_account.c
2374                 Fix Gentoo bug 165819, 'can't create 
2375                 a "local mbox file" account'. Patch
2376                 by Olivier <castan.o@free.fr>
2378 2007-02-07 [colin]      2.7.2cvs30
2380         * src/ldapquery.c
2381                 Fix bug 1106, 'Claws crash on exit if LDAPS 
2382                 autocompletion was used'
2384 2007-02-07 [paul]       2.7.2cvs29
2386         * src/folder.c
2387                 cut down on unnecessary debug_prints
2388         * src/imap_gtk.c
2389                 fix menu_set_active() on 'Show only
2390                 subscribed folders'
2392 2007-02-07 [paul]       2.7.2cvs28
2394         * src/plugins/clamav/clamav_plugin.c
2395         * src/plugins/clamav/clamav_plugin.h
2396         * src/plugins/clamav/clamav_plugin_gtk.c
2397                 fix copyright header
2399 2007-02-07 [paul]       2.7.2cvs27
2401         * src/procheader.c
2402                 fix bug 1116, 'summary view allow a 
2403                 subject line break'
2405 2007-02-06 [colin]      2.7.2cvs26
2407         * src/summaryview.c
2408                 Fix delete thread
2410 2007-02-05 [fabien]     2.7.2cvs25
2412         * po/POTFILES.in
2413         * src/uri_opener.c
2414                 i18n related - 1 fix and 1 message for translators.
2416 2007-02-05 [colin]      2.7.2cvs24
2418         * src/gtk/quicksearch.c
2419                 Don't reload summary list if quicksearch wasn't
2420                 active on hiding; move currently selected mail in
2421                 the visible area when showing the quicksearch
2423 2007-02-05 [colin]      2.7.2cvs23
2425         * src/folderview.c
2426                 Add debug to try to solve bug 1104
2428 2007-02-05 [paul]       2.7.2cvs22
2430         * src/mainwindow.c
2431                 confirm before emptying trash on exit is
2432                 a Yes or No answer, use Yes or No in the
2433                 dialog
2435 2007-02-04 [colin]      2.7.2cvs21
2437         * src/compose.c
2438         * src/plugins/pgpcore/passphrase.c
2439         * src/plugins/pgpcore/select-keys.c
2440                 Set wmclass on new windows
2442 2007-02-04 [colin]
2444         2.8.0-rc1 released
2446 2007-02-04 [colin]      2.7.2cvs20
2448         * src/compose.c
2449         * src/compose.h
2450                 Auto save drafts on exit, reopen them
2451                 at startup, instead of asking
2452         * src/account.c
2453         * src/addressadd.c
2454         * src/addressbook.c
2455         * src/addressbook_foldersel.c
2456         * src/addrgather.c
2457         * src/crash.c
2458         * src/editaddress.c
2459         * src/editbook.c
2460         * src/editgroup.c
2461         * src/editjpilot.c
2462         * src/editldap.c
2463         * src/editldap_basedn.c
2464         * src/editvcard.c
2465         * src/exphtmldlg.c
2466         * src/expldifdlg.c
2467         * src/export.c
2468         * src/foldersel.c
2469         * src/gedit-print.c
2470         * src/import.c
2471         * src/importldif.c
2472         * src/importmutt.c
2473         * src/importpine.c
2474         * src/main.c
2475         * src/mainwindow.c
2476         * src/message_search.c
2477         * src/messageview.c
2478         * src/prefs_actions.c
2479         * src/prefs_customheader.c
2480         * src/prefs_display_header.c
2481         * src/prefs_filtering.c
2482         * src/prefs_filtering_action.c
2483         * src/prefs_folder_column.c
2484         * src/prefs_gtk.c
2485         * src/prefs_matcher.c
2486         * src/prefs_other.c
2487         * src/prefs_summaries.c
2488         * src/prefs_summary_column.c
2489         * src/prefs_template.c
2490         * src/sourcewindow.c
2491         * src/ssl_manager.c
2492         * src/summary_search.c
2493         * src/uri_opener.c
2494         * src/gtk/about.c
2495         * src/gtk/description_window.c
2496         * src/gtk/foldersort.c
2497         * src/gtk/gtkutils.c
2498         * src/gtk/gtkutils.h
2499         * src/gtk/icon_legend.c
2500         * src/gtk/logwindow.c
2501         * src/gtk/pluginwindow.c
2502         * src/gtk/prefswindow.c
2503                 Give different wmclass to different
2504                 windows - thanks to sed ;)
2506 2007-02-04 [colin]      2.7.2cvs19
2508         * src/main.c
2509                 Revert previous patch, can't reproduce
2510                 it anymore. 
2512 2007-02-03 [colin]      2.7.2cvs18
2514         * src/main.c
2515                 Don't save the mainwindow size and
2516                 position on emergency exit (libSM's
2517                 "die" callback), Xfce seems to make
2518                 the window smaller just before the
2519                 size's saved.
2521 2007-02-03 [colin]      2.7.2cvs17
2523         * src/plugins/bogofilter/bogofilter.c
2524         * src/plugins/bogofilter/bogofilter.h
2525         * src/plugins/bogofilter/bogofilter_gtk.c
2526         * src/plugins/pgpinline/pgpinline.c
2527         * src/plugins/pgpinline/pgpinline.h
2528                 Fix more copyrights
2530 2007-02-03 [colin]      2.7.2cvs16
2532         * src/partial_download.c
2533         * src/partial_download.h
2534         * src/ssl_manager.c
2535         * src/ssl_manager.h
2536         * src/uri_opener.c
2537         * src/uri_opener.h
2538         * src/wizard.c
2539         * src/wizard.h
2540         * src/common/ssl_certificate.c
2541         * src/common/ssl_certificate.h
2542         * src/gtk/quicksearch.c
2543         * src/gtk/quicksearch.h
2544         * src/gtk/sslcertwindow.c
2545         * src/gtk/sslcertwindow.h
2546                 Fix copyright on my files
2548 2007-02-02 [colin]      2.7.2cvs15
2550         * src/Makefile.am
2551         * src/mainwindow.c
2552         * src/messageview.c
2553         * src/messageview.h
2554         * src/textview.c
2555         * src/textview.h
2556         * src/uri_opener.c
2557         * src/uri_opener.h
2558                 Add Tools/List URIs to allow
2559                 opening any URI in the current mail
2561 2007-02-02 [colin]      2.7.2cvs14
2563         * src/common/valgrind.h ** NEW FILE **
2564         * src/common/Makefile.am
2565         * src/common/plugin.c
2566                 Don't dlclose the plugins if we're running
2567                 under valgrind. (doesn't require valgrind
2568                 either at compile time or run time).
2570 2007-02-01 [paul]       2.7.2cvs13
2572         * AUTHORS
2573         * src/gtk/authors.h
2574         * tools/freshmeat_search.pl
2575         * tools/google_search.pl
2576         * tools/multiwebsearch.pl
2577                 add support for non ISO-8859-1 compatible locales
2578                 Patch by Alex Gorbachenko <agent_007@immo.ru>
2580 2007-02-01 [colin]      2.7.2cvs12
2582         * src/prefs_other.c
2583         * src/prefs_summaries.c
2584                 Move keybinding prefs to the Other page
2586 2007-02-01 [wwp]        2.7.2cvs11
2588         * src/plugins/trayicon/trayicon.c
2589                 Fix a raising issue within KDE.
2591 2007-02-01 [colin]      2.7.2cvs10
2593         * src/codeconv.c
2594                 Fix stray quotes in encoded strings
2595         * src/addressadd.c
2596                 Fix wrong call causing g_warnings
2597         * src/textview.c
2598                 Remove useless message
2600 2007-01-31 [wwp]        2.7.2cvs9
2602         * src/plugins/trayicon/trayicon.c
2603                 fix buggy hiding of main window when closing if close-to-tray
2604                 is not set (bad logics  in the trayicon hook code).
2605                 Changed the quit confirmation message too.
2607 2007-01-30 [colin]      2.7.2cvs8
2609         * src/main.c
2610                 Fix hidden mainwindow after clicking on
2611                 the X close button, if compose windows
2612                 exist and the user chooses not to quit
2614 2007-01-30 [colin]      2.7.2cvs7
2616         * src/main.c
2617         * src/compose.c
2618                 Handle local URIs to attach files (file:///...)
2619                 Fixes attaching files from Thunar for example
2621 2007-01-30 [colin]      2.7.2cvs6
2623         * src/prefs_ext_prog.c
2624                 Add 'mousepad' to the list of text editors.
2625                 Mousepad is XFCE's text editor
2627 2007-01-29 [wwp]        2.7.2cvs5
2629         * po/POTFILES.in
2630         * src/plugins/trayicon/trayicon_prefs.c
2631                 trayicon i18n fixes, thanks to Fabien.
2633 2007-01-28 [wwp]        2.7.2cvs4
2635         * src/mainwindow.c
2636         * src/mainwindow.h
2637         * src/plugins/trayicon/trayicon.c
2638         * src/plugins/trayicon/trayicon_prefs.c
2639         * src/plugins/trayicon/trayicon_prefs.h
2640                 Added a new TrayIcon plugin option to close to tray
2641                 (WM's hotkey and [X] button will hide the window instead
2642                 of closing it - closing CM can be done using the tray icon
2643                 menu or the File menu).
2644                 Improved visibility handling in trayicon, clicking the
2645                 trayicon now raise the window to current desktop when it
2646                 was either minimized/shaded/on another desktop.
2647                 Thanks to Paul for testing and fixing a strange behaviour
2648                 in KDE ;-).
2650 2007-01-27 [paul]       2.7.2cvs3
2652         * src/prefs_folder_item.c
2653         * src/prefs_receive.c
2654         * src/plugins/pgpcore/prefs_gpg.c
2655                 use 'start-up' instead of 'startup' in labels
2657 2007-01-26 [wwp]        2.7.2cvs2
2659         * src/plugins/trayicon/Makefile.am
2660         * src/plugins/trayicon/trayicon.c
2661         * src/plugins/trayicon/trayicon_prefs.c
2662         * src/plugins/trayicon/trayicon_prefs.h
2663                 Add a new TrayIcon option to hide the main window at
2664                 start-up.
2665                 Fix trayicon.c copyright header.
2667 2007-01-26 [paul]       2.7.2cvs1
2669         * NEWS
2670         * README
2671         * RELEASE_NOTES
2672         * configure.ac
2673                 bump up version number following
2674                 stable release
2676 2007-01-25 [mones]      2.7.1cvs60
2678         * po/es.po
2679                 updated thousands of strings (well, probably less ;-)
2681 2007-01-25 [colin]      2.7.1cvs59
2683         * src/matcher.c
2684                 Fix 2nd-run loss of matcherrc on new
2685                 configurations. 
2687 2007-01-25 [wwp]        2.7.1cvs58
2689         * src/mimeview.c
2690                 fix handling of empty value in attach_save_directory too, thanks
2691                 to Colin.
2693 2007-01-25 [wwp]        2.7.1cvs57
2695         * src/gtk/filesel.c
2696                 fix handling of empty value in attach_load_directory,
2697                 thanks to Colin.
2699 2007-01-25 [wwp]        2.7.1cvs56
2701         * src/plugins/dillo_viewer/dillo_prefs.h
2702                 fix a typo.
2704 2007-01-25 [colin]      2.7.1cvs55
2706         * src/matcher.c
2707         * src/matcher.h
2708         * src/matcher_parser_parse.y
2709         * src/prefs_matcher.c
2710                 Add matching on the spam flag
2712 2007-01-24 [colin]      2.7.1cvs54
2714         * src/folder.c
2715         * src/common/xml.c
2716         * src/common/xml.h
2717                 Make sure folderlist.xml is correctly
2718                 written before overwriting it.
2719         * src/procmsg.c
2720         * src/procmsg.h
2721         * src/summaryview.c
2722         * src/plugins/bogofilter/bogofilter.c
2723         * src/plugins/bogofilter/bogofilter.h
2724         * src/plugins/bogofilter/bogofilter_gtk.c
2725         * src/plugins/spamassassin/spamassassin.c
2726         * src/plugins/spamassassin/spamassassin.h
2727         * src/plugins/spamassassin/spamassassin_gtk.c
2728                 Move spam to the correct trash folder after
2729                 learning, if spam directory isn't set.
2731 2007-01-23 [paul]       2.7.1cvs53
2733         * src/plugins/bogofilter/bogofilter_gtk.c
2734                 fix sensitivity of "Insert X-Bogosity header"
2735                 option
2737 2007-01-23 [colin]      2.7.1cvs52
2739         * src/toolbar.c
2740                 Translate toolbar items text if
2741                 they're translatable (default)
2742         * src/addrcache.c
2743         * src/addrcache.h
2744         * src/addritem.c
2745         * src/addritem.h
2746         * src/codeconv.c
2747         * src/codeconv.h
2748         * src/jpilot.c
2749         * src/jpilot.h
2750         * src/ldapctrl.c
2751         * src/ldapctrl.h
2752         * src/ldapquery.h
2753         * src/ldif.c
2754         * src/ldif.h
2755         * src/etpan/etpan-thread-manager.c
2756         * src/etpan/etpan-thread-manager.h
2757         * src/gtk/gtkutils.c
2758         * src/gtk/gtkutils.h
2759                 More static functions
2761 2007-01-22 [fabien]     2.7.1cvs51
2763         * src/gtk/gtkutils.c
2764                 gtkut_get_options_frame() : ability to pass
2765                 a 'NULL' value in frame pointer parameter if
2766                 we don't need it.
2768 2007-01-22 [colin]      2.7.1cvs50
2770         * src/procmsg.c
2771         * src/procmsg.h
2772         * src/plugins/bogofilter/bogofilter.c
2773         * src/plugins/bogofilter/bogofilter_gtk.c
2774         * src/plugins/spamassassin/spamassassin.c
2775         * src/plugins/spamassassin/spamassassin_gtk.c
2776                 Allow moving spams to the account's trash
2777                 instead of default one
2779 2007-01-21 [colin]      2.7.1cvs49
2781         * src/ldapquery.c
2782         * src/ldapquery.h
2783                 Revert a static function that shouldn't
2784                 have been
2786 2007-01-21 [colin]      2.7.1cvs48
2788         * src/ldapquery.c
2789         * src/ldapquery.h
2790                 Same
2792 2007-01-21 [colin]      2.7.1cvs47
2794         * src/procmsg.c
2795         * src/procmsg.h
2796                 Same
2798 2007-01-21 [colin]      2.7.1cvs46
2800         * src/common/socket.c
2801         * src/common/socket.h
2802                 Same
2804 2007-01-21 [colin]      2.7.1cvs45
2806         * src/crash.c
2807         * src/exporthtml.c
2808         * src/exporthtml.h
2809         * src/exportldif.c
2810         * src/exportldif.h
2811         * src/folder.c
2812         * src/folder.h
2813         * src/folder_item_prefs.c
2814         * src/folder_item_prefs.h
2815         * src/folderview.c
2816         * src/folderview.h
2817         * src/gedit-print.c
2818         * src/gedit-print.h
2819         * src/main.c
2820         * src/main.h
2821         * src/common/socket.c
2822         * src/common/socket.h
2823         * src/gtk/gtkaspell.c
2824         * src/gtk/gtkaspell.h
2825         * src/gtk/quicksearch.c
2826         * src/gtk/quicksearch.h
2827                 Same
2829 2007-01-21 [colin]      2.7.1cvs44
2831         * src/common/utils.c
2832         * src/common/utils.h
2833         * src/etpan/etpan-thread-manager.c
2834         * src/etpan/etpan-thread-manager.h
2835                 Same (Funny that etpan_thread_unbind
2836                 is called but not etpan_thread_bind)
2838 2007-01-21 [colin]      2.7.1cvs43
2840         * src/addrselect.c
2841         * src/addrselect.h
2842         * src/codeconv.c
2843         * src/codeconv.h
2844         * src/compose.c
2845         * src/compose.h
2846         * src/etpan/Makefile.am
2847         * src/gtk/colorlabel.c
2848         * src/gtk/colorlabel.h
2849         * src/gtk/sslcertwindow.c
2850         * src/gtk/sslcertwindow.h
2851         * src/etpan/etpan-log.c ** REMOVED **
2852         * src/etpan/etpan-log.h ** REMOVED **
2853                 Same
2855 2007-01-20 [colin]      2.7.1cvs42
2857         * src/addritem.c
2858         * src/addritem.h
2859                 Same
2861 2007-01-20 [colin]      2.7.1cvs41
2863         * src/account.c
2864         * src/account.h
2865         * src/addrbook.c
2866         * src/addrbook.h
2867         * src/addrcache.c
2868         * src/addrcache.h
2869         * src/addrclip.c
2870         * src/addrclip.h
2871         * src/addressbook.c
2872         * src/addressbook.h
2873         * src/addrharvest.c
2874         * src/addrharvest.h
2875         * src/addrindex.c
2876         * src/addrindex.h
2877         * src/editaddress.c
2878         * src/editaddress.h
2879                 Make functions that aren't used in other
2880                 files static
2882 2007-01-20 [colin]      2.7.1cvs40
2884         * src/account.c
2885         * src/addrbook.c
2886         * src/addrcache.c
2887         * src/addressbook.c
2888         * src/addrgather.c
2889         * src/addrindex.c
2890         * src/addrquery.c
2891         * src/addrselect.c
2892         * src/browseldap.c
2893         * src/compose.c
2894         * src/editbook.c
2895         * src/editjpilot.c
2896         * src/editldap.c
2897         * src/editldap_basedn.c
2898         * src/editvcard.c
2899         * src/exporthtml.c
2900         * src/exportldif.c
2901         * src/folder.c
2902         * src/folderview.c
2903         * src/image_viewer.c
2904         * src/imap.c
2905         * src/importmutt.c
2906         * src/importpine.c
2907         * src/jpilot.c
2908         * src/ldapquery.c
2909         * src/main.c
2910         * src/mainwindow.c
2911         * src/matcher.c
2912         * src/messageview.c
2913         * src/mh.c
2914         * src/mimeview.c
2915         * src/msgcache.c
2916         * src/mutt.c
2917         * src/news.c
2918         * src/pine.c
2919         * src/prefs_account.c
2920         * src/prefs_common.c
2921         * src/prefs_compose_writing.c
2922         * src/prefs_ext_prog.c
2923         * src/prefs_folder_item.c
2924         * src/prefs_fonts.c
2925         * src/prefs_message.c
2926         * src/prefs_msg_colors.c
2927         * src/prefs_other.c
2928         * src/prefs_quote.c
2929         * src/prefs_receive.c
2930         * src/prefs_send.c
2931         * src/prefs_spelling.c
2932         * src/prefs_summaries.c
2933         * src/prefs_toolbar.c
2934         * src/prefs_wrapping.c
2935         * src/privacy.c
2936         * src/procmime.c
2937         * src/procmsg.c
2938         * src/ssl_manager.c
2939         * src/statusbar.c
2940         * src/summaryview.c
2941         * src/toolbar.c
2942         * src/vcard.c
2943         * src/common/hooks.c
2944         * src/common/log.c
2945         * src/common/passcrypt.c
2946         * src/common/socket.c
2947         * src/common/ssl.c
2948         * src/common/ssl_certificate.c
2949         * src/common/template.c
2950         * src/common/utils.c
2951         * src/etpan/imap-thread.c
2952         * src/gtk/sslcertwindow.c
2953         * src/gtk/sslcertwindow.h
2954                 Make functions that could be static, static
2956 2007-01-20 [colin]      2.7.1cvs39
2958         * src/editldap.c
2959                 Fix tooltip
2961 2007-01-20 [colin]      2.7.1cvs38
2963         * src/ldapquery.c
2964         * src/ldaputil.c
2965         * src/ldaputil.h
2966                 Fix bug 1102, 'claws-mail-2.7.1 
2967                 makes use of deprecated ldap 
2968                 functions'
2970 2007-01-20 [colin]      2.7.1cvs37
2972         * src/mainwindow.c
2973         * src/mainwindow.h
2974         * src/summaryview.c
2975         * src/gtk/quicksearch.c
2976                 Add Wide message list layout
2978 2007-01-19 [fabien]     2.7.1cvs36
2980         * src/textview.c
2981                 make sure a font change is considered in links of
2982                 headerview.
2984 2007-01-19 [colin]      2.7.1cvs35
2986         * src/main.c
2987         * src/mainwindow.c
2988         * src/mainwindow.h
2989         * src/messageview.c
2990         * src/messageview.h
2991         * src/prefs_common.c
2992         * src/prefs_common.h
2993         * src/summaryview.c
2994         * src/summaryview.h
2995         * src/gtk/quicksearch.c
2996         * src/gtk/quicksearch.h
2997                 Drop 'Separate Folder tree' and 'Separate
2998                 Message View'. Put three layouts in place
2999                 of it.
3001 2007-01-19 [paul]       2.7.1cvs34
3003         * src/prefs_msg_colors.c
3004                 more use of Q_ for translators
3006 2007-01-19 [paul]       2.7.1cvs33
3008         * src/imap_gtk.c
3009         * src/prefs_account.c
3010                 a few changes to the English
3012 2007-01-19 [fabien]     2.7.1cvs32
3014         * src/wizard.c
3015                 factorize translatable string
3017 2007-01-18 [colin]      2.7.1cvs31
3019         * src/main.c
3020                 Don't error out on --sync option. Although
3021                 we don't do anything with it, gtk+ handles
3022                 it, and it's useful for debugging X errors
3024 2007-01-18 [fabien]     2.7.1cvs30
3026         * src/prefs_other.c
3027                 ability to apply on the fly the recent added
3028                 'gtk_can_change_accels' pref (no need to restart).
3030 2007-01-18 [fabien]     2.7.1cvs29
3032         * src/plugins/bogofilter/bogofilter_gtk.c
3033         * src/plugins/bogofilter/bogofilter.c
3034         * src/plugins/spamassassin/spamassassin_gtk.c
3035         * src/addr_compl.c
3036         * src/prefs_account.c
3037                 factorize or rewrite some translatable strings.
3039 2007-01-18 [fabien]     2.7.1cvs28
3041         * src/prefs_gtk.h
3042         * src/compose.c
3043                 set a 4pix space between "Subject:" label and subject entry in
3044                 compose window.
3046 2007-01-18 [wwp]        2.7.1cvs27
3048         * src/addressbook.c
3049                 fix conflicting address-copy/paste when focus is set
3050                 to the embedded edit-person form.
3053 2007-01-18 [wwp]        2.7.1cvs26
3055         * src/addressbook.h
3056                 complete 2.7.1cvs23 (one more file was missing from that
3057                 commit).
3059 2007-01-18 [colin]      2.7.1cvs25
3061         * src/main.c
3062                 Provide a way to migrate without backup
3063                 Re-ask for migration on next start if 
3064                 it has been refused and wizard has been 
3065                 cancelled after.
3067 2007-01-18 [wwp]        2.7.1cvs24
3069         * src/editaddress.c
3070                 complete 2.7.1.cvs23 (file was missing from previous
3071                 commit).
3073 2007-01-18 [wwp]        2.7.1cvs23
3075         * src/addressbook.c
3076                 fix potential crashes in address book's focus_in/out signal handlers,
3077                 force focus to the edit-person form when clicked the Edit menu entry or
3078                 button (this only matters if the edit-person form is embedded to the
3079                 AB window, in that case, focus is not set when browsing the contacts
3080                 list w/ keys or mouse clicks).
3082 2007-01-18 [paul]       2.7.1cvs22
3084         * src/main.c
3085                 add command line options:
3086                 -h for --help
3087                 -q and --quit for --exit
3088                 -v for --version
3089                 print "Unknown option" for unknown options
3091 2007-01-18 [paul]       2.7.1cvs21
3093         * po/ru.po
3094                 updated by Pavlo Bohmat
3096 2007-01-18 [paul]       2.7.1cvs20
3098         * src/mainwindow.c
3099                 fix sensitivity issues of Mark as Spam/Ham
3101 2007-01-17 [fabien]     2.7.1cvs19
3103         * src/prefs_other.c
3104         * src/prefs_common.c
3105         * src/prefs_common.h
3106         * src/main.c
3107                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
3108                 control the corresponding gtk property. It could be used to lock
3109                 all shortcuts (avoid to set one of them by inadvertency).
3111 2007-01-17 [colin]      2.7.1cvs18
3113         * src/summaryview.c
3114                 Fix bug 1100, 'Highlighted e-mail data not visible 
3115                 when color label applied.'. Use a weighted average
3116                 between normal selected foreground color and color
3117                 label instead of a simple one (3/1 instead 1/1).
3119 2007-01-17 [colin]      2.7.1cvs17
3121         * src/messageview.c
3122                 Better fix for bug 1088, 'Ctrl-h produces repeatable
3123                 crash' - don't prevent mail switching while loading
3125 2007-01-17 [colin]      2.7.1cvs16
3127         * src/folder.c
3128         * src/folder.h
3129         * src/folderview.c
3130         * src/folderview.h
3131         * src/imap.c
3132         * src/imap.h
3133         * src/imap_gtk.c
3134                 Manage recursive search of unsubscribed folders
3135                 Rescan tree without checking for new messages 
3136                 after subscriptions changed
3138 2007-01-17 [paul]       2.7.1cvs15
3140         * src/prefs_common.c
3141         * src/gtk/pluginwindow.c
3142                 fix bug 1101, '"Load plugin" button is
3143                 accidentally hidden'
3144                 unset (-1) initial width in prefs_common,
3145                 fix overlapping buttons,
3146                 and other cleanups
3148 2007-01-17 [paul]       2.7.1cvs14
3150         * src/procmime.c
3151                 add #include <errno.h>, it's needed
3152                 on some systems
3154 2007-01-17 [paul]       2.7.1cvs13
3156         * src/common/defs.h
3157         * tools/make.themes.project
3158                 rename .sylpheed_themeinfo to .claws_themeinfo
3159                 and use it
3160         * src/etpan/etpan-errors.h
3161         * src/etpan/etpan-log.c
3162         * src/etpan/etpan-log.h
3163         * src/etpan/etpan-thread-manager-types.h
3164         * src/etpan/etpan-thread-manager.c
3165         * src/etpan/etpan-thread-manager.h
3166         * src/etpan/imap-thread.c
3167         * src/etpan/imap-thread.h
3168                 add copyright header
3170 2007-01-17 [colin]      2.7.1cvs12
3172         * src/plugins/pgpcore/select-keys.c
3173         * src/gtk/pluginwindow.c
3174         * src/prefs_account.c
3175                 Fix warnings
3177 2007-01-16 [colin]      2.7.1cvs11
3179         * src/imap.c
3180         * src/imap.h
3181         * src/imap_gtk.c
3182                 Manage subscribing to subfolders when only
3183                 subscribed folders are shown.
3185 2007-01-16 [colin]      2.7.1cvs10
3187         * src/folderview.c
3188                 Fix annoying vscrollbar going back to top
3189                 on Check for new folders
3191 2007-01-16 [colin]      2.7.1cvs9
3193         * src/imap.c
3194                 Remove printf
3196 2007-01-16 [colin]      2.7.1cvs8
3198         * src/filtering.c
3199                 Bigger buffer for errors
3200         * src/imap.c
3201         * src/imap.h
3202         * src/imap_gtk.c
3203         * src/prefs_account.c
3204         * src/prefs_account.h
3205         * src/wizard.c
3206         * src/etpan/imap-thread.c
3207         * src/etpan/imap-thread.h
3208         * manual/handling.xml
3209                 Add subscriptions management. What it changes:
3210                 Creating a folder subscribes to it
3211                 Deleting a folder unsubscribes it
3212                 New contextual menu item allowing to switch between
3213                 All folders and Subscribed folders, subscribe, and
3214                 unsubscribe. "Creating" an existing but unsubscribed
3215                 folder will subscribe it.
3216                 By default for new accounts, only subscribed folders 
3217                 are shown.
3220 2007-01-16 [paul]       2.7.1cvs7
3222         * src/summaryview.c
3223                 Allow folder classes to specify only sort_key or
3224                 sort_type instead of both or none.
3226 2007-01-16 [paul]       2.7.1cvs6
3228         * src/action.c
3229         * src/compose.c
3230         * src/mimeview.c
3231         * src/procmime.c
3232         * src/textview.c
3233                 Save and use errno for procmime_get_part
3235 2007-01-16 [colin]      2.7.1cvs5
3237         * src/imap.c
3238                 Never remove INBOX when scanning for
3239                 new folders. It's a special folder
3240                 that has to exist.
3242 2007-01-15 [colin]      2.7.1cvs4
3244         * src/imap.c
3245                 Fix 'Check for new folders' when IMAP subdirectory
3246                 is set
3247         * src/etpan/imap-thread.c
3248                 Fix build
3250 2007-01-15 [colin]      2.7.1cvs3
3252         * src/etpan/imap-thread.c
3253                 Fix invalid free on command-connection
3254                 error
3256 2007-01-15 [wwp]        2.7.1cvs2
3258         * src/matcher_parser_lex.l
3259         * src/quote_fmt_lex.l
3260         * src/matcher_parser_parse.y
3261                 fix copyright header in lexers and parsers.
3263 2007-01-15 [paul]       2.7.1cvs1
3265         * NEWS
3266         * README
3267         * RELEASE_NOTES
3268         * configure.ac
3269                 bump up version number following
3270                 stable release
3272 2007-01-15 [paul]       2.7.0cvs31
3274         * AUTHORS
3275         * src/gtk/authors.h
3276                 add Fabien to the Team list
3277                 add the recent contributors
3278                 make a few corrections
3280 2007-01-15 [paul]       2.7.0cvs30
3282         * src/mainwindow.c
3283                 fix compiler warning
3284         * src/plugins/pgpcore/prefs_gpg.c
3285         * src/plugins/pgpcore/prefs_gpg.h
3286                 add missing include
3287                 fix copyright header
3289 2007-01-14 [colin]      2.7.0cvs29
3291         * src/gtk/filesel.c
3292                 Use the 'gtk+' backend. Avoids gnome-vfs use,
3293                 two benefits: faster to open, will fix strange
3294                 dbus-related crash. Thanks to Pascal Terjan.
3296 2007-01-14 [colin]      2.7.0cvs28
3298         * src/etpan/imap-thread.c
3299                 Delete the old imap just after allocating
3300                 the new one. Makes sure we don't get the
3301                 same pointer by sheer luck, which feels
3302                 strange in the debug log.
3304 2007-01-14 [colin]      2.7.0cvs27
3306         * src/gtk/inputdialog.c
3307                 Make sure we don't print passwords in
3308                 clear text when in debug mode
3310 2007-01-14 [colin]      2.7.0cvs26
3312         * src/gtk/gtksctree.c
3313                 Fix bug 1098, 'bogus last row display 
3314                 after expanding a thread'. Patch by
3315                 Jindrich Makovicka <makovick@gmail.com>
3317 2007-01-14 [colin]      2.7.0cvs25
3319         * src/etpan/imap-thread.c
3320                 Close socket manually before
3321                 freeing the imap struct
3323 2007-01-14 [colin]      2.7.0cvs24
3325         * src/etpan/imap-thread.c
3326                 Maybe fix new reconnection issues
3328 2007-01-13 [colin]      2.7.0cvs23
3330         * src/summaryview.c
3331                 Freeze/thaw on thread selection
3333 2007-01-13 [paul]       2.7.0cvs22
3335         * src/mainwindow.c
3336         * src/summaryview.c
3337         * src/summaryview.h
3338                 add 'Edit/Delete thread'
3340 2007-01-13 [colin]      2.7.0cvs21
3342         * src/prefs_account.c
3343         * src/prefs_compose_writing.c
3344         * src/prefs_message.c
3345         * src/prefs_msg_colors.c
3346         * src/prefs_other.c
3347         * src/prefs_receive.c
3348         * src/prefs_spelling.c
3349         * src/prefs_summaries.c
3350         * src/prefs_themes.c
3351         * src/gtk/gtkutils.c
3352         * src/gtk/gtkutils.h
3353         * src/plugins/pgpcore/prefs_gpg.c
3354         * src/plugins/spamassassin/spamassassin_gtk.c
3355                 Factorize gtk frame creation
3356                 Patch by Pawel
3358 2007-01-13 [colin]      2.7.0cvs20
3360         * src/message_search.c
3361         * src/summary_search.c
3362                 Fix Enter in search windows
3363         * src/messageview.c
3364                 Fix body search starting at the
3365                 end of the mail (and asking for loop)
3367 2007-01-13 [colin]      2.7.0cvs19
3369         * src/etpan/imap-thread.c
3370                 Make sure we don't free the same imap
3371                 twice
3373 2007-01-13 [colin]      2.7.0cvs18
3375         * commitHelper
3376                 Allow multiple commitHelpers to
3377                 run at once
3379 2007-01-12 [colin]      2.7.0cvs17
3381         * src/etpan/imap-thread.c
3382                 Make sure we get rid of the previous mailimap
3383                 when connecting - just in case disconnect was
3384                 unclean
3386 2007-01-12 [paul]       2.7.0cvs16
3388         * src/compose.c
3389                 Strip S/MIME signatures when re-editing
3390                 S/MIME signed messages.
3392 2007-01-12 [paul]       2.7.0cvs15
3394         * configure.ac
3395         * src/addressbook.c
3396         * src/foldersel.c
3397         * src/folderview.c
3398         * src/main.c
3399                 no need to define CLAWS anymore, remove
3400                 all that stuff
3402 2007-01-12 [paul]       2.7.0cvs14
3404         * src/mimeview.c
3405                 check if the mail's signed as
3406                 it can change the mail structure
3407                 Thanks to Colin
3409 2007-01-12 [paul]       2.7.0cvs13
3411         * src/procmime.c
3412                 fix Forwarding msgs with attachments
3413                 that have dos line endings
3414                 Thanks to Colin
3416 2007-01-12 [wwp]        2.7.0cvs12
3418         * configure.ac
3419                 Revert accidentally committed extra version tag.
3421 2007-01-12 [wwp]        2.7.0cvs11
3423         * src/prefs_account.c
3424                 Fix compilation w/o aspell (completes 2.7.0cvs7).
3426 2007-01-11 [colin]      2.7.0cvs10
3428         * src/imap.c
3429                 move g_warning to debug_print
3430                 it scares people for no reason
3432 2007-01-11 [colin]      2.7.0cvs9
3434         * po/POTFILES.in
3435                 Fix files to translate. Patch by
3436                 Fabien
3438 2007-01-11 [paul]       2.7.0cvs8
3440         * src/imap.c
3441                 Fix recursion when server lists the
3442                 current subfolder in the response
3443         * src/mimeview.c
3444                 Fix updating of icon_list/ctree
3445         * src/plugins/pgpcore/select-keys.c
3446                 Fix a few annoyances when choosing
3447                 keys for the CMS (S/MIME) protocol
3449 2007-01-11 [wwp]        2.7.0cvs7
3451         * src/compose.c
3452         * src/prefs_account.c
3453         * src/prefs_account.h
3454                 Add per-account spellcheck default dictionaries settings.
3456 2007-01-10 [colin]      2.7.0cvs6
3458         * src/prefs_folder_item.c
3459                 Factorize strings - patch by Fabien
3461 2007-01-10 [colin]      2.7.0cvs5
3463         * src/mainwindow.c
3464                 Fix bug 1095, 'Crash while changing folder 
3465                 columns during incorporation'
3467 2007-01-09 [colin]      2.7.0cvs4
3469         * src/gtk/pluginwindow.c
3470                 Set the plugin window transient. Seems
3471                 like some window managers hide it in
3472                 the background after "load plugin"...
3474 2007-01-09 [colin]      2.7.0cvs3
3476         * src/gtk/filesel.c
3477                 Use the same type for alloc and free
3479 2007-01-08 [paul]       2.7.0cvs2
3481         * po/nl.po
3482                 updated by Tim Dijkstra
3484 2007-01-08 [paul]       2.7.0cvs1
3486         * src/prefs_themes.c
3487         * src/common/utils.c
3488                 Fix resource leaks
3490 2007-01-08 [paul]       2.7.0
3492         * NEWS
3493         * README
3494         * RELEASE_NOTES
3495                 2.7.0 released
3497 2007-01-08 [paul]       2.6.1cvs119
3499         * doc/man/claws-mail.1
3500                 another correction
3502 2007-01-08 [paul]       2.6.1cvs118
3504         * doc/man/claws-mail.1
3505                 corrections
3506         * manual/advanced.xml
3507                 improved English usage
3509 2007-01-08 [paul]       2.6.1cvs117
3511         * po/ca.po
3512         * po/de.po
3513         * po/en_GB.po
3514         * po/fi.po
3515         * po/it.po
3516         * po/pt_BR.po
3517         * po/sk.po
3518         * po/sr.po
3519         * po/zh_CN.po
3520                 updated by Miquel Oliete, Stephan Sachse, me,
3521                 Tommi Pirinen, Andrea Spadaccini, Frederico
3522                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3523                 Urosevic, and Ralgh Young
3525 2007-01-07 [mones]      2.6.1cvs116
3527         * manual/es/advanced.xml
3528         * po/es.po
3529                 Synced manual (unhide mark_as_read_delay)
3530                 and updated translation for release
3532 2007-01-07 [paul]       2.6.1cvs115
3534         * src/prefs_matcher.c
3535                 make the hbox content fit better under
3536                 various languages
3538 2007-01-07 [colin]      2.6.1cvs114
3540         * src/messageview.c
3541                 Fix bug 1088, 'Ctrl-h produces repeatable
3542                 crash'
3544 2007-01-06 [colin]      2.6.1cvs113
3546         * src/etpan/imap-thread.c
3547                 Add casts to int to get certs. Fixes
3548                 bug 1064, 'crash @ etpan_certificate_check() 
3549                 when opening an IMAP folder', with latest
3550                 libetpan CVS or >= 0.49
3551         * src/mainwindow.c
3552         * src/mainwindow.h
3553         * src/imap_gtk.c
3554         * src/news_gtk.c
3555         * src/prefs_folder_item.c
3556                 Grey out the "synchronise" menu items if
3557                 there's nothing to synchronise.
3558         * src/plugins/pgpcore/sgpgme.c
3559                 Make an error clearer than "Unknown error"
3561 2007-01-06 [colin]      2.6.1cvs112
3563         * src/messageview.c
3564                 Don't try to show a message if updating
3565                 Maybe fixes bug 1088, 'ctrl-h produces
3566                 repeatable crash'.
3568 2007-01-06 [colin]      2.6.1cvs111
3570         * src/summaryview.c
3571                 Disable Control-Space (handle it as Space).
3573 2007-01-05 [paul]       2.6.1cvs110
3575         * src/imap.c
3576                 Fix bug 934, 'sylpheed claws 2.1 
3577                 doesn't show Exchanges Public Folders'
3578                 Thanks to Hoa and Colin
3579         * src/msgcache.c
3580                 Refuse to allocate more than 2 MB for a 
3581                 single field, it's a good indication of
3582                 cache corruption.
3584 2007-01-05 [colin]      2.6.1cvs109
3586         * src/mainwindow.c
3587                 Allow --select'ing emails by Message-ID too
3589 2007-01-05 [colin]      2.6.1cvs108
3591         * src/common/quoted-printable.c
3592                 Uh! Third fix :)
3594 2007-01-05 [colin]      2.6.1cvs107
3596         * src/common/quoted-printable.c
3597                 Fix previous commit about bug 1089
3598                 Thanks to Ralf
3600 2007-01-05 [colin]      2.6.1cvs106
3602         * src/common/quoted-printable.c
3603                 Fix my previous commit on bug 1089
3604                 - Thanks to Ralf :)
3606 2007-01-04 [colin]      2.6.1cvs105
3608         * src/common/quoted-printable.c
3609                 Fix bug 1089, 'NUL characters in Subject 
3610                 line are misinterpreted'. Not a pain to
3611                 fix in fact.
3613 2007-01-04 [colin]      
3615         2.7.0-rc3 released
3617 2007-01-04 [wwp]        2.6.1cvs104
3619         * src/image_viewer.c
3620                 Force operator precedence (fix a compiler warning).
3622 2007-01-04 [colin]      2.6.1cvs103
3624         * src/image_viewer.c
3625                 Be cautious there too (same fix as the one
3626                 in textview from cvs33)
3627         * src/messageview.c
3628                 Don't use any MimeViewer plugin when showing
3629                 all headers
3631 2007-01-03 [wwp]        2.6.1cvs102
3633         * src/html.c
3634         * src/html.h
3635                 fixed "cent" sign (use the existing ASCII one),
3636                 decode more HTML entities,
3637                 converted table ASCII entries to UTF-8,
3638                 moved a switch() into a hashtable.
3640 2007-01-03 [paul]       2.6.1cvs101
3642         * src/compose.c
3643         * src/messageview.c
3644         * src/procmsg.c
3645         * src/procmsg.h
3646                 When possible, use move_msg instead of
3647                 copy_msg + remove_msg to move sent mail
3648                 from Queue to Sent. 
3650 2007-01-03 [paul]       2.6.1cvs100
3652         * src/html.c
3653                 add more html entity recognition:
3654                 pounds, euros, and cents
3656 2007-01-03 [colin]      2.6.1cvs99
3658         * src/imap_gtk.c
3659                 Don't display an error on NOSELECT
3660                 folders when synchronising
3662 2007-01-03 [paul]       2.6.1cvs98
3664         * tools/maildir2claws-mail.pl
3665                 only substitute 'sent-mail' if it's
3666                 the full directory name
3668 2007-01-03 [paul]       2.6.1cvs97
3670         * ChangeLog
3671         * ChangeLog.pre2.0.0
3672         * Makefile.am
3673                 archive a chunk of ChangeLog in
3674                 ChangeLog.pre2.0.0
3675         * ChangeLog.gtk1
3676         * doc/src/ChangeLog.claws-pre0.8.0
3677                 remove ChangeLog.claws-pre0.8.0, adding
3678                 its contents to ChangeLog.gtk1
3680 2007-01-03 [paul]       2.6.1cvs96
3682         * src/account.c
3683         * src/account.h
3684         * src/action.c
3685         * src/action.h
3686         * src/adbookbase.h
3687         * src/addr_compl.c
3688         * src/addr_compl.h
3689         * src/addrbook.c
3690         * src/addrcache.c
3691         * src/addrcache.h
3692         * src/addrcindex.c
3693         * src/addrcindex.h
3694         * src/addrclip.c
3695         * src/addrclip.h
3696         * src/addrdefs.h
3697         * src/addressadd.c
3698         * src/addressadd.h
3699         * src/addressbook.c
3700         * src/addressbook.h
3701         * src/addressbook_foldersel.c
3702         * src/addressbook_foldersel.h
3703         * src/addrgather.c
3704         * src/addrgather.h
3705         * src/addrharvest.c
3706         * src/addrharvest.h
3707         * src/addrindex.c
3708         * src/addrindex.h
3709         * src/addritem.c
3710         * src/addritem.h
3711         * src/addrquery.c
3712         * src/addrquery.h
3713         * src/addrselect.c
3714         * src/addrselect.h
3715         * src/alertpanel.c
3716         * src/alertpanel.h
3717         * src/browseldap.c
3718         * src/browseldap.h
3719         * src/codeconv.c
3720         * src/codeconv.h
3721         * src/compose.c
3722         * src/compose.h
3723         * src/customheader.c
3724         * src/customheader.h
3725         * src/displayheader.c
3726         * src/displayheader.h
3727         * src/editaddress.c
3728         * src/editaddress.h
3729         * src/editbook.c
3730         * src/editbook.h
3731         * src/editgroup.c
3732         * src/editgroup.h
3733         * src/editjpilot.c
3734         * src/editjpilot.h
3735         * src/editldap.c
3736         * src/editldap.h
3737         * src/editldap_basedn.c
3738         * src/editldap_basedn.h
3739         * src/editvcard.c
3740         * src/editvcard.h
3741         * src/exphtmldlg.c
3742         * src/exphtmldlg.h
3743         * src/expldifdlg.c
3744         * src/expldifdlg.h
3745         * src/export.c
3746         * src/export.h
3747         * src/exporthtml.c
3748         * src/exporthtml.h
3749         * src/exportldif.c
3750         * src/exportldif.h
3751         * src/filtering.c
3752         * src/filtering.h
3753         * src/folder.c
3754         * src/folder.h
3755         * src/folder_item_prefs.c
3756         * src/folder_item_prefs.h
3757         * src/foldersel.c
3758         * src/foldersel.h
3759         * src/folderutils.c
3760         * src/folderutils.h
3761         * src/folderview.c
3762         * src/folderview.h
3763         * src/grouplistdialog.c
3764         * src/grouplistdialog.h
3765         * src/headerview.c
3766         * src/html.c
3767         * src/html.h
3768         * src/image_viewer.c
3769         * src/image_viewer.h
3770         * src/imap.c
3771         * src/imap.h
3772         * src/imap_gtk.c
3773         * src/imap_gtk.h
3774         * src/import.c
3775         * src/import.h
3776         * src/importldif.c
3777         * src/importldif.h
3778         * src/importmutt.c
3779         * src/importmutt.h
3780         * src/importpine.c
3781         * src/importpine.h
3782         * src/inc.c
3783         * src/inc.h
3784         * src/jpilot.c
3785         * src/jpilot.h
3786         * src/ldapctrl.c
3787         * src/ldapctrl.h
3788         * src/ldaplocate.c
3789         * src/ldaplocate.h
3790         * src/ldapquery.c
3791         * src/ldapquery.h
3792         * src/ldapserver.c
3793         * src/ldapserver.h
3794         * src/ldaputil.c
3795         * src/ldaputil.h
3796         * src/ldif.c
3797         * src/ldif.h
3798         * src/main.c
3799         * src/main.h
3800         * src/mainwindow.c
3801         * src/mainwindow.h
3802         * src/manual.c
3803         * src/manual.h
3804         * src/mbox.c
3805         * src/message_search.c
3806         * src/message_search.h
3807         * src/messageview.c
3808         * src/messageview.h
3809         * src/mh.c
3810         * src/mh.h
3811         * src/mh_gtk.c
3812         * src/mh_gtk.h
3813         * src/mimeview.c
3814         * src/mimeview.h
3815         * src/msgcache.c
3816         * src/msgcache.h
3817         * src/mutt.c
3818         * src/mutt.h
3819         * src/news.c
3820         * src/news.h
3821         * src/news_gtk.c
3822         * src/news_gtk.h
3823         * src/partial_download.c
3824         * src/partial_download.h
3825         * src/pine.c
3826         * src/pine.h
3827         * src/pop.c
3828         * src/pop.h
3829         * src/prefs_account.c
3830         * src/prefs_account.h
3831         * src/prefs_actions.c
3832         * src/prefs_actions.h
3833         * src/prefs_common.c
3834         * src/prefs_common.h
3835         * src/prefs_compose_writing.c
3836         * src/prefs_compose_writing.h
3837         * src/prefs_customheader.c
3838         * src/prefs_customheader.h
3839         * src/prefs_display_header.c
3840         * src/prefs_display_header.h
3841         * src/prefs_filtering.c
3842         * src/prefs_filtering.h
3843         * src/prefs_filtering_action.c
3844         * src/prefs_filtering_action.h
3845         * src/prefs_folder_column.c
3846         * src/prefs_folder_column.h
3847         * src/prefs_folder_item.c
3848         * src/prefs_folder_item.h
3849         * src/prefs_fonts.c
3850         * src/prefs_fonts.h
3851         * src/prefs_gtk.c
3852         * src/prefs_gtk.h
3853         * src/prefs_image_viewer.c
3854         * src/prefs_image_viewer.h
3855         * src/prefs_matcher.c
3856         * src/prefs_matcher.h
3857         * src/prefs_message.c
3858         * src/prefs_msg_colors.c
3859         * src/prefs_msg_colors.h
3860         * src/prefs_other.c
3861         * src/prefs_quote.c
3862         * src/prefs_receive.c
3863         * src/prefs_send.c
3864         * src/prefs_spelling.c
3865         * src/prefs_spelling.h
3866         * src/prefs_summaries.c
3867         * src/prefs_summaries.h
3868         * src/prefs_summary_column.c
3869         * src/prefs_summary_column.h
3870         * src/prefs_template.c
3871         * src/prefs_template.h
3872         * src/prefs_themes.c
3873         * src/prefs_themes.h
3874         * src/prefs_toolbar.c
3875         * src/prefs_toolbar.h
3876         * src/prefs_wrapping.c
3877         * src/prefs_wrapping.h
3878         * src/privacy.c
3879         * src/privacy.h
3880         * src/procheader.c
3881         * src/procheader.h
3882         * src/procmime.c
3883         * src/procmime.h
3884         * src/procmsg.c
3885         * src/procmsg.h
3886         * src/quote_fmt.c
3887         * src/quote_fmt_parse.y
3888         * src/recv.c
3889         * src/recv.h
3890         * src/remotefolder.c
3891         * src/remotefolder.h
3892         * src/send_message.c
3893         * src/send_message.h
3894         * src/setup.c
3895         * src/setup.h
3896         * src/sourcewindow.c
3897         * src/sourcewindow.h
3898         * src/ssl_manager.c
3899         * src/ssl_manager.h
3900         * src/statusbar.c
3901         * src/statusbar.h
3902         * src/stock_pixmap.c
3903         * src/stock_pixmap.h
3904         * src/summary_search.c
3905         * src/summary_search.h
3906         * src/summaryview.c
3907         * src/summaryview.h
3908         * src/textview.c
3909         * src/textview.h
3910         * src/toolbar.c
3911         * src/toolbar.h
3912         * src/undo.c
3913         * src/undo.h
3914         * src/unmime.c
3915         * src/unmime.h
3916         * src/vcard.c
3917         * src/vcard.h
3918         * src/wizard.c
3919         * src/wizard.h
3920         * src/common/base64.c
3921         * src/common/base64.h
3922         * src/common/defs.h
3923         * src/common/hooks.c
3924         * src/common/hooks.h
3925         * src/common/log.c
3926         * src/common/log.h
3927         * src/common/mgutils.c
3928         * src/common/mgutils.h
3929         * src/common/nntp.c
3930         * src/common/nntp.h
3931         * src/common/passcrypt.c
3932         * src/common/passcrypt.h.in
3933         * src/common/plugin.c
3934         * src/common/plugin.h
3935         * src/common/prefs.c
3936         * src/common/prefs.h
3937         * src/common/progressindicator.c
3938         * src/common/progressindicator.h
3939         * src/common/quoted-printable.c
3940         * src/common/quoted-printable.h
3941         * src/common/session.c
3942         * src/common/session.h
3943         * src/common/smtp.c
3944         * src/common/smtp.h
3945         * src/common/socket.c
3946         * src/common/socket.h
3947         * src/common/ssl.c
3948         * src/common/ssl.h
3949         * src/common/ssl_certificate.c
3950         * src/common/ssl_certificate.h
3951         * src/common/stringtable.c
3952         * src/common/stringtable.h
3953         * src/common/template.c
3954         * src/common/template.h
3955         * src/common/timing.h
3956         * src/common/utils.c
3957         * src/common/utils.h
3958         * src/common/version.h.in
3959         * src/common/xml.c
3960         * src/common/xml.h
3961         * src/common/xmlprops.c
3962         * src/common/xmlprops.h
3963         * src/gtk/about.c
3964         * src/gtk/colorlabel.c
3965         * src/gtk/colorsel.c
3966         * src/gtk/colorsel.h
3967         * src/gtk/combobox.c
3968         * src/gtk/combobox.h
3969         * src/gtk/description_window.c
3970         * src/gtk/description_window.h
3971         * src/gtk/filesel.c
3972         * src/gtk/filesel.h
3973         * src/gtk/foldersort.c
3974         * src/gtk/foldersort.h
3975         * src/gtk/gtksctree.c
3976         * src/gtk/gtkutils.c
3977         * src/gtk/gtkutils.h
3978         * src/gtk/inputdialog.c
3979         * src/gtk/inputdialog.h
3980         * src/gtk/logwindow.c
3981         * src/gtk/logwindow.h
3982         * src/gtk/manage_window.c
3983         * src/gtk/manage_window.h
3984         * src/gtk/menu.c
3985         * src/gtk/menu.h
3986         * src/gtk/pluginwindow.c
3987         * src/gtk/pluginwindow.h
3988         * src/gtk/prefswindow.c
3989         * src/gtk/prefswindow.h
3990         * src/gtk/progressdialog.c
3991         * src/gtk/progressdialog.h
3992         * src/gtk/sslcertwindow.c
3993         * src/gtk/sslcertwindow.h
3994         * src/plugins/bogofilter/bogofilter.c
3995         * src/plugins/bogofilter/bogofilter.h
3996         * src/plugins/bogofilter/bogofilter_gtk.c
3997         * src/plugins/clamav/clamav_plugin.c
3998         * src/plugins/clamav/clamav_plugin.h
3999         * src/plugins/clamav/clamav_plugin_gtk.c
4000         * src/plugins/demo/demo.c
4001         * src/plugins/dillo_viewer/dillo_prefs.c
4002         * src/plugins/dillo_viewer/dillo_prefs.h
4003         * src/plugins/dillo_viewer/dillo_viewer.c
4004         * src/plugins/pgpcore/passphrase.c
4005         * src/plugins/pgpcore/passphrase.h
4006         * src/plugins/pgpcore/pgp_viewer.c
4007         * src/plugins/pgpcore/pgp_viewer.h
4008         * src/plugins/pgpcore/plugin.c
4009         * src/plugins/pgpcore/select-keys.c
4010         * src/plugins/pgpcore/select-keys.h
4011         * src/plugins/pgpcore/sgpgme.c
4012         * src/plugins/pgpcore/sgpgme.h
4013         * src/plugins/pgpinline/pgpinline.c
4014         * src/plugins/pgpinline/pgpinline.h
4015         * src/plugins/pgpinline/plugin.c
4016         * src/plugins/pgpmime/pgpmime.c
4017         * src/plugins/pgpmime/pgpmime.h
4018         * src/plugins/pgpmime/plugin.c
4019         * src/plugins/spamassassin/spamassassin.c
4020         * src/plugins/spamassassin/spamassassin.h
4021         * src/plugins/spamassassin/spamassassin_gtk.c
4022         * src/plugins/trayicon/trayicon.c
4023                 it's 2007, update the year in the copyright headers
4025 2007-01-03 [paul]       2.6.1cvs95
4027         * src/gtk/about.c
4028                 it is 2007, use it in the copyright string
4030 2007-01-03 [paul]       2.6.1cvs94
4032         * src/html.c
4033                 html entity conversion:
4034                 move &#153; to a more suitable place
4035                 add &bull; and &ndash;
4036                 make sure &mdash; and &#8212; are both
4037                 converted the same
4039 2007-01-02 [colin]      2.6.1cvs93
4041         * src/addrbook.c
4042                 Fix leak
4043         * src/common/plugin.c
4044                 Add comment
4045         * src/etpan/imap-thread.c
4046                 Fix warning
4048 2006-12-31 [paul]       2.6.1cvs92
4050         * src/prefs_summaries.c
4051                 use gtk_button_new_from_stock()
4053 2006-12-30 [colin]      2.6.1cvs91
4055         * src/folder.c
4056         * src/imap_gtk.c
4057         * src/mh_gtk.c
4058                 Don't update filtering and account paths 
4059                 when copying folders
4061 2006-12-30 [colin]      2.6.1cvs90
4063         * src/prefs_compose_writing.c
4064         * src/prefs_quote.c
4065         * src/prefs_template.c
4066                 Use message font for Writing and 
4067                 Quoting prefs, as well as Templates.
4069 2006-12-30 [colin]      2.6.1cvs89
4071         * src/prefs_summaries.c
4072                 Rework GUI; patch by Pawel
4074 2006-12-29 [colin]      2.6.1cvs88
4076         * src/prefs_folder_item.c
4077                 Fix bug 1085, 'Apply to subfolder 
4078                 doesn't work' - I was mistaken saying
4079                 it worked in every case
4081 2006-12-28 [colin]      2.6.1cvs87
4083         * src/gtk/gtkaspell.c
4084                 Don't assert if use_alternate is true
4085                 and alt_dictionary isn't set -- this 
4086                 is what happens on upgrade! Rather,
4087                 do with it.
4089 2006-12-28 [colin]      2.6.1cvs86
4091         * Makefile.am
4092                 Fix desktop/icon simplification
4094 2006-12-28 [colin]      2.6.1cvs85
4096         * Makefile.am
4097                 Make desktop and icon not 
4098                 dependant on the desktop
4100 2006-12-28 [wwp]        2.6.1cvs84
4102         * src/plugins/pgpmime/claws.def
4103                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
4105 2006-12-28 [wwp]        2.6.1cvs83
4107         * src/prefs_folder_item.c
4108                 Fix coloring of "simplify subject regexp" (folder prefs),
4109                 which might be left to red whereas the regexp gets empty.
4111 2006-12-28 [wwp]        2.6.1cvs82
4113         * src/prefs_common.c
4114         * src/prefs_common.h
4115         * src/addressbook.c
4116         * src/addressitem.h
4117                 Save addressbook mainwindow's horizontal and vertical splitter position.
4119 2006-12-27 [wwp]        2.6.1cvs81
4121         * src/gtk/gtkaspell.c
4122         * src/gtk/gtkaspell.h
4123         * src/compose.c
4124                 Fix assignment of compose's default and alternate dictionary from
4125                 account or folder settings. Now gtkaspell_change_dict does rotate
4126                 dicts only when it's called from a menu cb.
4128 2006-12-27 [wwp]        2.6.1cvs80
4130         * src/folder_item_prefs.c
4131                 Fix randomly initialized default-alt-dictionary (folder prefs),
4132                 complete 2.6.1cvs72.
4134 2006-12-27 [paul]       2.6.1cvs79
4136         * src/imap_gtk.c
4137         * src/mh_gtk.c
4138                 Add Copy folder in the folder's contextual
4139                 menu
4141 2006-12-27 [wwp]        2.6.1cvs78
4143         * src/imap.c
4144                 Clean up session locking, thanks to Colin.
4146 2006-12-26 [colin]      2.6.1cvs77
4148         * src/statusbar.c
4149                 Revert previous patch
4151 2006-12-26 [colin]      2.6.1cvs76
4153         * src/folder.c
4154         * src/folderview.c
4155         * src/imap.c
4156         * src/statusbar.c
4157         * src/etpan/imap-thread.c
4158                 Fix previous commit warnings
4159                 Make statusbar update every second if total < 20
4160                 Make IMAP APPEND faster by simplifying log              
4162 2006-12-26 [colin]      2.6.1cvs75
4164         * src/folder.c
4165         * src/folder.h
4166         * src/folderview.c
4167         * src/folderview.h
4168         * src/imap_gtk.c
4169         * src/mh_gtk.c
4170                 Make it possible to copy folders accross
4171                 mailboxes (this was an arbitrary limitation).
4172                 Still make it impossible to move folders 
4173                 accross mailboxes.
4175 2006-12-26 [colin]      2.6.1cvs74
4177         * src/etpan/imap-thread.c
4178                 Fix bug 1081, 'claws-mail 
4179                 segfaults when going offline 
4180                 while it transfers mails via 
4181                 imap'
4183 2006-12-26 [colin]      2.6.1cvs73
4185         * src/folder_item_prefs.c
4186                 Don't forget alt dictionary when
4187                 renaming/moving folders
4189 2006-12-26 [wwp]        2.6.1cvs72
4191         * src/folder_item_prefs.c
4192                 Add missing defaults for per-folder alt dict
4193                 (forgotten in 2.6.1cvs61).
4195 2006-12-26 [colin]      2.6.1cvs71
4197         * src/wizard.c
4198                 Add tooltip to state that specifying
4199                 full path to mailbox is possible
4201 2006-12-26 [wwp]        2.6.1cvs70
4203         * src/partial_download.c
4204         * src/gtk/gtkvscrollbutton.c
4205         * src/plugins/pgpinline/plugin.c
4206                 Fix for few compiler warnings that matter.
4208 2006-12-25 [colin]      2.6.1cvs69
4210         * src/partial_download.c
4211                 Fix marking for download or deletion
4212                 when the header isn't the first
4213         * src/gtk/logwindow.c
4214                 Fix start of scrolling
4216 2006-12-23 [paul]       2.6.1cvs68
4218         * src/compose.c
4219                 change last commit to use the 'academic'
4220                 method instead. Thanks to wwp
4222 2006-12-23 [paul]       2.6.1cvs67
4224         * src/compose.c
4225                 don't warn about empty subject when
4226                 redirecting
4228 2006-12-22 [colin]      2.6.1cvs66
4230         * src/summary_search.c
4231                 Fix previous patch
4233 2006-12-22 [colin]      2.6.1cvs65
4235         * src/gtk/gtkutils.c
4236         * src/imap.c
4237         * src/jpilot.c
4238         * src/summary_search.c
4239                 A few warning fixes
4241 2006-12-23 [paul]       
4243         2.7.0-rc2 released
4245 2006-12-22 [colin]      2.6.1cvs64
4247         * src/toolbar.c
4248         * src/toolbar.h
4249                 Add a combo to the learn spam button
4250         * src/plugins/bogofilter/bogofilter.c
4251         * src/plugins/bogofilter/bogofilter_gtk.c
4252         * src/plugins/bogofilter/bogofilter.h
4253                 Allow to store Unsure mails in a specific
4254                 folder to make better teaching easier
4256 2006-12-21 [wwp]        2.6.1cvs63
4258         * src/compose.c
4259         * src/prefs_common.c
4260         * src/prefs_common.h
4261         * src/prefs_spelling.c
4262         * src/gtk/gtkaspell.c
4263         * src/gtk/gtkaspell.h
4264                 Allow spell-checking using both current and alternate dictionaries
4265                 (thanks to Colin).
4267 2006-12-21 [wwp]        2.6.1cvs62
4269         * src/gtk/gtkaspell.c
4270                 Apply recheck_when_changing_dict (highlight all mispelled words)
4271                 when switching to alternate dictionary.
4273 2006-12-21 [wwp]        2.6.1cvs61
4275         * src/compose.c
4276         * src/folder_item_prefs.h
4277         * src/prefs_common.c
4278         * src/prefs_common.h
4279         * src/prefs_folder_item.c
4280         * src/prefs_spelling.c
4281         * src/gtk/gtkaspell.c
4282         * src/gtk/gtkaspell.h
4283                 Add global and per-folder prefs to set the default
4284                 alternate dictionary.
4286 2006-12-21 [colin]      2.6.1cvs60
4288         * src/folder.c
4289                 Look for folders by path in all folders
4290         * src/html.c
4291                 add &mdash;
4293 2006-12-20 [colin]      2.6.1cvs59
4295         * src/gtk/quicksearch.c
4296                 Make sure in_typing is false when clearing
4298 2006-12-20 [wwp]        2.6.1cvs58
4300         * configure.ac
4301                 change manual's target dir to be LFH-compliant (thanks to Colin).
4303 2006-12-20 [wwp]        2.6.1cvs57
4305         * src/prefs_common.c
4306         * src/prefs_summaries.c
4307                 i18n fix and factorize patch, thanks to Fabien.
4309 2006-12-20 [paul]       2.6.1cvs56
4311         * configure.ac
4312                 last of the renaming (??)
4313         * src/main.c
4314                 correct --help info of --status-full
4315         * src/plugins/bogofilter/bogofilter.c
4316                 make FALSE default of whitelist_ab
4318 2006-12-19 [colin]      2.6.1cvs55
4320         * src/jpilot.c
4321                 Same as before, without depending on
4322                 pisock >= 0.12
4324 2006-12-19 [colin]      2.6.1cvs54
4326         * src/jpilot.c
4327                 Fix bug 1059, 'Better jpilot charset 
4328                 handling'. Use libpisync's charset conversion
4329                 if possible
4331 2006-12-19 [colin]      2.6.1cvs53
4333         * po/fr.po
4334                 Updated by Fabien
4336 2006-12-19 [wwp]        2.6.1cvs52
4338         * src/gtk/about.c
4339                 Add missing #include (thanks to Colin).
4341 2006-12-19 [wwp]        2.6.1cvs51
4343         * src/prefs_receive.c
4344                 Better spacing between widgets in prefs.
4346 2006-12-18 [colin]      2.6.1cvs50
4348         * src/imap.c
4349                 Fix failure to get separator on LIST "" ""
4350                 Try LIST "" "INBOX" too.
4352 2006-12-18 [wwp]        2.6.1cvs49
4354         * src/common/session.c
4355                 Fix a compiler warning (thanks to Fabien).
4357 2006-12-18 [wwp]        2.6.1cvs48
4359         * src/compose.c
4360         * src/prefs_quote.c
4361                 Factorize some strings for translation (it's about error
4362                 messages when applying or checking template/quote format).
4364 2006-12-18 [colin]      2.6.1cvs47
4366         * Makefile.am
4367         * src/common/defs.h
4368         * src/gtk/Makefile.am
4369         * src/gtk/about.c
4370                 Add a Release notes tab from the contents of
4371                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
4373 2006-12-17 [colin]      2.6.1cvs46
4375         * src/mimeview.c
4376         * src/textview.c
4377         * src/gtk/filesel.c
4378                 Correctly convert from/to UTF8/filename encoding
4379                 when loading and saving files. Probably fixes
4380                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
4381                 for a file to attach and is blocked...'
4383 2006-12-17 [colin]      2.6.1cvs45
4385         * src/gtk/logwindow.c
4386                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
4387                 IMAP folder and is blocked on main thread': 
4388                 make sure we put utf8 in the log.
4390 2006-12-16 [colin]      2.6.1cvs44
4392         * src/toolbar.c
4393         * src/toolbar.h
4394                 Fix bug 1055, 'Add the 'cancel receive' 
4395                 in the available events for the toolbar buttons'
4397 2006-12-16 [colin]      2.6.1cvs43
4399         * po/POTFILES.in
4400         * src/imap.c
4401         * src/common/nntp.c
4402         * src/common/session.c
4403                 Log error when SSL handshakes fail. 
4404                 Fixes bug 1082, 'incorrect / imprecise 
4405                 error message when imap server provides 
4406                 ssl only through STARTTLS but SSL is 
4407                 selected'
4409 2006-12-15 [wwp]        2.6.1cvs42
4411         * src/plugins/bogofilter/bogofilter_gtk.c
4412                 set proper sensitivity to widgets I've recently added.
4414 2006-12-15 [colin]      
4416         2.7.0-rc1 released
4418 2006-12-15 [wwp]        2.6.1cvs41
4420         * src/plugins/bogofilter/bogofilter.c
4421         * src/plugins/bogofilter/bogofilter.h
4422         * src/plugins/bogofilter/bogofilter_gtk.c
4423                 bogofilter's whitelist can now use a subset of
4424                 the addressbook (either a book, a subfolder of a book,
4425                 or the whole addressbook by using "Any"). Re-used there
4426                 some pref_matcher widgets and mechanisms to match a subset
4427                 of the addressbook.
4429 2006-12-15 [wwp]        2.6.1cvs40
4431         * src/wizard.c
4432         * src/common/plugin.c
4433         * src/common/plugin.h
4434         * src/gtk/about.c
4435         * src/plugins/bogofilter/bogofilter.c
4436         * src/plugins/clamav/clamav_plugin.c
4437         * src/plugins/demo/demo.c
4438         * src/plugins/dillo_viewer/dillo_viewer.c
4439         * src/plugins/pgpcore/plugin.c
4440         * src/plugins/pgpinline/plugin.c
4441         * src/plugins/pgpmime/plugin.c
4442         * src/plugins/spamassassin/spamassassin.c
4443         * src/plugins/trayicon/trayicon.c
4444                 factorize some translatable strings (plugins-related),
4445                 fix missing punctuation in several places,
4446                 remove useless translatable \n in about.c,
4447                 and factorize plugin init code w/ a new function
4448                 check_plugin_version() in common/plugin.c.
4449                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4451 2006-12-15 [wwp]        2.6.1cvs39
4453         * src/plugins/bogofilter/bogofilter.c
4454         * src/plugins/bogofilter/bogofilter_gtk.c
4455                 flag whitelisted spams as spam, but don't filter it to the spam
4456                 folder. Thanks to Colin.
4458 2006-12-15 [ticho]      2.6.1cvs38
4460         * src/plugins/bogofilter/bogofilter.c
4461         * src/plugins/bogofilter/bogofilter.h
4462         * src/plugins/bogofilter/bogofilter_gtk.c
4463                 Add option to whitelist senders found in addressbook. Patch by colin.
4465 2006-12-15 [paul]       2.6.1cvs37
4467         * src/folderview.c
4468                 add missing #include "log.h"
4470 2006-12-15 [paul]       2.6.1cvs36
4472         * src/plugins/bogofilter/bogofilter.c
4473         * src/plugins/bogofilter/bogofilter.h
4474         * src/plugins/bogofilter/bogofilter_gtk.c
4475                 Add an option to allow inserting an
4476                 X-Claws-Bogosity header (on MH folders
4477                 only). Patch by Colin
4479 2006-12-14 [colin]      2.6.1cvs35
4481         * src/main.c
4482                 "Yes" should be the default choice for
4483                 migration configuration
4485 2006-12-14 [paul]       2.6.1cvs34
4487         * src/prefs_summaries.c
4488         * manual/advanced.xml
4489                 Unhide mark_as_read_delay
4491 2006-12-14 [paul]       2.6.1cvs33
4493         * src/messageview.c
4494         * src/messageview.h
4495         * src/mimeview.c
4496         * src/mimeview.h
4497         * src/summaryview.c
4498         * src/textview.c
4499         * src/textview.h
4500                 Fix printing of selection
4501                 Fix printing of message parts
4502                 Fix printing of images
4503         * src/gtk/gtksourceprintjob.c
4504                 Fix page count when there are images
4506 2006-12-14 [wwp]        2.6.1cvs32
4508         * src/mainwindow.c
4509         * src/summaryview.c
4510         * src/summaryview.h
4511         * src/gtk/quicksearch.c
4512                 fix quicksearch 'magnify' button status when QS is closed
4513                 using the Escape key, thanks to Colin.
4515 2006-12-14 [wwp]        2.6.1cvs31
4517         * src/mainwindow.c
4518         * src/summaryview.c
4519         * src/summaryview.h
4520         * src/gtk/quicksearch.c
4521                 fix quicksearch 'magnify' button status when QS is closed
4522                 using the Escape key, thanks to Colin.
4524 2006-12-13 [colin]      2.6.1cvs30
4526         * src/ldapquery.c
4527         * src/ldaputil.c
4528                 Use the binary safe version of ldap_get_values,
4529                 to make sure we manipulate null-terminated 
4530                 strings. Maybe fixes bug 1075, 'claws mail 
4531                 segfault when completing ldap adresses'
4532         * src/syldap.c ** REMOVED **
4533         * src/syldap.h ** REMOVED **
4534                 Remove dead files
4536 2006-12-13 [mones]      2.6.1cvs29
4538         * po/es.po
4539                 Fixed piped strings, fixed click translation
4541 2006-12-13 [paul]       2.6.1cvs28
4543         * src/main.c
4544                 don't translate these strings
4546 2006-12-13 [paul]       2.6.1cvs27
4548         * po/en_GB.po
4549                 updated
4551 2006-12-13 [colin]      2.6.1cvs26
4553         * src/main.c
4554         * src/main.h
4555                 Add claws_is_starting()
4557 2006-12-13 [mones]      2.6.1cvs25
4559         * manual/es/advanced.xml
4560         * po/es.po
4561                 Synced manual and updated translation
4563 2006-12-12 [colin]      2.6.1cvs24
4565         * src/wizard.c
4566                 Add an option to use STARTTLS in the
4567                 welcome wizard. Fixes bug 1080, 
4568                 'Using SSL option in wizard for incoming 
4569                 server does not activate SSL with STARTTLS'
4571 2006-12-12 [colin]      2.6.1cvs23
4573         * src/main.c
4574                 Don't exit when there's an incomplete
4575                 mailbox configured - leaves a chance 
4576                 to fix a failing IMAP account. Exit
4577                 if no mailbox at all is loaded (case
4578                 of missing plugin).
4579                 Completes bug 1077's fix (I was wrong
4580                 in this bug's comment #3).
4582 2006-12-12 [colin]      2.6.1cvs22
4584         * src/gtk/menu.h
4585                 Add another menu data type
4586         * src/prefs_account.c
4587                 Complete the completion of bug 1076
4588                 (doesn't lose the pref on apply)
4590 2006-12-12 [paul]       2.6.1cvs21
4592         * src/prefs_account.c
4593                 complete the fix of bug 1076
4594                 also be more verbose with the text
4596 2006-12-12 [paul]       2.6.1cvs20
4598         * src/gtk/combobox.c
4599                 fix compilation warning
4601 2006-12-11 [colin]      2.6.1cvs19
4603         * src/wizard.c
4604                 Document :port in server entry tooltips
4606 2006-12-11 [colin]      2.6.1cvs18
4608         * src/main.c
4609                 Fix compile
4611 2006-12-11 [colin]      2.6.1cvs17
4613         * src/main.c
4614                 Add failing IMAP as a reason for no
4615                 mailbox
4617 2006-12-11 [colin]      2.6.1cvs16
4619         * src/prefs_account.c
4620                 Check for existence of inbox for local
4621                 accounts too
4622         * src/wizard.c
4623                 Allow setting the port to use for servers
4624                 by using the usual "server.example.com:port"
4625                 syntax. Fixes bug 1077, 'sylpheed-claws does 
4626                 not start when IMAP server is unavailable'
4628 2006-12-11 [colin]      2.6.1cvs15
4630         * src/prefs_account.c
4631                 Prevent use of non-existing default inbox
4633 2006-12-11 [colin]      2.6.1cvs14
4635         * src/prefs_account.c
4636                 Fix sensitivity. Fixes bug 1076, 'privacy 
4637                 options are displayed even when pgp plugin 
4638                 not loaded / available'
4640 2006-12-09 [colin]      2.6.1cvs13
4642         * manual/advanced.xml
4643         * src/prefs_common.c
4644         * src/prefs_common.h
4645         * src/common/ssl_certificate.c
4646                 Add a new hidden preference, 'unsafe_ssl_certs',
4647                 which allows to store multiple certificates per
4648                 server/port. This is disabled by default because
4649                 it's less secure (presenting a new certificate
4650                 instead of a changed one raises less alarms).
4651                 This will cause Claws to ask about an unknown
4652                 certificate for people who have used 2.6.1cvs8
4653                 or greater.
4655 2006-12-09 [colin]      2.6.1cvs12
4657         * src/action.c
4658                 Fix cache updating after action
4660 2006-12-07 [wwp]        2.6.1cvs11
4662         * src/compose.c
4663                 fix email address comparison when replying to all
4664                 (avoid replying to ourselves), thanks to Colin.
4666 2006-12-06 [paul]       2.6.1cvs10
4668         * src/addrharvest.c
4669         * src/editldap.c
4670         * src/expldifdlg.c
4671         * src/news.c
4672         * src/toolbar.c
4673         * src/common/utils.c
4674                 ...and more renaming
4675                 Thanks to Colin
4677 2006-12-06 [paul]       2.6.1cvs9
4679         * src/compose.c
4680         * src/messageview.c
4681         * src/procheader.c
4682         * src/procmime.c
4683         * src/procmsg.c
4684         * src/textview.c
4685                 more renaming
4686                 Thanks to Colin
4688 2006-12-06 [colin]      2.6.1cvs8
4690         * src/ssl_manager.c
4691         * src/common/ssl_certificate.c
4692         * src/common/ssl_certificate.h
4693                 Handle multiple certificates per host/port
4695 2006-12-06 [colin]      2.6.1cvs7
4697         * src/etpan/imap-thread.c
4698                 Fix certificate checking on IMAP
4700 2006-12-06 [colin]      2.6.1cvs6
4702         * src/folderview.c
4703                 Fix bug 1072, 'Claws stops fetching newsgroups 
4704                 from server when newsgroup got deleted': continue
4705                 checking other groups
4707 2006-12-05 [wwp]        2.6.1cvs5
4709         * src/message_search.c
4710         * src/summary_search.c
4711         * src/gtk/combobox.c
4712         * src/gtk/combobox.h
4713         * src/gtk/gtkutils.c
4714         * src/gtk/gtkutils.h
4715                 make up and down arrow keys in modern gtk_combo_box_entry widgets
4716                 behave like w/ old comboboxes (summary and message search only).
4718 2006-12-05 [paul]       2.6.1cvs4
4720         * src/wizard.c
4721                 encode headers
4722                 Thanks to Colin
4724 2006-12-05 [paul]       2.6.1cvs3
4726         * tools/README
4727         * tools/textviewer.pl
4728                 script updated and description added
4730 2006-12-04 [colin]      2.6.1cvs2
4732         * src/compose.c
4733                 Run pre-send hook only when checking
4734                 everything
4736 2006-12-04 [paul]       2.6.1cvs1
4738         * NEWS
4739         * README
4740         * RELEASE_NOTES
4741         * configure.ac
4742         * tools/README
4743                 bump up version number following stable release
4745 2006-12-04 [paul]       2.6.0cvs83
4747         * README
4748                 updates and corrections
4750 2006-12-04 [colin]      2.6.0cvs82
4752         * src/common/utils.c
4753                 Probably fix bug 1066, 'Incorrect mailbox 
4754                 size displayed'
4756 2006-12-04 [colin]      2.6.0cvs81
4758         * src/common/utils.c
4759                 Trim tabs from mailcap file too.
4761 2006-12-02 [paul]       2.6.0cvs80
4763         * src/exphtmldlg.c
4764                 fix broken GUI under certain languages
4765         * src/expldifdlg.c
4766                 put the Cancel button to the right
4768 2006-12-01 [paul]       2.6.0cvs79
4770         * tools/Makefile.am
4771                 remove reference to removed file
4773 2006-12-01 [wwp]        2.6.0cvs78
4775         * src/addressbook.c
4776         * src/editaddress.c
4777                 remove forgotten debug statements.
4779 2006-12-01 [wwp]        2.6.0cvs77
4781         * manual/advanced.xml
4782         * manual/fr/advanced.xml
4783         * src/addressbook.c
4784         * src/addressbook.h
4785         * src/addressitem.h
4786         * src/editaddress.c
4787         * src/editaddress.h
4788         * src/prefs_common.c
4789         * src/prefs_common.h
4790         * src/gtk/gtkutils.c
4791         * src/gtk/gtkutils.h
4792                 add a hidden option to allow embedding the editaddress (edit contact details)
4793                 dialog into the addressbook's window. This doesn't change the default
4794                 behaviour.
4796 2006-12-01 [wwp]        2.6.0cvs76
4798         * src/message_search.c
4799         * src/summary_search.c
4800                 fix more focus issues (don't set focus to combobox's entry widget when
4801                 entry's value changed, if entry widget has focus already).
4803 2006-12-01 [wwp]        2.6.0cvs75
4805         * src/gtk/quicksearch.c
4806                 revert last changes to the quicksearch gtk_combo_box, this needs more
4807                 tuning and testing.
4809 2006-12-01 [paul]       2.6.0cvs74
4811         * tools/kdeservicemenu/README
4812         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4813         * tools/kdeservicemenu/install.sh
4814         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4815         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4816                 simplify this stuff, and in so doing,
4817                 fix it. (possibly re-extend it again at
4818                 a later date)
4820 2006-12-01 [wwp]        2.6.0cvs73
4822         * src/gtk/quicksearch.c
4823                 adapt quicksearch code to use modern gtk_combo_box'es.
4825 2006-12-01 [wwp]        2.6.0cvs72
4827         * src/common/defs.h
4828         * src/prefs_common.c
4829         * src/prefs_common.h
4830         * src/message_search.c
4831         * src/summary_search.c
4832         * src/gtk/combobox.c
4833         * src/gtk/combobox.h
4834                 add history combos to all message and summary search fields.
4836 2006-12-01 [wwp]        2.6.0cvs71
4838         * src/summaryview.c
4839                 As the list may change while the mark as read delay
4840                 runs, we can't rely on the 'row' pointer, which can
4841                 be invalid when the timeout is called. As the mark
4842                 as read is only done if the message is still selected,
4843                 use summaryview->selected instead. Thanks to Colin.
4845 2006-11-30 [paul]       2.6.0cvs70
4847         * src/textview.c
4848                 give emphasis to "Sylpheed-Claws"
4849                 as well as "Claws Mail"
4851 2006-11-30 [colin]      2.6.0cvs69
4853         * src/wizard.c
4854                 Put the SSL checkboxes in the receiving
4855                 and sending server pages.
4857 2006-11-29 [colin]      2.6.0cvs68
4859         * src/gtk/gtkutils.c
4860         * src/gtk/gtkvscrollbutton.c
4861                 Revert some deprecated fixes - they seem to
4862                 deprecate stuff as soon as a new one gets out.
4863                 g_object_ref_sink needed glib-2.10.
4865 2006-11-29 [colin]      2.6.0cvs67
4867         * src/common/utils.c
4868                 Create .mailcap if it doesn't exist
4870 2006-11-29 [colin]      2.6.0cvs66
4872         * src/compose.c
4873                 Followup to cvs60: use original list
4874                 of recipients if replying to a mail
4875                 in Sent Drafts or Queue.
4877 2006-11-27 [paul]       2.6.0cvs65
4879         * src/image_viewer.c
4880                 revert the last change for now (it's broken)
4882 2006-11-27 [paul]       2.6.0cvs64
4884         * Makefile.am
4885         * configure.ac
4886         * m4/aclocal-include.m4
4887         * m4/check-type.m4
4888         * src/Makefile.am
4889         * src/addr_compl.c
4890         * src/compose.c
4891         * src/crash.c
4892         * src/export.c
4893         * src/exporthtml.c
4894         * src/exportldif.c
4895         * src/imap.c
4896         * src/import.c
4897         * src/main.c
4898         * src/main.h
4899         * src/matcher.c
4900         * src/mimeview.c
4901         * src/procmsg.c
4902         * src/textview.c
4903         * src/common/Makefile.am
4904         * src/common/claws.c
4905         * src/common/claws.h
4906         * src/common/ssl.c
4907         * src/common/sylpheed.c
4908         * src/common/sylpheed.h
4909         * src/etpan/Makefile.am
4910         * src/gtk/Makefile.am
4911         * src/gtk/claws-marshal.list
4912         * src/gtk/filesel.c
4913         * src/gtk/gtksctree.c
4914         * src/gtk/quicksearch.c
4915         * src/gtk/sylpheed-marshal.list
4916         * src/plugins/bogofilter/bogofilter.c
4917         * src/plugins/bogofilter/bogofilter_gtk.c
4918         * src/plugins/clamav/clamav_plugin.c
4919         * src/plugins/clamav/clamav_plugin_gtk.c
4920         * src/plugins/demo/demo.c
4921         * src/plugins/dillo_viewer/dillo_viewer.c
4922         * src/plugins/pgpcore/Makefile.am
4923         * src/plugins/pgpcore/claws.def
4924         * src/plugins/pgpcore/pgp_viewer.c
4925         * src/plugins/pgpcore/plugin.c
4926         * src/plugins/pgpcore/sylpheed.def
4927         * src/plugins/pgpinline/Makefile.am
4928         * src/plugins/pgpinline/claws.def
4929         * src/plugins/pgpinline/plugin.c
4930         * src/plugins/pgpinline/sylpheed.def
4931         * src/plugins/pgpmime/Makefile.am
4932         * src/plugins/pgpmime/claws.def
4933         * src/plugins/pgpmime/plugin.c
4934         * src/plugins/pgpmime/sylpheed.def
4935         * src/plugins/spamassassin/spamassassin.c
4936         * src/plugins/spamassassin/spamassassin_gtk.c
4937         * src/plugins/trayicon/trayicon.c
4938                 yet more renaming
4939                 remove deprecated gtk_tooltips_set_delay()
4941 2006-11-26 [paul]       2.6.0cvs63
4943         * src/expldifdlg.c
4944         * src/folderview.c
4945         * src/image_viewer.c
4946         * src/mainwindow.c
4947         * src/gtk/gtkutils.c
4948         * src/gtk/gtkvscrollbutton.c
4949         * src/gtk/prefswindow.c
4950         * src/plugins/pgpcore/prefs_gpg.c
4951                 replace more deprecated GTK+ functions
4953 2006-11-26 [paul]       2.6.0cvs62
4955         * src/addr_compl.c
4956         * src/addressbook.c
4957         * src/browseldap.c
4958                 replace deprecated gtk_idle_... functions
4960 2006-11-26 [paul]       2.6.0cvs61
4962         * src/compose.c
4963         * src/folderview.c
4964         * src/inc.c
4965         * src/summaryview.c
4966         * src/gtk/gtkvscrollbutton.c
4967         * src/gtk/quicksearch.c
4968         * src/plugins/pgpcore/passphrase.c
4969                 replace deprecated gtk_timeout_add and
4970                 gtk_timeout_remove
4972 2006-11-26 [paul]       2.6.0cvs60
4974         * src/compose.c
4975                 fix bug that caused the wrong recipient
4976                 to be selected when replying to a msg
4977                 which is From one of our accounts to
4978                 another of our accounts
4980 2006-11-25 [paul]       2.6.0cvs59
4982         * src/summaryview.c
4983                 don't change the From column title to
4984                 To if the To column is visible
4986 2006-11-24 [paul]       2.6.0cvs58
4988         * src/compose.c
4989                 fix bug 1069, 'Sent mails disappear, BCC
4990                 or locking problem?'
4992 2006-11-21 [wwp]        2.6.0cvs57
4994         * src/compose.c
4995                 fix spelling menu when replying (same as 2.3.1cvs39):
4996                 discrepancy between context menu and top menu when
4997                 folder's dictionary isn't the default one.
4999 2006-11-19 [paul]       2.6.0cvs56
5001         * src/summaryview.c
5002                 obey always_show_msg option when
5003                 marking as spam
5004         * src/plugins/bogofilter/bogofilter.c
5005                 fix typo
5007 2006-11-18 [paul]       2.6.0cvs55
5009         * AUTHORS
5010         * README
5011         * debian/copyright
5012         * manual/ack.xml
5013         * manual/es/ack.xml
5014         * manual/fr/ack.xml
5015         * manual/pl/ack.xml
5016         * src/gtk/authors.h
5017         * src/gtk/icon_legend.c
5018         * src/gtk/icon_legend.h
5019         * tools/OOo2claws-mail.pl
5020         * tools/README
5021         * tools/acroread2claws-mail.pl
5022         * tools/claws.i18n.status.pl
5023         * tools/filter_conv.pl
5024         * tools/filter_conv_new.pl
5025         * tools/freshmeat_search.pl
5026         * tools/google_search.pl
5027         * tools/kmail2claws-mail.pl
5028         * tools/kmail2claws-mail_v2.pl
5029         * tools/maildir2claws-mail.pl
5030         * tools/make.themes.project
5031         * tools/multiwebsearch.pl
5032         * tools/outlook2claws-mail.pl
5033         * tools/tb2claws-mail
5034         * tools/kdeservicemenu/README
5035         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5036                 update mine and wwp's email addresses in
5037                 several places
5038                 Patch by wwp
5039         * src/prefs_compose_writing.c
5040                 set sensitivity on 'new message format' frame
5042 2006-11-17 [paul]       2.6.0cvs54
5044         * src/gtk/about.c
5045                 more reworking of the GUI
5046                 Patch by Fabien Vantard
5048 2006-11-16 [paul]       2.6.0cvs53
5050         * src/gtk/about.c
5051                 set a minimum size for the window, allow
5052                 it to automatically expand as necessary
5054 2006-11-16 [wwp]        2.6.0cvs52
5056         * src/gtk/about.c
5057                 better wrap of copyright info on some systems.
5059 2006-11-16 [paul]       2.6.0cvs51
5061         * src/gtk/about.c
5062                 move the tech info from the upper panel
5063                 to the Info tab
5064                 use a gtk_text_view for the features tab
5066 2006-11-16 [paul]       2.6.0cvs50
5068         * po/Makevars
5069                 update my email address
5070         * src/addressbook.c
5071         * src/compose.c
5072         * src/imap_gtk.c
5073         * src/mh_gtk.c
5074         * src/news_gtk.c
5075         * src/summaryview.c
5076         * src/plugins/trayicon/trayicon.c
5077                 don't offer simple menu separators
5078                 for translation
5079         * src/folderview.c
5080                 add separator between 'mark all read'
5081                 and 'search folder'
5083 2006-11-15 [wwp]        2.6.0cvs49
5085         * src/gtk/authors.h
5086                 updated manuals authors.
5088 2006-11-14 [paul]       2.6.0cvs48
5090         * src/compose.c
5091                 Fix Options/Reply mode after draft save
5093 2006-11-14 [paul]       2.6.0cvs47
5095         * src/Makefile.am
5096                 Fix make DESTDIR=...
5097         * src/mbox.c
5098                 Optimise speed
5099         * src/plugins/pgpinline/pgpinline.c
5100                 Probably fix bug 1061
5102 2006-11-14 [paul]       2.6.0cvs46
5104         * po/Makevars
5105                 enable Q_ macro
5106         * src/Makefile.am
5107         * src/stock_pixmap.c
5108         * src/stock_pixmap.h
5109         * src/gtk/about.c
5110         * src/pixmaps/active.xpm
5111         * src/pixmaps/inactive.xpm
5112                 add a new page, 'Features', to the About dialog
5113                 showing which features are compiled in and which
5114                 are not
5116 2006-11-14 [paul]       2.6.0cvs45
5118         * po/ru.po
5119                 updated by Pavlo Bohmat
5121 2006-11-14 [colin]      2.6.0cvs44
5123         * src/compose.c
5124         * src/inc.c
5125         * src/messageview.c
5126         * src/news.c
5127         * src/pop.c
5128         * src/procmsg.c
5129         * src/gtk/gtkaspell.c
5130                 Fix 64-bit-related warnings
5131         * src/ssl_manager.c
5132                 Fix possible infinite loop
5133         * src/plugins/pgpcore/sgpgme.c
5134                 Remove useless check
5136 2006-11-13 [colin]      2.6.0cvs43
5138         * src/gtk/Makefile.am
5139                 authors.h isn't generated
5141 2006-11-13 [colin]      2.6.0cvs42
5143         * src/plugins/pgpinline/pgpinline.c
5144         * src/plugins/pgpmime/pgpmime.c
5145                 Very probably fix bug 1061, 'crash on 
5146                 opening signed email'. Another cast
5147                 problem
5149 2006-11-13 [colin]      2.6.0cvs41
5151         * src/plugins/pgpcore/sgpgme.c
5152                 Maybe fix bug 1061, 'crash on opening 
5153                 signed email'
5155 2006-11-13 [wwp]        2.6.0cvs40
5157         * src/plugins/pgpinline/pgpinline.c
5158                 fix candidate for bug #1057, thanks to Colin.
5160 2006-11-13 [wwp]        2.6.0cvs39
5162         * src/compose.c
5163         * src/quote_fmt_parse.y
5164                 fix bug 1052: current parser buffer was not always 
5165                 allocated, ptr to this buffer could be returned as 
5166                 NULL whereas no parser error has occurred. in 
5167                 consequence, defining a template body as "%d" 
5168                 (w/o the quotes) for the first time of the instance 
5169                 of claws-mail, was reporting a parser error. make 
5170                 sure that the buffer is always allocated, even to 
5171                 an empty string.
5172                 fix mis-unescaping in compose.:compose_quote_fmt(): 
5173                 unescaping of the fmt string was always done 
5174                 whereas it must be done *only* when receiving 
5175                 quote format strings issued from the prefs 
5176                 (compose new message, reply, forward, redirect 
5177                 formats), *not* when applying templates.  in 
5178                 consequences, applying templates w/ sequences 
5179                 like \\|p{echo} were failing. make sure that 
5180                 unescaping is done only when necessary.
5182 2006-11-12 [colin]      2.6.0cvs38
5184         * po/de.po
5185                 Fix typo (s/KB/MB)
5187 2006-11-12 [colin]      2.6.0cvs37
5189         * src/plugins/pgpinline/pgpinline.c
5190         * src/plugins/pgpmime/pgpmime.c
5191                 Release GPG context at the latest 
5192                 possible moment. Maybe fixes 
5193                 bug 1057, 'crash on sending signed 
5194                 message to a newsgroup'
5195                 
5197 2006-11-12 [colin]      2.6.0cvs36
5199         * src/plugins/pgpcore/sgpgme.c
5200                 Tell a bit more when gpg's status doesn't
5201                 contain any signature
5203 2006-11-12 [colin]      2.6.0cvs35
5205         * src/compose.c
5206                 Fix bug 1060, 'compilation error with 
5207                 Irix's cc'
5209 2006-11-12 [paul]       2.6.0cvs34
5211         * doc/man/claws-mail.1
5212         * src/prefs_gtk.c
5213         * src/plugins/clamav/README
5214         * src/plugins/spamassassin/README
5215         * tools/README
5216         * tools/freshmeat_search.pl
5217         * tools/google_search.pl
5218         * tools/multiwebsearch.pl
5219                 more renaming
5220         * src/plugins/trayicon/trayicon.c
5221                 fix compiliation warning
5223 2006-11-11 [colin]      2.6.0cvs33
5225         * src/folderview.c
5226                 Forbid drag and drop from/to different
5227                 folders of type F_UNKNOWN
5229 2006-11-11 [colin]      2.6.0cvs32
5231         * src/plugins/pgpinline/pgpinline.c
5232                 Fix typo in previous commit:
5233                 - gpgme_new(&ctx);
5234                 + if ((err = gpgme_new(&data->ctx)) ...)
5236 2006-11-11 [colin]      2.6.0cvs31
5238         * src/plugins/pgpinline/pgpinline.c
5239         * src/plugins/pgpmime/pgpmime.c
5240                 Check success after calling gpgme_new
5241                 Maybe fixes bug 1057, 'crash on sending 
5242                 signed message to a newsgroup'
5244 2006-11-11 [colin]      2.6.0cvs30
5246         * src/undo.c
5247                 init undostruct to 0s (from
5248                 valgrind log of bug 1057)
5250 2006-11-10 [colin]      2.6.0cvs29
5252         * src/mainwindow.c
5253                 Set cursor to wait before filtering
5254                 duplicates in all folders
5255         * src/plugins/bogofilter/bogofilter.c
5256         * src/plugins/bogofilter/bogofilter.h
5257         * src/plugins/bogofilter/bogofilter_gtk.c
5258                 Completely thread away the bogofilter
5259                 filtering
5261 2006-11-10 [mones]      2.6.0cvs28
5263         * src/compose.c
5264         * src/compose.h
5265                 added COMPOSE_CHECK_BEFORE_SEND hook
5267 2006-11-10 [paul]       2.6.0cvs27
5269         * src/crash.c
5270                 more renaming
5271                 add libSM to get_compiled_in_features()
5272         * src/main.c
5273                 more renaming
5275 2006-11-10 [colin]      2.6.0cvs26
5277         * src/etpan/imap-thread.c
5278                 Add a reference to libetpan's sasl engine
5279                 so that sasl_done() doesn't get called by
5280                 libetpan, and doesn't break openssl.
5281                 Should fix bug 1053, 'SC fails to reestablish 
5282                 a secure connection'
5283                 Patch by Hoa
5285 2006-11-10 [colin]      2.6.0cvs25
5287         * manual/addrbook.xml
5288         * manual/advanced.xml
5289         * manual/faq.xml
5290         * manual/intro.xml
5291                 Some more renaming
5293 2006-11-09 [colin]      2.6.0cvs24
5295         * src/plugins/bogofilter/bogofilter_gtk.c
5296                 Add comment about annoyance
5298 2006-11-09 [colin]      2.6.0cvs23
5300         * src/plugins/bogofilter/bogofilter.c
5301         * src/plugins/bogofilter/bogofilter_gtk.c
5302                 Prepare things needed to thread bogofilter
5303                 filtering: separate bogo stuff and possible GUI
5304                 stuff. 
5306 2006-11-09 [colin]      2.6.0cvs22
5308         * src/account.c
5309         * src/compose.c
5310                 Search for one of our accounts in Delivered-To
5311                 (helps for auto-account selection when 
5312                  replying/forwarding)
5313         * src/folderview.c
5314         * src/mainwindow.c
5315         * src/mainwindow.h
5316         * src/plugins/trayicon/trayicon.c
5317                 Allow opening a new mail with any account from
5318                 the contextual menu
5320 2006-11-09 [wwp]        2.6.0cvs21
5322         * src/compose.c
5323         * src/prefs_common.c
5324         * src/prefs_common.h
5325         * src/prefs_compose_writing.c
5326                 add a compose new message format (in prefs/compose/writing), it's a
5327                 simple subject+body template to use when opening a new composition
5328                 window. It's similar to the existent reply and forward formats.
5330                 enhanced the template/format % symbols substitution mechanism to
5331                 use current composition window information when % are used in
5332                 the compose new message format or in templates applied to new
5333                 messages (there were useless in that situations before). When
5334                 applied to new messages, %d corresponds to the system time/date.
5336 2006-11-09 [paul]       2.6.0cvs20
5338         * src/gtk/authors.h
5339                 fix last commit
5341 2006-11-09 [paul]       2.6.0cvs19
5343         * src/gtk/authors.h
5344                 keep tje alphabetical order
5346 2006-11-08 [colin]      2.6.0cvs18
5348         * src/etpan/imap-thread.c
5349                 Fix bug 1054, 'Slowness logging big 
5350                 data chunks'
5352 2006-11-08 [paul]       2.6.0cvs17
5354         * tools/Makefile.am
5355                 fix the renaming
5357 2006-11-08 [paul]       2.6.0cvs16
5359         * src/common/defs.h
5360                 update BUGZILLA_URI
5362 2006-11-08 [paul]       2.6.0cvs15
5364         * tools/Makefile.am
5365         * tools/OOo2claws-mail.pl
5366         * tools/OOo2sylpheed.pl
5367         * tools/README
5368         * tools/acroread2claws-mail.pl
5369         * tools/acroread2sylpheed.pl
5370         * tools/kmail2claws-mail.pl
5371         * tools/kmail2claws-mail_v2.pl
5372         * tools/kmail2sylpheed.pl
5373         * tools/kmail2sylpheed_v2.pl
5374         * tools/maildir2claws-mail.pl
5375         * tools/maildir2sylpheed.pl
5376         * tools/nautilus2claws-mail.sh
5377         * tools/nautilus2sylpheed.sh
5378         * tools/outlook2claws-mail.pl
5379         * tools/outlook2sylpheed.pl
5380         * tools/tb2claws-mail
5381         * tools/tb2sylpheed
5382         * tools/tbird2claws.py
5383         * tools/tbird2syl.py
5384         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5385         * tools/kdeservicemenu/install.sh
5386         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5387         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5388         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
5389         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5390         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5391                 renamed (removed, added) tools files
5393 2006-11-08 [paul]       2.6.0cvs14
5395         * src/main.c
5396         * src/common/defs.h
5397                 Migrate sylpheedrc to clawsrc, and fix the standard
5398                 plugins path in the process
5400 2006-11-07 [colin]      2.6.0cvs13
5402         * src/Makefile.am
5403                 Symlink sylpheed-claws relative to 
5404                 claws-mail
5406 2006-11-07 [colin]      2.6.0cvs12
5408         * src/compose.c
5409                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
5411 2006-11-07 [paul]       2.6.0cvs11
5413         * src/gtk/about.c
5414                 Fix a missed occurence of
5415                 Sylpheed-Claws
5417 2006-11-07 [paul]       2.6.0cvs10
5419         * src/Makefile.am
5420                 Fix symlink installation
5422 2006-11-07 [paul]       2.6.0cvs9
5424         * src/Makefile.am
5425                 Symlink claws-mail to sylpheed-claws
5426         * src/common/utils.c
5427                 Fix migrating symlinks
5428         * src/etpan/imap-thread.c
5429                 check certificate only when there's
5430                 no error
5432 2006-11-07 [paul]       2.6.0cvs8
5434         * Makefile.am
5435                 Fix icon breakages with Gtk, which needs a 
5436                 cache updated to see them.
5438 2006-11-07 [paul]       2.6.0cvs7
5440         * .cvsignore
5441         * AUTHORS
5442         * COPYING
5443         * INSTALL
5444         * Makefile.am
5445         * NEWS
5446         * README
5447         * RELEASE_NOTES
5448         * autogen.sh
5449         * claws-mail-128x128.png
5450         * claws-mail-64x64.png
5451         * claws-mail.ico
5452         * claws-mail.pc.in
5453         * claws-mail.png
5454         * configure.ac
5455         * sylpheed-claws-128x128.png
5456         * sylpheed-claws-64x64.png
5457         * sylpheed-claws.desktop
5458         * sylpheed-claws.ico
5459         * sylpheed-claws.pc.in
5460         * sylpheed-claws.png
5461         * debian/README.Debian
5462         * debian/changelog
5463         * debian/claws-mail.desktop
5464         * debian/claws-mail.menu
5465         * debian/claws-mail.postinst.debhelper
5466         * debian/claws-mail.postrm.debhelper
5467         * debian/control
5468         * debian/copyright
5469         * debian/files
5470         * debian/rules
5471         * debian/sylpheed-claws.desktop
5472         * debian/sylpheed-claws.menu
5473         * debian/sylpheed-claws.postinst.debhelper
5474         * debian/sylpheed-claws.postrm.debhelper
5475         * doc/man/Makefile.am
5476         * doc/man/claws-mail.1
5477         * doc/man/sylpheed-claws.1
5478         * doc/src/ChangeLog.claws-pre0.8.0
5479         * manual/Makefile.am
5480         * manual/account.xml
5481         * manual/ack.xml
5482         * manual/addrbook.xml
5483         * manual/advanced.xml
5484         * manual/claws-mail-manual.xml
5485         * manual/faq.xml
5486         * manual/glossary.xml
5487         * manual/handling.xml
5488         * manual/intro.xml
5489         * manual/keyboard.xml
5490         * manual/plugins.xml
5491         * manual/starting.xml
5492         * manual/sylpheed-claws-manual.xml
5493         * manual/xml2pdf
5494         * manual/dist/.cvsignore
5495         * manual/dist/html/.cvsignore
5496         * manual/dist/html/Makefile.am
5497         * manual/dist/pdf/.cvsignore
5498         * manual/dist/pdf/Makefile.am
5499         * manual/dist/ps/.cvsignore
5500         * manual/dist/ps/Makefile.am
5501         * manual/dist/txt/.cvsignore
5502         * manual/dist/txt/Makefile.am
5503         * manual/es/Makefile.am
5504         * manual/es/advanced.xml
5505         * manual/es/claws-mail-manual.xml
5506         * manual/es/faq.xml
5507         * manual/es/glossary.xml
5508         * manual/es/handling.xml
5509         * manual/es/intro.xml
5510         * manual/es/plugins.xml
5511         * manual/es/sylpheed-claws-manual.xml
5512         * manual/es/dist/.cvsignore
5513         * manual/es/dist/html/.cvsignore
5514         * manual/es/dist/html/Makefile.am
5515         * manual/es/dist/pdf/.cvsignore
5516         * manual/es/dist/pdf/Makefile.am
5517         * manual/es/dist/ps/.cvsignore
5518         * manual/es/dist/ps/Makefile.am
5519         * manual/es/dist/txt/.cvsignore
5520         * manual/es/dist/txt/Makefile.am
5521         * manual/fr/Makefile.am
5522         * manual/fr/account.xml
5523         * manual/fr/ack.xml
5524         * manual/fr/addrbook.xml
5525         * manual/fr/advanced.xml
5526         * manual/fr/claws-mail-manual.xml
5527         * manual/fr/faq.xml
5528         * manual/fr/glossary.xml
5529         * manual/fr/handling.xml
5530         * manual/fr/intro.xml
5531         * manual/fr/keyboard.xml
5532         * manual/fr/plugins.xml
5533         * manual/fr/starting.xml
5534         * manual/fr/sylpheed-claws-manual.xml
5535         * manual/fr/dist/.cvsignore
5536         * manual/fr/dist/html/.cvsignore
5537         * manual/fr/dist/html/Makefile.am
5538         * manual/fr/dist/pdf/.cvsignore
5539         * manual/fr/dist/pdf/Makefile.am
5540         * manual/fr/dist/ps/.cvsignore
5541         * manual/fr/dist/ps/Makefile.am
5542         * manual/fr/dist/txt/.cvsignore
5543         * manual/fr/dist/txt/Makefile.am
5544         * manual/pl/Makefile.am
5545         * manual/pl/account.xml
5546         * manual/pl/ack.xml
5547         * manual/pl/addrbook.xml
5548         * manual/pl/advanced.xml
5549         * manual/pl/claws-mail-manual.xml
5550         * manual/pl/faq.xml
5551         * manual/pl/glossary.xml
5552         * manual/pl/handling.xml
5553         * manual/pl/intro.xml
5554         * manual/pl/keyboard.xml
5555         * manual/pl/plugins.xml
5556         * manual/pl/starting.xml
5557         * manual/pl/sylpheed-claws-manual.xml
5558         * manual/pl/dist/.cvsignore
5559         * manual/pl/dist/html/.cvsignore
5560         * manual/pl/dist/html/Makefile.am
5561         * manual/pl/dist/pdf/.cvsignore
5562         * manual/pl/dist/pdf/Makefile.am
5563         * manual/pl/dist/ps/.cvsignore
5564         * manual/pl/dist/ps/Makefile.am
5565         * manual/pl/dist/txt/.cvsignore
5566         * manual/pl/dist/txt/Makefile.am
5567         * po/.cvsignore
5568         * po/Makevars
5569         * src/.cvsignore
5570         * src/Makefile.am
5571         * src/account.c
5572         * src/account.h
5573         * src/action.c
5574         * src/action.h
5575         * src/adbookbase.h
5576         * src/addr_compl.c
5577         * src/addr_compl.h
5578         * src/addrbook.c
5579         * src/addrcache.c
5580         * src/addrcache.h
5581         * src/addrcindex.c
5582         * src/addrcindex.h
5583         * src/addrclip.c
5584         * src/addrclip.h
5585         * src/addrdefs.h
5586         * src/addressadd.c
5587         * src/addressadd.h
5588         * src/addressbook.c
5589         * src/addressbook.h
5590         * src/addressbook_foldersel.c
5591         * src/addressbook_foldersel.h
5592         * src/addrgather.c
5593         * src/addrgather.h
5594         * src/addrharvest.c
5595         * src/addrharvest.h
5596         * src/addrindex.c
5597         * src/addrindex.h
5598         * src/addritem.c
5599         * src/addritem.h
5600         * src/addrquery.c
5601         * src/addrquery.h
5602         * src/addrselect.c
5603         * src/addrselect.h
5604         * src/alertpanel.c
5605         * src/alertpanel.h
5606         * src/browseldap.c
5607         * src/browseldap.h
5608         * src/codeconv.c
5609         * src/codeconv.h
5610         * src/compose.c
5611         * src/crash.c
5612         * src/crash.h
5613         * src/customheader.c
5614         * src/customheader.h
5615         * src/displayheader.c
5616         * src/displayheader.h
5617         * src/editaddress.c
5618         * src/editaddress.h
5619         * src/editbook.c
5620         * src/editbook.h
5621         * src/editgroup.c
5622         * src/editgroup.h
5623         * src/editjpilot.c
5624         * src/editjpilot.h
5625         * src/editldap.c
5626         * src/editldap.h
5627         * src/editldap_basedn.c
5628         * src/editldap_basedn.h
5629         * src/editvcard.c
5630         * src/editvcard.h
5631         * src/exphtmldlg.c
5632         * src/exphtmldlg.h
5633         * src/expldifdlg.c
5634         * src/expldifdlg.h
5635         * src/export.c
5636         * src/exporthtml.c
5637         * src/exporthtml.h
5638         * src/exportldif.c
5639         * src/exportldif.h
5640         * src/filtering.c
5641         * src/filtering.h
5642         * src/folder.c
5643         * src/folder.h
5644         * src/folder_item_prefs.c
5645         * src/folder_item_prefs.h
5646         * src/foldersel.c
5647         * src/foldersel.h
5648         * src/folderutils.c
5649         * src/folderutils.h
5650         * src/folderview.c
5651         * src/folderview.h
5652         * src/grouplistdialog.c
5653         * src/grouplistdialog.h
5654         * src/html.c
5655         * src/html.h
5656         * src/image_viewer.c
5657         * src/image_viewer.h
5658         * src/imap.c
5659         * src/imap.h
5660         * src/imap_gtk.c
5661         * src/imap_gtk.h
5662         * src/import.c
5663         * src/import.h
5664         * src/importldif.c
5665         * src/importldif.h
5666         * src/importmutt.c
5667         * src/importmutt.h
5668         * src/importpine.c
5669         * src/importpine.h
5670         * src/inc.c
5671         * src/inc.h
5672         * src/jpilot.c
5673         * src/jpilot.h
5674         * src/ldapctrl.c
5675         * src/ldapctrl.h
5676         * src/ldaplocate.c
5677         * src/ldaplocate.h
5678         * src/ldapquery.c
5679         * src/ldapquery.h
5680         * src/ldapserver.c
5681         * src/ldapserver.h
5682         * src/ldaputil.c
5683         * src/ldaputil.h
5684         * src/ldif.c
5685         * src/ldif.h
5686         * src/localfolder.c
5687         * src/localfolder.h
5688         * src/main.c
5689         * src/main.h
5690         * src/mainwindow.c
5691         * src/mainwindow.h
5692         * src/manual.c
5693         * src/manual.h
5694         * src/matcher.c
5695         * src/matcher.h
5696         * src/matcher_parser.h
5697         * src/matcher_parser_lex.l
5698         * src/matcher_parser_parse.y
5699         * src/mbox.c
5700         * src/mbox.h
5701         * src/message_search.c
5702         * src/message_search.h
5703         * src/messageview.c
5704         * src/messageview.h
5705         * src/mh.c
5706         * src/mh.h
5707         * src/mh_gtk.c
5708         * src/mh_gtk.h
5709         * src/mimeview.c
5710         * src/mimeview.h
5711         * src/msgcache.c
5712         * src/msgcache.h
5713         * src/mutt.c
5714         * src/mutt.h
5715         * src/news.c
5716         * src/news.h
5717         * src/news_gtk.c
5718         * src/news_gtk.h
5719         * src/noticeview.c
5720         * src/noticeview.h
5721         * src/partial_download.c
5722         * src/partial_download.h
5723         * src/pine.c
5724         * src/pine.h
5725         * src/pop.c
5726         * src/pop.h
5727         * src/prefs_account.c
5728         * src/prefs_account.h
5729         * src/prefs_actions.c
5730         * src/prefs_actions.h
5731         * src/prefs_common.c
5732         * src/prefs_common.h
5733         * src/prefs_compose_writing.c
5734         * src/prefs_compose_writing.h
5735         * src/prefs_customheader.c
5736         * src/prefs_customheader.h
5737         * src/prefs_display_header.c
5738         * src/prefs_display_header.h
5739         * src/prefs_ext_prog.c
5740         * src/prefs_ext_prog.h
5741         * src/prefs_filtering.c
5742         * src/prefs_folder_column.c
5743         * src/prefs_folder_column.h
5744         * src/prefs_folder_item.c
5745         * src/prefs_folder_item.h
5746         * src/prefs_fonts.c
5747         * src/prefs_fonts.h
5748         * src/prefs_gtk.c
5749         * src/prefs_gtk.h
5750         * src/prefs_image_viewer.c
5751         * src/prefs_image_viewer.h
5752         * src/prefs_matcher.c
5753         * src/prefs_matcher.h
5754         * src/prefs_message.c
5755         * src/prefs_message.h
5756         * src/prefs_msg_colors.c
5757         * src/prefs_msg_colors.h
5758         * src/prefs_other.c
5759         * src/prefs_other.h
5760         * src/prefs_quote.c
5761         * src/prefs_quote.h
5762         * src/prefs_receive.c
5763         * src/prefs_receive.h
5764         * src/prefs_send.c
5765         * src/prefs_send.h
5766         * src/prefs_spelling.c
5767         * src/prefs_spelling.h
5768         * src/prefs_summaries.c
5769         * src/prefs_summaries.h
5770         * src/prefs_summary_column.c
5771         * src/prefs_summary_column.h
5772         * src/prefs_template.c
5773         * src/prefs_template.h
5774         * src/prefs_themes.c
5775         * src/prefs_themes.h
5776         * src/prefs_toolbar.c
5777         * src/prefs_toolbar.h
5778         * src/prefs_wrapping.c
5779         * src/prefs_wrapping.h
5780         * src/privacy.c
5781         * src/privacy.h
5782         * src/procheader.c
5783         * src/procheader.h
5784         * src/procmime.c
5785         * src/procmime.h
5786         * src/procmsg.c
5787         * src/procmsg.h
5788         * src/quote_fmt.c
5789         * src/quote_fmt_parse.y
5790         * src/recv.c
5791         * src/recv.h
5792         * src/remotefolder.c
5793         * src/remotefolder.h
5794         * src/send_message.c
5795         * src/send_message.h
5796         * src/setup.c
5797         * src/setup.h
5798         * src/sourcewindow.c
5799         * src/sourcewindow.h
5800         * src/ssl_manager.c
5801         * src/ssl_manager.h
5802         * src/statusbar.c
5803         * src/statusbar.h
5804         * src/stock_pixmap.c
5805         * src/stock_pixmap.h
5806         * src/summary_search.c
5807         * src/summary_search.h
5808         * src/summaryview.c
5809         * src/summaryview.h
5810         * src/syldap.c
5811         * src/syldap.h
5812         * src/textview.c
5813         * src/textview.h
5814         * src/toolbar.c
5815         * src/toolbar.h
5816         * src/undo.c
5817         * src/undo.h
5818         * src/unmime.c
5819         * src/unmime.h
5820         * src/vcard.c
5821         * src/vcard.h
5822         * src/wizard.c
5823         * src/wizard.h
5824         * src/common/base64.c
5825         * src/common/base64.h
5826         * src/common/defs.h
5827         * src/common/hooks.c
5828         * src/common/hooks.h
5829         * src/common/log.c
5830         * src/common/log.h
5831         * src/common/mgutils.c
5832         * src/common/mgutils.h
5833         * src/common/nntp.c
5834         * src/common/nntp.h
5835         * src/common/passcrypt.c
5836         * src/common/passcrypt.h.in
5837         * src/common/plugin.c
5838         * src/common/plugin.h
5839         * src/common/prefs.c
5840         * src/common/prefs.h
5841         * src/common/progressindicator.c
5842         * src/common/progressindicator.h
5843         * src/common/quoted-printable.c
5844         * src/common/quoted-printable.h
5845         * src/common/session.c
5846         * src/common/session.h
5847         * src/common/smtp.c
5848         * src/common/smtp.h
5849         * src/common/socket.c
5850         * src/common/socket.h
5851         * src/common/ssl.c
5852         * src/common/ssl.h
5853         * src/common/stringtable.c
5854         * src/common/stringtable.h
5855         * src/common/sylpheed.c
5856         * src/common/sylpheed.h
5857         * src/common/template.c
5858         * src/common/template.h
5859         * src/common/timing.h
5860         * src/common/utils.c
5861         * src/common/utils.h
5862         * src/common/version.h.in
5863         * src/common/xml.c
5864         * src/common/xml.h
5865         * src/common/xmlprops.c
5866         * src/common/xmlprops.h
5867         * src/gtk/about.c
5868         * src/gtk/colorlabel.c
5869         * src/gtk/colorlabel.h
5870         * src/gtk/colorsel.c
5871         * src/gtk/colorsel.h
5872         * src/gtk/combobox.c
5873         * src/gtk/combobox.h
5874         * src/gtk/description_window.c
5875         * src/gtk/description_window.h
5876         * src/gtk/filesel.c
5877         * src/gtk/filesel.h
5878         * src/gtk/foldersort.c
5879         * src/gtk/foldersort.h
5880         * src/gtk/gtkaspell.c
5881         * src/gtk/gtkaspell.h
5882         * src/gtk/gtksctree.c
5883         * src/gtk/gtkshruler.c
5884         * src/gtk/gtkshruler.h
5885         * src/gtk/gtkutils.c
5886         * src/gtk/gtkutils.h
5887         * src/gtk/icon_legend.c
5888         * src/gtk/icon_legend.h
5889         * src/gtk/logwindow.c
5890         * src/gtk/logwindow.h
5891         * src/gtk/manage_window.c
5892         * src/gtk/manage_window.h
5893         * src/gtk/pluginwindow.c
5894         * src/gtk/pluginwindow.h
5895         * src/gtk/prefswindow.c
5896         * src/gtk/prefswindow.h
5897         * src/gtk/quicksearch.c
5898         * src/gtk/quicksearch.h
5899         * src/pixmaps/claws-mail.xpm
5900         * src/pixmaps/claws-mail_icon.xpm
5901         * src/pixmaps/claws-mail_logo.xpm
5902         * src/pixmaps/sylpheed-claws.xpm
5903         * src/pixmaps/sylpheed-claws_icon.xpm
5904         * src/pixmaps/sylpheed-claws_logo.xpm
5905         * src/plugins/bogofilter/Makefile.am
5906         * src/plugins/bogofilter/bogofilter.c
5907         * src/plugins/bogofilter/bogofilter.h
5908         * src/plugins/bogofilter/bogofilter_gtk.c
5909         * src/plugins/clamav/Makefile.am
5910         * src/plugins/clamav/clamav_plugin.c
5911         * src/plugins/clamav/clamav_plugin.h
5912         * src/plugins/clamav/clamav_plugin_gtk.c
5913         * src/plugins/demo/Makefile.am
5914         * src/plugins/demo/demo.c
5915         * src/plugins/dillo_viewer/Makefile.am
5916         * src/plugins/dillo_viewer/README
5917         * src/plugins/dillo_viewer/dillo_prefs.c
5918         * src/plugins/dillo_viewer/dillo_prefs.h
5919         * src/plugins/dillo_viewer/dillo_viewer.c
5920         * src/plugins/pgpcore/Makefile.am
5921         * src/plugins/pgpcore/passphrase.c
5922         * src/plugins/pgpcore/passphrase.h
5923         * src/plugins/pgpcore/pgp_viewer.c
5924         * src/plugins/pgpcore/pgp_viewer.h
5925         * src/plugins/pgpcore/plugin.c
5926         * src/plugins/pgpcore/prefs_gpg.c
5927         * src/plugins/pgpcore/prefs_gpg.h
5928         * src/plugins/pgpcore/select-keys.c
5929         * src/plugins/pgpcore/select-keys.h
5930         * src/plugins/pgpcore/sgpgme.c
5931         * src/plugins/pgpcore/sgpgme.h
5932         * src/plugins/pgpcore/sylpheed.def
5933         * src/plugins/pgpcore/version.rc
5934         * src/plugins/pgpinline/Makefile.am
5935         * src/plugins/pgpinline/pgpinline.c
5936         * src/plugins/pgpinline/pgpinline.h
5937         * src/plugins/pgpinline/plugin.c
5938         * src/plugins/pgpinline/sylpheed.def
5939         * src/plugins/pgpinline/version.rc
5940         * src/plugins/pgpmime/Makefile.am
5941         * src/plugins/pgpmime/pgpmime.c
5942         * src/plugins/pgpmime/pgpmime.h
5943         * src/plugins/pgpmime/plugin.c
5944         * src/plugins/pgpmime/sylpheed.def
5945         * src/plugins/pgpmime/version.rc
5946         * src/plugins/spamassassin/Makefile.am
5947         * src/plugins/spamassassin/README
5948         * src/plugins/spamassassin/spamassassin.c
5949         * src/plugins/spamassassin/spamassassin.h
5950         * src/plugins/spamassassin/spamassassin_gtk.c
5951         * src/plugins/trayicon/Makefile.am
5952         * src/plugins/trayicon/trayicon.c
5953         * tools/OOo2sylpheed.pl
5954         * tools/README
5955         * tools/README.sylprint
5956         * tools/acroread2sylpheed.pl
5957         * tools/claws.i18n.status.pl
5958         * tools/filter_conv.pl
5959         * tools/filter_conv_new.pl
5960         * tools/freshmeat_search.pl
5961         * tools/google_search.pl
5962         * tools/kmail2sylpheed.pl
5963         * tools/kmail2sylpheed_v2.pl
5964         * tools/make.themes.project
5965         * tools/multiwebsearch.pl
5966         * tools/nautilus2sylpheed.sh
5967         * tools/outlook2sylpheed.pl
5968         * tools/sylprint.pl
5969         * tools/sylprint.rc
5970         * tools/tb2sylpheed
5971         * tools/textviewer.sh
5972         * tools/vcard2xml.py
5973         * tools/kdeservicemenu/README
5974         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5975         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5976         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5977                 Change name to Claws Mail. Announce to follow...
5979 2006-11-06 [wwp]        2.6.0cvs6
5981         * src/prefs_template.c
5982                 unify messages related to quote format/template errors (fix
5983                 capitalization), again.
5985 2006-11-06 [wwp]        2.6.0cvs5
5987         * src/prefs_quote.c
5988                 unify messages related to quote format/template errors.
5990 2006-11-06 [wwp]        2.6.0cvs4
5992         * src/prefs_msg_colors.c
5993                 more uses of Q_ macro for contextual translations, thanks
5994                 to Fabien (fzzzzz).
5996 2006-11-06 [wwp]        2.6.0cvs3
5998         * src/compose.c
5999         * src/common/utils.c
6000         * src/common/utils.h
6001                 show an alertpanel to make sure users are aware that sensitive
6002                 files are attached (it's file blacklist-based). This will fix
6003                 interaction w/ GoogleEarth for instance, thanks to Colin.
6005 2006-11-06 [wwp]        2.6.0cvs2
6007         * src/prefs_quote.c
6008         * src/prefs_template.c
6009         * src/prefs_template.h
6010                 check quote format when applying/closing prefs. For now this only
6011                 shows up an error dialog box, not preventing the user from using
6012                 a broken quote (reply, forwards) format.
6014 2006-11-06 [wwp]        2.6.0cvs1
6016         * src/prefs_template.c
6017                 fix missing checks of some template fields.
6019 2006-11-06 [paul]       2.6.0
6021         * NEWS
6022         * README
6023         * RELEASE_NOTES
6024                 2.6.0 released
6026 2006-11-06 [paul]       2.5.6cvs22
6028         * manual/advanced.xml
6029         * manual/es/advanced.xml
6030                 put 'respect_flowed_format' info in the correct
6031                 place
6033 2006-11-06 [mones]      2.5.6cvs21
6035         * po/es.po
6036                 Minor fixes for release
6038 2006-11-06 [paul]       2.5.6cvs20
6040         * po/cs.po
6041         * po/de.po
6042         * po/fr.po
6043         * po/it.po
6044         * po/nl.po
6045         * po/pt_BR.po
6046         * po/sk.po
6047         * po/sv.po
6048         * po/zh_CN.po
6049                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
6050                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
6051                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
6052                 Young
6054 2006-11-02 [colin]      2.5.6cvs19
6056         * src/imap.c
6057         * src/imap.h
6058         * src/prefs_account.c
6059         * src/etpan/imap-thread.c
6060                 Add GSSAPI support - fixes Debian bug #383274
6062 2006-11-01 [colin]      2.5.6cvs18
6064         * src/jpilot.c
6065                 Handle libpisock12 support. Probably
6066                 fixes bug 1046, 'jpilot AddressDB.pdb 
6067                 import fail'
6069 2006-11-01 [colin]      2.5.6cvs17
6071         * src/folderutils.c
6072                 debug_print() folderutils_mark_all_read()
6074 2006-11-01 [colin]      2.5.6cvs16
6076         * COPYING
6077                 Add missed files to the Apache exception
6079 2006-10-31 [colin]      2.5.6cvs15
6081         * src/folder.c
6082         * src/folder.h
6083                 Add a copy_private_data() func to FolderClasses
6084                 Doesn't break the feature freeze, because we 
6085                 won't use it (right now) in the core.
6087 2006-10-31 [colin]      2.5.6cvs14
6089         * COPYING
6090                 Allow linking with the Apache licensed files in
6091                 src/plugins/spamassassin. Hopefully fixes 
6092                 bug 1048, 'Spamassassin plugin license problem'
6094 2006-10-31 [wwp]        2.5.6cvs13
6096         * src/compose.c
6097                 fix and optimize trimming of leading linefeeds in body loop.
6099 2006-10-31 [colin]      2.5.6cvs12
6101         * src/etpan/imap-thread.c
6102         * src/imap.c
6103                 Make really sure to have NULL sets in case
6104                 of error
6106 2006-10-30 [wwp]        2.5.6cvs11
6108         * src/prefs_common.c
6109         * src/prefs_common.h
6110         * src/compose.c
6111                 fix broken storage of quote format template when it contains \-escape
6112                 sequences. The application of such sequences is also fixed now (\t
6113                 in quote format will be a real tab instead of a 't', for instance).
6115 2006-10-27 [colin]      2.5.6cvs10
6117         * src/compose.c
6118                 Probably fix bug 1045, 'sylpheed-claws 
6119                 doesn't remove the mail from the IMAP 
6120                 Queue folder after sending'. From
6121                 2.5.6cvs3-stable
6123 2006-10-27 [colin]      2.5.6cvs9
6125         * configure.ac
6126                 Require libetpan-0.48. I'm so annoying,
6127                 I know ;-)
6129 2006-10-27 [colin]      2.5.6cvs8
6131         * src/folder.c
6132         * src/imap.c
6133                 Probably fix bug 1044, 'sylpheed-claws 
6134                 segfaults while moving mails' - Fix relation
6135                 usage when moving to an IMAP mailbox from another
6136                 mailbox
6138 2006-10-26 [paul]       2.5.6cvs7
6140         * src/gtk/about.c
6141                 add libSM to compiled-in features
6142                 list
6144 2006-10-24 [colin]      2.5.6cvs6
6146         * src/textview.c
6147         * src/gtk/gtkutils.c
6148                 Fix crash when printing emails with an
6149                 xface
6151 2006-10-24 [mones]      2.5.6cvs5
6153         * manual/es/advanced.xml
6154                 Synchronize hidden option respect_flowed_format
6155         * po/es.po
6156                 Updated translation
6158 2006-10-21 [paul]       2.5.6cvs4
6160         * src/gtk/authors.h
6161         * src/plugins/pgpcore/pgp_viewer.c
6162         * src/plugins/pgpcore/sgpgme.c
6163                 fix building on BSDs
6164                 Thanks to Michael Hughes
6165                 <Sylpheed-Claws_user@thehugheslogcabin.net>
6167 2006-10-20 [colin]      2.5.6cvs3
6169         * configure.ac
6170                 Bump up libetpan requirement
6171                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
6172         * src/common/utils.c
6173         * src/common/utils.h
6174                 Add convenience get_file_mtime()
6175         * src/imap.c
6176         * src/etpan/imap-thread.c
6177         * src/etpan/imap-thread.h
6178                 Implement UIDPLUS support if the server
6179                 supports it - faster sending in this case
6181 2006-10-19 [colin]      2.5.6cvs2
6183         * src/gtk/quicksearch.c
6184                 Fix emptying in type-ahead+extended mode
6185         * src/mainwindow.c
6186         * src/mainwindow.h
6187                 Add a hook for offline state change
6188         * src/plugins/trayicon/trayicon.c
6189                 Use it to display offline icons
6190         * src/plugins/trayicon/Makefile.am
6191         * src/plugins/trayicon/newmail.offline.xpm
6192         * src/plugins/trayicon/newmarkedmail.offline.xpm
6193         * src/plugins/trayicon/nomail.offline.xpm
6194         * src/plugins/trayicon/unreadmail.offline.xpm
6195         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6196                 Add the icons
6198 2006-10-12 [paul]       2.5.6cvs1
6200         * NEWS
6201         * README
6202         * configure.ac
6203                 Update version number following
6204                 stable release
6206 2006-10-19 [colin]      2.5.5cvs18
6208         * manual/handling.xml
6209                 Add type-ahead search
6211 2006-10-18 [colin]      2.5.5cvs17
6213         * src/gtk/quicksearch.c
6214                 Remove "save to history only if there's
6215                 no syntax error", it breaks for some 
6216                 reason which I'll investigate later.
6218 2006-10-18 [colin]      2.5.5cvs16
6220         * src/prefs_common.c
6221         * src/prefs_common.h
6222         * src/summaryview.c
6223         * src/gtk/quicksearch.c
6224         * src/gtk/quicksearch.h
6225                 Add a type-ahead option for fast searches
6226                 Patch by Fabien Vantard
6228 2006-10-18 [colin]      2.5.5cvs15
6230         * src/compose.c
6231         * src/compose.h
6232                 Add Options/Reply mode/ menu to be able to
6233                 change the recipients of a reply on the fly
6235 2006-10-18 [colin]      2.5.5cvs14
6237         * src/compose.c
6238                 Fix redirecting of our own sent mails
6240 2006-10-17 [wwp]        2.5.5cvs13
6242         * src/send_message.c
6243                 Fix duplicate error messages when sending, and missing
6244                 newline in such error messages.
6246 2006-10-17 [colin]      2.5.5cvs12
6248         * src/compose.c
6249                 Compare addresses case-insensitive
6251 2006-10-17 [colin]      2.5.5cvs11
6253         * src/plugins/pgpcore/sgpgme.c
6254                 Fix return status
6256 2006-10-17 [colin]      2.5.5cvs10
6258         * src/plugins/pgpcore/pgp_viewer.c
6259                 Fix return status
6261 2006-10-17 [colin]      2.5.5cvs9
6263         * src/quote_fmt.c
6264                 Fix a typo (thanks to Fabien)
6266 2006-10-16 [colin]      2.5.5cvs8
6268         * src/textview.c
6269                 Fix problem with quote-folding when emails
6270                 don't convert cleanly to UTF-8
6272 2006-10-14 [colin]      2.5.5cvs7
6274         * src/prefs_template.c
6275                 Reset fields when reopening
6276                 the window
6278 2006-10-13 [paul]       2.5.5cvs6
6280         * manual/advanced.xml
6281         * src/prefs_message.c
6282                 make 'respect_flowed_format' a hidden
6283                 option, and add a manual entry for it
6284                 Thanks to Colin
6286 2006-10-12 [colin]      2.5.5cvs5
6288         * src/codeconv.c
6289                 Revert part of 2.5.2cvs21:
6290                 Don't optimise by reusing the 
6291                 last iconv converter if possible:
6292                 it seems slightly broken in a 
6293                 very hard way to reproduce
6295 2006-10-12 [colin]      2.5.5cvs4
6297         * src/prefs_common.c
6298         * src/prefs_common.h
6299         * src/prefs_message.c
6300         * src/procmime.c
6301                 Fix bug 1035, 'Incorrect handling 
6302                 of flowed lines'. We now optionnaly
6303                 handle this format (preference is in
6304                 Message View/Text options section)
6306 2006-10-12 [colin]      2.5.5cvs3
6308         * po/POTFILES.in
6309                 Add new file
6310         * src/plugins/pgpcore/pgp_viewer.c
6311         * src/plugins/pgpcore/sgpgme.c
6312                 Don't try to import without asking
6314 2006-10-12 [colin]      2.5.5cvs2
6316         * src/compose.c
6317                 Fix bug 1036, 'Forwarding a mutlipart
6318                 mail with a "text/html" block to ms
6319                 outlook users leeds to freeze of
6320                 outlook'. Poor outlook users...
6322 2006-10-12 [paul]       2.5.5cvs1
6324         * NEWS
6325         * README
6326         * configure.ac
6327                 Update version number following
6328                 stable release
6330 2006-10-11 [paul]       2.5.4cvs1
6332         * NEWS
6333         * README
6334         * configure.ac
6335                 Update version number following
6336                 stable release
6338 2006-10-11 [paul]       2.5.3cvs32
6340         * src/textview.c
6341                 fix bug 1032, 'Segmentation fault when showing
6342                 message' (bug in quote folding)
6343                 Thanks to Colin
6345 2006-10-10 [colin]      2.5.3cvs31
6347         * src/quote_fmt.c
6348                 Rephrase english a bit
6350 2006-10-10 [colin]      2.5.3cvs30
6352         * src/prefs_compose_writing.c
6353                 Stop making the page larger than the window
6355 2006-10-10 [wwp]        2.5.3cvs29
6357         * src/compose.c
6358         * src/prefs_template.c
6359         * src/quote_fmt.c
6360         * src/quote_fmt.h
6361         * src/quote_fmt_lex.l
6362         * src/quote_fmt_parse.y
6363                 Extend the quote parser a bit: allow to get access to
6364                 basic (composing) account info.
6366 2006-10-10 [colin]      2.5.3cvs28
6368         * src/procheader.c
6369                 Fix this \t problem in subject
6371 2006-10-09 [colin]      2.5.3cvs27
6373         * src/main.c
6374         * src/prefs_gtk.c
6375                 Prepare cache a bit later
6376                 If section already exists, skip the new one 
6377                 (as previously); avoid writing the same block
6378                 twice - if we find a second block with the 
6379                 same id, skip it.
6380         * src/plugins/pgpcore/pgp_viewer.c
6381                 Set cursor to busy when retrieving a key
6382         * src/plugins/pgpcore/sgpgme.c
6383                 allow 5 seconds for gpg to export the key
6384                 
6386 2006-10-09 [colin]      2.5.3cvs26
6388         * configure.ac
6389         * src/msgcache.c
6390         * src/prefs_gtk.c
6391                 Check for existence of fgets_unlocked
6392                 and fwrite_unlocked
6394 2006-10-09 [paul]       2.5.3cvs25
6396         * src/prefs_summaries.c
6397                 replace strftime() with fast_strftime() and in
6398                 the consequence fix the bug in the display of
6399                 AM/PM in the 'Example' string
6401 2006-10-09 [ticho]      2.5.3cvs24
6403         * po/sk.po
6404                 Updated (and fixed up somewhat) Slovak translation.
6406 2006-10-08 [colin]      2.5.3cvs23
6408         * src/prefs_folder_item.c
6409                 Explain why prefs in the top-level folder
6410                 aren't retained, but are still useful
6412 2006-10-08 [colin]      2.5.3cvs22
6414         * src/prefs_gtk.c
6415                 Don't cache anything if caching fails
6417 2006-10-08 [colin]      2.5.3cvs21
6419         * src/common/utils.c
6420                 always include gi18n.h
6422 2006-10-07 [colin]      2.5.3cvs20
6424         * src/plugins/pgpcore/pgp_viewer.c
6425                 Kill gpg after 5 seconds wait
6427 2006-10-07 [colin]      2.5.3cvs19
6429         * src/plugins/pgpcore/pgp_viewer.c
6430         * src/plugins/pgpcore/pgp_viewer.h
6431                 Fix copyright
6433 2006-10-07 [colin]      2.5.3cvs18
6435         * src/plugins/pgpcore/pgp_viewer.c
6436         * src/plugins/pgpcore/pgp_viewer.h
6437                 Actually add the files to CVS
6439 2006-10-07 [colin]      2.5.3cvs17
6441         * src/plugins/pgpcore/sgpgme.c
6442                 Be sure not to crash on 'application/pgp-signature' that
6443                 are not application/pgp-signatures
6445 2006-10-07 [colin]      2.5.3cvs16
6447         * src/textview.c
6448         * src/textview.h
6449                 Make a bit more of the API available
6450         * src/plugins/pgpcore/Makefile.am
6451         * src/plugins/pgpcore/plugin.c
6452         * src/plugins/pgpcore/sgpgme.c
6453                 Add basic key import/export
6455 2006-10-07 [colin]      2.5.3cvs15
6457         * src/folderview.c
6458         * src/imap.c
6459         * src/prefs_account.c
6460         * src/wizard.c
6461                 Warn users *everywhere* if libetpan's not
6462                 linked in
6464 2006-10-06 [mones]      2.5.3cvs14
6466         * po/de.po
6467         * po/es.po
6468                 updated by Stephan Sachse and me
6470 2006-10-06 [colin]      2.5.3cvs13
6472         * src/main.c
6473         * src/common/sylpheed.c
6474                 Don't load common plugins if --exit is passed
6475         * src/prefs_gtk.c
6476         * src/prefs_gtk.h
6477                 Implement a cache to avoid reading the same
6478                 files over and over again at startup
6480 2006-10-06 [colin]      2.5.3cvs12
6482         * src/summaryview.c
6483         * src/gtk/quicksearch.c
6484                 Update display every 5k mails on fast searches
6486 2006-10-06 [colin]      2.5.3cvs11
6488         * src/textview.c
6489                 Don't do quote folding on HTML or ERTF.
6490                 May fix the Cygwin issues if they were
6491                 happening with HTML mails?
6493 2006-10-05 [colin]      2.5.3cvs10
6495         * src/prefs_gtk.c
6496                 Oops, forgot one
6498 2006-10-05 [colin]      2.5.3cvs9
6500         * src/prefs_gtk.c
6501                 Use unlocked_stdio here too
6503 2006-10-05 [colin]      2.5.3cvs8
6505         * src/folderview.c
6506                 Fix go to next * after preferences apply
6507         * src/msgcache.c
6508                 Do the fd lock/unlock ourselves instead of
6509                 letting the libc do it at each write 
6511 2006-10-05 [colin]      2.5.3cvs7
6513         * src/common/utils.c
6514                 Faster division, thanks to Jean Diraison
6516 2006-10-05 [paul]       2.5.3cvs6
6518         * src/common/utils.c
6519                 fix building with --disable-nls
6521 2006-10-04 [colin]      2.5.3cvs5
6523         * src/folder.c
6524                 Maybe fix a segfault
6526 2006-10-04 [wwp]        2.5.3cvs4
6528         * src/prefs_folder_item.c
6529                 Fine-tune layouts in folder item prefs. Suggested by
6530                 Fabien Vantard <fzzzzz@gmail.com>.
6532 2006-10-04 [wwp]        2.5.3cvs3
6534         * src/prefs_folder_item.c
6535                 Kill the clandestine passengers. You didn't see anything.
6537 2006-10-04 [wwp]        2.5.3cvs2
6539         * src/prefs_folder_item.c
6540                 Add a way to test the subject simplify regexp in
6541                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
6542                 w/ few layout changes.
6544 2006-20-04 [paul]       2.5.3cvs1
6546         * NEWS
6547         * README
6548         * configure.ac
6549                 Update version number following
6550                 stable release
6552 2006-10-04 [colin]      2.5.2cvs42
6554         * src/folder.c
6555         * src/folder.h
6556         * src/summaryview.c
6557                 Provide a way for folder classes to set their sort
6558                 type and key
6560 2006-10-03 [colin]      2.5.2cvs41
6562         * src/mh.c
6563                 Don't use strlen() to know if the
6564                 string's empty
6566 2006-10-03 [colin]      2.5.2cvs40
6568         * src/mh.c
6569                 Fix "check for new folders" with accentued folders
6571 2006-10-03 [ticho]      2.5.2cvs39
6573         * src/filtering.c
6574         * src/folder.c
6575         * src/inc.c
6576         * src/mbox.c
6577                 Colin's fix for "copy" filtering rules.
6579 2006-10-02 [colin]      2.5.2cvs38
6581         * src/folderview.c
6582                 Fix for double-click too
6584 2006-10-02 [colin]      2.5.2cvs37
6586         * src/folderview.c
6587                 correct fix for cvs36
6589 2006-10-02 [colin]      2.5.2cvs36
6591         * src/folderview.c
6592                 Fix 'goto next unread' after collapsing/expanding 
6593                 a node.
6595 2006-10-02 [colin]      2.5.2cvs35
6597         * src/summaryview.c
6598                 Fix double freeze/thaw
6599         * src/common/utils.c
6600         * src/common/utils.h
6601                 Reimplement strftime
6602         * src/procheader.c
6603                 Use it
6606 2006-10-02 [colin]      2.5.2cvs34
6608         * src/mh.c
6609                 Time mh_write_sequences() - it's fast
6610         * src/summaryview.c
6611                 Init a variable to shut up gcc
6613 2006-10-01 [colin]      2.5.2cvs33
6615         * src/folder.c
6616         * src/mh.c
6617         * src/mh.h
6618         * src/msgcache.c
6619                 Add helper mh_set_mtime(), and set mtime to stat()'s result
6620                 Add fsync but disable it, it's slow as hell
6622 2006-10-01 [colin]      2.5.2cvs32
6624         * src/mh.c
6625         * src/msgcache.c
6626                 fflush() caches and mh_sequences before
6627                 fclose()ing
6629 2006-10-01 [colin]      2.5.2cvs31
6631         * src/msgcache.c
6632                 Don't ftruncate when not using mmap
6634 2006-09-30 [colin]      2.5.2cvs30
6636         * src/main.c
6637                 Write folder list *after* saving caches
6639 2006-09-30 [colin]      2.5.2cvs29
6641         * src/folder.c
6642         * src/mh.c
6643                 Debug forced mtime changes
6645 2006-09-30 [colin]      2.5.2cvs28
6647         * src/folder.c
6648         * src/main.c
6649                 Remove useless debug_print()s (code
6650                 well-tested)
6652 2006-09-30 [colin]      2.5.2cvs27
6654         * src/mh.c
6655                 Do stuff faster when writing mh_sequences
6657 2006-09-30 [colin]      2.5.2cvs26
6659         * src/mh.c
6660                 Don't let the writing of .mh_sequences, which
6661                 can change the folder's mtime, let us think
6662                 we need to scan.
6664 2006-09-30 [colin]      2.5.2cvs25
6666         * src/folder.c
6667                 Move a debug_print where it belongs 
6668                 (processing)
6669         * src/summaryview.c
6670                 Don't mess with a huge slow subject
6671                 table if we're not threading by
6672                 subject
6674 2006-09-30 [colin]      2.5.2cvs24
6676         * src/msgcache.c
6677                 Reenable mmaped reads (*not* writes!)
6678         * src/procmsg.c
6679                 Don't destroy and recreate hashtables just
6680                 for fun
6681         * src/common/utils.c
6682                 Remove useless reply prefixes (it's case
6683                 unsensitive)
6685 2006-09-30 [wwp]        2.5.2cvs23
6687         * tools/fix_date.sh
6688                 Fixed a minor bug in date value extraction, added a switch
6689                 to replace non RFC-compliant Date: value, added a switch
6690                 to use strict RFC matching patterns for dates.
6692 2006-09-29 [colin]      2.5.2cvs22
6694         * src/matcher_parser.h
6695         * src/matcher_parser_parse.y
6696         * src/prefs_filtering.c
6697         * src/statusbar.c
6698         * src/summary_search.c
6699         * src/summaryview.c
6700         * src/gtk/quicksearch.c
6701         * src/gtk/quicksearch.h
6702                 Optimise searches by setting different
6703                 refresh intervals (depending if the 
6704                 search is fast or not)
6706 2006-09-29 [colin]      2.5.2cvs21
6708         * src/codeconv.c
6709                 Optimise by reusing the last iconv converter
6710                 if possible
6711         * src/textview.c
6712                 Optimise a bit (the foldable quotes feature
6713                 still has an awful O(n^2) algo
6715 2006-09-29 [colin]      2.5.2cvs20
6717         * src/gtk/gtksctree.c
6718         * src/gtk/gtksctree.h
6719                 Optimise de-selection via up/down or
6720                 another key
6722 2006-09-28 [colin]      2.5.2cvs19
6724         * src/action.c
6725         * src/compose.c
6726         * src/folderview.c
6727         * src/mainwindow.c
6728         * src/messageview.c
6729         * src/summary_search.c
6730         * src/toolbar.c
6731                 Avoid using summaryview->ctree directly
6733 2006-09-28 [colin]      2.5.2cvs18
6735         * src/summaryview.c
6736         * src/summaryview.h
6737                 Add helpers to freeze/thaw/grab_focus
6738                 Factorize calls to freeze/thaw/grab_focus
6739                 
6741 2006-09-28 [colin]      2.5.2cvs17
6743         * src/main.c
6744                 More guards for the session management
6746 2006-09-28 [colin]      2.5.2cvs16
6748         * src/folderview.c
6749         * src/gtk/gtksctree.c
6750         * src/gtk/gtksctree.h
6751                 Make expanding not recursive in folderview
6753 2006-09-28 [colin]      2.5.2cvs15
6755         * src/addressbook.c
6756                 If nothing is selected in the list (right part)
6757                 and a group is selected in the tree (left part),
6758                 mail this group.
6760 2006-09-28 [colin]      2.5.2cvs14
6762         * src/Makefile.am
6763                 Actually use SM_LIBS
6765 2006-09-28 [ticho]      2.5.2cvs13
6767         * src/export.c
6768         * src/messageview.c
6769         * src/mimeview.c
6770         * src/news.c
6771         * src/pop.c
6772         * src/prefs_themes.c
6773         * src/procmsg.c
6774                 Small i18n string optimization.
6775         * src/send_message.c
6776         * src/summaryview.c
6777         * src/common/session.c
6778         * src/common/smtp.c
6779         * src/common/ssl_certificate.c
6780         * src/common/utils.c
6781                 Use "Couldn't" instead of "Can't" in UI messages,
6782                 where appropriate.
6784 2006-09-28 [colin]      2.5.2cvs12
6786         * configure.ac
6787                 Possibly fix link errors
6789 2006-09-27 [wwp]        2.5.2cvs11
6791         * src/gtk/authors.h
6792         * doc/man/sylpheed-claws.1
6793         * manual/ack.xml
6794         * manual/es/ack.xml
6795         * manual/fr/ack.xml
6796         * manual/pl/ack.xml
6797                 Updated authors info (me, myself and I).
6799 2006-09-27 [colin]      2.5.2cvs10
6801         * src/addressbook.c
6802                 Remove useless printf
6804 2006-09-27 [wwp]        2.5.2cvs9
6806         * src/editgroup.c
6807         * src/send_message.c
6808         * src/inc.c
6809         * src/prefs_common.c
6810         * src/prefs_common.h
6811         * src/gtk/progressdialog.c
6812                 remember more windows' sizes (send dialog, received dialog,
6813                 edit group in addressbook).
6815 2006-09-27 [colin]      2.5.2cvs8
6817         * configure.ac
6818         * src/main.c
6819         * src/mainwindow.h
6820                 Use libSM to communicate with the session
6821                 manager, so that we can know when the 
6822                 session ends, save our caches, and draft
6823                 our compose windows.
6825 2006-09-27 [colin]      2.5.2cvs7
6827         * src/addressbook.c
6828                 Fix issues:
6829                 o Allow Book and Group creation from the tree's
6830                   contextual menu
6831                 o Do not actually delete the contacts when 
6832                   deleting groups from the tree (duh!)
6834 2006-09-27 [colin]      2.5.2cvs6
6836         * src/compose.c
6837         * src/compose.h
6838         * src/mainwindow.c
6839         * src/textview.c
6840         * src/toolbar.c
6841                 o Allow passing an email address to 
6842                   compose_new_with_folderitem
6843                 o Update callers
6844                 o Use current folderitem when clicking
6845                   on a TextView mailto: link
6846                 o Fix a possible leak in TextView
6848 2006-09-27 [colin]      2.5.2cvs5
6850         * src/html.c
6851                 Use UTF-8 chars to replace HTML entities
6853 2006-09-27 [colin]      2.5.2cvs4
6855         * AUTHORS
6856         * src/prefs_account.c
6857         * src/gtk/authors.h
6858                 Fix bug #1024 (Array index out of
6859                 range in sylpheed-claws-2.5.2)
6860                 Patch by Ales Nosek <anosek@suse.cz>
6862 2006-09-27 [colin]      2.5.2cvs3
6864         * src/addr_compl.c
6865                 Actually do the test
6867 2006-09-27 [colin]      2.5.2cvs2
6869         * src/addr_compl.c
6870         * src/addr_compl.h
6871                 Allow completing with comma (in certain cases: vCalendar
6872                 for example doesn't support that)
6873                 Patch by Fabien Vantard
6875 2006-09-26 [colin]      2.5.2cvs1
6877         * src/Makefile.am
6878         * src/addr_compl.c
6879         * src/addr_compl.h
6880         * src/addrbook.c
6881         * src/addrbook.h
6882         * src/addressbook.c
6883         * src/addrindex.c
6884         * src/addrindex.h
6885         * src/compose.c
6886         * src/prefs_common.c
6887         * src/prefs_filtering_action.c
6888         * src/prefs_folder_item.c
6889         * src/prefs_template.c
6890         * src/stock_pixmap.c
6891         * src/stock_pixmap.h
6892         * src/pixmaps/addr_one.xpm
6893         * src/pixmaps/addr_two.xpm
6894                 Add auto-completion on groups
6896 2006-09-26 [colin]      2.5.2
6898         * NEWS
6899         * README
6900         * RELEASE_NOTES
6901                 2.5.2 released
6903 2006-09-26 [colin]      2.5.1cvs5
6905         * src/matcher.c
6906                 Fix condition
6908 2006-09-26 [colin]      2.5.1cvs4
6910         * src/mbox.c
6911                 Revert cvs1 (useless as the message is printed 
6912                 every 500 mails)
6914 2006-09-26 [colin]      2.5.1cvs3
6916         * src/partial_download.c
6917                 Fix crasher found by Alexsandar Urosevic
6919 2006-09-26 [colin]      2.5.1cvs2
6921         * src/summaryview.c
6922                 Fix bug #1023 (Sylpheed deletes too much messages)
6924 2006-09-26 [ticho]      2.5.1cvs1
6926         * src/mbox.c
6927                 Make use of gettext's multiple plurals for statusbar
6928                 progress message.
6930 2006-09-25 [paul]       2.5.1
6932         * NEWS
6933         * README
6934         * RELEASE_NOTES
6935                 2.5.1 released
6937 2006-09-25 [colin]      2.5.0cvs3
6939         * src/plugins/bogofilter/bogofilter.c
6940         * src/plugins/clamav/clamav_plugin.c
6941         * src/plugins/spamassassin/spamassassin.c
6942                 BogoFilter, Spamassassin: Fix double hook registering after
6943                 visiting preferences
6944                 Spamassassin, Clamav: Just set the mails to move instead of
6945                 doing the move - caller will move the things at once.
6947 2006-09-25 [colin]      2.5.0cvs2
6949         * src/imap.c
6950         * src/etpan/imap-thread.c
6951                 Use UID SEARCH ALL instead of UID 1:*
6952                 (braindead servers can't figure out that's
6953                 the same...)
6955 2006-09-25 [wwp]        2.5.0cvs1
6957         * src/message_search.c
6958                 Added the ability to stop a running search (in message body).
6960 2006-09-25 [paul]       2.5.0
6962         * NEWS
6963         * README
6964         * RELEASE_NOTES
6965                 2.5.0 released
6967 2006-09-25 [paul]       2.4.0cvs214
6969         * po/cs.po
6970         * po/de.po
6971         * po/fi.po
6972         * po/fr.po
6973         * po/nl.po
6974         * po/pt_BR.po
6975         * po/sk.po
6976         * po/sr.po
6977         * po/zh_CN.po
6978                 updated by Tim, Stephan Sachse, Flammie Pirinen,
6979                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
6980                 Ticho, Aleksander Urosevic, Ralgh Young
6982 2006-09-24 [mones]      2.4.0cvs213
6984         * po/es.po
6985                 Updated for release
6987 2006-09-23 [colin]      2.4.0cvs212
6989         * src/gtk/inputdialog.c
6990                 Fix [ ] remember this appearing in normal
6991                 input dialogs after it's been used by
6992                 mimeview.
6993         * src/folder.c
6994         * src/folderview.c
6995         * src/msgcache.c
6996         * src/procmsg.c
6997         * src/summaryview.c
6998         * src/textview.c
6999         * src/common/timing.h
7000                 Enable timings in debug mode and make it
7001                 look prettier.
7003 2006-09-22 [colin]      2.4.0cvs211
7005         * README
7006                 Revert test change
7007         * commitHelper
7008                 ping the correct URI
7010 2006-09-22 [colin]      2.4.0cvs210
7012         * README
7013                 Let's see if bug #1022 is fixed
7015 2006-09-21 [colin]      2.4.0cvs209
7017         * src/wizard.c
7018         * src/common/plugin.c
7019                 Prepare infra to load predefined plugins when
7020                 no configuration existed. Don't actually load
7021                 anything yet (feat. freeze)
7023 2006-09-21 [wwp]        2.4.0cvs208
7025         * manual/fr/faq.xml
7026                 Partial sync w/ 2.4.0cvs72:
7027                 wrap file and minor updates.
7029 2006-09-21 [wwp]        2.4.0cvs207
7031         * tools/fix_date.sh
7032                 several fixes and enhancements. A new --force switch has been
7033                 added to prevent overriding by default Date: header when
7034                 already existing.
7036 2006-09-21 [paul]       2.4.0cvs206
7038         * src/common/utils.c
7039                 add Chinese UTF8 Re prefix
7041 2006-09-21 [wwp]        2.4.0cvs205
7043         * tools/Makefile.am
7044                 Fics alfabettical order.
7046 2006-09-21 [wwp]        2.4.0cvs204
7048         * tools/fix_date.sh
7049         * tools/Makefile.am
7050                 Added an action tool to fix missing Date field in emails.
7051                 Updated Makefile.am to reflect those last two additions.
7053 2006-09-21 [wwp]        2.4.0cvs203
7055         * tools/uuooffice
7056                 Added a action tool to open uuencoded docs w/
7057                 OpenOffice (based on uudec method).
7059 2006-09-21 [colin]      2.4.0cvs202
7061         * src/compose.c
7062         * src/textview.c
7063                 Workaround possible GTK crash: remove selection 
7064                 clipboard before destroying widget, or GTK+-2.10
7065                 dies. Thanks to Hiro.
7067 2006-09-20 [colin]      2.4.0cvs201
7069         * src/compose.c
7070                 Fix free-after-use in some cases (when 
7071                 procmime_encode_content() frees mimeinfo->data.mem
7072                 and turns it to a temp file)
7074 2006-09-20 [colin]      2.4.0cvs200
7076         * src/folderview.c
7077         * src/summaryview.c
7078         * src/gtk/gtksctree.c
7079         * src/gtk/gtksctree.h
7080                 Add tooltips in the folderview and summaryview
7081                 (Doesn't break string freeze as they already
7082                 exist)
7083         * src/toolbar.c
7084                 Put the spam button in the default configuration
7085                 if compiled with bogo plugin too
7087 2006-09-19 [colin]      2.4.0cvs199
7089         * src/summaryview.c
7090         * src/summaryview.h
7091                 Update folder name label on folder rename
7092         * src/prefs_matcher.c
7093         * src/gtk/logwindow.h
7094                 Fix warnings
7095                 Patches by Fabien
7097 2006-09-19 [wwp]        2.4.0cvs198
7099         * src/summary_search.c
7100                 fix can't click forward/backward buttons in the
7101                 search messages.
7103 2006-09-18 [paul]       2.4.0cvs197
7105         * src/wizard.c
7106                 add missing bracket, capitalise the A of
7107                 'SpamAssassin'
7109 2006-09-18 [paul]       2.4.0cvs196
7111         * src/compose.c
7112                 fix bug 1012 'crashed upon sending mail
7113                 from compose window'
7114                 Thanks to Colin
7116 2006-09-16 [colin]      2.4.0cvs195
7118         * src/folderview.c
7119                 Fix "real-time" sorting by freezing/thawing
7121 2006-09-16 [colin]      2.4.0cvs194
7123         * manual/faq.xml
7124                 Fix the anti-spam entry a bit
7126 2006-09-16 [colin]      2.4.0cvs193
7128         * src/wizard.c
7129                 Make sure reviewers have no excuse when stating
7130                 Sylpheed-Claws doesn't have antispam capabilities.
7132 2006-09-16 [colin]      2.4.0cvs192
7134         * src/main.c
7135                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
7136                 as if the SIGPIPE comes from etpan's thread we could
7137                 trigger a GUI update from this thread.
7139 2006-09-16 [colin]      2.4.0cvs191
7141         * src/summaryview.c
7142                 Init all members of the struct
7144 2006-09-16 [paul]       2.4.0cvs190
7146         * src/account.c
7147                 improvements to the English
7149 2006-09-15 [colin]      2.4.0cvs189
7151         * src/summaryview.c
7152                 HIG order on dialog
7154 2006-09-14 [colin]      2.4.0cvs188
7156         * src/common/socket.c
7157         * src/common/socket.h
7158         * src/common/ssl.c
7159         * src/common/ssl_certificate.c
7160         * src/common/ssl_certificate.h
7161         * src/etpan/imap-thread.c
7162                 the get_fqdn() call done to get canonical name when
7163                 checking an SSL certificate is blocking, which is
7164                 sad as we just did a non-blocking lookup to connect.
7165                 Fix that by letting the fqdn available to the SockInfo,
7166                 and use that in ssl_certificate_check(). For IMAP,
7167                 we don't do it as the lookup's done by libetpan, but
7168                 it's less annoying as IMAP connections as much more
7169                 rare than POP3 connections.
7171 2006-09-14 [paul]       2.4.0cvs187
7173         * manual/advanced.xml
7174                 improvements to the English,
7175                 properly place the new hidden options
7176                 within the alphabetical order
7177         * src/gtk/pluginwindow.c
7178                 improvements to the English
7180 2006-09-14 [colin]      2.4.0cvs186
7182         * src/prefs_common.c
7183         * src/prefs_common.h
7184         * src/gtk/gtksctree.c
7185         * manual/advanced.xml
7186                 New hidden pref, stripes_color_offset, to change
7187                 the value added/substracted to normal bgcolor to
7188                 create the stripes in summaries
7190 2006-09-13 [colin]      2.4.0cvs185
7192         * src/gedit-print.c
7193         * src/messageview.c
7194         * src/messageview.h
7195         * src/summaryview.c
7196         * src/textview.c
7197                 Fix misc. printing issues: 
7198                 - Bad font for linkified headers
7199                 - Different font if the mail was displayed or not
7200                 - Factorize the thing
7202 2006-09-13 [colin]      2.4.0cvs184
7204         * src/common/ssl_certificate.c
7205                 Only get FQDN once when checking certificate
7207 2006-09-13 [colin]      2.4.0cvs183
7209         * src/account.c
7210         * src/gtk/pluginwindow.c
7211                 Misc. GUI fixes by Fabien
7213 2006-09-13 [wwp]        2.4.0cvs182
7215         * configure.ac
7216         * src/common/utils.h
7217         * src/common/utils.c
7218                 get rid of unused wide-char functions.
7220 2006-09-13 [wwp]        2.4.0cvs181
7222         * src/plugins/pgpinline/sylpheed.def
7223         * src/textview.c
7224                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
7225                 add privacy_reset_error to the .def file,
7226                 do not fork for an external textviewer.
7228 2006-09-13 [wwp]        2.4.0cvs180
7230         * src/prefs_common.c
7231                 fix broken font entry in prefs (patch issued by the gpg4win team,
7232                 probably by Marcus Brinkmann <marcus@g10code.de>).
7234 2006-09-13 [colin]      2.4.0cvs179
7236         * src/folder.h
7237                 Fix a warning in summaryview.c
7238         * src/mainwindow.c
7239         * src/summaryview.c
7240         * src/summaryview.h
7241                 Add missing Mark/* elements in the
7242                 main menu
7244 2006-09-12 [colin]      2.4.0cvs178
7246         * src/prefs_actions.c
7247         * src/prefs_filtering_action.c
7248         * src/prefs_matcher.c
7249                 Use (New) instead of New everywhere
7251 2006-09-12 [wwp]        2.4.0cvs177
7253         * manual/fr/addrbook.xml
7254         * manual/fr/handling.xml
7255                 updated some quotes in the fr manual to match the fr translation.
7257 2006-09-12 [wwp]        2.4.0cvs176
7259         * src/prefs_matcher.c
7260                 don't store translated string elements in matcher expressions.
7261                 Also fixed a misused of Q_().
7263 2006-09-11 [wwp]        2.4.0cvs175
7265         * src/plugins//bogofilter/bogofilter.c
7266         * src/plugins//clamav/clamav_plugin.c
7267         * src/plugins//demo/demo.c
7268         * src/plugins//dillo_viewer/dillo_viewer.c
7269         * src/plugins//pgpcore/plugin.c
7270         * src/plugins//pgpinline/plugin.c
7271         * src/plugins//pgpmime/plugin.c
7272         * src/plugins//spamassassin/spamassassin.c
7273                 gettext-ize more strings (mostly plugin error messages).
7275 2006-09-11 [colin]      2.4.0cvs174
7277         * src/alertpanel.c
7278                 Make maximum buffer size bigger to avoid
7279                 truncating translated messages. Patch by
7280                 Fabien
7282 2006-09-11 [colin]      2.4.0cvs173
7284         * src/etpan/imap-thread.c
7285                 Fix compilation on OpenBSD, thanks to 
7286                 Landry
7288 2006-09-10 [wwp]        2.4.0cvs172
7290         * manual/account.xml
7291         * manual/addrbook.xml
7292         * manual/handling.xml
7293         * manual/es/handling.xml
7294         * manual/fr/account.xml
7295         * manual/fr/addrbook.xml
7296         * manual/fr/handling.xml
7297                 documented addressbook matching (condition configuration):
7298                   addrbook.xml, en fr
7299                 documented per-account filtering rules (handling/filtering
7300                   section, account section):
7301                   account.xml, handling.xml, en fr
7302                 slightly updated the handling/searching section to tell few
7303                   words about the extended search ability:
7304                   handling.xml, en fr
7305                 added missing <quote></quotes> to Quick Search:
7306                   handling.xml, en fr es
7307                 fixed a typo (auomatically):
7308                   handling.xml, en
7309                 changes revisited by Paul.
7311 2006-09-10 [paul]       2.4.0cvs171
7313         * src/prefs_actions.c
7314         * src/prefs_filtering.c
7315         * src/prefs_template.c
7316                 adjustments to the gui
7317                 Patch by Fabien Vantard (slightly modified)
7319 2006-09-10 [colin]      2.4.0cvs170
7321         * src/summaryview.c
7322                 Check folderitem/summaryview consistency
7323                 (basically automates Update summary). Fixes
7324                 #1011 (wrong (negative) count on unread 
7325                 messages)
7327 2006-09-10 [colin]      2.4.0cvs169
7329         * src/gtk/gtksctree.c
7330                 Fix recursive expansion via mouse
7331         * src/plugins/bogofilter/bogofilter.c
7332                 Use normal filtering way of moving
7333                 messages (batching), possibly fixing
7334                 bug #1015 (Bogofilter plugin doubles 
7335                 new messages)
7337 2006-09-09 [wwp]        2.4.0cvs168
7339         * src/prefs_filtering.c
7340                 better place for this fix.
7342 2006-09-09 [wwp]        2.4.0cvs167
7344         * src/prefs_filtering.c
7345                 fix a minor bug when the enabled status of a filtering/processing
7346                 rule always got set to TRUE when replacing this rule. That still
7347                 make sense when adding a new rule, but now when replacing, we
7348                 don't override the value of 'enabled'.
7349                 Also renamed the func prefs_filtering_list_view_get_rule_name()
7350                 to prefs_filtering_list_view_get_info() as this function not only
7351                 returns the name, but also the account_id and the enabled status.
7353 2006-09-09 [mones]      2.4.0cvs166
7355         * manual/glossary.xml
7356         * manual/plugins.xml
7357                 Minor format corrections
7358         * manual/gpl.xml
7359                 Fix misplaced NO WARRANTY section
7360         * manual/es/advanced.xml
7361         * manual/es/faq.xml
7362         * manual/es/glossary.xml
7363         * manual/es/gpl.xml
7364         * manual/es/handling.xml
7365         * manual/es/plugins.xml
7366         * manual/es/starting.xml
7367                 Incorporate changes from English version
7368         * manual/fr/ack.xml
7369         * manual/pl/ack.xml
7370         * manual/es/ack.xml
7371                 Fix address, (add translation credits in es version)
7372         * po/es.po
7373                 Updated translation
7375 2006-09-09 [wwp]        2.4.0cvs165
7377         * src/prefs_filtering.c
7378                 fix a crash when opening filtering prefs, if matcherrc file contains
7379                 broken data (non-existing account id, which is theoretically not
7380                 possible).
7382 2006-09-08 [colin]      2.4.0cvs164
7384         * src/folder.c
7385                 Wrong assert, make it an if()
7386         * src/gtk/gtksctree.c
7387                 Fix bug #1013 (expand selected thread 
7388                 tree) - expanding is now recursive
7390 2006-09-07 [wwp]        2.4.0cvs163
7392         * src/prefs_matcher.c
7393                 make better sentences about addressbook matching in the
7394                 matcher prefs. This should make translators' work easier
7395                 too.
7397 2006-09-07 [wwp]        2.4.0cvs162
7399         * src/prefs_filtering.c
7400                 code simplification (get rid of dup var. assignment).
7402 2006-09-07 [wwp]        2.4.0cvs161
7404         * src/summaryview.c
7405                 use GTK_STOCK icons when possible, patch by Fabien Vantard
7406                 <fzzzzz@gmail.com>.
7408 2006-09-07 [paul]       2.4.0cvs160
7410         * src/mimeview.c
7411                 fix compilation warnings
7412                 Thanks to Colin
7414 2006-09-07 [paul]       2.4.0cvs159
7416         * src/mimeview.c
7417                 select the mimepart icon when
7418                 displaying as text
7419                 Thanks to Colin
7421 2006-09-06 [paul]       2.4.0cvs158
7423         * src/prefs_filtering.c
7424                 fix labels and table element spacing
7425                 Patch by Fabien Vantard
7427 2006-09-06 [paul]
7429         2.5.0-rc3 released
7431 2006-09-06 [paul]       2.4.0cvs157
7433         * manual/es/advanced.xml
7434                 fix typo
7436 2006-09-06 [wwp]        2.4.0cvs156
7438         * src/mainwindow.c
7439                 fix an dup launch issue when iconified, thanks to Colin.
7441 2006-09-06 [wwp]        2.4.0cvs155
7443         * src/gtk//gtksctree.h
7444                 oops, forgot that one!
7446 2006-09-06 [wwp]        2.4.0cvs154
7448         * manual/pl/advanced.xml
7449         * manual/advanced.xml
7450         * manual/es/advanced.xml
7451         * manual/fr/advanced.xml
7452         * src/prefs_customheader.c
7453         * src/prefs_filtering_action.c
7454         * src/foldersel.c
7455         * src/prefs_summaries.c
7456         * src/prefs_filtering.c
7457         * src/account.c
7458         * src/compose.c
7459         * src/prefs_summary_column.c
7460         * src/addr_compl.c
7461         * src/prefs_actions.c
7462         * src/prefs_folder_column.c
7463         * src/ssl_manager.c
7464         * src/prefs_template.c
7465         * src/prefs_display_header.c
7466         * src/prefs_common.h
7467         * src/prefs_matcher.c
7468         * src/prefs_common.c
7469         * src/prefs_toolbar.c
7470         * src/summaryview.c
7471         * src/folderview.c
7472         * src/gtk/gtksctree.c
7473         * src/gtk/pluginwindow.c
7474         * src/gtk/progressdialog.c
7475         * src/gtk/prefswindow.c
7476                 renamed hidden option enable_rules_hint to use_stripes_everywhere
7477                 to make its meaning more obvious (all versions of the manual reflect
7478                 the change).
7479                 added an extra hidden option use_stripes_in_summary to allow
7480                 discarding these stripes in mainwindow's folder and message lists;
7481                 en and fr manuals only are OK towards this.
7483 2006-09-06 [colin]      2.4.0cvs153
7485         * src/textview.c
7486                 Hide Sylpheed-Claws' internal queue headers
7487                 when showing all headers. They'll be present
7488                 only in Source window.
7490 2006-09-05 [colin]      2.4.0cvs152
7492         * src/plugins/trayicon/trayicon.c
7493                 Fix crash at exit - we have to disconnect
7494                 our handlers
7495         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7496                 Update eggtrayicon - patch adapted from a
7497                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
7498                 on Sylpheed's ML
7500 2006-09-05 [colin]      2.4.0cvs151
7502         * src/mainwindow.c
7503         * src/gtk/logwindow.c
7504                 Fix race condition when something writes
7505                 to the log too soon during init. Thanks
7506                 to Fabien Vantard
7508 2006-09-05 [colin]      2.4.0cvs150
7510         * src/mimeview.c
7511                 Don't select part on right-click either
7513 2006-09-05 [paul]       2.4.0cvs149
7515         * src/mimeview.c
7516                 completion of previous commit
7517                 Thanks to Colin
7519 2006-09-05 [colin]      2.4.0cvs148
7521         * src/mimeview.c
7522                 Don't force selection on middle-click, just open
7524 2006-09-04 [colin]      2.4.0cvs147
7526         * src/mimeview.c
7527                 Looks like gtk_notebook_set_current_page()
7528                 sometimes steals focus, and this annoys us
7529                 in MimeViewers as it renders navigation
7530                 keys useless. Take back focus after switching
7531                 pages.
7533 2006-09-04 [colin]      2.4.0cvs146
7535         * src/messageview.c
7536                 Set stop_loading when clicking on Next
7537                 during load. Don't add a callback to 
7538                 avoid over-complicating things.
7540 2006-09-04 [colin]      2.4.0cvs145
7542         * src/mimeview.c
7543         * src/messageview.c
7544                 Fix multiple loads in separate messageview
7546 2006-09-04 [colin]      2.4.0cvs144
7548         * src/summaryview.c
7549                 Let navigation keys be handled during 
7550                 load
7552 2006-09-04 [colin]      2.4.0cvs143
7554         * src/messageview.c
7555         * src/summaryview.c
7556         * src/textview.c
7557         * src/textview.h
7558                 Make loading of huge mails (lots of text and/or
7559                 images) cancellable, so the GUI doesn't block 
7561 2006-09-04 [colin]      2.4.0cvs142
7563         * src/plugins/trayicon/trayicon.c
7564                 Fix annoyance when removing a folder with 
7565                 unread mails: trayicon didn't update
7567 2006-09-04 [paul]       2.4.0cvs141
7569         * src/gtk/icon_legend.c
7570                 straighten up columns
7571                 Patch by Fabien Vantard
7573 2006-09-04 [wwp]        2.4.0cvs140
7575         * src/prefs_filtering.c
7576                 fix new line's account name in filtering prefs:
7577                 was "All", is now "(New)".
7579 2006-09-04 [paul]       2.4.0cvs139
7581         * tools/make.themes.project
7582                 use "AUTOMAKE_OPTIONS = dist-bzip2"
7583                 instead of homebrewed "make release"
7585 2006-09-03 [colin]      2.4.0cvs138
7587         * src/folderview.c
7588                 Fix bug #1007 (Wrong folder highlighted)
7590 2006-09-03 [colin]      2.4.0cvs137
7592         * src/compose.c
7593                 Don't set Newsgroup: header to a mail folder
7594                 path
7596 2006-09-03 [paul]       2.4.0cvs136
7598         * src/prefs_other.c
7599         * src/prefs_spelling.c
7600                 unify the gui
7602 2006-09-03 [paul]       2.4.0cvs135
7604         * src/prefs_summaries.c
7605                 correct menu item text in prefs_keybind_apply_clicked()
7607 2006-09-03 [paul]       2.4.0cvs134
7609         * manual/advanced.xml
7610                 some improvements to the descriptions
7611         * src/mainwindow.c
7612         * src/messageview.c
7613         * src/summaryview.c
7614         * src/gtk/menu.c
7615                 fix menu sensitivity issues
7616         * src/prefs_message.c
7617                 drop the useless word 'short'
7618         * src/prefs_other.c
7619                 add the word 'lines' indicating log length
7620                 is a measure of lines
7621         * src/textview.c
7622                 fix compilation warnings
7624 2006-09-02 [colin]      2.4.0cvs133
7626         * src/messageview.c
7627                 Display a special return-receipt message
7628                 if the message is from the user
7629         * src/summaryview.c
7630                 Fix missing freeze of the list when marking
7631                 all read and unthreading for exec. Thanks
7632                 to Stephan Sachse.
7634 2006-09-02 [paul]       2.4.0cvs132
7636         * src/mainwindow.c
7637         * src/prefs_message.c
7638         * src/summaryview.c
7639                 fix some english
7641 2006-09-02 [wwp]        2.4.0cvs131
7643         * src/prefs_filtering.c
7644                 added an account name column to the filtering rules
7645                 dialog.
7647 2006-09-02 [colin]      2.4.0cvs130
7649         * src/gtk/logwindow.c
7650         * src/gtk/logwindow.h
7651                 Block scrolling if we're not at the end
7652                 of the log
7654 2006-09-02 [colin]      2.4.0cvs129
7656         * src/folder.c
7657                 Make sure account-specific rules can't
7658                 be used in {pre-,post-,}processing
7659         * src/mainwindow.c
7660         * src/gtk/logwindow.c
7661         * src/gtk/logwindow.h
7662                 Jump to last error when clicking on the
7663                 warning icon
7665 2006-09-02 [colin]      2.4.0cvs128
7667         * src/imap.c
7668         * src/import.c
7669         * src/mainwindow.c
7670         * src/mainwindow.h
7671                 Fix warning icon
7672         * src/inc.c
7673         * src/mbox.c
7674         * src/mbox.h
7675                 Let proc_mbox know its account, for
7676                 account-specific rules
7678 2006-09-01 [colin]      2.4.0cvs127
7680         * src/codeconv.c
7681                 Don't uselessly use iconv to convert from
7682                 us-ascii
7683         * src/alertpanel.c
7684         * src/mainwindow.c
7685         * src/mainwindow.h
7686         * src/inc.c
7687                 Fix certain log cases, disable warning icon
7688                 for now, the correct way to display it when
7689                 necessary and only when necessary is probably
7690                 to do it manually rather than use error logs
7691         * src/etpan/imap-thread.c
7692                 Clean up UID logging a bit
7693         * src/gtk/logwindow.c
7694         * src/gtk/logwindow.h
7695                 Make logging faster when the window's closed
7697 2006-09-01 [wwp]        2.4.0cvs126
7699         * manual/fr/account.xml
7700                 reflect changes to the ref. manual (parts of cvs72):
7701                 fix tabnames and quotes.
7703 2006-09-01 [wwp]        2.4.0cvs125
7705         * manual/fr/plugins.xml
7706                 reflect changes to the reference manual (cvs42):
7707                 update IRC channel info.
7709 2006-09-01 [wwp]        2.4.0cvs124
7711         * commitHelper
7712                 use CVSEDITOR env. var. if set, according to `man cvs`.
7714 2006-09-01 [wwp]        2.4.0cvs123
7716         * manual/advanced.xml
7717                 better sentence again (thanks to Paul).
7719 2006-09-01 [wwp]        2.4.0cvs122
7721         * manual/advanced.xml
7722         fix definition of toolbar_detachable and rework a bit the one of
7723         enable_dotted_lines.
7725 2006-09-01 [mones]      2.4.0cvs121
7727         * manual/advanced.xml
7728                 Document enable_dotted_lines
7730 2006-09-01 [paul]       2.4.0cvs120
7732         * src/folderview.c
7733         * src/folderview.h
7734         * src/imap.c
7735         * src/mainwindow.c
7736         * src/summaryview.c
7737                 obey the 'When entering folder...' option
7738                 when using the /View/Go to/... menu items
7739                 Thanks to Colin
7741 2006-08-31 [colin]      2.4.0cvs119
7743         * src/folderview.c
7744                 Revert 2.4.0cvs116, wrong fix.
7746 2006-08-31 [colin]      2.4.0cvs118
7748         * src/gtk/gtksctree.c
7749                 Better state the various copyrights
7751 2006-08-31 [colin]      2.4.0cvs117
7753         * src/prefs_common.c
7754                 fix enable_dotted_lines
7756 2006-08-31 [colin]      2.4.0cvs116
7758         * src/folderview.c
7759                 Use pref "Always open on select" when going
7760                 to next unread folder
7761         * src/gtk/gtksctree.c
7762                 Fix link failure to _gtk_clist_create_cell_layout
7763                 on certain computers. (Why not mine, I wonder)
7765 2006-08-31 [colin]      2.4.0cvs115
7767         * src/procmsg.c
7768         * src/textview.c
7769         * src/plugins/bogofilter/bogofilter.c
7770         * src/plugins/spamassassin/spamassassin.c
7771                 Requalify some "errors" to warnings
7772         * src/mainwindow.c
7773         * src/mainwindow.h
7774         * src/statusbar.c
7775                 Add an icon in the statusbar to notify
7776                 of errors
7777         * src/gtk/gtksctree.c
7778         * src/folderview.c
7779         * src/summaryview.c
7780                 Make the GtkSCTree look more modern by
7781                 alternating background lines
7782         * src/prefs_common.c
7783         * src/prefs_common.h
7784                 Add a pref to let people have the old
7785                 way if they prefer
7788 2006-08-30 [colin]      2.4.0cvs114
7790         * src/procmsg.c
7791         * src/procmsg.h
7792                 Provide a way to filter a list of
7793                 messages in an optimised manner, and
7794                 add a list-filtering hook
7795         * src/folder.c
7796         * src/inc.c
7797         * src/mbox.c
7798                 Use the list filtering
7799         * src/plugins/bogofilter/bogofilter.c
7800                 Use the list-filtering hook
7801                 Use -b (bulk) mode for more speed
7802                 when learning and filtering
7803         * src/etpan/imap-thread.c
7804                 Make log output shorter in UID SEARCH
7807 2006-08-30 [colin]      2.4.0cvs113
7809         * src/plugins/bogofilter/bogofilter.c
7810                 Really fast mass learning - thanks to David
7811                 Relson for the options explanations :)
7813 2006-08-30 [colin]      2.4.0cvs112
7815         * src/msgcache.c
7816                 Fix compilation on FreeBSD. Thanks
7817                 to Michael Hugues
7819 2006-08-29 [colin]      2.4.0cvs111
7821         * src/folderview.c
7822                 Handle "popup_menu" signal (for popping the 
7823                 menu via the keyboard)
7824         * src/mimeview.c
7825         * src/mimeview.h
7826         * src/summaryview.c
7827         * src/textview.c
7828         * src/gtk/gtkutils.c
7829         * src/gtk/gtkutils.h
7830                 Factorize scrolling code, and add an API 
7831                 for MimeViewers to handle scroll orders
7833 2006-08-29 [wwp]        2.4.0cvs110
7835         * src/plugins//bogofilter/bogofilter.c
7836         * src/plugins//spamassassin/spamassassin.c
7837                 make the bogofilter/spamassassin filtering error dialogs at
7838         incorporation obey to the "don't popup error dialog on
7839         receive error" option. If disabled, feed the log window w/
7840         the error message.
7842 2006-08-29 [paul]
7844         2.5.0-rc2 released
7846 2006-08-29 [paul]       2.4.0cvs109
7848         * Makefile.am
7849                 remove 'make release', it's not needed
7850                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
7852 2006-08-29 [paul]       2.4.0cvs108
7854         * src/foldersel.c
7855         * src/summary_search.c
7856         * src/gtk/progressdialog.c
7857         * src/plugins/pgpcore/passphrase.c
7858                 replace deprecated gtk_window_set_policy()
7860 2006-08-29 [colin]      2.4.0cvs107
7862         * src/folder.c
7863                 Fix data loss when copy fails during a move:
7864                 only use fast remove_msgs if everything was
7865                 copied OK; else use slow remove_msg on the
7866                 mails that got copied only.
7868 2006-08-28 [paul]       2.4.0cvs106
7870         * src/mh.c
7871                 revert change in 2.4.0cvs104, it breaks
7872                 stuff
7874 2006-08-28 [paul]       2.4.0cvs105
7876         * src/plugins/spamassassin/spamassassin.c
7877                 english fix
7879 2006-08-28 [paul]       2.4.0cvs104
7881         * src/mh.c
7882                 fix data loss when moving to another
7883                 mailbox fails
7884         * src/prefs_spelling.c
7885                 improve the english
7886         * src/gtk/pluginwindow.c
7887                 improve the layout of the dialog text
7888         All thanks to Colin
7890 2006-08-28 [paul]       2.4.0cvs103
7892         * src/plugins/bogofilter/bogofilter.c
7893         * src/plugins/bogofilter/bogofilter_gtk.c
7894                 fix english up a bit, innit
7896 2006-08-28 [paul]       2.4.0cvs102
7898         * configure.ac
7899         * po/Makefile.in.in
7900         * po/Makevars
7901                 require autoconf 2.60, enabling building
7902                 with gettext 0.15 (gettext 0.14.x build still
7903                 possible). Replace Makefiles with versions
7904                 from gettext 0.15.
7905                 Remove configure options --with-localedir and
7906                 --with-mandir. The options that are provided
7907                 directly by autoconf 2.60 can be used instead:
7908                 --mandir --localedir
7910 2006-08-27 [colin]      2.4.0cvs101
7912         * src/plugins/bogofilter/Makefile.am
7913                 Fix make dist (no README)
7915 2006-08-27 [colin]      2.4.0cvs100
7917         * src/folder.c
7918                 Don't use F_UNKNOWN folders for any default
7919                 outbox/trash/etc
7920         * src/plugins/bogofilter/bogofilter.c
7921         * src/plugins/bogofilter/bogofilter.h
7922         * src/plugins/bogofilter/bogofilter_gtk.c
7923                 Add an option to specify the path to bogofilter
7924                 Use single-quotes to be able to learn in folders
7925                 with spaces in their names
7926                 Verify learning status
7928 2006-08-27 [colin]      2.4.0cvs99
7930         * manual/faq.xml
7931         * manual/plugins.xml
7932                 Document Bogofilter plugin
7934 2006-08-27 [colin]      2.4.0cvs98
7936         * src/compose.c
7937         * src/messageview.c
7938         * src/procmsg.c
7939         * src/procmsg.h
7940                 When possible, copy the queued mail to sent folder
7941                 instead of re-adding. Much faster on IMAP.
7943 2006-08-27 [colin]      2.4.0cvs97
7945         * src/msgcache.c
7946                 Disable mmaped caches - huge metadata loss
7947                 here after a power failure.
7948         * src/summaryview.c
7949                 Add quicksearch timing
7950         * src/common/plugin.c
7951         * src/common/plugin.h
7952                 Implement an interface to tell what plugins
7953                 provide. Prevent loading of similar plugins.
7954         * src/plugins/clamav/clamav_plugin.c
7955         * src/plugins/demo/demo.c
7956         * src/plugins/dillo_viewer/dillo_viewer.c
7957         * src/plugins/pgpcore/plugin.c
7958         * src/plugins/pgpinline/pgpinline.c
7959         * src/plugins/pgpmime/pgpmime.c
7960         * src/plugins/spamassassin/spamassassin.c
7961         * src/plugins/trayicon/trayicon.c
7962                 Implement plugin_provides()
7964 2006-08-27 [colin]      2.4.0cvs96
7966         * configure.ac
7967         * src/plugins/Makefile.am
7968         * src/plugins/bogofilter/.cvsignore
7969         * src/plugins/bogofilter/Makefile.am
7970         * src/plugins/bogofilter/bogofilter.c
7971         * src/plugins/bogofilter/bogofilter.h
7972         * src/plugins/bogofilter/bogofilter_gtk.c
7973                 New Bogofilter plugin, provides filtering and
7974                 learning. Spamassassin will go to extra plugins.
7976 2006-08-26 [mones]      2.4.0cvs95
7978         * manual/handling.xml
7979                 Fix subfolder path in the example (thanks to Paul) 
7981 2006-08-26 [mones]      2.4.0cvs94
7983         * manual/glossary.xml
7984                 2.2. + add ISP to the glossary
7985                 7.5. + Add UIDL to glossary
7986                 7.7. + Add TCP to glossary
7987         * manual/handling.xml
7988                 7.1. + Mentions GNU/Linux distribution, what about the non...
7989                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
7990                 7.3. + Mentions .bashrc, what about the non-bash ones? 
7991                 7.4. = Use appropriate quotation for commands
7992                 7.6. = change "" to <quote></quote>
7993         * manual/plugins.xml
7994                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
7995         * manual/starting.xml
7996                 2.1. + local mbox file: some examples of mbox file locations...
7997                 Also reformatted files requiring it
7999 2006-08-26 [wwp]        2.4.0cvs93
8001         * src/summary_search.c
8002                 disable find buttons while summary search is running.
8004 2006-08-25 [colin]      2.4.0cvs92
8006         * src/folder.c
8007         * src/folderutils.c
8008         * src/mh.c
8009         * src/procmsg.h
8010         * src/summaryview.c
8011                 Speed up MH moving, and add progressbar
8012                 for MH deletion
8013         * src/msgcache.c
8014                 Write cache files using mmap() too
8016 2006-08-25 [wwp]        2.4.0cvs91
8018         * src/summaryview.c
8019                 switch spam<->ham button when a message has been marked as spam or ham
8020                 and is still selected. Thanks to Colin.
8022 2006-08-25 [paul]       2.4.0cvs90
8024         * src/Makefile.am
8025         * src/stock_pixmap.c
8026         * src/stock_pixmap.h
8027         * src/summaryview.c
8028         * src/gtk/icon_legend.c
8029         * src/pixmaps/copied.xpm
8030         * src/pixmaps/moved.xpm
8031                 add icons for delayed execution marked for
8032                 copying, marked for moving
8034 2006-08-25 [mones]      2.4.0cvs89
8036         * manual/glossary.xml
8037                 Fix the other glossary items:
8038                 5.1. = Inmmediate execution -> <quote>immediate execution...
8039                 5.2. = Fix MBOX capitalization -> Mbox
8040                 5.3. + Improve Plugins def. w/ tech. ref.
8041                 5.4. = Quotation -> replace '>' by <quote>></quote>
8042                 5.5. - SMTP Server. -> remove dot
8043         * po/es.po
8044                 Updated translation
8046 2006-08-25 [mones]      2.4.0cvs88
8048         * manual/ack.xml
8049                 Reformatted, changed email address
8050         * manual/glossary.xml
8051                 Reformatted, fixed MANUAL-TODO items:
8052                 8.2. + add ROT-13 to glossary
8053                 8.4. + add URL to glossary
8054         * manual/es/advanced.xml
8055                 Fixed <literal>s
8057 2006-08-25 [paul]       2.4.0cvs87
8059         * src/gtk/icon_legend.c
8060                 add 'marked for deletion' icon
8061                 arrange icons by containing column
8062                 wrap long label text
8064 2006-08-25 [colin]      2.4.0cvs86
8066         * src/common/utils.c
8067         * src/common/utils.h
8068                 Add the sc_g_*list_bigger functions in
8069                 a place everyone can use it
8070         * src/summaryview.c
8071                 Only freeze/thaw the list when working
8072                 on the selection, if it's bigger than 1
8073         * src/gtk/gtksctree.c
8074                 Only freeze/thaw the list when unselec-
8075                 ting 'all' if ('all' != 1)
8076                 This avoids some flickering
8078 2006-08-24 [colin]      2.4.0cvs85
8080         * src/addressbook.c
8081                 Fix strange list selection
8082                 Fix random seg (Invalid read of freed memory)
8084 2006-08-24 [colin]      2.4.0cvs84
8086         * src/alertpanel.c
8087         * src/gtk/inputdialog.c
8088         * src/plugins/pgpcore/passphrase.c
8089                 Revert minimal width patch of 2.4.0cvs67,
8090                 as it is also a maximal width. Use 
8091                 gtk_window_set_default_size instead.
8093 2006-08-24 [colin]      2.4.0cvs83
8095         * src/msgcache.c
8096                 Write cache/mark to temp files before
8097                 overwriting old ones (avoids metadata
8098                 loss if writing the new files fail).
8099                 Use mmap() to read cache/mark file, as
8100                 this makes cache reading faster. Dis-
8101                 abled for big-endian machines until it
8102                 can be tested. (Big-endian users: set
8103                 msgcache_use_mmap = TRUE in the relevant
8104                 #if).
8105         * src/procmsg.h
8106                 Move rarely used fields of MsgInfo in 
8107                 another structure, which will only be
8108                 allocated if needed. Face, X-Face,
8109                 Return receipt headers and List-*
8110                 headers are moved. Mails having none
8111                 of these occupy 52 bytes less with
8112                 this patch, which makes 2.5MB of RAM
8113                 saved on a 50k folder).
8114         * src/headerview.c
8115         * src/mainwindow.c
8116         * src/messageview.c
8117         * src/partial_download.c
8118         * src/procheader.c
8119         * src/procmsg.c
8120         * src/textview.c
8121                 Follow this structure change.
8123 2006-08-24 [wwp]        2.4.0cvs82
8125         * manual/es/.cvsignore
8126         * manual/es/dist/.cvsignore
8127         * manual/es/dist/html/.cvsignore
8128         * manual/es/dist/pdf/.cvsignore
8129         * manual/es/dist/ps/.cvsignore
8130         * manual/es/dist/txt/.cvsignore
8131                 more (generated) files to ignore.
8133 2006-08-24 [colin]      2.4.0cvs81
8135         * src/folder.c
8136         * src/mh.c
8137                 Fix possible problems with local delivery. Check the folder doesn't
8138                 need scan before setting its mtime when saving cache (which can be
8139                 done long after the folder's been modified by an external process);
8140                 Check that the stored item's mtime didn't change in mh functions.
8142 2006-08-24 [mones]      2.4.0cvs80
8144         * manual/advanced.xml
8145                 Rewrapping, some fixes and MANUAL-TODO items:
8146                 8.1. = change "" to <quote></quote>
8147                 8.3. = quote menu items
8148                 8.5. - deploying -> new user ... ideally a new user (redundant)
8150 2006-08-23 [colin]      2.4.0cvs79
8152         * src/gtk/gtksctree.c
8153                 When selecting or deselecting range, only
8154                 freeze/thaw when selection is bigger than 10
8156 2006-08-23 [colin]      2.4.0cvs78
8158         * src/messageview.c
8159         * src/mimeview.c
8160         * src/mimeview.h
8161         * src/plugins/dillo_viewer/dillo_viewer.c
8162                 Provide an API for MimeViewer plugins to
8163                 return a text selection for replying
8165 2006-08-23 [colin]      2.4.0cvs77
8167         * src/image_viewer.c
8168         * src/textview.c
8169                 Use gtk_pixbuf_new_from_file_at_scale(), which
8170                 is faster than getting the pixbuf then resizing
8171                 it.
8173 2006-08-23 [colin]      2.4.0cvs76
8175         * src/procmime.c
8176                 UTF-8 should be sent Quoted-printable
8178 2006-08-22 [colin]      2.4.0cvs75
8180         * src/mh.c
8181                 Check if scan is required before touching
8182                 the folder (or it'll be required every time)
8184 2006-08-22 [colin]      2.4.0cvs74
8186         * configure.ac
8187                 Require libetpan 0.46 (crasher fix when built
8188                 against gnutls)
8190 2006-08-22 [colin]      2.4.0cvs73
8192         * src/folder.c
8193                 Set folder's mtime after writing its
8194                 cache
8195         * src/folderview.c
8196                 Add some timing
8197         * src/procmsg.c
8198                 Don't do useless stuff if we don't 
8199                 thread by subject
8200         * src/summaryview.c
8201                 Add some timing, don't deselect prior
8202                 to selecting (gtksctree does it itself),
8203                 remove crash avoidance hacks as it's been
8204                 properly fixed since a while
8205         * src/common/utils.c
8206                 Optimize to_human_readable(): _() is slow,
8207                 do it only once, and avoid %f format for KB
8208                 (the most common in a summaryview)
8209         * src/gtk/gtksctree.c
8210                 Don't uselessly freeze/thaw (fixes flicker
8211                 on next unread and friends), reduce number
8212                 of g_list_nth/g_list_position where possible
8213         * src/gtk/gtkutils.c
8214         * src/gtk/gtkutils.h
8215                 Reduce number of g_list_nth/g_list_position
8216                 where possible.
8217                 All of this makes loading as 70k folder 2.1
8218                 seconds instead of 3.2 (with hot FS caches).
8219                 (1.3 seconds without Date and Size columns...)
8221 2006-08-22 [paul]       2.4.0cvs72
8223         wrap documents and do some items from mones' MANUAL-TODO:
8225         * manual/account.xml
8226                 4.1. = fix tabname references to <quote>tabname</quote>
8227                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
8228         * manual/faq.xml
8229                 1.1. = mentioned options don't match UI
8230                 Add information about the 'Never send Return Receipts'
8231                 option
8232         * manual/handling.xml
8233                 6.2. = Mentions Extended symbols button, but now is
8234                 named Information
8235                 6.3. = Mentions ... button, which is now Edit
8237 2006-08-22 [colin]      2.4.0cvs71
8239         * src/gtk/pluginwindow.c
8240                 Fix layout in verbose translations (such
8241                 as french)
8243 2006-08-22 [paul]       2.4.0cvs70
8245         * manual/Makefile.am
8246                 build manuals in alphabetical order
8247         * src/addressbook.c
8248         * src/prefs_themes.c
8249                 replace/remove deprecated symbols
8250         * src/gtk/gtkutils.c
8251                 fix a warning
8252         * src/gtk/pluginwindow.c
8253                 replace deprecated symbol
8254                 replace label text and move it
8255         * src/plugins/pgpcore/prefs_gpg.c
8256                 move the 'Generate...' button out of the
8257                 Sign Key frame, replace the English used
8258         * src/plugins/pgpcore/sgpgme.c
8259                 fixes to the English
8261 2006-08-21 [colin]      2.4.0cvs69
8263         * src/plugins/trayicon/trayicon.c
8264                 Add more strings for translation; patch
8265                 by Pawel
8267 2006-08-21 [colin]      2.4.0cvs68
8269         * src/compose.c
8270                 fix replied flag not set after drafting
8271         * src/matcher.c
8272                 fix body quicksearch in non-encoded bodies
8273                 containing '='
8274         * src/msgcache.c
8275                 Get rid of the g_malloc workaround for
8276                 corrupted caches, use g_try_malloc
8278 2006-08-21 [colin]      2.4.0cvs67
8280         * src/alertpanel.c
8281         * src/gtk/inputdialog.c
8282         * src/plugins/pgpcore/passphrase.c
8283                 Set minimal width to 375
8284         * src/mainwindow.c
8285                 Fix switching to offline, asking if it 
8286                 should be overriden for synchronising
8287         * src/mimeview.c
8288                 Don't offer to remember command on Open 
8289                 with for text parts, as the browser or 
8290                 text editor command isn't changed from 
8291                 there
8293 2006-08-20 [paul]       2.4.0cvs66
8295         * po/ko.po
8296         * po/zh_CN.po
8297                 fix plural form errors. revealed by stricter
8298                 checking of gettext 0.15
8300 2006-08-18 [paul]       2.4.0cvs65
8302         * src/stock_pixmap.c
8303                 fix the fix of 2.4.0cvs64
8304                 Thanks to Colin
8306 2006-08-18 [paul]       2.4.0cvs64
8308         * src/stock_pixmap.c
8309                 fix leaks
8310                 Thanks to Colin
8312 2006-08-18 [paul]       2.4.0cvs63
8314         * src/compose.c
8315         * src/procmsg.c
8316                 fix occasional IMAP bug where large msgs
8317                 were left in the queue folder after sending
8318                 Thanks to Colin
8320 2006-08-18 [paul]       2.4.0cvs62
8322         * src/folderview.c
8323                 freeze the summaryview while quicksearch results
8324                 are displayed
8325                 (fixes bug 456 'current message is hidden when the
8326                 view is refreshed and extended search is "unread 
8327                 messages"')
8328                 Thanks to Colin
8329         * src/textview.c
8330                 add missing #include "inputdialog.h"
8331         * src/common/utils.h
8332                 add missing mailcap_update_default() and improve
8333                 readability
8335 2006-08-17 [colin]      2.4.0cvs61
8337         * src/plugins/pgpcore/select-keys.c
8338                 Fix warnings :)
8340 2006-08-17 [colin]      2.4.0cvs60
8342         * src/compose.c
8343                 Don't continue queuing if Cancel is clicked
8344                 in select-keys
8346 2006-08-17 [colin]      2.4.0cvs59
8348         * src/plugins/pgpcore/select-keys.c
8349                 When encrypting, if only one key matches and it 
8350                 matches exactly, automatically use it.
8352 2006-08-17 [colin]      2.4.0cvs58
8354         * src/mimeview.c
8355         * src/prefs_common.c
8356         * src/prefs_common.h
8357         * src/prefs_ext_prog.c
8358         * src/textview.c
8359                 Fix issues with previous patch (text/html)
8360                 Remove outdated prefs
8362 2006-08-17 [colin]      2.4.0cvs57
8364         * src/imap.c
8365                 Add View Log button on auth error
8366         * src/procmsg.c
8367                 Fix encrypted mail marked as new when
8368                 saved in normal folders
8369         * src/plugins/pgpinline/pgpinline.c
8370                 Fix encrypt bug on IMAP
8371         * src/mimeview.c
8372         * src/common/utils.c
8373         * src/common/utils.h
8374         * src/gtk/inputdialog.c
8375         * src/gtk/inputdialog.h
8376                 Get rid of metamail stuff, simplify
8377                 opening, and allow remembering of user's
8378                 choices (by updating ~/.mailcap). There's
8379                 still to drop "Audio player" and "Image
8380                 viewer" preferences.
8382 2006-08-17 [mones]      2.4.0cvs56
8384         * manual/es/sylpheed-claws-manual.xml
8385                 fix DTD path
8387 2006-08-17 [mones]      2.4.0cvs55
8389         * configure.ac
8390         * manual/Makefile.am
8391         * manual/es/Makefile.am
8392         * manual/es/account.xml
8393         * manual/es/ack.xml
8394         * manual/es/addrbook.xml
8395         * manual/es/advanced.xml
8396         * manual/es/faq.xml
8397         * manual/es/glossary.xml
8398         * manual/es/gpl.xml
8399         * manual/es/handling.xml
8400         * manual/es/intro.xml
8401         * manual/es/keyboard.xml
8402         * manual/es/plugins.xml
8403         * manual/es/starting.xml
8404         * manual/es/sylpheed-claws-manual.xml
8405         * manual/es/dist/Makefile.am
8406         * manual/es/dist/html/Makefile.am
8407         * manual/es/dist/pdf/Makefile.am
8408         * manual/es/dist/ps/Makefile.am
8409         * manual/es/dist/txt/Makefile.am
8410                 Spanish translation for the manual
8412 2006-08-16 [colin]      2.4.0cvs54
8414         * src/compose.c
8415         * src/main.c
8416         * src/mainwindow.c
8417                 Fix send button sensitivity at startup
8418                 Set send menu sensitivity (patch by Fabien)
8419         * src/ssl_manager.c
8420                 Enable closing with esc (patch by Fabien)
8421         * src/gtk/foldersort.c
8422                 Enable closing with esc (patch by Fabien)
8423         * src/procmime.c
8424                 Optimisation (no need to copy to tempfile to
8425                 "decode" 7bit and 8bit)
8426         * src/summaryview.c
8427                 Fix cruft in swap_from case
8428         * src/textview.c
8429                 Fix missing last line in some mail cases 
8430                 (Fixes debian #381872)
8431         * src/plugins/pgpcore/prefs_gpg.c
8432         * src/plugins/pgpcore/sgpgme.c
8433         * src/plugins/pgpcore/sgpgme.h
8434                 Don't show "no key found" when user explicitely
8435                 wants to create a key
8437 2006-08-16 [paul]       2.4.0cvs53
8439         * configure.ac
8440         * src/account.c
8441         * src/addressbook.c
8442         * src/headerview.c
8443         * src/prefs_account.c
8444         * src/prefs_message.c
8445         * src/gtk/gtkutils.c
8446                 bump up minimum required versions of GTK+ and
8447                 GLIB to 2.6.0
8449 2006-08-16 [paul]       2.4.0cvs52
8451         * src/toolbar.c
8452                 workaround GTK+ Bug 351600 - 'Can't re-click
8453                 on button after sensitivity update'
8454                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
8455                 Thanks to Colin
8457 2006-08-15 [colin]      2.4.0cvs51
8459         * src/plugins/pgpcore/prefs_gpg.c
8460                 Set options sensitivity according to
8461                 key existence
8462         * src/plugins/pgpcore/sgpgme.c
8463                 Allow to create key with no passphrase
8465 2006-08-14 [cleroy]     2.4.0cvs50
8467         * src/gtk/pluginwindow.c
8468                 New layout (maybe to be changed?)
8469         * src/gtk/gtkutils.c
8470                 Fix a bit label_window
8471         * src/plugins/pgpcore/passphrase.c
8472         * src/plugins/pgpcore/passphrase.h
8473         * src/plugins/pgpcore/plugin.c
8474         * src/plugins/pgpcore/prefs_gpg.c
8475         * src/plugins/pgpcore/prefs_gpg.h
8476         * src/plugins/pgpcore/sgpgme.c
8477         * src/plugins/pgpcore/sgpgme.h
8478                 Allow to create a PGP private key via the GUI
8480 2006-08-14 [wwp]        2.4.0cvs49
8482         * src/addressbook_foldersel.c
8483                 fix strict ISO C90 compliance.
8485 2006-08-14 [paul]       2.4.0cvs48
8487         * src/gtk/prefswindow.c
8488                 re-set scrolled window on opening
8489                 Patch by Ticho
8491 2006-08-14 [paul]
8493         2.5.0-rc1 released
8495 2006-08-14 [paul]       2.4.0cvs47
8497         * src/prefs_display_header.c
8498                 re-enable user-defined Displayed Headers
8500 2006-08-14 [paul]       2.4.0cvs46
8502         * src/prefs_account.c
8503                 use GTK_STOCK_EDIT
8505 2006-08-13 [colin]      2.4.0cvs45
8507         * src/common/utils.c
8508                 Fix "a" in quote when the original message is empty,
8509                 by using \0 instead of 'a' to test writability of
8510                 temp files.
8512 2006-08-13 [wwp]        2.4.0cvs44
8514         * src/plugins/spamassassin/spamassassin.c
8515                 fix capitalization of "SpamAssassin" in some debug, log and
8516                 dialog messages.
8518 2006-08-13 [paul]       2.4.0cvs43
8520         * src/editldap.c
8521                 fix overlapping widgets
8522         * src/prefs_account.c
8523                 fix translation of protocol_names[]
8524                 fix label disappearing off the edge of the
8525                 visible area
8527 2006-08-12 [paul]       2.4.0cvs42
8529         * manual/plugins.xml
8530                 update IRC channel info before it gets forgotten
8531                 about
8533 2006-08-11 [colin]      2.4.0cvs41
8535         * src/compose.c
8536         * src/mainwindow.c
8537         * src/mainwindow.h
8538         * src/procmsg.c
8539         * src/procmsg.h
8540         * src/summaryview.c
8541         * src/toolbar.c
8542                 Grey out the Send button if
8543                 - Queue folders are empty, or
8544                 - We're sending already
8546 2006-08-11 [wwp]        2.4.0cvs40
8548         * src/main.c
8549                 fix a logic issue when quitting while a compose window is
8550                 still open, thanks to Colin.
8552 2006-08-10 [colin]      2.4.0cvs39
8554         * src/main.c
8555                 Fix default font size setting after wizard run
8556         * src/imap.c
8557         * src/etpan/imap-thread.c
8558         * src/etpan/imap-thread.h
8559                 Fix bug #999 (Timing out on TSL cert validation 
8560                 dialog makes ugly things happen). Also, STARTTLS
8561                 unconditionnaly if initial capabilities contain
8562                 LOGINDISABLED and STARTTLS.
8564 2006-08-09 [colin]      2.4.0cvs38
8566         * src/mainwindow.c
8567         * src/mainwindow.h
8568                 Fix Tools/Actions sensitivity when there are
8569                 no actions
8571 2006-08-09 [colin]      2.4.0cvs37
8573         * src/prefs_filtering.c
8574                 Warning fix, patch by Paul
8575         * src/messageview.c
8576         * src/prefs_actions.c
8577         * src/prefs_filtering_action.c
8578         * src/prefs_matcher.c
8579                 Uniformisation of "Info ..." to "Info..." (for
8580                 old gtk), patch by Fabien
8581         * src/plugins/clamav/clamav_plugin_gtk.c
8582                 Sensitivity fix by Fabien
8584 2006-08-09 [colin]      2.4.0cvs36
8586         * src/main.c
8587         * src/main.h
8588                 Add a function to know whether we're exiting
8589         * src/plugins/trayicon/trayicon.c
8590                 If exiting, don't do anything. Faster, and
8591                 avoids gtk_main_iteration reentracy causing
8592                 segfaults at exit
8594 2006-08-09 [colin]      2.4.0cvs35
8596         * src/messageview.c
8597         * src/mimeview.c
8598         * src/mimeview.h
8599                 Fix lack of part selection when automatically 
8600                 jumping to a specific part
8601         * src/msgcache.c
8602                 Little optimisation in cache reading
8604 2006-08-09 [colin]      2.4.0cvs34
8606         * src/compose.c
8607                 Fix crash setting the priority on reedit
8608                 (Accessing compose before creating it!)
8610 2006-08-08 [colin]      2.4.0cvs33
8612         * src/procmime.c
8613                 Fix bug #998 (last attachment is not accessible)
8614                 Bad RFC interpretation on multipart close-delimiters
8615         * src/mimeview.c
8616         * src/mimeview.h
8617         * src/gtk/gtkvscrollbutton.c
8618         * src/gtk/gtkvscrollbutton.h
8619                 Make attachments list wheel-scrollable
8621 2006-08-07 [colin]      2.4.0cvs32
8623         * src/gtk/gtkaspell.c
8624                 Fix bug #973 (Unicode punctation characters 
8625                 are not recognized as separators by the
8626                 spell checker); fix unsigned stuff
8628 2006-08-07 [colin]      2.4.0cvs31
8630         * src/compose.c
8631                 Fix bug #956 (DnD text with accents in compose 
8632                 text entry); fix gccc's signed/unsigned fuss
8634 2006-08-06 [colin]      2.4.0cvs30
8636         * src/main.c
8637                 Fix bug #979 (Plugin crashes when exiting 
8638                 sylpheed-claws) : handle exit request only 
8639                 once
8641 2006-08-05 [colin]      2.4.0cvs29
8643         * src/news.c
8644                 Just make sure we have a msgid.
8646 2006-08-05 [colin]      2.4.0cvs28
8648         * src/news.c
8649         * src/summaryview.c
8650                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
8651                 by reimplementing it
8652         * src/textview.c
8653                 Fix bug when hiding quotes with level > 3 and quote
8654                 colors are recycled
8656 2006-08-04 [colin]      2.4.0cvs27
8658         * src/compose.c
8659         * src/undo.c
8660         * src/undo.h
8661                 Fix a bit replace-by-pasting undo
8662         * src/mainwindow.c
8663         * src/messageview.c
8664                 Fix Fold quotes menu synchro in
8665                 mainwindow when it changes in 
8666                 messageview
8667         * src/textview.c
8668                 Fix right-click on quotes blocks
8669         * src/common/utils.c
8670                 Verify that the file created by
8671                 my_tmpfile() is writable. Fixes
8672                 bug #988 (very specific filesystem
8673                 issue)
8674         * src/plugins/pgpcore/sgpgme.c
8675                 Fix file descriptor leak
8676         * src/plugins/spamassassin/spamassassin.c
8677                 Warn once if spamd isn't reachable
8679 2006-08-04 [colin]      2.4.0cvs26
8681         * src/toolbar.c
8682                 i18n context patch by Fabien
8684 2006-08-03 [colin]      2.4.0cvs25
8686         * src/mainwindow.c
8687         * src/messageview.c
8688                 Rename "Hide quotes" to "Fold quotes"
8689         * src/textview.c
8690                 Don't use hand cursor on quotes. "all 
8691                 the bonuses of the feature and none of 
8692                 unwelcome side-effects"
8694 2006-08-03 [colin]      2.4.0cvs24
8696         * AUTHORS
8697         * sylpheed-claws.desktop
8698         * src/gtk/authors.h
8699                 Bring the desktop file to XDG compliance
8700                 Patch by Charles A. Edwards
8702 2006-08-03 [colin]      2.4.0cvs23
8704         * src/textview.c
8705                 Fix links offset when they are preceded
8706                 by accentued chars (g_utf8_strlen!)
8707         * src/mainwindow.c
8708                 Fix wrong status when starting offline
8711 2006-08-03 [wwp]        2.4.0cvs22
8713         * src/prefs_common.h
8714                 ask what to do w/ filtering rules that belong to an account when
8715                 applying filtering rules manually from the main window (skip,
8716                 apply regardless of the account, use current account). This dialog
8717                 can be skipped and the last reply used.
8718                 (forgot that file)
8720 2006-08-03 [wwp]        2.4.0cvs21
8722         * src/filtering.c
8723         * src/filtering.h
8724         * src/prefs_common.c
8725         * src/summaryview.c
8726         * src/alertpanel.c
8727         * src/alertpanel.h
8728         * src/messageview.c
8729                 ask what to do w/ filtering rules that belong to an account when
8730                 applying filtering rules manually from the main window (skip,
8731                 apply regardless of the account, use current account). This dialog
8732                 can be skipped and the last reply used.
8735 2006-08-03 [colin]      2.4.0cvs20
8737         * src/textview.c
8738                 Optimize previous patch
8740 2006-08-03 [cleroy]     2.4.0cvs19
8742         * src/textview.c
8743                 Fix quotes getting toggled back when the
8744                 mail has an even number of text parts
8746 2006-08-02 [colin]      2.4.0cvs18
8748         * src/messageview.c
8749                 Add Hide quotes menu
8751 2006-08-02 [colin]      2.4.0cvs17
8753         * src/mainwindow.c
8754         * src/prefs_common.c
8755         * src/textview.c
8756         * src/textview.h
8757         * src/gtk/about.c
8758                 Allow per-level quote hiding,
8759                 Allow toggling quotes by double-clicking them
8760                 Rename RemoteURI to ClickableText to reflect
8761                 the fact it's used for a variety of things
8763 2006-08-02 [wwp]        2.4.0cvs16
8765         * src/mainwindow.c
8766                 fix "View/Hide quotes" menu item status initialization.
8768 2006-08-02 [wwp]        2.4.0cvs15
8770         * src/matcher_parser_parse.y
8771                 remove a debug trace.
8773 2006-08-02 [paul]       2.4.0cvs14
8775         * src/plugins/pgpcore/passphrase.c
8776                 don't set initial dialog size
8777                 make it resizable
8779 2006-08-02 [paul]       2.4.0cvs13
8781         * src/noticeview.c
8782                 remove the rogue '/' character
8784 2006-08-02 [paul]       2.4.0cvs12
8786         * src/noticeview.c
8787                 allow buttons to resize as necessary
8789 2006-08-01 [wwp]        2.4.0cvs11
8791         * src/mbox.c
8792                 fix strict ISO C90 compliance.
8794 2006-08-01 [wwp]        2.4.0cvs10
8796         * tools/update-po
8797                 updated update-po tool to work w/ context-dependent translations.
8798                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
8800 2006-08-01 [wwp]        2.4.0cvs9
8802         * src/matcher.c
8803         * src/prefs_filtering.c
8804         * src/prefs_matcher.c
8805                 allow context-dependent translations for "All",
8806                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8808 2006-07-31 [colin]      2.4.0cvs8
8810         * AUTHORS
8811         * src/gtk/authors.h
8812                 Add Rafal to authors
8814 2006-07-31 [colin]      2.4.0cvs7
8816         * src/compose.c
8817         * src/mainwindow.c
8818         * src/messageview.h
8819         * src/prefs_common.c
8820         * src/prefs_common.h
8821         * src/textview.c
8822                 Add 'View/Hide quotes'. Patch based on a patch
8823                 by Rafal Weglarz
8825 2006-07-31 [colin]      2.4.0cvs6
8827         * src/action.c
8828                 Fix problem with "> stuff >" actions
8830 2006-07-31 [paul]       2.4.0cvs5
8832         * po/nb.po
8833                 updated by Geir Helland
8835 2006-07-31 [wwp]        2.4.0cvs4
8837         * src/mainwindow.c
8838         * src/summaryview.c
8839         * src/summaryview.h
8840                 add "View/Go to/Parent message" and "View/Go to/Last read message",
8841                 thanks to Colin.
8843 2006-07-31 [wwp]        2.4.0cvs3
8845         * src/Makefile.am
8846         * src/addr_compl.c
8847         * src/addr_compl.h
8848         * src/addressbook.c
8849         * src/addressbook.h
8850         * src/addressbook_foldersel.c
8851         * src/addressbook_foldersel.h
8852         * src/addrindex.c
8853         * src/addrindex.h
8854         * src/matcher.c
8855         * src/matcher.h
8856         * src/matcher_parser_lex.l
8857         * src/matcher_parser_parse.y
8858         * src/prefs_common.c
8859         * src/prefs_common.h
8860         * src/prefs_filtering.c
8861         * src/prefs_matcher.c
8862         * src/prefs_matcher.h
8863         * src/summaryview.c
8864                 introduce filtering against the address book. It's now possible to add
8865                 matched conditions to determine if any email address in a message matches
8866                 or doesn't match any or all books or folders in the address book.
8868 2006-07-31 [wwp]        2.4.0cvs2
8870         * src/account.c
8871         * src/filtering.c
8872         * src/filtering.h
8873         * src/folder.c
8874         * src/folderview.c
8875         * src/inc.c
8876         * src/mainwindow.c
8877         * src/matcher.c
8878         * src/matcher_parser_lex.l
8879         * src/matcher_parser_parse.y
8880         * src/mbox.c
8881         * src/prefs_filtering.c
8882         * src/prefs_filtering.h
8883         * src/procmsg.c
8884         * src/procmsg.h
8885         * src/summaryview.c
8886                 introduce per-account filtering rules. Each filtering rule can now be assigned
8887                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
8888                 when applying filtering rules manually, as all rules will apply - even the ones
8889                 assigned to an account. This issue will be addressed soon.
8893 2006-07-31 [wwp]        2.4.0cvs1
8895         * src/quote_fmt.c
8896                 make more strings translatable.
8898 2006-07-31 [paul]       2.4.0
8900         2.4.0 released
8902 2006-07-31 [paul]       2.3.1cvs91
8904         * po/ca.po
8905                 updated by Miquel Oliete
8907 2006-07-31 [paul]       2.3.1cvs90
8909         * po/de.po
8910         * po/el.po
8911         * po/fr.po
8912         * po/it.po
8913         * po/pl.po
8914         * po/pt_BR.po
8915         * po/sr.po
8916         * po/zh_CN.po
8917                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
8918                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
8919                 Aleksandar Urosevic, and Ralgh Young
8921 2006-07-31 [paul]       2.3.1cvs89
8923         * src/account.c
8924         * src/main.c
8925         * src/mainwindow.c
8926         * src/mainwindow.h
8927                 Fix a race condition when, after an SC crash, rescanning
8928                 folders took more than 0.5 seconds
8929                 Thanks to Colin
8931 2006-07-31 [paul]       2.3.1cvs88
8933         * src/folderview.c
8934                 don't translate separator strings
8936 2006-07-30 [mones]      2.3.1cvs87
8938         * doc/man/sylpheed-claws.1
8939                 Fixed non-ASCII chars in Hoa's name
8940         * po/es.po
8941                 Updated for release
8943 2006-07-27 [colin]      2.3.1cvs86
8945         * src/textview.c
8946                 Don't include the leading \n in links
8947                 Patch by Fabien
8949 2006-07-25 [colin]      2.3.1cvs85
8951         * src/mainwindow.c
8952         * src/common/socket.h
8953         * src/etpan/imap-thread.c
8954                 Refresh resolvers before connecting
8955                 to IMAP servers, and after switching
8956                 to online. Thanks to Paul.
8958 2006-07-18 [colin]
8960         * 2.4.0-rc4 released
8962 2006-07-17 [colin]      2.3.1cvs84
8964         * src/inc.c
8965                 Show connection attempt in statusbar before
8966                 connecting (previously first message was
8967                 "Retrieving messages from ..." after the
8968                 connection succeeded.
8970 2006-07-16 [wwp]        2.3.1cvs83
8972         * sylpheed-claws.ico
8973                 Added .ico file (windows multi-size icon file, generated).
8975 2006-07-12 [wwp]        2.3.1cvs82
8977         * src/messageview.c
8978                 remove Message/Re-edit menu entry from messageview window,
8979                 as sent/draft/queued messages are opened in compose window when
8980                 re-edited and it's not possible to re-edit other msgs.
8982 2006-07-12 [paul]       2.3.1cvs81
8984         * AUTHORS
8985         * src/mainwindow.c
8986         * src/gtk/authors.h
8987                 check online state before resetting
8988                 mailcheck timer. Useful if some program
8989                 verifies connection state and updates
8990                 Claws.
8991                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
8993 2006-07-12 [paul]       2.3.1cvs80
8995         * sylpheed-claws-128x128.png
8996         * sylpheed-claws-64x64.png
8997         * sylpheed-claws.png
8998         * src/Makefile.am
8999         * src/main.c
9000         * src/prefs_toolbar.c
9001         * src/stock_pixmap.c
9002         * src/stock_pixmap.h
9003         * src/wizard.c
9004         * src/gtk/about.c
9005         * src/gtk/gtkutils.c
9006         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
9007         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
9008         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
9009         * src/pixmaps/sylpheed.xpm              ** REMOVED **
9010         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
9011         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
9012                 updated and renamed logo/icon files and related
9013                 logo by Jesper Schultz
9015 2006-07-11 [paul]       2.3.1cvs79
9017         * src/main.c
9018                 fix the labels a smidgin
9020 2006-07-09 [colin]      2.3.1cvs78
9022         * src/textview.c
9023                 Show errors in textviewer's command
9024                 Patch by H. Merijn Brand
9026 2006-07-09 [colin]      2.3.1cvs77
9028         * src/compose.c
9029                 Save FMID in drafts too
9031 2006-07-08 [colin]      2.3.1cvs76
9033         * src/compose.c
9034                 Svae RMID in drafted mails too
9035                 Save quote_fmt vars for whole mails,
9036                 don't reset at each quote_fmt_init:
9037                 allows to use the same |i{var} in
9038                 various template fields
9039         * src/prefs_template.c
9040         * src/quote_fmt.h
9041         * src/quote_fmt_parse.y
9042                 Same
9044 2006-07-08 [colin]      2.3.1cvs75
9046         * src/textview.c
9047                 Fix highlighting of attached parts URIs
9049 2006-07-08 [colin]      2.3.1cvs74
9051         * src/main.c
9052                 Prevent bug #981 (sc 2.3.1 segfaults with 
9053                 gtk+ 2.10) from being reported again:
9054                 if Sylpheed-Claws has been compiled against
9055                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
9056                 of if Sylpheed-Claws has been compiled against
9057                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
9058                 error out.
9060 2006-07-07 [colin]      2.3.1cvs73
9062         * src/prefs_actions.c
9063                 Fix label
9065 2006-07-07 [colin]      2.3.1cvs72
9067         * src/prefs_actions.c
9068                 Fix compile on gtk < 2.8. argh :)
9070 2006-07-07 [paul]       2.3.1cvs71
9072         * src/common/defs.h
9073                 update DONATE_URI
9075 2006-07-07 [colin]      2.3.1cvs70
9077         * po/POTFILES.in
9078         * src/quote_fmt.c
9079         * src/quote_fmt_lex.l
9080         * src/quote_fmt_parse.y
9081                 Add |i{var}, a way to insert user-entered
9082                 text in a template
9084 2006-07-07 [colin]
9086         * 2.4.0-rc3 released
9088 2006-07-07 [colin]      2.3.1cvs69
9090         * src/folder.c
9091                 Don't consider inboxes of UNKNOWN folder 
9092                 classes to be useable as default inboxes
9094 2006-07-07 [paul]       2.3.1cvs68
9096         * src/textview.c
9097                 add missing #include <errno.h>
9098                 Thanks to René J. Blokland
9100 2006-07-07 [paul]       2.3.1cvs67
9102         * src/action.c
9103                 Return now Closes dialog
9104         * src/mimeview.c
9105         * src/mimeview.h
9106         * src/textview.c
9107                 add contextual menu to mime parts listed
9108                 in the textview
9109                 Thanks to Colin
9110         * src/common/utils.c
9111                 reversal: ' is a valid character in URLs
9113 2006-07-06 [colin]      2.3.1cvs66
9115         * src/remotefolder.h
9116                 Forgotten in previous commit
9118 2006-07-06 [colin]      2.3.1cvs65
9120         * src/folder.c
9121                 Set summary update flag whenever
9122                 totals changed
9123         * src/imap.c
9124         * src/prefs_account.c
9125         * src/common/utils.h
9126         * src/etpan/imap-thread.c
9127                 Fix warnings, thanks to Fabien and
9128                 Ricardo
9130 2006-07-06 [wwp]        2.3.1cvs64
9132         * src/gtk/gtkutils.c
9133                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
9135 2006-07-06 [wwp]        2.3.1cvs63
9137         * src/account.c
9138         * src/addressbook.c
9139         * src/addressitem.h
9140         * src/folderview.c
9141         * src/mainwindow.c
9142         * src/manual.c
9143         * src/manual.h
9144         * src/message_search.c
9145         * src/prefs_actions.c
9146         * src/prefs_filtering.c
9147         * src/prefs_filtering.h
9148         * src/prefs_template.c
9149         * src/summary_search.c
9150         * src/summaryview.c
9151         * src/gtk/gtkutils.c
9152         * src/gtk/gtkutils.h
9153         * src/gtk/pluginwindow.c
9154                 add help buttons to some dialogs. Clicking such buttons opens a
9155                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
9157 2006-07-06 [paul]       2.3.1cvs62
9159         * src/textview.c
9160                 fix attachments contextual menu
9161                 Thanks to Colin
9163 2006-07-05 [colin]      2.3.1cvs61
9165         * src/textview.c
9166         * src/compose.c
9167                 Handle sftp:// links
9169 2006-07-05 [paul]       2.3.1cvs60
9171         * src/gtk/filesel.c
9172                 grab save button by default
9173                 Thanks to Colin
9175 2006-07-05 [wwp]        2.3.1cvs59
9177         * manual/xml2pdf
9178                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
9180 2006-07-04 [colin]      2.3.1cvs58
9182         * src/mimeview.c
9183         * src/textview.c
9184                 Use left click to select, middle click to open
9185                 on mimeparts links
9186         * src/common/utils.c
9187                 Fix segfault
9189 2006-07-04 [colin]      2.3.1cvs57
9191         * src/mainwindow.c
9192         * src/news.c
9193                 Warning fixes, thanks to Fabien
9195 2006-07-04 [colin]      2.3.1cvs56
9197         * src/mimeview.c
9198         * src/mimeview.h
9199         * src/textview.c
9200                 Allow parts to be selected via their text label
9201                 in textview
9203 2006-07-04 [colin]      2.3.1cvs55
9205         * src/folderview.c
9206                 Feedback when closing (for big folders)
9207         * src/prefs_actions.c
9208         * src/prefs_filtering.c
9209         * src/prefs_matcher.c
9210         * src/prefs_template.c
9211                 Fix default button when closing without
9212                 having saved
9214 2006-07-04 [colin]      2.3.1cvs54
9216         * src/news.c
9217                 Delete local file on deletion
9219 2006-07-03 [colin]      2.3.1cvs53
9221         * src/folderview.c
9222         * src/main.c
9223                 Don't freeze when rescanning after crash
9225 2006-07-03 [wwp]        2.3.1cvs52
9227         * src/compose.c
9228         * src/privacy.c
9229         * src/privacy.h
9230         * src/plugins/pgpinline/pgpinline.c
9231         * src/plugins/pgpmime/pgpmime.c
9232                 don't report an error when the user cancels the passphrase dialog.
9234 2006-07-02 [colin]      2.3.1cvs51
9236         * src/folderview.c
9237                 Open message when crossing folders with Space,
9238                 goto next unread and friends
9240 2006-07-01 [colin]      2.3.1cvs50
9242         * src/prefs_account.c
9243                 Typographic rules varying from language
9244                 to language (in french "Protocole :"),
9245                 we have to do that :)
9247 2006-07-01 [ticho]      2.3.1cvs49
9249         * src/prefs_account.c
9250                 Only use one temporary gchar* variable in
9251                 prefs_account_protocol_set_optmenu().
9253 2006-07-01 [ticho]      2.3.1cvs48
9255         * src/prefs_account.c
9256         * src/prefs_account.h
9257                 Use GtkLabel for existing account protocol name.
9258                 Created an array for protocol names and populate the
9259                 combobox from it in a for() cycle.
9261 2006-06-30 [colin]      2.3.1cvs47
9263         * src/compose.c
9264                 Block undo when changing signature (by changing
9265                 account)
9267 2006-06-30 [paul]       2.3.1cvs46
9269         * src/send_message.c
9270                 when editing From in the Compose window, use that address
9271                 in the Return-Path: header
9272                 Thanks to Colin
9274 2006-06-30 [colin]      2.3.1cvs45
9276         * src/compose.c
9277                 Fix signature replacement:
9278                 - when no newline before separator
9279                 - when reediting
9281 2006-06-29 [colin]      2.3.1cvs44
9283         * src/folderview.c
9284         * src/folderview.h
9285         * src/mainwindow.c
9286         * src/summaryview.c
9287                 Let 'View/Go to/Next marked' work like
9288                 Next new & Next unread: across folders
9289                 Change the select_on_entry pref to do
9290                 what we want when changing folder
9291         * src/common/utils.c
9292                 Fix single-quoted links 
9294 2006-06-29 [colin]      2.3.1cvs43
9296         * src/gtk/gtkaspell.c
9297                 "Sylpheed" and "Sylpheed-Claws" do exist !
9299 2006-06-29 [colin]      2.3.1cvs42
9301         * src/imap.c
9302                 Forgot to remove debug
9304 2006-06-29 [colin]      2.3.1cvs41
9306         * src/imap.c
9307         * src/imap.h
9308         * src/mainwindow.c
9309                 Disconnect from IMAP servers when going
9310                 offline. Fixes bug #978 (going to offline-mode 
9311                 won't close connections)
9313 2006-06-29 [colin]      2.3.1cvs40
9315         * src/main.c
9316                 Fix transient setting on failing plugins
9317                 Patch by Fabien
9318         * src/plugins/pgpcore/sgpgme.c
9319                 Only warn for OpenPGP. Most people don't
9320                 have CMS available.
9322 2006-06-29 [colin]      2.3.1cvs39
9324         * src/compose.c
9325                 Fix Spelling menu (discrepancy between context menu
9326                 and top menu when folder's dictionary isn't the 
9327                 default one)
9328         * src/plugins/pgpcore/sgpgme.c
9329                 More error reporting about why gpgme can fail
9331 2006-06-29 [wwp]        2.3.1cvs38
9333         * src/mainwindow.c
9334                 honor the display-header-pane setting even when the message view
9335                 is a separate window.
9337 2006-06-29 [wwp]        2.3.1cvs37
9339         * src/prefs_actions.c
9340                 forgot to commit that one (use of GTK_STOCK_INFO).
9342 2006-06-29 [colin]      2.3.1cvs36
9344         * src/imap.c
9345                 Better handling of login errors (ask the password
9346                 again once), alert in case of error. Fix three
9347                 signedness warnings.
9349 2006-06-28 [wwp]        2.3.1cvs35
9351         * src/prefs_template.c
9352         * src/prefs_matcher.c
9353         * src/prefs_filtering_action.c
9354         * src/prefs_quote.c
9355                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
9356                 patch by Fabien Vantard, slightly modified.
9358 2006-06-28 [paul]
9360         2.4.0-rc2 released
9362 2006-06-28 [colin]      2.3.1cvs34
9364         * src/prefs_account.c
9365                 Fix bug #977 (Can't add or edit imap accounts)
9367 2006-06-28 [colin]      2.3.1cvs33
9369         * src/mimeview.c
9370                 Fix previous
9372 2006-06-28 [colin]      2.3.1cvs32
9374         * src/mimeview.c
9375                 Save named inlined attachments with "Save all"
9376         * src/main.c
9377         * src/mbox.c
9378         * src/common/plugin.c
9379         * src/common/plugin.h
9380         * src/common/sylpheed.c
9381         * src/common/utils.c
9382         * src/plugins/pgpcore/sylpheed.def
9383         * src/plugins/pgpinline/sylpheed.def
9384         * src/plugins/pgpmime/sylpheed.def
9385                 Win32 compatibility patch, by
9386                 Werner Koch
9388 2006-06-28 [wwp]        2.3.1cvs31
9390         * src/imap.c
9391         * src/prefs_folder_item.c
9392                 less compilation warnings (thanks to Fabien Vantard), less typos.
9394 2006-06-28 [paul]       2.3.1cvs30
9396         * src/gtk/gtkutils.c
9397                 gtk_combo_box_set_focus_on_click() is only
9398                 available since gtk 2.6.0
9400 2006-06-28 [paul]       2.3.1cvs29
9402         * src/prefs_ext_prog.c
9403                 fix engrish and add a tooltip for the
9404                 'command for 'Display as text' option
9406 2006-06-28 [paul]
9408         2.4.0-rc1 released
9410 2006-06-28 [paul]       2.3.1cvs28
9412         * ChangeLog
9413         * tools/Makefile.am
9414                 include textviewer.pl in releases
9416 2006-06-28 [paul]       2.3.1cvs27
9418         * src/prefs_ext_prog.c
9419                 hide Print command option if libgnomeprint
9420                 support is present
9422 2006-06-27 [colin]      2.3.1cvs26
9424         * src/compose.c
9425                 Fix Esc handling in insert/attach dialog
9426                 Don't show this dialog if dragging something
9427                 else than text/uri-list
9428                 Thanks to Fabien Vantard
9429         * tools/textviewer.pl
9430                 Filter script to display stuff as text
9431                 by H. Merijn Brand
9433 2006-06-27 [wwp]        2.3.1cvs25
9435         * src/messageview.c
9436                 use the exact product name (message view title), patch
9437                 by Fabien Vantard.
9439 2006-06-27 [ticho]      2.3.1cvs24
9441         * src/prefs_account.c
9442         * src/prefs_common.c
9443         * src/prefs_common.h
9444         * src/prefs_ext_prog.c
9445         * src/textview.c
9446                 Add a preference (Preferences/External programs)
9447                 to allow "Display as text" to be done via a script
9448                 (patch by H.Merijn Brand).
9449                 Use GtkComboBox for protocol selection in account
9450                 preferences.
9451                 Only include current choice for existing accounts, and
9452                 insensitivize the combobox.
9454 2006-06-27 [paul]       2.3.1cvs23
9456         * src/mbox.c
9457                 fix crasher introduced in cvs21.
9458                 Thanks to Colin
9460 2006-06-26 [colin]      2.3.1cvs22
9462         * src/mbox.c
9463                 Fix double-frees when leaving folders
9464                 after exporting to mbox
9466 2006-06-26 [colin]      2.3.1cvs21
9468         * src/mbox.c
9469                 More feedback (and optimisation)
9470                 on import/export
9471         * src/common/utils.c
9472                 Fix case when looking for mail addresses
9473         * src/gtk/gtkutils.c
9474                 Extra check for (X-)Face
9476 2006-06-25 [ticho]      2.3.1cvs20
9478         * src/compose.c
9479         * src/exphtmldlg.c
9480         * src/gtk/gtkutils.c
9481         * src/gtk/gtkutils.h
9482                 Added second argument to gtkut_sc_combobox_create() to
9483                 control focus-on-click for the widget.
9484                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
9486 2006-06-25 [ticho]      2.3.1cvs19
9488         * src/compose.c
9489         * src/gtk/Makefile.am
9490         * src/gtk/combobox.c
9491         * src/gtk/combobox.h
9492         * src/gtk/gtkutils.c
9493         * src/gtk/gtkutils.h
9494                 Use GtkComboBox instead of deprecated GtkOptionMenu
9495                 for account selector in compose window and for encoding
9496                 selector in attachment properties.
9497                 Also factorise working with the new GtkComboBox somewhat.
9499 2006-06-24 [paul]       2.3.1cvs18
9501         * src/prefs_common.c
9502                 use the correct default value
9504 2006-06-24 [paul]       2.3.1cvs17
9506         * src/compose.c
9507         * src/prefs_common.c
9508         * src/prefs_common.h
9509         * src/prefs_compose_writing.c
9510                 enable setting of default action when
9511                 dnd'ing files in the compose window.
9512                 (Collaborative effort with wwp)
9514 2006-06-23 [wwp]        2.3.1cvs16
9516         * src/compose.c
9517                 i18n fix (thanks to Fabien Vantard)
9519 2006-06-22 [colin]      2.3.1cvs15
9521         * src/prefs_customheader.c
9522                 Don't use filters in custom headers' file 
9523                 selector. Remember, extensions mean nothing :)
9525 2006-06-22 [paul]       2.3.1cvs14
9527         * configure.ac
9528                 allow setting of man directory location
9530 2006-06-22 [colin]      2.3.1cvs13
9532         * src/mainwindow.c
9533                 Add 'View/Go to/Next unread folder'.
9534                 I missed that :)
9536 2006-06-22 [colin]      2.3.1cvs12
9538         * src/common/utils.c
9539                 Add some subject prefixes
9540                 Patch by Bjorn T Johansen <btj@havleik.no>
9542 2006-06-22 [colin]      2.3.1cvs11
9544         * manual/advanced.xml
9545                 Forgotten hidden pref
9547 2006-06-21 [paul]       2.3.1cvs10
9549         * src/prefs_account.c
9550                 complete the removal of 'Add date header' option
9552 2006-06-21 [paul]       2.3.1cvs9
9554         * src/account.c
9555         * src/compose.c
9556         * src/prefs_account.c
9557         * src/prefs_account.h
9558                 remove option to add date header - always
9559                 add date header
9560         * src/etpan/imap-thread.c
9561                 fix warnings (Thanks to Colin)
9563 2006-06-21 [wwp]        2.3.1cvs8
9565         * src/folder.c
9566                 set the attachment flag when inline text part are (file)named. This is more convenient
9567                 when receiving (for instance) inline source files or patches sent using thunderbird.
9569 2006-06-21 [paul]       2.3.1cvs7
9571         * src/inc.c
9572                 fix off-by-one count of current msg in
9573                 statusbar filtering progressbar
9575 2006-06-21 [paul]       2.3.1cvs6
9577         * src/folder.c
9578                 Show attachment icon even if the part is 'inline'
9579                 if the following conditions are met:
9580                 - content-type != 'text/plain'
9581                 - content-type != '*/pgp-signature'
9582                 - either 'name' or 'filename' parameter is not NULL
9583                 
9584                 Thanks to Colin
9586 2006-06-21 [paul]       2.3.1cvs5
9588         * src/messageview.c
9589         * src/prefs_common.c
9590         * src/prefs_common.h
9591         * src/prefs_other.c
9592                 add an option to 'Never send Return
9593                 Receipts'
9594                 Thanks to Colin
9596 2006-06-20 [mones]      2.3.1cvs4
9598         * po/es.po
9599                 updated
9600         * src/compose.c
9601                 typo fixed (space after comma)
9602         * tools/make.themes.project
9603                 remove exec mode from tarball files
9605 2006-06-20 [colin]      2.3.1cvs3
9607         * src/news.c
9608         * src/procheader.c
9609         * src/unmime.c
9610                 Better fix for \n's in headers (don't 
9611                 break Received: and others)
9613 2006-06-20 [paul]       2.3.1cvs2
9615         * src/alertpanel.c
9616         * src/textview.c
9617                 improve legibility of phishing attempt
9618                 dialog
9620 2006-06-20 [paul]       2.3.1cvs1
9622         * NEWS
9623         * README
9624         * configure.ac
9625                 Update version number following
9626                 stable release
9628 2006-06-20 [colin]      2.3.0cvs26
9630         * src/compose.c
9631                 When dragging a file to the text of the compose
9632                 window, ask whether we want to insert or attach
9633                 (I know lots of people who do that to attach)
9635 2006-06-20 [colin]      2.3.0cvs25
9637         * src/etpan/imap-thread.c
9638                 Fix threshold (the append command is often > 32 bytes)
9640 2006-06-19 [colin]      2.3.0cvs24
9642         * src/imap.c
9643         * src/etpan/imap-thread.c
9644                 Workaround Rockliffe IMAP server bug: replace
9645                 "x UID SEARCH (ANSWERED UID 1:*)" with
9646                 "x UID SEARCH ANSWERED"
9647                 (Rockliffe doesn't handle the parenthesis)
9649 2006-06-19 [colin]      2.3.0cvs23
9651         * src/compose.c
9652         * src/imap.c
9653         * src/etpan/imap-thread.c
9654                 Probably fix bug #972 (Freezes when adding 
9655                 an attachment to the message)
9656         * src/common/defs.h
9657                 Modernize Firefox cmd
9660 2006-06-18 [colin]      2.3.0cvs22
9662         * src/prefs_customheader.c
9663                 Only allow correct filenames for various
9664                 custom headers
9666 2006-06-18 [colin]      2.3.0cvs21
9668         * src/prefs_customheader.c
9669                 Add a 'From File...' button in custom headers prefs, which
9670                 try to do the right thing: 
9671                 for normal headers, use file as plaintext,
9672                 for X-Face, calls compface,
9673                 for Face, encode to b64.
9675 2006-06-17 [colin]      2.3.0cvs20
9677         * src/mh.c
9678                 Warning fix
9680 2006-06-16 [colin]      2.3.0cvs19
9682         * src/summaryview.c
9683                 Recursive quicksearch: show message list
9684                 in current folder, *then* search children
9685                 in the background.
9687 2006-06-16 [colin]      2.3.0cvs18
9689         * src/main.c
9690                 Instead of ignoring SIGPIPE, save caches
9691                 when getting one. Will fix the fact that
9692                 hot caches are out-of-date when logging 
9693                 out of Xorg.
9694         * src/compose.c
9695         * src/prefs_compose_writing.c
9696                 Only save text (not attachments) when 
9697                 auto-saving to drafts
9698         * src/unmime.c
9699                 Always replace \n, \r and \t with spaces
9700                 in headers
9701         * manual/dist/html/Makefile.am
9702         * manual/dist/pdf/Makefile.am
9703         * manual/dist/ps/Makefile.am
9704         * manual/dist/txt/Makefile.am
9705         * manual/fr/dist/html/Makefile.am
9706         * manual/fr/dist/pdf/Makefile.am
9707         * manual/fr/dist/ps/Makefile.am
9708         * manual/fr/dist/txt/Makefile.am
9709         * manual/pl/dist/html/Makefile.am
9710         * manual/pl/dist/pdf/Makefile.am
9711         * manual/pl/dist/ps/Makefile.am
9712         * manual/pl/dist/txt/Makefile.am
9713                 Fix make clean removing pregenerated manuals
9716 2006-06-16 [colin]      2.3.0cvs17
9718         * src/plugins/pgpcore/sgpgme.c
9719         * src/plugins/pgpmime/pgpmime.c
9720         * src/plugins/pgpinline/pgpinline.c
9721                 Better error reporting in setup_signers.
9722                 Don't fallback to default key if specified
9723                 key isn't found.
9724                 Don't allow signing if more than one secret
9725                 key matches the one specified in prefs.
9727 2006-06-15 [colin]      2.3.0cvs16
9729         * src/folderview.c
9730                 Add "Send queue" in the folder's contextual
9731                 menu
9732         * src/compose.c
9733         * src/messageview.c
9734         * src/privacy.c
9735         * src/privacy.h
9736         * src/procmime.c
9737         * src/procmsg.c
9738         * src/plugins/pgpcore/passphrase.c
9739         * src/plugins/pgpcore/sgpgme.c
9740         * src/plugins/pgpinline/pgpinline.c
9741         * src/plugins/pgpmime/pgpmime.c
9742                 Better error reporting
9743         * src/mbox.c
9744                 Probably fix bug #971 (2.2.3 cannot read mail 
9745                 from local mbox)
9748 2006-06-15 [mones]      2.3.0cvs15
9750         * tools/make.themes.project
9751                 creates the themes project from the web page
9753 2006-06-15 [colin]      2.3.0cvs14
9755         * src/folder.c
9756                 Better fix (avoid losing the folder if scan_tree 
9757                 fails)
9759 2006-06-15 [cleroy]     2.3.0cvs13
9761         * src/folder.c
9762                 Probably fix Bug #969 (crash on rebuilding 
9763                 imap folder)
9765 2006-06-14 [colin]      2.3.0cvs12
9767         * manual/dtd/manual.xsl
9768         * manual/sylpheed-claws-manual.xml
9769         * manual/fr/sylpheed-claws-manual.xml
9770         * manual/pl/sylpheed-claws-manual.xml
9771                 Insert pagebreaks between sections
9773 2006-06-14 [paul]       2.3.0cvs11
9775         * configure.ac
9776                 better fix than 2.3.0cvs10
9778 2006-06-14 [paul]       2.3.0cvs10
9780         * configure.ac
9781                 fix setting of PACKAGE_DATA_DIR with newer autoconf
9782                 (backwards compatible)
9784 2006-06-13 [colin]      2.3.0cvs9
9786         * src/messageview.c
9787                 Fix sending of return receipt with the new queue folders
9789 2006-06-13 [wwp]        2.3.0cvs8
9791         * src/quote_fmt_lex.l
9792                 fix wrong tokens returned in quote_fmt lexer, query not().
9794 2006-06-13 [wwp]        2.3.0cvs7
9796         * src/folder.c
9797         * src/prefs_folder_item.c
9798                 allow changing folder type even when folder is not a top-level one,
9799                 thanks to Colin.
9801 2006-06-12 [colin]      2.3.0cvs6
9803         * src/folderview.c
9804                 Fix double-ask of "Do you want to mark all
9805                 as read"
9807 2006-06-12 [colin]      2.3.0cvs5
9809         * src/compose.c
9810         * src/compose.h
9811         * src/folder.c
9812         * src/folder.h
9813         * src/imap.c
9814         * src/inc.c
9815         * src/main.c
9816         * src/messageview.c
9817         * src/mh.c
9818         * src/prefs_folder_item.c
9819         * src/procheader.c
9820         * src/procmime.c
9821         * src/procmsg.c
9822         * src/procmsg.h
9823         * src/send_message.c
9824         * src/summaryview.c
9825         * src/toolbar.c
9826                 Apply bug #964's patch (Queue and drafts aren't normal)
9827                 The Drafts and Queue folder now contain RFC-822 files,
9828                 allowing to move and copy mails from and to these 
9829                 folders. Moving from Drafts to Queue will prepare the
9830                 mail for sending (PGP signature, encryption, etc).
9831                 This patch also rework sending errors handling to try
9832                 to be more helpful.
9833                 Also, allow redefining folder types via the GUI 
9834                 (Folder type in its Properties)
9836 2006-06-12 [colin]      2.3.0cvs4
9838         * src/summaryview.c
9839         * src/prefs_common.c
9840         * src/prefs_common.h
9841         * src/gedit-print.c
9842                 Allow to define a specific print font - patch
9843                 by Bernhard Walle <bernhard.walle@gmx.de>
9844         * src/prefs_fonts.c
9845         * manual/advanced.xml
9846         * manual/fr/advanced.xml
9847                 Add a hidden pref to allow deletion without
9848                 confirmation
9850 2006-06-12 [wwp]        2.3.0cvs3
9852         * .cvsignore
9853                 more files to ignore.
9855 2006-06-12 [wwp]        2.3.0cvs2
9857         * src/quote_fmt.c
9858         * src/quote_fmt_lex.l
9859         * src/quote_fmt_parse.y
9860                 extend the quote_fmt parser (templates and quotes):
9861                 - allow limited sub-expressions in |p{} and |f{} expressions,
9862                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
9863                 - implemented/fixed missing implementation of query_references and show_references,
9864                 - completed, fixed contents and format of the symbols help dialog,
9865                 - fix some compilation warnings.
9867 2006-06-12 [wwp]        2.3.0cvs1
9869         * manual/advanced.xml
9870         * manual/fr/advanced.xml
9871                 updates in the "templates" section of the manual (eng/fr):
9872                  - be more precise (both versions)
9873                  - completed to match the english reference (fr version)
9874                  - touchups (both versions)
9876 2006-06-12 [paul]       2.3.0
9878         2.3.0 released
9880 2006-06-12 [paul]       2.2.3cvs14
9882         * po/ca.po
9883         * po/cs.po
9884         * po/de.po
9885         * po/el.po
9886         * po/fr.po
9887         * po/it.po
9888         * po/pt_BR.po
9889         * po/sr.po
9890         * po/zh_CN.po
9891                 updated by Miquel Oliete, Tim, Stephan Sachse,
9892                 Stavros Giannouris, Fabien Vantard, Andrea
9893                 Spadaccini, Frederico Goncalves Guimaraes,
9894                 Aleksandar Urosevic, and Ralgh Young
9896 2006-06-12 [colin]      2.2.3cvs13
9898         * src/mbox.c
9899                 Add missing header
9901 2006-06-11 [colin]      2.2.3cvs12
9903         * src/msgcache.c
9904                 Verify that g_malloc() succeeded
9906 2006-06-11 [colin]      2.2.3cvs11
9908         * src/wizard.c
9909                 Add Face header to welcome mail
9911 2006-06-10 [colin]      2.2.3cvs10
9913         * src/textview.c
9914                 Revert previous (Forgot it changes the
9915                 margin on the whole mail)
9917 2006-06-10 [colin]      2.2.3cvs9
9919         * src/textview.c
9920                 Don't overlap long headers under (X-)Face
9922 2006-06-10 [mones]      2.2.3cvs8
9924         * manual/xml2pdf
9925                 allow generation of manual on systems lacking saxon binary
9926                 but with java and the saxon library installed
9928         * po/es.po
9929                 updated for release
9931 2006-06-09 [colin]      2.2.3cvs7
9933         * src/summaryview.c
9934                 Fix leak when using Display Sender using Addressbook
9936 2006-06-09 [colin]      2.2.3cvs6
9938         * src/compose.c
9939         * src/folder.c
9940         * src/folderview.c
9941         * src/mimeview.c
9942         * src/summaryview.c
9943                 More leaks fixes
9945 2006-06-09 [paul]       2.2.3cvs5
9947         * AUTHORS
9948         * src/gtk/authors.h
9949         * tools/claws.i18n.status.pl
9950                 updated with new info
9952 2006-06-09 [paul]       2.2.3cvs4
9954         * README
9955                 updated
9956         * manual/ack.xml
9957                 add wwp to authors list
9958         * src/gtk/authors.h
9959                 update mine and Colin's addresses
9961 2006-06-08 [colin]      2.2.3cvs3
9963         * src/etpan/imap-thread.c
9964                 Fix leak on SSL cert check
9966 2006-06-08 [colin]      2.2.3cvs2
9968         * src/common/utils.c
9969                 Fix leak
9971 2006-06-08 [paul]       2.2.3cvs1
9973         * configure.ac
9974                 Update version number following
9975                 stable release
9977 2006-06-07 [colin]      2.2.2cvs3
9979         * src/msgcache.c
9980                 Fix catching cache read errors (guint instead of gint)
9981                 Prevent malloc'ing more than 8MB (means cache corruption)
9983 2006-06-07 [paul]       2.2.2cvs2
9985         * src/exporthtml.c
9986         * src/exportldif.c
9987         * src/mh.c
9988         * src/mutt.c
9989         * src/pine.c
9990         * src/common/utils.c
9991                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
9992                 obey $HOME'
9993                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
9994                 Thanks to Colin
9996 2006-06-06 [paul]       2.2.2cvs1
9998         * configure.ac
9999                 Update version number following
10000                 stable release
10002 2006-06-06 [paul]       2.2.1cvs6
10004         * src/matcher.c
10005                 fix  implicit declaration of
10006                 sylpheed_do_idle()
10007                 Patch by Fabien Vantard
10009 2006-06-06 [paul]       2.2.1cvs5
10011         * src/matcher.c
10012                 fix age_greater and age_lower so that they
10013                 mean what say and not '...or equal to'
10014                 Thanks to Colin
10016 2006-06-06 [paul]       2.2.1cvs4
10018         * src/textview.c
10019         * src/common/utils.c
10020                 fix URI check
10021                 Thanks to Colin
10023 2006-06-05 [wwp]        2.2.1cvs3
10025         * manual/fr/account.xml
10026                 minor language fixes (thanks to Fabien Vantard).
10028 2006-06-05 [colin]      2.2.1cvs2
10030         * src/prefs_folder_item.c
10031         * src/folderview.c
10032                 Allow recursive setting of properties 
10033                 for whole mailboxes
10034         * src/matcher.c
10035                 Don't freeze on 'test' filtering rule
10037 2006-06-05 [colin]      2.2.1cvs1
10039         * configure.ac
10040                 Update version number following
10041                 stable release
10043 2006-06-04 [wwp]        2.2.0cvs82
10045         * manual/glossary.xml
10046         * manual/account.xml
10047         * manual/fr/glossary.xml
10048         * manual/fr/account.xml
10049                 added glossary section and references/links related to the Face custom header.
10051 2006-06-04 [colin]      2.2.0cvs81
10053         * src/summaryview.c
10054                 Skip to next message on move with no
10055                 immediate execution
10057 2006-06-04 [wwp]        2.2.0cvs80
10059         * manual/xml2pdf
10060                 added sanity checks, exit when needed.
10062 2006-06-03 [paul]       2.2.0cvs79
10064         * src/prefs_receive.c
10065                 page name is now 'Receiving'
10066         * src/prefs_send.c
10067                 page name is now 'Sending'
10069 2006-06-03 [colin]      2.2.0cvs78
10071         * src/plugins/spamassassin/spamassassin_gtk.c
10072                 Autoswitch to Localhost if transport was previously
10073                 disabled. Else people had to check [] Enable, then
10074                 *reselect* transport.
10076 2006-06-03 [colin]      2.2.0cvs77
10078         * src/plugins/pgpinline/pgpinline.c
10079         * src/plugins/pgpmime/pgpmime.c
10080                 Check that gpg_data_release_and_get_mem 
10081                 didn't fail (now, why this happens...)
10083 2006-06-03 [colin]      2.2.0cvs76
10085         * src/mbox.c
10086                 Fix bug #962 (Manual and/or UI should 
10087                 warn about incompatible locking 
10088                 causing dataloss)
10090 2006-06-02 [cleroy]     2.2.0cvs75
10092         * src/filtering.c
10093         * src/folder.c
10094         * src/procmsg.c
10095         * src/summaryview.c
10096                 Fix a few leaks
10098 2006-06-02 [colin]      2.2.0cvs74
10100         * src/main.c
10101                 On exit, free caches after writing them
10102                 Shuts up some valgrind false positives
10103         * src/procmsg.c
10104         * src/send_message.c
10105                 Fix races when reusing existing SMTP connections
10106                 Fix inexistant session timeout
10107         * src/toolbar.c
10108                 Display alertpanel after all queues have
10109                 been processed, not after each
10111 2006-06-02 [wwp]        2.2.0cvs73
10113         * manual/fr/glossary.xml
10114         * manual/fr/ack.xml
10115         * manual/ack.xml
10116                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
10118 2006-06-02 [wwp]        2.2.0cvs72
10120         * manual/xml2pdf
10121         * manual/dist/pdf/Makefile.am
10122         * manual/dtd/manual.xsl
10123         * manual/fr/dist/pdf/Makefile.am
10124         * manual/pl/dist/pdf/Makefile.am
10125                 we changed the procedure to generate the .pdf version of the manual.
10126                 The procedure is more modern and the .pdf we get now has a valid index.
10127                 Here are the new pre-requisites:
10129                 - JRE 1.x (1.4 here): there must be one from your distro
10130                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
10131                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
10132                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
10134                 See my posts for further info about the installation of this toolchain:
10136                 Date: Fri, 19 May 2006 19:40:06 +0200
10137                 From: wwp <subscript@free.fr>
10138                 To: sylpheed-claws-devel@lists.sourceforge.net
10139                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
10141                 and
10143                 Date: Wed, 24 May 2006 12:58:49 +0200
10144                 From: wwp <subscript@free.fr>
10145                 To: sylpheed-claws-devel@lists.sourceforge.net
10146                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
10148 2006-06-01 [colin]      2.2.0cvs71
10150         * src/compose.c
10151                 Better guards against IMAP races
10152         * src/main.c
10153         * src/prefs_common.c
10154         * src/prefs_common.h
10155         * src/common/ssl_certificate.c
10156         * src/etpan/imap-thread.c
10157         * src/etpan/imap-thread.h
10158         * src/gtk/sslcertwindow.c
10159                 New hidden option ssl_skip_cert_check to 
10160                 avoid dups of bug #959 (libetpan linked
10161                 against gnutls and gnutls buggy on 64bit)
10162                 Present expired warning only once per
10163                 session/server.
10164         * manual/advanced.xml
10165         * manual/fr/advanced.xml
10166                 Document new option
10168 2006-06-01 [wwp]        2.2.0cvs70
10170         * src/messageview.c
10171                 fix for bug #961 (return receipt dialog 
10172                 complains incorrectly about return-path 
10173                 email adress being different), thanks 
10174                 to Colin.
10176 2006-05-31 [cleroy]     2.2.0cvs69
10178         * src/common/ssl.c
10179                 Guard against NULLs, although this
10180                 should never be an issue
10182 2006-05-31 [colin]      2.2.0cvs68
10184         * src/filtering.c
10185                 Use g_slist_prepend
10186         * src/imap.c
10187                 Don't remove caches when destroying folder, it
10188                 could (should) be done at exit
10189         * src/inc.c
10190                 free processing cache after incorporation
10191         * src/etpan/imap-thread.c
10192                 Maybe fix bug #959 (Crash on moving to emails 
10193                 to a imap account per ssl with a expired 
10194                 certificate.)
10196 2006-05-30 [colin]      2.2.0cvs67
10198         * src/summaryview.c
10199                 Put back event flush when displaying message
10200                 It avoids reading a bunch of messages just
10201                 by hitting shift-n for too long ;)
10203 2006-05-29 [colin]      2.2.0cvs66
10205         * src/summaryview.c
10206                 Remove useless g_warnings
10208 2006-05-29 [colin]      2.2.0cvs65
10210         * src/imap.c
10211                 Fix g_slist_append()s for performance
10213 2006-05-29 [colin]      2.2.0cvs64
10215         * src/compose.c
10216         * src/common/utils.c
10217                 Fix extraneous tab at start of addresses
10218         * src/mainwindow.c
10219                 Fix warnings (thanks to Fabien)
10220                 Fix crash at exit when composing messages 
10221                 exist
10222         * src/pop.c
10223                 Fix progress bar when deleting expired mails
10224                 Thanks to Hiro
10225         * src/summaryview.c
10226         * src/gtk/gtksctree.c
10227                 Fix re-sorting slowness
10229 2006-05-29 [paul]       2.2.0cvs63
10231         * src/mh.c
10232                 fetch full message when moving mails
10233                 from another mailbox, (fixed data loss
10234                 when filtering from IMAP to MH, introduced
10235                 in 2.2.0cvs57).
10236                 Thanks to Colin
10238 2006-05-29 [mones]      2.2.0cvs62
10240         * src/gtk/gtksctree.c
10241                 Unselect faster (patch by Colin)        
10243 2006-05-26 [colin]      2.2.0cvs61
10245         * src/summaryview.c
10246                 Unplug MSGINFO_UPDATE callback on delete too.
10248 2006-05-26 [colin]      2.2.0cvs60
10250         * src/foldersel.c
10251                 Fix bold in folder selection window with glib2.10
10252                 thanks Hiro
10254 2006-05-26 [colin]      2.2.0cvs59
10256         * src/procheader.c
10257                 Convert date only if necessary (and don't
10258                 try to convert from utf8 to utf8, too)
10259         * src/summaryview.c
10260                 Only set column's text if the column's 
10261                 displayed
10263 2006-05-26 [colin]      2.2.0cvs58
10265         * src/summaryview.c
10266         * src/gtk/gtkutils.c
10267                 Fix useless warning
10269 2006-05-26 [colin]      2.2.0cvs57
10271         * src/mainwindow.c
10272                 Make summaryview selectable as long as 
10273                 no message has focus
10274         * src/mh.c
10275                 Faster deletion (by implementing mh_remove_msgs)
10276                 Faster copy (avoid using mh_fetch_msg just to get
10277                 the filename)
10278                 Faster move (using move_file instead of copy_file
10279                 if MSG_IS_MOVE)
10280                 No progressbar if total number of mails to cp/mv 
10281                 is less than 100
10282         * src/summaryview.c
10283                 Fix removal from subject_table when mail gets moved
10284                 Faster deletion (g_slist_prepend instead of append)
10285         * src/gtk/gtksctree.c
10286                 Remove useless code
10288 2006-05-25 [colin]      2.2.0cvs56
10290         * src/common/ssl_certificate.c
10291                 Fix leak in expired cert check
10293 2006-05-25 [colin]      2.2.0cvs55
10295         * src/mh.c
10296                 Disable flags syncing on .mh_sequences - it
10297                 is buggy and marks mails read under unknown
10298                 conditions.
10300 2006-05-25 [paul]
10302         * 2.3.0-rc4 released
10304 2006-05-24 [colin]      2.2.0cvs54
10306         attention cvs users: if you manage to crash
10307         Sylpheed-Claws while moving, copying or deleting
10308         mails, we *are* interested in stack traces and
10309         valgrind logs. It looks stable, but one never
10310         knows...
10312         * src/folder.c
10313                 Add progressbar for cache updates
10314         * src/folderutils.c
10315                 Optimize Mark all read in the current
10316                 folder
10317         * src/mh.c
10318                 Add progressbar for copy/move
10319         * src/procmsg.c
10320                 Optimize O(n^2) in copy/move
10321         * src/summaryview.c
10322         * src/gtk/gtksctree.c
10323                 Optimize O(n^2) algos
10324         * src/common/timing.h
10325                 Display ms instead of us
10327 2006-05-24 [wwp]        2.2.0cvs53
10329         * manual/fr/advanced.xml
10330                 updates to the French manual.
10332 2006-05-24 [wwp]        2.2.0cvs52
10334         * src/common/utils.c
10335                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
10337 2006-05-24 [wwp]        2.2.0cvs51
10339         * src/folderutils.c
10340                 fixed "mark all read" in MH folders (thanks to Colin).
10342 2006-05-24 [paul]       2.2.0cvs50
10344         * doc/man/sylpheed-claws.1
10345                 updated the man page
10347 2006-05-23 [colin]      2.2.0cvs49
10349         * src/folderview.c
10350         * src/imap.c
10351         * src/inc.c
10352         * src/mbox.c
10353         * src/messageview.c
10354         * src/news.c
10355         * src/send_message.c
10356         * src/summaryview.c
10357         * src/gtk/sslcertwindow.c
10358                 alertpanel fixes, by Fabien
10360 2006-05-23 [colin]      2.2.0cvs48
10362         * src/folder.c
10363         * src/folderview.c
10364         * src/msgcache.c
10365         * src/summaryview.c
10366         * src/gtk/gtksctree.c
10367         * src/gtk/gtksctree.h
10368                 More timings
10369                 Fix slow loading problem, which was caused by the
10370                 use of some gtk_ctree funcs and their use of
10371                 g_list_position while gtk_ctree_(un)link'ing.
10372                 Reap more functions from gtkctree.c to be sure we
10373                 use our (fast) version instead of theirs.
10374         * src/mh.c
10375                 Fix copy of unread mails
10378 2006-05-22 [wwp]        2.2.0cvs47
10380         * manual/fr/advanced.xml
10381                 updated.
10383 2006-05-22 [colin]      2.2.0cvs46
10385         * src/filtering.c
10386                 Fix possible infinite loop. 'copy' is not a 
10387                 final action, so when encountering a 'copy',
10388                 we have to check if a previous one was set
10389                 and do it. In the same way, if we encounter
10390                 a 'move' we have to perform a possibly 
10391                 pending 'copy'. This will slow down filtering
10392                 on IMAP if move+copy or multiple copy actions
10393                 are to be done, but handling it via the batch
10394                 would be really too convoluted.
10396 2006-05-22 [wwp]        2.2.0cvs45
10398         * manual/fr/advanced.xml
10399         * manual/fr/faq.xml
10400         * manual/fr/glossary.xml
10401         * manual/fr/handling.xml
10402         * manual/fr/intro.xml
10403         * manual/fr/plugins.xml
10404         * manual/fr/sylpheed-claws-manual.xml
10405                 sync w/ the english manual: updates URIs, documented mailing-list
10406                 support, better explanation about the enabled/disabled feature
10407                 in filtering/processing rules by Paul.
10409 2006-05-21 [colin]      2.2.0cvs44
10411         * src/summaryview.c
10412                 Don't expand after building threads, but during
10414 2006-05-21 [colin]      2.2.0cvs43
10416         * src/procmsg.c
10417         * src/summaryview.c
10418                 More timing possibilities... For next time I have 
10419                 to find out how the hell some 3GHz computer takes
10420                 one minute to open a 30k folder...
10422 2006-05-21 [colin]      2.2.0cvs42
10424         * manual/pl/advanced.xml
10425         * manual/pl/faq.xml
10426         * manual/pl/glossary.xml
10427         * manual/pl/handling.xml
10428         * manual/pl/intro.xml
10429         * manual/pl/plugins.xml
10430         * manual/pl/sylpheed-claws-manual.xml
10431                 Polish manual updated by Pawel
10433 2006-05-20 [colin]
10435         * 2.3.0-rc3 released
10437 2006-05-20 [colin]      2.2.0cvs41
10439         * src/imap.c
10440                 Fix -rc2 problems:
10441                 - remove cache of moved messages from original folder
10442                 - apply new flags to messages even if they aren't appliable
10443                   via IMAP.
10445 2006-05-20 [colin]
10447         * 2.3.0-rc2 released
10449 2006-05-19 [colin]      2.2.0cvs40
10451         * src/imap.c
10452                 Don't issue SELECT in imap_change_flags
10453                 before having checked that we indeed have
10454                 some flags to change. MSG_POSTFILTERED for
10455                 example can't be used on IMAP.
10456                 Fixes bug #955 (copying messages between 
10457                 imap folders is extremely slow), which was
10458                 a regression.
10460 2006-05-19 [colin]      2.2.0cvs39
10462         * src/folder.c
10463         * src/folder.h
10464         * src/folderview.c
10465                 Try to fix bug #830 (Some unread messages 
10466                 get marked read in IMAP inbox):
10467                 - Prevent scanning a folder if it's being 
10468                   opened via the GUI
10469                 - Postpone opening via the GUI of a folder
10470                   currently scanned.
10473 2006-05-19 [wwp]        2.2.0cvs38
10475         * manual/advanced.xml
10476                 fix English+typo (thanks to Paul).
10478 2006-05-19 [wwp]        2.2.0cvs37
10480         * manual/advanced.xml
10481         * manual/fr/advanced.xml
10482         * src/gtk/logwindow.c
10483         * src/prefs_common.c
10484         * src/prefs_common.h
10485                 added hidden prefs to allow customization of colors used in
10486                 protocol log window (useful for dark gtk+ themes).
10488 2006-05-19 [wwp]        2.2.0cvs36
10490         * ChangeLog
10491                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
10493 2006-05-19 [paul]       2.2.0cvs35
10495         * src/textview.c
10496                 make Reply-To fully clickable
10497         * src/gtk/logwindow.c
10498                 more colouring (SMTP ESMTP)
10499         Both patches by Pawel Pekala
10501 2006-05-19 [cleroy]     2.2.0cvs34
10503         * src/mh.c
10504                 Don't update flags from current folder
10505                 Probably fixes bug #935 (Read Messages 
10506                 Revert to Being Marked as Unread)
10508 2006-05-18 [colin]      2.2.0cvs33
10510         * src/imap.c
10511                 Warning fix
10512         * src/compose.c
10513         * src/mainwindow.c
10514         * src/summaryview.c
10515         * src/toolbar.c
10516                 Allow replying to multiple emails
10517                 in multiple windows
10518         * src/mimeview.c
10519         * src/etpan/imap-thread.c
10520                 Leak fixes
10522 2006-05-18 [paul]       2.2.0cvs32
10524         * src/summaryview.c
10525                 keep Mailing-List menu refreshed
10526                 Thanks to Colin
10528 2006-05-18 [paul]       2.2.0cvs31
10530         * manual/advanced.xml
10531         * manual/faq.xml
10532         * manual/glossary.xml
10533         * manual/handling.xml
10534         * manual/intro.xml
10535         * manual/plugins.xml
10536         * manual/sylpheed-claws-manual.xml
10537                 update URLs
10538                 add info about mailing-list support
10539                 edit filtering info
10540         * src/wizard.c
10541         * src/common/defs.h
10542         * src/gtk/about.c
10543         * src/plugins/dillo_viewer/README
10544                 update URLs
10546 2006-05-17 [wwp]        2.2.0cvs30
10548         * manual/handling.xml
10549         * manual/fr/handling.xml
10550                 documented the ability to enabled/disable filtering/processing rules.
10552 2006-05-17 [colin]      2.2.0cvs29
10554         * src/main.c
10555                 Don't initialize g_thread subsystem if it's 
10556                 already done (thanks to Hiro)
10557         * src/mimeview.c
10558                 Fix saving of parts when there name can't be
10559                 converted from UTF-8.
10561 2006-05-17 [paul]       2.2.0cvs28
10563         * po/Makefile.in.in
10564                 fix config.status warning with autoconf 2.60
10566 2006-05-17 [paul]       2.2.0cvs27
10568         * po/POTFILES.in
10569                 add src/mbox.c
10571 2006-05-17 [wwp]        2.2.0cvs26
10573         * src/mainwindow.c
10574                 fix useless and potentially dangerous buffer walking (thanks to Colin).
10576 2006-05-17 [wwp]        2.2.0cvs25
10578         * src/plugins/demo/demo.c
10579                 updated product name in plugin demo (many plugins need to be
10580                 sync'ed w/ that change).
10582 2006-05-17 [colin]      2.2.0cvs24
10584         * src/mh.c
10585                 Fix leak
10587 2006-05-16 [colin]      2.2.0cvs23
10589         * src/mainwindow.c
10590                 Stupid me hit again. Fix cvs22.
10592 2006-05-16 [colin]      2.2.0cvs22
10594         * src/mainwindow.c
10595                 Fix bug #922 (sylpheed-claws crashed after 
10596                 pushing on Inbox folder)
10598 2006-05-16 [colin]      2.2.0cvs21
10600         * src/compose.c
10601                 Make From header be copy/paste/select-able
10603 2006-05-16 [wwp]        2.2.0cvs20
10605         * src/export.c
10606         * src/matcher.c
10607         * src/summaryview.c
10608         * src/etpan/imap-thread.c
10609                 fix some compiler warnings (thanks to Colin).
10611 2006-05-16 [wwp]        2.2.0cvs19
10613         * src/action.c
10614         * src/gedit-print.c
10615         * src/inc.c
10616         * src/mainwindow.c
10617         * src/mh.c
10618         * src/statusbar.c
10619         * src/send_message.c
10620         * src/summaryview.c
10621                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
10623 2006-05-15 [colin]      2.2.0cvs18
10625         * src/procmsg.c
10626                 Fix automatic rule creation with List-Post
10628 2006-05-15 [paul]       2.2.0cvs17
10630         * tools/filter_conv_new.pl
10631                 updated for rule enabling/disabling
10632                 claws version >= 2.3.x required
10634 2006-05-15 [cleroy]     2.2.0cvs16
10636         * src/main.c
10637                 Revert test
10639 2006-05-15 [cleroy]     2.2.0cvs15
10641         * src/main.c
10642                 test
10644 2006-05-15 [wwp]        2.2.0cvs14
10646         * manual/pl/.cvsignore
10647                 ignore generated files.
10649 2006-05-14 [wwp]        2.3.0-rc1
10651         * 2.3.0-rc1 released
10653 2006-05-13 [wwp]        2.2.0cvs13
10655         * src/filtering.c
10656         * src/filtering.h
10657         * src/matcher.c
10658         * src/matcher_parser_lex.l
10659         * src/matcher_parser_parse.y
10660         * src/prefs_filtering.c
10661                 new feature: provide the ability to disable filtering and processing
10662                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
10663                 adaptations.
10665 2006-05-13 [colin]      2.2.0cvs12
10667         * src/compose.c
10668                 Remove useless if (a) b; else b;
10669                 Thanks to wwp
10671 2006-05-13 [wwp]        2.2.0cvs11
10673         * src/export.c
10674         * src/import.c
10675         * src/mainwindow.c
10676         * src/mbox.c
10677         * src/summaryview.c
10678         * src/summaryview.h
10679                 no more silent failures (or at least less ones) when importing
10680                 or exporting from/to mbox. Also start importing/exporting if
10681                 the necessary info is set.
10683 2006-05-13 [wwp]        2.2.0cvs10
10685         * RELEASE_NOTES
10686                 restored up-to-date release notes.
10688 2006-05-13 [paul]       2.2.0cvs9
10690         * po/nl.po
10691         * po/ru.po
10692                 updated by Tim Dijkstra and Pavlo Bohmat
10694 2006-05-12 [colin]      2.2.0cvs8
10696         * src/gtk/quicksearch.c
10697                 Add "k" as shortcut for "colorlabel". Patch
10698                 by ath42@users.sf.net.
10700 2006-05-12 [paul]       2.2.0cvs7
10702         * src/prefs_common.h
10703         * src/prefs_summaries.c
10704         * src/summaryview.c
10705                 when entering a folder also allow
10706                 going directly to first Marked message
10708 2006-05-12 [paul]       2.2.0cvs6
10710         * src/summaryview.c
10711                 always obey 'confirm before marking all
10712                 mails read' option
10714 2006-05-12 [paul]       2.2.0cvs5
10716         * src/textview.c
10717                 make Sender fully clickable
10719 2006-05-12 [colin]      2.2.0cvs4
10721         * src/compose.c
10722         * src/compose.h
10723                 Let From be editable
10724         * src/main.c
10725         * src/mh.c
10726                 Full support of .mh_sequences' Unseen seq
10728 2006-05-12 [colin]      2.2.0cvs3
10730         * src/folder.c
10731         * src/mainwindow.c
10732         * src/mainwindow.h
10733         * src/messageview.c
10734         * src/prefs_spelling.c
10735         * src/procheader.c
10736         * src/procmsg.c
10737         * src/procmsg.h
10738         * src/summaryview.c
10739         * src/toolbar.c
10740         * src/toolbar.h
10741                 Add contextual menu on Compose toolbar
10742                 button. Fixes bug #944 (Automatic
10743                 addresses not applied when changing account
10744                 from compose window)
10745                 add Mailing List support
10746                 based on the old 0.6.5claws25 patch by
10747                 Melvin Hadasht, with finishing touches
10748                 by Colin
10749                 Fix "ignore thread" when mails are threaded by
10750                 subject (and weren't ignored although appearing
10751                 in the thread).
10752                 GUI rework.
10753                 Both patches by Pawel.
10755 2006-05-08 [paul]       2.2.0cvs2
10757         * src/mainwindow.c
10758         * src/mainwindow.h
10759         * src/messageview.c
10760         * src/procheader.c
10761         * src/procmsg.c
10762         * src/procmsg.h
10763         * src/summaryview.c
10764                 add Mailing List support
10765                 based on the old 0.6.5claws25 patch by 
10766                 Melvin Hadasht, with finishing touches
10767                 by Colin
10769 2006-05-08 [colin]      2.2.0cvs1
10771         * src/mainwindow.c
10772         * src/toolbar.c
10773         * src/toolbar.h
10774                 Add contextual menu on Compose toolbar 
10775                 button. Fixes bug #944 (Automatic 
10776                 addresses not applied when changing account 
10777                 from compose window)
10779 2006-05-08 [paul]       2.2.0
10781         2.2.0 released
10783 2006-05-08 [paul]       2.1.1cvs51
10785         * po/cs.po
10786         * po/de.po
10787         * po/en_GB.po
10788         * po/fi.po
10789         * po/fr.po
10790         * po/pt_BR.po
10791         * po/sr.po
10792         * po/zh_CN.po
10793                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10794                 Fabien Vantard, Frederico Goncalves Guimaraes,
10795                 Aleksandar Urosevic, and Ralgh Young
10797 2006-05-12 [colin]      2.1.1cvs50
10799         * po/cs.po
10800         * po/de.po
10801         * po/en_GB.po
10802         * po/es.po
10803         * po/fi.po
10804         * po/fr.po
10805         * po/pt_BR.po
10806         * po/sr.po
10807         * po/zh_CN.po
10808                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10809                 Fabien Vantard, Frederico Goncalves Guimaraes,
10810                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
10812 2006-05-05 [colin]      2.1.1cvs49
10814         * manual/Makefile.am
10815         * manual/pl/Makefile.am
10816         * manual/pl/account.xml
10817         * manual/pl/ack.xml
10818         * manual/pl/addrbook.xml
10819         * manual/pl/advanced.xml
10820         * manual/pl/faq.xml
10821         * manual/pl/glossary.xml
10822         * manual/pl/gpl.xml
10823         * manual/pl/handling.xml
10824         * manual/pl/intro.xml
10825         * manual/pl/keyboard.xml
10826         * manual/pl/plugins.xml
10827         * manual/pl/starting.xml
10828         * manual/pl/sylpheed-claws-manual.xml
10829         * manual/pl/dist/.cvsignore
10830         * manual/pl/dist/Makefile.am
10831         * manual/pl/dist/html/.cvsignore
10832         * manual/pl/dist/html/Makefile.am
10833         * manual/pl/dist/pdf/.cvsignore
10834         * manual/pl/dist/pdf/Makefile.am
10835         * manual/pl/dist/ps/.cvsignore
10836         * manual/pl/dist/ps/Makefile.am
10837         * manual/pl/dist/txt/.cvsignore
10838         * manual/pl/dist/txt/Makefile.am
10839                 Add the polish translation of the manual,
10840                 Authored by Pawel Pekala.
10842 2006-05-05 [cleroy]     2.1.1cvs48
10844         * src/main.c
10845                 Re-read matcherrc after loading plugins 
10846                 if some of them add folders.
10848 2006-05-03 [colin]      2.1.1cvs47
10850         * src/imap.c
10851                 I'm idiot
10853 2006-05-03 [colin]      2.1.1cvs46
10855         * src/imap.c
10856                 Be sure to have a session when
10857                 getting separator
10859 2006-05-03 [colin]      2.1.1cvs45
10861         * src/imap.c
10862         * src/imap.h
10863         * src/imap_gtk.c
10864                 Fix preventing renaming with namespace 
10865                 separator.
10867 2006-05-01 [colin]      2.1.1cvs44
10869         * src/action.c
10870                 Don't reload messageview when result of
10871                 action is piped.
10873 2006-04-29 [colin]      2.1.1cvs43
10875         * src/prefs_receive.c
10876         * src/plugins/spamassassin/spamassassin_gtk.c
10877         * src/plugins/clamav/clamav_plugin_gtk.c
10878                 GUI fixes by Pawel
10880 2006-04-29 [colin]      2.1.1cvs42
10882         * src/prefs_compose_writing.c
10883         * src/prefs_quote.c
10884                 Cleanups. Patch by Pawel
10886 2006-04-28 [paul]       2.1.1cvs41
10888         * src/matcher.c
10889                 fix returned quick search results when search
10890                 term contains an underscore.
10891                 Thanks to Colin
10893 2006-04-28 [paul]       2.1.1cvs40
10895         * src/prefs_message.c
10896         * src/prefs_receive.c
10897                 GUI cleanups
10898                 Patches by Pawel Pekala
10900 2006-04-27 [colin]      2.1.1cvs39
10902         * src/wizard.c
10903                 Differentiate subject Welcome from
10904                 window's title Welcome
10906 2006-04-27 [paul]
10908         2.2.0-rc1 released
10910 2006-04-27 [paul]       2.1.1cvs38
10912         * manual/advanced.xml
10913         * manual/fr/advanced.xml
10914                 add info about compose_no_markup hidden pref
10916 2006-04-27 [paul]       2.1.1cvs37
10918         * src/prefs_account.c
10919                 improve privacy labels
10920         * src/prefs_msg_colors.c
10921                 change some strings for translators' convenience
10922         * src/gtk/gtkutils.c
10923                 don't underline the link button text
10925 2006-04-25 [colin]      2.1.1cvs36
10927         * src/folder.c
10928                 Complete 2.1.1cvs33 (once more ;)
10930 2006-04-25 [colin]      2.1.1cvs35
10932         * src/editldap.c
10933                 Fix tooltip
10935 2006-04-25 [cleroy]     2.1.1cvs34
10937         * src/compose.c
10938         * src/gtk/gtkaspell.c
10939                 Fix crash on redirect (related to the return 
10940                 of the aspell menu in compose's toolbar)
10941         * src/prefs_msg_colors.c
10942                 Fix sensitivity widgets
10943         * src/image_viewer.c
10944         * src/gtk/pluginwindow.c
10945         * src/gtk/prefswindow.c
10946                 Change released signals to clicked (Fabien)
10947         * po/POTFILES.in
10948         * src/common/socket.c
10949         * src/plugins/spamassassin/spamassassin.c
10950                 Translate strings (Fabien)
10952 2006-04-25 [paul]       2.1.1cvs33
10954         * src/folder.c
10955         * src/folder.h
10956         * src/folderview.c
10957                 complete the fix of bug #912
10958                 Thanks to Colin
10960 2006-04-25 [colin]      2.1.1cvs32
10962         * src/news.c
10963                 Better progress bar
10964         * src/mimeview.c
10965         * src/summaryview.c
10966         * src/summaryview.h
10967                 Fix focus chain
10968                 Patches by Pawel Pekala
10970 2006-04-24 [colin]      2.1.1cvs31
10972         * src/compose.c
10973                 Fix compilation warnings (Fabien)
10975 2006-04-24 [colin]      2.1.1cvs30
10977         * src/addrindex.c
10978         * src/editldap.c
10979         * src/editldap_basedn.c
10980         * src/editldap_basedn.h
10981         * src/ldapctrl.c
10982         * src/ldapctrl.h
10983         * src/ldapquery.c
10984         * src/ldaputil.c
10985         * src/ldaputil.h
10986                 Fix bug #901 (LDAPS support)
10988 2006-04-24 [colin]      2.1.1cvs29
10990         * src/compose.c
10991                 Fix logic on error with send dialog on
10992         * src/imap.c
10993                 Fix compilation without libetpan, thanks
10994                 to Fabien
10995         * src/summaryview.c
10996                 Fix 'context-menu' key
10998 2006-04-23 [colin]      2.1.1cvs28
11000         * src/folder.c
11001                 Never free current's cache to free up 
11002                 memory. Fixes bug #912 (new count 
11003                 randomly set to message count)
11005 2006-04-23 [colin]      2.1.1cvs27
11007         * src/gtk/quicksearch.c
11008                 And remove printf...
11010 2006-04-23 [colin]      2.1.1cvs26
11012         * src/gtk/quicksearch.c
11013                 Fix replacing in quicksearch, and fix inserting
11014                 in the middle of the string. (introduced at 2.1.0cvs22)
11016 2006-04-23 [colin]      2.1.1cvs25
11018         * src/imap.c
11019                 Make sure uidnext is initialized in get_num_list
11020                 (not for stable, related to 2.1.1cvs8 and friends)
11022 2006-04-23 [colin]      2.1.1cvs24
11024         * src/imap.c
11025                 Output something when login is successful
11026                 too
11028 2006-04-23 [colin]      2.1.1cvs23
11030         * src/etpan/imap-thread.c
11031                 Better logging (line-per-line, hide data in fetch)
11032                 Fix a const warning
11033         * src/gtk/logwindow.c
11034         * src/gtk/logwindow.h
11035                 Better logging (color for input/output)
11037 2006-04-21 [colin]      2.1.1cvs22
11039         * src/gtk/quicksearch.c
11040                 On gtk+-2.8, use stock buttons in quicksearch
11041                 Based on a patch by Fabien and a design by Paul
11043 2006-04-21 [colin]      2.1.1cvs21
11045         * src/folderview.c
11046         * src/mainwindow.c
11047                 Fix occasional flicker in folderview
11048         * src/common/utils.c
11049                 Fix bug #943 (Incorrectly parsed email address 
11050                 list in short headers on message view and in 
11051                 printouts)
11053 2006-04-20 [colin]      2.1.1cvs20
11055         * src/imap.c
11056         * src/imap.h
11057         * src/prefs_account.c
11058                 Add ANONYMOUS auth for IMAP
11060 2006-04-20 [paul]       2.1.1cvs19
11062         * src/main.c
11063                 proper fix for 2.1.1cvs18
11064                 Thanks to Colin
11066 2006-04-20 [paul]       2.1.1cvs18
11068         * src/main.c
11069                 fix build warnings
11071 2006-04-20 [paul]       2.1.1cvs17
11073         * src/gtk/quicksearch.c
11074                 fix standard, non-extended Quick search,
11075                 was broken in 2.1.1cvs15.
11076                 Thanks to Colin.
11078 2006-04-20 [colin]      2.1.1cvs16
11080         * src/prefs_matcher.c
11081                 Fix values when reselecting a ~test
11082                 rule
11084 2006-04-19 [colin]      2.1.1cvs15
11086         * src/compose.c
11087         * src/compose.h
11088         * src/gtk/gtkaspell.c
11089         * src/gtk/gtkaspell.h
11090                 Put back Options menu in Spelling/
11091         * src/gtk/quicksearch.c
11092                 Don't search, and show error, if the
11093                 advanced search has a syntax error
11095 2006-04-18 [colin]      2.1.1cvs14
11097         * src/textview.c
11098                 Fix gdk warnings on set_cursor when textview
11099                 isn't visible
11101 2006-04-18 [colin]      2.1.1cvs13
11103         * src/gtk/gtksctree.c
11104                 Remove seemingly useless refresh that causes
11105                 flicker - watch this commit in case of 
11106                 problems before planned backport to stable
11108 2006-04-18 [colin]      2.1.1cvs12
11110         * src/imap.c
11111                 Factorize get/set_xml code
11112         * src/compose.c
11113         * src/prefs_account.c
11114         * src/prefs_account.h
11115         * src/procmsg.c
11116                 Add Encrypt to self option
11118 2006-04-17 [colin]      2.1.1cvs11
11120         * configure.ac
11121                 Fix search on encrpyt function on dragonfly
11122                 Patch by Jonathan Buschmann <jonthn@agmact.com>
11124 2006-04-17 [colin]      2.1.1cvs10
11126         * src/prefs_account.c
11127                 Be safe by default: remove mails from POP3
11128                 after 7 days, not immediately
11130 2006-04-17 [colin]      2.1.1cvs9
11132         * src/etpan/imap-thread.c
11133                 Fix build on DragonFly - patch by 
11134                 Jonathan Buschmann <jonthn@agmact.com>
11136 2006-04-17 [colin]      2.1.1cvs8
11138         * src/imap.c
11139                 Save uidnext between sessions
11141 2006-04-17 [colin]      2.1.1cvs7
11143         * src/imap.c
11144                 scan is required when uid validity changes
11146 2006-04-17 [colin]      2.1.1cvs6
11148         * src/folderview.c
11149                 Don't scan if not necessary, apart in current
11150                 folder and INBOX to fetch flags.
11151         * src/imap.c
11152                 Scan is necessary if unread count changes
11154 2006-04-17 [colin]      2.1.1cvs5
11156         * src/imap.c
11157                 ...But always fetch ANSWERED and DELETED flags for
11158                 INBOX, as filtering can happen on these flags.
11160 2006-04-17 [colin]      2.1.1cvs4
11162         * src/imap.c
11163                 Don't fetch REPLIED and DELETED flags when synchronising
11164                 flags with a closed folder. We only need UNSEEN and FLAGGED
11165                 to update the folderview.
11167 2006-04-17 [colin]      2.1.1cvs3
11169         * src/imap.c
11170                 Faster flag search when there are new mails 
11171                 in a folder. We can do a full search if the 
11172                 folder contains less messages than the new
11173                 list.
11175 2006-04-17 [colin]      2.1.1cvs2
11177         * po/cs.po
11178         * po/de.po
11179         * po/fr.po
11180         * po/nl.po
11181         * po/pt_BR.po
11182                 Update translations from stable branch
11184 2006-04-17 [colin]      2.1.1cvs1
11186         * configure.ac
11187                 Bump version to follow stable release
11189 2006-04-16 [mones]      2.1.0cvs50
11191         * po/es.po
11192                 Updated for release
11194 2006-04-16 [colin]      2.1.0cvs49
11196         * src/textview.c
11197                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
11198                 with gtk < 2.8. Thanks to Fabien Vantard.
11200 2006-04-15 [colin]      2.1.0cvs48
11202         * src/etpan/imap-thread.c
11203                 Fix bug #919 (libetpan: SEGV when connecting 
11204                 using command)
11206 2006-04-14 [colin]      2.1.0cvs47
11208         * src/main.c
11209                 Fix race on --select (should be done better)
11211 2006-04-14 [wwp]        2.1.0cvs46
11213         * src/send_message.c
11214                 enforce a check for domain in account prefs (a sending
11215                 error could be faced if domain was checked but no value set),
11216                 thanks to Colin.
11218 2006-04-14 [colin]      2.1.0cvs45
11220         * src/codeconv.c
11221                 when converting from unknown to unknown, if the
11222                 string is UTF8, don't convert it to the locale
11223                 (which breaks it)
11225 2006-04-14 [colin]      2.1.0cvs44
11227         * src/compose.c
11228                 Don't try to use ASCII for converting headers
11229                 (as done in body)
11231 2006-04-14 [paul]       2.1.0cvs43
11233         * src/crash.c
11234                 add locale/charset info to crash report
11235         * src/gtk/about.c
11236                 add wwp to doc team
11237                 replace 'e-mail' with preferred 'email'
11238         * src/gtk/authors.h
11239                 ensure contributors list is in alphabetical
11240                 order
11242 2006-04-13 [colin]      2.1.0cvs42
11244         * src/textview.c
11245                 Prevent gdk warnings
11247 2006-04-13 [colin]      2.1.0cvs41
11249         * src/common/ssl_certificate.c
11250         * src/common/ssl_certificate.h
11251         * src/gtk/sslcertwindow.c
11252                 Warn on expired certs, and display the expiration date
11254 2006-04-13 [colin]      2.1.0cvs40
11256         * src/plugins/spamassassin/spamassassin_gtk.c
11257                 Fix missing set_text on unix socket
11259 2006-04-13 [wwp]        2.1.0cvs39
11261         * manual/fr/advanced.xml
11262         * manual/fr/glossary.xml
11263                 applied new spam/ham/email lexicon (pourriel, courriel)
11265 2006-04-13 [paul]       2.1.0cvs38
11267         * src/plugins/pgpmime/plugin.c
11268                 remove the mention of S/MIME from the
11269                 description. This is now handled by the
11270                 S/MIME plugin.
11272 2006-04-13 [paul]       2.1.0cvs37
11274         * src/prefs_msg_colors.c
11275                 rework dialog
11276         * src/prefs_folder_item.c
11277         * src/prefs_spelling.c
11278                 add a tooltip to the colour selector buttons
11280 2006-04-13 [wwp]        2.1.0cvs36
11282         * manual/advanced.xml
11283         * manual/glossary.xml
11284         * manual/handling.xml
11285         * manual/keyboard.xml
11286         * manual/plugins.xml
11287         * manual/starting.xml
11288         * manual/fr/account.xml
11289         * manual/fr/ack.xml
11290         * manual/fr/addrbook.xml
11291         * manual/fr/advanced.xml
11292         * manual/fr/faq.xml
11293         * manual/fr/glossary.xml
11294         * manual/fr/gpl.xml
11295         * manual/fr/handling.xml
11296         * manual/fr/intro.xml
11297         * manual/fr/keyboard.xml
11298         * manual/fr/plugins.xml
11299         * manual/fr/starting.xml
11300         * manual/fr/sylpheed-claws-manual.xml
11301                 fixes to the manuals:
11302                  - summaryview -> Message List (same in French)
11303                  - translate key names
11304                  - fix French punctuation, use non-breakable spaces when
11305                    necessary, don't use &thinsp; which is not portable
11306                  - tell what maildir and mbox formats we support
11308 2006-04-12 [wwp]        2.1.0cvs35
11310         * src/prefs_toolbar.c
11311                 unified a replace button more,
11312                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11314 2006-04-12 [wwp]        2.1.0cvs34
11316         * src/prefs_common.c
11317         * src/prefs_msg_colors.c
11318                 make default color labels translatable,
11319                 patch from Fabien Vantard <fzzzzz@gmail.com>,
11320                 thanks to Tim <timbrain@post.cz> for reporting.
11322 2006-04-12 [wwp]        2.1.0cvs33
11324         * manual/glossary.xml
11325         * manual/intro.xml
11326         * manual/plugins.xml
11327         * manual/starting.xml
11328         * manual/sylpheed-claws-manual.xml
11329         * manual/fr/.cvsignore
11330         * manual/fr/account.xml
11331         * manual/fr/ack.xml
11332         * manual/fr/addrbook.xml
11333         * manual/fr/advanced.xml
11334         * manual/fr/faq.xml
11335         * manual/fr/glossary.xml
11336         * manual/fr/handling.xml
11337         * manual/fr/intro.xml
11338         * manual/fr/keyboard.xml
11339         * manual/fr/plugins.xml
11340         * manual/fr/starting.xml
11341         * manual/fr/sylpheed-claws-manual.xml
11342                 various fixes: typos, missing .fr translations, punctuation,
11343                 capitalization, links, accents and some bad French more.
11345 2006-04-12 [wwp]        2.1.0cvs32
11347         * src/prefs_gtk.c
11348                 fix for bug #935: always store prefs files in UTF-8 (thanks
11349                 to Colin).
11351 2006-04-11 [colin]      2.1.0cvs31
11353         * src/compose.c
11354                 Fix inserting files not in utf8 when locale is utf8
11356 2006-04-11 [colin]      2.1.0cvs30
11358         * src/inc.c
11359                 Don't show error dialog when cancelling connection
11360                 Patch by Pawel
11362 2006-04-11 [cleroy]     2.1.0cvs29
11364         * src/compose.c
11365                 Implement multiple quote levels
11366         * src/prefs_common.c
11367                 Change a little bit the quote bgcolor for 2nd level
11369 2006-04-11 [colin]      2.1.0cvs28
11371         * src/gtk/about.c
11372                 Add locale and charset in the label
11374 2006-04-10 [colin]      2.1.0cvs27
11376         * src/compose.c
11377         * src/prefs_common.c
11378         * src/prefs_common.h
11379         * src/prefs_msg_colors.c
11380         * src/textview.c
11381                 Allow optional background color in quotes
11382                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
11383                 GTK+-2.8.x feature
11385 2006-04-10 [colin]      2.1.0cvs26
11387         * src/main.c
11388         * src/mainwindow.c
11389         * src/mainwindow.h
11390                 Implement --select
11392 2006-04-10 [colin]      2.1.0cvs25
11394         * manual/plugins.xml
11395         * manual/fr/plugins.xml
11396                 Document libcurl's proxy variables
11398 2006-04-09 [colin]      2.1.0cvs24
11400         * src/prefs_common.c
11401                 gettext() returns statically allocated stuff. We have
11402                 to strdup it in order to be able to free it.
11404 2006-04-09 [colin]      2.1.0cvs23
11406         * AUTHORS
11407         * src/gtk/authors.h
11408                 Add Alexei
11410 2006-04-09 [colin]      2.1.0cvs22
11412         * src/mainwindow.c
11413         * src/gtk/quicksearch.c
11414                 Fix bug #859 (problems with cyrilic input in 
11415                 search panel) - Patch by Alexey Illarionov 
11416                 <littlesavage@rambler.ru>
11418 2006-04-09 [colin]      2.1.0cvs21
11420         * src/prefs_customheader.c
11421                 I prefer removing then freeing rather than the contrary
11422                 (even if it doesn't change anything ;-)
11423         * src/prefs_account.c
11424                 Fix bug #933 (Crash re-entering the custom headers list 
11425                 dialog in accounts prefs)
11426                 The problem happened when cancelling the Account 
11427                 Preferences' dialogs - in which case we didn't do 
11428                 anything to the PrefsAccount * struct. In case of applying,
11429                 the old ac_prefs was replaced with the tmp_ac_prefs we were
11430                 working with in this dialog. The problem is that 
11431                 prefs_customheader.c, working on this tmp_ac_prefs, always
11432                 changes the ->customhdr_list pointer, even when cancelled. 
11433                 So in case of cancelling the prefs_account dialog, we still
11434                 have to update ->customhdr_list in the real account.
11436 2006-04-08 [colin]      2.1.0cvs20
11438         * manual/fr/glossary.xml
11439         * manual/fr/keyboard.xml
11440                 Forgot some headers :)
11442 2006-04-08 [colin]      2.1.0cvs19
11444         * manual/Makefile.am
11445         * manual/fr/Makefile.am
11446         * manual/fr/account.xml
11447         * manual/fr/ack.xml
11448         * manual/fr/addrbook.xml
11449         * manual/fr/advanced.xml
11450         * manual/fr/faq.xml
11451         * manual/fr/glossary.xml
11452         * manual/fr/gpl.xml
11453         * manual/fr/handling.xml
11454         * manual/fr/intro.xml
11455         * manual/fr/keyboard.xml
11456         * manual/fr/plugins.xml
11457         * manual/fr/starting.xml
11458         * manual/fr/sylpheed-claws-manual.xml
11459         * manual/fr/dist/.cvsignore
11460         * manual/fr/dist/Makefile.am
11461         * manual/fr/dist/html/.cvsignore
11462         * manual/fr/dist/html/Makefile.am
11463         * manual/fr/dist/pdf/.cvsignore
11464         * manual/fr/dist/pdf/Makefile.am
11465         * manual/fr/dist/ps/.cvsignore
11466         * manual/fr/dist/ps/Makefile.am
11467         * manual/fr/dist/txt/.cvsignore
11468         * manual/fr/dist/txt/Makefile.am
11469                 Add the french translation of the manual. Thanks to
11470                 Olivier Delhomme <olivier.delhomme@free.fr> for 
11471                 account.xml, ack.xml, addrbook.xml and advanced.xml
11473 2006-04-08 [colin]      2.1.0cvs18
11475         * manual/plugins.xml
11476         * manual/starting.xml
11477                 More fixes
11479 2006-04-07 [colin]      2.1.0cvs17
11481         * manual/faq.xml
11482         * manual/intro.xml
11483         * manual/keyboard.xml
11484                 Little fixes
11486 2006-04-07 [colin]      2.1.0cvs16
11488         * README
11489         * src/compose.c
11490         * src/prefs_common.c
11491         * src/prefs_common.h
11492                 Add hidden compose_no_markup pref
11494 2006-04-07 [wwp]        2.1.0cvs15
11496         * src/summary_search.c
11497         * .cvsignore
11498                 Bugfix: stop button was sticky when searching in an empty folder.
11499                 Applied curly brackets code style to the whole file (summary_search.c).
11500                 More files to ignore.
11502 2006-04-07 [wwp]        2.1.0cvs14
11504         * src/message_search.c
11505         * src/summary_search.c
11506                 changed default button when search bumps at file/folder
11507                 beginning or end, for convenience (thanks to Colin).
11509 2006-04-07 [paul]       2.1.0cvs13
11511         * src/plugins/dillo_viewer/dillo_prefs.c
11512                 avoid future potential for namespace collision
11513                 Patch by Colin
11515 2006-04-06 [wwp]        2.1.0cvs12
11517         * src/summary_search.c
11518                 Unify extended/advanced searches names (and thus factorize labels),
11519                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11521 2006-04-06 [wwp]        2.1.0cvs11
11523         * src/folderview.c
11524         * src/prefs_themes.c
11525         * src/summaryview.c
11526                 Fixed some compilation warnings.
11528 2006-04-06 [colin]      2.1.0cvs10
11530         * manual/advanced.xml
11531                 Document the wizard template and how to deploy
11532                 Sylpheed-Claws effectively
11534 2006-04-06 [colin]      2.1.0cvs9
11536         * src/folderview.c
11537                 gettext patch to tell translators about _("#"),
11538                 by Maxim Britov
11540 2006-04-06 [colin]      2.1.0cvs8
11542         * src/textview.c
11543                 Fix invalid GtkTextBIter after clicking "Display as text"
11545 2006-04-06 [mones]      2.1.0cvs7
11547         * src/addr_compl.c
11548         * src/addrindex.c
11549         * src/addritem.c
11550         * src/codeconv.c
11551         * src/compose.c
11552         * src/filtering.c
11553         * src/folder.c
11554         * src/folder_item_prefs.c
11555         * src/folderview.c
11556         * src/localfolder.c
11557         * src/matcher.c
11558         * src/mimeview.c
11559         * src/prefs_msg_colors.c
11560         * src/prefs_spelling.c
11561         * src/prefs_themes.c
11562         * src/procmime.c
11563         * src/procmsg.c
11564         * src/stock_pixmap.c
11565         * src/summaryview.c
11566         * src/textview.c
11567         * src/toolbar.c
11568         * src/common/mgutils.c
11569         * src/common/prefs.c
11570         * src/common/ssl_certificate.c
11571         * src/gtk/colorlabel.c
11572         * src/gtk/quicksearch.c
11573         * src/plugins/pgpmime/pgpmime.c
11574         * src/plugins/spamassassin/spamassassin.c
11575                 Removed redundant NULL checks for g_free() calls.
11576                 Patch by Pawel Pekala.
11578 2006-04-06 [mones]      2.1.0cvs6
11580         * src/prefs_actions.c
11581         * src/prefs_filtering.c
11582         * src/prefs_filtering_action.c
11583         * src/prefs_matcher.c
11584         * src/prefs_template.c
11585         * src/gtk/gtkutils.c
11586         * src/gtk/gtkutils.h
11587                 Have a nice replace button. Patch by Pawel Pekala
11589 2006-04-06 [colin]      2.1.0cvs5
11591         * src/addressbook.c
11592                 Fix crash with empty columns
11594 2006-04-05 [colin]      2.1.0cvs4
11596         * src/wizard.c
11597         * src/prefs_gtk.c
11598                 Allow wizard customization with pre-filled values
11600 2006-04-05 [colin]      2.1.0cvs3
11602         * src/textview.c
11603         * src/mimeview.c
11604         * src/mimeview.h
11605                 Nicer messages in mimeview
11607 2006-04-05 [colin]      2.1.0cvs2
11609         * src/addressbook.c
11610         * src/prefs_summaries.c
11611                 i18n fix
11613 2006-04-05 [colin]      2.1.0cvs1
11615         * src/plugins/pgpcore/plugin.c
11616         * src/plugins/pgpcore/select-keys.c
11617         * src/plugins/pgpcore/select-keys.h
11618         * src/plugins/pgpcore/sgpgme.c
11619         * src/plugins/pgpcore/sgpgme.h
11620         * src/plugins/pgpinline/pgpinline.c
11621         * src/plugins/pgpinline/plugin.c
11622         * src/plugins/pgpmime/pgpmime.c
11623         * src/plugins/pgpmime/plugin.c
11624                 Factorize and generalize a bit 
11625                 Drop S/MIME signature verification from PGP/MIME
11626                 (adding it as another, more complete plugin)
11628 2006-04-05 [paul]       2.1.0
11630         2.1.0 released
11632 2006-04-05 [paul]       2.0.0cvs186
11634         * manual/advanced.xml
11635                 add info on colour labels
11637 2006-04-05 [paul]       2.0.0cvs185
11639         * po/bg.po
11640         * po/cs.po
11641         * po/de.po
11642         * po/el.po
11643         * po/en_GB.po
11644         * po/fi.po
11645         * po/fr.po
11646         * po/it.po
11647         * po/nl.po
11648         * po/pl.po
11649         * po/pt_BR.po
11650         * po/sr.po
11651         * po/zh_CN.po
11652                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
11653                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
11654                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
11655                 Guimaraes, Aleksandar Urosevic, Ralgh Young
11656         * src/gtk/authors.h
11657         * tools/claws.i18n.status.pl
11658                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
11659                 and new Czech translator, Tim <timbrain@post.cz>
11661 2006-04-05 [mones]      2.0.0cvs184
11663         * po/es.po
11664                 Updated translation
11666 2006-04-05 [colin]      2.0.0cvs183
11668         * src/gtk/quicksearch.c
11669                 Fix bug #929 (unnecessary reload in quick search bar)
11671 2006-04-05 [colin]      2.0.0cvs182
11673         * src/compose.c
11674                 Fix crash on Reply with no From:
11675                 Show signature and conversion error on queuing 
11676                 (but not sending)
11677         * src/mainwindow.c
11678         * src/summaryview.c
11679         * src/summaryview.h
11680                 Factorize threading code and make sure msginfo 
11681                 is not null when it comes from a GtkCTreeRow's 
11682                 data
11683         * src/gtk/gtkaspell.c
11684                 Check for necessary things
11685         * src/gtk/gtksctree.c
11686         * src/gtk/gtksctree.h
11687                 Reset anchor if necessary when removing node
11689 2006-03-29 [colin]      2.0.0cvs181
11691         * src/folderview.c
11692                 Warn for disabled IMAP accounts (due to lack of
11693                 libetpan). Breaks string-freeze - sorry - but it
11694                 is kind of important ;)
11696 2006-03-28 [colin]      2.0.0cvs180
11698         * src/gtk/gtkutils.c
11699         * src/gtk/gtkutils.h
11700                 Add a gtkut_get_link_btn() function that
11701                 creates a button which acts like an URI
11702         * src/prefs_themes.c
11703         * src/gtk/about.c
11704                 Use this function (factorizes codes)
11705         * src/common/defs.h
11706         * src/gtk/pluginwindow.c
11707                 Add a "Get more..." in the plugins window
11709 2006-03-28 [colin]      2.0.0cvs179
11711         * src/common/smtp.c
11712         * src/common/passcrypt.c
11713         * src/undo.c
11714                 Warning fixes. Patch by Pawel Pekala
11716 2006-03-27 [colin]      2.0.0cvs178
11718         * src/undo.c
11719                 Fix undoing by blocks with spaces
11721 2006-03-27 [colin]      2.0.0cvs177
11723         * src/textview.c
11724                 Set margin to 3px for headers
11726 2006-03-27 [paul]
11728         2.1.0-rc2 released
11730 2006-03-27 [wwp]        2.0.0cvs176
11732         * src/summaryview.c
11733                 don't reset quicksearch when updating the message list.
11734                 Thanks to Colin.
11736 2006-03-26 [wwp]        2.0.0cvs175
11738         * src/compose.c
11739                 use a unified border width ('other' tab in the compose window,
11740                 patch by Pawel Pekala).
11743 2006-03-26 [wwp]        2.0.0cvs174
11745         * src/common/quoted-printable.c
11746         * src/addressbook.c
11747                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
11749 2006-03-26 [colin]      2.0.0cvs173
11751         * src/quote_fmt_parse.y
11752                 Fix non-UTF8 date formats messing up the whole quote a 
11753                 little bit
11755 2006-03-26 [colin]      2.0.0cvs172
11757         * src/procheader.c
11758                 Make sure the date is UTF8 valid, or try to make it
11759                 so. IncrediMail is really IncrediStupid.
11760         * src/compose.c
11761                 Fix possible conversions. 
11762                 
11764 2006-03-26 [colin]      2.0.0cvs171
11766         * src/matcher.c
11767                 Fix corner cases in body search. This is still a
11768                 hack... It seems impossible to make it good and 
11769                 reasonably fast at the same time.
11771 2006-03-26 [colin]      2.0.0cvs170
11773         * src/summaryview.c
11774                 I think I killed the twilight zone bug!
11775                 summary_select_node() flushes GTK events in order
11776                 to be able to center the view. But this also 
11777                 flushes keypresses like Ctrl-Alt-U, so this can
11778                 call summary_show from summary_select_node (itself
11779                 called from summary_show, etc.). And the summaryview
11780                 has to be unlocked in this function. So just locking
11781                 while processing GTK events, and bailing if locked, 
11782                 should fix it.
11783                 Fixes bug #927 (SIGSEGV during Update Summary)
11785 2006-03-25 [colin]      2.0.0cvs169
11787         * src/matcher.c
11788                 Fix search in QP-encoded bodies
11789                 Fix utf-8 searches in bodies encoded in the
11790                 locale's encoding
11791         * src/common/quoted-printable.c
11792         * src/common/quoted-printable.h
11793                 Add a decode function that doesn't overwrite
11794                 the original pointer
11795                 
11797 2006-03-24 [colin]      2.0.0cvs168
11799         * src/action.c
11800         * src/summaryview.c
11801         * src/summaryview.h
11802                 Update message cache after action
11803                 Patch by H. Merijn Brand
11804         * src/prefs_msg_colors.c
11805                 Factorize label 
11806                 Patch by Fabien Vantard
11807         * src/plugins/spamassassin/spamassassin_gtk.c
11808                 Remove useless translation
11809                 Patch by Fabien Vantard
11811 2006-03-23 [colin]      2.0.0cvs167
11813         * src/common/ssl.c
11814                 Let 30 seconds to SSL_connect
11816 2006-03-23 [wwp]        2.0.0cvs166
11818         * src/summaryview.c
11819         * src/gtk/description_window.c
11820                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
11821                 and headers are translated; adjust description windows' width to fit their
11822                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
11824 2006-03-23 [paul]       2.0.0cvs165
11826         * src/common/utils.c
11827                 fix highlighting of URIs containing "()"
11828                 (2.0.0cvs164's reversal fixed)
11829                 Thanks to Colin.
11831 2006-03-23 [paul]       2.0.0cvs164
11833         * src/common/utils.c
11834                 revert patch, (postponing a fix), at 2.0.0cvs120
11835                 as it breaks more URIs than it fixes.
11836                 Allow '-' to be a terminating character in a URI
11838 2006-03-22 [colin]      2.0.0cvs163
11840         * configure.ac
11841                 Require libetpan 0.45
11842                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
11844 2006-03-22 [paul]       2.0.0cvs162
11846         * src/editgroup.c
11847                 replace '<-' and '->' buttons with GTK_STOCK graphical
11848                 buttons
11849         * src/summary_search.c
11850                 don't offer '...' for translation
11851                 add a tooltip to advanced search '...' button
11852         * src/gtk/quicksearch.c
11853                 don't offer '...' for translation
11855 2006-03-21 [colin]      2.0.0cvs161
11857         * src/compose.c
11858                 Fix middle-click pasting (insert at click
11859                 position instead of cursor position, don't
11860                 remove existing selection and allow pasting
11861                 our own selection)
11862         * src/addressbook.c
11863                 "LDAP Server" -> "LDAP servers"
11865 2006-03-21 [wwp]        2.0.0cvs160
11867         * src/etpan/imap-thread.c
11868                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
11870 2006-03-20 [colin]      2.0.0cvs159
11872         * src/summaryview.c
11873                 Don't reload summaryview after an execute with no
11874                 move action
11876 2006-03-19 [colin]      2.0.0cvs158
11878         * src/addressbook.c
11879                 and put groups at the top, always
11881 2006-03-19 [colin]      2.0.0cvs157
11883         * src/addressbook.c
11884                 Order groups before names, as previously
11886 2006-03-19 [colin]      2.0.0cvs156
11888         * src/addressbook.c
11889                 - Sort case-unsensitive
11890                 - Put the sort arrow at opening too
11892 2006-03-19 [wwp]        2.0.0cvs155
11894         * src/addressbook.c
11895                 allow sorting by name/email/remarks, ensure that right-pane's contents
11896                 matches the left-pane selection (cleared when appropriate).
11897                 Patch by Pawel Pekala <c0rn@o2.pl>.
11899 2006-03-18 [colin]      2.0.0cvs154
11901         * src/textview.c
11902                 Fix text cursor ;)
11904 2006-03-18 [colin]      2.0.0cvs153
11906         * src/gtk/filesel.c
11907                 Make sure we hide the preview if we didn't get
11908                 a filename
11910 2006-03-18 [colin]      2.0.0cvs152
11912         * src/summaryview.c
11913                 Set cursor to watch for execution (fixes lack
11914                 of watch-cursor when dnd'ing hundreds of mails)
11915         * src/gtk/filesel.c
11916                 Check that mime type is 'image/*' before updating
11917                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
11919 2006-03-18 [colin]      2.0.0cvs151
11921         * src/mainwindow.c
11922         * src/textview.c
11923         * src/textview.h
11924                 Put a watch cursor in textview too when the mainwindow's
11925                 cursor in a watch
11927 2006-03-18 [colin]      2.0.0cvs150
11929         * src/folder.c
11930                 Change wrong asserts to simple tests
11932 2006-03-17 [colin]      2.0.0cvs149
11934         * src/mainwindow.c
11935         * src/mainwindow.h
11936         * src/prefs_msg_colors.c
11937         * src/summaryview.c
11938         * src/summaryview.h
11939         * src/gtk/colorlabel.c
11940         * src/gtk/colorlabel.h
11941                 Add a color label menu in the main menubar
11942                 Add (fixed) accels Ctrl-{0-7} to change the color
11943                 They have to be fixed because the menu's dynamic,
11944                 the items are complex widgets, hence we can't use
11945                 a GtkItemFactory.
11948 2006-03-17 [wwp]        2.0.0cvs148
11950         * src/compose.c
11951                 rollback few lines from my previous commit (those lines come from
11952                 a pending patch, accidentally commited, even if neutral as they are
11953                 commented out).
11955 2006-03-17 [wwp]        2.0.0cvs147
11957         * src/compose.c
11958                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
11959                 applied code style/indentation to the modified function.
11961 2006-03-17 [wwp]        2.0.0cvs146
11963         * src/procmsg.c
11964         * src/compose.c
11965                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
11967 2006-03-17 [paul]
11969         2.1.0-rc1 released
11971 2006-03-17 [paul]       2.0.0cvs145
11973         * src/main.c
11974                 addressbook_read_file() was called twice
11975         * src/textview.c
11976                 X-Mailer highlighting
11978 2006-03-16 [colin]      2.0.0cvs144
11980         * src/sourcewindow.c
11981         * src/sourcewindow.h
11982                 And the last one, in source window.
11984 2006-03-16 [colin]      2.0.0cvs143
11986         * src/compose.c
11987         * src/compose.h
11988                 Fix the same stuff in compose
11990 2006-03-16 [colin]      2.0.0cvs142
11992         * src/messageview.c
11993                 Complete the previous messageview crash fix
11995 2006-03-16 [colin]      2.0.0cvs141
11997         * src/procmsg.h
11998         * src/procmsg.c
11999         * src/folder.c
12000                 Fix POSTPROCESSING hook
12001                 Patch by H. Merijn Brand
12003         * src/procmime.c
12004         * src/procmime.h
12005                 Parse Content-Location
12007         * src/toolbar.c
12008         * src/messageview.c
12009         * src/messageview.h
12010                 Don't crash when a top-level MessageView has
12011                 been closed on us. Same problematic than
12012                 yesterday's quicksearch issue.
12014 2006-03-15 [colin]      2.0.0cvs140
12016         * src/gtk/quicksearch.c
12017                 Fix a bitchy race we didn't think about when we
12018                 added quicksearch cancellation:
12019                 If the search is not on cached fields, for example
12020                 body_part matchcase "stuff"
12021                 the matcher code has to get the whole message. If
12022                 we're on IMAP, that can be slow, and in order to
12023                 be non-blocking, the IMAP code idle loop processes
12024                 gtk events too. So it is possible to cancel a
12025                 quicksearch while the matcher is getting the mail's
12026                 body. After matcher got its body, it will start to
12027                 iterate over the matcher list that the Quicksearch's
12028                 clear_search_cb() just freed via prepare_matcher().
12029                 SIGSEGV ensues.
12030                 The fix consists of guarding the matcherlist_match()
12031                 call with a boolean 'matching'. If we reset the
12032                 quicksearch while matching is TRUE, we don't free
12033                 the matcherlist anymore like we did, but we set
12034                 another new flag, deferred_free, to TRUE. Then,
12035                 in quicksearch_match(), just after returning from
12036                 matcherlist_match() and unsetting the matching flag,
12037                 we check the deferred_free flag and do the
12038                 prepare_matcher() (which does the matcherlist_free)
12039                 for real, so we free the matcherlist once it's not
12040                 used anymore.
12041                 As all of this runs via the glib main loop, we
12042                 luckily don't need a mutex.
12043         * src/summaryview.c
12044                 Also, show progress while searching.
12047 2006-03-14 [colin]      2.0.0cvs139
12049         * src/alertpanel.c
12050                 Make alertpanel_is_open non-static
12052 2006-03-14 [colin]      2.0.0cvs138
12054         * src/prefs_spelling.c
12055                 Cleanups - Fabien Vantard
12057 2006-03-14 [wwp]        2.0.0cvs137
12059         * src/main.c
12060                 code style normalization (curly braces, indentation).
12062 2006-03-14 [wwp]        2.0.0cvs137
12064         * src/main.c
12065                 code style (braces, indentation)
12067 2006-03-12 [paul]       2.0.0cvs136
12069         * src/prefs_common.c
12070                 trans_hdr defaults to FALSE to be RFC-savvy
12071         * src/prefs_summaries.c
12072                 add a tooltip to the trans_hdr option
12073                 
12075 2006-03-12 [paul]       2.0.0cvs135
12077         * src/prefs_matcher.c
12078                 give a little more width to the combos
12079         * src/prefs_display_header.c
12080         * src/textview.c
12081                 translate headers if prefs_common.trans_hdr
12082                 is TRUE
12084         Patches by Pawel Pekala
12086 2006-03-12 [paul]       2.0.0cvs134
12088         * src/plugins/clamav/clamav_plugin.c
12089         * src/plugins/dillo_viewer/dillo_viewer.c
12090         * src/plugins/pgpcore/plugin.c
12091         * src/plugins/pgpinline/plugin.c
12092         * src/plugins/pgpmime/plugin.c
12093         * src/plugins/spamassassin/spamassassin.c
12094                 update/add to descriptions
12095         * src/plugins/spamassassin/spamassassin_gtk.c
12096                 fixes to the english, remove superfluous
12097                 tooltips, clean up a little
12099 2006-03-12 [paul]       2.0.0cvs133
12101         * src/compose.c
12102                 fix Bug 924, 'Account combo box shows up wrong 
12103                 if & is in account name'
12105 2006-03-11 [colin]      2.0.0cvs132
12107         * src/summaryview.c
12108                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
12109                 messed up shift-selection because is slows down
12110                 moving around summaryview. thanks -users
12112 2006-03-10 [colin]      2.0.0cvs131
12114         * src/plugins/spamassassin/spamassassin_gtk.c
12115                 Put back Paul's engrish fixes
12117 2006-03-10 [colin]      2.0.0cvs130
12119         * src/plugins/spamassassin/spamassassin.c
12120         * src/plugins/spamassassin/spamassassin.h
12121         * src/plugins/spamassassin/spamassassin_gtk.c
12122                 Cleanup SA prefs page (more)
12123                 Patch by Fabien Vantard
12125 2006-03-10 [paul]       2.0.0cvs129
12127         * src/prefs_msg_colors.c
12128         * src/prefs_spelling.c
12129                 widget sensitivity
12131 2006-03-09 [mones]      2.0.0cvs128
12133         * po/es.po
12134                 Update for next RC
12136 2006-03-09 [wwp]        2.0.0cvs127
12138         * configure.ac
12139                 revert accidental commit (requirement for libetpan 0.43), this time
12140                 not in HEAD.
12142 2006-03-09 [wwp]        2.0.0cvs125
12144         * configure.ac
12145                 revert accidental commit (requirement for libetpan 0.43)
12147 2006-03-09 [paul]       2.0.0cvs126
12149         * src/prefs_receive.c
12150                 remove useless frame
12151                 replace 'incorporation' with 'receiving'
12152         * src/plugins/clamav/clamav_plugin_gtk.c
12153         * src/plugins/spamassassin/spamassassin_gtk.c
12154                 improve widget sensitivity
12155                 fix a bit his engrish
12157 2006-03-09 [wwp]        2.0.0cvs125
12159         * src/addressadd.c
12160         * src/foldersel.c
12161         * src/prefs_common.c
12162         * src/prefs_common.h
12163                 remember some more windows' sizes (add to addressbook and
12164                 select folder).
12166 2006-03-09 [paul]       2.0.0cvs124
12168         * src/plugins/pgpcore/prefs_gpg.c
12169                 normalise construction of dialogue
12171 2006-03-09 [paul]       2.0.0cvs123
12173         * src/plugins/trayicon/Makefile.am
12174                 add missing slash
12176 2006-03-08 [colin]      2.0.0cvs122
12178         * src/plugins/trayicon/Makefile.am
12179                 Fix build in separate dir 
12180                 Patch by Bamanzi <bamanzi@gmail.com>
12182 2006-03-08 [colin]      2.0.0cvs121
12184         * src/procmsg.c
12185                 Batch move and copies from summaryview with delayed execution
12186                 too
12188 2006-03-07 [paul]       2.0.0cvs120
12190         * src/common/utils.c
12191                 fix highlighting of URIs containing "()"
12192                 Patch by Pawel Pekala
12194 2006-03-07 [paul]       2.0.0cvs119
12196         * src/folder.c
12197         * src/folder.h
12198         * src/folderview.c
12199                 immediately do alphabetical resort when
12200                 changing a folder's name
12201                 Patch by Pawel Pekala
12203 2006-03-07 [paul]       2.0.0cvs118
12205         * src/news.c
12206         * src/news_gtk.c
12207                 when unsubscribing a newsgroup, remove the
12208                 folder and msgs in .sylpheed-claws/newscache
12209                 Patch by Pawel Pekala <c0rn@gazeta.pl>
12211 2006-03-07 [paul]       2.0.0cvs117
12213         * src/textview.c
12214                 fix wrong Fake URL Warning
12215                 Thanks to Hiro
12217 2006-03-07 [colin]      2.0.0cvs116
12219         * src/imap.c
12220                 Return immediately when password dialog was
12221                 cancelled
12222         * src/gtk/inputdialog.c
12223                 Allow empty strings for passwords
12226 2006-03-06 [colin]      2.0.0cvs115
12228         * src/imap.c
12229                 Prevent double-timeouts when connection fails
12231 2006-03-06 [colin]
12233         2.0.1-rc1 released
12235 2006-03-06 [colin]      2.0.0cvs114
12237         * src/imap.c
12238                 Refresh session during potentially long
12239                 operations
12241 2006-03-06 [wwp]        2.0.0cvs113
12243         * src/prefs_msg_colors.h
12244                 forgot that one (custom color labels).
12246 2006-03-06 [wwp]        2.0.0cvs112
12248         * src/prefs_common.c
12249         * src/prefs_common.h
12250         * src/prefs_msg_colors.c
12251         * src/summaryview.c
12252         * src/summaryview.h
12253         * src/gtk/colorlabel.c
12254         * src/gtk/colorlabel.h
12255                 colors in messages list are now customizable. Color values and names can
12256                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
12257                 Thanks to Paul and Colin for their help with this longstanding patch!
12259 2006-03-06 [wwp]        2.0.0cvs111
12261         * src/textview.c
12262                 don't crash if (x)face is bad.
12264 2006-03-05 [paul]       2.0.0cvs110
12266         * AUTHORS
12267         * configure.ac
12268         * src/Makefile.am
12269         * src/common/Makefile.am
12270         * src/common/utils.h
12271         * src/etpan/imap-thread.c
12272         * src/gtk/authors.h
12273         * src/plugins/clamav/Makefile.am
12274         * src/plugins/demo/Makefile.am
12275         * src/plugins/dillo_viewer/Makefile.am
12276         * src/plugins/pgpcore/Makefile.am
12277         * src/plugins/pgpcore/passphrase.c
12278         * src/plugins/pgpinline/Makefile.am
12279         * src/plugins/pgpmime/Makefile.am
12280         * src/plugins/spamassassin/Makefile.am
12281         * src/plugins/trayicon/Makefile.am
12282                 fix builiding on cygwin
12283                 Patch by Ralgh Young <bamanzi@gmail.com>
12285 2006-03-04 [wwp]        2.0.0cvs109
12287         * manual/keyboard.xml
12288                 fix mixed up/down keys.
12290 2006-03-04 [wwp]        2.0.0cvs108
12292         * README
12293         * INSTALL
12294                 updated links to SpamAssassin.
12296 2006-03-04 [wwp]        2.0.0cvs107
12298         * manual/plugins.xml
12299         * src/plugins/spamassassin/README
12300                 updated SpamAssassin plugin docs to reflect new functional additions
12301                 (also fix/update/documents few technical stuff more, see the README).
12303 2006-03-04 [wwp]        2.0.0cvs106
12305         * src/prefs_message.c
12306                 normalized capitalization of message-prefs paths.
12308 2006-03-04 [wwp]        2.0.0cvs105
12310         * manual/advanced.xml
12311                 typo.
12313 2006-03-03 [colin]      2.0.0cvs104
12315         * src/plugins/clamav/clamav_plugin_gtk.c
12316                 Rework prefs page, patch by Fabien 
12318 2006-03-03 [colin]      2.0.0cvs103
12320         * src/plugins/clamav/clamav_plugin.c
12321                 Set error on all errors
12323 2006-03-03 [colin]      2.0.0cvs102
12325         * src/common/plugin.c
12326                 Initialize error to avoid crashing when a plugin fails
12327                 without setting error
12329 2006-03-02 [wwp]        2.0.0cvs101
12331         * configure.ac
12332                 fixed linker flags for libetpan support on Cygwin
12333                 (thanks to H.Merijn Brand).
12335 2006-03-02 [wwp]        2.0.0cvs100
12337         * src/addressbook.c
12338                 fix some AB error messages: one for punctuation and
12339                 one wrongly duplicate (thanks, maxbritov).
12341 2006-03-02 [wwp]        2.0.0cvs99
12343         * src/plugins/spamassassin/spamassassin.c
12344                 make sync calls to sa-learn/spamc to prevent
12345                 system (whatever local or client/server) overload.
12347 2006-03-02 [colin]      2.0.0cvs98
12349         * src/summaryview.c
12350                 Put the spam icon in the status column instead of the
12351                 mark one
12353 2006-03-01 [colin]      2.0.0cvs97
12355         * src/plugins/spamassassin/spamassassin.c
12356                 Fix segfault (g_file_set_contents fails for some 
12357                 reason and err==0x2f. Can't find out why with
12358                 valgrind, using working function :-)
12360 2006-03-01 [colin]      2.0.0cvs96
12362         * src/inc.c
12363                 Offline overriding: let 'No' be cached only 3 seconds
12365 2006-03-01 [colin]      2.0.0cvs95
12367         * src/addr_compl.c
12368         * src/addrbook.c
12369         * src/addressbook.c
12370         * src/addrindex.c
12371         * src/folder_item_prefs.c
12372         * src/headerview.c
12373         * src/imap.c
12374         * src/inc.c
12375         * src/ldif.c
12376         * src/mainwindow.c
12377         * src/mh.c
12378         * src/msgcache.c
12379         * src/prefs_common.h
12380         * src/prefs_msg_colors.c
12381         * src/procheader.c
12382         * src/procheader.h
12383         * src/procmime.c
12384         * src/procmsg.c
12385         * src/procmsg.h
12386         * src/send_message.h
12387         * src/simple-gettext.c
12388         * src/summaryview.c
12389         * src/summaryview.h
12390         * src/syldap.c
12391         * src/textview.c
12392         * src/undo.c
12393         * src/common/ssl_certificate.c
12394         * src/common/utils.c
12395         * src/gtk/colorsel.c
12396         * src/gtk/gtksctree.c
12397         * src/gtk/gtkshruler.c
12398         * src/plugins/trayicon/trayicon.c
12399                 #if 0 goes to /dev/null
12401 2006-03-01 [colin]      2.0.0cvs94
12403         * src/compose.c
12404         * src/imap.c
12405         * src/inc.c
12406         * src/inc.h
12407         * src/messageview.c
12408         * src/news.c
12409         * src/plugins/spamassassin/spamassassin.c
12410                 Allow to add information in the "working offline"
12411                 window
12413 2006-03-01 [wwp]        2.0.0cvs93
12415         * src/plugins/spamassassin/spamassassin.c
12416                 fixed spamc invocation: use a tricky temporary mini shell wrapper
12417                 'cause it seems that calling `spamc ... < inputfile` with
12418                 g_spawn_(a)sync simply.. erm doesn't work :-).
12420 2006-03-01 [wwp]        2.0.0cvs92
12422         * src/toolbar.c
12423         * src/toolbar.h
12424                 simplify the adding of spam/ham button to the messageview toolbar
12425                 (it gets more clear now that the same button will be "Mark as spam"
12426                 or "Mark as ham" according to the current message status,
12427                 thanks to Colin).
12429 2006-03-01 [wwp]        2.0.0cvs91
12431         * src/messageview.c
12432         * src/procmsg.c
12433         * src/procmsg.h
12434         * src/summaryview.c
12435         * src/plugins/spamassassin/spamassassin.c
12436         * src/plugins/spamassassin/spamassassin.h
12437                 make learner callbacks return a status (0 for ok),
12438                 handle it in main code to avoid setting flags when learning failed,
12439                 don't learn on TCP if offline in spamassassin,
12440                 thanks to Colin.
12442                 
12444 2006-03-01 [wwp]        2.0.0cvs90
12446         * src/compose.c
12447                 some work around the compose window's account menu,
12448                 patch by Fabien Vantard.
12450 2006-03-01 [wwp]        2.0.0cvs89
12452         * src/plugins/spamassassin/spamassassin.c
12453                 fixed bad logics, was using spamc in local mode and sa-learn
12454                 in remote mode (thanks, Colin).
12456 2006-03-01 [wwp]        2.0.0cvs88
12458         * src/plugins/spamassassin/spamassassin.c
12459         * src/plugins/spamassassin/spamassassin.h
12460         * src/plugins/spamassassin/spamassassin_gtk.c
12461                 made processing of emails w/ sa-plugin an option (default is TRUE),
12462                 fixed Engrish some tooltips, capitalization of some debug messages
12463                 and warnings. The spamassassin plugin now provides two separate
12464                 services: process emails upon incorporation and spamd training.
12465                 Both services (un)register independently but use some common
12466                 plugin settings (transport settings, spam storage location).
12468 2006-02-28 [wwp]        2.0.0cvs87
12470         * src/plugins/spamassassin/spamassassin.c
12471                 fix async flag to spamc cmdline execution (batch exec should
12472                 be asynchronous).
12474 2006-02-27 [wwp]        2.0.0cvs86
12476         * src/plugins/spamassassin/spamassassin.c
12477         * src/plugins/spamassassin/spamassassin.h
12478         * src/plugins/spamassassin/spamassassin_gtk.c
12479                 - added the ability to learn a remote spamassassin server (spamd),
12480                 using spamc.
12481                 - added the spamassassin option 'username', that applies to all
12482                 spamassassin operations (filtering, learning, local or remote).
12483                 The default username is the current unix user (if left blank
12484                 from gtk prefs or config file).
12485                 - commented out some unused code (notebook widget), removed unused
12486                 layout (hbox1).
12487                 - make more widgets sensitive to the transport type.
12489 2006-02-27 [colin]      2.0.0cvs85
12491         * src/plugins/spamassassin/spamassassin.c
12492                 Fix sa-learn call when offline
12494 2006-02-27 [colin]      2.0.0cvs84
12496         * configure.ac
12497         * src/Makefile.am
12498         * src/mainwindow.c
12499         * src/mainwindow.h
12500         * src/messageview.c
12501         * src/messageview.h
12502         * src/prefs_toolbar.c
12503         * src/procmsg.c
12504         * src/stock_pixmap.c
12505         * src/stock_pixmap.h
12506         * src/summaryview.c
12507         * src/toolbar.c
12508         * src/toolbar.h
12509         * src/pixmaps/ham_btn.xpm
12510         * src/pixmaps/spam.xpm
12511         * src/pixmaps/spam_btn.xpm
12512         * src/plugins/spamassassin/spamassassin.c
12513                 Add button in toolbar for spam learning
12514                 Fix a few bugs from the last related commit
12515                 Revert 1.9.6cvs23 which messed up shift-selection
12517 2006-02-24 [colin]      2.0.0cvs83
12519         * src/procmsg.c
12520         * src/summaryview.c
12521         * src/summaryview.h
12522         * src/plugins/spamassassin/spamassassin.c
12523         * src/plugins/spamassassin/spamassassin.h
12524         * src/plugins/spamassassin/spamassassin_gtk.c
12525                 Unregister learner when spamassassin is either
12526                 disabled or over tcp
12528 2006-02-24 [colin]      2.0.0cvs82
12530         * src/Makefile.am
12531         * src/mainwindow.c
12532         * src/mainwindow.h
12533         * src/procmsg.c
12534         * src/procmsg.h
12535         * src/stock_pixmap.c
12536         * src/stock_pixmap.h
12537         * src/summaryview.c
12538         * src/summaryview.h
12539         * src/gtk/icon_legend.c
12540         * src/pixmaps/spam.xpm  ** NEW FILE **
12541         * src/plugins/spamassassin/spamassassin.c
12542         * src/plugins/spamassassin/spamassassin_gtk.c
12543                 Add spam learning interface (Mark/Mark as 
12544                 (spam|ham) menus)
12546 2006-02-24 [wwp]        2.0.0cvs81
12548         * src/compose.c
12549         * src/compose.h
12550         * src/filtering.c
12551                 hide compose window when sending message in batch mode
12552                 (filtering: forward and redirect). Also fixed a wrong
12553                 value returned when sending failed, neutral anyway.
12554                 (Colin, me) 
12556 2006-02-24 [wwp]        2.0.0cvs80
12558         * src/mainwindow.c
12559                 use GTK+'s stock quit button. Patch by Fabien Vantard.
12561 2006-02-24 [paul]       2.0.0cvs79
12563         * src/news.c
12564         * src/news.h
12565         * src/news_gtk.c
12566                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
12567                 Thanks to Colin
12569 2006-02-23 [colin]      2.0.0cvs78
12571         * src/alertpanel.c
12572                 Change OK to Close in alertpanel with View log
12573                 button; add accel to View log. Patch by Fabien
12574                 Vantard
12576 2006-02-23 [wwp]        2.0.0cvs77
12578         * src/compose.c
12579                 silly me, there were much more tests to perform, since toolbars can
12580                 really have down to 1 element only.
12582 2006-02-23 [wwp]        2.0.0cvs76
12584         * commitHelper
12585                 fixed indentation from my previous commit. Fallback to VISUAL if
12586                 EDITOR is not set (and to vi, at last resort).
12588 2006-02-23 [wwp]        2.0.0cvs75
12590         * commitHelper
12591                 improved error detection (Colin, me).
12593 2006-02-23 [wwp]        2.0.0cvs74
12595         * src/prefs_toolbar.c
12596                 simplify and fix prefs/toolbars layouting. Combos' contents can
12597                 now be really displayed.
12599 2006-02-23 [wwp]        2.0.0cvs73
12600         simplifies and fix prefs/toolbars layouting. Combos' contents can now
12601         be really displayed.
12603 2006-02-22 [wwp]        2.0.0cvs72
12605         * src/compose.c
12606                 fix a typo in my previous commit (sorry!).
12608 2006-02-22 [wwp]        2.0.0cvs71
12610         * src/prefs_toolbar.c
12611                 fix a crash when adding separators to toolbars,
12612                 also fix some separator item information.
12614 2006-02-22 [wwp]        2.0.0cvs70
12616         * src/compose.c
12617                 fix a crash when redirecting (for instance) when compose window's
12618                 toolbar contents has been customized (when some buttons have been
12619                 removed in fact).
12621 2006-02-21 [wwp]        2.0.0cvs69
12623         * src/summaryview.c
12624         * src/gtk/pluginwindow.c
12625         * src/plugins/pgpcore/prefs_gpg.c
12626                 fix some compilation warnings (feat. remains of removed code).
12628 2006-02-21 [wwp]        2.0.0cvs68
12630         * src/gtk/gtkutils.c
12631                 fix two compilation issues, thanks to Stephan Sachse.
12633 2006-02-20 [colin]      2.0.0cvs67
12635         * src/mainwindow.c
12636                 Don't reselect displayed mail on refocus
12637                 This fixes actions misbehaving 
12639 2006-02-20 [wwp]        2.0.0cvs66
12641         * src/summaryview.c
12642         * src/gtk/gtksctree.c
12643         * src/gtk/gtkshruler.c
12644                 changed more runtime typecast checks.
12646 2006-02-20 [wwp]        2.0.0cvs65
12648         * src/summary_search.c
12649                 find all - summaryview refresh issue fixed, thanks to Colin.
12651 2006-02-20 [wwp]        2.0.0cvs64
12653         * src/gtk/gtkutils.c
12654                 better runtime typecast checks.
12656 2006-02-20 [wwp]        2.0.0cvs63
12658         * src/summary_search.c
12659                 enhancements to the summary search:
12660                         - add the ability to stop the running search
12661                           (upon ESC-key press, new Stop button or when Clear button is pressed)
12662                         - don't search if no criteria (From/To/Subject/Body) is set
12663                         - ensure that a busy mouse pointer is always shown when searching,
12664                           show it even a bit earlier
12666 2006-02-19 [colin]      2.0.0cvs62
12668         * src/compose.c
12669         * src/imap.c
12670         * src/etpan/imap-thread.c
12671         * src/etpan/imap-thread.h
12672                 (Future) IMAP speed improvement on sending
12673                 Will require a libetpan update
12674         * src/summaryview.c
12675         * src/gtk/quicksearch.c
12676                 Make quicksearch clearable while running.
12678 2006-02-17 [colin]      2.0.0cvs61
12680         * src/imap.c
12681         * src/etpan/imap-thread.c
12682         * src/etpan/imap-thread.h
12683                 Check for IMAP certificates
12684                 ** Requires libetpan-0.42-cvs4 
12685                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
12687 2006-02-17 [colin]      2.0.0cvs60
12689         * src/messageview.c
12690         * src/prefs_common.c
12691         * src/prefs_common.h
12692         * src/prefs_message.c
12693                 Add pref to display HTML-only mails with plugin, 
12694                 if possible (defaulting to FALSE of course).
12696 2006-02-16 [colin]      2.0.0cvs59
12698         * src/main.c
12699         * src/common/plugin.c
12700         * src/common/plugin.h
12701         * src/gtk/pluginwindow.c
12702                 Keep track of requested (but unloaded) plugins
12703                 in some error cases.
12705 2006-02-16 [wwp]        2.0.0cvs58
12707         * src/gtk/gtkaspell.c
12708         * src/gtk/gtkaspell.h
12709         * src/prefs_spelling.c
12710         * src/compose.c
12711         * src/prefs_common.c
12712         * src/prefs_common.h
12713                 implemented new optional spellchecker behaviour: re-check message when
12714                 dictionary got changed (from compose-window/context-menu/Change dictionary).
12716 2006-02-16 [wwp]        2.0.0cvs57
12718         * src/quote_fmt_parse.y
12719                 pclose popen'ed pipe.
12721 2006-02-15 [colin]      2.0.0cvs56
12723         * src/mimeview.c
12724         * src/mimeview.h
12725                 Let MimeViewers know which MimeView they
12726                 depend of.
12727         * src/summaryview.c
12728                 Swap From/To columns in Sent/Queue/Drafts
12729                 folders
12730         * src/etpan/imap-thread.c
12731                 Use mailstream_low_tls_open() for STARTTLS
12732                 instead of mailstream_low_ssl_open()
12733                 ** REQUIRES libetpan 0.42cvs3 **
12735 2006-02-15 [wwp]        2.0.0cvs55
12737         * src/compose.c
12738         * src/compose.h
12739         * src/message_search.c
12740         * src/message_search.h
12741         * src/textview.c
12742         * src/gtk/gtkutils.c
12743         * src/gtk/gtkutils.h
12744                 added the ability to Find text in the compose window (and a bit
12745                 of code factorization).
12747 2006-02-15 [wwp]        2.0.0cvs54
12749         * src/prefs_gtk.c
12750                 yet another one file was missing (fix for some widgets' sensitivity).
12751                 Thanks Colin!
12753 2006-02-15 [wwp]        2.0.0cvs53
12755         * src/prefs_gtk.h
12756                 oops forgot that file (fix for some widgets' sensitivity).
12758 2006-02-15 [wwp]        2.0.0cvs52
12760         * src/summary_search.c
12761                 implemented advanced summary search options (added the ability
12762                 to use matcher conditions in an advanced search mode).
12764 2006-02-15 [wwp]        2.0.0cvs51
12766         * src/plugins/pgpcore/prefs_gpg.c
12767         * src/prefs_account.c
12768                 fix some widget sensitivity, mostly around some labels in
12769                 account prefs.
12771 2006-02-15 [paul]       2.0.0cvs50
12773         * manual/advanced.xml
12774                 improve Templates info
12775                 written by wwp
12777 2006-02-14 [colin]      2.0.0cvs49
12779         * src/pixmaps/address_book.xpm
12780         * src/pixmaps/preferences.xpm
12781         * src/pixmaps/properties.xpm
12782                 Fix pixmap size - patch by Fabien Vantard
12784 2006-02-13 [colin]      2.0.0cvs48
12786         * src/procmime.c
12787                 Add missing fclose()s on error
12788         * src/textview.c
12789                 Remove unused code
12790         * src/common/utils.c
12791                 Fix temp files not being deleted on windows
12792         Patches by Thomas Gilgin
12794 2006-02-13 [colin]      2.0.0cvs47
12796         * src/mainwindow.c
12797                 Fix exit crash
12799 2006-02-13 [wwp]        2.0.0cvs46
12801         * src/plugins/pgpcore/prefs_gpg.c
12802                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
12804 2006-02-12 [colin]      2.0.0cvs45
12806         * src/folderview.c
12807         * src/main.c
12808         * src/mainwindow.c
12809                 Fix "stuff" when quitting
12811 2006-02-12 [wwp]        2.0.0cvs44
12813         * src/prefs_themes.c
12814                 fix typos in debug messages.
12816 2006-02-11 [colin]      2.0.0cvs43
12818         * src/summaryview.c
12819                 don't allow drag/drop from ourself
12821 2006-02-10 [wwp]        2.0.0cvs42
12823         * src/exporthtml.c
12824         * src/html.c
12825         * src/html.h
12826         * src/procmime.c
12827         * src/textview.c
12828                 renamed html_ prefixed functions and data structures to avoid
12829                 namespace clashes w/ other software (gtkhtml2 for instance).
12830                 Closes bug #907.
12833 2006-02-09 [colin]      2.0.0cvs41
12835         * src/summaryview.c
12836                 Fix shitty logic messed up. Thanks Ticho for the hint!
12838 2006-02-09 [wwp]        2.0.0cvs40
12840         * src/gtk/about.c
12841         * src/compose.c
12842         * src/prefs_account.c
12843         * src/prefs_gtk.h
12844         * src/editaddress.c
12845                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
12846                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
12847                 Browse buttons in accounts prefs.
12849 2006-02-09 [colin]      2.0.0cvs39
12851         * src/matcher.c
12852                 Check for pointer before using its members
12853         * src/gtk/gtksourceprintjob.c
12854                 Fix a wrong warning
12856 2006-02-09 [wwp]        2.0.0cvs38
12858         * src/gtk/filesel.c
12859                 fix few compiler warnings (type mismatch).
12861 2006-02-09 [paul]       2.0.0cvs37
12863         * po/fr.po
12864                 updated by Fabien Vantard
12866 2006-02-08 [colin]      2.0.0cvs36
12868         * src/prefs_common.c
12869         * src/common/defs.h
12870         * src/common/plugin.c
12871                 allow windows and linux configurations to coexist
12872                 patch by Thomas Gilgin
12874 2006-02-08 [colin]      2.0.0cvs35
12876         * src/filtering.c
12877         * src/matcher.c
12878         * src/matcher.h
12879         * src/matcher_parser_parse.y
12880         * src/prefs_filtering_action.c
12881         * src/prefs_matcher.c
12882                 Add the "Ignore thread" filtering
12883                 action
12885 2006-02-08 [colin]      2.0.0cvs34
12887         * src/compose.c
12888         * src/procmime.c
12889         * src/procmime.h
12890                 Fix bug #905 (damaged attachment)
12891                 text files with raw \0's aren't really text files
12892         FOR_STABLE
12894 2006-02-08 [colin]      2.0.0cvs33
12896         * src/summaryview.c
12897                 Fix crasher introduced yesterday
12899 2006-02-08 [wwp]        2.0.0cvs32
12901         * src/compose.c
12902         * src/compose.h
12903                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
12905 2006-02-08 [wwp]        2.0.0cvs31
12907         * src/prefs_template.c
12908                 templates enhancement: allow address completion for Cc and Bcc fields
12909                 (it was currently possible for the To field only)
12911 2006-02-08 [colin]      2.0.0cvs30
12913         * src/compose.c
12914                 Don't unblock if not blocked
12915         FOR_STABLE
12917 2006-02-07 [colin]      2.0.0cvs29
12919         * src/action.c
12920                 Forgot to refresh summaryview
12922 2006-02-07 [colin]      2.0.0cvs28
12924         * src/action.c
12925                 Freeze/thaw message list and folder list while
12926                 processing %as{} actions 
12927         * src/compose.c
12928                 Fix auto-wrap disabling after a middle-click
12929                 paste - FOR_STABLE
12931 2006-02-07 [paul]       2.0.0cvs27
12933         * src/folder.c
12934                 fix freeing of uninitialised pointers
12935                 Thanks to Colin
12937 2006-02-06 [colin]      2.0.0cvs26
12939         * src/folder.c
12940                 Use g_slist_prepend in potentially big list
12942 2006-02-06 [colin]      2.0.0cvs25
12944         * src/folder.c
12945                 Completely skip processing if it doesn't 
12946                 exist (faster!)
12948 2006-02-06 [colin]      2.0.0cvs24
12950         * src/folder.c
12951         * src/summaryview.c
12952                 Batch filtering in summaryview (from Tools menu)
12953                 and pre/post//-processing too
12955 2006-02-06 [colin]      2.0.0cvs23
12957         * src/procmsg.h
12958         * src/filtering.c
12959                 Use a special field for batch filtering instead
12960                 of stepping on deferred execution's toes
12962 2006-02-06 [colin]      2.0.0cvs22
12964         * src/action.c
12965         * src/filtering.c
12966         * src/filtering.h
12967         * src/folder.c
12968         * src/summaryview.c
12969                 Fix filtering via menus and actions
12971 2006-02-06 [colin]      2.0.0cvs21
12973         * src/imap.c
12974                 Put the added file directly to cache if possible (will work
12975                 with next libetpan)
12976         * src/filtering.c
12977         * src/filtering.h
12978         * src/inc.c
12979         * src/folder.c
12980         * src/mbox.c
12981         * src/procmsg.h
12982                 Move and copy filtered messages by batches instead of one
12983                 by one - faster on IMAP
12984         * src/procmsg.c
12985                 Add a function that'll possibly be useful later
12987 2006-02-06 [colin]      2.0.0cvs20
12989         * src/addressbook.c
12990                 Use internal mime-type instead of text/plain for d'n'd
12991         * src/compose.c
12992                 Allow attaching files from mimeview's icon list via d'n'd
12993         * src/folderview.c
12994         * src/folderview.h
12995                 Use internal mime-type instead of text/plain for d'n'd
12996                 Don't try to selected opened folder if none is
12997                 Factorize d'n'd from other apps code
12998         * src/headerview.c
12999         * src/textview.c
13000         * src/gtk/gtkutils.c
13001         * src/gtk/gtkutils.h
13002                 Factorize Face/X-Face stuff
13003         * src/mimeview.c
13004                 Fix d'n'd to other apps
13005         * src/prefs_message.c
13006                 Let the XFace pref be usable without libcompface as it also
13007                 applies to Face
13008         * src/summaryview.c
13009                 Fix d'n'd to other apps
13010                 Factorize d'n'd from other apps code
13012 2006-02-06 [wwp]        2.0.0cvs19
13014         * po/it.po
13015                 Italian translation fixes by Andrea Spadaccini (no more confusion
13016                 between filtering and processing, and few changes in the About
13017                 dialog).
13020 2006-02-06 [mones]      2.0.0cvs18
13022         * src/gtk/icon_legend.c
13023                 Improved descriptions allowing better translations
13025 2006-02-05 [colin]      2.0.0cvs17
13027         * src/imap.c
13028                 Add the f*cking missing expunge that caused imap_fetch_env
13029                 to fail after an add_msgs ! :-///
13030         * src/etpan/imap-thread.c
13031                 Add a bit of debug
13032         FOR_STABLE
13034 2006-02-05 [colin]      2.0.0cvs16
13036         * src/common/utils.c
13037                 Don't check for return-path (or we can't put
13038                 back non-sent mails)
13040 2006-02-05 [colin]      2.0.0cvs15
13042         * src/textview.c
13043                 Don't try to display Face header in textview
13044                 when teh headerview's active
13046 2006-02-05 [colin]      2.0.0cvs14
13048         * tools/tbird2syl.py
13049         * tools/Makefile.am
13050                 Add script to import Thunderbird mails
13052 2006-02-05 [colin]      2.0.0cvs13
13054         * src/headerview.c
13055         * src/procheader.c
13056         * src/procmsg.c
13057         * src/procmsg.h
13058         * src/textview.c
13059                 Show Face headers - patch partially by Klaus Flittner
13061 2006-02-05 [colin]      2.0.0cvs12
13063         * src/folderview.c
13064         * src/summaryview.c
13065         * src/common/utils.c
13066         * src/common/utils.h
13067                 Let dnd work from mime icons to summaryview
13068                 and to folderview too
13069                 Add a crude test to avoid trying to add files
13070                 drag'n'dropped when they're not mails
13072 2006-02-04 [colin]      2.0.0cvs11
13074         * src/summaryview.c
13075         * src/mimeview.c
13076                 Fix utf8 conversion
13078 2006-02-04 [colin]      2.0.0cvs10
13080         * src/compose.c
13081         * src/folderview.c
13082         * src/mimeview.c
13083         * src/summaryview.c
13084         * src/summaryview.h
13085                 Added various drag and drop capas:
13086                 From                    To
13087                 summaryview             other apps
13088                 mimeview icons          other apps
13089                 other apps              summaryview
13090                 other apps              folderview
13092                 This shouldn't have broken the existing:
13093                 From                    To
13094                 summaryview             folderview
13095                 folderview              folderview
13096                 summaryview             compose's attachments
13098         Tests welcomed.
13100 2006-02-02 [paul]       2.0.0cvs9
13102         * src/mainwindow.c
13103                 move global option 'Set displayed columns...' out
13104                 of folder option grouping.
13105                 fix sensitivity of 'harvest addresses'
13106         FOR_STABLE
13108 2006-02-01 [colin]      2.0.0cvs8
13110         * src/mimeview.c
13111                 Revert the alertpanel patch, it sucks (intrusive
13112                 and gets in the way of "open")
13114 2006-02-01 [colin]      2.0.0cvs7
13116         * src/compose.c
13117         * src/prefs_account.c
13118         * src/prefs_common.c
13119         * src/common/defs.h
13120         * src/common/utils.c
13121         * src/common/utils.h
13122                 Add ability to edit the signature file
13123                 from the account preferences, and use
13124                 a default for the text editor.
13125                 Patch by Fabien Vantard
13127 2006-02-01 [colin]      2.0.0cvs6
13129         * src/mimeview.c
13130                 Try to get mime type by extension if it is
13131                 application/octet-stream
13132                 Display a window with possible choices when
13133                 encountering unknown mime types
13134         * src/gtk/filesel.c
13135         * src/gtk/filesel.h
13136                 Add preview
13137                 Allow multiple selection in filtered filesel
13138                 (patch by Fabien Vantard)
13139         * src/gtk/pluginwindow.c
13140                 Use it (patch by Fabien Vantard)
13142 2006-02-01 [paul]       2.0.0cvs5
13144         * src/jpilot.c
13145                 fix crash on creating jpilot address book
13146                 Thanks to Colin - FOR_STABLE
13147         * src/prefs_summaries.c
13148         * src/prefs_wrapping.c
13149         * src/gtk/icon_legend.c
13150         * src/gtk/quicksearch.c
13151                 string fixes and additions
13153 2006-02-01 [paul]       2.0.0cvs4
13155         * src/compose.c
13156         * src/mainwindow.c
13157         * src/messageview.c
13158         * src/prefs_send.c
13159                 add Arabic encoding option
13160                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
13162 2006-01-31 [colin]      2.0.0cvs3
13164         * src/plugins/pgpcore/passphrase.c
13165                 Convert passphrase to locale encoding
13166         * src/compose.c
13167                 Fix drafting on IMAP. Crappy bug sneaked in
13168                 the release :-/
13169         FOR_STABLE
13171 2006-01-30 [paul]       2.0.0cvs2
13173         * src/gtk/icon_legend.c
13174                 show the new entries
13176 2006-01-30 [colin]      2.0.0cvs1
13178         * src/manual.c
13179                 Check for the file to be present before 
13180                 enabling the menu - FOR_STABLE
13181         * src/gtk/icon_legend.c
13182                 Add folders icons (not all of them, there
13183                 are too much, but the most intriguing ones)
13185 2006-01-30 [paul]       2.0.0
13187         version 2.0.0 released
13189 [For previous entries, see ChangeLog.pre2.0.0]