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