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