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