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