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