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