2007-08-21 [paul] 2.10.0cvs139
[claws.git] / ChangeLog
1 2007-08-21 [paul]       2.10.0cvs139
2
3         * src/mainwindow.c
4                 replace deprecated g_strncasecmp()
5         * src/messageview.c
6                 fix 'List URLS'
7
8 2007-08-20 [ticho]      2.10.0cvs138
9
10         * src/account.c
11         * src/prefs_account.h
12                 Copy all account preferences in account_clone() - some
13                 were missing.
14         * src/prefs_account.c
15                 Handle empty privacy system combobox gracefully (warning
16                 instead of a crash).
17
18 2007-08-20 [colin]      2.10.0cvs137
19
20         * src/ldapctrl.c
21                 Fix a leak
22
23 2007-08-20 [paul]       2.10.0cvs136
24
25         * src/browseldap.c
26         * src/editldap.c
27         * src/ldapctrl.c
28         * src/ldapquery.c
29         * src/ldapquery.h
30         * src/ldapserver.c
31         * src/ldaputil.c
32                 add debug_prints
33                 patch by Michael Rasmussen
34
35 2007-08-19 [colin]      2.10.0cvs135
36
37         * src/imap.c
38                 Fix previous commit. Sensitivity update is needed
39                 for "Cancel receiving". However when batching we
40                 don't need to do it for every message flag change,
41                 just once at the start and once at the end.
42
43 2007-08-19 [colin]      2.10.0cvs134
44
45         * src/imap.c
46                 Remove useless menu updates on session lock/unlock
47
48 2007-08-19 [colin]      2.10.0cvs133
49
50         * src/etpan/imap-thread.c
51                 Make all fetch logs less verbose
52
53 2007-08-19 [paul]       2.10.0cvs132
54
55         * src/foldersel.c
56         * src/folderview.c
57         * src/summaryview.c
58                 fix bug 1286, 'Can't move a folder into a "Folders
59                 Only" folder'
60
61 2007-08-18 [ticho]      2.10.0cvs131
62
63         * src/editaddress_other_attributes_ldap.c
64                 Converted option menu for other ldap attributes to GtkComboBox.
65
66 2007-08-18 [colin]      2.10.0cvs130
67
68         * src/compose.c
69         * src/prefs_common.c
70         * src/prefs_common.h
71         * src/prefs_send.c
72         * src/send_message.c
73                 Revert 'send_dialog_mode' meaning to 
74                 'send_dialog_invisible', so that the 
75                 new checkbox doesn't change the 
76                 existing behaviour.
77
78 2007-08-18 [paul]       2.10.0cvs129
79
80         * src/summaryview.c
81                 add missing menu update
82
83 2007-08-17 [colin]      2.10.0cvs128
84
85         * src/folder.c
86                 Set batching after getting flags - maybe fixes
87                 bug 1292, 'CM crashes on writing mail'
88
89 2007-08-16 [ticho]      2.10.0cvs127
90
91         * src/prefs_send.c
92                 Convert two GtkOptionMenu widgets to new GtkComboBox.
93         * src/gtk/combobox.h
94         * src/gtk/gtkutils.c
95                 Allow NULL for GtkComboBox menuitem label, rendering such
96                 items as row separators.
97
98 2007-08-16 [paul]       2.10.0cvs126
99
100         * src/plugins/trayicon/trayicon.c
101                 remove wrongly used gettextisation
102
103 2007-08-15 [ticho]      2.10.0cvs125
104
105         * src/importldif.c
106                 Fixed a runtime warning where an attempt to pack an
107                 already packed GtkLabel was made.
108
109 2007-08-15 [ticho]      2.10.0cvs124
110
111         * src/prefs_compose_writing.c
112                 Convert the insert-or-attach-dragged-files GtkOptionMenu
113                 into GtkComboBox.
114
115 2007-08-14 [ticho]      2.10.0cvs123
116
117         * src/messageview.c
118         * src/gtk/gtkutils.c
119                 Changed return receipt account selector to GtkComboBox.
120                 Fixed a runtime warning where GTK tried to parse
121                 "name <email@address" as a Pango markup in an alertpanel label.
122
123 2007-08-14 [ticho]      2.10.0cvs122
124
125         * src/prefs_logging.c
126                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
127
128 2007-08-14 [wwp]        2.10.0cvs121
129
130         * tools/Makefile.am
131         * tools/README
132         * tools/popfile-link.sh
133                 Added a new tool: POPFile helper, to open
134                 selected messages in POPFile control center,
135                 in order to change the messages' status.
136
137 2007-08-14 [ticho]      2.10.0cvs120
138
139         * src/compose.c
140         * src/prefs_common.c
141         * src/prefs_common.h
142         * src/prefs_send.c
143         * src/send_message.c
144                 Change "Show send dialog" optionmenu to a checkbutton.
145         * src/prefs_receive.c
146                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
147
148 2007-08-13 [wwp]        2.10.0cvs119
149
150         * src/addr_compl.c
151         * src/addressbook.c
152         * src/addrindex.c
153         * src/compose.c
154         * src/filtering.c
155         * src/folderview.c
156         * src/inc.c
157         * src/matcher.c
158         * src/mh.c
159         * src/partial_download.c
160         * src/prefs_gtk.c
161         * src/procmsg.c
162         * src/stock_pixmap.c
163         * src/summaryview.c
164         * src/common/utils.c
165         * src/gtk/gtkaspell.c
166         * src/gtk/menu.c
167                 Make sure we never pass NULL pointers for %s substitutions
168                 (prevent from crashing in Windows).
169
170 2007-08-13 [wwp]        2.10.0cvs118
171
172         * src/msgcache.c
173                 Re-enable mmap_reads in Windows with some missing
174                 CloseHandle of mapping objects, thanks to
175                 Marcus Brinkmann.
176
177 2007-08-13 [paul]       2.10.0cvs117
178
179         * src/common/utils.c
180                 fix bug 1287, 'Compile time problem on Solaris
181                 (nexenta gnu/Solaris) utils.c'
182                 Thanks to Piotr Chrzczonowicz
183
184 2007-08-12 [wwp]        2.10.0cvs116
185
186         * src/plugins/pgpcore/prefs_gpg.c
187                 Don't try to unset a GPG_AGENT_INFO that was not
188                 set (and don't use a NULL string in Windows, it was
189                 crashing with --debug if GPG_AGENT_INFO was not set).
190
191 2007-08-12 [wwp]        2.10.0cvs115
192
193         * src/privacy.h
194                 Make gcc type-check arguments passed to privacy_set_error().
195
196 2007-08-12 [ticho]      2.10.0cvs114
197
198         * src/prefs_folder_item.c
199                 Make sure that folder default account combobox always has some
200                 account preselected.
201         * src/gtk/combobox.c
202                 Handle empty combobox gracefully (warning instead of crash).
203
204 2007-08-12 [ticho]      2.10.0cvs114
205
206         * src/prefs_folder_item.c
207                 Make sure that folder default account combobox is not empty.
208         * src/gtk/combobox.c
209                 Handle empty combobox gracefully (warning instead of crash).
210
211 2007-08-11 [paul]       2.10.0cvs113
212
213         * src/addrgather.c
214         * src/folderview.c
215                 use 'subfolder' instead of 'sub-folder', matching
216                 everywhere else the term is used
217         * src/imap_gtk.c
218                 fix engrish
219
220 2007-08-10 [wwp]        2.10.0cvs112
221
222         * src/msgcache.c
223                 Disable mmap reads in Windows only (at least temporarily), they
224                 prevent from renaming/removing target cache files.
225
226 2007-08-10 [paul]
227
228         3.0.0-rc2 released
229
230 2007-08-10 [wwp]        2.10.0cvs111
231
232         * src/msgcache.c
233                 fix unpredictable crashes in Windows due to broken
234                 cache/mark/tags files writting (file were opened for
235                 writing in text mode).
236
237         * src/recv.c
238                 use gettimeofday() from w32lib.h on Windows.
239
240 2007-08-10 [colin]      2.10.0cvs110
241
242         * src/imap.c
243         * src/etpan/imap-thread.c
244         * src/etpan/imap-thread.h
245                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
246
247 2007-08-09 [colin]      2.10.0cvs109
248
249         * src/editldap.c
250                 Fix port being reset to 636 on SSL
251         * src/folder.c
252                 Fix folder_item_get_msg_num_by_file
253                 on drafts/queue folders
254
255 2007-08-09 [wwp]        2.10.0cvs108
256
257         * src/folder.c
258                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
259                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
260
261
262 2007-08-09 [colin]      2.10.0cvs107
263
264         * src/folderview.c
265         * src/summaryview.c
266         * src/gtk/prefswindow.c
267                 A few Maemo layout fixes
268
269 2007-08-09 [paul]       2.10.0cvs106
270
271         * src/prefs_account.c
272                 remove the hyphen from plug-ins to
273                 match everywhere else
274
275 2007-08-08 [wwp]        2.10.0cvs105
276
277         * src/prefs_folder_item.c
278                 Fix an extraneous stealth ^L char.
279
280 2007-08-08 [wwp]        2.10.0cvs104
281
282         * src/prefs_folder_item.c
283                 Better fix, group variables declarations (USE_ASPELL).
284
285 2007-08-08 [wwp]        2.10.0cvs103
286
287         * src/prefs_folder_item.c
288                 Fix compilation w/ USE_ASPELL set (broken
289                 by 2.10.0cvs102).
290
291 2007-08-08 [ticho]      2.10.0cvs102
292
293         * src/prefs_folder_item.c
294                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
295
296 2007-08-08 [colin]      2.10.0cvs101
297
298         * src/imap.c
299         * src/etpan/imap-thread.c
300         * src/etpan/imap-thread.h
301                 Close selected mailbox before doing
302                 status on it.
303
304 2007-08-08 [colin]      2.10.0cvs100
305
306         * src/html.c
307                 Complete symbol table, thanks to wwp.
308                 Fixes bug 1284, 'The html -> text 
309                 converter ignores entities'
310         * src/msgcache.c
311                 Fix possible fd leak
312
313 2007-08-08 [colin]      2.10.0cvs99
314
315         * src/imap.c
316                 Better way to fetch UIDs on non-UIDPLUS servers
317
318 2007-08-07 [colin]      2.10.0cvs98
319
320         * src/imap.c
321                 fix bug 1275, 'auto-saved draft messages not 
322                 always being removed'; Also, make multiple
323                 copy (in the same account) faster by matching
324                 source/destination message UIDs.
325         * src/messageview.c
326                 Don't try to reshow deleted mail
327         * src/msgcache.c
328                 Fix leak on error path
329
330 2007-08-07 [wwp]        2.10.0cvs97
331
332         * manual/account.xml
333         * manual/advanced.xml
334         * manual/fr/account.xml
335         * manual/fr/advanced.xml
336                 Updated the reference manual and the French translation to
337                 reflect 2.10.0cvs84: enable running folder Processing
338                 rules on demand.
339
340 2007-08-06 [wwp]        2.10.0cvs96
341
342         * src/prefs_common.c
343         * src/prefs_common.h
344         * src/textview.c
345                 Allow changing the emphasis color used to highlight
346                 the newsreader/x-mailer header value when it matches
347                 our preferred mail agent (hidden pref 'emphasis_col' added
348                 to clawsrc).
349
350 2007-08-06 [colin]      2.10.0cvs95
351
352         * src/compose.c
353         * src/compose.h
354                 Re-commit 2.10.0cvs86, with a protection
355                 against Pango bug. Also, try to fix 
356                 bug 1275, 'auto-saved draft messages not 
357                 always being removed'
358
359 2007-08-06 [wwp]        2.10.0cvs94
360
361         * src/gtk/quicksearch.c
362                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
363
364 2007-08-06 [ticho]      2.10.0cvs93
365
366         * src/prefs_account.c
367         * src/gtk/combobox.c
368                 Use GtkComboBox instead of GtkOptionMenu for privacy system
369                 selection in account preferences.
370
371 2007-08-06 [wwp]        2.10.0cvs92
372
373         * src/plugins/pgpcore/plugin.def
374                 Apply one more chunk from gpg4win's 03-w32-port patch.
375
376 2007-08-05 [colin]      2.10.0cvs91
377
378         * src/compose.c
379         * src/compose.h
380                 reverting buggy patch for now
381
382 2007-08-05 [colin]      2.10.0cvs90
383
384         * src/folder.c
385                 Fix slowdown
386
387 2007-08-04 [colin]      2.10.0cvs89
388
389         * src/prefs_summaries.c
390         * src/summary_search.c
391                 Replace deprecated widgets. Patch by
392                 Andrej.
393
394 2007-08-04 [colin]      2.10.0cvs88
395
396         * src/mh.c
397                 Refresh GUI only every 2000 mails on mh_get_last_num
398                 This is fast (readdir) and done only once per 
399                 session/folder
400
401 2007-08-03 [colin]      2.10.0cvs87
402
403         * src/prefs_account.c
404         * src/gtk/combobox.h
405         * src/gtk/gtkutils.c
406                 Fix a deprecated widget. Patch by
407                 Andrej
408
409 2007-08-03 [colin]      2.10.0cvs86
410
411         * src/compose.c
412         * src/compose.h
413                 Make colorisation and wrapping algorithms
414                 faster. Fixes bug 1246, 'compose becomes 
415                 increasingly slow replying to complex emails'
416
417 2007-08-03 [paul]       2.10.0cvs85
418
419         * src/mh.c
420                 keep the window painted
421
422 2007-08-02 [paul]       2.10.0cvs84
423
424         * src/folderview.c
425         * src/mainwindow.c
426         * src/mainwindow.h
427                 enable running folder Processing
428                 rules on demand
429
430 2007-08-02 [paul]       2.10.0cvs83
431
432         * src/textview.c
433                 speed up/clean up rendering of larger
434                 msgs
435                 Thanks to Colin
436
437 2007-08-01 [paul]       2.10.0cvs82
438
439         * src/mainwindow.h
440                 clean up cruft
441         * src/toolbar.c
442                 change default toolbar layout on maemo
443         * src/pixmaps/close.xpm
444                 make the red cross a grey cross
445         * src/pixmaps/jpilot.xpm
446                 make icon smaller so it fits better
447
448 2007-07-31 [paul]       2.10.0cvs81
449
450         * src/setup.c
451         * src/gtk/gtkutils.c
452                 fix crash on maemo on first launch
453
454 2007-07-30 [paul]       2.10.0cvs80
455
456         * src/prefs_matcher.c
457                 specify the units of age and size
458
459 2007-07-30 [paul]       2.10.0cvs79
460
461         * src/main.c
462                 Fix IMAP timeout setting
463
464 2007-07-30 [colin]      2.10.0cvs78
465
466         * src/prefs_account.c
467                 Fix a deprecated widget. Patch by
468                 Andrej
469
470 2007-07-27 [paul]       2.10.0cvs77
471
472         * src/matcher_parser_parse.y
473         * src/prefs_filtering_action.c
474         * src/prefs_matcher.c
475                 these changes forgotten in cvs74's
476                 'watch thread' feature
477
478 2007-07-27 [paul]       2.10.0cvs76
479
480         * src/compose.c
481                 fix potential crasher
482                 thanks to Colin
483
484 2007-07-27 [paul]       2.10.0cvs75
485
486         * src/mainwindow.c
487         * src/manual.c
488         * src/manual.h
489         * src/gtk/gtkutils.c
490                 make mainwindow's /Help/Manual point to the
491                 remote copy if the local copy doesn't exist
492
493 2007-07-27 [paul]       2.10.0cvs74
494
495         * src/Makefile.am
496         * src/filtering.c
497         * src/folder.c
498         * src/mainwindow.c
499         * src/matcher.c
500         * src/matcher.h
501         * src/matcher_parser_parse.y
502         * src/procmsg.c
503         * src/procmsg.h
504         * src/stock_pixmap.c
505         * src/stock_pixmap.h
506         * src/summaryview.c
507         * src/summaryview.h
508         * src/toolbar.c
509         * src/toolbar.h
510         * src/pixmaps/watchthread.xpm
511                 add 'watch thread' feature
512
513 2007-07-27 [paul]       2.10.0cvs73
514
515         * src/prefs_folder_item.c
516                 adjust labels, add tooltips
517
518 2007-07-27 [colin]      2.10.0cvs72
519
520         * src/summaryview.c
521                 Maemo: Remove less used menu items
522
523 2007-07-26 [colin]      2.10.0cvs71
524
525         * src/messageview.c
526                 Maemo: destroy messageview after trashing mail.
527                 Maybe should be done on X11 too
528
529 2007-07-26 [colin]      2.10.0cvs70
530
531         * src/folderview.c
532         * src/mainwindow.c
533         * src/prefs_common.c
534         * src/prefs_common.h
535         * src/summaryview.c
536                 Add View/Show or Hide/Column headers
537
538 2007-07-26 [colin]      2.10.0cvs69
539
540         * src/procmime.c
541                 Fix unwanted output
542
543 2007-07-26 [colin]      2.10.0cvs68
544
545         * src/ldapserver.c
546                 Fix possible crash on cache invalidation
547         * src/compose.c
548         * src/procmime.c
549         * src/procmime.h
550         * src/quote_fmt_parse.y
551                 Make replying to mails with big attachments
552                 much faster. Fixes bug 1224, 'The process of 
553                 Replying to emails with large attachments 
554                 seems unreasonably long...'
555
556 2007-07-26 [colin]      2.10.0cvs67
557
558         * src/mimeview.c
559         * src/matcher.c
560         * src/common/ssl.c
561                 Fix threads use on BSDs
562
563 2007-07-26 [paul]       2.10.0cvs66
564
565         * src/gtk/prefswindow.c
566                 fix account prefs breakage
567                 thanks to Colin
568
569 2007-07-26 [paul]       2.10.0cvs65
570
571         * configure.ac
572                 standardise ./configure --help messages
573
574 2007-07-26 [colin]      2.10.0cvs64
575
576         * src/addressbook.c
577         * src/editaddress.c
578                 Fix two vCard-related crashes
579
580 2007-07-25 [colin]      2.10.0cvs63
581
582         * src/inc.c
583         * src/prefs_common.c
584         * src/prefs_common.h
585         * src/prefs_receive.c
586                 Maemo: Add a better way to notify of
587                 new mails
588         * src/mainwindow.c
589         * src/statusbar.h
590         * src/summaryview.c
591         * src/toolbar.c
592                 Maemo: Various layout fixes
593         * src/gtk/prefswindow.c
594                 Maemo: Better prefs layout
595
596 2007-07-25 [paul]       2.10.0cvs62
597
598         * src/textview.c
599                 fix the layout on maemo
600                 thanks to Colin
601
602 2007-07-25 [iwkse]      2.10.0cvs61
603
604         * src/summaryview.c
605                 add 'o' shortcut on summaryview
606
607 2007-07-25 [iwkse]      2.10.0cvs60
608
609         * src/textview.c
610                 fix o shortcut
611
612 2007-07-24 [colin]      2.10.0cvs59
613
614         * src/mh.c
615                 Fix missing timestamp update on source
616                 folder when moving
617         * src/textview.c
618         * src/textview.h
619                 Better text layout on part's choices
620
621 2007-07-23 [colin]      2.10.0cvs58
622
623         * src/mimeview.c
624         * src/textview.c
625                 Maemo: Automatically choose the correct application
626                 to open parts
627         * src/gtk/quicksearch.c
628                 Make search run on GDK_KP_Enter too
629
630 2007-07-23 [wwp]        2.10.0cvs57
631
632         * src/quote_fmt_lex.l
633                 Revert accidentaly committed lines (account_sig) in
634                 2.10.0cvs56.
635
636 2007-07-23 [wwp]        2.10.0cvs56
637
638         * src/quote_fmt_lex.l
639                 Fix typos around long form expressions in the quote lexer.
640
641 2007-07-23 [paul]
642
643         3.0.0-rc1 released
644
645 2007-07-23 [colin]      2.10.0cvs55
646
647         * src/addr_compl.c
648                 Fix auto-completion on Maemo
649
650 2007-07-23 [colin]      2.10.0cvs54
651
652         * src/statusbar.c
653                 Maemo: Fix sticking statusbars
654
655 2007-07-22 [colin]      2.10.0cvs53
656
657         * src/main.c
658                 Maemo: Fix the strange "top_application" info
659                 at startup. We should do something when 
660                 receiving such a message.
661
662 2007-07-20 [paul]       2.10.0cvs52
663
664         * src/news_gtk.c
665                 add missing #include "statusbar.h"
666
667 2007-07-20 [colin]      2.10.0cvs51
668
669         * src/folder.c
670         * src/folder.h
671         * src/folder_item_prefs.c
672         * src/folder_item_prefs.h
673         * src/folderview.c
674         * src/imap.c
675         * src/imap_gtk.c
676         * src/imap_gtk.h
677         * src/news.c
678         * src/news_gtk.c
679         * src/news_gtk.h
680         * src/prefs_folder_item.c
681                 Implement age-based caching: allow to
682                 specify a threshold for the offline synchronisation
683                 feature, and whether old cached bodies should 
684                 be removed
685         * src/toolbar.c
686         * src/toolbar.h
687                 Fix label/tooltips
688         * src/plugins/dillo_viewer/dillo_viewer.c
689                 Check that Dillo's installed
690
691 2007-07-20 [wwp]        2.10.0cvs50
692
693         * src/mimeview.c
694         * src/stock_pixmap.c
695                 Draw a frame around the selected mimeview part icon (instead of the
696                 shifted 'dancing' icon).
697
698 2007-07-20 [colin]      2.10.0cvs49
699
700         * src/main.c
701                 Unref stuff even on error
702         * src/wizard.c
703                 disconnect signals only at the very
704                 end of the wizard save.
705
706 2007-07-20 [colin]      2.10.0cvs48
707
708         * src/mainwindow.c
709         * src/messageview.c
710         * src/toolbar.c
711         * src/toolbar.h
712                 Fix random crashes while navigating
713                 (GTK_EVENTS_FLUSH)
714
715 2007-07-19 [colin]      2.10.0cvs47
716
717         * configure.ac
718         * src/main.c
719         * src/prefs_common.c
720         * src/prefs_common.h
721         * src/wizard.c
722         * src/common/defs.h
723         * src/common/utils.c
724                 Maemo: add an easy way to store data (mails
725                 and IMAP/NNTP caches) on one of the SD cards,
726                 and protect against unmounts if needed
727
728 2007-07-19 [paul]       2.10.0cvs46
729
730         * src/Makefile.am
731         * src/stock_pixmap.c
732         * src/gtk/about.c
733         * src/pixmaps/claws-mail_logo-small.xpm
734                 implement a (slightly) different About
735                 dialog for maemo and add a small version
736                 of the logo for it
737         * src/wizard.c
738                 use a scrolled window for wizard page 1
739                 on maemo
740
741 2007-07-19 [paul]       2.10.0cvs45
742
743         * src/Makefile.am
744                 too soon for this line
745
746 2007-07-19 [paul]       2.10.0cvs44
747
748         * src/Makefile.am
749                 fix build on n800
750
751 2007-07-19 [colin]      2.10.0cvs43
752
753         * src/wizard.c
754                 Solve Mail/Mailbox name when specifying
755                 full /path/to/Mail.
756
757 2007-07-18 [colin]      2.10.0cvs42
758
759         * src/inc.c
760         * configure.ac
761                 Fix build on n770
762
763 2007-07-18 [colin]      2.10.0cvs41
764
765         * src/inc.c
766                 Maemo: plug the online/offline system into
767                 maemo's interfaces to have Claws automatically
768                 switch according to the system status
769         * src/statusbar.c
770                 Maemo: use HildonBanners to display status
771                 messages. Renders the main statusbar useless.
772
773 2007-07-18 [paul]       2.10.0cvs40
774
775         * src/filtering.c
776                 fix screen blanking on moving/copying many msgs
777         * src/folder.c
778                 fix processing progressbar and screen blanking
779                 during processing
780
781 2007-07-18 [paul]       2.10.0cvs39
782
783         * src/messageview.c
784                 revert cvs37, breakage on maemo
785
786 2007-07-18 [paul]       2.10.0cvs38
787
788         * src/gtk/gtkutils.c
789                 make sure we can still build with older GTK's
790
791 2007-07-18 [colin]      2.10.0cvs37
792
793         * src/messageview.c
794                 Only hide the small layout's messageview, instead
795                 of destroying it when closing
796         * src/gtk/gtkutils.c
797                 Use gtk_window_present_with_time to popup windows,
798                 it seems to make things better with modern WMs
799                 (actually focusing)
800
801 2007-07-17 [colin]      2.10.0cvs36
802
803         * src/editaddress.c
804                 Simplify layout on Maemo
805         * src/folder.c
806                 Fix possible crash
807         * src/prefs_display_header.c
808                 Remove some headers by default on Maemo
809
810 2007-07-17 [paul]       2.10.0cvs35
811
812         * src/prefs_common.c
813         * src/prefs_common.h
814         * src/prefs_logging.c
815         * src/common/log.c
816                 add options to stop/enable writing logs to disc
817
818 2007-07-17 [paul]       2.10.0cvs34
819
820         * src/edittags.c
821                 fix some issues with the Apply tags window:
822                 - set search column (enables autocompl in the treeview)
823                 - apply tag from "New tag" if it existed
824                 - clears New tag entry when adding it with the button
825                 Thanks to Colin
826
827 2007-07-17 [paul]       2.10.0cvs33
828
829         * src/edittags.c
830                 fix 'apply tags' dialogue weirdness
831
832 2007-07-16 [colin]      2.10.0cvs32
833
834         * src/toolbar.c
835                 Fix double-loading of mails on Maemo
836
837 2007-07-16 [colin]      2.10.0cvs31
838
839         * src/messageview.c
840                 Prevent double-loading of the same part under some
841                 conditions; hide statusbar on Maemo
842
843 2007-07-16 [colin]      2.10.0cvs30
844
845         * src/edittags.c
846         * src/edittags.h
847         * src/mainwindow.c
848         * src/summaryview.c
849                 Improve the tag interface - allow
850                 to set/unset tags from a special
851                 window.
852         * src/gtk/gtkvscrollbutton.c
853         * src/mimeview.c
854         * src/mimeview.h
855         * src/stock_pixmap.c
856                 Fix Mimeview's ugly hacks in the
857                 icon list. 
858
859 2007-07-16 [paul]       2.10.0cvs29
860
861         * src/wizard.c
862                 rework dialog
863         * src/gtk/icon_legend.c
864                 put it all in a scrolled window
865
866 2007-07-15 [colin]      2.10.0cvs28
867
868         * src/mainwindow.c
869                 Maemo: force layout to be Small screen; the
870                 others don't make sense
871
872 2007-07-14 [colin]      2.10.0cvs27
873
874         * src/mimeview.c
875         * src/gtk/gtkvscrollbutton.c
876                 Maemo: Fix mimeview's buttons size
877
878 2007-07-14 [colin]      2.10.0cvs26
879
880         * src/toolbar.c
881                 Fix the button workaround fix.
882                 (Use the correct variable)
883
884 2007-07-14 [colin]      2.10.0cvs25
885
886         * src/mainwindow.c
887         * src/toolbar.c
888                 Maemo: put the progress bar in the
889                 toolbar
890
891 2007-07-14 [colin]      2.10.0cvs24
892
893         * src/prefs_common.c
894                 Maemo: hide statusbar by default
895         * src/Makefile.am
896         * src/stock_pixmap.c
897         * src/stock_pixmap.h
898         * src/toolbar.c
899         * src/pixmaps/go_folders.xpm
900                 Maemo: Add a specific icon to go back to
901                 folder list
902
903 2007-07-14 [colin]      2.10.0cvs23
904
905         * src/toolbar.c
906                 Don't set homogeneous finally
907
908 2007-07-14 [colin]      2.10.0cvs22
909
910         * src/toolbar.c
911                 Fix button show/hide issues
912
913 2007-07-14 [colin]      2.10.0cvs21
914
915         * src/toolbar.c
916                 Fix huge arrows
917                 Fix button workaround to be able to click
918                 if mouse was on button when it went un-
919                 sensitive.
920                 Revert previous commit, gtk_tool_item_set_homogeneous
921                 doesn't mean what it seems to mean ;-)
922
923 2007-07-14 [paul]       2.10.0cvs20
924
925         * src/toolbar.c
926                 make homogeneous FALSE always
927
928 2007-07-13 [colin]      2.10.0cvs19
929
930         * src/toolbar.c
931         * src/toolbar.h
932                 Rework to fit the non-deprecated API
933         * src/compose.c
934         * src/folderview.c
935         * src/mainwindow.c
936         * src/messageview.c
937         * src/summaryview.c
938                 Maemo layout changes. Better toolbars,
939                 removal of CTree headers. 
940
941 2007-07-13 [paul]       2.10.0cvs18
942
943         * src/gtk/colorlabel.c
944                 fix bug 1261, '[DE] coloring messages in overview 
945                 keys are not localised'
946                 the string is now included in claws-mail.pot
947
948 2007-07-13 [colin]      2.10.0cvs17
949
950         * src/summaryview.c
951                 Fix bug 1267, 'printing mutliple messages 
952                 opens one message-dialog after the other'
953                 Ask for confirmation when printing 10
954                 messages or more.
955
956 2007-07-11 [colin]      2.10.0cvs16
957
958         * COPYING
959         * README
960         * autogen.sh
961         * manual/claws-mail-manual.xml
962         * manual/gpl.xml
963         * manual/es/claws-mail-manual.xml
964         * manual/es/gpl.xml
965         * manual/fr/claws-mail-manual.xml
966         * manual/fr/gpl.xml
967         * manual/pl/gpl.xml
968         * src/account.c
969         * src/account.h
970         * src/action.c
971         * src/action.h
972         * src/adbookbase.h
973         * src/addr_compl.c
974         * src/addr_compl.h
975         * src/addrbook.c
976         * src/addrbook.h
977         * src/addrcache.c
978         * src/addrcache.h
979         * src/addrcindex.c
980         * src/addrcindex.h
981         * src/addrclip.c
982         * src/addrclip.h
983         * src/addrdefs.h
984         * src/addressadd.c
985         * src/addressadd.h
986         * src/addressbook.c
987         * src/addressbook.h
988         * src/addressbook_foldersel.c
989         * src/addressbook_foldersel.h
990         * src/addressitem.h
991         * src/addrgather.c
992         * src/addrgather.h
993         * src/addrharvest.c
994         * src/addrharvest.h
995         * src/addrindex.c
996         * src/addrindex.h
997         * src/addritem.c
998         * src/addritem.h
999         * src/addrquery.c
1000         * src/addrquery.h
1001         * src/addrselect.c
1002         * src/addrselect.h
1003         * src/alertpanel.c
1004         * src/alertpanel.h
1005         * src/browseldap.c
1006         * src/browseldap.h
1007         * src/codeconv.c
1008         * src/codeconv.h
1009         * src/compose.c
1010         * src/compose.h
1011         * src/crash.c
1012         * src/crash.h
1013         * src/customheader.c
1014         * src/customheader.h
1015         * src/displayheader.c
1016         * src/displayheader.h
1017         * src/editaddress.c
1018         * src/editaddress.h
1019         * src/editaddress_other_attributes_ldap.c
1020         * src/editaddress_other_attributes_ldap.h
1021         * src/editbook.c
1022         * src/editbook.h
1023         * src/editgroup.c
1024         * src/editgroup.h
1025         * src/editjpilot.c
1026         * src/editjpilot.h
1027         * src/editldap.c
1028         * src/editldap.h
1029         * src/editldap_basedn.c
1030         * src/editldap_basedn.h
1031         * src/edittags.c
1032         * src/edittags.h
1033         * src/editvcard.c
1034         * src/editvcard.h
1035         * src/enriched.c
1036         * src/enriched.h
1037         * src/exphtmldlg.c
1038         * src/exphtmldlg.h
1039         * src/expldifdlg.c
1040         * src/expldifdlg.h
1041         * src/export.c
1042         * src/export.h
1043         * src/exporthtml.c
1044         * src/exporthtml.h
1045         * src/exportldif.c
1046         * src/exportldif.h
1047         * src/filtering.c
1048         * src/filtering.h
1049         * src/folder.c
1050         * src/folder.h
1051         * src/folder_item_prefs.c
1052         * src/folder_item_prefs.h
1053         * src/foldersel.c
1054         * src/foldersel.h
1055         * src/folderutils.c
1056         * src/folderutils.h
1057         * src/folderview.c
1058         * src/folderview.h
1059         * src/gedit-print.c
1060         * src/gedit-print.h
1061         * src/grouplistdialog.c
1062         * src/grouplistdialog.h
1063         * src/headerview.c
1064         * src/headerview.h
1065         * src/html.c
1066         * src/html.h
1067         * src/image_viewer.c
1068         * src/image_viewer.h
1069         * src/imap.c
1070         * src/imap.h
1071         * src/imap_gtk.c
1072         * src/imap_gtk.h
1073         * src/import.c
1074         * src/import.h
1075         * src/importldif.c
1076         * src/importldif.h
1077         * src/importmutt.c
1078         * src/importmutt.h
1079         * src/importpine.c
1080         * src/importpine.h
1081         * src/inc.c
1082         * src/inc.h
1083         * src/jpilot.c
1084         * src/jpilot.h
1085         * src/ldapctrl.c
1086         * src/ldapctrl.h
1087         * src/ldaplocate.c
1088         * src/ldaplocate.h
1089         * src/ldapquery.c
1090         * src/ldapquery.h
1091         * src/ldapserver.c
1092         * src/ldapserver.h
1093         * src/ldapupdate.c
1094         * src/ldapupdate.h
1095         * src/ldaputil.c
1096         * src/ldaputil.h
1097         * src/ldif.c
1098         * src/ldif.h
1099         * src/localfolder.c
1100         * src/localfolder.h
1101         * src/main.c
1102         * src/main.h
1103         * src/mainwindow.c
1104         * src/mainwindow.h
1105         * src/manual.c
1106         * src/manual.h
1107         * src/matcher.c
1108         * src/matcher.h
1109         * src/matcher_parser.h
1110         * src/matcher_parser_lex.l
1111         * src/matcher_parser_parse.y
1112         * src/mbox.c
1113         * src/mbox.h
1114         * src/message_search.c
1115         * src/message_search.h
1116         * src/messageview.c
1117         * src/messageview.h
1118         * src/mh.c
1119         * src/mh.h
1120         * src/mh_gtk.c
1121         * src/mh_gtk.h
1122         * src/mimeview.c
1123         * src/mimeview.h
1124         * src/msgcache.c
1125         * src/msgcache.h
1126         * src/mutt.c
1127         * src/mutt.h
1128         * src/news.c
1129         * src/news.h
1130         * src/news_gtk.c
1131         * src/news_gtk.h
1132         * src/noticeview.c
1133         * src/noticeview.h
1134         * src/partial_download.c
1135         * src/partial_download.h
1136         * src/pine.c
1137         * src/pine.h
1138         * src/pop.c
1139         * src/pop.h
1140         * src/prefs_account.c
1141         * src/prefs_account.h
1142         * src/prefs_actions.c
1143         * src/prefs_actions.h
1144         * src/prefs_common.c
1145         * src/prefs_common.h
1146         * src/prefs_compose_writing.c
1147         * src/prefs_compose_writing.h
1148         * src/prefs_customheader.c
1149         * src/prefs_customheader.h
1150         * src/prefs_display_header.c
1151         * src/prefs_display_header.h
1152         * src/prefs_ext_prog.c
1153         * src/prefs_ext_prog.h
1154         * src/prefs_filtering.c
1155         * src/prefs_filtering.h
1156         * src/prefs_filtering_action.c
1157         * src/prefs_filtering_action.h
1158         * src/prefs_folder_column.c
1159         * src/prefs_folder_column.h
1160         * src/prefs_folder_item.c
1161         * src/prefs_folder_item.h
1162         * src/prefs_fonts.c
1163         * src/prefs_fonts.h
1164         * src/prefs_gtk.c
1165         * src/prefs_gtk.h
1166         * src/prefs_image_viewer.c
1167         * src/prefs_image_viewer.h
1168         * src/prefs_logging.c
1169         * src/prefs_logging.h
1170         * src/prefs_matcher.c
1171         * src/prefs_matcher.h
1172         * src/prefs_message.c
1173         * src/prefs_message.h
1174         * src/prefs_msg_colors.c
1175         * src/prefs_msg_colors.h
1176         * src/prefs_other.c
1177         * src/prefs_other.h
1178         * src/prefs_quote.c
1179         * src/prefs_quote.h
1180         * src/prefs_receive.c
1181         * src/prefs_receive.h
1182         * src/prefs_send.c
1183         * src/prefs_send.h
1184         * src/prefs_spelling.c
1185         * src/prefs_spelling.h
1186         * src/prefs_summaries.c
1187         * src/prefs_summaries.h
1188         * src/prefs_summary_column.c
1189         * src/prefs_summary_column.h
1190         * src/prefs_summary_open.c
1191         * src/prefs_summary_open.h
1192         * src/prefs_template.c
1193         * src/prefs_template.h
1194         * src/prefs_themes.c
1195         * src/prefs_themes.h
1196         * src/prefs_toolbar.c
1197         * src/prefs_toolbar.h
1198         * src/prefs_wrapping.c
1199         * src/prefs_wrapping.h
1200         * src/privacy.c
1201         * src/privacy.h
1202         * src/procheader.c
1203         * src/procheader.h
1204         * src/procmime.c
1205         * src/procmime.h
1206         * src/procmsg.c
1207         * src/procmsg.h
1208         * src/quote_fmt.c
1209         * src/quote_fmt_lex.l
1210         * src/quote_fmt_parse.y
1211         * src/recv.c
1212         * src/recv.h
1213         * src/remotefolder.c
1214         * src/remotefolder.h
1215         * src/send_message.c
1216         * src/send_message.h
1217         * src/setup.c
1218         * src/setup.h
1219         * src/simple-gettext.c
1220         * src/sourcewindow.c
1221         * src/sourcewindow.h
1222         * src/ssl_manager.c
1223         * src/ssl_manager.h
1224         * src/statusbar.c
1225         * src/statusbar.h
1226         * src/stock_pixmap.c
1227         * src/stock_pixmap.h
1228         * src/summary_search.c
1229         * src/summary_search.h
1230         * src/summaryview.c
1231         * src/summaryview.h
1232         * src/textview.c
1233         * src/textview.h
1234         * src/toolbar.c
1235         * src/toolbar.h
1236         * src/undo.c
1237         * src/undo.h
1238         * src/unmime.c
1239         * src/unmime.h
1240         * src/uri_opener.c
1241         * src/uri_opener.h
1242         * src/vcard.c
1243         * src/vcard.h
1244         * src/wizard.c
1245         * src/wizard.h
1246         * src/common/base64.c
1247         * src/common/base64.h
1248         * src/common/claws.c
1249         * src/common/claws.h
1250         * src/common/defs.h
1251         * src/common/fnmatch.c
1252         * src/common/fnmatch.h
1253         * src/common/fnmatch_loop.c
1254         * src/common/hooks.c
1255         * src/common/hooks.h
1256         * src/common/log.c
1257         * src/common/log.h
1258         * src/common/md5.c
1259         * src/common/md5.h
1260         * src/common/mgutils.c
1261         * src/common/mgutils.h
1262         * src/common/nntp.c
1263         * src/common/nntp.h
1264         * src/common/passcrypt.c
1265         * src/common/passcrypt.h.in
1266         * src/common/plugin.c
1267         * src/common/plugin.h
1268         * src/common/prefs.c
1269         * src/common/prefs.h
1270         * src/common/progressindicator.c
1271         * src/common/progressindicator.h
1272         * src/common/quoted-printable.c
1273         * src/common/quoted-printable.h
1274         * src/common/session.c
1275         * src/common/session.h
1276         * src/common/smtp.c
1277         * src/common/smtp.h
1278         * src/common/socket.c
1279         * src/common/socket.h
1280         * src/common/ssl.c
1281         * src/common/ssl.h
1282         * src/common/ssl_certificate.c
1283         * src/common/ssl_certificate.h
1284         * src/common/string_match.c
1285         * src/common/string_match.h
1286         * src/common/stringtable.c
1287         * src/common/stringtable.h
1288         * src/common/tags.c
1289         * src/common/tags.h
1290         * src/common/template.c
1291         * src/common/template.h
1292         * src/common/timing.h
1293         * src/common/utils.c
1294         * src/common/utils.h
1295         * src/common/uuencode.c
1296         * src/common/uuencode.h
1297         * src/common/version.h.in
1298         * src/common/w32_dirent.c
1299         * src/common/w32_reg.c
1300         * src/common/w32_signal.c
1301         * src/common/w32_stat.c
1302         * src/common/w32_stdlib.c
1303         * src/common/w32_string.c
1304         * src/common/w32_time.c
1305         * src/common/w32_unistd.c
1306         * src/common/w32_wait.c
1307         * src/common/w32lib.h
1308         * src/common/xml.c
1309         * src/common/xml.h
1310         * src/common/xmlprops.c
1311         * src/common/xmlprops.h
1312         * src/etpan/etpan-errors.h
1313         * src/etpan/etpan-thread-manager-types.h
1314         * src/etpan/etpan-thread-manager.c
1315         * src/etpan/etpan-thread-manager.h
1316         * src/etpan/imap-thread.c
1317         * src/etpan/imap-thread.h
1318         * src/gtk/about.c
1319         * src/gtk/about.h
1320         * src/gtk/colorlabel.c
1321         * src/gtk/colorlabel.h
1322         * src/gtk/colorsel.c
1323         * src/gtk/colorsel.h
1324         * src/gtk/combobox.c
1325         * src/gtk/combobox.h
1326         * src/gtk/description_window.c
1327         * src/gtk/description_window.h
1328         * src/gtk/filesel.c
1329         * src/gtk/filesel.h
1330         * src/gtk/foldersort.c
1331         * src/gtk/foldersort.h
1332         * src/gtk/gtkaspell.c
1333         * src/gtk/gtkaspell.h
1334         * src/gtk/gtksctree.c
1335         * src/gtk/gtkshruler.c
1336         * src/gtk/gtkshruler.h
1337         * src/gtk/gtksourceprintjob.c
1338         * src/gtk/gtksourceprintjob.h
1339         * src/gtk/gtkutils.c
1340         * src/gtk/gtkutils.h
1341         * src/gtk/gtkvscrollbutton.c
1342         * src/gtk/gtkvscrollbutton.h
1343         * src/gtk/icon_legend.c
1344         * src/gtk/icon_legend.h
1345         * src/gtk/inputdialog.c
1346         * src/gtk/inputdialog.h
1347         * src/gtk/logwindow.c
1348         * src/gtk/logwindow.h
1349         * src/gtk/manage_window.c
1350         * src/gtk/manage_window.h
1351         * src/gtk/menu.c
1352         * src/gtk/menu.h
1353         * src/gtk/pluginwindow.c
1354         * src/gtk/pluginwindow.h
1355         * src/gtk/prefswindow.c
1356         * src/gtk/prefswindow.h
1357         * src/gtk/progressdialog.c
1358         * src/gtk/progressdialog.h
1359         * src/gtk/quicksearch.c
1360         * src/gtk/quicksearch.h
1361         * src/gtk/sslcertwindow.c
1362         * src/gtk/sslcertwindow.h
1363         * src/plugins/bogofilter/bogofilter.c
1364         * src/plugins/bogofilter/bogofilter.h
1365         * src/plugins/bogofilter/bogofilter_gtk.c
1366         * src/plugins/clamav/clamav_plugin.c
1367         * src/plugins/clamav/clamav_plugin.h
1368         * src/plugins/clamav/clamav_plugin_gtk.c
1369         * src/plugins/demo/demo.c
1370         * src/plugins/dillo_viewer/dillo_prefs.c
1371         * src/plugins/dillo_viewer/dillo_prefs.h
1372         * src/plugins/dillo_viewer/dillo_viewer.c
1373         * src/plugins/pgpcore/passphrase.c
1374         * src/plugins/pgpcore/passphrase.h
1375         * src/plugins/pgpcore/pgp_viewer.c
1376         * src/plugins/pgpcore/pgp_viewer.h
1377         * src/plugins/pgpcore/plugin.c
1378         * src/plugins/pgpcore/prefs_gpg.c
1379         * src/plugins/pgpcore/prefs_gpg.h
1380         * src/plugins/pgpcore/select-keys.c
1381         * src/plugins/pgpcore/select-keys.h
1382         * src/plugins/pgpcore/sgpgme.c
1383         * src/plugins/pgpcore/sgpgme.h
1384         * src/plugins/pgpinline/pgpinline.c
1385         * src/plugins/pgpinline/pgpinline.h
1386         * src/plugins/pgpinline/plugin.c
1387         * src/plugins/pgpmime/pgpmime.c
1388         * src/plugins/pgpmime/pgpmime.h
1389         * src/plugins/pgpmime/plugin.c
1390         * src/plugins/spamassassin/spamassassin.c
1391         * src/plugins/spamassassin/spamassassin.h
1392         * src/plugins/spamassassin/spamassassin_gtk.c
1393         * src/plugins/trayicon/trayicon.c
1394         * src/plugins/trayicon/trayicon_prefs.c
1395         * src/plugins/trayicon/trayicon_prefs.h
1396         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1397         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1398         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1399         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1400         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1401         * tools/OOo2claws-mail.pl
1402         * tools/README.sylprint
1403         * tools/acroread2claws-mail.pl
1404         * tools/claws-mail-compose-insert-files.pl
1405         * tools/convert_mbox.pl
1406         * tools/filter_conv.pl
1407         * tools/filter_conv_new.pl
1408         * tools/fix_date.sh
1409         * tools/freshmeat_search.pl
1410         * tools/google_search.pl
1411         * tools/kmail-mailbox2claws-mail.pl
1412         * tools/kmail2claws-mail.pl
1413         * tools/kmail2claws-mail_v2.pl
1414         * tools/mairix.sh
1415         * tools/make.themes.project
1416         * tools/multiwebsearch.pl
1417         * tools/nautilus2claws-mail.sh
1418         * tools/outlook2claws-mail.pl
1419         * tools/textviewer.sh
1420         * tools/thunderbird-filters-convertor.pl
1421         * tools/update-po
1422         * tools/uuooffice
1423         * tools/vcard2xml.py
1424         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1425                 Upgrade to GPLv3 or later.
1426
1427 2007-07-10 [wwp]        2.10.0cvs15
1428
1429         * src/main.c
1430                 Fix re-opening of all composing messages that were
1431                 opened when closing the previous instance, thanks
1432                 to Colin.
1433
1434 2007-07-10 [paul]       2.10.0cvs14
1435
1436         * src/editaddress_other_attributes_ldap.c
1437         * src/ldapupdate.c
1438                 fix crash on selecting 'other attributes' combo
1439                 for either a new entry or an old entry with no
1440                 existing attributes.
1441                 fix bug on editing multiple attributes which
1442                 resulted them all having the value of the last
1443                 one changed.
1444                 Thanks to Colin
1445
1446 2007-07-10 [colin]      2.10.0cvs13
1447
1448         * src/editaddress.c
1449         * src/editaddress_other_attributes_ldap.h
1450         * src/ldapupdate.c
1451                 Fix --disable-ldap build
1452
1453 2007-07-09 [colin]      2.10.0cvs12
1454
1455         * src/Makefile.am
1456         * src/addritem.c
1457         * src/addritem.h
1458         * src/editaddress.c
1459         * src/editaddress_other_attributes_ldap.c
1460         * src/editaddress_other_attributes_ldap.h
1461         * src/editldap.c
1462         * src/ldapctrl.c
1463         * src/ldapctrl.h
1464         * src/ldapupdate.c
1465                 Add capability to edit all inetOrgPerson
1466                 attributes on LDAP. Patch by Michael 
1467                 Rasmussen
1468
1469 2007-07-09 [colin]      2.10.0cvs11
1470
1471         * src/Makefile.am
1472         * src/exporthtml.c
1473         * src/mbox.c
1474         * src/msgcache.c
1475         * src/prefs_summaries.c
1476         * src/prefs_themes.c
1477         * src/procheader.c
1478         * src/common/Makefile.am
1479         * src/common/log.c
1480         * src/common/timing.h
1481         * src/common/utils.c
1482         * src/common/utils.h
1483         * src/common/w32_account.c
1484         * src/common/w32lib.h
1485         * src/gtk/Makefile.am
1486         * src/gtk/colorlabel.c
1487         * src/plugins/pgpcore/Makefile.am
1488         * src/plugins/pgpcore/claws.def
1489         * src/plugins/pgpcore/passphrase.c
1490         * src/plugins/pgpcore/pgp_viewer.c
1491         * src/plugins/pgpcore/plugin.def
1492         * src/plugins/pgpcore/sgpgme.c
1493         * src/plugins/pgpinline/Makefile.am
1494         * src/plugins/pgpinline/claws.def
1495         * src/plugins/pgpinline/mypgpcore.def
1496         * src/plugins/pgpinline/plugin.def
1497         * src/plugins/pgpmime/Makefile.am
1498         * src/plugins/pgpmime/claws.def
1499         * src/plugins/pgpmime/mypgpcore.def
1500         * src/plugins/pgpmime/plugin.def
1501                 Commit win32 patch, from Werner Koch and
1502                 Marcus Brinkmann
1503
1504 2007-07-09 [colin]      2.10.0cvs10
1505
1506         * src/prefs_toolbar.c
1507                 Fix crash when no actions exist
1508
1509 2007-07-07 [paul]       2.10.0cvs9
1510
1511         * COPYING
1512         * manual/claws-mail-manual.xml
1513                 update copyright year
1514         * po/fi.po
1515                 updated by Flammie Pirinen
1516
1517 2007-07-05 [wwp]        2.10.0cvs8
1518
1519         * src/plugins/clamav/clamav_plugin_gtk.c
1520                 Make vertical spacing like in other plugin prefs pages.
1521
1522 2007-07-05 [wwp]        2.10.0cvs7
1523
1524         * src/quote_fmt.c
1525                 It's %am that works, not %ae (this doc incoherence has been
1526                 introduced with 2.9.2cvs13).
1527
1528 2007-07-04 [wwp]        2.10.0cvs6
1529
1530         * src/plugins/bogofilter/bogofilter.c
1531                 Gettext-ize an occurrence of "Any" that wasn't.
1532
1533 2007-07-04 [colin]      2.10.0cvs5
1534
1535         * po/POTFILES.in
1536                 Fix untranslated strings; thanks
1537                 to Pader Rezso.
1538
1539 2007-07-03 [colin]      2.10.0cvs4
1540
1541         * src/folder.c
1542         * src/mainwindow.c
1543                 Fix saving of sort mode for tags and
1544                 thread date. Thanks to Pierre Ossman.
1545                 Completes fix for bug 1233
1546
1547 2007-07-03 [paul]       2.10.0cvs3
1548
1549         * src/compose.c
1550                 fix auto-save
1551         * src/summaryview.c
1552                 fix build warnings
1553         Thanks to Colin
1554
1555 2007-07-02 [colin]      2.10.0cvs2
1556
1557         * src/folder.h
1558         * src/mainwindow.c
1559         * src/procmsg.h
1560         * src/summaryview.c
1561                 Add View/Sort/by Thread date
1562                 Fixes bug 1233, 'Capability to sort 
1563                 threads by most recent message'
1564                 Based on a patch by Paul Rolland
1565
1566 2007-07-02 [colin]      2.10.0cvs1
1567
1568         * src/Makefile.am
1569         * src/compose.c
1570         * src/edittags.c
1571         * src/edittags.h
1572         * src/filtering.c
1573         * src/folder.c
1574         * src/folder.h
1575         * src/headerview.c
1576         * src/headerview.h
1577         * src/main.c
1578         * src/mainwindow.c
1579         * src/mainwindow.h
1580         * src/manual.h
1581         * src/matcher.c
1582         * src/matcher.h
1583         * src/matcher_parser_parse.y
1584         * src/mimeview.c
1585         * src/msgcache.c
1586         * src/msgcache.h
1587         * src/prefs_common.c
1588         * src/prefs_common.h
1589         * src/prefs_filtering_action.c
1590         * src/prefs_matcher.c
1591         * src/prefs_summary_column.c
1592         * src/procmsg.c
1593         * src/procmsg.h
1594         * src/quote_fmt.c
1595         * src/quote_fmt_lex.l
1596         * src/quote_fmt_parse.y
1597         * src/summaryview.c
1598         * src/summaryview.h
1599         * src/textview.c
1600         * src/common/Makefile.am
1601         * src/common/defs.h
1602         * src/common/tags.c
1603         * src/common/tags.h
1604         * src/gtk/quicksearch.c
1605         * src/gtk/quicksearch.h
1606                 Add Tags implementation. Tags are arbitrary labels
1607                 that can be applied to messages. It is possible 
1608                 to create, edit, remove tags; apply them to mails;
1609                 filter on tags or tag presence; apply or unset
1610                 tags via filtering actions; reference tags in
1611                 reply templates.
1612
1613 2007-07-02 [paul]       2.10.0
1614
1615         * NEWS
1616         * README
1617         * RELEASE_NOTES
1618                 2.10.0 released
1619
1620 2007-07-02 [paul]       2.9.2cvs78
1621
1622         * po/de.po
1623         * po/en_GB.po
1624         * po/es.po
1625         * po/fr.po
1626         * po/hu.po
1627         * po/pt_BR.po
1628         * po/ru.po
1629         * po/zh_CN.po
1630                 updated by Stephan Sachse, me, Ricardo Mones
1631                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1632                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1633
1634 2007-07-02 [paul]       2.9.2cvs77
1635
1636         * AUTHORS
1637                 updated
1638
1639 2007-06-29 [wwp]        2.9.2cvs76
1640
1641         * src/gtk/headers.h
1642                 Fix a typo (thanks to Ricardo for finding this out).
1643
1644 2007-06-28 [paul]       2.9.2cvs75
1645
1646         * src/folderview.c
1647                 fix build warnings
1648
1649 2007-06-28 [paul]       2.9.2cvs74
1650
1651         * tools/Makefile.am
1652                 fix bug in the autotools build system.
1653                 Files cataloged under EXTRA_DIST were never
1654                 automatically copied to the build tree.
1655                 (fix 'make distcheck')
1656                 Patch by Michael Rasmussen.
1657
1658 2007-06-24 [colin]      2.9.2cvs73
1659
1660         * src/news_gtk.c
1661                 Fix bug 1249, 'Error handling for 
1662                 news errors needs modification'
1663                 Only popup error if the according
1664                 pref in Prefs/Receive is set.
1665
1666 2007-06-21 [colin]      2.9.2cvs72
1667
1668         * src/common/plugin.c
1669         * src/common/plugin.h
1670                 Change plugin API to know whether it's safe to 
1671                 unload plugins or whether we should just hide
1672                 them. Fixes bug 1248, 'Core dumps after 
1673                 unloading plugin and clicking on load plugins'
1674         * src/plugins/bogofilter/bogofilter.c
1675         * src/plugins/clamav/clamav_plugin.c
1676         * src/plugins/demo/demo.c
1677         * src/plugins/dillo_viewer/dillo_viewer.c
1678         * src/plugins/pgpcore/plugin.c
1679         * src/plugins/pgpinline/plugin.c
1680         * src/plugins/pgpmime/plugin.c
1681         * src/plugins/spamassassin/spamassassin.c
1682         * src/plugins/trayicon/trayicon.c
1683                 Update API
1684
1685 2007-06-19 [colin]      2.9.2cvs71
1686
1687         * src/compose.c
1688         * src/messageview.c
1689                 Fix crash mentioned in bug 1246
1690                 Race condition when automatically drafting
1691                 due to insertion on reedit.
1692
1693 2007-06-18 [wwp]        2.9.2cvs70
1694
1695         * src/importldif.c
1696                 LDIF import: use a "Proceed" button to complete
1697                 the process.
1698
1699 2007-06-18 [paul]       2.9.2cvs69
1700
1701         * configure.ac
1702                 use pkgconfig to check for gtk and glib
1703
1704 2007-06-17 [wwp]        2.9.2cvs68
1705
1706         * src/ldif.c
1707         * src/importldif.c
1708                 LDIF import: better error handling, minor code
1709                 and UI cleanup, and renamed the Save button
1710                 to Close, as imported stuff is already saved
1711                 when the Save button is shown.
1712
1713 2007-06-17 [colin]      2.9.2cvs67
1714
1715         * src/prefs_summaries.c
1716         * src/procmsg.c
1717                 Don't set as read when forwarded, only replied to
1718
1719 2007-06-17 [paul]       2.9.2cvs66
1720
1721         * src/alertpanel.c
1722                 add missing #include
1723
1724 2007-06-16 [colin]      2.9.2cvs65
1725
1726         * src/prefs_summaries.c
1727         * src/procmsg.c
1728                 Change the pref "Only mark as read when opened
1729                 in new window" to "..., replied to or forwarded".
1730                 Based on a patch by Paul Rolland.
1731
1732 2007-06-16 [paul]       2.9.2cvs64
1733
1734         * src/gtk/authors.h
1735                 alphabetical order! :)
1736
1737 2007-06-16 [colin]      2.9.2cvs63
1738
1739         * AUTHORS
1740         * src/gtk/authors.h
1741                 Add Michael Rasmussen in authors list
1742
1743 2007-06-16 [colin]      2.9.2cvs62
1744
1745         * src/messageview.c
1746                 Fix messageview_copy_clipboard to take advantage
1747                 of plugins' get_selection.
1748
1749 2007-06-15 [colin]      2.9.2cvs61
1750
1751         * src/action.c
1752         * src/addr_compl.c
1753         * src/addressbook.c
1754         * src/folderview.c
1755         * src/message_search.c
1756         * src/mimeview.c
1757         * src/summary_search.c
1758         * src/summaryview.c
1759         * src/textview.c
1760                 Allow GDK_KP_Enter to do the same as GDK_Return
1761                 Patch by Michael Rasmussen
1762
1763 2007-06-15 [paul]       2.9.2cvs60
1764
1765         * src/compose.c
1766                 fix bug when closing a compose window
1767                 during autosave
1768
1769 2007-06-14 [paul]       2.9.2cvs59
1770
1771         * src/main.c
1772         * src/common/defs.h
1773                 migrate sylpheed config
1774
1775 2007-06-14 [wwp]        2.9.2cvs58
1776
1777         * src/gtk/pluginwindow.c
1778                 Yet another attempt to fix sizing/alignment of the
1779                 button bar in plugins window.
1780
1781 2007-06-12 [colin]      2.9.2cvs57
1782
1783         * po/POTFILES.in
1784         * src/Makefile.am
1785         * src/folderview.c
1786         * src/prefs_common.c
1787         * src/prefs_common.h
1788         * src/prefs_summaries.c
1789         * src/prefs_summary_open.c
1790         * src/prefs_summary_open.h
1791         * src/summaryview.c
1792                 Make "when entering a folder" actions more personalisable
1793
1794 2007-06-12 [wwp]        2.9.2cvs56
1795
1796         * tools/README
1797                 Use short description from Paul (mairix.sh).
1798
1799 2007-06-12 [wwp]        2.9.2cvs55
1800
1801         * tools/README
1802                 Updated info about mairix.sh.
1803
1804 2007-06-11 [paul]       2.9.2cvs54
1805
1806         * src/prefs_logging.c
1807                 rework log window length widgets
1808                 and some sensitivity fixes
1809
1810 2007-06-11 [paul]       2.9.2cvs53
1811
1812         * src/mainwindow.c
1813         * src/prefs_logging.c
1814                 rename 'Protocol Log' to 'Network Log'
1815                 and some function renaming
1816
1817 2007-06-10 [wwp]        2.9.2cvs52
1818
1819         * src/gtk/pluginwindow.c
1820                 Revert 2.9.2cvs51.
1821
1822 2007-06-10 [wwp]        2.9.2cvs51
1823
1824         * src/gtk/pluginwindow.c
1825                 Fix button bar in plugin window, was centered and not
1826                 behaving like other dialogs w/ such button bar.
1827
1828 2007-06-08 [wwp]        2.9.2cvs50
1829
1830         * src/compose.c
1831         * src/compose.h
1832         * src/main.c
1833         * src/mainwindow.c
1834         * src/mainwindow.h
1835                 Provide a way out of automatic draft saving on IMAP, when
1836                 exiting offline.
1837                 Prevent drafting while sending and quitting while sending.
1838                 Thanks for Colin.
1839
1840
1841
1842 2007-06-08 [wwp]        2.9.2cvs49
1843
1844         * src/prefs_account.c
1845         * src/gtk/prefswindow.c
1846         * src/gtk/prefswindow.h
1847                 Activate the Basic page when opening account prefs.
1848
1849 2007-06-08 [wwp]        2.9.2cvs48
1850
1851         * src/common/socket.c
1852                 Don't crash if fork() fails, thanks to Colin.
1853
1854 2007-06-08 [wwp]        2.9.2cvs47
1855
1856         * src/gtk/prefswindow.c
1857                 Wrap some long lines, and reset horizontal scroller's adjusment
1858                 (this was already done, vertically), when changing tab (not page)
1859                 in prefs windows.
1860
1861 2007-06-08 [paul]       2.9.2cvs46
1862
1863         * src/common/utils.c
1864                 use gethostname() instead of uname()
1865                 based on a patch by Michael Hughes
1866                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1867
1868 2007-06-07 [wwp]        2.9.2cvs45
1869
1870         * src/prefs_common.c
1871                 Fix some useless warnings, thanks to Colin.
1872
1873 2007-06-06 [colin]      2.9.2cvs44
1874
1875         * src/ldapupdate.c
1876                 Fix strange allocations. 
1877
1878 2007-06-06 [colin]      2.9.2cvs43
1879
1880         * src/ldapupdate.c
1881                 Patch by Michael Rasmussus to help
1882                 bug 1232
1883
1884 2007-06-05 [wwp]        2.9.2cvs42
1885
1886         * src/prefs_account.c
1887         * src/prefs_folder_item.c
1888         * src/prefs_quote.c
1889         * src/quote_fmt.c
1890         * src/quote_fmt.h
1891                 Per-folder templates can now be applied recursively.
1892                 Always save per-folder templates (formats were erroneously
1893                 saved only if they were enabled).
1894                 Check for validity of quotation marks everywhere there
1895                 are defined.
1896
1897 2007-06-05 [wwp]        2.9.2cvs41
1898
1899         * src/inc.c
1900                 Fix incoming messages from local accounts always getting filtered
1901                 (even if the account prefs say don't), thanks to Colin.
1902
1903 2007-06-05 [wwp]        2.9.2cvs40
1904
1905         * src/compose.c
1906         * src/compose.h
1907                 Use per-folder/per-account quote chars when applying a
1908                 template or inserting text as well. Const'ify some
1909                 vars more.
1910
1911 2007-06-04 [colin]      2.9.2cvs39
1912
1913         * src/compose.c
1914                 More work for wwp :)
1915
1916 2007-06-04 [wwp]        2.9.2cvs38
1917
1918         * src/compose.c
1919                 Same as 2.9.2cvs36 but for forwarding.
1920
1921 2007-06-04 [colin]      2.9.2cvs37
1922
1923         * src/compose.c
1924                 Use original mail file for forward/redirect
1925                 Fixes some forwarded mails to be attached as
1926                 application/octet-stream (when they have binary
1927                 parts), and incidentally fixes bug 848
1928                 'Redirect breaks GnuPG'
1929
1930 2007-06-04 [wwp]        2.9.2cvs36
1931
1932         * src/compose.c
1933                 Fix quote mark mis-initialisation when replying/forwarding
1934                 (introduced w/ 2.9.2cvs20).
1935
1936 2007-06-04 [wwp]        2.9.2cvs35
1937
1938         * src/prefs_compose_writing.c
1939         * src/prefs_quote.c
1940                 Fix a bug where Quotation characters (prefs/compose/writing)
1941                 was cleared (introduced w/ 2.9.2cvs26).
1942
1943 2007-06-04 [wwp]        2.9.2cvs34
1944
1945         * src/prefs_account.c
1946         * src/prefs_account.h
1947                 Better fix for compiling w/o aspell (rollbacks
1948                 2.9.2cvs31).
1949
1950 2007-06-04 [wwp]        2.9.2cvs33
1951
1952         * src/account.c
1953         * src/prefs_account.c
1954         * src/prefs_account.h
1955         * src/procmsg.c
1956                 It's now possible to disable mail filtering plugins
1957                 on a per-account basis.
1958
1959 2007-06-04 [wwp]        2.9.2cvs32
1960
1961         * src/procheader.c
1962         * src/common/utils.c
1963         * src/common/utils.h
1964                 Support CRLF in headers part of messages.
1965                 Support few more date formats (RFC3339 subsets).
1966
1967 2007-06-04 [wwp]        2.9.2cvs31
1968
1969         * src/prefs_account.c
1970                 Fix compiling w/o aspell support.
1971
1972 2007-06-03 [wwp]        2.9.2cvs30
1973
1974         * src/prefs_gtk.c
1975                 Don't decode leading ENV_ and ~ in P_PASSWORD
1976                 values.
1977
1978 2007-06-03 [wwp]        2.9.2cvs29
1979
1980         * src/prefs_gtk.c
1981                 Don't decode leading ENV_ and ~ in P_PASSWORD
1982                 values.
1983
1984 2007-06-03 [wwp]        2.9.2cvs28
1985
1986         * src/prefs_account.c
1987         * src/gtk/prefswindow.c
1988         * src/gtk/prefswindow.h
1989                 Added a way to force preloading of all pages
1990                 (prefswindow).
1991                 Moved tabs to pages in account prefs.
1992
1993 2007-06-02 [colin]      2.9.2cvs27
1994
1995         * src/addressbook.c
1996                 Fix possible crash, fix ldap write bugs
1997         * src/ldapupdate.c
1998                 Fix ldap write bugs - patch by Michael
1999                 Rasmussen
2000         * src/alertpanel.c
2001         * src/alertpanel.h
2002                 Add a hook whenever alertpanel opens/closes
2003
2004 2007-05-31 [wwp]        2.9.2cvs26
2005
2006         * src/prefs_compose_writing.c
2007         * src/prefs_quote.c
2008                 Re-organized writing options a bit:
2009                  - renamed the Quoting page to Templates
2010                  - moved all composing templates to that page
2011                  - moved non-templates options to the Writing one,
2012                    grouped reply-related options, reordered reply and
2013                    forward options.
2014
2015 2007-05-31 [wwp]        2.9.2cvs25
2016
2017         * src/compose.c
2018                 Removed unused code.
2019
2020 2007-05-31 [colin]      2.9.2cvs24
2021
2022         * src/addressbook.c
2023                 Fix missing display name when modifying
2024                 LDAP. Patch by Michael Rasmussen
2025
2026 2007-05-31 [wwp]        2.9.2cvs23
2027
2028         * src/plugins/bogofilter/Makefile.am
2029         * src/plugins/clamav/Makefile.am
2030         * src/plugins/demo/Makefile.am
2031         * src/plugins/dillo_viewer/Makefile.am
2032         * src/plugins/spamassassin/Makefile.am
2033                 Fix building of those plugins in Mac OS X.
2034
2035 2007-05-30 [wwp]        2.9.2cvs22
2036
2037         * src/gtk/quicksearch.c
2038                 Fix missing initialization.
2039
2040 2007-05-30 [wwp]        2.9.2cvs21
2041
2042         * src/procheader.c
2043                 Revert accidental commit (debug outputs).
2044
2045 2007-05-30 [wwp]        2.9.2cvs20
2046
2047         * src/compose.c
2048         * src/folder_item_prefs.c
2049         * src/folder_item_prefs.h
2050         * src/prefs_account.c
2051         * src/prefs_account.h
2052         * src/prefs_folder_item.c
2053         * src/prefs_gtk.c
2054         * src/prefs_gtk.h
2055                 Implemented per-account and per-folder
2056                 compose/reply/forward formats.
2057
2058 2007-05-30 [wwp]        2.9.2cvs19
2059
2060         * src/prefs_compose_writing.c
2061         * src/prefs_quote.c
2062         * src/procheader.c
2063         * src/quote_fmt.c
2064         * src/quote_fmt.h
2065                 Internal API changes (factorize quote format
2066                 prefs and checks).
2067
2068 2007-05-30 [colin]      2.9.2cvs18
2069
2070         * src/compose.c
2071                 Fix race where it's possible to re-click Send
2072                 between end of SMTP session and end of "move to
2073                 sent folder" when sending an email with send
2074                 dialog enabled.
2075
2076 2007-05-30 [colin]      2.9.2cvs17
2077
2078         * src/crash.c
2079                 Ask for backtrace on all threads. Patch by
2080                 Pawel
2081         * src/folderview.c
2082                 Fix stale news statusbar when scanning fails.
2083                 Patch by Pawel
2084         * src/ldapupdate.c
2085                 Fix some LDAP write updates bugs. Patch
2086                 by Michael Rasmussen
2087
2088 2007-05-29 [colin]      2.9.2cvs16
2089
2090         * src/imap.c
2091                 Fix loss of local flags when moving mails
2092                 on IMAP in high-bandwidth mode (UID FETCH)
2093
2094 2007-05-25 [paul]       2.9.2cvs15
2095
2096         * src/common/socket.c
2097                 fix sometimes crasher on cancelling
2098                 message sending
2099
2100 2007-05-25 [colin]      2.9.2cvs14
2101
2102         * src/imap.c
2103                 Fix a memory leak
2104         * src/imap_gtk.c
2105                 Be more helpful in the subscription
2106                 message
2107
2108 2007-05-23 [wwp]        2.9.2cvs13
2109
2110         * src/compose.c
2111         * src/prefs_compose_writing.c
2112         * src/prefs_quote.c
2113         * src/prefs_template.c
2114         * src/prefs_template.h
2115         * src/quote_fmt.c
2116         * src/quote_fmt.h
2117         * src/quote_fmt_lex.l
2118         * src/quote_fmt_parse.y
2119                 Introduced new syntax elements (symbols and commands)
2120                 in templates/quote_fmt. Compatibility w/ old
2121                 symbols is kept.
2122                 Updated and reworked the corresponding Information
2123                 dialog.
2124                 Display the line number in dialogs that talk about
2125                 parser errors (in addition to the error message in
2126                 output).
2127
2128 2007-05-23 [wwp]        2.9.2cvs12
2129
2130         * src/quote_fmt_parse.y
2131                 Fix 2.9.2cvs11, probably a paste accident ;).
2132
2133 2007-05-23 [wwp]        2.9.2cvs11
2134
2135         * src/compose.c
2136         * src/prefs_template.c
2137         * src/quote_fmt.h
2138         * src/quote_fmt_parse.y
2139                 Fix 2.9.2cvs10, which broke --disable-aspell.
2140
2141 2007-05-22 [wwp]        2.9.2cvs10
2142
2143         * src/compose.c
2144         * src/prefs_template.c
2145         * src/quote_fmt.c
2146         * src/quote_fmt.h
2147         * src/quote_fmt_lex.l
2148         * src/quote_fmt_parse.y
2149         * src/gtk/gtkaspell.c
2150         * src/gtk/gtkaspell.h
2151                 Added template/quote format syntactical elements
2152                 to show and query:
2153                         - current dictionary
2154                           %T to show (shows empty if not set or not enabled),
2155                           ?T and !T to check if the default dictionary is
2156                           enabled and set
2157                         - current account's default dictionary
2158                           %aT to show (empty if not set or not enabled),
2159                           ?aT and !aT to check if it's enabled and set
2160                         - name completion for an address, from the address
2161                           book
2162                           %ABf, %ABt, %ABc respectively show the full name got
2163                           from the address book if From, To or Cc match a single
2164                           contact.
2165                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2166                           matches any contact and if the full name is non-empty.
2167                           If From, To or Cc are lists of email addresses, only
2168                           the first address will be checked.
2169                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2170                 that could show a trailing ','.
2171                 Also, template/quote_fmt parser now shows the line number in case
2172                 of parser error.
2173
2174 2007-05-15 [colin]      2.9.2cvs9
2175
2176         * src/main.c
2177         * src/main.h
2178                 Add a public function to know whether Claws
2179                 crashed last time
2180                 Store opened folder when exiting
2181         * src/folder.c
2182         * src/folder.h
2183                 Store last opened message in each FolderItem;
2184                 Reset last seen messages if Claws crashed, so 
2185                 that one can't go in an infinite crash in case 
2186                 a particular mail crashes Claws.
2187         * src/messageview.c
2188         * src/prefs_common.c
2189         * src/prefs_common.h
2190         * src/summaryview.c
2191         * src/prefs_summaries.c
2192                 Add "Select last opened message" when entering
2193                 a folder
2194                 Add "Select last opened folder" at startup.
2195
2196 2007-05-14 [colin]      2.9.2cvs8
2197
2198         * manual/xml2pdf
2199                 Fix bashism, search for xml catalog 
2200                 in /usr/local/share/xml/catalog too
2201                 Patch by Pawel
2202
2203 2007-05-13 [wwp]        2.9.2cvs7
2204
2205         * src/gtk/logwindow.c
2206                 fix raising log windows when they are either minimized or
2207                 in background.
2208
2209 2007-05-11 [colin]      2.9.2cvs6
2210
2211         * src/gtk/filesel.c
2212                 Use Hildon's file chooser on Maemo. Patch
2213                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2214                 'File attachment "manipulation" bugs...'
2215
2216 2007-05-10 [wwp]        2.9.2cvs5
2217
2218         * src/prefs_common.c
2219         * src/prefs_common.h
2220         * src/gtk/quicksearch.c
2221                 Add a quicksearch option to automatically run
2222                 a search selected from the history (this option
2223                 is exclusive towards type-ahead).
2224
2225 2007-05-10 [colin]      2.9.2cvs4
2226
2227         * src/imap.c
2228                 Fix g_warnings, thanks to Brian
2229                 Morrison
2230
2231 2007-05-09 [colin]      2.9.2cvs3
2232
2233         * src/crash.c
2234         * src/exporthtml.c
2235         * src/mbox.c
2236         * src/prefs_summaries.c
2237         * src/procheader.c
2238         * src/common/log.c
2239         * src/common/utils.c
2240         * src/gtk/gtksourceprintjob.c
2241         * src/gtk/sslcertwindow.c
2242                 Use the re-entrant variant of time functions
2243                 Probably fixes bug 1217, 'reentrancy problems 
2244                 with time functions'
2245
2246 2007-05-09 [colin]      2.9.2cvs2
2247
2248         * src/imap.c
2249                 Fix crasher when reconnection fails
2250
2251 2007-05-08 [paul]       2.9.2cvs1
2252
2253         * NEWS
2254         * README
2255         * RELEASE_NOTES
2256         * configure.ac
2257                 bump version number following
2258                 stable release
2259
2260 2007-05-08 [paul]       2.9.1cvs48
2261
2262         * src/plugins/demo/demo.c
2263         * src/plugins/dillo_viewer/dillo_prefs.c
2264         * src/plugins/dillo_viewer/dillo_prefs.h
2265         * src/plugins/dillo_viewer/dillo_viewer.c
2266         * src/plugins/pgpcore/pgp_viewer.c
2267         * src/plugins/pgpcore/pgp_viewer.h
2268         * src/plugins/pgpcore/plugin.c
2269         * src/plugins/pgpcore/prefs_gpg.c
2270         * src/plugins/pgpcore/prefs_gpg.h
2271         * src/plugins/pgpcore/sgpgme.c
2272         * src/plugins/pgpcore/sgpgme.h
2273         * src/plugins/pgpinline/plugin.c
2274         * src/plugins/pgpmime/pgpmime.c
2275         * src/plugins/pgpmime/pgpmime.h
2276         * src/plugins/pgpmime/plugin.c
2277         * src/plugins/spamassassin/spamassassin.c
2278         * src/plugins/spamassassin/spamassassin.h
2279         * src/plugins/spamassassin/spamassassin_gtk.c
2280         * src/plugins/trayicon/README
2281         * tools/README
2282         * tools/README.sylprint
2283         * tools/outlook2claws-mail.pl
2284         * tools/sylprint.pl
2285         * tools/tb2claws-mail
2286         * tools/tbird2claws.py
2287         * tools/update-po
2288         * tools/vcard2xml.py
2289         * tools/kdeservicemenu/README
2290                 cleanups and corrections
2291
2292 2007-05-06 [wwp]        2.9.1cvs47
2293
2294         * tools/uudec
2295                 Fix missing dash to `display` command-line, reported
2296                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2297
2298 2007-05-06 [colin]      2.9.1cvs46
2299
2300         * src/Makefile.am
2301         * src/stock_pixmap.c
2302         * src/stock_pixmap.h
2303         * src/pixmaps/printer.xpm
2304                 Add a printer icon
2305
2306 2007-05-06 [paul]       2.9.1cvs45
2307
2308         * src/compose.c
2309         * src/ldapquery.c
2310         * src/privacy.h
2311         * src/summary_search.c
2312         * src/summaryview.c
2313                 fix build warnings
2314
2315 2007-05-05 [wwp]        2.9.1cvs44
2316
2317         * src/messageview.c
2318         * src/mh.c
2319         * src/prefs_actions.c
2320         * src/prefs_gtk.c
2321         * src/summaryview.c
2322         * src/common/xml.c
2323                 Fix "faild" typos everywhere and capitalization of
2324                 some g_warnings.
2325
2326 2007-05-04 [colin]      2.9.1cvs43
2327
2328         * src/compose.c
2329         * src/privacy.c
2330         * src/privacy.h
2331         * src/plugins/pgpcore/prefs_gpg.c
2332         * src/plugins/pgpcore/prefs_gpg.h
2333         * src/plugins/pgpinline/pgpinline.c
2334         * src/plugins/pgpmime/pgpmime.c
2335                 Add an API to warn about encryption limits,
2336                 and allow to disable these warnings
2337
2338 2007-05-03 [colin]      2.9.1cvs42
2339
2340         * src/summaryview.c
2341         * src/mainwindow.c
2342                 Fix bug 1213, 'Delete more than 
2343                 one thread at once'
2344
2345 2007-05-03 [wwp]        2.9.1cvs41
2346
2347         * src/prefs_common.c
2348         * src/prefs_filtering.c
2349         * src/prefs_template.c
2350         * src/common/template.c
2351         * src/common/template.h
2352         * src/gtk/gtkutils.c
2353         * src/gtk/gtkutils.h
2354                 Templates are no longer automatically sorted
2355                 by name, but can be sorted manually using
2356                 |< < > >| buttons as well as drag'n'drop.
2357
2358 2007-05-03 [wwp]        2.9.1cvs40
2359
2360         * src/plugins/spamassassin/spamassassin.c
2361         * src/plugins/spamassassin/spamassassin.h
2362         * src/plugins/spamassassin/spamassassin_gtk.c
2363         * src/plugins/bogofilter/bogofilter.c
2364         * src/plugins/bogofilter/bogofilter.h
2365         * src/plugins/bogofilter/bogofilter_gtk.c
2366                 Added an option to conditionally mark saved spam
2367                 as read (default is and was to do so).
2368                 Satisfies feature request 1708539 on sf.net tracker.
2369
2370 2007-05-03 [colin]      2.9.1cvs39
2371
2372         * src/inc.c
2373                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2374
2375 2007-05-02 [colin]      2.9.1cvs38
2376
2377         * src/textview.c
2378                 Fix bug 1209, 'Clicking on address 
2379                 in header (mailto uri) selects 
2380                 default account'. Patch adapted from
2381                 G.P. Halkes' patch.
2382
2383 2007-05-02 [colin]      2.9.1cvs37
2384
2385         * src/grouplistdialog.c
2386                 Set cursor to wait cursor while loading
2387                 groups.
2388
2389 2007-05-02 [paul]       2.9.1cvs36
2390
2391         * src/folder.c
2392         * src/common/defs.h
2393                 rename cache and mark files
2394                 (data is preserved)
2395
2396 2007-04-30 [paul]       2.9.1cvs35
2397
2398         * manual/glossary.xml
2399         * manual/plugins.xml
2400                 updates. Patch by Ricardo
2401
2402 2007-04-29 [wwp]        2.9.1cvs34
2403
2404         * src/mainwindow.c
2405         * configure.ac
2406                 Fix few grammatical errors (patch by David Relson < relson at
2407                 osagesoftware dot com >).
2408
2409 2007-04-28 [colin]      2.9.1cvs33
2410
2411         * src/account.c
2412         * src/pop.c
2413         * src/prefs_account.c
2414         * src/prefs_account.h
2415                 Drop the "Download all" preference. It's
2416                 stupidly useless and confuses people from
2417                 time to time.
2418
2419 2007-04-27 [wwp]        2.9.1cvs32
2420
2421         * src/account.c
2422         * src/prefs_account.c
2423         * src/prefs_account.h
2424                 Don't reflect accounts changes to the mainwindow when it's
2425                 not necessary.
2426
2427 2007-04-27 [colin]      2.9.1cvs31
2428
2429         * src/folder.c
2430                 Freeze/thaw when sync'ing flags
2431         * src/imap.c
2432         * src/prefs_account.c
2433         * src/prefs_account.h
2434         * src/etpan/imap-thread.c
2435         * src/etpan/imap-thread.h
2436                 Add a way to use UID FETCH instead
2437                 of searches to fetch message lists
2438                 and flags. More expensive towards
2439                 bandwidth, less expensive towards
2440                 server's CPU. Probably fixes 
2441                 bug 1158, 'Scanning new folders on 
2442                 Exchange 2007 extremely slow'.
2443                 Patch 95% by Hoa.
2444
2445 2007-04-27 [paul]       2.9.1cvs30
2446
2447         * src/mainwindow.c
2448         * src/prefs_logging.c
2449                 improvements to english usage
2450
2451 2007-04-27 [colin]      2.9.1cvs29
2452
2453         * src/imap.c
2454                 Fix build without libetpan (my bad!)
2455
2456 2007-04-26 [colin]      2.9.1cvs28
2457
2458         * src/imap.c
2459         * src/imap.h
2460                 Fix uselessly exported function
2461         * src/textview.c
2462                 Consider "- -- \n" as signature separator
2463                 (that's what signature separators look like
2464                  in PGP/Inline signed mails)
2465
2466 2007-04-26 [colin]      2.9.1cvs27
2467
2468         * configure.ac
2469                 libetpan-0.49 is now required
2470         * src/procmime.c
2471                 Fix double fetching of mails if
2472                 first try failed
2473         * src/imap.c
2474                 Make offline sync faster, by
2475                 remembering last change time, and
2476                 last sync time.
2477
2478 2007-04-26 [hoa]        2.9.1cvs26
2479
2480         * src/imap.c
2481         * src/imap.h
2482         * src/mainwindow.c
2483         * src/toolbar.c
2484         * src/etpan/imap-thread.c
2485         * src/etpan/imap-thread.h
2486                 cancellation of IMAP operations is now allowed.
2487                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2488
2489 2007-04-26 [colin]      2.9.1cvs25
2490
2491         * src/folder.c
2492                 Always fetch body+headers in folders that are
2493                 synched for offline use, if "Synchronise as
2494                 soon as possible" is set.
2495                 Fixes bug 1200, 'Add option to always retrieve full 
2496                 messages'
2497
2498 2007-04-25 [colin]      2.9.1cvs24
2499
2500         * src/compose.c
2501                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2502                 persists...'
2503
2504 2007-04-24 [colin]      2.9.1cvs23
2505
2506         * src/folderview.c
2507                 Fix bug 1195, 'Hardware key navigation' 
2508                 Make GDK_Enter toggle expansion (Maemo)
2509
2510 2007-04-24 [wwp]        2.9.1cvs22
2511
2512         * src/compose.c
2513                 Fix few compiler warnings.
2514
2515 2007-04-24 [paul]       2.9.1cvs21
2516
2517         * src/Makefile.am
2518         * src/stock_pixmap.c
2519         * src/stock_pixmap.h
2520                 complete last commit
2521
2522 2007-04-24 [paul]       2.9.1cvs20
2523
2524         * src/gtk/about.c
2525         * src/pixmaps/active.xpm
2526         * src/pixmaps/checkbox_off.xpm
2527         * src/pixmaps/checkbox_on.xpm
2528         * src/pixmaps/inactive.xpm
2529                 kick out the blobs
2530                 remove transparent border from checkbox icons
2531
2532 2007-04-24 [wwp]        2.9.1cvs19
2533
2534         * src/textview.c
2535         * src/textview.h
2536                 Fix a crash in textview, thanks to Colin.
2537
2538 2007-04-23 [wwp]        2.9.1cvs18
2539
2540         * src/prefs_common.c
2541                 Fix 2.9.1cvs5: no header was being translated at all.
2542
2543 2007-04-23 [colin]      2.9.1cvs17
2544
2545         * src/Makefile.am
2546         * src/stock_pixmap.c
2547         * src/stock_pixmap.h
2548         * src/summaryview.c
2549         * src/summaryview.h
2550         * src/gtk/gtksctree.c
2551         * src/gtk/gtksctree.h
2552         * src/pixmaps/selection.xpm
2553                 Fix bug 1193, 'Need a way to multi-select
2554                 items'. Add a toggle button to the summaryview
2555                 to switch between normal and multiple selection
2556                 (Maemo)
2557
2558 2007-04-23 [colin]      2.9.1cvs16
2559
2560         * src/Makefile.am
2561         * src/stock_pixmap.c
2562         * src/stock_pixmap.h
2563         * src/summaryview.c
2564         * src/summaryview.h
2565         * src/gtk/gtksctree.c
2566         * src/gtk/gtksctree.h
2567         * src/pixmaps/selection.xpm
2568                 Fix bug 1193, 'Need a way to multi-
2569                 select items'
2570                 Add a toggle button in the summaryview
2571                 to enable normal or multiple selection.
2572                 (Maemo)
2573
2574 2007-04-23 [colin]      2.9.1cvs15
2575
2576         * src/compose.c
2577                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2578
2579 2007-04-21 [colin]      2.9.1cvs14
2580
2581         * src/gtk/quicksearch.c
2582                 Fix previous commit (actually use correct
2583                 parameter)
2584
2585 2007-04-21 [colin]      2.9.1cvs13
2586
2587         * src/gtk/quicksearch.c
2588                 Fix changing quicksearch type (after Esc,
2589                 after changing Recursive, ...)
2590
2591 2007-04-20 [wwp]        2.9.1cvs12
2592
2593         * src/gtk/Makefile.am
2594                 Added headers.h (completes 2.9.1cvs5).
2595
2596 2007-04-20 [wwp]        2.9.1cvs11
2597
2598         * src/addressbook.c
2599                 Fix the use of display name in name column,
2600                 it has been overriden w/ the use of nickname
2601                 by 2.9.0cvs3. Now nickname is used (if any)
2602                 in case of LDAP books only.
2603
2604 2007-04-20 [colin]      2.9.1cvs10
2605
2606         * src/mimeview.c
2607         * src/summaryview.c
2608         * src/textview.c
2609                 Add handling of 'a' to loop in a mail's
2610                 mimeparts
2611
2612 2007-04-20 [colin]      2.9.1cvs9
2613
2614         * src/toolbar.c
2615                 Fix bug 1190, 'dir_open' button doesn't work'
2616                 (Maemo)
2617
2618 2007-04-20 [colin]      2.9.1cvs8
2619
2620         * src/folderview.c
2621         * src/mainwindow.c
2622                 Fix bug 1194, 'Hardware keys move from email 
2623                 list to account/directory list, but not back 
2624                 to email list...' (Maemo)
2625
2626 2007-04-20 [colin]      2.9.1cvs7
2627
2628         * src/compose.h
2629                 complete previous commit
2630
2631 2007-04-20 [colin]      2.9.1cvs6
2632
2633         * src/compose.c
2634                 Fix bug 1187, 'Reply-to addressee disappears 
2635                 when reply-to text box is clicked...' (Maemo)
2636
2637 2007-04-20 [wwp]        2.9.1cvs5
2638
2639         * po/POTFILES.in
2640         * src/addressbook.c
2641         * src/compose.c
2642         * src/filtering.c
2643         * src/headerview.c
2644         * src/matcher.c
2645         * src/prefs_common.c
2646         * src/prefs_common.h
2647         * src/prefs_display_header.c
2648         * src/prefs_matcher.c
2649         * src/summaryview.c
2650         * src/gtk/headers.h
2651         * src/gtk/quicksearch.c
2652                 Translate more header names according to the relevant option value,
2653                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2654                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2655                 to prefs_common_translated_header_name().
2656                 Added a headers.h reference file that contains known header names
2657                 (RFC2822 and others) to the translation process' input, so that
2658                 translated header names will still exist even if no occurrence of
2659                 _("headername") is found anymore in the sources.
2660                 Don't translate column name 'Number' following to trans_hdr option
2661                 value as it's not a header name.
2662
2663 2007-04-20 [colin]      2.9.1cvs4
2664
2665         * src/gtk/quicksearch.c
2666         * src/gtk/quicksearch.h
2667                 Add "From, To or Subject" quicksearch
2668                 type. Patch by ulfschaper@users.sf.net
2669
2670 2007-04-20 [colin]      2.9.1cvs3
2671
2672         * src/matcher.c
2673                 Implement proper references filtering condition.
2674                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2675
2676 2007-04-19 [wwp]        2.9.1cvs2
2677
2678         * src/prefs_display_header.c
2679         * src/message_search.c
2680                 Fix few warnings (g_free of const gchar*).
2681
2682 2007-04-19 [paul]       2.9.1cvs1
2683
2684         * NEWS
2685         * README
2686         * RELEASE_NOTES
2687         * configure.ac
2688                 bump version number following
2689                 stable release
2690
2691 2007-04-19 [paul]       2.9.0cvs9
2692
2693         * manual/advanced.xml
2694         * manual/glossary.xml
2695                 fix typos
2696
2697 2007-04-18 [paul]       2.9.0cvs8
2698
2699         * src/pop.c
2700                 fix for CVE-2007-1558 (APOP)
2701                 Thanks to Colin
2702
2703 2007-04-18 [paul]       2.9.0cvs7
2704
2705         * src/messageview.c
2706         * src/mimeview.c
2707         * src/summaryview.c
2708         * src/gtk/filesel.c
2709                 Fix encoding woes wrt saving of
2710                 mails and parts
2711                 Thanks to Colin
2712
2713 2007-04-18 [colin]      2.9.0cvs6
2714
2715         * src/gtk/pluginwindow.c
2716                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2717
2718 2007-04-17 [wwp]        2.9.0cvs5
2719
2720         * src/addressadd.c
2721         * src/addressbook.c
2722         * src/addrindex.c
2723         * src/ldapupdate.c
2724                 Fix --disable-ldap build,
2725                 fix some LDAP annoyances on 
2726                 searches, thanks to Colin.
2727
2728 2007-04-17 [wwp]        2.9.0cvs4
2729
2730         * src/ldapupdate.c
2731                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2732                 like gcc 2.9x. Thanks to Colin.
2733
2734 2007-04-17 [wwp]        2.9.0cvs3
2735
2736         * src/Makefile.am
2737         * src/addressadd.c
2738         * src/addressbook.c
2739         * src/addrindex.c
2740         * src/addritem.c
2741         * src/addritem.h
2742         * src/editaddress.c
2743         * src/ldapctrl.c
2744         * src/ldapctrl.h
2745         * src/ldapquery.c
2746         * src/ldapserver.c
2747         * src/ldapserver.h
2748         * src/ldapupdate.c
2749         * src/ldapupdate.h
2750                 Add LDAP write support. Patch mostly by 
2751                 Michael <mir at datanom dot net>
2752
2753 2007-04-17 [wwp]        2.9.0cvs2
2754
2755         * src/compose.c
2756                 Prepend "Add to address book" to the context menu of compose window's sender and
2757                 recipient fields.
2758
2759 2007-04-16 [paul]       2.9.0cvs1
2760
2761         * src/gtk/authors.h
2762                 add Pader Rezso
2763
2764 2007-04-16 [paul]       2.9.0
2765
2766         * NEWS
2767         * README
2768         * RELEASE_NOTES
2769                 2.9.0 released
2770
2771 2007-04-16 [paul]       2.8.1cvs102
2772
2773         * po/fr.po
2774                 updated by Fabien Vantard
2775
2776 2007-04-16 [paul]       2.8.1cvs101
2777
2778         * po/ca.po
2779         * po/cs.po
2780         * po/de.po
2781         * po/hu.po
2782         * po/pl.po
2783         * po/pt_BR.po
2784         * po/sr.po
2785         * po/zh_CN.po
2786                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2787                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2788                 Aleksandar Urosevic, and Ralgh Young
2789
2790 2007-04-15 [mones]      2.8.1cvs100
2791
2792         * po/es.po
2793                 Updated for release
2794
2795 2007-04-14 [colin]      2.8.1cvs99
2796
2797         * src/message_search.c
2798         * src/prefs_display_header.c
2799         * src/summary_search.c
2800         * src/gtk/combobox.c
2801                 Fix allocations
2802
2803 2007-04-14 [wwp]        2.8.1cvs98
2804
2805         * src/gtk/combobox.c
2806         * src/message_search.c
2807         * src/summary_search.c
2808         * src/prefs_display_header.c
2809                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2810                 returns NULL, get the text value directly from the GtkEntry child.
2811
2812 2007-04-13 [colin]      2.8.1cvs97
2813
2814         * src/gtk/quicksearch.c
2815                 Give the focus back to summaryview when
2816                 emptying the quicksearch with Esc
2817
2818 2007-04-13 [colin]      2.8.1cvs96
2819
2820         * src/message_search.c
2821         * src/prefs_display_header.c
2822         * src/summary_search.c
2823                 Fix possibles crashes when getting text
2824                 from gtk combos
2825
2826 2007-04-13 [colin]      2.8.1cvs95
2827
2828         * src/pop.c
2829                 Add some UIDL debugging
2830
2831 2007-04-12 [colin]      2.8.1cvs94
2832
2833         * src/folder.c
2834                 Force folder scan if necessary after
2835                 copying mails, to be able to reapply
2836                 flags.
2837
2838 2007-04-11 [colin]      2.8.1cvs93
2839
2840         * src/main.c
2841                 don't scan for new mail on startup if --select
2842                 is specified (or race conditions arise). If so,
2843                 do both sequentially.
2844
2845 2007-04-09 [colin]      2.8.1cvs92
2846
2847         * src/common/defs.h
2848                 Use leafpad by default on Maemo. Patch
2849                 by Jean-Luc Biord.
2850
2851 2007-04-06 [colin]      2.8.1cvs91
2852
2853         * src/pixmaps/queue_close.xpm
2854         * src/pixmaps/queue_close_hrm.xpm
2855         * src/pixmaps/queue_close_hrm_mark.xpm
2856         * src/pixmaps/queue_close_mark.xpm
2857         * src/pixmaps/queue_open.xpm
2858         * src/pixmaps/queue_open_hrm.xpm
2859         * src/pixmaps/queue_open_hrm_mark.xpm
2860         * src/pixmaps/queue_open_mark.xpm
2861                 Move the clock one pixel down :)
2862
2863 2007-04-05 [colin]      2.8.1cvs90
2864
2865         * src/mainwindow.c
2866                 Don't sync when switching offline from
2867                 command line - it's usually too late :)
2868
2869 2007-04-05 [paul]       2.8.1cvs89
2870
2871         * src/Makefile.am
2872         * src/stock_pixmap.c
2873         * src/pixmaps/dir_close_hrm.xpm
2874         * src/pixmaps/dir_close_hrm_mark.xpm
2875         * src/pixmaps/drafts_close.xpm
2876         * src/pixmaps/drafts_close_mark.xpm
2877         * src/pixmaps/drafts_open.xpm
2878         * src/pixmaps/drafts_open_mark.xpm
2879         * src/pixmaps/inbox.xpm
2880         * src/pixmaps/inbox_close.xpm
2881         * src/pixmaps/inbox_close_hrm.xpm
2882         * src/pixmaps/inbox_close_hrm_mark.xpm
2883         * src/pixmaps/inbox_close_mark.xpm
2884         * src/pixmaps/inbox_hrm.xpm
2885         * src/pixmaps/inbox_hrm_mark.xpm
2886         * src/pixmaps/inbox_mark.xpm
2887         * src/pixmaps/inbox_open.xpm
2888         * src/pixmaps/inbox_open_hrm.xpm
2889         * src/pixmaps/inbox_open_hrm_mark.xpm
2890         * src/pixmaps/inbox_open_mark.xpm
2891         * src/pixmaps/outbox.xpm
2892         * src/pixmaps/outbox_close.xpm
2893         * src/pixmaps/outbox_close_hrm.xpm
2894         * src/pixmaps/outbox_close_hrm_mark.xpm
2895         * src/pixmaps/outbox_close_mark.xpm
2896         * src/pixmaps/outbox_hrm.xpm
2897         * src/pixmaps/outbox_hrm_mark.xpm
2898         * src/pixmaps/outbox_mark.xpm
2899         * src/pixmaps/outbox_open.xpm
2900         * src/pixmaps/outbox_open_hrm.xpm
2901         * src/pixmaps/outbox_open_hrm_mark.xpm
2902         * src/pixmaps/outbox_open_mark.xpm
2903         * src/pixmaps/queue_close.xpm
2904         * src/pixmaps/queue_close_hrm.xpm
2905         * src/pixmaps/queue_close_hrm_mark.xpm
2906         * src/pixmaps/queue_close_mark.xpm
2907         * src/pixmaps/queue_open.xpm
2908         * src/pixmaps/queue_open_hrm.xpm
2909         * src/pixmaps/queue_open_hrm_mark.xpm
2910         * src/pixmaps/queue_open_mark.xpm
2911                 updated, added and replaced icons
2912                 Icons by Colin
2913
2914 2007-04-04 [colin]      2.8.1cvs88
2915
2916         * src/imap.c
2917                 Fix build without libetpan
2918
2919 2007-04-03 [colin]      2.8.1cvs87
2920
2921         * src/imap.c
2922                 Fix crash with Citadel, and try to make
2923                 things work. this server (and specifically 
2924                 STATUS and APPEND at least) seems broken.
2925
2926 2007-04-03 [colin]      2.8.1cvs86
2927
2928         * src/folderview.c
2929                 Fix icons on folder close
2930
2931 2007-04-03 [colin]      2.8.1cvs85
2932
2933         * src/inc.c
2934                 Fix double-ask of offline override in
2935                 certain cases
2936         * src/imap.c
2937         * src/imap.h
2938         * src/imap_gtk.c
2939                 Much more efficient way to synchronise
2940                 for offline use
2941         * src/etpan/imap-thread.c
2942                 Fix possible segs
2943         * src/folder.c
2944         * src/gtk/quicksearch.c
2945                 Fix some GUI lags
2946
2947 2007-04-03 [paul]       2.8.1cvs84
2948
2949         * src/filtering.c
2950         * src/folder.c
2951         * src/folder.h
2952         * src/prefs_common.c
2953         * src/prefs_common.h
2954         * src/prefs_other.c
2955                 Fix sync being done too late
2956                 Thanks to Colin
2957
2958 2007-04-02 [colin]      2.8.1cvs83
2959
2960         * src/summaryview.c
2961                 Maemo: Put status and quicksearch at the top
2962         * src/plugins/bogofilter/bogofilter.c
2963         * src/plugins/spamassassin/spamassassin.c
2964                 Derive trash from inbox if possible
2965
2966 2007-04-02 [paul]       2.8.1cvs82
2967
2968         * src/plugins/bogofilter/bogofilter_gtk.c
2969                 a few English changes
2970
2971 2007-04-02 [paul]
2972
2973         2.9.0-rc1 released
2974
2975 2007-04-02 [colin]      2.8.1cvs81
2976
2977         * src/image_viewer.c
2978                 Fix transparent images by using
2979                 GtkImage
2980         * src/messageview.c
2981                 Flush events (on new windows) to avoid
2982                 having the textview's image resize fail
2983                 to know the available width
2984
2985 2007-04-01 [colin]      2.8.1cvs80
2986
2987         * src/prefs_account.c
2988                 If no MH mailbox exist, when creating a POP/Local
2989                 account, just create and use the default one 
2990                 instead of bailing with a "Mailbox doesn't exist"
2991                 error
2992
2993 2007-03-31 [colin]      2.8.1cvs79
2994
2995         * src/prefs_account.c
2996                 Create signature file if it doesn't exist
2997                 before editing
2998         * src/prefs_toolbar.c
2999                 Maemo: Move "Use default" on the left so
3000                 that people can find it
3001         * src/common/defs.h
3002                 Maemo: make default editor "Maemopad", 
3003                 default signature file "MyDocs/signature.txt"
3004
3005 2007-03-31 [colin]      2.8.1cvs78
3006
3007         * src/prefs_account.c
3008                 Maemo: rework account prefs so
3009                 that less horizontal scrolling
3010                 is required
3011
3012 2007-03-31 [colin]      2.8.1cvs77
3013
3014         * src/folderview.c
3015         * src/prefs_common.c
3016         * src/prefs_common.h
3017                 Fix bug 1167, 'Allow not displaying zeros 
3018                 in folder list'. Patch by MartinP
3019
3020 2007-03-31 [colin]      2.8.1cvs76
3021
3022         * AUTHORS
3023                 Add Jean-Luc Biord
3024
3025 2007-03-31 [colin]      2.8.1cvs75
3026
3027         * src/imap.c
3028                 Apply patch from bug 1172, direct
3029                 access to the folder's session instead
3030                 of using getter. Patch by MartinP
3031
3032 2007-03-31 [paul]       2.8.1cvs74
3033
3034         * src/gtk/authors.h
3035                 no need to list Fabien twice!
3036
3037 2007-03-31 [colin]      2.8.1cvs73
3038
3039         * src/inc.c
3040                 If we're currently "overriding for %d minutes",
3041                 don't ask
3042
3043 2007-03-31 [colin]      2.8.1cvs72
3044
3045         * src/compose.c
3046         * src/imap.c
3047         * src/inc.c
3048         * src/inc.h
3049         * src/messageview.c
3050         * src/news.c
3051         * src/plugins/spamassassin/spamassassin.c
3052                 Offline override: Add a parameter to allow
3053                 asking even if the override timer is running.
3054                 Allows to ask every time the user makes an
3055                 explicit action needing online access (such
3056                 as Get Mail), and not when the action is 
3057                 implicit (such as opening an IMAP folder)
3058
3059 2007-03-31 [colin]      2.8.1cvs71
3060
3061         * src/inc.c
3062                 Override offline: "No" answer shouldn't
3063                 re-ask after 3 seconds, but 10 minutes. 
3064
3065 2007-03-30 [colin]      2.8.1cvs70
3066
3067         * src/common/socket.c
3068                 Better error reporting on unix socket
3069                 failure (bind usually)
3070         * src/gtk/gtkutils.c
3071         * src/gtk/gtkutils.h
3072                 Label window: add a pulsing progress
3073                 bar to show we're not hung :)
3074         * src/folderview.c
3075         * src/main.c
3076         * src/plugins/pgpcore/sgpgme.c
3077                 Update API
3078
3079 2007-03-30 [colin]      2.8.1cvs69
3080
3081         * src/pop.c
3082         * src/prefs_common.c
3083                 Fix possible trashing of history and uidl
3084                 files on disk full problems
3085
3086 2007-03-30 [paul]       2.8.1cvs68
3087
3088         * src/mainwindow.c
3089         * src/summaryview.c
3090         * src/summaryview.h
3091                 update summary when changing layout type
3092                 (fixes wrong folder icon being displayed)
3093                 Thanks to Colin
3094
3095 2007-03-29 [colin]      2.8.1cvs67
3096
3097         * src/prefs_ext_prog.c
3098                 The browser pref is irrelevant on Maemo
3099
3100 2007-03-29 [colin]      2.8.1cvs66
3101
3102         * src/compose.c
3103         * src/compose.h
3104                 Maemo: dynamically switch headers/text position
3105         * src/prefs_common.c
3106                 Maemo: hide compose's ruler by default
3107         * src/common/socket.c
3108         * src/common/socket.h
3109                 Fix build warning
3110
3111 2007-03-29 [colin]      2.8.1cvs65
3112
3113         * src/common/socket.c
3114         * src/common/socket.h
3115                 Fix build when MAEMO_CFLAGS contains
3116                 _X_OPENSOURCE (resolv.h errors as long
3117                 as we don't add _BSD_SOURCE. Ugly).
3118
3119 2007-03-29 [wwp]        2.8.1cvs64
3120
3121         * src/prefs_logging.c
3122                 Fix sensitivity of clip-log widgets in prefs/logging,
3123                 thanks to Fabien.
3124
3125 2007-03-29 [wwp]        2.8.1cvs63
3126
3127         * po/POTFILES.in
3128                 Updated files list for translations, thanks to Fabien.
3129
3130 2007-03-29 [colin]      2.8.1cvs62
3131
3132         * src/main.c
3133         * src/common/Makefile.am
3134         * src/common/utils.c
3135                 Maybe make URI opening work in Maemo
3136                 Requires testing :)
3137
3138 2007-03-28 [colin]      2.8.1cvs61
3139
3140         * src/folder.c
3141         * src/folder.h
3142         * src/folderview.c
3143                 Add the possibility to sort folders arbitrarily
3144                 (via editing of folderlist.xml only). Patch by
3145                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3146                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3147                 be changed by the user'
3148
3149 2007-03-28 [colin]      2.8.1cvs60
3150
3151         * src/mimeview.c
3152                 Add popup menu for mime icons
3153
3154 2007-03-28 [colin]      2.8.1cvs59
3155
3156         * src/mainwindow.c
3157                 Fix a layout issue when presenting
3158                 mainwindow in Small screen layout
3159         * src/toolbar.c
3160         * src/toolbar.h
3161                 Add a "Go to folder list" button for
3162                 mainwindow, and make it default in
3163                 the Maemo build
3164
3165 2007-03-28 [colin]      2.8.1cvs58
3166
3167         * src/compose.c
3168                 Don't dynamically update title on Maemo
3169                 Patch by Jean-Luc Biord
3170
3171 2007-03-27 [colin]      2.8.1cvs57
3172
3173         * src/compose.c
3174         * src/folderview.c
3175         * src/summaryview.c
3176                 Enable tap-and-hold on Maemo
3177
3178 2007-03-26 [colin]      2.8.1cvs56
3179
3180         * src/compose.c
3181                 More popup-menu (in attachments list)
3182
3183 2007-03-26 [colin]      2.8.1cvs55
3184
3185         * src/compose.c
3186                 Enable popup-menu signal
3187
3188 2007-03-26 [colin]      2.8.1cvs54
3189
3190         * src/plugins/pgpinline/pgpinline.c
3191                 Fix bug 1111, 'PGP/inline plugin hides text 
3192                 around encrypted text block'. Patch based on
3193                 a patch from Michal Cihar.
3194
3195 2007-03-26 [wwp]        2.8.1cvs53
3196
3197         * src/procmsg.c
3198                 Fix getting a false error when sending queued message
3199                 whereas the sending was fine (if there are subfolders
3200                 in the queue folder), thanks to Colin.
3201
3202 2007-03-26 [paul]       2.8.1cvs52
3203
3204         * src/wizard.c
3205                 update FACE header in welcome message
3206
3207 2007-03-25 [colin]      2.8.1cvs51
3208
3209         * src/Makefile.am
3210                 Fix make dist
3211
3212 2007-03-25 [colin]      2.8.1cvs50
3213
3214         * src/main.c
3215                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3216
3217 2007-03-24 [colin]      2.8.1cvs49
3218
3219         * src/main.c
3220                 Fix a few launch problems on Maemo
3221                 Patch by Jean-Luc Biord
3222
3223 2007-03-24 [wwp]        2.8.1cvs48
3224
3225         * src/alertpanel.c
3226         * src/alertpanel.h
3227         * src/messageview.c
3228         * src/summaryview.c
3229                 Fix wrong action performed when closing the
3230                 "ask about account specific filtering rules
3231                 when filtering manually" dialog by pressing Escape.
3232                 Fix wrong order of buttons in the "return receipt
3233                 notification - the message was sent to several of
3234                 your accounts" dialog.
3235
3236 2007-03-24 [paul]       2.8.1cvs47
3237
3238         * src/folderview.c
3239                 an improvement to English usage
3240         * tools/kdeservicemenu/README
3241                 updated Claws url
3242
3243 2007-03-24 [paul]       2.8.1cvs46
3244
3245         * src/Makefile.am
3246         * src/stock_pixmap.c
3247         * src/pixmaps/edit_extern.xpm
3248         * src/pixmaps/mail_sign.xpm
3249                 rescue long lost icons
3250
3251 2007-03-24 [paul]       2.8.1cvs45
3252
3253         * src/toolbar.c
3254                 fix toolbar (broken in 2.8.1cvs42)
3255
3256 2007-03-23 [colin]      2.8.1cvs44
3257
3258         * src/imap.c
3259                 Correctly unsubscribe/resubscribe after
3260                 RENAME
3261
3262 2007-03-23 [colin]      2.8.1cvs43
3263
3264         * src/prefs_common.c
3265                 Maemo: as the platform is light on RAM, allow
3266                 caches to be discarded faster.
3267
3268 2007-03-23 [colin]      2.8.1cvs42
3269
3270         * src/Makefile.am
3271         * src/compose.c
3272         * src/compose.h
3273         * src/stock_pixmap.c
3274         * src/stock_pixmap.h
3275         * src/summaryview.c
3276         * src/summaryview.h
3277         * src/toolbar.c
3278         * src/toolbar.h
3279         * src/pixmaps/open_mail.xpm
3280                 Maemo changes: Add the possibility to have
3281                 "Open Email" and "Close Window" buttons on 
3282                 toolbars (and use them in Maemo's default
3283                 toolbars)
3284
3285 2007-03-23 [wwp]        2.8.1cvs41
3286
3287         * src/action.c
3288                 Reverted that part of the action dialog closure logics, to
3289                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3290                 done later in a different way (or may not).
3291
3292 2007-03-22 [wwp]        2.8.1cvs40
3293
3294         * src/action.c
3295                 Fix sticky action dialog when got no output but action command
3296                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3297
3298 2007-03-22 [colin]      2.8.1cvs39
3299
3300         * src/prefs_filtering.c
3301         * src/gtk/combobox.h
3302                 Fix escaping account names in filtering prefs
3303
3304 2007-03-22 [colin]      2.8.1cvs38
3305
3306         * src/addrindex.c
3307         * src/ldapctrl.h
3308         * src/ldapquery.c
3309                 Add any attribute specified in LDAP servers'
3310                 Search attributes to the Other Attributes tab
3311                 of contacts; Add 'telephoneNumber' in the
3312                 default list.
3313
3314 2007-03-22 [colin]      2.8.1cvs37
3315
3316         * src/folderview.c
3317         * src/folderview.h
3318         * src/mainwindow.c
3319                 Try to prevent race conditions when
3320                 changing the folder list
3321         * src/summaryview.c
3322                 Fix possible red folder icon when
3323                 switching from Small screen layout
3324                 to any other
3325
3326 2007-03-22 [colin]      2.8.1cvs36
3327
3328         * src/mainwindow.c
3329         * src/mainwindow.h
3330         * src/summaryview.c
3331                 Rename "little screen" to "Small screen"
3332         * src/gtk/Makefile.am
3333         * src/common/utils.c
3334         * src/mh.c
3335                 Fix Maemo-related compilation problems
3336
3337 2007-03-21 [colin]      2.8.1cvs35
3338
3339         * configure.ac
3340                 Fix previous commit
3341         * claws-mail.desktop
3342                 Remove .png from the Icon, it's useless
3343
3344 2007-03-21 [colin]      2.8.1cvs34
3345
3346         * configure.ac
3347         * src/Makefile.am
3348                 Add the necessary lib checking for 
3349                 Maemo
3350
3351 2007-03-21 [colin]      2.8.1cvs33
3352
3353         * src/main.c
3354                 Fix unconditional "error happened" when
3355                 sending via command-line. "lol @ myself"
3356
3357 2007-03-21 [colin]      2.8.1cvs32
3358
3359         * claws-mail-40x40.png
3360         * claws-mail-26x26.png
3361         * src/account.c
3362         * src/addressbook.c
3363         * src/compose.c
3364         * src/folderview.c
3365         * src/folderview.h
3366         * src/main.c
3367         * src/mainwindow.c
3368         * src/mainwindow.h
3369         * src/messageview.c
3370         * src/prefs_account.c
3371         * src/prefs_common.c
3372         * src/summary_search.c
3373         * src/summaryview.c
3374         * src/summaryview.h
3375         * src/gtk/authors.h
3376         * src/gtk/gtkutils.c
3377         * src/gtk/gtkutils.h
3378         * src/gtk/logwindow.c
3379         * src/gtk/menu.c
3380         * src/gtk/prefswindow.c
3381                 Add Maemo port (patch mainly by Jean-Luc Biort)
3382                 Add a new 'Little screen' layout to help on such
3383                 platforms (patch by me)
3384                 Make some default preferences different (more
3385                 adapted) on Maemo (patch by me)
3386
3387 2007-03-21 [wwp]        2.8.1cvs31
3388
3389         * src/prefs_logging.c
3390         * src/prefs_logging.h
3391                 Fixed copyright header of newly added files.
3392
3393 2007-03-21 [wwp]        2.8.1cvs30
3394
3395         * src/Makefile.am
3396         * src/filtering.c
3397         * src/filtering.h
3398         * src/folder.c
3399         * src/folderview.c
3400         * src/imap.c
3401         * src/inc.c
3402         * src/main.c
3403         * src/mainwindow.c
3404         * src/mainwindow.h
3405         * src/matcher.c
3406         * src/messageview.c
3407         * src/news.c
3408         * src/pop.c
3409         * src/prefs_common.c
3410         * src/prefs_common.h
3411         * src/prefs_logging.c
3412         * src/prefs_logging.h
3413         * src/prefs_other.c
3414         * src/procmsg.c
3415         * src/send_message.c
3416         * src/summaryview.c
3417         * src/common/log.c
3418         * src/common/log.h
3419         * src/common/nntp.c
3420         * src/common/session.c
3421         * src/common/smtp.c
3422         * src/common/socket.c
3423         * src/etpan/imap-thread.c
3424         * src/gtk/logwindow.c
3425         * src/gtk/logwindow.h
3426         * src/plugins/bogofilter/bogofilter.c
3427         * src/plugins/spamassassin/spamassassin.c
3428                 Added debugging of filtering/processing rules.
3429                 The debug log is here 'Tools/Filtering debug window',
3430                 the options there 'Configuration/Preferences/Other/Logging',
3431                 and the log file is ~/.claws-mail/filtering.log.
3432                 Moved protocol log prefs to 'Other/Logging' as well.
3433                 To support such debugging feature, the existing log API has
3434                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3435                 this impacts many external modules (commits follow).
3436
3437 2007-03-21 [paul]       2.8.1cvs29
3438
3439         * src/etpan/Makefile.am
3440         * src/etpan/imap-thread.c
3441                 add missing #include
3442
3443 2007-03-21 [colin]      2.8.1cvs28
3444
3445         * src/procmime.c
3446                 Fix bug 1157, 'some broken messages confuse 
3447                 mime parser'. Make sure we can't have MimeInfos
3448                 with negative sizes.
3449
3450 2007-03-20 [colin]      2.8.1cvs27
3451
3452         * src/main.c
3453                 Fix missing \0 on buffer
3454
3455 2007-03-20 [colin]      2.8.1cvs26
3456
3457         * src/mh.c
3458                 Use make_dir_hier instead of make_dir 
3459                 to create the MH mailbox
3460
3461 2007-03-20 [colin]      2.8.1cvs25
3462
3463         * src/folder.c
3464         * src/folder.h
3465         * src/prefs_account.c
3466         * src/wizard.c
3467                 Fix default inbox weirdnesses (after wizard,
3468                 if path is Mail, mailbox identifier is #mh/Mailbox,
3469                 and when creating new accounts)
3470
3471 2007-03-20 [colin]      2.8.1cvs24
3472
3473         * src/account.c
3474                 Write folderlist after adding/deleting accounts
3475                 that have folders
3476
3477 2007-03-20 [colin]      2.8.1cvs23
3478
3479         * src/imap.c
3480         * src/remotefolder.h
3481                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3482                 selected while scanning prior to update'
3483
3484 2007-03-17 [paul]       2.8.1cvs22
3485
3486         * src/main.c
3487                 fix a typo, and be a little more verbose.
3488
3489 2007-03-17 [wwp]        2.8.1cvs21
3490
3491         * src/inc.c
3492                 Fix a compiler warning.
3493
3494 2007-03-16 [wwp]        2.8.1cvs20
3495
3496         * tools/Makefile.am
3497         * tools/README
3498                 Updated to deal w/ the new mairix.sh tool.
3499
3500 2007-03-16 [wwp]        2.8.1cvs19
3501
3502         * src/action.c
3503                 Fix logics issues around the action IO dialog:
3504                 - disable entry widget and exec button when
3505                   the exec button is clicked (don't wait for any
3506                   output line) - fix possible disabling/re-enabling/
3507                   re-disabling of those widgets
3508                 - raise an error if executing a %as{} action either
3509                   empty or invalid, instead of failing silently
3510                 - don't close the dialog if the abort button has been
3511                   clicked and if there was no output yet
3512                 - set focus to the abort button when the exec button
3513                   is clicked
3514                 - fix capitalization of a warning message
3515
3516 2007-03-16 [wwp]        2.8.1cvs18
3517
3518         * tools/mairix.sh
3519                 Added a wrapper to mairix to the tools folder.
3520
3521 2007-03-16 [colin]      2.8.1cvs17
3522
3523         * src/messageview.c
3524         * src/mimeview.h
3525                 Allow mimeviewer plugins to print
3526                 their stuff
3527
3528 2007-03-16 [colin]      2.8.1cvs16
3529
3530         * .cvsignore
3531                 Ignore *.patchset
3532
3533 2007-03-15 [colin]      2.8.1cvs15
3534
3535         * src/messageview.c
3536         * src/mimeview.h
3537                 Add a way for mimeviewer plugins to
3538                 implement body search
3539
3540 2007-03-15 [paul]       2.8.1cvs14
3541
3542         * src/prefs_spelling.c
3543                 fix English usage
3544
3545 2007-03-15 [paul]       2.8.1cvs13
3546
3547         * src/common/quoted-printable.c
3548                 fix decoding of quoted-printable parts
3549
3550 2007-03-14 [wwp]        2.8.1cvs12
3551
3552         * src/gtk/logwindow.h
3553                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3554
3555 2007-03-14 [wwp]        2.8.1cvs11
3556
3557         * src/gtk/logwindow.h
3558                 Complete 2.8.1cvs10.
3559
3560 2007-03-14 [colin]      2.8.1cvs10
3561
3562         * src/gtk/logwindow.c
3563                 Probably fix bug 1149, crash on logwindow
3564                 close - at the expense of performance once
3565                 logwin has been opened
3566
3567 2007-03-14 [colin]      2.8.1cvs9
3568
3569         * src/main.c
3570                 If claws-mail is running on another
3571                 display, warn instead of popping it up
3572                 on the other display
3573
3574 2007-03-12 [colin]      2.8.1cvs8
3575
3576         * src/wizard.c
3577                 Fix bug 1145, 'Setting a different name 
3578                 for the Mailbox name isn't reflected in 
3579                 default account settings'. Patch by wwp
3580
3581 2007-03-12 [colin]      2.8.1cvs7
3582
3583         * src/summaryview.c
3584                 Fix bug 1143, 'Add number of messages to be 
3585                 deleted to confirmation dialog'
3586
3587 2007-03-12 [wwp]        2.8.1cvs6
3588
3589         * src/folderview.c
3590         * src/prefs_common.c
3591         * src/prefs_common.h
3592         * src/prefs_summaries.c
3593                 Changed the option that displays unread messages count
3594                 next to the folder name in folder list: it is now
3595                 possible to either display nothing, display the
3596                 unread messages number only or the unread and total messages
3597                 numbers. The patch includes this extra feature as well
3598                 as some minor fixes by rewriting the algo in folderview.c.
3599                 Thanks to Paul for the original idea and implementation, plus
3600                 testing and proof-reading!
3601
3602 2007-03-09 [paul]       2.8.1cvs5
3603
3604         * tools/Makefile.am
3605         * tools/README
3606         * tools/claws-mail-compose-insert-files.pl
3607                 added a script which enables inserting files
3608                 into the message body of a new Claws Mail
3609                 Compose window from the command line. Additionally
3610                 To, Cc, Subject and files to attach to the message
3611                 can be specified.
3612
3613 2007-03-09 [wwp]        2.8.1cvs4
3614
3615         * src/addr_compl.c
3616         * src/addr_compl.h
3617         * src/filtering.c
3618                 Optimize matching of addresses in the addressbook
3619                 (filtering/processing 'found_in_addressbook' condition).
3620
3621 2007-03-07 [wwp]        2.8.1cvs3
3622
3623         * src/quote_fmt.c
3624         * src/quote_fmt_lex.l
3625         * src/quote_fmt_parse.y
3626                 Add a new quote format symbol: %A to insert the
3627                 sender email address (just the address itself).
3628
3629 2007-03-06 [wwp]        2.8.1cvs2
3630
3631         * src/gtk/gtkutils.c
3632         * src/plugins/trayicon/trayicon_prefs.h
3633         * src/plugins/trayicon/trayicon_prefs.c
3634         * src/plugins/trayicon/trayicon.c
3635         * src/mainwindow.h
3636         * src/mainwindow.c
3637                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3638                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3639
3640
3641 2007-03-06 [paul]       2.8.1cvs1
3642
3643         * NEWS
3644         * README
3645         * RELEASE_NOTES
3646         * configure.ac
3647                 bump version number following
3648                 stable release
3649
3650 2007-03-06 [paul]       2.8.0cvs24
3651
3652         * po/cs.po
3653                 corrected by by Tim <timbrain@post.cz>
3654
3655 2007-03-05 [colin]      2.8.0cvs23
3656
3657         * src/Makefile.am
3658         * src/procmime.c
3659                 Fix mime/globs path on NetBSD
3660                 patch by George Michaelson
3661
3662 2007-03-05 [wwp]        2.8.0cvs22
3663
3664         * src/addr_compl.c
3665                 Remove debug statement (accidentally committed w/ cvs14).
3666
3667 2007-03-05 [paul]       2.8.0cvs21
3668
3669         * src/plugins/pgpcore/prefs_gpg.c
3670                 fix compiler warning
3671
3672 2007-03-05 [wwp]        2.8.0cvs20
3673
3674         * src/matcher_parser_parse.y
3675                 Fix mismerge between cvs17 and cvs19.
3676
3677 2007-03-05 [wwp]        2.8.0cvs19
3678
3679         * src/matcher_parser_parse.y
3680         * src/prefs_filtering_action.c
3681         * src/matcher.c
3682         * src/matcher.h
3683         * src/filtering.c
3684         * src/filtering.h
3685                 Add new 'add_to_addressbook' filtering/processing action.
3686
3687 2007-03-05 [wwp]        2.8.0cvs18
3688
3689         * src/filtering.c
3690                 Fix mark_as_ham filtering/processing action: spam flag
3691                 was not unset.
3692
3693 2007-03-04 [colin]      2.8.0cvs17
3694
3695         * src/filtering.c
3696         * src/matcher.c
3697         * src/matcher.h
3698         * src/matcher_parser_parse.y
3699         * src/prefs_filtering_action.c
3700                 Add 'Mark as spam' and 'Mark as ham' filtering
3701                 actions. Fixes bug 1138.
3702
3703 2007-03-04 [colin]      2.8.0cvs16
3704
3705         * src/imap.c
3706                 Fix bug 1140, wrong return value
3707                 without libetpan
3708
3709 2007-03-04 [wwp]        2.8.0cvs15
3710
3711         * src/addr_compl.c
3712                 Rollback cvs14: don't free stuff that is managed in g_list.
3713
3714 2007-03-04 [wwp]        2.8.0cvs14
3715
3716         * src/addr_compl.c
3717                 Fix a leak in address completion code.
3718
3719 2007-03-04 [colin]      2.8.0cvs13
3720
3721         * src/addr_compl.c
3722                 Maybe fix bug 1136, 'Crash in group 
3723                 address completion'
3724
3725 2007-03-04 [iwkse]      2.8.0cvs12
3726
3727         * src/imap.c
3728                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3729
3730 2007-03-03 [colin]      2.8.0cvs11
3731
3732         * src/plugins/pgpinline/pgpinline.c
3733                 Fix off-by-one, fix double-free. Fixes
3734                 bug 1135, 'cm-segfault on decrypting 
3735                 with PGP/inline'
3736
3737 2007-03-03 [colin]      2.8.0cvs10
3738
3739         * configure.ac
3740         * src/main.c
3741         * src/common/plugin.c
3742                 Fix bug 1134, 'Valgrind macros unhandled 
3743                 by Irix's cc'
3744
3745 2007-03-02 [colin]      2.8.0cvs9
3746
3747         * src/mbox.c
3748                 Don't error out on EAGAIN. Fixes 
3749                 bug 1129, '"local mbox file" account 
3750                 isn't retrieving mails'
3751
3752 2007-03-01 [wwp]        2.8.0cvs8
3753
3754         * src/mainwindow.c
3755         * src/gtk/colorlabel.c
3756                 Remove accels for extra color labels until we set better
3757                 and definitive ones.
3758
3759 2007-02-28 [wwp]        2.8.0cvs7
3760
3761         * src/mainwindow.c
3762         * src/matcher_parser_parse.y
3763         * src/prefs_common.c
3764         * src/prefs_msg_colors.c
3765         * src/procmsg.h
3766         * src/gtk/colorlabel.c
3767         * src/gtk/colorlabel.h
3768                 Add more customizable color labels. Cleaned up a bit
3769                 the color label API to avoid duplicate defines of
3770                 the max number of colors.
3771
3772 2007-02-27 [colin]      2.8.0cvs6
3773
3774         * src/mainwindow.c
3775         * src/common/utils.c
3776         * src/common/utils.h
3777                 Fix '+' in mailto URIs for List-* headers
3778
3779 2007-02-27 [colin]      2.8.0cvs5
3780
3781         * src/gtk/gtkutils.c
3782                 Use gtk_window_set_role instead of 
3783                 _set_wmclass
3784
3785 2007-02-27 [colin]      2.8.0cvs4
3786
3787         * src/inc.c
3788                 Fix "After receiving new mail, go to inbox" on IMAP,
3789                 and make it work only on manual reception
3790
3791 2007-02-27 [wwp]        2.8.0cvs3
3792
3793         * src/prefs_filtering.c
3794         * src/prefs_filtering_action.c
3795         * src/prefs_matcher.c
3796                 Update filtering matcher's and action's color label menus
3797                 when re-opening those dialogs (reflect any change to the
3798                 color labels list in the preferences).
3799
3800 2007-02-27 [colin]      2.8.0cvs2
3801
3802         * src/imap.c
3803         * src/etpan/etpan-thread-manager-types.h
3804         * src/etpan/etpan-thread-manager.c
3805         * src/etpan/imap-thread.c
3806                 Log imap ALERTs as errors in the log.
3807
3808 2007-02-26 [paul]       2.8.0cvs1
3809
3810         * tools/claws.i18n.status.pl
3811                 updated
3812
3813 2007-02-26 [paul]       2.7.2cvs75
3814
3815         * po/ca.po
3816         * po/cs.po
3817         * po/de.po
3818         * po/en_GB.po
3819         * po/fi.po
3820         * po/fr.po
3821         * po/hu.po
3822         * po/pl.po
3823         * po/pt_BR.po
3824         * po/sk.po
3825         * po/sr.po
3826         * po/zh_CN.po
3827                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3828                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3829                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3830                 Aleksandar Urosevic, and Ralgh Young
3831
3832 2007-02-25 [mones]      2.7.2cvs74
3833
3834         * po/es.po
3835                 Updated for release
3836
3837 2007-02-25 [colin]      2.7.2cvs73
3838
3839         * src/main.c
3840                 Clearing the list is only useful
3841                 to prevent a valgrind false-positive
3842
3843 2007-02-25 [paul]       2.7.2cvs72
3844
3845         * tools/Makefile.am
3846         * tools/README
3847         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3848         * tools/maildir2claws-mail.pl  **REMOVED**
3849                 renamed the script, fixed a couple bugs
3850
3851 2007-02-23 [colin]      2.7.2cvs71
3852
3853         * src/addressbook.c
3854                 Fix a leak, check for a few improbable nulls
3855
3856 2007-02-23 [colin]      2.7.2cvs70
3857
3858         * src/main.c
3859         * src/main.h
3860         * src/plugins/trayicon/trayicon.c
3861                 Fix blinking mainwin when starting in tray
3862                 (show mainwindow later in the startup process,
3863                  apart if restarting post-crash)
3864
3865 2007-02-23 [colin]      2.7.2cvs69
3866
3867         * src/folderview.c
3868         * src/imap_gtk.c
3869                 Fix crash when unsubscribing the currently
3870                 selected/opened folder
3871
3872 2007-02-23 [colin]      2.7.2cvs68
3873
3874         * src/compose.c
3875                 Fix bug that prevented colorization to
3876                 work without wrap quotation option
3877
3878 2007-02-23 [colin]      2.7.2cvs67
3879
3880         * src/addr_compl.c
3881                 Fix refcounting, start and end completion who
3882                 behaved as if there couldn't be any other current
3883                 user of completion
3884
3885 2007-02-23 [wwp]        2.7.2cvs66
3886
3887         * src/addressbook.c
3888         * src/addrindex.c
3889                 Address completion fixes: fix addressbook_peek_folder_exists() in
3890                 which the algorithm was ridiculously over-obfuscated and broken.
3891                 Fix addrindex_load_completion() as well, to load addresses in
3892                 completion list with regards to what addressbook_peek_folder_exists()
3893                 returns now.
3894
3895 2007-02-23 [wwp]        2.7.2cvs65
3896
3897         * src/addr_compl.c
3898                 Add addresses to completion when they're non-empty (thanks to Colin).
3899
3900 2007-02-23 [paul]       2.7.2cvs64
3901
3902         * src/plugins/pgpcore/passphrase.c
3903                 remove 'const '
3904
3905 2007-02-23 [colin]      2.7.2cvs63
3906
3907         * src/plugins/pgpcore/prefs_gpg.c
3908         * src/plugins/pgpcore/prefs_gpg.h
3909         * src/plugins/pgpcore/sgpgme.c
3910         * src/plugins/pgpinline/pgpinline.c
3911         * src/plugins/pgpmime/pgpmime.c
3912                 Try harder to respect user's choice wrt
3913                 gpg-agent even with gpg2, by unsetting
3914                 GPG_AGENT_INFO when necessary.
3915
3916 2007-02-22 [paul]       2.7.2cvs62
3917
3918         * src/plugins/pgpcore/sgpgme.c
3919         * src/plugins/pgpcore/sgpgme.h
3920         * src/plugins/pgpcore/passphrase.c
3921         * src/plugins/pgpinline/pgpinline.c
3922         * src/plugins/pgpmime/pgpmime.c
3923                 Fix a leak - gpgme_data_release_and_get_mem
3924                 leaks in recent gpgme. Workaround by using
3925                 our own function.
3926
3927 2007-02-22 [paul]       2.7.2cvs61
3928
3929         * src/gtk/quicksearch.c
3930                 Abandon dynamic search when pressing
3931                 Enter
3932
3933 2007-02-21 [colin]      2.7.2cvs60
3934
3935         * src/procmsg.c
3936         * src/plugins/pgpcore/passphrase.c
3937                 Fix little memory leaks
3938         * src/main.c
3939                 Fix false-positive leak at exit
3940         * src/gtk/quicksearch.c
3941                 Fix potentially big leak in recursive
3942                 Quicksearch
3943
3944 2007-02-21 [wwp]        2.7.2cvs59
3945
3946         * src/summaryview.c
3947                 Add missing newline to a debug message.
3948
3949 2007-02-20 [colin]      2.7.2cvs58
3950
3951         * src/Makefile.am
3952         * src/mimeview.c
3953         * src/stock_pixmap.c
3954         * src/stock_pixmap.h
3955         * src/pixmaps/mime_pgpsig.xpm
3956                 Add icon for application/pgp-signature
3957
3958 2007-02-20 [colin]      2.7.2cvs57
3959
3960         * src/Makefile.am
3961         * src/main.c
3962         * src/mimeview.c
3963         * src/stock_pixmap.c
3964         * src/stock_pixmap.h
3965         * src/pixmaps/mime_calendar.xpm
3966         * src/pixmaps/mime_pdf.xpm
3967         * src/pixmaps/mime_ps.xpm
3968                 Add icons for text/calendar, application/pdf
3969                 and application/postscript
3970
3971 2007-02-20 [colin]      2.7.2cvs56
3972
3973         * autogen.sh
3974         * src/matcher_parser_parse.y
3975         * src/matcher_parser_lex.l
3976                 Fix big memory leak in flex, and
3977                 require flex 2.5.31
3978
3979 2007-02-20 [wwp]        2.7.2cvs55
3980
3981         * src/matcher_parser_parse.y
3982                 Fix a duplicate token definition (thanks to iwkse).
3983
3984 2007-02-20 [wwp]        2.7.2cvs54
3985
3986         * src/matcher_parser_lex.l
3987         * src/quote_fmt_lex.l
3988                 Use proper flex options instead of direct use of #define,
3989                 make the flex-generated C lighter.
3990
3991 2007-02-20 [colin]      2.7.2cvs53
3992
3993         * src/summaryview.c
3994                 Grab focus in message list after hiding
3995                 the quicksearch, instead of leaving it
3996                 "somewhere"
3997
3998 2007-02-19 [colin]      2.7.2cvs52
3999
4000         * src/folderview.c
4001                 Fix bug 1033, 'Automatically refresh 
4002                 message list when new messages arrives'
4003                 Looks like folderview->opened can sometimes
4004                 be wrong...
4005
4006 2007-02-19 [paul]       2.7.2cvs51
4007
4008         * tools/Makefile.am
4009         * tools/README
4010         * tools/thunderbird-filters-convertor.pl
4011                 add new script which converts thunderbird filter
4012                 rules to Claws filter rules
4013
4014 2007-02-18 [paul]       2.7.2cvs50
4015
4016         * src/plugins/pgpcore/prefs_gpg.c
4017         * src/plugins/pgpcore/prefs_gpg.h
4018         * src/plugins/pgpcore/sgpgme.c
4019         * src/plugins/pgpinline/pgpinline.c
4020         * src/plugins/pgpmime/pgpmime.c
4021                 improved GUI interoperability with gpg-agent
4022
4023 2007-02-18 [paul]       2.7.2cvs49
4024
4025         * src/prefs_account.c
4026                 Privacy options sensitivity fix
4027
4028 2007-02-17 [colin]      2.7.2cvs48
4029
4030         * src/messageview.c
4031                 Reset icon to warning in the noticeview
4032
4033 2007-02-15 [colin]      2.7.2cvs47
4034
4035         * src/folderview.c
4036                 Fix a manifestation of bug 1033 (summaryview failing
4037                 to update for new mails), which happens after editing
4038                 account preferences or preferences that cause a 
4039                 folderview reload.
4040
4041 2007-02-15 [colin]      2.7.2cvs46
4042
4043         * src/addressbook.c
4044                 Probably fix bug 1123, 'Segmentation 
4045                 fault while opening address book'. I get
4046                 g_warnings if the saved paned position is
4047                 not greater than 0. Also, save position
4048                 when hiding the addressbook instead of
4049                 via signal.
4050
4051 2007-02-14 [colin]      2.7.2cvs45
4052
4053         * src/plugins/pgpcore/prefs_gpg.c
4054         * src/plugins/pgpcore/prefs_gpg.h
4055         * src/plugins/pgpcore/sgpgme.c
4056         * src/plugins/pgpinline/pgpinline.c
4057         * src/plugins/pgpmime/pgpmime.c
4058                 Add an option "Use gpg-agent if available". Fixes
4059                 annoyances with distro-installed gpg-agent, when
4060                 no pinentry program is installed, and the user's 
4061                 at a loss on why "decryption failed". Makes more
4062                 clear why passphrase isn't saved when gpg-agent is
4063                 used. Defaults to true, to avoid changing the 
4064                 current behaviour.
4065
4066 2007-02-14 [wwp]        2.7.2cvs44
4067
4068         * src/matcher_parser_parse.y
4069                 Fix missing line number reset (wrong line number might appear
4070                 when re-loading filtering rules if there's a parser error).
4071
4072 2007-02-13 [colin]      2.7.2cvs43
4073
4074         * src/common/utils.c
4075                 Don't encode ',' in URIs before passing it
4076                 to the browser command-line. It was probably
4077                 done at a time where commas in URIs made
4078                 mozilla -remote 'openurl(%s,new-window)'
4079                 bug.
4080
4081 2007-02-13 [wwp]        2.7.2cvs42
4082
4083         * src/prefs_matcher.c
4084         * src/plugins/bogofilter/bogofilter_gtk.c
4085                 A bit of string factorization around "Select ..." buttons.
4086
4087 2007-02-11 [colin]      2.7.2cvs41
4088
4089         * src/alertpanel.c
4090                 Make sure to escape the title
4091
4092 2007-02-11 [colin]      2.7.2cvs40
4093
4094         * src/codeconv.c
4095                 Recognize .utf8 locales as .UTF-8 ones
4096
4097 2007-02-11 [colin]      2.7.2cvs39
4098
4099         * src/compose.c
4100                 Fix code conversion when dragging a file
4101
4102 2007-02-09 [colin]      2.7.2cvs38
4103
4104         * src/plugins/clamav/clamav_plugin.c
4105                 Complete Paul's patch with conditional
4106                 compilation to avoid breaking compilation
4107                 on old Dapper and Edgy... Maybe other
4108                 distros too.
4109
4110 2007-02-09 [paul]       2.7.2cvs37
4111
4112         * src/plugins/clamav/clamav_plugin.c
4113                 fix for the upstream changes in libclamav
4114
4115 2007-02-09 [paul]       2.7.2cvs36
4116
4117         * src/main.c
4118         * src/mainwindow.c
4119         * src/procmsg.c
4120         * src/procmsg.h
4121                 fix "warn if there are queued messages" (on exit)
4122                 option, which only checked the first mailbox's
4123                 queue
4124                 don't ask before emptying trash if there are no
4125                 messages in trash, also check and empty all trash
4126                 folders
4127         * src/prefs_other.c
4128                 move "Ask before emptying trash" option
4129                 outside of the "On exit" frame as it's
4130                 not only an "On exit" option
4131
4132 2007-02-09 [paul]       2.7.2cvs35
4133
4134         * src/addrgather.c
4135         * src/alertpanel.c
4136         * src/editldap.c
4137         * src/prefs_account.c
4138         * src/prefs_folder_item.c
4139         * src/prefs_gtk.h
4140         * src/prefs_matcher.c
4141         * src/prefs_message.c
4142         * src/prefs_msg_colors.c
4143         * src/prefs_summaries.c
4144         * src/wizard.c
4145         * src/gtk/inputdialog.c
4146         * src/plugins/bogofilter/bogofilter_gtk.c
4147                 pedantic commit: use 'checkbtn' everywhere
4148                 instead of a mixture of 'checkbtn' and 'chkbtn'
4149
4150 2007-02-09 [paul]       2.7.2cvs34
4151
4152         * src/compose.c
4153                 fix default hotkeys
4154         * src/prefs_other.c
4155         * src/prefs_send.c
4156                 move "Never send Return Receipts" from
4157                 prefs_other to prefs_send
4158                 add an option "Ask about account specific
4159                 filtering rules..." to prefs_other
4160         * src/gtk/gtkutils.c
4161                 fix a compiler warning
4162
4163 2007-02-08 [colin]      2.7.2cvs33
4164
4165         * src/plugins/pgpinline/pgpinline.c
4166                 Fix bug 1110, 'pgpmime fails to process 
4167                 encapsulated openpgp mime (rfc 3156, 6.1 
4168                 -> rfc1847)'
4169                 It was due to an interaction between PGP/Mime
4170                 and PGP/Inline plugin. 
4171
4172 2007-02-08 [colin]      2.7.2cvs32
4173
4174         * src/inc.c
4175         * src/mbox.c
4176         * src/mbox.h
4177                 Fix bug 1117, 'fcntl locking code 
4178                 does not work in mbox.c'
4179
4180 2007-02-08 [colin]      2.7.2cvs31
4181
4182         * src/prefs_account.c
4183                 Fix Gentoo bug 165819, 'can't create 
4184                 a "local mbox file" account'. Patch
4185                 by Olivier <castan.o@free.fr>
4186
4187 2007-02-07 [colin]      2.7.2cvs30
4188
4189         * src/ldapquery.c
4190                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4191                 autocompletion was used'
4192
4193 2007-02-07 [paul]       2.7.2cvs29
4194
4195         * src/folder.c
4196                 cut down on unnecessary debug_prints
4197         * src/imap_gtk.c
4198                 fix menu_set_active() on 'Show only
4199                 subscribed folders'
4200
4201 2007-02-07 [paul]       2.7.2cvs28
4202
4203         * src/plugins/clamav/clamav_plugin.c
4204         * src/plugins/clamav/clamav_plugin.h
4205         * src/plugins/clamav/clamav_plugin_gtk.c
4206                 fix copyright header
4207
4208 2007-02-07 [paul]       2.7.2cvs27
4209
4210         * src/procheader.c
4211                 fix bug 1116, 'summary view allow a 
4212                 subject line break'
4213
4214 2007-02-06 [colin]      2.7.2cvs26
4215
4216         * src/summaryview.c
4217                 Fix delete thread
4218
4219 2007-02-05 [fabien]     2.7.2cvs25
4220
4221         * po/POTFILES.in
4222         * src/uri_opener.c
4223                 i18n related - 1 fix and 1 message for translators.
4224
4225 2007-02-05 [colin]      2.7.2cvs24
4226
4227         * src/gtk/quicksearch.c
4228                 Don't reload summary list if quicksearch wasn't
4229                 active on hiding; move currently selected mail in
4230                 the visible area when showing the quicksearch
4231
4232 2007-02-05 [colin]      2.7.2cvs23
4233
4234         * src/folderview.c
4235                 Add debug to try to solve bug 1104
4236
4237 2007-02-05 [paul]       2.7.2cvs22
4238
4239         * src/mainwindow.c
4240                 confirm before emptying trash on exit is
4241                 a Yes or No answer, use Yes or No in the
4242                 dialog
4243
4244 2007-02-04 [colin]      2.7.2cvs21
4245
4246         * src/compose.c
4247         * src/plugins/pgpcore/passphrase.c
4248         * src/plugins/pgpcore/select-keys.c
4249                 Set wmclass on new windows
4250
4251 2007-02-04 [colin]
4252
4253         2.8.0-rc1 released
4254
4255 2007-02-04 [colin]      2.7.2cvs20
4256
4257         * src/compose.c
4258         * src/compose.h
4259                 Auto save drafts on exit, reopen them
4260                 at startup, instead of asking
4261         * src/account.c
4262         * src/addressadd.c
4263         * src/addressbook.c
4264         * src/addressbook_foldersel.c
4265         * src/addrgather.c
4266         * src/crash.c
4267         * src/editaddress.c
4268         * src/editbook.c
4269         * src/editgroup.c
4270         * src/editjpilot.c
4271         * src/editldap.c
4272         * src/editldap_basedn.c
4273         * src/editvcard.c
4274         * src/exphtmldlg.c
4275         * src/expldifdlg.c
4276         * src/export.c
4277         * src/foldersel.c
4278         * src/gedit-print.c
4279         * src/import.c
4280         * src/importldif.c
4281         * src/importmutt.c
4282         * src/importpine.c
4283         * src/main.c
4284         * src/mainwindow.c
4285         * src/message_search.c
4286         * src/messageview.c
4287         * src/prefs_actions.c
4288         * src/prefs_customheader.c
4289         * src/prefs_display_header.c
4290         * src/prefs_filtering.c
4291         * src/prefs_filtering_action.c
4292         * src/prefs_folder_column.c
4293         * src/prefs_gtk.c
4294         * src/prefs_matcher.c
4295         * src/prefs_other.c
4296         * src/prefs_summaries.c
4297         * src/prefs_summary_column.c
4298         * src/prefs_template.c
4299         * src/sourcewindow.c
4300         * src/ssl_manager.c
4301         * src/summary_search.c
4302         * src/uri_opener.c
4303         * src/gtk/about.c
4304         * src/gtk/description_window.c
4305         * src/gtk/foldersort.c
4306         * src/gtk/gtkutils.c
4307         * src/gtk/gtkutils.h
4308         * src/gtk/icon_legend.c
4309         * src/gtk/logwindow.c
4310         * src/gtk/pluginwindow.c
4311         * src/gtk/prefswindow.c
4312                 Give different wmclass to different
4313                 windows - thanks to sed ;)
4314
4315 2007-02-04 [colin]      2.7.2cvs19
4316
4317         * src/main.c
4318                 Revert previous patch, can't reproduce
4319                 it anymore. 
4320
4321 2007-02-03 [colin]      2.7.2cvs18
4322
4323         * src/main.c
4324                 Don't save the mainwindow size and
4325                 position on emergency exit (libSM's
4326                 "die" callback), Xfce seems to make
4327                 the window smaller just before the
4328                 size's saved.
4329
4330 2007-02-03 [colin]      2.7.2cvs17
4331
4332         * src/plugins/bogofilter/bogofilter.c
4333         * src/plugins/bogofilter/bogofilter.h
4334         * src/plugins/bogofilter/bogofilter_gtk.c
4335         * src/plugins/pgpinline/pgpinline.c
4336         * src/plugins/pgpinline/pgpinline.h
4337                 Fix more copyrights
4338
4339 2007-02-03 [colin]      2.7.2cvs16
4340
4341         * src/partial_download.c
4342         * src/partial_download.h
4343         * src/ssl_manager.c
4344         * src/ssl_manager.h
4345         * src/uri_opener.c
4346         * src/uri_opener.h
4347         * src/wizard.c
4348         * src/wizard.h
4349         * src/common/ssl_certificate.c
4350         * src/common/ssl_certificate.h
4351         * src/gtk/quicksearch.c
4352         * src/gtk/quicksearch.h
4353         * src/gtk/sslcertwindow.c
4354         * src/gtk/sslcertwindow.h
4355                 Fix copyright on my files
4356
4357 2007-02-02 [colin]      2.7.2cvs15
4358
4359         * src/Makefile.am
4360         * src/mainwindow.c
4361         * src/messageview.c
4362         * src/messageview.h
4363         * src/textview.c
4364         * src/textview.h
4365         * src/uri_opener.c
4366         * src/uri_opener.h
4367                 Add Tools/List URIs to allow
4368                 opening any URI in the current mail
4369
4370 2007-02-02 [colin]      2.7.2cvs14
4371
4372         * src/common/valgrind.h ** NEW FILE **
4373         * src/common/Makefile.am
4374         * src/common/plugin.c
4375                 Don't dlclose the plugins if we're running
4376                 under valgrind. (doesn't require valgrind
4377                 either at compile time or run time).
4378
4379 2007-02-01 [paul]       2.7.2cvs13
4380
4381         * AUTHORS
4382         * src/gtk/authors.h
4383         * tools/freshmeat_search.pl
4384         * tools/google_search.pl
4385         * tools/multiwebsearch.pl
4386                 add support for non ISO-8859-1 compatible locales
4387                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4388
4389 2007-02-01 [colin]      2.7.2cvs12
4390
4391         * src/prefs_other.c
4392         * src/prefs_summaries.c
4393                 Move keybinding prefs to the Other page
4394
4395 2007-02-01 [wwp]        2.7.2cvs11
4396
4397         * src/plugins/trayicon/trayicon.c
4398                 Fix a raising issue within KDE.
4399
4400 2007-02-01 [colin]      2.7.2cvs10
4401
4402         * src/codeconv.c
4403                 Fix stray quotes in encoded strings
4404         * src/addressadd.c
4405                 Fix wrong call causing g_warnings
4406         * src/textview.c
4407                 Remove useless message
4408
4409 2007-01-31 [wwp]        2.7.2cvs9
4410
4411         * src/plugins/trayicon/trayicon.c
4412                 fix buggy hiding of main window when closing if close-to-tray
4413                 is not set (bad logics  in the trayicon hook code).
4414                 Changed the quit confirmation message too.
4415
4416 2007-01-30 [colin]      2.7.2cvs8
4417
4418         * src/main.c
4419                 Fix hidden mainwindow after clicking on
4420                 the X close button, if compose windows
4421                 exist and the user chooses not to quit
4422
4423 2007-01-30 [colin]      2.7.2cvs7
4424
4425         * src/main.c
4426         * src/compose.c
4427                 Handle local URIs to attach files (file:///...)
4428                 Fixes attaching files from Thunar for example
4429
4430 2007-01-30 [colin]      2.7.2cvs6
4431
4432         * src/prefs_ext_prog.c
4433                 Add 'mousepad' to the list of text editors.
4434                 Mousepad is XFCE's text editor
4435
4436 2007-01-29 [wwp]        2.7.2cvs5
4437
4438         * po/POTFILES.in
4439         * src/plugins/trayicon/trayicon_prefs.c
4440                 trayicon i18n fixes, thanks to Fabien.
4441
4442 2007-01-28 [wwp]        2.7.2cvs4
4443
4444         * src/mainwindow.c
4445         * src/mainwindow.h
4446         * src/plugins/trayicon/trayicon.c
4447         * src/plugins/trayicon/trayicon_prefs.c
4448         * src/plugins/trayicon/trayicon_prefs.h
4449                 Added a new TrayIcon plugin option to close to tray
4450                 (WM's hotkey and [X] button will hide the window instead
4451                 of closing it - closing CM can be done using the tray icon
4452                 menu or the File menu).
4453                 Improved visibility handling in trayicon, clicking the
4454                 trayicon now raise the window to current desktop when it
4455                 was either minimized/shaded/on another desktop.
4456                 Thanks to Paul for testing and fixing a strange behaviour
4457                 in KDE ;-).
4458
4459 2007-01-27 [paul]       2.7.2cvs3
4460
4461         * src/prefs_folder_item.c
4462         * src/prefs_receive.c
4463         * src/plugins/pgpcore/prefs_gpg.c
4464                 use 'start-up' instead of 'startup' in labels
4465
4466 2007-01-26 [wwp]        2.7.2cvs2
4467
4468         * src/plugins/trayicon/Makefile.am
4469         * src/plugins/trayicon/trayicon.c
4470         * src/plugins/trayicon/trayicon_prefs.c
4471         * src/plugins/trayicon/trayicon_prefs.h
4472                 Add a new TrayIcon option to hide the main window at
4473                 start-up.
4474                 Fix trayicon.c copyright header.
4475
4476 2007-01-26 [paul]       2.7.2cvs1
4477
4478         * NEWS
4479         * README
4480         * RELEASE_NOTES
4481         * configure.ac
4482                 bump up version number following
4483                 stable release
4484
4485 2007-01-25 [mones]      2.7.1cvs60
4486
4487         * po/es.po
4488                 updated thousands of strings (well, probably less ;-)
4489
4490 2007-01-25 [colin]      2.7.1cvs59
4491
4492         * src/matcher.c
4493                 Fix 2nd-run loss of matcherrc on new
4494                 configurations. 
4495
4496 2007-01-25 [wwp]        2.7.1cvs58
4497
4498         * src/mimeview.c
4499                 fix handling of empty value in attach_save_directory too, thanks
4500                 to Colin.
4501
4502 2007-01-25 [wwp]        2.7.1cvs57
4503
4504         * src/gtk/filesel.c
4505                 fix handling of empty value in attach_load_directory,
4506                 thanks to Colin.
4507
4508 2007-01-25 [wwp]        2.7.1cvs56
4509
4510         * src/plugins/dillo_viewer/dillo_prefs.h
4511                 fix a typo.
4512
4513 2007-01-25 [colin]      2.7.1cvs55
4514
4515         * src/matcher.c
4516         * src/matcher.h
4517         * src/matcher_parser_parse.y
4518         * src/prefs_matcher.c
4519                 Add matching on the spam flag
4520
4521 2007-01-24 [colin]      2.7.1cvs54
4522
4523         * src/folder.c
4524         * src/common/xml.c
4525         * src/common/xml.h
4526                 Make sure folderlist.xml is correctly
4527                 written before overwriting it.
4528         * src/procmsg.c
4529         * src/procmsg.h
4530         * src/summaryview.c
4531         * src/plugins/bogofilter/bogofilter.c
4532         * src/plugins/bogofilter/bogofilter.h
4533         * src/plugins/bogofilter/bogofilter_gtk.c
4534         * src/plugins/spamassassin/spamassassin.c
4535         * src/plugins/spamassassin/spamassassin.h
4536         * src/plugins/spamassassin/spamassassin_gtk.c
4537                 Move spam to the correct trash folder after
4538                 learning, if spam directory isn't set.
4539
4540 2007-01-23 [paul]       2.7.1cvs53
4541
4542         * src/plugins/bogofilter/bogofilter_gtk.c
4543                 fix sensitivity of "Insert X-Bogosity header"
4544                 option
4545
4546 2007-01-23 [colin]      2.7.1cvs52
4547
4548         * src/toolbar.c
4549                 Translate toolbar items text if
4550                 they're translatable (default)
4551         * src/addrcache.c
4552         * src/addrcache.h
4553         * src/addritem.c
4554         * src/addritem.h
4555         * src/codeconv.c
4556         * src/codeconv.h
4557         * src/jpilot.c
4558         * src/jpilot.h
4559         * src/ldapctrl.c
4560         * src/ldapctrl.h
4561         * src/ldapquery.h
4562         * src/ldif.c
4563         * src/ldif.h
4564         * src/etpan/etpan-thread-manager.c
4565         * src/etpan/etpan-thread-manager.h
4566         * src/gtk/gtkutils.c
4567         * src/gtk/gtkutils.h
4568                 More static functions
4569
4570 2007-01-22 [fabien]     2.7.1cvs51
4571
4572         * src/gtk/gtkutils.c
4573                 gtkut_get_options_frame() : ability to pass
4574                 a 'NULL' value in frame pointer parameter if
4575                 we don't need it.
4576
4577 2007-01-22 [colin]      2.7.1cvs50
4578
4579         * src/procmsg.c
4580         * src/procmsg.h
4581         * src/plugins/bogofilter/bogofilter.c
4582         * src/plugins/bogofilter/bogofilter_gtk.c
4583         * src/plugins/spamassassin/spamassassin.c
4584         * src/plugins/spamassassin/spamassassin_gtk.c
4585                 Allow moving spams to the account's trash
4586                 instead of default one
4587
4588 2007-01-21 [colin]      2.7.1cvs49
4589
4590         * src/ldapquery.c
4591         * src/ldapquery.h
4592                 Revert a static function that shouldn't
4593                 have been
4594
4595 2007-01-21 [colin]      2.7.1cvs48
4596
4597         * src/ldapquery.c
4598         * src/ldapquery.h
4599                 Same
4600
4601 2007-01-21 [colin]      2.7.1cvs47
4602
4603         * src/procmsg.c
4604         * src/procmsg.h
4605                 Same
4606
4607 2007-01-21 [colin]      2.7.1cvs46
4608
4609         * src/common/socket.c
4610         * src/common/socket.h
4611                 Same
4612
4613 2007-01-21 [colin]      2.7.1cvs45
4614
4615         * src/crash.c
4616         * src/exporthtml.c
4617         * src/exporthtml.h
4618         * src/exportldif.c
4619         * src/exportldif.h
4620         * src/folder.c
4621         * src/folder.h
4622         * src/folder_item_prefs.c
4623         * src/folder_item_prefs.h
4624         * src/folderview.c
4625         * src/folderview.h
4626         * src/gedit-print.c
4627         * src/gedit-print.h
4628         * src/main.c
4629         * src/main.h
4630         * src/common/socket.c
4631         * src/common/socket.h
4632         * src/gtk/gtkaspell.c
4633         * src/gtk/gtkaspell.h
4634         * src/gtk/quicksearch.c
4635         * src/gtk/quicksearch.h
4636                 Same
4637
4638 2007-01-21 [colin]      2.7.1cvs44
4639
4640         * src/common/utils.c
4641         * src/common/utils.h
4642         * src/etpan/etpan-thread-manager.c
4643         * src/etpan/etpan-thread-manager.h
4644                 Same (Funny that etpan_thread_unbind
4645                 is called but not etpan_thread_bind)
4646
4647 2007-01-21 [colin]      2.7.1cvs43
4648
4649         * src/addrselect.c
4650         * src/addrselect.h
4651         * src/codeconv.c
4652         * src/codeconv.h
4653         * src/compose.c
4654         * src/compose.h
4655         * src/etpan/Makefile.am
4656         * src/gtk/colorlabel.c
4657         * src/gtk/colorlabel.h
4658         * src/gtk/sslcertwindow.c
4659         * src/gtk/sslcertwindow.h
4660         * src/etpan/etpan-log.c ** REMOVED **
4661         * src/etpan/etpan-log.h ** REMOVED **
4662                 Same
4663
4664 2007-01-20 [colin]      2.7.1cvs42
4665
4666         * src/addritem.c
4667         * src/addritem.h
4668                 Same
4669
4670 2007-01-20 [colin]      2.7.1cvs41
4671
4672         * src/account.c
4673         * src/account.h
4674         * src/addrbook.c
4675         * src/addrbook.h
4676         * src/addrcache.c
4677         * src/addrcache.h
4678         * src/addrclip.c
4679         * src/addrclip.h
4680         * src/addressbook.c
4681         * src/addressbook.h
4682         * src/addrharvest.c
4683         * src/addrharvest.h
4684         * src/addrindex.c
4685         * src/addrindex.h
4686         * src/editaddress.c
4687         * src/editaddress.h
4688                 Make functions that aren't used in other
4689                 files static
4690
4691 2007-01-20 [colin]      2.7.1cvs40
4692
4693         * src/account.c
4694         * src/addrbook.c
4695         * src/addrcache.c
4696         * src/addressbook.c
4697         * src/addrgather.c
4698         * src/addrindex.c
4699         * src/addrquery.c
4700         * src/addrselect.c
4701         * src/browseldap.c
4702         * src/compose.c
4703         * src/editbook.c
4704         * src/editjpilot.c
4705         * src/editldap.c
4706         * src/editldap_basedn.c
4707         * src/editvcard.c
4708         * src/exporthtml.c
4709         * src/exportldif.c
4710         * src/folder.c
4711         * src/folderview.c
4712         * src/image_viewer.c
4713         * src/imap.c
4714         * src/importmutt.c
4715         * src/importpine.c
4716         * src/jpilot.c
4717         * src/ldapquery.c
4718         * src/main.c
4719         * src/mainwindow.c
4720         * src/matcher.c
4721         * src/messageview.c
4722         * src/mh.c
4723         * src/mimeview.c
4724         * src/msgcache.c
4725         * src/mutt.c
4726         * src/news.c
4727         * src/pine.c
4728         * src/prefs_account.c
4729         * src/prefs_common.c
4730         * src/prefs_compose_writing.c
4731         * src/prefs_ext_prog.c
4732         * src/prefs_folder_item.c
4733         * src/prefs_fonts.c
4734         * src/prefs_message.c
4735         * src/prefs_msg_colors.c
4736         * src/prefs_other.c
4737         * src/prefs_quote.c
4738         * src/prefs_receive.c
4739         * src/prefs_send.c
4740         * src/prefs_spelling.c
4741         * src/prefs_summaries.c
4742         * src/prefs_toolbar.c
4743         * src/prefs_wrapping.c
4744         * src/privacy.c
4745         * src/procmime.c
4746         * src/procmsg.c
4747         * src/ssl_manager.c
4748         * src/statusbar.c
4749         * src/summaryview.c
4750         * src/toolbar.c
4751         * src/vcard.c
4752         * src/common/hooks.c
4753         * src/common/log.c
4754         * src/common/passcrypt.c
4755         * src/common/socket.c
4756         * src/common/ssl.c
4757         * src/common/ssl_certificate.c
4758         * src/common/template.c
4759         * src/common/utils.c
4760         * src/etpan/imap-thread.c
4761         * src/gtk/sslcertwindow.c
4762         * src/gtk/sslcertwindow.h
4763                 Make functions that could be static, static
4764
4765 2007-01-20 [colin]      2.7.1cvs39
4766
4767         * src/editldap.c
4768                 Fix tooltip
4769
4770 2007-01-20 [colin]      2.7.1cvs38
4771
4772         * src/ldapquery.c
4773         * src/ldaputil.c
4774         * src/ldaputil.h
4775                 Fix bug 1102, 'claws-mail-2.7.1 
4776                 makes use of deprecated ldap 
4777                 functions'
4778
4779 2007-01-20 [colin]      2.7.1cvs37
4780
4781         * src/mainwindow.c
4782         * src/mainwindow.h
4783         * src/summaryview.c
4784         * src/gtk/quicksearch.c
4785                 Add Wide message list layout
4786
4787 2007-01-19 [fabien]     2.7.1cvs36
4788
4789         * src/textview.c
4790                 make sure a font change is considered in links of
4791                 headerview.
4792
4793 2007-01-19 [colin]      2.7.1cvs35
4794
4795         * src/main.c
4796         * src/mainwindow.c
4797         * src/mainwindow.h
4798         * src/messageview.c
4799         * src/messageview.h
4800         * src/prefs_common.c
4801         * src/prefs_common.h
4802         * src/summaryview.c
4803         * src/summaryview.h
4804         * src/gtk/quicksearch.c
4805         * src/gtk/quicksearch.h
4806                 Drop 'Separate Folder tree' and 'Separate
4807                 Message View'. Put three layouts in place
4808                 of it.
4809
4810 2007-01-19 [paul]       2.7.1cvs34
4811
4812         * src/prefs_msg_colors.c
4813                 more use of Q_ for translators
4814
4815 2007-01-19 [paul]       2.7.1cvs33
4816
4817         * src/imap_gtk.c
4818         * src/prefs_account.c
4819                 a few changes to the English
4820
4821 2007-01-19 [fabien]     2.7.1cvs32
4822
4823         * src/wizard.c
4824                 factorize translatable string
4825
4826 2007-01-18 [colin]      2.7.1cvs31
4827
4828         * src/main.c
4829                 Don't error out on --sync option. Although
4830                 we don't do anything with it, gtk+ handles
4831                 it, and it's useful for debugging X errors
4832
4833 2007-01-18 [fabien]     2.7.1cvs30
4834
4835         * src/prefs_other.c
4836                 ability to apply on the fly the recent added
4837                 'gtk_can_change_accels' pref (no need to restart).
4838
4839 2007-01-18 [fabien]     2.7.1cvs29
4840
4841         * src/plugins/bogofilter/bogofilter_gtk.c
4842         * src/plugins/bogofilter/bogofilter.c
4843         * src/plugins/spamassassin/spamassassin_gtk.c
4844         * src/addr_compl.c
4845         * src/prefs_account.c
4846                 factorize or rewrite some translatable strings.
4847
4848 2007-01-18 [fabien]     2.7.1cvs28
4849
4850         * src/prefs_gtk.h
4851         * src/compose.c
4852                 set a 4pix space between "Subject:" label and subject entry in
4853                 compose window.
4854
4855 2007-01-18 [wwp]        2.7.1cvs27
4856
4857         * src/addressbook.c
4858                 fix conflicting address-copy/paste when focus is set
4859                 to the embedded edit-person form.
4860  
4861
4862 2007-01-18 [wwp]        2.7.1cvs26
4863
4864         * src/addressbook.h
4865                 complete 2.7.1cvs23 (one more file was missing from that
4866                 commit).
4867
4868 2007-01-18 [colin]      2.7.1cvs25
4869
4870         * src/main.c
4871                 Provide a way to migrate without backup
4872                 Re-ask for migration on next start if 
4873                 it has been refused and wizard has been 
4874                 cancelled after.
4875
4876 2007-01-18 [wwp]        2.7.1cvs24
4877
4878         * src/editaddress.c
4879                 complete 2.7.1.cvs23 (file was missing from previous
4880                 commit).
4881
4882 2007-01-18 [wwp]        2.7.1cvs23
4883
4884         * src/addressbook.c
4885                 fix potential crashes in address book's focus_in/out signal handlers,
4886                 force focus to the edit-person form when clicked the Edit menu entry or
4887                 button (this only matters if the edit-person form is embedded to the
4888                 AB window, in that case, focus is not set when browsing the contacts
4889                 list w/ keys or mouse clicks).
4890
4891 2007-01-18 [paul]       2.7.1cvs22
4892
4893         * src/main.c
4894                 add command line options:
4895                 -h for --help
4896                 -q and --quit for --exit
4897                 -v for --version
4898                 print "Unknown option" for unknown options
4899
4900 2007-01-18 [paul]       2.7.1cvs21
4901
4902         * po/ru.po
4903                 updated by Pavlo Bohmat
4904
4905 2007-01-18 [paul]       2.7.1cvs20
4906
4907         * src/mainwindow.c
4908                 fix sensitivity issues of Mark as Spam/Ham
4909
4910 2007-01-17 [fabien]     2.7.1cvs19
4911
4912         * src/prefs_other.c
4913         * src/prefs_common.c
4914         * src/prefs_common.h
4915         * src/main.c
4916                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4917                 control the corresponding gtk property. It could be used to lock
4918                 all shortcuts (avoid to set one of them by inadvertency).
4919
4920 2007-01-17 [colin]      2.7.1cvs18
4921
4922         * src/summaryview.c
4923                 Fix bug 1100, 'Highlighted e-mail data not visible 
4924                 when color label applied.'. Use a weighted average
4925                 between normal selected foreground color and color
4926                 label instead of a simple one (3/1 instead 1/1).
4927
4928 2007-01-17 [colin]      2.7.1cvs17
4929
4930         * src/messageview.c
4931                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4932                 crash' - don't prevent mail switching while loading
4933
4934 2007-01-17 [colin]      2.7.1cvs16
4935
4936         * src/folder.c
4937         * src/folder.h
4938         * src/folderview.c
4939         * src/folderview.h
4940         * src/imap.c
4941         * src/imap.h
4942         * src/imap_gtk.c
4943                 Manage recursive search of unsubscribed folders
4944                 Rescan tree without checking for new messages 
4945                 after subscriptions changed
4946
4947 2007-01-17 [paul]       2.7.1cvs15
4948
4949         * src/prefs_common.c
4950         * src/gtk/pluginwindow.c
4951                 fix bug 1101, '"Load plugin" button is
4952                 accidentally hidden'
4953                 unset (-1) initial width in prefs_common,
4954                 fix overlapping buttons,
4955                 and other cleanups
4956
4957 2007-01-17 [paul]       2.7.1cvs14
4958
4959         * src/procmime.c
4960                 add #include <errno.h>, it's needed
4961                 on some systems
4962
4963 2007-01-17 [paul]       2.7.1cvs13
4964
4965         * src/common/defs.h
4966         * tools/make.themes.project
4967                 rename .sylpheed_themeinfo to .claws_themeinfo
4968                 and use it
4969         * src/etpan/etpan-errors.h
4970         * src/etpan/etpan-log.c
4971         * src/etpan/etpan-log.h
4972         * src/etpan/etpan-thread-manager-types.h
4973         * src/etpan/etpan-thread-manager.c
4974         * src/etpan/etpan-thread-manager.h
4975         * src/etpan/imap-thread.c
4976         * src/etpan/imap-thread.h
4977                 add copyright header
4978
4979 2007-01-17 [colin]      2.7.1cvs12
4980
4981         * src/plugins/pgpcore/select-keys.c
4982         * src/gtk/pluginwindow.c
4983         * src/prefs_account.c
4984                 Fix warnings
4985
4986 2007-01-16 [colin]      2.7.1cvs11
4987
4988         * src/imap.c
4989         * src/imap.h
4990         * src/imap_gtk.c
4991                 Manage subscribing to subfolders when only
4992                 subscribed folders are shown.
4993
4994 2007-01-16 [colin]      2.7.1cvs10
4995
4996         * src/folderview.c
4997                 Fix annoying vscrollbar going back to top
4998                 on Check for new folders
4999
5000 2007-01-16 [colin]      2.7.1cvs9
5001
5002         * src/imap.c
5003                 Remove printf
5004
5005 2007-01-16 [colin]      2.7.1cvs8
5006
5007         * src/filtering.c
5008                 Bigger buffer for errors
5009         * src/imap.c
5010         * src/imap.h
5011         * src/imap_gtk.c
5012         * src/prefs_account.c
5013         * src/prefs_account.h
5014         * src/wizard.c
5015         * src/etpan/imap-thread.c
5016         * src/etpan/imap-thread.h
5017         * manual/handling.xml
5018                 Add subscriptions management. What it changes:
5019                 Creating a folder subscribes to it
5020                 Deleting a folder unsubscribes it
5021                 New contextual menu item allowing to switch between
5022                 All folders and Subscribed folders, subscribe, and
5023                 unsubscribe. "Creating" an existing but unsubscribed
5024                 folder will subscribe it.
5025                 By default for new accounts, only subscribed folders 
5026                 are shown.
5027
5028
5029 2007-01-16 [paul]       2.7.1cvs7
5030
5031         * src/summaryview.c
5032                 Allow folder classes to specify only sort_key or
5033                 sort_type instead of both or none.
5034
5035 2007-01-16 [paul]       2.7.1cvs6
5036
5037         * src/action.c
5038         * src/compose.c
5039         * src/mimeview.c
5040         * src/procmime.c
5041         * src/textview.c
5042                 Save and use errno for procmime_get_part
5043
5044 2007-01-16 [colin]      2.7.1cvs5
5045
5046         * src/imap.c
5047                 Never remove INBOX when scanning for
5048                 new folders. It's a special folder
5049                 that has to exist.
5050
5051 2007-01-15 [colin]      2.7.1cvs4
5052
5053         * src/imap.c
5054                 Fix 'Check for new folders' when IMAP subdirectory
5055                 is set
5056         * src/etpan/imap-thread.c
5057                 Fix build
5058
5059 2007-01-15 [colin]      2.7.1cvs3
5060
5061         * src/etpan/imap-thread.c
5062                 Fix invalid free on command-connection
5063                 error
5064
5065 2007-01-15 [wwp]        2.7.1cvs2
5066
5067         * src/matcher_parser_lex.l
5068         * src/quote_fmt_lex.l
5069         * src/matcher_parser_parse.y
5070                 fix copyright header in lexers and parsers.
5071
5072 2007-01-15 [paul]       2.7.1cvs1
5073
5074         * NEWS
5075         * README
5076         * RELEASE_NOTES
5077         * configure.ac
5078                 bump up version number following
5079                 stable release
5080
5081 2007-01-15 [paul]       2.7.0cvs31
5082
5083         * AUTHORS
5084         * src/gtk/authors.h
5085                 add Fabien to the Team list
5086                 add the recent contributors
5087                 make a few corrections
5088
5089 2007-01-15 [paul]       2.7.0cvs30
5090
5091         * src/mainwindow.c
5092                 fix compiler warning
5093         * src/plugins/pgpcore/prefs_gpg.c
5094         * src/plugins/pgpcore/prefs_gpg.h
5095                 add missing include
5096                 fix copyright header
5097
5098 2007-01-14 [colin]      2.7.0cvs29
5099
5100         * src/gtk/filesel.c
5101                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5102                 two benefits: faster to open, will fix strange
5103                 dbus-related crash. Thanks to Pascal Terjan.
5104
5105 2007-01-14 [colin]      2.7.0cvs28
5106
5107         * src/etpan/imap-thread.c
5108                 Delete the old imap just after allocating
5109                 the new one. Makes sure we don't get the
5110                 same pointer by sheer luck, which feels
5111                 strange in the debug log.
5112
5113 2007-01-14 [colin]      2.7.0cvs27
5114
5115         * src/gtk/inputdialog.c
5116                 Make sure we don't print passwords in
5117                 clear text when in debug mode
5118
5119 2007-01-14 [colin]      2.7.0cvs26
5120
5121         * src/gtk/gtksctree.c
5122                 Fix bug 1098, 'bogus last row display 
5123                 after expanding a thread'. Patch by
5124                 Jindrich Makovicka <makovick@gmail.com>
5125
5126 2007-01-14 [colin]      2.7.0cvs25
5127
5128         * src/etpan/imap-thread.c
5129                 Close socket manually before
5130                 freeing the imap struct
5131
5132 2007-01-14 [colin]      2.7.0cvs24
5133
5134         * src/etpan/imap-thread.c
5135                 Maybe fix new reconnection issues
5136
5137 2007-01-13 [colin]      2.7.0cvs23
5138
5139         * src/summaryview.c
5140                 Freeze/thaw on thread selection
5141
5142 2007-01-13 [paul]       2.7.0cvs22
5143
5144         * src/mainwindow.c
5145         * src/summaryview.c
5146         * src/summaryview.h
5147                 add 'Edit/Delete thread'
5148
5149 2007-01-13 [colin]      2.7.0cvs21
5150
5151         * src/prefs_account.c
5152         * src/prefs_compose_writing.c
5153         * src/prefs_message.c
5154         * src/prefs_msg_colors.c
5155         * src/prefs_other.c
5156         * src/prefs_receive.c
5157         * src/prefs_spelling.c
5158         * src/prefs_summaries.c
5159         * src/prefs_themes.c
5160         * src/gtk/gtkutils.c
5161         * src/gtk/gtkutils.h
5162         * src/plugins/pgpcore/prefs_gpg.c
5163         * src/plugins/spamassassin/spamassassin_gtk.c
5164                 Factorize gtk frame creation
5165                 Patch by Pawel
5166
5167 2007-01-13 [colin]      2.7.0cvs20
5168
5169         * src/message_search.c
5170         * src/summary_search.c
5171                 Fix Enter in search windows
5172         * src/messageview.c
5173                 Fix body search starting at the
5174                 end of the mail (and asking for loop)
5175
5176 2007-01-13 [colin]      2.7.0cvs19
5177
5178         * src/etpan/imap-thread.c
5179                 Make sure we don't free the same imap
5180                 twice
5181
5182 2007-01-13 [colin]      2.7.0cvs18
5183
5184         * commitHelper
5185                 Allow multiple commitHelpers to
5186                 run at once
5187
5188 2007-01-12 [colin]      2.7.0cvs17
5189
5190         * src/etpan/imap-thread.c
5191                 Make sure we get rid of the previous mailimap
5192                 when connecting - just in case disconnect was
5193                 unclean
5194
5195 2007-01-12 [paul]       2.7.0cvs16
5196
5197         * src/compose.c
5198                 Strip S/MIME signatures when re-editing
5199                 S/MIME signed messages.
5200
5201 2007-01-12 [paul]       2.7.0cvs15
5202
5203         * configure.ac
5204         * src/addressbook.c
5205         * src/foldersel.c
5206         * src/folderview.c
5207         * src/main.c
5208                 no need to define CLAWS anymore, remove
5209                 all that stuff
5210
5211 2007-01-12 [paul]       2.7.0cvs14
5212
5213         * src/mimeview.c
5214                 check if the mail's signed as
5215                 it can change the mail structure
5216                 Thanks to Colin
5217
5218 2007-01-12 [paul]       2.7.0cvs13
5219
5220         * src/procmime.c
5221                 fix Forwarding msgs with attachments
5222                 that have dos line endings
5223                 Thanks to Colin
5224
5225 2007-01-12 [wwp]        2.7.0cvs12
5226
5227         * configure.ac
5228                 Revert accidentally committed extra version tag.
5229
5230 2007-01-12 [wwp]        2.7.0cvs11
5231
5232         * src/prefs_account.c
5233                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5234
5235 2007-01-11 [colin]      2.7.0cvs10
5236
5237         * src/imap.c
5238                 move g_warning to debug_print
5239                 it scares people for no reason
5240
5241 2007-01-11 [colin]      2.7.0cvs9
5242
5243         * po/POTFILES.in
5244                 Fix files to translate. Patch by
5245                 Fabien
5246
5247 2007-01-11 [paul]       2.7.0cvs8
5248
5249         * src/imap.c
5250                 Fix recursion when server lists the
5251                 current subfolder in the response
5252         * src/mimeview.c
5253                 Fix updating of icon_list/ctree
5254         * src/plugins/pgpcore/select-keys.c
5255                 Fix a few annoyances when choosing
5256                 keys for the CMS (S/MIME) protocol
5257
5258 2007-01-11 [wwp]        2.7.0cvs7
5259
5260         * src/compose.c
5261         * src/prefs_account.c
5262         * src/prefs_account.h
5263                 Add per-account spellcheck default dictionaries settings.
5264
5265 2007-01-10 [colin]      2.7.0cvs6
5266
5267         * src/prefs_folder_item.c
5268                 Factorize strings - patch by Fabien
5269
5270 2007-01-10 [colin]      2.7.0cvs5
5271
5272         * src/mainwindow.c
5273                 Fix bug 1095, 'Crash while changing folder 
5274                 columns during incorporation'
5275
5276 2007-01-09 [colin]      2.7.0cvs4
5277
5278         * src/gtk/pluginwindow.c
5279                 Set the plugin window transient. Seems
5280                 like some window managers hide it in
5281                 the background after "load plugin"...
5282
5283 2007-01-09 [colin]      2.7.0cvs3
5284
5285         * src/gtk/filesel.c
5286                 Use the same type for alloc and free
5287
5288 2007-01-08 [paul]       2.7.0cvs2
5289
5290         * po/nl.po
5291                 updated by Tim Dijkstra
5292
5293 2007-01-08 [paul]       2.7.0cvs1
5294
5295         * src/prefs_themes.c
5296         * src/common/utils.c
5297                 Fix resource leaks
5298
5299 2007-01-08 [paul]       2.7.0
5300
5301         * NEWS
5302         * README
5303         * RELEASE_NOTES
5304                 2.7.0 released
5305
5306 2007-01-08 [paul]       2.6.1cvs119
5307
5308         * doc/man/claws-mail.1
5309                 another correction
5310
5311 2007-01-08 [paul]       2.6.1cvs118
5312
5313         * doc/man/claws-mail.1
5314                 corrections
5315         * manual/advanced.xml
5316                 improved English usage
5317
5318 2007-01-08 [paul]       2.6.1cvs117
5319
5320         * po/ca.po
5321         * po/de.po
5322         * po/en_GB.po
5323         * po/fi.po
5324         * po/it.po
5325         * po/pt_BR.po
5326         * po/sk.po
5327         * po/sr.po
5328         * po/zh_CN.po
5329                 updated by Miquel Oliete, Stephan Sachse, me,
5330                 Tommi Pirinen, Andrea Spadaccini, Frederico
5331                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5332                 Urosevic, and Ralgh Young
5333
5334 2007-01-07 [mones]      2.6.1cvs116
5335
5336         * manual/es/advanced.xml
5337         * po/es.po
5338                 Synced manual (unhide mark_as_read_delay)
5339                 and updated translation for release
5340
5341 2007-01-07 [paul]       2.6.1cvs115
5342
5343         * src/prefs_matcher.c
5344                 make the hbox content fit better under
5345                 various languages
5346
5347 2007-01-07 [colin]      2.6.1cvs114
5348
5349         * src/messageview.c
5350                 Fix bug 1088, 'Ctrl-h produces repeatable
5351                 crash'
5352
5353 2007-01-06 [colin]      2.6.1cvs113
5354
5355         * src/etpan/imap-thread.c
5356                 Add casts to int to get certs. Fixes
5357                 bug 1064, 'crash @ etpan_certificate_check() 
5358                 when opening an IMAP folder', with latest
5359                 libetpan CVS or >= 0.49
5360         * src/mainwindow.c
5361         * src/mainwindow.h
5362         * src/imap_gtk.c
5363         * src/news_gtk.c
5364         * src/prefs_folder_item.c
5365                 Grey out the "synchronise" menu items if
5366                 there's nothing to synchronise.
5367         * src/plugins/pgpcore/sgpgme.c
5368                 Make an error clearer than "Unknown error"
5369
5370 2007-01-06 [colin]      2.6.1cvs112
5371
5372         * src/messageview.c
5373                 Don't try to show a message if updating
5374                 Maybe fixes bug 1088, 'ctrl-h produces
5375                 repeatable crash'.
5376
5377 2007-01-06 [colin]      2.6.1cvs111
5378
5379         * src/summaryview.c
5380                 Disable Control-Space (handle it as Space).
5381
5382 2007-01-05 [paul]       2.6.1cvs110
5383
5384         * src/imap.c
5385                 Fix bug 934, 'sylpheed claws 2.1 
5386                 doesn't show Exchanges Public Folders'
5387                 Thanks to Hoa and Colin
5388         * src/msgcache.c
5389                 Refuse to allocate more than 2 MB for a 
5390                 single field, it's a good indication of
5391                 cache corruption.
5392
5393 2007-01-05 [colin]      2.6.1cvs109
5394
5395         * src/mainwindow.c
5396                 Allow --select'ing emails by Message-ID too
5397
5398 2007-01-05 [colin]      2.6.1cvs108
5399
5400         * src/common/quoted-printable.c
5401                 Uh! Third fix :)
5402
5403 2007-01-05 [colin]      2.6.1cvs107
5404
5405         * src/common/quoted-printable.c
5406                 Fix previous commit about bug 1089
5407                 Thanks to Ralf
5408
5409 2007-01-05 [colin]      2.6.1cvs106
5410
5411         * src/common/quoted-printable.c
5412                 Fix my previous commit on bug 1089
5413                 - Thanks to Ralf :)
5414
5415 2007-01-04 [colin]      2.6.1cvs105
5416
5417         * src/common/quoted-printable.c
5418                 Fix bug 1089, 'NUL characters in Subject 
5419                 line are misinterpreted'. Not a pain to
5420                 fix in fact.
5421
5422 2007-01-04 [colin]      
5423
5424         2.7.0-rc3 released
5425
5426 2007-01-04 [wwp]        2.6.1cvs104
5427
5428         * src/image_viewer.c
5429                 Force operator precedence (fix a compiler warning).
5430
5431 2007-01-04 [colin]      2.6.1cvs103
5432
5433         * src/image_viewer.c
5434                 Be cautious there too (same fix as the one
5435                 in textview from cvs33)
5436         * src/messageview.c
5437                 Don't use any MimeViewer plugin when showing
5438                 all headers
5439
5440 2007-01-03 [wwp]        2.6.1cvs102
5441
5442         * src/html.c
5443         * src/html.h
5444                 fixed "cent" sign (use the existing ASCII one),
5445                 decode more HTML entities,
5446                 converted table ASCII entries to UTF-8,
5447                 moved a switch() into a hashtable.
5448
5449 2007-01-03 [paul]       2.6.1cvs101
5450
5451         * src/compose.c
5452         * src/messageview.c
5453         * src/procmsg.c
5454         * src/procmsg.h
5455                 When possible, use move_msg instead of
5456                 copy_msg + remove_msg to move sent mail
5457                 from Queue to Sent. 
5458
5459 2007-01-03 [paul]       2.6.1cvs100
5460
5461         * src/html.c
5462                 add more html entity recognition:
5463                 pounds, euros, and cents
5464
5465 2007-01-03 [colin]      2.6.1cvs99
5466
5467         * src/imap_gtk.c
5468                 Don't display an error on NOSELECT
5469                 folders when synchronising
5470
5471 2007-01-03 [paul]       2.6.1cvs98
5472
5473         * tools/maildir2claws-mail.pl
5474                 only substitute 'sent-mail' if it's
5475                 the full directory name
5476
5477 2007-01-03 [paul]       2.6.1cvs97
5478
5479         * ChangeLog
5480         * ChangeLog.pre2.0.0
5481         * Makefile.am
5482                 archive a chunk of ChangeLog in
5483                 ChangeLog.pre2.0.0
5484         * ChangeLog.gtk1
5485         * doc/src/ChangeLog.claws-pre0.8.0
5486                 remove ChangeLog.claws-pre0.8.0, adding
5487                 its contents to ChangeLog.gtk1
5488
5489 2007-01-03 [paul]       2.6.1cvs96
5490
5491         * src/account.c
5492         * src/account.h
5493         * src/action.c
5494         * src/action.h
5495         * src/adbookbase.h
5496         * src/addr_compl.c
5497         * src/addr_compl.h
5498         * src/addrbook.c
5499         * src/addrcache.c
5500         * src/addrcache.h
5501         * src/addrcindex.c
5502         * src/addrcindex.h
5503         * src/addrclip.c
5504         * src/addrclip.h
5505         * src/addrdefs.h
5506         * src/addressadd.c
5507         * src/addressadd.h
5508         * src/addressbook.c
5509         * src/addressbook.h
5510         * src/addressbook_foldersel.c
5511         * src/addressbook_foldersel.h
5512         * src/addrgather.c
5513         * src/addrgather.h
5514         * src/addrharvest.c
5515         * src/addrharvest.h
5516         * src/addrindex.c
5517         * src/addrindex.h
5518         * src/addritem.c
5519         * src/addritem.h
5520         * src/addrquery.c
5521         * src/addrquery.h
5522         * src/addrselect.c
5523         * src/addrselect.h
5524         * src/alertpanel.c
5525         * src/alertpanel.h
5526         * src/browseldap.c
5527         * src/browseldap.h
5528         * src/codeconv.c
5529         * src/codeconv.h
5530         * src/compose.c
5531         * src/compose.h
5532         * src/customheader.c
5533         * src/customheader.h
5534         * src/displayheader.c
5535         * src/displayheader.h
5536         * src/editaddress.c
5537         * src/editaddress.h
5538         * src/editbook.c
5539         * src/editbook.h
5540         * src/editgroup.c
5541         * src/editgroup.h
5542         * src/editjpilot.c
5543         * src/editjpilot.h
5544         * src/editldap.c
5545         * src/editldap.h
5546         * src/editldap_basedn.c
5547         * src/editldap_basedn.h
5548         * src/editvcard.c
5549         * src/editvcard.h
5550         * src/exphtmldlg.c
5551         * src/exphtmldlg.h
5552         * src/expldifdlg.c
5553         * src/expldifdlg.h
5554         * src/export.c
5555         * src/export.h
5556         * src/exporthtml.c
5557         * src/exporthtml.h
5558         * src/exportldif.c
5559         * src/exportldif.h
5560         * src/filtering.c
5561         * src/filtering.h
5562         * src/folder.c
5563         * src/folder.h
5564         * src/folder_item_prefs.c
5565         * src/folder_item_prefs.h
5566         * src/foldersel.c
5567         * src/foldersel.h
5568         * src/folderutils.c
5569         * src/folderutils.h
5570         * src/folderview.c
5571         * src/folderview.h
5572         * src/grouplistdialog.c
5573         * src/grouplistdialog.h
5574         * src/headerview.c
5575         * src/html.c
5576         * src/html.h
5577         * src/image_viewer.c
5578         * src/image_viewer.h
5579         * src/imap.c
5580         * src/imap.h
5581         * src/imap_gtk.c
5582         * src/imap_gtk.h
5583         * src/import.c
5584         * src/import.h
5585         * src/importldif.c
5586         * src/importldif.h
5587         * src/importmutt.c
5588         * src/importmutt.h
5589         * src/importpine.c
5590         * src/importpine.h
5591         * src/inc.c
5592         * src/inc.h
5593         * src/jpilot.c
5594         * src/jpilot.h
5595         * src/ldapctrl.c
5596         * src/ldapctrl.h
5597         * src/ldaplocate.c
5598         * src/ldaplocate.h
5599         * src/ldapquery.c
5600         * src/ldapquery.h
5601         * src/ldapserver.c
5602         * src/ldapserver.h
5603         * src/ldaputil.c
5604         * src/ldaputil.h
5605         * src/ldif.c
5606         * src/ldif.h
5607         * src/main.c
5608         * src/main.h
5609         * src/mainwindow.c
5610         * src/mainwindow.h
5611         * src/manual.c
5612         * src/manual.h
5613         * src/mbox.c
5614         * src/message_search.c
5615         * src/message_search.h
5616         * src/messageview.c
5617         * src/messageview.h
5618         * src/mh.c
5619         * src/mh.h
5620         * src/mh_gtk.c
5621         * src/mh_gtk.h
5622         * src/mimeview.c
5623         * src/mimeview.h
5624         * src/msgcache.c
5625         * src/msgcache.h
5626         * src/mutt.c
5627         * src/mutt.h
5628         * src/news.c
5629         * src/news.h
5630         * src/news_gtk.c
5631         * src/news_gtk.h
5632         * src/partial_download.c
5633         * src/partial_download.h
5634         * src/pine.c
5635         * src/pine.h
5636         * src/pop.c
5637         * src/pop.h
5638         * src/prefs_account.c
5639         * src/prefs_account.h
5640         * src/prefs_actions.c
5641         * src/prefs_actions.h
5642         * src/prefs_common.c
5643         * src/prefs_common.h
5644         * src/prefs_compose_writing.c
5645         * src/prefs_compose_writing.h
5646         * src/prefs_customheader.c
5647         * src/prefs_customheader.h
5648         * src/prefs_display_header.c
5649         * src/prefs_display_header.h
5650         * src/prefs_filtering.c
5651         * src/prefs_filtering.h
5652         * src/prefs_filtering_action.c
5653         * src/prefs_filtering_action.h
5654         * src/prefs_folder_column.c
5655         * src/prefs_folder_column.h
5656         * src/prefs_folder_item.c
5657         * src/prefs_folder_item.h
5658         * src/prefs_fonts.c
5659         * src/prefs_fonts.h
5660         * src/prefs_gtk.c
5661         * src/prefs_gtk.h
5662         * src/prefs_image_viewer.c
5663         * src/prefs_image_viewer.h
5664         * src/prefs_matcher.c
5665         * src/prefs_matcher.h
5666         * src/prefs_message.c
5667         * src/prefs_msg_colors.c
5668         * src/prefs_msg_colors.h
5669         * src/prefs_other.c
5670         * src/prefs_quote.c
5671         * src/prefs_receive.c
5672         * src/prefs_send.c
5673         * src/prefs_spelling.c
5674         * src/prefs_spelling.h
5675         * src/prefs_summaries.c
5676         * src/prefs_summaries.h
5677         * src/prefs_summary_column.c
5678         * src/prefs_summary_column.h
5679         * src/prefs_template.c
5680         * src/prefs_template.h
5681         * src/prefs_themes.c
5682         * src/prefs_themes.h
5683         * src/prefs_toolbar.c
5684         * src/prefs_toolbar.h
5685         * src/prefs_wrapping.c
5686         * src/prefs_wrapping.h
5687         * src/privacy.c
5688         * src/privacy.h
5689         * src/procheader.c
5690         * src/procheader.h
5691         * src/procmime.c
5692         * src/procmime.h
5693         * src/procmsg.c
5694         * src/procmsg.h
5695         * src/quote_fmt.c
5696         * src/quote_fmt_parse.y
5697         * src/recv.c
5698         * src/recv.h
5699         * src/remotefolder.c
5700         * src/remotefolder.h
5701         * src/send_message.c
5702         * src/send_message.h
5703         * src/setup.c
5704         * src/setup.h
5705         * src/sourcewindow.c
5706         * src/sourcewindow.h
5707         * src/ssl_manager.c
5708         * src/ssl_manager.h
5709         * src/statusbar.c
5710         * src/statusbar.h
5711         * src/stock_pixmap.c
5712         * src/stock_pixmap.h
5713         * src/summary_search.c
5714         * src/summary_search.h
5715         * src/summaryview.c
5716         * src/summaryview.h
5717         * src/textview.c
5718         * src/textview.h
5719         * src/toolbar.c
5720         * src/toolbar.h
5721         * src/undo.c
5722         * src/undo.h
5723         * src/unmime.c
5724         * src/unmime.h
5725         * src/vcard.c
5726         * src/vcard.h
5727         * src/wizard.c
5728         * src/wizard.h
5729         * src/common/base64.c
5730         * src/common/base64.h
5731         * src/common/defs.h
5732         * src/common/hooks.c
5733         * src/common/hooks.h
5734         * src/common/log.c
5735         * src/common/log.h
5736         * src/common/mgutils.c
5737         * src/common/mgutils.h
5738         * src/common/nntp.c
5739         * src/common/nntp.h
5740         * src/common/passcrypt.c
5741         * src/common/passcrypt.h.in
5742         * src/common/plugin.c
5743         * src/common/plugin.h
5744         * src/common/prefs.c
5745         * src/common/prefs.h
5746         * src/common/progressindicator.c
5747         * src/common/progressindicator.h
5748         * src/common/quoted-printable.c
5749         * src/common/quoted-printable.h
5750         * src/common/session.c
5751         * src/common/session.h
5752         * src/common/smtp.c
5753         * src/common/smtp.h
5754         * src/common/socket.c
5755         * src/common/socket.h
5756         * src/common/ssl.c
5757         * src/common/ssl.h
5758         * src/common/ssl_certificate.c
5759         * src/common/ssl_certificate.h
5760         * src/common/stringtable.c
5761         * src/common/stringtable.h
5762         * src/common/template.c
5763         * src/common/template.h
5764         * src/common/timing.h
5765         * src/common/utils.c
5766         * src/common/utils.h
5767         * src/common/version.h.in
5768         * src/common/xml.c
5769         * src/common/xml.h
5770         * src/common/xmlprops.c
5771         * src/common/xmlprops.h
5772         * src/gtk/about.c
5773         * src/gtk/colorlabel.c
5774         * src/gtk/colorsel.c
5775         * src/gtk/colorsel.h
5776         * src/gtk/combobox.c
5777         * src/gtk/combobox.h
5778         * src/gtk/description_window.c
5779         * src/gtk/description_window.h
5780         * src/gtk/filesel.c
5781         * src/gtk/filesel.h
5782         * src/gtk/foldersort.c
5783         * src/gtk/foldersort.h
5784         * src/gtk/gtksctree.c
5785         * src/gtk/gtkutils.c
5786         * src/gtk/gtkutils.h
5787         * src/gtk/inputdialog.c
5788         * src/gtk/inputdialog.h
5789         * src/gtk/logwindow.c
5790         * src/gtk/logwindow.h
5791         * src/gtk/manage_window.c
5792         * src/gtk/manage_window.h
5793         * src/gtk/menu.c
5794         * src/gtk/menu.h
5795         * src/gtk/pluginwindow.c
5796         * src/gtk/pluginwindow.h
5797         * src/gtk/prefswindow.c
5798         * src/gtk/prefswindow.h
5799         * src/gtk/progressdialog.c
5800         * src/gtk/progressdialog.h
5801         * src/gtk/sslcertwindow.c
5802         * src/gtk/sslcertwindow.h
5803         * src/plugins/bogofilter/bogofilter.c
5804         * src/plugins/bogofilter/bogofilter.h
5805         * src/plugins/bogofilter/bogofilter_gtk.c
5806         * src/plugins/clamav/clamav_plugin.c
5807         * src/plugins/clamav/clamav_plugin.h
5808         * src/plugins/clamav/clamav_plugin_gtk.c
5809         * src/plugins/demo/demo.c
5810         * src/plugins/dillo_viewer/dillo_prefs.c
5811         * src/plugins/dillo_viewer/dillo_prefs.h
5812         * src/plugins/dillo_viewer/dillo_viewer.c
5813         * src/plugins/pgpcore/passphrase.c
5814         * src/plugins/pgpcore/passphrase.h
5815         * src/plugins/pgpcore/pgp_viewer.c
5816         * src/plugins/pgpcore/pgp_viewer.h
5817         * src/plugins/pgpcore/plugin.c
5818         * src/plugins/pgpcore/select-keys.c
5819         * src/plugins/pgpcore/select-keys.h
5820         * src/plugins/pgpcore/sgpgme.c
5821         * src/plugins/pgpcore/sgpgme.h
5822         * src/plugins/pgpinline/pgpinline.c
5823         * src/plugins/pgpinline/pgpinline.h
5824         * src/plugins/pgpinline/plugin.c
5825         * src/plugins/pgpmime/pgpmime.c
5826         * src/plugins/pgpmime/pgpmime.h
5827         * src/plugins/pgpmime/plugin.c
5828         * src/plugins/spamassassin/spamassassin.c
5829         * src/plugins/spamassassin/spamassassin.h
5830         * src/plugins/spamassassin/spamassassin_gtk.c
5831         * src/plugins/trayicon/trayicon.c
5832                 it's 2007, update the year in the copyright headers
5833
5834 2007-01-03 [paul]       2.6.1cvs95
5835
5836         * src/gtk/about.c
5837                 it is 2007, use it in the copyright string
5838
5839 2007-01-03 [paul]       2.6.1cvs94
5840
5841         * src/html.c
5842                 html entity conversion:
5843                 move &#153; to a more suitable place
5844                 add &bull; and &ndash;
5845                 make sure &mdash; and &#8212; are both
5846                 converted the same
5847
5848 2007-01-02 [colin]      2.6.1cvs93
5849
5850         * src/addrbook.c
5851                 Fix leak
5852         * src/common/plugin.c
5853                 Add comment
5854         * src/etpan/imap-thread.c
5855                 Fix warning
5856
5857 2006-12-31 [paul]       2.6.1cvs92
5858
5859         * src/prefs_summaries.c
5860                 use gtk_button_new_from_stock()
5861
5862 2006-12-30 [colin]      2.6.1cvs91
5863
5864         * src/folder.c
5865         * src/imap_gtk.c
5866         * src/mh_gtk.c
5867                 Don't update filtering and account paths 
5868                 when copying folders
5869
5870 2006-12-30 [colin]      2.6.1cvs90
5871
5872         * src/prefs_compose_writing.c
5873         * src/prefs_quote.c
5874         * src/prefs_template.c
5875                 Use message font for Writing and 
5876                 Quoting prefs, as well as Templates.
5877
5878 2006-12-30 [colin]      2.6.1cvs89
5879
5880         * src/prefs_summaries.c
5881                 Rework GUI; patch by Pawel
5882
5883 2006-12-29 [colin]      2.6.1cvs88
5884
5885         * src/prefs_folder_item.c
5886                 Fix bug 1085, 'Apply to subfolder 
5887                 doesn't work' - I was mistaken saying
5888                 it worked in every case
5889
5890 2006-12-28 [colin]      2.6.1cvs87
5891
5892         * src/gtk/gtkaspell.c
5893                 Don't assert if use_alternate is true
5894                 and alt_dictionary isn't set -- this 
5895                 is what happens on upgrade! Rather,
5896                 do with it.
5897
5898 2006-12-28 [colin]      2.6.1cvs86
5899
5900         * Makefile.am
5901                 Fix desktop/icon simplification
5902
5903 2006-12-28 [colin]      2.6.1cvs85
5904
5905         * Makefile.am
5906                 Make desktop and icon not 
5907                 dependant on the desktop
5908
5909 2006-12-28 [wwp]        2.6.1cvs84
5910
5911         * src/plugins/pgpmime/claws.def
5912                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5913
5914 2006-12-28 [wwp]        2.6.1cvs83
5915
5916         * src/prefs_folder_item.c
5917                 Fix coloring of "simplify subject regexp" (folder prefs),
5918                 which might be left to red whereas the regexp gets empty.
5919
5920 2006-12-28 [wwp]        2.6.1cvs82
5921
5922         * src/prefs_common.c
5923         * src/prefs_common.h
5924         * src/addressbook.c
5925         * src/addressitem.h
5926                 Save addressbook mainwindow's horizontal and vertical splitter position.
5927
5928 2006-12-27 [wwp]        2.6.1cvs81
5929
5930         * src/gtk/gtkaspell.c
5931         * src/gtk/gtkaspell.h
5932         * src/compose.c
5933                 Fix assignment of compose's default and alternate dictionary from
5934                 account or folder settings. Now gtkaspell_change_dict does rotate
5935                 dicts only when it's called from a menu cb.
5936
5937 2006-12-27 [wwp]        2.6.1cvs80
5938
5939         * src/folder_item_prefs.c
5940                 Fix randomly initialized default-alt-dictionary (folder prefs),
5941                 complete 2.6.1cvs72.
5942
5943 2006-12-27 [paul]       2.6.1cvs79
5944
5945         * src/imap_gtk.c
5946         * src/mh_gtk.c
5947                 Add Copy folder in the folder's contextual
5948                 menu
5949
5950 2006-12-27 [wwp]        2.6.1cvs78
5951
5952         * src/imap.c
5953                 Clean up session locking, thanks to Colin.
5954
5955 2006-12-26 [colin]      2.6.1cvs77
5956
5957         * src/statusbar.c
5958                 Revert previous patch
5959
5960 2006-12-26 [colin]      2.6.1cvs76
5961
5962         * src/folder.c
5963         * src/folderview.c
5964         * src/imap.c
5965         * src/statusbar.c
5966         * src/etpan/imap-thread.c
5967                 Fix previous commit warnings
5968                 Make statusbar update every second if total < 20
5969                 Make IMAP APPEND faster by simplifying log              
5970
5971 2006-12-26 [colin]      2.6.1cvs75
5972
5973         * src/folder.c
5974         * src/folder.h
5975         * src/folderview.c
5976         * src/folderview.h
5977         * src/imap_gtk.c
5978         * src/mh_gtk.c
5979                 Make it possible to copy folders accross
5980                 mailboxes (this was an arbitrary limitation).
5981                 Still make it impossible to move folders 
5982                 accross mailboxes.
5983
5984 2006-12-26 [colin]      2.6.1cvs74
5985
5986         * src/etpan/imap-thread.c
5987                 Fix bug 1081, 'claws-mail 
5988                 segfaults when going offline 
5989                 while it transfers mails via 
5990                 imap'
5991
5992 2006-12-26 [colin]      2.6.1cvs73
5993
5994         * src/folder_item_prefs.c
5995                 Don't forget alt dictionary when
5996                 renaming/moving folders
5997
5998 2006-12-26 [wwp]        2.6.1cvs72
5999
6000         * src/folder_item_prefs.c
6001                 Add missing defaults for per-folder alt dict
6002                 (forgotten in 2.6.1cvs61).
6003
6004 2006-12-26 [colin]      2.6.1cvs71
6005
6006         * src/wizard.c
6007                 Add tooltip to state that specifying
6008                 full path to mailbox is possible
6009
6010 2006-12-26 [wwp]        2.6.1cvs70
6011
6012         * src/partial_download.c
6013         * src/gtk/gtkvscrollbutton.c
6014         * src/plugins/pgpinline/plugin.c
6015                 Fix for few compiler warnings that matter.
6016
6017 2006-12-25 [colin]      2.6.1cvs69
6018
6019         * src/partial_download.c
6020                 Fix marking for download or deletion
6021                 when the header isn't the first
6022         * src/gtk/logwindow.c
6023                 Fix start of scrolling
6024
6025 2006-12-23 [paul]       2.6.1cvs68
6026
6027         * src/compose.c
6028                 change last commit to use the 'academic'
6029                 method instead. Thanks to wwp
6030
6031 2006-12-23 [paul]       2.6.1cvs67
6032
6033         * src/compose.c
6034                 don't warn about empty subject when
6035                 redirecting
6036
6037 2006-12-22 [colin]      2.6.1cvs66
6038
6039         * src/summary_search.c
6040                 Fix previous patch
6041
6042 2006-12-22 [colin]      2.6.1cvs65
6043
6044         * src/gtk/gtkutils.c
6045         * src/imap.c
6046         * src/jpilot.c
6047         * src/summary_search.c
6048                 A few warning fixes
6049
6050 2006-12-23 [paul]       
6051
6052         2.7.0-rc2 released
6053
6054 2006-12-22 [colin]      2.6.1cvs64
6055
6056         * src/toolbar.c
6057         * src/toolbar.h
6058                 Add a combo to the learn spam button
6059         * src/plugins/bogofilter/bogofilter.c
6060         * src/plugins/bogofilter/bogofilter_gtk.c
6061         * src/plugins/bogofilter/bogofilter.h
6062                 Allow to store Unsure mails in a specific
6063                 folder to make better teaching easier
6064
6065 2006-12-21 [wwp]        2.6.1cvs63
6066
6067         * src/compose.c
6068         * src/prefs_common.c
6069         * src/prefs_common.h
6070         * src/prefs_spelling.c
6071         * src/gtk/gtkaspell.c
6072         * src/gtk/gtkaspell.h
6073                 Allow spell-checking using both current and alternate dictionaries
6074                 (thanks to Colin).
6075
6076 2006-12-21 [wwp]        2.6.1cvs62
6077
6078         * src/gtk/gtkaspell.c
6079                 Apply recheck_when_changing_dict (highlight all mispelled words)
6080                 when switching to alternate dictionary.
6081
6082 2006-12-21 [wwp]        2.6.1cvs61
6083
6084         * src/compose.c
6085         * src/folder_item_prefs.h
6086         * src/prefs_common.c
6087         * src/prefs_common.h
6088         * src/prefs_folder_item.c
6089         * src/prefs_spelling.c
6090         * src/gtk/gtkaspell.c
6091         * src/gtk/gtkaspell.h
6092                 Add global and per-folder prefs to set the default
6093                 alternate dictionary.
6094
6095 2006-12-21 [colin]      2.6.1cvs60
6096
6097         * src/folder.c
6098                 Look for folders by path in all folders
6099         * src/html.c
6100                 add &mdash;
6101
6102 2006-12-20 [colin]      2.6.1cvs59
6103
6104         * src/gtk/quicksearch.c
6105                 Make sure in_typing is false when clearing
6106
6107 2006-12-20 [wwp]        2.6.1cvs58
6108
6109         * configure.ac
6110                 change manual's target dir to be LFH-compliant (thanks to Colin).
6111
6112 2006-12-20 [wwp]        2.6.1cvs57
6113
6114         * src/prefs_common.c
6115         * src/prefs_summaries.c
6116                 i18n fix and factorize patch, thanks to Fabien.
6117
6118 2006-12-20 [paul]       2.6.1cvs56
6119
6120         * configure.ac
6121                 last of the renaming (??)
6122         * src/main.c
6123                 correct --help info of --status-full
6124         * src/plugins/bogofilter/bogofilter.c
6125                 make FALSE default of whitelist_ab
6126
6127 2006-12-19 [colin]      2.6.1cvs55
6128
6129         * src/jpilot.c
6130                 Same as before, without depending on
6131                 pisock >= 0.12
6132
6133 2006-12-19 [colin]      2.6.1cvs54
6134
6135         * src/jpilot.c
6136                 Fix bug 1059, 'Better jpilot charset 
6137                 handling'. Use libpisync's charset conversion
6138                 if possible
6139
6140 2006-12-19 [colin]      2.6.1cvs53
6141
6142         * po/fr.po
6143                 Updated by Fabien
6144
6145 2006-12-19 [wwp]        2.6.1cvs52
6146
6147         * src/gtk/about.c
6148                 Add missing #include (thanks to Colin).
6149
6150 2006-12-19 [wwp]        2.6.1cvs51
6151
6152         * src/prefs_receive.c
6153                 Better spacing between widgets in prefs.
6154
6155 2006-12-18 [colin]      2.6.1cvs50
6156
6157         * src/imap.c
6158                 Fix failure to get separator on LIST "" ""
6159                 Try LIST "" "INBOX" too.
6160
6161 2006-12-18 [wwp]        2.6.1cvs49
6162
6163         * src/common/session.c
6164                 Fix a compiler warning (thanks to Fabien).
6165
6166 2006-12-18 [wwp]        2.6.1cvs48
6167
6168         * src/compose.c
6169         * src/prefs_quote.c
6170                 Factorize some strings for translation (it's about error
6171                 messages when applying or checking template/quote format).
6172
6173 2006-12-18 [colin]      2.6.1cvs47
6174
6175         * Makefile.am
6176         * src/common/defs.h
6177         * src/gtk/Makefile.am
6178         * src/gtk/about.c
6179                 Add a Release notes tab from the contents of
6180                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6181
6182 2006-12-17 [colin]      2.6.1cvs46
6183
6184         * src/mimeview.c
6185         * src/textview.c
6186         * src/gtk/filesel.c
6187                 Correctly convert from/to UTF8/filename encoding
6188                 when loading and saving files. Probably fixes
6189                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6190                 for a file to attach and is blocked...'
6191
6192 2006-12-17 [colin]      2.6.1cvs45
6193
6194         * src/gtk/logwindow.c
6195                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6196                 IMAP folder and is blocked on main thread': 
6197                 make sure we put utf8 in the log.
6198
6199 2006-12-16 [colin]      2.6.1cvs44
6200
6201         * src/toolbar.c
6202         * src/toolbar.h
6203                 Fix bug 1055, 'Add the 'cancel receive' 
6204                 in the available events for the toolbar buttons'
6205
6206 2006-12-16 [colin]      2.6.1cvs43
6207
6208         * po/POTFILES.in
6209         * src/imap.c
6210         * src/common/nntp.c
6211         * src/common/session.c
6212                 Log error when SSL handshakes fail. 
6213                 Fixes bug 1082, 'incorrect / imprecise 
6214                 error message when imap server provides 
6215                 ssl only through STARTTLS but SSL is 
6216                 selected'
6217
6218 2006-12-15 [wwp]        2.6.1cvs42
6219
6220         * src/plugins/bogofilter/bogofilter_gtk.c
6221                 set proper sensitivity to widgets I've recently added.
6222
6223 2006-12-15 [colin]      
6224
6225         2.7.0-rc1 released
6226
6227 2006-12-15 [wwp]        2.6.1cvs41
6228
6229         * src/plugins/bogofilter/bogofilter.c
6230         * src/plugins/bogofilter/bogofilter.h
6231         * src/plugins/bogofilter/bogofilter_gtk.c
6232                 bogofilter's whitelist can now use a subset of
6233                 the addressbook (either a book, a subfolder of a book,
6234                 or the whole addressbook by using "Any"). Re-used there
6235                 some pref_matcher widgets and mechanisms to match a subset
6236                 of the addressbook.
6237
6238 2006-12-15 [wwp]        2.6.1cvs40
6239
6240         * src/wizard.c
6241         * src/common/plugin.c
6242         * src/common/plugin.h
6243         * src/gtk/about.c
6244         * src/plugins/bogofilter/bogofilter.c
6245         * src/plugins/clamav/clamav_plugin.c
6246         * src/plugins/demo/demo.c
6247         * src/plugins/dillo_viewer/dillo_viewer.c
6248         * src/plugins/pgpcore/plugin.c
6249         * src/plugins/pgpinline/plugin.c
6250         * src/plugins/pgpmime/plugin.c
6251         * src/plugins/spamassassin/spamassassin.c
6252         * src/plugins/trayicon/trayicon.c
6253                 factorize some translatable strings (plugins-related),
6254                 fix missing punctuation in several places,
6255                 remove useless translatable \n in about.c,
6256                 and factorize plugin init code w/ a new function
6257                 check_plugin_version() in common/plugin.c.
6258                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6259
6260 2006-12-15 [wwp]        2.6.1cvs39
6261
6262         * src/plugins/bogofilter/bogofilter.c
6263         * src/plugins/bogofilter/bogofilter_gtk.c
6264                 flag whitelisted spams as spam, but don't filter it to the spam
6265                 folder. Thanks to Colin.
6266
6267 2006-12-15 [ticho]      2.6.1cvs38
6268
6269         * src/plugins/bogofilter/bogofilter.c
6270         * src/plugins/bogofilter/bogofilter.h
6271         * src/plugins/bogofilter/bogofilter_gtk.c
6272                 Add option to whitelist senders found in addressbook. Patch by colin.
6273
6274 2006-12-15 [paul]       2.6.1cvs37
6275
6276         * src/folderview.c
6277                 add missing #include "log.h"
6278
6279 2006-12-15 [paul]       2.6.1cvs36
6280
6281         * src/plugins/bogofilter/bogofilter.c
6282         * src/plugins/bogofilter/bogofilter.h
6283         * src/plugins/bogofilter/bogofilter_gtk.c
6284                 Add an option to allow inserting an
6285                 X-Claws-Bogosity header (on MH folders
6286                 only). Patch by Colin
6287
6288 2006-12-14 [colin]      2.6.1cvs35
6289
6290         * src/main.c
6291                 "Yes" should be the default choice for
6292                 migration configuration
6293
6294 2006-12-14 [paul]       2.6.1cvs34
6295
6296         * src/prefs_summaries.c
6297         * manual/advanced.xml
6298                 Unhide mark_as_read_delay
6299
6300 2006-12-14 [paul]       2.6.1cvs33
6301
6302         * src/messageview.c
6303         * src/messageview.h
6304         * src/mimeview.c
6305         * src/mimeview.h
6306         * src/summaryview.c
6307         * src/textview.c
6308         * src/textview.h
6309                 Fix printing of selection
6310                 Fix printing of message parts
6311                 Fix printing of images
6312         * src/gtk/gtksourceprintjob.c
6313                 Fix page count when there are images
6314
6315 2006-12-14 [wwp]        2.6.1cvs32
6316
6317         * src/mainwindow.c
6318         * src/summaryview.c
6319         * src/summaryview.h
6320         * src/gtk/quicksearch.c
6321                 fix quicksearch 'magnify' button status when QS is closed
6322                 using the Escape key, thanks to Colin.
6323
6324 2006-12-14 [wwp]        2.6.1cvs31
6325
6326         * src/mainwindow.c
6327         * src/summaryview.c
6328         * src/summaryview.h
6329         * src/gtk/quicksearch.c
6330                 fix quicksearch 'magnify' button status when QS is closed
6331                 using the Escape key, thanks to Colin.
6332
6333 2006-12-13 [colin]      2.6.1cvs30
6334
6335         * src/ldapquery.c
6336         * src/ldaputil.c
6337                 Use the binary safe version of ldap_get_values,
6338                 to make sure we manipulate null-terminated 
6339                 strings. Maybe fixes bug 1075, 'claws mail 
6340                 segfault when completing ldap adresses'
6341         * src/syldap.c ** REMOVED **
6342         * src/syldap.h ** REMOVED **
6343                 Remove dead files
6344
6345 2006-12-13 [mones]      2.6.1cvs29
6346
6347         * po/es.po
6348                 Fixed piped strings, fixed click translation
6349
6350 2006-12-13 [paul]       2.6.1cvs28
6351
6352         * src/main.c
6353                 don't translate these strings
6354
6355 2006-12-13 [paul]       2.6.1cvs27
6356
6357         * po/en_GB.po
6358                 updated
6359
6360 2006-12-13 [colin]      2.6.1cvs26
6361
6362         * src/main.c
6363         * src/main.h
6364                 Add claws_is_starting()
6365
6366 2006-12-13 [mones]      2.6.1cvs25
6367
6368         * manual/es/advanced.xml
6369         * po/es.po
6370                 Synced manual and updated translation
6371
6372 2006-12-12 [colin]      2.6.1cvs24
6373
6374         * src/wizard.c
6375                 Add an option to use STARTTLS in the
6376                 welcome wizard. Fixes bug 1080, 
6377                 'Using SSL option in wizard for incoming 
6378                 server does not activate SSL with STARTTLS'
6379
6380 2006-12-12 [colin]      2.6.1cvs23
6381
6382         * src/main.c
6383                 Don't exit when there's an incomplete
6384                 mailbox configured - leaves a chance 
6385                 to fix a failing IMAP account. Exit
6386                 if no mailbox at all is loaded (case
6387                 of missing plugin).
6388                 Completes bug 1077's fix (I was wrong
6389                 in this bug's comment #3).
6390
6391 2006-12-12 [colin]      2.6.1cvs22
6392
6393         * src/gtk/menu.h
6394                 Add another menu data type
6395         * src/prefs_account.c
6396                 Complete the completion of bug 1076
6397                 (doesn't lose the pref on apply)
6398
6399 2006-12-12 [paul]       2.6.1cvs21
6400
6401         * src/prefs_account.c
6402                 complete the fix of bug 1076
6403                 also be more verbose with the text
6404
6405 2006-12-12 [paul]       2.6.1cvs20
6406
6407         * src/gtk/combobox.c
6408                 fix compilation warning
6409
6410 2006-12-11 [colin]      2.6.1cvs19
6411
6412         * src/wizard.c
6413                 Document :port in server entry tooltips
6414
6415 2006-12-11 [colin]      2.6.1cvs18
6416
6417         * src/main.c
6418                 Fix compile
6419
6420 2006-12-11 [colin]      2.6.1cvs17
6421
6422         * src/main.c
6423                 Add failing IMAP as a reason for no
6424                 mailbox
6425
6426 2006-12-11 [colin]      2.6.1cvs16
6427
6428         * src/prefs_account.c
6429                 Check for existence of inbox for local
6430                 accounts too
6431         * src/wizard.c
6432                 Allow setting the port to use for servers
6433                 by using the usual "server.example.com:port"
6434                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6435                 not start when IMAP server is unavailable'
6436
6437 2006-12-11 [colin]      2.6.1cvs15
6438
6439         * src/prefs_account.c
6440                 Prevent use of non-existing default inbox
6441
6442 2006-12-11 [colin]      2.6.1cvs14
6443
6444         * src/prefs_account.c
6445                 Fix sensitivity. Fixes bug 1076, 'privacy 
6446                 options are displayed even when pgp plugin 
6447                 not loaded / available'
6448
6449 2006-12-09 [colin]      2.6.1cvs13
6450
6451         * manual/advanced.xml
6452         * src/prefs_common.c
6453         * src/prefs_common.h
6454         * src/common/ssl_certificate.c
6455                 Add a new hidden preference, 'unsafe_ssl_certs',
6456                 which allows to store multiple certificates per
6457                 server/port. This is disabled by default because
6458                 it's less secure (presenting a new certificate
6459                 instead of a changed one raises less alarms).
6460                 This will cause Claws to ask about an unknown
6461                 certificate for people who have used 2.6.1cvs8
6462                 or greater.
6463
6464 2006-12-09 [colin]      2.6.1cvs12
6465
6466         * src/action.c
6467                 Fix cache updating after action
6468
6469 2006-12-07 [wwp]        2.6.1cvs11
6470
6471         * src/compose.c
6472                 fix email address comparison when replying to all
6473                 (avoid replying to ourselves), thanks to Colin.
6474
6475 2006-12-06 [paul]       2.6.1cvs10
6476
6477         * src/addrharvest.c
6478         * src/editldap.c
6479         * src/expldifdlg.c
6480         * src/news.c
6481         * src/toolbar.c
6482         * src/common/utils.c
6483                 ...and more renaming
6484                 Thanks to Colin
6485
6486 2006-12-06 [paul]       2.6.1cvs9
6487
6488         * src/compose.c
6489         * src/messageview.c
6490         * src/procheader.c
6491         * src/procmime.c
6492         * src/procmsg.c
6493         * src/textview.c
6494                 more renaming
6495                 Thanks to Colin
6496
6497 2006-12-06 [colin]      2.6.1cvs8
6498
6499         * src/ssl_manager.c
6500         * src/common/ssl_certificate.c
6501         * src/common/ssl_certificate.h
6502                 Handle multiple certificates per host/port
6503
6504 2006-12-06 [colin]      2.6.1cvs7
6505
6506         * src/etpan/imap-thread.c
6507                 Fix certificate checking on IMAP
6508
6509 2006-12-06 [colin]      2.6.1cvs6
6510
6511         * src/folderview.c
6512                 Fix bug 1072, 'Claws stops fetching newsgroups 
6513                 from server when newsgroup got deleted': continue
6514                 checking other groups
6515
6516 2006-12-05 [wwp]        2.6.1cvs5
6517
6518         * src/message_search.c
6519         * src/summary_search.c
6520         * src/gtk/combobox.c
6521         * src/gtk/combobox.h
6522         * src/gtk/gtkutils.c
6523         * src/gtk/gtkutils.h
6524                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6525                 behave like w/ old comboboxes (summary and message search only).
6526
6527 2006-12-05 [paul]       2.6.1cvs4
6528
6529         * src/wizard.c
6530                 encode headers
6531                 Thanks to Colin
6532
6533 2006-12-05 [paul]       2.6.1cvs3
6534
6535         * tools/README
6536         * tools/textviewer.pl
6537                 script updated and description added
6538
6539 2006-12-04 [colin]      2.6.1cvs2
6540
6541         * src/compose.c
6542                 Run pre-send hook only when checking
6543                 everything
6544
6545 2006-12-04 [paul]       2.6.1cvs1
6546
6547         * NEWS
6548         * README
6549         * RELEASE_NOTES
6550         * configure.ac
6551         * tools/README
6552                 bump up version number following stable release
6553
6554 2006-12-04 [paul]       2.6.0cvs83
6555
6556         * README
6557                 updates and corrections
6558
6559 2006-12-04 [colin]      2.6.0cvs82
6560
6561         * src/common/utils.c
6562                 Probably fix bug 1066, 'Incorrect mailbox 
6563                 size displayed'
6564
6565 2006-12-04 [colin]      2.6.0cvs81
6566
6567         * src/common/utils.c
6568                 Trim tabs from mailcap file too.
6569
6570 2006-12-02 [paul]       2.6.0cvs80
6571
6572         * src/exphtmldlg.c
6573                 fix broken GUI under certain languages
6574         * src/expldifdlg.c
6575                 put the Cancel button to the right
6576
6577 2006-12-01 [paul]       2.6.0cvs79
6578
6579         * tools/Makefile.am
6580                 remove reference to removed file
6581
6582 2006-12-01 [wwp]        2.6.0cvs78
6583
6584         * src/addressbook.c
6585         * src/editaddress.c
6586                 remove forgotten debug statements.
6587
6588 2006-12-01 [wwp]        2.6.0cvs77
6589
6590         * manual/advanced.xml
6591         * manual/fr/advanced.xml
6592         * src/addressbook.c
6593         * src/addressbook.h
6594         * src/addressitem.h
6595         * src/editaddress.c
6596         * src/editaddress.h
6597         * src/prefs_common.c
6598         * src/prefs_common.h
6599         * src/gtk/gtkutils.c
6600         * src/gtk/gtkutils.h
6601                 add a hidden option to allow embedding the editaddress (edit contact details)
6602                 dialog into the addressbook's window. This doesn't change the default
6603                 behaviour.
6604
6605 2006-12-01 [wwp]        2.6.0cvs76
6606
6607         * src/message_search.c
6608         * src/summary_search.c
6609                 fix more focus issues (don't set focus to combobox's entry widget when
6610                 entry's value changed, if entry widget has focus already).
6611
6612 2006-12-01 [wwp]        2.6.0cvs75
6613
6614         * src/gtk/quicksearch.c
6615                 revert last changes to the quicksearch gtk_combo_box, this needs more
6616                 tuning and testing.
6617
6618 2006-12-01 [paul]       2.6.0cvs74
6619
6620         * tools/kdeservicemenu/README
6621         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6622         * tools/kdeservicemenu/install.sh
6623         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6624         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6625                 simplify this stuff, and in so doing,
6626                 fix it. (possibly re-extend it again at
6627                 a later date)
6628
6629 2006-12-01 [wwp]        2.6.0cvs73
6630
6631         * src/gtk/quicksearch.c
6632                 adapt quicksearch code to use modern gtk_combo_box'es.
6633
6634 2006-12-01 [wwp]        2.6.0cvs72
6635
6636         * src/common/defs.h
6637         * src/prefs_common.c
6638         * src/prefs_common.h
6639         * src/message_search.c
6640         * src/summary_search.c
6641         * src/gtk/combobox.c
6642         * src/gtk/combobox.h
6643                 add history combos to all message and summary search fields.
6644
6645 2006-12-01 [wwp]        2.6.0cvs71
6646
6647         * src/summaryview.c
6648                 As the list may change while the mark as read delay
6649                 runs, we can't rely on the 'row' pointer, which can
6650                 be invalid when the timeout is called. As the mark
6651                 as read is only done if the message is still selected,
6652                 use summaryview->selected instead. Thanks to Colin.
6653
6654 2006-11-30 [paul]       2.6.0cvs70
6655
6656         * src/textview.c
6657                 give emphasis to "Sylpheed-Claws"
6658                 as well as "Claws Mail"
6659
6660 2006-11-30 [colin]      2.6.0cvs69
6661
6662         * src/wizard.c
6663                 Put the SSL checkboxes in the receiving
6664                 and sending server pages.
6665
6666 2006-11-29 [colin]      2.6.0cvs68
6667
6668         * src/gtk/gtkutils.c
6669         * src/gtk/gtkvscrollbutton.c
6670                 Revert some deprecated fixes - they seem to
6671                 deprecate stuff as soon as a new one gets out.
6672                 g_object_ref_sink needed glib-2.10.
6673
6674 2006-11-29 [colin]      2.6.0cvs67
6675
6676         * src/common/utils.c
6677                 Create .mailcap if it doesn't exist
6678
6679 2006-11-29 [colin]      2.6.0cvs66
6680
6681         * src/compose.c
6682                 Followup to cvs60: use original list
6683                 of recipients if replying to a mail
6684                 in Sent Drafts or Queue.
6685
6686 2006-11-27 [paul]       2.6.0cvs65
6687
6688         * src/image_viewer.c
6689                 revert the last change for now (it's broken)
6690
6691 2006-11-27 [paul]       2.6.0cvs64
6692
6693         * Makefile.am
6694         * configure.ac
6695         * m4/aclocal-include.m4
6696         * m4/check-type.m4
6697         * src/Makefile.am
6698         * src/addr_compl.c
6699         * src/compose.c
6700         * src/crash.c
6701         * src/export.c
6702         * src/exporthtml.c
6703         * src/exportldif.c
6704         * src/imap.c
6705         * src/import.c
6706         * src/main.c
6707         * src/main.h
6708         * src/matcher.c
6709         * src/mimeview.c
6710         * src/procmsg.c
6711         * src/textview.c
6712         * src/common/Makefile.am
6713         * src/common/claws.c
6714         * src/common/claws.h
6715         * src/common/ssl.c
6716         * src/common/sylpheed.c
6717         * src/common/sylpheed.h
6718         * src/etpan/Makefile.am
6719         * src/gtk/Makefile.am
6720         * src/gtk/claws-marshal.list
6721         * src/gtk/filesel.c
6722         * src/gtk/gtksctree.c
6723         * src/gtk/quicksearch.c
6724         * src/gtk/sylpheed-marshal.list
6725         * src/plugins/bogofilter/bogofilter.c
6726         * src/plugins/bogofilter/bogofilter_gtk.c
6727         * src/plugins/clamav/clamav_plugin.c
6728         * src/plugins/clamav/clamav_plugin_gtk.c
6729         * src/plugins/demo/demo.c
6730         * src/plugins/dillo_viewer/dillo_viewer.c
6731         * src/plugins/pgpcore/Makefile.am
6732         * src/plugins/pgpcore/claws.def
6733         * src/plugins/pgpcore/pgp_viewer.c
6734         * src/plugins/pgpcore/plugin.c
6735         * src/plugins/pgpcore/sylpheed.def
6736         * src/plugins/pgpinline/Makefile.am
6737         * src/plugins/pgpinline/claws.def
6738         * src/plugins/pgpinline/plugin.c
6739         * src/plugins/pgpinline/sylpheed.def
6740         * src/plugins/pgpmime/Makefile.am
6741         * src/plugins/pgpmime/claws.def
6742         * src/plugins/pgpmime/plugin.c
6743         * src/plugins/pgpmime/sylpheed.def
6744         * src/plugins/spamassassin/spamassassin.c
6745         * src/plugins/spamassassin/spamassassin_gtk.c
6746         * src/plugins/trayicon/trayicon.c
6747                 yet more renaming
6748                 remove deprecated gtk_tooltips_set_delay()
6749
6750 2006-11-26 [paul]       2.6.0cvs63
6751
6752         * src/expldifdlg.c
6753         * src/folderview.c
6754         * src/image_viewer.c
6755         * src/mainwindow.c
6756         * src/gtk/gtkutils.c
6757         * src/gtk/gtkvscrollbutton.c
6758         * src/gtk/prefswindow.c
6759         * src/plugins/pgpcore/prefs_gpg.c
6760                 replace more deprecated GTK+ functions
6761
6762 2006-11-26 [paul]       2.6.0cvs62
6763
6764         * src/addr_compl.c
6765         * src/addressbook.c
6766         * src/browseldap.c
6767                 replace deprecated gtk_idle_... functions
6768
6769 2006-11-26 [paul]       2.6.0cvs61
6770
6771         * src/compose.c
6772         * src/folderview.c
6773         * src/inc.c
6774         * src/summaryview.c
6775         * src/gtk/gtkvscrollbutton.c
6776         * src/gtk/quicksearch.c
6777         * src/plugins/pgpcore/passphrase.c
6778                 replace deprecated gtk_timeout_add and
6779                 gtk_timeout_remove
6780
6781 2006-11-26 [paul]       2.6.0cvs60
6782
6783         * src/compose.c
6784                 fix bug that caused the wrong recipient
6785                 to be selected when replying to a msg
6786                 which is From one of our accounts to
6787                 another of our accounts
6788
6789 2006-11-25 [paul]       2.6.0cvs59
6790
6791         * src/summaryview.c
6792                 don't change the From column title to
6793                 To if the To column is visible
6794
6795 2006-11-24 [paul]       2.6.0cvs58
6796
6797         * src/compose.c
6798                 fix bug 1069, 'Sent mails disappear, BCC
6799                 or locking problem?'
6800
6801 2006-11-21 [wwp]        2.6.0cvs57
6802
6803         * src/compose.c
6804                 fix spelling menu when replying (same as 2.3.1cvs39):
6805                 discrepancy between context menu and top menu when
6806                 folder's dictionary isn't the default one.
6807
6808 2006-11-19 [paul]       2.6.0cvs56
6809
6810         * src/summaryview.c
6811                 obey always_show_msg option when
6812                 marking as spam
6813         * src/plugins/bogofilter/bogofilter.c
6814                 fix typo
6815
6816 2006-11-18 [paul]       2.6.0cvs55
6817
6818         * AUTHORS
6819         * README
6820         * debian/copyright
6821         * manual/ack.xml
6822         * manual/es/ack.xml
6823         * manual/fr/ack.xml
6824         * manual/pl/ack.xml
6825         * src/gtk/authors.h
6826         * src/gtk/icon_legend.c
6827         * src/gtk/icon_legend.h
6828         * tools/OOo2claws-mail.pl
6829         * tools/README
6830         * tools/acroread2claws-mail.pl
6831         * tools/claws.i18n.status.pl
6832         * tools/filter_conv.pl
6833         * tools/filter_conv_new.pl
6834         * tools/freshmeat_search.pl
6835         * tools/google_search.pl
6836         * tools/kmail2claws-mail.pl
6837         * tools/kmail2claws-mail_v2.pl
6838         * tools/maildir2claws-mail.pl
6839         * tools/make.themes.project
6840         * tools/multiwebsearch.pl
6841         * tools/outlook2claws-mail.pl
6842         * tools/tb2claws-mail
6843         * tools/kdeservicemenu/README
6844         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6845                 update mine and wwp's email addresses in
6846                 several places
6847                 Patch by wwp
6848         * src/prefs_compose_writing.c
6849                 set sensitivity on 'new message format' frame
6850
6851 2006-11-17 [paul]       2.6.0cvs54
6852
6853         * src/gtk/about.c
6854                 more reworking of the GUI
6855                 Patch by Fabien Vantard
6856
6857 2006-11-16 [paul]       2.6.0cvs53
6858
6859         * src/gtk/about.c
6860                 set a minimum size for the window, allow
6861                 it to automatically expand as necessary
6862
6863 2006-11-16 [wwp]        2.6.0cvs52
6864
6865         * src/gtk/about.c
6866                 better wrap of copyright info on some systems.
6867
6868 2006-11-16 [paul]       2.6.0cvs51
6869
6870         * src/gtk/about.c
6871                 move the tech info from the upper panel
6872                 to the Info tab
6873                 use a gtk_text_view for the features tab
6874
6875 2006-11-16 [paul]       2.6.0cvs50
6876
6877         * po/Makevars
6878                 update my email address
6879         * src/addressbook.c
6880         * src/compose.c
6881         * src/imap_gtk.c
6882         * src/mh_gtk.c
6883         * src/news_gtk.c
6884         * src/summaryview.c
6885         * src/plugins/trayicon/trayicon.c
6886                 don't offer simple menu separators
6887                 for translation
6888         * src/folderview.c
6889                 add separator between 'mark all read'
6890                 and 'search folder'
6891
6892 2006-11-15 [wwp]        2.6.0cvs49
6893
6894         * src/gtk/authors.h
6895                 updated manuals authors.
6896
6897 2006-11-14 [paul]       2.6.0cvs48
6898
6899         * src/compose.c
6900                 Fix Options/Reply mode after draft save
6901
6902 2006-11-14 [paul]       2.6.0cvs47
6903
6904         * src/Makefile.am
6905                 Fix make DESTDIR=...
6906         * src/mbox.c
6907                 Optimise speed
6908         * src/plugins/pgpinline/pgpinline.c
6909                 Probably fix bug 1061
6910
6911 2006-11-14 [paul]       2.6.0cvs46
6912
6913         * po/Makevars
6914                 enable Q_ macro
6915         * src/Makefile.am
6916         * src/stock_pixmap.c
6917         * src/stock_pixmap.h
6918         * src/gtk/about.c
6919         * src/pixmaps/active.xpm
6920         * src/pixmaps/inactive.xpm
6921                 add a new page, 'Features', to the About dialog
6922                 showing which features are compiled in and which
6923                 are not
6924
6925 2006-11-14 [paul]       2.6.0cvs45
6926
6927         * po/ru.po
6928                 updated by Pavlo Bohmat
6929
6930 2006-11-14 [colin]      2.6.0cvs44
6931
6932         * src/compose.c
6933         * src/inc.c
6934         * src/messageview.c
6935         * src/news.c
6936         * src/pop.c
6937         * src/procmsg.c
6938         * src/gtk/gtkaspell.c
6939                 Fix 64-bit-related warnings
6940         * src/ssl_manager.c
6941                 Fix possible infinite loop
6942         * src/plugins/pgpcore/sgpgme.c
6943                 Remove useless check
6944
6945 2006-11-13 [colin]      2.6.0cvs43
6946
6947         * src/gtk/Makefile.am
6948                 authors.h isn't generated
6949
6950 2006-11-13 [colin]      2.6.0cvs42
6951
6952         * src/plugins/pgpinline/pgpinline.c
6953         * src/plugins/pgpmime/pgpmime.c
6954                 Very probably fix bug 1061, 'crash on 
6955                 opening signed email'. Another cast
6956                 problem
6957
6958 2006-11-13 [colin]      2.6.0cvs41
6959
6960         * src/plugins/pgpcore/sgpgme.c
6961                 Maybe fix bug 1061, 'crash on opening 
6962                 signed email'
6963
6964 2006-11-13 [wwp]        2.6.0cvs40
6965
6966         * src/plugins/pgpinline/pgpinline.c
6967                 fix candidate for bug #1057, thanks to Colin.
6968
6969 2006-11-13 [wwp]        2.6.0cvs39
6970
6971         * src/compose.c
6972         * src/quote_fmt_parse.y
6973                 fix bug 1052: current parser buffer was not always 
6974                 allocated, ptr to this buffer could be returned as 
6975                 NULL whereas no parser error has occurred. in 
6976                 consequence, defining a template body as "%d" 
6977                 (w/o the quotes) for the first time of the instance 
6978                 of claws-mail, was reporting a parser error. make 
6979                 sure that the buffer is always allocated, even to 
6980                 an empty string.
6981                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6982                 unescaping of the fmt string was always done 
6983                 whereas it must be done *only* when receiving 
6984                 quote format strings issued from the prefs 
6985                 (compose new message, reply, forward, redirect 
6986                 formats), *not* when applying templates.  in 
6987                 consequences, applying templates w/ sequences 
6988                 like \\|p{echo} were failing. make sure that 
6989                 unescaping is done only when necessary.
6990
6991 2006-11-12 [colin]      2.6.0cvs38
6992
6993         * po/de.po
6994                 Fix typo (s/KB/MB)
6995
6996 2006-11-12 [colin]      2.6.0cvs37
6997
6998         * src/plugins/pgpinline/pgpinline.c
6999         * src/plugins/pgpmime/pgpmime.c
7000                 Release GPG context at the latest 
7001                 possible moment. Maybe fixes 
7002                 bug 1057, 'crash on sending signed 
7003                 message to a newsgroup'
7004                 
7005
7006 2006-11-12 [colin]      2.6.0cvs36
7007
7008         * src/plugins/pgpcore/sgpgme.c
7009                 Tell a bit more when gpg's status doesn't
7010                 contain any signature
7011
7012 2006-11-12 [colin]      2.6.0cvs35
7013
7014         * src/compose.c
7015                 Fix bug 1060, 'compilation error with 
7016                 Irix's cc'
7017
7018 2006-11-12 [paul]       2.6.0cvs34
7019
7020         * doc/man/claws-mail.1
7021         * src/prefs_gtk.c
7022         * src/plugins/clamav/README
7023         * src/plugins/spamassassin/README
7024         * tools/README
7025         * tools/freshmeat_search.pl
7026         * tools/google_search.pl
7027         * tools/multiwebsearch.pl
7028                 more renaming
7029         * src/plugins/trayicon/trayicon.c
7030                 fix compiliation warning
7031
7032 2006-11-11 [colin]      2.6.0cvs33
7033
7034         * src/folderview.c
7035                 Forbid drag and drop from/to different
7036                 folders of type F_UNKNOWN
7037
7038 2006-11-11 [colin]      2.6.0cvs32
7039
7040         * src/plugins/pgpinline/pgpinline.c
7041                 Fix typo in previous commit:
7042                 - gpgme_new(&ctx);
7043                 + if ((err = gpgme_new(&data->ctx)) ...)
7044
7045 2006-11-11 [colin]      2.6.0cvs31
7046
7047         * src/plugins/pgpinline/pgpinline.c
7048         * src/plugins/pgpmime/pgpmime.c
7049                 Check success after calling gpgme_new
7050                 Maybe fixes bug 1057, 'crash on sending 
7051                 signed message to a newsgroup'
7052
7053 2006-11-11 [colin]      2.6.0cvs30
7054
7055         * src/undo.c
7056                 init undostruct to 0s (from
7057                 valgrind log of bug 1057)
7058
7059 2006-11-10 [colin]      2.6.0cvs29
7060
7061         * src/mainwindow.c
7062                 Set cursor to wait before filtering
7063                 duplicates in all folders
7064         * src/plugins/bogofilter/bogofilter.c
7065         * src/plugins/bogofilter/bogofilter.h
7066         * src/plugins/bogofilter/bogofilter_gtk.c
7067                 Completely thread away the bogofilter
7068                 filtering
7069
7070 2006-11-10 [mones]      2.6.0cvs28
7071
7072         * src/compose.c
7073         * src/compose.h
7074                 added COMPOSE_CHECK_BEFORE_SEND hook
7075
7076 2006-11-10 [paul]       2.6.0cvs27
7077
7078         * src/crash.c
7079                 more renaming
7080                 add libSM to get_compiled_in_features()
7081         * src/main.c
7082                 more renaming
7083
7084 2006-11-10 [colin]      2.6.0cvs26
7085
7086         * src/etpan/imap-thread.c
7087                 Add a reference to libetpan's sasl engine
7088                 so that sasl_done() doesn't get called by
7089                 libetpan, and doesn't break openssl.
7090                 Should fix bug 1053, 'SC fails to reestablish 
7091                 a secure connection'
7092                 Patch by Hoa
7093
7094 2006-11-10 [colin]      2.6.0cvs25
7095
7096         * manual/addrbook.xml
7097         * manual/advanced.xml
7098         * manual/faq.xml
7099         * manual/intro.xml
7100                 Some more renaming
7101
7102 2006-11-09 [colin]      2.6.0cvs24
7103
7104         * src/plugins/bogofilter/bogofilter_gtk.c
7105                 Add comment about annoyance
7106
7107 2006-11-09 [colin]      2.6.0cvs23
7108
7109         * src/plugins/bogofilter/bogofilter.c
7110         * src/plugins/bogofilter/bogofilter_gtk.c
7111                 Prepare things needed to thread bogofilter
7112                 filtering: separate bogo stuff and possible GUI
7113                 stuff. 
7114
7115 2006-11-09 [colin]      2.6.0cvs22
7116
7117         * src/account.c
7118         * src/compose.c
7119                 Search for one of our accounts in Delivered-To
7120                 (helps for auto-account selection when 
7121                  replying/forwarding)
7122         * src/folderview.c
7123         * src/mainwindow.c
7124         * src/mainwindow.h
7125         * src/plugins/trayicon/trayicon.c
7126                 Allow opening a new mail with any account from
7127                 the contextual menu
7128
7129 2006-11-09 [wwp]        2.6.0cvs21
7130
7131         * src/compose.c
7132         * src/prefs_common.c
7133         * src/prefs_common.h
7134         * src/prefs_compose_writing.c
7135                 add a compose new message format (in prefs/compose/writing), it's a
7136                 simple subject+body template to use when opening a new composition
7137                 window. It's similar to the existent reply and forward formats.
7138
7139                 enhanced the template/format % symbols substitution mechanism to
7140                 use current composition window information when % are used in
7141                 the compose new message format or in templates applied to new
7142                 messages (there were useless in that situations before). When
7143                 applied to new messages, %d corresponds to the system time/date.
7144
7145 2006-11-09 [paul]       2.6.0cvs20
7146
7147         * src/gtk/authors.h
7148                 fix last commit
7149
7150 2006-11-09 [paul]       2.6.0cvs19
7151
7152         * src/gtk/authors.h
7153                 keep tje alphabetical order
7154
7155 2006-11-08 [colin]      2.6.0cvs18
7156
7157         * src/etpan/imap-thread.c
7158                 Fix bug 1054, 'Slowness logging big 
7159                 data chunks'
7160
7161 2006-11-08 [paul]       2.6.0cvs17
7162
7163         * tools/Makefile.am
7164                 fix the renaming
7165
7166 2006-11-08 [paul]       2.6.0cvs16
7167
7168         * src/common/defs.h
7169                 update BUGZILLA_URI
7170
7171 2006-11-08 [paul]       2.6.0cvs15
7172
7173         * tools/Makefile.am
7174         * tools/OOo2claws-mail.pl
7175         * tools/OOo2sylpheed.pl
7176         * tools/README
7177         * tools/acroread2claws-mail.pl
7178         * tools/acroread2sylpheed.pl
7179         * tools/kmail2claws-mail.pl
7180         * tools/kmail2claws-mail_v2.pl
7181         * tools/kmail2sylpheed.pl
7182         * tools/kmail2sylpheed_v2.pl
7183         * tools/maildir2claws-mail.pl
7184         * tools/maildir2sylpheed.pl
7185         * tools/nautilus2claws-mail.sh
7186         * tools/nautilus2sylpheed.sh
7187         * tools/outlook2claws-mail.pl
7188         * tools/outlook2sylpheed.pl
7189         * tools/tb2claws-mail
7190         * tools/tb2sylpheed
7191         * tools/tbird2claws.py
7192         * tools/tbird2syl.py
7193         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7194         * tools/kdeservicemenu/install.sh
7195         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7196         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7197         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7198         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7199         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7200                 renamed (removed, added) tools files
7201
7202 2006-11-08 [paul]       2.6.0cvs14
7203
7204         * src/main.c
7205         * src/common/defs.h
7206                 Migrate sylpheedrc to clawsrc, and fix the standard
7207                 plugins path in the process
7208
7209 2006-11-07 [colin]      2.6.0cvs13
7210
7211         * src/Makefile.am
7212                 Symlink sylpheed-claws relative to 
7213                 claws-mail
7214
7215 2006-11-07 [colin]      2.6.0cvs12
7216
7217         * src/compose.c
7218                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7219
7220 2006-11-07 [paul]       2.6.0cvs11
7221
7222         * src/gtk/about.c
7223                 Fix a missed occurence of
7224                 Sylpheed-Claws
7225
7226 2006-11-07 [paul]       2.6.0cvs10
7227
7228         * src/Makefile.am
7229                 Fix symlink installation
7230
7231 2006-11-07 [paul]       2.6.0cvs9
7232
7233         * src/Makefile.am
7234                 Symlink claws-mail to sylpheed-claws
7235         * src/common/utils.c
7236                 Fix migrating symlinks
7237         * src/etpan/imap-thread.c
7238                 check certificate only when there's
7239                 no error
7240
7241 2006-11-07 [paul]       2.6.0cvs8
7242
7243         * Makefile.am
7244                 Fix icon breakages with Gtk, which needs a 
7245                 cache updated to see them.
7246
7247 2006-11-07 [paul]       2.6.0cvs7
7248
7249         * .cvsignore
7250         * AUTHORS
7251         * COPYING
7252         * INSTALL
7253         * Makefile.am
7254         * NEWS
7255         * README
7256         * RELEASE_NOTES
7257         * autogen.sh
7258         * claws-mail-128x128.png
7259         * claws-mail-64x64.png
7260         * claws-mail.ico
7261         * claws-mail.pc.in
7262         * claws-mail.png
7263         * configure.ac
7264         * sylpheed-claws-128x128.png
7265         * sylpheed-claws-64x64.png
7266         * sylpheed-claws.desktop
7267         * sylpheed-claws.ico
7268         * sylpheed-claws.pc.in
7269         * sylpheed-claws.png
7270         * debian/README.Debian
7271         * debian/changelog
7272         * debian/claws-mail.desktop
7273         * debian/claws-mail.menu
7274         * debian/claws-mail.postinst.debhelper
7275         * debian/claws-mail.postrm.debhelper
7276         * debian/control
7277         * debian/copyright
7278         * debian/files
7279         * debian/rules
7280         * debian/sylpheed-claws.desktop
7281         * debian/sylpheed-claws.menu
7282         * debian/sylpheed-claws.postinst.debhelper
7283         * debian/sylpheed-claws.postrm.debhelper
7284         * doc/man/Makefile.am
7285         * doc/man/claws-mail.1
7286         * doc/man/sylpheed-claws.1
7287         * doc/src/ChangeLog.claws-pre0.8.0
7288         * manual/Makefile.am
7289         * manual/account.xml
7290         * manual/ack.xml
7291         * manual/addrbook.xml
7292         * manual/advanced.xml
7293         * manual/claws-mail-manual.xml
7294         * manual/faq.xml
7295         * manual/glossary.xml
7296         * manual/handling.xml
7297         * manual/intro.xml
7298         * manual/keyboard.xml
7299         * manual/plugins.xml
7300         * manual/starting.xml
7301         * manual/sylpheed-claws-manual.xml
7302         * manual/xml2pdf
7303         * manual/dist/.cvsignore
7304         * manual/dist/html/.cvsignore
7305         * manual/dist/html/Makefile.am
7306         * manual/dist/pdf/.cvsignore
7307         * manual/dist/pdf/Makefile.am
7308         * manual/dist/ps/.cvsignore
7309         * manual/dist/ps/Makefile.am
7310         * manual/dist/txt/.cvsignore
7311         * manual/dist/txt/Makefile.am
7312         * manual/es/Makefile.am
7313         * manual/es/advanced.xml
7314         * manual/es/claws-mail-manual.xml
7315         * manual/es/faq.xml
7316         * manual/es/glossary.xml
7317         * manual/es/handling.xml
7318         * manual/es/intro.xml
7319         * manual/es/plugins.xml
7320         * manual/es/sylpheed-claws-manual.xml
7321         * manual/es/dist/.cvsignore
7322         * manual/es/dist/html/.cvsignore
7323         * manual/es/dist/html/Makefile.am
7324         * manual/es/dist/pdf/.cvsignore
7325         * manual/es/dist/pdf/Makefile.am
7326         * manual/es/dist/ps/.cvsignore
7327         * manual/es/dist/ps/Makefile.am
7328         * manual/es/dist/txt/.cvsignore
7329         * manual/es/dist/txt/Makefile.am
7330         * manual/fr/Makefile.am
7331         * manual/fr/account.xml
7332         * manual/fr/ack.xml
7333         * manual/fr/addrbook.xml
7334         * manual/fr/advanced.xml
7335         * manual/fr/claws-mail-manual.xml
7336         * manual/fr/faq.xml
7337         * manual/fr/glossary.xml
7338         * manual/fr/handling.xml
7339         * manual/fr/intro.xml
7340         * manual/fr/keyboard.xml
7341         * manual/fr/plugins.xml
7342         * manual/fr/starting.xml
7343         * manual/fr/sylpheed-claws-manual.xml
7344         * manual/fr/dist/.cvsignore
7345         * manual/fr/dist/html/.cvsignore
7346         * manual/fr/dist/html/Makefile.am
7347         * manual/fr/dist/pdf/.cvsignore
7348         * manual/fr/dist/pdf/Makefile.am
7349         * manual/fr/dist/ps/.cvsignore
7350         * manual/fr/dist/ps/Makefile.am
7351         * manual/fr/dist/txt/.cvsignore
7352         * manual/fr/dist/txt/Makefile.am
7353         * manual/pl/Makefile.am
7354         * manual/pl/account.xml
7355         * manual/pl/ack.xml
7356         * manual/pl/addrbook.xml
7357         * manual/pl/advanced.xml
7358         * manual/pl/claws-mail-manual.xml
7359         * manual/pl/faq.xml
7360         * manual/pl/glossary.xml
7361         * manual/pl/handling.xml
7362         * manual/pl/intro.xml
7363         * manual/pl/keyboard.xml
7364         * manual/pl/plugins.xml
7365         * manual/pl/starting.xml
7366         * manual/pl/sylpheed-claws-manual.xml
7367         * manual/pl/dist/.cvsignore
7368         * manual/pl/dist/html/.cvsignore
7369         * manual/pl/dist/html/Makefile.am
7370         * manual/pl/dist/pdf/.cvsignore
7371         * manual/pl/dist/pdf/Makefile.am
7372         * manual/pl/dist/ps/.cvsignore
7373         * manual/pl/dist/ps/Makefile.am
7374         * manual/pl/dist/txt/.cvsignore
7375         * manual/pl/dist/txt/Makefile.am
7376         * po/.cvsignore
7377         * po/Makevars
7378         * src/.cvsignore
7379         * src/Makefile.am
7380         * src/account.c
7381         * src/account.h
7382         * src/action.c
7383         * src/action.h
7384         * src/adbookbase.h
7385         * src/addr_compl.c
7386         * src/addr_compl.h
7387         * src/addrbook.c
7388         * src/addrcache.c
7389         * src/addrcache.h
7390         * src/addrcindex.c
7391         * src/addrcindex.h
7392         * src/addrclip.c
7393         * src/addrclip.h
7394         * src/addrdefs.h
7395         * src/addressadd.c
7396         * src/addressadd.h
7397         * src/addressbook.c
7398         * src/addressbook.h
7399         * src/addressbook_foldersel.c
7400         * src/addressbook_foldersel.h
7401         * src/addrgather.c
7402         * src/addrgather.h
7403         * src/addrharvest.c
7404         * src/addrharvest.h
7405         * src/addrindex.c
7406         * src/addrindex.h
7407         * src/addritem.c
7408         * src/addritem.h
7409         * src/addrquery.c
7410         * src/addrquery.h
7411         * src/addrselect.c
7412         * src/addrselect.h
7413         * src/alertpanel.c
7414         * src/alertpanel.h
7415         * src/browseldap.c
7416         * src/browseldap.h
7417         * src/codeconv.c
7418         * src/codeconv.h
7419         * src/compose.c
7420         * src/crash.c
7421         * src/crash.h
7422         * src/customheader.c
7423         * src/customheader.h
7424         * src/displayheader.c
7425         * src/displayheader.h
7426         * src/editaddress.c
7427         * src/editaddress.h
7428         * src/editbook.c
7429         * src/editbook.h
7430         * src/editgroup.c
7431         * src/editgroup.h
7432         * src/editjpilot.c
7433         * src/editjpilot.h
7434         * src/editldap.c
7435         * src/editldap.h
7436         * src/editldap_basedn.c
7437         * src/editldap_basedn.h
7438         * src/editvcard.c
7439         * src/editvcard.h
7440         * src/exphtmldlg.c
7441         * src/exphtmldlg.h
7442         * src/expldifdlg.c
7443         * src/expldifdlg.h
7444         * src/export.c
7445         * src/exporthtml.c
7446         * src/exporthtml.h
7447         * src/exportldif.c
7448         * src/exportldif.h
7449         * src/filtering.c
7450         * src/filtering.h
7451         * src/folder.c
7452         * src/folder.h
7453         * src/folder_item_prefs.c
7454         * src/folder_item_prefs.h
7455         * src/foldersel.c
7456         * src/foldersel.h
7457         * src/folderutils.c
7458         * src/folderutils.h
7459         * src/folderview.c
7460         * src/folderview.h
7461         * src/grouplistdialog.c
7462         * src/grouplistdialog.h
7463         * src/html.c
7464         * src/html.h
7465         * src/image_viewer.c
7466         * src/image_viewer.h
7467         * src/imap.c
7468         * src/imap.h
7469         * src/imap_gtk.c
7470         * src/imap_gtk.h
7471         * src/import.c
7472         * src/import.h
7473         * src/importldif.c
7474         * src/importldif.h
7475         * src/importmutt.c
7476         * src/importmutt.h
7477         * src/importpine.c
7478         * src/importpine.h
7479         * src/inc.c
7480         * src/inc.h
7481         * src/jpilot.c
7482         * src/jpilot.h
7483         * src/ldapctrl.c
7484         * src/ldapctrl.h
7485         * src/ldaplocate.c
7486         * src/ldaplocate.h
7487         * src/ldapquery.c
7488         * src/ldapquery.h
7489         * src/ldapserver.c
7490         * src/ldapserver.h
7491         * src/ldaputil.c
7492         * src/ldaputil.h
7493         * src/ldif.c
7494         * src/ldif.h
7495         * src/localfolder.c
7496         * src/localfolder.h
7497         * src/main.c
7498         * src/main.h
7499         * src/mainwindow.c
7500         * src/mainwindow.h
7501         * src/manual.c
7502         * src/manual.h
7503         * src/matcher.c
7504         * src/matcher.h
7505         * src/matcher_parser.h
7506         * src/matcher_parser_lex.l
7507         * src/matcher_parser_parse.y
7508         * src/mbox.c
7509         * src/mbox.h
7510         * src/message_search.c
7511         * src/message_search.h
7512         * src/messageview.c
7513         * src/messageview.h
7514         * src/mh.c
7515         * src/mh.h
7516         * src/mh_gtk.c
7517         * src/mh_gtk.h
7518         * src/mimeview.c
7519         * src/mimeview.h
7520         * src/msgcache.c
7521         * src/msgcache.h
7522         * src/mutt.c
7523         * src/mutt.h
7524         * src/news.c
7525         * src/news.h
7526         * src/news_gtk.c
7527         * src/news_gtk.h
7528         * src/noticeview.c
7529         * src/noticeview.h
7530         * src/partial_download.c
7531         * src/partial_download.h
7532         * src/pine.c
7533         * src/pine.h
7534         * src/pop.c
7535         * src/pop.h
7536         * src/prefs_account.c
7537         * src/prefs_account.h
7538         * src/prefs_actions.c
7539         * src/prefs_actions.h
7540         * src/prefs_common.c
7541         * src/prefs_common.h
7542         * src/prefs_compose_writing.c
7543         * src/prefs_compose_writing.h
7544         * src/prefs_customheader.c
7545         * src/prefs_customheader.h
7546         * src/prefs_display_header.c
7547         * src/prefs_display_header.h
7548         * src/prefs_ext_prog.c
7549         * src/prefs_ext_prog.h
7550         * src/prefs_filtering.c
7551         * src/prefs_folder_column.c
7552         * src/prefs_folder_column.h
7553         * src/prefs_folder_item.c
7554         * src/prefs_folder_item.h
7555         * src/prefs_fonts.c
7556         * src/prefs_fonts.h
7557         * src/prefs_gtk.c
7558         * src/prefs_gtk.h
7559         * src/prefs_image_viewer.c
7560         * src/prefs_image_viewer.h
7561         * src/prefs_matcher.c
7562         * src/prefs_matcher.h
7563         * src/prefs_message.c
7564         * src/prefs_message.h
7565         * src/prefs_msg_colors.c
7566         * src/prefs_msg_colors.h
7567         * src/prefs_other.c
7568         * src/prefs_other.h
7569         * src/prefs_quote.c
7570         * src/prefs_quote.h
7571         * src/prefs_receive.c
7572         * src/prefs_receive.h
7573         * src/prefs_send.c
7574         * src/prefs_send.h
7575         * src/prefs_spelling.c
7576         * src/prefs_spelling.h
7577         * src/prefs_summaries.c
7578         * src/prefs_summaries.h
7579         * src/prefs_summary_column.c
7580         * src/prefs_summary_column.h
7581         * src/prefs_template.c
7582         * src/prefs_template.h
7583         * src/prefs_themes.c
7584         * src/prefs_themes.h
7585         * src/prefs_toolbar.c
7586         * src/prefs_toolbar.h
7587         * src/prefs_wrapping.c
7588         * src/prefs_wrapping.h
7589         * src/privacy.c
7590         * src/privacy.h
7591         * src/procheader.c
7592         * src/procheader.h
7593         * src/procmime.c
7594         * src/procmime.h
7595         * src/procmsg.c
7596         * src/procmsg.h
7597         * src/quote_fmt.c
7598         * src/quote_fmt_parse.y
7599         * src/recv.c
7600         * src/recv.h
7601         * src/remotefolder.c
7602         * src/remotefolder.h
7603         * src/send_message.c
7604         * src/send_message.h
7605         * src/setup.c
7606         * src/setup.h
7607         * src/sourcewindow.c
7608         * src/sourcewindow.h
7609         * src/ssl_manager.c
7610         * src/ssl_manager.h
7611         * src/statusbar.c
7612         * src/statusbar.h
7613         * src/stock_pixmap.c
7614         * src/stock_pixmap.h
7615         * src/summary_search.c
7616         * src/summary_search.h
7617         * src/summaryview.c
7618         * src/summaryview.h
7619         * src/syldap.c
7620         * src/syldap.h
7621         * src/textview.c
7622         * src/textview.h
7623         * src/toolbar.c
7624         * src/toolbar.h
7625         * src/undo.c
7626         * src/undo.h
7627         * src/unmime.c
7628         * src/unmime.h
7629         * src/vcard.c
7630         * src/vcard.h
7631         * src/wizard.c
7632         * src/wizard.h
7633         * src/common/base64.c
7634         * src/common/base64.h
7635         * src/common/defs.h
7636         * src/common/hooks.c
7637         * src/common/hooks.h
7638         * src/common/log.c
7639         * src/common/log.h
7640         * src/common/mgutils.c
7641         * src/common/mgutils.h
7642         * src/common/nntp.c
7643         * src/common/nntp.h
7644         * src/common/passcrypt.c
7645         * src/common/passcrypt.h.in
7646         * src/common/plugin.c
7647         * src/common/plugin.h
7648         * src/common/prefs.c
7649         * src/common/prefs.h
7650         * src/common/progressindicator.c
7651         * src/common/progressindicator.h
7652         * src/common/quoted-printable.c
7653         * src/common/quoted-printable.h
7654         * src/common/session.c
7655         * src/common/session.h
7656         * src/common/smtp.c
7657         * src/common/smtp.h
7658         * src/common/socket.c
7659         * src/common/socket.h
7660         * src/common/ssl.c
7661         * src/common/ssl.h
7662         * src/common/stringtable.c
7663         * src/common/stringtable.h
7664         * src/common/sylpheed.c
7665         * src/common/sylpheed.h
7666         * src/common/template.c
7667         * src/common/template.h
7668         * src/common/timing.h
7669         * src/common/utils.c
7670         * src/common/utils.h
7671         * src/common/version.h.in
7672         * src/common/xml.c
7673         * src/common/xml.h
7674         * src/common/xmlprops.c
7675         * src/common/xmlprops.h
7676         * src/gtk/about.c
7677         * src/gtk/colorlabel.c
7678         * src/gtk/colorlabel.h
7679         * src/gtk/colorsel.c
7680         * src/gtk/colorsel.h
7681         * src/gtk/combobox.c
7682         * src/gtk/combobox.h
7683         * src/gtk/description_window.c
7684         * src/gtk/description_window.h
7685         * src/gtk/filesel.c
7686         * src/gtk/filesel.h
7687         * src/gtk/foldersort.c
7688         * src/gtk/foldersort.h
7689         * src/gtk/gtkaspell.c
7690         * src/gtk/gtkaspell.h
7691         * src/gtk/gtksctree.c
7692         * src/gtk/gtkshruler.c
7693         * src/gtk/gtkshruler.h
7694         * src/gtk/gtkutils.c
7695         * src/gtk/gtkutils.h
7696         * src/gtk/icon_legend.c
7697         * src/gtk/icon_legend.h
7698         * src/gtk/logwindow.c
7699         * src/gtk/logwindow.h
7700         * src/gtk/manage_window.c
7701         * src/gtk/manage_window.h
7702         * src/gtk/pluginwindow.c
7703         * src/gtk/pluginwindow.h
7704         * src/gtk/prefswindow.c
7705         * src/gtk/prefswindow.h
7706         * src/gtk/quicksearch.c
7707         * src/gtk/quicksearch.h
7708         * src/pixmaps/claws-mail.xpm
7709         * src/pixmaps/claws-mail_icon.xpm
7710         * src/pixmaps/claws-mail_logo.xpm
7711         * src/pixmaps/sylpheed-claws.xpm
7712         * src/pixmaps/sylpheed-claws_icon.xpm
7713         * src/pixmaps/sylpheed-claws_logo.xpm
7714         * src/plugins/bogofilter/Makefile.am
7715         * src/plugins/bogofilter/bogofilter.c
7716         * src/plugins/bogofilter/bogofilter.h
7717         * src/plugins/bogofilter/bogofilter_gtk.c
7718         * src/plugins/clamav/Makefile.am
7719         * src/plugins/clamav/clamav_plugin.c
7720         * src/plugins/clamav/clamav_plugin.h
7721         * src/plugins/clamav/clamav_plugin_gtk.c
7722         * src/plugins/demo/Makefile.am
7723         * src/plugins/demo/demo.c
7724         * src/plugins/dillo_viewer/Makefile.am
7725         * src/plugins/dillo_viewer/README
7726         * src/plugins/dillo_viewer/dillo_prefs.c
7727         * src/plugins/dillo_viewer/dillo_prefs.h
7728         * src/plugins/dillo_viewer/dillo_viewer.c
7729         * src/plugins/pgpcore/Makefile.am
7730         * src/plugins/pgpcore/passphrase.c
7731         * src/plugins/pgpcore/passphrase.h
7732         * src/plugins/pgpcore/pgp_viewer.c
7733         * src/plugins/pgpcore/pgp_viewer.h
7734         * src/plugins/pgpcore/plugin.c
7735         * src/plugins/pgpcore/prefs_gpg.c
7736         * src/plugins/pgpcore/prefs_gpg.h
7737         * src/plugins/pgpcore/select-keys.c
7738         * src/plugins/pgpcore/select-keys.h
7739         * src/plugins/pgpcore/sgpgme.c
7740         * src/plugins/pgpcore/sgpgme.h
7741         * src/plugins/pgpcore/sylpheed.def
7742         * src/plugins/pgpcore/version.rc
7743         * src/plugins/pgpinline/Makefile.am
7744         * src/plugins/pgpinline/pgpinline.c
7745         * src/plugins/pgpinline/pgpinline.h
7746         * src/plugins/pgpinline/plugin.c
7747         * src/plugins/pgpinline/sylpheed.def
7748         * src/plugins/pgpinline/version.rc
7749         * src/plugins/pgpmime/Makefile.am
7750         * src/plugins/pgpmime/pgpmime.c
7751         * src/plugins/pgpmime/pgpmime.h
7752         * src/plugins/pgpmime/plugin.c
7753         * src/plugins/pgpmime/sylpheed.def
7754         * src/plugins/pgpmime/version.rc
7755         * src/plugins/spamassassin/Makefile.am
7756         * src/plugins/spamassassin/README
7757         * src/plugins/spamassassin/spamassassin.c
7758         * src/plugins/spamassassin/spamassassin.h
7759         * src/plugins/spamassassin/spamassassin_gtk.c
7760         * src/plugins/trayicon/Makefile.am
7761         * src/plugins/trayicon/trayicon.c
7762         * tools/OOo2sylpheed.pl
7763         * tools/README
7764         * tools/README.sylprint
7765         * tools/acroread2sylpheed.pl
7766         * tools/claws.i18n.status.pl
7767         * tools/filter_conv.pl
7768         * tools/filter_conv_new.pl
7769         * tools/freshmeat_search.pl
7770         * tools/google_search.pl
7771         * tools/kmail2sylpheed.pl
7772         * tools/kmail2sylpheed_v2.pl
7773         * tools/make.themes.project
7774         * tools/multiwebsearch.pl
7775         * tools/nautilus2sylpheed.sh
7776         * tools/outlook2sylpheed.pl
7777         * tools/sylprint.pl
7778         * tools/sylprint.rc
7779         * tools/tb2sylpheed
7780         * tools/textviewer.sh
7781         * tools/vcard2xml.py
7782         * tools/kdeservicemenu/README
7783         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7784         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7785         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7786                 Change name to Claws Mail. Announce to follow...
7787
7788 2006-11-06 [wwp]        2.6.0cvs6
7789
7790         * src/prefs_template.c
7791                 unify messages related to quote format/template errors (fix
7792                 capitalization), again.
7793
7794 2006-11-06 [wwp]        2.6.0cvs5
7795
7796         * src/prefs_quote.c
7797                 unify messages related to quote format/template errors.
7798
7799 2006-11-06 [wwp]        2.6.0cvs4
7800
7801         * src/prefs_msg_colors.c
7802                 more uses of Q_ macro for contextual translations, thanks
7803                 to Fabien (fzzzzz).
7804
7805 2006-11-06 [wwp]        2.6.0cvs3
7806
7807         * src/compose.c
7808         * src/common/utils.c
7809         * src/common/utils.h
7810                 show an alertpanel to make sure users are aware that sensitive
7811                 files are attached (it's file blacklist-based). This will fix
7812                 interaction w/ GoogleEarth for instance, thanks to Colin.
7813
7814 2006-11-06 [wwp]        2.6.0cvs2
7815
7816         * src/prefs_quote.c
7817         * src/prefs_template.c
7818         * src/prefs_template.h
7819                 check quote format when applying/closing prefs. For now this only
7820                 shows up an error dialog box, not preventing the user from using
7821                 a broken quote (reply, forwards) format.
7822
7823 2006-11-06 [wwp]        2.6.0cvs1
7824
7825         * src/prefs_template.c
7826                 fix missing checks of some template fields.
7827
7828 2006-11-06 [paul]       2.6.0
7829
7830         * NEWS
7831         * README
7832         * RELEASE_NOTES
7833                 2.6.0 released
7834
7835 2006-11-06 [paul]       2.5.6cvs22
7836
7837         * manual/advanced.xml
7838         * manual/es/advanced.xml
7839                 put 'respect_flowed_format' info in the correct
7840                 place
7841
7842 2006-11-06 [mones]      2.5.6cvs21
7843
7844         * po/es.po
7845                 Minor fixes for release
7846
7847 2006-11-06 [paul]       2.5.6cvs20
7848
7849         * po/cs.po
7850         * po/de.po
7851         * po/fr.po
7852         * po/it.po
7853         * po/nl.po
7854         * po/pt_BR.po
7855         * po/sk.po
7856         * po/sv.po
7857         * po/zh_CN.po
7858                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7859                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7860                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7861                 Young
7862
7863 2006-11-02 [colin]      2.5.6cvs19
7864
7865         * src/imap.c
7866         * src/imap.h
7867         * src/prefs_account.c
7868         * src/etpan/imap-thread.c
7869                 Add GSSAPI support - fixes Debian bug #383274
7870
7871 2006-11-01 [colin]      2.5.6cvs18
7872
7873         * src/jpilot.c
7874                 Handle libpisock12 support. Probably
7875                 fixes bug 1046, 'jpilot AddressDB.pdb 
7876                 import fail'
7877
7878 2006-11-01 [colin]      2.5.6cvs17
7879
7880         * src/folderutils.c
7881                 debug_print() folderutils_mark_all_read()
7882
7883 2006-11-01 [colin]      2.5.6cvs16
7884
7885         * COPYING
7886                 Add missed files to the Apache exception
7887
7888 2006-10-31 [colin]      2.5.6cvs15
7889
7890         * src/folder.c
7891         * src/folder.h
7892                 Add a copy_private_data() func to FolderClasses
7893                 Doesn't break the feature freeze, because we 
7894                 won't use it (right now) in the core.
7895
7896 2006-10-31 [colin]      2.5.6cvs14
7897
7898         * COPYING
7899                 Allow linking with the Apache licensed files in
7900                 src/plugins/spamassassin. Hopefully fixes 
7901                 bug 1048, 'Spamassassin plugin license problem'
7902
7903 2006-10-31 [wwp]        2.5.6cvs13
7904
7905         * src/compose.c
7906                 fix and optimize trimming of leading linefeeds in body loop.
7907
7908 2006-10-31 [colin]      2.5.6cvs12
7909
7910         * src/etpan/imap-thread.c
7911         * src/imap.c
7912                 Make really sure to have NULL sets in case
7913                 of error
7914
7915 2006-10-30 [wwp]        2.5.6cvs11
7916
7917         * src/prefs_common.c
7918         * src/prefs_common.h
7919         * src/compose.c
7920                 fix broken storage of quote format template when it contains \-escape
7921                 sequences. The application of such sequences is also fixed now (\t
7922                 in quote format will be a real tab instead of a 't', for instance).
7923
7924 2006-10-27 [colin]      2.5.6cvs10
7925
7926         * src/compose.c
7927                 Probably fix bug 1045, 'sylpheed-claws 
7928                 doesn't remove the mail from the IMAP 
7929                 Queue folder after sending'. From
7930                 2.5.6cvs3-stable
7931
7932 2006-10-27 [colin]      2.5.6cvs9
7933
7934         * configure.ac
7935                 Require libetpan-0.48. I'm so annoying,
7936                 I know ;-)
7937
7938 2006-10-27 [colin]      2.5.6cvs8
7939
7940         * src/folder.c
7941         * src/imap.c
7942                 Probably fix bug 1044, 'sylpheed-claws 
7943                 segfaults while moving mails' - Fix relation
7944                 usage when moving to an IMAP mailbox from another
7945                 mailbox
7946
7947 2006-10-26 [paul]       2.5.6cvs7
7948
7949         * src/gtk/about.c
7950                 add libSM to compiled-in features
7951                 list
7952
7953 2006-10-24 [colin]      2.5.6cvs6
7954
7955         * src/textview.c
7956         * src/gtk/gtkutils.c
7957                 Fix crash when printing emails with an
7958                 xface
7959
7960 2006-10-24 [mones]      2.5.6cvs5
7961
7962         * manual/es/advanced.xml
7963                 Synchronize hidden option respect_flowed_format
7964         * po/es.po
7965                 Updated translation
7966
7967 2006-10-21 [paul]       2.5.6cvs4
7968
7969         * src/gtk/authors.h
7970         * src/plugins/pgpcore/pgp_viewer.c
7971         * src/plugins/pgpcore/sgpgme.c
7972                 fix building on BSDs
7973                 Thanks to Michael Hughes
7974                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7975
7976 2006-10-20 [colin]      2.5.6cvs3
7977
7978         * configure.ac
7979                 Bump up libetpan requirement
7980                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7981         * src/common/utils.c
7982         * src/common/utils.h
7983                 Add convenience get_file_mtime()
7984         * src/imap.c
7985         * src/etpan/imap-thread.c
7986         * src/etpan/imap-thread.h
7987                 Implement UIDPLUS support if the server
7988                 supports it - faster sending in this case
7989
7990 2006-10-19 [colin]      2.5.6cvs2
7991
7992         * src/gtk/quicksearch.c
7993                 Fix emptying in type-ahead+extended mode
7994         * src/mainwindow.c
7995         * src/mainwindow.h
7996                 Add a hook for offline state change
7997         * src/plugins/trayicon/trayicon.c
7998                 Use it to display offline icons
7999         * src/plugins/trayicon/Makefile.am
8000         * src/plugins/trayicon/newmail.offline.xpm
8001         * src/plugins/trayicon/newmarkedmail.offline.xpm
8002         * src/plugins/trayicon/nomail.offline.xpm
8003         * src/plugins/trayicon/unreadmail.offline.xpm
8004         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8005                 Add the icons
8006
8007 2006-10-12 [paul]       2.5.6cvs1
8008
8009         * NEWS
8010         * README
8011         * configure.ac
8012                 Update version number following
8013                 stable release
8014
8015 2006-10-19 [colin]      2.5.5cvs18
8016
8017         * manual/handling.xml
8018                 Add type-ahead search
8019
8020 2006-10-18 [colin]      2.5.5cvs17
8021
8022         * src/gtk/quicksearch.c
8023                 Remove "save to history only if there's
8024                 no syntax error", it breaks for some 
8025                 reason which I'll investigate later.
8026
8027 2006-10-18 [colin]      2.5.5cvs16
8028
8029         * src/prefs_common.c
8030         * src/prefs_common.h
8031         * src/summaryview.c
8032         * src/gtk/quicksearch.c
8033         * src/gtk/quicksearch.h
8034                 Add a type-ahead option for fast searches
8035                 Patch by Fabien Vantard
8036
8037 2006-10-18 [colin]      2.5.5cvs15
8038
8039         * src/compose.c
8040         * src/compose.h
8041                 Add Options/Reply mode/ menu to be able to
8042                 change the recipients of a reply on the fly
8043
8044 2006-10-18 [colin]      2.5.5cvs14
8045
8046         * src/compose.c
8047                 Fix redirecting of our own sent mails
8048
8049 2006-10-17 [wwp]        2.5.5cvs13
8050
8051         * src/send_message.c
8052                 Fix duplicate error messages when sending, and missing
8053                 newline in such error messages.
8054
8055 2006-10-17 [colin]      2.5.5cvs12
8056
8057         * src/compose.c
8058                 Compare addresses case-insensitive
8059
8060 2006-10-17 [colin]      2.5.5cvs11
8061
8062         * src/plugins/pgpcore/sgpgme.c
8063                 Fix return status
8064
8065 2006-10-17 [colin]      2.5.5cvs10
8066
8067         * src/plugins/pgpcore/pgp_viewer.c
8068                 Fix return status
8069
8070 2006-10-17 [colin]      2.5.5cvs9
8071
8072         * src/quote_fmt.c
8073                 Fix a typo (thanks to Fabien)
8074
8075 2006-10-16 [colin]      2.5.5cvs8
8076
8077         * src/textview.c
8078                 Fix problem with quote-folding when emails
8079                 don't convert cleanly to UTF-8
8080
8081 2006-10-14 [colin]      2.5.5cvs7
8082
8083         * src/prefs_template.c
8084                 Reset fields when reopening
8085                 the window
8086
8087 2006-10-13 [paul]       2.5.5cvs6
8088
8089         * manual/advanced.xml
8090         * src/prefs_message.c
8091                 make 'respect_flowed_format' a hidden
8092                 option, and add a manual entry for it
8093                 Thanks to Colin
8094
8095 2006-10-12 [colin]      2.5.5cvs5
8096
8097         * src/codeconv.c
8098                 Revert part of 2.5.2cvs21:
8099                 Don't optimise by reusing the 
8100                 last iconv converter if possible:
8101                 it seems slightly broken in a 
8102                 very hard way to reproduce
8103
8104 2006-10-12 [colin]      2.5.5cvs4
8105
8106         * src/prefs_common.c
8107         * src/prefs_common.h
8108         * src/prefs_message.c
8109         * src/procmime.c
8110                 Fix bug 1035, 'Incorrect handling 
8111                 of flowed lines'. We now optionnaly
8112                 handle this format (preference is in
8113                 Message View/Text options section)
8114
8115 2006-10-12 [colin]      2.5.5cvs3
8116
8117         * po/POTFILES.in
8118                 Add new file
8119         * src/plugins/pgpcore/pgp_viewer.c
8120         * src/plugins/pgpcore/sgpgme.c
8121                 Don't try to import without asking
8122
8123 2006-10-12 [colin]      2.5.5cvs2
8124
8125         * src/compose.c
8126                 Fix bug 1036, 'Forwarding a mutlipart
8127                 mail with a "text/html" block to ms
8128                 outlook users leeds to freeze of
8129                 outlook'. Poor outlook users...
8130
8131 2006-10-12 [paul]       2.5.5cvs1
8132
8133         * NEWS
8134         * README
8135         * configure.ac
8136                 Update version number following
8137                 stable release
8138
8139 2006-10-11 [paul]       2.5.4cvs1
8140
8141         * NEWS
8142         * README
8143         * configure.ac
8144                 Update version number following
8145                 stable release
8146
8147 2006-10-11 [paul]       2.5.3cvs32
8148
8149         * src/textview.c
8150                 fix bug 1032, 'Segmentation fault when showing
8151                 message' (bug in quote folding)
8152                 Thanks to Colin
8153
8154 2006-10-10 [colin]      2.5.3cvs31
8155
8156         * src/quote_fmt.c
8157                 Rephrase english a bit
8158
8159 2006-10-10 [colin]      2.5.3cvs30
8160
8161         * src/prefs_compose_writing.c
8162                 Stop making the page larger than the window
8163
8164 2006-10-10 [wwp]        2.5.3cvs29
8165
8166         * src/compose.c
8167         * src/prefs_template.c
8168         * src/quote_fmt.c
8169         * src/quote_fmt.h
8170         * src/quote_fmt_lex.l
8171         * src/quote_fmt_parse.y
8172                 Extend the quote parser a bit: allow to get access to
8173                 basic (composing) account info.
8174
8175 2006-10-10 [colin]      2.5.3cvs28
8176
8177         * src/procheader.c
8178                 Fix this \t problem in subject
8179
8180 2006-10-09 [colin]      2.5.3cvs27
8181
8182         * src/main.c
8183         * src/prefs_gtk.c
8184                 Prepare cache a bit later
8185                 If section already exists, skip the new one 
8186                 (as previously); avoid writing the same block
8187                 twice - if we find a second block with the 
8188                 same id, skip it.
8189         * src/plugins/pgpcore/pgp_viewer.c
8190                 Set cursor to busy when retrieving a key
8191         * src/plugins/pgpcore/sgpgme.c
8192                 allow 5 seconds for gpg to export the key
8193                 
8194
8195 2006-10-09 [colin]      2.5.3cvs26
8196
8197         * configure.ac
8198         * src/msgcache.c
8199         * src/prefs_gtk.c
8200                 Check for existence of fgets_unlocked
8201                 and fwrite_unlocked
8202
8203 2006-10-09 [paul]       2.5.3cvs25
8204
8205         * src/prefs_summaries.c
8206                 replace strftime() with fast_strftime() and in
8207                 the consequence fix the bug in the display of
8208                 AM/PM in the 'Example' string
8209
8210 2006-10-09 [ticho]      2.5.3cvs24
8211
8212         * po/sk.po
8213                 Updated (and fixed up somewhat) Slovak translation.
8214
8215 2006-10-08 [colin]      2.5.3cvs23
8216
8217         * src/prefs_folder_item.c
8218                 Explain why prefs in the top-level folder
8219                 aren't retained, but are still useful
8220
8221 2006-10-08 [colin]      2.5.3cvs22
8222
8223         * src/prefs_gtk.c
8224                 Don't cache anything if caching fails
8225
8226 2006-10-08 [colin]      2.5.3cvs21
8227
8228         * src/common/utils.c
8229                 always include gi18n.h
8230
8231 2006-10-07 [colin]      2.5.3cvs20
8232
8233         * src/plugins/pgpcore/pgp_viewer.c
8234                 Kill gpg after 5 seconds wait
8235
8236 2006-10-07 [colin]      2.5.3cvs19
8237
8238         * src/plugins/pgpcore/pgp_viewer.c
8239         * src/plugins/pgpcore/pgp_viewer.h
8240                 Fix copyright
8241
8242 2006-10-07 [colin]      2.5.3cvs18
8243
8244         * src/plugins/pgpcore/pgp_viewer.c
8245         * src/plugins/pgpcore/pgp_viewer.h
8246                 Actually add the files to CVS
8247
8248 2006-10-07 [colin]      2.5.3cvs17
8249
8250         * src/plugins/pgpcore/sgpgme.c
8251                 Be sure not to crash on 'application/pgp-signature' that
8252                 are not application/pgp-signatures
8253
8254 2006-10-07 [colin]      2.5.3cvs16
8255
8256         * src/textview.c
8257         * src/textview.h
8258                 Make a bit more of the API available
8259         * src/plugins/pgpcore/Makefile.am
8260         * src/plugins/pgpcore/plugin.c
8261         * src/plugins/pgpcore/sgpgme.c
8262                 Add basic key import/export
8263
8264 2006-10-07 [colin]      2.5.3cvs15
8265
8266         * src/folderview.c
8267         * src/imap.c
8268         * src/prefs_account.c
8269         * src/wizard.c
8270                 Warn users *everywhere* if libetpan's not
8271                 linked in
8272
8273 2006-10-06 [mones]      2.5.3cvs14
8274
8275         * po/de.po
8276         * po/es.po
8277                 updated by Stephan Sachse and me
8278
8279 2006-10-06 [colin]      2.5.3cvs13
8280
8281         * src/main.c
8282         * src/common/sylpheed.c
8283                 Don't load common plugins if --exit is passed
8284         * src/prefs_gtk.c
8285         * src/prefs_gtk.h
8286                 Implement a cache to avoid reading the same
8287                 files over and over again at startup
8288
8289 2006-10-06 [colin]      2.5.3cvs12
8290
8291         * src/summaryview.c
8292         * src/gtk/quicksearch.c
8293                 Update display every 5k mails on fast searches
8294
8295 2006-10-06 [colin]      2.5.3cvs11
8296
8297         * src/textview.c
8298                 Don't do quote folding on HTML or ERTF.
8299                 May fix the Cygwin issues if they were
8300                 happening with HTML mails?
8301
8302 2006-10-05 [colin]      2.5.3cvs10
8303
8304         * src/prefs_gtk.c
8305                 Oops, forgot one
8306
8307 2006-10-05 [colin]      2.5.3cvs9
8308
8309         * src/prefs_gtk.c
8310                 Use unlocked_stdio here too
8311
8312 2006-10-05 [colin]      2.5.3cvs8
8313
8314         * src/folderview.c
8315                 Fix go to next * after preferences apply
8316         * src/msgcache.c
8317                 Do the fd lock/unlock ourselves instead of
8318                 letting the libc do it at each write 
8319
8320 2006-10-05 [colin]      2.5.3cvs7
8321
8322         * src/common/utils.c
8323                 Faster division, thanks to Jean Diraison
8324
8325 2006-10-05 [paul]       2.5.3cvs6
8326
8327         * src/common/utils.c
8328                 fix building with --disable-nls
8329
8330 2006-10-04 [colin]      2.5.3cvs5
8331
8332         * src/folder.c
8333                 Maybe fix a segfault
8334
8335 2006-10-04 [wwp]        2.5.3cvs4
8336
8337         * src/prefs_folder_item.c
8338                 Fine-tune layouts in folder item prefs. Suggested by
8339                 Fabien Vantard <fzzzzz@gmail.com>.
8340
8341 2006-10-04 [wwp]        2.5.3cvs3
8342
8343         * src/prefs_folder_item.c
8344                 Kill the clandestine passengers. You didn't see anything.
8345
8346 2006-10-04 [wwp]        2.5.3cvs2
8347
8348         * src/prefs_folder_item.c
8349                 Add a way to test the subject simplify regexp in
8350                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8351                 w/ few layout changes.
8352
8353 2006-20-04 [paul]       2.5.3cvs1
8354
8355         * NEWS
8356         * README
8357         * configure.ac
8358                 Update version number following
8359                 stable release
8360
8361 2006-10-04 [colin]      2.5.2cvs42
8362
8363         * src/folder.c
8364         * src/folder.h
8365         * src/summaryview.c
8366                 Provide a way for folder classes to set their sort
8367                 type and key
8368
8369 2006-10-03 [colin]      2.5.2cvs41
8370
8371         * src/mh.c
8372                 Don't use strlen() to know if the
8373                 string's empty
8374
8375 2006-10-03 [colin]      2.5.2cvs40
8376
8377         * src/mh.c
8378                 Fix "check for new folders" with accentued folders
8379
8380 2006-10-03 [ticho]      2.5.2cvs39
8381
8382         * src/filtering.c
8383         * src/folder.c
8384         * src/inc.c
8385         * src/mbox.c
8386                 Colin's fix for "copy" filtering rules.
8387
8388 2006-10-02 [colin]      2.5.2cvs38
8389
8390         * src/folderview.c
8391                 Fix for double-click too
8392
8393 2006-10-02 [colin]      2.5.2cvs37
8394
8395         * src/folderview.c
8396                 correct fix for cvs36
8397
8398 2006-10-02 [colin]      2.5.2cvs36
8399
8400         * src/folderview.c
8401                 Fix 'goto next unread' after collapsing/expanding 
8402                 a node.
8403
8404 2006-10-02 [colin]      2.5.2cvs35
8405
8406         * src/summaryview.c
8407                 Fix double freeze/thaw
8408         * src/common/utils.c
8409         * src/common/utils.h
8410                 Reimplement strftime
8411         * src/procheader.c
8412                 Use it
8413
8414
8415 2006-10-02 [colin]      2.5.2cvs34
8416
8417         * src/mh.c
8418                 Time mh_write_sequences() - it's fast
8419         * src/summaryview.c
8420                 Init a variable to shut up gcc
8421
8422 2006-10-01 [colin]      2.5.2cvs33
8423
8424         * src/folder.c
8425         * src/mh.c
8426         * src/mh.h
8427         * src/msgcache.c
8428                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8429                 Add fsync but disable it, it's slow as hell
8430
8431 2006-10-01 [colin]      2.5.2cvs32
8432
8433         * src/mh.c
8434         * src/msgcache.c
8435                 fflush() caches and mh_sequences before
8436                 fclose()ing
8437
8438 2006-10-01 [colin]      2.5.2cvs31
8439
8440         * src/msgcache.c
8441                 Don't ftruncate when not using mmap
8442
8443 2006-09-30 [colin]      2.5.2cvs30
8444
8445         * src/main.c
8446                 Write folder list *after* saving caches
8447
8448 2006-09-30 [colin]      2.5.2cvs29
8449
8450         * src/folder.c
8451         * src/mh.c
8452                 Debug forced mtime changes
8453
8454 2006-09-30 [colin]      2.5.2cvs28
8455
8456         * src/folder.c
8457         * src/main.c
8458                 Remove useless debug_print()s (code
8459                 well-tested)
8460
8461 2006-09-30 [colin]      2.5.2cvs27
8462
8463         * src/mh.c
8464                 Do stuff faster when writing mh_sequences
8465
8466 2006-09-30 [colin]      2.5.2cvs26
8467
8468         * src/mh.c
8469                 Don't let the writing of .mh_sequences, which
8470                 can change the folder's mtime, let us think
8471                 we need to scan.
8472
8473 2006-09-30 [colin]      2.5.2cvs25
8474
8475         * src/folder.c
8476                 Move a debug_print where it belongs 
8477                 (processing)
8478         * src/summaryview.c
8479                 Don't mess with a huge slow subject
8480                 table if we're not threading by
8481                 subject
8482
8483 2006-09-30 [colin]      2.5.2cvs24
8484
8485         * src/msgcache.c
8486                 Reenable mmaped reads (*not* writes!)
8487         * src/procmsg.c
8488                 Don't destroy and recreate hashtables just
8489                 for fun
8490         * src/common/utils.c
8491                 Remove useless reply prefixes (it's case
8492                 unsensitive)
8493
8494 2006-09-30 [wwp]        2.5.2cvs23
8495
8496         * tools/fix_date.sh
8497                 Fixed a minor bug in date value extraction, added a switch
8498                 to replace non RFC-compliant Date: value, added a switch
8499                 to use strict RFC matching patterns for dates.
8500
8501 2006-09-29 [colin]      2.5.2cvs22
8502
8503         * src/matcher_parser.h
8504         * src/matcher_parser_parse.y
8505         * src/prefs_filtering.c
8506         * src/statusbar.c
8507         * src/summary_search.c
8508         * src/summaryview.c
8509         * src/gtk/quicksearch.c
8510         * src/gtk/quicksearch.h
8511                 Optimise searches by setting different
8512                 refresh intervals (depending if the 
8513                 search is fast or not)
8514
8515 2006-09-29 [colin]      2.5.2cvs21
8516
8517         * src/codeconv.c
8518                 Optimise by reusing the last iconv converter
8519                 if possible
8520         * src/textview.c
8521                 Optimise a bit (the foldable quotes feature
8522                 still has an awful O(n^2) algo
8523
8524 2006-09-29 [colin]      2.5.2cvs20
8525
8526         * src/gtk/gtksctree.c
8527         * src/gtk/gtksctree.h
8528                 Optimise de-selection via up/down or
8529                 another key
8530
8531 2006-09-28 [colin]      2.5.2cvs19
8532
8533         * src/action.c
8534         * src/compose.c
8535         * src/folderview.c
8536         * src/mainwindow.c
8537         * src/messageview.c
8538         * src/summary_search.c
8539         * src/toolbar.c
8540                 Avoid using summaryview->ctree directly
8541
8542 2006-09-28 [colin]      2.5.2cvs18
8543
8544         * src/summaryview.c
8545         * src/summaryview.h
8546                 Add helpers to freeze/thaw/grab_focus
8547                 Factorize calls to freeze/thaw/grab_focus
8548                 
8549
8550 2006-09-28 [colin]      2.5.2cvs17
8551
8552         * src/main.c
8553                 More guards for the session management
8554
8555 2006-09-28 [colin]      2.5.2cvs16
8556
8557         * src/folderview.c
8558         * src/gtk/gtksctree.c
8559         * src/gtk/gtksctree.h
8560                 Make expanding not recursive in folderview
8561
8562 2006-09-28 [colin]      2.5.2cvs15
8563
8564         * src/addressbook.c
8565                 If nothing is selected in the list (right part)
8566                 and a group is selected in the tree (left part),
8567                 mail this group.
8568
8569 2006-09-28 [colin]      2.5.2cvs14
8570
8571         * src/Makefile.am
8572                 Actually use SM_LIBS
8573
8574 2006-09-28 [ticho]      2.5.2cvs13
8575
8576         * src/export.c
8577         * src/messageview.c
8578         * src/mimeview.c
8579         * src/news.c
8580         * src/pop.c
8581         * src/prefs_themes.c
8582         * src/procmsg.c
8583                 Small i18n string optimization.
8584         * src/send_message.c
8585         * src/summaryview.c
8586         * src/common/session.c
8587         * src/common/smtp.c
8588         * src/common/ssl_certificate.c
8589         * src/common/utils.c
8590                 Use "Couldn't" instead of "Can't" in UI messages,
8591                 where appropriate.
8592
8593 2006-09-28 [colin]      2.5.2cvs12
8594
8595         * configure.ac
8596                 Possibly fix link errors
8597
8598 2006-09-27 [wwp]        2.5.2cvs11
8599
8600         * src/gtk/authors.h
8601         * doc/man/sylpheed-claws.1
8602         * manual/ack.xml
8603         * manual/es/ack.xml
8604         * manual/fr/ack.xml
8605         * manual/pl/ack.xml
8606                 Updated authors info (me, myself and I).
8607
8608 2006-09-27 [colin]      2.5.2cvs10
8609
8610         * src/addressbook.c
8611                 Remove useless printf
8612
8613 2006-09-27 [wwp]        2.5.2cvs9
8614
8615         * src/editgroup.c
8616         * src/send_message.c
8617         * src/inc.c
8618         * src/prefs_common.c
8619         * src/prefs_common.h
8620         * src/gtk/progressdialog.c
8621                 remember more windows' sizes (send dialog, received dialog,
8622                 edit group in addressbook).
8623
8624 2006-09-27 [colin]      2.5.2cvs8
8625
8626         * configure.ac
8627         * src/main.c
8628         * src/mainwindow.h
8629                 Use libSM to communicate with the session
8630                 manager, so that we can know when the 
8631                 session ends, save our caches, and draft
8632                 our compose windows.
8633
8634 2006-09-27 [colin]      2.5.2cvs7
8635
8636         * src/addressbook.c
8637                 Fix issues:
8638                 o Allow Book and Group creation from the tree's
8639                   contextual menu
8640                 o Do not actually delete the contacts when 
8641                   deleting groups from the tree (duh!)
8642
8643 2006-09-27 [colin]      2.5.2cvs6
8644
8645         * src/compose.c
8646         * src/compose.h
8647         * src/mainwindow.c
8648         * src/textview.c
8649         * src/toolbar.c
8650                 o Allow passing an email address to 
8651                   compose_new_with_folderitem
8652                 o Update callers
8653                 o Use current folderitem when clicking
8654                   on a TextView mailto: link
8655                 o Fix a possible leak in TextView
8656
8657 2006-09-27 [colin]      2.5.2cvs5
8658
8659         * src/html.c
8660                 Use UTF-8 chars to replace HTML entities
8661
8662 2006-09-27 [colin]      2.5.2cvs4
8663
8664         * AUTHORS
8665         * src/prefs_account.c
8666         * src/gtk/authors.h
8667                 Fix bug #1024 (Array index out of
8668                 range in sylpheed-claws-2.5.2)
8669                 Patch by Ales Nosek <anosek@suse.cz>
8670
8671 2006-09-27 [colin]      2.5.2cvs3
8672
8673         * src/addr_compl.c
8674                 Actually do the test
8675
8676 2006-09-27 [colin]      2.5.2cvs2
8677
8678         * src/addr_compl.c
8679         * src/addr_compl.h
8680                 Allow completing with comma (in certain cases: vCalendar
8681                 for example doesn't support that)
8682                 Patch by Fabien Vantard
8683
8684 2006-09-26 [colin]      2.5.2cvs1
8685
8686         * src/Makefile.am
8687         * src/addr_compl.c
8688         * src/addr_compl.h
8689         * src/addrbook.c
8690         * src/addrbook.h
8691         * src/addressbook.c
8692         * src/addrindex.c
8693         * src/addrindex.h
8694         * src/compose.c
8695         * src/prefs_common.c
8696         * src/prefs_filtering_action.c
8697         * src/prefs_folder_item.c
8698         * src/prefs_template.c
8699         * src/stock_pixmap.c
8700         * src/stock_pixmap.h
8701         * src/pixmaps/addr_one.xpm
8702         * src/pixmaps/addr_two.xpm
8703                 Add auto-completion on groups
8704
8705 2006-09-26 [colin]      2.5.2
8706
8707         * NEWS
8708         * README
8709         * RELEASE_NOTES
8710                 2.5.2 released
8711
8712 2006-09-26 [colin]      2.5.1cvs5
8713
8714         * src/matcher.c
8715                 Fix condition
8716
8717 2006-09-26 [colin]      2.5.1cvs4
8718
8719         * src/mbox.c
8720                 Revert cvs1 (useless as the message is printed 
8721                 every 500 mails)
8722
8723 2006-09-26 [colin]      2.5.1cvs3
8724
8725         * src/partial_download.c
8726                 Fix crasher found by Alexsandar Urosevic
8727
8728 2006-09-26 [colin]      2.5.1cvs2
8729
8730         * src/summaryview.c
8731                 Fix bug #1023 (Sylpheed deletes too much messages)
8732
8733 2006-09-26 [ticho]      2.5.1cvs1
8734
8735         * src/mbox.c
8736                 Make use of gettext's multiple plurals for statusbar
8737                 progress message.
8738
8739 2006-09-25 [paul]       2.5.1
8740
8741         * NEWS
8742         * README
8743         * RELEASE_NOTES
8744                 2.5.1 released
8745
8746 2006-09-25 [colin]      2.5.0cvs3
8747
8748         * src/plugins/bogofilter/bogofilter.c
8749         * src/plugins/clamav/clamav_plugin.c
8750         * src/plugins/spamassassin/spamassassin.c
8751                 BogoFilter, Spamassassin: Fix double hook registering after
8752                 visiting preferences
8753                 Spamassassin, Clamav: Just set the mails to move instead of
8754                 doing the move - caller will move the things at once.
8755
8756 2006-09-25 [colin]      2.5.0cvs2
8757
8758         * src/imap.c
8759         * src/etpan/imap-thread.c
8760                 Use UID SEARCH ALL instead of UID 1:*
8761                 (braindead servers can't figure out that's
8762                 the same...)
8763
8764 2006-09-25 [wwp]        2.5.0cvs1
8765
8766         * src/message_search.c
8767                 Added the ability to stop a running search (in message body).
8768
8769 2006-09-25 [paul]       2.5.0
8770
8771         * NEWS
8772         * README
8773         * RELEASE_NOTES
8774                 2.5.0 released
8775
8776 2006-09-25 [paul]       2.4.0cvs214
8777
8778         * po/cs.po
8779         * po/de.po
8780         * po/fi.po
8781         * po/fr.po
8782         * po/nl.po
8783         * po/pt_BR.po
8784         * po/sk.po
8785         * po/sr.po
8786         * po/zh_CN.po
8787                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8788                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8789                 Ticho, Aleksander Urosevic, Ralgh Young
8790
8791 2006-09-24 [mones]      2.4.0cvs213
8792
8793         * po/es.po
8794                 Updated for release
8795
8796 2006-09-23 [colin]      2.4.0cvs212
8797
8798         * src/gtk/inputdialog.c
8799                 Fix [ ] remember this appearing in normal
8800                 input dialogs after it's been used by
8801                 mimeview.
8802         * src/folder.c
8803         * src/folderview.c
8804         * src/msgcache.c
8805         * src/procmsg.c
8806         * src/summaryview.c
8807         * src/textview.c
8808         * src/common/timing.h
8809                 Enable timings in debug mode and make it
8810                 look prettier.
8811
8812 2006-09-22 [colin]      2.4.0cvs211
8813
8814         * README
8815                 Revert test change
8816         * commitHelper
8817                 ping the correct URI
8818
8819 2006-09-22 [colin]      2.4.0cvs210
8820
8821         * README
8822                 Let's see if bug #1022 is fixed
8823
8824 2006-09-21 [colin]      2.4.0cvs209
8825
8826         * src/wizard.c
8827         * src/common/plugin.c
8828                 Prepare infra to load predefined plugins when
8829                 no configuration existed. Don't actually load
8830                 anything yet (feat. freeze)
8831
8832 2006-09-21 [wwp]        2.4.0cvs208
8833
8834         * manual/fr/faq.xml
8835                 Partial sync w/ 2.4.0cvs72:
8836                 wrap file and minor updates.
8837
8838 2006-09-21 [wwp]        2.4.0cvs207
8839
8840         * tools/fix_date.sh
8841                 several fixes and enhancements. A new --force switch has been
8842                 added to prevent overriding by default Date: header when
8843                 already existing.
8844
8845 2006-09-21 [paul]       2.4.0cvs206
8846
8847         * src/common/utils.c
8848                 add Chinese UTF8 Re prefix
8849
8850 2006-09-21 [wwp]        2.4.0cvs205
8851
8852         * tools/Makefile.am
8853                 Fics alfabettical order.
8854
8855 2006-09-21 [wwp]        2.4.0cvs204
8856
8857         * tools/fix_date.sh
8858         * tools/Makefile.am
8859                 Added an action tool to fix missing Date field in emails.
8860                 Updated Makefile.am to reflect those last two additions.
8861
8862 2006-09-21 [wwp]        2.4.0cvs203
8863
8864         * tools/uuooffice
8865                 Added a action tool to open uuencoded docs w/
8866                 OpenOffice (based on uudec method).
8867
8868 2006-09-21 [colin]      2.4.0cvs202
8869
8870         * src/compose.c
8871         * src/textview.c
8872                 Workaround possible GTK crash: remove selection 
8873                 clipboard before destroying widget, or GTK+-2.10
8874                 dies. Thanks to Hiro.
8875
8876 2006-09-20 [colin]      2.4.0cvs201
8877
8878         * src/compose.c
8879                 Fix free-after-use in some cases (when 
8880                 procmime_encode_content() frees mimeinfo->data.mem
8881                 and turns it to a temp file)
8882
8883 2006-09-20 [colin]      2.4.0cvs200
8884
8885         * src/folderview.c
8886         * src/summaryview.c
8887         * src/gtk/gtksctree.c
8888         * src/gtk/gtksctree.h
8889                 Add tooltips in the folderview and summaryview
8890                 (Doesn't break string freeze as they already
8891                 exist)
8892         * src/toolbar.c
8893                 Put the spam button in the default configuration
8894                 if compiled with bogo plugin too
8895
8896 2006-09-19 [colin]      2.4.0cvs199
8897
8898         * src/summaryview.c
8899         * src/summaryview.h
8900                 Update folder name label on folder rename
8901         * src/prefs_matcher.c
8902         * src/gtk/logwindow.h
8903                 Fix warnings
8904                 Patches by Fabien
8905
8906 2006-09-19 [wwp]        2.4.0cvs198
8907
8908         * src/summary_search.c
8909                 fix can't click forward/backward buttons in the
8910                 search messages.
8911
8912 2006-09-18 [paul]       2.4.0cvs197
8913
8914         * src/wizard.c
8915                 add missing bracket, capitalise the A of
8916                 'SpamAssassin'
8917
8918 2006-09-18 [paul]       2.4.0cvs196
8919
8920         * src/compose.c
8921                 fix bug 1012 'crashed upon sending mail
8922                 from compose window'
8923                 Thanks to Colin
8924
8925 2006-09-16 [colin]      2.4.0cvs195
8926
8927         * src/folderview.c
8928                 Fix "real-time" sorting by freezing/thawing
8929
8930 2006-09-16 [colin]      2.4.0cvs194
8931
8932         * manual/faq.xml
8933                 Fix the anti-spam entry a bit
8934
8935 2006-09-16 [colin]      2.4.0cvs193
8936
8937         * src/wizard.c
8938                 Make sure reviewers have no excuse when stating
8939                 Sylpheed-Claws doesn't have antispam capabilities.
8940
8941 2006-09-16 [colin]      2.4.0cvs192
8942
8943         * src/main.c
8944                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8945                 as if the SIGPIPE comes from etpan's thread we could
8946                 trigger a GUI update from this thread.
8947
8948 2006-09-16 [colin]      2.4.0cvs191
8949
8950         * src/summaryview.c
8951                 Init all members of the struct
8952
8953 2006-09-16 [paul]       2.4.0cvs190
8954
8955         * src/account.c
8956                 improvements to the English
8957
8958 2006-09-15 [colin]      2.4.0cvs189
8959
8960         * src/summaryview.c
8961                 HIG order on dialog
8962
8963 2006-09-14 [colin]      2.4.0cvs188
8964
8965         * src/common/socket.c
8966         * src/common/socket.h
8967         * src/common/ssl.c
8968         * src/common/ssl_certificate.c
8969         * src/common/ssl_certificate.h
8970         * src/etpan/imap-thread.c
8971                 the get_fqdn() call done to get canonical name when
8972                 checking an SSL certificate is blocking, which is
8973                 sad as we just did a non-blocking lookup to connect.
8974                 Fix that by letting the fqdn available to the SockInfo,
8975                 and use that in ssl_certificate_check(). For IMAP,
8976                 we don't do it as the lookup's done by libetpan, but
8977                 it's less annoying as IMAP connections as much more
8978                 rare than POP3 connections.
8979
8980 2006-09-14 [paul]       2.4.0cvs187
8981
8982         * manual/advanced.xml
8983                 improvements to the English,
8984                 properly place the new hidden options
8985                 within the alphabetical order
8986         * src/gtk/pluginwindow.c
8987                 improvements to the English
8988
8989 2006-09-14 [colin]      2.4.0cvs186
8990
8991         * src/prefs_common.c
8992         * src/prefs_common.h
8993         * src/gtk/gtksctree.c
8994         * manual/advanced.xml
8995                 New hidden pref, stripes_color_offset, to change
8996                 the value added/substracted to normal bgcolor to
8997                 create the stripes in summaries
8998
8999 2006-09-13 [colin]      2.4.0cvs185
9000
9001         * src/gedit-print.c
9002         * src/messageview.c
9003         * src/messageview.h
9004         * src/summaryview.c
9005         * src/textview.c
9006                 Fix misc. printing issues: 
9007                 - Bad font for linkified headers
9008                 - Different font if the mail was displayed or not
9009                 - Factorize the thing
9010
9011 2006-09-13 [colin]      2.4.0cvs184
9012
9013         * src/common/ssl_certificate.c
9014                 Only get FQDN once when checking certificate
9015
9016 2006-09-13 [colin]      2.4.0cvs183
9017
9018         * src/account.c
9019         * src/gtk/pluginwindow.c
9020                 Misc. GUI fixes by Fabien
9021
9022 2006-09-13 [wwp]        2.4.0cvs182
9023
9024         * configure.ac
9025         * src/common/utils.h
9026         * src/common/utils.c
9027                 get rid of unused wide-char functions.
9028
9029 2006-09-13 [wwp]        2.4.0cvs181
9030
9031         * src/plugins/pgpinline/sylpheed.def
9032         * src/textview.c
9033                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9034                 add privacy_reset_error to the .def file,
9035                 do not fork for an external textviewer.
9036
9037 2006-09-13 [wwp]        2.4.0cvs180
9038
9039         * src/prefs_common.c
9040                 fix broken font entry in prefs (patch issued by the gpg4win team,
9041                 probably by Marcus Brinkmann <marcus@g10code.de>).
9042
9043 2006-09-13 [colin]      2.4.0cvs179
9044
9045         * src/folder.h
9046                 Fix a warning in summaryview.c
9047         * src/mainwindow.c
9048         * src/summaryview.c
9049         * src/summaryview.h
9050                 Add missing Mark/* elements in the
9051                 main menu
9052
9053 2006-09-12 [colin]      2.4.0cvs178
9054
9055         * src/prefs_actions.c
9056         * src/prefs_filtering_action.c
9057         * src/prefs_matcher.c
9058                 Use (New) instead of New everywhere
9059
9060 2006-09-12 [wwp]        2.4.0cvs177
9061
9062         * manual/fr/addrbook.xml
9063         * manual/fr/handling.xml
9064                 updated some quotes in the fr manual to match the fr translation.
9065
9066 2006-09-12 [wwp]        2.4.0cvs176
9067
9068         * src/prefs_matcher.c
9069                 don't store translated string elements in matcher expressions.
9070                 Also fixed a misused of Q_().
9071
9072 2006-09-11 [wwp]        2.4.0cvs175
9073
9074         * src/plugins//bogofilter/bogofilter.c
9075         * src/plugins//clamav/clamav_plugin.c
9076         * src/plugins//demo/demo.c
9077         * src/plugins//dillo_viewer/dillo_viewer.c
9078         * src/plugins//pgpcore/plugin.c
9079         * src/plugins//pgpinline/plugin.c
9080         * src/plugins//pgpmime/plugin.c
9081         * src/plugins//spamassassin/spamassassin.c
9082                 gettext-ize more strings (mostly plugin error messages).
9083
9084 2006-09-11 [colin]      2.4.0cvs174
9085
9086         * src/alertpanel.c
9087                 Make maximum buffer size bigger to avoid
9088                 truncating translated messages. Patch by
9089                 Fabien
9090
9091 2006-09-11 [colin]      2.4.0cvs173
9092
9093         * src/etpan/imap-thread.c
9094                 Fix compilation on OpenBSD, thanks to 
9095                 Landry
9096
9097 2006-09-10 [wwp]        2.4.0cvs172
9098
9099         * manual/account.xml
9100         * manual/addrbook.xml
9101         * manual/handling.xml
9102         * manual/es/handling.xml
9103         * manual/fr/account.xml
9104         * manual/fr/addrbook.xml
9105         * manual/fr/handling.xml
9106                 documented addressbook matching (condition configuration):
9107                   addrbook.xml, en fr
9108                 documented per-account filtering rules (handling/filtering
9109                   section, account section):
9110                   account.xml, handling.xml, en fr
9111                 slightly updated the handling/searching section to tell few
9112                   words about the extended search ability:
9113                   handling.xml, en fr
9114                 added missing <quote></quotes> to Quick Search:
9115                   handling.xml, en fr es
9116                 fixed a typo (auomatically):
9117                   handling.xml, en
9118                 changes revisited by Paul.
9119
9120 2006-09-10 [paul]       2.4.0cvs171
9121
9122         * src/prefs_actions.c
9123         * src/prefs_filtering.c
9124         * src/prefs_template.c
9125                 adjustments to the gui
9126                 Patch by Fabien Vantard (slightly modified)
9127
9128 2006-09-10 [colin]      2.4.0cvs170
9129
9130         * src/summaryview.c
9131                 Check folderitem/summaryview consistency
9132                 (basically automates Update summary). Fixes
9133                 #1011 (wrong (negative) count on unread 
9134                 messages)
9135
9136 2006-09-10 [colin]      2.4.0cvs169
9137
9138         * src/gtk/gtksctree.c
9139                 Fix recursive expansion via mouse
9140         * src/plugins/bogofilter/bogofilter.c
9141                 Use normal filtering way of moving
9142                 messages (batching), possibly fixing
9143                 bug #1015 (Bogofilter plugin doubles 
9144                 new messages)
9145
9146 2006-09-09 [wwp]        2.4.0cvs168
9147
9148         * src/prefs_filtering.c
9149                 better place for this fix.
9150
9151 2006-09-09 [wwp]        2.4.0cvs167
9152
9153         * src/prefs_filtering.c
9154                 fix a minor bug when the enabled status of a filtering/processing
9155                 rule always got set to TRUE when replacing this rule. That still
9156                 make sense when adding a new rule, but now when replacing, we
9157                 don't override the value of 'enabled'.
9158                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9159                 to prefs_filtering_list_view_get_info() as this function not only
9160                 returns the name, but also the account_id and the enabled status.
9161
9162 2006-09-09 [mones]      2.4.0cvs166
9163
9164         * manual/glossary.xml
9165         * manual/plugins.xml
9166                 Minor format corrections
9167         * manual/gpl.xml
9168                 Fix misplaced NO WARRANTY section
9169         * manual/es/advanced.xml
9170         * manual/es/faq.xml
9171         * manual/es/glossary.xml
9172         * manual/es/gpl.xml
9173         * manual/es/handling.xml
9174         * manual/es/plugins.xml
9175         * manual/es/starting.xml
9176                 Incorporate changes from English version
9177         * manual/fr/ack.xml
9178         * manual/pl/ack.xml
9179         * manual/es/ack.xml
9180                 Fix address, (add translation credits in es version)
9181         * po/es.po
9182                 Updated translation
9183
9184 2006-09-09 [wwp]        2.4.0cvs165
9185
9186         * src/prefs_filtering.c
9187                 fix a crash when opening filtering prefs, if matcherrc file contains
9188                 broken data (non-existing account id, which is theoretically not
9189                 possible).
9190
9191 2006-09-08 [colin]      2.4.0cvs164
9192
9193         * src/folder.c
9194                 Wrong assert, make it an if()
9195         * src/gtk/gtksctree.c
9196                 Fix bug #1013 (expand selected thread 
9197                 tree) - expanding is now recursive
9198
9199 2006-09-07 [wwp]        2.4.0cvs163
9200
9201         * src/prefs_matcher.c
9202                 make better sentences about addressbook matching in the
9203                 matcher prefs. This should make translators' work easier
9204                 too.
9205
9206 2006-09-07 [wwp]        2.4.0cvs162
9207
9208         * src/prefs_filtering.c
9209                 code simplification (get rid of dup var. assignment).
9210
9211 2006-09-07 [wwp]        2.4.0cvs161
9212
9213         * src/summaryview.c
9214                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9215                 <fzzzzz@gmail.com>.
9216
9217 2006-09-07 [paul]       2.4.0cvs160
9218
9219         * src/mimeview.c
9220                 fix compilation warnings
9221                 Thanks to Colin
9222
9223 2006-09-07 [paul]       2.4.0cvs159
9224
9225         * src/mimeview.c
9226                 select the mimepart icon when
9227                 displaying as text
9228                 Thanks to Colin
9229
9230 2006-09-06 [paul]       2.4.0cvs158
9231
9232         * src/prefs_filtering.c
9233                 fix labels and table element spacing
9234                 Patch by Fabien Vantard
9235
9236 2006-09-06 [paul]
9237
9238         2.5.0-rc3 released
9239
9240 2006-09-06 [paul]       2.4.0cvs157
9241
9242         * manual/es/advanced.xml
9243                 fix typo
9244
9245 2006-09-06 [wwp]        2.4.0cvs156
9246
9247         * src/mainwindow.c
9248                 fix an dup launch issue when iconified, thanks to Colin.
9249
9250 2006-09-06 [wwp]        2.4.0cvs155
9251
9252         * src/gtk//gtksctree.h
9253                 oops, forgot that one!
9254
9255 2006-09-06 [wwp]        2.4.0cvs154
9256
9257         * manual/pl/advanced.xml
9258         * manual/advanced.xml
9259         * manual/es/advanced.xml
9260         * manual/fr/advanced.xml
9261         * src/prefs_customheader.c
9262         * src/prefs_filtering_action.c
9263         * src/foldersel.c
9264         * src/prefs_summaries.c
9265         * src/prefs_filtering.c
9266         * src/account.c
9267         * src/compose.c
9268         * src/prefs_summary_column.c
9269         * src/addr_compl.c
9270         * src/prefs_actions.c
9271         * src/prefs_folder_column.c
9272         * src/ssl_manager.c
9273         * src/prefs_template.c
9274         * src/prefs_display_header.c
9275         * src/prefs_common.h
9276         * src/prefs_matcher.c
9277         * src/prefs_common.c
9278         * src/prefs_toolbar.c
9279         * src/summaryview.c
9280         * src/folderview.c
9281         * src/gtk/gtksctree.c
9282         * src/gtk/pluginwindow.c
9283         * src/gtk/progressdialog.c
9284         * src/gtk/prefswindow.c
9285                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9286                 to make its meaning more obvious (all versions of the manual reflect
9287                 the change).
9288                 added an extra hidden option use_stripes_in_summary to allow
9289                 discarding these stripes in mainwindow's folder and message lists;
9290                 en and fr manuals only are OK towards this.
9291
9292 2006-09-06 [colin]      2.4.0cvs153
9293
9294         * src/textview.c
9295                 Hide Sylpheed-Claws' internal queue headers
9296                 when showing all headers. They'll be present
9297                 only in Source window.
9298
9299 2006-09-05 [colin]      2.4.0cvs152
9300
9301         * src/plugins/trayicon/trayicon.c
9302                 Fix crash at exit - we have to disconnect
9303                 our handlers
9304         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9305                 Update eggtrayicon - patch adapted from a
9306                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9307                 on Sylpheed's ML
9308
9309 2006-09-05 [colin]      2.4.0cvs151
9310
9311         * src/mainwindow.c
9312         * src/gtk/logwindow.c
9313                 Fix race condition when something writes
9314                 to the log too soon during init. Thanks
9315                 to Fabien Vantard
9316
9317 2006-09-05 [colin]      2.4.0cvs150
9318
9319         * src/mimeview.c
9320                 Don't select part on right-click either
9321
9322 2006-09-05 [paul]       2.4.0cvs149
9323
9324         * src/mimeview.c
9325                 completion of previous commit
9326                 Thanks to Colin
9327
9328 2006-09-05 [colin]      2.4.0cvs148
9329
9330         * src/mimeview.c
9331                 Don't force selection on middle-click, just open
9332
9333 2006-09-04 [colin]      2.4.0cvs147
9334
9335         * src/mimeview.c
9336                 Looks like gtk_notebook_set_current_page()
9337                 sometimes steals focus, and this annoys us
9338                 in MimeViewers as it renders navigation
9339                 keys useless. Take back focus after switching
9340                 pages.
9341
9342 2006-09-04 [colin]      2.4.0cvs146
9343
9344         * src/messageview.c
9345                 Set stop_loading when clicking on Next
9346                 during load. Don't add a callback to 
9347                 avoid over-complicating things.
9348
9349 2006-09-04 [colin]      2.4.0cvs145
9350
9351         * src/mimeview.c
9352         * src/messageview.c
9353                 Fix multiple loads in separate messageview
9354
9355 2006-09-04 [colin]      2.4.0cvs144
9356
9357         * src/summaryview.c
9358                 Let navigation keys be handled during 
9359                 load
9360
9361 2006-09-04 [colin]      2.4.0cvs143
9362
9363         * src/messageview.c
9364         * src/summaryview.c
9365         * src/textview.c
9366         * src/textview.h
9367                 Make loading of huge mails (lots of text and/or
9368                 images) cancellable, so the GUI doesn't block 
9369
9370 2006-09-04 [colin]      2.4.0cvs142
9371
9372         * src/plugins/trayicon/trayicon.c
9373                 Fix annoyance when removing a folder with 
9374                 unread mails: trayicon didn't update
9375
9376 2006-09-04 [paul]       2.4.0cvs141
9377
9378         * src/gtk/icon_legend.c
9379                 straighten up columns
9380                 Patch by Fabien Vantard
9381
9382 2006-09-04 [wwp]        2.4.0cvs140
9383
9384         * src/prefs_filtering.c
9385                 fix new line's account name in filtering prefs:
9386                 was "All", is now "(New)".
9387
9388 2006-09-04 [paul]       2.4.0cvs139
9389
9390         * tools/make.themes.project
9391                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9392                 instead of homebrewed "make release"
9393
9394 2006-09-03 [colin]      2.4.0cvs138
9395
9396         * src/folderview.c
9397                 Fix bug #1007 (Wrong folder highlighted)
9398
9399 2006-09-03 [colin]      2.4.0cvs137
9400
9401         * src/compose.c
9402                 Don't set Newsgroup: header to a mail folder
9403                 path
9404
9405 2006-09-03 [paul]       2.4.0cvs136
9406
9407         * src/prefs_other.c
9408         * src/prefs_spelling.c
9409                 unify the gui
9410
9411 2006-09-03 [paul]       2.4.0cvs135
9412
9413         * src/prefs_summaries.c
9414                 correct menu item text in prefs_keybind_apply_clicked()
9415
9416 2006-09-03 [paul]       2.4.0cvs134
9417
9418         * manual/advanced.xml
9419                 some improvements to the descriptions
9420         * src/mainwindow.c
9421         * src/messageview.c
9422         * src/summaryview.c
9423         * src/gtk/menu.c
9424                 fix menu sensitivity issues
9425         * src/prefs_message.c
9426                 drop the useless word 'short'
9427         * src/prefs_other.c
9428                 add the word 'lines' indicating log length
9429                 is a measure of lines
9430         * src/textview.c
9431                 fix compilation warnings
9432
9433 2006-09-02 [colin]      2.4.0cvs133
9434
9435         * src/messageview.c
9436                 Display a special return-receipt message
9437                 if the message is from the user
9438         * src/summaryview.c
9439                 Fix missing freeze of the list when marking
9440                 all read and unthreading for exec. Thanks
9441                 to Stephan Sachse.
9442
9443 2006-09-02 [paul]       2.4.0cvs132
9444
9445         * src/mainwindow.c
9446         * src/prefs_message.c
9447         * src/summaryview.c
9448                 fix some english
9449
9450 2006-09-02 [wwp]        2.4.0cvs131
9451
9452         * src/prefs_filtering.c
9453                 added an account name column to the filtering rules
9454                 dialog.
9455
9456 2006-09-02 [colin]      2.4.0cvs130
9457
9458         * src/gtk/logwindow.c
9459         * src/gtk/logwindow.h
9460                 Block scrolling if we're not at the end
9461                 of the log
9462
9463 2006-09-02 [colin]      2.4.0cvs129
9464
9465         * src/folder.c
9466                 Make sure account-specific rules can't
9467                 be used in {pre-,post-,}processing
9468         * src/mainwindow.c
9469         * src/gtk/logwindow.c
9470         * src/gtk/logwindow.h
9471                 Jump to last error when clicking on the
9472                 warning icon
9473
9474 2006-09-02 [colin]      2.4.0cvs128
9475
9476         * src/imap.c
9477         * src/import.c
9478         * src/mainwindow.c
9479         * src/mainwindow.h
9480                 Fix warning icon
9481         * src/inc.c
9482         * src/mbox.c
9483         * src/mbox.h
9484                 Let proc_mbox know its account, for
9485                 account-specific rules
9486
9487 2006-09-01 [colin]      2.4.0cvs127
9488
9489         * src/codeconv.c
9490                 Don't uselessly use iconv to convert from
9491                 us-ascii
9492         * src/alertpanel.c
9493         * src/mainwindow.c
9494         * src/mainwindow.h
9495         * src/inc.c
9496                 Fix certain log cases, disable warning icon
9497                 for now, the correct way to display it when
9498                 necessary and only when necessary is probably
9499                 to do it manually rather than use error logs
9500         * src/etpan/imap-thread.c
9501                 Clean up UID logging a bit
9502         * src/gtk/logwindow.c
9503         * src/gtk/logwindow.h
9504                 Make logging faster when the window's closed
9505
9506 2006-09-01 [wwp]        2.4.0cvs126
9507
9508         * manual/fr/account.xml
9509                 reflect changes to the ref. manual (parts of cvs72):
9510                 fix tabnames and quotes.
9511
9512 2006-09-01 [wwp]        2.4.0cvs125
9513
9514         * manual/fr/plugins.xml
9515                 reflect changes to the reference manual (cvs42):
9516                 update IRC channel info.
9517
9518 2006-09-01 [wwp]        2.4.0cvs124
9519
9520         * commitHelper
9521                 use CVSEDITOR env. var. if set, according to `man cvs`.
9522
9523 2006-09-01 [wwp]        2.4.0cvs123
9524
9525         * manual/advanced.xml
9526                 better sentence again (thanks to Paul).
9527
9528 2006-09-01 [wwp]        2.4.0cvs122
9529
9530         * manual/advanced.xml
9531         fix definition of toolbar_detachable and rework a bit the one of
9532         enable_dotted_lines.
9533
9534 2006-09-01 [mones]      2.4.0cvs121
9535
9536         * manual/advanced.xml
9537                 Document enable_dotted_lines
9538
9539 2006-09-01 [paul]       2.4.0cvs120
9540
9541         * src/folderview.c
9542         * src/folderview.h
9543         * src/imap.c
9544         * src/mainwindow.c
9545         * src/summaryview.c
9546                 obey the 'When entering folder...' option
9547                 when using the /View/Go to/... menu items
9548                 Thanks to Colin
9549
9550 2006-08-31 [colin]      2.4.0cvs119
9551
9552         * src/folderview.c
9553                 Revert 2.4.0cvs116, wrong fix.
9554
9555 2006-08-31 [colin]      2.4.0cvs118
9556
9557         * src/gtk/gtksctree.c
9558                 Better state the various copyrights
9559
9560 2006-08-31 [colin]      2.4.0cvs117
9561
9562         * src/prefs_common.c
9563                 fix enable_dotted_lines
9564
9565 2006-08-31 [colin]      2.4.0cvs116
9566
9567         * src/folderview.c
9568                 Use pref "Always open on select" when going
9569                 to next unread folder
9570         * src/gtk/gtksctree.c
9571                 Fix link failure to _gtk_clist_create_cell_layout
9572                 on certain computers. (Why not mine, I wonder)
9573
9574 2006-08-31 [colin]      2.4.0cvs115
9575
9576         * src/procmsg.c
9577         * src/textview.c
9578         * src/plugins/bogofilter/bogofilter.c
9579         * src/plugins/spamassassin/spamassassin.c
9580                 Requalify some "errors" to warnings
9581         * src/mainwindow.c
9582         * src/mainwindow.h
9583         * src/statusbar.c
9584                 Add an icon in the statusbar to notify
9585                 of errors
9586         * src/gtk/gtksctree.c
9587         * src/folderview.c
9588         * src/summaryview.c
9589                 Make the GtkSCTree look more modern by
9590                 alternating background lines
9591         * src/prefs_common.c
9592         * src/prefs_common.h
9593                 Add a pref to let people have the old
9594                 way if they prefer
9595
9596
9597 2006-08-30 [colin]      2.4.0cvs114
9598
9599         * src/procmsg.c
9600         * src/procmsg.h
9601                 Provide a way to filter a list of
9602                 messages in an optimised manner, and
9603                 add a list-filtering hook
9604         * src/folder.c
9605         * src/inc.c
9606         * src/mbox.c
9607                 Use the list filtering
9608         * src/plugins/bogofilter/bogofilter.c
9609                 Use the list-filtering hook
9610                 Use -b (bulk) mode for more speed
9611                 when learning and filtering
9612         * src/etpan/imap-thread.c
9613                 Make log output shorter in UID SEARCH
9614
9615
9616 2006-08-30 [colin]      2.4.0cvs113
9617
9618         * src/plugins/bogofilter/bogofilter.c
9619                 Really fast mass learning - thanks to David
9620                 Relson for the options explanations :)
9621
9622 2006-08-30 [colin]      2.4.0cvs112
9623
9624         * src/msgcache.c
9625                 Fix compilation on FreeBSD. Thanks
9626                 to Michael Hugues
9627
9628 2006-08-29 [colin]      2.4.0cvs111
9629
9630         * src/folderview.c
9631                 Handle "popup_menu" signal (for popping the 
9632                 menu via the keyboard)
9633         * src/mimeview.c
9634         * src/mimeview.h
9635         * src/summaryview.c
9636         * src/textview.c
9637         * src/gtk/gtkutils.c
9638         * src/gtk/gtkutils.h
9639                 Factorize scrolling code, and add an API 
9640                 for MimeViewers to handle scroll orders
9641
9642 2006-08-29 [wwp]        2.4.0cvs110
9643
9644         * src/plugins//bogofilter/bogofilter.c
9645         * src/plugins//spamassassin/spamassassin.c
9646                 make the bogofilter/spamassassin filtering error dialogs at
9647         incorporation obey to the "don't popup error dialog on
9648         receive error" option. If disabled, feed the log window w/
9649         the error message.
9650
9651 2006-08-29 [paul]
9652
9653         2.5.0-rc2 released
9654
9655 2006-08-29 [paul]       2.4.0cvs109
9656
9657         * Makefile.am
9658                 remove 'make release', it's not needed
9659                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9660
9661 2006-08-29 [paul]       2.4.0cvs108
9662
9663         * src/foldersel.c
9664         * src/summary_search.c
9665         * src/gtk/progressdialog.c
9666         * src/plugins/pgpcore/passphrase.c
9667                 replace deprecated gtk_window_set_policy()
9668
9669 2006-08-29 [colin]      2.4.0cvs107
9670
9671         * src/folder.c
9672                 Fix data loss when copy fails during a move:
9673                 only use fast remove_msgs if everything was
9674                 copied OK; else use slow remove_msg on the
9675                 mails that got copied only.
9676
9677 2006-08-28 [paul]       2.4.0cvs106
9678
9679         * src/mh.c
9680                 revert change in 2.4.0cvs104, it breaks
9681                 stuff
9682
9683 2006-08-28 [paul]       2.4.0cvs105
9684
9685         * src/plugins/spamassassin/spamassassin.c
9686                 english fix
9687
9688 2006-08-28 [paul]       2.4.0cvs104
9689
9690         * src/mh.c
9691                 fix data loss when moving to another
9692                 mailbox fails
9693         * src/prefs_spelling.c
9694                 improve the english
9695         * src/gtk/pluginwindow.c
9696                 improve the layout of the dialog text
9697         All thanks to Colin
9698
9699 2006-08-28 [paul]       2.4.0cvs103
9700
9701         * src/plugins/bogofilter/bogofilter.c
9702         * src/plugins/bogofilter/bogofilter_gtk.c
9703                 fix english up a bit, innit
9704
9705 2006-08-28 [paul]       2.4.0cvs102
9706
9707         * configure.ac
9708         * po/Makefile.in.in
9709         * po/Makevars
9710                 require autoconf 2.60, enabling building
9711                 with gettext 0.15 (gettext 0.14.x build still
9712                 possible). Replace Makefiles with versions
9713                 from gettext 0.15.
9714                 Remove configure options --with-localedir and
9715                 --with-mandir. The options that are provided
9716                 directly by autoconf 2.60 can be used instead:
9717                 --mandir --localedir
9718
9719 2006-08-27 [colin]      2.4.0cvs101
9720
9721         * src/plugins/bogofilter/Makefile.am
9722                 Fix make dist (no README)
9723
9724 2006-08-27 [colin]      2.4.0cvs100
9725
9726         * src/folder.c
9727                 Don't use F_UNKNOWN folders for any default
9728                 outbox/trash/etc
9729         * src/plugins/bogofilter/bogofilter.c
9730         * src/plugins/bogofilter/bogofilter.h
9731         * src/plugins/bogofilter/bogofilter_gtk.c
9732                 Add an option to specify the path to bogofilter
9733                 Use single-quotes to be able to learn in folders
9734                 with spaces in their names
9735                 Verify learning status
9736
9737 2006-08-27 [colin]      2.4.0cvs99
9738
9739         * manual/faq.xml
9740         * manual/plugins.xml
9741                 Document Bogofilter plugin
9742
9743 2006-08-27 [colin]      2.4.0cvs98
9744
9745         * src/compose.c
9746         * src/messageview.c
9747         * src/procmsg.c
9748         * src/procmsg.h
9749                 When possible, copy the queued mail to sent folder
9750                 instead of re-adding. Much faster on IMAP.
9751
9752 2006-08-27 [colin]      2.4.0cvs97
9753
9754         * src/msgcache.c
9755                 Disable mmaped caches - huge metadata loss
9756                 here after a power failure.
9757         * src/summaryview.c
9758                 Add quicksearch timing
9759         * src/common/plugin.c
9760         * src/common/plugin.h
9761                 Implement an interface to tell what plugins
9762                 provide. Prevent loading of similar plugins.
9763         * src/plugins/clamav/clamav_plugin.c
9764         * src/plugins/demo/demo.c
9765         * src/plugins/dillo_viewer/dillo_viewer.c
9766         * src/plugins/pgpcore/plugin.c
9767         * src/plugins/pgpinline/pgpinline.c
9768         * src/plugins/pgpmime/pgpmime.c
9769         * src/plugins/spamassassin/spamassassin.c
9770         * src/plugins/trayicon/trayicon.c
9771                 Implement plugin_provides()
9772
9773 2006-08-27 [colin]      2.4.0cvs96
9774
9775         * configure.ac
9776         * src/plugins/Makefile.am
9777         * src/plugins/bogofilter/.cvsignore
9778         * src/plugins/bogofilter/Makefile.am
9779         * src/plugins/bogofilter/bogofilter.c
9780         * src/plugins/bogofilter/bogofilter.h
9781         * src/plugins/bogofilter/bogofilter_gtk.c
9782                 New Bogofilter plugin, provides filtering and
9783                 learning. Spamassassin will go to extra plugins.
9784
9785 2006-08-26 [mones]      2.4.0cvs95
9786
9787         * manual/handling.xml
9788                 Fix subfolder path in the example (thanks to Paul) 
9789
9790 2006-08-26 [mones]      2.4.0cvs94
9791
9792         * manual/glossary.xml
9793                 2.2. + add ISP to the glossary
9794                 7.5. + Add UIDL to glossary
9795                 7.7. + Add TCP to glossary
9796         * manual/handling.xml
9797                 7.1. + Mentions GNU/Linux distribution, what about the non...
9798                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9799                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9800                 7.4. = Use appropriate quotation for commands
9801                 7.6. = change "" to <quote></quote>
9802         * manual/plugins.xml
9803                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9804         * manual/starting.xml
9805                 2.1. + local mbox file: some examples of mbox file locations...
9806                 Also reformatted files requiring it
9807
9808 2006-08-26 [wwp]        2.4.0cvs93
9809
9810         * src/summary_search.c
9811                 disable find buttons while summary search is running.
9812
9813 2006-08-25 [colin]      2.4.0cvs92
9814
9815         * src/folder.c
9816         * src/folderutils.c
9817         * src/mh.c
9818         * src/procmsg.h
9819         * src/summaryview.c
9820                 Speed up MH moving, and add progressbar
9821                 for MH deletion
9822         * src/msgcache.c
9823                 Write cache files using mmap() too
9824
9825 2006-08-25 [wwp]        2.4.0cvs91
9826
9827         * src/summaryview.c
9828                 switch spam<->ham button when a message has been marked as spam or ham
9829                 and is still selected. Thanks to Colin.
9830
9831 2006-08-25 [paul]       2.4.0cvs90
9832
9833         * src/Makefile.am
9834         * src/stock_pixmap.c
9835         * src/stock_pixmap.h
9836         * src/summaryview.c
9837         * src/gtk/icon_legend.c
9838         * src/pixmaps/copied.xpm
9839         * src/pixmaps/moved.xpm
9840                 add icons for delayed execution marked for
9841                 copying, marked for moving
9842
9843 2006-08-25 [mones]      2.4.0cvs89
9844
9845         * manual/glossary.xml
9846                 Fix the other glossary items:
9847                 5.1. = Inmmediate execution -> <quote>immediate execution...
9848                 5.2. = Fix MBOX capitalization -> Mbox
9849                 5.3. + Improve Plugins def. w/ tech. ref.
9850                 5.4. = Quotation -> replace '>' by <quote>></quote>
9851                 5.5. - SMTP Server. -> remove dot
9852         * po/es.po
9853                 Updated translation
9854
9855 2006-08-25 [mones]      2.4.0cvs88
9856
9857         * manual/ack.xml
9858                 Reformatted, changed email address
9859         * manual/glossary.xml
9860                 Reformatted, fixed MANUAL-TODO items:
9861                 8.2. + add ROT-13 to glossary
9862                 8.4. + add URL to glossary
9863         * manual/es/advanced.xml
9864                 Fixed <literal>s
9865
9866 2006-08-25 [paul]       2.4.0cvs87
9867
9868         * src/gtk/icon_legend.c
9869                 add 'marked for deletion' icon
9870                 arrange icons by containing column
9871                 wrap long label text
9872
9873 2006-08-25 [colin]      2.4.0cvs86
9874
9875         * src/common/utils.c
9876         * src/common/utils.h
9877                 Add the sc_g_*list_bigger functions in
9878                 a place everyone can use it
9879         * src/summaryview.c
9880                 Only freeze/thaw the list when working
9881                 on the selection, if it's bigger than 1
9882         * src/gtk/gtksctree.c
9883                 Only freeze/thaw the list when unselec-
9884                 ting 'all' if ('all' != 1)
9885                 This avoids some flickering
9886
9887 2006-08-24 [colin]      2.4.0cvs85
9888
9889         * src/addressbook.c
9890                 Fix strange list selection
9891                 Fix random seg (Invalid read of freed memory)
9892
9893 2006-08-24 [colin]      2.4.0cvs84
9894
9895         * src/alertpanel.c
9896         * src/gtk/inputdialog.c
9897         * src/plugins/pgpcore/passphrase.c
9898                 Revert minimal width patch of 2.4.0cvs67,
9899                 as it is also a maximal width. Use 
9900                 gtk_window_set_default_size instead.
9901
9902 2006-08-24 [colin]      2.4.0cvs83
9903
9904         * src/msgcache.c
9905                 Write cache/mark to temp files before
9906                 overwriting old ones (avoids metadata
9907                 loss if writing the new files fail).
9908                 Use mmap() to read cache/mark file, as
9909                 this makes cache reading faster. Dis-
9910                 abled for big-endian machines until it
9911                 can be tested. (Big-endian users: set
9912                 msgcache_use_mmap = TRUE in the relevant
9913                 #if).
9914         * src/procmsg.h
9915                 Move rarely used fields of MsgInfo in 
9916                 another structure, which will only be
9917                 allocated if needed. Face, X-Face,
9918                 Return receipt headers and List-*
9919                 headers are moved. Mails having none
9920                 of these occupy 52 bytes less with
9921                 this patch, which makes 2.5MB of RAM
9922                 saved on a 50k folder).
9923         * src/headerview.c
9924         * src/mainwindow.c
9925         * src/messageview.c
9926         * src/partial_download.c
9927         * src/procheader.c
9928         * src/procmsg.c
9929         * src/textview.c
9930                 Follow this structure change.
9931
9932 2006-08-24 [wwp]        2.4.0cvs82
9933
9934         * manual/es/.cvsignore
9935         * manual/es/dist/.cvsignore
9936         * manual/es/dist/html/.cvsignore
9937         * manual/es/dist/pdf/.cvsignore
9938         * manual/es/dist/ps/.cvsignore
9939         * manual/es/dist/txt/.cvsignore
9940                 more (generated) files to ignore.
9941
9942 2006-08-24 [colin]      2.4.0cvs81
9943
9944         * src/folder.c
9945         * src/mh.c
9946                 Fix possible problems with local delivery. Check the folder doesn't
9947                 need scan before setting its mtime when saving cache (which can be
9948                 done long after the folder's been modified by an external process);
9949                 Check that the stored item's mtime didn't change in mh functions.
9950
9951 2006-08-24 [mones]      2.4.0cvs80
9952
9953         * manual/advanced.xml
9954                 Rewrapping, some fixes and MANUAL-TODO items:
9955                 8.1. = change "" to <quote></quote>
9956                 8.3. = quote menu items
9957                 8.5. - deploying -> new user ... ideally a new user (redundant)
9958
9959 2006-08-23 [colin]      2.4.0cvs79
9960
9961         * src/gtk/gtksctree.c
9962                 When selecting or deselecting range, only
9963                 freeze/thaw when selection is bigger than 10
9964
9965 2006-08-23 [colin]      2.4.0cvs78
9966
9967         * src/messageview.c
9968         * src/mimeview.c
9969         * src/mimeview.h
9970         * src/plugins/dillo_viewer/dillo_viewer.c
9971                 Provide an API for MimeViewer plugins to
9972                 return a text selection for replying
9973
9974 2006-08-23 [colin]      2.4.0cvs77
9975
9976         * src/image_viewer.c
9977         * src/textview.c
9978                 Use gtk_pixbuf_new_from_file_at_scale(), which
9979                 is faster than getting the pixbuf then resizing
9980                 it.
9981
9982 2006-08-23 [colin]      2.4.0cvs76
9983
9984         * src/procmime.c
9985                 UTF-8 should be sent Quoted-printable
9986
9987 2006-08-22 [colin]      2.4.0cvs75
9988
9989         * src/mh.c
9990                 Check if scan is required before touching
9991                 the folder (or it'll be required every time)
9992
9993 2006-08-22 [colin]      2.4.0cvs74
9994
9995         * configure.ac
9996                 Require libetpan 0.46 (crasher fix when built
9997                 against gnutls)
9998
9999 2006-08-22 [colin]      2.4.0cvs73
10000
10001         * src/folder.c
10002                 Set folder's mtime after writing its
10003                 cache
10004         * src/folderview.c
10005                 Add some timing
10006         * src/procmsg.c
10007                 Don't do useless stuff if we don't 
10008                 thread by subject
10009         * src/summaryview.c
10010                 Add some timing, don't deselect prior
10011                 to selecting (gtksctree does it itself),
10012                 remove crash avoidance hacks as it's been
10013                 properly fixed since a while
10014         * src/common/utils.c
10015                 Optimize to_human_readable(): _() is slow,
10016                 do it only once, and avoid %f format for KB
10017                 (the most common in a summaryview)
10018         * src/gtk/gtksctree.c
10019                 Don't uselessly freeze/thaw (fixes flicker
10020                 on next unread and friends), reduce number
10021                 of g_list_nth/g_list_position where possible
10022         * src/gtk/gtkutils.c
10023         * src/gtk/gtkutils.h
10024                 Reduce number of g_list_nth/g_list_position
10025                 where possible.
10026                 All of this makes loading as 70k folder 2.1
10027                 seconds instead of 3.2 (with hot FS caches).
10028                 (1.3 seconds without Date and Size columns...)
10029
10030 2006-08-22 [paul]       2.4.0cvs72
10031
10032         wrap documents and do some items from mones' MANUAL-TODO:
10033
10034         * manual/account.xml
10035                 4.1. = fix tabname references to <quote>tabname</quote>
10036                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10037         * manual/faq.xml
10038                 1.1. = mentioned options don't match UI
10039                 Add information about the 'Never send Return Receipts'
10040                 option
10041         * manual/handling.xml
10042                 6.2. = Mentions Extended symbols button, but now is
10043                 named Information
10044                 6.3. = Mentions ... button, which is now Edit
10045
10046 2006-08-22 [colin]      2.4.0cvs71
10047
10048         * src/gtk/pluginwindow.c
10049                 Fix layout in verbose translations (such
10050                 as french)
10051
10052 2006-08-22 [paul]       2.4.0cvs70
10053
10054         * manual/Makefile.am
10055                 build manuals in alphabetical order
10056         * src/addressbook.c
10057         * src/prefs_themes.c
10058                 replace/remove deprecated symbols
10059         * src/gtk/gtkutils.c
10060                 fix a warning
10061         * src/gtk/pluginwindow.c
10062                 replace deprecated symbol
10063                 replace label text and move it
10064         * src/plugins/pgpcore/prefs_gpg.c
10065                 move the 'Generate...' button out of the
10066                 Sign Key frame, replace the English used
10067         * src/plugins/pgpcore/sgpgme.c
10068                 fixes to the English
10069
10070 2006-08-21 [colin]      2.4.0cvs69
10071
10072         * src/plugins/trayicon/trayicon.c
10073                 Add more strings for translation; patch
10074                 by Pawel
10075
10076 2006-08-21 [colin]      2.4.0cvs68
10077
10078         * src/compose.c
10079                 fix replied flag not set after drafting
10080         * src/matcher.c
10081                 fix body quicksearch in non-encoded bodies
10082                 containing '='
10083         * src/msgcache.c
10084                 Get rid of the g_malloc workaround for
10085                 corrupted caches, use g_try_malloc
10086
10087 2006-08-21 [colin]      2.4.0cvs67
10088
10089         * src/alertpanel.c
10090         * src/gtk/inputdialog.c
10091         * src/plugins/pgpcore/passphrase.c
10092                 Set minimal width to 375
10093         * src/mainwindow.c
10094                 Fix switching to offline, asking if it 
10095                 should be overriden for synchronising
10096         * src/mimeview.c
10097                 Don't offer to remember command on Open 
10098                 with for text parts, as the browser or 
10099                 text editor command isn't changed from 
10100                 there
10101
10102 2006-08-20 [paul]       2.4.0cvs66
10103
10104         * po/ko.po
10105         * po/zh_CN.po
10106                 fix plural form errors. revealed by stricter
10107                 checking of gettext 0.15
10108
10109 2006-08-18 [paul]       2.4.0cvs65
10110
10111         * src/stock_pixmap.c
10112                 fix the fix of 2.4.0cvs64
10113                 Thanks to Colin
10114
10115 2006-08-18 [paul]       2.4.0cvs64
10116
10117         * src/stock_pixmap.c
10118                 fix leaks
10119                 Thanks to Colin
10120
10121 2006-08-18 [paul]       2.4.0cvs63
10122
10123         * src/compose.c
10124         * src/procmsg.c
10125                 fix occasional IMAP bug where large msgs
10126                 were left in the queue folder after sending
10127                 Thanks to Colin
10128
10129 2006-08-18 [paul]       2.4.0cvs62
10130
10131         * src/folderview.c
10132                 freeze the summaryview while quicksearch results
10133                 are displayed
10134                 (fixes bug 456 'current message is hidden when the
10135                 view is refreshed and extended search is "unread 
10136                 messages"')
10137                 Thanks to Colin
10138         * src/textview.c
10139                 add missing #include "inputdialog.h"
10140         * src/common/utils.h
10141                 add missing mailcap_update_default() and improve
10142                 readability
10143
10144 2006-08-17 [colin]      2.4.0cvs61
10145
10146         * src/plugins/pgpcore/select-keys.c
10147                 Fix warnings :)
10148
10149 2006-08-17 [colin]      2.4.0cvs60
10150
10151         * src/compose.c
10152                 Don't continue queuing if Cancel is clicked
10153                 in select-keys
10154
10155 2006-08-17 [colin]      2.4.0cvs59
10156
10157         * src/plugins/pgpcore/select-keys.c
10158                 When encrypting, if only one key matches and it 
10159                 matches exactly, automatically use it.
10160
10161 2006-08-17 [colin]      2.4.0cvs58
10162
10163         * src/mimeview.c
10164         * src/prefs_common.c
10165         * src/prefs_common.h
10166         * src/prefs_ext_prog.c
10167         * src/textview.c
10168                 Fix issues with previous patch (text/html)
10169                 Remove outdated prefs
10170
10171 2006-08-17 [colin]      2.4.0cvs57
10172
10173         * src/imap.c
10174                 Add View Log button on auth error
10175         * src/procmsg.c
10176                 Fix encrypted mail marked as new when
10177                 saved in normal folders
10178         * src/plugins/pgpinline/pgpinline.c
10179                 Fix encrypt bug on IMAP
10180         * src/mimeview.c
10181         * src/common/utils.c
10182         * src/common/utils.h
10183         * src/gtk/inputdialog.c
10184         * src/gtk/inputdialog.h
10185                 Get rid of metamail stuff, simplify
10186                 opening, and allow remembering of user's
10187                 choices (by updating ~/.mailcap). There's
10188                 still to drop "Audio player" and "Image
10189                 viewer" preferences.
10190
10191 2006-08-17 [mones]      2.4.0cvs56
10192
10193         * manual/es/sylpheed-claws-manual.xml
10194                 fix DTD path
10195
10196 2006-08-17 [mones]      2.4.0cvs55
10197
10198         * configure.ac
10199         * manual/Makefile.am
10200         * manual/es/Makefile.am
10201         * manual/es/account.xml
10202         * manual/es/ack.xml
10203         * manual/es/addrbook.xml
10204         * manual/es/advanced.xml
10205         * manual/es/faq.xml
10206         * manual/es/glossary.xml
10207         * manual/es/gpl.xml
10208         * manual/es/handling.xml
10209         * manual/es/intro.xml
10210         * manual/es/keyboard.xml
10211         * manual/es/plugins.xml
10212         * manual/es/starting.xml
10213         * manual/es/sylpheed-claws-manual.xml
10214         * manual/es/dist/Makefile.am
10215         * manual/es/dist/html/Makefile.am
10216         * manual/es/dist/pdf/Makefile.am
10217         * manual/es/dist/ps/Makefile.am
10218         * manual/es/dist/txt/Makefile.am
10219                 Spanish translation for the manual
10220
10221 2006-08-16 [colin]      2.4.0cvs54
10222
10223         * src/compose.c
10224         * src/main.c
10225         * src/mainwindow.c
10226                 Fix send button sensitivity at startup
10227                 Set send menu sensitivity (patch by Fabien)
10228         * src/ssl_manager.c
10229                 Enable closing with esc (patch by Fabien)
10230         * src/gtk/foldersort.c
10231                 Enable closing with esc (patch by Fabien)
10232         * src/procmime.c
10233                 Optimisation (no need to copy to tempfile to
10234                 "decode" 7bit and 8bit)
10235         * src/summaryview.c
10236                 Fix cruft in swap_from case
10237         * src/textview.c
10238                 Fix missing last line in some mail cases 
10239                 (Fixes debian #381872)
10240         * src/plugins/pgpcore/prefs_gpg.c
10241         * src/plugins/pgpcore/sgpgme.c
10242         * src/plugins/pgpcore/sgpgme.h
10243                 Don't show "no key found" when user explicitely
10244                 wants to create a key
10245
10246 2006-08-16 [paul]       2.4.0cvs53
10247
10248         * configure.ac
10249         * src/account.c
10250         * src/addressbook.c
10251         * src/headerview.c
10252         * src/prefs_account.c
10253         * src/prefs_message.c
10254         * src/gtk/gtkutils.c
10255                 bump up minimum required versions of GTK+ and
10256                 GLIB to 2.6.0
10257
10258 2006-08-16 [paul]       2.4.0cvs52
10259
10260         * src/toolbar.c
10261                 workaround GTK+ Bug 351600 - 'Can't re-click
10262                 on button after sensitivity update'
10263                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10264                 Thanks to Colin
10265
10266 2006-08-15 [colin]      2.4.0cvs51
10267
10268         * src/plugins/pgpcore/prefs_gpg.c
10269                 Set options sensitivity according to
10270                 key existence
10271         * src/plugins/pgpcore/sgpgme.c
10272                 Allow to create key with no passphrase
10273
10274 2006-08-14 [cleroy]     2.4.0cvs50
10275
10276         * src/gtk/pluginwindow.c
10277                 New layout (maybe to be changed?)
10278         * src/gtk/gtkutils.c
10279                 Fix a bit label_window
10280         * src/plugins/pgpcore/passphrase.c
10281         * src/plugins/pgpcore/passphrase.h
10282         * src/plugins/pgpcore/plugin.c
10283         * src/plugins/pgpcore/prefs_gpg.c
10284         * src/plugins/pgpcore/prefs_gpg.h
10285         * src/plugins/pgpcore/sgpgme.c
10286         * src/plugins/pgpcore/sgpgme.h
10287                 Allow to create a PGP private key via the GUI
10288
10289 2006-08-14 [wwp]        2.4.0cvs49
10290
10291         * src/addressbook_foldersel.c
10292                 fix strict ISO C90 compliance.
10293
10294 2006-08-14 [paul]       2.4.0cvs48
10295
10296         * src/gtk/prefswindow.c
10297                 re-set scrolled window on opening
10298                 Patch by Ticho
10299
10300 2006-08-14 [paul]
10301
10302         2.5.0-rc1 released
10303
10304 2006-08-14 [paul]       2.4.0cvs47
10305
10306         * src/prefs_display_header.c
10307                 re-enable user-defined Displayed Headers
10308
10309 2006-08-14 [paul]       2.4.0cvs46
10310
10311         * src/prefs_account.c
10312                 use GTK_STOCK_EDIT
10313
10314 2006-08-13 [colin]      2.4.0cvs45
10315
10316         * src/common/utils.c
10317                 Fix "a" in quote when the original message is empty,
10318                 by using \0 instead of 'a' to test writability of
10319                 temp files.
10320
10321 2006-08-13 [wwp]        2.4.0cvs44
10322
10323         * src/plugins/spamassassin/spamassassin.c
10324                 fix capitalization of "SpamAssassin" in some debug, log and
10325                 dialog messages.
10326
10327 2006-08-13 [paul]       2.4.0cvs43
10328
10329         * src/editldap.c
10330                 fix overlapping widgets
10331         * src/prefs_account.c
10332                 fix translation of protocol_names[]
10333                 fix label disappearing off the edge of the
10334                 visible area
10335
10336 2006-08-12 [paul]       2.4.0cvs42
10337
10338         * manual/plugins.xml
10339                 update IRC channel info before it gets forgotten
10340                 about
10341
10342 2006-08-11 [colin]      2.4.0cvs41
10343
10344         * src/compose.c
10345         * src/mainwindow.c
10346         * src/mainwindow.h
10347         * src/procmsg.c
10348         * src/procmsg.h
10349         * src/summaryview.c
10350         * src/toolbar.c
10351                 Grey out the Send button if
10352                 - Queue folders are empty, or
10353                 - We're sending already
10354
10355 2006-08-11 [wwp]        2.4.0cvs40
10356
10357         * src/main.c
10358                 fix a logic issue when quitting while a compose window is
10359                 still open, thanks to Colin.
10360
10361 2006-08-10 [colin]      2.4.0cvs39
10362
10363         * src/main.c
10364                 Fix default font size setting after wizard run
10365         * src/imap.c
10366         * src/etpan/imap-thread.c
10367         * src/etpan/imap-thread.h
10368                 Fix bug #999 (Timing out on TSL cert validation 
10369                 dialog makes ugly things happen). Also, STARTTLS
10370                 unconditionnaly if initial capabilities contain
10371                 LOGINDISABLED and STARTTLS.
10372
10373 2006-08-09 [colin]      2.4.0cvs38
10374
10375         * src/mainwindow.c
10376         * src/mainwindow.h
10377                 Fix Tools/Actions sensitivity when there are
10378                 no actions
10379
10380 2006-08-09 [colin]      2.4.0cvs37
10381
10382         * src/prefs_filtering.c
10383                 Warning fix, patch by Paul
10384         * src/messageview.c
10385         * src/prefs_actions.c
10386         * src/prefs_filtering_action.c
10387         * src/prefs_matcher.c
10388                 Uniformisation of "Info ..." to "Info..." (for
10389                 old gtk), patch by Fabien
10390         * src/plugins/clamav/clamav_plugin_gtk.c
10391                 Sensitivity fix by Fabien
10392
10393 2006-08-09 [colin]      2.4.0cvs36
10394
10395         * src/main.c
10396         * src/main.h
10397                 Add a function to know whether we're exiting
10398         * src/plugins/trayicon/trayicon.c
10399                 If exiting, don't do anything. Faster, and
10400                 avoids gtk_main_iteration reentracy causing
10401                 segfaults at exit
10402
10403 2006-08-09 [colin]      2.4.0cvs35
10404
10405         * src/messageview.c
10406         * src/mimeview.c
10407         * src/mimeview.h
10408                 Fix lack of part selection when automatically 
10409                 jumping to a specific part
10410         * src/msgcache.c
10411                 Little optimisation in cache reading
10412
10413 2006-08-09 [colin]      2.4.0cvs34
10414
10415         * src/compose.c
10416                 Fix crash setting the priority on reedit
10417                 (Accessing compose before creating it!)
10418
10419 2006-08-08 [colin]      2.4.0cvs33
10420
10421         * src/procmime.c
10422                 Fix bug #998 (last attachment is not accessible)
10423                 Bad RFC interpretation on multipart close-delimiters
10424         * src/mimeview.c
10425         * src/mimeview.h
10426         * src/gtk/gtkvscrollbutton.c
10427         * src/gtk/gtkvscrollbutton.h
10428                 Make attachments list wheel-scrollable
10429
10430 2006-08-07 [colin]      2.4.0cvs32
10431
10432         * src/gtk/gtkaspell.c
10433                 Fix bug #973 (Unicode punctation characters 
10434                 are not recognized as separators by the
10435                 spell checker); fix unsigned stuff
10436
10437 2006-08-07 [colin]      2.4.0cvs31
10438
10439         * src/compose.c
10440                 Fix bug #956 (DnD text with accents in compose 
10441                 text entry); fix gccc's signed/unsigned fuss
10442
10443 2006-08-06 [colin]      2.4.0cvs30
10444
10445         * src/main.c
10446                 Fix bug #979 (Plugin crashes when exiting 
10447                 sylpheed-claws) : handle exit request only 
10448                 once
10449
10450 2006-08-05 [colin]      2.4.0cvs29
10451
10452         * src/news.c
10453                 Just make sure we have a msgid.
10454
10455 2006-08-05 [colin]      2.4.0cvs28
10456
10457         * src/news.c
10458         * src/summaryview.c
10459                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10460                 by reimplementing it
10461         * src/textview.c
10462                 Fix bug when hiding quotes with level > 3 and quote
10463                 colors are recycled
10464
10465 2006-08-04 [colin]      2.4.0cvs27
10466
10467         * src/compose.c
10468         * src/undo.c
10469         * src/undo.h
10470                 Fix a bit replace-by-pasting undo
10471         * src/mainwindow.c
10472         * src/messageview.c
10473                 Fix Fold quotes menu synchro in
10474                 mainwindow when it changes in 
10475                 messageview
10476         * src/textview.c
10477                 Fix right-click on quotes blocks
10478         * src/common/utils.c
10479                 Verify that the file created by
10480                 my_tmpfile() is writable. Fixes
10481                 bug #988 (very specific filesystem
10482                 issue)
10483         * src/plugins/pgpcore/sgpgme.c
10484                 Fix file descriptor leak
10485         * src/plugins/spamassassin/spamassassin.c
10486                 Warn once if spamd isn't reachable
10487
10488 2006-08-04 [colin]      2.4.0cvs26
10489
10490         * src/toolbar.c
10491                 i18n context patch by Fabien
10492
10493 2006-08-03 [colin]      2.4.0cvs25
10494
10495         * src/mainwindow.c
10496         * src/messageview.c
10497                 Rename "Hide quotes" to "Fold quotes"
10498         * src/textview.c
10499                 Don't use hand cursor on quotes. "all 
10500                 the bonuses of the feature and none of 
10501                 unwelcome side-effects"
10502
10503 2006-08-03 [colin]      2.4.0cvs24
10504
10505         * AUTHORS
10506         * sylpheed-claws.desktop
10507         * src/gtk/authors.h
10508                 Bring the desktop file to XDG compliance
10509                 Patch by Charles A. Edwards
10510
10511 2006-08-03 [colin]      2.4.0cvs23
10512
10513         * src/textview.c
10514                 Fix links offset when they are preceded
10515                 by accentued chars (g_utf8_strlen!)
10516         * src/mainwindow.c
10517                 Fix wrong status when starting offline
10518
10519
10520 2006-08-03 [wwp]        2.4.0cvs22
10521
10522         * src/prefs_common.h
10523                 ask what to do w/ filtering rules that belong to an account when
10524                 applying filtering rules manually from the main window (skip,
10525                 apply regardless of the account, use current account). This dialog
10526                 can be skipped and the last reply used.
10527                 (forgot that file)
10528
10529 2006-08-03 [wwp]        2.4.0cvs21
10530
10531         * src/filtering.c
10532         * src/filtering.h
10533         * src/prefs_common.c
10534         * src/summaryview.c
10535         * src/alertpanel.c
10536         * src/alertpanel.h
10537         * src/messageview.c
10538                 ask what to do w/ filtering rules that belong to an account when
10539                 applying filtering rules manually from the main window (skip,
10540                 apply regardless of the account, use current account). This dialog
10541                 can be skipped and the last reply used.
10542
10543
10544 2006-08-03 [colin]      2.4.0cvs20
10545
10546         * src/textview.c
10547                 Optimize previous patch
10548
10549 2006-08-03 [cleroy]     2.4.0cvs19
10550
10551         * src/textview.c
10552                 Fix quotes getting toggled back when the
10553                 mail has an even number of text parts
10554
10555 2006-08-02 [colin]      2.4.0cvs18
10556
10557         * src/messageview.c
10558                 Add Hide quotes menu
10559
10560 2006-08-02 [colin]      2.4.0cvs17
10561
10562         * src/mainwindow.c
10563         * src/prefs_common.c
10564         * src/textview.c
10565         * src/textview.h
10566         * src/gtk/about.c
10567                 Allow per-level quote hiding,
10568                 Allow toggling quotes by double-clicking them
10569                 Rename RemoteURI to ClickableText to reflect
10570                 the fact it's used for a variety of things
10571
10572 2006-08-02 [wwp]        2.4.0cvs16
10573
10574         * src/mainwindow.c
10575                 fix "View/Hide quotes" menu item status initialization.
10576
10577 2006-08-02 [wwp]        2.4.0cvs15
10578
10579         * src/matcher_parser_parse.y
10580                 remove a debug trace.
10581
10582 2006-08-02 [paul]       2.4.0cvs14
10583
10584         * src/plugins/pgpcore/passphrase.c
10585                 don't set initial dialog size
10586                 make it resizable
10587
10588 2006-08-02 [paul]       2.4.0cvs13
10589
10590         * src/noticeview.c
10591                 remove the rogue '/' character
10592
10593 2006-08-02 [paul]       2.4.0cvs12
10594
10595         * src/noticeview.c
10596                 allow buttons to resize as necessary
10597
10598 2006-08-01 [wwp]        2.4.0cvs11
10599
10600         * src/mbox.c
10601                 fix strict ISO C90 compliance.
10602
10603 2006-08-01 [wwp]        2.4.0cvs10
10604
10605         * tools/update-po
10606                 updated update-po tool to work w/ context-dependent translations.
10607                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10608
10609 2006-08-01 [wwp]        2.4.0cvs9
10610
10611         * src/matcher.c
10612         * src/prefs_filtering.c
10613         * src/prefs_matcher.c
10614                 allow context-dependent translations for "All",
10615                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10616
10617 2006-07-31 [colin]      2.4.0cvs8
10618
10619         * AUTHORS
10620         * src/gtk/authors.h
10621                 Add Rafal to authors
10622
10623 2006-07-31 [colin]      2.4.0cvs7
10624
10625         * src/compose.c
10626         * src/mainwindow.c
10627         * src/messageview.h
10628         * src/prefs_common.c
10629         * src/prefs_common.h
10630         * src/textview.c
10631                 Add 'View/Hide quotes'. Patch based on a patch
10632                 by Rafal Weglarz
10633
10634 2006-07-31 [colin]      2.4.0cvs6
10635
10636         * src/action.c
10637                 Fix problem with "> stuff >" actions
10638
10639 2006-07-31 [paul]       2.4.0cvs5
10640
10641         * po/nb.po
10642                 updated by Geir Helland
10643
10644 2006-07-31 [wwp]        2.4.0cvs4
10645
10646         * src/mainwindow.c
10647         * src/summaryview.c
10648         * src/summaryview.h
10649                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10650                 thanks to Colin.
10651
10652 2006-07-31 [wwp]        2.4.0cvs3
10653
10654         * src/Makefile.am
10655         * src/addr_compl.c
10656         * src/addr_compl.h
10657         * src/addressbook.c
10658         * src/addressbook.h
10659         * src/addressbook_foldersel.c
10660         * src/addressbook_foldersel.h
10661         * src/addrindex.c
10662         * src/addrindex.h
10663         * src/matcher.c
10664         * src/matcher.h
10665         * src/matcher_parser_lex.l
10666         * src/matcher_parser_parse.y
10667         * src/prefs_common.c
10668         * src/prefs_common.h
10669         * src/prefs_filtering.c
10670         * src/prefs_matcher.c
10671         * src/prefs_matcher.h
10672         * src/summaryview.c
10673                 introduce filtering against the address book. It's now possible to add
10674                 matched conditions to determine if any email address in a message matches
10675                 or doesn't match any or all books or folders in the address book.
10676
10677 2006-07-31 [wwp]        2.4.0cvs2
10678
10679         * src/account.c
10680         * src/filtering.c
10681         * src/filtering.h
10682         * src/folder.c
10683         * src/folderview.c
10684         * src/inc.c
10685         * src/mainwindow.c
10686         * src/matcher.c
10687         * src/matcher_parser_lex.l
10688         * src/matcher_parser_parse.y
10689         * src/mbox.c
10690         * src/prefs_filtering.c
10691         * src/prefs_filtering.h
10692         * src/procmsg.c
10693         * src/procmsg.h
10694         * src/summaryview.c
10695                 introduce per-account filtering rules. Each filtering rule can now be assigned
10696                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10697                 when applying filtering rules manually, as all rules will apply - even the ones
10698                 assigned to an account. This issue will be addressed soon.
10699  
10700
10701
10702 2006-07-31 [wwp]        2.4.0cvs1
10703
10704         * src/quote_fmt.c
10705                 make more strings translatable.
10706
10707 2006-07-31 [paul]       2.4.0
10708
10709         2.4.0 released
10710
10711 2006-07-31 [paul]       2.3.1cvs91
10712
10713         * po/ca.po
10714                 updated by Miquel Oliete
10715
10716 2006-07-31 [paul]       2.3.1cvs90
10717
10718         * po/de.po
10719         * po/el.po
10720         * po/fr.po
10721         * po/it.po
10722         * po/pl.po
10723         * po/pt_BR.po
10724         * po/sr.po
10725         * po/zh_CN.po
10726                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10727                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10728                 Aleksandar Urosevic, and Ralgh Young
10729
10730 2006-07-31 [paul]       2.3.1cvs89
10731
10732         * src/account.c
10733         * src/main.c
10734         * src/mainwindow.c
10735         * src/mainwindow.h
10736                 Fix a race condition when, after an SC crash, rescanning
10737                 folders took more than 0.5 seconds
10738                 Thanks to Colin
10739
10740 2006-07-31 [paul]       2.3.1cvs88
10741
10742         * src/folderview.c
10743                 don't translate separator strings
10744
10745 2006-07-30 [mones]      2.3.1cvs87
10746
10747         * doc/man/sylpheed-claws.1
10748                 Fixed non-ASCII chars in Hoa's name
10749         * po/es.po
10750                 Updated for release
10751
10752 2006-07-27 [colin]      2.3.1cvs86
10753
10754         * src/textview.c
10755                 Don't include the leading \n in links
10756                 Patch by Fabien
10757
10758 2006-07-25 [colin]      2.3.1cvs85
10759
10760         * src/mainwindow.c
10761         * src/common/socket.h
10762         * src/etpan/imap-thread.c
10763                 Refresh resolvers before connecting
10764                 to IMAP servers, and after switching
10765                 to online. Thanks to Paul.
10766
10767 2006-07-18 [colin]
10768
10769         * 2.4.0-rc4 released
10770
10771 2006-07-17 [colin]      2.3.1cvs84
10772
10773         * src/inc.c
10774                 Show connection attempt in statusbar before
10775                 connecting (previously first message was
10776                 "Retrieving messages from ..." after the
10777                 connection succeeded.
10778
10779 2006-07-16 [wwp]        2.3.1cvs83
10780
10781         * sylpheed-claws.ico
10782                 Added .ico file (windows multi-size icon file, generated).
10783
10784 2006-07-12 [wwp]        2.3.1cvs82
10785
10786         * src/messageview.c
10787                 remove Message/Re-edit menu entry from messageview window,
10788                 as sent/draft/queued messages are opened in compose window when
10789                 re-edited and it's not possible to re-edit other msgs.
10790
10791 2006-07-12 [paul]       2.3.1cvs81
10792
10793         * AUTHORS
10794         * src/mainwindow.c
10795         * src/gtk/authors.h
10796                 check online state before resetting
10797                 mailcheck timer. Useful if some program
10798                 verifies connection state and updates
10799                 Claws.
10800                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10801
10802 2006-07-12 [paul]       2.3.1cvs80
10803
10804         * sylpheed-claws-128x128.png
10805         * sylpheed-claws-64x64.png
10806         * sylpheed-claws.png
10807         * src/Makefile.am
10808         * src/main.c
10809         * src/prefs_toolbar.c
10810         * src/stock_pixmap.c
10811         * src/stock_pixmap.h
10812         * src/wizard.c
10813         * src/gtk/about.c
10814         * src/gtk/gtkutils.c
10815         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10816         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10817         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10818         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10819         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10820         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10821                 updated and renamed logo/icon files and related
10822                 logo by Jesper Schultz
10823
10824 2006-07-11 [paul]       2.3.1cvs79
10825
10826         * src/main.c
10827                 fix the labels a smidgin
10828
10829 2006-07-09 [colin]      2.3.1cvs78
10830
10831         * src/textview.c
10832                 Show errors in textviewer's command
10833                 Patch by H. Merijn Brand
10834
10835 2006-07-09 [colin]      2.3.1cvs77
10836
10837         * src/compose.c
10838                 Save FMID in drafts too
10839
10840 2006-07-08 [colin]      2.3.1cvs76
10841
10842         * src/compose.c
10843                 Svae RMID in drafted mails too
10844                 Save quote_fmt vars for whole mails,
10845                 don't reset at each quote_fmt_init:
10846                 allows to use the same |i{var} in
10847                 various template fields
10848         * src/prefs_template.c
10849         * src/quote_fmt.h
10850         * src/quote_fmt_parse.y
10851                 Same
10852
10853 2006-07-08 [colin]      2.3.1cvs75
10854
10855         * src/textview.c
10856                 Fix highlighting of attached parts URIs
10857
10858 2006-07-08 [colin]      2.3.1cvs74
10859
10860         * src/main.c
10861                 Prevent bug #981 (sc 2.3.1 segfaults with 
10862                 gtk+ 2.10) from being reported again:
10863                 if Sylpheed-Claws has been compiled against
10864                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10865                 of if Sylpheed-Claws has been compiled against
10866                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10867                 error out.
10868
10869 2006-07-07 [colin]      2.3.1cvs73
10870
10871         * src/prefs_actions.c
10872                 Fix label
10873
10874 2006-07-07 [colin]      2.3.1cvs72
10875
10876         * src/prefs_actions.c
10877                 Fix compile on gtk < 2.8. argh :)
10878
10879 2006-07-07 [paul]       2.3.1cvs71
10880
10881         * src/common/defs.h
10882                 update DONATE_URI
10883
10884 2006-07-07 [colin]      2.3.1cvs70
10885
10886         * po/POTFILES.in
10887         * src/quote_fmt.c
10888         * src/quote_fmt_lex.l
10889         * src/quote_fmt_parse.y
10890                 Add |i{var}, a way to insert user-entered
10891                 text in a template
10892
10893 2006-07-07 [colin]
10894
10895         * 2.4.0-rc3 released
10896
10897 2006-07-07 [colin]      2.3.1cvs69
10898
10899         * src/folder.c
10900                 Don't consider inboxes of UNKNOWN folder 
10901                 classes to be useable as default inboxes
10902
10903 2006-07-07 [paul]       2.3.1cvs68
10904
10905         * src/textview.c
10906                 add missing #include <errno.h>
10907                 Thanks to René J. Blokland
10908
10909 2006-07-07 [paul]       2.3.1cvs67
10910
10911         * src/action.c
10912                 Return now Closes dialog
10913         * src/mimeview.c
10914         * src/mimeview.h
10915         * src/textview.c
10916                 add contextual menu to mime parts listed
10917                 in the textview
10918                 Thanks to Colin
10919         * src/common/utils.c
10920                 reversal: ' is a valid character in URLs
10921
10922 2006-07-06 [colin]      2.3.1cvs66
10923
10924         * src/remotefolder.h
10925                 Forgotten in previous commit
10926
10927 2006-07-06 [colin]      2.3.1cvs65
10928
10929         * src/folder.c
10930                 Set summary update flag whenever
10931                 totals changed
10932         * src/imap.c
10933         * src/prefs_account.c
10934         * src/common/utils.h
10935         * src/etpan/imap-thread.c
10936                 Fix warnings, thanks to Fabien and
10937                 Ricardo
10938
10939 2006-07-06 [wwp]        2.3.1cvs64
10940
10941         * src/gtk/gtkutils.c
10942                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10943
10944 2006-07-06 [wwp]        2.3.1cvs63
10945
10946         * src/account.c
10947         * src/addressbook.c
10948         * src/addressitem.h
10949         * src/folderview.c
10950         * src/mainwindow.c
10951         * src/manual.c
10952         * src/manual.h
10953         * src/message_search.c
10954         * src/prefs_actions.c
10955         * src/prefs_filtering.c
10956         * src/prefs_filtering.h
10957         * src/prefs_template.c
10958         * src/summary_search.c
10959         * src/summaryview.c
10960         * src/gtk/gtkutils.c
10961         * src/gtk/gtkutils.h
10962         * src/gtk/pluginwindow.c
10963                 add help buttons to some dialogs. Clicking such buttons opens a
10964                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10965
10966 2006-07-06 [paul]       2.3.1cvs62
10967
10968         * src/textview.c
10969                 fix attachments contextual menu
10970                 Thanks to Colin
10971
10972 2006-07-05 [colin]      2.3.1cvs61
10973
10974         * src/textview.c
10975         * src/compose.c
10976                 Handle sftp:// links
10977
10978 2006-07-05 [paul]       2.3.1cvs60
10979
10980         * src/gtk/filesel.c
10981                 grab save button by default
10982                 Thanks to Colin
10983
10984 2006-07-05 [wwp]        2.3.1cvs59
10985
10986         * manual/xml2pdf
10987                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10988
10989 2006-07-04 [colin]      2.3.1cvs58
10990
10991         * src/mimeview.c
10992         * src/textview.c
10993                 Use left click to select, middle click to open
10994                 on mimeparts links
10995         * src/common/utils.c
10996                 Fix segfault
10997
10998 2006-07-04 [colin]      2.3.1cvs57
10999
11000         * src/mainwindow.c
11001         * src/news.c
11002                 Warning fixes, thanks to Fabien
11003
11004 2006-07-04 [colin]      2.3.1cvs56
11005
11006         * src/mimeview.c
11007         * src/mimeview.h
11008         * src/textview.c
11009                 Allow parts to be selected via their text label
11010                 in textview
11011
11012 2006-07-04 [colin]      2.3.1cvs55
11013
11014         * src/folderview.c
11015                 Feedback when closing (for big folders)
11016         * src/prefs_actions.c
11017         * src/prefs_filtering.c
11018         * src/prefs_matcher.c
11019         * src/prefs_template.c
11020                 Fix default button when closing without
11021                 having saved
11022
11023 2006-07-04 [colin]      2.3.1cvs54
11024
11025         * src/news.c
11026                 Delete local file on deletion
11027
11028 2006-07-03 [colin]      2.3.1cvs53
11029
11030         * src/folderview.c
11031         * src/main.c
11032                 Don't freeze when rescanning after crash
11033
11034 2006-07-03 [wwp]        2.3.1cvs52
11035
11036         * src/compose.c
11037         * src/privacy.c
11038         * src/privacy.h
11039         * src/plugins/pgpinline/pgpinline.c
11040         * src/plugins/pgpmime/pgpmime.c
11041                 don't report an error when the user cancels the passphrase dialog.
11042
11043 2006-07-02 [colin]      2.3.1cvs51
11044
11045         * src/folderview.c
11046                 Open message when crossing folders with Space,
11047                 goto next unread and friends
11048
11049 2006-07-01 [colin]      2.3.1cvs50
11050
11051         * src/prefs_account.c
11052                 Typographic rules varying from language
11053                 to language (in french "Protocole :"),
11054                 we have to do that :)
11055
11056 2006-07-01 [ticho]      2.3.1cvs49
11057
11058         * src/prefs_account.c
11059                 Only use one temporary gchar* variable in
11060                 prefs_account_protocol_set_optmenu().
11061
11062 2006-07-01 [ticho]      2.3.1cvs48
11063
11064         * src/prefs_account.c
11065         * src/prefs_account.h
11066                 Use GtkLabel for existing account protocol name.
11067                 Created an array for protocol names and populate the
11068                 combobox from it in a for() cycle.
11069
11070 2006-06-30 [colin]      2.3.1cvs47
11071
11072         * src/compose.c
11073                 Block undo when changing signature (by changing
11074                 account)
11075
11076 2006-06-30 [paul]       2.3.1cvs46
11077
11078         * src/send_message.c
11079                 when editing From in the Compose window, use that address
11080                 in the Return-Path: header
11081                 Thanks to Colin
11082
11083 2006-06-30 [colin]      2.3.1cvs45
11084
11085         * src/compose.c
11086                 Fix signature replacement:
11087                 - when no newline before separator
11088                 - when reediting
11089
11090 2006-06-29 [colin]      2.3.1cvs44
11091
11092         * src/folderview.c
11093         * src/folderview.h
11094         * src/mainwindow.c
11095         * src/summaryview.c
11096                 Let 'View/Go to/Next marked' work like
11097                 Next new & Next unread: across folders
11098                 Change the select_on_entry pref to do
11099                 what we want when changing folder
11100         * src/common/utils.c
11101                 Fix single-quoted links 
11102
11103 2006-06-29 [colin]      2.3.1cvs43
11104
11105         * src/gtk/gtkaspell.c
11106                 "Sylpheed" and "Sylpheed-Claws" do exist !
11107
11108 2006-06-29 [colin]      2.3.1cvs42
11109
11110         * src/imap.c
11111                 Forgot to remove debug
11112
11113 2006-06-29 [colin]      2.3.1cvs41
11114
11115         * src/imap.c
11116         * src/imap.h
11117         * src/mainwindow.c
11118                 Disconnect from IMAP servers when going
11119                 offline. Fixes bug #978 (going to offline-mode 
11120                 won't close connections)
11121
11122 2006-06-29 [colin]      2.3.1cvs40
11123
11124         * src/main.c
11125                 Fix transient setting on failing plugins
11126                 Patch by Fabien
11127         * src/plugins/pgpcore/sgpgme.c
11128                 Only warn for OpenPGP. Most people don't
11129                 have CMS available.
11130
11131 2006-06-29 [colin]      2.3.1cvs39
11132
11133         * src/compose.c
11134                 Fix Spelling menu (discrepancy between context menu
11135                 and top menu when folder's dictionary isn't the 
11136                 default one)
11137         * src/plugins/pgpcore/sgpgme.c
11138                 More error reporting about why gpgme can fail
11139
11140 2006-06-29 [wwp]        2.3.1cvs38
11141
11142         * src/mainwindow.c
11143                 honor the display-header-pane setting even when the message view
11144                 is a separate window.
11145
11146 2006-06-29 [wwp]        2.3.1cvs37
11147
11148         * src/prefs_actions.c
11149                 forgot to commit that one (use of GTK_STOCK_INFO).
11150
11151 2006-06-29 [colin]      2.3.1cvs36
11152
11153         * src/imap.c
11154                 Better handling of login errors (ask the password
11155                 again once), alert in case of error. Fix three
11156                 signedness warnings.
11157
11158 2006-06-28 [wwp]        2.3.1cvs35
11159
11160         * src/prefs_template.c
11161         * src/prefs_matcher.c
11162         * src/prefs_filtering_action.c
11163         * src/prefs_quote.c
11164                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11165                 patch by Fabien Vantard, slightly modified.
11166
11167 2006-06-28 [paul]
11168
11169         2.4.0-rc2 released
11170
11171 2006-06-28 [colin]      2.3.1cvs34
11172
11173         * src/prefs_account.c
11174                 Fix bug #977 (Can't add or edit imap accounts)
11175
11176 2006-06-28 [colin]      2.3.1cvs33
11177
11178         * src/mimeview.c
11179                 Fix previous
11180
11181 2006-06-28 [colin]      2.3.1cvs32
11182
11183         * src/mimeview.c
11184                 Save named inlined attachments with "Save all"
11185         * src/main.c
11186         * src/mbox.c
11187         * src/common/plugin.c
11188         * src/common/plugin.h
11189         * src/common/sylpheed.c
11190         * src/common/utils.c
11191         * src/plugins/pgpcore/sylpheed.def
11192         * src/plugins/pgpinline/sylpheed.def
11193         * src/plugins/pgpmime/sylpheed.def
11194                 Win32 compatibility patch, by
11195                 Werner Koch
11196
11197 2006-06-28 [wwp]        2.3.1cvs31
11198
11199         * src/imap.c
11200         * src/prefs_folder_item.c
11201                 less compilation warnings (thanks to Fabien Vantard), less typos.
11202
11203 2006-06-28 [paul]       2.3.1cvs30
11204
11205         * src/gtk/gtkutils.c
11206                 gtk_combo_box_set_focus_on_click() is only
11207                 available since gtk 2.6.0
11208
11209 2006-06-28 [paul]       2.3.1cvs29
11210
11211         * src/prefs_ext_prog.c
11212                 fix engrish and add a tooltip for the
11213                 'command for 'Display as text' option
11214
11215 2006-06-28 [paul]
11216
11217         2.4.0-rc1 released
11218
11219 2006-06-28 [paul]       2.3.1cvs28
11220
11221         * ChangeLog
11222         * tools/Makefile.am
11223                 include textviewer.pl in releases
11224
11225 2006-06-28 [paul]       2.3.1cvs27
11226
11227         * src/prefs_ext_prog.c
11228                 hide Print command option if libgnomeprint
11229                 support is present
11230
11231 2006-06-27 [colin]      2.3.1cvs26
11232
11233         * src/compose.c
11234                 Fix Esc handling in insert/attach dialog
11235                 Don't show this dialog if dragging something
11236                 else than text/uri-list
11237                 Thanks to Fabien Vantard
11238         * tools/textviewer.pl
11239                 Filter script to display stuff as text
11240                 by H. Merijn Brand
11241
11242 2006-06-27 [wwp]        2.3.1cvs25
11243
11244         * src/messageview.c
11245                 use the exact product name (message view title), patch
11246                 by Fabien Vantard.
11247
11248 2006-06-27 [ticho]      2.3.1cvs24
11249
11250         * src/prefs_account.c
11251         * src/prefs_common.c
11252         * src/prefs_common.h
11253         * src/prefs_ext_prog.c
11254         * src/textview.c
11255                 Add a preference (Preferences/External programs)
11256                 to allow "Display as text" to be done via a script
11257                 (patch by H.Merijn Brand).
11258                 Use GtkComboBox for protocol selection in account
11259                 preferences.
11260                 Only include current choice for existing accounts, and
11261                 insensitivize the combobox.
11262
11263 2006-06-27 [paul]       2.3.1cvs23
11264
11265         * src/mbox.c
11266                 fix crasher introduced in cvs21.
11267                 Thanks to Colin
11268
11269 2006-06-26 [colin]      2.3.1cvs22
11270
11271         * src/mbox.c
11272                 Fix double-frees when leaving folders
11273                 after exporting to mbox
11274
11275 2006-06-26 [colin]      2.3.1cvs21
11276
11277         * src/mbox.c
11278                 More feedback (and optimisation)
11279                 on import/export
11280         * src/common/utils.c
11281                 Fix case when looking for mail addresses
11282         * src/gtk/gtkutils.c
11283                 Extra check for (X-)Face
11284
11285 2006-06-25 [ticho]      2.3.1cvs20
11286
11287         * src/compose.c
11288         * src/exphtmldlg.c
11289         * src/gtk/gtkutils.c
11290         * src/gtk/gtkutils.h
11291                 Added second argument to gtkut_sc_combobox_create() to
11292                 control focus-on-click for the widget.
11293                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11294
11295 2006-06-25 [ticho]      2.3.1cvs19
11296
11297         * src/compose.c
11298         * src/gtk/Makefile.am
11299         * src/gtk/combobox.c
11300         * src/gtk/combobox.h
11301         * src/gtk/gtkutils.c
11302         * src/gtk/gtkutils.h
11303                 Use GtkComboBox instead of deprecated GtkOptionMenu
11304                 for account selector in compose window and for encoding
11305                 selector in attachment properties.
11306                 Also factorise working with the new GtkComboBox somewhat.
11307
11308 2006-06-24 [paul]       2.3.1cvs18
11309
11310         * src/prefs_common.c
11311                 use the correct default value
11312
11313 2006-06-24 [paul]       2.3.1cvs17
11314
11315         * src/compose.c
11316         * src/prefs_common.c
11317         * src/prefs_common.h
11318         * src/prefs_compose_writing.c
11319                 enable setting of default action when
11320                 dnd'ing files in the compose window.
11321                 (Collaborative effort with wwp)
11322
11323 2006-06-23 [wwp]        2.3.1cvs16
11324
11325         * src/compose.c
11326                 i18n fix (thanks to Fabien Vantard)
11327
11328 2006-06-22 [colin]      2.3.1cvs15
11329
11330         * src/prefs_customheader.c
11331                 Don't use filters in custom headers' file 
11332                 selector. Remember, extensions mean nothing :)
11333
11334 2006-06-22 [paul]       2.3.1cvs14
11335
11336         * configure.ac
11337                 allow setting of man directory location
11338
11339 2006-06-22 [colin]      2.3.1cvs13
11340
11341         * src/mainwindow.c
11342                 Add 'View/Go to/Next unread folder'.
11343                 I missed that :)
11344
11345 2006-06-22 [colin]      2.3.1cvs12
11346
11347         * src/common/utils.c
11348                 Add some subject prefixes
11349                 Patch by Bjorn T Johansen <btj@havleik.no>
11350
11351 2006-06-22 [colin]      2.3.1cvs11
11352
11353         * manual/advanced.xml
11354                 Forgotten hidden pref
11355
11356 2006-06-21 [paul]       2.3.1cvs10
11357
11358         * src/prefs_account.c
11359                 complete the removal of 'Add date header' option
11360
11361 2006-06-21 [paul]       2.3.1cvs9
11362
11363         * src/account.c
11364         * src/compose.c
11365         * src/prefs_account.c
11366         * src/prefs_account.h
11367                 remove option to add date header - always
11368                 add date header
11369         * src/etpan/imap-thread.c
11370                 fix warnings (Thanks to Colin)
11371
11372 2006-06-21 [wwp]        2.3.1cvs8
11373
11374         * src/folder.c
11375                 set the attachment flag when inline text part are (file)named. This is more convenient
11376                 when receiving (for instance) inline source files or patches sent using thunderbird.
11377
11378 2006-06-21 [paul]       2.3.1cvs7
11379
11380         * src/inc.c
11381                 fix off-by-one count of current msg in
11382                 statusbar filtering progressbar
11383
11384 2006-06-21 [paul]       2.3.1cvs6
11385
11386         * src/folder.c
11387                 Show attachment icon even if the part is 'inline'
11388                 if the following conditions are met:
11389                 - content-type != 'text/plain'
11390                 - content-type != '*/pgp-signature'
11391                 - either 'name' or 'filename' parameter is not NULL
11392                 
11393                 Thanks to Colin
11394
11395 2006-06-21 [paul]       2.3.1cvs5
11396
11397         * src/messageview.c
11398         * src/prefs_common.c
11399         * src/prefs_common.h
11400         * src/prefs_other.c
11401                 add an option to 'Never send Return
11402                 Receipts'
11403                 Thanks to Colin
11404
11405 2006-06-20 [mones]      2.3.1cvs4
11406
11407         * po/es.po
11408                 updated
11409         * src/compose.c
11410                 typo fixed (space after comma)
11411         * tools/make.themes.project
11412                 remove exec mode from tarball files
11413
11414 2006-06-20 [colin]      2.3.1cvs3
11415
11416         * src/news.c
11417         * src/procheader.c
11418         * src/unmime.c
11419                 Better fix for \n's in headers (don't 
11420                 break Received: and others)
11421
11422 2006-06-20 [paul]       2.3.1cvs2
11423
11424         * src/alertpanel.c
11425         * src/textview.c
11426                 improve legibility of phishing attempt
11427                 dialog
11428
11429 2006-06-20 [paul]       2.3.1cvs1
11430
11431         * NEWS
11432         * README
11433         * configure.ac
11434                 Update version number following
11435                 stable release
11436
11437 2006-06-20 [colin]      2.3.0cvs26
11438
11439         * src/compose.c
11440                 When dragging a file to the text of the compose
11441                 window, ask whether we want to insert or attach
11442                 (I know lots of people who do that to attach)
11443
11444 2006-06-20 [colin]      2.3.0cvs25
11445
11446         * src/etpan/imap-thread.c
11447                 Fix threshold (the append command is often > 32 bytes)
11448
11449 2006-06-19 [colin]      2.3.0cvs24
11450
11451         * src/imap.c
11452         * src/etpan/imap-thread.c
11453                 Workaround Rockliffe IMAP server bug: replace
11454                 "x UID SEARCH (ANSWERED UID 1:*)" with
11455                 "x UID SEARCH ANSWERED"
11456                 (Rockliffe doesn't handle the parenthesis)
11457
11458 2006-06-19 [colin]      2.3.0cvs23
11459
11460         * src/compose.c
11461         * src/imap.c
11462         * src/etpan/imap-thread.c
11463                 Probably fix bug #972 (Freezes when adding 
11464                 an attachment to the message)
11465         * src/common/defs.h
11466                 Modernize Firefox cmd
11467
11468
11469 2006-06-18 [colin]      2.3.0cvs22
11470
11471         * src/prefs_customheader.c
11472                 Only allow correct filenames for various
11473                 custom headers
11474
11475 2006-06-18 [colin]      2.3.0cvs21
11476
11477         * src/prefs_customheader.c
11478                 Add a 'From File...' button in custom headers prefs, which
11479                 try to do the right thing: 
11480                 for normal headers, use file as plaintext,
11481                 for X-Face, calls compface,
11482                 for Face, encode to b64.
11483
11484 2006-06-17 [colin]      2.3.0cvs20
11485
11486         * src/mh.c
11487                 Warning fix
11488
11489 2006-06-16 [colin]      2.3.0cvs19
11490
11491         * src/summaryview.c
11492                 Recursive quicksearch: show message list
11493                 in current folder, *then* search children
11494                 in the background.
11495
11496 2006-06-16 [colin]      2.3.0cvs18
11497
11498         * src/main.c
11499                 Instead of ignoring SIGPIPE, save caches
11500                 when getting one. Will fix the fact that
11501                 hot caches are out-of-date when logging 
11502                 out of Xorg.
11503         * src/compose.c
11504         * src/prefs_compose_writing.c
11505                 Only save text (not attachments) when 
11506                 auto-saving to drafts
11507         * src/unmime.c
11508                 Always replace \n, \r and \t with spaces
11509                 in headers
11510         * manual/dist/html/Makefile.am
11511         * manual/dist/pdf/Makefile.am
11512         * manual/dist/ps/Makefile.am
11513         * manual/dist/txt/Makefile.am
11514         * manual/fr/dist/html/Makefile.am
11515         * manual/fr/dist/pdf/Makefile.am
11516         * manual/fr/dist/ps/Makefile.am
11517         * manual/fr/dist/txt/Makefile.am
11518         * manual/pl/dist/html/Makefile.am
11519         * manual/pl/dist/pdf/Makefile.am
11520         * manual/pl/dist/ps/Makefile.am
11521         * manual/pl/dist/txt/Makefile.am
11522                 Fix make clean removing pregenerated manuals
11523
11524
11525 2006-06-16 [colin]      2.3.0cvs17
11526
11527         * src/plugins/pgpcore/sgpgme.c
11528         * src/plugins/pgpmime/pgpmime.c
11529         * src/plugins/pgpinline/pgpinline.c
11530                 Better error reporting in setup_signers.
11531                 Don't fallback to default key if specified
11532                 key isn't found.
11533                 Don't allow signing if more than one secret
11534                 key matches the one specified in prefs.
11535
11536 2006-06-15 [colin]      2.3.0cvs16
11537
11538         * src/folderview.c
11539                 Add "Send queue" in the folder's contextual
11540                 menu
11541         * src/compose.c
11542         * src/messageview.c
11543         * src/privacy.c
11544         * src/privacy.h
11545         * src/procmime.c
11546         * src/procmsg.c
11547         * src/plugins/pgpcore/passphrase.c
11548         * src/plugins/pgpcore/sgpgme.c
11549         * src/plugins/pgpinline/pgpinline.c
11550         * src/plugins/pgpmime/pgpmime.c
11551                 Better error reporting
11552         * src/mbox.c
11553                 Probably fix bug #971 (2.2.3 cannot read mail 
11554                 from local mbox)
11555
11556
11557 2006-06-15 [mones]      2.3.0cvs15
11558
11559         * tools/make.themes.project
11560                 creates the themes project from the web page
11561
11562 2006-06-15 [colin]      2.3.0cvs14
11563
11564         * src/folder.c
11565                 Better fix (avoid losing the folder if scan_tree 
11566                 fails)
11567
11568 2006-06-15 [cleroy]     2.3.0cvs13
11569
11570         * src/folder.c
11571                 Probably fix Bug #969 (crash on rebuilding 
11572                 imap folder)
11573
11574 2006-06-14 [colin]      2.3.0cvs12
11575
11576         * manual/dtd/manual.xsl
11577         * manual/sylpheed-claws-manual.xml
11578         * manual/fr/sylpheed-claws-manual.xml
11579         * manual/pl/sylpheed-claws-manual.xml
11580                 Insert pagebreaks between sections
11581
11582 2006-06-14 [paul]       2.3.0cvs11
11583
11584         * configure.ac
11585                 better fix than 2.3.0cvs10
11586
11587 2006-06-14 [paul]       2.3.0cvs10
11588
11589         * configure.ac
11590                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11591                 (backwards compatible)
11592
11593 2006-06-13 [colin]      2.3.0cvs9
11594
11595         * src/messageview.c
11596                 Fix sending of return receipt with the new queue folders
11597
11598 2006-06-13 [wwp]        2.3.0cvs8
11599
11600         * src/quote_fmt_lex.l
11601                 fix wrong tokens returned in quote_fmt lexer, query not().
11602
11603 2006-06-13 [wwp]        2.3.0cvs7
11604
11605         * src/folder.c
11606         * src/prefs_folder_item.c
11607                 allow changing folder type even when folder is not a top-level one,
11608                 thanks to Colin.
11609
11610 2006-06-12 [colin]      2.3.0cvs6
11611
11612         * src/folderview.c
11613                 Fix double-ask of "Do you want to mark all
11614                 as read"
11615
11616 2006-06-12 [colin]      2.3.0cvs5
11617
11618         * src/compose.c
11619         * src/compose.h
11620         * src/folder.c
11621         * src/folder.h
11622         * src/imap.c
11623         * src/inc.c
11624         * src/main.c
11625         * src/messageview.c
11626         * src/mh.c
11627         * src/prefs_folder_item.c
11628         * src/procheader.c
11629         * src/procmime.c
11630         * src/procmsg.c
11631         * src/procmsg.h
11632         * src/send_message.c
11633         * src/summaryview.c
11634         * src/toolbar.c
11635                 Apply bug #964's patch (Queue and drafts aren't normal)
11636                 The Drafts and Queue folder now contain RFC-822 files,
11637                 allowing to move and copy mails from and to these 
11638                 folders. Moving from Drafts to Queue will prepare the
11639                 mail for sending (PGP signature, encryption, etc).
11640                 This patch also rework sending errors handling to try
11641                 to be more helpful.
11642                 Also, allow redefining folder types via the GUI 
11643                 (Folder type in its Properties)
11644
11645 2006-06-12 [colin]      2.3.0cvs4
11646
11647         * src/summaryview.c
11648         * src/prefs_common.c
11649         * src/prefs_common.h
11650         * src/gedit-print.c
11651                 Allow to define a specific print font - patch
11652                 by Bernhard Walle <bernhard.walle@gmx.de>
11653         * src/prefs_fonts.c
11654         * manual/advanced.xml
11655         * manual/fr/advanced.xml
11656                 Add a hidden pref to allow deletion without
11657                 confirmation
11658
11659 2006-06-12 [wwp]        2.3.0cvs3
11660
11661         * .cvsignore
11662                 more files to ignore.
11663
11664 2006-06-12 [wwp]        2.3.0cvs2
11665
11666         * src/quote_fmt.c
11667         * src/quote_fmt_lex.l
11668         * src/quote_fmt_parse.y
11669                 extend the quote_fmt parser (templates and quotes):
11670                 - allow limited sub-expressions in |p{} and |f{} expressions,
11671                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11672                 - implemented/fixed missing implementation of query_references and show_references,
11673                 - completed, fixed contents and format of the symbols help dialog,
11674                 - fix some compilation warnings.
11675
11676 2006-06-12 [wwp]        2.3.0cvs1
11677
11678         * manual/advanced.xml
11679         * manual/fr/advanced.xml
11680                 updates in the "templates" section of the manual (eng/fr):
11681                  - be more precise (both versions)
11682                  - completed to match the english reference (fr version)
11683                  - touchups (both versions)
11684
11685 2006-06-12 [paul]       2.3.0
11686
11687         2.3.0 released
11688
11689 2006-06-12 [paul]       2.2.3cvs14
11690
11691         * po/ca.po
11692         * po/cs.po
11693         * po/de.po
11694         * po/el.po
11695         * po/fr.po
11696         * po/it.po
11697         * po/pt_BR.po
11698         * po/sr.po
11699         * po/zh_CN.po
11700                 updated by Miquel Oliete, Tim, Stephan Sachse,
11701                 Stavros Giannouris, Fabien Vantard, Andrea
11702                 Spadaccini, Frederico Goncalves Guimaraes,
11703                 Aleksandar Urosevic, and Ralgh Young
11704
11705 2006-06-12 [colin]      2.2.3cvs13
11706
11707         * src/mbox.c
11708                 Add missing header
11709
11710 2006-06-11 [colin]      2.2.3cvs12
11711
11712         * src/msgcache.c
11713                 Verify that g_malloc() succeeded
11714
11715 2006-06-11 [colin]      2.2.3cvs11
11716
11717         * src/wizard.c
11718                 Add Face header to welcome mail
11719
11720 2006-06-10 [colin]      2.2.3cvs10
11721
11722         * src/textview.c
11723                 Revert previous (Forgot it changes the
11724                 margin on the whole mail)
11725
11726 2006-06-10 [colin]      2.2.3cvs9
11727
11728         * src/textview.c
11729                 Don't overlap long headers under (X-)Face
11730
11731 2006-06-10 [mones]      2.2.3cvs8
11732
11733         * manual/xml2pdf
11734                 allow generation of manual on systems lacking saxon binary
11735                 but with java and the saxon library installed
11736
11737         * po/es.po
11738                 updated for release
11739
11740 2006-06-09 [colin]      2.2.3cvs7
11741
11742         * src/summaryview.c
11743                 Fix leak when using Display Sender using Addressbook
11744
11745 2006-06-09 [colin]      2.2.3cvs6
11746
11747         * src/compose.c
11748         * src/folder.c
11749         * src/folderview.c
11750         * src/mimeview.c
11751         * src/summaryview.c
11752                 More leaks fixes
11753
11754 2006-06-09 [paul]       2.2.3cvs5
11755
11756         * AUTHORS
11757         * src/gtk/authors.h
11758         * tools/claws.i18n.status.pl
11759                 updated with new info
11760
11761 2006-06-09 [paul]       2.2.3cvs4
11762
11763         * README
11764                 updated
11765         * manual/ack.xml
11766                 add wwp to authors list
11767         * src/gtk/authors.h
11768                 update mine and Colin's addresses
11769
11770 2006-06-08 [colin]      2.2.3cvs3
11771
11772         * src/etpan/imap-thread.c
11773                 Fix leak on SSL cert check
11774
11775 2006-06-08 [colin]      2.2.3cvs2
11776
11777         * src/common/utils.c
11778                 Fix leak
11779
11780 2006-06-08 [paul]       2.2.3cvs1
11781
11782         * configure.ac
11783                 Update version number following
11784                 stable release
11785
11786 2006-06-07 [colin]      2.2.2cvs3
11787
11788         * src/msgcache.c
11789                 Fix catching cache read errors (guint instead of gint)
11790                 Prevent malloc'ing more than 8MB (means cache corruption)
11791
11792 2006-06-07 [paul]       2.2.2cvs2
11793
11794         * src/exporthtml.c
11795         * src/exportldif.c
11796         * src/mh.c
11797         * src/mutt.c
11798         * src/pine.c
11799         * src/common/utils.c
11800                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11801                 obey $HOME'
11802                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11803                 Thanks to Colin
11804
11805 2006-06-06 [paul]       2.2.2cvs1
11806
11807         * configure.ac
11808                 Update version number following
11809                 stable release
11810
11811 2006-06-06 [paul]       2.2.1cvs6
11812
11813         * src/matcher.c
11814                 fix  implicit declaration of
11815                 sylpheed_do_idle()
11816                 Patch by Fabien Vantard
11817
11818 2006-06-06 [paul]       2.2.1cvs5
11819
11820         * src/matcher.c
11821                 fix age_greater and age_lower so that they
11822                 mean what say and not '...or equal to'
11823                 Thanks to Colin
11824
11825 2006-06-06 [paul]       2.2.1cvs4
11826
11827         * src/textview.c
11828         * src/common/utils.c
11829                 fix URI check
11830                 Thanks to Colin
11831
11832 2006-06-05 [wwp]        2.2.1cvs3
11833
11834         * manual/fr/account.xml
11835                 minor language fixes (thanks to Fabien Vantard).
11836
11837 2006-06-05 [colin]      2.2.1cvs2
11838
11839         * src/prefs_folder_item.c
11840         * src/folderview.c
11841                 Allow recursive setting of properties 
11842                 for whole mailboxes
11843         * src/matcher.c
11844                 Don't freeze on 'test' filtering rule
11845
11846 2006-06-05 [colin]      2.2.1cvs1
11847
11848         * configure.ac
11849                 Update version number following
11850                 stable release
11851
11852 2006-06-04 [wwp]        2.2.0cvs82
11853
11854         * manual/glossary.xml
11855         * manual/account.xml
11856         * manual/fr/glossary.xml
11857         * manual/fr/account.xml
11858                 added glossary section and references/links related to the Face custom header.
11859
11860 2006-06-04 [colin]      2.2.0cvs81
11861
11862         * src/summaryview.c
11863                 Skip to next message on move with no
11864                 immediate execution
11865
11866 2006-06-04 [wwp]        2.2.0cvs80
11867
11868         * manual/xml2pdf
11869                 added sanity checks, exit when needed.
11870
11871 2006-06-03 [paul]       2.2.0cvs79
11872
11873         * src/prefs_receive.c
11874                 page name is now 'Receiving'
11875         * src/prefs_send.c
11876                 page name is now 'Sending'
11877
11878 2006-06-03 [colin]      2.2.0cvs78
11879
11880         * src/plugins/spamassassin/spamassassin_gtk.c
11881                 Autoswitch to Localhost if transport was previously
11882                 disabled. Else people had to check [] Enable, then
11883                 *reselect* transport.
11884
11885 2006-06-03 [colin]      2.2.0cvs77
11886
11887         * src/plugins/pgpinline/pgpinline.c
11888         * src/plugins/pgpmime/pgpmime.c
11889                 Check that gpg_data_release_and_get_mem 
11890                 didn't fail (now, why this happens...)
11891
11892 2006-06-03 [colin]      2.2.0cvs76
11893
11894         * src/mbox.c
11895                 Fix bug #962 (Manual and/or UI should 
11896                 warn about incompatible locking 
11897                 causing dataloss)
11898
11899 2006-06-02 [cleroy]     2.2.0cvs75
11900
11901         * src/filtering.c
11902         * src/folder.c
11903         * src/procmsg.c
11904         * src/summaryview.c
11905                 Fix a few leaks
11906
11907 2006-06-02 [colin]      2.2.0cvs74
11908
11909         * src/main.c
11910                 On exit, free caches after writing them
11911                 Shuts up some valgrind false positives
11912         * src/procmsg.c
11913         * src/send_message.c
11914                 Fix races when reusing existing SMTP connections
11915                 Fix inexistant session timeout
11916         * src/toolbar.c
11917                 Display alertpanel after all queues have
11918                 been processed, not after each
11919
11920 2006-06-02 [wwp]        2.2.0cvs73
11921
11922         * manual/fr/glossary.xml
11923         * manual/fr/ack.xml
11924         * manual/ack.xml
11925                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11926
11927 2006-06-02 [wwp]        2.2.0cvs72
11928
11929         * manual/xml2pdf
11930         * manual/dist/pdf/Makefile.am
11931         * manual/dtd/manual.xsl
11932         * manual/fr/dist/pdf/Makefile.am
11933         * manual/pl/dist/pdf/Makefile.am
11934                 we changed the procedure to generate the .pdf version of the manual.
11935                 The procedure is more modern and the .pdf we get now has a valid index.
11936                 Here are the new pre-requisites:
11937
11938                 - JRE 1.x (1.4 here): there must be one from your distro
11939                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11940                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11941                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11942
11943                 See my posts for further info about the installation of this toolchain:
11944
11945                 Date: Fri, 19 May 2006 19:40:06 +0200
11946                 From: wwp <subscript@free.fr>
11947                 To: sylpheed-claws-devel@lists.sourceforge.net
11948                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11949
11950                 and
11951
11952                 Date: Wed, 24 May 2006 12:58:49 +0200
11953                 From: wwp <subscript@free.fr>
11954                 To: sylpheed-claws-devel@lists.sourceforge.net
11955                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11956
11957 2006-06-01 [colin]      2.2.0cvs71
11958
11959         * src/compose.c
11960                 Better guards against IMAP races
11961         * src/main.c
11962         * src/prefs_common.c
11963         * src/prefs_common.h
11964         * src/common/ssl_certificate.c
11965         * src/etpan/imap-thread.c
11966         * src/etpan/imap-thread.h
11967         * src/gtk/sslcertwindow.c
11968                 New hidden option ssl_skip_cert_check to 
11969                 avoid dups of bug #959 (libetpan linked
11970                 against gnutls and gnutls buggy on 64bit)
11971                 Present expired warning only once per
11972                 session/server.
11973         * manual/advanced.xml
11974         * manual/fr/advanced.xml
11975                 Document new option
11976
11977 2006-06-01 [wwp]        2.2.0cvs70
11978
11979         * src/messageview.c
11980                 fix for bug #961 (return receipt dialog 
11981                 complains incorrectly about return-path 
11982                 email adress being different), thanks 
11983                 to Colin.
11984
11985 2006-05-31 [cleroy]     2.2.0cvs69
11986
11987         * src/common/ssl.c
11988                 Guard against NULLs, although this
11989                 should never be an issue
11990
11991 2006-05-31 [colin]      2.2.0cvs68
11992
11993         * src/filtering.c
11994                 Use g_slist_prepend
11995         * src/imap.c
11996                 Don't remove caches when destroying folder, it
11997                 could (should) be done at exit
11998         * src/inc.c
11999                 free processing cache after incorporation
12000         * src/etpan/imap-thread.c
12001                 Maybe fix bug #959 (Crash on moving to emails 
12002                 to a imap account per ssl with a expired 
12003                 certificate.)
12004
12005 2006-05-30 [colin]      2.2.0cvs67
12006
12007         * src/summaryview.c
12008                 Put back event flush when displaying message
12009                 It avoids reading a bunch of messages just
12010                 by hitting shift-n for too long ;)
12011
12012 2006-05-29 [colin]      2.2.0cvs66
12013
12014         * src/summaryview.c
12015                 Remove useless g_warnings
12016
12017 2006-05-29 [colin]      2.2.0cvs65
12018
12019         * src/imap.c
12020                 Fix g_slist_append()s for performance
12021
12022 2006-05-29 [colin]      2.2.0cvs64
12023
12024         * src/compose.c
12025         * src/common/utils.c
12026                 Fix extraneous tab at start of addresses
12027         * src/mainwindow.c
12028                 Fix warnings (thanks to Fabien)
12029                 Fix crash at exit when composing messages 
12030                 exist
12031         * src/pop.c
12032                 Fix progress bar when deleting expired mails
12033                 Thanks to Hiro
12034         * src/summaryview.c
12035         * src/gtk/gtksctree.c
12036                 Fix re-sorting slowness
12037
12038 2006-05-29 [paul]       2.2.0cvs63
12039
12040         * src/mh.c
12041                 fetch full message when moving mails
12042                 from another mailbox, (fixed data loss
12043                 when filtering from IMAP to MH, introduced
12044                 in 2.2.0cvs57).
12045                 Thanks to Colin
12046
12047 2006-05-29 [mones]      2.2.0cvs62
12048
12049         * src/gtk/gtksctree.c
12050                 Unselect faster (patch by Colin)        
12051
12052 2006-05-26 [colin]      2.2.0cvs61
12053
12054         * src/summaryview.c
12055                 Unplug MSGINFO_UPDATE callback on delete too.
12056
12057 2006-05-26 [colin]      2.2.0cvs60
12058
12059         * src/foldersel.c
12060                 Fix bold in folder selection window with glib2.10
12061                 thanks Hiro
12062
12063 2006-05-26 [colin]      2.2.0cvs59
12064
12065         * src/procheader.c
12066                 Convert date only if necessary (and don't
12067                 try to convert from utf8 to utf8, too)
12068         * src/summaryview.c
12069                 Only set column's text if the column's 
12070                 displayed
12071
12072 2006-05-26 [colin]      2.2.0cvs58
12073
12074         * src/summaryview.c
12075         * src/gtk/gtkutils.c
12076                 Fix useless warning
12077
12078 2006-05-26 [colin]      2.2.0cvs57
12079
12080         * src/mainwindow.c
12081                 Make summaryview selectable as long as 
12082                 no message has focus
12083         * src/mh.c
12084                 Faster deletion (by implementing mh_remove_msgs)
12085                 Faster copy (avoid using mh_fetch_msg just to get
12086                 the filename)
12087                 Faster move (using move_file instead of copy_file
12088                 if MSG_IS_MOVE)
12089                 No progressbar if total number of mails to cp/mv 
12090                 is less than 100
12091         * src/summaryview.c
12092                 Fix removal from subject_table when mail gets moved
12093                 Faster deletion (g_slist_prepend instead of append)
12094         * src/gtk/gtksctree.c
12095                 Remove useless code
12096
12097 2006-05-25 [colin]      2.2.0cvs56
12098
12099         * src/common/ssl_certificate.c
12100                 Fix leak in expired cert check
12101
12102 2006-05-25 [colin]      2.2.0cvs55
12103
12104         * src/mh.c
12105                 Disable flags syncing on .mh_sequences - it
12106                 is buggy and marks mails read under unknown
12107                 conditions.
12108
12109 2006-05-25 [paul]
12110
12111         * 2.3.0-rc4 released
12112
12113 2006-05-24 [colin]      2.2.0cvs54
12114
12115         attention cvs users: if you manage to crash
12116         Sylpheed-Claws while moving, copying or deleting
12117         mails, we *are* interested in stack traces and
12118         valgrind logs. It looks stable, but one never
12119         knows...
12120
12121         * src/folder.c
12122                 Add progressbar for cache updates
12123         * src/folderutils.c
12124                 Optimize Mark all read in the current
12125                 folder
12126         * src/mh.c
12127                 Add progressbar for copy/move
12128         * src/procmsg.c
12129                 Optimize O(n^2) in copy/move
12130         * src/summaryview.c
12131         * src/gtk/gtksctree.c
12132                 Optimize O(n^2) algos
12133         * src/common/timing.h
12134                 Display ms instead of us
12135
12136 2006-05-24 [wwp]        2.2.0cvs53
12137
12138         * manual/fr/advanced.xml
12139                 updates to the French manual.
12140
12141 2006-05-24 [wwp]        2.2.0cvs52
12142
12143         * src/common/utils.c
12144                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12145
12146 2006-05-24 [wwp]        2.2.0cvs51
12147
12148         * src/folderutils.c
12149                 fixed "mark all read" in MH folders (thanks to Colin).
12150
12151 2006-05-24 [paul]       2.2.0cvs50
12152
12153         * doc/man/sylpheed-claws.1
12154                 updated the man page
12155
12156 2006-05-23 [colin]      2.2.0cvs49
12157
12158         * src/folderview.c
12159         * src/imap.c
12160         * src/inc.c
12161         * src/mbox.c
12162         * src/messageview.c
12163         * src/news.c
12164         * src/send_message.c
12165         * src/summaryview.c
12166         * src/gtk/sslcertwindow.c
12167                 alertpanel fixes, by Fabien
12168
12169 2006-05-23 [colin]      2.2.0cvs48
12170
12171         * src/folder.c
12172         * src/folderview.c
12173         * src/msgcache.c
12174         * src/summaryview.c
12175         * src/gtk/gtksctree.c
12176         * src/gtk/gtksctree.h
12177                 More timings
12178                 Fix slow loading problem, which was caused by the
12179                 use of some gtk_ctree funcs and their use of
12180                 g_list_position while gtk_ctree_(un)link'ing.
12181                 Reap more functions from gtkctree.c to be sure we
12182                 use our (fast) version instead of theirs.
12183         * src/mh.c
12184                 Fix copy of unread mails
12185
12186
12187 2006-05-22 [wwp]        2.2.0cvs47
12188
12189         * manual/fr/advanced.xml
12190                 updated.
12191
12192 2006-05-22 [colin]      2.2.0cvs46
12193
12194         * src/filtering.c
12195                 Fix possible infinite loop. 'copy' is not a 
12196                 final action, so when encountering a 'copy',
12197                 we have to check if a previous one was set
12198                 and do it. In the same way, if we encounter
12199                 a 'move' we have to perform a possibly 
12200                 pending 'copy'. This will slow down filtering
12201                 on IMAP if move+copy or multiple copy actions
12202                 are to be done, but handling it via the batch
12203                 would be really too convoluted.
12204
12205 2006-05-22 [wwp]        2.2.0cvs45
12206
12207         * manual/fr/advanced.xml
12208         * manual/fr/faq.xml
12209         * manual/fr/glossary.xml
12210         * manual/fr/handling.xml
12211         * manual/fr/intro.xml
12212         * manual/fr/plugins.xml
12213         * manual/fr/sylpheed-claws-manual.xml
12214                 sync w/ the english manual: updates URIs, documented mailing-list
12215                 support, better explanation about the enabled/disabled feature
12216                 in filtering/processing rules by Paul.
12217
12218 2006-05-21 [colin]      2.2.0cvs44
12219
12220         * src/summaryview.c
12221                 Don't expand after building threads, but during
12222
12223 2006-05-21 [colin]      2.2.0cvs43
12224
12225         * src/procmsg.c
12226         * src/summaryview.c
12227                 More timing possibilities... For next time I have 
12228                 to find out how the hell some 3GHz computer takes
12229                 one minute to open a 30k folder...
12230
12231 2006-05-21 [colin]      2.2.0cvs42
12232
12233         * manual/pl/advanced.xml
12234         * manual/pl/faq.xml
12235         * manual/pl/glossary.xml
12236         * manual/pl/handling.xml
12237         * manual/pl/intro.xml
12238         * manual/pl/plugins.xml
12239         * manual/pl/sylpheed-claws-manual.xml
12240                 Polish manual updated by Pawel
12241
12242 2006-05-20 [colin]
12243
12244         * 2.3.0-rc3 released
12245
12246 2006-05-20 [colin]      2.2.0cvs41
12247
12248         * src/imap.c
12249                 Fix -rc2 problems:
12250                 - remove cache of moved messages from original folder
12251                 - apply new flags to messages even if they aren't appliable
12252                   via IMAP.
12253
12254 2006-05-20 [colin]
12255
12256         * 2.3.0-rc2 released
12257
12258 2006-05-19 [colin]      2.2.0cvs40
12259
12260         * src/imap.c
12261                 Don't issue SELECT in imap_change_flags
12262                 before having checked that we indeed have
12263                 some flags to change. MSG_POSTFILTERED for
12264                 example can't be used on IMAP.
12265                 Fixes bug #955 (copying messages between 
12266                 imap folders is extremely slow), which was
12267                 a regression.
12268
12269 2006-05-19 [colin]      2.2.0cvs39
12270
12271         * src/folder.c
12272         * src/folder.h
12273         * src/folderview.c
12274                 Try to fix bug #830 (Some unread messages 
12275                 get marked read in IMAP inbox):
12276                 - Prevent scanning a folder if it's being 
12277                   opened via the GUI
12278                 - Postpone opening via the GUI of a folder
12279                   currently scanned.
12280
12281
12282 2006-05-19 [wwp]        2.2.0cvs38
12283
12284         * manual/advanced.xml
12285                 fix English+typo (thanks to Paul).
12286
12287 2006-05-19 [wwp]        2.2.0cvs37
12288
12289         * manual/advanced.xml
12290         * manual/fr/advanced.xml
12291         * src/gtk/logwindow.c
12292         * src/prefs_common.c
12293         * src/prefs_common.h
12294                 added hidden prefs to allow customization of colors used in
12295                 protocol log window (useful for dark gtk+ themes).
12296
12297 2006-05-19 [wwp]        2.2.0cvs36
12298
12299         * ChangeLog
12300                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12301
12302 2006-05-19 [paul]       2.2.0cvs35
12303
12304         * src/textview.c
12305                 make Reply-To fully clickable
12306         * src/gtk/logwindow.c
12307                 more colouring (SMTP ESMTP)
12308         Both patches by Pawel Pekala
12309
12310 2006-05-19 [cleroy]     2.2.0cvs34
12311
12312         * src/mh.c
12313                 Don't update flags from current folder
12314                 Probably fixes bug #935 (Read Messages 
12315                 Revert to Being Marked as Unread)
12316
12317 2006-05-18 [colin]      2.2.0cvs33
12318
12319         * src/imap.c
12320                 Warning fix
12321         * src/compose.c
12322         * src/mainwindow.c
12323         * src/summaryview.c
12324         * src/toolbar.c
12325                 Allow replying to multiple emails
12326                 in multiple windows
12327         * src/mimeview.c
12328         * src/etpan/imap-thread.c
12329                 Leak fixes
12330
12331 2006-05-18 [paul]       2.2.0cvs32
12332
12333         * src/summaryview.c
12334                 keep Mailing-List menu refreshed
12335                 Thanks to Colin
12336
12337 2006-05-18 [paul]       2.2.0cvs31
12338
12339         * manual/advanced.xml
12340         * manual/faq.xml
12341         * manual/glossary.xml
12342         * manual/handling.xml
12343         * manual/intro.xml
12344         * manual/plugins.xml
12345         * manual/sylpheed-claws-manual.xml
12346                 update URLs
12347                 add info about mailing-list support
12348                 edit filtering info
12349         * src/wizard.c
12350         * src/common/defs.h
12351         * src/gtk/about.c
12352         * src/plugins/dillo_viewer/README
12353                 update URLs
12354
12355 2006-05-17 [wwp]        2.2.0cvs30
12356
12357         * manual/handling.xml
12358         * manual/fr/handling.xml
12359                 documented the ability to enabled/disable filtering/processing rules.
12360
12361 2006-05-17 [colin]      2.2.0cvs29
12362
12363         * src/main.c
12364                 Don't initialize g_thread subsystem if it's 
12365                 already done (thanks to Hiro)
12366         * src/mimeview.c
12367                 Fix saving of parts when there name can't be
12368                 converted from UTF-8.
12369
12370 2006-05-17 [paul]       2.2.0cvs28
12371
12372         * po/Makefile.in.in
12373                 fix config.status warning with autoconf 2.60
12374
12375 2006-05-17 [paul]       2.2.0cvs27
12376
12377         * po/POTFILES.in
12378                 add src/mbox.c
12379
12380 2006-05-17 [wwp]        2.2.0cvs26
12381
12382         * src/mainwindow.c
12383                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12384
12385 2006-05-17 [wwp]        2.2.0cvs25
12386
12387         * src/plugins/demo/demo.c
12388                 updated product name in plugin demo (many plugins need to be
12389                 sync'ed w/ that change).
12390
12391 2006-05-17 [colin]      2.2.0cvs24
12392
12393         * src/mh.c
12394                 Fix leak
12395
12396 2006-05-16 [colin]      2.2.0cvs23
12397
12398         * src/mainwindow.c
12399                 Stupid me hit again. Fix cvs22.
12400
12401 2006-05-16 [colin]      2.2.0cvs22
12402
12403         * src/mainwindow.c
12404                 Fix bug #922 (sylpheed-claws crashed after 
12405                 pushing on Inbox folder)
12406
12407 2006-05-16 [colin]      2.2.0cvs21
12408
12409         * src/compose.c
12410                 Make From header be copy/paste/select-able
12411
12412 2006-05-16 [wwp]        2.2.0cvs20
12413
12414         * src/export.c
12415         * src/matcher.c
12416         * src/summaryview.c
12417         * src/etpan/imap-thread.c
12418                 fix some compiler warnings (thanks to Colin).
12419
12420 2006-05-16 [wwp]        2.2.0cvs19
12421
12422         * src/action.c
12423         * src/gedit-print.c
12424         * src/inc.c
12425         * src/mainwindow.c
12426         * src/mh.c
12427         * src/statusbar.c
12428         * src/send_message.c
12429         * src/summaryview.c
12430                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12431
12432 2006-05-15 [colin]      2.2.0cvs18
12433
12434         * src/procmsg.c
12435                 Fix automatic rule creation with List-Post
12436
12437 2006-05-15 [paul]       2.2.0cvs17
12438
12439         * tools/filter_conv_new.pl
12440                 updated for rule enabling/disabling
12441                 claws version >= 2.3.x required
12442
12443 2006-05-15 [cleroy]     2.2.0cvs16
12444
12445         * src/main.c
12446                 Revert test
12447
12448 2006-05-15 [cleroy]     2.2.0cvs15
12449
12450         * src/main.c
12451                 test
12452
12453 2006-05-15 [wwp]        2.2.0cvs14
12454
12455         * manual/pl/.cvsignore
12456                 ignore generated files.
12457
12458 2006-05-14 [wwp]        2.3.0-rc1
12459
12460         * 2.3.0-rc1 released
12461
12462 2006-05-13 [wwp]        2.2.0cvs13
12463
12464         * src/filtering.c
12465         * src/filtering.h
12466         * src/matcher.c
12467         * src/matcher_parser_lex.l
12468         * src/matcher_parser_parse.y
12469         * src/prefs_filtering.c
12470                 new feature: provide the ability to disable filtering and processing
12471                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12472                 adaptations.
12473
12474 2006-05-13 [colin]      2.2.0cvs12
12475
12476         * src/compose.c
12477                 Remove useless if (a) b; else b;
12478                 Thanks to wwp
12479
12480 2006-05-13 [wwp]        2.2.0cvs11
12481
12482         * src/export.c
12483         * src/import.c
12484         * src/mainwindow.c
12485         * src/mbox.c
12486         * src/summaryview.c
12487         * src/summaryview.h
12488                 no more silent failures (or at least less ones) when importing
12489                 or exporting from/to mbox. Also start importing/exporting if
12490                 the necessary info is set.
12491
12492 2006-05-13 [wwp]        2.2.0cvs10
12493
12494         * RELEASE_NOTES
12495                 restored up-to-date release notes.
12496
12497 2006-05-13 [paul]       2.2.0cvs9
12498
12499         * po/nl.po
12500         * po/ru.po
12501                 updated by Tim Dijkstra and Pavlo Bohmat
12502
12503 2006-05-12 [colin]      2.2.0cvs8
12504
12505         * src/gtk/quicksearch.c
12506                 Add "k" as shortcut for "colorlabel". Patch
12507                 by ath42@users.sf.net.
12508
12509 2006-05-12 [paul]       2.2.0cvs7
12510
12511         * src/prefs_common.h
12512         * src/prefs_summaries.c
12513         * src/summaryview.c
12514                 when entering a folder also allow
12515                 going directly to first Marked message
12516
12517 2006-05-12 [paul]       2.2.0cvs6
12518
12519         * src/summaryview.c
12520                 always obey 'confirm before marking all
12521                 mails read' option
12522
12523 2006-05-12 [paul]       2.2.0cvs5
12524
12525         * src/textview.c
12526                 make Sender fully clickable
12527
12528 2006-05-12 [colin]      2.2.0cvs4
12529
12530         * src/compose.c
12531         * src/compose.h
12532                 Let From be editable
12533         * src/main.c
12534         * src/mh.c
12535                 Full support of .mh_sequences' Unseen seq
12536
12537 2006-05-12 [colin]      2.2.0cvs3
12538
12539         * src/folder.c
12540         * src/mainwindow.c
12541         * src/mainwindow.h
12542         * src/messageview.c
12543         * src/prefs_spelling.c
12544         * src/procheader.c
12545         * src/procmsg.c
12546         * src/procmsg.h
12547         * src/summaryview.c
12548         * src/toolbar.c
12549         * src/toolbar.h
12550                 Add contextual menu on Compose toolbar
12551                 button. Fixes bug #944 (Automatic
12552                 addresses not applied when changing account
12553                 from compose window)
12554                 add Mailing List support
12555                 based on the old 0.6.5claws25 patch by
12556                 Melvin Hadasht, with finishing touches
12557                 by Colin
12558                 Fix "ignore thread" when mails are threaded by
12559                 subject (and weren't ignored although appearing
12560                 in the thread).
12561                 GUI rework.
12562                 Both patches by Pawel.
12563
12564 2006-05-08 [paul]       2.2.0cvs2
12565
12566         * src/mainwindow.c
12567         * src/mainwindow.h
12568         * src/messageview.c
12569         * src/procheader.c
12570         * src/procmsg.c
12571         * src/procmsg.h
12572         * src/summaryview.c
12573                 add Mailing List support
12574                 based on the old 0.6.5claws25 patch by 
12575                 Melvin Hadasht, with finishing touches
12576                 by Colin
12577
12578 2006-05-08 [colin]      2.2.0cvs1
12579
12580         * src/mainwindow.c
12581         * src/toolbar.c
12582         * src/toolbar.h
12583                 Add contextual menu on Compose toolbar 
12584                 button. Fixes bug #944 (Automatic 
12585                 addresses not applied when changing account 
12586                 from compose window)
12587
12588 2006-05-08 [paul]       2.2.0
12589
12590         2.2.0 released
12591
12592 2006-05-08 [paul]       2.1.1cvs51
12593
12594         * po/cs.po
12595         * po/de.po
12596         * po/en_GB.po
12597         * po/fi.po
12598         * po/fr.po
12599         * po/pt_BR.po
12600         * po/sr.po
12601         * po/zh_CN.po
12602                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12603                 Fabien Vantard, Frederico Goncalves Guimaraes,
12604                 Aleksandar Urosevic, and Ralgh Young
12605
12606 2006-05-12 [colin]      2.1.1cvs50
12607
12608         * po/cs.po
12609         * po/de.po
12610         * po/en_GB.po
12611         * po/es.po
12612         * po/fi.po
12613         * po/fr.po
12614         * po/pt_BR.po
12615         * po/sr.po
12616         * po/zh_CN.po
12617                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12618                 Fabien Vantard, Frederico Goncalves Guimaraes,
12619                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12620
12621 2006-05-05 [colin]      2.1.1cvs49
12622
12623         * manual/Makefile.am
12624         * manual/pl/Makefile.am
12625         * manual/pl/account.xml
12626         * manual/pl/ack.xml
12627         * manual/pl/addrbook.xml
12628         * manual/pl/advanced.xml
12629         * manual/pl/faq.xml
12630         * manual/pl/glossary.xml
12631         * manual/pl/gpl.xml
12632         * manual/pl/handling.xml
12633         * manual/pl/intro.xml
12634         * manual/pl/keyboard.xml
12635         * manual/pl/plugins.xml
12636         * manual/pl/starting.xml
12637         * manual/pl/sylpheed-claws-manual.xml
12638         * manual/pl/dist/.cvsignore
12639         * manual/pl/dist/Makefile.am
12640         * manual/pl/dist/html/.cvsignore
12641         * manual/pl/dist/html/Makefile.am
12642         * manual/pl/dist/pdf/.cvsignore
12643         * manual/pl/dist/pdf/Makefile.am
12644         * manual/pl/dist/ps/.cvsignore
12645         * manual/pl/dist/ps/Makefile.am
12646         * manual/pl/dist/txt/.cvsignore
12647         * manual/pl/dist/txt/Makefile.am
12648                 Add the polish translation of the manual,
12649                 Authored by Pawel Pekala.
12650
12651 2006-05-05 [cleroy]     2.1.1cvs48
12652
12653         * src/main.c
12654                 Re-read matcherrc after loading plugins 
12655                 if some of them add folders.
12656
12657 2006-05-03 [colin]      2.1.1cvs47
12658
12659         * src/imap.c
12660                 I'm idiot
12661
12662 2006-05-03 [colin]      2.1.1cvs46
12663
12664         * src/imap.c
12665                 Be sure to have a session when
12666                 getting separator
12667
12668 2006-05-03 [colin]      2.1.1cvs45
12669
12670         * src/imap.c
12671         * src/imap.h
12672         * src/imap_gtk.c
12673                 Fix preventing renaming with namespace 
12674                 separator.
12675
12676 2006-05-01 [colin]      2.1.1cvs44
12677
12678         * src/action.c
12679                 Don't reload messageview when result of
12680                 action is piped.
12681
12682 2006-04-29 [colin]      2.1.1cvs43
12683
12684         * src/prefs_receive.c
12685         * src/plugins/spamassassin/spamassassin_gtk.c
12686         * src/plugins/clamav/clamav_plugin_gtk.c
12687                 GUI fixes by Pawel
12688
12689 2006-04-29 [colin]      2.1.1cvs42
12690
12691         * src/prefs_compose_writing.c
12692         * src/prefs_quote.c
12693                 Cleanups. Patch by Pawel
12694
12695 2006-04-28 [paul]       2.1.1cvs41
12696
12697         * src/matcher.c
12698                 fix returned quick search results when search
12699                 term contains an underscore.
12700                 Thanks to Colin
12701
12702 2006-04-28 [paul]       2.1.1cvs40
12703
12704         * src/prefs_message.c
12705         * src/prefs_receive.c
12706                 GUI cleanups
12707                 Patches by Pawel Pekala
12708
12709 2006-04-27 [colin]      2.1.1cvs39
12710
12711         * src/wizard.c
12712                 Differentiate subject Welcome from
12713                 window's title Welcome
12714
12715 2006-04-27 [paul]
12716
12717         2.2.0-rc1 released
12718
12719 2006-04-27 [paul]       2.1.1cvs38
12720
12721         * manual/advanced.xml
12722         * manual/fr/advanced.xml
12723                 add info about compose_no_markup hidden pref
12724
12725 2006-04-27 [paul]       2.1.1cvs37
12726
12727         * src/prefs_account.c
12728                 improve privacy labels
12729         * src/prefs_msg_colors.c
12730                 change some strings for translators' convenience
12731         * src/gtk/gtkutils.c
12732                 don't underline the link button text
12733
12734 2006-04-25 [colin]      2.1.1cvs36
12735
12736         * src/folder.c
12737                 Complete 2.1.1cvs33 (once more ;)
12738
12739 2006-04-25 [colin]      2.1.1cvs35
12740
12741         * src/editldap.c
12742                 Fix tooltip
12743
12744 2006-04-25 [cleroy]     2.1.1cvs34
12745
12746         * src/compose.c
12747         * src/gtk/gtkaspell.c
12748                 Fix crash on redirect (related to the return 
12749                 of the aspell menu in compose's toolbar)
12750         * src/prefs_msg_colors.c
12751                 Fix sensitivity widgets
12752         * src/image_viewer.c
12753         * src/gtk/pluginwindow.c
12754         * src/gtk/prefswindow.c
12755                 Change released signals to clicked (Fabien)
12756         * po/POTFILES.in
12757         * src/common/socket.c
12758         * src/plugins/spamassassin/spamassassin.c
12759                 Translate strings (Fabien)
12760
12761 2006-04-25 [paul]       2.1.1cvs33
12762
12763         * src/folder.c
12764         * src/folder.h
12765         * src/folderview.c
12766                 complete the fix of bug #912
12767                 Thanks to Colin
12768
12769 2006-04-25 [colin]      2.1.1cvs32
12770
12771         * src/news.c
12772                 Better progress bar
12773         * src/mimeview.c
12774         * src/summaryview.c
12775         * src/summaryview.h
12776                 Fix focus chain
12777                 Patches by Pawel Pekala
12778
12779 2006-04-24 [colin]      2.1.1cvs31
12780
12781         * src/compose.c
12782                 Fix compilation warnings (Fabien)
12783
12784 2006-04-24 [colin]      2.1.1cvs30
12785
12786         * src/addrindex.c
12787         * src/editldap.c
12788         * src/editldap_basedn.c
12789         * src/editldap_basedn.h
12790         * src/ldapctrl.c
12791         * src/ldapctrl.h
12792         * src/ldapquery.c
12793         * src/ldaputil.c
12794         * src/ldaputil.h
12795                 Fix bug #901 (LDAPS support)
12796
12797 2006-04-24 [colin]      2.1.1cvs29
12798
12799         * src/compose.c
12800                 Fix logic on error with send dialog on
12801         * src/imap.c
12802                 Fix compilation without libetpan, thanks
12803                 to Fabien
12804         * src/summaryview.c
12805                 Fix 'context-menu' key
12806
12807 2006-04-23 [colin]      2.1.1cvs28
12808
12809         * src/folder.c
12810                 Never free current's cache to free up 
12811                 memory. Fixes bug #912 (new count 
12812                 randomly set to message count)
12813
12814 2006-04-23 [colin]      2.1.1cvs27
12815
12816         * src/gtk/quicksearch.c
12817                 And remove printf...
12818
12819 2006-04-23 [colin]      2.1.1cvs26
12820
12821         * src/gtk/quicksearch.c
12822                 Fix replacing in quicksearch, and fix inserting
12823                 in the middle of the string. (introduced at 2.1.0cvs22)
12824
12825 2006-04-23 [colin]      2.1.1cvs25
12826
12827         * src/imap.c
12828                 Make sure uidnext is initialized in get_num_list
12829                 (not for stable, related to 2.1.1cvs8 and friends)
12830
12831 2006-04-23 [colin]      2.1.1cvs24
12832
12833         * src/imap.c
12834                 Output something when login is successful
12835                 too
12836
12837 2006-04-23 [colin]      2.1.1cvs23
12838
12839         * src/etpan/imap-thread.c
12840                 Better logging (line-per-line, hide data in fetch)
12841                 Fix a const warning
12842         * src/gtk/logwindow.c
12843         * src/gtk/logwindow.h
12844                 Better logging (color for input/output)
12845
12846 2006-04-21 [colin]      2.1.1cvs22
12847
12848         * src/gtk/quicksearch.c
12849                 On gtk+-2.8, use stock buttons in quicksearch
12850                 Based on a patch by Fabien and a design by Paul
12851
12852 2006-04-21 [colin]      2.1.1cvs21
12853
12854         * src/folderview.c
12855         * src/mainwindow.c
12856                 Fix occasional flicker in folderview
12857         * src/common/utils.c
12858                 Fix bug #943 (Incorrectly parsed email address 
12859                 list in short headers on message view and in 
12860                 printouts)
12861
12862 2006-04-20 [colin]      2.1.1cvs20
12863
12864         * src/imap.c
12865         * src/imap.h
12866         * src/prefs_account.c
12867                 Add ANONYMOUS auth for IMAP
12868
12869 2006-04-20 [paul]       2.1.1cvs19
12870
12871         * src/main.c
12872                 proper fix for 2.1.1cvs18
12873                 Thanks to Colin
12874
12875 2006-04-20 [paul]       2.1.1cvs18
12876
12877         * src/main.c
12878                 fix build warnings
12879
12880 2006-04-20 [paul]       2.1.1cvs17
12881
12882         * src/gtk/quicksearch.c
12883                 fix standard, non-extended Quick search,
12884                 was broken in 2.1.1cvs15.
12885                 Thanks to Colin.
12886
12887 2006-04-20 [colin]      2.1.1cvs16
12888
12889         * src/prefs_matcher.c
12890                 Fix values when reselecting a ~test
12891                 rule
12892
12893 2006-04-19 [colin]      2.1.1cvs15
12894
12895         * src/compose.c
12896         * src/compose.h
12897         * src/gtk/gtkaspell.c
12898         * src/gtk/gtkaspell.h
12899                 Put back Options menu in Spelling/
12900         * src/gtk/quicksearch.c
12901                 Don't search, and show error, if the
12902                 advanced search has a syntax error
12903
12904 2006-04-18 [colin]      2.1.1cvs14
12905
12906         * src/textview.c
12907                 Fix gdk warnings on set_cursor when textview
12908                 isn't visible
12909
12910 2006-04-18 [colin]      2.1.1cvs13
12911
12912         * src/gtk/gtksctree.c
12913                 Remove seemingly useless refresh that causes
12914                 flicker - watch this commit in case of 
12915                 problems before planned backport to stable
12916
12917 2006-04-18 [colin]      2.1.1cvs12
12918
12919         * src/imap.c
12920                 Factorize get/set_xml code
12921         * src/compose.c
12922         * src/prefs_account.c
12923         * src/prefs_account.h
12924         * src/procmsg.c
12925                 Add Encrypt to self option
12926
12927 2006-04-17 [colin]      2.1.1cvs11
12928
12929         * configure.ac
12930                 Fix search on encrpyt function on dragonfly
12931                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12932
12933 2006-04-17 [colin]      2.1.1cvs10
12934
12935         * src/prefs_account.c
12936                 Be safe by default: remove mails from POP3
12937                 after 7 days, not immediately
12938
12939 2006-04-17 [colin]      2.1.1cvs9
12940
12941         * src/etpan/imap-thread.c
12942                 Fix build on DragonFly - patch by 
12943                 Jonathan Buschmann <jonthn@agmact.com>
12944
12945 2006-04-17 [colin]      2.1.1cvs8
12946
12947         * src/imap.c
12948                 Save uidnext between sessions
12949
12950 2006-04-17 [colin]      2.1.1cvs7
12951
12952         * src/imap.c
12953                 scan is required when uid validity changes
12954
12955 2006-04-17 [colin]      2.1.1cvs6
12956
12957         * src/folderview.c
12958                 Don't scan if not necessary, apart in current
12959                 folder and INBOX to fetch flags.
12960         * src/imap.c
12961                 Scan is necessary if unread count changes
12962
12963 2006-04-17 [colin]      2.1.1cvs5
12964
12965         * src/imap.c
12966                 ...But always fetch ANSWERED and DELETED flags for
12967                 INBOX, as filtering can happen on these flags.
12968
12969 2006-04-17 [colin]      2.1.1cvs4
12970
12971         * src/imap.c
12972                 Don't fetch REPLIED and DELETED flags when synchronising
12973                 flags with a closed folder. We only need UNSEEN and FLAGGED
12974                 to update the folderview.
12975
12976 2006-04-17 [colin]      2.1.1cvs3
12977
12978         * src/imap.c
12979                 Faster flag search when there are new mails 
12980                 in a folder. We can do a full search if the 
12981                 folder contains less messages than the new
12982                 list.
12983
12984 2006-04-17 [colin]      2.1.1cvs2
12985
12986         * po/cs.po
12987         * po/de.po
12988         * po/fr.po
12989         * po/nl.po
12990         * po/pt_BR.po
12991                 Update translations from stable branch
12992
12993 2006-04-17 [colin]      2.1.1cvs1
12994
12995         * configure.ac
12996                 Bump version to follow stable release
12997
12998 2006-04-16 [mones]      2.1.0cvs50
12999
13000         * po/es.po
13001                 Updated for release
13002
13003 2006-04-16 [colin]      2.1.0cvs49
13004
13005         * src/textview.c
13006                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13007                 with gtk < 2.8. Thanks to Fabien Vantard.
13008
13009 2006-04-15 [colin]      2.1.0cvs48
13010
13011         * src/etpan/imap-thread.c
13012                 Fix bug #919 (libetpan: SEGV when connecting 
13013                 using command)
13014
13015 2006-04-14 [colin]      2.1.0cvs47
13016
13017         * src/main.c
13018                 Fix race on --select (should be done better)
13019
13020 2006-04-14 [wwp]        2.1.0cvs46
13021
13022         * src/send_message.c
13023                 enforce a check for domain in account prefs (a sending
13024                 error could be faced if domain was checked but no value set),
13025                 thanks to Colin.
13026
13027 2006-04-14 [colin]      2.1.0cvs45
13028
13029         * src/codeconv.c
13030                 when converting from unknown to unknown, if the
13031                 string is UTF8, don't convert it to the locale
13032                 (which breaks it)
13033
13034 2006-04-14 [colin]      2.1.0cvs44
13035
13036         * src/compose.c
13037                 Don't try to use ASCII for converting headers
13038                 (as done in body)
13039
13040 2006-04-14 [paul]       2.1.0cvs43
13041
13042         * src/crash.c
13043                 add locale/charset info to crash report
13044         * src/gtk/about.c
13045                 add wwp to doc team
13046                 replace 'e-mail' with preferred 'email'
13047         * src/gtk/authors.h
13048                 ensure contributors list is in alphabetical
13049                 order
13050
13051 2006-04-13 [colin]      2.1.0cvs42
13052
13053         * src/textview.c
13054                 Prevent gdk warnings
13055
13056 2006-04-13 [colin]      2.1.0cvs41
13057
13058         * src/common/ssl_certificate.c
13059         * src/common/ssl_certificate.h
13060         * src/gtk/sslcertwindow.c
13061                 Warn on expired certs, and display the expiration date
13062
13063 2006-04-13 [colin]      2.1.0cvs40
13064
13065         * src/plugins/spamassassin/spamassassin_gtk.c
13066                 Fix missing set_text on unix socket
13067
13068 2006-04-13 [wwp]        2.1.0cvs39
13069
13070         * manual/fr/advanced.xml
13071         * manual/fr/glossary.xml
13072                 applied new spam/ham/email lexicon (pourriel, courriel)
13073
13074 2006-04-13 [paul]       2.1.0cvs38
13075
13076         * src/plugins/pgpmime/plugin.c
13077                 remove the mention of S/MIME from the
13078                 description. This is now handled by the
13079                 S/MIME plugin.
13080
13081 2006-04-13 [paul]       2.1.0cvs37
13082
13083         * src/prefs_msg_colors.c
13084                 rework dialog
13085         * src/prefs_folder_item.c
13086         * src/prefs_spelling.c
13087                 add a tooltip to the colour selector buttons
13088
13089 2006-04-13 [wwp]        2.1.0cvs36
13090
13091         * manual/advanced.xml
13092         * manual/glossary.xml
13093         * manual/handling.xml
13094         * manual/keyboard.xml
13095         * manual/plugins.xml
13096         * manual/starting.xml
13097         * manual/fr/account.xml
13098         * manual/fr/ack.xml
13099         * manual/fr/addrbook.xml
13100         * manual/fr/advanced.xml
13101         * manual/fr/faq.xml
13102         * manual/fr/glossary.xml
13103         * manual/fr/gpl.xml
13104         * manual/fr/handling.xml
13105         * manual/fr/intro.xml
13106         * manual/fr/keyboard.xml
13107         * manual/fr/plugins.xml
13108         * manual/fr/starting.xml
13109         * manual/fr/sylpheed-claws-manual.xml
13110                 fixes to the manuals:
13111                  - summaryview -> Message List (same in French)
13112                  - translate key names
13113                  - fix French punctuation, use non-breakable spaces when
13114                    necessary, don't use &thinsp; which is not portable
13115                  - tell what maildir and mbox formats we support
13116
13117 2006-04-12 [wwp]        2.1.0cvs35
13118
13119         * src/prefs_toolbar.c
13120                 unified a replace button more,
13121                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13122
13123 2006-04-12 [wwp]        2.1.0cvs34
13124
13125         * src/prefs_common.c
13126         * src/prefs_msg_colors.c
13127                 make default color labels translatable,
13128                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13129                 thanks to Tim <timbrain@post.cz> for reporting.
13130
13131 2006-04-12 [wwp]        2.1.0cvs33
13132
13133         * manual/glossary.xml
13134         * manual/intro.xml
13135         * manual/plugins.xml
13136         * manual/starting.xml
13137         * manual/sylpheed-claws-manual.xml
13138         * manual/fr/.cvsignore
13139         * manual/fr/account.xml
13140         * manual/fr/ack.xml
13141         * manual/fr/addrbook.xml
13142         * manual/fr/advanced.xml
13143         * manual/fr/faq.xml
13144         * manual/fr/glossary.xml
13145         * manual/fr/handling.xml
13146         * manual/fr/intro.xml
13147         * manual/fr/keyboard.xml
13148         * manual/fr/plugins.xml
13149         * manual/fr/starting.xml
13150         * manual/fr/sylpheed-claws-manual.xml
13151                 various fixes: typos, missing .fr translations, punctuation,
13152                 capitalization, links, accents and some bad French more.
13153
13154 2006-04-12 [wwp]        2.1.0cvs32
13155
13156         * src/prefs_gtk.c
13157                 fix for bug #935: always store prefs files in UTF-8 (thanks
13158                 to Colin).
13159
13160 2006-04-11 [colin]      2.1.0cvs31
13161
13162         * src/compose.c
13163                 Fix inserting files not in utf8 when locale is utf8
13164
13165 2006-04-11 [colin]      2.1.0cvs30
13166
13167         * src/inc.c
13168                 Don't show error dialog when cancelling connection
13169                 Patch by Pawel
13170
13171 2006-04-11 [cleroy]     2.1.0cvs29
13172
13173         * src/compose.c
13174                 Implement multiple quote levels
13175         * src/prefs_common.c
13176                 Change a little bit the quote bgcolor for 2nd level
13177
13178 2006-04-11 [colin]      2.1.0cvs28
13179
13180         * src/gtk/about.c
13181                 Add locale and charset in the label
13182
13183 2006-04-10 [colin]      2.1.0cvs27
13184
13185         * src/compose.c
13186         * src/prefs_common.c
13187         * src/prefs_common.h
13188         * src/prefs_msg_colors.c
13189         * src/textview.c
13190                 Allow optional background color in quotes
13191                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13192                 GTK+-2.8.x feature
13193
13194 2006-04-10 [colin]      2.1.0cvs26
13195
13196         * src/main.c
13197         * src/mainwindow.c
13198         * src/mainwindow.h
13199                 Implement --select
13200
13201 2006-04-10 [colin]      2.1.0cvs25
13202
13203         * manual/plugins.xml
13204         * manual/fr/plugins.xml
13205                 Document libcurl's proxy variables
13206
13207 2006-04-09 [colin]      2.1.0cvs24
13208
13209         * src/prefs_common.c
13210                 gettext() returns statically allocated stuff. We have
13211                 to strdup it in order to be able to free it.
13212
13213 2006-04-09 [colin]      2.1.0cvs23
13214
13215         * AUTHORS
13216         * src/gtk/authors.h
13217                 Add Alexei
13218
13219 2006-04-09 [colin]      2.1.0cvs22
13220
13221         * src/mainwindow.c
13222         * src/gtk/quicksearch.c
13223                 Fix bug #859 (problems with cyrilic input in 
13224                 search panel) - Patch by Alexey Illarionov 
13225                 <littlesavage@rambler.ru>
13226
13227 2006-04-09 [colin]      2.1.0cvs21
13228
13229         * src/prefs_customheader.c
13230                 I prefer removing then freeing rather than the contrary
13231                 (even if it doesn't change anything ;-)
13232         * src/prefs_account.c
13233                 Fix bug #933 (Crash re-entering the custom headers list 
13234                 dialog in accounts prefs)
13235                 The problem happened when cancelling the Account 
13236                 Preferences' dialogs - in which case we didn't do 
13237                 anything to the PrefsAccount * struct. In case of applying,
13238                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13239                 working with in this dialog. The problem is that 
13240                 prefs_customheader.c, working on this tmp_ac_prefs, always
13241                 changes the ->customhdr_list pointer, even when cancelled. 
13242                 So in case of cancelling the prefs_account dialog, we still
13243                 have to update ->customhdr_list in the real account.
13244
13245 2006-04-08 [colin]      2.1.0cvs20
13246
13247         * manual/fr/glossary.xml
13248         * manual/fr/keyboard.xml
13249                 Forgot some headers :)
13250
13251 2006-04-08 [colin]      2.1.0cvs19
13252
13253         * manual/Makefile.am
13254         * manual/fr/Makefile.am
13255         * manual/fr/account.xml
13256         * manual/fr/ack.xml
13257         * manual/fr/addrbook.xml
13258         * manual/fr/advanced.xml
13259         * manual/fr/faq.xml
13260         * manual/fr/glossary.xml
13261         * manual/fr/gpl.xml
13262         * manual/fr/handling.xml
13263         * manual/fr/intro.xml
13264         * manual/fr/keyboard.xml
13265         * manual/fr/plugins.xml
13266         * manual/fr/starting.xml
13267         * manual/fr/sylpheed-claws-manual.xml
13268         * manual/fr/dist/.cvsignore
13269         * manual/fr/dist/Makefile.am
13270         * manual/fr/dist/html/.cvsignore
13271         * manual/fr/dist/html/Makefile.am
13272         * manual/fr/dist/pdf/.cvsignore
13273         * manual/fr/dist/pdf/Makefile.am
13274         * manual/fr/dist/ps/.cvsignore
13275         * manual/fr/dist/ps/Makefile.am
13276         * manual/fr/dist/txt/.cvsignore
13277         * manual/fr/dist/txt/Makefile.am
13278                 Add the french translation of the manual. Thanks to
13279                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13280                 account.xml, ack.xml, addrbook.xml and advanced.xml
13281
13282 2006-04-08 [colin]      2.1.0cvs18
13283
13284         * manual/plugins.xml
13285         * manual/starting.xml
13286                 More fixes
13287
13288 2006-04-07 [colin]      2.1.0cvs17
13289
13290         * manual/faq.xml
13291         * manual/intro.xml
13292         * manual/keyboard.xml
13293                 Little fixes
13294
13295 2006-04-07 [colin]      2.1.0cvs16
13296
13297         * README
13298         * src/compose.c
13299         * src/prefs_common.c
13300         * src/prefs_common.h
13301                 Add hidden compose_no_markup pref
13302
13303 2006-04-07 [wwp]        2.1.0cvs15
13304
13305         * src/summary_search.c
13306         * .cvsignore
13307                 Bugfix: stop button was sticky when searching in an empty folder.
13308                 Applied curly brackets code style to the whole file (summary_search.c).
13309                 More files to ignore.
13310
13311 2006-04-07 [wwp]        2.1.0cvs14
13312
13313         * src/message_search.c
13314         * src/summary_search.c
13315                 changed default button when search bumps at file/folder
13316                 beginning or end, for convenience (thanks to Colin).
13317
13318 2006-04-07 [paul]       2.1.0cvs13
13319
13320         * src/plugins/dillo_viewer/dillo_prefs.c
13321                 avoid future potential for namespace collision
13322                 Patch by Colin
13323
13324 2006-04-06 [wwp]        2.1.0cvs12
13325
13326         * src/summary_search.c
13327                 Unify extended/advanced searches names (and thus factorize labels),
13328                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13329
13330 2006-04-06 [wwp]        2.1.0cvs11
13331
13332         * src/folderview.c
13333         * src/prefs_themes.c
13334         * src/summaryview.c
13335                 Fixed some compilation warnings.
13336
13337 2006-04-06 [colin]      2.1.0cvs10
13338
13339         * manual/advanced.xml
13340                 Document the wizard template and how to deploy
13341                 Sylpheed-Claws effectively
13342
13343 2006-04-06 [colin]      2.1.0cvs9
13344
13345         * src/folderview.c
13346                 gettext patch to tell translators about _("#"),
13347                 by Maxim Britov
13348
13349 2006-04-06 [colin]      2.1.0cvs8
13350
13351         * src/textview.c
13352                 Fix invalid GtkTextBIter after clicking "Display as text"
13353
13354 2006-04-06 [mones]      2.1.0cvs7
13355
13356         * src/addr_compl.c
13357         * src/addrindex.c
13358         * src/addritem.c
13359         * src/codeconv.c
13360         * src/compose.c
13361         * src/filtering.c
13362         * src/folder.c
13363         * src/folder_item_prefs.c
13364         * src/folderview.c
13365         * src/localfolder.c
13366         * src/matcher.c
13367         * src/mimeview.c
13368         * src/prefs_msg_colors.c
13369         * src/prefs_spelling.c
13370         * src/prefs_themes.c
13371         * src/procmime.c
13372         * src/procmsg.c
13373         * src/stock_pixmap.c
13374         * src/summaryview.c
13375         * src/textview.c
13376         * src/toolbar.c
13377         * src/common/mgutils.c
13378         * src/common/prefs.c
13379         * src/common/ssl_certificate.c
13380         * src/gtk/colorlabel.c
13381         * src/gtk/quicksearch.c
13382         * src/plugins/pgpmime/pgpmime.c
13383         * src/plugins/spamassassin/spamassassin.c
13384                 Removed redundant NULL checks for g_free() calls.
13385                 Patch by Pawel Pekala.
13386
13387 2006-04-06 [mones]      2.1.0cvs6
13388
13389         * src/prefs_actions.c
13390         * src/prefs_filtering.c
13391         * src/prefs_filtering_action.c
13392         * src/prefs_matcher.c
13393         * src/prefs_template.c
13394         * src/gtk/gtkutils.c
13395         * src/gtk/gtkutils.h
13396                 Have a nice replace button. Patch by Pawel Pekala
13397
13398 2006-04-06 [colin]      2.1.0cvs5
13399
13400         * src/addressbook.c
13401                 Fix crash with empty columns
13402
13403 2006-04-05 [colin]      2.1.0cvs4
13404
13405         * src/wizard.c
13406         * src/prefs_gtk.c
13407                 Allow wizard customization with pre-filled values
13408
13409 2006-04-05 [colin]      2.1.0cvs3
13410
13411         * src/textview.c
13412         * src/mimeview.c
13413         * src/mimeview.h
13414                 Nicer messages in mimeview
13415
13416 2006-04-05 [colin]      2.1.0cvs2
13417
13418         * src/addressbook.c
13419         * src/prefs_summaries.c
13420                 i18n fix
13421
13422 2006-04-05 [colin]      2.1.0cvs1
13423
13424         * src/plugins/pgpcore/plugin.c
13425         * src/plugins/pgpcore/select-keys.c
13426         * src/plugins/pgpcore/select-keys.h
13427         * src/plugins/pgpcore/sgpgme.c
13428         * src/plugins/pgpcore/sgpgme.h
13429         * src/plugins/pgpinline/pgpinline.c
13430         * src/plugins/pgpinline/plugin.c
13431         * src/plugins/pgpmime/pgpmime.c
13432         * src/plugins/pgpmime/plugin.c
13433                 Factorize and generalize a bit 
13434                 Drop S/MIME signature verification from PGP/MIME
13435                 (adding it as another, more complete plugin)
13436
13437 2006-04-05 [paul]       2.1.0
13438
13439         2.1.0 released
13440
13441 2006-04-05 [paul]       2.0.0cvs186
13442
13443         * manual/advanced.xml
13444                 add info on colour labels
13445
13446 2006-04-05 [paul]       2.0.0cvs185
13447
13448         * po/bg.po
13449         * po/cs.po
13450         * po/de.po
13451         * po/el.po
13452         * po/en_GB.po
13453         * po/fi.po
13454         * po/fr.po
13455         * po/it.po
13456         * po/nl.po
13457         * po/pl.po
13458         * po/pt_BR.po
13459         * po/sr.po
13460         * po/zh_CN.po
13461                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13462                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13463                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13464                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13465         * src/gtk/authors.h
13466         * tools/claws.i18n.status.pl
13467                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13468                 and new Czech translator, Tim <timbrain@post.cz>
13469
13470 2006-04-05 [mones]      2.0.0cvs184
13471
13472         * po/es.po
13473                 Updated translation
13474
13475 2006-04-05 [colin]      2.0.0cvs183
13476
13477         * src/gtk/quicksearch.c
13478                 Fix bug #929 (unnecessary reload in quick search bar)
13479
13480 2006-04-05 [colin]      2.0.0cvs182
13481
13482         * src/compose.c
13483                 Fix crash on Reply with no From:
13484                 Show signature and conversion error on queuing 
13485                 (but not sending)
13486         * src/mainwindow.c
13487         * src/summaryview.c
13488         * src/summaryview.h
13489                 Factorize threading code and make sure msginfo 
13490                 is not null when it comes from a GtkCTreeRow's 
13491                 data
13492         * src/gtk/gtkaspell.c
13493                 Check for necessary things
13494         * src/gtk/gtksctree.c
13495         * src/gtk/gtksctree.h
13496                 Reset anchor if necessary when removing node
13497
13498 2006-03-29 [colin]      2.0.0cvs181
13499
13500         * src/folderview.c
13501                 Warn for disabled IMAP accounts (due to lack of
13502                 libetpan). Breaks string-freeze - sorry - but it
13503                 is kind of important ;)
13504
13505 2006-03-28 [colin]      2.0.0cvs180
13506
13507         * src/gtk/gtkutils.c
13508         * src/gtk/gtkutils.h
13509                 Add a gtkut_get_link_btn() function that
13510                 creates a button which acts like an URI
13511         * src/prefs_themes.c
13512         * src/gtk/about.c
13513                 Use this function (factorizes codes)
13514         * src/common/defs.h
13515         * src/gtk/pluginwindow.c
13516                 Add a "Get more..." in the plugins window
13517
13518 2006-03-28 [colin]      2.0.0cvs179
13519
13520         * src/common/smtp.c
13521         * src/common/passcrypt.c
13522         * src/undo.c
13523                 Warning fixes. Patch by Pawel Pekala
13524
13525 2006-03-27 [colin]      2.0.0cvs178
13526
13527         * src/undo.c
13528                 Fix undoing by blocks with spaces
13529
13530 2006-03-27 [colin]      2.0.0cvs177
13531
13532         * src/textview.c
13533                 Set margin to 3px for headers
13534
13535 2006-03-27 [paul]
13536
13537         2.1.0-rc2 released
13538
13539 2006-03-27 [wwp]        2.0.0cvs176
13540
13541         * src/summaryview.c
13542                 don't reset quicksearch when updating the message list.
13543                 Thanks to Colin.
13544
13545 2006-03-26 [wwp]        2.0.0cvs175
13546
13547         * src/compose.c
13548                 use a unified border width ('other' tab in the compose window,
13549                 patch by Pawel Pekala).
13550
13551
13552 2006-03-26 [wwp]        2.0.0cvs174
13553
13554         * src/common/quoted-printable.c
13555         * src/addressbook.c
13556                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13557
13558 2006-03-26 [colin]      2.0.0cvs173
13559
13560         * src/quote_fmt_parse.y
13561                 Fix non-UTF8 date formats messing up the whole quote a 
13562                 little bit
13563
13564 2006-03-26 [colin]      2.0.0cvs172
13565
13566         * src/procheader.c
13567                 Make sure the date is UTF8 valid, or try to make it
13568                 so. IncrediMail is really IncrediStupid.
13569         * src/compose.c
13570                 Fix possible conversions. 
13571                 
13572
13573 2006-03-26 [colin]      2.0.0cvs171
13574
13575         * src/matcher.c
13576                 Fix corner cases in body search. This is still a
13577                 hack... It seems impossible to make it good and 
13578                 reasonably fast at the same time.
13579
13580 2006-03-26 [colin]      2.0.0cvs170
13581
13582         * src/summaryview.c
13583                 I think I killed the twilight zone bug!
13584                 summary_select_node() flushes GTK events in order
13585                 to be able to center the view. But this also 
13586                 flushes keypresses like Ctrl-Alt-U, so this can
13587                 call summary_show from summary_select_node (itself
13588                 called from summary_show, etc.). And the summaryview
13589                 has to be unlocked in this function. So just locking
13590                 while processing GTK events, and bailing if locked, 
13591                 should fix it.
13592                 Fixes bug #927 (SIGSEGV during Update Summary)
13593
13594 2006-03-25 [colin]      2.0.0cvs169
13595
13596         * src/matcher.c
13597                 Fix search in QP-encoded bodies
13598                 Fix utf-8 searches in bodies encoded in the
13599                 locale's encoding
13600         * src/common/quoted-printable.c
13601         * src/common/quoted-printable.h
13602                 Add a decode function that doesn't overwrite
13603                 the original pointer
13604                 
13605
13606 2006-03-24 [colin]      2.0.0cvs168
13607
13608         * src/action.c
13609         * src/summaryview.c
13610         * src/summaryview.h
13611                 Update message cache after action
13612                 Patch by H. Merijn Brand
13613         * src/prefs_msg_colors.c
13614                 Factorize label 
13615                 Patch by Fabien Vantard
13616         * src/plugins/spamassassin/spamassassin_gtk.c
13617                 Remove useless translation
13618                 Patch by Fabien Vantard
13619
13620 2006-03-23 [colin]      2.0.0cvs167
13621
13622         * src/common/ssl.c
13623                 Let 30 seconds to SSL_connect
13624
13625 2006-03-23 [wwp]        2.0.0cvs166
13626
13627         * src/summaryview.c
13628         * src/gtk/description_window.c
13629                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13630                 and headers are translated; adjust description windows' width to fit their
13631                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13632
13633 2006-03-23 [paul]       2.0.0cvs165
13634
13635         * src/common/utils.c
13636                 fix highlighting of URIs containing "()"
13637                 (2.0.0cvs164's reversal fixed)
13638                 Thanks to Colin.
13639
13640 2006-03-23 [paul]       2.0.0cvs164
13641
13642         * src/common/utils.c
13643                 revert patch, (postponing a fix), at 2.0.0cvs120
13644                 as it breaks more URIs than it fixes.
13645                 Allow '-' to be a terminating character in a URI
13646
13647 2006-03-22 [colin]      2.0.0cvs163
13648
13649         * configure.ac
13650                 Require libetpan 0.45
13651                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13652
13653 2006-03-22 [paul]       2.0.0cvs162
13654
13655         * src/editgroup.c
13656                 replace '<-' and '->' buttons with GTK_STOCK graphical
13657                 buttons
13658         * src/summary_search.c
13659                 don't offer '...' for translation
13660                 add a tooltip to advanced search '...' button
13661         * src/gtk/quicksearch.c
13662                 don't offer '...' for translation
13663
13664 2006-03-21 [colin]      2.0.0cvs161
13665
13666         * src/compose.c
13667                 Fix middle-click pasting (insert at click
13668                 position instead of cursor position, don't
13669                 remove existing selection and allow pasting
13670                 our own selection)
13671         * src/addressbook.c
13672                 "LDAP Server" -> "LDAP servers"
13673
13674 2006-03-21 [wwp]        2.0.0cvs160
13675
13676         * src/etpan/imap-thread.c
13677                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13678
13679 2006-03-20 [colin]      2.0.0cvs159
13680
13681         * src/summaryview.c
13682                 Don't reload summaryview after an execute with no
13683                 move action
13684
13685 2006-03-19 [colin]      2.0.0cvs158
13686
13687         * src/addressbook.c
13688                 and put groups at the top, always
13689
13690 2006-03-19 [colin]      2.0.0cvs157
13691
13692         * src/addressbook.c
13693                 Order groups before names, as previously
13694
13695 2006-03-19 [colin]      2.0.0cvs156
13696
13697         * src/addressbook.c
13698                 - Sort case-unsensitive
13699                 - Put the sort arrow at opening too
13700
13701 2006-03-19 [wwp]        2.0.0cvs155
13702
13703         * src/addressbook.c
13704                 allow sorting by name/email/remarks, ensure that right-pane's contents
13705                 matches the left-pane selection (cleared when appropriate).
13706                 Patch by Pawel Pekala <c0rn@o2.pl>.
13707
13708 2006-03-18 [colin]      2.0.0cvs154
13709
13710         * src/textview.c
13711                 Fix text cursor ;)
13712
13713 2006-03-18 [colin]      2.0.0cvs153
13714
13715         * src/gtk/filesel.c
13716                 Make sure we hide the preview if we didn't get
13717                 a filename
13718
13719 2006-03-18 [colin]      2.0.0cvs152
13720
13721         * src/summaryview.c
13722                 Set cursor to watch for execution (fixes lack
13723                 of watch-cursor when dnd'ing hundreds of mails)
13724         * src/gtk/filesel.c
13725                 Check that mime type is 'image/*' before updating
13726                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13727
13728 2006-03-18 [colin]      2.0.0cvs151
13729
13730         * src/mainwindow.c
13731         * src/textview.c
13732         * src/textview.h
13733                 Put a watch cursor in textview too when the mainwindow's
13734                 cursor in a watch
13735
13736 2006-03-18 [colin]      2.0.0cvs150
13737
13738         * src/folder.c
13739                 Change wrong asserts to simple tests
13740
13741 2006-03-17 [colin]      2.0.0cvs149
13742
13743         * src/mainwindow.c
13744         * src/mainwindow.h
13745         * src/prefs_msg_colors.c
13746         * src/summaryview.c
13747         * src/summaryview.h
13748         * src/gtk/colorlabel.c
13749         * src/gtk/colorlabel.h
13750                 Add a color label menu in the main menubar
13751                 Add (fixed) accels Ctrl-{0-7} to change the color
13752                 They have to be fixed because the menu's dynamic,
13753                 the items are complex widgets, hence we can't use
13754                 a GtkItemFactory.
13755
13756
13757 2006-03-17 [wwp]        2.0.0cvs148
13758
13759         * src/compose.c
13760                 rollback few lines from my previous commit (those lines come from
13761                 a pending patch, accidentally commited, even if neutral as they are
13762                 commented out).
13763
13764 2006-03-17 [wwp]        2.0.0cvs147
13765
13766         * src/compose.c
13767                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13768                 applied code style/indentation to the modified function.
13769
13770 2006-03-17 [wwp]        2.0.0cvs146
13771
13772         * src/procmsg.c
13773         * src/compose.c
13774                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13775
13776 2006-03-17 [paul]
13777
13778         2.1.0-rc1 released
13779
13780 2006-03-17 [paul]       2.0.0cvs145
13781
13782         * src/main.c
13783                 addressbook_read_file() was called twice
13784         * src/textview.c
13785                 X-Mailer highlighting
13786
13787 2006-03-16 [colin]      2.0.0cvs144
13788
13789         * src/sourcewindow.c
13790         * src/sourcewindow.h
13791                 And the last one, in source window.
13792
13793 2006-03-16 [colin]      2.0.0cvs143
13794
13795         * src/compose.c
13796         * src/compose.h
13797                 Fix the same stuff in compose
13798
13799 2006-03-16 [colin]      2.0.0cvs142
13800
13801         * src/messageview.c
13802                 Complete the previous messageview crash fix
13803
13804 2006-03-16 [colin]      2.0.0cvs141
13805
13806         * src/procmsg.h
13807         * src/procmsg.c
13808         * src/folder.c
13809                 Fix POSTPROCESSING hook
13810                 Patch by H. Merijn Brand
13811
13812         * src/procmime.c
13813         * src/procmime.h
13814                 Parse Content-Location
13815
13816         * src/toolbar.c
13817         * src/messageview.c
13818         * src/messageview.h
13819                 Don't crash when a top-level MessageView has
13820                 been closed on us. Same problematic than
13821                 yesterday's quicksearch issue.
13822
13823 2006-03-15 [colin]      2.0.0cvs140
13824
13825         * src/gtk/quicksearch.c
13826                 Fix a bitchy race we didn't think about when we
13827                 added quicksearch cancellation:
13828                 If the search is not on cached fields, for example
13829                 body_part matchcase "stuff"
13830                 the matcher code has to get the whole message. If
13831                 we're on IMAP, that can be slow, and in order to
13832                 be non-blocking, the IMAP code idle loop processes
13833                 gtk events too. So it is possible to cancel a
13834                 quicksearch while the matcher is getting the mail's
13835                 body. After matcher got its body, it will start to
13836                 iterate over the matcher list that the Quicksearch's
13837                 clear_search_cb() just freed via prepare_matcher().
13838                 SIGSEGV ensues.
13839                 The fix consists of guarding the matcherlist_match()
13840                 call with a boolean 'matching'. If we reset the
13841                 quicksearch while matching is TRUE, we don't free
13842                 the matcherlist anymore like we did, but we set
13843                 another new flag, deferred_free, to TRUE. Then,
13844                 in quicksearch_match(), just after returning from
13845                 matcherlist_match() and unsetting the matching flag,
13846                 we check the deferred_free flag and do the
13847                 prepare_matcher() (which does the matcherlist_free)
13848                 for real, so we free the matcherlist once it's not
13849                 used anymore.
13850                 As all of this runs via the glib main loop, we
13851                 luckily don't need a mutex.
13852         * src/summaryview.c
13853                 Also, show progress while searching.
13854
13855
13856 2006-03-14 [colin]      2.0.0cvs139
13857
13858         * src/alertpanel.c
13859                 Make alertpanel_is_open non-static
13860
13861 2006-03-14 [colin]      2.0.0cvs138
13862
13863         * src/prefs_spelling.c
13864                 Cleanups - Fabien Vantard
13865
13866 2006-03-14 [wwp]        2.0.0cvs137
13867
13868         * src/main.c
13869                 code style normalization (curly braces, indentation).
13870
13871 2006-03-14 [wwp]        2.0.0cvs137
13872
13873         * src/main.c
13874                 code style (braces, indentation)
13875
13876 2006-03-12 [paul]       2.0.0cvs136
13877
13878         * src/prefs_common.c
13879                 trans_hdr defaults to FALSE to be RFC-savvy
13880         * src/prefs_summaries.c
13881                 add a tooltip to the trans_hdr option
13882                 
13883
13884 2006-03-12 [paul]       2.0.0cvs135
13885
13886         * src/prefs_matcher.c
13887                 give a little more width to the combos
13888         * src/prefs_display_header.c
13889         * src/textview.c
13890                 translate headers if prefs_common.trans_hdr
13891                 is TRUE
13892
13893         Patches by Pawel Pekala
13894
13895 2006-03-12 [paul]       2.0.0cvs134
13896
13897         * src/plugins/clamav/clamav_plugin.c
13898         * src/plugins/dillo_viewer/dillo_viewer.c
13899         * src/plugins/pgpcore/plugin.c
13900         * src/plugins/pgpinline/plugin.c
13901         * src/plugins/pgpmime/plugin.c
13902         * src/plugins/spamassassin/spamassassin.c
13903                 update/add to descriptions
13904         * src/plugins/spamassassin/spamassassin_gtk.c
13905                 fixes to the english, remove superfluous
13906                 tooltips, clean up a little
13907
13908 2006-03-12 [paul]       2.0.0cvs133
13909
13910         * src/compose.c
13911                 fix Bug 924, 'Account combo box shows up wrong 
13912                 if & is in account name'
13913
13914 2006-03-11 [colin]      2.0.0cvs132
13915
13916         * src/summaryview.c
13917                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13918                 messed up shift-selection because is slows down
13919                 moving around summaryview. thanks -users
13920
13921 2006-03-10 [colin]      2.0.0cvs131
13922
13923         * src/plugins/spamassassin/spamassassin_gtk.c
13924                 Put back Paul's engrish fixes
13925
13926 2006-03-10 [colin]      2.0.0cvs130
13927
13928         * src/plugins/spamassassin/spamassassin.c
13929         * src/plugins/spamassassin/spamassassin.h
13930         * src/plugins/spamassassin/spamassassin_gtk.c
13931                 Cleanup SA prefs page (more)
13932                 Patch by Fabien Vantard
13933
13934 2006-03-10 [paul]       2.0.0cvs129
13935
13936         * src/prefs_msg_colors.c
13937         * src/prefs_spelling.c
13938                 widget sensitivity
13939
13940 2006-03-09 [mones]      2.0.0cvs128
13941
13942         * po/es.po
13943                 Update for next RC
13944
13945 2006-03-09 [wwp]        2.0.0cvs127
13946
13947         * configure.ac
13948                 revert accidental commit (requirement for libetpan 0.43), this time
13949                 not in HEAD.
13950
13951 2006-03-09 [wwp]        2.0.0cvs125
13952
13953         * configure.ac
13954                 revert accidental commit (requirement for libetpan 0.43)
13955
13956 2006-03-09 [paul]       2.0.0cvs126
13957
13958         * src/prefs_receive.c
13959                 remove useless frame
13960                 replace 'incorporation' with 'receiving'
13961         * src/plugins/clamav/clamav_plugin_gtk.c
13962         * src/plugins/spamassassin/spamassassin_gtk.c
13963                 improve widget sensitivity
13964                 fix a bit his engrish
13965
13966 2006-03-09 [wwp]        2.0.0cvs125
13967
13968         * src/addressadd.c
13969         * src/foldersel.c
13970         * src/prefs_common.c
13971         * src/prefs_common.h
13972                 remember some more windows' sizes (add to addressbook and
13973                 select folder).
13974
13975 2006-03-09 [paul]       2.0.0cvs124
13976
13977         * src/plugins/pgpcore/prefs_gpg.c
13978                 normalise construction of dialogue
13979
13980 2006-03-09 [paul]       2.0.0cvs123
13981
13982         * src/plugins/trayicon/Makefile.am
13983                 add missing slash
13984
13985 2006-03-08 [colin]      2.0.0cvs122
13986
13987         * src/plugins/trayicon/Makefile.am
13988                 Fix build in separate dir 
13989                 Patch by Bamanzi <bamanzi@gmail.com>
13990
13991 2006-03-08 [colin]      2.0.0cvs121
13992
13993         * src/procmsg.c
13994                 Batch move and copies from summaryview with delayed execution
13995                 too
13996
13997 2006-03-07 [paul]       2.0.0cvs120
13998
13999         * src/common/utils.c
14000                 fix highlighting of URIs containing "()"
14001                 Patch by Pawel Pekala
14002
14003 2006-03-07 [paul]       2.0.0cvs119
14004
14005         * src/folder.c
14006         * src/folder.h
14007         * src/folderview.c
14008                 immediately do alphabetical resort when
14009                 changing a folder's name
14010                 Patch by Pawel Pekala
14011
14012 2006-03-07 [paul]       2.0.0cvs118
14013
14014         * src/news.c
14015         * src/news_gtk.c
14016                 when unsubscribing a newsgroup, remove the
14017                 folder and msgs in .sylpheed-claws/newscache
14018                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14019
14020 2006-03-07 [paul]       2.0.0cvs117
14021
14022         * src/textview.c
14023                 fix wrong Fake URL Warning
14024                 Thanks to Hiro
14025
14026 2006-03-07 [colin]      2.0.0cvs116
14027
14028         * src/imap.c
14029                 Return immediately when password dialog was
14030                 cancelled
14031         * src/gtk/inputdialog.c
14032                 Allow empty strings for passwords
14033
14034
14035 2006-03-06 [colin]      2.0.0cvs115
14036
14037         * src/imap.c
14038                 Prevent double-timeouts when connection fails
14039
14040 2006-03-06 [colin]
14041
14042         2.0.1-rc1 released
14043
14044 2006-03-06 [colin]      2.0.0cvs114
14045
14046         * src/imap.c
14047                 Refresh session during potentially long
14048                 operations
14049
14050 2006-03-06 [wwp]        2.0.0cvs113
14051
14052         * src/prefs_msg_colors.h
14053                 forgot that one (custom color labels).
14054
14055 2006-03-06 [wwp]        2.0.0cvs112
14056
14057         * src/prefs_common.c
14058         * src/prefs_common.h
14059         * src/prefs_msg_colors.c
14060         * src/summaryview.c
14061         * src/summaryview.h
14062         * src/gtk/colorlabel.c
14063         * src/gtk/colorlabel.h
14064                 colors in messages list are now customizable. Color values and names can
14065                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14066                 Thanks to Paul and Colin for their help with this longstanding patch!
14067
14068 2006-03-06 [wwp]        2.0.0cvs111
14069
14070         * src/textview.c
14071                 don't crash if (x)face is bad.
14072
14073 2006-03-05 [paul]       2.0.0cvs110
14074
14075         * AUTHORS
14076         * configure.ac
14077         * src/Makefile.am
14078         * src/common/Makefile.am
14079         * src/common/utils.h
14080         * src/etpan/imap-thread.c
14081         * src/gtk/authors.h
14082         * src/plugins/clamav/Makefile.am
14083         * src/plugins/demo/Makefile.am
14084         * src/plugins/dillo_viewer/Makefile.am
14085         * src/plugins/pgpcore/Makefile.am
14086         * src/plugins/pgpcore/passphrase.c
14087         * src/plugins/pgpinline/Makefile.am
14088         * src/plugins/pgpmime/Makefile.am
14089         * src/plugins/spamassassin/Makefile.am
14090         * src/plugins/trayicon/Makefile.am
14091                 fix builiding on cygwin
14092                 Patch by Ralgh Young <bamanzi@gmail.com>
14093
14094 2006-03-04 [wwp]        2.0.0cvs109
14095
14096         * manual/keyboard.xml
14097                 fix mixed up/down keys.
14098
14099 2006-03-04 [wwp]        2.0.0cvs108
14100
14101         * README
14102         * INSTALL
14103                 updated links to SpamAssassin.
14104
14105 2006-03-04 [wwp]        2.0.0cvs107
14106
14107         * manual/plugins.xml
14108         * src/plugins/spamassassin/README
14109                 updated SpamAssassin plugin docs to reflect new functional additions
14110                 (also fix/update/documents few technical stuff more, see the README).
14111
14112 2006-03-04 [wwp]        2.0.0cvs106
14113
14114         * src/prefs_message.c
14115                 normalized capitalization of message-prefs paths.
14116
14117 2006-03-04 [wwp]        2.0.0cvs105
14118
14119         * manual/advanced.xml
14120                 typo.
14121
14122 2006-03-03 [colin]      2.0.0cvs104
14123
14124         * src/plugins/clamav/clamav_plugin_gtk.c
14125                 Rework prefs page, patch by Fabien 
14126
14127 2006-03-03 [colin]      2.0.0cvs103
14128
14129         * src/plugins/clamav/clamav_plugin.c
14130                 Set error on all errors
14131
14132 2006-03-03 [colin]      2.0.0cvs102
14133
14134         * src/common/plugin.c
14135                 Initialize error to avoid crashing when a plugin fails
14136                 without setting error
14137
14138 2006-03-02 [wwp]        2.0.0cvs101
14139
14140         * configure.ac
14141                 fixed linker flags for libetpan support on Cygwin
14142                 (thanks to H.Merijn Brand).
14143
14144 2006-03-02 [wwp]        2.0.0cvs100
14145
14146         * src/addressbook.c
14147                 fix some AB error messages: one for punctuation and
14148                 one wrongly duplicate (thanks, maxbritov).
14149
14150 2006-03-02 [wwp]        2.0.0cvs99
14151
14152         * src/plugins/spamassassin/spamassassin.c
14153                 make sync calls to sa-learn/spamc to prevent
14154                 system (whatever local or client/server) overload.
14155
14156 2006-03-02 [colin]      2.0.0cvs98
14157
14158         * src/summaryview.c
14159                 Put the spam icon in the status column instead of the
14160                 mark one
14161
14162 2006-03-01 [colin]      2.0.0cvs97
14163
14164         * src/plugins/spamassassin/spamassassin.c
14165                 Fix segfault (g_file_set_contents fails for some 
14166                 reason and err==0x2f. Can't find out why with
14167                 valgrind, using working function :-)
14168
14169 2006-03-01 [colin]      2.0.0cvs96
14170
14171         * src/inc.c
14172                 Offline overriding: let 'No' be cached only 3 seconds
14173
14174 2006-03-01 [colin]      2.0.0cvs95
14175
14176         * src/addr_compl.c
14177         * src/addrbook.c
14178         * src/addressbook.c
14179         * src/addrindex.c
14180         * src/folder_item_prefs.c
14181         * src/headerview.c
14182         * src/imap.c
14183         * src/inc.c
14184         * src/ldif.c
14185         * src/mainwindow.c
14186         * src/mh.c
14187         * src/msgcache.c
14188         * src/prefs_common.h
14189         * src/prefs_msg_colors.c
14190         * src/procheader.c
14191         * src/procheader.h
14192         * src/procmime.c
14193         * src/procmsg.c
14194         * src/procmsg.h
14195         * src/send_message.h
14196         * src/simple-gettext.c
14197         * src/summaryview.c
14198         * src/summaryview.h
14199         * src/syldap.c
14200         * src/textview.c
14201         * src/undo.c
14202         * src/common/ssl_certificate.c
14203         * src/common/utils.c
14204         * src/gtk/colorsel.c
14205         * src/gtk/gtksctree.c
14206         * src/gtk/gtkshruler.c
14207         * src/plugins/trayicon/trayicon.c
14208                 #if 0 goes to /dev/null
14209
14210 2006-03-01 [colin]      2.0.0cvs94
14211
14212         * src/compose.c
14213         * src/imap.c
14214         * src/inc.c
14215         * src/inc.h
14216         * src/messageview.c
14217         * src/news.c
14218         * src/plugins/spamassassin/spamassassin.c
14219                 Allow to add information in the "working offline"
14220                 window
14221
14222 2006-03-01 [wwp]        2.0.0cvs93
14223
14224         * src/plugins/spamassassin/spamassassin.c
14225                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14226                 'cause it seems that calling `spamc ... < inputfile` with
14227                 g_spawn_(a)sync simply.. erm doesn't work :-).
14228
14229 2006-03-01 [wwp]        2.0.0cvs92
14230
14231         * src/toolbar.c
14232         * src/toolbar.h
14233                 simplify the adding of spam/ham button to the messageview toolbar
14234                 (it gets more clear now that the same button will be "Mark as spam"
14235                 or "Mark as ham" according to the current message status,
14236                 thanks to Colin).
14237
14238 2006-03-01 [wwp]        2.0.0cvs91
14239
14240         * src/messageview.c
14241         * src/procmsg.c
14242         * src/procmsg.h
14243         * src/summaryview.c
14244         * src/plugins/spamassassin/spamassassin.c
14245         * src/plugins/spamassassin/spamassassin.h
14246                 make learner callbacks return a status (0 for ok),
14247                 handle it in main code to avoid setting flags when learning failed,
14248                 don't learn on TCP if offline in spamassassin,
14249                 thanks to Colin.
14250
14251                 
14252
14253 2006-03-01 [wwp]        2.0.0cvs90
14254
14255         * src/compose.c
14256                 some work around the compose window's account menu,
14257                 patch by Fabien Vantard.
14258
14259 2006-03-01 [wwp]        2.0.0cvs89
14260
14261         * src/plugins/spamassassin/spamassassin.c
14262                 fixed bad logics, was using spamc in local mode and sa-learn
14263                 in remote mode (thanks, Colin).
14264
14265 2006-03-01 [wwp]        2.0.0cvs88
14266
14267         * src/plugins/spamassassin/spamassassin.c
14268         * src/plugins/spamassassin/spamassassin.h
14269         * src/plugins/spamassassin/spamassassin_gtk.c
14270                 made processing of emails w/ sa-plugin an option (default is TRUE),
14271                 fixed Engrish some tooltips, capitalization of some debug messages
14272                 and warnings. The spamassassin plugin now provides two separate
14273                 services: process emails upon incorporation and spamd training.
14274                 Both services (un)register independently but use some common
14275                 plugin settings (transport settings, spam storage location).
14276
14277 2006-02-28 [wwp]        2.0.0cvs87
14278
14279         * src/plugins/spamassassin/spamassassin.c
14280                 fix async flag to spamc cmdline execution (batch exec should
14281                 be asynchronous).
14282
14283 2006-02-27 [wwp]        2.0.0cvs86
14284
14285         * src/plugins/spamassassin/spamassassin.c
14286         * src/plugins/spamassassin/spamassassin.h
14287         * src/plugins/spamassassin/spamassassin_gtk.c
14288                 - added the ability to learn a remote spamassassin server (spamd),
14289                 using spamc.
14290                 - added the spamassassin option 'username', that applies to all
14291                 spamassassin operations (filtering, learning, local or remote).
14292                 The default username is the current unix user (if left blank
14293                 from gtk prefs or config file).
14294                 - commented out some unused code (notebook widget), removed unused
14295                 layout (hbox1).
14296                 - make more widgets sensitive to the transport type.
14297
14298 2006-02-27 [colin]      2.0.0cvs85
14299
14300         * src/plugins/spamassassin/spamassassin.c
14301                 Fix sa-learn call when offline
14302
14303 2006-02-27 [colin]      2.0.0cvs84
14304
14305         * configure.ac
14306         * src/Makefile.am
14307         * src/mainwindow.c
14308         * src/mainwindow.h
14309         * src/messageview.c
14310         * src/messageview.h
14311         * src/prefs_toolbar.c
14312         * src/procmsg.c
14313         * src/stock_pixmap.c
14314         * src/stock_pixmap.h
14315         * src/summaryview.c
14316         * src/toolbar.c
14317         * src/toolbar.h
14318         * src/pixmaps/ham_btn.xpm
14319         * src/pixmaps/spam.xpm
14320         * src/pixmaps/spam_btn.xpm
14321         * src/plugins/spamassassin/spamassassin.c
14322                 Add button in toolbar for spam learning
14323                 Fix a few bugs from the last related commit
14324                 Revert 1.9.6cvs23 which messed up shift-selection
14325
14326 2006-02-24 [colin]      2.0.0cvs83
14327
14328         * src/procmsg.c
14329         * src/summaryview.c
14330         * src/summaryview.h
14331         * src/plugins/spamassassin/spamassassin.c
14332         * src/plugins/spamassassin/spamassassin.h
14333         * src/plugins/spamassassin/spamassassin_gtk.c
14334                 Unregister learner when spamassassin is either
14335                 disabled or over tcp
14336
14337 2006-02-24 [colin]      2.0.0cvs82
14338
14339         * src/Makefile.am
14340         * src/mainwindow.c
14341         * src/mainwindow.h
14342         * src/procmsg.c
14343         * src/procmsg.h
14344         * src/stock_pixmap.c
14345         * src/stock_pixmap.h
14346         * src/summaryview.c
14347         * src/summaryview.h
14348         * src/gtk/icon_legend.c
14349         * src/pixmaps/spam.xpm  ** NEW FILE **
14350         * src/plugins/spamassassin/spamassassin.c
14351         * src/plugins/spamassassin/spamassassin_gtk.c
14352                 Add spam learning interface (Mark/Mark as 
14353                 (spam|ham) menus)
14354
14355 2006-02-24 [wwp]        2.0.0cvs81
14356
14357         * src/compose.c
14358         * src/compose.h
14359         * src/filtering.c
14360                 hide compose window when sending message in batch mode
14361                 (filtering: forward and redirect). Also fixed a wrong
14362                 value returned when sending failed, neutral anyway.
14363                 (Colin, me) 
14364
14365 2006-02-24 [wwp]        2.0.0cvs80
14366
14367         * src/mainwindow.c
14368                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14369
14370 2006-02-24 [paul]       2.0.0cvs79
14371
14372         * src/news.c
14373         * src/news.h
14374         * src/news_gtk.c
14375                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14376                 Thanks to Colin
14377
14378 2006-02-23 [colin]      2.0.0cvs78
14379
14380         * src/alertpanel.c
14381                 Change OK to Close in alertpanel with View log
14382                 button; add accel to View log. Patch by Fabien
14383                 Vantard
14384
14385 2006-02-23 [wwp]        2.0.0cvs77
14386
14387         * src/compose.c
14388                 silly me, there were much more tests to perform, since toolbars can
14389                 really have down to 1 element only.
14390
14391 2006-02-23 [wwp]        2.0.0cvs76
14392
14393         * commitHelper
14394                 fixed indentation from my previous commit. Fallback to VISUAL if
14395                 EDITOR is not set (and to vi, at last resort).
14396
14397 2006-02-23 [wwp]        2.0.0cvs75
14398
14399         * commitHelper
14400                 improved error detection (Colin, me).
14401
14402 2006-02-23 [wwp]        2.0.0cvs74
14403
14404         * src/prefs_toolbar.c
14405                 simplify and fix prefs/toolbars layouting. Combos' contents can
14406                 now be really displayed.
14407
14408 2006-02-23 [wwp]        2.0.0cvs73
14409         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14410         be really displayed.
14411
14412 2006-02-22 [wwp]        2.0.0cvs72
14413
14414         * src/compose.c
14415                 fix a typo in my previous commit (sorry!).
14416
14417 2006-02-22 [wwp]        2.0.0cvs71
14418
14419         * src/prefs_toolbar.c
14420                 fix a crash when adding separators to toolbars,
14421                 also fix some separator item information.
14422
14423 2006-02-22 [wwp]        2.0.0cvs70
14424
14425         * src/compose.c
14426                 fix a crash when redirecting (for instance) when compose window's
14427                 toolbar contents has been customized (when some buttons have been
14428                 removed in fact).
14429
14430 2006-02-21 [wwp]        2.0.0cvs69
14431
14432         * src/summaryview.c
14433         * src/gtk/pluginwindow.c
14434         * src/plugins/pgpcore/prefs_gpg.c
14435                 fix some compilation warnings (feat. remains of removed code).
14436
14437 2006-02-21 [wwp]        2.0.0cvs68
14438
14439         * src/gtk/gtkutils.c
14440                 fix two compilation issues, thanks to Stephan Sachse.
14441
14442 2006-02-20 [colin]      2.0.0cvs67
14443
14444         * src/mainwindow.c
14445                 Don't reselect displayed mail on refocus
14446                 This fixes actions misbehaving 
14447
14448 2006-02-20 [wwp]        2.0.0cvs66
14449
14450         * src/summaryview.c
14451         * src/gtk/gtksctree.c
14452         * src/gtk/gtkshruler.c
14453                 changed more runtime typecast checks.
14454
14455 2006-02-20 [wwp]        2.0.0cvs65
14456
14457         * src/summary_search.c
14458                 find all - summaryview refresh issue fixed, thanks to Colin.
14459
14460 2006-02-20 [wwp]        2.0.0cvs64
14461
14462         * src/gtk/gtkutils.c
14463                 better runtime typecast checks.
14464
14465 2006-02-20 [wwp]        2.0.0cvs63
14466
14467         * src/summary_search.c
14468                 enhancements to the summary search:
14469                         - add the ability to stop the running search
14470                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14471                         - don't search if no criteria (From/To/Subject/Body) is set
14472                         - ensure that a busy mouse pointer is always shown when searching,
14473                           show it even a bit earlier
14474
14475 2006-02-19 [colin]      2.0.0cvs62
14476
14477         * src/compose.c
14478         * src/imap.c
14479         * src/etpan/imap-thread.c
14480         * src/etpan/imap-thread.h
14481                 (Future) IMAP speed improvement on sending
14482                 Will require a libetpan update
14483         * src/summaryview.c
14484         * src/gtk/quicksearch.c
14485                 Make quicksearch clearable while running.
14486
14487 2006-02-17 [colin]      2.0.0cvs61
14488
14489         * src/imap.c
14490         * src/etpan/imap-thread.c
14491         * src/etpan/imap-thread.h
14492                 Check for IMAP certificates
14493                 ** Requires libetpan-0.42-cvs4 
14494                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14495
14496 2006-02-17 [colin]      2.0.0cvs60
14497
14498         * src/messageview.c
14499         * src/prefs_common.c
14500         * src/prefs_common.h
14501         * src/prefs_message.c
14502                 Add pref to display HTML-only mails with plugin, 
14503                 if possible (defaulting to FALSE of course).
14504
14505 2006-02-16 [colin]      2.0.0cvs59
14506
14507         * src/main.c
14508         * src/common/plugin.c
14509         * src/common/plugin.h
14510         * src/gtk/pluginwindow.c
14511                 Keep track of requested (but unloaded) plugins
14512                 in some error cases.
14513
14514 2006-02-16 [wwp]        2.0.0cvs58
14515
14516         * src/gtk/gtkaspell.c
14517         * src/gtk/gtkaspell.h
14518         * src/prefs_spelling.c
14519         * src/compose.c
14520         * src/prefs_common.c
14521         * src/prefs_common.h
14522                 implemented new optional spellchecker behaviour: re-check message when
14523                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14524
14525 2006-02-16 [wwp]        2.0.0cvs57
14526
14527         * src/quote_fmt_parse.y
14528                 pclose popen'ed pipe.
14529
14530 2006-02-15 [colin]      2.0.0cvs56
14531
14532         * src/mimeview.c
14533         * src/mimeview.h
14534                 Let MimeViewers know which MimeView they
14535                 depend of.
14536         * src/summaryview.c
14537                 Swap From/To columns in Sent/Queue/Drafts
14538                 folders
14539         * src/etpan/imap-thread.c
14540                 Use mailstream_low_tls_open() for STARTTLS
14541                 instead of mailstream_low_ssl_open()
14542                 ** REQUIRES libetpan 0.42cvs3 **
14543
14544 2006-02-15 [wwp]        2.0.0cvs55
14545
14546         * src/compose.c
14547         * src/compose.h
14548         * src/message_search.c
14549         * src/message_search.h
14550         * src/textview.c
14551         * src/gtk/gtkutils.c
14552         * src/gtk/gtkutils.h
14553                 added the ability to Find text in the compose window (and a bit
14554                 of code factorization).
14555
14556 2006-02-15 [wwp]        2.0.0cvs54
14557
14558         * src/prefs_gtk.c
14559                 yet another one file was missing (fix for some widgets' sensitivity).
14560                 Thanks Colin!
14561
14562 2006-02-15 [wwp]        2.0.0cvs53
14563
14564         * src/prefs_gtk.h
14565                 oops forgot that file (fix for some widgets' sensitivity).
14566
14567 2006-02-15 [wwp]        2.0.0cvs52
14568
14569         * src/summary_search.c
14570                 implemented advanced summary search options (added the ability
14571                 to use matcher conditions in an advanced search mode).
14572
14573 2006-02-15 [wwp]        2.0.0cvs51
14574
14575         * src/plugins/pgpcore/prefs_gpg.c
14576         * src/prefs_account.c
14577                 fix some widget sensitivity, mostly around some labels in
14578                 account prefs.
14579
14580 2006-02-15 [paul]       2.0.0cvs50
14581
14582         * manual/advanced.xml
14583                 improve Templates info
14584                 written by wwp
14585
14586 2006-02-14 [colin]      2.0.0cvs49
14587
14588         * src/pixmaps/address_book.xpm
14589         * src/pixmaps/preferences.xpm
14590         * src/pixmaps/properties.xpm
14591                 Fix pixmap size - patch by Fabien Vantard
14592
14593 2006-02-13 [colin]      2.0.0cvs48
14594
14595         * src/procmime.c
14596                 Add missing fclose()s on error
14597         * src/textview.c
14598                 Remove unused code
14599         * src/common/utils.c
14600                 Fix temp files not being deleted on windows
14601         Patches by Thomas Gilgin
14602
14603 2006-02-13 [colin]      2.0.0cvs47
14604
14605         * src/mainwindow.c
14606                 Fix exit crash
14607
14608 2006-02-13 [wwp]        2.0.0cvs46
14609
14610         * src/plugins/pgpcore/prefs_gpg.c
14611                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14612
14613 2006-02-12 [colin]      2.0.0cvs45
14614
14615         * src/folderview.c
14616         * src/main.c
14617         * src/mainwindow.c
14618                 Fix "stuff" when quitting
14619
14620 2006-02-12 [wwp]        2.0.0cvs44
14621
14622         * src/prefs_themes.c
14623                 fix typos in debug messages.
14624
14625 2006-02-11 [colin]      2.0.0cvs43
14626
14627         * src/summaryview.c
14628                 don't allow drag/drop from ourself
14629
14630 2006-02-10 [wwp]        2.0.0cvs42
14631
14632         * src/exporthtml.c
14633         * src/html.c
14634         * src/html.h
14635         * src/procmime.c
14636         * src/textview.c
14637                 renamed html_ prefixed functions and data structures to avoid
14638                 namespace clashes w/ other software (gtkhtml2 for instance).
14639                 Closes bug #907.
14640
14641
14642 2006-02-09 [colin]      2.0.0cvs41
14643
14644         * src/summaryview.c
14645                 Fix shitty logic messed up. Thanks Ticho for the hint!
14646
14647 2006-02-09 [wwp]        2.0.0cvs40
14648
14649         * src/gtk/about.c
14650         * src/compose.c
14651         * src/prefs_account.c
14652         * src/prefs_gtk.h
14653         * src/editaddress.c
14654                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14655                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14656                 Browse buttons in accounts prefs.
14657
14658 2006-02-09 [colin]      2.0.0cvs39
14659
14660         * src/matcher.c
14661                 Check for pointer before using its members
14662         * src/gtk/gtksourceprintjob.c
14663                 Fix a wrong warning
14664
14665 2006-02-09 [wwp]        2.0.0cvs38
14666
14667         * src/gtk/filesel.c
14668                 fix few compiler warnings (type mismatch).
14669
14670 2006-02-09 [paul]       2.0.0cvs37
14671
14672         * po/fr.po
14673                 updated by Fabien Vantard
14674
14675 2006-02-08 [colin]      2.0.0cvs36
14676
14677         * src/prefs_common.c
14678         * src/common/defs.h
14679         * src/common/plugin.c
14680                 allow windows and linux configurations to coexist
14681                 patch by Thomas Gilgin
14682
14683 2006-02-08 [colin]      2.0.0cvs35
14684
14685         * src/filtering.c
14686         * src/matcher.c
14687         * src/matcher.h
14688         * src/matcher_parser_parse.y
14689         * src/prefs_filtering_action.c
14690         * src/prefs_matcher.c
14691                 Add the "Ignore thread" filtering
14692                 action
14693
14694 2006-02-08 [colin]      2.0.0cvs34
14695
14696         * src/compose.c
14697         * src/procmime.c
14698         * src/procmime.h
14699                 Fix bug #905 (damaged attachment)
14700                 text files with raw \0's aren't really text files
14701         FOR_STABLE
14702
14703 2006-02-08 [colin]      2.0.0cvs33
14704
14705         * src/summaryview.c
14706                 Fix crasher introduced yesterday
14707
14708 2006-02-08 [wwp]        2.0.0cvs32
14709
14710         * src/compose.c
14711         * src/compose.h
14712                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14713
14714 2006-02-08 [wwp]        2.0.0cvs31
14715
14716         * src/prefs_template.c
14717                 templates enhancement: allow address completion for Cc and Bcc fields
14718                 (it was currently possible for the To field only)
14719
14720 2006-02-08 [colin]      2.0.0cvs30
14721
14722         * src/compose.c
14723                 Don't unblock if not blocked
14724         FOR_STABLE
14725
14726 2006-02-07 [colin]      2.0.0cvs29
14727
14728         * src/action.c
14729                 Forgot to refresh summaryview
14730
14731 2006-02-07 [colin]      2.0.0cvs28
14732
14733         * src/action.c
14734                 Freeze/thaw message list and folder list while
14735                 processing %as{} actions 
14736         * src/compose.c
14737                 Fix auto-wrap disabling after a middle-click
14738                 paste - FOR_STABLE
14739
14740 2006-02-07 [paul]       2.0.0cvs27
14741
14742         * src/folder.c
14743                 fix freeing of uninitialised pointers
14744                 Thanks to Colin
14745
14746 2006-02-06 [colin]      2.0.0cvs26
14747
14748         * src/folder.c
14749                 Use g_slist_prepend in potentially big list
14750
14751 2006-02-06 [colin]      2.0.0cvs25
14752
14753         * src/folder.c
14754                 Completely skip processing if it doesn't 
14755                 exist (faster!)
14756
14757 2006-02-06 [colin]      2.0.0cvs24
14758
14759         * src/folder.c
14760         * src/summaryview.c
14761                 Batch filtering in summaryview (from Tools menu)
14762                 and pre/post//-processing too
14763
14764 2006-02-06 [colin]      2.0.0cvs23
14765
14766         * src/procmsg.h
14767         * src/filtering.c
14768                 Use a special field for batch filtering instead
14769                 of stepping on deferred execution's toes
14770
14771 2006-02-06 [colin]      2.0.0cvs22
14772
14773         * src/action.c
14774         * src/filtering.c
14775         * src/filtering.h
14776         * src/folder.c
14777         * src/summaryview.c
14778                 Fix filtering via menus and actions
14779
14780 2006-02-06 [colin]      2.0.0cvs21
14781
14782         * src/imap.c
14783                 Put the added file directly to cache if possible (will work
14784                 with next libetpan)
14785         * src/filtering.c
14786         * src/filtering.h
14787         * src/inc.c
14788         * src/folder.c
14789         * src/mbox.c
14790         * src/procmsg.h
14791                 Move and copy filtered messages by batches instead of one
14792                 by one - faster on IMAP
14793         * src/procmsg.c
14794                 Add a function that'll possibly be useful later
14795
14796 2006-02-06 [colin]      2.0.0cvs20
14797
14798         * src/addressbook.c
14799                 Use internal mime-type instead of text/plain for d'n'd
14800         * src/compose.c
14801                 Allow attaching files from mimeview's icon list via d'n'd
14802         * src/folderview.c
14803         * src/folderview.h
14804                 Use internal mime-type instead of text/plain for d'n'd
14805                 Don't try to selected opened folder if none is
14806                 Factorize d'n'd from other apps code
14807         * src/headerview.c
14808         * src/textview.c
14809         * src/gtk/gtkutils.c
14810         * src/gtk/gtkutils.h
14811                 Factorize Face/X-Face stuff
14812         * src/mimeview.c
14813                 Fix d'n'd to other apps
14814         * src/prefs_message.c
14815                 Let the XFace pref be usable without libcompface as it also
14816                 applies to Face
14817         * src/summaryview.c
14818                 Fix d'n'd to other apps
14819                 Factorize d'n'd from other apps code
14820
14821 2006-02-06 [wwp]        2.0.0cvs19
14822
14823         * po/it.po
14824                 Italian translation fixes by Andrea Spadaccini (no more confusion
14825                 between filtering and processing, and few changes in the About
14826                 dialog).
14827
14828
14829 2006-02-06 [mones]      2.0.0cvs18
14830
14831         * src/gtk/icon_legend.c
14832                 Improved descriptions allowing better translations
14833
14834 2006-02-05 [colin]      2.0.0cvs17
14835
14836         * src/imap.c
14837                 Add the f*cking missing expunge that caused imap_fetch_env
14838                 to fail after an add_msgs ! :-///
14839         * src/etpan/imap-thread.c
14840                 Add a bit of debug
14841         FOR_STABLE
14842
14843 2006-02-05 [colin]      2.0.0cvs16
14844
14845         * src/common/utils.c
14846                 Don't check for return-path (or we can't put
14847                 back non-sent mails)
14848
14849 2006-02-05 [colin]      2.0.0cvs15
14850
14851         * src/textview.c
14852                 Don't try to display Face header in textview
14853                 when teh headerview's active
14854
14855 2006-02-05 [colin]      2.0.0cvs14
14856
14857         * tools/tbird2syl.py
14858         * tools/Makefile.am
14859                 Add script to import Thunderbird mails
14860
14861 2006-02-05 [colin]      2.0.0cvs13
14862
14863         * src/headerview.c
14864         * src/procheader.c
14865         * src/procmsg.c
14866         * src/procmsg.h
14867         * src/textview.c
14868                 Show Face headers - patch partially by Klaus Flittner
14869
14870 2006-02-05 [colin]      2.0.0cvs12
14871
14872         * src/folderview.c
14873         * src/summaryview.c
14874         * src/common/utils.c
14875         * src/common/utils.h
14876                 Let dnd work from mime icons to summaryview
14877                 and to folderview too
14878                 Add a crude test to avoid trying to add files
14879                 drag'n'dropped when they're not mails
14880
14881 2006-02-04 [colin]      2.0.0cvs11
14882
14883         * src/summaryview.c
14884         * src/mimeview.c
14885                 Fix utf8 conversion
14886
14887 2006-02-04 [colin]      2.0.0cvs10
14888
14889         * src/compose.c
14890         * src/folderview.c
14891         * src/mimeview.c
14892         * src/summaryview.c
14893         * src/summaryview.h
14894                 Added various drag and drop capas:
14895                 From                    To
14896                 summaryview             other apps
14897                 mimeview icons          other apps
14898                 other apps              summaryview
14899                 other apps              folderview
14900
14901                 This shouldn't have broken the existing:
14902                 From                    To
14903                 summaryview             folderview
14904                 folderview              folderview
14905                 summaryview             compose's attachments
14906
14907         Tests welcomed.
14908
14909 2006-02-02 [paul]       2.0.0cvs9
14910
14911         * src/mainwindow.c
14912                 move global option 'Set displayed columns...' out
14913                 of folder option grouping.
14914                 fix sensitivity of 'harvest addresses'
14915         FOR_STABLE
14916
14917 2006-02-01 [colin]      2.0.0cvs8
14918
14919         * src/mimeview.c
14920                 Revert the alertpanel patch, it sucks (intrusive
14921                 and gets in the way of "open")
14922
14923 2006-02-01 [colin]      2.0.0cvs7
14924
14925         * src/compose.c
14926         * src/prefs_account.c
14927         * src/prefs_common.c
14928         * src/common/defs.h
14929         * src/common/utils.c
14930         * src/common/utils.h
14931                 Add ability to edit the signature file
14932                 from the account preferences, and use
14933                 a default for the text editor.
14934                 Patch by Fabien Vantard
14935
14936 2006-02-01 [colin]      2.0.0cvs6
14937
14938         * src/mimeview.c
14939                 Try to get mime type by extension if it is
14940                 application/octet-stream
14941                 Display a window with possible choices when
14942                 encountering unknown mime types
14943         * src/gtk/filesel.c
14944         * src/gtk/filesel.h
14945                 Add preview
14946                 Allow multiple selection in filtered filesel
14947                 (patch by Fabien Vantard)
14948         * src/gtk/pluginwindow.c
14949                 Use it (patch by Fabien Vantard)
14950
14951 2006-02-01 [paul]       2.0.0cvs5
14952
14953         * src/jpilot.c
14954                 fix crash on creating jpilot address book
14955                 Thanks to Colin - FOR_STABLE
14956         * src/prefs_summaries.c
14957         * src/prefs_wrapping.c
14958         * src/gtk/icon_legend.c
14959         * src/gtk/quicksearch.c
14960                 string fixes and additions
14961
14962 2006-02-01 [paul]       2.0.0cvs4
14963
14964         * src/compose.c
14965         * src/mainwindow.c
14966         * src/messageview.c
14967         * src/prefs_send.c
14968                 add Arabic encoding option
14969                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14970
14971 2006-01-31 [colin]      2.0.0cvs3
14972
14973         * src/plugins/pgpcore/passphrase.c
14974                 Convert passphrase to locale encoding
14975         * src/compose.c
14976                 Fix drafting on IMAP. Crappy bug sneaked in
14977                 the release :-/
14978         FOR_STABLE
14979
14980 2006-01-30 [paul]       2.0.0cvs2
14981
14982         * src/gtk/icon_legend.c
14983                 show the new entries
14984
14985 2006-01-30 [colin]      2.0.0cvs1
14986
14987         * src/manual.c
14988                 Check for the file to be present before 
14989                 enabling the menu - FOR_STABLE
14990         * src/gtk/icon_legend.c
14991                 Add folders icons (not all of them, there
14992                 are too much, but the most intriguing ones)
14993
14994 2006-01-30 [paul]       2.0.0
14995
14996         version 2.0.0 released
14997
14998 [For previous entries, see ChangeLog.pre2.0.0]