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