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