2007-08-21 [colin] 2.10.0cvs142
[claws.git] / ChangeLog
1 2007-08-21 [colin]      2.10.0cvs142
2
3         * src/editldap.c
4         * src/ldapctrl.c
5         * src/ldapctrl.h
6         * src/ldapquery.c
7         * src/ldapupdate.c
8                 Fix bug 1293, 'LDAP address book not working'
9                 Search only on specified fields, but fetch 
10                 every field possible. People will have to 
11                 reset the searched Attributes in their LDAP
12                 servers properties.
13
14 2007-08-21 [wwp]        2.10.0cvs141
15
16         * src/addr_compl.c
17         * src/addrbook.c
18         * src/addrcache.c
19         * src/addrcindex.c
20         * src/addressbook.c
21         * src/addrindex.c
22         * src/browseldap.c
23         * src/crash.c
24         * src/editaddress_other_attributes_ldap.c
25         * src/exporthtml.c
26         * src/folder.c
27         * src/folderview.c
28         * src/imap.c
29         * src/jpilot.c
30         * src/ldapserver.c
31         * src/ldapupdate.c
32         * src/ldif.c
33         * src/main.c
34         * src/mainwindow.c
35         * src/matcher.c
36         * src/mh.c
37         * src/msgcache.c
38         * src/mutt.c
39         * src/pine.c
40         * src/pop.c
41         * src/prefs_customheader.c
42         * src/prefs_msg_colors.c
43         * src/procmime.c
44         * src/textview.c
45         * src/vcard.c
46         * src/wizard.c
47         * src/common/log.c
48         * src/common/socket.c
49         * src/common/ssl_certificate.c
50         * src/common/utils.c
51         * src/common/utils.h
52         * src/gtk/description_window.c
53         * src/plugins/demo/demo.c
54         * src/plugins/pgpcore/prefs_gpg.c
55         * src/plugins/spamassassin/libspamc.c
56                 Make sure we use glib functions to send text messages (information,
57                 debug, warning, errors) to stdout/stderr - no more direct puts
58                 fputs printf fprintf to stdout/stderr when it can be done using
59                 g_log*() and g_print/g_printerr. Doing this, we make sure every
60                 stdout/stderr message is saved to log in Windows.
61
62
63 2007-08-21 [wwp]        2.10.0cvs140
64
65         * src/main.c
66         * src/common/utils.h
67                 Route glib's stdout/stderr messages to a log file (Windows only),
68                 instead of loosing them.
69
70 2007-08-21 [paul]       2.10.0cvs139
71
72         * src/mainwindow.c
73                 replace deprecated g_strncasecmp()
74         * src/messageview.c
75                 fix 'List URLS'
76
77 2007-08-20 [ticho]      2.10.0cvs138
78
79         * src/account.c
80         * src/prefs_account.h
81                 Copy all account preferences in account_clone() - some
82                 were missing.
83         * src/prefs_account.c
84                 Handle empty privacy system combobox gracefully (warning
85                 instead of a crash).
86
87 2007-08-20 [colin]      2.10.0cvs137
88
89         * src/ldapctrl.c
90                 Fix a leak
91
92 2007-08-20 [paul]       2.10.0cvs136
93
94         * src/browseldap.c
95         * src/editldap.c
96         * src/ldapctrl.c
97         * src/ldapquery.c
98         * src/ldapquery.h
99         * src/ldapserver.c
100         * src/ldaputil.c
101                 add debug_prints
102                 patch by Michael Rasmussen
103
104 2007-08-19 [colin]      2.10.0cvs135
105
106         * src/imap.c
107                 Fix previous commit. Sensitivity update is needed
108                 for "Cancel receiving". However when batching we
109                 don't need to do it for every message flag change,
110                 just once at the start and once at the end.
111
112 2007-08-19 [colin]      2.10.0cvs134
113
114         * src/imap.c
115                 Remove useless menu updates on session lock/unlock
116
117 2007-08-19 [colin]      2.10.0cvs133
118
119         * src/etpan/imap-thread.c
120                 Make all fetch logs less verbose
121
122 2007-08-19 [paul]       2.10.0cvs132
123
124         * src/foldersel.c
125         * src/folderview.c
126         * src/summaryview.c
127                 fix bug 1286, 'Can't move a folder into a "Folders
128                 Only" folder'
129
130 2007-08-18 [ticho]      2.10.0cvs131
131
132         * src/editaddress_other_attributes_ldap.c
133                 Converted option menu for other ldap attributes to GtkComboBox.
134
135 2007-08-18 [colin]      2.10.0cvs130
136
137         * src/compose.c
138         * src/prefs_common.c
139         * src/prefs_common.h
140         * src/prefs_send.c
141         * src/send_message.c
142                 Revert 'send_dialog_mode' meaning to 
143                 'send_dialog_invisible', so that the 
144                 new checkbox doesn't change the 
145                 existing behaviour.
146
147 2007-08-18 [paul]       2.10.0cvs129
148
149         * src/summaryview.c
150                 add missing menu update
151
152 2007-08-17 [colin]      2.10.0cvs128
153
154         * src/folder.c
155                 Set batching after getting flags - maybe fixes
156                 bug 1292, 'CM crashes on writing mail'
157
158 2007-08-16 [ticho]      2.10.0cvs127
159
160         * src/prefs_send.c
161                 Convert two GtkOptionMenu widgets to new GtkComboBox.
162         * src/gtk/combobox.h
163         * src/gtk/gtkutils.c
164                 Allow NULL for GtkComboBox menuitem label, rendering such
165                 items as row separators.
166
167 2007-08-16 [paul]       2.10.0cvs126
168
169         * src/plugins/trayicon/trayicon.c
170                 remove wrongly used gettextisation
171
172 2007-08-15 [ticho]      2.10.0cvs125
173
174         * src/importldif.c
175                 Fixed a runtime warning where an attempt to pack an
176                 already packed GtkLabel was made.
177
178 2007-08-15 [ticho]      2.10.0cvs124
179
180         * src/prefs_compose_writing.c
181                 Convert the insert-or-attach-dragged-files GtkOptionMenu
182                 into GtkComboBox.
183
184 2007-08-14 [ticho]      2.10.0cvs123
185
186         * src/messageview.c
187         * src/gtk/gtkutils.c
188                 Changed return receipt account selector to GtkComboBox.
189                 Fixed a runtime warning where GTK tried to parse
190                 "name <email@address" as a Pango markup in an alertpanel label.
191
192 2007-08-14 [ticho]      2.10.0cvs122
193
194         * src/prefs_logging.c
195                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
196
197 2007-08-14 [wwp]        2.10.0cvs121
198
199         * tools/Makefile.am
200         * tools/README
201         * tools/popfile-link.sh
202                 Added a new tool: POPFile helper, to open
203                 selected messages in POPFile control center,
204                 in order to change the messages' status.
205
206 2007-08-14 [ticho]      2.10.0cvs120
207
208         * src/compose.c
209         * src/prefs_common.c
210         * src/prefs_common.h
211         * src/prefs_send.c
212         * src/send_message.c
213                 Change "Show send dialog" optionmenu to a checkbutton.
214         * src/prefs_receive.c
215                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
216
217 2007-08-13 [wwp]        2.10.0cvs119
218
219         * src/addr_compl.c
220         * src/addressbook.c
221         * src/addrindex.c
222         * src/compose.c
223         * src/filtering.c
224         * src/folderview.c
225         * src/inc.c
226         * src/matcher.c
227         * src/mh.c
228         * src/partial_download.c
229         * src/prefs_gtk.c
230         * src/procmsg.c
231         * src/stock_pixmap.c
232         * src/summaryview.c
233         * src/common/utils.c
234         * src/gtk/gtkaspell.c
235         * src/gtk/menu.c
236                 Make sure we never pass NULL pointers for %s substitutions
237                 (prevent from crashing in Windows).
238
239 2007-08-13 [wwp]        2.10.0cvs118
240
241         * src/msgcache.c
242                 Re-enable mmap_reads in Windows with some missing
243                 CloseHandle of mapping objects, thanks to
244                 Marcus Brinkmann.
245
246 2007-08-13 [paul]       2.10.0cvs117
247
248         * src/common/utils.c
249                 fix bug 1287, 'Compile time problem on Solaris
250                 (nexenta gnu/Solaris) utils.c'
251                 Thanks to Piotr Chrzczonowicz
252
253 2007-08-12 [wwp]        2.10.0cvs116
254
255         * src/plugins/pgpcore/prefs_gpg.c
256                 Don't try to unset a GPG_AGENT_INFO that was not
257                 set (and don't use a NULL string in Windows, it was
258                 crashing with --debug if GPG_AGENT_INFO was not set).
259
260 2007-08-12 [wwp]        2.10.0cvs115
261
262         * src/privacy.h
263                 Make gcc type-check arguments passed to privacy_set_error().
264
265 2007-08-12 [ticho]      2.10.0cvs114
266
267         * src/prefs_folder_item.c
268                 Make sure that folder default account combobox always has some
269                 account preselected.
270         * src/gtk/combobox.c
271                 Handle empty combobox gracefully (warning instead of crash).
272
273 2007-08-12 [ticho]      2.10.0cvs114
274
275         * src/prefs_folder_item.c
276                 Make sure that folder default account combobox is not empty.
277         * src/gtk/combobox.c
278                 Handle empty combobox gracefully (warning instead of crash).
279
280 2007-08-11 [paul]       2.10.0cvs113
281
282         * src/addrgather.c
283         * src/folderview.c
284                 use 'subfolder' instead of 'sub-folder', matching
285                 everywhere else the term is used
286         * src/imap_gtk.c
287                 fix engrish
288
289 2007-08-10 [wwp]        2.10.0cvs112
290
291         * src/msgcache.c
292                 Disable mmap reads in Windows only (at least temporarily), they
293                 prevent from renaming/removing target cache files.
294
295 2007-08-10 [paul]
296
297         3.0.0-rc2 released
298
299 2007-08-10 [wwp]        2.10.0cvs111
300
301         * src/msgcache.c
302                 fix unpredictable crashes in Windows due to broken
303                 cache/mark/tags files writting (file were opened for
304                 writing in text mode).
305
306         * src/recv.c
307                 use gettimeofday() from w32lib.h on Windows.
308
309 2007-08-10 [colin]      2.10.0cvs110
310
311         * src/imap.c
312         * src/etpan/imap-thread.c
313         * src/etpan/imap-thread.h
314                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
315
316 2007-08-09 [colin]      2.10.0cvs109
317
318         * src/editldap.c
319                 Fix port being reset to 636 on SSL
320         * src/folder.c
321                 Fix folder_item_get_msg_num_by_file
322                 on drafts/queue folders
323
324 2007-08-09 [wwp]        2.10.0cvs108
325
326         * src/folder.c
327                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
328                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
329
330
331 2007-08-09 [colin]      2.10.0cvs107
332
333         * src/folderview.c
334         * src/summaryview.c
335         * src/gtk/prefswindow.c
336                 A few Maemo layout fixes
337
338 2007-08-09 [paul]       2.10.0cvs106
339
340         * src/prefs_account.c
341                 remove the hyphen from plug-ins to
342                 match everywhere else
343
344 2007-08-08 [wwp]        2.10.0cvs105
345
346         * src/prefs_folder_item.c
347                 Fix an extraneous stealth ^L char.
348
349 2007-08-08 [wwp]        2.10.0cvs104
350
351         * src/prefs_folder_item.c
352                 Better fix, group variables declarations (USE_ASPELL).
353
354 2007-08-08 [wwp]        2.10.0cvs103
355
356         * src/prefs_folder_item.c
357                 Fix compilation w/ USE_ASPELL set (broken
358                 by 2.10.0cvs102).
359
360 2007-08-08 [ticho]      2.10.0cvs102
361
362         * src/prefs_folder_item.c
363                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
364
365 2007-08-08 [colin]      2.10.0cvs101
366
367         * src/imap.c
368         * src/etpan/imap-thread.c
369         * src/etpan/imap-thread.h
370                 Close selected mailbox before doing
371                 status on it.
372
373 2007-08-08 [colin]      2.10.0cvs100
374
375         * src/html.c
376                 Complete symbol table, thanks to wwp.
377                 Fixes bug 1284, 'The html -> text 
378                 converter ignores entities'
379         * src/msgcache.c
380                 Fix possible fd leak
381
382 2007-08-08 [colin]      2.10.0cvs99
383
384         * src/imap.c
385                 Better way to fetch UIDs on non-UIDPLUS servers
386
387 2007-08-07 [colin]      2.10.0cvs98
388
389         * src/imap.c
390                 fix bug 1275, 'auto-saved draft messages not 
391                 always being removed'; Also, make multiple
392                 copy (in the same account) faster by matching
393                 source/destination message UIDs.
394         * src/messageview.c
395                 Don't try to reshow deleted mail
396         * src/msgcache.c
397                 Fix leak on error path
398
399 2007-08-07 [wwp]        2.10.0cvs97
400
401         * manual/account.xml
402         * manual/advanced.xml
403         * manual/fr/account.xml
404         * manual/fr/advanced.xml
405                 Updated the reference manual and the French translation to
406                 reflect 2.10.0cvs84: enable running folder Processing
407                 rules on demand.
408
409 2007-08-06 [wwp]        2.10.0cvs96
410
411         * src/prefs_common.c
412         * src/prefs_common.h
413         * src/textview.c
414                 Allow changing the emphasis color used to highlight
415                 the newsreader/x-mailer header value when it matches
416                 our preferred mail agent (hidden pref 'emphasis_col' added
417                 to clawsrc).
418
419 2007-08-06 [colin]      2.10.0cvs95
420
421         * src/compose.c
422         * src/compose.h
423                 Re-commit 2.10.0cvs86, with a protection
424                 against Pango bug. Also, try to fix 
425                 bug 1275, 'auto-saved draft messages not 
426                 always being removed'
427
428 2007-08-06 [wwp]        2.10.0cvs94
429
430         * src/gtk/quicksearch.c
431                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
432
433 2007-08-06 [ticho]      2.10.0cvs93
434
435         * src/prefs_account.c
436         * src/gtk/combobox.c
437                 Use GtkComboBox instead of GtkOptionMenu for privacy system
438                 selection in account preferences.
439
440 2007-08-06 [wwp]        2.10.0cvs92
441
442         * src/plugins/pgpcore/plugin.def
443                 Apply one more chunk from gpg4win's 03-w32-port patch.
444
445 2007-08-05 [colin]      2.10.0cvs91
446
447         * src/compose.c
448         * src/compose.h
449                 reverting buggy patch for now
450
451 2007-08-05 [colin]      2.10.0cvs90
452
453         * src/folder.c
454                 Fix slowdown
455
456 2007-08-04 [colin]      2.10.0cvs89
457
458         * src/prefs_summaries.c
459         * src/summary_search.c
460                 Replace deprecated widgets. Patch by
461                 Andrej.
462
463 2007-08-04 [colin]      2.10.0cvs88
464
465         * src/mh.c
466                 Refresh GUI only every 2000 mails on mh_get_last_num
467                 This is fast (readdir) and done only once per 
468                 session/folder
469
470 2007-08-03 [colin]      2.10.0cvs87
471
472         * src/prefs_account.c
473         * src/gtk/combobox.h
474         * src/gtk/gtkutils.c
475                 Fix a deprecated widget. Patch by
476                 Andrej
477
478 2007-08-03 [colin]      2.10.0cvs86
479
480         * src/compose.c
481         * src/compose.h
482                 Make colorisation and wrapping algorithms
483                 faster. Fixes bug 1246, 'compose becomes 
484                 increasingly slow replying to complex emails'
485
486 2007-08-03 [paul]       2.10.0cvs85
487
488         * src/mh.c
489                 keep the window painted
490
491 2007-08-02 [paul]       2.10.0cvs84
492
493         * src/folderview.c
494         * src/mainwindow.c
495         * src/mainwindow.h
496                 enable running folder Processing
497                 rules on demand
498
499 2007-08-02 [paul]       2.10.0cvs83
500
501         * src/textview.c
502                 speed up/clean up rendering of larger
503                 msgs
504                 Thanks to Colin
505
506 2007-08-01 [paul]       2.10.0cvs82
507
508         * src/mainwindow.h
509                 clean up cruft
510         * src/toolbar.c
511                 change default toolbar layout on maemo
512         * src/pixmaps/close.xpm
513                 make the red cross a grey cross
514         * src/pixmaps/jpilot.xpm
515                 make icon smaller so it fits better
516
517 2007-07-31 [paul]       2.10.0cvs81
518
519         * src/setup.c
520         * src/gtk/gtkutils.c
521                 fix crash on maemo on first launch
522
523 2007-07-30 [paul]       2.10.0cvs80
524
525         * src/prefs_matcher.c
526                 specify the units of age and size
527
528 2007-07-30 [paul]       2.10.0cvs79
529
530         * src/main.c
531                 Fix IMAP timeout setting
532
533 2007-07-30 [colin]      2.10.0cvs78
534
535         * src/prefs_account.c
536                 Fix a deprecated widget. Patch by
537                 Andrej
538
539 2007-07-27 [paul]       2.10.0cvs77
540
541         * src/matcher_parser_parse.y
542         * src/prefs_filtering_action.c
543         * src/prefs_matcher.c
544                 these changes forgotten in cvs74's
545                 'watch thread' feature
546
547 2007-07-27 [paul]       2.10.0cvs76
548
549         * src/compose.c
550                 fix potential crasher
551                 thanks to Colin
552
553 2007-07-27 [paul]       2.10.0cvs75
554
555         * src/mainwindow.c
556         * src/manual.c
557         * src/manual.h
558         * src/gtk/gtkutils.c
559                 make mainwindow's /Help/Manual point to the
560                 remote copy if the local copy doesn't exist
561
562 2007-07-27 [paul]       2.10.0cvs74
563
564         * src/Makefile.am
565         * src/filtering.c
566         * src/folder.c
567         * src/mainwindow.c
568         * src/matcher.c
569         * src/matcher.h
570         * src/matcher_parser_parse.y
571         * src/procmsg.c
572         * src/procmsg.h
573         * src/stock_pixmap.c
574         * src/stock_pixmap.h
575         * src/summaryview.c
576         * src/summaryview.h
577         * src/toolbar.c
578         * src/toolbar.h
579         * src/pixmaps/watchthread.xpm
580                 add 'watch thread' feature
581
582 2007-07-27 [paul]       2.10.0cvs73
583
584         * src/prefs_folder_item.c
585                 adjust labels, add tooltips
586
587 2007-07-27 [colin]      2.10.0cvs72
588
589         * src/summaryview.c
590                 Maemo: Remove less used menu items
591
592 2007-07-26 [colin]      2.10.0cvs71
593
594         * src/messageview.c
595                 Maemo: destroy messageview after trashing mail.
596                 Maybe should be done on X11 too
597
598 2007-07-26 [colin]      2.10.0cvs70
599
600         * src/folderview.c
601         * src/mainwindow.c
602         * src/prefs_common.c
603         * src/prefs_common.h
604         * src/summaryview.c
605                 Add View/Show or Hide/Column headers
606
607 2007-07-26 [colin]      2.10.0cvs69
608
609         * src/procmime.c
610                 Fix unwanted output
611
612 2007-07-26 [colin]      2.10.0cvs68
613
614         * src/ldapserver.c
615                 Fix possible crash on cache invalidation
616         * src/compose.c
617         * src/procmime.c
618         * src/procmime.h
619         * src/quote_fmt_parse.y
620                 Make replying to mails with big attachments
621                 much faster. Fixes bug 1224, 'The process of 
622                 Replying to emails with large attachments 
623                 seems unreasonably long...'
624
625 2007-07-26 [colin]      2.10.0cvs67
626
627         * src/mimeview.c
628         * src/matcher.c
629         * src/common/ssl.c
630                 Fix threads use on BSDs
631
632 2007-07-26 [paul]       2.10.0cvs66
633
634         * src/gtk/prefswindow.c
635                 fix account prefs breakage
636                 thanks to Colin
637
638 2007-07-26 [paul]       2.10.0cvs65
639
640         * configure.ac
641                 standardise ./configure --help messages
642
643 2007-07-26 [colin]      2.10.0cvs64
644
645         * src/addressbook.c
646         * src/editaddress.c
647                 Fix two vCard-related crashes
648
649 2007-07-25 [colin]      2.10.0cvs63
650
651         * src/inc.c
652         * src/prefs_common.c
653         * src/prefs_common.h
654         * src/prefs_receive.c
655                 Maemo: Add a better way to notify of
656                 new mails
657         * src/mainwindow.c
658         * src/statusbar.h
659         * src/summaryview.c
660         * src/toolbar.c
661                 Maemo: Various layout fixes
662         * src/gtk/prefswindow.c
663                 Maemo: Better prefs layout
664
665 2007-07-25 [paul]       2.10.0cvs62
666
667         * src/textview.c
668                 fix the layout on maemo
669                 thanks to Colin
670
671 2007-07-25 [iwkse]      2.10.0cvs61
672
673         * src/summaryview.c
674                 add 'o' shortcut on summaryview
675
676 2007-07-25 [iwkse]      2.10.0cvs60
677
678         * src/textview.c
679                 fix o shortcut
680
681 2007-07-24 [colin]      2.10.0cvs59
682
683         * src/mh.c
684                 Fix missing timestamp update on source
685                 folder when moving
686         * src/textview.c
687         * src/textview.h
688                 Better text layout on part's choices
689
690 2007-07-23 [colin]      2.10.0cvs58
691
692         * src/mimeview.c
693         * src/textview.c
694                 Maemo: Automatically choose the correct application
695                 to open parts
696         * src/gtk/quicksearch.c
697                 Make search run on GDK_KP_Enter too
698
699 2007-07-23 [wwp]        2.10.0cvs57
700
701         * src/quote_fmt_lex.l
702                 Revert accidentaly committed lines (account_sig) in
703                 2.10.0cvs56.
704
705 2007-07-23 [wwp]        2.10.0cvs56
706
707         * src/quote_fmt_lex.l
708                 Fix typos around long form expressions in the quote lexer.
709
710 2007-07-23 [paul]
711
712         3.0.0-rc1 released
713
714 2007-07-23 [colin]      2.10.0cvs55
715
716         * src/addr_compl.c
717                 Fix auto-completion on Maemo
718
719 2007-07-23 [colin]      2.10.0cvs54
720
721         * src/statusbar.c
722                 Maemo: Fix sticking statusbars
723
724 2007-07-22 [colin]      2.10.0cvs53
725
726         * src/main.c
727                 Maemo: Fix the strange "top_application" info
728                 at startup. We should do something when 
729                 receiving such a message.
730
731 2007-07-20 [paul]       2.10.0cvs52
732
733         * src/news_gtk.c
734                 add missing #include "statusbar.h"
735
736 2007-07-20 [colin]      2.10.0cvs51
737
738         * src/folder.c
739         * src/folder.h
740         * src/folder_item_prefs.c
741         * src/folder_item_prefs.h
742         * src/folderview.c
743         * src/imap.c
744         * src/imap_gtk.c
745         * src/imap_gtk.h
746         * src/news.c
747         * src/news_gtk.c
748         * src/news_gtk.h
749         * src/prefs_folder_item.c
750                 Implement age-based caching: allow to
751                 specify a threshold for the offline synchronisation
752                 feature, and whether old cached bodies should 
753                 be removed
754         * src/toolbar.c
755         * src/toolbar.h
756                 Fix label/tooltips
757         * src/plugins/dillo_viewer/dillo_viewer.c
758                 Check that Dillo's installed
759
760 2007-07-20 [wwp]        2.10.0cvs50
761
762         * src/mimeview.c
763         * src/stock_pixmap.c
764                 Draw a frame around the selected mimeview part icon (instead of the
765                 shifted 'dancing' icon).
766
767 2007-07-20 [colin]      2.10.0cvs49
768
769         * src/main.c
770                 Unref stuff even on error
771         * src/wizard.c
772                 disconnect signals only at the very
773                 end of the wizard save.
774
775 2007-07-20 [colin]      2.10.0cvs48
776
777         * src/mainwindow.c
778         * src/messageview.c
779         * src/toolbar.c
780         * src/toolbar.h
781                 Fix random crashes while navigating
782                 (GTK_EVENTS_FLUSH)
783
784 2007-07-19 [colin]      2.10.0cvs47
785
786         * configure.ac
787         * src/main.c
788         * src/prefs_common.c
789         * src/prefs_common.h
790         * src/wizard.c
791         * src/common/defs.h
792         * src/common/utils.c
793                 Maemo: add an easy way to store data (mails
794                 and IMAP/NNTP caches) on one of the SD cards,
795                 and protect against unmounts if needed
796
797 2007-07-19 [paul]       2.10.0cvs46
798
799         * src/Makefile.am
800         * src/stock_pixmap.c
801         * src/gtk/about.c
802         * src/pixmaps/claws-mail_logo-small.xpm
803                 implement a (slightly) different About
804                 dialog for maemo and add a small version
805                 of the logo for it
806         * src/wizard.c
807                 use a scrolled window for wizard page 1
808                 on maemo
809
810 2007-07-19 [paul]       2.10.0cvs45
811
812         * src/Makefile.am
813                 too soon for this line
814
815 2007-07-19 [paul]       2.10.0cvs44
816
817         * src/Makefile.am
818                 fix build on n800
819
820 2007-07-19 [colin]      2.10.0cvs43
821
822         * src/wizard.c
823                 Solve Mail/Mailbox name when specifying
824                 full /path/to/Mail.
825
826 2007-07-18 [colin]      2.10.0cvs42
827
828         * src/inc.c
829         * configure.ac
830                 Fix build on n770
831
832 2007-07-18 [colin]      2.10.0cvs41
833
834         * src/inc.c
835                 Maemo: plug the online/offline system into
836                 maemo's interfaces to have Claws automatically
837                 switch according to the system status
838         * src/statusbar.c
839                 Maemo: use HildonBanners to display status
840                 messages. Renders the main statusbar useless.
841
842 2007-07-18 [paul]       2.10.0cvs40
843
844         * src/filtering.c
845                 fix screen blanking on moving/copying many msgs
846         * src/folder.c
847                 fix processing progressbar and screen blanking
848                 during processing
849
850 2007-07-18 [paul]       2.10.0cvs39
851
852         * src/messageview.c
853                 revert cvs37, breakage on maemo
854
855 2007-07-18 [paul]       2.10.0cvs38
856
857         * src/gtk/gtkutils.c
858                 make sure we can still build with older GTK's
859
860 2007-07-18 [colin]      2.10.0cvs37
861
862         * src/messageview.c
863                 Only hide the small layout's messageview, instead
864                 of destroying it when closing
865         * src/gtk/gtkutils.c
866                 Use gtk_window_present_with_time to popup windows,
867                 it seems to make things better with modern WMs
868                 (actually focusing)
869
870 2007-07-17 [colin]      2.10.0cvs36
871
872         * src/editaddress.c
873                 Simplify layout on Maemo
874         * src/folder.c
875                 Fix possible crash
876         * src/prefs_display_header.c
877                 Remove some headers by default on Maemo
878
879 2007-07-17 [paul]       2.10.0cvs35
880
881         * src/prefs_common.c
882         * src/prefs_common.h
883         * src/prefs_logging.c
884         * src/common/log.c
885                 add options to stop/enable writing logs to disc
886
887 2007-07-17 [paul]       2.10.0cvs34
888
889         * src/edittags.c
890                 fix some issues with the Apply tags window:
891                 - set search column (enables autocompl in the treeview)
892                 - apply tag from "New tag" if it existed
893                 - clears New tag entry when adding it with the button
894                 Thanks to Colin
895
896 2007-07-17 [paul]       2.10.0cvs33
897
898         * src/edittags.c
899                 fix 'apply tags' dialogue weirdness
900
901 2007-07-16 [colin]      2.10.0cvs32
902
903         * src/toolbar.c
904                 Fix double-loading of mails on Maemo
905
906 2007-07-16 [colin]      2.10.0cvs31
907
908         * src/messageview.c
909                 Prevent double-loading of the same part under some
910                 conditions; hide statusbar on Maemo
911
912 2007-07-16 [colin]      2.10.0cvs30
913
914         * src/edittags.c
915         * src/edittags.h
916         * src/mainwindow.c
917         * src/summaryview.c
918                 Improve the tag interface - allow
919                 to set/unset tags from a special
920                 window.
921         * src/gtk/gtkvscrollbutton.c
922         * src/mimeview.c
923         * src/mimeview.h
924         * src/stock_pixmap.c
925                 Fix Mimeview's ugly hacks in the
926                 icon list. 
927
928 2007-07-16 [paul]       2.10.0cvs29
929
930         * src/wizard.c
931                 rework dialog
932         * src/gtk/icon_legend.c
933                 put it all in a scrolled window
934
935 2007-07-15 [colin]      2.10.0cvs28
936
937         * src/mainwindow.c
938                 Maemo: force layout to be Small screen; the
939                 others don't make sense
940
941 2007-07-14 [colin]      2.10.0cvs27
942
943         * src/mimeview.c
944         * src/gtk/gtkvscrollbutton.c
945                 Maemo: Fix mimeview's buttons size
946
947 2007-07-14 [colin]      2.10.0cvs26
948
949         * src/toolbar.c
950                 Fix the button workaround fix.
951                 (Use the correct variable)
952
953 2007-07-14 [colin]      2.10.0cvs25
954
955         * src/mainwindow.c
956         * src/toolbar.c
957                 Maemo: put the progress bar in the
958                 toolbar
959
960 2007-07-14 [colin]      2.10.0cvs24
961
962         * src/prefs_common.c
963                 Maemo: hide statusbar by default
964         * src/Makefile.am
965         * src/stock_pixmap.c
966         * src/stock_pixmap.h
967         * src/toolbar.c
968         * src/pixmaps/go_folders.xpm
969                 Maemo: Add a specific icon to go back to
970                 folder list
971
972 2007-07-14 [colin]      2.10.0cvs23
973
974         * src/toolbar.c
975                 Don't set homogeneous finally
976
977 2007-07-14 [colin]      2.10.0cvs22
978
979         * src/toolbar.c
980                 Fix button show/hide issues
981
982 2007-07-14 [colin]      2.10.0cvs21
983
984         * src/toolbar.c
985                 Fix huge arrows
986                 Fix button workaround to be able to click
987                 if mouse was on button when it went un-
988                 sensitive.
989                 Revert previous commit, gtk_tool_item_set_homogeneous
990                 doesn't mean what it seems to mean ;-)
991
992 2007-07-14 [paul]       2.10.0cvs20
993
994         * src/toolbar.c
995                 make homogeneous FALSE always
996
997 2007-07-13 [colin]      2.10.0cvs19
998
999         * src/toolbar.c
1000         * src/toolbar.h
1001                 Rework to fit the non-deprecated API
1002         * src/compose.c
1003         * src/folderview.c
1004         * src/mainwindow.c
1005         * src/messageview.c
1006         * src/summaryview.c
1007                 Maemo layout changes. Better toolbars,
1008                 removal of CTree headers. 
1009
1010 2007-07-13 [paul]       2.10.0cvs18
1011
1012         * src/gtk/colorlabel.c
1013                 fix bug 1261, '[DE] coloring messages in overview 
1014                 keys are not localised'
1015                 the string is now included in claws-mail.pot
1016
1017 2007-07-13 [colin]      2.10.0cvs17
1018
1019         * src/summaryview.c
1020                 Fix bug 1267, 'printing mutliple messages 
1021                 opens one message-dialog after the other'
1022                 Ask for confirmation when printing 10
1023                 messages or more.
1024
1025 2007-07-11 [colin]      2.10.0cvs16
1026
1027         * COPYING
1028         * README
1029         * autogen.sh
1030         * manual/claws-mail-manual.xml
1031         * manual/gpl.xml
1032         * manual/es/claws-mail-manual.xml
1033         * manual/es/gpl.xml
1034         * manual/fr/claws-mail-manual.xml
1035         * manual/fr/gpl.xml
1036         * manual/pl/gpl.xml
1037         * src/account.c
1038         * src/account.h
1039         * src/action.c
1040         * src/action.h
1041         * src/adbookbase.h
1042         * src/addr_compl.c
1043         * src/addr_compl.h
1044         * src/addrbook.c
1045         * src/addrbook.h
1046         * src/addrcache.c
1047         * src/addrcache.h
1048         * src/addrcindex.c
1049         * src/addrcindex.h
1050         * src/addrclip.c
1051         * src/addrclip.h
1052         * src/addrdefs.h
1053         * src/addressadd.c
1054         * src/addressadd.h
1055         * src/addressbook.c
1056         * src/addressbook.h
1057         * src/addressbook_foldersel.c
1058         * src/addressbook_foldersel.h
1059         * src/addressitem.h
1060         * src/addrgather.c
1061         * src/addrgather.h
1062         * src/addrharvest.c
1063         * src/addrharvest.h
1064         * src/addrindex.c
1065         * src/addrindex.h
1066         * src/addritem.c
1067         * src/addritem.h
1068         * src/addrquery.c
1069         * src/addrquery.h
1070         * src/addrselect.c
1071         * src/addrselect.h
1072         * src/alertpanel.c
1073         * src/alertpanel.h
1074         * src/browseldap.c
1075         * src/browseldap.h
1076         * src/codeconv.c
1077         * src/codeconv.h
1078         * src/compose.c
1079         * src/compose.h
1080         * src/crash.c
1081         * src/crash.h
1082         * src/customheader.c
1083         * src/customheader.h
1084         * src/displayheader.c
1085         * src/displayheader.h
1086         * src/editaddress.c
1087         * src/editaddress.h
1088         * src/editaddress_other_attributes_ldap.c
1089         * src/editaddress_other_attributes_ldap.h
1090         * src/editbook.c
1091         * src/editbook.h
1092         * src/editgroup.c
1093         * src/editgroup.h
1094         * src/editjpilot.c
1095         * src/editjpilot.h
1096         * src/editldap.c
1097         * src/editldap.h
1098         * src/editldap_basedn.c
1099         * src/editldap_basedn.h
1100         * src/edittags.c
1101         * src/edittags.h
1102         * src/editvcard.c
1103         * src/editvcard.h
1104         * src/enriched.c
1105         * src/enriched.h
1106         * src/exphtmldlg.c
1107         * src/exphtmldlg.h
1108         * src/expldifdlg.c
1109         * src/expldifdlg.h
1110         * src/export.c
1111         * src/export.h
1112         * src/exporthtml.c
1113         * src/exporthtml.h
1114         * src/exportldif.c
1115         * src/exportldif.h
1116         * src/filtering.c
1117         * src/filtering.h
1118         * src/folder.c
1119         * src/folder.h
1120         * src/folder_item_prefs.c
1121         * src/folder_item_prefs.h
1122         * src/foldersel.c
1123         * src/foldersel.h
1124         * src/folderutils.c
1125         * src/folderutils.h
1126         * src/folderview.c
1127         * src/folderview.h
1128         * src/gedit-print.c
1129         * src/gedit-print.h
1130         * src/grouplistdialog.c
1131         * src/grouplistdialog.h
1132         * src/headerview.c
1133         * src/headerview.h
1134         * src/html.c
1135         * src/html.h
1136         * src/image_viewer.c
1137         * src/image_viewer.h
1138         * src/imap.c
1139         * src/imap.h
1140         * src/imap_gtk.c
1141         * src/imap_gtk.h
1142         * src/import.c
1143         * src/import.h
1144         * src/importldif.c
1145         * src/importldif.h
1146         * src/importmutt.c
1147         * src/importmutt.h
1148         * src/importpine.c
1149         * src/importpine.h
1150         * src/inc.c
1151         * src/inc.h
1152         * src/jpilot.c
1153         * src/jpilot.h
1154         * src/ldapctrl.c
1155         * src/ldapctrl.h
1156         * src/ldaplocate.c
1157         * src/ldaplocate.h
1158         * src/ldapquery.c
1159         * src/ldapquery.h
1160         * src/ldapserver.c
1161         * src/ldapserver.h
1162         * src/ldapupdate.c
1163         * src/ldapupdate.h
1164         * src/ldaputil.c
1165         * src/ldaputil.h
1166         * src/ldif.c
1167         * src/ldif.h
1168         * src/localfolder.c
1169         * src/localfolder.h
1170         * src/main.c
1171         * src/main.h
1172         * src/mainwindow.c
1173         * src/mainwindow.h
1174         * src/manual.c
1175         * src/manual.h
1176         * src/matcher.c
1177         * src/matcher.h
1178         * src/matcher_parser.h
1179         * src/matcher_parser_lex.l
1180         * src/matcher_parser_parse.y
1181         * src/mbox.c
1182         * src/mbox.h
1183         * src/message_search.c
1184         * src/message_search.h
1185         * src/messageview.c
1186         * src/messageview.h
1187         * src/mh.c
1188         * src/mh.h
1189         * src/mh_gtk.c
1190         * src/mh_gtk.h
1191         * src/mimeview.c
1192         * src/mimeview.h
1193         * src/msgcache.c
1194         * src/msgcache.h
1195         * src/mutt.c
1196         * src/mutt.h
1197         * src/news.c
1198         * src/news.h
1199         * src/news_gtk.c
1200         * src/news_gtk.h
1201         * src/noticeview.c
1202         * src/noticeview.h
1203         * src/partial_download.c
1204         * src/partial_download.h
1205         * src/pine.c
1206         * src/pine.h
1207         * src/pop.c
1208         * src/pop.h
1209         * src/prefs_account.c
1210         * src/prefs_account.h
1211         * src/prefs_actions.c
1212         * src/prefs_actions.h
1213         * src/prefs_common.c
1214         * src/prefs_common.h
1215         * src/prefs_compose_writing.c
1216         * src/prefs_compose_writing.h
1217         * src/prefs_customheader.c
1218         * src/prefs_customheader.h
1219         * src/prefs_display_header.c
1220         * src/prefs_display_header.h
1221         * src/prefs_ext_prog.c
1222         * src/prefs_ext_prog.h
1223         * src/prefs_filtering.c
1224         * src/prefs_filtering.h
1225         * src/prefs_filtering_action.c
1226         * src/prefs_filtering_action.h
1227         * src/prefs_folder_column.c
1228         * src/prefs_folder_column.h
1229         * src/prefs_folder_item.c
1230         * src/prefs_folder_item.h
1231         * src/prefs_fonts.c
1232         * src/prefs_fonts.h
1233         * src/prefs_gtk.c
1234         * src/prefs_gtk.h
1235         * src/prefs_image_viewer.c
1236         * src/prefs_image_viewer.h
1237         * src/prefs_logging.c
1238         * src/prefs_logging.h
1239         * src/prefs_matcher.c
1240         * src/prefs_matcher.h
1241         * src/prefs_message.c
1242         * src/prefs_message.h
1243         * src/prefs_msg_colors.c
1244         * src/prefs_msg_colors.h
1245         * src/prefs_other.c
1246         * src/prefs_other.h
1247         * src/prefs_quote.c
1248         * src/prefs_quote.h
1249         * src/prefs_receive.c
1250         * src/prefs_receive.h
1251         * src/prefs_send.c
1252         * src/prefs_send.h
1253         * src/prefs_spelling.c
1254         * src/prefs_spelling.h
1255         * src/prefs_summaries.c
1256         * src/prefs_summaries.h
1257         * src/prefs_summary_column.c
1258         * src/prefs_summary_column.h
1259         * src/prefs_summary_open.c
1260         * src/prefs_summary_open.h
1261         * src/prefs_template.c
1262         * src/prefs_template.h
1263         * src/prefs_themes.c
1264         * src/prefs_themes.h
1265         * src/prefs_toolbar.c
1266         * src/prefs_toolbar.h
1267         * src/prefs_wrapping.c
1268         * src/prefs_wrapping.h
1269         * src/privacy.c
1270         * src/privacy.h
1271         * src/procheader.c
1272         * src/procheader.h
1273         * src/procmime.c
1274         * src/procmime.h
1275         * src/procmsg.c
1276         * src/procmsg.h
1277         * src/quote_fmt.c
1278         * src/quote_fmt_lex.l
1279         * src/quote_fmt_parse.y
1280         * src/recv.c
1281         * src/recv.h
1282         * src/remotefolder.c
1283         * src/remotefolder.h
1284         * src/send_message.c
1285         * src/send_message.h
1286         * src/setup.c
1287         * src/setup.h
1288         * src/simple-gettext.c
1289         * src/sourcewindow.c
1290         * src/sourcewindow.h
1291         * src/ssl_manager.c
1292         * src/ssl_manager.h
1293         * src/statusbar.c
1294         * src/statusbar.h
1295         * src/stock_pixmap.c
1296         * src/stock_pixmap.h
1297         * src/summary_search.c
1298         * src/summary_search.h
1299         * src/summaryview.c
1300         * src/summaryview.h
1301         * src/textview.c
1302         * src/textview.h
1303         * src/toolbar.c
1304         * src/toolbar.h
1305         * src/undo.c
1306         * src/undo.h
1307         * src/unmime.c
1308         * src/unmime.h
1309         * src/uri_opener.c
1310         * src/uri_opener.h
1311         * src/vcard.c
1312         * src/vcard.h
1313         * src/wizard.c
1314         * src/wizard.h
1315         * src/common/base64.c
1316         * src/common/base64.h
1317         * src/common/claws.c
1318         * src/common/claws.h
1319         * src/common/defs.h
1320         * src/common/fnmatch.c
1321         * src/common/fnmatch.h
1322         * src/common/fnmatch_loop.c
1323         * src/common/hooks.c
1324         * src/common/hooks.h
1325         * src/common/log.c
1326         * src/common/log.h
1327         * src/common/md5.c
1328         * src/common/md5.h
1329         * src/common/mgutils.c
1330         * src/common/mgutils.h
1331         * src/common/nntp.c
1332         * src/common/nntp.h
1333         * src/common/passcrypt.c
1334         * src/common/passcrypt.h.in
1335         * src/common/plugin.c
1336         * src/common/plugin.h
1337         * src/common/prefs.c
1338         * src/common/prefs.h
1339         * src/common/progressindicator.c
1340         * src/common/progressindicator.h
1341         * src/common/quoted-printable.c
1342         * src/common/quoted-printable.h
1343         * src/common/session.c
1344         * src/common/session.h
1345         * src/common/smtp.c
1346         * src/common/smtp.h
1347         * src/common/socket.c
1348         * src/common/socket.h
1349         * src/common/ssl.c
1350         * src/common/ssl.h
1351         * src/common/ssl_certificate.c
1352         * src/common/ssl_certificate.h
1353         * src/common/string_match.c
1354         * src/common/string_match.h
1355         * src/common/stringtable.c
1356         * src/common/stringtable.h
1357         * src/common/tags.c
1358         * src/common/tags.h
1359         * src/common/template.c
1360         * src/common/template.h
1361         * src/common/timing.h
1362         * src/common/utils.c
1363         * src/common/utils.h
1364         * src/common/uuencode.c
1365         * src/common/uuencode.h
1366         * src/common/version.h.in
1367         * src/common/w32_dirent.c
1368         * src/common/w32_reg.c
1369         * src/common/w32_signal.c
1370         * src/common/w32_stat.c
1371         * src/common/w32_stdlib.c
1372         * src/common/w32_string.c
1373         * src/common/w32_time.c
1374         * src/common/w32_unistd.c
1375         * src/common/w32_wait.c
1376         * src/common/w32lib.h
1377         * src/common/xml.c
1378         * src/common/xml.h
1379         * src/common/xmlprops.c
1380         * src/common/xmlprops.h
1381         * src/etpan/etpan-errors.h
1382         * src/etpan/etpan-thread-manager-types.h
1383         * src/etpan/etpan-thread-manager.c
1384         * src/etpan/etpan-thread-manager.h
1385         * src/etpan/imap-thread.c
1386         * src/etpan/imap-thread.h
1387         * src/gtk/about.c
1388         * src/gtk/about.h
1389         * src/gtk/colorlabel.c
1390         * src/gtk/colorlabel.h
1391         * src/gtk/colorsel.c
1392         * src/gtk/colorsel.h
1393         * src/gtk/combobox.c
1394         * src/gtk/combobox.h
1395         * src/gtk/description_window.c
1396         * src/gtk/description_window.h
1397         * src/gtk/filesel.c
1398         * src/gtk/filesel.h
1399         * src/gtk/foldersort.c
1400         * src/gtk/foldersort.h
1401         * src/gtk/gtkaspell.c
1402         * src/gtk/gtkaspell.h
1403         * src/gtk/gtksctree.c
1404         * src/gtk/gtkshruler.c
1405         * src/gtk/gtkshruler.h
1406         * src/gtk/gtksourceprintjob.c
1407         * src/gtk/gtksourceprintjob.h
1408         * src/gtk/gtkutils.c
1409         * src/gtk/gtkutils.h
1410         * src/gtk/gtkvscrollbutton.c
1411         * src/gtk/gtkvscrollbutton.h
1412         * src/gtk/icon_legend.c
1413         * src/gtk/icon_legend.h
1414         * src/gtk/inputdialog.c
1415         * src/gtk/inputdialog.h
1416         * src/gtk/logwindow.c
1417         * src/gtk/logwindow.h
1418         * src/gtk/manage_window.c
1419         * src/gtk/manage_window.h
1420         * src/gtk/menu.c
1421         * src/gtk/menu.h
1422         * src/gtk/pluginwindow.c
1423         * src/gtk/pluginwindow.h
1424         * src/gtk/prefswindow.c
1425         * src/gtk/prefswindow.h
1426         * src/gtk/progressdialog.c
1427         * src/gtk/progressdialog.h
1428         * src/gtk/quicksearch.c
1429         * src/gtk/quicksearch.h
1430         * src/gtk/sslcertwindow.c
1431         * src/gtk/sslcertwindow.h
1432         * src/plugins/bogofilter/bogofilter.c
1433         * src/plugins/bogofilter/bogofilter.h
1434         * src/plugins/bogofilter/bogofilter_gtk.c
1435         * src/plugins/clamav/clamav_plugin.c
1436         * src/plugins/clamav/clamav_plugin.h
1437         * src/plugins/clamav/clamav_plugin_gtk.c
1438         * src/plugins/demo/demo.c
1439         * src/plugins/dillo_viewer/dillo_prefs.c
1440         * src/plugins/dillo_viewer/dillo_prefs.h
1441         * src/plugins/dillo_viewer/dillo_viewer.c
1442         * src/plugins/pgpcore/passphrase.c
1443         * src/plugins/pgpcore/passphrase.h
1444         * src/plugins/pgpcore/pgp_viewer.c
1445         * src/plugins/pgpcore/pgp_viewer.h
1446         * src/plugins/pgpcore/plugin.c
1447         * src/plugins/pgpcore/prefs_gpg.c
1448         * src/plugins/pgpcore/prefs_gpg.h
1449         * src/plugins/pgpcore/select-keys.c
1450         * src/plugins/pgpcore/select-keys.h
1451         * src/plugins/pgpcore/sgpgme.c
1452         * src/plugins/pgpcore/sgpgme.h
1453         * src/plugins/pgpinline/pgpinline.c
1454         * src/plugins/pgpinline/pgpinline.h
1455         * src/plugins/pgpinline/plugin.c
1456         * src/plugins/pgpmime/pgpmime.c
1457         * src/plugins/pgpmime/pgpmime.h
1458         * src/plugins/pgpmime/plugin.c
1459         * src/plugins/spamassassin/spamassassin.c
1460         * src/plugins/spamassassin/spamassassin.h
1461         * src/plugins/spamassassin/spamassassin_gtk.c
1462         * src/plugins/trayicon/trayicon.c
1463         * src/plugins/trayicon/trayicon_prefs.c
1464         * src/plugins/trayicon/trayicon_prefs.h
1465         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1466         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1467         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1468         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1469         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1470         * tools/OOo2claws-mail.pl
1471         * tools/README.sylprint
1472         * tools/acroread2claws-mail.pl
1473         * tools/claws-mail-compose-insert-files.pl
1474         * tools/convert_mbox.pl
1475         * tools/filter_conv.pl
1476         * tools/filter_conv_new.pl
1477         * tools/fix_date.sh
1478         * tools/freshmeat_search.pl
1479         * tools/google_search.pl
1480         * tools/kmail-mailbox2claws-mail.pl
1481         * tools/kmail2claws-mail.pl
1482         * tools/kmail2claws-mail_v2.pl
1483         * tools/mairix.sh
1484         * tools/make.themes.project
1485         * tools/multiwebsearch.pl
1486         * tools/nautilus2claws-mail.sh
1487         * tools/outlook2claws-mail.pl
1488         * tools/textviewer.sh
1489         * tools/thunderbird-filters-convertor.pl
1490         * tools/update-po
1491         * tools/uuooffice
1492         * tools/vcard2xml.py
1493         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1494                 Upgrade to GPLv3 or later.
1495
1496 2007-07-10 [wwp]        2.10.0cvs15
1497
1498         * src/main.c
1499                 Fix re-opening of all composing messages that were
1500                 opened when closing the previous instance, thanks
1501                 to Colin.
1502
1503 2007-07-10 [paul]       2.10.0cvs14
1504
1505         * src/editaddress_other_attributes_ldap.c
1506         * src/ldapupdate.c
1507                 fix crash on selecting 'other attributes' combo
1508                 for either a new entry or an old entry with no
1509                 existing attributes.
1510                 fix bug on editing multiple attributes which
1511                 resulted them all having the value of the last
1512                 one changed.
1513                 Thanks to Colin
1514
1515 2007-07-10 [colin]      2.10.0cvs13
1516
1517         * src/editaddress.c
1518         * src/editaddress_other_attributes_ldap.h
1519         * src/ldapupdate.c
1520                 Fix --disable-ldap build
1521
1522 2007-07-09 [colin]      2.10.0cvs12
1523
1524         * src/Makefile.am
1525         * src/addritem.c
1526         * src/addritem.h
1527         * src/editaddress.c
1528         * src/editaddress_other_attributes_ldap.c
1529         * src/editaddress_other_attributes_ldap.h
1530         * src/editldap.c
1531         * src/ldapctrl.c
1532         * src/ldapctrl.h
1533         * src/ldapupdate.c
1534                 Add capability to edit all inetOrgPerson
1535                 attributes on LDAP. Patch by Michael 
1536                 Rasmussen
1537
1538 2007-07-09 [colin]      2.10.0cvs11
1539
1540         * src/Makefile.am
1541         * src/exporthtml.c
1542         * src/mbox.c
1543         * src/msgcache.c
1544         * src/prefs_summaries.c
1545         * src/prefs_themes.c
1546         * src/procheader.c
1547         * src/common/Makefile.am
1548         * src/common/log.c
1549         * src/common/timing.h
1550         * src/common/utils.c
1551         * src/common/utils.h
1552         * src/common/w32_account.c
1553         * src/common/w32lib.h
1554         * src/gtk/Makefile.am
1555         * src/gtk/colorlabel.c
1556         * src/plugins/pgpcore/Makefile.am
1557         * src/plugins/pgpcore/claws.def
1558         * src/plugins/pgpcore/passphrase.c
1559         * src/plugins/pgpcore/pgp_viewer.c
1560         * src/plugins/pgpcore/plugin.def
1561         * src/plugins/pgpcore/sgpgme.c
1562         * src/plugins/pgpinline/Makefile.am
1563         * src/plugins/pgpinline/claws.def
1564         * src/plugins/pgpinline/mypgpcore.def
1565         * src/plugins/pgpinline/plugin.def
1566         * src/plugins/pgpmime/Makefile.am
1567         * src/plugins/pgpmime/claws.def
1568         * src/plugins/pgpmime/mypgpcore.def
1569         * src/plugins/pgpmime/plugin.def
1570                 Commit win32 patch, from Werner Koch and
1571                 Marcus Brinkmann
1572
1573 2007-07-09 [colin]      2.10.0cvs10
1574
1575         * src/prefs_toolbar.c
1576                 Fix crash when no actions exist
1577
1578 2007-07-07 [paul]       2.10.0cvs9
1579
1580         * COPYING
1581         * manual/claws-mail-manual.xml
1582                 update copyright year
1583         * po/fi.po
1584                 updated by Flammie Pirinen
1585
1586 2007-07-05 [wwp]        2.10.0cvs8
1587
1588         * src/plugins/clamav/clamav_plugin_gtk.c
1589                 Make vertical spacing like in other plugin prefs pages.
1590
1591 2007-07-05 [wwp]        2.10.0cvs7
1592
1593         * src/quote_fmt.c
1594                 It's %am that works, not %ae (this doc incoherence has been
1595                 introduced with 2.9.2cvs13).
1596
1597 2007-07-04 [wwp]        2.10.0cvs6
1598
1599         * src/plugins/bogofilter/bogofilter.c
1600                 Gettext-ize an occurrence of "Any" that wasn't.
1601
1602 2007-07-04 [colin]      2.10.0cvs5
1603
1604         * po/POTFILES.in
1605                 Fix untranslated strings; thanks
1606                 to Pader Rezso.
1607
1608 2007-07-03 [colin]      2.10.0cvs4
1609
1610         * src/folder.c
1611         * src/mainwindow.c
1612                 Fix saving of sort mode for tags and
1613                 thread date. Thanks to Pierre Ossman.
1614                 Completes fix for bug 1233
1615
1616 2007-07-03 [paul]       2.10.0cvs3
1617
1618         * src/compose.c
1619                 fix auto-save
1620         * src/summaryview.c
1621                 fix build warnings
1622         Thanks to Colin
1623
1624 2007-07-02 [colin]      2.10.0cvs2
1625
1626         * src/folder.h
1627         * src/mainwindow.c
1628         * src/procmsg.h
1629         * src/summaryview.c
1630                 Add View/Sort/by Thread date
1631                 Fixes bug 1233, 'Capability to sort 
1632                 threads by most recent message'
1633                 Based on a patch by Paul Rolland
1634
1635 2007-07-02 [colin]      2.10.0cvs1
1636
1637         * src/Makefile.am
1638         * src/compose.c
1639         * src/edittags.c
1640         * src/edittags.h
1641         * src/filtering.c
1642         * src/folder.c
1643         * src/folder.h
1644         * src/headerview.c
1645         * src/headerview.h
1646         * src/main.c
1647         * src/mainwindow.c
1648         * src/mainwindow.h
1649         * src/manual.h
1650         * src/matcher.c
1651         * src/matcher.h
1652         * src/matcher_parser_parse.y
1653         * src/mimeview.c
1654         * src/msgcache.c
1655         * src/msgcache.h
1656         * src/prefs_common.c
1657         * src/prefs_common.h
1658         * src/prefs_filtering_action.c
1659         * src/prefs_matcher.c
1660         * src/prefs_summary_column.c
1661         * src/procmsg.c
1662         * src/procmsg.h
1663         * src/quote_fmt.c
1664         * src/quote_fmt_lex.l
1665         * src/quote_fmt_parse.y
1666         * src/summaryview.c
1667         * src/summaryview.h
1668         * src/textview.c
1669         * src/common/Makefile.am
1670         * src/common/defs.h
1671         * src/common/tags.c
1672         * src/common/tags.h
1673         * src/gtk/quicksearch.c
1674         * src/gtk/quicksearch.h
1675                 Add Tags implementation. Tags are arbitrary labels
1676                 that can be applied to messages. It is possible 
1677                 to create, edit, remove tags; apply them to mails;
1678                 filter on tags or tag presence; apply or unset
1679                 tags via filtering actions; reference tags in
1680                 reply templates.
1681
1682 2007-07-02 [paul]       2.10.0
1683
1684         * NEWS
1685         * README
1686         * RELEASE_NOTES
1687                 2.10.0 released
1688
1689 2007-07-02 [paul]       2.9.2cvs78
1690
1691         * po/de.po
1692         * po/en_GB.po
1693         * po/es.po
1694         * po/fr.po
1695         * po/hu.po
1696         * po/pt_BR.po
1697         * po/ru.po
1698         * po/zh_CN.po
1699                 updated by Stephan Sachse, me, Ricardo Mones
1700                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1701                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1702
1703 2007-07-02 [paul]       2.9.2cvs77
1704
1705         * AUTHORS
1706                 updated
1707
1708 2007-06-29 [wwp]        2.9.2cvs76
1709
1710         * src/gtk/headers.h
1711                 Fix a typo (thanks to Ricardo for finding this out).
1712
1713 2007-06-28 [paul]       2.9.2cvs75
1714
1715         * src/folderview.c
1716                 fix build warnings
1717
1718 2007-06-28 [paul]       2.9.2cvs74
1719
1720         * tools/Makefile.am
1721                 fix bug in the autotools build system.
1722                 Files cataloged under EXTRA_DIST were never
1723                 automatically copied to the build tree.
1724                 (fix 'make distcheck')
1725                 Patch by Michael Rasmussen.
1726
1727 2007-06-24 [colin]      2.9.2cvs73
1728
1729         * src/news_gtk.c
1730                 Fix bug 1249, 'Error handling for 
1731                 news errors needs modification'
1732                 Only popup error if the according
1733                 pref in Prefs/Receive is set.
1734
1735 2007-06-21 [colin]      2.9.2cvs72
1736
1737         * src/common/plugin.c
1738         * src/common/plugin.h
1739                 Change plugin API to know whether it's safe to 
1740                 unload plugins or whether we should just hide
1741                 them. Fixes bug 1248, 'Core dumps after 
1742                 unloading plugin and clicking on load plugins'
1743         * src/plugins/bogofilter/bogofilter.c
1744         * src/plugins/clamav/clamav_plugin.c
1745         * src/plugins/demo/demo.c
1746         * src/plugins/dillo_viewer/dillo_viewer.c
1747         * src/plugins/pgpcore/plugin.c
1748         * src/plugins/pgpinline/plugin.c
1749         * src/plugins/pgpmime/plugin.c
1750         * src/plugins/spamassassin/spamassassin.c
1751         * src/plugins/trayicon/trayicon.c
1752                 Update API
1753
1754 2007-06-19 [colin]      2.9.2cvs71
1755
1756         * src/compose.c
1757         * src/messageview.c
1758                 Fix crash mentioned in bug 1246
1759                 Race condition when automatically drafting
1760                 due to insertion on reedit.
1761
1762 2007-06-18 [wwp]        2.9.2cvs70
1763
1764         * src/importldif.c
1765                 LDIF import: use a "Proceed" button to complete
1766                 the process.
1767
1768 2007-06-18 [paul]       2.9.2cvs69
1769
1770         * configure.ac
1771                 use pkgconfig to check for gtk and glib
1772
1773 2007-06-17 [wwp]        2.9.2cvs68
1774
1775         * src/ldif.c
1776         * src/importldif.c
1777                 LDIF import: better error handling, minor code
1778                 and UI cleanup, and renamed the Save button
1779                 to Close, as imported stuff is already saved
1780                 when the Save button is shown.
1781
1782 2007-06-17 [colin]      2.9.2cvs67
1783
1784         * src/prefs_summaries.c
1785         * src/procmsg.c
1786                 Don't set as read when forwarded, only replied to
1787
1788 2007-06-17 [paul]       2.9.2cvs66
1789
1790         * src/alertpanel.c
1791                 add missing #include
1792
1793 2007-06-16 [colin]      2.9.2cvs65
1794
1795         * src/prefs_summaries.c
1796         * src/procmsg.c
1797                 Change the pref "Only mark as read when opened
1798                 in new window" to "..., replied to or forwarded".
1799                 Based on a patch by Paul Rolland.
1800
1801 2007-06-16 [paul]       2.9.2cvs64
1802
1803         * src/gtk/authors.h
1804                 alphabetical order! :)
1805
1806 2007-06-16 [colin]      2.9.2cvs63
1807
1808         * AUTHORS
1809         * src/gtk/authors.h
1810                 Add Michael Rasmussen in authors list
1811
1812 2007-06-16 [colin]      2.9.2cvs62
1813
1814         * src/messageview.c
1815                 Fix messageview_copy_clipboard to take advantage
1816                 of plugins' get_selection.
1817
1818 2007-06-15 [colin]      2.9.2cvs61
1819
1820         * src/action.c
1821         * src/addr_compl.c
1822         * src/addressbook.c
1823         * src/folderview.c
1824         * src/message_search.c
1825         * src/mimeview.c
1826         * src/summary_search.c
1827         * src/summaryview.c
1828         * src/textview.c
1829                 Allow GDK_KP_Enter to do the same as GDK_Return
1830                 Patch by Michael Rasmussen
1831
1832 2007-06-15 [paul]       2.9.2cvs60
1833
1834         * src/compose.c
1835                 fix bug when closing a compose window
1836                 during autosave
1837
1838 2007-06-14 [paul]       2.9.2cvs59
1839
1840         * src/main.c
1841         * src/common/defs.h
1842                 migrate sylpheed config
1843
1844 2007-06-14 [wwp]        2.9.2cvs58
1845
1846         * src/gtk/pluginwindow.c
1847                 Yet another attempt to fix sizing/alignment of the
1848                 button bar in plugins window.
1849
1850 2007-06-12 [colin]      2.9.2cvs57
1851
1852         * po/POTFILES.in
1853         * src/Makefile.am
1854         * src/folderview.c
1855         * src/prefs_common.c
1856         * src/prefs_common.h
1857         * src/prefs_summaries.c
1858         * src/prefs_summary_open.c
1859         * src/prefs_summary_open.h
1860         * src/summaryview.c
1861                 Make "when entering a folder" actions more personalisable
1862
1863 2007-06-12 [wwp]        2.9.2cvs56
1864
1865         * tools/README
1866                 Use short description from Paul (mairix.sh).
1867
1868 2007-06-12 [wwp]        2.9.2cvs55
1869
1870         * tools/README
1871                 Updated info about mairix.sh.
1872
1873 2007-06-11 [paul]       2.9.2cvs54
1874
1875         * src/prefs_logging.c
1876                 rework log window length widgets
1877                 and some sensitivity fixes
1878
1879 2007-06-11 [paul]       2.9.2cvs53
1880
1881         * src/mainwindow.c
1882         * src/prefs_logging.c
1883                 rename 'Protocol Log' to 'Network Log'
1884                 and some function renaming
1885
1886 2007-06-10 [wwp]        2.9.2cvs52
1887
1888         * src/gtk/pluginwindow.c
1889                 Revert 2.9.2cvs51.
1890
1891 2007-06-10 [wwp]        2.9.2cvs51
1892
1893         * src/gtk/pluginwindow.c
1894                 Fix button bar in plugin window, was centered and not
1895                 behaving like other dialogs w/ such button bar.
1896
1897 2007-06-08 [wwp]        2.9.2cvs50
1898
1899         * src/compose.c
1900         * src/compose.h
1901         * src/main.c
1902         * src/mainwindow.c
1903         * src/mainwindow.h
1904                 Provide a way out of automatic draft saving on IMAP, when
1905                 exiting offline.
1906                 Prevent drafting while sending and quitting while sending.
1907                 Thanks for Colin.
1908
1909
1910
1911 2007-06-08 [wwp]        2.9.2cvs49
1912
1913         * src/prefs_account.c
1914         * src/gtk/prefswindow.c
1915         * src/gtk/prefswindow.h
1916                 Activate the Basic page when opening account prefs.
1917
1918 2007-06-08 [wwp]        2.9.2cvs48
1919
1920         * src/common/socket.c
1921                 Don't crash if fork() fails, thanks to Colin.
1922
1923 2007-06-08 [wwp]        2.9.2cvs47
1924
1925         * src/gtk/prefswindow.c
1926                 Wrap some long lines, and reset horizontal scroller's adjusment
1927                 (this was already done, vertically), when changing tab (not page)
1928                 in prefs windows.
1929
1930 2007-06-08 [paul]       2.9.2cvs46
1931
1932         * src/common/utils.c
1933                 use gethostname() instead of uname()
1934                 based on a patch by Michael Hughes
1935                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1936
1937 2007-06-07 [wwp]        2.9.2cvs45
1938
1939         * src/prefs_common.c
1940                 Fix some useless warnings, thanks to Colin.
1941
1942 2007-06-06 [colin]      2.9.2cvs44
1943
1944         * src/ldapupdate.c
1945                 Fix strange allocations. 
1946
1947 2007-06-06 [colin]      2.9.2cvs43
1948
1949         * src/ldapupdate.c
1950                 Patch by Michael Rasmussus to help
1951                 bug 1232
1952
1953 2007-06-05 [wwp]        2.9.2cvs42
1954
1955         * src/prefs_account.c
1956         * src/prefs_folder_item.c
1957         * src/prefs_quote.c
1958         * src/quote_fmt.c
1959         * src/quote_fmt.h
1960                 Per-folder templates can now be applied recursively.
1961                 Always save per-folder templates (formats were erroneously
1962                 saved only if they were enabled).
1963                 Check for validity of quotation marks everywhere there
1964                 are defined.
1965
1966 2007-06-05 [wwp]        2.9.2cvs41
1967
1968         * src/inc.c
1969                 Fix incoming messages from local accounts always getting filtered
1970                 (even if the account prefs say don't), thanks to Colin.
1971
1972 2007-06-05 [wwp]        2.9.2cvs40
1973
1974         * src/compose.c
1975         * src/compose.h
1976                 Use per-folder/per-account quote chars when applying a
1977                 template or inserting text as well. Const'ify some
1978                 vars more.
1979
1980 2007-06-04 [colin]      2.9.2cvs39
1981
1982         * src/compose.c
1983                 More work for wwp :)
1984
1985 2007-06-04 [wwp]        2.9.2cvs38
1986
1987         * src/compose.c
1988                 Same as 2.9.2cvs36 but for forwarding.
1989
1990 2007-06-04 [colin]      2.9.2cvs37
1991
1992         * src/compose.c
1993                 Use original mail file for forward/redirect
1994                 Fixes some forwarded mails to be attached as
1995                 application/octet-stream (when they have binary
1996                 parts), and incidentally fixes bug 848
1997                 'Redirect breaks GnuPG'
1998
1999 2007-06-04 [wwp]        2.9.2cvs36
2000
2001         * src/compose.c
2002                 Fix quote mark mis-initialisation when replying/forwarding
2003                 (introduced w/ 2.9.2cvs20).
2004
2005 2007-06-04 [wwp]        2.9.2cvs35
2006
2007         * src/prefs_compose_writing.c
2008         * src/prefs_quote.c
2009                 Fix a bug where Quotation characters (prefs/compose/writing)
2010                 was cleared (introduced w/ 2.9.2cvs26).
2011
2012 2007-06-04 [wwp]        2.9.2cvs34
2013
2014         * src/prefs_account.c
2015         * src/prefs_account.h
2016                 Better fix for compiling w/o aspell (rollbacks
2017                 2.9.2cvs31).
2018
2019 2007-06-04 [wwp]        2.9.2cvs33
2020
2021         * src/account.c
2022         * src/prefs_account.c
2023         * src/prefs_account.h
2024         * src/procmsg.c
2025                 It's now possible to disable mail filtering plugins
2026                 on a per-account basis.
2027
2028 2007-06-04 [wwp]        2.9.2cvs32
2029
2030         * src/procheader.c
2031         * src/common/utils.c
2032         * src/common/utils.h
2033                 Support CRLF in headers part of messages.
2034                 Support few more date formats (RFC3339 subsets).
2035
2036 2007-06-04 [wwp]        2.9.2cvs31
2037
2038         * src/prefs_account.c
2039                 Fix compiling w/o aspell support.
2040
2041 2007-06-03 [wwp]        2.9.2cvs30
2042
2043         * src/prefs_gtk.c
2044                 Don't decode leading ENV_ and ~ in P_PASSWORD
2045                 values.
2046
2047 2007-06-03 [wwp]        2.9.2cvs29
2048
2049         * src/prefs_gtk.c
2050                 Don't decode leading ENV_ and ~ in P_PASSWORD
2051                 values.
2052
2053 2007-06-03 [wwp]        2.9.2cvs28
2054
2055         * src/prefs_account.c
2056         * src/gtk/prefswindow.c
2057         * src/gtk/prefswindow.h
2058                 Added a way to force preloading of all pages
2059                 (prefswindow).
2060                 Moved tabs to pages in account prefs.
2061
2062 2007-06-02 [colin]      2.9.2cvs27
2063
2064         * src/addressbook.c
2065                 Fix possible crash, fix ldap write bugs
2066         * src/ldapupdate.c
2067                 Fix ldap write bugs - patch by Michael
2068                 Rasmussen
2069         * src/alertpanel.c
2070         * src/alertpanel.h
2071                 Add a hook whenever alertpanel opens/closes
2072
2073 2007-05-31 [wwp]        2.9.2cvs26
2074
2075         * src/prefs_compose_writing.c
2076         * src/prefs_quote.c
2077                 Re-organized writing options a bit:
2078                  - renamed the Quoting page to Templates
2079                  - moved all composing templates to that page
2080                  - moved non-templates options to the Writing one,
2081                    grouped reply-related options, reordered reply and
2082                    forward options.
2083
2084 2007-05-31 [wwp]        2.9.2cvs25
2085
2086         * src/compose.c
2087                 Removed unused code.
2088
2089 2007-05-31 [colin]      2.9.2cvs24
2090
2091         * src/addressbook.c
2092                 Fix missing display name when modifying
2093                 LDAP. Patch by Michael Rasmussen
2094
2095 2007-05-31 [wwp]        2.9.2cvs23
2096
2097         * src/plugins/bogofilter/Makefile.am
2098         * src/plugins/clamav/Makefile.am
2099         * src/plugins/demo/Makefile.am
2100         * src/plugins/dillo_viewer/Makefile.am
2101         * src/plugins/spamassassin/Makefile.am
2102                 Fix building of those plugins in Mac OS X.
2103
2104 2007-05-30 [wwp]        2.9.2cvs22
2105
2106         * src/gtk/quicksearch.c
2107                 Fix missing initialization.
2108
2109 2007-05-30 [wwp]        2.9.2cvs21
2110
2111         * src/procheader.c
2112                 Revert accidental commit (debug outputs).
2113
2114 2007-05-30 [wwp]        2.9.2cvs20
2115
2116         * src/compose.c
2117         * src/folder_item_prefs.c
2118         * src/folder_item_prefs.h
2119         * src/prefs_account.c
2120         * src/prefs_account.h
2121         * src/prefs_folder_item.c
2122         * src/prefs_gtk.c
2123         * src/prefs_gtk.h
2124                 Implemented per-account and per-folder
2125                 compose/reply/forward formats.
2126
2127 2007-05-30 [wwp]        2.9.2cvs19
2128
2129         * src/prefs_compose_writing.c
2130         * src/prefs_quote.c
2131         * src/procheader.c
2132         * src/quote_fmt.c
2133         * src/quote_fmt.h
2134                 Internal API changes (factorize quote format
2135                 prefs and checks).
2136
2137 2007-05-30 [colin]      2.9.2cvs18
2138
2139         * src/compose.c
2140                 Fix race where it's possible to re-click Send
2141                 between end of SMTP session and end of "move to
2142                 sent folder" when sending an email with send
2143                 dialog enabled.
2144
2145 2007-05-30 [colin]      2.9.2cvs17
2146
2147         * src/crash.c
2148                 Ask for backtrace on all threads. Patch by
2149                 Pawel
2150         * src/folderview.c
2151                 Fix stale news statusbar when scanning fails.
2152                 Patch by Pawel
2153         * src/ldapupdate.c
2154                 Fix some LDAP write updates bugs. Patch
2155                 by Michael Rasmussen
2156
2157 2007-05-29 [colin]      2.9.2cvs16
2158
2159         * src/imap.c
2160                 Fix loss of local flags when moving mails
2161                 on IMAP in high-bandwidth mode (UID FETCH)
2162
2163 2007-05-25 [paul]       2.9.2cvs15
2164
2165         * src/common/socket.c
2166                 fix sometimes crasher on cancelling
2167                 message sending
2168
2169 2007-05-25 [colin]      2.9.2cvs14
2170
2171         * src/imap.c
2172                 Fix a memory leak
2173         * src/imap_gtk.c
2174                 Be more helpful in the subscription
2175                 message
2176
2177 2007-05-23 [wwp]        2.9.2cvs13
2178
2179         * src/compose.c
2180         * src/prefs_compose_writing.c
2181         * src/prefs_quote.c
2182         * src/prefs_template.c
2183         * src/prefs_template.h
2184         * src/quote_fmt.c
2185         * src/quote_fmt.h
2186         * src/quote_fmt_lex.l
2187         * src/quote_fmt_parse.y
2188                 Introduced new syntax elements (symbols and commands)
2189                 in templates/quote_fmt. Compatibility w/ old
2190                 symbols is kept.
2191                 Updated and reworked the corresponding Information
2192                 dialog.
2193                 Display the line number in dialogs that talk about
2194                 parser errors (in addition to the error message in
2195                 output).
2196
2197 2007-05-23 [wwp]        2.9.2cvs12
2198
2199         * src/quote_fmt_parse.y
2200                 Fix 2.9.2cvs11, probably a paste accident ;).
2201
2202 2007-05-23 [wwp]        2.9.2cvs11
2203
2204         * src/compose.c
2205         * src/prefs_template.c
2206         * src/quote_fmt.h
2207         * src/quote_fmt_parse.y
2208                 Fix 2.9.2cvs10, which broke --disable-aspell.
2209
2210 2007-05-22 [wwp]        2.9.2cvs10
2211
2212         * src/compose.c
2213         * src/prefs_template.c
2214         * src/quote_fmt.c
2215         * src/quote_fmt.h
2216         * src/quote_fmt_lex.l
2217         * src/quote_fmt_parse.y
2218         * src/gtk/gtkaspell.c
2219         * src/gtk/gtkaspell.h
2220                 Added template/quote format syntactical elements
2221                 to show and query:
2222                         - current dictionary
2223                           %T to show (shows empty if not set or not enabled),
2224                           ?T and !T to check if the default dictionary is
2225                           enabled and set
2226                         - current account's default dictionary
2227                           %aT to show (empty if not set or not enabled),
2228                           ?aT and !aT to check if it's enabled and set
2229                         - name completion for an address, from the address
2230                           book
2231                           %ABf, %ABt, %ABc respectively show the full name got
2232                           from the address book if From, To or Cc match a single
2233                           contact.
2234                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2235                           matches any contact and if the full name is non-empty.
2236                           If From, To or Cc are lists of email addresses, only
2237                           the first address will be checked.
2238                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2239                 that could show a trailing ','.
2240                 Also, template/quote_fmt parser now shows the line number in case
2241                 of parser error.
2242
2243 2007-05-15 [colin]      2.9.2cvs9
2244
2245         * src/main.c
2246         * src/main.h
2247                 Add a public function to know whether Claws
2248                 crashed last time
2249                 Store opened folder when exiting
2250         * src/folder.c
2251         * src/folder.h
2252                 Store last opened message in each FolderItem;
2253                 Reset last seen messages if Claws crashed, so 
2254                 that one can't go in an infinite crash in case 
2255                 a particular mail crashes Claws.
2256         * src/messageview.c
2257         * src/prefs_common.c
2258         * src/prefs_common.h
2259         * src/summaryview.c
2260         * src/prefs_summaries.c
2261                 Add "Select last opened message" when entering
2262                 a folder
2263                 Add "Select last opened folder" at startup.
2264
2265 2007-05-14 [colin]      2.9.2cvs8
2266
2267         * manual/xml2pdf
2268                 Fix bashism, search for xml catalog 
2269                 in /usr/local/share/xml/catalog too
2270                 Patch by Pawel
2271
2272 2007-05-13 [wwp]        2.9.2cvs7
2273
2274         * src/gtk/logwindow.c
2275                 fix raising log windows when they are either minimized or
2276                 in background.
2277
2278 2007-05-11 [colin]      2.9.2cvs6
2279
2280         * src/gtk/filesel.c
2281                 Use Hildon's file chooser on Maemo. Patch
2282                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2283                 'File attachment "manipulation" bugs...'
2284
2285 2007-05-10 [wwp]        2.9.2cvs5
2286
2287         * src/prefs_common.c
2288         * src/prefs_common.h
2289         * src/gtk/quicksearch.c
2290                 Add a quicksearch option to automatically run
2291                 a search selected from the history (this option
2292                 is exclusive towards type-ahead).
2293
2294 2007-05-10 [colin]      2.9.2cvs4
2295
2296         * src/imap.c
2297                 Fix g_warnings, thanks to Brian
2298                 Morrison
2299
2300 2007-05-09 [colin]      2.9.2cvs3
2301
2302         * src/crash.c
2303         * src/exporthtml.c
2304         * src/mbox.c
2305         * src/prefs_summaries.c
2306         * src/procheader.c
2307         * src/common/log.c
2308         * src/common/utils.c
2309         * src/gtk/gtksourceprintjob.c
2310         * src/gtk/sslcertwindow.c
2311                 Use the re-entrant variant of time functions
2312                 Probably fixes bug 1217, 'reentrancy problems 
2313                 with time functions'
2314
2315 2007-05-09 [colin]      2.9.2cvs2
2316
2317         * src/imap.c
2318                 Fix crasher when reconnection fails
2319
2320 2007-05-08 [paul]       2.9.2cvs1
2321
2322         * NEWS
2323         * README
2324         * RELEASE_NOTES
2325         * configure.ac
2326                 bump version number following
2327                 stable release
2328
2329 2007-05-08 [paul]       2.9.1cvs48
2330
2331         * src/plugins/demo/demo.c
2332         * src/plugins/dillo_viewer/dillo_prefs.c
2333         * src/plugins/dillo_viewer/dillo_prefs.h
2334         * src/plugins/dillo_viewer/dillo_viewer.c
2335         * src/plugins/pgpcore/pgp_viewer.c
2336         * src/plugins/pgpcore/pgp_viewer.h
2337         * src/plugins/pgpcore/plugin.c
2338         * src/plugins/pgpcore/prefs_gpg.c
2339         * src/plugins/pgpcore/prefs_gpg.h
2340         * src/plugins/pgpcore/sgpgme.c
2341         * src/plugins/pgpcore/sgpgme.h
2342         * src/plugins/pgpinline/plugin.c
2343         * src/plugins/pgpmime/pgpmime.c
2344         * src/plugins/pgpmime/pgpmime.h
2345         * src/plugins/pgpmime/plugin.c
2346         * src/plugins/spamassassin/spamassassin.c
2347         * src/plugins/spamassassin/spamassassin.h
2348         * src/plugins/spamassassin/spamassassin_gtk.c
2349         * src/plugins/trayicon/README
2350         * tools/README
2351         * tools/README.sylprint
2352         * tools/outlook2claws-mail.pl
2353         * tools/sylprint.pl
2354         * tools/tb2claws-mail
2355         * tools/tbird2claws.py
2356         * tools/update-po
2357         * tools/vcard2xml.py
2358         * tools/kdeservicemenu/README
2359                 cleanups and corrections
2360
2361 2007-05-06 [wwp]        2.9.1cvs47
2362
2363         * tools/uudec
2364                 Fix missing dash to `display` command-line, reported
2365                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2366
2367 2007-05-06 [colin]      2.9.1cvs46
2368
2369         * src/Makefile.am
2370         * src/stock_pixmap.c
2371         * src/stock_pixmap.h
2372         * src/pixmaps/printer.xpm
2373                 Add a printer icon
2374
2375 2007-05-06 [paul]       2.9.1cvs45
2376
2377         * src/compose.c
2378         * src/ldapquery.c
2379         * src/privacy.h
2380         * src/summary_search.c
2381         * src/summaryview.c
2382                 fix build warnings
2383
2384 2007-05-05 [wwp]        2.9.1cvs44
2385
2386         * src/messageview.c
2387         * src/mh.c
2388         * src/prefs_actions.c
2389         * src/prefs_gtk.c
2390         * src/summaryview.c
2391         * src/common/xml.c
2392                 Fix "faild" typos everywhere and capitalization of
2393                 some g_warnings.
2394
2395 2007-05-04 [colin]      2.9.1cvs43
2396
2397         * src/compose.c
2398         * src/privacy.c
2399         * src/privacy.h
2400         * src/plugins/pgpcore/prefs_gpg.c
2401         * src/plugins/pgpcore/prefs_gpg.h
2402         * src/plugins/pgpinline/pgpinline.c
2403         * src/plugins/pgpmime/pgpmime.c
2404                 Add an API to warn about encryption limits,
2405                 and allow to disable these warnings
2406
2407 2007-05-03 [colin]      2.9.1cvs42
2408
2409         * src/summaryview.c
2410         * src/mainwindow.c
2411                 Fix bug 1213, 'Delete more than 
2412                 one thread at once'
2413
2414 2007-05-03 [wwp]        2.9.1cvs41
2415
2416         * src/prefs_common.c
2417         * src/prefs_filtering.c
2418         * src/prefs_template.c
2419         * src/common/template.c
2420         * src/common/template.h
2421         * src/gtk/gtkutils.c
2422         * src/gtk/gtkutils.h
2423                 Templates are no longer automatically sorted
2424                 by name, but can be sorted manually using
2425                 |< < > >| buttons as well as drag'n'drop.
2426
2427 2007-05-03 [wwp]        2.9.1cvs40
2428
2429         * src/plugins/spamassassin/spamassassin.c
2430         * src/plugins/spamassassin/spamassassin.h
2431         * src/plugins/spamassassin/spamassassin_gtk.c
2432         * src/plugins/bogofilter/bogofilter.c
2433         * src/plugins/bogofilter/bogofilter.h
2434         * src/plugins/bogofilter/bogofilter_gtk.c
2435                 Added an option to conditionally mark saved spam
2436                 as read (default is and was to do so).
2437                 Satisfies feature request 1708539 on sf.net tracker.
2438
2439 2007-05-03 [colin]      2.9.1cvs39
2440
2441         * src/inc.c
2442                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2443
2444 2007-05-02 [colin]      2.9.1cvs38
2445
2446         * src/textview.c
2447                 Fix bug 1209, 'Clicking on address 
2448                 in header (mailto uri) selects 
2449                 default account'. Patch adapted from
2450                 G.P. Halkes' patch.
2451
2452 2007-05-02 [colin]      2.9.1cvs37
2453
2454         * src/grouplistdialog.c
2455                 Set cursor to wait cursor while loading
2456                 groups.
2457
2458 2007-05-02 [paul]       2.9.1cvs36
2459
2460         * src/folder.c
2461         * src/common/defs.h
2462                 rename cache and mark files
2463                 (data is preserved)
2464
2465 2007-04-30 [paul]       2.9.1cvs35
2466
2467         * manual/glossary.xml
2468         * manual/plugins.xml
2469                 updates. Patch by Ricardo
2470
2471 2007-04-29 [wwp]        2.9.1cvs34
2472
2473         * src/mainwindow.c
2474         * configure.ac
2475                 Fix few grammatical errors (patch by David Relson < relson at
2476                 osagesoftware dot com >).
2477
2478 2007-04-28 [colin]      2.9.1cvs33
2479
2480         * src/account.c
2481         * src/pop.c
2482         * src/prefs_account.c
2483         * src/prefs_account.h
2484                 Drop the "Download all" preference. It's
2485                 stupidly useless and confuses people from
2486                 time to time.
2487
2488 2007-04-27 [wwp]        2.9.1cvs32
2489
2490         * src/account.c
2491         * src/prefs_account.c
2492         * src/prefs_account.h
2493                 Don't reflect accounts changes to the mainwindow when it's
2494                 not necessary.
2495
2496 2007-04-27 [colin]      2.9.1cvs31
2497
2498         * src/folder.c
2499                 Freeze/thaw when sync'ing flags
2500         * src/imap.c
2501         * src/prefs_account.c
2502         * src/prefs_account.h
2503         * src/etpan/imap-thread.c
2504         * src/etpan/imap-thread.h
2505                 Add a way to use UID FETCH instead
2506                 of searches to fetch message lists
2507                 and flags. More expensive towards
2508                 bandwidth, less expensive towards
2509                 server's CPU. Probably fixes 
2510                 bug 1158, 'Scanning new folders on 
2511                 Exchange 2007 extremely slow'.
2512                 Patch 95% by Hoa.
2513
2514 2007-04-27 [paul]       2.9.1cvs30
2515
2516         * src/mainwindow.c
2517         * src/prefs_logging.c
2518                 improvements to english usage
2519
2520 2007-04-27 [colin]      2.9.1cvs29
2521
2522         * src/imap.c
2523                 Fix build without libetpan (my bad!)
2524
2525 2007-04-26 [colin]      2.9.1cvs28
2526
2527         * src/imap.c
2528         * src/imap.h
2529                 Fix uselessly exported function
2530         * src/textview.c
2531                 Consider "- -- \n" as signature separator
2532                 (that's what signature separators look like
2533                  in PGP/Inline signed mails)
2534
2535 2007-04-26 [colin]      2.9.1cvs27
2536
2537         * configure.ac
2538                 libetpan-0.49 is now required
2539         * src/procmime.c
2540                 Fix double fetching of mails if
2541                 first try failed
2542         * src/imap.c
2543                 Make offline sync faster, by
2544                 remembering last change time, and
2545                 last sync time.
2546
2547 2007-04-26 [hoa]        2.9.1cvs26
2548
2549         * src/imap.c
2550         * src/imap.h
2551         * src/mainwindow.c
2552         * src/toolbar.c
2553         * src/etpan/imap-thread.c
2554         * src/etpan/imap-thread.h
2555                 cancellation of IMAP operations is now allowed.
2556                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2557
2558 2007-04-26 [colin]      2.9.1cvs25
2559
2560         * src/folder.c
2561                 Always fetch body+headers in folders that are
2562                 synched for offline use, if "Synchronise as
2563                 soon as possible" is set.
2564                 Fixes bug 1200, 'Add option to always retrieve full 
2565                 messages'
2566
2567 2007-04-25 [colin]      2.9.1cvs24
2568
2569         * src/compose.c
2570                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2571                 persists...'
2572
2573 2007-04-24 [colin]      2.9.1cvs23
2574
2575         * src/folderview.c
2576                 Fix bug 1195, 'Hardware key navigation' 
2577                 Make GDK_Enter toggle expansion (Maemo)
2578
2579 2007-04-24 [wwp]        2.9.1cvs22
2580
2581         * src/compose.c
2582                 Fix few compiler warnings.
2583
2584 2007-04-24 [paul]       2.9.1cvs21
2585
2586         * src/Makefile.am
2587         * src/stock_pixmap.c
2588         * src/stock_pixmap.h
2589                 complete last commit
2590
2591 2007-04-24 [paul]       2.9.1cvs20
2592
2593         * src/gtk/about.c
2594         * src/pixmaps/active.xpm
2595         * src/pixmaps/checkbox_off.xpm
2596         * src/pixmaps/checkbox_on.xpm
2597         * src/pixmaps/inactive.xpm
2598                 kick out the blobs
2599                 remove transparent border from checkbox icons
2600
2601 2007-04-24 [wwp]        2.9.1cvs19
2602
2603         * src/textview.c
2604         * src/textview.h
2605                 Fix a crash in textview, thanks to Colin.
2606
2607 2007-04-23 [wwp]        2.9.1cvs18
2608
2609         * src/prefs_common.c
2610                 Fix 2.9.1cvs5: no header was being translated at all.
2611
2612 2007-04-23 [colin]      2.9.1cvs17
2613
2614         * src/Makefile.am
2615         * src/stock_pixmap.c
2616         * src/stock_pixmap.h
2617         * src/summaryview.c
2618         * src/summaryview.h
2619         * src/gtk/gtksctree.c
2620         * src/gtk/gtksctree.h
2621         * src/pixmaps/selection.xpm
2622                 Fix bug 1193, 'Need a way to multi-select
2623                 items'. Add a toggle button to the summaryview
2624                 to switch between normal and multiple selection
2625                 (Maemo)
2626
2627 2007-04-23 [colin]      2.9.1cvs16
2628
2629         * src/Makefile.am
2630         * src/stock_pixmap.c
2631         * src/stock_pixmap.h
2632         * src/summaryview.c
2633         * src/summaryview.h
2634         * src/gtk/gtksctree.c
2635         * src/gtk/gtksctree.h
2636         * src/pixmaps/selection.xpm
2637                 Fix bug 1193, 'Need a way to multi-
2638                 select items'
2639                 Add a toggle button in the summaryview
2640                 to enable normal or multiple selection.
2641                 (Maemo)
2642
2643 2007-04-23 [colin]      2.9.1cvs15
2644
2645         * src/compose.c
2646                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2647
2648 2007-04-21 [colin]      2.9.1cvs14
2649
2650         * src/gtk/quicksearch.c
2651                 Fix previous commit (actually use correct
2652                 parameter)
2653
2654 2007-04-21 [colin]      2.9.1cvs13
2655
2656         * src/gtk/quicksearch.c
2657                 Fix changing quicksearch type (after Esc,
2658                 after changing Recursive, ...)
2659
2660 2007-04-20 [wwp]        2.9.1cvs12
2661
2662         * src/gtk/Makefile.am
2663                 Added headers.h (completes 2.9.1cvs5).
2664
2665 2007-04-20 [wwp]        2.9.1cvs11
2666
2667         * src/addressbook.c
2668                 Fix the use of display name in name column,
2669                 it has been overriden w/ the use of nickname
2670                 by 2.9.0cvs3. Now nickname is used (if any)
2671                 in case of LDAP books only.
2672
2673 2007-04-20 [colin]      2.9.1cvs10
2674
2675         * src/mimeview.c
2676         * src/summaryview.c
2677         * src/textview.c
2678                 Add handling of 'a' to loop in a mail's
2679                 mimeparts
2680
2681 2007-04-20 [colin]      2.9.1cvs9
2682
2683         * src/toolbar.c
2684                 Fix bug 1190, 'dir_open' button doesn't work'
2685                 (Maemo)
2686
2687 2007-04-20 [colin]      2.9.1cvs8
2688
2689         * src/folderview.c
2690         * src/mainwindow.c
2691                 Fix bug 1194, 'Hardware keys move from email 
2692                 list to account/directory list, but not back 
2693                 to email list...' (Maemo)
2694
2695 2007-04-20 [colin]      2.9.1cvs7
2696
2697         * src/compose.h
2698                 complete previous commit
2699
2700 2007-04-20 [colin]      2.9.1cvs6
2701
2702         * src/compose.c
2703                 Fix bug 1187, 'Reply-to addressee disappears 
2704                 when reply-to text box is clicked...' (Maemo)
2705
2706 2007-04-20 [wwp]        2.9.1cvs5
2707
2708         * po/POTFILES.in
2709         * src/addressbook.c
2710         * src/compose.c
2711         * src/filtering.c
2712         * src/headerview.c
2713         * src/matcher.c
2714         * src/prefs_common.c
2715         * src/prefs_common.h
2716         * src/prefs_display_header.c
2717         * src/prefs_matcher.c
2718         * src/summaryview.c
2719         * src/gtk/headers.h
2720         * src/gtk/quicksearch.c
2721                 Translate more header names according to the relevant option value,
2722                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2723                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2724                 to prefs_common_translated_header_name().
2725                 Added a headers.h reference file that contains known header names
2726                 (RFC2822 and others) to the translation process' input, so that
2727                 translated header names will still exist even if no occurrence of
2728                 _("headername") is found anymore in the sources.
2729                 Don't translate column name 'Number' following to trans_hdr option
2730                 value as it's not a header name.
2731
2732 2007-04-20 [colin]      2.9.1cvs4
2733
2734         * src/gtk/quicksearch.c
2735         * src/gtk/quicksearch.h
2736                 Add "From, To or Subject" quicksearch
2737                 type. Patch by ulfschaper@users.sf.net
2738
2739 2007-04-20 [colin]      2.9.1cvs3
2740
2741         * src/matcher.c
2742                 Implement proper references filtering condition.
2743                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2744
2745 2007-04-19 [wwp]        2.9.1cvs2
2746
2747         * src/prefs_display_header.c
2748         * src/message_search.c
2749                 Fix few warnings (g_free of const gchar*).
2750
2751 2007-04-19 [paul]       2.9.1cvs1
2752
2753         * NEWS
2754         * README
2755         * RELEASE_NOTES
2756         * configure.ac
2757                 bump version number following
2758                 stable release
2759
2760 2007-04-19 [paul]       2.9.0cvs9
2761
2762         * manual/advanced.xml
2763         * manual/glossary.xml
2764                 fix typos
2765
2766 2007-04-18 [paul]       2.9.0cvs8
2767
2768         * src/pop.c
2769                 fix for CVE-2007-1558 (APOP)
2770                 Thanks to Colin
2771
2772 2007-04-18 [paul]       2.9.0cvs7
2773
2774         * src/messageview.c
2775         * src/mimeview.c
2776         * src/summaryview.c
2777         * src/gtk/filesel.c
2778                 Fix encoding woes wrt saving of
2779                 mails and parts
2780                 Thanks to Colin
2781
2782 2007-04-18 [colin]      2.9.0cvs6
2783
2784         * src/gtk/pluginwindow.c
2785                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2786
2787 2007-04-17 [wwp]        2.9.0cvs5
2788
2789         * src/addressadd.c
2790         * src/addressbook.c
2791         * src/addrindex.c
2792         * src/ldapupdate.c
2793                 Fix --disable-ldap build,
2794                 fix some LDAP annoyances on 
2795                 searches, thanks to Colin.
2796
2797 2007-04-17 [wwp]        2.9.0cvs4
2798
2799         * src/ldapupdate.c
2800                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2801                 like gcc 2.9x. Thanks to Colin.
2802
2803 2007-04-17 [wwp]        2.9.0cvs3
2804
2805         * src/Makefile.am
2806         * src/addressadd.c
2807         * src/addressbook.c
2808         * src/addrindex.c
2809         * src/addritem.c
2810         * src/addritem.h
2811         * src/editaddress.c
2812         * src/ldapctrl.c
2813         * src/ldapctrl.h
2814         * src/ldapquery.c
2815         * src/ldapserver.c
2816         * src/ldapserver.h
2817         * src/ldapupdate.c
2818         * src/ldapupdate.h
2819                 Add LDAP write support. Patch mostly by 
2820                 Michael <mir at datanom dot net>
2821
2822 2007-04-17 [wwp]        2.9.0cvs2
2823
2824         * src/compose.c
2825                 Prepend "Add to address book" to the context menu of compose window's sender and
2826                 recipient fields.
2827
2828 2007-04-16 [paul]       2.9.0cvs1
2829
2830         * src/gtk/authors.h
2831                 add Pader Rezso
2832
2833 2007-04-16 [paul]       2.9.0
2834
2835         * NEWS
2836         * README
2837         * RELEASE_NOTES
2838                 2.9.0 released
2839
2840 2007-04-16 [paul]       2.8.1cvs102
2841
2842         * po/fr.po
2843                 updated by Fabien Vantard
2844
2845 2007-04-16 [paul]       2.8.1cvs101
2846
2847         * po/ca.po
2848         * po/cs.po
2849         * po/de.po
2850         * po/hu.po
2851         * po/pl.po
2852         * po/pt_BR.po
2853         * po/sr.po
2854         * po/zh_CN.po
2855                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2856                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2857                 Aleksandar Urosevic, and Ralgh Young
2858
2859 2007-04-15 [mones]      2.8.1cvs100
2860
2861         * po/es.po
2862                 Updated for release
2863
2864 2007-04-14 [colin]      2.8.1cvs99
2865
2866         * src/message_search.c
2867         * src/prefs_display_header.c
2868         * src/summary_search.c
2869         * src/gtk/combobox.c
2870                 Fix allocations
2871
2872 2007-04-14 [wwp]        2.8.1cvs98
2873
2874         * src/gtk/combobox.c
2875         * src/message_search.c
2876         * src/summary_search.c
2877         * src/prefs_display_header.c
2878                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2879                 returns NULL, get the text value directly from the GtkEntry child.
2880
2881 2007-04-13 [colin]      2.8.1cvs97
2882
2883         * src/gtk/quicksearch.c
2884                 Give the focus back to summaryview when
2885                 emptying the quicksearch with Esc
2886
2887 2007-04-13 [colin]      2.8.1cvs96
2888
2889         * src/message_search.c
2890         * src/prefs_display_header.c
2891         * src/summary_search.c
2892                 Fix possibles crashes when getting text
2893                 from gtk combos
2894
2895 2007-04-13 [colin]      2.8.1cvs95
2896
2897         * src/pop.c
2898                 Add some UIDL debugging
2899
2900 2007-04-12 [colin]      2.8.1cvs94
2901
2902         * src/folder.c
2903                 Force folder scan if necessary after
2904                 copying mails, to be able to reapply
2905                 flags.
2906
2907 2007-04-11 [colin]      2.8.1cvs93
2908
2909         * src/main.c
2910                 don't scan for new mail on startup if --select
2911                 is specified (or race conditions arise). If so,
2912                 do both sequentially.
2913
2914 2007-04-09 [colin]      2.8.1cvs92
2915
2916         * src/common/defs.h
2917                 Use leafpad by default on Maemo. Patch
2918                 by Jean-Luc Biord.
2919
2920 2007-04-06 [colin]      2.8.1cvs91
2921
2922         * src/pixmaps/queue_close.xpm
2923         * src/pixmaps/queue_close_hrm.xpm
2924         * src/pixmaps/queue_close_hrm_mark.xpm
2925         * src/pixmaps/queue_close_mark.xpm
2926         * src/pixmaps/queue_open.xpm
2927         * src/pixmaps/queue_open_hrm.xpm
2928         * src/pixmaps/queue_open_hrm_mark.xpm
2929         * src/pixmaps/queue_open_mark.xpm
2930                 Move the clock one pixel down :)
2931
2932 2007-04-05 [colin]      2.8.1cvs90
2933
2934         * src/mainwindow.c
2935                 Don't sync when switching offline from
2936                 command line - it's usually too late :)
2937
2938 2007-04-05 [paul]       2.8.1cvs89
2939
2940         * src/Makefile.am
2941         * src/stock_pixmap.c
2942         * src/pixmaps/dir_close_hrm.xpm
2943         * src/pixmaps/dir_close_hrm_mark.xpm
2944         * src/pixmaps/drafts_close.xpm
2945         * src/pixmaps/drafts_close_mark.xpm
2946         * src/pixmaps/drafts_open.xpm
2947         * src/pixmaps/drafts_open_mark.xpm
2948         * src/pixmaps/inbox.xpm
2949         * src/pixmaps/inbox_close.xpm
2950         * src/pixmaps/inbox_close_hrm.xpm
2951         * src/pixmaps/inbox_close_hrm_mark.xpm
2952         * src/pixmaps/inbox_close_mark.xpm
2953         * src/pixmaps/inbox_hrm.xpm
2954         * src/pixmaps/inbox_hrm_mark.xpm
2955         * src/pixmaps/inbox_mark.xpm
2956         * src/pixmaps/inbox_open.xpm
2957         * src/pixmaps/inbox_open_hrm.xpm
2958         * src/pixmaps/inbox_open_hrm_mark.xpm
2959         * src/pixmaps/inbox_open_mark.xpm
2960         * src/pixmaps/outbox.xpm
2961         * src/pixmaps/outbox_close.xpm
2962         * src/pixmaps/outbox_close_hrm.xpm
2963         * src/pixmaps/outbox_close_hrm_mark.xpm
2964         * src/pixmaps/outbox_close_mark.xpm
2965         * src/pixmaps/outbox_hrm.xpm
2966         * src/pixmaps/outbox_hrm_mark.xpm
2967         * src/pixmaps/outbox_mark.xpm
2968         * src/pixmaps/outbox_open.xpm
2969         * src/pixmaps/outbox_open_hrm.xpm
2970         * src/pixmaps/outbox_open_hrm_mark.xpm
2971         * src/pixmaps/outbox_open_mark.xpm
2972         * src/pixmaps/queue_close.xpm
2973         * src/pixmaps/queue_close_hrm.xpm
2974         * src/pixmaps/queue_close_hrm_mark.xpm
2975         * src/pixmaps/queue_close_mark.xpm
2976         * src/pixmaps/queue_open.xpm
2977         * src/pixmaps/queue_open_hrm.xpm
2978         * src/pixmaps/queue_open_hrm_mark.xpm
2979         * src/pixmaps/queue_open_mark.xpm
2980                 updated, added and replaced icons
2981                 Icons by Colin
2982
2983 2007-04-04 [colin]      2.8.1cvs88
2984
2985         * src/imap.c
2986                 Fix build without libetpan
2987
2988 2007-04-03 [colin]      2.8.1cvs87
2989
2990         * src/imap.c
2991                 Fix crash with Citadel, and try to make
2992                 things work. this server (and specifically 
2993                 STATUS and APPEND at least) seems broken.
2994
2995 2007-04-03 [colin]      2.8.1cvs86
2996
2997         * src/folderview.c
2998                 Fix icons on folder close
2999
3000 2007-04-03 [colin]      2.8.1cvs85
3001
3002         * src/inc.c
3003                 Fix double-ask of offline override in
3004                 certain cases
3005         * src/imap.c
3006         * src/imap.h
3007         * src/imap_gtk.c
3008                 Much more efficient way to synchronise
3009                 for offline use
3010         * src/etpan/imap-thread.c
3011                 Fix possible segs
3012         * src/folder.c
3013         * src/gtk/quicksearch.c
3014                 Fix some GUI lags
3015
3016 2007-04-03 [paul]       2.8.1cvs84
3017
3018         * src/filtering.c
3019         * src/folder.c
3020         * src/folder.h
3021         * src/prefs_common.c
3022         * src/prefs_common.h
3023         * src/prefs_other.c
3024                 Fix sync being done too late
3025                 Thanks to Colin
3026
3027 2007-04-02 [colin]      2.8.1cvs83
3028
3029         * src/summaryview.c
3030                 Maemo: Put status and quicksearch at the top
3031         * src/plugins/bogofilter/bogofilter.c
3032         * src/plugins/spamassassin/spamassassin.c
3033                 Derive trash from inbox if possible
3034
3035 2007-04-02 [paul]       2.8.1cvs82
3036
3037         * src/plugins/bogofilter/bogofilter_gtk.c
3038                 a few English changes
3039
3040 2007-04-02 [paul]
3041
3042         2.9.0-rc1 released
3043
3044 2007-04-02 [colin]      2.8.1cvs81
3045
3046         * src/image_viewer.c
3047                 Fix transparent images by using
3048                 GtkImage
3049         * src/messageview.c
3050                 Flush events (on new windows) to avoid
3051                 having the textview's image resize fail
3052                 to know the available width
3053
3054 2007-04-01 [colin]      2.8.1cvs80
3055
3056         * src/prefs_account.c
3057                 If no MH mailbox exist, when creating a POP/Local
3058                 account, just create and use the default one 
3059                 instead of bailing with a "Mailbox doesn't exist"
3060                 error
3061
3062 2007-03-31 [colin]      2.8.1cvs79
3063
3064         * src/prefs_account.c
3065                 Create signature file if it doesn't exist
3066                 before editing
3067         * src/prefs_toolbar.c
3068                 Maemo: Move "Use default" on the left so
3069                 that people can find it
3070         * src/common/defs.h
3071                 Maemo: make default editor "Maemopad", 
3072                 default signature file "MyDocs/signature.txt"
3073
3074 2007-03-31 [colin]      2.8.1cvs78
3075
3076         * src/prefs_account.c
3077                 Maemo: rework account prefs so
3078                 that less horizontal scrolling
3079                 is required
3080
3081 2007-03-31 [colin]      2.8.1cvs77
3082
3083         * src/folderview.c
3084         * src/prefs_common.c
3085         * src/prefs_common.h
3086                 Fix bug 1167, 'Allow not displaying zeros 
3087                 in folder list'. Patch by MartinP
3088
3089 2007-03-31 [colin]      2.8.1cvs76
3090
3091         * AUTHORS
3092                 Add Jean-Luc Biord
3093
3094 2007-03-31 [colin]      2.8.1cvs75
3095
3096         * src/imap.c
3097                 Apply patch from bug 1172, direct
3098                 access to the folder's session instead
3099                 of using getter. Patch by MartinP
3100
3101 2007-03-31 [paul]       2.8.1cvs74
3102
3103         * src/gtk/authors.h
3104                 no need to list Fabien twice!
3105
3106 2007-03-31 [colin]      2.8.1cvs73
3107
3108         * src/inc.c
3109                 If we're currently "overriding for %d minutes",
3110                 don't ask
3111
3112 2007-03-31 [colin]      2.8.1cvs72
3113
3114         * src/compose.c
3115         * src/imap.c
3116         * src/inc.c
3117         * src/inc.h
3118         * src/messageview.c
3119         * src/news.c
3120         * src/plugins/spamassassin/spamassassin.c
3121                 Offline override: Add a parameter to allow
3122                 asking even if the override timer is running.
3123                 Allows to ask every time the user makes an
3124                 explicit action needing online access (such
3125                 as Get Mail), and not when the action is 
3126                 implicit (such as opening an IMAP folder)
3127
3128 2007-03-31 [colin]      2.8.1cvs71
3129
3130         * src/inc.c
3131                 Override offline: "No" answer shouldn't
3132                 re-ask after 3 seconds, but 10 minutes. 
3133
3134 2007-03-30 [colin]      2.8.1cvs70
3135
3136         * src/common/socket.c
3137                 Better error reporting on unix socket
3138                 failure (bind usually)
3139         * src/gtk/gtkutils.c
3140         * src/gtk/gtkutils.h
3141                 Label window: add a pulsing progress
3142                 bar to show we're not hung :)
3143         * src/folderview.c
3144         * src/main.c
3145         * src/plugins/pgpcore/sgpgme.c
3146                 Update API
3147
3148 2007-03-30 [colin]      2.8.1cvs69
3149
3150         * src/pop.c
3151         * src/prefs_common.c
3152                 Fix possible trashing of history and uidl
3153                 files on disk full problems
3154
3155 2007-03-30 [paul]       2.8.1cvs68
3156
3157         * src/mainwindow.c
3158         * src/summaryview.c
3159         * src/summaryview.h
3160                 update summary when changing layout type
3161                 (fixes wrong folder icon being displayed)
3162                 Thanks to Colin
3163
3164 2007-03-29 [colin]      2.8.1cvs67
3165
3166         * src/prefs_ext_prog.c
3167                 The browser pref is irrelevant on Maemo
3168
3169 2007-03-29 [colin]      2.8.1cvs66
3170
3171         * src/compose.c
3172         * src/compose.h
3173                 Maemo: dynamically switch headers/text position
3174         * src/prefs_common.c
3175                 Maemo: hide compose's ruler by default
3176         * src/common/socket.c
3177         * src/common/socket.h
3178                 Fix build warning
3179
3180 2007-03-29 [colin]      2.8.1cvs65
3181
3182         * src/common/socket.c
3183         * src/common/socket.h
3184                 Fix build when MAEMO_CFLAGS contains
3185                 _X_OPENSOURCE (resolv.h errors as long
3186                 as we don't add _BSD_SOURCE. Ugly).
3187
3188 2007-03-29 [wwp]        2.8.1cvs64
3189
3190         * src/prefs_logging.c
3191                 Fix sensitivity of clip-log widgets in prefs/logging,
3192                 thanks to Fabien.
3193
3194 2007-03-29 [wwp]        2.8.1cvs63
3195
3196         * po/POTFILES.in
3197                 Updated files list for translations, thanks to Fabien.
3198
3199 2007-03-29 [colin]      2.8.1cvs62
3200
3201         * src/main.c
3202         * src/common/Makefile.am
3203         * src/common/utils.c
3204                 Maybe make URI opening work in Maemo
3205                 Requires testing :)
3206
3207 2007-03-28 [colin]      2.8.1cvs61
3208
3209         * src/folder.c
3210         * src/folder.h
3211         * src/folderview.c
3212                 Add the possibility to sort folders arbitrarily
3213                 (via editing of folderlist.xml only). Patch by
3214                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3215                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3216                 be changed by the user'
3217
3218 2007-03-28 [colin]      2.8.1cvs60
3219
3220         * src/mimeview.c
3221                 Add popup menu for mime icons
3222
3223 2007-03-28 [colin]      2.8.1cvs59
3224
3225         * src/mainwindow.c
3226                 Fix a layout issue when presenting
3227                 mainwindow in Small screen layout
3228         * src/toolbar.c
3229         * src/toolbar.h
3230                 Add a "Go to folder list" button for
3231                 mainwindow, and make it default in
3232                 the Maemo build
3233
3234 2007-03-28 [colin]      2.8.1cvs58
3235
3236         * src/compose.c
3237                 Don't dynamically update title on Maemo
3238                 Patch by Jean-Luc Biord
3239
3240 2007-03-27 [colin]      2.8.1cvs57
3241
3242         * src/compose.c
3243         * src/folderview.c
3244         * src/summaryview.c
3245                 Enable tap-and-hold on Maemo
3246
3247 2007-03-26 [colin]      2.8.1cvs56
3248
3249         * src/compose.c
3250                 More popup-menu (in attachments list)
3251
3252 2007-03-26 [colin]      2.8.1cvs55
3253
3254         * src/compose.c
3255                 Enable popup-menu signal
3256
3257 2007-03-26 [colin]      2.8.1cvs54
3258
3259         * src/plugins/pgpinline/pgpinline.c
3260                 Fix bug 1111, 'PGP/inline plugin hides text 
3261                 around encrypted text block'. Patch based on
3262                 a patch from Michal Cihar.
3263
3264 2007-03-26 [wwp]        2.8.1cvs53
3265
3266         * src/procmsg.c
3267                 Fix getting a false error when sending queued message
3268                 whereas the sending was fine (if there are subfolders
3269                 in the queue folder), thanks to Colin.
3270
3271 2007-03-26 [paul]       2.8.1cvs52
3272
3273         * src/wizard.c
3274                 update FACE header in welcome message
3275
3276 2007-03-25 [colin]      2.8.1cvs51
3277
3278         * src/Makefile.am
3279                 Fix make dist
3280
3281 2007-03-25 [colin]      2.8.1cvs50
3282
3283         * src/main.c
3284                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3285
3286 2007-03-24 [colin]      2.8.1cvs49
3287
3288         * src/main.c
3289                 Fix a few launch problems on Maemo
3290                 Patch by Jean-Luc Biord
3291
3292 2007-03-24 [wwp]        2.8.1cvs48
3293
3294         * src/alertpanel.c
3295         * src/alertpanel.h
3296         * src/messageview.c
3297         * src/summaryview.c
3298                 Fix wrong action performed when closing the
3299                 "ask about account specific filtering rules
3300                 when filtering manually" dialog by pressing Escape.
3301                 Fix wrong order of buttons in the "return receipt
3302                 notification - the message was sent to several of
3303                 your accounts" dialog.
3304
3305 2007-03-24 [paul]       2.8.1cvs47
3306
3307         * src/folderview.c
3308                 an improvement to English usage
3309         * tools/kdeservicemenu/README
3310                 updated Claws url
3311
3312 2007-03-24 [paul]       2.8.1cvs46
3313
3314         * src/Makefile.am
3315         * src/stock_pixmap.c
3316         * src/pixmaps/edit_extern.xpm
3317         * src/pixmaps/mail_sign.xpm
3318                 rescue long lost icons
3319
3320 2007-03-24 [paul]       2.8.1cvs45
3321
3322         * src/toolbar.c
3323                 fix toolbar (broken in 2.8.1cvs42)
3324
3325 2007-03-23 [colin]      2.8.1cvs44
3326
3327         * src/imap.c
3328                 Correctly unsubscribe/resubscribe after
3329                 RENAME
3330
3331 2007-03-23 [colin]      2.8.1cvs43
3332
3333         * src/prefs_common.c
3334                 Maemo: as the platform is light on RAM, allow
3335                 caches to be discarded faster.
3336
3337 2007-03-23 [colin]      2.8.1cvs42
3338
3339         * src/Makefile.am
3340         * src/compose.c
3341         * src/compose.h
3342         * src/stock_pixmap.c
3343         * src/stock_pixmap.h
3344         * src/summaryview.c
3345         * src/summaryview.h
3346         * src/toolbar.c
3347         * src/toolbar.h
3348         * src/pixmaps/open_mail.xpm
3349                 Maemo changes: Add the possibility to have
3350                 "Open Email" and "Close Window" buttons on 
3351                 toolbars (and use them in Maemo's default
3352                 toolbars)
3353
3354 2007-03-23 [wwp]        2.8.1cvs41
3355
3356         * src/action.c
3357                 Reverted that part of the action dialog closure logics, to
3358                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3359                 done later in a different way (or may not).
3360
3361 2007-03-22 [wwp]        2.8.1cvs40
3362
3363         * src/action.c
3364                 Fix sticky action dialog when got no output but action command
3365                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3366
3367 2007-03-22 [colin]      2.8.1cvs39
3368
3369         * src/prefs_filtering.c
3370         * src/gtk/combobox.h
3371                 Fix escaping account names in filtering prefs
3372
3373 2007-03-22 [colin]      2.8.1cvs38
3374
3375         * src/addrindex.c
3376         * src/ldapctrl.h
3377         * src/ldapquery.c
3378                 Add any attribute specified in LDAP servers'
3379                 Search attributes to the Other Attributes tab
3380                 of contacts; Add 'telephoneNumber' in the
3381                 default list.
3382
3383 2007-03-22 [colin]      2.8.1cvs37
3384
3385         * src/folderview.c
3386         * src/folderview.h
3387         * src/mainwindow.c
3388                 Try to prevent race conditions when
3389                 changing the folder list
3390         * src/summaryview.c
3391                 Fix possible red folder icon when
3392                 switching from Small screen layout
3393                 to any other
3394
3395 2007-03-22 [colin]      2.8.1cvs36
3396
3397         * src/mainwindow.c
3398         * src/mainwindow.h
3399         * src/summaryview.c
3400                 Rename "little screen" to "Small screen"
3401         * src/gtk/Makefile.am
3402         * src/common/utils.c
3403         * src/mh.c
3404                 Fix Maemo-related compilation problems
3405
3406 2007-03-21 [colin]      2.8.1cvs35
3407
3408         * configure.ac
3409                 Fix previous commit
3410         * claws-mail.desktop
3411                 Remove .png from the Icon, it's useless
3412
3413 2007-03-21 [colin]      2.8.1cvs34
3414
3415         * configure.ac
3416         * src/Makefile.am
3417                 Add the necessary lib checking for 
3418                 Maemo
3419
3420 2007-03-21 [colin]      2.8.1cvs33
3421
3422         * src/main.c
3423                 Fix unconditional "error happened" when
3424                 sending via command-line. "lol @ myself"
3425
3426 2007-03-21 [colin]      2.8.1cvs32
3427
3428         * claws-mail-40x40.png
3429         * claws-mail-26x26.png
3430         * src/account.c
3431         * src/addressbook.c
3432         * src/compose.c
3433         * src/folderview.c
3434         * src/folderview.h
3435         * src/main.c
3436         * src/mainwindow.c
3437         * src/mainwindow.h
3438         * src/messageview.c
3439         * src/prefs_account.c
3440         * src/prefs_common.c
3441         * src/summary_search.c
3442         * src/summaryview.c
3443         * src/summaryview.h
3444         * src/gtk/authors.h
3445         * src/gtk/gtkutils.c
3446         * src/gtk/gtkutils.h
3447         * src/gtk/logwindow.c
3448         * src/gtk/menu.c
3449         * src/gtk/prefswindow.c
3450                 Add Maemo port (patch mainly by Jean-Luc Biort)
3451                 Add a new 'Little screen' layout to help on such
3452                 platforms (patch by me)
3453                 Make some default preferences different (more
3454                 adapted) on Maemo (patch by me)
3455
3456 2007-03-21 [wwp]        2.8.1cvs31
3457
3458         * src/prefs_logging.c
3459         * src/prefs_logging.h
3460                 Fixed copyright header of newly added files.
3461
3462 2007-03-21 [wwp]        2.8.1cvs30
3463
3464         * src/Makefile.am
3465         * src/filtering.c
3466         * src/filtering.h
3467         * src/folder.c
3468         * src/folderview.c
3469         * src/imap.c
3470         * src/inc.c
3471         * src/main.c
3472         * src/mainwindow.c
3473         * src/mainwindow.h
3474         * src/matcher.c
3475         * src/messageview.c
3476         * src/news.c
3477         * src/pop.c
3478         * src/prefs_common.c
3479         * src/prefs_common.h
3480         * src/prefs_logging.c
3481         * src/prefs_logging.h
3482         * src/prefs_other.c
3483         * src/procmsg.c
3484         * src/send_message.c
3485         * src/summaryview.c
3486         * src/common/log.c
3487         * src/common/log.h
3488         * src/common/nntp.c
3489         * src/common/session.c
3490         * src/common/smtp.c
3491         * src/common/socket.c
3492         * src/etpan/imap-thread.c
3493         * src/gtk/logwindow.c
3494         * src/gtk/logwindow.h
3495         * src/plugins/bogofilter/bogofilter.c
3496         * src/plugins/spamassassin/spamassassin.c
3497                 Added debugging of filtering/processing rules.
3498                 The debug log is here 'Tools/Filtering debug window',
3499                 the options there 'Configuration/Preferences/Other/Logging',
3500                 and the log file is ~/.claws-mail/filtering.log.
3501                 Moved protocol log prefs to 'Other/Logging' as well.
3502                 To support such debugging feature, the existing log API has
3503                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3504                 this impacts many external modules (commits follow).
3505
3506 2007-03-21 [paul]       2.8.1cvs29
3507
3508         * src/etpan/Makefile.am
3509         * src/etpan/imap-thread.c
3510                 add missing #include
3511
3512 2007-03-21 [colin]      2.8.1cvs28
3513
3514         * src/procmime.c
3515                 Fix bug 1157, 'some broken messages confuse 
3516                 mime parser'. Make sure we can't have MimeInfos
3517                 with negative sizes.
3518
3519 2007-03-20 [colin]      2.8.1cvs27
3520
3521         * src/main.c
3522                 Fix missing \0 on buffer
3523
3524 2007-03-20 [colin]      2.8.1cvs26
3525
3526         * src/mh.c
3527                 Use make_dir_hier instead of make_dir 
3528                 to create the MH mailbox
3529
3530 2007-03-20 [colin]      2.8.1cvs25
3531
3532         * src/folder.c
3533         * src/folder.h
3534         * src/prefs_account.c
3535         * src/wizard.c
3536                 Fix default inbox weirdnesses (after wizard,
3537                 if path is Mail, mailbox identifier is #mh/Mailbox,
3538                 and when creating new accounts)
3539
3540 2007-03-20 [colin]      2.8.1cvs24
3541
3542         * src/account.c
3543                 Write folderlist after adding/deleting accounts
3544                 that have folders
3545
3546 2007-03-20 [colin]      2.8.1cvs23
3547
3548         * src/imap.c
3549         * src/remotefolder.h
3550                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3551                 selected while scanning prior to update'
3552
3553 2007-03-17 [paul]       2.8.1cvs22
3554
3555         * src/main.c
3556                 fix a typo, and be a little more verbose.
3557
3558 2007-03-17 [wwp]        2.8.1cvs21
3559
3560         * src/inc.c
3561                 Fix a compiler warning.
3562
3563 2007-03-16 [wwp]        2.8.1cvs20
3564
3565         * tools/Makefile.am
3566         * tools/README
3567                 Updated to deal w/ the new mairix.sh tool.
3568
3569 2007-03-16 [wwp]        2.8.1cvs19
3570
3571         * src/action.c
3572                 Fix logics issues around the action IO dialog:
3573                 - disable entry widget and exec button when
3574                   the exec button is clicked (don't wait for any
3575                   output line) - fix possible disabling/re-enabling/
3576                   re-disabling of those widgets
3577                 - raise an error if executing a %as{} action either
3578                   empty or invalid, instead of failing silently
3579                 - don't close the dialog if the abort button has been
3580                   clicked and if there was no output yet
3581                 - set focus to the abort button when the exec button
3582                   is clicked
3583                 - fix capitalization of a warning message
3584
3585 2007-03-16 [wwp]        2.8.1cvs18
3586
3587         * tools/mairix.sh
3588                 Added a wrapper to mairix to the tools folder.
3589
3590 2007-03-16 [colin]      2.8.1cvs17
3591
3592         * src/messageview.c
3593         * src/mimeview.h
3594                 Allow mimeviewer plugins to print
3595                 their stuff
3596
3597 2007-03-16 [colin]      2.8.1cvs16
3598
3599         * .cvsignore
3600                 Ignore *.patchset
3601
3602 2007-03-15 [colin]      2.8.1cvs15
3603
3604         * src/messageview.c
3605         * src/mimeview.h
3606                 Add a way for mimeviewer plugins to
3607                 implement body search
3608
3609 2007-03-15 [paul]       2.8.1cvs14
3610
3611         * src/prefs_spelling.c
3612                 fix English usage
3613
3614 2007-03-15 [paul]       2.8.1cvs13
3615
3616         * src/common/quoted-printable.c
3617                 fix decoding of quoted-printable parts
3618
3619 2007-03-14 [wwp]        2.8.1cvs12
3620
3621         * src/gtk/logwindow.h
3622                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3623
3624 2007-03-14 [wwp]        2.8.1cvs11
3625
3626         * src/gtk/logwindow.h
3627                 Complete 2.8.1cvs10.
3628
3629 2007-03-14 [colin]      2.8.1cvs10
3630
3631         * src/gtk/logwindow.c
3632                 Probably fix bug 1149, crash on logwindow
3633                 close - at the expense of performance once
3634                 logwin has been opened
3635
3636 2007-03-14 [colin]      2.8.1cvs9
3637
3638         * src/main.c
3639                 If claws-mail is running on another
3640                 display, warn instead of popping it up
3641                 on the other display
3642
3643 2007-03-12 [colin]      2.8.1cvs8
3644
3645         * src/wizard.c
3646                 Fix bug 1145, 'Setting a different name 
3647                 for the Mailbox name isn't reflected in 
3648                 default account settings'. Patch by wwp
3649
3650 2007-03-12 [colin]      2.8.1cvs7
3651
3652         * src/summaryview.c
3653                 Fix bug 1143, 'Add number of messages to be 
3654                 deleted to confirmation dialog'
3655
3656 2007-03-12 [wwp]        2.8.1cvs6
3657
3658         * src/folderview.c
3659         * src/prefs_common.c
3660         * src/prefs_common.h
3661         * src/prefs_summaries.c
3662                 Changed the option that displays unread messages count
3663                 next to the folder name in folder list: it is now
3664                 possible to either display nothing, display the
3665                 unread messages number only or the unread and total messages
3666                 numbers. The patch includes this extra feature as well
3667                 as some minor fixes by rewriting the algo in folderview.c.
3668                 Thanks to Paul for the original idea and implementation, plus
3669                 testing and proof-reading!
3670
3671 2007-03-09 [paul]       2.8.1cvs5
3672
3673         * tools/Makefile.am
3674         * tools/README
3675         * tools/claws-mail-compose-insert-files.pl
3676                 added a script which enables inserting files
3677                 into the message body of a new Claws Mail
3678                 Compose window from the command line. Additionally
3679                 To, Cc, Subject and files to attach to the message
3680                 can be specified.
3681
3682 2007-03-09 [wwp]        2.8.1cvs4
3683
3684         * src/addr_compl.c
3685         * src/addr_compl.h
3686         * src/filtering.c
3687                 Optimize matching of addresses in the addressbook
3688                 (filtering/processing 'found_in_addressbook' condition).
3689
3690 2007-03-07 [wwp]        2.8.1cvs3
3691
3692         * src/quote_fmt.c
3693         * src/quote_fmt_lex.l
3694         * src/quote_fmt_parse.y
3695                 Add a new quote format symbol: %A to insert the
3696                 sender email address (just the address itself).
3697
3698 2007-03-06 [wwp]        2.8.1cvs2
3699
3700         * src/gtk/gtkutils.c
3701         * src/plugins/trayicon/trayicon_prefs.h
3702         * src/plugins/trayicon/trayicon_prefs.c
3703         * src/plugins/trayicon/trayicon.c
3704         * src/mainwindow.h
3705         * src/mainwindow.c
3706                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3707                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3708
3709
3710 2007-03-06 [paul]       2.8.1cvs1
3711
3712         * NEWS
3713         * README
3714         * RELEASE_NOTES
3715         * configure.ac
3716                 bump version number following
3717                 stable release
3718
3719 2007-03-06 [paul]       2.8.0cvs24
3720
3721         * po/cs.po
3722                 corrected by by Tim <timbrain@post.cz>
3723
3724 2007-03-05 [colin]      2.8.0cvs23
3725
3726         * src/Makefile.am
3727         * src/procmime.c
3728                 Fix mime/globs path on NetBSD
3729                 patch by George Michaelson
3730
3731 2007-03-05 [wwp]        2.8.0cvs22
3732
3733         * src/addr_compl.c
3734                 Remove debug statement (accidentally committed w/ cvs14).
3735
3736 2007-03-05 [paul]       2.8.0cvs21
3737
3738         * src/plugins/pgpcore/prefs_gpg.c
3739                 fix compiler warning
3740
3741 2007-03-05 [wwp]        2.8.0cvs20
3742
3743         * src/matcher_parser_parse.y
3744                 Fix mismerge between cvs17 and cvs19.
3745
3746 2007-03-05 [wwp]        2.8.0cvs19
3747
3748         * src/matcher_parser_parse.y
3749         * src/prefs_filtering_action.c
3750         * src/matcher.c
3751         * src/matcher.h
3752         * src/filtering.c
3753         * src/filtering.h
3754                 Add new 'add_to_addressbook' filtering/processing action.
3755
3756 2007-03-05 [wwp]        2.8.0cvs18
3757
3758         * src/filtering.c
3759                 Fix mark_as_ham filtering/processing action: spam flag
3760                 was not unset.
3761
3762 2007-03-04 [colin]      2.8.0cvs17
3763
3764         * src/filtering.c
3765         * src/matcher.c
3766         * src/matcher.h
3767         * src/matcher_parser_parse.y
3768         * src/prefs_filtering_action.c
3769                 Add 'Mark as spam' and 'Mark as ham' filtering
3770                 actions. Fixes bug 1138.
3771
3772 2007-03-04 [colin]      2.8.0cvs16
3773
3774         * src/imap.c
3775                 Fix bug 1140, wrong return value
3776                 without libetpan
3777
3778 2007-03-04 [wwp]        2.8.0cvs15
3779
3780         * src/addr_compl.c
3781                 Rollback cvs14: don't free stuff that is managed in g_list.
3782
3783 2007-03-04 [wwp]        2.8.0cvs14
3784
3785         * src/addr_compl.c
3786                 Fix a leak in address completion code.
3787
3788 2007-03-04 [colin]      2.8.0cvs13
3789
3790         * src/addr_compl.c
3791                 Maybe fix bug 1136, 'Crash in group 
3792                 address completion'
3793
3794 2007-03-04 [iwkse]      2.8.0cvs12
3795
3796         * src/imap.c
3797                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3798
3799 2007-03-03 [colin]      2.8.0cvs11
3800
3801         * src/plugins/pgpinline/pgpinline.c
3802                 Fix off-by-one, fix double-free. Fixes
3803                 bug 1135, 'cm-segfault on decrypting 
3804                 with PGP/inline'
3805
3806 2007-03-03 [colin]      2.8.0cvs10
3807
3808         * configure.ac
3809         * src/main.c
3810         * src/common/plugin.c
3811                 Fix bug 1134, 'Valgrind macros unhandled 
3812                 by Irix's cc'
3813
3814 2007-03-02 [colin]      2.8.0cvs9
3815
3816         * src/mbox.c
3817                 Don't error out on EAGAIN. Fixes 
3818                 bug 1129, '"local mbox file" account 
3819                 isn't retrieving mails'
3820
3821 2007-03-01 [wwp]        2.8.0cvs8
3822
3823         * src/mainwindow.c
3824         * src/gtk/colorlabel.c
3825                 Remove accels for extra color labels until we set better
3826                 and definitive ones.
3827
3828 2007-02-28 [wwp]        2.8.0cvs7
3829
3830         * src/mainwindow.c
3831         * src/matcher_parser_parse.y
3832         * src/prefs_common.c
3833         * src/prefs_msg_colors.c
3834         * src/procmsg.h
3835         * src/gtk/colorlabel.c
3836         * src/gtk/colorlabel.h
3837                 Add more customizable color labels. Cleaned up a bit
3838                 the color label API to avoid duplicate defines of
3839                 the max number of colors.
3840
3841 2007-02-27 [colin]      2.8.0cvs6
3842
3843         * src/mainwindow.c
3844         * src/common/utils.c
3845         * src/common/utils.h
3846                 Fix '+' in mailto URIs for List-* headers
3847
3848 2007-02-27 [colin]      2.8.0cvs5
3849
3850         * src/gtk/gtkutils.c
3851                 Use gtk_window_set_role instead of 
3852                 _set_wmclass
3853
3854 2007-02-27 [colin]      2.8.0cvs4
3855
3856         * src/inc.c
3857                 Fix "After receiving new mail, go to inbox" on IMAP,
3858                 and make it work only on manual reception
3859
3860 2007-02-27 [wwp]        2.8.0cvs3
3861
3862         * src/prefs_filtering.c
3863         * src/prefs_filtering_action.c
3864         * src/prefs_matcher.c
3865                 Update filtering matcher's and action's color label menus
3866                 when re-opening those dialogs (reflect any change to the
3867                 color labels list in the preferences).
3868
3869 2007-02-27 [colin]      2.8.0cvs2
3870
3871         * src/imap.c
3872         * src/etpan/etpan-thread-manager-types.h
3873         * src/etpan/etpan-thread-manager.c
3874         * src/etpan/imap-thread.c
3875                 Log imap ALERTs as errors in the log.
3876
3877 2007-02-26 [paul]       2.8.0cvs1
3878
3879         * tools/claws.i18n.status.pl
3880                 updated
3881
3882 2007-02-26 [paul]       2.7.2cvs75
3883
3884         * po/ca.po
3885         * po/cs.po
3886         * po/de.po
3887         * po/en_GB.po
3888         * po/fi.po
3889         * po/fr.po
3890         * po/hu.po
3891         * po/pl.po
3892         * po/pt_BR.po
3893         * po/sk.po
3894         * po/sr.po
3895         * po/zh_CN.po
3896                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3897                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3898                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3899                 Aleksandar Urosevic, and Ralgh Young
3900
3901 2007-02-25 [mones]      2.7.2cvs74
3902
3903         * po/es.po
3904                 Updated for release
3905
3906 2007-02-25 [colin]      2.7.2cvs73
3907
3908         * src/main.c
3909                 Clearing the list is only useful
3910                 to prevent a valgrind false-positive
3911
3912 2007-02-25 [paul]       2.7.2cvs72
3913
3914         * tools/Makefile.am
3915         * tools/README
3916         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3917         * tools/maildir2claws-mail.pl  **REMOVED**
3918                 renamed the script, fixed a couple bugs
3919
3920 2007-02-23 [colin]      2.7.2cvs71
3921
3922         * src/addressbook.c
3923                 Fix a leak, check for a few improbable nulls
3924
3925 2007-02-23 [colin]      2.7.2cvs70
3926
3927         * src/main.c
3928         * src/main.h
3929         * src/plugins/trayicon/trayicon.c
3930                 Fix blinking mainwin when starting in tray
3931                 (show mainwindow later in the startup process,
3932                  apart if restarting post-crash)
3933
3934 2007-02-23 [colin]      2.7.2cvs69
3935
3936         * src/folderview.c
3937         * src/imap_gtk.c
3938                 Fix crash when unsubscribing the currently
3939                 selected/opened folder
3940
3941 2007-02-23 [colin]      2.7.2cvs68
3942
3943         * src/compose.c
3944                 Fix bug that prevented colorization to
3945                 work without wrap quotation option
3946
3947 2007-02-23 [colin]      2.7.2cvs67
3948
3949         * src/addr_compl.c
3950                 Fix refcounting, start and end completion who
3951                 behaved as if there couldn't be any other current
3952                 user of completion
3953
3954 2007-02-23 [wwp]        2.7.2cvs66
3955
3956         * src/addressbook.c
3957         * src/addrindex.c
3958                 Address completion fixes: fix addressbook_peek_folder_exists() in
3959                 which the algorithm was ridiculously over-obfuscated and broken.
3960                 Fix addrindex_load_completion() as well, to load addresses in
3961                 completion list with regards to what addressbook_peek_folder_exists()
3962                 returns now.
3963
3964 2007-02-23 [wwp]        2.7.2cvs65
3965
3966         * src/addr_compl.c
3967                 Add addresses to completion when they're non-empty (thanks to Colin).
3968
3969 2007-02-23 [paul]       2.7.2cvs64
3970
3971         * src/plugins/pgpcore/passphrase.c
3972                 remove 'const '
3973
3974 2007-02-23 [colin]      2.7.2cvs63
3975
3976         * src/plugins/pgpcore/prefs_gpg.c
3977         * src/plugins/pgpcore/prefs_gpg.h
3978         * src/plugins/pgpcore/sgpgme.c
3979         * src/plugins/pgpinline/pgpinline.c
3980         * src/plugins/pgpmime/pgpmime.c
3981                 Try harder to respect user's choice wrt
3982                 gpg-agent even with gpg2, by unsetting
3983                 GPG_AGENT_INFO when necessary.
3984
3985 2007-02-22 [paul]       2.7.2cvs62
3986
3987         * src/plugins/pgpcore/sgpgme.c
3988         * src/plugins/pgpcore/sgpgme.h
3989         * src/plugins/pgpcore/passphrase.c
3990         * src/plugins/pgpinline/pgpinline.c
3991         * src/plugins/pgpmime/pgpmime.c
3992                 Fix a leak - gpgme_data_release_and_get_mem
3993                 leaks in recent gpgme. Workaround by using
3994                 our own function.
3995
3996 2007-02-22 [paul]       2.7.2cvs61
3997
3998         * src/gtk/quicksearch.c
3999                 Abandon dynamic search when pressing
4000                 Enter
4001
4002 2007-02-21 [colin]      2.7.2cvs60
4003
4004         * src/procmsg.c
4005         * src/plugins/pgpcore/passphrase.c
4006                 Fix little memory leaks
4007         * src/main.c
4008                 Fix false-positive leak at exit
4009         * src/gtk/quicksearch.c
4010                 Fix potentially big leak in recursive
4011                 Quicksearch
4012
4013 2007-02-21 [wwp]        2.7.2cvs59
4014
4015         * src/summaryview.c
4016                 Add missing newline to a debug message.
4017
4018 2007-02-20 [colin]      2.7.2cvs58
4019
4020         * src/Makefile.am
4021         * src/mimeview.c
4022         * src/stock_pixmap.c
4023         * src/stock_pixmap.h
4024         * src/pixmaps/mime_pgpsig.xpm
4025                 Add icon for application/pgp-signature
4026
4027 2007-02-20 [colin]      2.7.2cvs57
4028
4029         * src/Makefile.am
4030         * src/main.c
4031         * src/mimeview.c
4032         * src/stock_pixmap.c
4033         * src/stock_pixmap.h
4034         * src/pixmaps/mime_calendar.xpm
4035         * src/pixmaps/mime_pdf.xpm
4036         * src/pixmaps/mime_ps.xpm
4037                 Add icons for text/calendar, application/pdf
4038                 and application/postscript
4039
4040 2007-02-20 [colin]      2.7.2cvs56
4041
4042         * autogen.sh
4043         * src/matcher_parser_parse.y
4044         * src/matcher_parser_lex.l
4045                 Fix big memory leak in flex, and
4046                 require flex 2.5.31
4047
4048 2007-02-20 [wwp]        2.7.2cvs55
4049
4050         * src/matcher_parser_parse.y
4051                 Fix a duplicate token definition (thanks to iwkse).
4052
4053 2007-02-20 [wwp]        2.7.2cvs54
4054
4055         * src/matcher_parser_lex.l
4056         * src/quote_fmt_lex.l
4057                 Use proper flex options instead of direct use of #define,
4058                 make the flex-generated C lighter.
4059
4060 2007-02-20 [colin]      2.7.2cvs53
4061
4062         * src/summaryview.c
4063                 Grab focus in message list after hiding
4064                 the quicksearch, instead of leaving it
4065                 "somewhere"
4066
4067 2007-02-19 [colin]      2.7.2cvs52
4068
4069         * src/folderview.c
4070                 Fix bug 1033, 'Automatically refresh 
4071                 message list when new messages arrives'
4072                 Looks like folderview->opened can sometimes
4073                 be wrong...
4074
4075 2007-02-19 [paul]       2.7.2cvs51
4076
4077         * tools/Makefile.am
4078         * tools/README
4079         * tools/thunderbird-filters-convertor.pl
4080                 add new script which converts thunderbird filter
4081                 rules to Claws filter rules
4082
4083 2007-02-18 [paul]       2.7.2cvs50
4084
4085         * src/plugins/pgpcore/prefs_gpg.c
4086         * src/plugins/pgpcore/prefs_gpg.h
4087         * src/plugins/pgpcore/sgpgme.c
4088         * src/plugins/pgpinline/pgpinline.c
4089         * src/plugins/pgpmime/pgpmime.c
4090                 improved GUI interoperability with gpg-agent
4091
4092 2007-02-18 [paul]       2.7.2cvs49
4093
4094         * src/prefs_account.c
4095                 Privacy options sensitivity fix
4096
4097 2007-02-17 [colin]      2.7.2cvs48
4098
4099         * src/messageview.c
4100                 Reset icon to warning in the noticeview
4101
4102 2007-02-15 [colin]      2.7.2cvs47
4103
4104         * src/folderview.c
4105                 Fix a manifestation of bug 1033 (summaryview failing
4106                 to update for new mails), which happens after editing
4107                 account preferences or preferences that cause a 
4108                 folderview reload.
4109
4110 2007-02-15 [colin]      2.7.2cvs46
4111
4112         * src/addressbook.c
4113                 Probably fix bug 1123, 'Segmentation 
4114                 fault while opening address book'. I get
4115                 g_warnings if the saved paned position is
4116                 not greater than 0. Also, save position
4117                 when hiding the addressbook instead of
4118                 via signal.
4119
4120 2007-02-14 [colin]      2.7.2cvs45
4121
4122         * src/plugins/pgpcore/prefs_gpg.c
4123         * src/plugins/pgpcore/prefs_gpg.h
4124         * src/plugins/pgpcore/sgpgme.c
4125         * src/plugins/pgpinline/pgpinline.c
4126         * src/plugins/pgpmime/pgpmime.c
4127                 Add an option "Use gpg-agent if available". Fixes
4128                 annoyances with distro-installed gpg-agent, when
4129                 no pinentry program is installed, and the user's 
4130                 at a loss on why "decryption failed". Makes more
4131                 clear why passphrase isn't saved when gpg-agent is
4132                 used. Defaults to true, to avoid changing the 
4133                 current behaviour.
4134
4135 2007-02-14 [wwp]        2.7.2cvs44
4136
4137         * src/matcher_parser_parse.y
4138                 Fix missing line number reset (wrong line number might appear
4139                 when re-loading filtering rules if there's a parser error).
4140
4141 2007-02-13 [colin]      2.7.2cvs43
4142
4143         * src/common/utils.c
4144                 Don't encode ',' in URIs before passing it
4145                 to the browser command-line. It was probably
4146                 done at a time where commas in URIs made
4147                 mozilla -remote 'openurl(%s,new-window)'
4148                 bug.
4149
4150 2007-02-13 [wwp]        2.7.2cvs42
4151
4152         * src/prefs_matcher.c
4153         * src/plugins/bogofilter/bogofilter_gtk.c
4154                 A bit of string factorization around "Select ..." buttons.
4155
4156 2007-02-11 [colin]      2.7.2cvs41
4157
4158         * src/alertpanel.c
4159                 Make sure to escape the title
4160
4161 2007-02-11 [colin]      2.7.2cvs40
4162
4163         * src/codeconv.c
4164                 Recognize .utf8 locales as .UTF-8 ones
4165
4166 2007-02-11 [colin]      2.7.2cvs39
4167
4168         * src/compose.c
4169                 Fix code conversion when dragging a file
4170
4171 2007-02-09 [colin]      2.7.2cvs38
4172
4173         * src/plugins/clamav/clamav_plugin.c
4174                 Complete Paul's patch with conditional
4175                 compilation to avoid breaking compilation
4176                 on old Dapper and Edgy... Maybe other
4177                 distros too.
4178
4179 2007-02-09 [paul]       2.7.2cvs37
4180
4181         * src/plugins/clamav/clamav_plugin.c
4182                 fix for the upstream changes in libclamav
4183
4184 2007-02-09 [paul]       2.7.2cvs36
4185
4186         * src/main.c
4187         * src/mainwindow.c
4188         * src/procmsg.c
4189         * src/procmsg.h
4190                 fix "warn if there are queued messages" (on exit)
4191                 option, which only checked the first mailbox's
4192                 queue
4193                 don't ask before emptying trash if there are no
4194                 messages in trash, also check and empty all trash
4195                 folders
4196         * src/prefs_other.c
4197                 move "Ask before emptying trash" option
4198                 outside of the "On exit" frame as it's
4199                 not only an "On exit" option
4200
4201 2007-02-09 [paul]       2.7.2cvs35
4202
4203         * src/addrgather.c
4204         * src/alertpanel.c
4205         * src/editldap.c
4206         * src/prefs_account.c
4207         * src/prefs_folder_item.c
4208         * src/prefs_gtk.h
4209         * src/prefs_matcher.c
4210         * src/prefs_message.c
4211         * src/prefs_msg_colors.c
4212         * src/prefs_summaries.c
4213         * src/wizard.c
4214         * src/gtk/inputdialog.c
4215         * src/plugins/bogofilter/bogofilter_gtk.c
4216                 pedantic commit: use 'checkbtn' everywhere
4217                 instead of a mixture of 'checkbtn' and 'chkbtn'
4218
4219 2007-02-09 [paul]       2.7.2cvs34
4220
4221         * src/compose.c
4222                 fix default hotkeys
4223         * src/prefs_other.c
4224         * src/prefs_send.c
4225                 move "Never send Return Receipts" from
4226                 prefs_other to prefs_send
4227                 add an option "Ask about account specific
4228                 filtering rules..." to prefs_other
4229         * src/gtk/gtkutils.c
4230                 fix a compiler warning
4231
4232 2007-02-08 [colin]      2.7.2cvs33
4233
4234         * src/plugins/pgpinline/pgpinline.c
4235                 Fix bug 1110, 'pgpmime fails to process 
4236                 encapsulated openpgp mime (rfc 3156, 6.1 
4237                 -> rfc1847)'
4238                 It was due to an interaction between PGP/Mime
4239                 and PGP/Inline plugin. 
4240
4241 2007-02-08 [colin]      2.7.2cvs32
4242
4243         * src/inc.c
4244         * src/mbox.c
4245         * src/mbox.h
4246                 Fix bug 1117, 'fcntl locking code 
4247                 does not work in mbox.c'
4248
4249 2007-02-08 [colin]      2.7.2cvs31
4250
4251         * src/prefs_account.c
4252                 Fix Gentoo bug 165819, 'can't create 
4253                 a "local mbox file" account'. Patch
4254                 by Olivier <castan.o@free.fr>
4255
4256 2007-02-07 [colin]      2.7.2cvs30
4257
4258         * src/ldapquery.c
4259                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4260                 autocompletion was used'
4261
4262 2007-02-07 [paul]       2.7.2cvs29
4263
4264         * src/folder.c
4265                 cut down on unnecessary debug_prints
4266         * src/imap_gtk.c
4267                 fix menu_set_active() on 'Show only
4268                 subscribed folders'
4269
4270 2007-02-07 [paul]       2.7.2cvs28
4271
4272         * src/plugins/clamav/clamav_plugin.c
4273         * src/plugins/clamav/clamav_plugin.h
4274         * src/plugins/clamav/clamav_plugin_gtk.c
4275                 fix copyright header
4276
4277 2007-02-07 [paul]       2.7.2cvs27
4278
4279         * src/procheader.c
4280                 fix bug 1116, 'summary view allow a 
4281                 subject line break'
4282
4283 2007-02-06 [colin]      2.7.2cvs26
4284
4285         * src/summaryview.c
4286                 Fix delete thread
4287
4288 2007-02-05 [fabien]     2.7.2cvs25
4289
4290         * po/POTFILES.in
4291         * src/uri_opener.c
4292                 i18n related - 1 fix and 1 message for translators.
4293
4294 2007-02-05 [colin]      2.7.2cvs24
4295
4296         * src/gtk/quicksearch.c
4297                 Don't reload summary list if quicksearch wasn't
4298                 active on hiding; move currently selected mail in
4299                 the visible area when showing the quicksearch
4300
4301 2007-02-05 [colin]      2.7.2cvs23
4302
4303         * src/folderview.c
4304                 Add debug to try to solve bug 1104
4305
4306 2007-02-05 [paul]       2.7.2cvs22
4307
4308         * src/mainwindow.c
4309                 confirm before emptying trash on exit is
4310                 a Yes or No answer, use Yes or No in the
4311                 dialog
4312
4313 2007-02-04 [colin]      2.7.2cvs21
4314
4315         * src/compose.c
4316         * src/plugins/pgpcore/passphrase.c
4317         * src/plugins/pgpcore/select-keys.c
4318                 Set wmclass on new windows
4319
4320 2007-02-04 [colin]
4321
4322         2.8.0-rc1 released
4323
4324 2007-02-04 [colin]      2.7.2cvs20
4325
4326         * src/compose.c
4327         * src/compose.h
4328                 Auto save drafts on exit, reopen them
4329                 at startup, instead of asking
4330         * src/account.c
4331         * src/addressadd.c
4332         * src/addressbook.c
4333         * src/addressbook_foldersel.c
4334         * src/addrgather.c
4335         * src/crash.c
4336         * src/editaddress.c
4337         * src/editbook.c
4338         * src/editgroup.c
4339         * src/editjpilot.c
4340         * src/editldap.c
4341         * src/editldap_basedn.c
4342         * src/editvcard.c
4343         * src/exphtmldlg.c
4344         * src/expldifdlg.c
4345         * src/export.c
4346         * src/foldersel.c
4347         * src/gedit-print.c
4348         * src/import.c
4349         * src/importldif.c
4350         * src/importmutt.c
4351         * src/importpine.c
4352         * src/main.c
4353         * src/mainwindow.c
4354         * src/message_search.c
4355         * src/messageview.c
4356         * src/prefs_actions.c
4357         * src/prefs_customheader.c
4358         * src/prefs_display_header.c
4359         * src/prefs_filtering.c
4360         * src/prefs_filtering_action.c
4361         * src/prefs_folder_column.c
4362         * src/prefs_gtk.c
4363         * src/prefs_matcher.c
4364         * src/prefs_other.c
4365         * src/prefs_summaries.c
4366         * src/prefs_summary_column.c
4367         * src/prefs_template.c
4368         * src/sourcewindow.c
4369         * src/ssl_manager.c
4370         * src/summary_search.c
4371         * src/uri_opener.c
4372         * src/gtk/about.c
4373         * src/gtk/description_window.c
4374         * src/gtk/foldersort.c
4375         * src/gtk/gtkutils.c
4376         * src/gtk/gtkutils.h
4377         * src/gtk/icon_legend.c
4378         * src/gtk/logwindow.c
4379         * src/gtk/pluginwindow.c
4380         * src/gtk/prefswindow.c
4381                 Give different wmclass to different
4382                 windows - thanks to sed ;)
4383
4384 2007-02-04 [colin]      2.7.2cvs19
4385
4386         * src/main.c
4387                 Revert previous patch, can't reproduce
4388                 it anymore. 
4389
4390 2007-02-03 [colin]      2.7.2cvs18
4391
4392         * src/main.c
4393                 Don't save the mainwindow size and
4394                 position on emergency exit (libSM's
4395                 "die" callback), Xfce seems to make
4396                 the window smaller just before the
4397                 size's saved.
4398
4399 2007-02-03 [colin]      2.7.2cvs17
4400
4401         * src/plugins/bogofilter/bogofilter.c
4402         * src/plugins/bogofilter/bogofilter.h
4403         * src/plugins/bogofilter/bogofilter_gtk.c
4404         * src/plugins/pgpinline/pgpinline.c
4405         * src/plugins/pgpinline/pgpinline.h
4406                 Fix more copyrights
4407
4408 2007-02-03 [colin]      2.7.2cvs16
4409
4410         * src/partial_download.c
4411         * src/partial_download.h
4412         * src/ssl_manager.c
4413         * src/ssl_manager.h
4414         * src/uri_opener.c
4415         * src/uri_opener.h
4416         * src/wizard.c
4417         * src/wizard.h
4418         * src/common/ssl_certificate.c
4419         * src/common/ssl_certificate.h
4420         * src/gtk/quicksearch.c
4421         * src/gtk/quicksearch.h
4422         * src/gtk/sslcertwindow.c
4423         * src/gtk/sslcertwindow.h
4424                 Fix copyright on my files
4425
4426 2007-02-02 [colin]      2.7.2cvs15
4427
4428         * src/Makefile.am
4429         * src/mainwindow.c
4430         * src/messageview.c
4431         * src/messageview.h
4432         * src/textview.c
4433         * src/textview.h
4434         * src/uri_opener.c
4435         * src/uri_opener.h
4436                 Add Tools/List URIs to allow
4437                 opening any URI in the current mail
4438
4439 2007-02-02 [colin]      2.7.2cvs14
4440
4441         * src/common/valgrind.h ** NEW FILE **
4442         * src/common/Makefile.am
4443         * src/common/plugin.c
4444                 Don't dlclose the plugins if we're running
4445                 under valgrind. (doesn't require valgrind
4446                 either at compile time or run time).
4447
4448 2007-02-01 [paul]       2.7.2cvs13
4449
4450         * AUTHORS
4451         * src/gtk/authors.h
4452         * tools/freshmeat_search.pl
4453         * tools/google_search.pl
4454         * tools/multiwebsearch.pl
4455                 add support for non ISO-8859-1 compatible locales
4456                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4457
4458 2007-02-01 [colin]      2.7.2cvs12
4459
4460         * src/prefs_other.c
4461         * src/prefs_summaries.c
4462                 Move keybinding prefs to the Other page
4463
4464 2007-02-01 [wwp]        2.7.2cvs11
4465
4466         * src/plugins/trayicon/trayicon.c
4467                 Fix a raising issue within KDE.
4468
4469 2007-02-01 [colin]      2.7.2cvs10
4470
4471         * src/codeconv.c
4472                 Fix stray quotes in encoded strings
4473         * src/addressadd.c
4474                 Fix wrong call causing g_warnings
4475         * src/textview.c
4476                 Remove useless message
4477
4478 2007-01-31 [wwp]        2.7.2cvs9
4479
4480         * src/plugins/trayicon/trayicon.c
4481                 fix buggy hiding of main window when closing if close-to-tray
4482                 is not set (bad logics  in the trayicon hook code).
4483                 Changed the quit confirmation message too.
4484
4485 2007-01-30 [colin]      2.7.2cvs8
4486
4487         * src/main.c
4488                 Fix hidden mainwindow after clicking on
4489                 the X close button, if compose windows
4490                 exist and the user chooses not to quit
4491
4492 2007-01-30 [colin]      2.7.2cvs7
4493
4494         * src/main.c
4495         * src/compose.c
4496                 Handle local URIs to attach files (file:///...)
4497                 Fixes attaching files from Thunar for example
4498
4499 2007-01-30 [colin]      2.7.2cvs6
4500
4501         * src/prefs_ext_prog.c
4502                 Add 'mousepad' to the list of text editors.
4503                 Mousepad is XFCE's text editor
4504
4505 2007-01-29 [wwp]        2.7.2cvs5
4506
4507         * po/POTFILES.in
4508         * src/plugins/trayicon/trayicon_prefs.c
4509                 trayicon i18n fixes, thanks to Fabien.
4510
4511 2007-01-28 [wwp]        2.7.2cvs4
4512
4513         * src/mainwindow.c
4514         * src/mainwindow.h
4515         * src/plugins/trayicon/trayicon.c
4516         * src/plugins/trayicon/trayicon_prefs.c
4517         * src/plugins/trayicon/trayicon_prefs.h
4518                 Added a new TrayIcon plugin option to close to tray
4519                 (WM's hotkey and [X] button will hide the window instead
4520                 of closing it - closing CM can be done using the tray icon
4521                 menu or the File menu).
4522                 Improved visibility handling in trayicon, clicking the
4523                 trayicon now raise the window to current desktop when it
4524                 was either minimized/shaded/on another desktop.
4525                 Thanks to Paul for testing and fixing a strange behaviour
4526                 in KDE ;-).
4527
4528 2007-01-27 [paul]       2.7.2cvs3
4529
4530         * src/prefs_folder_item.c
4531         * src/prefs_receive.c
4532         * src/plugins/pgpcore/prefs_gpg.c
4533                 use 'start-up' instead of 'startup' in labels
4534
4535 2007-01-26 [wwp]        2.7.2cvs2
4536
4537         * src/plugins/trayicon/Makefile.am
4538         * src/plugins/trayicon/trayicon.c
4539         * src/plugins/trayicon/trayicon_prefs.c
4540         * src/plugins/trayicon/trayicon_prefs.h
4541                 Add a new TrayIcon option to hide the main window at
4542                 start-up.
4543                 Fix trayicon.c copyright header.
4544
4545 2007-01-26 [paul]       2.7.2cvs1
4546
4547         * NEWS
4548         * README
4549         * RELEASE_NOTES
4550         * configure.ac
4551                 bump up version number following
4552                 stable release
4553
4554 2007-01-25 [mones]      2.7.1cvs60
4555
4556         * po/es.po
4557                 updated thousands of strings (well, probably less ;-)
4558
4559 2007-01-25 [colin]      2.7.1cvs59
4560
4561         * src/matcher.c
4562                 Fix 2nd-run loss of matcherrc on new
4563                 configurations. 
4564
4565 2007-01-25 [wwp]        2.7.1cvs58
4566
4567         * src/mimeview.c
4568                 fix handling of empty value in attach_save_directory too, thanks
4569                 to Colin.
4570
4571 2007-01-25 [wwp]        2.7.1cvs57
4572
4573         * src/gtk/filesel.c
4574                 fix handling of empty value in attach_load_directory,
4575                 thanks to Colin.
4576
4577 2007-01-25 [wwp]        2.7.1cvs56
4578
4579         * src/plugins/dillo_viewer/dillo_prefs.h
4580                 fix a typo.
4581
4582 2007-01-25 [colin]      2.7.1cvs55
4583
4584         * src/matcher.c
4585         * src/matcher.h
4586         * src/matcher_parser_parse.y
4587         * src/prefs_matcher.c
4588                 Add matching on the spam flag
4589
4590 2007-01-24 [colin]      2.7.1cvs54
4591
4592         * src/folder.c
4593         * src/common/xml.c
4594         * src/common/xml.h
4595                 Make sure folderlist.xml is correctly
4596                 written before overwriting it.
4597         * src/procmsg.c
4598         * src/procmsg.h
4599         * src/summaryview.c
4600         * src/plugins/bogofilter/bogofilter.c
4601         * src/plugins/bogofilter/bogofilter.h
4602         * src/plugins/bogofilter/bogofilter_gtk.c
4603         * src/plugins/spamassassin/spamassassin.c
4604         * src/plugins/spamassassin/spamassassin.h
4605         * src/plugins/spamassassin/spamassassin_gtk.c
4606                 Move spam to the correct trash folder after
4607                 learning, if spam directory isn't set.
4608
4609 2007-01-23 [paul]       2.7.1cvs53
4610
4611         * src/plugins/bogofilter/bogofilter_gtk.c
4612                 fix sensitivity of "Insert X-Bogosity header"
4613                 option
4614
4615 2007-01-23 [colin]      2.7.1cvs52
4616
4617         * src/toolbar.c
4618                 Translate toolbar items text if
4619                 they're translatable (default)
4620         * src/addrcache.c
4621         * src/addrcache.h
4622         * src/addritem.c
4623         * src/addritem.h
4624         * src/codeconv.c
4625         * src/codeconv.h
4626         * src/jpilot.c
4627         * src/jpilot.h
4628         * src/ldapctrl.c
4629         * src/ldapctrl.h
4630         * src/ldapquery.h
4631         * src/ldif.c
4632         * src/ldif.h
4633         * src/etpan/etpan-thread-manager.c
4634         * src/etpan/etpan-thread-manager.h
4635         * src/gtk/gtkutils.c
4636         * src/gtk/gtkutils.h
4637                 More static functions
4638
4639 2007-01-22 [fabien]     2.7.1cvs51
4640
4641         * src/gtk/gtkutils.c
4642                 gtkut_get_options_frame() : ability to pass
4643                 a 'NULL' value in frame pointer parameter if
4644                 we don't need it.
4645
4646 2007-01-22 [colin]      2.7.1cvs50
4647
4648         * src/procmsg.c
4649         * src/procmsg.h
4650         * src/plugins/bogofilter/bogofilter.c
4651         * src/plugins/bogofilter/bogofilter_gtk.c
4652         * src/plugins/spamassassin/spamassassin.c
4653         * src/plugins/spamassassin/spamassassin_gtk.c
4654                 Allow moving spams to the account's trash
4655                 instead of default one
4656
4657 2007-01-21 [colin]      2.7.1cvs49
4658
4659         * src/ldapquery.c
4660         * src/ldapquery.h
4661                 Revert a static function that shouldn't
4662                 have been
4663
4664 2007-01-21 [colin]      2.7.1cvs48
4665
4666         * src/ldapquery.c
4667         * src/ldapquery.h
4668                 Same
4669
4670 2007-01-21 [colin]      2.7.1cvs47
4671
4672         * src/procmsg.c
4673         * src/procmsg.h
4674                 Same
4675
4676 2007-01-21 [colin]      2.7.1cvs46
4677
4678         * src/common/socket.c
4679         * src/common/socket.h
4680                 Same
4681
4682 2007-01-21 [colin]      2.7.1cvs45
4683
4684         * src/crash.c
4685         * src/exporthtml.c
4686         * src/exporthtml.h
4687         * src/exportldif.c
4688         * src/exportldif.h
4689         * src/folder.c
4690         * src/folder.h
4691         * src/folder_item_prefs.c
4692         * src/folder_item_prefs.h
4693         * src/folderview.c
4694         * src/folderview.h
4695         * src/gedit-print.c
4696         * src/gedit-print.h
4697         * src/main.c
4698         * src/main.h
4699         * src/common/socket.c
4700         * src/common/socket.h
4701         * src/gtk/gtkaspell.c
4702         * src/gtk/gtkaspell.h
4703         * src/gtk/quicksearch.c
4704         * src/gtk/quicksearch.h
4705                 Same
4706
4707 2007-01-21 [colin]      2.7.1cvs44
4708
4709         * src/common/utils.c
4710         * src/common/utils.h
4711         * src/etpan/etpan-thread-manager.c
4712         * src/etpan/etpan-thread-manager.h
4713                 Same (Funny that etpan_thread_unbind
4714                 is called but not etpan_thread_bind)
4715
4716 2007-01-21 [colin]      2.7.1cvs43
4717
4718         * src/addrselect.c
4719         * src/addrselect.h
4720         * src/codeconv.c
4721         * src/codeconv.h
4722         * src/compose.c
4723         * src/compose.h
4724         * src/etpan/Makefile.am
4725         * src/gtk/colorlabel.c
4726         * src/gtk/colorlabel.h
4727         * src/gtk/sslcertwindow.c
4728         * src/gtk/sslcertwindow.h
4729         * src/etpan/etpan-log.c ** REMOVED **
4730         * src/etpan/etpan-log.h ** REMOVED **
4731                 Same
4732
4733 2007-01-20 [colin]      2.7.1cvs42
4734
4735         * src/addritem.c
4736         * src/addritem.h
4737                 Same
4738
4739 2007-01-20 [colin]      2.7.1cvs41
4740
4741         * src/account.c
4742         * src/account.h
4743         * src/addrbook.c
4744         * src/addrbook.h
4745         * src/addrcache.c
4746         * src/addrcache.h
4747         * src/addrclip.c
4748         * src/addrclip.h
4749         * src/addressbook.c
4750         * src/addressbook.h
4751         * src/addrharvest.c
4752         * src/addrharvest.h
4753         * src/addrindex.c
4754         * src/addrindex.h
4755         * src/editaddress.c
4756         * src/editaddress.h
4757                 Make functions that aren't used in other
4758                 files static
4759
4760 2007-01-20 [colin]      2.7.1cvs40
4761
4762         * src/account.c
4763         * src/addrbook.c
4764         * src/addrcache.c
4765         * src/addressbook.c
4766         * src/addrgather.c
4767         * src/addrindex.c
4768         * src/addrquery.c
4769         * src/addrselect.c
4770         * src/browseldap.c
4771         * src/compose.c
4772         * src/editbook.c
4773         * src/editjpilot.c
4774         * src/editldap.c
4775         * src/editldap_basedn.c
4776         * src/editvcard.c
4777         * src/exporthtml.c
4778         * src/exportldif.c
4779         * src/folder.c
4780         * src/folderview.c
4781         * src/image_viewer.c
4782         * src/imap.c
4783         * src/importmutt.c
4784         * src/importpine.c
4785         * src/jpilot.c
4786         * src/ldapquery.c
4787         * src/main.c
4788         * src/mainwindow.c
4789         * src/matcher.c
4790         * src/messageview.c
4791         * src/mh.c
4792         * src/mimeview.c
4793         * src/msgcache.c
4794         * src/mutt.c
4795         * src/news.c
4796         * src/pine.c
4797         * src/prefs_account.c
4798         * src/prefs_common.c
4799         * src/prefs_compose_writing.c
4800         * src/prefs_ext_prog.c
4801         * src/prefs_folder_item.c
4802         * src/prefs_fonts.c
4803         * src/prefs_message.c
4804         * src/prefs_msg_colors.c
4805         * src/prefs_other.c
4806         * src/prefs_quote.c
4807         * src/prefs_receive.c
4808         * src/prefs_send.c
4809         * src/prefs_spelling.c
4810         * src/prefs_summaries.c
4811         * src/prefs_toolbar.c
4812         * src/prefs_wrapping.c
4813         * src/privacy.c
4814         * src/procmime.c
4815         * src/procmsg.c
4816         * src/ssl_manager.c
4817         * src/statusbar.c
4818         * src/summaryview.c
4819         * src/toolbar.c
4820         * src/vcard.c
4821         * src/common/hooks.c
4822         * src/common/log.c
4823         * src/common/passcrypt.c
4824         * src/common/socket.c
4825         * src/common/ssl.c
4826         * src/common/ssl_certificate.c
4827         * src/common/template.c
4828         * src/common/utils.c
4829         * src/etpan/imap-thread.c
4830         * src/gtk/sslcertwindow.c
4831         * src/gtk/sslcertwindow.h
4832                 Make functions that could be static, static
4833
4834 2007-01-20 [colin]      2.7.1cvs39
4835
4836         * src/editldap.c
4837                 Fix tooltip
4838
4839 2007-01-20 [colin]      2.7.1cvs38
4840
4841         * src/ldapquery.c
4842         * src/ldaputil.c
4843         * src/ldaputil.h
4844                 Fix bug 1102, 'claws-mail-2.7.1 
4845                 makes use of deprecated ldap 
4846                 functions'
4847
4848 2007-01-20 [colin]      2.7.1cvs37
4849
4850         * src/mainwindow.c
4851         * src/mainwindow.h
4852         * src/summaryview.c
4853         * src/gtk/quicksearch.c
4854                 Add Wide message list layout
4855
4856 2007-01-19 [fabien]     2.7.1cvs36
4857
4858         * src/textview.c
4859                 make sure a font change is considered in links of
4860                 headerview.
4861
4862 2007-01-19 [colin]      2.7.1cvs35
4863
4864         * src/main.c
4865         * src/mainwindow.c
4866         * src/mainwindow.h
4867         * src/messageview.c
4868         * src/messageview.h
4869         * src/prefs_common.c
4870         * src/prefs_common.h
4871         * src/summaryview.c
4872         * src/summaryview.h
4873         * src/gtk/quicksearch.c
4874         * src/gtk/quicksearch.h
4875                 Drop 'Separate Folder tree' and 'Separate
4876                 Message View'. Put three layouts in place
4877                 of it.
4878
4879 2007-01-19 [paul]       2.7.1cvs34
4880
4881         * src/prefs_msg_colors.c
4882                 more use of Q_ for translators
4883
4884 2007-01-19 [paul]       2.7.1cvs33
4885
4886         * src/imap_gtk.c
4887         * src/prefs_account.c
4888                 a few changes to the English
4889
4890 2007-01-19 [fabien]     2.7.1cvs32
4891
4892         * src/wizard.c
4893                 factorize translatable string
4894
4895 2007-01-18 [colin]      2.7.1cvs31
4896
4897         * src/main.c
4898                 Don't error out on --sync option. Although
4899                 we don't do anything with it, gtk+ handles
4900                 it, and it's useful for debugging X errors
4901
4902 2007-01-18 [fabien]     2.7.1cvs30
4903
4904         * src/prefs_other.c
4905                 ability to apply on the fly the recent added
4906                 'gtk_can_change_accels' pref (no need to restart).
4907
4908 2007-01-18 [fabien]     2.7.1cvs29
4909
4910         * src/plugins/bogofilter/bogofilter_gtk.c
4911         * src/plugins/bogofilter/bogofilter.c
4912         * src/plugins/spamassassin/spamassassin_gtk.c
4913         * src/addr_compl.c
4914         * src/prefs_account.c
4915                 factorize or rewrite some translatable strings.
4916
4917 2007-01-18 [fabien]     2.7.1cvs28
4918
4919         * src/prefs_gtk.h
4920         * src/compose.c
4921                 set a 4pix space between "Subject:" label and subject entry in
4922                 compose window.
4923
4924 2007-01-18 [wwp]        2.7.1cvs27
4925
4926         * src/addressbook.c
4927                 fix conflicting address-copy/paste when focus is set
4928                 to the embedded edit-person form.
4929  
4930
4931 2007-01-18 [wwp]        2.7.1cvs26
4932
4933         * src/addressbook.h
4934                 complete 2.7.1cvs23 (one more file was missing from that
4935                 commit).
4936
4937 2007-01-18 [colin]      2.7.1cvs25
4938
4939         * src/main.c
4940                 Provide a way to migrate without backup
4941                 Re-ask for migration on next start if 
4942                 it has been refused and wizard has been 
4943                 cancelled after.
4944
4945 2007-01-18 [wwp]        2.7.1cvs24
4946
4947         * src/editaddress.c
4948                 complete 2.7.1.cvs23 (file was missing from previous
4949                 commit).
4950
4951 2007-01-18 [wwp]        2.7.1cvs23
4952
4953         * src/addressbook.c
4954                 fix potential crashes in address book's focus_in/out signal handlers,
4955                 force focus to the edit-person form when clicked the Edit menu entry or
4956                 button (this only matters if the edit-person form is embedded to the
4957                 AB window, in that case, focus is not set when browsing the contacts
4958                 list w/ keys or mouse clicks).
4959
4960 2007-01-18 [paul]       2.7.1cvs22
4961
4962         * src/main.c
4963                 add command line options:
4964                 -h for --help
4965                 -q and --quit for --exit
4966                 -v for --version
4967                 print "Unknown option" for unknown options
4968
4969 2007-01-18 [paul]       2.7.1cvs21
4970
4971         * po/ru.po
4972                 updated by Pavlo Bohmat
4973
4974 2007-01-18 [paul]       2.7.1cvs20
4975
4976         * src/mainwindow.c
4977                 fix sensitivity issues of Mark as Spam/Ham
4978
4979 2007-01-17 [fabien]     2.7.1cvs19
4980
4981         * src/prefs_other.c
4982         * src/prefs_common.c
4983         * src/prefs_common.h
4984         * src/main.c
4985                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4986                 control the corresponding gtk property. It could be used to lock
4987                 all shortcuts (avoid to set one of them by inadvertency).
4988
4989 2007-01-17 [colin]      2.7.1cvs18
4990
4991         * src/summaryview.c
4992                 Fix bug 1100, 'Highlighted e-mail data not visible 
4993                 when color label applied.'. Use a weighted average
4994                 between normal selected foreground color and color
4995                 label instead of a simple one (3/1 instead 1/1).
4996
4997 2007-01-17 [colin]      2.7.1cvs17
4998
4999         * src/messageview.c
5000                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5001                 crash' - don't prevent mail switching while loading
5002
5003 2007-01-17 [colin]      2.7.1cvs16
5004
5005         * src/folder.c
5006         * src/folder.h
5007         * src/folderview.c
5008         * src/folderview.h
5009         * src/imap.c
5010         * src/imap.h
5011         * src/imap_gtk.c
5012                 Manage recursive search of unsubscribed folders
5013                 Rescan tree without checking for new messages 
5014                 after subscriptions changed
5015
5016 2007-01-17 [paul]       2.7.1cvs15
5017
5018         * src/prefs_common.c
5019         * src/gtk/pluginwindow.c
5020                 fix bug 1101, '"Load plugin" button is
5021                 accidentally hidden'
5022                 unset (-1) initial width in prefs_common,
5023                 fix overlapping buttons,
5024                 and other cleanups
5025
5026 2007-01-17 [paul]       2.7.1cvs14
5027
5028         * src/procmime.c
5029                 add #include <errno.h>, it's needed
5030                 on some systems
5031
5032 2007-01-17 [paul]       2.7.1cvs13
5033
5034         * src/common/defs.h
5035         * tools/make.themes.project
5036                 rename .sylpheed_themeinfo to .claws_themeinfo
5037                 and use it
5038         * src/etpan/etpan-errors.h
5039         * src/etpan/etpan-log.c
5040         * src/etpan/etpan-log.h
5041         * src/etpan/etpan-thread-manager-types.h
5042         * src/etpan/etpan-thread-manager.c
5043         * src/etpan/etpan-thread-manager.h
5044         * src/etpan/imap-thread.c
5045         * src/etpan/imap-thread.h
5046                 add copyright header
5047
5048 2007-01-17 [colin]      2.7.1cvs12
5049
5050         * src/plugins/pgpcore/select-keys.c
5051         * src/gtk/pluginwindow.c
5052         * src/prefs_account.c
5053                 Fix warnings
5054
5055 2007-01-16 [colin]      2.7.1cvs11
5056
5057         * src/imap.c
5058         * src/imap.h
5059         * src/imap_gtk.c
5060                 Manage subscribing to subfolders when only
5061                 subscribed folders are shown.
5062
5063 2007-01-16 [colin]      2.7.1cvs10
5064
5065         * src/folderview.c
5066                 Fix annoying vscrollbar going back to top
5067                 on Check for new folders
5068
5069 2007-01-16 [colin]      2.7.1cvs9
5070
5071         * src/imap.c
5072                 Remove printf
5073
5074 2007-01-16 [colin]      2.7.1cvs8
5075
5076         * src/filtering.c
5077                 Bigger buffer for errors
5078         * src/imap.c
5079         * src/imap.h
5080         * src/imap_gtk.c
5081         * src/prefs_account.c
5082         * src/prefs_account.h
5083         * src/wizard.c
5084         * src/etpan/imap-thread.c
5085         * src/etpan/imap-thread.h
5086         * manual/handling.xml
5087                 Add subscriptions management. What it changes:
5088                 Creating a folder subscribes to it
5089                 Deleting a folder unsubscribes it
5090                 New contextual menu item allowing to switch between
5091                 All folders and Subscribed folders, subscribe, and
5092                 unsubscribe. "Creating" an existing but unsubscribed
5093                 folder will subscribe it.
5094                 By default for new accounts, only subscribed folders 
5095                 are shown.
5096
5097
5098 2007-01-16 [paul]       2.7.1cvs7
5099
5100         * src/summaryview.c
5101                 Allow folder classes to specify only sort_key or
5102                 sort_type instead of both or none.
5103
5104 2007-01-16 [paul]       2.7.1cvs6
5105
5106         * src/action.c
5107         * src/compose.c
5108         * src/mimeview.c
5109         * src/procmime.c
5110         * src/textview.c
5111                 Save and use errno for procmime_get_part
5112
5113 2007-01-16 [colin]      2.7.1cvs5
5114
5115         * src/imap.c
5116                 Never remove INBOX when scanning for
5117                 new folders. It's a special folder
5118                 that has to exist.
5119
5120 2007-01-15 [colin]      2.7.1cvs4
5121
5122         * src/imap.c
5123                 Fix 'Check for new folders' when IMAP subdirectory
5124                 is set
5125         * src/etpan/imap-thread.c
5126                 Fix build
5127
5128 2007-01-15 [colin]      2.7.1cvs3
5129
5130         * src/etpan/imap-thread.c
5131                 Fix invalid free on command-connection
5132                 error
5133
5134 2007-01-15 [wwp]        2.7.1cvs2
5135
5136         * src/matcher_parser_lex.l
5137         * src/quote_fmt_lex.l
5138         * src/matcher_parser_parse.y
5139                 fix copyright header in lexers and parsers.
5140
5141 2007-01-15 [paul]       2.7.1cvs1
5142
5143         * NEWS
5144         * README
5145         * RELEASE_NOTES
5146         * configure.ac
5147                 bump up version number following
5148                 stable release
5149
5150 2007-01-15 [paul]       2.7.0cvs31
5151
5152         * AUTHORS
5153         * src/gtk/authors.h
5154                 add Fabien to the Team list
5155                 add the recent contributors
5156                 make a few corrections
5157
5158 2007-01-15 [paul]       2.7.0cvs30
5159
5160         * src/mainwindow.c
5161                 fix compiler warning
5162         * src/plugins/pgpcore/prefs_gpg.c
5163         * src/plugins/pgpcore/prefs_gpg.h
5164                 add missing include
5165                 fix copyright header
5166
5167 2007-01-14 [colin]      2.7.0cvs29
5168
5169         * src/gtk/filesel.c
5170                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5171                 two benefits: faster to open, will fix strange
5172                 dbus-related crash. Thanks to Pascal Terjan.
5173
5174 2007-01-14 [colin]      2.7.0cvs28
5175
5176         * src/etpan/imap-thread.c
5177                 Delete the old imap just after allocating
5178                 the new one. Makes sure we don't get the
5179                 same pointer by sheer luck, which feels
5180                 strange in the debug log.
5181
5182 2007-01-14 [colin]      2.7.0cvs27
5183
5184         * src/gtk/inputdialog.c
5185                 Make sure we don't print passwords in
5186                 clear text when in debug mode
5187
5188 2007-01-14 [colin]      2.7.0cvs26
5189
5190         * src/gtk/gtksctree.c
5191                 Fix bug 1098, 'bogus last row display 
5192                 after expanding a thread'. Patch by
5193                 Jindrich Makovicka <makovick@gmail.com>
5194
5195 2007-01-14 [colin]      2.7.0cvs25
5196
5197         * src/etpan/imap-thread.c
5198                 Close socket manually before
5199                 freeing the imap struct
5200
5201 2007-01-14 [colin]      2.7.0cvs24
5202
5203         * src/etpan/imap-thread.c
5204                 Maybe fix new reconnection issues
5205
5206 2007-01-13 [colin]      2.7.0cvs23
5207
5208         * src/summaryview.c
5209                 Freeze/thaw on thread selection
5210
5211 2007-01-13 [paul]       2.7.0cvs22
5212
5213         * src/mainwindow.c
5214         * src/summaryview.c
5215         * src/summaryview.h
5216                 add 'Edit/Delete thread'
5217
5218 2007-01-13 [colin]      2.7.0cvs21
5219
5220         * src/prefs_account.c
5221         * src/prefs_compose_writing.c
5222         * src/prefs_message.c
5223         * src/prefs_msg_colors.c
5224         * src/prefs_other.c
5225         * src/prefs_receive.c
5226         * src/prefs_spelling.c
5227         * src/prefs_summaries.c
5228         * src/prefs_themes.c
5229         * src/gtk/gtkutils.c
5230         * src/gtk/gtkutils.h
5231         * src/plugins/pgpcore/prefs_gpg.c
5232         * src/plugins/spamassassin/spamassassin_gtk.c
5233                 Factorize gtk frame creation
5234                 Patch by Pawel
5235
5236 2007-01-13 [colin]      2.7.0cvs20
5237
5238         * src/message_search.c
5239         * src/summary_search.c
5240                 Fix Enter in search windows
5241         * src/messageview.c
5242                 Fix body search starting at the
5243                 end of the mail (and asking for loop)
5244
5245 2007-01-13 [colin]      2.7.0cvs19
5246
5247         * src/etpan/imap-thread.c
5248                 Make sure we don't free the same imap
5249                 twice
5250
5251 2007-01-13 [colin]      2.7.0cvs18
5252
5253         * commitHelper
5254                 Allow multiple commitHelpers to
5255                 run at once
5256
5257 2007-01-12 [colin]      2.7.0cvs17
5258
5259         * src/etpan/imap-thread.c
5260                 Make sure we get rid of the previous mailimap
5261                 when connecting - just in case disconnect was
5262                 unclean
5263
5264 2007-01-12 [paul]       2.7.0cvs16
5265
5266         * src/compose.c
5267                 Strip S/MIME signatures when re-editing
5268                 S/MIME signed messages.
5269
5270 2007-01-12 [paul]       2.7.0cvs15
5271
5272         * configure.ac
5273         * src/addressbook.c
5274         * src/foldersel.c
5275         * src/folderview.c
5276         * src/main.c
5277                 no need to define CLAWS anymore, remove
5278                 all that stuff
5279
5280 2007-01-12 [paul]       2.7.0cvs14
5281
5282         * src/mimeview.c
5283                 check if the mail's signed as
5284                 it can change the mail structure
5285                 Thanks to Colin
5286
5287 2007-01-12 [paul]       2.7.0cvs13
5288
5289         * src/procmime.c
5290                 fix Forwarding msgs with attachments
5291                 that have dos line endings
5292                 Thanks to Colin
5293
5294 2007-01-12 [wwp]        2.7.0cvs12
5295
5296         * configure.ac
5297                 Revert accidentally committed extra version tag.
5298
5299 2007-01-12 [wwp]        2.7.0cvs11
5300
5301         * src/prefs_account.c
5302                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5303
5304 2007-01-11 [colin]      2.7.0cvs10
5305
5306         * src/imap.c
5307                 move g_warning to debug_print
5308                 it scares people for no reason
5309
5310 2007-01-11 [colin]      2.7.0cvs9
5311
5312         * po/POTFILES.in
5313                 Fix files to translate. Patch by
5314                 Fabien
5315
5316 2007-01-11 [paul]       2.7.0cvs8
5317
5318         * src/imap.c
5319                 Fix recursion when server lists the
5320                 current subfolder in the response
5321         * src/mimeview.c
5322                 Fix updating of icon_list/ctree
5323         * src/plugins/pgpcore/select-keys.c
5324                 Fix a few annoyances when choosing
5325                 keys for the CMS (S/MIME) protocol
5326
5327 2007-01-11 [wwp]        2.7.0cvs7
5328
5329         * src/compose.c
5330         * src/prefs_account.c
5331         * src/prefs_account.h
5332                 Add per-account spellcheck default dictionaries settings.
5333
5334 2007-01-10 [colin]      2.7.0cvs6
5335
5336         * src/prefs_folder_item.c
5337                 Factorize strings - patch by Fabien
5338
5339 2007-01-10 [colin]      2.7.0cvs5
5340
5341         * src/mainwindow.c
5342                 Fix bug 1095, 'Crash while changing folder 
5343                 columns during incorporation'
5344
5345 2007-01-09 [colin]      2.7.0cvs4
5346
5347         * src/gtk/pluginwindow.c
5348                 Set the plugin window transient. Seems
5349                 like some window managers hide it in
5350                 the background after "load plugin"...
5351
5352 2007-01-09 [colin]      2.7.0cvs3
5353
5354         * src/gtk/filesel.c
5355                 Use the same type for alloc and free
5356
5357 2007-01-08 [paul]       2.7.0cvs2
5358
5359         * po/nl.po
5360                 updated by Tim Dijkstra
5361
5362 2007-01-08 [paul]       2.7.0cvs1
5363
5364         * src/prefs_themes.c
5365         * src/common/utils.c
5366                 Fix resource leaks
5367
5368 2007-01-08 [paul]       2.7.0
5369
5370         * NEWS
5371         * README
5372         * RELEASE_NOTES
5373                 2.7.0 released
5374
5375 2007-01-08 [paul]       2.6.1cvs119
5376
5377         * doc/man/claws-mail.1
5378                 another correction
5379
5380 2007-01-08 [paul]       2.6.1cvs118
5381
5382         * doc/man/claws-mail.1
5383                 corrections
5384         * manual/advanced.xml
5385                 improved English usage
5386
5387 2007-01-08 [paul]       2.6.1cvs117
5388
5389         * po/ca.po
5390         * po/de.po
5391         * po/en_GB.po
5392         * po/fi.po
5393         * po/it.po
5394         * po/pt_BR.po
5395         * po/sk.po
5396         * po/sr.po
5397         * po/zh_CN.po
5398                 updated by Miquel Oliete, Stephan Sachse, me,
5399                 Tommi Pirinen, Andrea Spadaccini, Frederico
5400                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5401                 Urosevic, and Ralgh Young
5402
5403 2007-01-07 [mones]      2.6.1cvs116
5404
5405         * manual/es/advanced.xml
5406         * po/es.po
5407                 Synced manual (unhide mark_as_read_delay)
5408                 and updated translation for release
5409
5410 2007-01-07 [paul]       2.6.1cvs115
5411
5412         * src/prefs_matcher.c
5413                 make the hbox content fit better under
5414                 various languages
5415
5416 2007-01-07 [colin]      2.6.1cvs114
5417
5418         * src/messageview.c
5419                 Fix bug 1088, 'Ctrl-h produces repeatable
5420                 crash'
5421
5422 2007-01-06 [colin]      2.6.1cvs113
5423
5424         * src/etpan/imap-thread.c
5425                 Add casts to int to get certs. Fixes
5426                 bug 1064, 'crash @ etpan_certificate_check() 
5427                 when opening an IMAP folder', with latest
5428                 libetpan CVS or >= 0.49
5429         * src/mainwindow.c
5430         * src/mainwindow.h
5431         * src/imap_gtk.c
5432         * src/news_gtk.c
5433         * src/prefs_folder_item.c
5434                 Grey out the "synchronise" menu items if
5435                 there's nothing to synchronise.
5436         * src/plugins/pgpcore/sgpgme.c
5437                 Make an error clearer than "Unknown error"
5438
5439 2007-01-06 [colin]      2.6.1cvs112
5440
5441         * src/messageview.c
5442                 Don't try to show a message if updating
5443                 Maybe fixes bug 1088, 'ctrl-h produces
5444                 repeatable crash'.
5445
5446 2007-01-06 [colin]      2.6.1cvs111
5447
5448         * src/summaryview.c
5449                 Disable Control-Space (handle it as Space).
5450
5451 2007-01-05 [paul]       2.6.1cvs110
5452
5453         * src/imap.c
5454                 Fix bug 934, 'sylpheed claws 2.1 
5455                 doesn't show Exchanges Public Folders'
5456                 Thanks to Hoa and Colin
5457         * src/msgcache.c
5458                 Refuse to allocate more than 2 MB for a 
5459                 single field, it's a good indication of
5460                 cache corruption.
5461
5462 2007-01-05 [colin]      2.6.1cvs109
5463
5464         * src/mainwindow.c
5465                 Allow --select'ing emails by Message-ID too
5466
5467 2007-01-05 [colin]      2.6.1cvs108
5468
5469         * src/common/quoted-printable.c
5470                 Uh! Third fix :)
5471
5472 2007-01-05 [colin]      2.6.1cvs107
5473
5474         * src/common/quoted-printable.c
5475                 Fix previous commit about bug 1089
5476                 Thanks to Ralf
5477
5478 2007-01-05 [colin]      2.6.1cvs106
5479
5480         * src/common/quoted-printable.c
5481                 Fix my previous commit on bug 1089
5482                 - Thanks to Ralf :)
5483
5484 2007-01-04 [colin]      2.6.1cvs105
5485
5486         * src/common/quoted-printable.c
5487                 Fix bug 1089, 'NUL characters in Subject 
5488                 line are misinterpreted'. Not a pain to
5489                 fix in fact.
5490
5491 2007-01-04 [colin]      
5492
5493         2.7.0-rc3 released
5494
5495 2007-01-04 [wwp]        2.6.1cvs104
5496
5497         * src/image_viewer.c
5498                 Force operator precedence (fix a compiler warning).
5499
5500 2007-01-04 [colin]      2.6.1cvs103
5501
5502         * src/image_viewer.c
5503                 Be cautious there too (same fix as the one
5504                 in textview from cvs33)
5505         * src/messageview.c
5506                 Don't use any MimeViewer plugin when showing
5507                 all headers
5508
5509 2007-01-03 [wwp]        2.6.1cvs102
5510
5511         * src/html.c
5512         * src/html.h
5513                 fixed "cent" sign (use the existing ASCII one),
5514                 decode more HTML entities,
5515                 converted table ASCII entries to UTF-8,
5516                 moved a switch() into a hashtable.
5517
5518 2007-01-03 [paul]       2.6.1cvs101
5519
5520         * src/compose.c
5521         * src/messageview.c
5522         * src/procmsg.c
5523         * src/procmsg.h
5524                 When possible, use move_msg instead of
5525                 copy_msg + remove_msg to move sent mail
5526                 from Queue to Sent. 
5527
5528 2007-01-03 [paul]       2.6.1cvs100
5529
5530         * src/html.c
5531                 add more html entity recognition:
5532                 pounds, euros, and cents
5533
5534 2007-01-03 [colin]      2.6.1cvs99
5535
5536         * src/imap_gtk.c
5537                 Don't display an error on NOSELECT
5538                 folders when synchronising
5539
5540 2007-01-03 [paul]       2.6.1cvs98
5541
5542         * tools/maildir2claws-mail.pl
5543                 only substitute 'sent-mail' if it's
5544                 the full directory name
5545
5546 2007-01-03 [paul]       2.6.1cvs97
5547
5548         * ChangeLog
5549         * ChangeLog.pre2.0.0
5550         * Makefile.am
5551                 archive a chunk of ChangeLog in
5552                 ChangeLog.pre2.0.0
5553         * ChangeLog.gtk1
5554         * doc/src/ChangeLog.claws-pre0.8.0
5555                 remove ChangeLog.claws-pre0.8.0, adding
5556                 its contents to ChangeLog.gtk1
5557
5558 2007-01-03 [paul]       2.6.1cvs96
5559
5560         * src/account.c
5561         * src/account.h
5562         * src/action.c
5563         * src/action.h
5564         * src/adbookbase.h
5565         * src/addr_compl.c
5566         * src/addr_compl.h
5567         * src/addrbook.c
5568         * src/addrcache.c
5569         * src/addrcache.h
5570         * src/addrcindex.c
5571         * src/addrcindex.h
5572         * src/addrclip.c
5573         * src/addrclip.h
5574         * src/addrdefs.h
5575         * src/addressadd.c
5576         * src/addressadd.h
5577         * src/addressbook.c
5578         * src/addressbook.h
5579         * src/addressbook_foldersel.c
5580         * src/addressbook_foldersel.h
5581         * src/addrgather.c
5582         * src/addrgather.h
5583         * src/addrharvest.c
5584         * src/addrharvest.h
5585         * src/addrindex.c
5586         * src/addrindex.h
5587         * src/addritem.c
5588         * src/addritem.h
5589         * src/addrquery.c
5590         * src/addrquery.h
5591         * src/addrselect.c
5592         * src/addrselect.h
5593         * src/alertpanel.c
5594         * src/alertpanel.h
5595         * src/browseldap.c
5596         * src/browseldap.h
5597         * src/codeconv.c
5598         * src/codeconv.h
5599         * src/compose.c
5600         * src/compose.h
5601         * src/customheader.c
5602         * src/customheader.h
5603         * src/displayheader.c
5604         * src/displayheader.h
5605         * src/editaddress.c
5606         * src/editaddress.h
5607         * src/editbook.c
5608         * src/editbook.h
5609         * src/editgroup.c
5610         * src/editgroup.h
5611         * src/editjpilot.c
5612         * src/editjpilot.h
5613         * src/editldap.c
5614         * src/editldap.h
5615         * src/editldap_basedn.c
5616         * src/editldap_basedn.h
5617         * src/editvcard.c
5618         * src/editvcard.h
5619         * src/exphtmldlg.c
5620         * src/exphtmldlg.h
5621         * src/expldifdlg.c
5622         * src/expldifdlg.h
5623         * src/export.c
5624         * src/export.h
5625         * src/exporthtml.c
5626         * src/exporthtml.h
5627         * src/exportldif.c
5628         * src/exportldif.h
5629         * src/filtering.c
5630         * src/filtering.h
5631         * src/folder.c
5632         * src/folder.h
5633         * src/folder_item_prefs.c
5634         * src/folder_item_prefs.h
5635         * src/foldersel.c
5636         * src/foldersel.h
5637         * src/folderutils.c
5638         * src/folderutils.h
5639         * src/folderview.c
5640         * src/folderview.h
5641         * src/grouplistdialog.c
5642         * src/grouplistdialog.h
5643         * src/headerview.c
5644         * src/html.c
5645         * src/html.h
5646         * src/image_viewer.c
5647         * src/image_viewer.h
5648         * src/imap.c
5649         * src/imap.h
5650         * src/imap_gtk.c
5651         * src/imap_gtk.h
5652         * src/import.c
5653         * src/import.h
5654         * src/importldif.c
5655         * src/importldif.h
5656         * src/importmutt.c
5657         * src/importmutt.h
5658         * src/importpine.c
5659         * src/importpine.h
5660         * src/inc.c
5661         * src/inc.h
5662         * src/jpilot.c
5663         * src/jpilot.h
5664         * src/ldapctrl.c
5665         * src/ldapctrl.h
5666         * src/ldaplocate.c
5667         * src/ldaplocate.h
5668         * src/ldapquery.c
5669         * src/ldapquery.h
5670         * src/ldapserver.c
5671         * src/ldapserver.h
5672         * src/ldaputil.c
5673         * src/ldaputil.h
5674         * src/ldif.c
5675         * src/ldif.h
5676         * src/main.c
5677         * src/main.h
5678         * src/mainwindow.c
5679         * src/mainwindow.h
5680         * src/manual.c
5681         * src/manual.h
5682         * src/mbox.c
5683         * src/message_search.c
5684         * src/message_search.h
5685         * src/messageview.c
5686         * src/messageview.h
5687         * src/mh.c
5688         * src/mh.h
5689         * src/mh_gtk.c
5690         * src/mh_gtk.h
5691         * src/mimeview.c
5692         * src/mimeview.h
5693         * src/msgcache.c
5694         * src/msgcache.h
5695         * src/mutt.c
5696         * src/mutt.h
5697         * src/news.c
5698         * src/news.h
5699         * src/news_gtk.c
5700         * src/news_gtk.h
5701         * src/partial_download.c
5702         * src/partial_download.h
5703         * src/pine.c
5704         * src/pine.h
5705         * src/pop.c
5706         * src/pop.h
5707         * src/prefs_account.c
5708         * src/prefs_account.h
5709         * src/prefs_actions.c
5710         * src/prefs_actions.h
5711         * src/prefs_common.c
5712         * src/prefs_common.h
5713         * src/prefs_compose_writing.c
5714         * src/prefs_compose_writing.h
5715         * src/prefs_customheader.c
5716         * src/prefs_customheader.h
5717         * src/prefs_display_header.c
5718         * src/prefs_display_header.h
5719         * src/prefs_filtering.c
5720         * src/prefs_filtering.h
5721         * src/prefs_filtering_action.c
5722         * src/prefs_filtering_action.h
5723         * src/prefs_folder_column.c
5724         * src/prefs_folder_column.h
5725         * src/prefs_folder_item.c
5726         * src/prefs_folder_item.h
5727         * src/prefs_fonts.c
5728         * src/prefs_fonts.h
5729         * src/prefs_gtk.c
5730         * src/prefs_gtk.h
5731         * src/prefs_image_viewer.c
5732         * src/prefs_image_viewer.h
5733         * src/prefs_matcher.c
5734         * src/prefs_matcher.h
5735         * src/prefs_message.c
5736         * src/prefs_msg_colors.c
5737         * src/prefs_msg_colors.h
5738         * src/prefs_other.c
5739         * src/prefs_quote.c
5740         * src/prefs_receive.c
5741         * src/prefs_send.c
5742         * src/prefs_spelling.c
5743         * src/prefs_spelling.h
5744         * src/prefs_summaries.c
5745         * src/prefs_summaries.h
5746         * src/prefs_summary_column.c
5747         * src/prefs_summary_column.h
5748         * src/prefs_template.c
5749         * src/prefs_template.h
5750         * src/prefs_themes.c
5751         * src/prefs_themes.h
5752         * src/prefs_toolbar.c
5753         * src/prefs_toolbar.h
5754         * src/prefs_wrapping.c
5755         * src/prefs_wrapping.h
5756         * src/privacy.c
5757         * src/privacy.h
5758         * src/procheader.c
5759         * src/procheader.h
5760         * src/procmime.c
5761         * src/procmime.h
5762         * src/procmsg.c
5763         * src/procmsg.h
5764         * src/quote_fmt.c
5765         * src/quote_fmt_parse.y
5766         * src/recv.c
5767         * src/recv.h
5768         * src/remotefolder.c
5769         * src/remotefolder.h
5770         * src/send_message.c
5771         * src/send_message.h
5772         * src/setup.c
5773         * src/setup.h
5774         * src/sourcewindow.c
5775         * src/sourcewindow.h
5776         * src/ssl_manager.c
5777         * src/ssl_manager.h
5778         * src/statusbar.c
5779         * src/statusbar.h
5780         * src/stock_pixmap.c
5781         * src/stock_pixmap.h
5782         * src/summary_search.c
5783         * src/summary_search.h
5784         * src/summaryview.c
5785         * src/summaryview.h
5786         * src/textview.c
5787         * src/textview.h
5788         * src/toolbar.c
5789         * src/toolbar.h
5790         * src/undo.c
5791         * src/undo.h
5792         * src/unmime.c
5793         * src/unmime.h
5794         * src/vcard.c
5795         * src/vcard.h
5796         * src/wizard.c
5797         * src/wizard.h
5798         * src/common/base64.c
5799         * src/common/base64.h
5800         * src/common/defs.h
5801         * src/common/hooks.c
5802         * src/common/hooks.h
5803         * src/common/log.c
5804         * src/common/log.h
5805         * src/common/mgutils.c
5806         * src/common/mgutils.h
5807         * src/common/nntp.c
5808         * src/common/nntp.h
5809         * src/common/passcrypt.c
5810         * src/common/passcrypt.h.in
5811         * src/common/plugin.c
5812         * src/common/plugin.h
5813         * src/common/prefs.c
5814         * src/common/prefs.h
5815         * src/common/progressindicator.c
5816         * src/common/progressindicator.h
5817         * src/common/quoted-printable.c
5818         * src/common/quoted-printable.h
5819         * src/common/session.c
5820         * src/common/session.h
5821         * src/common/smtp.c
5822         * src/common/smtp.h
5823         * src/common/socket.c
5824         * src/common/socket.h
5825         * src/common/ssl.c
5826         * src/common/ssl.h
5827         * src/common/ssl_certificate.c
5828         * src/common/ssl_certificate.h
5829         * src/common/stringtable.c
5830         * src/common/stringtable.h
5831         * src/common/template.c
5832         * src/common/template.h
5833         * src/common/timing.h
5834         * src/common/utils.c
5835         * src/common/utils.h
5836         * src/common/version.h.in
5837         * src/common/xml.c
5838         * src/common/xml.h
5839         * src/common/xmlprops.c
5840         * src/common/xmlprops.h
5841         * src/gtk/about.c
5842         * src/gtk/colorlabel.c
5843         * src/gtk/colorsel.c
5844         * src/gtk/colorsel.h
5845         * src/gtk/combobox.c
5846         * src/gtk/combobox.h
5847         * src/gtk/description_window.c
5848         * src/gtk/description_window.h
5849         * src/gtk/filesel.c
5850         * src/gtk/filesel.h
5851         * src/gtk/foldersort.c
5852         * src/gtk/foldersort.h
5853         * src/gtk/gtksctree.c
5854         * src/gtk/gtkutils.c
5855         * src/gtk/gtkutils.h
5856         * src/gtk/inputdialog.c
5857         * src/gtk/inputdialog.h
5858         * src/gtk/logwindow.c
5859         * src/gtk/logwindow.h
5860         * src/gtk/manage_window.c
5861         * src/gtk/manage_window.h
5862         * src/gtk/menu.c
5863         * src/gtk/menu.h
5864         * src/gtk/pluginwindow.c
5865         * src/gtk/pluginwindow.h
5866         * src/gtk/prefswindow.c
5867         * src/gtk/prefswindow.h
5868         * src/gtk/progressdialog.c
5869         * src/gtk/progressdialog.h
5870         * src/gtk/sslcertwindow.c
5871         * src/gtk/sslcertwindow.h
5872         * src/plugins/bogofilter/bogofilter.c
5873         * src/plugins/bogofilter/bogofilter.h
5874         * src/plugins/bogofilter/bogofilter_gtk.c
5875         * src/plugins/clamav/clamav_plugin.c
5876         * src/plugins/clamav/clamav_plugin.h
5877         * src/plugins/clamav/clamav_plugin_gtk.c
5878         * src/plugins/demo/demo.c
5879         * src/plugins/dillo_viewer/dillo_prefs.c
5880         * src/plugins/dillo_viewer/dillo_prefs.h
5881         * src/plugins/dillo_viewer/dillo_viewer.c
5882         * src/plugins/pgpcore/passphrase.c
5883         * src/plugins/pgpcore/passphrase.h
5884         * src/plugins/pgpcore/pgp_viewer.c
5885         * src/plugins/pgpcore/pgp_viewer.h
5886         * src/plugins/pgpcore/plugin.c
5887         * src/plugins/pgpcore/select-keys.c
5888         * src/plugins/pgpcore/select-keys.h
5889         * src/plugins/pgpcore/sgpgme.c
5890         * src/plugins/pgpcore/sgpgme.h
5891         * src/plugins/pgpinline/pgpinline.c
5892         * src/plugins/pgpinline/pgpinline.h
5893         * src/plugins/pgpinline/plugin.c
5894         * src/plugins/pgpmime/pgpmime.c
5895         * src/plugins/pgpmime/pgpmime.h
5896         * src/plugins/pgpmime/plugin.c
5897         * src/plugins/spamassassin/spamassassin.c
5898         * src/plugins/spamassassin/spamassassin.h
5899         * src/plugins/spamassassin/spamassassin_gtk.c
5900         * src/plugins/trayicon/trayicon.c
5901                 it's 2007, update the year in the copyright headers
5902
5903 2007-01-03 [paul]       2.6.1cvs95
5904
5905         * src/gtk/about.c
5906                 it is 2007, use it in the copyright string
5907
5908 2007-01-03 [paul]       2.6.1cvs94
5909
5910         * src/html.c
5911                 html entity conversion:
5912                 move &#153; to a more suitable place
5913                 add &bull; and &ndash;
5914                 make sure &mdash; and &#8212; are both
5915                 converted the same
5916
5917 2007-01-02 [colin]      2.6.1cvs93
5918
5919         * src/addrbook.c
5920                 Fix leak
5921         * src/common/plugin.c
5922                 Add comment
5923         * src/etpan/imap-thread.c
5924                 Fix warning
5925
5926 2006-12-31 [paul]       2.6.1cvs92
5927
5928         * src/prefs_summaries.c
5929                 use gtk_button_new_from_stock()
5930
5931 2006-12-30 [colin]      2.6.1cvs91
5932
5933         * src/folder.c
5934         * src/imap_gtk.c
5935         * src/mh_gtk.c
5936                 Don't update filtering and account paths 
5937                 when copying folders
5938
5939 2006-12-30 [colin]      2.6.1cvs90
5940
5941         * src/prefs_compose_writing.c
5942         * src/prefs_quote.c
5943         * src/prefs_template.c
5944                 Use message font for Writing and 
5945                 Quoting prefs, as well as Templates.
5946
5947 2006-12-30 [colin]      2.6.1cvs89
5948
5949         * src/prefs_summaries.c
5950                 Rework GUI; patch by Pawel
5951
5952 2006-12-29 [colin]      2.6.1cvs88
5953
5954         * src/prefs_folder_item.c
5955                 Fix bug 1085, 'Apply to subfolder 
5956                 doesn't work' - I was mistaken saying
5957                 it worked in every case
5958
5959 2006-12-28 [colin]      2.6.1cvs87
5960
5961         * src/gtk/gtkaspell.c
5962                 Don't assert if use_alternate is true
5963                 and alt_dictionary isn't set -- this 
5964                 is what happens on upgrade! Rather,
5965                 do with it.
5966
5967 2006-12-28 [colin]      2.6.1cvs86
5968
5969         * Makefile.am
5970                 Fix desktop/icon simplification
5971
5972 2006-12-28 [colin]      2.6.1cvs85
5973
5974         * Makefile.am
5975                 Make desktop and icon not 
5976                 dependant on the desktop
5977
5978 2006-12-28 [wwp]        2.6.1cvs84
5979
5980         * src/plugins/pgpmime/claws.def
5981                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5982
5983 2006-12-28 [wwp]        2.6.1cvs83
5984
5985         * src/prefs_folder_item.c
5986                 Fix coloring of "simplify subject regexp" (folder prefs),
5987                 which might be left to red whereas the regexp gets empty.
5988
5989 2006-12-28 [wwp]        2.6.1cvs82
5990
5991         * src/prefs_common.c
5992         * src/prefs_common.h
5993         * src/addressbook.c
5994         * src/addressitem.h
5995                 Save addressbook mainwindow's horizontal and vertical splitter position.
5996
5997 2006-12-27 [wwp]        2.6.1cvs81
5998
5999         * src/gtk/gtkaspell.c
6000         * src/gtk/gtkaspell.h
6001         * src/compose.c
6002                 Fix assignment of compose's default and alternate dictionary from
6003                 account or folder settings. Now gtkaspell_change_dict does rotate
6004                 dicts only when it's called from a menu cb.
6005
6006 2006-12-27 [wwp]        2.6.1cvs80
6007
6008         * src/folder_item_prefs.c
6009                 Fix randomly initialized default-alt-dictionary (folder prefs),
6010                 complete 2.6.1cvs72.
6011
6012 2006-12-27 [paul]       2.6.1cvs79
6013
6014         * src/imap_gtk.c
6015         * src/mh_gtk.c
6016                 Add Copy folder in the folder's contextual
6017                 menu
6018
6019 2006-12-27 [wwp]        2.6.1cvs78
6020
6021         * src/imap.c
6022                 Clean up session locking, thanks to Colin.
6023
6024 2006-12-26 [colin]      2.6.1cvs77
6025
6026         * src/statusbar.c
6027                 Revert previous patch
6028
6029 2006-12-26 [colin]      2.6.1cvs76
6030
6031         * src/folder.c
6032         * src/folderview.c
6033         * src/imap.c
6034         * src/statusbar.c
6035         * src/etpan/imap-thread.c
6036                 Fix previous commit warnings
6037                 Make statusbar update every second if total < 20
6038                 Make IMAP APPEND faster by simplifying log              
6039
6040 2006-12-26 [colin]      2.6.1cvs75
6041
6042         * src/folder.c
6043         * src/folder.h
6044         * src/folderview.c
6045         * src/folderview.h
6046         * src/imap_gtk.c
6047         * src/mh_gtk.c
6048                 Make it possible to copy folders accross
6049                 mailboxes (this was an arbitrary limitation).
6050                 Still make it impossible to move folders 
6051                 accross mailboxes.
6052
6053 2006-12-26 [colin]      2.6.1cvs74
6054
6055         * src/etpan/imap-thread.c
6056                 Fix bug 1081, 'claws-mail 
6057                 segfaults when going offline 
6058                 while it transfers mails via 
6059                 imap'
6060
6061 2006-12-26 [colin]      2.6.1cvs73
6062
6063         * src/folder_item_prefs.c
6064                 Don't forget alt dictionary when
6065                 renaming/moving folders
6066
6067 2006-12-26 [wwp]        2.6.1cvs72
6068
6069         * src/folder_item_prefs.c
6070                 Add missing defaults for per-folder alt dict
6071                 (forgotten in 2.6.1cvs61).
6072
6073 2006-12-26 [colin]      2.6.1cvs71
6074
6075         * src/wizard.c
6076                 Add tooltip to state that specifying
6077                 full path to mailbox is possible
6078
6079 2006-12-26 [wwp]        2.6.1cvs70
6080
6081         * src/partial_download.c
6082         * src/gtk/gtkvscrollbutton.c
6083         * src/plugins/pgpinline/plugin.c
6084                 Fix for few compiler warnings that matter.
6085
6086 2006-12-25 [colin]      2.6.1cvs69
6087
6088         * src/partial_download.c
6089                 Fix marking for download or deletion
6090                 when the header isn't the first
6091         * src/gtk/logwindow.c
6092                 Fix start of scrolling
6093
6094 2006-12-23 [paul]       2.6.1cvs68
6095
6096         * src/compose.c
6097                 change last commit to use the 'academic'
6098                 method instead. Thanks to wwp
6099
6100 2006-12-23 [paul]       2.6.1cvs67
6101
6102         * src/compose.c
6103                 don't warn about empty subject when
6104                 redirecting
6105
6106 2006-12-22 [colin]      2.6.1cvs66
6107
6108         * src/summary_search.c
6109                 Fix previous patch
6110
6111 2006-12-22 [colin]      2.6.1cvs65
6112
6113         * src/gtk/gtkutils.c
6114         * src/imap.c
6115         * src/jpilot.c
6116         * src/summary_search.c
6117                 A few warning fixes
6118
6119 2006-12-23 [paul]       
6120
6121         2.7.0-rc2 released
6122
6123 2006-12-22 [colin]      2.6.1cvs64
6124
6125         * src/toolbar.c
6126         * src/toolbar.h
6127                 Add a combo to the learn spam button
6128         * src/plugins/bogofilter/bogofilter.c
6129         * src/plugins/bogofilter/bogofilter_gtk.c
6130         * src/plugins/bogofilter/bogofilter.h
6131                 Allow to store Unsure mails in a specific
6132                 folder to make better teaching easier
6133
6134 2006-12-21 [wwp]        2.6.1cvs63
6135
6136         * src/compose.c
6137         * src/prefs_common.c
6138         * src/prefs_common.h
6139         * src/prefs_spelling.c
6140         * src/gtk/gtkaspell.c
6141         * src/gtk/gtkaspell.h
6142                 Allow spell-checking using both current and alternate dictionaries
6143                 (thanks to Colin).
6144
6145 2006-12-21 [wwp]        2.6.1cvs62
6146
6147         * src/gtk/gtkaspell.c
6148                 Apply recheck_when_changing_dict (highlight all mispelled words)
6149                 when switching to alternate dictionary.
6150
6151 2006-12-21 [wwp]        2.6.1cvs61
6152
6153         * src/compose.c
6154         * src/folder_item_prefs.h
6155         * src/prefs_common.c
6156         * src/prefs_common.h
6157         * src/prefs_folder_item.c
6158         * src/prefs_spelling.c
6159         * src/gtk/gtkaspell.c
6160         * src/gtk/gtkaspell.h
6161                 Add global and per-folder prefs to set the default
6162                 alternate dictionary.
6163
6164 2006-12-21 [colin]      2.6.1cvs60
6165
6166         * src/folder.c
6167                 Look for folders by path in all folders
6168         * src/html.c
6169                 add &mdash;
6170
6171 2006-12-20 [colin]      2.6.1cvs59
6172
6173         * src/gtk/quicksearch.c
6174                 Make sure in_typing is false when clearing
6175
6176 2006-12-20 [wwp]        2.6.1cvs58
6177
6178         * configure.ac
6179                 change manual's target dir to be LFH-compliant (thanks to Colin).
6180
6181 2006-12-20 [wwp]        2.6.1cvs57
6182
6183         * src/prefs_common.c
6184         * src/prefs_summaries.c
6185                 i18n fix and factorize patch, thanks to Fabien.
6186
6187 2006-12-20 [paul]       2.6.1cvs56
6188
6189         * configure.ac
6190                 last of the renaming (??)
6191         * src/main.c
6192                 correct --help info of --status-full
6193         * src/plugins/bogofilter/bogofilter.c
6194                 make FALSE default of whitelist_ab
6195
6196 2006-12-19 [colin]      2.6.1cvs55
6197
6198         * src/jpilot.c
6199                 Same as before, without depending on
6200                 pisock >= 0.12
6201
6202 2006-12-19 [colin]      2.6.1cvs54
6203
6204         * src/jpilot.c
6205                 Fix bug 1059, 'Better jpilot charset 
6206                 handling'. Use libpisync's charset conversion
6207                 if possible
6208
6209 2006-12-19 [colin]      2.6.1cvs53
6210
6211         * po/fr.po
6212                 Updated by Fabien
6213
6214 2006-12-19 [wwp]        2.6.1cvs52
6215
6216         * src/gtk/about.c
6217                 Add missing #include (thanks to Colin).
6218
6219 2006-12-19 [wwp]        2.6.1cvs51
6220
6221         * src/prefs_receive.c
6222                 Better spacing between widgets in prefs.
6223
6224 2006-12-18 [colin]      2.6.1cvs50
6225
6226         * src/imap.c
6227                 Fix failure to get separator on LIST "" ""
6228                 Try LIST "" "INBOX" too.
6229
6230 2006-12-18 [wwp]        2.6.1cvs49
6231
6232         * src/common/session.c
6233                 Fix a compiler warning (thanks to Fabien).
6234
6235 2006-12-18 [wwp]        2.6.1cvs48
6236
6237         * src/compose.c
6238         * src/prefs_quote.c
6239                 Factorize some strings for translation (it's about error
6240                 messages when applying or checking template/quote format).
6241
6242 2006-12-18 [colin]      2.6.1cvs47
6243
6244         * Makefile.am
6245         * src/common/defs.h
6246         * src/gtk/Makefile.am
6247         * src/gtk/about.c
6248                 Add a Release notes tab from the contents of
6249                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6250
6251 2006-12-17 [colin]      2.6.1cvs46
6252
6253         * src/mimeview.c
6254         * src/textview.c
6255         * src/gtk/filesel.c
6256                 Correctly convert from/to UTF8/filename encoding
6257                 when loading and saving files. Probably fixes
6258                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6259                 for a file to attach and is blocked...'
6260
6261 2006-12-17 [colin]      2.6.1cvs45
6262
6263         * src/gtk/logwindow.c
6264                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6265                 IMAP folder and is blocked on main thread': 
6266                 make sure we put utf8 in the log.
6267
6268 2006-12-16 [colin]      2.6.1cvs44
6269
6270         * src/toolbar.c
6271         * src/toolbar.h
6272                 Fix bug 1055, 'Add the 'cancel receive' 
6273                 in the available events for the toolbar buttons'
6274
6275 2006-12-16 [colin]      2.6.1cvs43
6276
6277         * po/POTFILES.in
6278         * src/imap.c
6279         * src/common/nntp.c
6280         * src/common/session.c
6281                 Log error when SSL handshakes fail. 
6282                 Fixes bug 1082, 'incorrect / imprecise 
6283                 error message when imap server provides 
6284                 ssl only through STARTTLS but SSL is 
6285                 selected'
6286
6287 2006-12-15 [wwp]        2.6.1cvs42
6288
6289         * src/plugins/bogofilter/bogofilter_gtk.c
6290                 set proper sensitivity to widgets I've recently added.
6291
6292 2006-12-15 [colin]      
6293
6294         2.7.0-rc1 released
6295
6296 2006-12-15 [wwp]        2.6.1cvs41
6297
6298         * src/plugins/bogofilter/bogofilter.c
6299         * src/plugins/bogofilter/bogofilter.h
6300         * src/plugins/bogofilter/bogofilter_gtk.c
6301                 bogofilter's whitelist can now use a subset of
6302                 the addressbook (either a book, a subfolder of a book,
6303                 or the whole addressbook by using "Any"). Re-used there
6304                 some pref_matcher widgets and mechanisms to match a subset
6305                 of the addressbook.
6306
6307 2006-12-15 [wwp]        2.6.1cvs40
6308
6309         * src/wizard.c
6310         * src/common/plugin.c
6311         * src/common/plugin.h
6312         * src/gtk/about.c
6313         * src/plugins/bogofilter/bogofilter.c
6314         * src/plugins/clamav/clamav_plugin.c
6315         * src/plugins/demo/demo.c
6316         * src/plugins/dillo_viewer/dillo_viewer.c
6317         * src/plugins/pgpcore/plugin.c
6318         * src/plugins/pgpinline/plugin.c
6319         * src/plugins/pgpmime/plugin.c
6320         * src/plugins/spamassassin/spamassassin.c
6321         * src/plugins/trayicon/trayicon.c
6322                 factorize some translatable strings (plugins-related),
6323                 fix missing punctuation in several places,
6324                 remove useless translatable \n in about.c,
6325                 and factorize plugin init code w/ a new function
6326                 check_plugin_version() in common/plugin.c.
6327                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6328
6329 2006-12-15 [wwp]        2.6.1cvs39
6330
6331         * src/plugins/bogofilter/bogofilter.c
6332         * src/plugins/bogofilter/bogofilter_gtk.c
6333                 flag whitelisted spams as spam, but don't filter it to the spam
6334                 folder. Thanks to Colin.
6335
6336 2006-12-15 [ticho]      2.6.1cvs38
6337
6338         * src/plugins/bogofilter/bogofilter.c
6339         * src/plugins/bogofilter/bogofilter.h
6340         * src/plugins/bogofilter/bogofilter_gtk.c
6341                 Add option to whitelist senders found in addressbook. Patch by colin.
6342
6343 2006-12-15 [paul]       2.6.1cvs37
6344
6345         * src/folderview.c
6346                 add missing #include "log.h"
6347
6348 2006-12-15 [paul]       2.6.1cvs36
6349
6350         * src/plugins/bogofilter/bogofilter.c
6351         * src/plugins/bogofilter/bogofilter.h
6352         * src/plugins/bogofilter/bogofilter_gtk.c
6353                 Add an option to allow inserting an
6354                 X-Claws-Bogosity header (on MH folders
6355                 only). Patch by Colin
6356
6357 2006-12-14 [colin]      2.6.1cvs35
6358
6359         * src/main.c
6360                 "Yes" should be the default choice for
6361                 migration configuration
6362
6363 2006-12-14 [paul]       2.6.1cvs34
6364
6365         * src/prefs_summaries.c
6366         * manual/advanced.xml
6367                 Unhide mark_as_read_delay
6368
6369 2006-12-14 [paul]       2.6.1cvs33
6370
6371         * src/messageview.c
6372         * src/messageview.h
6373         * src/mimeview.c
6374         * src/mimeview.h
6375         * src/summaryview.c
6376         * src/textview.c
6377         * src/textview.h
6378                 Fix printing of selection
6379                 Fix printing of message parts
6380                 Fix printing of images
6381         * src/gtk/gtksourceprintjob.c
6382                 Fix page count when there are images
6383
6384 2006-12-14 [wwp]        2.6.1cvs32
6385
6386         * src/mainwindow.c
6387         * src/summaryview.c
6388         * src/summaryview.h
6389         * src/gtk/quicksearch.c
6390                 fix quicksearch 'magnify' button status when QS is closed
6391                 using the Escape key, thanks to Colin.
6392
6393 2006-12-14 [wwp]        2.6.1cvs31
6394
6395         * src/mainwindow.c
6396         * src/summaryview.c
6397         * src/summaryview.h
6398         * src/gtk/quicksearch.c
6399                 fix quicksearch 'magnify' button status when QS is closed
6400                 using the Escape key, thanks to Colin.
6401
6402 2006-12-13 [colin]      2.6.1cvs30
6403
6404         * src/ldapquery.c
6405         * src/ldaputil.c
6406                 Use the binary safe version of ldap_get_values,
6407                 to make sure we manipulate null-terminated 
6408                 strings. Maybe fixes bug 1075, 'claws mail 
6409                 segfault when completing ldap adresses'
6410         * src/syldap.c ** REMOVED **
6411         * src/syldap.h ** REMOVED **
6412                 Remove dead files
6413
6414 2006-12-13 [mones]      2.6.1cvs29
6415
6416         * po/es.po
6417                 Fixed piped strings, fixed click translation
6418
6419 2006-12-13 [paul]       2.6.1cvs28
6420
6421         * src/main.c
6422                 don't translate these strings
6423
6424 2006-12-13 [paul]       2.6.1cvs27
6425
6426         * po/en_GB.po
6427                 updated
6428
6429 2006-12-13 [colin]      2.6.1cvs26
6430
6431         * src/main.c
6432         * src/main.h
6433                 Add claws_is_starting()
6434
6435 2006-12-13 [mones]      2.6.1cvs25
6436
6437         * manual/es/advanced.xml
6438         * po/es.po
6439                 Synced manual and updated translation
6440
6441 2006-12-12 [colin]      2.6.1cvs24
6442
6443         * src/wizard.c
6444                 Add an option to use STARTTLS in the
6445                 welcome wizard. Fixes bug 1080, 
6446                 'Using SSL option in wizard for incoming 
6447                 server does not activate SSL with STARTTLS'
6448
6449 2006-12-12 [colin]      2.6.1cvs23
6450
6451         * src/main.c
6452                 Don't exit when there's an incomplete
6453                 mailbox configured - leaves a chance 
6454                 to fix a failing IMAP account. Exit
6455                 if no mailbox at all is loaded (case
6456                 of missing plugin).
6457                 Completes bug 1077's fix (I was wrong
6458                 in this bug's comment #3).
6459
6460 2006-12-12 [colin]      2.6.1cvs22
6461
6462         * src/gtk/menu.h
6463                 Add another menu data type
6464         * src/prefs_account.c
6465                 Complete the completion of bug 1076
6466                 (doesn't lose the pref on apply)
6467
6468 2006-12-12 [paul]       2.6.1cvs21
6469
6470         * src/prefs_account.c
6471                 complete the fix of bug 1076
6472                 also be more verbose with the text
6473
6474 2006-12-12 [paul]       2.6.1cvs20
6475
6476         * src/gtk/combobox.c
6477                 fix compilation warning
6478
6479 2006-12-11 [colin]      2.6.1cvs19
6480
6481         * src/wizard.c
6482                 Document :port in server entry tooltips
6483
6484 2006-12-11 [colin]      2.6.1cvs18
6485
6486         * src/main.c
6487                 Fix compile
6488
6489 2006-12-11 [colin]      2.6.1cvs17
6490
6491         * src/main.c
6492                 Add failing IMAP as a reason for no
6493                 mailbox
6494
6495 2006-12-11 [colin]      2.6.1cvs16
6496
6497         * src/prefs_account.c
6498                 Check for existence of inbox for local
6499                 accounts too
6500         * src/wizard.c
6501                 Allow setting the port to use for servers
6502                 by using the usual "server.example.com:port"
6503                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6504                 not start when IMAP server is unavailable'
6505
6506 2006-12-11 [colin]      2.6.1cvs15
6507
6508         * src/prefs_account.c
6509                 Prevent use of non-existing default inbox
6510
6511 2006-12-11 [colin]      2.6.1cvs14
6512
6513         * src/prefs_account.c
6514                 Fix sensitivity. Fixes bug 1076, 'privacy 
6515                 options are displayed even when pgp plugin 
6516                 not loaded / available'
6517
6518 2006-12-09 [colin]      2.6.1cvs13
6519
6520         * manual/advanced.xml
6521         * src/prefs_common.c
6522         * src/prefs_common.h
6523         * src/common/ssl_certificate.c
6524                 Add a new hidden preference, 'unsafe_ssl_certs',
6525                 which allows to store multiple certificates per
6526                 server/port. This is disabled by default because
6527                 it's less secure (presenting a new certificate
6528                 instead of a changed one raises less alarms).
6529                 This will cause Claws to ask about an unknown
6530                 certificate for people who have used 2.6.1cvs8
6531                 or greater.
6532
6533 2006-12-09 [colin]      2.6.1cvs12
6534
6535         * src/action.c
6536                 Fix cache updating after action
6537
6538 2006-12-07 [wwp]        2.6.1cvs11
6539
6540         * src/compose.c
6541                 fix email address comparison when replying to all
6542                 (avoid replying to ourselves), thanks to Colin.
6543
6544 2006-12-06 [paul]       2.6.1cvs10
6545
6546         * src/addrharvest.c
6547         * src/editldap.c
6548         * src/expldifdlg.c
6549         * src/news.c
6550         * src/toolbar.c
6551         * src/common/utils.c
6552                 ...and more renaming
6553                 Thanks to Colin
6554
6555 2006-12-06 [paul]       2.6.1cvs9
6556
6557         * src/compose.c
6558         * src/messageview.c
6559         * src/procheader.c
6560         * src/procmime.c
6561         * src/procmsg.c
6562         * src/textview.c
6563                 more renaming
6564                 Thanks to Colin
6565
6566 2006-12-06 [colin]      2.6.1cvs8
6567
6568         * src/ssl_manager.c
6569         * src/common/ssl_certificate.c
6570         * src/common/ssl_certificate.h
6571                 Handle multiple certificates per host/port
6572
6573 2006-12-06 [colin]      2.6.1cvs7
6574
6575         * src/etpan/imap-thread.c
6576                 Fix certificate checking on IMAP
6577
6578 2006-12-06 [colin]      2.6.1cvs6
6579
6580         * src/folderview.c
6581                 Fix bug 1072, 'Claws stops fetching newsgroups 
6582                 from server when newsgroup got deleted': continue
6583                 checking other groups
6584
6585 2006-12-05 [wwp]        2.6.1cvs5
6586
6587         * src/message_search.c
6588         * src/summary_search.c
6589         * src/gtk/combobox.c
6590         * src/gtk/combobox.h
6591         * src/gtk/gtkutils.c
6592         * src/gtk/gtkutils.h
6593                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6594                 behave like w/ old comboboxes (summary and message search only).
6595
6596 2006-12-05 [paul]       2.6.1cvs4
6597
6598         * src/wizard.c
6599                 encode headers
6600                 Thanks to Colin
6601
6602 2006-12-05 [paul]       2.6.1cvs3
6603
6604         * tools/README
6605         * tools/textviewer.pl
6606                 script updated and description added
6607
6608 2006-12-04 [colin]      2.6.1cvs2
6609
6610         * src/compose.c
6611                 Run pre-send hook only when checking
6612                 everything
6613
6614 2006-12-04 [paul]       2.6.1cvs1
6615
6616         * NEWS
6617         * README
6618         * RELEASE_NOTES
6619         * configure.ac
6620         * tools/README
6621                 bump up version number following stable release
6622
6623 2006-12-04 [paul]       2.6.0cvs83
6624
6625         * README
6626                 updates and corrections
6627
6628 2006-12-04 [colin]      2.6.0cvs82
6629
6630         * src/common/utils.c
6631                 Probably fix bug 1066, 'Incorrect mailbox 
6632                 size displayed'
6633
6634 2006-12-04 [colin]      2.6.0cvs81
6635
6636         * src/common/utils.c
6637                 Trim tabs from mailcap file too.
6638
6639 2006-12-02 [paul]       2.6.0cvs80
6640
6641         * src/exphtmldlg.c
6642                 fix broken GUI under certain languages
6643         * src/expldifdlg.c
6644                 put the Cancel button to the right
6645
6646 2006-12-01 [paul]       2.6.0cvs79
6647
6648         * tools/Makefile.am
6649                 remove reference to removed file
6650
6651 2006-12-01 [wwp]        2.6.0cvs78
6652
6653         * src/addressbook.c
6654         * src/editaddress.c
6655                 remove forgotten debug statements.
6656
6657 2006-12-01 [wwp]        2.6.0cvs77
6658
6659         * manual/advanced.xml
6660         * manual/fr/advanced.xml
6661         * src/addressbook.c
6662         * src/addressbook.h
6663         * src/addressitem.h
6664         * src/editaddress.c
6665         * src/editaddress.h
6666         * src/prefs_common.c
6667         * src/prefs_common.h
6668         * src/gtk/gtkutils.c
6669         * src/gtk/gtkutils.h
6670                 add a hidden option to allow embedding the editaddress (edit contact details)
6671                 dialog into the addressbook's window. This doesn't change the default
6672                 behaviour.
6673
6674 2006-12-01 [wwp]        2.6.0cvs76
6675
6676         * src/message_search.c
6677         * src/summary_search.c
6678                 fix more focus issues (don't set focus to combobox's entry widget when
6679                 entry's value changed, if entry widget has focus already).
6680
6681 2006-12-01 [wwp]        2.6.0cvs75
6682
6683         * src/gtk/quicksearch.c
6684                 revert last changes to the quicksearch gtk_combo_box, this needs more
6685                 tuning and testing.
6686
6687 2006-12-01 [paul]       2.6.0cvs74
6688
6689         * tools/kdeservicemenu/README
6690         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6691         * tools/kdeservicemenu/install.sh
6692         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6693         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6694                 simplify this stuff, and in so doing,
6695                 fix it. (possibly re-extend it again at
6696                 a later date)
6697
6698 2006-12-01 [wwp]        2.6.0cvs73
6699
6700         * src/gtk/quicksearch.c
6701                 adapt quicksearch code to use modern gtk_combo_box'es.
6702
6703 2006-12-01 [wwp]        2.6.0cvs72
6704
6705         * src/common/defs.h
6706         * src/prefs_common.c
6707         * src/prefs_common.h
6708         * src/message_search.c
6709         * src/summary_search.c
6710         * src/gtk/combobox.c
6711         * src/gtk/combobox.h
6712                 add history combos to all message and summary search fields.
6713
6714 2006-12-01 [wwp]        2.6.0cvs71
6715
6716         * src/summaryview.c
6717                 As the list may change while the mark as read delay
6718                 runs, we can't rely on the 'row' pointer, which can
6719                 be invalid when the timeout is called. As the mark
6720                 as read is only done if the message is still selected,
6721                 use summaryview->selected instead. Thanks to Colin.
6722
6723 2006-11-30 [paul]       2.6.0cvs70
6724
6725         * src/textview.c
6726                 give emphasis to "Sylpheed-Claws"
6727                 as well as "Claws Mail"
6728
6729 2006-11-30 [colin]      2.6.0cvs69
6730
6731         * src/wizard.c
6732                 Put the SSL checkboxes in the receiving
6733                 and sending server pages.
6734
6735 2006-11-29 [colin]      2.6.0cvs68
6736
6737         * src/gtk/gtkutils.c
6738         * src/gtk/gtkvscrollbutton.c
6739                 Revert some deprecated fixes - they seem to
6740                 deprecate stuff as soon as a new one gets out.
6741                 g_object_ref_sink needed glib-2.10.
6742
6743 2006-11-29 [colin]      2.6.0cvs67
6744
6745         * src/common/utils.c
6746                 Create .mailcap if it doesn't exist
6747
6748 2006-11-29 [colin]      2.6.0cvs66
6749
6750         * src/compose.c
6751                 Followup to cvs60: use original list
6752                 of recipients if replying to a mail
6753                 in Sent Drafts or Queue.
6754
6755 2006-11-27 [paul]       2.6.0cvs65
6756
6757         * src/image_viewer.c
6758                 revert the last change for now (it's broken)
6759
6760 2006-11-27 [paul]       2.6.0cvs64
6761
6762         * Makefile.am
6763         * configure.ac
6764         * m4/aclocal-include.m4
6765         * m4/check-type.m4
6766         * src/Makefile.am
6767         * src/addr_compl.c
6768         * src/compose.c
6769         * src/crash.c
6770         * src/export.c
6771         * src/exporthtml.c
6772         * src/exportldif.c
6773         * src/imap.c
6774         * src/import.c
6775         * src/main.c
6776         * src/main.h
6777         * src/matcher.c
6778         * src/mimeview.c
6779         * src/procmsg.c
6780         * src/textview.c
6781         * src/common/Makefile.am
6782         * src/common/claws.c
6783         * src/common/claws.h
6784         * src/common/ssl.c
6785         * src/common/sylpheed.c
6786         * src/common/sylpheed.h
6787         * src/etpan/Makefile.am
6788         * src/gtk/Makefile.am
6789         * src/gtk/claws-marshal.list
6790         * src/gtk/filesel.c
6791         * src/gtk/gtksctree.c
6792         * src/gtk/quicksearch.c
6793         * src/gtk/sylpheed-marshal.list
6794         * src/plugins/bogofilter/bogofilter.c
6795         * src/plugins/bogofilter/bogofilter_gtk.c
6796         * src/plugins/clamav/clamav_plugin.c
6797         * src/plugins/clamav/clamav_plugin_gtk.c
6798         * src/plugins/demo/demo.c
6799         * src/plugins/dillo_viewer/dillo_viewer.c
6800         * src/plugins/pgpcore/Makefile.am
6801         * src/plugins/pgpcore/claws.def
6802         * src/plugins/pgpcore/pgp_viewer.c
6803         * src/plugins/pgpcore/plugin.c
6804         * src/plugins/pgpcore/sylpheed.def
6805         * src/plugins/pgpinline/Makefile.am
6806         * src/plugins/pgpinline/claws.def
6807         * src/plugins/pgpinline/plugin.c
6808         * src/plugins/pgpinline/sylpheed.def
6809         * src/plugins/pgpmime/Makefile.am
6810         * src/plugins/pgpmime/claws.def
6811         * src/plugins/pgpmime/plugin.c
6812         * src/plugins/pgpmime/sylpheed.def
6813         * src/plugins/spamassassin/spamassassin.c
6814         * src/plugins/spamassassin/spamassassin_gtk.c
6815         * src/plugins/trayicon/trayicon.c
6816                 yet more renaming
6817                 remove deprecated gtk_tooltips_set_delay()
6818
6819 2006-11-26 [paul]       2.6.0cvs63
6820
6821         * src/expldifdlg.c
6822         * src/folderview.c
6823         * src/image_viewer.c
6824         * src/mainwindow.c
6825         * src/gtk/gtkutils.c
6826         * src/gtk/gtkvscrollbutton.c
6827         * src/gtk/prefswindow.c
6828         * src/plugins/pgpcore/prefs_gpg.c
6829                 replace more deprecated GTK+ functions
6830
6831 2006-11-26 [paul]       2.6.0cvs62
6832
6833         * src/addr_compl.c
6834         * src/addressbook.c
6835         * src/browseldap.c
6836                 replace deprecated gtk_idle_... functions
6837
6838 2006-11-26 [paul]       2.6.0cvs61
6839
6840         * src/compose.c
6841         * src/folderview.c
6842         * src/inc.c
6843         * src/summaryview.c
6844         * src/gtk/gtkvscrollbutton.c
6845         * src/gtk/quicksearch.c
6846         * src/plugins/pgpcore/passphrase.c
6847                 replace deprecated gtk_timeout_add and
6848                 gtk_timeout_remove
6849
6850 2006-11-26 [paul]       2.6.0cvs60
6851
6852         * src/compose.c
6853                 fix bug that caused the wrong recipient
6854                 to be selected when replying to a msg
6855                 which is From one of our accounts to
6856                 another of our accounts
6857
6858 2006-11-25 [paul]       2.6.0cvs59
6859
6860         * src/summaryview.c
6861                 don't change the From column title to
6862                 To if the To column is visible
6863
6864 2006-11-24 [paul]       2.6.0cvs58
6865
6866         * src/compose.c
6867                 fix bug 1069, 'Sent mails disappear, BCC
6868                 or locking problem?'
6869
6870 2006-11-21 [wwp]        2.6.0cvs57
6871
6872         * src/compose.c
6873                 fix spelling menu when replying (same as 2.3.1cvs39):
6874                 discrepancy between context menu and top menu when
6875                 folder's dictionary isn't the default one.
6876
6877 2006-11-19 [paul]       2.6.0cvs56
6878
6879         * src/summaryview.c
6880                 obey always_show_msg option when
6881                 marking as spam
6882         * src/plugins/bogofilter/bogofilter.c
6883                 fix typo
6884
6885 2006-11-18 [paul]       2.6.0cvs55
6886
6887         * AUTHORS
6888         * README
6889         * debian/copyright
6890         * manual/ack.xml
6891         * manual/es/ack.xml
6892         * manual/fr/ack.xml
6893         * manual/pl/ack.xml
6894         * src/gtk/authors.h
6895         * src/gtk/icon_legend.c
6896         * src/gtk/icon_legend.h
6897         * tools/OOo2claws-mail.pl
6898         * tools/README
6899         * tools/acroread2claws-mail.pl
6900         * tools/claws.i18n.status.pl
6901         * tools/filter_conv.pl
6902         * tools/filter_conv_new.pl
6903         * tools/freshmeat_search.pl
6904         * tools/google_search.pl
6905         * tools/kmail2claws-mail.pl
6906         * tools/kmail2claws-mail_v2.pl
6907         * tools/maildir2claws-mail.pl
6908         * tools/make.themes.project
6909         * tools/multiwebsearch.pl
6910         * tools/outlook2claws-mail.pl
6911         * tools/tb2claws-mail
6912         * tools/kdeservicemenu/README
6913         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6914                 update mine and wwp's email addresses in
6915                 several places
6916                 Patch by wwp
6917         * src/prefs_compose_writing.c
6918                 set sensitivity on 'new message format' frame
6919
6920 2006-11-17 [paul]       2.6.0cvs54
6921
6922         * src/gtk/about.c
6923                 more reworking of the GUI
6924                 Patch by Fabien Vantard
6925
6926 2006-11-16 [paul]       2.6.0cvs53
6927
6928         * src/gtk/about.c
6929                 set a minimum size for the window, allow
6930                 it to automatically expand as necessary
6931
6932 2006-11-16 [wwp]        2.6.0cvs52
6933
6934         * src/gtk/about.c
6935                 better wrap of copyright info on some systems.
6936
6937 2006-11-16 [paul]       2.6.0cvs51
6938
6939         * src/gtk/about.c
6940                 move the tech info from the upper panel
6941                 to the Info tab
6942                 use a gtk_text_view for the features tab
6943
6944 2006-11-16 [paul]       2.6.0cvs50
6945
6946         * po/Makevars
6947                 update my email address
6948         * src/addressbook.c
6949         * src/compose.c
6950         * src/imap_gtk.c
6951         * src/mh_gtk.c
6952         * src/news_gtk.c
6953         * src/summaryview.c
6954         * src/plugins/trayicon/trayicon.c
6955                 don't offer simple menu separators
6956                 for translation
6957         * src/folderview.c
6958                 add separator between 'mark all read'
6959                 and 'search folder'
6960
6961 2006-11-15 [wwp]        2.6.0cvs49
6962
6963         * src/gtk/authors.h
6964                 updated manuals authors.
6965
6966 2006-11-14 [paul]       2.6.0cvs48
6967
6968         * src/compose.c
6969                 Fix Options/Reply mode after draft save
6970
6971 2006-11-14 [paul]       2.6.0cvs47
6972
6973         * src/Makefile.am
6974                 Fix make DESTDIR=...
6975         * src/mbox.c
6976                 Optimise speed
6977         * src/plugins/pgpinline/pgpinline.c
6978                 Probably fix bug 1061
6979
6980 2006-11-14 [paul]       2.6.0cvs46
6981
6982         * po/Makevars
6983                 enable Q_ macro
6984         * src/Makefile.am
6985         * src/stock_pixmap.c
6986         * src/stock_pixmap.h
6987         * src/gtk/about.c
6988         * src/pixmaps/active.xpm
6989         * src/pixmaps/inactive.xpm
6990                 add a new page, 'Features', to the About dialog
6991                 showing which features are compiled in and which
6992                 are not
6993
6994 2006-11-14 [paul]       2.6.0cvs45
6995
6996         * po/ru.po
6997                 updated by Pavlo Bohmat
6998
6999 2006-11-14 [colin]      2.6.0cvs44
7000
7001         * src/compose.c
7002         * src/inc.c
7003         * src/messageview.c
7004         * src/news.c
7005         * src/pop.c
7006         * src/procmsg.c
7007         * src/gtk/gtkaspell.c
7008                 Fix 64-bit-related warnings
7009         * src/ssl_manager.c
7010                 Fix possible infinite loop
7011         * src/plugins/pgpcore/sgpgme.c
7012                 Remove useless check
7013
7014 2006-11-13 [colin]      2.6.0cvs43
7015
7016         * src/gtk/Makefile.am
7017                 authors.h isn't generated
7018
7019 2006-11-13 [colin]      2.6.0cvs42
7020
7021         * src/plugins/pgpinline/pgpinline.c
7022         * src/plugins/pgpmime/pgpmime.c
7023                 Very probably fix bug 1061, 'crash on 
7024                 opening signed email'. Another cast
7025                 problem
7026
7027 2006-11-13 [colin]      2.6.0cvs41
7028
7029         * src/plugins/pgpcore/sgpgme.c
7030                 Maybe fix bug 1061, 'crash on opening 
7031                 signed email'
7032
7033 2006-11-13 [wwp]        2.6.0cvs40
7034
7035         * src/plugins/pgpinline/pgpinline.c
7036                 fix candidate for bug #1057, thanks to Colin.
7037
7038 2006-11-13 [wwp]        2.6.0cvs39
7039
7040         * src/compose.c
7041         * src/quote_fmt_parse.y
7042                 fix bug 1052: current parser buffer was not always 
7043                 allocated, ptr to this buffer could be returned as 
7044                 NULL whereas no parser error has occurred. in 
7045                 consequence, defining a template body as "%d" 
7046                 (w/o the quotes) for the first time of the instance 
7047                 of claws-mail, was reporting a parser error. make 
7048                 sure that the buffer is always allocated, even to 
7049                 an empty string.
7050                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7051                 unescaping of the fmt string was always done 
7052                 whereas it must be done *only* when receiving 
7053                 quote format strings issued from the prefs 
7054                 (compose new message, reply, forward, redirect 
7055                 formats), *not* when applying templates.  in 
7056                 consequences, applying templates w/ sequences 
7057                 like \\|p{echo} were failing. make sure that 
7058                 unescaping is done only when necessary.
7059
7060 2006-11-12 [colin]      2.6.0cvs38
7061
7062         * po/de.po
7063                 Fix typo (s/KB/MB)
7064
7065 2006-11-12 [colin]      2.6.0cvs37
7066
7067         * src/plugins/pgpinline/pgpinline.c
7068         * src/plugins/pgpmime/pgpmime.c
7069                 Release GPG context at the latest 
7070                 possible moment. Maybe fixes 
7071                 bug 1057, 'crash on sending signed 
7072                 message to a newsgroup'
7073                 
7074
7075 2006-11-12 [colin]      2.6.0cvs36
7076
7077         * src/plugins/pgpcore/sgpgme.c
7078                 Tell a bit more when gpg's status doesn't
7079                 contain any signature
7080
7081 2006-11-12 [colin]      2.6.0cvs35
7082
7083         * src/compose.c
7084                 Fix bug 1060, 'compilation error with 
7085                 Irix's cc'
7086
7087 2006-11-12 [paul]       2.6.0cvs34
7088
7089         * doc/man/claws-mail.1
7090         * src/prefs_gtk.c
7091         * src/plugins/clamav/README
7092         * src/plugins/spamassassin/README
7093         * tools/README
7094         * tools/freshmeat_search.pl
7095         * tools/google_search.pl
7096         * tools/multiwebsearch.pl
7097                 more renaming
7098         * src/plugins/trayicon/trayicon.c
7099                 fix compiliation warning
7100
7101 2006-11-11 [colin]      2.6.0cvs33
7102
7103         * src/folderview.c
7104                 Forbid drag and drop from/to different
7105                 folders of type F_UNKNOWN
7106
7107 2006-11-11 [colin]      2.6.0cvs32
7108
7109         * src/plugins/pgpinline/pgpinline.c
7110                 Fix typo in previous commit:
7111                 - gpgme_new(&ctx);
7112                 + if ((err = gpgme_new(&data->ctx)) ...)
7113
7114 2006-11-11 [colin]      2.6.0cvs31
7115
7116         * src/plugins/pgpinline/pgpinline.c
7117         * src/plugins/pgpmime/pgpmime.c
7118                 Check success after calling gpgme_new
7119                 Maybe fixes bug 1057, 'crash on sending 
7120                 signed message to a newsgroup'
7121
7122 2006-11-11 [colin]      2.6.0cvs30
7123
7124         * src/undo.c
7125                 init undostruct to 0s (from
7126                 valgrind log of bug 1057)
7127
7128 2006-11-10 [colin]      2.6.0cvs29
7129
7130         * src/mainwindow.c
7131                 Set cursor to wait before filtering
7132                 duplicates in all folders
7133         * src/plugins/bogofilter/bogofilter.c
7134         * src/plugins/bogofilter/bogofilter.h
7135         * src/plugins/bogofilter/bogofilter_gtk.c
7136                 Completely thread away the bogofilter
7137                 filtering
7138
7139 2006-11-10 [mones]      2.6.0cvs28
7140
7141         * src/compose.c
7142         * src/compose.h
7143                 added COMPOSE_CHECK_BEFORE_SEND hook
7144
7145 2006-11-10 [paul]       2.6.0cvs27
7146
7147         * src/crash.c
7148                 more renaming
7149                 add libSM to get_compiled_in_features()
7150         * src/main.c
7151                 more renaming
7152
7153 2006-11-10 [colin]      2.6.0cvs26
7154
7155         * src/etpan/imap-thread.c
7156                 Add a reference to libetpan's sasl engine
7157                 so that sasl_done() doesn't get called by
7158                 libetpan, and doesn't break openssl.
7159                 Should fix bug 1053, 'SC fails to reestablish 
7160                 a secure connection'
7161                 Patch by Hoa
7162
7163 2006-11-10 [colin]      2.6.0cvs25
7164
7165         * manual/addrbook.xml
7166         * manual/advanced.xml
7167         * manual/faq.xml
7168         * manual/intro.xml
7169                 Some more renaming
7170
7171 2006-11-09 [colin]      2.6.0cvs24
7172
7173         * src/plugins/bogofilter/bogofilter_gtk.c
7174                 Add comment about annoyance
7175
7176 2006-11-09 [colin]      2.6.0cvs23
7177
7178         * src/plugins/bogofilter/bogofilter.c
7179         * src/plugins/bogofilter/bogofilter_gtk.c
7180                 Prepare things needed to thread bogofilter
7181                 filtering: separate bogo stuff and possible GUI
7182                 stuff. 
7183
7184 2006-11-09 [colin]      2.6.0cvs22
7185
7186         * src/account.c
7187         * src/compose.c
7188                 Search for one of our accounts in Delivered-To
7189                 (helps for auto-account selection when 
7190                  replying/forwarding)
7191         * src/folderview.c
7192         * src/mainwindow.c
7193         * src/mainwindow.h
7194         * src/plugins/trayicon/trayicon.c
7195                 Allow opening a new mail with any account from
7196                 the contextual menu
7197
7198 2006-11-09 [wwp]        2.6.0cvs21
7199
7200         * src/compose.c
7201         * src/prefs_common.c
7202         * src/prefs_common.h
7203         * src/prefs_compose_writing.c
7204                 add a compose new message format (in prefs/compose/writing), it's a
7205                 simple subject+body template to use when opening a new composition
7206                 window. It's similar to the existent reply and forward formats.
7207
7208                 enhanced the template/format % symbols substitution mechanism to
7209                 use current composition window information when % are used in
7210                 the compose new message format or in templates applied to new
7211                 messages (there were useless in that situations before). When
7212                 applied to new messages, %d corresponds to the system time/date.
7213
7214 2006-11-09 [paul]       2.6.0cvs20
7215
7216         * src/gtk/authors.h
7217                 fix last commit
7218
7219 2006-11-09 [paul]       2.6.0cvs19
7220
7221         * src/gtk/authors.h
7222                 keep tje alphabetical order
7223
7224 2006-11-08 [colin]      2.6.0cvs18
7225
7226         * src/etpan/imap-thread.c
7227                 Fix bug 1054, 'Slowness logging big 
7228                 data chunks'
7229
7230 2006-11-08 [paul]       2.6.0cvs17
7231
7232         * tools/Makefile.am
7233                 fix the renaming
7234
7235 2006-11-08 [paul]       2.6.0cvs16
7236
7237         * src/common/defs.h
7238                 update BUGZILLA_URI
7239
7240 2006-11-08 [paul]       2.6.0cvs15
7241
7242         * tools/Makefile.am
7243         * tools/OOo2claws-mail.pl
7244         * tools/OOo2sylpheed.pl
7245         * tools/README
7246         * tools/acroread2claws-mail.pl
7247         * tools/acroread2sylpheed.pl
7248         * tools/kmail2claws-mail.pl
7249         * tools/kmail2claws-mail_v2.pl
7250         * tools/kmail2sylpheed.pl
7251         * tools/kmail2sylpheed_v2.pl
7252         * tools/maildir2claws-mail.pl
7253         * tools/maildir2sylpheed.pl
7254         * tools/nautilus2claws-mail.sh
7255         * tools/nautilus2sylpheed.sh
7256         * tools/outlook2claws-mail.pl
7257         * tools/outlook2sylpheed.pl
7258         * tools/tb2claws-mail
7259         * tools/tb2sylpheed
7260         * tools/tbird2claws.py
7261         * tools/tbird2syl.py
7262         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7263         * tools/kdeservicemenu/install.sh
7264         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7265         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7266         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7267         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7268         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7269                 renamed (removed, added) tools files
7270
7271 2006-11-08 [paul]       2.6.0cvs14
7272
7273         * src/main.c
7274         * src/common/defs.h
7275                 Migrate sylpheedrc to clawsrc, and fix the standard
7276                 plugins path in the process
7277
7278 2006-11-07 [colin]      2.6.0cvs13
7279
7280         * src/Makefile.am
7281                 Symlink sylpheed-claws relative to 
7282                 claws-mail
7283
7284 2006-11-07 [colin]      2.6.0cvs12
7285
7286         * src/compose.c
7287                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7288
7289 2006-11-07 [paul]       2.6.0cvs11
7290
7291         * src/gtk/about.c
7292                 Fix a missed occurence of
7293                 Sylpheed-Claws
7294
7295 2006-11-07 [paul]       2.6.0cvs10
7296
7297         * src/Makefile.am
7298                 Fix symlink installation
7299
7300 2006-11-07 [paul]       2.6.0cvs9
7301
7302         * src/Makefile.am
7303                 Symlink claws-mail to sylpheed-claws
7304         * src/common/utils.c
7305                 Fix migrating symlinks
7306         * src/etpan/imap-thread.c
7307                 check certificate only when there's
7308                 no error
7309
7310 2006-11-07 [paul]       2.6.0cvs8
7311
7312         * Makefile.am
7313                 Fix icon breakages with Gtk, which needs a 
7314                 cache updated to see them.
7315
7316 2006-11-07 [paul]       2.6.0cvs7
7317
7318         * .cvsignore
7319         * AUTHORS
7320         * COPYING
7321         * INSTALL
7322         * Makefile.am
7323         * NEWS
7324         * README
7325         * RELEASE_NOTES
7326         * autogen.sh
7327         * claws-mail-128x128.png
7328         * claws-mail-64x64.png
7329         * claws-mail.ico
7330         * claws-mail.pc.in
7331         * claws-mail.png
7332         * configure.ac
7333         * sylpheed-claws-128x128.png
7334         * sylpheed-claws-64x64.png
7335         * sylpheed-claws.desktop
7336         * sylpheed-claws.ico
7337         * sylpheed-claws.pc.in
7338         * sylpheed-claws.png
7339         * debian/README.Debian
7340         * debian/changelog
7341         * debian/claws-mail.desktop
7342         * debian/claws-mail.menu
7343         * debian/claws-mail.postinst.debhelper
7344         * debian/claws-mail.postrm.debhelper
7345         * debian/control
7346         * debian/copyright
7347         * debian/files
7348         * debian/rules
7349         * debian/sylpheed-claws.desktop
7350         * debian/sylpheed-claws.menu
7351         * debian/sylpheed-claws.postinst.debhelper
7352         * debian/sylpheed-claws.postrm.debhelper
7353         * doc/man/Makefile.am
7354         * doc/man/claws-mail.1
7355         * doc/man/sylpheed-claws.1
7356         * doc/src/ChangeLog.claws-pre0.8.0
7357         * manual/Makefile.am
7358         * manual/account.xml
7359         * manual/ack.xml
7360         * manual/addrbook.xml
7361         * manual/advanced.xml
7362         * manual/claws-mail-manual.xml
7363         * manual/faq.xml
7364         * manual/glossary.xml
7365         * manual/handling.xml
7366         * manual/intro.xml
7367         * manual/keyboard.xml
7368         * manual/plugins.xml
7369         * manual/starting.xml
7370         * manual/sylpheed-claws-manual.xml
7371         * manual/xml2pdf
7372         * manual/dist/.cvsignore
7373         * manual/dist/html/.cvsignore
7374         * manual/dist/html/Makefile.am
7375         * manual/dist/pdf/.cvsignore
7376         * manual/dist/pdf/Makefile.am
7377         * manual/dist/ps/.cvsignore
7378         * manual/dist/ps/Makefile.am
7379         * manual/dist/txt/.cvsignore
7380         * manual/dist/txt/Makefile.am
7381         * manual/es/Makefile.am
7382         * manual/es/advanced.xml
7383         * manual/es/claws-mail-manual.xml
7384         * manual/es/faq.xml
7385         * manual/es/glossary.xml
7386         * manual/es/handling.xml
7387         * manual/es/intro.xml
7388         * manual/es/plugins.xml
7389         * manual/es/sylpheed-claws-manual.xml
7390         * manual/es/dist/.cvsignore
7391         * manual/es/dist/html/.cvsignore
7392         * manual/es/dist/html/Makefile.am
7393         * manual/es/dist/pdf/.cvsignore
7394         * manual/es/dist/pdf/Makefile.am
7395         * manual/es/dist/ps/.cvsignore
7396         * manual/es/dist/ps/Makefile.am
7397         * manual/es/dist/txt/.cvsignore
7398         * manual/es/dist/txt/Makefile.am
7399         * manual/fr/Makefile.am
7400         * manual/fr/account.xml
7401         * manual/fr/ack.xml
7402         * manual/fr/addrbook.xml
7403         * manual/fr/advanced.xml
7404         * manual/fr/claws-mail-manual.xml
7405         * manual/fr/faq.xml
7406         * manual/fr/glossary.xml
7407         * manual/fr/handling.xml
7408         * manual/fr/intro.xml
7409         * manual/fr/keyboard.xml
7410         * manual/fr/plugins.xml
7411         * manual/fr/starting.xml
7412         * manual/fr/sylpheed-claws-manual.xml
7413         * manual/fr/dist/.cvsignore
7414         * manual/fr/dist/html/.cvsignore
7415         * manual/fr/dist/html/Makefile.am
7416         * manual/fr/dist/pdf/.cvsignore
7417         * manual/fr/dist/pdf/Makefile.am
7418         * manual/fr/dist/ps/.cvsignore
7419         * manual/fr/dist/ps/Makefile.am
7420         * manual/fr/dist/txt/.cvsignore
7421         * manual/fr/dist/txt/Makefile.am
7422         * manual/pl/Makefile.am
7423         * manual/pl/account.xml
7424         * manual/pl/ack.xml
7425         * manual/pl/addrbook.xml
7426         * manual/pl/advanced.xml
7427         * manual/pl/claws-mail-manual.xml
7428         * manual/pl/faq.xml
7429         * manual/pl/glossary.xml
7430         * manual/pl/handling.xml
7431         * manual/pl/intro.xml
7432         * manual/pl/keyboard.xml
7433         * manual/pl/plugins.xml
7434         * manual/pl/starting.xml
7435         * manual/pl/sylpheed-claws-manual.xml
7436         * manual/pl/dist/.cvsignore
7437         * manual/pl/dist/html/.cvsignore
7438         * manual/pl/dist/html/Makefile.am
7439         * manual/pl/dist/pdf/.cvsignore
7440         * manual/pl/dist/pdf/Makefile.am
7441         * manual/pl/dist/ps/.cvsignore
7442         * manual/pl/dist/ps/Makefile.am
7443         * manual/pl/dist/txt/.cvsignore
7444         * manual/pl/dist/txt/Makefile.am
7445         * po/.cvsignore
7446         * po/Makevars
7447         * src/.cvsignore
7448         * src/Makefile.am
7449         * src/account.c
7450         * src/account.h
7451         * src/action.c
7452         * src/action.h
7453         * src/adbookbase.h
7454         * src/addr_compl.c
7455         * src/addr_compl.h
7456         * src/addrbook.c
7457         * src/addrcache.c
7458         * src/addrcache.h
7459         * src/addrcindex.c
7460         * src/addrcindex.h
7461         * src/addrclip.c
7462         * src/addrclip.h
7463         * src/addrdefs.h
7464         * src/addressadd.c
7465         * src/addressadd.h
7466         * src/addressbook.c
7467         * src/addressbook.h
7468         * src/addressbook_foldersel.c
7469         * src/addressbook_foldersel.h
7470         * src/addrgather.c
7471         * src/addrgather.h
7472         * src/addrharvest.c
7473         * src/addrharvest.h
7474         * src/addrindex.c
7475         * src/addrindex.h
7476         * src/addritem.c
7477         * src/addritem.h
7478         * src/addrquery.c
7479         * src/addrquery.h
7480         * src/addrselect.c
7481         * src/addrselect.h
7482         * src/alertpanel.c
7483         * src/alertpanel.h
7484         * src/browseldap.c
7485         * src/browseldap.h
7486         * src/codeconv.c
7487         * src/codeconv.h
7488         * src/compose.c
7489         * src/crash.c
7490         * src/crash.h
7491         * src/customheader.c
7492         * src/customheader.h
7493         * src/displayheader.c
7494         * src/displayheader.h
7495         * src/editaddress.c
7496         * src/editaddress.h
7497         * src/editbook.c
7498         * src/editbook.h
7499         * src/editgroup.c
7500         * src/editgroup.h
7501         * src/editjpilot.c
7502         * src/editjpilot.h
7503         * src/editldap.c
7504         * src/editldap.h
7505         * src/editldap_basedn.c
7506         * src/editldap_basedn.h
7507         * src/editvcard.c
7508         * src/editvcard.h
7509         * src/exphtmldlg.c
7510         * src/exphtmldlg.h
7511         * src/expldifdlg.c
7512         * src/expldifdlg.h
7513         * src/export.c
7514         * src/exporthtml.c
7515         * src/exporthtml.h
7516         * src/exportldif.c
7517         * src/exportldif.h
7518         * src/filtering.c
7519         * src/filtering.h
7520         * src/folder.c
7521         * src/folder.h
7522         * src/folder_item_prefs.c
7523         * src/folder_item_prefs.h
7524         * src/foldersel.c
7525         * src/foldersel.h
7526         * src/folderutils.c
7527         * src/folderutils.h
7528         * src/folderview.c
7529         * src/folderview.h
7530         * src/grouplistdialog.c
7531         * src/grouplistdialog.h
7532         * src/html.c
7533         * src/html.h
7534         * src/image_viewer.c
7535         * src/image_viewer.h
7536         * src/imap.c
7537         * src/imap.h
7538         * src/imap_gtk.c
7539         * src/imap_gtk.h
7540         * src/import.c
7541         * src/import.h
7542         * src/importldif.c
7543         * src/importldif.h
7544         * src/importmutt.c
7545         * src/importmutt.h
7546         * src/importpine.c
7547         * src/importpine.h
7548         * src/inc.c
7549         * src/inc.h
7550         * src/jpilot.c
7551         * src/jpilot.h
7552         * src/ldapctrl.c
7553         * src/ldapctrl.h
7554         * src/ldaplocate.c
7555         * src/ldaplocate.h
7556         * src/ldapquery.c
7557         * src/ldapquery.h
7558         * src/ldapserver.c
7559         * src/ldapserver.h
7560         * src/ldaputil.c
7561         * src/ldaputil.h
7562         * src/ldif.c
7563         * src/ldif.h
7564         * src/localfolder.c
7565         * src/localfolder.h
7566         * src/main.c
7567         * src/main.h
7568         * src/mainwindow.c
7569         * src/mainwindow.h
7570         * src/manual.c
7571         * src/manual.h
7572         * src/matcher.c
7573         * src/matcher.h
7574         * src/matcher_parser.h
7575         * src/matcher_parser_lex.l
7576         * src/matcher_parser_parse.y
7577         * src/mbox.c
7578         * src/mbox.h
7579         * src/message_search.c
7580         * src/message_search.h
7581         * src/messageview.c
7582         * src/messageview.h
7583         * src/mh.c
7584         * src/mh.h
7585         * src/mh_gtk.c
7586         * src/mh_gtk.h
7587         * src/mimeview.c
7588         * src/mimeview.h
7589         * src/msgcache.c
7590         * src/msgcache.h
7591         * src/mutt.c
7592         * src/mutt.h
7593         * src/news.c
7594         * src/news.h
7595         * src/news_gtk.c
7596         * src/news_gtk.h
7597         * src/noticeview.c
7598         * src/noticeview.h
7599         * src/partial_download.c
7600         * src/partial_download.h
7601         * src/pine.c
7602         * src/pine.h
7603         * src/pop.c
7604         * src/pop.h
7605         * src/prefs_account.c
7606         * src/prefs_account.h
7607         * src/prefs_actions.c
7608         * src/prefs_actions.h
7609         * src/prefs_common.c
7610         * src/prefs_common.h
7611         * src/prefs_compose_writing.c
7612         * src/prefs_compose_writing.h
7613         * src/prefs_customheader.c
7614         * src/prefs_customheader.h
7615         * src/prefs_display_header.c
7616         * src/prefs_display_header.h
7617         * src/prefs_ext_prog.c
7618         * src/prefs_ext_prog.h
7619         * src/prefs_filtering.c
7620         * src/prefs_folder_column.c
7621         * src/prefs_folder_column.h
7622         * src/prefs_folder_item.c
7623         * src/prefs_folder_item.h
7624         * src/prefs_fonts.c
7625         * src/prefs_fonts.h
7626         * src/prefs_gtk.c
7627         * src/prefs_gtk.h
7628         * src/prefs_image_viewer.c
7629         * src/prefs_image_viewer.h
7630         * src/prefs_matcher.c
7631         * src/prefs_matcher.h
7632         * src/prefs_message.c
7633         * src/prefs_message.h
7634         * src/prefs_msg_colors.c
7635         * src/prefs_msg_colors.h
7636         * src/prefs_other.c
7637         * src/prefs_other.h
7638         * src/prefs_quote.c
7639         * src/prefs_quote.h
7640         * src/prefs_receive.c
7641         * src/prefs_receive.h
7642         * src/prefs_send.c
7643         * src/prefs_send.h
7644         * src/prefs_spelling.c
7645         * src/prefs_spelling.h
7646         * src/prefs_summaries.c
7647         * src/prefs_summaries.h
7648         * src/prefs_summary_column.c
7649         * src/prefs_summary_column.h
7650         * src/prefs_template.c
7651         * src/prefs_template.h
7652         * src/prefs_themes.c
7653         * src/prefs_themes.h
7654         * src/prefs_toolbar.c
7655         * src/prefs_toolbar.h
7656         * src/prefs_wrapping.c
7657         * src/prefs_wrapping.h
7658         * src/privacy.c
7659         * src/privacy.h
7660         * src/procheader.c
7661         * src/procheader.h
7662         * src/procmime.c
7663         * src/procmime.h
7664         * src/procmsg.c
7665         * src/procmsg.h
7666         * src/quote_fmt.c
7667         * src/quote_fmt_parse.y
7668         * src/recv.c
7669         * src/recv.h
7670         * src/remotefolder.c
7671         * src/remotefolder.h
7672         * src/send_message.c
7673         * src/send_message.h
7674         * src/setup.c
7675         * src/setup.h
7676         * src/sourcewindow.c
7677         * src/sourcewindow.h
7678         * src/ssl_manager.c
7679         * src/ssl_manager.h
7680         * src/statusbar.c
7681         * src/statusbar.h
7682         * src/stock_pixmap.c
7683         * src/stock_pixmap.h
7684         * src/summary_search.c
7685         * src/summary_search.h
7686         * src/summaryview.c
7687         * src/summaryview.h
7688         * src/syldap.c
7689         * src/syldap.h
7690         * src/textview.c
7691         * src/textview.h
7692         * src/toolbar.c
7693         * src/toolbar.h
7694         * src/undo.c
7695         * src/undo.h
7696         * src/unmime.c
7697         * src/unmime.h
7698         * src/vcard.c
7699         * src/vcard.h
7700         * src/wizard.c
7701         * src/wizard.h
7702         * src/common/base64.c
7703         * src/common/base64.h
7704         * src/common/defs.h
7705         * src/common/hooks.c
7706         * src/common/hooks.h
7707         * src/common/log.c
7708         * src/common/log.h
7709         * src/common/mgutils.c
7710         * src/common/mgutils.h
7711         * src/common/nntp.c
7712         * src/common/nntp.h
7713         * src/common/passcrypt.c
7714         * src/common/passcrypt.h.in
7715         * src/common/plugin.c
7716         * src/common/plugin.h
7717         * src/common/prefs.c
7718         * src/common/prefs.h
7719         * src/common/progressindicator.c
7720         * src/common/progressindicator.h
7721         * src/common/quoted-printable.c
7722         * src/common/quoted-printable.h
7723         * src/common/session.c
7724         * src/common/session.h
7725         * src/common/smtp.c
7726         * src/common/smtp.h
7727         * src/common/socket.c
7728         * src/common/socket.h
7729         * src/common/ssl.c
7730         * src/common/ssl.h
7731         * src/common/stringtable.c
7732         * src/common/stringtable.h
7733         * src/common/sylpheed.c
7734         * src/common/sylpheed.h
7735         * src/common/template.c
7736         * src/common/template.h
7737         * src/common/timing.h
7738         * src/common/utils.c
7739         * src/common/utils.h
7740         * src/common/version.h.in
7741         * src/common/xml.c
7742         * src/common/xml.h
7743         * src/common/xmlprops.c
7744         * src/common/xmlprops.h
7745         * src/gtk/about.c
7746         * src/gtk/colorlabel.c
7747         * src/gtk/colorlabel.h
7748         * src/gtk/colorsel.c
7749         * src/gtk/colorsel.h
7750         * src/gtk/combobox.c
7751         * src/gtk/combobox.h
7752         * src/gtk/description_window.c
7753         * src/gtk/description_window.h
7754         * src/gtk/filesel.c
7755         * src/gtk/filesel.h
7756         * src/gtk/foldersort.c
7757         * src/gtk/foldersort.h
7758         * src/gtk/gtkaspell.c
7759         * src/gtk/gtkaspell.h
7760         * src/gtk/gtksctree.c
7761         * src/gtk/gtkshruler.c
7762         * src/gtk/gtkshruler.h
7763         * src/gtk/gtkutils.c
7764         * src/gtk/gtkutils.h
7765         * src/gtk/icon_legend.c
7766         * src/gtk/icon_legend.h
7767         * src/gtk/logwindow.c
7768         * src/gtk/logwindow.h
7769         * src/gtk/manage_window.c
7770         * src/gtk/manage_window.h
7771         * src/gtk/pluginwindow.c
7772         * src/gtk/pluginwindow.h
7773         * src/gtk/prefswindow.c
7774         * src/gtk/prefswindow.h
7775         * src/gtk/quicksearch.c
7776         * src/gtk/quicksearch.h
7777         * src/pixmaps/claws-mail.xpm
7778         * src/pixmaps/claws-mail_icon.xpm
7779         * src/pixmaps/claws-mail_logo.xpm
7780         * src/pixmaps/sylpheed-claws.xpm
7781         * src/pixmaps/sylpheed-claws_icon.xpm
7782         * src/pixmaps/sylpheed-claws_logo.xpm
7783         * src/plugins/bogofilter/Makefile.am
7784         * src/plugins/bogofilter/bogofilter.c
7785         * src/plugins/bogofilter/bogofilter.h
7786         * src/plugins/bogofilter/bogofilter_gtk.c
7787         * src/plugins/clamav/Makefile.am
7788         * src/plugins/clamav/clamav_plugin.c
7789         * src/plugins/clamav/clamav_plugin.h
7790         * src/plugins/clamav/clamav_plugin_gtk.c
7791         * src/plugins/demo/Makefile.am
7792         * src/plugins/demo/demo.c
7793         * src/plugins/dillo_viewer/Makefile.am
7794         * src/plugins/dillo_viewer/README
7795         * src/plugins/dillo_viewer/dillo_prefs.c
7796         * src/plugins/dillo_viewer/dillo_prefs.h
7797         * src/plugins/dillo_viewer/dillo_viewer.c
7798         * src/plugins/pgpcore/Makefile.am
7799         * src/plugins/pgpcore/passphrase.c
7800         * src/plugins/pgpcore/passphrase.h
7801         * src/plugins/pgpcore/pgp_viewer.c
7802         * src/plugins/pgpcore/pgp_viewer.h
7803         * src/plugins/pgpcore/plugin.c
7804         * src/plugins/pgpcore/prefs_gpg.c
7805         * src/plugins/pgpcore/prefs_gpg.h
7806         * src/plugins/pgpcore/select-keys.c
7807         * src/plugins/pgpcore/select-keys.h
7808         * src/plugins/pgpcore/sgpgme.c
7809         * src/plugins/pgpcore/sgpgme.h
7810         * src/plugins/pgpcore/sylpheed.def
7811         * src/plugins/pgpcore/version.rc
7812         * src/plugins/pgpinline/Makefile.am
7813         * src/plugins/pgpinline/pgpinline.c
7814         * src/plugins/pgpinline/pgpinline.h
7815         * src/plugins/pgpinline/plugin.c
7816         * src/plugins/pgpinline/sylpheed.def
7817         * src/plugins/pgpinline/version.rc
7818         * src/plugins/pgpmime/Makefile.am
7819         * src/plugins/pgpmime/pgpmime.c
7820         * src/plugins/pgpmime/pgpmime.h
7821         * src/plugins/pgpmime/plugin.c
7822         * src/plugins/pgpmime/sylpheed.def
7823         * src/plugins/pgpmime/version.rc
7824         * src/plugins/spamassassin/Makefile.am
7825         * src/plugins/spamassassin/README
7826         * src/plugins/spamassassin/spamassassin.c
7827         * src/plugins/spamassassin/spamassassin.h
7828         * src/plugins/spamassassin/spamassassin_gtk.c
7829         * src/plugins/trayicon/Makefile.am
7830         * src/plugins/trayicon/trayicon.c
7831         * tools/OOo2sylpheed.pl
7832         * tools/README
7833         * tools/README.sylprint
7834         * tools/acroread2sylpheed.pl
7835         * tools/claws.i18n.status.pl
7836         * tools/filter_conv.pl
7837         * tools/filter_conv_new.pl
7838         * tools/freshmeat_search.pl
7839         * tools/google_search.pl
7840         * tools/kmail2sylpheed.pl
7841         * tools/kmail2sylpheed_v2.pl
7842         * tools/make.themes.project
7843         * tools/multiwebsearch.pl
7844         * tools/nautilus2sylpheed.sh
7845         * tools/outlook2sylpheed.pl
7846         * tools/sylprint.pl
7847         * tools/sylprint.rc
7848         * tools/tb2sylpheed
7849         * tools/textviewer.sh
7850         * tools/vcard2xml.py
7851         * tools/kdeservicemenu/README
7852         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7853         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7854         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7855                 Change name to Claws Mail. Announce to follow...
7856
7857 2006-11-06 [wwp]        2.6.0cvs6
7858
7859         * src/prefs_template.c
7860                 unify messages related to quote format/template errors (fix
7861                 capitalization), again.
7862
7863 2006-11-06 [wwp]        2.6.0cvs5
7864
7865         * src/prefs_quote.c
7866                 unify messages related to quote format/template errors.
7867
7868 2006-11-06 [wwp]        2.6.0cvs4
7869
7870         * src/prefs_msg_colors.c
7871                 more uses of Q_ macro for contextual translations, thanks
7872                 to Fabien (fzzzzz).
7873
7874 2006-11-06 [wwp]        2.6.0cvs3
7875
7876         * src/compose.c
7877         * src/common/utils.c
7878         * src/common/utils.h
7879                 show an alertpanel to make sure users are aware that sensitive
7880                 files are attached (it's file blacklist-based). This will fix
7881                 interaction w/ GoogleEarth for instance, thanks to Colin.
7882
7883 2006-11-06 [wwp]        2.6.0cvs2
7884
7885         * src/prefs_quote.c
7886         * src/prefs_template.c
7887         * src/prefs_template.h
7888                 check quote format when applying/closing prefs. For now this only
7889                 shows up an error dialog box, not preventing the user from using
7890                 a broken quote (reply, forwards) format.
7891
7892 2006-11-06 [wwp]        2.6.0cvs1
7893
7894         * src/prefs_template.c
7895                 fix missing checks of some template fields.
7896
7897 2006-11-06 [paul]       2.6.0
7898
7899         * NEWS
7900         * README
7901         * RELEASE_NOTES
7902                 2.6.0 released
7903
7904 2006-11-06 [paul]       2.5.6cvs22
7905
7906         * manual/advanced.xml
7907         * manual/es/advanced.xml
7908                 put 'respect_flowed_format' info in the correct
7909                 place
7910
7911 2006-11-06 [mones]      2.5.6cvs21
7912
7913         * po/es.po
7914                 Minor fixes for release
7915
7916 2006-11-06 [paul]       2.5.6cvs20
7917
7918         * po/cs.po
7919         * po/de.po
7920         * po/fr.po
7921         * po/it.po
7922         * po/nl.po
7923         * po/pt_BR.po
7924         * po/sk.po
7925         * po/sv.po
7926         * po/zh_CN.po
7927                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7928                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7929                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7930                 Young
7931
7932 2006-11-02 [colin]      2.5.6cvs19
7933
7934         * src/imap.c
7935         * src/imap.h
7936         * src/prefs_account.c
7937         * src/etpan/imap-thread.c
7938                 Add GSSAPI support - fixes Debian bug #383274
7939
7940 2006-11-01 [colin]      2.5.6cvs18
7941
7942         * src/jpilot.c
7943                 Handle libpisock12 support. Probably
7944                 fixes bug 1046, 'jpilot AddressDB.pdb 
7945                 import fail'
7946
7947 2006-11-01 [colin]      2.5.6cvs17
7948
7949         * src/folderutils.c
7950                 debug_print() folderutils_mark_all_read()
7951
7952 2006-11-01 [colin]      2.5.6cvs16
7953
7954         * COPYING
7955                 Add missed files to the Apache exception
7956
7957 2006-10-31 [colin]      2.5.6cvs15
7958
7959         * src/folder.c
7960         * src/folder.h
7961                 Add a copy_private_data() func to FolderClasses
7962                 Doesn't break the feature freeze, because we 
7963                 won't use it (right now) in the core.
7964
7965 2006-10-31 [colin]      2.5.6cvs14
7966
7967         * COPYING
7968                 Allow linking with the Apache licensed files in
7969                 src/plugins/spamassassin. Hopefully fixes 
7970                 bug 1048, 'Spamassassin plugin license problem'
7971
7972 2006-10-31 [wwp]        2.5.6cvs13
7973
7974         * src/compose.c
7975                 fix and optimize trimming of leading linefeeds in body loop.
7976
7977 2006-10-31 [colin]      2.5.6cvs12
7978
7979         * src/etpan/imap-thread.c
7980         * src/imap.c
7981                 Make really sure to have NULL sets in case
7982                 of error
7983
7984 2006-10-30 [wwp]        2.5.6cvs11
7985
7986         * src/prefs_common.c
7987         * src/prefs_common.h
7988         * src/compose.c
7989                 fix broken storage of quote format template when it contains \-escape
7990                 sequences. The application of such sequences is also fixed now (\t
7991                 in quote format will be a real tab instead of a 't', for instance).
7992
7993 2006-10-27 [colin]      2.5.6cvs10
7994
7995         * src/compose.c
7996                 Probably fix bug 1045, 'sylpheed-claws 
7997                 doesn't remove the mail from the IMAP 
7998                 Queue folder after sending'. From
7999                 2.5.6cvs3-stable
8000
8001 2006-10-27 [colin]      2.5.6cvs9
8002
8003         * configure.ac
8004                 Require libetpan-0.48. I'm so annoying,
8005                 I know ;-)
8006
8007 2006-10-27 [colin]      2.5.6cvs8
8008
8009         * src/folder.c
8010         * src/imap.c
8011                 Probably fix bug 1044, 'sylpheed-claws 
8012                 segfaults while moving mails' - Fix relation
8013                 usage when moving to an IMAP mailbox from another
8014                 mailbox
8015
8016 2006-10-26 [paul]       2.5.6cvs7
8017
8018         * src/gtk/about.c
8019                 add libSM to compiled-in features
8020                 list
8021
8022 2006-10-24 [colin]      2.5.6cvs6
8023
8024         * src/textview.c
8025         * src/gtk/gtkutils.c
8026                 Fix crash when printing emails with an
8027                 xface
8028
8029 2006-10-24 [mones]      2.5.6cvs5
8030
8031         * manual/es/advanced.xml
8032                 Synchronize hidden option respect_flowed_format
8033         * po/es.po
8034                 Updated translation
8035
8036 2006-10-21 [paul]       2.5.6cvs4
8037
8038         * src/gtk/authors.h
8039         * src/plugins/pgpcore/pgp_viewer.c
8040         * src/plugins/pgpcore/sgpgme.c
8041                 fix building on BSDs
8042                 Thanks to Michael Hughes
8043                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8044
8045 2006-10-20 [colin]      2.5.6cvs3
8046
8047         * configure.ac
8048                 Bump up libetpan requirement
8049                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8050         * src/common/utils.c
8051         * src/common/utils.h
8052                 Add convenience get_file_mtime()
8053         * src/imap.c
8054         * src/etpan/imap-thread.c
8055         * src/etpan/imap-thread.h
8056                 Implement UIDPLUS support if the server
8057                 supports it - faster sending in this case
8058
8059 2006-10-19 [colin]      2.5.6cvs2
8060
8061         * src/gtk/quicksearch.c
8062                 Fix emptying in type-ahead+extended mode
8063         * src/mainwindow.c
8064         * src/mainwindow.h
8065                 Add a hook for offline state change
8066         * src/plugins/trayicon/trayicon.c
8067                 Use it to display offline icons
8068         * src/plugins/trayicon/Makefile.am
8069         * src/plugins/trayicon/newmail.offline.xpm
8070         * src/plugins/trayicon/newmarkedmail.offline.xpm
8071         * src/plugins/trayicon/nomail.offline.xpm
8072         * src/plugins/trayicon/unreadmail.offline.xpm
8073         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8074                 Add the icons
8075
8076 2006-10-12 [paul]       2.5.6cvs1
8077
8078         * NEWS
8079         * README
8080         * configure.ac
8081                 Update version number following
8082                 stable release
8083
8084 2006-10-19 [colin]      2.5.5cvs18
8085
8086         * manual/handling.xml
8087                 Add type-ahead search
8088
8089 2006-10-18 [colin]      2.5.5cvs17
8090
8091         * src/gtk/quicksearch.c
8092                 Remove "save to history only if there's
8093                 no syntax error", it breaks for some 
8094                 reason which I'll investigate later.
8095
8096 2006-10-18 [colin]      2.5.5cvs16
8097
8098         * src/prefs_common.c
8099         * src/prefs_common.h
8100         * src/summaryview.c
8101         * src/gtk/quicksearch.c
8102         * src/gtk/quicksearch.h
8103                 Add a type-ahead option for fast searches
8104                 Patch by Fabien Vantard
8105
8106 2006-10-18 [colin]      2.5.5cvs15
8107
8108         * src/compose.c
8109         * src/compose.h
8110                 Add Options/Reply mode/ menu to be able to
8111                 change the recipients of a reply on the fly
8112
8113 2006-10-18 [colin]      2.5.5cvs14
8114
8115         * src/compose.c
8116                 Fix redirecting of our own sent mails
8117
8118 2006-10-17 [wwp]        2.5.5cvs13
8119
8120         * src/send_message.c
8121                 Fix duplicate error messages when sending, and missing
8122                 newline in such error messages.
8123
8124 2006-10-17 [colin]      2.5.5cvs12
8125
8126         * src/compose.c
8127                 Compare addresses case-insensitive
8128
8129 2006-10-17 [colin]      2.5.5cvs11
8130
8131         * src/plugins/pgpcore/sgpgme.c
8132                 Fix return status
8133
8134 2006-10-17 [colin]      2.5.5cvs10
8135
8136         * src/plugins/pgpcore/pgp_viewer.c
8137                 Fix return status
8138
8139 2006-10-17 [colin]      2.5.5cvs9
8140
8141         * src/quote_fmt.c
8142                 Fix a typo (thanks to Fabien)
8143
8144 2006-10-16 [colin]      2.5.5cvs8
8145
8146         * src/textview.c
8147                 Fix problem with quote-folding when emails
8148                 don't convert cleanly to UTF-8
8149
8150 2006-10-14 [colin]      2.5.5cvs7
8151
8152         * src/prefs_template.c
8153                 Reset fields when reopening
8154                 the window
8155
8156 2006-10-13 [paul]       2.5.5cvs6
8157
8158         * manual/advanced.xml
8159         * src/prefs_message.c
8160                 make 'respect_flowed_format' a hidden
8161                 option, and add a manual entry for it
8162                 Thanks to Colin
8163
8164 2006-10-12 [colin]      2.5.5cvs5
8165
8166         * src/codeconv.c
8167                 Revert part of 2.5.2cvs21:
8168                 Don't optimise by reusing the 
8169                 last iconv converter if possible:
8170                 it seems slightly broken in a 
8171                 very hard way to reproduce
8172
8173 2006-10-12 [colin]      2.5.5cvs4
8174
8175         * src/prefs_common.c
8176         * src/prefs_common.h
8177         * src/prefs_message.c
8178         * src/procmime.c
8179                 Fix bug 1035, 'Incorrect handling 
8180                 of flowed lines'. We now optionnaly
8181                 handle this format (preference is in
8182                 Message View/Text options section)
8183
8184 2006-10-12 [colin]      2.5.5cvs3
8185
8186         * po/POTFILES.in
8187                 Add new file
8188         * src/plugins/pgpcore/pgp_viewer.c
8189         * src/plugins/pgpcore/sgpgme.c
8190                 Don't try to import without asking
8191
8192 2006-10-12 [colin]      2.5.5cvs2
8193
8194         * src/compose.c
8195                 Fix bug 1036, 'Forwarding a mutlipart
8196                 mail with a "text/html" block to ms
8197                 outlook users leeds to freeze of
8198                 outlook'. Poor outlook users...
8199
8200 2006-10-12 [paul]       2.5.5cvs1
8201
8202         * NEWS
8203         * README
8204         * configure.ac
8205                 Update version number following
8206                 stable release
8207
8208 2006-10-11 [paul]       2.5.4cvs1
8209
8210         * NEWS
8211         * README
8212         * configure.ac
8213                 Update version number following
8214                 stable release
8215
8216 2006-10-11 [paul]       2.5.3cvs32
8217
8218         * src/textview.c
8219                 fix bug 1032, 'Segmentation fault when showing
8220                 message' (bug in quote folding)
8221                 Thanks to Colin
8222
8223 2006-10-10 [colin]      2.5.3cvs31
8224
8225         * src/quote_fmt.c
8226                 Rephrase english a bit
8227
8228 2006-10-10 [colin]      2.5.3cvs30
8229
8230         * src/prefs_compose_writing.c
8231                 Stop making the page larger than the window
8232
8233 2006-10-10 [wwp]        2.5.3cvs29
8234
8235         * src/compose.c
8236         * src/prefs_template.c
8237         * src/quote_fmt.c
8238         * src/quote_fmt.h
8239         * src/quote_fmt_lex.l
8240         * src/quote_fmt_parse.y
8241                 Extend the quote parser a bit: allow to get access to
8242                 basic (composing) account info.
8243
8244 2006-10-10 [colin]      2.5.3cvs28
8245
8246         * src/procheader.c
8247                 Fix this \t problem in subject
8248
8249 2006-10-09 [colin]      2.5.3cvs27
8250
8251         * src/main.c
8252         * src/prefs_gtk.c
8253                 Prepare cache a bit later
8254                 If section already exists, skip the new one 
8255                 (as previously); avoid writing the same block
8256                 twice - if we find a second block with the 
8257                 same id, skip it.
8258         * src/plugins/pgpcore/pgp_viewer.c
8259                 Set cursor to busy when retrieving a key
8260         * src/plugins/pgpcore/sgpgme.c
8261                 allow 5 seconds for gpg to export the key
8262                 
8263
8264 2006-10-09 [colin]      2.5.3cvs26
8265
8266         * configure.ac
8267         * src/msgcache.c
8268         * src/prefs_gtk.c
8269                 Check for existence of fgets_unlocked
8270                 and fwrite_unlocked
8271
8272 2006-10-09 [paul]       2.5.3cvs25
8273
8274         * src/prefs_summaries.c
8275                 replace strftime() with fast_strftime() and in
8276                 the consequence fix the bug in the display of
8277                 AM/PM in the 'Example' string
8278
8279 2006-10-09 [ticho]      2.5.3cvs24
8280
8281         * po/sk.po
8282                 Updated (and fixed up somewhat) Slovak translation.
8283
8284 2006-10-08 [colin]      2.5.3cvs23
8285
8286         * src/prefs_folder_item.c
8287                 Explain why prefs in the top-level folder
8288                 aren't retained, but are still useful
8289
8290 2006-10-08 [colin]      2.5.3cvs22
8291
8292         * src/prefs_gtk.c
8293                 Don't cache anything if caching fails
8294
8295 2006-10-08 [colin]      2.5.3cvs21
8296
8297         * src/common/utils.c
8298                 always include gi18n.h
8299
8300 2006-10-07 [colin]      2.5.3cvs20
8301
8302         * src/plugins/pgpcore/pgp_viewer.c
8303                 Kill gpg after 5 seconds wait
8304
8305 2006-10-07 [colin]      2.5.3cvs19
8306
8307         * src/plugins/pgpcore/pgp_viewer.c
8308         * src/plugins/pgpcore/pgp_viewer.h
8309                 Fix copyright
8310
8311 2006-10-07 [colin]      2.5.3cvs18
8312
8313         * src/plugins/pgpcore/pgp_viewer.c
8314         * src/plugins/pgpcore/pgp_viewer.h
8315                 Actually add the files to CVS
8316
8317 2006-10-07 [colin]      2.5.3cvs17
8318
8319         * src/plugins/pgpcore/sgpgme.c
8320                 Be sure not to crash on 'application/pgp-signature' that
8321                 are not application/pgp-signatures
8322
8323 2006-10-07 [colin]      2.5.3cvs16
8324
8325         * src/textview.c
8326         * src/textview.h
8327                 Make a bit more of the API available
8328         * src/plugins/pgpcore/Makefile.am
8329         * src/plugins/pgpcore/plugin.c
8330         * src/plugins/pgpcore/sgpgme.c
8331                 Add basic key import/export
8332
8333 2006-10-07 [colin]      2.5.3cvs15
8334
8335         * src/folderview.c
8336         * src/imap.c
8337         * src/prefs_account.c
8338         * src/wizard.c
8339                 Warn users *everywhere* if libetpan's not
8340                 linked in
8341
8342 2006-10-06 [mones]      2.5.3cvs14
8343
8344         * po/de.po
8345         * po/es.po
8346                 updated by Stephan Sachse and me
8347
8348 2006-10-06 [colin]      2.5.3cvs13
8349
8350         * src/main.c
8351         * src/common/sylpheed.c
8352                 Don't load common plugins if --exit is passed
8353         * src/prefs_gtk.c
8354         * src/prefs_gtk.h
8355                 Implement a cache to avoid reading the same
8356                 files over and over again at startup
8357
8358 2006-10-06 [colin]      2.5.3cvs12
8359
8360         * src/summaryview.c
8361         * src/gtk/quicksearch.c
8362                 Update display every 5k mails on fast searches
8363
8364 2006-10-06 [colin]      2.5.3cvs11
8365
8366         * src/textview.c
8367                 Don't do quote folding on HTML or ERTF.
8368                 May fix the Cygwin issues if they were
8369                 happening with HTML mails?
8370
8371 2006-10-05 [colin]      2.5.3cvs10
8372
8373         * src/prefs_gtk.c
8374                 Oops, forgot one
8375
8376 2006-10-05 [colin]      2.5.3cvs9
8377
8378         * src/prefs_gtk.c
8379                 Use unlocked_stdio here too
8380
8381 2006-10-05 [colin]      2.5.3cvs8
8382
8383         * src/folderview.c
8384                 Fix go to next * after preferences apply
8385         * src/msgcache.c
8386                 Do the fd lock/unlock ourselves instead of
8387                 letting the libc do it at each write 
8388
8389 2006-10-05 [colin]      2.5.3cvs7
8390
8391         * src/common/utils.c
8392                 Faster division, thanks to Jean Diraison
8393
8394 2006-10-05 [paul]       2.5.3cvs6
8395
8396         * src/common/utils.c
8397                 fix building with --disable-nls
8398
8399 2006-10-04 [colin]      2.5.3cvs5
8400
8401         * src/folder.c
8402                 Maybe fix a segfault
8403
8404 2006-10-04 [wwp]        2.5.3cvs4
8405
8406         * src/prefs_folder_item.c
8407                 Fine-tune layouts in folder item prefs. Suggested by
8408                 Fabien Vantard <fzzzzz@gmail.com>.
8409
8410 2006-10-04 [wwp]        2.5.3cvs3
8411
8412         * src/prefs_folder_item.c
8413                 Kill the clandestine passengers. You didn't see anything.
8414
8415 2006-10-04 [wwp]        2.5.3cvs2
8416
8417         * src/prefs_folder_item.c
8418                 Add a way to test the subject simplify regexp in
8419                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8420                 w/ few layout changes.
8421
8422 2006-20-04 [paul]       2.5.3cvs1
8423
8424         * NEWS
8425         * README
8426         * configure.ac
8427                 Update version number following
8428                 stable release
8429
8430 2006-10-04 [colin]      2.5.2cvs42
8431
8432         * src/folder.c
8433         * src/folder.h
8434         * src/summaryview.c
8435                 Provide a way for folder classes to set their sort
8436                 type and key
8437
8438 2006-10-03 [colin]      2.5.2cvs41
8439
8440         * src/mh.c
8441                 Don't use strlen() to know if the
8442                 string's empty
8443
8444 2006-10-03 [colin]      2.5.2cvs40
8445
8446         * src/mh.c
8447                 Fix "check for new folders" with accentued folders
8448
8449 2006-10-03 [ticho]      2.5.2cvs39
8450
8451         * src/filtering.c
8452         * src/folder.c
8453         * src/inc.c
8454         * src/mbox.c
8455                 Colin's fix for "copy" filtering rules.
8456
8457 2006-10-02 [colin]      2.5.2cvs38
8458
8459         * src/folderview.c
8460                 Fix for double-click too
8461
8462 2006-10-02 [colin]      2.5.2cvs37
8463
8464         * src/folderview.c
8465                 correct fix for cvs36
8466
8467 2006-10-02 [colin]      2.5.2cvs36
8468
8469         * src/folderview.c
8470                 Fix 'goto next unread' after collapsing/expanding 
8471                 a node.
8472
8473 2006-10-02 [colin]      2.5.2cvs35
8474
8475         * src/summaryview.c
8476                 Fix double freeze/thaw
8477         * src/common/utils.c
8478         * src/common/utils.h
8479                 Reimplement strftime
8480         * src/procheader.c
8481                 Use it
8482
8483
8484 2006-10-02 [colin]      2.5.2cvs34
8485
8486         * src/mh.c
8487                 Time mh_write_sequences() - it's fast
8488         * src/summaryview.c
8489                 Init a variable to shut up gcc
8490
8491 2006-10-01 [colin]      2.5.2cvs33
8492
8493         * src/folder.c
8494         * src/mh.c
8495         * src/mh.h
8496         * src/msgcache.c
8497                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8498                 Add fsync but disable it, it's slow as hell
8499
8500 2006-10-01 [colin]      2.5.2cvs32
8501
8502         * src/mh.c
8503         * src/msgcache.c
8504                 fflush() caches and mh_sequences before
8505                 fclose()ing
8506
8507 2006-10-01 [colin]      2.5.2cvs31
8508
8509         * src/msgcache.c
8510                 Don't ftruncate when not using mmap
8511
8512 2006-09-30 [colin]      2.5.2cvs30
8513
8514         * src/main.c
8515                 Write folder list *after* saving caches
8516
8517 2006-09-30 [colin]      2.5.2cvs29
8518
8519         * src/folder.c
8520         * src/mh.c
8521                 Debug forced mtime changes
8522
8523 2006-09-30 [colin]      2.5.2cvs28
8524
8525         * src/folder.c
8526         * src/main.c
8527                 Remove useless debug_print()s (code
8528                 well-tested)
8529
8530 2006-09-30 [colin]      2.5.2cvs27
8531
8532         * src/mh.c
8533                 Do stuff faster when writing mh_sequences
8534
8535 2006-09-30 [colin]      2.5.2cvs26
8536
8537         * src/mh.c
8538                 Don't let the writing of .mh_sequences, which
8539                 can change the folder's mtime, let us think
8540                 we need to scan.
8541
8542 2006-09-30 [colin]      2.5.2cvs25
8543
8544         * src/folder.c
8545                 Move a debug_print where it belongs 
8546                 (processing)
8547         * src/summaryview.c
8548                 Don't mess with a huge slow subject
8549                 table if we're not threading by
8550                 subject
8551
8552 2006-09-30 [colin]      2.5.2cvs24
8553
8554         * src/msgcache.c
8555                 Reenable mmaped reads (*not* writes!)
8556         * src/procmsg.c
8557                 Don't destroy and recreate hashtables just
8558                 for fun
8559         * src/common/utils.c
8560                 Remove useless reply prefixes (it's case
8561                 unsensitive)
8562
8563 2006-09-30 [wwp]        2.5.2cvs23
8564
8565         * tools/fix_date.sh
8566                 Fixed a minor bug in date value extraction, added a switch
8567                 to replace non RFC-compliant Date: value, added a switch
8568                 to use strict RFC matching patterns for dates.
8569
8570 2006-09-29 [colin]      2.5.2cvs22
8571
8572         * src/matcher_parser.h
8573         * src/matcher_parser_parse.y
8574         * src/prefs_filtering.c
8575         * src/statusbar.c
8576         * src/summary_search.c
8577         * src/summaryview.c
8578         * src/gtk/quicksearch.c
8579         * src/gtk/quicksearch.h
8580                 Optimise searches by setting different
8581                 refresh intervals (depending if the 
8582                 search is fast or not)
8583
8584 2006-09-29 [colin]      2.5.2cvs21
8585
8586         * src/codeconv.c
8587                 Optimise by reusing the last iconv converter
8588                 if possible
8589         * src/textview.c
8590                 Optimise a bit (the foldable quotes feature
8591                 still has an awful O(n^2) algo
8592
8593 2006-09-29 [colin]      2.5.2cvs20
8594
8595         * src/gtk/gtksctree.c
8596         * src/gtk/gtksctree.h
8597                 Optimise de-selection via up/down or
8598                 another key
8599
8600 2006-09-28 [colin]      2.5.2cvs19
8601
8602         * src/action.c
8603         * src/compose.c
8604         * src/folderview.c
8605         * src/mainwindow.c
8606         * src/messageview.c
8607         * src/summary_search.c
8608         * src/toolbar.c
8609                 Avoid using summaryview->ctree directly
8610
8611 2006-09-28 [colin]      2.5.2cvs18
8612
8613         * src/summaryview.c
8614         * src/summaryview.h
8615                 Add helpers to freeze/thaw/grab_focus
8616                 Factorize calls to freeze/thaw/grab_focus
8617                 
8618
8619 2006-09-28 [colin]      2.5.2cvs17
8620
8621         * src/main.c
8622                 More guards for the session management
8623
8624 2006-09-28 [colin]      2.5.2cvs16
8625
8626         * src/folderview.c
8627         * src/gtk/gtksctree.c
8628         * src/gtk/gtksctree.h
8629                 Make expanding not recursive in folderview
8630
8631 2006-09-28 [colin]      2.5.2cvs15
8632
8633         * src/addressbook.c
8634                 If nothing is selected in the list (right part)
8635                 and a group is selected in the tree (left part),
8636                 mail this group.
8637
8638 2006-09-28 [colin]      2.5.2cvs14
8639
8640         * src/Makefile.am
8641                 Actually use SM_LIBS
8642
8643 2006-09-28 [ticho]      2.5.2cvs13
8644
8645         * src/export.c
8646         * src/messageview.c
8647         * src/mimeview.c
8648         * src/news.c
8649         * src/pop.c
8650         * src/prefs_themes.c
8651         * src/procmsg.c
8652                 Small i18n string optimization.
8653         * src/send_message.c
8654         * src/summaryview.c
8655         * src/common/session.c
8656         * src/common/smtp.c
8657         * src/common/ssl_certificate.c
8658         * src/common/utils.c
8659                 Use "Couldn't" instead of "Can't" in UI messages,
8660                 where appropriate.
8661
8662 2006-09-28 [colin]      2.5.2cvs12
8663
8664         * configure.ac
8665                 Possibly fix link errors
8666
8667 2006-09-27 [wwp]        2.5.2cvs11
8668
8669         * src/gtk/authors.h
8670         * doc/man/sylpheed-claws.1
8671         * manual/ack.xml
8672         * manual/es/ack.xml
8673         * manual/fr/ack.xml
8674         * manual/pl/ack.xml
8675                 Updated authors info (me, myself and I).
8676
8677 2006-09-27 [colin]      2.5.2cvs10
8678
8679         * src/addressbook.c
8680                 Remove useless printf
8681
8682 2006-09-27 [wwp]        2.5.2cvs9
8683
8684         * src/editgroup.c
8685         * src/send_message.c
8686         * src/inc.c
8687         * src/prefs_common.c
8688         * src/prefs_common.h
8689         * src/gtk/progressdialog.c
8690                 remember more windows' sizes (send dialog, received dialog,
8691                 edit group in addressbook).
8692
8693 2006-09-27 [colin]      2.5.2cvs8
8694
8695         * configure.ac
8696         * src/main.c
8697         * src/mainwindow.h
8698                 Use libSM to communicate with the session
8699                 manager, so that we can know when the 
8700                 session ends, save our caches, and draft
8701                 our compose windows.
8702
8703 2006-09-27 [colin]      2.5.2cvs7
8704
8705         * src/addressbook.c
8706                 Fix issues:
8707                 o Allow Book and Group creation from the tree's
8708                   contextual menu
8709                 o Do not actually delete the contacts when 
8710                   deleting groups from the tree (duh!)
8711
8712 2006-09-27 [colin]      2.5.2cvs6
8713
8714         * src/compose.c
8715         * src/compose.h
8716         * src/mainwindow.c
8717         * src/textview.c
8718         * src/toolbar.c
8719                 o Allow passing an email address to 
8720                   compose_new_with_folderitem
8721                 o Update callers
8722                 o Use current folderitem when clicking
8723                   on a TextView mailto: link
8724                 o Fix a possible leak in TextView
8725
8726 2006-09-27 [colin]      2.5.2cvs5
8727
8728         * src/html.c
8729                 Use UTF-8 chars to replace HTML entities
8730
8731 2006-09-27 [colin]      2.5.2cvs4
8732
8733         * AUTHORS
8734         * src/prefs_account.c
8735         * src/gtk/authors.h
8736                 Fix bug #1024 (Array index out of
8737                 range in sylpheed-claws-2.5.2)
8738                 Patch by Ales Nosek <anosek@suse.cz>
8739
8740 2006-09-27 [colin]      2.5.2cvs3
8741
8742         * src/addr_compl.c
8743                 Actually do the test
8744
8745 2006-09-27 [colin]      2.5.2cvs2
8746
8747         * src/addr_compl.c
8748         * src/addr_compl.h
8749                 Allow completing with comma (in certain cases: vCalendar
8750                 for example doesn't support that)
8751                 Patch by Fabien Vantard
8752
8753 2006-09-26 [colin]      2.5.2cvs1
8754
8755         * src/Makefile.am
8756         * src/addr_compl.c
8757         * src/addr_compl.h
8758         * src/addrbook.c
8759         * src/addrbook.h
8760         * src/addressbook.c
8761         * src/addrindex.c
8762         * src/addrindex.h
8763         * src/compose.c
8764         * src/prefs_common.c
8765         * src/prefs_filtering_action.c
8766         * src/prefs_folder_item.c
8767         * src/prefs_template.c
8768         * src/stock_pixmap.c
8769         * src/stock_pixmap.h
8770         * src/pixmaps/addr_one.xpm
8771         * src/pixmaps/addr_two.xpm
8772                 Add auto-completion on groups
8773
8774 2006-09-26 [colin]      2.5.2
8775
8776         * NEWS
8777         * README
8778         * RELEASE_NOTES
8779                 2.5.2 released
8780
8781 2006-09-26 [colin]      2.5.1cvs5
8782
8783         * src/matcher.c
8784                 Fix condition
8785
8786 2006-09-26 [colin]      2.5.1cvs4
8787
8788         * src/mbox.c
8789                 Revert cvs1 (useless as the message is printed 
8790                 every 500 mails)
8791
8792 2006-09-26 [colin]      2.5.1cvs3
8793
8794         * src/partial_download.c
8795                 Fix crasher found by Alexsandar Urosevic
8796
8797 2006-09-26 [colin]      2.5.1cvs2
8798
8799         * src/summaryview.c
8800                 Fix bug #1023 (Sylpheed deletes too much messages)
8801
8802 2006-09-26 [ticho]      2.5.1cvs1
8803
8804         * src/mbox.c
8805                 Make use of gettext's multiple plurals for statusbar
8806                 progress message.
8807
8808 2006-09-25 [paul]       2.5.1
8809
8810         * NEWS
8811         * README
8812         * RELEASE_NOTES
8813                 2.5.1 released
8814
8815 2006-09-25 [colin]      2.5.0cvs3
8816
8817         * src/plugins/bogofilter/bogofilter.c
8818         * src/plugins/clamav/clamav_plugin.c
8819         * src/plugins/spamassassin/spamassassin.c
8820                 BogoFilter, Spamassassin: Fix double hook registering after
8821                 visiting preferences
8822                 Spamassassin, Clamav: Just set the mails to move instead of
8823                 doing the move - caller will move the things at once.
8824
8825 2006-09-25 [colin]      2.5.0cvs2
8826
8827         * src/imap.c
8828         * src/etpan/imap-thread.c
8829                 Use UID SEARCH ALL instead of UID 1:*
8830                 (braindead servers can't figure out that's
8831                 the same...)
8832
8833 2006-09-25 [wwp]        2.5.0cvs1
8834
8835         * src/message_search.c
8836                 Added the ability to stop a running search (in message body).
8837
8838 2006-09-25 [paul]       2.5.0
8839
8840         * NEWS
8841         * README
8842         * RELEASE_NOTES
8843                 2.5.0 released
8844
8845 2006-09-25 [paul]       2.4.0cvs214
8846
8847         * po/cs.po
8848         * po/de.po
8849         * po/fi.po
8850         * po/fr.po
8851         * po/nl.po
8852         * po/pt_BR.po
8853         * po/sk.po
8854         * po/sr.po
8855         * po/zh_CN.po
8856                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8857                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8858                 Ticho, Aleksander Urosevic, Ralgh Young
8859
8860 2006-09-24 [mones]      2.4.0cvs213
8861
8862         * po/es.po
8863                 Updated for release
8864
8865 2006-09-23 [colin]      2.4.0cvs212
8866
8867         * src/gtk/inputdialog.c
8868                 Fix [ ] remember this appearing in normal
8869                 input dialogs after it's been used by
8870                 mimeview.
8871         * src/folder.c
8872         * src/folderview.c
8873         * src/msgcache.c
8874         * src/procmsg.c
8875         * src/summaryview.c
8876         * src/textview.c
8877         * src/common/timing.h
8878                 Enable timings in debug mode and make it
8879                 look prettier.
8880
8881 2006-09-22 [colin]      2.4.0cvs211
8882
8883         * README
8884                 Revert test change
8885         * commitHelper
8886                 ping the correct URI
8887
8888 2006-09-22 [colin]      2.4.0cvs210
8889
8890         * README
8891                 Let's see if bug #1022 is fixed
8892
8893 2006-09-21 [colin]      2.4.0cvs209
8894
8895         * src/wizard.c
8896         * src/common/plugin.c
8897                 Prepare infra to load predefined plugins when
8898                 no configuration existed. Don't actually load
8899                 anything yet (feat. freeze)
8900
8901 2006-09-21 [wwp]        2.4.0cvs208
8902
8903         * manual/fr/faq.xml
8904                 Partial sync w/ 2.4.0cvs72:
8905                 wrap file and minor updates.
8906
8907 2006-09-21 [wwp]        2.4.0cvs207
8908
8909         * tools/fix_date.sh
8910                 several fixes and enhancements. A new --force switch has been
8911                 added to prevent overriding by default Date: header when
8912                 already existing.
8913
8914 2006-09-21 [paul]       2.4.0cvs206
8915
8916         * src/common/utils.c
8917                 add Chinese UTF8 Re prefix
8918
8919 2006-09-21 [wwp]        2.4.0cvs205
8920
8921         * tools/Makefile.am
8922                 Fics alfabettical order.
8923
8924 2006-09-21 [wwp]        2.4.0cvs204
8925
8926         * tools/fix_date.sh
8927         * tools/Makefile.am
8928                 Added an action tool to fix missing Date field in emails.
8929                 Updated Makefile.am to reflect those last two additions.
8930
8931 2006-09-21 [wwp]        2.4.0cvs203
8932
8933         * tools/uuooffice
8934                 Added a action tool to open uuencoded docs w/
8935                 OpenOffice (based on uudec method).
8936
8937 2006-09-21 [colin]      2.4.0cvs202
8938
8939         * src/compose.c
8940         * src/textview.c
8941                 Workaround possible GTK crash: remove selection 
8942                 clipboard before destroying widget, or GTK+-2.10
8943                 dies. Thanks to Hiro.
8944
8945 2006-09-20 [colin]      2.4.0cvs201
8946
8947         * src/compose.c
8948                 Fix free-after-use in some cases (when 
8949                 procmime_encode_content() frees mimeinfo->data.mem
8950                 and turns it to a temp file)
8951
8952 2006-09-20 [colin]      2.4.0cvs200
8953
8954         * src/folderview.c
8955         * src/summaryview.c
8956         * src/gtk/gtksctree.c
8957         * src/gtk/gtksctree.h
8958                 Add tooltips in the folderview and summaryview
8959                 (Doesn't break string freeze as they already
8960                 exist)
8961         * src/toolbar.c
8962                 Put the spam button in the default configuration
8963                 if compiled with bogo plugin too
8964
8965 2006-09-19 [colin]      2.4.0cvs199
8966
8967         * src/summaryview.c
8968         * src/summaryview.h
8969                 Update folder name label on folder rename
8970         * src/prefs_matcher.c
8971         * src/gtk/logwindow.h
8972                 Fix warnings
8973                 Patches by Fabien
8974
8975 2006-09-19 [wwp]        2.4.0cvs198
8976
8977         * src/summary_search.c
8978                 fix can't click forward/backward buttons in the
8979                 search messages.
8980
8981 2006-09-18 [paul]       2.4.0cvs197
8982
8983         * src/wizard.c
8984                 add missing bracket, capitalise the A of
8985                 'SpamAssassin'
8986
8987 2006-09-18 [paul]       2.4.0cvs196
8988
8989         * src/compose.c
8990                 fix bug 1012 'crashed upon sending mail
8991                 from compose window'
8992                 Thanks to Colin
8993
8994 2006-09-16 [colin]      2.4.0cvs195
8995
8996         * src/folderview.c
8997                 Fix "real-time" sorting by freezing/thawing
8998
8999 2006-09-16 [colin]      2.4.0cvs194
9000
9001         * manual/faq.xml
9002                 Fix the anti-spam entry a bit
9003
9004 2006-09-16 [colin]      2.4.0cvs193
9005
9006         * src/wizard.c
9007                 Make sure reviewers have no excuse when stating
9008                 Sylpheed-Claws doesn't have antispam capabilities.
9009
9010 2006-09-16 [colin]      2.4.0cvs192
9011
9012         * src/main.c
9013                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9014                 as if the SIGPIPE comes from etpan's thread we could
9015                 trigger a GUI update from this thread.
9016
9017 2006-09-16 [colin]      2.4.0cvs191
9018
9019         * src/summaryview.c
9020                 Init all members of the struct
9021
9022 2006-09-16 [paul]       2.4.0cvs190
9023
9024         * src/account.c
9025                 improvements to the English
9026
9027 2006-09-15 [colin]      2.4.0cvs189
9028
9029         * src/summaryview.c
9030                 HIG order on dialog
9031
9032 2006-09-14 [colin]      2.4.0cvs188
9033
9034         * src/common/socket.c
9035         * src/common/socket.h
9036         * src/common/ssl.c
9037         * src/common/ssl_certificate.c
9038         * src/common/ssl_certificate.h
9039         * src/etpan/imap-thread.c
9040                 the get_fqdn() call done to get canonical name when
9041                 checking an SSL certificate is blocking, which is
9042                 sad as we just did a non-blocking lookup to connect.
9043                 Fix that by letting the fqdn available to the SockInfo,
9044                 and use that in ssl_certificate_check(). For IMAP,
9045                 we don't do it as the lookup's done by libetpan, but
9046                 it's less annoying as IMAP connections as much more
9047                 rare than POP3 connections.
9048
9049 2006-09-14 [paul]       2.4.0cvs187
9050
9051         * manual/advanced.xml
9052                 improvements to the English,
9053                 properly place the new hidden options
9054                 within the alphabetical order
9055         * src/gtk/pluginwindow.c
9056                 improvements to the English
9057
9058 2006-09-14 [colin]      2.4.0cvs186
9059
9060         * src/prefs_common.c
9061         * src/prefs_common.h
9062         * src/gtk/gtksctree.c
9063         * manual/advanced.xml
9064                 New hidden pref, stripes_color_offset, to change
9065                 the value added/substracted to normal bgcolor to
9066                 create the stripes in summaries
9067
9068 2006-09-13 [colin]      2.4.0cvs185
9069
9070         * src/gedit-print.c
9071         * src/messageview.c
9072         * src/messageview.h
9073         * src/summaryview.c
9074         * src/textview.c
9075                 Fix misc. printing issues: 
9076                 - Bad font for linkified headers
9077                 - Different font if the mail was displayed or not
9078                 - Factorize the thing
9079
9080 2006-09-13 [colin]      2.4.0cvs184
9081
9082         * src/common/ssl_certificate.c
9083                 Only get FQDN once when checking certificate
9084
9085 2006-09-13 [colin]      2.4.0cvs183
9086
9087         * src/account.c
9088         * src/gtk/pluginwindow.c
9089                 Misc. GUI fixes by Fabien
9090
9091 2006-09-13 [wwp]        2.4.0cvs182
9092
9093         * configure.ac
9094         * src/common/utils.h
9095         * src/common/utils.c
9096                 get rid of unused wide-char functions.
9097
9098 2006-09-13 [wwp]        2.4.0cvs181
9099
9100         * src/plugins/pgpinline/sylpheed.def
9101         * src/textview.c
9102                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9103                 add privacy_reset_error to the .def file,
9104                 do not fork for an external textviewer.
9105
9106 2006-09-13 [wwp]        2.4.0cvs180
9107
9108         * src/prefs_common.c
9109                 fix broken font entry in prefs (patch issued by the gpg4win team,
9110                 probably by Marcus Brinkmann <marcus@g10code.de>).
9111
9112 2006-09-13 [colin]      2.4.0cvs179
9113
9114         * src/folder.h
9115                 Fix a warning in summaryview.c
9116         * src/mainwindow.c
9117         * src/summaryview.c
9118         * src/summaryview.h
9119                 Add missing Mark/* elements in the
9120                 main menu
9121
9122 2006-09-12 [colin]      2.4.0cvs178
9123
9124         * src/prefs_actions.c
9125         * src/prefs_filtering_action.c
9126         * src/prefs_matcher.c
9127                 Use (New) instead of New everywhere
9128
9129 2006-09-12 [wwp]        2.4.0cvs177
9130
9131         * manual/fr/addrbook.xml
9132         * manual/fr/handling.xml
9133                 updated some quotes in the fr manual to match the fr translation.
9134
9135 2006-09-12 [wwp]        2.4.0cvs176
9136
9137         * src/prefs_matcher.c
9138                 don't store translated string elements in matcher expressions.
9139                 Also fixed a misused of Q_().
9140
9141 2006-09-11 [wwp]        2.4.0cvs175
9142
9143         * src/plugins//bogofilter/bogofilter.c
9144         * src/plugins//clamav/clamav_plugin.c
9145         * src/plugins//demo/demo.c
9146         * src/plugins//dillo_viewer/dillo_viewer.c
9147         * src/plugins//pgpcore/plugin.c
9148         * src/plugins//pgpinline/plugin.c
9149         * src/plugins//pgpmime/plugin.c
9150         * src/plugins//spamassassin/spamassassin.c
9151                 gettext-ize more strings (mostly plugin error messages).
9152
9153 2006-09-11 [colin]      2.4.0cvs174
9154
9155         * src/alertpanel.c
9156                 Make maximum buffer size bigger to avoid
9157                 truncating translated messages. Patch by
9158                 Fabien
9159
9160 2006-09-11 [colin]      2.4.0cvs173
9161
9162         * src/etpan/imap-thread.c
9163                 Fix compilation on OpenBSD, thanks to 
9164                 Landry
9165
9166 2006-09-10 [wwp]        2.4.0cvs172
9167
9168         * manual/account.xml
9169         * manual/addrbook.xml
9170         * manual/handling.xml
9171         * manual/es/handling.xml
9172         * manual/fr/account.xml
9173         * manual/fr/addrbook.xml
9174         * manual/fr/handling.xml
9175                 documented addressbook matching (condition configuration):
9176                   addrbook.xml, en fr
9177                 documented per-account filtering rules (handling/filtering
9178                   section, account section):
9179                   account.xml, handling.xml, en fr
9180                 slightly updated the handling/searching section to tell few
9181                   words about the extended search ability:
9182                   handling.xml, en fr
9183                 added missing <quote></quotes> to Quick Search:
9184                   handling.xml, en fr es
9185                 fixed a typo (auomatically):
9186                   handling.xml, en
9187                 changes revisited by Paul.
9188
9189 2006-09-10 [paul]       2.4.0cvs171
9190
9191         * src/prefs_actions.c
9192         * src/prefs_filtering.c
9193         * src/prefs_template.c
9194                 adjustments to the gui
9195                 Patch by Fabien Vantard (slightly modified)
9196
9197 2006-09-10 [colin]      2.4.0cvs170
9198
9199         * src/summaryview.c
9200                 Check folderitem/summaryview consistency
9201                 (basically automates Update summary). Fixes
9202                 #1011 (wrong (negative) count on unread 
9203                 messages)
9204
9205 2006-09-10 [colin]      2.4.0cvs169
9206
9207         * src/gtk/gtksctree.c
9208                 Fix recursive expansion via mouse
9209         * src/plugins/bogofilter/bogofilter.c
9210                 Use normal filtering way of moving
9211                 messages (batching), possibly fixing
9212                 bug #1015 (Bogofilter plugin doubles 
9213                 new messages)
9214
9215 2006-09-09 [wwp]        2.4.0cvs168
9216
9217         * src/prefs_filtering.c
9218                 better place for this fix.
9219
9220 2006-09-09 [wwp]        2.4.0cvs167
9221
9222         * src/prefs_filtering.c
9223                 fix a minor bug when the enabled status of a filtering/processing
9224                 rule always got set to TRUE when replacing this rule. That still
9225                 make sense when adding a new rule, but now when replacing, we
9226                 don't override the value of 'enabled'.
9227                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9228                 to prefs_filtering_list_view_get_info() as this function not only
9229                 returns the name, but also the account_id and the enabled status.
9230
9231 2006-09-09 [mones]      2.4.0cvs166
9232
9233         * manual/glossary.xml
9234         * manual/plugins.xml
9235                 Minor format corrections
9236         * manual/gpl.xml
9237                 Fix misplaced NO WARRANTY section
9238         * manual/es/advanced.xml
9239         * manual/es/faq.xml
9240         * manual/es/glossary.xml
9241         * manual/es/gpl.xml
9242         * manual/es/handling.xml
9243         * manual/es/plugins.xml
9244         * manual/es/starting.xml
9245                 Incorporate changes from English version
9246         * manual/fr/ack.xml
9247         * manual/pl/ack.xml
9248         * manual/es/ack.xml
9249                 Fix address, (add translation credits in es version)
9250         * po/es.po
9251                 Updated translation
9252
9253 2006-09-09 [wwp]        2.4.0cvs165
9254
9255         * src/prefs_filtering.c
9256                 fix a crash when opening filtering prefs, if matcherrc file contains
9257                 broken data (non-existing account id, which is theoretically not
9258                 possible).
9259
9260 2006-09-08 [colin]      2.4.0cvs164
9261
9262         * src/folder.c
9263                 Wrong assert, make it an if()
9264         * src/gtk/gtksctree.c
9265                 Fix bug #1013 (expand selected thread 
9266                 tree) - expanding is now recursive
9267
9268 2006-09-07 [wwp]        2.4.0cvs163
9269
9270         * src/prefs_matcher.c
9271                 make better sentences about addressbook matching in the
9272                 matcher prefs. This should make translators' work easier
9273                 too.
9274
9275 2006-09-07 [wwp]        2.4.0cvs162
9276
9277         * src/prefs_filtering.c
9278                 code simplification (get rid of dup var. assignment).
9279
9280 2006-09-07 [wwp]        2.4.0cvs161
9281
9282         * src/summaryview.c
9283                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9284                 <fzzzzz@gmail.com>.
9285
9286 2006-09-07 [paul]       2.4.0cvs160
9287
9288         * src/mimeview.c
9289                 fix compilation warnings
9290                 Thanks to Colin
9291
9292 2006-09-07 [paul]       2.4.0cvs159
9293
9294         * src/mimeview.c
9295                 select the mimepart icon when
9296                 displaying as text
9297                 Thanks to Colin
9298
9299 2006-09-06 [paul]       2.4.0cvs158
9300
9301         * src/prefs_filtering.c
9302                 fix labels and table element spacing
9303                 Patch by Fabien Vantard
9304
9305 2006-09-06 [paul]
9306
9307         2.5.0-rc3 released
9308
9309 2006-09-06 [paul]       2.4.0cvs157
9310
9311         * manual/es/advanced.xml
9312                 fix typo
9313
9314 2006-09-06 [wwp]        2.4.0cvs156
9315
9316         * src/mainwindow.c
9317                 fix an dup launch issue when iconified, thanks to Colin.
9318
9319 2006-09-06 [wwp]        2.4.0cvs155
9320
9321         * src/gtk//gtksctree.h
9322                 oops, forgot that one!
9323
9324 2006-09-06 [wwp]        2.4.0cvs154
9325
9326         * manual/pl/advanced.xml
9327         * manual/advanced.xml
9328         * manual/es/advanced.xml
9329         * manual/fr/advanced.xml
9330         * src/prefs_customheader.c
9331         * src/prefs_filtering_action.c
9332         * src/foldersel.c
9333         * src/prefs_summaries.c
9334         * src/prefs_filtering.c
9335         * src/account.c
9336         * src/compose.c
9337         * src/prefs_summary_column.c
9338         * src/addr_compl.c
9339         * src/prefs_actions.c
9340         * src/prefs_folder_column.c
9341         * src/ssl_manager.c
9342         * src/prefs_template.c
9343         * src/prefs_display_header.c
9344         * src/prefs_common.h
9345         * src/prefs_matcher.c
9346         * src/prefs_common.c
9347         * src/prefs_toolbar.c
9348         * src/summaryview.c
9349         * src/folderview.c
9350         * src/gtk/gtksctree.c
9351         * src/gtk/pluginwindow.c
9352         * src/gtk/progressdialog.c
9353         * src/gtk/prefswindow.c
9354                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9355                 to make its meaning more obvious (all versions of the manual reflect
9356                 the change).
9357                 added an extra hidden option use_stripes_in_summary to allow
9358                 discarding these stripes in mainwindow's folder and message lists;
9359                 en and fr manuals only are OK towards this.
9360
9361 2006-09-06 [colin]      2.4.0cvs153
9362
9363         * src/textview.c
9364                 Hide Sylpheed-Claws' internal queue headers
9365                 when showing all headers. They'll be present
9366                 only in Source window.
9367
9368 2006-09-05 [colin]      2.4.0cvs152
9369
9370         * src/plugins/trayicon/trayicon.c
9371                 Fix crash at exit - we have to disconnect
9372                 our handlers
9373         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9374                 Update eggtrayicon - patch adapted from a
9375                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9376                 on Sylpheed's ML
9377
9378 2006-09-05 [colin]      2.4.0cvs151
9379
9380         * src/mainwindow.c
9381         * src/gtk/logwindow.c
9382                 Fix race condition when something writes
9383                 to the log too soon during init. Thanks
9384                 to Fabien Vantard
9385
9386 2006-09-05 [colin]      2.4.0cvs150
9387
9388         * src/mimeview.c
9389                 Don't select part on right-click either
9390
9391 2006-09-05 [paul]       2.4.0cvs149
9392
9393         * src/mimeview.c
9394                 completion of previous commit
9395                 Thanks to Colin
9396
9397 2006-09-05 [colin]      2.4.0cvs148
9398
9399         * src/mimeview.c
9400                 Don't force selection on middle-click, just open
9401
9402 2006-09-04 [colin]      2.4.0cvs147
9403
9404         * src/mimeview.c
9405                 Looks like gtk_notebook_set_current_page()
9406                 sometimes steals focus, and this annoys us
9407                 in MimeViewers as it renders navigation
9408                 keys useless. Take back focus after switching
9409                 pages.
9410
9411 2006-09-04 [colin]      2.4.0cvs146
9412
9413         * src/messageview.c
9414                 Set stop_loading when clicking on Next
9415                 during load. Don't add a callback to 
9416                 avoid over-complicating things.
9417
9418 2006-09-04 [colin]      2.4.0cvs145
9419
9420         * src/mimeview.c
9421         * src/messageview.c
9422                 Fix multiple loads in separate messageview
9423
9424 2006-09-04 [colin]      2.4.0cvs144
9425
9426         * src/summaryview.c
9427                 Let navigation keys be handled during 
9428                 load
9429
9430 2006-09-04 [colin]      2.4.0cvs143
9431
9432         * src/messageview.c
9433         * src/summaryview.c
9434         * src/textview.c
9435         * src/textview.h
9436                 Make loading of huge mails (lots of text and/or
9437                 images) cancellable, so the GUI doesn't block 
9438
9439 2006-09-04 [colin]      2.4.0cvs142
9440
9441         * src/plugins/trayicon/trayicon.c
9442                 Fix annoyance when removing a folder with 
9443                 unread mails: trayicon didn't update
9444
9445 2006-09-04 [paul]       2.4.0cvs141
9446
9447         * src/gtk/icon_legend.c
9448                 straighten up columns
9449                 Patch by Fabien Vantard
9450
9451 2006-09-04 [wwp]        2.4.0cvs140
9452
9453         * src/prefs_filtering.c
9454                 fix new line's account name in filtering prefs:
9455                 was "All", is now "(New)".
9456
9457 2006-09-04 [paul]       2.4.0cvs139
9458
9459         * tools/make.themes.project
9460                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9461                 instead of homebrewed "make release"
9462
9463 2006-09-03 [colin]      2.4.0cvs138
9464
9465         * src/folderview.c
9466                 Fix bug #1007 (Wrong folder highlighted)
9467
9468 2006-09-03 [colin]      2.4.0cvs137
9469
9470         * src/compose.c
9471                 Don't set Newsgroup: header to a mail folder
9472                 path
9473
9474 2006-09-03 [paul]       2.4.0cvs136
9475
9476         * src/prefs_other.c
9477         * src/prefs_spelling.c
9478                 unify the gui
9479
9480 2006-09-03 [paul]       2.4.0cvs135
9481
9482         * src/prefs_summaries.c
9483                 correct menu item text in prefs_keybind_apply_clicked()
9484
9485 2006-09-03 [paul]       2.4.0cvs134
9486
9487         * manual/advanced.xml
9488                 some improvements to the descriptions
9489         * src/mainwindow.c
9490         * src/messageview.c
9491         * src/summaryview.c
9492         * src/gtk/menu.c
9493                 fix menu sensitivity issues
9494         * src/prefs_message.c
9495                 drop the useless word 'short'
9496         * src/prefs_other.c
9497                 add the word 'lines' indicating log length
9498                 is a measure of lines
9499         * src/textview.c
9500                 fix compilation warnings
9501
9502 2006-09-02 [colin]      2.4.0cvs133
9503
9504         * src/messageview.c
9505                 Display a special return-receipt message
9506                 if the message is from the user
9507         * src/summaryview.c
9508                 Fix missing freeze of the list when marking
9509                 all read and unthreading for exec. Thanks
9510                 to Stephan Sachse.
9511
9512 2006-09-02 [paul]       2.4.0cvs132
9513
9514         * src/mainwindow.c
9515         * src/prefs_message.c
9516         * src/summaryview.c
9517                 fix some english
9518
9519 2006-09-02 [wwp]        2.4.0cvs131
9520
9521         * src/prefs_filtering.c
9522                 added an account name column to the filtering rules
9523                 dialog.
9524
9525 2006-09-02 [colin]      2.4.0cvs130
9526
9527         * src/gtk/logwindow.c
9528         * src/gtk/logwindow.h
9529                 Block scrolling if we're not at the end
9530                 of the log
9531
9532 2006-09-02 [colin]      2.4.0cvs129
9533
9534         * src/folder.c
9535                 Make sure account-specific rules can't
9536                 be used in {pre-,post-,}processing
9537         * src/mainwindow.c
9538         * src/gtk/logwindow.c
9539         * src/gtk/logwindow.h
9540                 Jump to last error when clicking on the
9541                 warning icon
9542
9543 2006-09-02 [colin]      2.4.0cvs128
9544
9545         * src/imap.c
9546         * src/import.c
9547         * src/mainwindow.c
9548         * src/mainwindow.h
9549                 Fix warning icon
9550         * src/inc.c
9551         * src/mbox.c
9552         * src/mbox.h
9553                 Let proc_mbox know its account, for
9554                 account-specific rules
9555
9556 2006-09-01 [colin]      2.4.0cvs127
9557
9558         * src/codeconv.c
9559                 Don't uselessly use iconv to convert from
9560                 us-ascii
9561         * src/alertpanel.c
9562         * src/mainwindow.c
9563         * src/mainwindow.h
9564         * src/inc.c
9565                 Fix certain log cases, disable warning icon
9566                 for now, the correct way to display it when
9567                 necessary and only when necessary is probably
9568                 to do it manually rather than use error logs
9569         * src/etpan/imap-thread.c
9570                 Clean up UID logging a bit
9571         * src/gtk/logwindow.c
9572         * src/gtk/logwindow.h
9573                 Make logging faster when the window's closed
9574
9575 2006-09-01 [wwp]        2.4.0cvs126
9576
9577         * manual/fr/account.xml
9578                 reflect changes to the ref. manual (parts of cvs72):
9579                 fix tabnames and quotes.
9580
9581 2006-09-01 [wwp]        2.4.0cvs125
9582
9583         * manual/fr/plugins.xml
9584                 reflect changes to the reference manual (cvs42):
9585                 update IRC channel info.
9586
9587 2006-09-01 [wwp]        2.4.0cvs124
9588
9589         * commitHelper
9590                 use CVSEDITOR env. var. if set, according to `man cvs`.
9591
9592 2006-09-01 [wwp]        2.4.0cvs123
9593
9594         * manual/advanced.xml
9595                 better sentence again (thanks to Paul).
9596
9597 2006-09-01 [wwp]        2.4.0cvs122
9598
9599         * manual/advanced.xml
9600         fix definition of toolbar_detachable and rework a bit the one of
9601         enable_dotted_lines.
9602
9603 2006-09-01 [mones]      2.4.0cvs121
9604
9605         * manual/advanced.xml
9606                 Document enable_dotted_lines
9607
9608 2006-09-01 [paul]       2.4.0cvs120
9609
9610         * src/folderview.c
9611         * src/folderview.h
9612         * src/imap.c
9613         * src/mainwindow.c
9614         * src/summaryview.c
9615                 obey the 'When entering folder...' option
9616                 when using the /View/Go to/... menu items
9617                 Thanks to Colin
9618
9619 2006-08-31 [colin]      2.4.0cvs119
9620
9621         * src/folderview.c
9622                 Revert 2.4.0cvs116, wrong fix.
9623
9624 2006-08-31 [colin]      2.4.0cvs118
9625
9626         * src/gtk/gtksctree.c
9627                 Better state the various copyrights
9628
9629 2006-08-31 [colin]      2.4.0cvs117
9630
9631         * src/prefs_common.c
9632                 fix enable_dotted_lines
9633
9634 2006-08-31 [colin]      2.4.0cvs116
9635
9636         * src/folderview.c
9637                 Use pref "Always open on select" when going
9638                 to next unread folder
9639         * src/gtk/gtksctree.c
9640                 Fix link failure to _gtk_clist_create_cell_layout
9641                 on certain computers. (Why not mine, I wonder)
9642
9643 2006-08-31 [colin]      2.4.0cvs115
9644
9645         * src/procmsg.c
9646         * src/textview.c
9647         * src/plugins/bogofilter/bogofilter.c
9648         * src/plugins/spamassassin/spamassassin.c
9649                 Requalify some "errors" to warnings
9650         * src/mainwindow.c
9651         * src/mainwindow.h
9652         * src/statusbar.c
9653                 Add an icon in the statusbar to notify
9654                 of errors
9655         * src/gtk/gtksctree.c
9656         * src/folderview.c
9657         * src/summaryview.c
9658                 Make the GtkSCTree look more modern by
9659                 alternating background lines
9660         * src/prefs_common.c
9661         * src/prefs_common.h
9662                 Add a pref to let people have the old
9663                 way if they prefer
9664
9665
9666 2006-08-30 [colin]      2.4.0cvs114
9667
9668         * src/procmsg.c
9669         * src/procmsg.h
9670                 Provide a way to filter a list of
9671                 messages in an optimised manner, and
9672                 add a list-filtering hook
9673         * src/folder.c
9674         * src/inc.c
9675         * src/mbox.c
9676                 Use the list filtering
9677         * src/plugins/bogofilter/bogofilter.c
9678                 Use the list-filtering hook
9679                 Use -b (bulk) mode for more speed
9680                 when learning and filtering
9681         * src/etpan/imap-thread.c
9682                 Make log output shorter in UID SEARCH
9683
9684
9685 2006-08-30 [colin]      2.4.0cvs113
9686
9687         * src/plugins/bogofilter/bogofilter.c
9688                 Really fast mass learning - thanks to David
9689                 Relson for the options explanations :)
9690
9691 2006-08-30 [colin]      2.4.0cvs112
9692
9693         * src/msgcache.c
9694                 Fix compilation on FreeBSD. Thanks
9695                 to Michael Hugues
9696
9697 2006-08-29 [colin]      2.4.0cvs111
9698
9699         * src/folderview.c
9700                 Handle "popup_menu" signal (for popping the 
9701                 menu via the keyboard)
9702         * src/mimeview.c
9703         * src/mimeview.h
9704         * src/summaryview.c
9705         * src/textview.c
9706         * src/gtk/gtkutils.c
9707         * src/gtk/gtkutils.h
9708                 Factorize scrolling code, and add an API 
9709                 for MimeViewers to handle scroll orders
9710
9711 2006-08-29 [wwp]        2.4.0cvs110
9712
9713         * src/plugins//bogofilter/bogofilter.c
9714         * src/plugins//spamassassin/spamassassin.c
9715                 make the bogofilter/spamassassin filtering error dialogs at
9716         incorporation obey to the "don't popup error dialog on
9717         receive error" option. If disabled, feed the log window w/
9718         the error message.
9719
9720 2006-08-29 [paul]
9721
9722         2.5.0-rc2 released
9723
9724 2006-08-29 [paul]       2.4.0cvs109
9725
9726         * Makefile.am
9727                 remove 'make release', it's not needed
9728                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9729
9730 2006-08-29 [paul]       2.4.0cvs108
9731
9732         * src/foldersel.c
9733         * src/summary_search.c
9734         * src/gtk/progressdialog.c
9735         * src/plugins/pgpcore/passphrase.c
9736                 replace deprecated gtk_window_set_policy()
9737
9738 2006-08-29 [colin]      2.4.0cvs107
9739
9740         * src/folder.c
9741                 Fix data loss when copy fails during a move:
9742                 only use fast remove_msgs if everything was
9743                 copied OK; else use slow remove_msg on the
9744                 mails that got copied only.
9745
9746 2006-08-28 [paul]       2.4.0cvs106
9747
9748         * src/mh.c
9749                 revert change in 2.4.0cvs104, it breaks
9750                 stuff
9751
9752 2006-08-28 [paul]       2.4.0cvs105
9753
9754         * src/plugins/spamassassin/spamassassin.c
9755                 english fix
9756
9757 2006-08-28 [paul]       2.4.0cvs104
9758
9759         * src/mh.c
9760                 fix data loss when moving to another
9761                 mailbox fails
9762         * src/prefs_spelling.c
9763                 improve the english
9764         * src/gtk/pluginwindow.c
9765                 improve the layout of the dialog text
9766         All thanks to Colin
9767
9768 2006-08-28 [paul]       2.4.0cvs103
9769
9770         * src/plugins/bogofilter/bogofilter.c
9771         * src/plugins/bogofilter/bogofilter_gtk.c
9772                 fix english up a bit, innit
9773
9774 2006-08-28 [paul]       2.4.0cvs102
9775
9776         * configure.ac
9777         * po/Makefile.in.in
9778         * po/Makevars
9779                 require autoconf 2.60, enabling building
9780                 with gettext 0.15 (gettext 0.14.x build still
9781                 possible). Replace Makefiles with versions
9782                 from gettext 0.15.
9783                 Remove configure options --with-localedir and
9784                 --with-mandir. The options that are provided
9785                 directly by autoconf 2.60 can be used instead:
9786                 --mandir --localedir
9787
9788 2006-08-27 [colin]      2.4.0cvs101
9789
9790         * src/plugins/bogofilter/Makefile.am
9791                 Fix make dist (no README)
9792
9793 2006-08-27 [colin]      2.4.0cvs100
9794
9795         * src/folder.c
9796                 Don't use F_UNKNOWN folders for any default
9797                 outbox/trash/etc
9798         * src/plugins/bogofilter/bogofilter.c
9799         * src/plugins/bogofilter/bogofilter.h
9800         * src/plugins/bogofilter/bogofilter_gtk.c
9801                 Add an option to specify the path to bogofilter
9802                 Use single-quotes to be able to learn in folders
9803                 with spaces in their names
9804                 Verify learning status
9805
9806 2006-08-27 [colin]      2.4.0cvs99
9807
9808         * manual/faq.xml
9809         * manual/plugins.xml
9810                 Document Bogofilter plugin
9811
9812 2006-08-27 [colin]      2.4.0cvs98
9813
9814         * src/compose.c
9815         * src/messageview.c
9816         * src/procmsg.c
9817         * src/procmsg.h
9818                 When possible, copy the queued mail to sent folder
9819                 instead of re-adding. Much faster on IMAP.
9820
9821 2006-08-27 [colin]      2.4.0cvs97
9822
9823         * src/msgcache.c
9824                 Disable mmaped caches - huge metadata loss
9825                 here after a power failure.
9826         * src/summaryview.c
9827                 Add quicksearch timing
9828         * src/common/plugin.c
9829         * src/common/plugin.h
9830                 Implement an interface to tell what plugins
9831                 provide. Prevent loading of similar plugins.
9832         * src/plugins/clamav/clamav_plugin.c
9833         * src/plugins/demo/demo.c
9834         * src/plugins/dillo_viewer/dillo_viewer.c
9835         * src/plugins/pgpcore/plugin.c
9836         * src/plugins/pgpinline/pgpinline.c
9837         * src/plugins/pgpmime/pgpmime.c
9838         * src/plugins/spamassassin/spamassassin.c
9839         * src/plugins/trayicon/trayicon.c
9840                 Implement plugin_provides()
9841
9842 2006-08-27 [colin]      2.4.0cvs96
9843
9844         * configure.ac
9845         * src/plugins/Makefile.am
9846         * src/plugins/bogofilter/.cvsignore
9847         * src/plugins/bogofilter/Makefile.am
9848         * src/plugins/bogofilter/bogofilter.c
9849         * src/plugins/bogofilter/bogofilter.h
9850         * src/plugins/bogofilter/bogofilter_gtk.c
9851                 New Bogofilter plugin, provides filtering and
9852                 learning. Spamassassin will go to extra plugins.
9853
9854 2006-08-26 [mones]      2.4.0cvs95
9855
9856         * manual/handling.xml
9857                 Fix subfolder path in the example (thanks to Paul) 
9858
9859 2006-08-26 [mones]      2.4.0cvs94
9860
9861         * manual/glossary.xml
9862                 2.2. + add ISP to the glossary
9863                 7.5. + Add UIDL to glossary
9864                 7.7. + Add TCP to glossary
9865         * manual/handling.xml
9866                 7.1. + Mentions GNU/Linux distribution, what about the non...
9867                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9868                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9869                 7.4. = Use appropriate quotation for commands
9870                 7.6. = change "" to <quote></quote>
9871         * manual/plugins.xml
9872                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9873         * manual/starting.xml
9874                 2.1. + local mbox file: some examples of mbox file locations...
9875                 Also reformatted files requiring it
9876
9877 2006-08-26 [wwp]        2.4.0cvs93
9878
9879         * src/summary_search.c
9880                 disable find buttons while summary search is running.
9881
9882 2006-08-25 [colin]      2.4.0cvs92
9883
9884         * src/folder.c
9885         * src/folderutils.c
9886         * src/mh.c
9887         * src/procmsg.h
9888         * src/summaryview.c
9889                 Speed up MH moving, and add progressbar
9890                 for MH deletion
9891         * src/msgcache.c
9892                 Write cache files using mmap() too
9893
9894 2006-08-25 [wwp]        2.4.0cvs91
9895
9896         * src/summaryview.c
9897                 switch spam<->ham button when a message has been marked as spam or ham
9898                 and is still selected. Thanks to Colin.
9899
9900 2006-08-25 [paul]       2.4.0cvs90
9901
9902         * src/Makefile.am
9903         * src/stock_pixmap.c
9904         * src/stock_pixmap.h
9905         * src/summaryview.c
9906         * src/gtk/icon_legend.c
9907         * src/pixmaps/copied.xpm
9908         * src/pixmaps/moved.xpm
9909                 add icons for delayed execution marked for
9910                 copying, marked for moving
9911
9912 2006-08-25 [mones]      2.4.0cvs89
9913
9914         * manual/glossary.xml
9915                 Fix the other glossary items:
9916                 5.1. = Inmmediate execution -> <quote>immediate execution...
9917                 5.2. = Fix MBOX capitalization -> Mbox
9918                 5.3. + Improve Plugins def. w/ tech. ref.
9919                 5.4. = Quotation -> replace '>' by <quote>></quote>
9920                 5.5. - SMTP Server. -> remove dot
9921         * po/es.po
9922                 Updated translation
9923
9924 2006-08-25 [mones]      2.4.0cvs88
9925
9926         * manual/ack.xml
9927                 Reformatted, changed email address
9928         * manual/glossary.xml
9929                 Reformatted, fixed MANUAL-TODO items:
9930                 8.2. + add ROT-13 to glossary
9931                 8.4. + add URL to glossary
9932         * manual/es/advanced.xml
9933                 Fixed <literal>s
9934
9935 2006-08-25 [paul]       2.4.0cvs87
9936
9937         * src/gtk/icon_legend.c
9938                 add 'marked for deletion' icon
9939                 arrange icons by containing column
9940                 wrap long label text
9941
9942 2006-08-25 [colin]      2.4.0cvs86
9943
9944         * src/common/utils.c
9945         * src/common/utils.h
9946                 Add the sc_g_*list_bigger functions in
9947                 a place everyone can use it
9948         * src/summaryview.c
9949                 Only freeze/thaw the list when working
9950                 on the selection, if it's bigger than 1
9951         * src/gtk/gtksctree.c
9952                 Only freeze/thaw the list when unselec-
9953                 ting 'all' if ('all' != 1)
9954                 This avoids some flickering
9955
9956 2006-08-24 [colin]      2.4.0cvs85
9957
9958         * src/addressbook.c
9959                 Fix strange list selection
9960                 Fix random seg (Invalid read of freed memory)
9961
9962 2006-08-24 [colin]      2.4.0cvs84
9963
9964         * src/alertpanel.c
9965         * src/gtk/inputdialog.c
9966         * src/plugins/pgpcore/passphrase.c
9967                 Revert minimal width patch of 2.4.0cvs67,
9968                 as it is also a maximal width. Use 
9969                 gtk_window_set_default_size instead.
9970
9971 2006-08-24 [colin]      2.4.0cvs83
9972
9973         * src/msgcache.c
9974                 Write cache/mark to temp files before
9975                 overwriting old ones (avoids metadata
9976                 loss if writing the new files fail).
9977                 Use mmap() to read cache/mark file, as
9978                 this makes cache reading faster. Dis-
9979                 abled for big-endian machines until it
9980                 can be tested. (Big-endian users: set
9981                 msgcache_use_mmap = TRUE in the relevant
9982                 #if).
9983         * src/procmsg.h
9984                 Move rarely used fields of MsgInfo in 
9985                 another structure, which will only be
9986                 allocated if needed. Face, X-Face,
9987                 Return receipt headers and List-*
9988                 headers are moved. Mails having none
9989                 of these occupy 52 bytes less with
9990                 this patch, which makes 2.5MB of RAM
9991                 saved on a 50k folder).
9992         * src/headerview.c
9993         * src/mainwindow.c
9994         * src/messageview.c
9995         * src/partial_download.c
9996         * src/procheader.c
9997         * src/procmsg.c
9998         * src/textview.c
9999                 Follow this structure change.
10000
10001 2006-08-24 [wwp]        2.4.0cvs82
10002
10003         * manual/es/.cvsignore
10004         * manual/es/dist/.cvsignore
10005         * manual/es/dist/html/.cvsignore
10006         * manual/es/dist/pdf/.cvsignore
10007         * manual/es/dist/ps/.cvsignore
10008         * manual/es/dist/txt/.cvsignore
10009                 more (generated) files to ignore.
10010
10011 2006-08-24 [colin]      2.4.0cvs81
10012
10013         * src/folder.c
10014         * src/mh.c
10015                 Fix possible problems with local delivery. Check the folder doesn't
10016                 need scan before setting its mtime when saving cache (which can be
10017                 done long after the folder's been modified by an external process);
10018                 Check that the stored item's mtime didn't change in mh functions.
10019
10020 2006-08-24 [mones]      2.4.0cvs80
10021
10022         * manual/advanced.xml
10023                 Rewrapping, some fixes and MANUAL-TODO items:
10024                 8.1. = change "" to <quote></quote>
10025                 8.3. = quote menu items
10026                 8.5. - deploying -> new user ... ideally a new user (redundant)
10027
10028 2006-08-23 [colin]      2.4.0cvs79
10029
10030         * src/gtk/gtksctree.c
10031                 When selecting or deselecting range, only
10032                 freeze/thaw when selection is bigger than 10
10033
10034 2006-08-23 [colin]      2.4.0cvs78
10035
10036         * src/messageview.c
10037         * src/mimeview.c
10038         * src/mimeview.h
10039         * src/plugins/dillo_viewer/dillo_viewer.c
10040                 Provide an API for MimeViewer plugins to
10041                 return a text selection for replying
10042
10043 2006-08-23 [colin]      2.4.0cvs77
10044
10045         * src/image_viewer.c
10046         * src/textview.c
10047                 Use gtk_pixbuf_new_from_file_at_scale(), which
10048                 is faster than getting the pixbuf then resizing
10049                 it.
10050
10051 2006-08-23 [colin]      2.4.0cvs76
10052
10053         * src/procmime.c
10054                 UTF-8 should be sent Quoted-printable
10055
10056 2006-08-22 [colin]      2.4.0cvs75
10057
10058         * src/mh.c
10059                 Check if scan is required before touching
10060                 the folder (or it'll be required every time)
10061
10062 2006-08-22 [colin]      2.4.0cvs74
10063
10064         * configure.ac
10065                 Require libetpan 0.46 (crasher fix when built
10066                 against gnutls)
10067
10068 2006-08-22 [colin]      2.4.0cvs73
10069
10070         * src/folder.c
10071                 Set folder's mtime after writing its
10072                 cache
10073         * src/folderview.c
10074                 Add some timing
10075         * src/procmsg.c
10076                 Don't do useless stuff if we don't 
10077                 thread by subject
10078         * src/summaryview.c
10079                 Add some timing, don't deselect prior
10080                 to selecting (gtksctree does it itself),
10081                 remove crash avoidance hacks as it's been
10082                 properly fixed since a while
10083         * src/common/utils.c
10084                 Optimize to_human_readable(): _() is slow,
10085                 do it only once, and avoid %f format for KB
10086                 (the most common in a summaryview)
10087         * src/gtk/gtksctree.c
10088                 Don't uselessly freeze/thaw (fixes flicker
10089                 on next unread and friends), reduce number
10090                 of g_list_nth/g_list_position where possible
10091         * src/gtk/gtkutils.c
10092         * src/gtk/gtkutils.h
10093                 Reduce number of g_list_nth/g_list_position
10094                 where possible.
10095                 All of this makes loading as 70k folder 2.1
10096                 seconds instead of 3.2 (with hot FS caches).
10097                 (1.3 seconds without Date and Size columns...)
10098
10099 2006-08-22 [paul]       2.4.0cvs72
10100
10101         wrap documents and do some items from mones' MANUAL-TODO:
10102
10103         * manual/account.xml
10104                 4.1. = fix tabname references to <quote>tabname</quote>
10105                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10106         * manual/faq.xml
10107                 1.1. = mentioned options don't match UI
10108                 Add information about the 'Never send Return Receipts'
10109                 option
10110         * manual/handling.xml
10111                 6.2. = Mentions Extended symbols button, but now is
10112                 named Information
10113                 6.3. = Mentions ... button, which is now Edit
10114
10115 2006-08-22 [colin]      2.4.0cvs71
10116
10117         * src/gtk/pluginwindow.c
10118                 Fix layout in verbose translations (such
10119                 as french)
10120
10121 2006-08-22 [paul]       2.4.0cvs70
10122
10123         * manual/Makefile.am
10124                 build manuals in alphabetical order
10125         * src/addressbook.c
10126         * src/prefs_themes.c
10127                 replace/remove deprecated symbols
10128         * src/gtk/gtkutils.c
10129                 fix a warning
10130         * src/gtk/pluginwindow.c
10131                 replace deprecated symbol
10132                 replace label text and move it
10133         * src/plugins/pgpcore/prefs_gpg.c
10134                 move the 'Generate...' button out of the
10135                 Sign Key frame, replace the English used
10136         * src/plugins/pgpcore/sgpgme.c
10137                 fixes to the English
10138
10139 2006-08-21 [colin]      2.4.0cvs69
10140
10141         * src/plugins/trayicon/trayicon.c
10142                 Add more strings for translation; patch
10143                 by Pawel
10144
10145 2006-08-21 [colin]      2.4.0cvs68
10146
10147         * src/compose.c
10148                 fix replied flag not set after drafting
10149         * src/matcher.c
10150                 fix body quicksearch in non-encoded bodies
10151                 containing '='
10152         * src/msgcache.c
10153                 Get rid of the g_malloc workaround for
10154                 corrupted caches, use g_try_malloc
10155
10156 2006-08-21 [colin]      2.4.0cvs67
10157
10158         * src/alertpanel.c
10159         * src/gtk/inputdialog.c
10160         * src/plugins/pgpcore/passphrase.c
10161                 Set minimal width to 375
10162         * src/mainwindow.c
10163                 Fix switching to offline, asking if it 
10164                 should be overriden for synchronising
10165         * src/mimeview.c
10166                 Don't offer to remember command on Open 
10167                 with for text parts, as the browser or 
10168                 text editor command isn't changed from 
10169                 there
10170
10171 2006-08-20 [paul]       2.4.0cvs66
10172
10173         * po/ko.po
10174         * po/zh_CN.po
10175                 fix plural form errors. revealed by stricter
10176                 checking of gettext 0.15
10177
10178 2006-08-18 [paul]       2.4.0cvs65
10179
10180         * src/stock_pixmap.c
10181                 fix the fix of 2.4.0cvs64
10182                 Thanks to Colin
10183
10184 2006-08-18 [paul]       2.4.0cvs64
10185
10186         * src/stock_pixmap.c
10187                 fix leaks
10188                 Thanks to Colin
10189
10190 2006-08-18 [paul]       2.4.0cvs63
10191
10192         * src/compose.c
10193         * src/procmsg.c
10194                 fix occasional IMAP bug where large msgs
10195                 were left in the queue folder after sending
10196                 Thanks to Colin
10197
10198 2006-08-18 [paul]       2.4.0cvs62
10199
10200         * src/folderview.c
10201                 freeze the summaryview while quicksearch results
10202                 are displayed
10203                 (fixes bug 456 'current message is hidden when the
10204                 view is refreshed and extended search is "unread 
10205                 messages"')
10206                 Thanks to Colin
10207         * src/textview.c
10208                 add missing #include "inputdialog.h"
10209         * src/common/utils.h
10210                 add missing mailcap_update_default() and improve
10211                 readability
10212
10213 2006-08-17 [colin]      2.4.0cvs61
10214
10215         * src/plugins/pgpcore/select-keys.c
10216                 Fix warnings :)
10217
10218 2006-08-17 [colin]      2.4.0cvs60
10219
10220         * src/compose.c
10221                 Don't continue queuing if Cancel is clicked
10222                 in select-keys
10223
10224 2006-08-17 [colin]      2.4.0cvs59
10225
10226         * src/plugins/pgpcore/select-keys.c
10227                 When encrypting, if only one key matches and it 
10228                 matches exactly, automatically use it.
10229
10230 2006-08-17 [colin]      2.4.0cvs58
10231
10232         * src/mimeview.c
10233         * src/prefs_common.c
10234         * src/prefs_common.h
10235         * src/prefs_ext_prog.c
10236         * src/textview.c
10237                 Fix issues with previous patch (text/html)
10238                 Remove outdated prefs
10239
10240 2006-08-17 [colin]      2.4.0cvs57
10241
10242         * src/imap.c
10243                 Add View Log button on auth error
10244         * src/procmsg.c
10245                 Fix encrypted mail marked as new when
10246                 saved in normal folders
10247         * src/plugins/pgpinline/pgpinline.c
10248                 Fix encrypt bug on IMAP
10249         * src/mimeview.c
10250         * src/common/utils.c
10251         * src/common/utils.h
10252         * src/gtk/inputdialog.c
10253         * src/gtk/inputdialog.h
10254                 Get rid of metamail stuff, simplify
10255                 opening, and allow remembering of user's
10256                 choices (by updating ~/.mailcap). There's
10257                 still to drop "Audio player" and "Image
10258                 viewer" preferences.
10259
10260 2006-08-17 [mones]      2.4.0cvs56
10261
10262         * manual/es/sylpheed-claws-manual.xml
10263                 fix DTD path
10264
10265 2006-08-17 [mones]      2.4.0cvs55
10266
10267         * configure.ac
10268         * manual/Makefile.am
10269         * manual/es/Makefile.am
10270         * manual/es/account.xml
10271         * manual/es/ack.xml
10272         * manual/es/addrbook.xml
10273         * manual/es/advanced.xml
10274         * manual/es/faq.xml
10275         * manual/es/glossary.xml
10276         * manual/es/gpl.xml
10277         * manual/es/handling.xml
10278         * manual/es/intro.xml
10279         * manual/es/keyboard.xml
10280         * manual/es/plugins.xml
10281         * manual/es/starting.xml
10282         * manual/es/sylpheed-claws-manual.xml
10283         * manual/es/dist/Makefile.am
10284         * manual/es/dist/html/Makefile.am
10285         * manual/es/dist/pdf/Makefile.am
10286         * manual/es/dist/ps/Makefile.am
10287         * manual/es/dist/txt/Makefile.am
10288                 Spanish translation for the manual
10289
10290 2006-08-16 [colin]      2.4.0cvs54
10291
10292         * src/compose.c
10293         * src/main.c
10294         * src/mainwindow.c
10295                 Fix send button sensitivity at startup
10296                 Set send menu sensitivity (patch by Fabien)
10297         * src/ssl_manager.c
10298                 Enable closing with esc (patch by Fabien)
10299         * src/gtk/foldersort.c
10300                 Enable closing with esc (patch by Fabien)
10301         * src/procmime.c
10302                 Optimisation (no need to copy to tempfile to
10303                 "decode" 7bit and 8bit)
10304         * src/summaryview.c
10305                 Fix cruft in swap_from case
10306         * src/textview.c
10307                 Fix missing last line in some mail cases 
10308                 (Fixes debian #381872)
10309         * src/plugins/pgpcore/prefs_gpg.c
10310         * src/plugins/pgpcore/sgpgme.c
10311         * src/plugins/pgpcore/sgpgme.h
10312                 Don't show "no key found" when user explicitely
10313                 wants to create a key
10314
10315 2006-08-16 [paul]       2.4.0cvs53
10316
10317         * configure.ac
10318         * src/account.c
10319         * src/addressbook.c
10320         * src/headerview.c
10321         * src/prefs_account.c
10322         * src/prefs_message.c
10323         * src/gtk/gtkutils.c
10324                 bump up minimum required versions of GTK+ and
10325                 GLIB to 2.6.0
10326
10327 2006-08-16 [paul]       2.4.0cvs52
10328
10329         * src/toolbar.c
10330                 workaround GTK+ Bug 351600 - 'Can't re-click
10331                 on button after sensitivity update'
10332                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10333                 Thanks to Colin
10334
10335 2006-08-15 [colin]      2.4.0cvs51
10336
10337         * src/plugins/pgpcore/prefs_gpg.c
10338                 Set options sensitivity according to
10339                 key existence
10340         * src/plugins/pgpcore/sgpgme.c
10341                 Allow to create key with no passphrase
10342
10343 2006-08-14 [cleroy]     2.4.0cvs50
10344
10345         * src/gtk/pluginwindow.c
10346                 New layout (maybe to be changed?)
10347         * src/gtk/gtkutils.c
10348                 Fix a bit label_window
10349         * src/plugins/pgpcore/passphrase.c
10350         * src/plugins/pgpcore/passphrase.h
10351         * src/plugins/pgpcore/plugin.c
10352         * src/plugins/pgpcore/prefs_gpg.c
10353         * src/plugins/pgpcore/prefs_gpg.h
10354         * src/plugins/pgpcore/sgpgme.c
10355         * src/plugins/pgpcore/sgpgme.h
10356                 Allow to create a PGP private key via the GUI
10357
10358 2006-08-14 [wwp]        2.4.0cvs49
10359
10360         * src/addressbook_foldersel.c
10361                 fix strict ISO C90 compliance.
10362
10363 2006-08-14 [paul]       2.4.0cvs48
10364
10365         * src/gtk/prefswindow.c
10366                 re-set scrolled window on opening
10367                 Patch by Ticho
10368
10369 2006-08-14 [paul]
10370
10371         2.5.0-rc1 released
10372
10373 2006-08-14 [paul]       2.4.0cvs47
10374
10375         * src/prefs_display_header.c
10376                 re-enable user-defined Displayed Headers
10377
10378 2006-08-14 [paul]       2.4.0cvs46
10379
10380         * src/prefs_account.c
10381                 use GTK_STOCK_EDIT
10382
10383 2006-08-13 [colin]      2.4.0cvs45
10384
10385         * src/common/utils.c
10386                 Fix "a" in quote when the original message is empty,
10387                 by using \0 instead of 'a' to test writability of
10388                 temp files.
10389
10390 2006-08-13 [wwp]        2.4.0cvs44
10391
10392         * src/plugins/spamassassin/spamassassin.c
10393                 fix capitalization of "SpamAssassin" in some debug, log and
10394                 dialog messages.
10395
10396 2006-08-13 [paul]       2.4.0cvs43
10397
10398         * src/editldap.c
10399                 fix overlapping widgets
10400         * src/prefs_account.c
10401                 fix translation of protocol_names[]
10402                 fix label disappearing off the edge of the
10403                 visible area
10404
10405 2006-08-12 [paul]       2.4.0cvs42
10406
10407         * manual/plugins.xml
10408                 update IRC channel info before it gets forgotten
10409                 about
10410
10411 2006-08-11 [colin]      2.4.0cvs41
10412
10413         * src/compose.c
10414         * src/mainwindow.c
10415         * src/mainwindow.h
10416         * src/procmsg.c
10417         * src/procmsg.h
10418         * src/summaryview.c
10419         * src/toolbar.c
10420                 Grey out the Send button if
10421                 - Queue folders are empty, or
10422                 - We're sending already
10423
10424 2006-08-11 [wwp]        2.4.0cvs40
10425
10426         * src/main.c
10427                 fix a logic issue when quitting while a compose window is
10428                 still open, thanks to Colin.
10429
10430 2006-08-10 [colin]      2.4.0cvs39
10431
10432         * src/main.c
10433                 Fix default font size setting after wizard run
10434         * src/imap.c
10435         * src/etpan/imap-thread.c
10436         * src/etpan/imap-thread.h
10437                 Fix bug #999 (Timing out on TSL cert validation 
10438                 dialog makes ugly things happen). Also, STARTTLS
10439                 unconditionnaly if initial capabilities contain
10440                 LOGINDISABLED and STARTTLS.
10441
10442 2006-08-09 [colin]      2.4.0cvs38
10443
10444         * src/mainwindow.c
10445         * src/mainwindow.h
10446                 Fix Tools/Actions sensitivity when there are
10447                 no actions
10448
10449 2006-08-09 [colin]      2.4.0cvs37
10450
10451         * src/prefs_filtering.c
10452                 Warning fix, patch by Paul
10453         * src/messageview.c
10454         * src/prefs_actions.c
10455         * src/prefs_filtering_action.c
10456         * src/prefs_matcher.c
10457                 Uniformisation of "Info ..." to "Info..." (for
10458                 old gtk), patch by Fabien
10459         * src/plugins/clamav/clamav_plugin_gtk.c
10460                 Sensitivity fix by Fabien
10461
10462 2006-08-09 [colin]      2.4.0cvs36
10463
10464         * src/main.c
10465         * src/main.h
10466                 Add a function to know whether we're exiting
10467         * src/plugins/trayicon/trayicon.c
10468                 If exiting, don't do anything. Faster, and
10469                 avoids gtk_main_iteration reentracy causing
10470                 segfaults at exit
10471
10472 2006-08-09 [colin]      2.4.0cvs35
10473
10474         * src/messageview.c
10475         * src/mimeview.c
10476         * src/mimeview.h
10477                 Fix lack of part selection when automatically 
10478                 jumping to a specific part
10479         * src/msgcache.c
10480                 Little optimisation in cache reading
10481
10482 2006-08-09 [colin]      2.4.0cvs34
10483
10484         * src/compose.c
10485                 Fix crash setting the priority on reedit
10486                 (Accessing compose before creating it!)
10487
10488 2006-08-08 [colin]      2.4.0cvs33
10489
10490         * src/procmime.c
10491                 Fix bug #998 (last attachment is not accessible)
10492                 Bad RFC interpretation on multipart close-delimiters
10493         * src/mimeview.c
10494         * src/mimeview.h
10495         * src/gtk/gtkvscrollbutton.c
10496         * src/gtk/gtkvscrollbutton.h
10497                 Make attachments list wheel-scrollable
10498
10499 2006-08-07 [colin]      2.4.0cvs32
10500
10501         * src/gtk/gtkaspell.c
10502                 Fix bug #973 (Unicode punctation characters 
10503                 are not recognized as separators by the
10504                 spell checker); fix unsigned stuff
10505
10506 2006-08-07 [colin]      2.4.0cvs31
10507
10508         * src/compose.c
10509                 Fix bug #956 (DnD text with accents in compose 
10510                 text entry); fix gccc's signed/unsigned fuss
10511
10512 2006-08-06 [colin]      2.4.0cvs30
10513
10514         * src/main.c
10515                 Fix bug #979 (Plugin crashes when exiting 
10516                 sylpheed-claws) : handle exit request only 
10517                 once
10518
10519 2006-08-05 [colin]      2.4.0cvs29
10520
10521         * src/news.c
10522                 Just make sure we have a msgid.
10523
10524 2006-08-05 [colin]      2.4.0cvs28
10525
10526         * src/news.c
10527         * src/summaryview.c
10528                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10529                 by reimplementing it
10530         * src/textview.c
10531                 Fix bug when hiding quotes with level > 3 and quote
10532                 colors are recycled
10533
10534 2006-08-04 [colin]      2.4.0cvs27
10535
10536         * src/compose.c
10537         * src/undo.c
10538         * src/undo.h
10539                 Fix a bit replace-by-pasting undo
10540         * src/mainwindow.c
10541         * src/messageview.c
10542                 Fix Fold quotes menu synchro in
10543                 mainwindow when it changes in 
10544                 messageview
10545         * src/textview.c
10546                 Fix right-click on quotes blocks
10547         * src/common/utils.c
10548                 Verify that the file created by
10549                 my_tmpfile() is writable. Fixes
10550                 bug #988 (very specific filesystem
10551                 issue)
10552         * src/plugins/pgpcore/sgpgme.c
10553                 Fix file descriptor leak
10554         * src/plugins/spamassassin/spamassassin.c
10555                 Warn once if spamd isn't reachable
10556
10557 2006-08-04 [colin]      2.4.0cvs26
10558
10559         * src/toolbar.c
10560                 i18n context patch by Fabien
10561
10562 2006-08-03 [colin]      2.4.0cvs25
10563
10564         * src/mainwindow.c
10565         * src/messageview.c
10566                 Rename "Hide quotes" to "Fold quotes"
10567         * src/textview.c
10568                 Don't use hand cursor on quotes. "all 
10569                 the bonuses of the feature and none of 
10570                 unwelcome side-effects"
10571
10572 2006-08-03 [colin]      2.4.0cvs24
10573
10574         * AUTHORS
10575         * sylpheed-claws.desktop
10576         * src/gtk/authors.h
10577                 Bring the desktop file to XDG compliance
10578                 Patch by Charles A. Edwards
10579
10580 2006-08-03 [colin]      2.4.0cvs23
10581
10582         * src/textview.c
10583                 Fix links offset when they are preceded
10584                 by accentued chars (g_utf8_strlen!)
10585         * src/mainwindow.c
10586                 Fix wrong status when starting offline
10587
10588
10589 2006-08-03 [wwp]        2.4.0cvs22
10590
10591         * src/prefs_common.h
10592                 ask what to do w/ filtering rules that belong to an account when
10593                 applying filtering rules manually from the main window (skip,
10594                 apply regardless of the account, use current account). This dialog
10595                 can be skipped and the last reply used.
10596                 (forgot that file)
10597
10598 2006-08-03 [wwp]        2.4.0cvs21
10599
10600         * src/filtering.c
10601         * src/filtering.h
10602         * src/prefs_common.c
10603         * src/summaryview.c
10604         * src/alertpanel.c
10605         * src/alertpanel.h
10606         * src/messageview.c
10607                 ask what to do w/ filtering rules that belong to an account when
10608                 applying filtering rules manually from the main window (skip,
10609                 apply regardless of the account, use current account). This dialog
10610                 can be skipped and the last reply used.
10611
10612
10613 2006-08-03 [colin]      2.4.0cvs20
10614
10615         * src/textview.c
10616                 Optimize previous patch
10617
10618 2006-08-03 [cleroy]     2.4.0cvs19
10619
10620         * src/textview.c
10621                 Fix quotes getting toggled back when the
10622                 mail has an even number of text parts
10623
10624 2006-08-02 [colin]      2.4.0cvs18
10625
10626         * src/messageview.c
10627                 Add Hide quotes menu
10628
10629 2006-08-02 [colin]      2.4.0cvs17
10630
10631         * src/mainwindow.c
10632         * src/prefs_common.c
10633         * src/textview.c
10634         * src/textview.h
10635         * src/gtk/about.c
10636                 Allow per-level quote hiding,
10637                 Allow toggling quotes by double-clicking them
10638                 Rename RemoteURI to ClickableText to reflect
10639                 the fact it's used for a variety of things
10640
10641 2006-08-02 [wwp]        2.4.0cvs16
10642
10643         * src/mainwindow.c
10644                 fix "View/Hide quotes" menu item status initialization.
10645
10646 2006-08-02 [wwp]        2.4.0cvs15
10647
10648         * src/matcher_parser_parse.y
10649                 remove a debug trace.
10650
10651 2006-08-02 [paul]       2.4.0cvs14
10652
10653         * src/plugins/pgpcore/passphrase.c
10654                 don't set initial dialog size
10655                 make it resizable
10656
10657 2006-08-02 [paul]       2.4.0cvs13
10658
10659         * src/noticeview.c
10660                 remove the rogue '/' character
10661
10662 2006-08-02 [paul]       2.4.0cvs12
10663
10664         * src/noticeview.c
10665                 allow buttons to resize as necessary
10666
10667 2006-08-01 [wwp]        2.4.0cvs11
10668
10669         * src/mbox.c
10670                 fix strict ISO C90 compliance.
10671
10672 2006-08-01 [wwp]        2.4.0cvs10
10673
10674         * tools/update-po
10675                 updated update-po tool to work w/ context-dependent translations.
10676                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10677
10678 2006-08-01 [wwp]        2.4.0cvs9
10679
10680         * src/matcher.c
10681         * src/prefs_filtering.c
10682         * src/prefs_matcher.c
10683                 allow context-dependent translations for "All",
10684                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10685
10686 2006-07-31 [colin]      2.4.0cvs8
10687
10688         * AUTHORS
10689         * src/gtk/authors.h
10690                 Add Rafal to authors
10691
10692 2006-07-31 [colin]      2.4.0cvs7
10693
10694         * src/compose.c
10695         * src/mainwindow.c
10696         * src/messageview.h
10697         * src/prefs_common.c
10698         * src/prefs_common.h
10699         * src/textview.c
10700                 Add 'View/Hide quotes'. Patch based on a patch
10701                 by Rafal Weglarz
10702
10703 2006-07-31 [colin]      2.4.0cvs6
10704
10705         * src/action.c
10706                 Fix problem with "> stuff >" actions
10707
10708 2006-07-31 [paul]       2.4.0cvs5
10709
10710         * po/nb.po
10711                 updated by Geir Helland
10712
10713 2006-07-31 [wwp]        2.4.0cvs4
10714
10715         * src/mainwindow.c
10716         * src/summaryview.c
10717         * src/summaryview.h
10718                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10719                 thanks to Colin.
10720
10721 2006-07-31 [wwp]        2.4.0cvs3
10722
10723         * src/Makefile.am
10724         * src/addr_compl.c
10725         * src/addr_compl.h
10726         * src/addressbook.c
10727         * src/addressbook.h
10728         * src/addressbook_foldersel.c
10729         * src/addressbook_foldersel.h
10730         * src/addrindex.c
10731         * src/addrindex.h
10732         * src/matcher.c
10733         * src/matcher.h
10734         * src/matcher_parser_lex.l
10735         * src/matcher_parser_parse.y
10736         * src/prefs_common.c
10737         * src/prefs_common.h
10738         * src/prefs_filtering.c
10739         * src/prefs_matcher.c
10740         * src/prefs_matcher.h
10741         * src/summaryview.c
10742                 introduce filtering against the address book. It's now possible to add
10743                 matched conditions to determine if any email address in a message matches
10744                 or doesn't match any or all books or folders in the address book.
10745
10746 2006-07-31 [wwp]        2.4.0cvs2
10747
10748         * src/account.c
10749         * src/filtering.c
10750         * src/filtering.h
10751         * src/folder.c
10752         * src/folderview.c
10753         * src/inc.c
10754         * src/mainwindow.c
10755         * src/matcher.c
10756         * src/matcher_parser_lex.l
10757         * src/matcher_parser_parse.y
10758         * src/mbox.c
10759         * src/prefs_filtering.c
10760         * src/prefs_filtering.h
10761         * src/procmsg.c
10762         * src/procmsg.h
10763         * src/summaryview.c
10764                 introduce per-account filtering rules. Each filtering rule can now be assigned
10765                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10766                 when applying filtering rules manually, as all rules will apply - even the ones
10767                 assigned to an account. This issue will be addressed soon.
10768  
10769
10770
10771 2006-07-31 [wwp]        2.4.0cvs1
10772
10773         * src/quote_fmt.c
10774                 make more strings translatable.
10775
10776 2006-07-31 [paul]       2.4.0
10777
10778         2.4.0 released
10779
10780 2006-07-31 [paul]       2.3.1cvs91
10781
10782         * po/ca.po
10783                 updated by Miquel Oliete
10784
10785 2006-07-31 [paul]       2.3.1cvs90
10786
10787         * po/de.po
10788         * po/el.po
10789         * po/fr.po
10790         * po/it.po
10791         * po/pl.po
10792         * po/pt_BR.po
10793         * po/sr.po
10794         * po/zh_CN.po
10795                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10796                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10797                 Aleksandar Urosevic, and Ralgh Young
10798
10799 2006-07-31 [paul]       2.3.1cvs89
10800
10801         * src/account.c
10802         * src/main.c
10803         * src/mainwindow.c
10804         * src/mainwindow.h
10805                 Fix a race condition when, after an SC crash, rescanning
10806                 folders took more than 0.5 seconds
10807                 Thanks to Colin
10808
10809 2006-07-31 [paul]       2.3.1cvs88
10810
10811         * src/folderview.c
10812                 don't translate separator strings
10813
10814 2006-07-30 [mones]      2.3.1cvs87
10815
10816         * doc/man/sylpheed-claws.1
10817                 Fixed non-ASCII chars in Hoa's name
10818         * po/es.po
10819                 Updated for release
10820
10821 2006-07-27 [colin]      2.3.1cvs86
10822
10823         * src/textview.c
10824                 Don't include the leading \n in links
10825                 Patch by Fabien
10826
10827 2006-07-25 [colin]      2.3.1cvs85
10828
10829         * src/mainwindow.c
10830         * src/common/socket.h
10831         * src/etpan/imap-thread.c
10832                 Refresh resolvers before connecting
10833                 to IMAP servers, and after switching
10834                 to online. Thanks to Paul.
10835
10836 2006-07-18 [colin]
10837
10838         * 2.4.0-rc4 released
10839
10840 2006-07-17 [colin]      2.3.1cvs84
10841
10842         * src/inc.c
10843                 Show connection attempt in statusbar before
10844                 connecting (previously first message was
10845                 "Retrieving messages from ..." after the
10846                 connection succeeded.
10847
10848 2006-07-16 [wwp]        2.3.1cvs83
10849
10850         * sylpheed-claws.ico
10851                 Added .ico file (windows multi-size icon file, generated).
10852
10853 2006-07-12 [wwp]        2.3.1cvs82
10854
10855         * src/messageview.c
10856                 remove Message/Re-edit menu entry from messageview window,
10857                 as sent/draft/queued messages are opened in compose window when
10858                 re-edited and it's not possible to re-edit other msgs.
10859
10860 2006-07-12 [paul]       2.3.1cvs81
10861
10862         * AUTHORS
10863         * src/mainwindow.c
10864         * src/gtk/authors.h
10865                 check online state before resetting
10866                 mailcheck timer. Useful if some program
10867                 verifies connection state and updates
10868                 Claws.
10869                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10870
10871 2006-07-12 [paul]       2.3.1cvs80
10872
10873         * sylpheed-claws-128x128.png
10874         * sylpheed-claws-64x64.png
10875         * sylpheed-claws.png
10876         * src/Makefile.am
10877         * src/main.c
10878         * src/prefs_toolbar.c
10879         * src/stock_pixmap.c
10880         * src/stock_pixmap.h
10881         * src/wizard.c
10882         * src/gtk/about.c
10883         * src/gtk/gtkutils.c
10884         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10885         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10886         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10887         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10888         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10889         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10890                 updated and renamed logo/icon files and related
10891                 logo by Jesper Schultz
10892
10893 2006-07-11 [paul]       2.3.1cvs79
10894
10895         * src/main.c
10896                 fix the labels a smidgin
10897
10898 2006-07-09 [colin]      2.3.1cvs78
10899
10900         * src/textview.c
10901                 Show errors in textviewer's command
10902                 Patch by H. Merijn Brand
10903
10904 2006-07-09 [colin]      2.3.1cvs77
10905
10906         * src/compose.c
10907                 Save FMID in drafts too
10908
10909 2006-07-08 [colin]      2.3.1cvs76
10910
10911         * src/compose.c
10912                 Svae RMID in drafted mails too
10913                 Save quote_fmt vars for whole mails,
10914                 don't reset at each quote_fmt_init:
10915                 allows to use the same |i{var} in
10916                 various template fields
10917         * src/prefs_template.c
10918         * src/quote_fmt.h
10919         * src/quote_fmt_parse.y
10920                 Same
10921
10922 2006-07-08 [colin]      2.3.1cvs75
10923
10924         * src/textview.c
10925                 Fix highlighting of attached parts URIs
10926
10927 2006-07-08 [colin]      2.3.1cvs74
10928
10929         * src/main.c
10930                 Prevent bug #981 (sc 2.3.1 segfaults with 
10931                 gtk+ 2.10) from being reported again:
10932                 if Sylpheed-Claws has been compiled against
10933                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10934                 of if Sylpheed-Claws has been compiled against
10935                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10936                 error out.
10937
10938 2006-07-07 [colin]      2.3.1cvs73
10939
10940         * src/prefs_actions.c
10941                 Fix label
10942
10943 2006-07-07 [colin]      2.3.1cvs72
10944
10945         * src/prefs_actions.c
10946                 Fix compile on gtk < 2.8. argh :)
10947
10948 2006-07-07 [paul]       2.3.1cvs71
10949
10950         * src/common/defs.h
10951                 update DONATE_URI
10952
10953 2006-07-07 [colin]      2.3.1cvs70
10954
10955         * po/POTFILES.in
10956         * src/quote_fmt.c
10957         * src/quote_fmt_lex.l
10958         * src/quote_fmt_parse.y
10959                 Add |i{var}, a way to insert user-entered
10960                 text in a template
10961
10962 2006-07-07 [colin]
10963
10964         * 2.4.0-rc3 released
10965
10966 2006-07-07 [colin]      2.3.1cvs69
10967
10968         * src/folder.c
10969                 Don't consider inboxes of UNKNOWN folder 
10970                 classes to be useable as default inboxes
10971
10972 2006-07-07 [paul]       2.3.1cvs68
10973
10974         * src/textview.c
10975                 add missing #include <errno.h>
10976                 Thanks to René J. Blokland
10977
10978 2006-07-07 [paul]       2.3.1cvs67
10979
10980         * src/action.c
10981                 Return now Closes dialog
10982         * src/mimeview.c
10983         * src/mimeview.h
10984         * src/textview.c
10985                 add contextual menu to mime parts listed
10986                 in the textview
10987                 Thanks to Colin
10988         * src/common/utils.c
10989                 reversal: ' is a valid character in URLs
10990
10991 2006-07-06 [colin]      2.3.1cvs66
10992
10993         * src/remotefolder.h
10994                 Forgotten in previous commit
10995
10996 2006-07-06 [colin]      2.3.1cvs65
10997
10998         * src/folder.c
10999                 Set summary update flag whenever
11000                 totals changed
11001         * src/imap.c
11002         * src/prefs_account.c
11003         * src/common/utils.h
11004         * src/etpan/imap-thread.c
11005                 Fix warnings, thanks to Fabien and
11006                 Ricardo
11007
11008 2006-07-06 [wwp]        2.3.1cvs64
11009
11010         * src/gtk/gtkutils.c
11011                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11012
11013 2006-07-06 [wwp]        2.3.1cvs63
11014
11015         * src/account.c
11016         * src/addressbook.c
11017         * src/addressitem.h
11018         * src/folderview.c
11019         * src/mainwindow.c
11020         * src/manual.c
11021         * src/manual.h
11022         * src/message_search.c
11023         * src/prefs_actions.c
11024         * src/prefs_filtering.c
11025         * src/prefs_filtering.h
11026         * src/prefs_template.c
11027         * src/summary_search.c
11028         * src/summaryview.c
11029         * src/gtk/gtkutils.c
11030         * src/gtk/gtkutils.h
11031         * src/gtk/pluginwindow.c
11032                 add help buttons to some dialogs. Clicking such buttons opens a
11033                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11034
11035 2006-07-06 [paul]       2.3.1cvs62
11036
11037         * src/textview.c
11038                 fix attachments contextual menu
11039                 Thanks to Colin
11040
11041 2006-07-05 [colin]      2.3.1cvs61
11042
11043         * src/textview.c
11044         * src/compose.c
11045                 Handle sftp:// links
11046
11047 2006-07-05 [paul]       2.3.1cvs60
11048
11049         * src/gtk/filesel.c
11050                 grab save button by default
11051                 Thanks to Colin
11052
11053 2006-07-05 [wwp]        2.3.1cvs59
11054
11055         * manual/xml2pdf
11056                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11057
11058 2006-07-04 [colin]      2.3.1cvs58
11059
11060         * src/mimeview.c
11061         * src/textview.c
11062                 Use left click to select, middle click to open
11063                 on mimeparts links
11064         * src/common/utils.c
11065                 Fix segfault
11066
11067 2006-07-04 [colin]      2.3.1cvs57
11068
11069         * src/mainwindow.c
11070         * src/news.c
11071                 Warning fixes, thanks to Fabien
11072
11073 2006-07-04 [colin]      2.3.1cvs56
11074
11075         * src/mimeview.c
11076         * src/mimeview.h
11077         * src/textview.c
11078                 Allow parts to be selected via their text label
11079                 in textview
11080
11081 2006-07-04 [colin]      2.3.1cvs55
11082
11083         * src/folderview.c
11084                 Feedback when closing (for big folders)
11085         * src/prefs_actions.c
11086         * src/prefs_filtering.c
11087         * src/prefs_matcher.c
11088         * src/prefs_template.c
11089                 Fix default button when closing without
11090                 having saved
11091
11092 2006-07-04 [colin]      2.3.1cvs54
11093
11094         * src/news.c
11095                 Delete local file on deletion
11096
11097 2006-07-03 [colin]      2.3.1cvs53
11098
11099         * src/folderview.c
11100         * src/main.c
11101                 Don't freeze when rescanning after crash
11102
11103 2006-07-03 [wwp]        2.3.1cvs52
11104
11105         * src/compose.c
11106         * src/privacy.c
11107         * src/privacy.h
11108         * src/plugins/pgpinline/pgpinline.c
11109         * src/plugins/pgpmime/pgpmime.c
11110                 don't report an error when the user cancels the passphrase dialog.
11111
11112 2006-07-02 [colin]      2.3.1cvs51
11113
11114         * src/folderview.c
11115                 Open message when crossing folders with Space,
11116                 goto next unread and friends
11117
11118 2006-07-01 [colin]      2.3.1cvs50
11119
11120         * src/prefs_account.c
11121                 Typographic rules varying from language
11122                 to language (in french "Protocole :"),
11123                 we have to do that :)
11124
11125 2006-07-01 [ticho]      2.3.1cvs49
11126
11127         * src/prefs_account.c
11128                 Only use one temporary gchar* variable in
11129                 prefs_account_protocol_set_optmenu().
11130
11131 2006-07-01 [ticho]      2.3.1cvs48
11132
11133         * src/prefs_account.c
11134         * src/prefs_account.h
11135                 Use GtkLabel for existing account protocol name.
11136                 Created an array for protocol names and populate the
11137                 combobox from it in a for() cycle.
11138
11139 2006-06-30 [colin]      2.3.1cvs47
11140
11141         * src/compose.c
11142                 Block undo when changing signature (by changing
11143                 account)
11144
11145 2006-06-30 [paul]       2.3.1cvs46
11146
11147         * src/send_message.c
11148                 when editing From in the Compose window, use that address
11149                 in the Return-Path: header
11150                 Thanks to Colin
11151
11152 2006-06-30 [colin]      2.3.1cvs45
11153
11154         * src/compose.c
11155                 Fix signature replacement:
11156                 - when no newline before separator
11157                 - when reediting
11158
11159 2006-06-29 [colin]      2.3.1cvs44
11160
11161         * src/folderview.c
11162         * src/folderview.h
11163         * src/mainwindow.c
11164         * src/summaryview.c
11165                 Let 'View/Go to/Next marked' work like
11166                 Next new & Next unread: across folders
11167                 Change the select_on_entry pref to do
11168                 what we want when changing folder
11169         * src/common/utils.c
11170                 Fix single-quoted links 
11171
11172 2006-06-29 [colin]      2.3.1cvs43
11173
11174         * src/gtk/gtkaspell.c
11175                 "Sylpheed" and "Sylpheed-Claws" do exist !
11176
11177 2006-06-29 [colin]      2.3.1cvs42
11178
11179         * src/imap.c
11180                 Forgot to remove debug
11181
11182 2006-06-29 [colin]      2.3.1cvs41
11183
11184         * src/imap.c
11185         * src/imap.h
11186         * src/mainwindow.c
11187                 Disconnect from IMAP servers when going
11188                 offline. Fixes bug #978 (going to offline-mode 
11189                 won't close connections)
11190
11191 2006-06-29 [colin]      2.3.1cvs40
11192
11193         * src/main.c
11194                 Fix transient setting on failing plugins
11195                 Patch by Fabien
11196         * src/plugins/pgpcore/sgpgme.c
11197                 Only warn for OpenPGP. Most people don't
11198                 have CMS available.
11199
11200 2006-06-29 [colin]      2.3.1cvs39
11201
11202         * src/compose.c
11203                 Fix Spelling menu (discrepancy between context menu
11204                 and top menu when folder's dictionary isn't the 
11205                 default one)
11206         * src/plugins/pgpcore/sgpgme.c
11207                 More error reporting about why gpgme can fail
11208
11209 2006-06-29 [wwp]        2.3.1cvs38
11210
11211         * src/mainwindow.c
11212                 honor the display-header-pane setting even when the message view
11213                 is a separate window.
11214
11215 2006-06-29 [wwp]        2.3.1cvs37
11216
11217         * src/prefs_actions.c
11218                 forgot to commit that one (use of GTK_STOCK_INFO).
11219
11220 2006-06-29 [colin]      2.3.1cvs36
11221
11222         * src/imap.c
11223                 Better handling of login errors (ask the password
11224                 again once), alert in case of error. Fix three
11225                 signedness warnings.
11226
11227 2006-06-28 [wwp]        2.3.1cvs35
11228
11229         * src/prefs_template.c
11230         * src/prefs_matcher.c
11231         * src/prefs_filtering_action.c
11232         * src/prefs_quote.c
11233                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11234                 patch by Fabien Vantard, slightly modified.
11235
11236 2006-06-28 [paul]
11237
11238         2.4.0-rc2 released
11239
11240 2006-06-28 [colin]      2.3.1cvs34
11241
11242         * src/prefs_account.c
11243                 Fix bug #977 (Can't add or edit imap accounts)
11244
11245 2006-06-28 [colin]      2.3.1cvs33
11246
11247         * src/mimeview.c
11248                 Fix previous
11249
11250 2006-06-28 [colin]      2.3.1cvs32
11251
11252         * src/mimeview.c
11253                 Save named inlined attachments with "Save all"
11254         * src/main.c
11255         * src/mbox.c
11256         * src/common/plugin.c
11257         * src/common/plugin.h
11258         * src/common/sylpheed.c
11259         * src/common/utils.c
11260         * src/plugins/pgpcore/sylpheed.def
11261         * src/plugins/pgpinline/sylpheed.def
11262         * src/plugins/pgpmime/sylpheed.def
11263                 Win32 compatibility patch, by
11264                 Werner Koch
11265
11266 2006-06-28 [wwp]        2.3.1cvs31
11267
11268         * src/imap.c
11269         * src/prefs_folder_item.c
11270                 less compilation warnings (thanks to Fabien Vantard), less typos.
11271
11272 2006-06-28 [paul]       2.3.1cvs30
11273
11274         * src/gtk/gtkutils.c
11275                 gtk_combo_box_set_focus_on_click() is only
11276                 available since gtk 2.6.0
11277
11278 2006-06-28 [paul]       2.3.1cvs29
11279
11280         * src/prefs_ext_prog.c
11281                 fix engrish and add a tooltip for the
11282                 'command for 'Display as text' option
11283
11284 2006-06-28 [paul]
11285
11286         2.4.0-rc1 released
11287
11288 2006-06-28 [paul]       2.3.1cvs28
11289
11290         * ChangeLog
11291         * tools/Makefile.am
11292                 include textviewer.pl in releases
11293
11294 2006-06-28 [paul]       2.3.1cvs27
11295
11296         * src/prefs_ext_prog.c
11297                 hide Print command option if libgnomeprint
11298                 support is present
11299
11300 2006-06-27 [colin]      2.3.1cvs26
11301
11302         * src/compose.c
11303                 Fix Esc handling in insert/attach dialog
11304                 Don't show this dialog if dragging something
11305                 else than text/uri-list
11306                 Thanks to Fabien Vantard
11307         * tools/textviewer.pl
11308                 Filter script to display stuff as text
11309                 by H. Merijn Brand
11310
11311 2006-06-27 [wwp]        2.3.1cvs25
11312
11313         * src/messageview.c
11314                 use the exact product name (message view title), patch
11315                 by Fabien Vantard.
11316
11317 2006-06-27 [ticho]      2.3.1cvs24
11318
11319         * src/prefs_account.c
11320         * src/prefs_common.c
11321         * src/prefs_common.h
11322         * src/prefs_ext_prog.c
11323         * src/textview.c
11324                 Add a preference (Preferences/External programs)
11325                 to allow "Display as text" to be done via a script
11326                 (patch by H.Merijn Brand).
11327                 Use GtkComboBox for protocol selection in account
11328                 preferences.
11329                 Only include current choice for existing accounts, and
11330                 insensitivize the combobox.
11331
11332 2006-06-27 [paul]       2.3.1cvs23
11333
11334         * src/mbox.c
11335                 fix crasher introduced in cvs21.
11336                 Thanks to Colin
11337
11338 2006-06-26 [colin]      2.3.1cvs22
11339
11340         * src/mbox.c
11341                 Fix double-frees when leaving folders
11342                 after exporting to mbox
11343
11344 2006-06-26 [colin]      2.3.1cvs21
11345
11346         * src/mbox.c
11347                 More feedback (and optimisation)
11348                 on import/export
11349         * src/common/utils.c
11350                 Fix case when looking for mail addresses
11351         * src/gtk/gtkutils.c
11352                 Extra check for (X-)Face
11353
11354 2006-06-25 [ticho]      2.3.1cvs20
11355
11356         * src/compose.c
11357         * src/exphtmldlg.c
11358         * src/gtk/gtkutils.c
11359         * src/gtk/gtkutils.h
11360                 Added second argument to gtkut_sc_combobox_create() to
11361                 control focus-on-click for the widget.
11362                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11363
11364 2006-06-25 [ticho]      2.3.1cvs19
11365
11366         * src/compose.c
11367         * src/gtk/Makefile.am
11368         * src/gtk/combobox.c
11369         * src/gtk/combobox.h
11370         * src/gtk/gtkutils.c
11371         * src/gtk/gtkutils.h
11372                 Use GtkComboBox instead of deprecated GtkOptionMenu
11373                 for account selector in compose window and for encoding
11374                 selector in attachment properties.
11375                 Also factorise working with the new GtkComboBox somewhat.
11376
11377 2006-06-24 [paul]       2.3.1cvs18
11378
11379         * src/prefs_common.c
11380                 use the correct default value
11381
11382 2006-06-24 [paul]       2.3.1cvs17
11383
11384         * src/compose.c
11385         * src/prefs_common.c
11386         * src/prefs_common.h
11387         * src/prefs_compose_writing.c
11388                 enable setting of default action when
11389                 dnd'ing files in the compose window.
11390                 (Collaborative effort with wwp)
11391
11392 2006-06-23 [wwp]        2.3.1cvs16
11393
11394         * src/compose.c
11395                 i18n fix (thanks to Fabien Vantard)
11396
11397 2006-06-22 [colin]      2.3.1cvs15
11398
11399         * src/prefs_customheader.c
11400                 Don't use filters in custom headers' file 
11401                 selector. Remember, extensions mean nothing :)
11402
11403 2006-06-22 [paul]       2.3.1cvs14
11404
11405         * configure.ac
11406                 allow setting of man directory location
11407
11408 2006-06-22 [colin]      2.3.1cvs13
11409
11410         * src/mainwindow.c
11411                 Add 'View/Go to/Next unread folder'.
11412                 I missed that :)
11413
11414 2006-06-22 [colin]      2.3.1cvs12
11415
11416         * src/common/utils.c
11417                 Add some subject prefixes
11418                 Patch by Bjorn T Johansen <btj@havleik.no>
11419
11420 2006-06-22 [colin]      2.3.1cvs11
11421
11422         * manual/advanced.xml
11423                 Forgotten hidden pref
11424
11425 2006-06-21 [paul]       2.3.1cvs10
11426
11427         * src/prefs_account.c
11428                 complete the removal of 'Add date header' option
11429
11430 2006-06-21 [paul]       2.3.1cvs9
11431
11432         * src/account.c
11433         * src/compose.c
11434         * src/prefs_account.c
11435         * src/prefs_account.h
11436                 remove option to add date header - always
11437                 add date header
11438         * src/etpan/imap-thread.c
11439                 fix warnings (Thanks to Colin)
11440
11441 2006-06-21 [wwp]        2.3.1cvs8
11442
11443         * src/folder.c
11444                 set the attachment flag when inline text part are (file)named. This is more convenient
11445                 when receiving (for instance) inline source files or patches sent using thunderbird.
11446
11447 2006-06-21 [paul]       2.3.1cvs7
11448
11449         * src/inc.c
11450                 fix off-by-one count of current msg in
11451                 statusbar filtering progressbar
11452
11453 2006-06-21 [paul]       2.3.1cvs6
11454
11455         * src/folder.c
11456                 Show attachment icon even if the part is 'inline'
11457                 if the following conditions are met:
11458                 - content-type != 'text/plain'
11459                 - content-type != '*/pgp-signature'
11460                 - either 'name' or 'filename' parameter is not NULL
11461                 
11462                 Thanks to Colin
11463
11464 2006-06-21 [paul]       2.3.1cvs5
11465
11466         * src/messageview.c
11467         * src/prefs_common.c
11468         * src/prefs_common.h
11469         * src/prefs_other.c
11470                 add an option to 'Never send Return
11471                 Receipts'
11472                 Thanks to Colin
11473
11474 2006-06-20 [mones]      2.3.1cvs4
11475
11476         * po/es.po
11477                 updated
11478         * src/compose.c
11479                 typo fixed (space after comma)
11480         * tools/make.themes.project
11481                 remove exec mode from tarball files
11482
11483 2006-06-20 [colin]      2.3.1cvs3
11484
11485         * src/news.c
11486         * src/procheader.c
11487         * src/unmime.c
11488                 Better fix for \n's in headers (don't 
11489                 break Received: and others)
11490
11491 2006-06-20 [paul]       2.3.1cvs2
11492
11493         * src/alertpanel.c
11494         * src/textview.c
11495                 improve legibility of phishing attempt
11496                 dialog
11497
11498 2006-06-20 [paul]       2.3.1cvs1
11499
11500         * NEWS
11501         * README
11502         * configure.ac
11503                 Update version number following
11504                 stable release
11505
11506 2006-06-20 [colin]      2.3.0cvs26
11507
11508         * src/compose.c
11509                 When dragging a file to the text of the compose
11510                 window, ask whether we want to insert or attach
11511                 (I know lots of people who do that to attach)
11512
11513 2006-06-20 [colin]      2.3.0cvs25
11514
11515         * src/etpan/imap-thread.c
11516                 Fix threshold (the append command is often > 32 bytes)
11517
11518 2006-06-19 [colin]      2.3.0cvs24
11519
11520         * src/imap.c
11521         * src/etpan/imap-thread.c
11522                 Workaround Rockliffe IMAP server bug: replace
11523                 "x UID SEARCH (ANSWERED UID 1:*)" with
11524                 "x UID SEARCH ANSWERED"
11525                 (Rockliffe doesn't handle the parenthesis)
11526
11527 2006-06-19 [colin]      2.3.0cvs23
11528
11529         * src/compose.c
11530         * src/imap.c
11531         * src/etpan/imap-thread.c
11532                 Probably fix bug #972 (Freezes when adding 
11533                 an attachment to the message)
11534         * src/common/defs.h
11535                 Modernize Firefox cmd
11536
11537
11538 2006-06-18 [colin]      2.3.0cvs22
11539
11540         * src/prefs_customheader.c
11541                 Only allow correct filenames for various
11542                 custom headers
11543
11544 2006-06-18 [colin]      2.3.0cvs21
11545
11546         * src/prefs_customheader.c
11547                 Add a 'From File...' button in custom headers prefs, which
11548                 try to do the right thing: 
11549                 for normal headers, use file as plaintext,
11550                 for X-Face, calls compface,
11551                 for Face, encode to b64.
11552
11553 2006-06-17 [colin]      2.3.0cvs20
11554
11555         * src/mh.c
11556                 Warning fix
11557
11558 2006-06-16 [colin]      2.3.0cvs19
11559
11560         * src/summaryview.c
11561                 Recursive quicksearch: show message list
11562                 in current folder, *then* search children
11563                 in the background.
11564
11565 2006-06-16 [colin]      2.3.0cvs18
11566
11567         * src/main.c
11568                 Instead of ignoring SIGPIPE, save caches
11569                 when getting one. Will fix the fact that
11570                 hot caches are out-of-date when logging 
11571                 out of Xorg.
11572         * src/compose.c
11573         * src/prefs_compose_writing.c
11574                 Only save text (not attachments) when 
11575                 auto-saving to drafts
11576         * src/unmime.c
11577                 Always replace \n, \r and \t with spaces
11578                 in headers
11579         * manual/dist/html/Makefile.am
11580         * manual/dist/pdf/Makefile.am
11581         * manual/dist/ps/Makefile.am
11582         * manual/dist/txt/Makefile.am
11583         * manual/fr/dist/html/Makefile.am
11584         * manual/fr/dist/pdf/Makefile.am
11585         * manual/fr/dist/ps/Makefile.am
11586         * manual/fr/dist/txt/Makefile.am
11587         * manual/pl/dist/html/Makefile.am
11588         * manual/pl/dist/pdf/Makefile.am
11589         * manual/pl/dist/ps/Makefile.am
11590         * manual/pl/dist/txt/Makefile.am
11591                 Fix make clean removing pregenerated manuals
11592
11593
11594 2006-06-16 [colin]      2.3.0cvs17
11595
11596         * src/plugins/pgpcore/sgpgme.c
11597         * src/plugins/pgpmime/pgpmime.c
11598         * src/plugins/pgpinline/pgpinline.c
11599                 Better error reporting in setup_signers.
11600                 Don't fallback to default key if specified
11601                 key isn't found.
11602                 Don't allow signing if more than one secret
11603                 key matches the one specified in prefs.
11604
11605 2006-06-15 [colin]      2.3.0cvs16
11606
11607         * src/folderview.c
11608                 Add "Send queue" in the folder's contextual
11609                 menu
11610         * src/compose.c
11611         * src/messageview.c
11612         * src/privacy.c
11613         * src/privacy.h
11614         * src/procmime.c
11615         * src/procmsg.c
11616         * src/plugins/pgpcore/passphrase.c
11617         * src/plugins/pgpcore/sgpgme.c
11618         * src/plugins/pgpinline/pgpinline.c
11619         * src/plugins/pgpmime/pgpmime.c
11620                 Better error reporting
11621         * src/mbox.c
11622                 Probably fix bug #971 (2.2.3 cannot read mail 
11623                 from local mbox)
11624
11625
11626 2006-06-15 [mones]      2.3.0cvs15
11627
11628         * tools/make.themes.project
11629                 creates the themes project from the web page
11630
11631 2006-06-15 [colin]      2.3.0cvs14
11632
11633         * src/folder.c
11634                 Better fix (avoid losing the folder if scan_tree 
11635                 fails)
11636
11637 2006-06-15 [cleroy]     2.3.0cvs13
11638
11639         * src/folder.c
11640                 Probably fix Bug #969 (crash on rebuilding 
11641                 imap folder)
11642
11643 2006-06-14 [colin]      2.3.0cvs12
11644
11645         * manual/dtd/manual.xsl
11646         * manual/sylpheed-claws-manual.xml
11647         * manual/fr/sylpheed-claws-manual.xml
11648         * manual/pl/sylpheed-claws-manual.xml
11649                 Insert pagebreaks between sections
11650
11651 2006-06-14 [paul]       2.3.0cvs11
11652
11653         * configure.ac
11654                 better fix than 2.3.0cvs10
11655
11656 2006-06-14 [paul]       2.3.0cvs10
11657
11658         * configure.ac
11659                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11660                 (backwards compatible)
11661
11662 2006-06-13 [colin]      2.3.0cvs9
11663
11664         * src/messageview.c
11665                 Fix sending of return receipt with the new queue folders
11666
11667 2006-06-13 [wwp]        2.3.0cvs8
11668
11669         * src/quote_fmt_lex.l
11670                 fix wrong tokens returned in quote_fmt lexer, query not().
11671
11672 2006-06-13 [wwp]        2.3.0cvs7
11673
11674         * src/folder.c
11675         * src/prefs_folder_item.c
11676                 allow changing folder type even when folder is not a top-level one,
11677                 thanks to Colin.
11678
11679 2006-06-12 [colin]      2.3.0cvs6
11680
11681         * src/folderview.c
11682                 Fix double-ask of "Do you want to mark all
11683                 as read"
11684
11685 2006-06-12 [colin]      2.3.0cvs5
11686
11687         * src/compose.c
11688         * src/compose.h
11689         * src/folder.c
11690         * src/folder.h
11691         * src/imap.c
11692         * src/inc.c
11693         * src/main.c
11694         * src/messageview.c
11695         * src/mh.c
11696         * src/prefs_folder_item.c
11697         * src/procheader.c
11698         * src/procmime.c
11699         * src/procmsg.c
11700         * src/procmsg.h
11701         * src/send_message.c
11702         * src/summaryview.c
11703         * src/toolbar.c
11704                 Apply bug #964's patch (Queue and drafts aren't normal)
11705                 The Drafts and Queue folder now contain RFC-822 files,
11706                 allowing to move and copy mails from and to these 
11707                 folders. Moving from Drafts to Queue will prepare the
11708                 mail for sending (PGP signature, encryption, etc).
11709                 This patch also rework sending errors handling to try
11710                 to be more helpful.
11711                 Also, allow redefining folder types via the GUI 
11712                 (Folder type in its Properties)
11713
11714 2006-06-12 [colin]      2.3.0cvs4
11715
11716         * src/summaryview.c
11717         * src/prefs_common.c
11718         * src/prefs_common.h
11719         * src/gedit-print.c
11720                 Allow to define a specific print font - patch
11721                 by Bernhard Walle <bernhard.walle@gmx.de>
11722         * src/prefs_fonts.c
11723         * manual/advanced.xml
11724         * manual/fr/advanced.xml
11725                 Add a hidden pref to allow deletion without
11726                 confirmation
11727
11728 2006-06-12 [wwp]        2.3.0cvs3
11729
11730         * .cvsignore
11731                 more files to ignore.
11732
11733 2006-06-12 [wwp]        2.3.0cvs2
11734
11735         * src/quote_fmt.c
11736         * src/quote_fmt_lex.l
11737         * src/quote_fmt_parse.y
11738                 extend the quote_fmt parser (templates and quotes):
11739                 - allow limited sub-expressions in |p{} and |f{} expressions,
11740                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11741                 - implemented/fixed missing implementation of query_references and show_references,
11742                 - completed, fixed contents and format of the symbols help dialog,
11743                 - fix some compilation warnings.
11744
11745 2006-06-12 [wwp]        2.3.0cvs1
11746
11747         * manual/advanced.xml
11748         * manual/fr/advanced.xml
11749                 updates in the "templates" section of the manual (eng/fr):
11750                  - be more precise (both versions)
11751                  - completed to match the english reference (fr version)
11752                  - touchups (both versions)
11753
11754 2006-06-12 [paul]       2.3.0
11755
11756         2.3.0 released
11757
11758 2006-06-12 [paul]       2.2.3cvs14
11759
11760         * po/ca.po
11761         * po/cs.po
11762         * po/de.po
11763         * po/el.po
11764         * po/fr.po
11765         * po/it.po
11766         * po/pt_BR.po
11767         * po/sr.po
11768         * po/zh_CN.po
11769                 updated by Miquel Oliete, Tim, Stephan Sachse,
11770                 Stavros Giannouris, Fabien Vantard, Andrea
11771                 Spadaccini, Frederico Goncalves Guimaraes,
11772                 Aleksandar Urosevic, and Ralgh Young
11773
11774 2006-06-12 [colin]      2.2.3cvs13
11775
11776         * src/mbox.c
11777                 Add missing header
11778
11779 2006-06-11 [colin]      2.2.3cvs12
11780
11781         * src/msgcache.c
11782                 Verify that g_malloc() succeeded
11783
11784 2006-06-11 [colin]      2.2.3cvs11
11785
11786         * src/wizard.c
11787                 Add Face header to welcome mail
11788
11789 2006-06-10 [colin]      2.2.3cvs10
11790
11791         * src/textview.c
11792                 Revert previous (Forgot it changes the
11793                 margin on the whole mail)
11794
11795 2006-06-10 [colin]      2.2.3cvs9
11796
11797         * src/textview.c
11798                 Don't overlap long headers under (X-)Face
11799
11800 2006-06-10 [mones]      2.2.3cvs8
11801
11802         * manual/xml2pdf
11803                 allow generation of manual on systems lacking saxon binary
11804                 but with java and the saxon library installed
11805
11806         * po/es.po
11807                 updated for release
11808
11809 2006-06-09 [colin]      2.2.3cvs7
11810
11811         * src/summaryview.c
11812                 Fix leak when using Display Sender using Addressbook
11813
11814 2006-06-09 [colin]      2.2.3cvs6
11815
11816         * src/compose.c
11817         * src/folder.c
11818         * src/folderview.c
11819         * src/mimeview.c
11820         * src/summaryview.c
11821                 More leaks fixes
11822
11823 2006-06-09 [paul]       2.2.3cvs5
11824
11825         * AUTHORS
11826         * src/gtk/authors.h
11827         * tools/claws.i18n.status.pl
11828                 updated with new info
11829
11830 2006-06-09 [paul]       2.2.3cvs4
11831
11832         * README
11833                 updated
11834         * manual/ack.xml
11835                 add wwp to authors list
11836         * src/gtk/authors.h
11837                 update mine and Colin's addresses
11838
11839 2006-06-08 [colin]      2.2.3cvs3
11840
11841         * src/etpan/imap-thread.c
11842                 Fix leak on SSL cert check
11843
11844 2006-06-08 [colin]      2.2.3cvs2
11845
11846         * src/common/utils.c
11847                 Fix leak
11848
11849 2006-06-08 [paul]       2.2.3cvs1
11850
11851         * configure.ac
11852                 Update version number following
11853                 stable release
11854
11855 2006-06-07 [colin]      2.2.2cvs3
11856
11857         * src/msgcache.c
11858                 Fix catching cache read errors (guint instead of gint)
11859                 Prevent malloc'ing more than 8MB (means cache corruption)
11860
11861 2006-06-07 [paul]       2.2.2cvs2
11862
11863         * src/exporthtml.c
11864         * src/exportldif.c
11865         * src/mh.c
11866         * src/mutt.c
11867         * src/pine.c
11868         * src/common/utils.c
11869                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11870                 obey $HOME'
11871                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11872                 Thanks to Colin
11873
11874 2006-06-06 [paul]       2.2.2cvs1
11875
11876         * configure.ac
11877                 Update version number following
11878                 stable release
11879
11880 2006-06-06 [paul]       2.2.1cvs6
11881
11882         * src/matcher.c
11883                 fix  implicit declaration of
11884                 sylpheed_do_idle()
11885                 Patch by Fabien Vantard
11886
11887 2006-06-06 [paul]       2.2.1cvs5
11888
11889         * src/matcher.c
11890                 fix age_greater and age_lower so that they
11891                 mean what say and not '...or equal to'
11892                 Thanks to Colin
11893
11894 2006-06-06 [paul]       2.2.1cvs4
11895
11896         * src/textview.c
11897         * src/common/utils.c
11898                 fix URI check
11899                 Thanks to Colin
11900
11901 2006-06-05 [wwp]        2.2.1cvs3
11902
11903         * manual/fr/account.xml
11904                 minor language fixes (thanks to Fabien Vantard).
11905
11906 2006-06-05 [colin]      2.2.1cvs2
11907
11908         * src/prefs_folder_item.c
11909         * src/folderview.c
11910                 Allow recursive setting of properties 
11911                 for whole mailboxes
11912         * src/matcher.c
11913                 Don't freeze on 'test' filtering rule
11914
11915 2006-06-05 [colin]      2.2.1cvs1
11916
11917         * configure.ac
11918                 Update version number following
11919                 stable release
11920
11921 2006-06-04 [wwp]        2.2.0cvs82
11922
11923         * manual/glossary.xml
11924         * manual/account.xml
11925         * manual/fr/glossary.xml
11926         * manual/fr/account.xml
11927                 added glossary section and references/links related to the Face custom header.
11928
11929 2006-06-04 [colin]      2.2.0cvs81
11930
11931         * src/summaryview.c
11932                 Skip to next message on move with no
11933                 immediate execution
11934
11935 2006-06-04 [wwp]        2.2.0cvs80
11936
11937         * manual/xml2pdf
11938                 added sanity checks, exit when needed.
11939
11940 2006-06-03 [paul]       2.2.0cvs79
11941
11942         * src/prefs_receive.c
11943                 page name is now 'Receiving'
11944         * src/prefs_send.c
11945                 page name is now 'Sending'
11946
11947 2006-06-03 [colin]      2.2.0cvs78
11948
11949         * src/plugins/spamassassin/spamassassin_gtk.c
11950                 Autoswitch to Localhost if transport was previously
11951                 disabled. Else people had to check [] Enable, then
11952                 *reselect* transport.
11953
11954 2006-06-03 [colin]      2.2.0cvs77
11955
11956         * src/plugins/pgpinline/pgpinline.c
11957         * src/plugins/pgpmime/pgpmime.c
11958                 Check that gpg_data_release_and_get_mem 
11959                 didn't fail (now, why this happens...)
11960
11961 2006-06-03 [colin]      2.2.0cvs76
11962
11963         * src/mbox.c
11964                 Fix bug #962 (Manual and/or UI should 
11965                 warn about incompatible locking 
11966                 causing dataloss)
11967
11968 2006-06-02 [cleroy]     2.2.0cvs75
11969
11970         * src/filtering.c
11971         * src/folder.c
11972         * src/procmsg.c
11973         * src/summaryview.c
11974                 Fix a few leaks
11975
11976 2006-06-02 [colin]      2.2.0cvs74
11977
11978         * src/main.c
11979                 On exit, free caches after writing them
11980                 Shuts up some valgrind false positives
11981         * src/procmsg.c
11982         * src/send_message.c
11983                 Fix races when reusing existing SMTP connections
11984                 Fix inexistant session timeout
11985         * src/toolbar.c
11986                 Display alertpanel after all queues have
11987                 been processed, not after each
11988
11989 2006-06-02 [wwp]        2.2.0cvs73
11990
11991         * manual/fr/glossary.xml
11992         * manual/fr/ack.xml
11993         * manual/ack.xml
11994                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11995
11996 2006-06-02 [wwp]        2.2.0cvs72
11997
11998         * manual/xml2pdf
11999         * manual/dist/pdf/Makefile.am
12000         * manual/dtd/manual.xsl
12001         * manual/fr/dist/pdf/Makefile.am
12002         * manual/pl/dist/pdf/Makefile.am
12003                 we changed the procedure to generate the .pdf version of the manual.
12004                 The procedure is more modern and the .pdf we get now has a valid index.
12005                 Here are the new pre-requisites:
12006
12007                 - JRE 1.x (1.4 here): there must be one from your distro
12008                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12009                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12010                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12011
12012                 See my posts for further info about the installation of this toolchain:
12013
12014                 Date: Fri, 19 May 2006 19:40:06 +0200
12015                 From: wwp <subscript@free.fr>
12016                 To: sylpheed-claws-devel@lists.sourceforge.net
12017                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12018
12019                 and
12020
12021                 Date: Wed, 24 May 2006 12:58:49 +0200
12022                 From: wwp <subscript@free.fr>
12023                 To: sylpheed-claws-devel@lists.sourceforge.net
12024                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12025
12026 2006-06-01 [colin]      2.2.0cvs71
12027
12028         * src/compose.c
12029                 Better guards against IMAP races
12030         * src/main.c
12031         * src/prefs_common.c
12032         * src/prefs_common.h
12033         * src/common/ssl_certificate.c
12034         * src/etpan/imap-thread.c
12035         * src/etpan/imap-thread.h
12036         * src/gtk/sslcertwindow.c
12037                 New hidden option ssl_skip_cert_check to 
12038                 avoid dups of bug #959 (libetpan linked
12039                 against gnutls and gnutls buggy on 64bit)
12040                 Present expired warning only once per
12041                 session/server.
12042         * manual/advanced.xml
12043         * manual/fr/advanced.xml
12044                 Document new option
12045
12046 2006-06-01 [wwp]        2.2.0cvs70
12047
12048         * src/messageview.c
12049                 fix for bug #961 (return receipt dialog 
12050                 complains incorrectly about return-path 
12051                 email adress being different), thanks 
12052                 to Colin.
12053
12054 2006-05-31 [cleroy]     2.2.0cvs69
12055
12056         * src/common/ssl.c
12057                 Guard against NULLs, although this
12058                 should never be an issue
12059
12060 2006-05-31 [colin]      2.2.0cvs68
12061
12062         * src/filtering.c
12063                 Use g_slist_prepend
12064         * src/imap.c
12065                 Don't remove caches when destroying folder, it
12066                 could (should) be done at exit
12067         * src/inc.c
12068                 free processing cache after incorporation
12069         * src/etpan/imap-thread.c
12070                 Maybe fix bug #959 (Crash on moving to emails 
12071                 to a imap account per ssl with a expired 
12072                 certificate.)
12073
12074 2006-05-30 [colin]      2.2.0cvs67
12075
12076         * src/summaryview.c
12077                 Put back event flush when displaying message
12078                 It avoids reading a bunch of messages just
12079                 by hitting shift-n for too long ;)
12080
12081 2006-05-29 [colin]      2.2.0cvs66
12082
12083         * src/summaryview.c
12084                 Remove useless g_warnings
12085
12086 2006-05-29 [colin]      2.2.0cvs65
12087
12088         * src/imap.c
12089                 Fix g_slist_append()s for performance
12090
12091 2006-05-29 [colin]      2.2.0cvs64
12092
12093         * src/compose.c
12094         * src/common/utils.c
12095                 Fix extraneous tab at start of addresses
12096         * src/mainwindow.c
12097                 Fix warnings (thanks to Fabien)
12098                 Fix crash at exit when composing messages 
12099                 exist
12100         * src/pop.c
12101                 Fix progress bar when deleting expired mails
12102                 Thanks to Hiro
12103         * src/summaryview.c
12104         * src/gtk/gtksctree.c
12105                 Fix re-sorting slowness
12106
12107 2006-05-29 [paul]       2.2.0cvs63
12108
12109         * src/mh.c
12110                 fetch full message when moving mails
12111                 from another mailbox, (fixed data loss
12112                 when filtering from IMAP to MH, introduced
12113                 in 2.2.0cvs57).
12114                 Thanks to Colin
12115
12116 2006-05-29 [mones]      2.2.0cvs62
12117
12118         * src/gtk/gtksctree.c
12119                 Unselect faster (patch by Colin)        
12120
12121 2006-05-26 [colin]      2.2.0cvs61
12122
12123         * src/summaryview.c
12124                 Unplug MSGINFO_UPDATE callback on delete too.
12125
12126 2006-05-26 [colin]      2.2.0cvs60
12127
12128         * src/foldersel.c
12129                 Fix bold in folder selection window with glib2.10
12130                 thanks Hiro
12131
12132 2006-05-26 [colin]      2.2.0cvs59
12133
12134         * src/procheader.c
12135                 Convert date only if necessary (and don't
12136                 try to convert from utf8 to utf8, too)
12137         * src/summaryview.c
12138                 Only set column's text if the column's 
12139                 displayed
12140
12141 2006-05-26 [colin]      2.2.0cvs58
12142
12143         * src/summaryview.c
12144         * src/gtk/gtkutils.c
12145                 Fix useless warning
12146
12147 2006-05-26 [colin]      2.2.0cvs57
12148
12149         * src/mainwindow.c
12150                 Make summaryview selectable as long as 
12151                 no message has focus
12152         * src/mh.c
12153                 Faster deletion (by implementing mh_remove_msgs)
12154                 Faster copy (avoid using mh_fetch_msg just to get
12155                 the filename)
12156                 Faster move (using move_file instead of copy_file
12157                 if MSG_IS_MOVE)
12158                 No progressbar if total number of mails to cp/mv 
12159                 is less than 100
12160         * src/summaryview.c
12161                 Fix removal from subject_table when mail gets moved
12162                 Faster deletion (g_slist_prepend instead of append)
12163         * src/gtk/gtksctree.c
12164                 Remove useless code
12165
12166 2006-05-25 [colin]      2.2.0cvs56
12167
12168         * src/common/ssl_certificate.c
12169                 Fix leak in expired cert check
12170
12171 2006-05-25 [colin]      2.2.0cvs55
12172
12173         * src/mh.c
12174                 Disable flags syncing on .mh_sequences - it
12175                 is buggy and marks mails read under unknown
12176                 conditions.
12177
12178 2006-05-25 [paul]
12179
12180         * 2.3.0-rc4 released
12181
12182 2006-05-24 [colin]      2.2.0cvs54
12183
12184         attention cvs users: if you manage to crash
12185         Sylpheed-Claws while moving, copying or deleting
12186         mails, we *are* interested in stack traces and
12187         valgrind logs. It looks stable, but one never
12188         knows...
12189
12190         * src/folder.c
12191                 Add progressbar for cache updates
12192         * src/folderutils.c
12193                 Optimize Mark all read in the current
12194                 folder
12195         * src/mh.c
12196                 Add progressbar for copy/move
12197         * src/procmsg.c
12198                 Optimize O(n^2) in copy/move
12199         * src/summaryview.c
12200         * src/gtk/gtksctree.c
12201                 Optimize O(n^2) algos
12202         * src/common/timing.h
12203                 Display ms instead of us
12204
12205 2006-05-24 [wwp]        2.2.0cvs53
12206
12207         * manual/fr/advanced.xml
12208                 updates to the French manual.
12209
12210 2006-05-24 [wwp]        2.2.0cvs52
12211
12212         * src/common/utils.c
12213                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12214
12215 2006-05-24 [wwp]        2.2.0cvs51
12216
12217         * src/folderutils.c
12218                 fixed "mark all read" in MH folders (thanks to Colin).
12219
12220 2006-05-24 [paul]       2.2.0cvs50
12221
12222         * doc/man/sylpheed-claws.1
12223                 updated the man page
12224
12225 2006-05-23 [colin]      2.2.0cvs49
12226
12227         * src/folderview.c
12228         * src/imap.c
12229         * src/inc.c
12230         * src/mbox.c
12231         * src/messageview.c
12232         * src/news.c
12233         * src/send_message.c
12234         * src/summaryview.c
12235         * src/gtk/sslcertwindow.c
12236                 alertpanel fixes, by Fabien
12237
12238 2006-05-23 [colin]      2.2.0cvs48
12239
12240         * src/folder.c
12241         * src/folderview.c
12242         * src/msgcache.c
12243         * src/summaryview.c
12244         * src/gtk/gtksctree.c
12245         * src/gtk/gtksctree.h
12246                 More timings
12247                 Fix slow loading problem, which was caused by the
12248                 use of some gtk_ctree funcs and their use of
12249                 g_list_position while gtk_ctree_(un)link'ing.
12250                 Reap more functions from gtkctree.c to be sure we
12251                 use our (fast) version instead of theirs.
12252         * src/mh.c
12253                 Fix copy of unread mails
12254
12255
12256 2006-05-22 [wwp]        2.2.0cvs47
12257
12258         * manual/fr/advanced.xml
12259                 updated.
12260
12261 2006-05-22 [colin]      2.2.0cvs46
12262
12263         * src/filtering.c
12264                 Fix possible infinite loop. 'copy' is not a 
12265                 final action, so when encountering a 'copy',
12266                 we have to check if a previous one was set
12267                 and do it. In the same way, if we encounter
12268                 a 'move' we have to perform a possibly 
12269                 pending 'copy'. This will slow down filtering
12270                 on IMAP if move+copy or multiple copy actions
12271                 are to be done, but handling it via the batch
12272                 would be really too convoluted.
12273
12274 2006-05-22 [wwp]        2.2.0cvs45
12275
12276         * manual/fr/advanced.xml
12277         * manual/fr/faq.xml
12278         * manual/fr/glossary.xml
12279         * manual/fr/handling.xml
12280         * manual/fr/intro.xml
12281         * manual/fr/plugins.xml
12282         * manual/fr/sylpheed-claws-manual.xml
12283                 sync w/ the english manual: updates URIs, documented mailing-list
12284                 support, better explanation about the enabled/disabled feature
12285                 in filtering/processing rules by Paul.
12286
12287 2006-05-21 [colin]      2.2.0cvs44
12288
12289         * src/summaryview.c
12290                 Don't expand after building threads, but during
12291
12292 2006-05-21 [colin]      2.2.0cvs43
12293
12294         * src/procmsg.c
12295         * src/summaryview.c
12296                 More timing possibilities... For next time I have 
12297                 to find out how the hell some 3GHz computer takes
12298                 one minute to open a 30k folder...
12299
12300 2006-05-21 [colin]      2.2.0cvs42
12301
12302         * manual/pl/advanced.xml
12303         * manual/pl/faq.xml
12304         * manual/pl/glossary.xml
12305         * manual/pl/handling.xml
12306         * manual/pl/intro.xml
12307         * manual/pl/plugins.xml
12308         * manual/pl/sylpheed-claws-manual.xml
12309                 Polish manual updated by Pawel
12310
12311 2006-05-20 [colin]
12312
12313         * 2.3.0-rc3 released
12314
12315 2006-05-20 [colin]      2.2.0cvs41
12316
12317         * src/imap.c
12318                 Fix -rc2 problems:
12319                 - remove cache of moved messages from original folder
12320                 - apply new flags to messages even if they aren't appliable
12321                   via IMAP.
12322
12323 2006-05-20 [colin]
12324
12325         * 2.3.0-rc2 released
12326
12327 2006-05-19 [colin]      2.2.0cvs40
12328
12329         * src/imap.c
12330                 Don't issue SELECT in imap_change_flags
12331                 before having checked that we indeed have
12332                 some flags to change. MSG_POSTFILTERED for
12333                 example can't be used on IMAP.
12334                 Fixes bug #955 (copying messages between 
12335                 imap folders is extremely slow), which was
12336                 a regression.
12337
12338 2006-05-19 [colin]      2.2.0cvs39
12339
12340         * src/folder.c
12341         * src/folder.h
12342         * src/folderview.c
12343                 Try to fix bug #830 (Some unread messages 
12344                 get marked read in IMAP inbox):
12345                 - Prevent scanning a folder if it's being 
12346                   opened via the GUI
12347                 - Postpone opening via the GUI of a folder
12348                   currently scanned.
12349
12350
12351 2006-05-19 [wwp]        2.2.0cvs38
12352
12353         * manual/advanced.xml
12354                 fix English+typo (thanks to Paul).
12355
12356 2006-05-19 [wwp]        2.2.0cvs37
12357
12358         * manual/advanced.xml
12359         * manual/fr/advanced.xml
12360         * src/gtk/logwindow.c
12361         * src/prefs_common.c
12362         * src/prefs_common.h
12363                 added hidden prefs to allow customization of colors used in
12364                 protocol log window (useful for dark gtk+ themes).
12365
12366 2006-05-19 [wwp]        2.2.0cvs36
12367
12368         * ChangeLog
12369                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12370
12371 2006-05-19 [paul]       2.2.0cvs35
12372
12373         * src/textview.c
12374                 make Reply-To fully clickable
12375         * src/gtk/logwindow.c
12376                 more colouring (SMTP ESMTP)
12377         Both patches by Pawel Pekala
12378
12379 2006-05-19 [cleroy]     2.2.0cvs34
12380
12381         * src/mh.c
12382                 Don't update flags from current folder
12383                 Probably fixes bug #935 (Read Messages 
12384                 Revert to Being Marked as Unread)
12385
12386 2006-05-18 [colin]      2.2.0cvs33
12387
12388         * src/imap.c
12389                 Warning fix
12390         * src/compose.c
12391         * src/mainwindow.c
12392         * src/summaryview.c
12393         * src/toolbar.c
12394                 Allow replying to multiple emails
12395                 in multiple windows
12396         * src/mimeview.c
12397         * src/etpan/imap-thread.c
12398                 Leak fixes
12399
12400 2006-05-18 [paul]       2.2.0cvs32
12401
12402         * src/summaryview.c
12403                 keep Mailing-List menu refreshed
12404                 Thanks to Colin
12405
12406 2006-05-18 [paul]       2.2.0cvs31
12407
12408         * manual/advanced.xml
12409         * manual/faq.xml
12410         * manual/glossary.xml
12411         * manual/handling.xml
12412         * manual/intro.xml
12413         * manual/plugins.xml
12414         * manual/sylpheed-claws-manual.xml
12415                 update URLs
12416                 add info about mailing-list support
12417                 edit filtering info
12418         * src/wizard.c
12419         * src/common/defs.h
12420         * src/gtk/about.c
12421         * src/plugins/dillo_viewer/README
12422                 update URLs
12423
12424 2006-05-17 [wwp]        2.2.0cvs30
12425
12426         * manual/handling.xml
12427         * manual/fr/handling.xml
12428                 documented the ability to enabled/disable filtering/processing rules.
12429
12430 2006-05-17 [colin]      2.2.0cvs29
12431
12432         * src/main.c
12433                 Don't initialize g_thread subsystem if it's 
12434                 already done (thanks to Hiro)
12435         * src/mimeview.c
12436                 Fix saving of parts when there name can't be
12437                 converted from UTF-8.
12438
12439 2006-05-17 [paul]       2.2.0cvs28
12440
12441         * po/Makefile.in.in
12442                 fix config.status warning with autoconf 2.60
12443
12444 2006-05-17 [paul]       2.2.0cvs27
12445
12446         * po/POTFILES.in
12447                 add src/mbox.c
12448
12449 2006-05-17 [wwp]        2.2.0cvs26
12450
12451         * src/mainwindow.c
12452                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12453
12454 2006-05-17 [wwp]        2.2.0cvs25
12455
12456         * src/plugins/demo/demo.c
12457                 updated product name in plugin demo (many plugins need to be
12458                 sync'ed w/ that change).
12459
12460 2006-05-17 [colin]      2.2.0cvs24
12461
12462         * src/mh.c
12463                 Fix leak
12464
12465 2006-05-16 [colin]      2.2.0cvs23
12466
12467         * src/mainwindow.c
12468                 Stupid me hit again. Fix cvs22.
12469
12470 2006-05-16 [colin]      2.2.0cvs22
12471
12472         * src/mainwindow.c
12473                 Fix bug #922 (sylpheed-claws crashed after 
12474                 pushing on Inbox folder)
12475
12476 2006-05-16 [colin]      2.2.0cvs21
12477
12478         * src/compose.c
12479                 Make From header be copy/paste/select-able
12480
12481 2006-05-16 [wwp]        2.2.0cvs20
12482
12483         * src/export.c
12484         * src/matcher.c
12485         * src/summaryview.c
12486         * src/etpan/imap-thread.c
12487                 fix some compiler warnings (thanks to Colin).
12488
12489 2006-05-16 [wwp]        2.2.0cvs19
12490
12491         * src/action.c
12492         * src/gedit-print.c
12493         * src/inc.c
12494         * src/mainwindow.c
12495         * src/mh.c
12496         * src/statusbar.c
12497         * src/send_message.c
12498         * src/summaryview.c
12499                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12500
12501 2006-05-15 [colin]      2.2.0cvs18
12502
12503         * src/procmsg.c
12504                 Fix automatic rule creation with List-Post
12505
12506 2006-05-15 [paul]       2.2.0cvs17
12507
12508         * tools/filter_conv_new.pl
12509                 updated for rule enabling/disabling
12510                 claws version >= 2.3.x required
12511
12512 2006-05-15 [cleroy]     2.2.0cvs16
12513
12514         * src/main.c
12515                 Revert test
12516
12517 2006-05-15 [cleroy]     2.2.0cvs15
12518
12519         * src/main.c
12520                 test
12521
12522 2006-05-15 [wwp]        2.2.0cvs14
12523
12524         * manual/pl/.cvsignore
12525                 ignore generated files.
12526
12527 2006-05-14 [wwp]        2.3.0-rc1
12528
12529         * 2.3.0-rc1 released
12530
12531 2006-05-13 [wwp]        2.2.0cvs13
12532
12533         * src/filtering.c
12534         * src/filtering.h
12535         * src/matcher.c
12536         * src/matcher_parser_lex.l
12537         * src/matcher_parser_parse.y
12538         * src/prefs_filtering.c
12539                 new feature: provide the ability to disable filtering and processing
12540                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12541                 adaptations.
12542
12543 2006-05-13 [colin]      2.2.0cvs12
12544
12545         * src/compose.c
12546                 Remove useless if (a) b; else b;
12547                 Thanks to wwp
12548
12549 2006-05-13 [wwp]        2.2.0cvs11
12550
12551         * src/export.c
12552         * src/import.c
12553         * src/mainwindow.c
12554         * src/mbox.c
12555         * src/summaryview.c
12556         * src/summaryview.h
12557                 no more silent failures (or at least less ones) when importing
12558                 or exporting from/to mbox. Also start importing/exporting if
12559                 the necessary info is set.
12560
12561 2006-05-13 [wwp]        2.2.0cvs10
12562
12563         * RELEASE_NOTES
12564                 restored up-to-date release notes.
12565
12566 2006-05-13 [paul]       2.2.0cvs9
12567
12568         * po/nl.po
12569         * po/ru.po
12570                 updated by Tim Dijkstra and Pavlo Bohmat
12571
12572 2006-05-12 [colin]      2.2.0cvs8
12573
12574         * src/gtk/quicksearch.c
12575                 Add "k" as shortcut for "colorlabel". Patch
12576                 by ath42@users.sf.net.
12577
12578 2006-05-12 [paul]       2.2.0cvs7
12579
12580         * src/prefs_common.h
12581         * src/prefs_summaries.c
12582         * src/summaryview.c
12583                 when entering a folder also allow
12584                 going directly to first Marked message
12585
12586 2006-05-12 [paul]       2.2.0cvs6
12587
12588         * src/summaryview.c
12589                 always obey 'confirm before marking all
12590                 mails read' option
12591
12592 2006-05-12 [paul]       2.2.0cvs5
12593
12594         * src/textview.c
12595                 make Sender fully clickable
12596
12597 2006-05-12 [colin]      2.2.0cvs4
12598
12599         * src/compose.c
12600         * src/compose.h
12601                 Let From be editable
12602         * src/main.c
12603         * src/mh.c
12604                 Full support of .mh_sequences' Unseen seq
12605
12606 2006-05-12 [colin]      2.2.0cvs3
12607
12608         * src/folder.c
12609         * src/mainwindow.c
12610         * src/mainwindow.h
12611         * src/messageview.c
12612         * src/prefs_spelling.c
12613         * src/procheader.c
12614         * src/procmsg.c
12615         * src/procmsg.h
12616         * src/summaryview.c
12617         * src/toolbar.c
12618         * src/toolbar.h
12619                 Add contextual menu on Compose toolbar
12620                 button. Fixes bug #944 (Automatic
12621                 addresses not applied when changing account
12622                 from compose window)
12623                 add Mailing List support
12624                 based on the old 0.6.5claws25 patch by
12625                 Melvin Hadasht, with finishing touches
12626                 by Colin
12627                 Fix "ignore thread" when mails are threaded by
12628                 subject (and weren't ignored although appearing
12629                 in the thread).
12630                 GUI rework.
12631                 Both patches by Pawel.
12632
12633 2006-05-08 [paul]       2.2.0cvs2
12634
12635         * src/mainwindow.c
12636         * src/mainwindow.h
12637         * src/messageview.c
12638         * src/procheader.c
12639         * src/procmsg.c
12640         * src/procmsg.h
12641         * src/summaryview.c
12642                 add Mailing List support
12643                 based on the old 0.6.5claws25 patch by 
12644                 Melvin Hadasht, with finishing touches
12645                 by Colin
12646
12647 2006-05-08 [colin]      2.2.0cvs1
12648
12649         * src/mainwindow.c
12650         * src/toolbar.c
12651         * src/toolbar.h
12652                 Add contextual menu on Compose toolbar 
12653                 button. Fixes bug #944 (Automatic 
12654                 addresses not applied when changing account 
12655                 from compose window)
12656
12657 2006-05-08 [paul]       2.2.0
12658
12659         2.2.0 released
12660
12661 2006-05-08 [paul]       2.1.1cvs51
12662
12663         * po/cs.po
12664         * po/de.po
12665         * po/en_GB.po
12666         * po/fi.po
12667         * po/fr.po
12668         * po/pt_BR.po
12669         * po/sr.po
12670         * po/zh_CN.po
12671                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12672                 Fabien Vantard, Frederico Goncalves Guimaraes,
12673                 Aleksandar Urosevic, and Ralgh Young
12674
12675 2006-05-12 [colin]      2.1.1cvs50
12676
12677         * po/cs.po
12678         * po/de.po
12679         * po/en_GB.po
12680         * po/es.po
12681         * po/fi.po
12682         * po/fr.po
12683         * po/pt_BR.po
12684         * po/sr.po
12685         * po/zh_CN.po
12686                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12687                 Fabien Vantard, Frederico Goncalves Guimaraes,
12688                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12689
12690 2006-05-05 [colin]      2.1.1cvs49
12691
12692         * manual/Makefile.am
12693         * manual/pl/Makefile.am
12694         * manual/pl/account.xml
12695         * manual/pl/ack.xml
12696         * manual/pl/addrbook.xml
12697         * manual/pl/advanced.xml
12698         * manual/pl/faq.xml
12699         * manual/pl/glossary.xml
12700         * manual/pl/gpl.xml
12701         * manual/pl/handling.xml
12702         * manual/pl/intro.xml
12703         * manual/pl/keyboard.xml
12704         * manual/pl/plugins.xml
12705         * manual/pl/starting.xml
12706         * manual/pl/sylpheed-claws-manual.xml
12707         * manual/pl/dist/.cvsignore
12708         * manual/pl/dist/Makefile.am
12709         * manual/pl/dist/html/.cvsignore
12710         * manual/pl/dist/html/Makefile.am
12711         * manual/pl/dist/pdf/.cvsignore
12712         * manual/pl/dist/pdf/Makefile.am
12713         * manual/pl/dist/ps/.cvsignore
12714         * manual/pl/dist/ps/Makefile.am
12715         * manual/pl/dist/txt/.cvsignore
12716         * manual/pl/dist/txt/Makefile.am
12717                 Add the polish translation of the manual,
12718                 Authored by Pawel Pekala.
12719
12720 2006-05-05 [cleroy]     2.1.1cvs48
12721
12722         * src/main.c
12723                 Re-read matcherrc after loading plugins 
12724                 if some of them add folders.
12725
12726 2006-05-03 [colin]      2.1.1cvs47
12727
12728         * src/imap.c
12729                 I'm idiot
12730
12731 2006-05-03 [colin]      2.1.1cvs46
12732
12733         * src/imap.c
12734                 Be sure to have a session when
12735                 getting separator
12736
12737 2006-05-03 [colin]      2.1.1cvs45
12738
12739         * src/imap.c
12740         * src/imap.h
12741         * src/imap_gtk.c
12742                 Fix preventing renaming with namespace 
12743                 separator.
12744
12745 2006-05-01 [colin]      2.1.1cvs44
12746
12747         * src/action.c
12748                 Don't reload messageview when result of
12749                 action is piped.
12750
12751 2006-04-29 [colin]      2.1.1cvs43
12752
12753         * src/prefs_receive.c
12754         * src/plugins/spamassassin/spamassassin_gtk.c
12755         * src/plugins/clamav/clamav_plugin_gtk.c
12756                 GUI fixes by Pawel
12757
12758 2006-04-29 [colin]      2.1.1cvs42
12759
12760         * src/prefs_compose_writing.c
12761         * src/prefs_quote.c
12762                 Cleanups. Patch by Pawel
12763
12764 2006-04-28 [paul]       2.1.1cvs41
12765
12766         * src/matcher.c
12767                 fix returned quick search results when search
12768                 term contains an underscore.
12769                 Thanks to Colin
12770
12771 2006-04-28 [paul]       2.1.1cvs40
12772
12773         * src/prefs_message.c
12774         * src/prefs_receive.c
12775                 GUI cleanups
12776                 Patches by Pawel Pekala
12777
12778 2006-04-27 [colin]      2.1.1cvs39
12779
12780         * src/wizard.c
12781                 Differentiate subject Welcome from
12782                 window's title Welcome
12783
12784 2006-04-27 [paul]
12785
12786         2.2.0-rc1 released
12787
12788 2006-04-27 [paul]       2.1.1cvs38
12789
12790         * manual/advanced.xml
12791         * manual/fr/advanced.xml
12792                 add info about compose_no_markup hidden pref
12793
12794 2006-04-27 [paul]       2.1.1cvs37
12795
12796         * src/prefs_account.c
12797                 improve privacy labels
12798         * src/prefs_msg_colors.c
12799                 change some strings for translators' convenience
12800         * src/gtk/gtkutils.c
12801                 don't underline the link button text
12802
12803 2006-04-25 [colin]      2.1.1cvs36
12804
12805         * src/folder.c
12806                 Complete 2.1.1cvs33 (once more ;)
12807
12808 2006-04-25 [colin]      2.1.1cvs35
12809
12810         * src/editldap.c
12811                 Fix tooltip
12812
12813 2006-04-25 [cleroy]     2.1.1cvs34
12814
12815         * src/compose.c
12816         * src/gtk/gtkaspell.c
12817                 Fix crash on redirect (related to the return 
12818                 of the aspell menu in compose's toolbar)
12819         * src/prefs_msg_colors.c
12820                 Fix sensitivity widgets
12821         * src/image_viewer.c
12822         * src/gtk/pluginwindow.c
12823         * src/gtk/prefswindow.c
12824                 Change released signals to clicked (Fabien)
12825         * po/POTFILES.in
12826         * src/common/socket.c
12827         * src/plugins/spamassassin/spamassassin.c
12828                 Translate strings (Fabien)
12829
12830 2006-04-25 [paul]       2.1.1cvs33
12831
12832         * src/folder.c
12833         * src/folder.h
12834         * src/folderview.c
12835                 complete the fix of bug #912
12836                 Thanks to Colin
12837
12838 2006-04-25 [colin]      2.1.1cvs32
12839
12840         * src/news.c
12841                 Better progress bar
12842         * src/mimeview.c
12843         * src/summaryview.c
12844         * src/summaryview.h
12845                 Fix focus chain
12846                 Patches by Pawel Pekala
12847
12848 2006-04-24 [colin]      2.1.1cvs31
12849
12850         * src/compose.c
12851                 Fix compilation warnings (Fabien)
12852
12853 2006-04-24 [colin]      2.1.1cvs30
12854
12855         * src/addrindex.c
12856         * src/editldap.c
12857         * src/editldap_basedn.c
12858         * src/editldap_basedn.h
12859         * src/ldapctrl.c
12860         * src/ldapctrl.h
12861         * src/ldapquery.c
12862         * src/ldaputil.c
12863         * src/ldaputil.h
12864                 Fix bug #901 (LDAPS support)
12865
12866 2006-04-24 [colin]      2.1.1cvs29
12867
12868         * src/compose.c
12869                 Fix logic on error with send dialog on
12870         * src/imap.c
12871                 Fix compilation without libetpan, thanks
12872                 to Fabien
12873         * src/summaryview.c
12874                 Fix 'context-menu' key
12875
12876 2006-04-23 [colin]      2.1.1cvs28
12877
12878         * src/folder.c
12879                 Never free current's cache to free up 
12880                 memory. Fixes bug #912 (new count 
12881                 randomly set to message count)
12882
12883 2006-04-23 [colin]      2.1.1cvs27
12884
12885         * src/gtk/quicksearch.c
12886                 And remove printf...
12887
12888 2006-04-23 [colin]      2.1.1cvs26
12889
12890         * src/gtk/quicksearch.c
12891                 Fix replacing in quicksearch, and fix inserting
12892                 in the middle of the string. (introduced at 2.1.0cvs22)
12893
12894 2006-04-23 [colin]      2.1.1cvs25
12895
12896         * src/imap.c
12897                 Make sure uidnext is initialized in get_num_list
12898                 (not for stable, related to 2.1.1cvs8 and friends)
12899
12900 2006-04-23 [colin]      2.1.1cvs24
12901
12902         * src/imap.c
12903                 Output something when login is successful
12904                 too
12905
12906 2006-04-23 [colin]      2.1.1cvs23
12907
12908         * src/etpan/imap-thread.c
12909                 Better logging (line-per-line, hide data in fetch)
12910                 Fix a const warning
12911         * src/gtk/logwindow.c
12912         * src/gtk/logwindow.h
12913                 Better logging (color for input/output)
12914
12915 2006-04-21 [colin]      2.1.1cvs22
12916
12917         * src/gtk/quicksearch.c
12918                 On gtk+-2.8, use stock buttons in quicksearch
12919                 Based on a patch by Fabien and a design by Paul
12920
12921 2006-04-21 [colin]      2.1.1cvs21
12922
12923         * src/folderview.c
12924         * src/mainwindow.c
12925                 Fix occasional flicker in folderview
12926         * src/common/utils.c
12927                 Fix bug #943 (Incorrectly parsed email address 
12928                 list in short headers on message view and in 
12929                 printouts)
12930
12931 2006-04-20 [colin]      2.1.1cvs20
12932
12933         * src/imap.c
12934         * src/imap.h
12935         * src/prefs_account.c
12936                 Add ANONYMOUS auth for IMAP
12937
12938 2006-04-20 [paul]       2.1.1cvs19
12939
12940         * src/main.c
12941                 proper fix for 2.1.1cvs18
12942                 Thanks to Colin
12943
12944 2006-04-20 [paul]       2.1.1cvs18
12945
12946         * src/main.c
12947                 fix build warnings
12948
12949 2006-04-20 [paul]       2.1.1cvs17
12950
12951         * src/gtk/quicksearch.c
12952                 fix standard, non-extended Quick search,
12953                 was broken in 2.1.1cvs15.
12954                 Thanks to Colin.
12955
12956 2006-04-20 [colin]      2.1.1cvs16
12957
12958         * src/prefs_matcher.c
12959                 Fix values when reselecting a ~test
12960                 rule
12961
12962 2006-04-19 [colin]      2.1.1cvs15
12963
12964         * src/compose.c
12965         * src/compose.h
12966         * src/gtk/gtkaspell.c
12967         * src/gtk/gtkaspell.h
12968                 Put back Options menu in Spelling/
12969         * src/gtk/quicksearch.c
12970                 Don't search, and show error, if the
12971                 advanced search has a syntax error
12972
12973 2006-04-18 [colin]      2.1.1cvs14
12974
12975         * src/textview.c
12976                 Fix gdk warnings on set_cursor when textview
12977                 isn't visible
12978
12979 2006-04-18 [colin]      2.1.1cvs13
12980
12981         * src/gtk/gtksctree.c
12982                 Remove seemingly useless refresh that causes
12983                 flicker - watch this commit in case of 
12984                 problems before planned backport to stable
12985
12986 2006-04-18 [colin]      2.1.1cvs12
12987
12988         * src/imap.c
12989                 Factorize get/set_xml code
12990         * src/compose.c
12991         * src/prefs_account.c
12992         * src/prefs_account.h
12993         * src/procmsg.c
12994                 Add Encrypt to self option
12995
12996 2006-04-17 [colin]      2.1.1cvs11
12997
12998         * configure.ac
12999                 Fix search on encrpyt function on dragonfly
13000                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13001
13002 2006-04-17 [colin]      2.1.1cvs10
13003
13004         * src/prefs_account.c
13005                 Be safe by default: remove mails from POP3
13006                 after 7 days, not immediately
13007
13008 2006-04-17 [colin]      2.1.1cvs9
13009
13010         * src/etpan/imap-thread.c
13011                 Fix build on DragonFly - patch by 
13012                 Jonathan Buschmann <jonthn@agmact.com>
13013
13014 2006-04-17 [colin]      2.1.1cvs8
13015
13016         * src/imap.c
13017                 Save uidnext between sessions
13018
13019 2006-04-17 [colin]      2.1.1cvs7
13020
13021         * src/imap.c
13022                 scan is required when uid validity changes
13023
13024 2006-04-17 [colin]      2.1.1cvs6
13025
13026         * src/folderview.c
13027                 Don't scan if not necessary, apart in current
13028                 folder and INBOX to fetch flags.
13029         * src/imap.c
13030                 Scan is necessary if unread count changes
13031
13032 2006-04-17 [colin]      2.1.1cvs5
13033
13034         * src/imap.c
13035                 ...But always fetch ANSWERED and DELETED flags for
13036                 INBOX, as filtering can happen on these flags.
13037
13038 2006-04-17 [colin]      2.1.1cvs4
13039
13040         * src/imap.c
13041                 Don't fetch REPLIED and DELETED flags when synchronising
13042                 flags with a closed folder. We only need UNSEEN and FLAGGED
13043                 to update the folderview.
13044
13045 2006-04-17 [colin]      2.1.1cvs3
13046
13047         * src/imap.c
13048                 Faster flag search when there are new mails 
13049                 in a folder. We can do a full search if the 
13050                 folder contains less messages than the new
13051                 list.
13052
13053 2006-04-17 [colin]      2.1.1cvs2
13054
13055         * po/cs.po
13056         * po/de.po
13057         * po/fr.po
13058         * po/nl.po
13059         * po/pt_BR.po
13060                 Update translations from stable branch
13061
13062 2006-04-17 [colin]      2.1.1cvs1
13063
13064         * configure.ac
13065                 Bump version to follow stable release
13066
13067 2006-04-16 [mones]      2.1.0cvs50
13068
13069         * po/es.po
13070                 Updated for release
13071
13072 2006-04-16 [colin]      2.1.0cvs49
13073
13074         * src/textview.c
13075                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13076                 with gtk < 2.8. Thanks to Fabien Vantard.
13077
13078 2006-04-15 [colin]      2.1.0cvs48
13079
13080         * src/etpan/imap-thread.c
13081                 Fix bug #919 (libetpan: SEGV when connecting 
13082                 using command)
13083
13084 2006-04-14 [colin]      2.1.0cvs47
13085
13086         * src/main.c
13087                 Fix race on --select (should be done better)
13088
13089 2006-04-14 [wwp]        2.1.0cvs46
13090
13091         * src/send_message.c
13092                 enforce a check for domain in account prefs (a sending
13093                 error could be faced if domain was checked but no value set),
13094                 thanks to Colin.
13095
13096 2006-04-14 [colin]      2.1.0cvs45
13097
13098         * src/codeconv.c
13099                 when converting from unknown to unknown, if the
13100                 string is UTF8, don't convert it to the locale
13101                 (which breaks it)
13102
13103 2006-04-14 [colin]      2.1.0cvs44
13104
13105         * src/compose.c
13106                 Don't try to use ASCII for converting headers
13107                 (as done in body)
13108
13109 2006-04-14 [paul]       2.1.0cvs43
13110
13111         * src/crash.c
13112                 add locale/charset info to crash report
13113         * src/gtk/about.c
13114                 add wwp to doc team
13115                 replace 'e-mail' with preferred 'email'
13116         * src/gtk/authors.h
13117                 ensure contributors list is in alphabetical
13118                 order
13119
13120 2006-04-13 [colin]      2.1.0cvs42
13121
13122         * src/textview.c
13123                 Prevent gdk warnings
13124
13125 2006-04-13 [colin]      2.1.0cvs41
13126
13127         * src/common/ssl_certificate.c
13128         * src/common/ssl_certificate.h
13129         * src/gtk/sslcertwindow.c
13130                 Warn on expired certs, and display the expiration date
13131
13132 2006-04-13 [colin]      2.1.0cvs40
13133
13134         * src/plugins/spamassassin/spamassassin_gtk.c
13135                 Fix missing set_text on unix socket
13136
13137 2006-04-13 [wwp]        2.1.0cvs39
13138
13139         * manual/fr/advanced.xml
13140         * manual/fr/glossary.xml
13141                 applied new spam/ham/email lexicon (pourriel, courriel)
13142
13143 2006-04-13 [paul]       2.1.0cvs38
13144
13145         * src/plugins/pgpmime/plugin.c
13146                 remove the mention of S/MIME from the
13147                 description. This is now handled by the
13148                 S/MIME plugin.
13149
13150 2006-04-13 [paul]       2.1.0cvs37
13151
13152         * src/prefs_msg_colors.c
13153                 rework dialog
13154         * src/prefs_folder_item.c
13155         * src/prefs_spelling.c
13156                 add a tooltip to the colour selector buttons
13157
13158 2006-04-13 [wwp]        2.1.0cvs36
13159
13160         * manual/advanced.xml
13161         * manual/glossary.xml
13162         * manual/handling.xml
13163         * manual/keyboard.xml
13164         * manual/plugins.xml
13165         * manual/starting.xml
13166         * manual/fr/account.xml
13167         * manual/fr/ack.xml
13168         * manual/fr/addrbook.xml
13169         * manual/fr/advanced.xml
13170         * manual/fr/faq.xml
13171         * manual/fr/glossary.xml
13172         * manual/fr/gpl.xml
13173         * manual/fr/handling.xml
13174         * manual/fr/intro.xml
13175         * manual/fr/keyboard.xml
13176         * manual/fr/plugins.xml
13177         * manual/fr/starting.xml
13178         * manual/fr/sylpheed-claws-manual.xml
13179                 fixes to the manuals:
13180                  - summaryview -> Message List (same in French)
13181                  - translate key names
13182                  - fix French punctuation, use non-breakable spaces when
13183                    necessary, don't use &thinsp; which is not portable
13184                  - tell what maildir and mbox formats we support
13185
13186 2006-04-12 [wwp]        2.1.0cvs35
13187
13188         * src/prefs_toolbar.c
13189                 unified a replace button more,
13190                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13191
13192 2006-04-12 [wwp]        2.1.0cvs34
13193
13194         * src/prefs_common.c
13195         * src/prefs_msg_colors.c
13196                 make default color labels translatable,
13197                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13198                 thanks to Tim <timbrain@post.cz> for reporting.
13199
13200 2006-04-12 [wwp]        2.1.0cvs33
13201
13202         * manual/glossary.xml
13203         * manual/intro.xml
13204         * manual/plugins.xml
13205         * manual/starting.xml
13206         * manual/sylpheed-claws-manual.xml
13207         * manual/fr/.cvsignore
13208         * manual/fr/account.xml
13209         * manual/fr/ack.xml
13210         * manual/fr/addrbook.xml
13211         * manual/fr/advanced.xml
13212         * manual/fr/faq.xml
13213         * manual/fr/glossary.xml
13214         * manual/fr/handling.xml
13215         * manual/fr/intro.xml
13216         * manual/fr/keyboard.xml
13217         * manual/fr/plugins.xml
13218         * manual/fr/starting.xml
13219         * manual/fr/sylpheed-claws-manual.xml
13220                 various fixes: typos, missing .fr translations, punctuation,
13221                 capitalization, links, accents and some bad French more.
13222
13223 2006-04-12 [wwp]        2.1.0cvs32
13224
13225         * src/prefs_gtk.c
13226                 fix for bug #935: always store prefs files in UTF-8 (thanks
13227                 to Colin).
13228
13229 2006-04-11 [colin]      2.1.0cvs31
13230
13231         * src/compose.c
13232                 Fix inserting files not in utf8 when locale is utf8
13233
13234 2006-04-11 [colin]      2.1.0cvs30
13235
13236         * src/inc.c
13237                 Don't show error dialog when cancelling connection
13238                 Patch by Pawel
13239
13240 2006-04-11 [cleroy]     2.1.0cvs29
13241
13242         * src/compose.c
13243                 Implement multiple quote levels
13244         * src/prefs_common.c
13245                 Change a little bit the quote bgcolor for 2nd level
13246
13247 2006-04-11 [colin]      2.1.0cvs28
13248
13249         * src/gtk/about.c
13250                 Add locale and charset in the label
13251
13252 2006-04-10 [colin]      2.1.0cvs27
13253
13254         * src/compose.c
13255         * src/prefs_common.c
13256         * src/prefs_common.h
13257         * src/prefs_msg_colors.c
13258         * src/textview.c
13259                 Allow optional background color in quotes
13260                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13261                 GTK+-2.8.x feature
13262
13263 2006-04-10 [colin]      2.1.0cvs26
13264
13265         * src/main.c
13266         * src/mainwindow.c
13267         * src/mainwindow.h
13268                 Implement --select
13269
13270 2006-04-10 [colin]      2.1.0cvs25
13271
13272         * manual/plugins.xml
13273         * manual/fr/plugins.xml
13274                 Document libcurl's proxy variables
13275
13276 2006-04-09 [colin]      2.1.0cvs24
13277
13278         * src/prefs_common.c
13279                 gettext() returns statically allocated stuff. We have
13280                 to strdup it in order to be able to free it.
13281
13282 2006-04-09 [colin]      2.1.0cvs23
13283
13284         * AUTHORS
13285         * src/gtk/authors.h
13286                 Add Alexei
13287
13288 2006-04-09 [colin]      2.1.0cvs22
13289
13290         * src/mainwindow.c
13291         * src/gtk/quicksearch.c
13292                 Fix bug #859 (problems with cyrilic input in 
13293                 search panel) - Patch by Alexey Illarionov 
13294                 <littlesavage@rambler.ru>
13295
13296 2006-04-09 [colin]      2.1.0cvs21
13297
13298         * src/prefs_customheader.c
13299                 I prefer removing then freeing rather than the contrary
13300                 (even if it doesn't change anything ;-)
13301         * src/prefs_account.c
13302                 Fix bug #933 (Crash re-entering the custom headers list 
13303                 dialog in accounts prefs)
13304                 The problem happened when cancelling the Account 
13305                 Preferences' dialogs - in which case we didn't do 
13306                 anything to the PrefsAccount * struct. In case of applying,
13307                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13308                 working with in this dialog. The problem is that 
13309                 prefs_customheader.c, working on this tmp_ac_prefs, always
13310                 changes the ->customhdr_list pointer, even when cancelled. 
13311                 So in case of cancelling the prefs_account dialog, we still
13312                 have to update ->customhdr_list in the real account.
13313
13314 2006-04-08 [colin]      2.1.0cvs20
13315
13316         * manual/fr/glossary.xml
13317         * manual/fr/keyboard.xml
13318                 Forgot some headers :)
13319
13320 2006-04-08 [colin]      2.1.0cvs19
13321
13322         * manual/Makefile.am
13323         * manual/fr/Makefile.am
13324         * manual/fr/account.xml
13325         * manual/fr/ack.xml
13326         * manual/fr/addrbook.xml
13327         * manual/fr/advanced.xml
13328         * manual/fr/faq.xml
13329         * manual/fr/glossary.xml
13330         * manual/fr/gpl.xml
13331         * manual/fr/handling.xml
13332         * manual/fr/intro.xml
13333         * manual/fr/keyboard.xml
13334         * manual/fr/plugins.xml
13335         * manual/fr/starting.xml
13336         * manual/fr/sylpheed-claws-manual.xml
13337         * manual/fr/dist/.cvsignore
13338         * manual/fr/dist/Makefile.am
13339         * manual/fr/dist/html/.cvsignore
13340         * manual/fr/dist/html/Makefile.am
13341         * manual/fr/dist/pdf/.cvsignore
13342         * manual/fr/dist/pdf/Makefile.am
13343         * manual/fr/dist/ps/.cvsignore
13344         * manual/fr/dist/ps/Makefile.am
13345         * manual/fr/dist/txt/.cvsignore
13346         * manual/fr/dist/txt/Makefile.am
13347                 Add the french translation of the manual. Thanks to
13348                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13349                 account.xml, ack.xml, addrbook.xml and advanced.xml
13350
13351 2006-04-08 [colin]      2.1.0cvs18
13352
13353         * manual/plugins.xml
13354         * manual/starting.xml
13355                 More fixes
13356
13357 2006-04-07 [colin]      2.1.0cvs17
13358
13359         * manual/faq.xml
13360         * manual/intro.xml
13361         * manual/keyboard.xml
13362                 Little fixes
13363
13364 2006-04-07 [colin]      2.1.0cvs16
13365
13366         * README
13367         * src/compose.c
13368         * src/prefs_common.c
13369         * src/prefs_common.h
13370                 Add hidden compose_no_markup pref
13371
13372 2006-04-07 [wwp]        2.1.0cvs15
13373
13374         * src/summary_search.c
13375         * .cvsignore
13376                 Bugfix: stop button was sticky when searching in an empty folder.
13377                 Applied curly brackets code style to the whole file (summary_search.c).
13378                 More files to ignore.
13379
13380 2006-04-07 [wwp]        2.1.0cvs14
13381
13382         * src/message_search.c
13383         * src/summary_search.c
13384                 changed default button when search bumps at file/folder
13385                 beginning or end, for convenience (thanks to Colin).
13386
13387 2006-04-07 [paul]       2.1.0cvs13
13388
13389         * src/plugins/dillo_viewer/dillo_prefs.c
13390                 avoid future potential for namespace collision
13391                 Patch by Colin
13392
13393 2006-04-06 [wwp]        2.1.0cvs12
13394
13395         * src/summary_search.c
13396                 Unify extended/advanced searches names (and thus factorize labels),
13397                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13398
13399 2006-04-06 [wwp]        2.1.0cvs11
13400
13401         * src/folderview.c
13402         * src/prefs_themes.c
13403         * src/summaryview.c
13404                 Fixed some compilation warnings.
13405
13406 2006-04-06 [colin]      2.1.0cvs10
13407
13408         * manual/advanced.xml
13409                 Document the wizard template and how to deploy
13410                 Sylpheed-Claws effectively
13411
13412 2006-04-06 [colin]      2.1.0cvs9
13413
13414         * src/folderview.c
13415                 gettext patch to tell translators about _("#"),
13416                 by Maxim Britov
13417
13418 2006-04-06 [colin]      2.1.0cvs8
13419
13420         * src/textview.c
13421                 Fix invalid GtkTextBIter after clicking "Display as text"
13422
13423 2006-04-06 [mones]      2.1.0cvs7
13424
13425         * src/addr_compl.c
13426         * src/addrindex.c
13427         * src/addritem.c
13428         * src/codeconv.c
13429         * src/compose.c
13430         * src/filtering.c
13431         * src/folder.c
13432         * src/folder_item_prefs.c
13433         * src/folderview.c
13434         * src/localfolder.c
13435         * src/matcher.c
13436         * src/mimeview.c
13437         * src/prefs_msg_colors.c
13438         * src/prefs_spelling.c
13439         * src/prefs_themes.c
13440         * src/procmime.c
13441         * src/procmsg.c
13442         * src/stock_pixmap.c
13443         * src/summaryview.c
13444         * src/textview.c
13445         * src/toolbar.c
13446         * src/common/mgutils.c
13447         * src/common/prefs.c
13448         * src/common/ssl_certificate.c
13449         * src/gtk/colorlabel.c
13450         * src/gtk/quicksearch.c
13451         * src/plugins/pgpmime/pgpmime.c
13452         * src/plugins/spamassassin/spamassassin.c
13453                 Removed redundant NULL checks for g_free() calls.
13454                 Patch by Pawel Pekala.
13455
13456 2006-04-06 [mones]      2.1.0cvs6
13457
13458         * src/prefs_actions.c
13459         * src/prefs_filtering.c
13460         * src/prefs_filtering_action.c
13461         * src/prefs_matcher.c
13462         * src/prefs_template.c
13463         * src/gtk/gtkutils.c
13464         * src/gtk/gtkutils.h
13465                 Have a nice replace button. Patch by Pawel Pekala
13466
13467 2006-04-06 [colin]      2.1.0cvs5
13468
13469         * src/addressbook.c
13470                 Fix crash with empty columns
13471
13472 2006-04-05 [colin]      2.1.0cvs4
13473
13474         * src/wizard.c
13475         * src/prefs_gtk.c
13476                 Allow wizard customization with pre-filled values
13477
13478 2006-04-05 [colin]      2.1.0cvs3
13479
13480         * src/textview.c
13481         * src/mimeview.c
13482         * src/mimeview.h
13483                 Nicer messages in mimeview
13484
13485 2006-04-05 [colin]      2.1.0cvs2
13486
13487         * src/addressbook.c
13488         * src/prefs_summaries.c
13489                 i18n fix
13490
13491 2006-04-05 [colin]      2.1.0cvs1
13492
13493         * src/plugins/pgpcore/plugin.c
13494         * src/plugins/pgpcore/select-keys.c
13495         * src/plugins/pgpcore/select-keys.h
13496         * src/plugins/pgpcore/sgpgme.c
13497         * src/plugins/pgpcore/sgpgme.h
13498         * src/plugins/pgpinline/pgpinline.c
13499         * src/plugins/pgpinline/plugin.c
13500         * src/plugins/pgpmime/pgpmime.c
13501         * src/plugins/pgpmime/plugin.c
13502                 Factorize and generalize a bit 
13503                 Drop S/MIME signature verification from PGP/MIME
13504                 (adding it as another, more complete plugin)
13505
13506 2006-04-05 [paul]       2.1.0
13507
13508         2.1.0 released
13509
13510 2006-04-05 [paul]       2.0.0cvs186
13511
13512         * manual/advanced.xml
13513                 add info on colour labels
13514
13515 2006-04-05 [paul]       2.0.0cvs185
13516
13517         * po/bg.po
13518         * po/cs.po
13519         * po/de.po
13520         * po/el.po
13521         * po/en_GB.po
13522         * po/fi.po
13523         * po/fr.po
13524         * po/it.po
13525         * po/nl.po
13526         * po/pl.po
13527         * po/pt_BR.po
13528         * po/sr.po
13529         * po/zh_CN.po
13530                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13531                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13532                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13533                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13534         * src/gtk/authors.h
13535         * tools/claws.i18n.status.pl
13536                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13537                 and new Czech translator, Tim <timbrain@post.cz>
13538
13539 2006-04-05 [mones]      2.0.0cvs184
13540
13541         * po/es.po
13542                 Updated translation
13543
13544 2006-04-05 [colin]      2.0.0cvs183
13545
13546         * src/gtk/quicksearch.c
13547                 Fix bug #929 (unnecessary reload in quick search bar)
13548
13549 2006-04-05 [colin]      2.0.0cvs182
13550
13551         * src/compose.c
13552                 Fix crash on Reply with no From:
13553                 Show signature and conversion error on queuing 
13554                 (but not sending)
13555         * src/mainwindow.c
13556         * src/summaryview.c
13557         * src/summaryview.h
13558                 Factorize threading code and make sure msginfo 
13559                 is not null when it comes from a GtkCTreeRow's 
13560                 data
13561         * src/gtk/gtkaspell.c
13562                 Check for necessary things
13563         * src/gtk/gtksctree.c
13564         * src/gtk/gtksctree.h
13565                 Reset anchor if necessary when removing node
13566
13567 2006-03-29 [colin]      2.0.0cvs181
13568
13569         * src/folderview.c
13570                 Warn for disabled IMAP accounts (due to lack of
13571                 libetpan). Breaks string-freeze - sorry - but it
13572                 is kind of important ;)
13573
13574 2006-03-28 [colin]      2.0.0cvs180
13575
13576         * src/gtk/gtkutils.c
13577         * src/gtk/gtkutils.h
13578                 Add a gtkut_get_link_btn() function that
13579                 creates a button which acts like an URI
13580         * src/prefs_themes.c
13581         * src/gtk/about.c
13582                 Use this function (factorizes codes)
13583         * src/common/defs.h
13584         * src/gtk/pluginwindow.c
13585                 Add a "Get more..." in the plugins window
13586
13587 2006-03-28 [colin]      2.0.0cvs179
13588
13589         * src/common/smtp.c
13590         * src/common/passcrypt.c
13591         * src/undo.c
13592                 Warning fixes. Patch by Pawel Pekala
13593
13594 2006-03-27 [colin]      2.0.0cvs178
13595
13596         * src/undo.c
13597                 Fix undoing by blocks with spaces
13598
13599 2006-03-27 [colin]      2.0.0cvs177
13600
13601         * src/textview.c
13602                 Set margin to 3px for headers
13603
13604 2006-03-27 [paul]
13605
13606         2.1.0-rc2 released
13607
13608 2006-03-27 [wwp]        2.0.0cvs176
13609
13610         * src/summaryview.c
13611                 don't reset quicksearch when updating the message list.
13612                 Thanks to Colin.
13613
13614 2006-03-26 [wwp]        2.0.0cvs175
13615
13616         * src/compose.c
13617                 use a unified border width ('other' tab in the compose window,
13618                 patch by Pawel Pekala).
13619
13620
13621 2006-03-26 [wwp]        2.0.0cvs174
13622
13623         * src/common/quoted-printable.c
13624         * src/addressbook.c
13625                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13626
13627 2006-03-26 [colin]      2.0.0cvs173
13628
13629         * src/quote_fmt_parse.y
13630                 Fix non-UTF8 date formats messing up the whole quote a 
13631                 little bit
13632
13633 2006-03-26 [colin]      2.0.0cvs172
13634
13635         * src/procheader.c
13636                 Make sure the date is UTF8 valid, or try to make it
13637                 so. IncrediMail is really IncrediStupid.
13638         * src/compose.c
13639                 Fix possible conversions. 
13640                 
13641
13642 2006-03-26 [colin]      2.0.0cvs171
13643
13644         * src/matcher.c
13645                 Fix corner cases in body search. This is still a
13646                 hack... It seems impossible to make it good and 
13647                 reasonably fast at the same time.
13648
13649 2006-03-26 [colin]      2.0.0cvs170
13650
13651         * src/summaryview.c
13652                 I think I killed the twilight zone bug!
13653                 summary_select_node() flushes GTK events in order
13654                 to be able to center the view. But this also 
13655                 flushes keypresses like Ctrl-Alt-U, so this can
13656                 call summary_show from summary_select_node (itself
13657                 called from summary_show, etc.). And the summaryview
13658                 has to be unlocked in this function. So just locking
13659                 while processing GTK events, and bailing if locked, 
13660                 should fix it.
13661                 Fixes bug #927 (SIGSEGV during Update Summary)
13662
13663 2006-03-25 [colin]      2.0.0cvs169
13664
13665         * src/matcher.c
13666                 Fix search in QP-encoded bodies
13667                 Fix utf-8 searches in bodies encoded in the
13668                 locale's encoding
13669         * src/common/quoted-printable.c
13670         * src/common/quoted-printable.h
13671                 Add a decode function that doesn't overwrite
13672                 the original pointer
13673                 
13674
13675 2006-03-24 [colin]      2.0.0cvs168
13676
13677         * src/action.c
13678         * src/summaryview.c
13679         * src/summaryview.h
13680                 Update message cache after action
13681                 Patch by H. Merijn Brand
13682         * src/prefs_msg_colors.c
13683                 Factorize label 
13684                 Patch by Fabien Vantard
13685         * src/plugins/spamassassin/spamassassin_gtk.c
13686                 Remove useless translation
13687                 Patch by Fabien Vantard
13688
13689 2006-03-23 [colin]      2.0.0cvs167
13690
13691         * src/common/ssl.c
13692                 Let 30 seconds to SSL_connect
13693
13694 2006-03-23 [wwp]        2.0.0cvs166
13695
13696         * src/summaryview.c
13697         * src/gtk/description_window.c
13698                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13699                 and headers are translated; adjust description windows' width to fit their
13700                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13701
13702 2006-03-23 [paul]       2.0.0cvs165
13703
13704         * src/common/utils.c
13705                 fix highlighting of URIs containing "()"
13706                 (2.0.0cvs164's reversal fixed)
13707                 Thanks to Colin.
13708
13709 2006-03-23 [paul]       2.0.0cvs164
13710
13711         * src/common/utils.c
13712                 revert patch, (postponing a fix), at 2.0.0cvs120
13713                 as it breaks more URIs than it fixes.
13714                 Allow '-' to be a terminating character in a URI
13715
13716 2006-03-22 [colin]      2.0.0cvs163
13717
13718         * configure.ac
13719                 Require libetpan 0.45
13720                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13721
13722 2006-03-22 [paul]       2.0.0cvs162
13723
13724         * src/editgroup.c
13725                 replace '<-' and '->' buttons with GTK_STOCK graphical
13726                 buttons
13727         * src/summary_search.c
13728                 don't offer '...' for translation
13729                 add a tooltip to advanced search '...' button
13730         * src/gtk/quicksearch.c
13731                 don't offer '...' for translation
13732
13733 2006-03-21 [colin]      2.0.0cvs161
13734
13735         * src/compose.c
13736                 Fix middle-click pasting (insert at click
13737                 position instead of cursor position, don't
13738                 remove existing selection and allow pasting
13739                 our own selection)
13740         * src/addressbook.c
13741                 "LDAP Server" -> "LDAP servers"
13742
13743 2006-03-21 [wwp]        2.0.0cvs160
13744
13745         * src/etpan/imap-thread.c
13746                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13747
13748 2006-03-20 [colin]      2.0.0cvs159
13749
13750         * src/summaryview.c
13751                 Don't reload summaryview after an execute with no
13752                 move action
13753
13754 2006-03-19 [colin]      2.0.0cvs158
13755
13756         * src/addressbook.c
13757                 and put groups at the top, always
13758
13759 2006-03-19 [colin]      2.0.0cvs157
13760
13761         * src/addressbook.c
13762                 Order groups before names, as previously
13763
13764 2006-03-19 [colin]      2.0.0cvs156
13765
13766         * src/addressbook.c
13767                 - Sort case-unsensitive
13768                 - Put the sort arrow at opening too
13769
13770 2006-03-19 [wwp]        2.0.0cvs155
13771
13772         * src/addressbook.c
13773                 allow sorting by name/email/remarks, ensure that right-pane's contents
13774                 matches the left-pane selection (cleared when appropriate).
13775                 Patch by Pawel Pekala <c0rn@o2.pl>.
13776
13777 2006-03-18 [colin]      2.0.0cvs154
13778
13779         * src/textview.c
13780                 Fix text cursor ;)
13781
13782 2006-03-18 [colin]      2.0.0cvs153
13783
13784         * src/gtk/filesel.c
13785                 Make sure we hide the preview if we didn't get
13786                 a filename
13787
13788 2006-03-18 [colin]      2.0.0cvs152
13789
13790         * src/summaryview.c
13791                 Set cursor to watch for execution (fixes lack
13792                 of watch-cursor when dnd'ing hundreds of mails)
13793         * src/gtk/filesel.c
13794                 Check that mime type is 'image/*' before updating
13795                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13796
13797 2006-03-18 [colin]      2.0.0cvs151
13798
13799         * src/mainwindow.c
13800         * src/textview.c
13801         * src/textview.h
13802                 Put a watch cursor in textview too when the mainwindow's
13803                 cursor in a watch
13804
13805 2006-03-18 [colin]      2.0.0cvs150
13806
13807         * src/folder.c
13808                 Change wrong asserts to simple tests
13809
13810 2006-03-17 [colin]      2.0.0cvs149
13811
13812         * src/mainwindow.c
13813         * src/mainwindow.h
13814         * src/prefs_msg_colors.c
13815         * src/summaryview.c
13816         * src/summaryview.h
13817         * src/gtk/colorlabel.c
13818         * src/gtk/colorlabel.h
13819                 Add a color label menu in the main menubar
13820                 Add (fixed) accels Ctrl-{0-7} to change the color
13821                 They have to be fixed because the menu's dynamic,
13822                 the items are complex widgets, hence we can't use
13823                 a GtkItemFactory.
13824
13825
13826 2006-03-17 [wwp]        2.0.0cvs148
13827
13828         * src/compose.c
13829                 rollback few lines from my previous commit (those lines come from
13830                 a pending patch, accidentally commited, even if neutral as they are
13831                 commented out).
13832
13833 2006-03-17 [wwp]        2.0.0cvs147
13834
13835         * src/compose.c
13836                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13837                 applied code style/indentation to the modified function.
13838
13839 2006-03-17 [wwp]        2.0.0cvs146
13840
13841         * src/procmsg.c
13842         * src/compose.c
13843                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13844
13845 2006-03-17 [paul]
13846
13847         2.1.0-rc1 released
13848
13849 2006-03-17 [paul]       2.0.0cvs145
13850
13851         * src/main.c
13852                 addressbook_read_file() was called twice
13853         * src/textview.c
13854                 X-Mailer highlighting
13855
13856 2006-03-16 [colin]      2.0.0cvs144
13857
13858         * src/sourcewindow.c
13859         * src/sourcewindow.h
13860                 And the last one, in source window.
13861
13862 2006-03-16 [colin]      2.0.0cvs143
13863
13864         * src/compose.c
13865         * src/compose.h
13866                 Fix the same stuff in compose
13867
13868 2006-03-16 [colin]      2.0.0cvs142
13869
13870         * src/messageview.c
13871                 Complete the previous messageview crash fix
13872
13873 2006-03-16 [colin]      2.0.0cvs141
13874
13875         * src/procmsg.h
13876         * src/procmsg.c
13877         * src/folder.c
13878                 Fix POSTPROCESSING hook
13879                 Patch by H. Merijn Brand
13880
13881         * src/procmime.c
13882         * src/procmime.h
13883                 Parse Content-Location
13884
13885         * src/toolbar.c
13886         * src/messageview.c
13887         * src/messageview.h
13888                 Don't crash when a top-level MessageView has
13889                 been closed on us. Same problematic than
13890                 yesterday's quicksearch issue.
13891
13892 2006-03-15 [colin]      2.0.0cvs140
13893
13894         * src/gtk/quicksearch.c
13895                 Fix a bitchy race we didn't think about when we
13896                 added quicksearch cancellation:
13897                 If the search is not on cached fields, for example
13898                 body_part matchcase "stuff"
13899                 the matcher code has to get the whole message. If
13900                 we're on IMAP, that can be slow, and in order to
13901                 be non-blocking, the IMAP code idle loop processes
13902                 gtk events too. So it is possible to cancel a
13903                 quicksearch while the matcher is getting the mail's
13904                 body. After matcher got its body, it will start to
13905                 iterate over the matcher list that the Quicksearch's
13906                 clear_search_cb() just freed via prepare_matcher().
13907                 SIGSEGV ensues.
13908                 The fix consists of guarding the matcherlist_match()
13909                 call with a boolean 'matching'. If we reset the
13910                 quicksearch while matching is TRUE, we don't free
13911                 the matcherlist anymore like we did, but we set
13912                 another new flag, deferred_free, to TRUE. Then,
13913                 in quicksearch_match(), just after returning from
13914                 matcherlist_match() and unsetting the matching flag,
13915                 we check the deferred_free flag and do the
13916                 prepare_matcher() (which does the matcherlist_free)
13917                 for real, so we free the matcherlist once it's not
13918                 used anymore.
13919                 As all of this runs via the glib main loop, we
13920                 luckily don't need a mutex.
13921         * src/summaryview.c
13922                 Also, show progress while searching.
13923
13924
13925 2006-03-14 [colin]      2.0.0cvs139
13926
13927         * src/alertpanel.c
13928                 Make alertpanel_is_open non-static
13929
13930 2006-03-14 [colin]      2.0.0cvs138
13931
13932         * src/prefs_spelling.c
13933                 Cleanups - Fabien Vantard
13934
13935 2006-03-14 [wwp]        2.0.0cvs137
13936
13937         * src/main.c
13938                 code style normalization (curly braces, indentation).
13939
13940 2006-03-14 [wwp]        2.0.0cvs137
13941
13942         * src/main.c
13943                 code style (braces, indentation)
13944
13945 2006-03-12 [paul]       2.0.0cvs136
13946
13947         * src/prefs_common.c
13948                 trans_hdr defaults to FALSE to be RFC-savvy
13949         * src/prefs_summaries.c
13950                 add a tooltip to the trans_hdr option
13951                 
13952
13953 2006-03-12 [paul]       2.0.0cvs135
13954
13955         * src/prefs_matcher.c
13956                 give a little more width to the combos
13957         * src/prefs_display_header.c
13958         * src/textview.c
13959                 translate headers if prefs_common.trans_hdr
13960                 is TRUE
13961
13962         Patches by Pawel Pekala
13963
13964 2006-03-12 [paul]       2.0.0cvs134
13965
13966         * src/plugins/clamav/clamav_plugin.c
13967         * src/plugins/dillo_viewer/dillo_viewer.c
13968         * src/plugins/pgpcore/plugin.c
13969         * src/plugins/pgpinline/plugin.c
13970         * src/plugins/pgpmime/plugin.c
13971         * src/plugins/spamassassin/spamassassin.c
13972                 update/add to descriptions
13973         * src/plugins/spamassassin/spamassassin_gtk.c
13974                 fixes to the english, remove superfluous
13975                 tooltips, clean up a little
13976
13977 2006-03-12 [paul]       2.0.0cvs133
13978
13979         * src/compose.c
13980                 fix Bug 924, 'Account combo box shows up wrong 
13981                 if & is in account name'
13982
13983 2006-03-11 [colin]      2.0.0cvs132
13984
13985         * src/summaryview.c
13986                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13987                 messed up shift-selection because is slows down
13988                 moving around summaryview. thanks -users
13989
13990 2006-03-10 [colin]      2.0.0cvs131
13991
13992         * src/plugins/spamassassin/spamassassin_gtk.c
13993                 Put back Paul's engrish fixes
13994
13995 2006-03-10 [colin]      2.0.0cvs130
13996
13997         * src/plugins/spamassassin/spamassassin.c
13998         * src/plugins/spamassassin/spamassassin.h
13999         * src/plugins/spamassassin/spamassassin_gtk.c
14000                 Cleanup SA prefs page (more)
14001                 Patch by Fabien Vantard
14002
14003 2006-03-10 [paul]       2.0.0cvs129
14004
14005         * src/prefs_msg_colors.c
14006         * src/prefs_spelling.c
14007                 widget sensitivity
14008
14009 2006-03-09 [mones]      2.0.0cvs128
14010
14011         * po/es.po
14012                 Update for next RC
14013
14014 2006-03-09 [wwp]        2.0.0cvs127
14015
14016         * configure.ac
14017                 revert accidental commit (requirement for libetpan 0.43), this time
14018                 not in HEAD.
14019
14020 2006-03-09 [wwp]        2.0.0cvs125
14021
14022         * configure.ac
14023                 revert accidental commit (requirement for libetpan 0.43)
14024
14025 2006-03-09 [paul]       2.0.0cvs126
14026
14027         * src/prefs_receive.c
14028                 remove useless frame
14029                 replace 'incorporation' with 'receiving'
14030         * src/plugins/clamav/clamav_plugin_gtk.c
14031         * src/plugins/spamassassin/spamassassin_gtk.c
14032                 improve widget sensitivity
14033                 fix a bit his engrish
14034
14035 2006-03-09 [wwp]        2.0.0cvs125
14036
14037         * src/addressadd.c
14038         * src/foldersel.c
14039         * src/prefs_common.c
14040         * src/prefs_common.h
14041                 remember some more windows' sizes (add to addressbook and
14042                 select folder).
14043
14044 2006-03-09 [paul]       2.0.0cvs124
14045
14046         * src/plugins/pgpcore/prefs_gpg.c
14047                 normalise construction of dialogue
14048
14049 2006-03-09 [paul]       2.0.0cvs123
14050
14051         * src/plugins/trayicon/Makefile.am
14052                 add missing slash
14053
14054 2006-03-08 [colin]      2.0.0cvs122
14055
14056         * src/plugins/trayicon/Makefile.am
14057                 Fix build in separate dir 
14058                 Patch by Bamanzi <bamanzi@gmail.com>
14059
14060 2006-03-08 [colin]      2.0.0cvs121
14061
14062         * src/procmsg.c
14063                 Batch move and copies from summaryview with delayed execution
14064                 too
14065
14066 2006-03-07 [paul]       2.0.0cvs120
14067
14068         * src/common/utils.c
14069                 fix highlighting of URIs containing "()"
14070                 Patch by Pawel Pekala
14071
14072 2006-03-07 [paul]       2.0.0cvs119
14073
14074         * src/folder.c
14075         * src/folder.h
14076         * src/folderview.c
14077                 immediately do alphabetical resort when
14078                 changing a folder's name
14079                 Patch by Pawel Pekala
14080
14081 2006-03-07 [paul]       2.0.0cvs118
14082
14083         * src/news.c
14084         * src/news_gtk.c
14085                 when unsubscribing a newsgroup, remove the
14086                 folder and msgs in .sylpheed-claws/newscache
14087                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14088
14089 2006-03-07 [paul]       2.0.0cvs117
14090
14091         * src/textview.c
14092                 fix wrong Fake URL Warning
14093                 Thanks to Hiro
14094
14095 2006-03-07 [colin]      2.0.0cvs116
14096
14097         * src/imap.c
14098                 Return immediately when password dialog was
14099                 cancelled
14100         * src/gtk/inputdialog.c
14101                 Allow empty strings for passwords
14102
14103
14104 2006-03-06 [colin]      2.0.0cvs115
14105
14106         * src/imap.c
14107                 Prevent double-timeouts when connection fails
14108
14109 2006-03-06 [colin]
14110
14111         2.0.1-rc1 released
14112
14113 2006-03-06 [colin]      2.0.0cvs114
14114
14115         * src/imap.c
14116                 Refresh session during potentially long
14117                 operations
14118
14119 2006-03-06 [wwp]        2.0.0cvs113
14120
14121         * src/prefs_msg_colors.h
14122                 forgot that one (custom color labels).
14123
14124 2006-03-06 [wwp]        2.0.0cvs112
14125
14126         * src/prefs_common.c
14127         * src/prefs_common.h
14128         * src/prefs_msg_colors.c
14129         * src/summaryview.c
14130         * src/summaryview.h
14131         * src/gtk/colorlabel.c
14132         * src/gtk/colorlabel.h
14133                 colors in messages list are now customizable. Color values and names can
14134                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14135                 Thanks to Paul and Colin for their help with this longstanding patch!
14136
14137 2006-03-06 [wwp]        2.0.0cvs111
14138
14139         * src/textview.c
14140                 don't crash if (x)face is bad.
14141
14142 2006-03-05 [paul]       2.0.0cvs110
14143
14144         * AUTHORS
14145         * configure.ac
14146         * src/Makefile.am
14147         * src/common/Makefile.am
14148         * src/common/utils.h
14149         * src/etpan/imap-thread.c
14150         * src/gtk/authors.h
14151         * src/plugins/clamav/Makefile.am
14152         * src/plugins/demo/Makefile.am
14153         * src/plugins/dillo_viewer/Makefile.am
14154         * src/plugins/pgpcore/Makefile.am
14155         * src/plugins/pgpcore/passphrase.c
14156         * src/plugins/pgpinline/Makefile.am
14157         * src/plugins/pgpmime/Makefile.am
14158         * src/plugins/spamassassin/Makefile.am
14159         * src/plugins/trayicon/Makefile.am
14160                 fix builiding on cygwin
14161                 Patch by Ralgh Young <bamanzi@gmail.com>
14162
14163 2006-03-04 [wwp]        2.0.0cvs109
14164
14165         * manual/keyboard.xml
14166                 fix mixed up/down keys.
14167
14168 2006-03-04 [wwp]        2.0.0cvs108
14169
14170         * README
14171         * INSTALL
14172                 updated links to SpamAssassin.
14173
14174 2006-03-04 [wwp]        2.0.0cvs107
14175
14176         * manual/plugins.xml
14177         * src/plugins/spamassassin/README
14178                 updated SpamAssassin plugin docs to reflect new functional additions
14179                 (also fix/update/documents few technical stuff more, see the README).
14180
14181 2006-03-04 [wwp]        2.0.0cvs106
14182
14183         * src/prefs_message.c
14184                 normalized capitalization of message-prefs paths.
14185
14186 2006-03-04 [wwp]        2.0.0cvs105
14187
14188         * manual/advanced.xml
14189                 typo.
14190
14191 2006-03-03 [colin]      2.0.0cvs104
14192
14193         * src/plugins/clamav/clamav_plugin_gtk.c
14194                 Rework prefs page, patch by Fabien 
14195
14196 2006-03-03 [colin]      2.0.0cvs103
14197
14198         * src/plugins/clamav/clamav_plugin.c
14199                 Set error on all errors
14200
14201 2006-03-03 [colin]      2.0.0cvs102
14202
14203         * src/common/plugin.c
14204                 Initialize error to avoid crashing when a plugin fails
14205                 without setting error
14206
14207 2006-03-02 [wwp]        2.0.0cvs101
14208
14209         * configure.ac
14210                 fixed linker flags for libetpan support on Cygwin
14211                 (thanks to H.Merijn Brand).
14212
14213 2006-03-02 [wwp]        2.0.0cvs100
14214
14215         * src/addressbook.c
14216                 fix some AB error messages: one for punctuation and
14217                 one wrongly duplicate (thanks, maxbritov).
14218
14219 2006-03-02 [wwp]        2.0.0cvs99
14220
14221         * src/plugins/spamassassin/spamassassin.c
14222                 make sync calls to sa-learn/spamc to prevent
14223                 system (whatever local or client/server) overload.
14224
14225 2006-03-02 [colin]      2.0.0cvs98
14226
14227         * src/summaryview.c
14228                 Put the spam icon in the status column instead of the
14229                 mark one
14230
14231 2006-03-01 [colin]      2.0.0cvs97
14232
14233         * src/plugins/spamassassin/spamassassin.c
14234                 Fix segfault (g_file_set_contents fails for some 
14235                 reason and err==0x2f. Can't find out why with
14236                 valgrind, using working function :-)
14237
14238 2006-03-01 [colin]      2.0.0cvs96
14239
14240         * src/inc.c
14241                 Offline overriding: let 'No' be cached only 3 seconds
14242
14243 2006-03-01 [colin]      2.0.0cvs95
14244
14245         * src/addr_compl.c
14246         * src/addrbook.c
14247         * src/addressbook.c
14248         * src/addrindex.c
14249         * src/folder_item_prefs.c
14250         * src/headerview.c
14251         * src/imap.c
14252         * src/inc.c
14253         * src/ldif.c
14254         * src/mainwindow.c
14255         * src/mh.c
14256         * src/msgcache.c
14257         * src/prefs_common.h
14258         * src/prefs_msg_colors.c
14259         * src/procheader.c
14260         * src/procheader.h
14261         * src/procmime.c
14262         * src/procmsg.c
14263         * src/procmsg.h
14264         * src/send_message.h
14265         * src/simple-gettext.c
14266         * src/summaryview.c
14267         * src/summaryview.h
14268         * src/syldap.c
14269         * src/textview.c
14270         * src/undo.c
14271         * src/common/ssl_certificate.c
14272         * src/common/utils.c
14273         * src/gtk/colorsel.c
14274         * src/gtk/gtksctree.c
14275         * src/gtk/gtkshruler.c
14276         * src/plugins/trayicon/trayicon.c
14277                 #if 0 goes to /dev/null
14278
14279 2006-03-01 [colin]      2.0.0cvs94
14280
14281         * src/compose.c
14282         * src/imap.c
14283         * src/inc.c
14284         * src/inc.h
14285         * src/messageview.c
14286         * src/news.c
14287         * src/plugins/spamassassin/spamassassin.c
14288                 Allow to add information in the "working offline"
14289                 window
14290
14291 2006-03-01 [wwp]        2.0.0cvs93
14292
14293         * src/plugins/spamassassin/spamassassin.c
14294                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14295                 'cause it seems that calling `spamc ... < inputfile` with
14296                 g_spawn_(a)sync simply.. erm doesn't work :-).
14297
14298 2006-03-01 [wwp]        2.0.0cvs92
14299
14300         * src/toolbar.c
14301         * src/toolbar.h
14302                 simplify the adding of spam/ham button to the messageview toolbar
14303                 (it gets more clear now that the same button will be "Mark as spam"
14304                 or "Mark as ham" according to the current message status,
14305                 thanks to Colin).
14306
14307 2006-03-01 [wwp]        2.0.0cvs91
14308
14309         * src/messageview.c
14310         * src/procmsg.c
14311         * src/procmsg.h
14312         * src/summaryview.c
14313         * src/plugins/spamassassin/spamassassin.c
14314         * src/plugins/spamassassin/spamassassin.h
14315                 make learner callbacks return a status (0 for ok),
14316                 handle it in main code to avoid setting flags when learning failed,
14317                 don't learn on TCP if offline in spamassassin,
14318                 thanks to Colin.
14319
14320                 
14321
14322 2006-03-01 [wwp]        2.0.0cvs90
14323
14324         * src/compose.c
14325                 some work around the compose window's account menu,
14326                 patch by Fabien Vantard.
14327
14328 2006-03-01 [wwp]        2.0.0cvs89
14329
14330         * src/plugins/spamassassin/spamassassin.c
14331                 fixed bad logics, was using spamc in local mode and sa-learn
14332                 in remote mode (thanks, Colin).
14333
14334 2006-03-01 [wwp]        2.0.0cvs88
14335
14336         * src/plugins/spamassassin/spamassassin.c
14337         * src/plugins/spamassassin/spamassassin.h
14338         * src/plugins/spamassassin/spamassassin_gtk.c
14339                 made processing of emails w/ sa-plugin an option (default is TRUE),
14340                 fixed Engrish some tooltips, capitalization of some debug messages
14341                 and warnings. The spamassassin plugin now provides two separate
14342                 services: process emails upon incorporation and spamd training.
14343                 Both services (un)register independently but use some common
14344                 plugin settings (transport settings, spam storage location).
14345
14346 2006-02-28 [wwp]        2.0.0cvs87
14347
14348         * src/plugins/spamassassin/spamassassin.c
14349                 fix async flag to spamc cmdline execution (batch exec should
14350                 be asynchronous).
14351
14352 2006-02-27 [wwp]        2.0.0cvs86
14353
14354         * src/plugins/spamassassin/spamassassin.c
14355         * src/plugins/spamassassin/spamassassin.h
14356         * src/plugins/spamassassin/spamassassin_gtk.c
14357                 - added the ability to learn a remote spamassassin server (spamd),
14358                 using spamc.
14359                 - added the spamassassin option 'username', that applies to all
14360                 spamassassin operations (filtering, learning, local or remote).
14361                 The default username is the current unix user (if left blank
14362                 from gtk prefs or config file).
14363                 - commented out some unused code (notebook widget), removed unused
14364                 layout (hbox1).
14365                 - make more widgets sensitive to the transport type.
14366
14367 2006-02-27 [colin]      2.0.0cvs85
14368
14369         * src/plugins/spamassassin/spamassassin.c
14370                 Fix sa-learn call when offline
14371
14372 2006-02-27 [colin]      2.0.0cvs84
14373
14374         * configure.ac
14375         * src/Makefile.am
14376         * src/mainwindow.c
14377         * src/mainwindow.h
14378         * src/messageview.c
14379         * src/messageview.h
14380         * src/prefs_toolbar.c
14381         * src/procmsg.c
14382         * src/stock_pixmap.c
14383         * src/stock_pixmap.h
14384         * src/summaryview.c
14385         * src/toolbar.c
14386         * src/toolbar.h
14387         * src/pixmaps/ham_btn.xpm
14388         * src/pixmaps/spam.xpm
14389         * src/pixmaps/spam_btn.xpm
14390         * src/plugins/spamassassin/spamassassin.c
14391                 Add button in toolbar for spam learning
14392                 Fix a few bugs from the last related commit
14393                 Revert 1.9.6cvs23 which messed up shift-selection
14394
14395 2006-02-24 [colin]      2.0.0cvs83
14396
14397         * src/procmsg.c
14398         * src/summaryview.c
14399         * src/summaryview.h
14400         * src/plugins/spamassassin/spamassassin.c
14401         * src/plugins/spamassassin/spamassassin.h
14402         * src/plugins/spamassassin/spamassassin_gtk.c
14403                 Unregister learner when spamassassin is either
14404                 disabled or over tcp
14405
14406 2006-02-24 [colin]      2.0.0cvs82
14407
14408         * src/Makefile.am
14409         * src/mainwindow.c
14410         * src/mainwindow.h
14411         * src/procmsg.c
14412         * src/procmsg.h
14413         * src/stock_pixmap.c
14414         * src/stock_pixmap.h
14415         * src/summaryview.c
14416         * src/summaryview.h
14417         * src/gtk/icon_legend.c
14418         * src/pixmaps/spam.xpm  ** NEW FILE **
14419         * src/plugins/spamassassin/spamassassin.c
14420         * src/plugins/spamassassin/spamassassin_gtk.c
14421                 Add spam learning interface (Mark/Mark as 
14422                 (spam|ham) menus)
14423
14424 2006-02-24 [wwp]        2.0.0cvs81
14425
14426         * src/compose.c
14427         * src/compose.h
14428         * src/filtering.c
14429                 hide compose window when sending message in batch mode
14430                 (filtering: forward and redirect). Also fixed a wrong
14431                 value returned when sending failed, neutral anyway.
14432                 (Colin, me) 
14433
14434 2006-02-24 [wwp]        2.0.0cvs80
14435
14436         * src/mainwindow.c
14437                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14438
14439 2006-02-24 [paul]       2.0.0cvs79
14440
14441         * src/news.c
14442         * src/news.h
14443         * src/news_gtk.c
14444                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14445                 Thanks to Colin
14446
14447 2006-02-23 [colin]      2.0.0cvs78
14448
14449         * src/alertpanel.c
14450                 Change OK to Close in alertpanel with View log
14451                 button; add accel to View log. Patch by Fabien
14452                 Vantard
14453
14454 2006-02-23 [wwp]        2.0.0cvs77
14455
14456         * src/compose.c
14457                 silly me, there were much more tests to perform, since toolbars can
14458                 really have down to 1 element only.
14459
14460 2006-02-23 [wwp]        2.0.0cvs76
14461
14462         * commitHelper
14463                 fixed indentation from my previous commit. Fallback to VISUAL if
14464                 EDITOR is not set (and to vi, at last resort).
14465
14466 2006-02-23 [wwp]        2.0.0cvs75
14467
14468         * commitHelper
14469                 improved error detection (Colin, me).
14470
14471 2006-02-23 [wwp]        2.0.0cvs74
14472
14473         * src/prefs_toolbar.c
14474                 simplify and fix prefs/toolbars layouting. Combos' contents can
14475                 now be really displayed.
14476
14477 2006-02-23 [wwp]        2.0.0cvs73
14478         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14479         be really displayed.
14480
14481 2006-02-22 [wwp]        2.0.0cvs72
14482
14483         * src/compose.c
14484                 fix a typo in my previous commit (sorry!).
14485
14486 2006-02-22 [wwp]        2.0.0cvs71
14487
14488         * src/prefs_toolbar.c
14489                 fix a crash when adding separators to toolbars,
14490                 also fix some separator item information.
14491
14492 2006-02-22 [wwp]        2.0.0cvs70
14493
14494         * src/compose.c
14495                 fix a crash when redirecting (for instance) when compose window's
14496                 toolbar contents has been customized (when some buttons have been
14497                 removed in fact).
14498
14499 2006-02-21 [wwp]        2.0.0cvs69
14500
14501         * src/summaryview.c
14502         * src/gtk/pluginwindow.c
14503         * src/plugins/pgpcore/prefs_gpg.c
14504                 fix some compilation warnings (feat. remains of removed code).
14505
14506 2006-02-21 [wwp]        2.0.0cvs68
14507
14508         * src/gtk/gtkutils.c
14509                 fix two compilation issues, thanks to Stephan Sachse.
14510
14511 2006-02-20 [colin]      2.0.0cvs67
14512
14513         * src/mainwindow.c
14514                 Don't reselect displayed mail on refocus
14515                 This fixes actions misbehaving 
14516
14517 2006-02-20 [wwp]        2.0.0cvs66
14518
14519         * src/summaryview.c
14520         * src/gtk/gtksctree.c
14521         * src/gtk/gtkshruler.c
14522                 changed more runtime typecast checks.
14523
14524 2006-02-20 [wwp]        2.0.0cvs65
14525
14526         * src/summary_search.c
14527                 find all - summaryview refresh issue fixed, thanks to Colin.
14528
14529 2006-02-20 [wwp]        2.0.0cvs64
14530
14531         * src/gtk/gtkutils.c
14532                 better runtime typecast checks.
14533
14534 2006-02-20 [wwp]        2.0.0cvs63
14535
14536         * src/summary_search.c
14537                 enhancements to the summary search:
14538                         - add the ability to stop the running search
14539                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14540                         - don't search if no criteria (From/To/Subject/Body) is set
14541                         - ensure that a busy mouse pointer is always shown when searching,
14542                           show it even a bit earlier
14543
14544 2006-02-19 [colin]      2.0.0cvs62
14545
14546         * src/compose.c
14547         * src/imap.c
14548         * src/etpan/imap-thread.c
14549         * src/etpan/imap-thread.h
14550                 (Future) IMAP speed improvement on sending
14551                 Will require a libetpan update
14552         * src/summaryview.c
14553         * src/gtk/quicksearch.c
14554                 Make quicksearch clearable while running.
14555
14556 2006-02-17 [colin]      2.0.0cvs61
14557
14558         * src/imap.c
14559         * src/etpan/imap-thread.c
14560         * src/etpan/imap-thread.h
14561                 Check for IMAP certificates
14562                 ** Requires libetpan-0.42-cvs4 
14563                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14564
14565 2006-02-17 [colin]      2.0.0cvs60
14566
14567         * src/messageview.c
14568         * src/prefs_common.c
14569         * src/prefs_common.h
14570         * src/prefs_message.c
14571                 Add pref to display HTML-only mails with plugin, 
14572                 if possible (defaulting to FALSE of course).
14573
14574 2006-02-16 [colin]      2.0.0cvs59
14575
14576         * src/main.c
14577         * src/common/plugin.c
14578         * src/common/plugin.h
14579         * src/gtk/pluginwindow.c
14580                 Keep track of requested (but unloaded) plugins
14581                 in some error cases.
14582
14583 2006-02-16 [wwp]        2.0.0cvs58
14584
14585         * src/gtk/gtkaspell.c
14586         * src/gtk/gtkaspell.h
14587         * src/prefs_spelling.c
14588         * src/compose.c
14589         * src/prefs_common.c
14590         * src/prefs_common.h
14591                 implemented new optional spellchecker behaviour: re-check message when
14592                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14593
14594 2006-02-16 [wwp]        2.0.0cvs57
14595
14596         * src/quote_fmt_parse.y
14597                 pclose popen'ed pipe.
14598
14599 2006-02-15 [colin]      2.0.0cvs56
14600
14601         * src/mimeview.c
14602         * src/mimeview.h
14603                 Let MimeViewers know which MimeView they
14604                 depend of.
14605         * src/summaryview.c
14606                 Swap From/To columns in Sent/Queue/Drafts
14607                 folders
14608         * src/etpan/imap-thread.c
14609                 Use mailstream_low_tls_open() for STARTTLS
14610                 instead of mailstream_low_ssl_open()
14611                 ** REQUIRES libetpan 0.42cvs3 **
14612
14613 2006-02-15 [wwp]        2.0.0cvs55
14614
14615         * src/compose.c
14616         * src/compose.h
14617         * src/message_search.c
14618         * src/message_search.h
14619         * src/textview.c
14620         * src/gtk/gtkutils.c
14621         * src/gtk/gtkutils.h
14622                 added the ability to Find text in the compose window (and a bit
14623                 of code factorization).
14624
14625 2006-02-15 [wwp]        2.0.0cvs54
14626
14627         * src/prefs_gtk.c
14628                 yet another one file was missing (fix for some widgets' sensitivity).
14629                 Thanks Colin!
14630
14631 2006-02-15 [wwp]        2.0.0cvs53
14632
14633         * src/prefs_gtk.h
14634                 oops forgot that file (fix for some widgets' sensitivity).
14635
14636 2006-02-15 [wwp]        2.0.0cvs52
14637
14638         * src/summary_search.c
14639                 implemented advanced summary search options (added the ability
14640                 to use matcher conditions in an advanced search mode).
14641
14642 2006-02-15 [wwp]        2.0.0cvs51
14643
14644         * src/plugins/pgpcore/prefs_gpg.c
14645         * src/prefs_account.c
14646                 fix some widget sensitivity, mostly around some labels in
14647                 account prefs.
14648
14649 2006-02-15 [paul]       2.0.0cvs50
14650
14651         * manual/advanced.xml
14652                 improve Templates info
14653                 written by wwp
14654
14655 2006-02-14 [colin]      2.0.0cvs49
14656
14657         * src/pixmaps/address_book.xpm
14658         * src/pixmaps/preferences.xpm
14659         * src/pixmaps/properties.xpm
14660                 Fix pixmap size - patch by Fabien Vantard
14661
14662 2006-02-13 [colin]      2.0.0cvs48
14663
14664         * src/procmime.c
14665                 Add missing fclose()s on error
14666         * src/textview.c
14667                 Remove unused code
14668         * src/common/utils.c
14669                 Fix temp files not being deleted on windows
14670         Patches by Thomas Gilgin
14671
14672 2006-02-13 [colin]      2.0.0cvs47
14673
14674         * src/mainwindow.c
14675                 Fix exit crash
14676
14677 2006-02-13 [wwp]        2.0.0cvs46
14678
14679         * src/plugins/pgpcore/prefs_gpg.c
14680                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14681
14682 2006-02-12 [colin]      2.0.0cvs45
14683
14684         * src/folderview.c
14685         * src/main.c
14686         * src/mainwindow.c
14687                 Fix "stuff" when quitting
14688
14689 2006-02-12 [wwp]        2.0.0cvs44
14690
14691         * src/prefs_themes.c
14692                 fix typos in debug messages.
14693
14694 2006-02-11 [colin]      2.0.0cvs43
14695
14696         * src/summaryview.c
14697                 don't allow drag/drop from ourself
14698
14699 2006-02-10 [wwp]        2.0.0cvs42
14700
14701         * src/exporthtml.c
14702         * src/html.c
14703         * src/html.h
14704         * src/procmime.c
14705         * src/textview.c
14706                 renamed html_ prefixed functions and data structures to avoid
14707                 namespace clashes w/ other software (gtkhtml2 for instance).
14708                 Closes bug #907.
14709
14710
14711 2006-02-09 [colin]      2.0.0cvs41
14712
14713         * src/summaryview.c
14714                 Fix shitty logic messed up. Thanks Ticho for the hint!
14715
14716 2006-02-09 [wwp]        2.0.0cvs40
14717
14718         * src/gtk/about.c
14719         * src/compose.c
14720         * src/prefs_account.c
14721         * src/prefs_gtk.h
14722         * src/editaddress.c
14723                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14724                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14725                 Browse buttons in accounts prefs.
14726
14727 2006-02-09 [colin]      2.0.0cvs39
14728
14729         * src/matcher.c
14730                 Check for pointer before using its members
14731         * src/gtk/gtksourceprintjob.c
14732                 Fix a wrong warning
14733
14734 2006-02-09 [wwp]        2.0.0cvs38
14735
14736         * src/gtk/filesel.c
14737                 fix few compiler warnings (type mismatch).
14738
14739 2006-02-09 [paul]       2.0.0cvs37
14740
14741         * po/fr.po
14742                 updated by Fabien Vantard
14743
14744 2006-02-08 [colin]      2.0.0cvs36
14745
14746         * src/prefs_common.c
14747         * src/common/defs.h
14748         * src/common/plugin.c
14749                 allow windows and linux configurations to coexist
14750                 patch by Thomas Gilgin
14751
14752 2006-02-08 [colin]      2.0.0cvs35
14753
14754         * src/filtering.c
14755         * src/matcher.c
14756         * src/matcher.h
14757         * src/matcher_parser_parse.y
14758         * src/prefs_filtering_action.c
14759         * src/prefs_matcher.c
14760                 Add the "Ignore thread" filtering
14761                 action
14762
14763 2006-02-08 [colin]      2.0.0cvs34
14764
14765         * src/compose.c
14766         * src/procmime.c
14767         * src/procmime.h
14768                 Fix bug #905 (damaged attachment)
14769                 text files with raw \0's aren't really text files
14770         FOR_STABLE
14771
14772 2006-02-08 [colin]      2.0.0cvs33
14773
14774         * src/summaryview.c
14775                 Fix crasher introduced yesterday
14776
14777 2006-02-08 [wwp]        2.0.0cvs32
14778
14779         * src/compose.c
14780         * src/compose.h
14781                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14782
14783 2006-02-08 [wwp]        2.0.0cvs31
14784
14785         * src/prefs_template.c
14786                 templates enhancement: allow address completion for Cc and Bcc fields
14787                 (it was currently possible for the To field only)
14788
14789 2006-02-08 [colin]      2.0.0cvs30
14790
14791         * src/compose.c
14792                 Don't unblock if not blocked
14793         FOR_STABLE
14794
14795 2006-02-07 [colin]      2.0.0cvs29
14796
14797         * src/action.c
14798                 Forgot to refresh summaryview
14799
14800 2006-02-07 [colin]      2.0.0cvs28
14801
14802         * src/action.c
14803                 Freeze/thaw message list and folder list while
14804                 processing %as{} actions 
14805         * src/compose.c
14806                 Fix auto-wrap disabling after a middle-click
14807                 paste - FOR_STABLE
14808
14809 2006-02-07 [paul]       2.0.0cvs27
14810
14811         * src/folder.c
14812                 fix freeing of uninitialised pointers
14813                 Thanks to Colin
14814
14815 2006-02-06 [colin]      2.0.0cvs26
14816
14817         * src/folder.c
14818                 Use g_slist_prepend in potentially big list
14819
14820 2006-02-06 [colin]      2.0.0cvs25
14821
14822         * src/folder.c
14823                 Completely skip processing if it doesn't 
14824                 exist (faster!)
14825
14826 2006-02-06 [colin]      2.0.0cvs24
14827
14828         * src/folder.c
14829         * src/summaryview.c
14830                 Batch filtering in summaryview (from Tools menu)
14831                 and pre/post//-processing too
14832
14833 2006-02-06 [colin]      2.0.0cvs23
14834
14835         * src/procmsg.h
14836         * src/filtering.c
14837                 Use a special field for batch filtering instead
14838                 of stepping on deferred execution's toes
14839
14840 2006-02-06 [colin]      2.0.0cvs22
14841
14842         * src/action.c
14843         * src/filtering.c
14844         * src/filtering.h
14845         * src/folder.c
14846         * src/summaryview.c
14847                 Fix filtering via menus and actions
14848
14849 2006-02-06 [colin]      2.0.0cvs21
14850
14851         * src/imap.c
14852                 Put the added file directly to cache if possible (will work
14853                 with next libetpan)
14854         * src/filtering.c
14855         * src/filtering.h
14856         * src/inc.c
14857         * src/folder.c
14858         * src/mbox.c
14859         * src/procmsg.h
14860                 Move and copy filtered messages by batches instead of one
14861                 by one - faster on IMAP
14862         * src/procmsg.c
14863                 Add a function that'll possibly be useful later
14864
14865 2006-02-06 [colin]      2.0.0cvs20
14866
14867         * src/addressbook.c
14868                 Use internal mime-type instead of text/plain for d'n'd
14869         * src/compose.c
14870                 Allow attaching files from mimeview's icon list via d'n'd
14871         * src/folderview.c
14872         * src/folderview.h
14873                 Use internal mime-type instead of text/plain for d'n'd
14874                 Don't try to selected opened folder if none is
14875                 Factorize d'n'd from other apps code
14876         * src/headerview.c
14877         * src/textview.c
14878         * src/gtk/gtkutils.c
14879         * src/gtk/gtkutils.h
14880                 Factorize Face/X-Face stuff
14881         * src/mimeview.c
14882                 Fix d'n'd to other apps
14883         * src/prefs_message.c
14884                 Let the XFace pref be usable without libcompface as it also
14885                 applies to Face
14886         * src/summaryview.c
14887                 Fix d'n'd to other apps
14888                 Factorize d'n'd from other apps code
14889
14890 2006-02-06 [wwp]        2.0.0cvs19
14891
14892         * po/it.po
14893                 Italian translation fixes by Andrea Spadaccini (no more confusion
14894                 between filtering and processing, and few changes in the About
14895                 dialog).
14896
14897
14898 2006-02-06 [mones]      2.0.0cvs18
14899
14900         * src/gtk/icon_legend.c
14901                 Improved descriptions allowing better translations
14902
14903 2006-02-05 [colin]      2.0.0cvs17
14904
14905         * src/imap.c
14906                 Add the f*cking missing expunge that caused imap_fetch_env
14907                 to fail after an add_msgs ! :-///
14908         * src/etpan/imap-thread.c
14909                 Add a bit of debug
14910         FOR_STABLE
14911
14912 2006-02-05 [colin]      2.0.0cvs16
14913
14914         * src/common/utils.c
14915                 Don't check for return-path (or we can't put
14916                 back non-sent mails)
14917
14918 2006-02-05 [colin]      2.0.0cvs15
14919
14920         * src/textview.c
14921                 Don't try to display Face header in textview
14922                 when teh headerview's active
14923
14924 2006-02-05 [colin]      2.0.0cvs14
14925
14926         * tools/tbird2syl.py
14927         * tools/Makefile.am
14928                 Add script to import Thunderbird mails
14929
14930 2006-02-05 [colin]      2.0.0cvs13
14931
14932         * src/headerview.c
14933         * src/procheader.c
14934         * src/procmsg.c
14935         * src/procmsg.h
14936         * src/textview.c
14937                 Show Face headers - patch partially by Klaus Flittner
14938
14939 2006-02-05 [colin]      2.0.0cvs12
14940
14941         * src/folderview.c
14942         * src/summaryview.c
14943         * src/common/utils.c
14944         * src/common/utils.h
14945                 Let dnd work from mime icons to summaryview
14946                 and to folderview too
14947                 Add a crude test to avoid trying to add files
14948                 drag'n'dropped when they're not mails
14949
14950 2006-02-04 [colin]      2.0.0cvs11
14951
14952         * src/summaryview.c
14953         * src/mimeview.c
14954                 Fix utf8 conversion
14955
14956 2006-02-04 [colin]      2.0.0cvs10
14957
14958         * src/compose.c
14959         * src/folderview.c
14960         * src/mimeview.c
14961         * src/summaryview.c
14962         * src/summaryview.h
14963                 Added various drag and drop capas:
14964                 From                    To
14965                 summaryview             other apps
14966                 mimeview icons          other apps
14967                 other apps              summaryview
14968                 other apps              folderview
14969
14970                 This shouldn't have broken the existing:
14971                 From                    To
14972                 summaryview             folderview
14973                 folderview              folderview
14974                 summaryview             compose's attachments
14975
14976         Tests welcomed.
14977
14978 2006-02-02 [paul]       2.0.0cvs9
14979
14980         * src/mainwindow.c
14981                 move global option 'Set displayed columns...' out
14982                 of folder option grouping.
14983                 fix sensitivity of 'harvest addresses'
14984         FOR_STABLE
14985
14986 2006-02-01 [colin]      2.0.0cvs8
14987
14988         * src/mimeview.c
14989                 Revert the alertpanel patch, it sucks (intrusive
14990                 and gets in the way of "open")
14991
14992 2006-02-01 [colin]      2.0.0cvs7
14993
14994         * src/compose.c
14995         * src/prefs_account.c
14996         * src/prefs_common.c
14997         * src/common/defs.h
14998         * src/common/utils.c
14999         * src/common/utils.h
15000                 Add ability to edit the signature file
15001                 from the account preferences, and use
15002                 a default for the text editor.
15003                 Patch by Fabien Vantard
15004
15005 2006-02-01 [colin]      2.0.0cvs6
15006
15007         * src/mimeview.c
15008                 Try to get mime type by extension if it is
15009                 application/octet-stream
15010                 Display a window with possible choices when
15011                 encountering unknown mime types
15012         * src/gtk/filesel.c
15013         * src/gtk/filesel.h
15014                 Add preview
15015                 Allow multiple selection in filtered filesel
15016                 (patch by Fabien Vantard)
15017         * src/gtk/pluginwindow.c
15018                 Use it (patch by Fabien Vantard)
15019
15020 2006-02-01 [paul]       2.0.0cvs5
15021
15022         * src/jpilot.c
15023                 fix crash on creating jpilot address book
15024                 Thanks to Colin - FOR_STABLE
15025         * src/prefs_summaries.c
15026         * src/prefs_wrapping.c
15027         * src/gtk/icon_legend.c
15028         * src/gtk/quicksearch.c
15029                 string fixes and additions
15030
15031 2006-02-01 [paul]       2.0.0cvs4
15032
15033         * src/compose.c
15034         * src/mainwindow.c
15035         * src/messageview.c
15036         * src/prefs_send.c
15037                 add Arabic encoding option
15038                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15039
15040 2006-01-31 [colin]      2.0.0cvs3
15041
15042         * src/plugins/pgpcore/passphrase.c
15043                 Convert passphrase to locale encoding
15044         * src/compose.c
15045                 Fix drafting on IMAP. Crappy bug sneaked in
15046                 the release :-/
15047         FOR_STABLE
15048
15049 2006-01-30 [paul]       2.0.0cvs2
15050
15051         * src/gtk/icon_legend.c
15052                 show the new entries
15053
15054 2006-01-30 [colin]      2.0.0cvs1
15055
15056         * src/manual.c
15057                 Check for the file to be present before 
15058                 enabling the menu - FOR_STABLE
15059         * src/gtk/icon_legend.c
15060                 Add folders icons (not all of them, there
15061                 are too much, but the most intriguing ones)
15062
15063 2006-01-30 [paul]       2.0.0
15064
15065         version 2.0.0 released
15066
15067 [For previous entries, see ChangeLog.pre2.0.0]