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