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