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