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