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