2007-08-21 [wwp] 2.10.0cvs144
[claws.git] / ChangeLog
1 2007-08-21 [wwp]        2.10.0cvs144
2
3         * src/prefs_account.c
4                 Don't return a value in a void function().
5
6 2007-08-21 [paul]       2.10.0cvs143
7
8         * src/messageview.c
9                 add check for ftp: to messageview_list_urls()
10
11 2007-08-21 [colin]      2.10.0cvs142
12
13         * src/editldap.c
14         * src/ldapctrl.c
15         * src/ldapctrl.h
16         * src/ldapquery.c
17         * src/ldapupdate.c
18                 Fix bug 1293, 'LDAP address book not working'
19                 Search only on specified fields, but fetch 
20                 every field possible. People will have to 
21                 reset the searched Attributes in their LDAP
22                 servers properties.
23
24 2007-08-21 [wwp]        2.10.0cvs141
25
26         * src/addr_compl.c
27         * src/addrbook.c
28         * src/addrcache.c
29         * src/addrcindex.c
30         * src/addressbook.c
31         * src/addrindex.c
32         * src/browseldap.c
33         * src/crash.c
34         * src/editaddress_other_attributes_ldap.c
35         * src/exporthtml.c
36         * src/folder.c
37         * src/folderview.c
38         * src/imap.c
39         * src/jpilot.c
40         * src/ldapserver.c
41         * src/ldapupdate.c
42         * src/ldif.c
43         * src/main.c
44         * src/mainwindow.c
45         * src/matcher.c
46         * src/mh.c
47         * src/msgcache.c
48         * src/mutt.c
49         * src/pine.c
50         * src/pop.c
51         * src/prefs_customheader.c
52         * src/prefs_msg_colors.c
53         * src/procmime.c
54         * src/textview.c
55         * src/vcard.c
56         * src/wizard.c
57         * src/common/log.c
58         * src/common/socket.c
59         * src/common/ssl_certificate.c
60         * src/common/utils.c
61         * src/common/utils.h
62         * src/gtk/description_window.c
63         * src/plugins/demo/demo.c
64         * src/plugins/pgpcore/prefs_gpg.c
65         * src/plugins/spamassassin/libspamc.c
66                 Make sure we use glib functions to send text messages (information,
67                 debug, warning, errors) to stdout/stderr - no more direct puts
68                 fputs printf fprintf to stdout/stderr when it can be done using
69                 g_log*() and g_print/g_printerr. Doing this, we make sure every
70                 stdout/stderr message is saved to log in Windows.
71
72
73 2007-08-21 [wwp]        2.10.0cvs140
74
75         * src/main.c
76         * src/common/utils.h
77                 Route glib's stdout/stderr messages to a log file (Windows only),
78                 instead of loosing them.
79
80 2007-08-21 [paul]       2.10.0cvs139
81
82         * src/mainwindow.c
83                 replace deprecated g_strncasecmp()
84         * src/messageview.c
85                 fix 'List URLS'
86
87 2007-08-20 [ticho]      2.10.0cvs138
88
89         * src/account.c
90         * src/prefs_account.h
91                 Copy all account preferences in account_clone() - some
92                 were missing.
93         * src/prefs_account.c
94                 Handle empty privacy system combobox gracefully (warning
95                 instead of a crash).
96
97 2007-08-20 [colin]      2.10.0cvs137
98
99         * src/ldapctrl.c
100                 Fix a leak
101
102 2007-08-20 [paul]       2.10.0cvs136
103
104         * src/browseldap.c
105         * src/editldap.c
106         * src/ldapctrl.c
107         * src/ldapquery.c
108         * src/ldapquery.h
109         * src/ldapserver.c
110         * src/ldaputil.c
111                 add debug_prints
112                 patch by Michael Rasmussen
113
114 2007-08-19 [colin]      2.10.0cvs135
115
116         * src/imap.c
117                 Fix previous commit. Sensitivity update is needed
118                 for "Cancel receiving". However when batching we
119                 don't need to do it for every message flag change,
120                 just once at the start and once at the end.
121
122 2007-08-19 [colin]      2.10.0cvs134
123
124         * src/imap.c
125                 Remove useless menu updates on session lock/unlock
126
127 2007-08-19 [colin]      2.10.0cvs133
128
129         * src/etpan/imap-thread.c
130                 Make all fetch logs less verbose
131
132 2007-08-19 [paul]       2.10.0cvs132
133
134         * src/foldersel.c
135         * src/folderview.c
136         * src/summaryview.c
137                 fix bug 1286, 'Can't move a folder into a "Folders
138                 Only" folder'
139
140 2007-08-18 [ticho]      2.10.0cvs131
141
142         * src/editaddress_other_attributes_ldap.c
143                 Converted option menu for other ldap attributes to GtkComboBox.
144
145 2007-08-18 [colin]      2.10.0cvs130
146
147         * src/compose.c
148         * src/prefs_common.c
149         * src/prefs_common.h
150         * src/prefs_send.c
151         * src/send_message.c
152                 Revert 'send_dialog_mode' meaning to 
153                 'send_dialog_invisible', so that the 
154                 new checkbox doesn't change the 
155                 existing behaviour.
156
157 2007-08-18 [paul]       2.10.0cvs129
158
159         * src/summaryview.c
160                 add missing menu update
161
162 2007-08-17 [colin]      2.10.0cvs128
163
164         * src/folder.c
165                 Set batching after getting flags - maybe fixes
166                 bug 1292, 'CM crashes on writing mail'
167
168 2007-08-16 [ticho]      2.10.0cvs127
169
170         * src/prefs_send.c
171                 Convert two GtkOptionMenu widgets to new GtkComboBox.
172         * src/gtk/combobox.h
173         * src/gtk/gtkutils.c
174                 Allow NULL for GtkComboBox menuitem label, rendering such
175                 items as row separators.
176
177 2007-08-16 [paul]       2.10.0cvs126
178
179         * src/plugins/trayicon/trayicon.c
180                 remove wrongly used gettextisation
181
182 2007-08-15 [ticho]      2.10.0cvs125
183
184         * src/importldif.c
185                 Fixed a runtime warning where an attempt to pack an
186                 already packed GtkLabel was made.
187
188 2007-08-15 [ticho]      2.10.0cvs124
189
190         * src/prefs_compose_writing.c
191                 Convert the insert-or-attach-dragged-files GtkOptionMenu
192                 into GtkComboBox.
193
194 2007-08-14 [ticho]      2.10.0cvs123
195
196         * src/messageview.c
197         * src/gtk/gtkutils.c
198                 Changed return receipt account selector to GtkComboBox.
199                 Fixed a runtime warning where GTK tried to parse
200                 "name <email@address" as a Pango markup in an alertpanel label.
201
202 2007-08-14 [ticho]      2.10.0cvs122
203
204         * src/prefs_logging.c
205                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
206
207 2007-08-14 [wwp]        2.10.0cvs121
208
209         * tools/Makefile.am
210         * tools/README
211         * tools/popfile-link.sh
212                 Added a new tool: POPFile helper, to open
213                 selected messages in POPFile control center,
214                 in order to change the messages' status.
215
216 2007-08-14 [ticho]      2.10.0cvs120
217
218         * src/compose.c
219         * src/prefs_common.c
220         * src/prefs_common.h
221         * src/prefs_send.c
222         * src/send_message.c
223                 Change "Show send dialog" optionmenu to a checkbutton.
224         * src/prefs_receive.c
225                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
226
227 2007-08-13 [wwp]        2.10.0cvs119
228
229         * src/addr_compl.c
230         * src/addressbook.c
231         * src/addrindex.c
232         * src/compose.c
233         * src/filtering.c
234         * src/folderview.c
235         * src/inc.c
236         * src/matcher.c
237         * src/mh.c
238         * src/partial_download.c
239         * src/prefs_gtk.c
240         * src/procmsg.c
241         * src/stock_pixmap.c
242         * src/summaryview.c
243         * src/common/utils.c
244         * src/gtk/gtkaspell.c
245         * src/gtk/menu.c
246                 Make sure we never pass NULL pointers for %s substitutions
247                 (prevent from crashing in Windows).
248
249 2007-08-13 [wwp]        2.10.0cvs118
250
251         * src/msgcache.c
252                 Re-enable mmap_reads in Windows with some missing
253                 CloseHandle of mapping objects, thanks to
254                 Marcus Brinkmann.
255
256 2007-08-13 [paul]       2.10.0cvs117
257
258         * src/common/utils.c
259                 fix bug 1287, 'Compile time problem on Solaris
260                 (nexenta gnu/Solaris) utils.c'
261                 Thanks to Piotr Chrzczonowicz
262
263 2007-08-12 [wwp]        2.10.0cvs116
264
265         * src/plugins/pgpcore/prefs_gpg.c
266                 Don't try to unset a GPG_AGENT_INFO that was not
267                 set (and don't use a NULL string in Windows, it was
268                 crashing with --debug if GPG_AGENT_INFO was not set).
269
270 2007-08-12 [wwp]        2.10.0cvs115
271
272         * src/privacy.h
273                 Make gcc type-check arguments passed to privacy_set_error().
274
275 2007-08-12 [ticho]      2.10.0cvs114
276
277         * src/prefs_folder_item.c
278                 Make sure that folder default account combobox always has some
279                 account preselected.
280         * src/gtk/combobox.c
281                 Handle empty combobox gracefully (warning instead of crash).
282
283 2007-08-12 [ticho]      2.10.0cvs114
284
285         * src/prefs_folder_item.c
286                 Make sure that folder default account combobox is not empty.
287         * src/gtk/combobox.c
288                 Handle empty combobox gracefully (warning instead of crash).
289
290 2007-08-11 [paul]       2.10.0cvs113
291
292         * src/addrgather.c
293         * src/folderview.c
294                 use 'subfolder' instead of 'sub-folder', matching
295                 everywhere else the term is used
296         * src/imap_gtk.c
297                 fix engrish
298
299 2007-08-10 [wwp]        2.10.0cvs112
300
301         * src/msgcache.c
302                 Disable mmap reads in Windows only (at least temporarily), they
303                 prevent from renaming/removing target cache files.
304
305 2007-08-10 [paul]
306
307         3.0.0-rc2 released
308
309 2007-08-10 [wwp]        2.10.0cvs111
310
311         * src/msgcache.c
312                 fix unpredictable crashes in Windows due to broken
313                 cache/mark/tags files writting (file were opened for
314                 writing in text mode).
315
316         * src/recv.c
317                 use gettimeofday() from w32lib.h on Windows.
318
319 2007-08-10 [colin]      2.10.0cvs110
320
321         * src/imap.c
322         * src/etpan/imap-thread.c
323         * src/etpan/imap-thread.h
324                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
325
326 2007-08-09 [colin]      2.10.0cvs109
327
328         * src/editldap.c
329                 Fix port being reset to 636 on SSL
330         * src/folder.c
331                 Fix folder_item_get_msg_num_by_file
332                 on drafts/queue folders
333
334 2007-08-09 [wwp]        2.10.0cvs108
335
336         * src/folder.c
337                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
338                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
339
340
341 2007-08-09 [colin]      2.10.0cvs107
342
343         * src/folderview.c
344         * src/summaryview.c
345         * src/gtk/prefswindow.c
346                 A few Maemo layout fixes
347
348 2007-08-09 [paul]       2.10.0cvs106
349
350         * src/prefs_account.c
351                 remove the hyphen from plug-ins to
352                 match everywhere else
353
354 2007-08-08 [wwp]        2.10.0cvs105
355
356         * src/prefs_folder_item.c
357                 Fix an extraneous stealth ^L char.
358
359 2007-08-08 [wwp]        2.10.0cvs104
360
361         * src/prefs_folder_item.c
362                 Better fix, group variables declarations (USE_ASPELL).
363
364 2007-08-08 [wwp]        2.10.0cvs103
365
366         * src/prefs_folder_item.c
367                 Fix compilation w/ USE_ASPELL set (broken
368                 by 2.10.0cvs102).
369
370 2007-08-08 [ticho]      2.10.0cvs102
371
372         * src/prefs_folder_item.c
373                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
374
375 2007-08-08 [colin]      2.10.0cvs101
376
377         * src/imap.c
378         * src/etpan/imap-thread.c
379         * src/etpan/imap-thread.h
380                 Close selected mailbox before doing
381                 status on it.
382
383 2007-08-08 [colin]      2.10.0cvs100
384
385         * src/html.c
386                 Complete symbol table, thanks to wwp.
387                 Fixes bug 1284, 'The html -> text 
388                 converter ignores entities'
389         * src/msgcache.c
390                 Fix possible fd leak
391
392 2007-08-08 [colin]      2.10.0cvs99
393
394         * src/imap.c
395                 Better way to fetch UIDs on non-UIDPLUS servers
396
397 2007-08-07 [colin]      2.10.0cvs98
398
399         * src/imap.c
400                 fix bug 1275, 'auto-saved draft messages not 
401                 always being removed'; Also, make multiple
402                 copy (in the same account) faster by matching
403                 source/destination message UIDs.
404         * src/messageview.c
405                 Don't try to reshow deleted mail
406         * src/msgcache.c
407                 Fix leak on error path
408
409 2007-08-07 [wwp]        2.10.0cvs97
410
411         * manual/account.xml
412         * manual/advanced.xml
413         * manual/fr/account.xml
414         * manual/fr/advanced.xml
415                 Updated the reference manual and the French translation to
416                 reflect 2.10.0cvs84: enable running folder Processing
417                 rules on demand.
418
419 2007-08-06 [wwp]        2.10.0cvs96
420
421         * src/prefs_common.c
422         * src/prefs_common.h
423         * src/textview.c
424                 Allow changing the emphasis color used to highlight
425                 the newsreader/x-mailer header value when it matches
426                 our preferred mail agent (hidden pref 'emphasis_col' added
427                 to clawsrc).
428
429 2007-08-06 [colin]      2.10.0cvs95
430
431         * src/compose.c
432         * src/compose.h
433                 Re-commit 2.10.0cvs86, with a protection
434                 against Pango bug. Also, try to fix 
435                 bug 1275, 'auto-saved draft messages not 
436                 always being removed'
437
438 2007-08-06 [wwp]        2.10.0cvs94
439
440         * src/gtk/quicksearch.c
441                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
442
443 2007-08-06 [ticho]      2.10.0cvs93
444
445         * src/prefs_account.c
446         * src/gtk/combobox.c
447                 Use GtkComboBox instead of GtkOptionMenu for privacy system
448                 selection in account preferences.
449
450 2007-08-06 [wwp]        2.10.0cvs92
451
452         * src/plugins/pgpcore/plugin.def
453                 Apply one more chunk from gpg4win's 03-w32-port patch.
454
455 2007-08-05 [colin]      2.10.0cvs91
456
457         * src/compose.c
458         * src/compose.h
459                 reverting buggy patch for now
460
461 2007-08-05 [colin]      2.10.0cvs90
462
463         * src/folder.c
464                 Fix slowdown
465
466 2007-08-04 [colin]      2.10.0cvs89
467
468         * src/prefs_summaries.c
469         * src/summary_search.c
470                 Replace deprecated widgets. Patch by
471                 Andrej.
472
473 2007-08-04 [colin]      2.10.0cvs88
474
475         * src/mh.c
476                 Refresh GUI only every 2000 mails on mh_get_last_num
477                 This is fast (readdir) and done only once per 
478                 session/folder
479
480 2007-08-03 [colin]      2.10.0cvs87
481
482         * src/prefs_account.c
483         * src/gtk/combobox.h
484         * src/gtk/gtkutils.c
485                 Fix a deprecated widget. Patch by
486                 Andrej
487
488 2007-08-03 [colin]      2.10.0cvs86
489
490         * src/compose.c
491         * src/compose.h
492                 Make colorisation and wrapping algorithms
493                 faster. Fixes bug 1246, 'compose becomes 
494                 increasingly slow replying to complex emails'
495
496 2007-08-03 [paul]       2.10.0cvs85
497
498         * src/mh.c
499                 keep the window painted
500
501 2007-08-02 [paul]       2.10.0cvs84
502
503         * src/folderview.c
504         * src/mainwindow.c
505         * src/mainwindow.h
506                 enable running folder Processing
507                 rules on demand
508
509 2007-08-02 [paul]       2.10.0cvs83
510
511         * src/textview.c
512                 speed up/clean up rendering of larger
513                 msgs
514                 Thanks to Colin
515
516 2007-08-01 [paul]       2.10.0cvs82
517
518         * src/mainwindow.h
519                 clean up cruft
520         * src/toolbar.c
521                 change default toolbar layout on maemo
522         * src/pixmaps/close.xpm
523                 make the red cross a grey cross
524         * src/pixmaps/jpilot.xpm
525                 make icon smaller so it fits better
526
527 2007-07-31 [paul]       2.10.0cvs81
528
529         * src/setup.c
530         * src/gtk/gtkutils.c
531                 fix crash on maemo on first launch
532
533 2007-07-30 [paul]       2.10.0cvs80
534
535         * src/prefs_matcher.c
536                 specify the units of age and size
537
538 2007-07-30 [paul]       2.10.0cvs79
539
540         * src/main.c
541                 Fix IMAP timeout setting
542
543 2007-07-30 [colin]      2.10.0cvs78
544
545         * src/prefs_account.c
546                 Fix a deprecated widget. Patch by
547                 Andrej
548
549 2007-07-27 [paul]       2.10.0cvs77
550
551         * src/matcher_parser_parse.y
552         * src/prefs_filtering_action.c
553         * src/prefs_matcher.c
554                 these changes forgotten in cvs74's
555                 'watch thread' feature
556
557 2007-07-27 [paul]       2.10.0cvs76
558
559         * src/compose.c
560                 fix potential crasher
561                 thanks to Colin
562
563 2007-07-27 [paul]       2.10.0cvs75
564
565         * src/mainwindow.c
566         * src/manual.c
567         * src/manual.h
568         * src/gtk/gtkutils.c
569                 make mainwindow's /Help/Manual point to the
570                 remote copy if the local copy doesn't exist
571
572 2007-07-27 [paul]       2.10.0cvs74
573
574         * src/Makefile.am
575         * src/filtering.c
576         * src/folder.c
577         * src/mainwindow.c
578         * src/matcher.c
579         * src/matcher.h
580         * src/matcher_parser_parse.y
581         * src/procmsg.c
582         * src/procmsg.h
583         * src/stock_pixmap.c
584         * src/stock_pixmap.h
585         * src/summaryview.c
586         * src/summaryview.h
587         * src/toolbar.c
588         * src/toolbar.h
589         * src/pixmaps/watchthread.xpm
590                 add 'watch thread' feature
591
592 2007-07-27 [paul]       2.10.0cvs73
593
594         * src/prefs_folder_item.c
595                 adjust labels, add tooltips
596
597 2007-07-27 [colin]      2.10.0cvs72
598
599         * src/summaryview.c
600                 Maemo: Remove less used menu items
601
602 2007-07-26 [colin]      2.10.0cvs71
603
604         * src/messageview.c
605                 Maemo: destroy messageview after trashing mail.
606                 Maybe should be done on X11 too
607
608 2007-07-26 [colin]      2.10.0cvs70
609
610         * src/folderview.c
611         * src/mainwindow.c
612         * src/prefs_common.c
613         * src/prefs_common.h
614         * src/summaryview.c
615                 Add View/Show or Hide/Column headers
616
617 2007-07-26 [colin]      2.10.0cvs69
618
619         * src/procmime.c
620                 Fix unwanted output
621
622 2007-07-26 [colin]      2.10.0cvs68
623
624         * src/ldapserver.c
625                 Fix possible crash on cache invalidation
626         * src/compose.c
627         * src/procmime.c
628         * src/procmime.h
629         * src/quote_fmt_parse.y
630                 Make replying to mails with big attachments
631                 much faster. Fixes bug 1224, 'The process of 
632                 Replying to emails with large attachments 
633                 seems unreasonably long...'
634
635 2007-07-26 [colin]      2.10.0cvs67
636
637         * src/mimeview.c
638         * src/matcher.c
639         * src/common/ssl.c
640                 Fix threads use on BSDs
641
642 2007-07-26 [paul]       2.10.0cvs66
643
644         * src/gtk/prefswindow.c
645                 fix account prefs breakage
646                 thanks to Colin
647
648 2007-07-26 [paul]       2.10.0cvs65
649
650         * configure.ac
651                 standardise ./configure --help messages
652
653 2007-07-26 [colin]      2.10.0cvs64
654
655         * src/addressbook.c
656         * src/editaddress.c
657                 Fix two vCard-related crashes
658
659 2007-07-25 [colin]      2.10.0cvs63
660
661         * src/inc.c
662         * src/prefs_common.c
663         * src/prefs_common.h
664         * src/prefs_receive.c
665                 Maemo: Add a better way to notify of
666                 new mails
667         * src/mainwindow.c
668         * src/statusbar.h
669         * src/summaryview.c
670         * src/toolbar.c
671                 Maemo: Various layout fixes
672         * src/gtk/prefswindow.c
673                 Maemo: Better prefs layout
674
675 2007-07-25 [paul]       2.10.0cvs62
676
677         * src/textview.c
678                 fix the layout on maemo
679                 thanks to Colin
680
681 2007-07-25 [iwkse]      2.10.0cvs61
682
683         * src/summaryview.c
684                 add 'o' shortcut on summaryview
685
686 2007-07-25 [iwkse]      2.10.0cvs60
687
688         * src/textview.c
689                 fix o shortcut
690
691 2007-07-24 [colin]      2.10.0cvs59
692
693         * src/mh.c
694                 Fix missing timestamp update on source
695                 folder when moving
696         * src/textview.c
697         * src/textview.h
698                 Better text layout on part's choices
699
700 2007-07-23 [colin]      2.10.0cvs58
701
702         * src/mimeview.c
703         * src/textview.c
704                 Maemo: Automatically choose the correct application
705                 to open parts
706         * src/gtk/quicksearch.c
707                 Make search run on GDK_KP_Enter too
708
709 2007-07-23 [wwp]        2.10.0cvs57
710
711         * src/quote_fmt_lex.l
712                 Revert accidentaly committed lines (account_sig) in
713                 2.10.0cvs56.
714
715 2007-07-23 [wwp]        2.10.0cvs56
716
717         * src/quote_fmt_lex.l
718                 Fix typos around long form expressions in the quote lexer.
719
720 2007-07-23 [paul]
721
722         3.0.0-rc1 released
723
724 2007-07-23 [colin]      2.10.0cvs55
725
726         * src/addr_compl.c
727                 Fix auto-completion on Maemo
728
729 2007-07-23 [colin]      2.10.0cvs54
730
731         * src/statusbar.c
732                 Maemo: Fix sticking statusbars
733
734 2007-07-22 [colin]      2.10.0cvs53
735
736         * src/main.c
737                 Maemo: Fix the strange "top_application" info
738                 at startup. We should do something when 
739                 receiving such a message.
740
741 2007-07-20 [paul]       2.10.0cvs52
742
743         * src/news_gtk.c
744                 add missing #include "statusbar.h"
745
746 2007-07-20 [colin]      2.10.0cvs51
747
748         * src/folder.c
749         * src/folder.h
750         * src/folder_item_prefs.c
751         * src/folder_item_prefs.h
752         * src/folderview.c
753         * src/imap.c
754         * src/imap_gtk.c
755         * src/imap_gtk.h
756         * src/news.c
757         * src/news_gtk.c
758         * src/news_gtk.h
759         * src/prefs_folder_item.c
760                 Implement age-based caching: allow to
761                 specify a threshold for the offline synchronisation
762                 feature, and whether old cached bodies should 
763                 be removed
764         * src/toolbar.c
765         * src/toolbar.h
766                 Fix label/tooltips
767         * src/plugins/dillo_viewer/dillo_viewer.c
768                 Check that Dillo's installed
769
770 2007-07-20 [wwp]        2.10.0cvs50
771
772         * src/mimeview.c
773         * src/stock_pixmap.c
774                 Draw a frame around the selected mimeview part icon (instead of the
775                 shifted 'dancing' icon).
776
777 2007-07-20 [colin]      2.10.0cvs49
778
779         * src/main.c
780                 Unref stuff even on error
781         * src/wizard.c
782                 disconnect signals only at the very
783                 end of the wizard save.
784
785 2007-07-20 [colin]      2.10.0cvs48
786
787         * src/mainwindow.c
788         * src/messageview.c
789         * src/toolbar.c
790         * src/toolbar.h
791                 Fix random crashes while navigating
792                 (GTK_EVENTS_FLUSH)
793
794 2007-07-19 [colin]      2.10.0cvs47
795
796         * configure.ac
797         * src/main.c
798         * src/prefs_common.c
799         * src/prefs_common.h
800         * src/wizard.c
801         * src/common/defs.h
802         * src/common/utils.c
803                 Maemo: add an easy way to store data (mails
804                 and IMAP/NNTP caches) on one of the SD cards,
805                 and protect against unmounts if needed
806
807 2007-07-19 [paul]       2.10.0cvs46
808
809         * src/Makefile.am
810         * src/stock_pixmap.c
811         * src/gtk/about.c
812         * src/pixmaps/claws-mail_logo-small.xpm
813                 implement a (slightly) different About
814                 dialog for maemo and add a small version
815                 of the logo for it
816         * src/wizard.c
817                 use a scrolled window for wizard page 1
818                 on maemo
819
820 2007-07-19 [paul]       2.10.0cvs45
821
822         * src/Makefile.am
823                 too soon for this line
824
825 2007-07-19 [paul]       2.10.0cvs44
826
827         * src/Makefile.am
828                 fix build on n800
829
830 2007-07-19 [colin]      2.10.0cvs43
831
832         * src/wizard.c
833                 Solve Mail/Mailbox name when specifying
834                 full /path/to/Mail.
835
836 2007-07-18 [colin]      2.10.0cvs42
837
838         * src/inc.c
839         * configure.ac
840                 Fix build on n770
841
842 2007-07-18 [colin]      2.10.0cvs41
843
844         * src/inc.c
845                 Maemo: plug the online/offline system into
846                 maemo's interfaces to have Claws automatically
847                 switch according to the system status
848         * src/statusbar.c
849                 Maemo: use HildonBanners to display status
850                 messages. Renders the main statusbar useless.
851
852 2007-07-18 [paul]       2.10.0cvs40
853
854         * src/filtering.c
855                 fix screen blanking on moving/copying many msgs
856         * src/folder.c
857                 fix processing progressbar and screen blanking
858                 during processing
859
860 2007-07-18 [paul]       2.10.0cvs39
861
862         * src/messageview.c
863                 revert cvs37, breakage on maemo
864
865 2007-07-18 [paul]       2.10.0cvs38
866
867         * src/gtk/gtkutils.c
868                 make sure we can still build with older GTK's
869
870 2007-07-18 [colin]      2.10.0cvs37
871
872         * src/messageview.c
873                 Only hide the small layout's messageview, instead
874                 of destroying it when closing
875         * src/gtk/gtkutils.c
876                 Use gtk_window_present_with_time to popup windows,
877                 it seems to make things better with modern WMs
878                 (actually focusing)
879
880 2007-07-17 [colin]      2.10.0cvs36
881
882         * src/editaddress.c
883                 Simplify layout on Maemo
884         * src/folder.c
885                 Fix possible crash
886         * src/prefs_display_header.c
887                 Remove some headers by default on Maemo
888
889 2007-07-17 [paul]       2.10.0cvs35
890
891         * src/prefs_common.c
892         * src/prefs_common.h
893         * src/prefs_logging.c
894         * src/common/log.c
895                 add options to stop/enable writing logs to disc
896
897 2007-07-17 [paul]       2.10.0cvs34
898
899         * src/edittags.c
900                 fix some issues with the Apply tags window:
901                 - set search column (enables autocompl in the treeview)
902                 - apply tag from "New tag" if it existed
903                 - clears New tag entry when adding it with the button
904                 Thanks to Colin
905
906 2007-07-17 [paul]       2.10.0cvs33
907
908         * src/edittags.c
909                 fix 'apply tags' dialogue weirdness
910
911 2007-07-16 [colin]      2.10.0cvs32
912
913         * src/toolbar.c
914                 Fix double-loading of mails on Maemo
915
916 2007-07-16 [colin]      2.10.0cvs31
917
918         * src/messageview.c
919                 Prevent double-loading of the same part under some
920                 conditions; hide statusbar on Maemo
921
922 2007-07-16 [colin]      2.10.0cvs30
923
924         * src/edittags.c
925         * src/edittags.h
926         * src/mainwindow.c
927         * src/summaryview.c
928                 Improve the tag interface - allow
929                 to set/unset tags from a special
930                 window.
931         * src/gtk/gtkvscrollbutton.c
932         * src/mimeview.c
933         * src/mimeview.h
934         * src/stock_pixmap.c
935                 Fix Mimeview's ugly hacks in the
936                 icon list. 
937
938 2007-07-16 [paul]       2.10.0cvs29
939
940         * src/wizard.c
941                 rework dialog
942         * src/gtk/icon_legend.c
943                 put it all in a scrolled window
944
945 2007-07-15 [colin]      2.10.0cvs28
946
947         * src/mainwindow.c
948                 Maemo: force layout to be Small screen; the
949                 others don't make sense
950
951 2007-07-14 [colin]      2.10.0cvs27
952
953         * src/mimeview.c
954         * src/gtk/gtkvscrollbutton.c
955                 Maemo: Fix mimeview's buttons size
956
957 2007-07-14 [colin]      2.10.0cvs26
958
959         * src/toolbar.c
960                 Fix the button workaround fix.
961                 (Use the correct variable)
962
963 2007-07-14 [colin]      2.10.0cvs25
964
965         * src/mainwindow.c
966         * src/toolbar.c
967                 Maemo: put the progress bar in the
968                 toolbar
969
970 2007-07-14 [colin]      2.10.0cvs24
971
972         * src/prefs_common.c
973                 Maemo: hide statusbar by default
974         * src/Makefile.am
975         * src/stock_pixmap.c
976         * src/stock_pixmap.h
977         * src/toolbar.c
978         * src/pixmaps/go_folders.xpm
979                 Maemo: Add a specific icon to go back to
980                 folder list
981
982 2007-07-14 [colin]      2.10.0cvs23
983
984         * src/toolbar.c
985                 Don't set homogeneous finally
986
987 2007-07-14 [colin]      2.10.0cvs22
988
989         * src/toolbar.c
990                 Fix button show/hide issues
991
992 2007-07-14 [colin]      2.10.0cvs21
993
994         * src/toolbar.c
995                 Fix huge arrows
996                 Fix button workaround to be able to click
997                 if mouse was on button when it went un-
998                 sensitive.
999                 Revert previous commit, gtk_tool_item_set_homogeneous
1000                 doesn't mean what it seems to mean ;-)
1001
1002 2007-07-14 [paul]       2.10.0cvs20
1003
1004         * src/toolbar.c
1005                 make homogeneous FALSE always
1006
1007 2007-07-13 [colin]      2.10.0cvs19
1008
1009         * src/toolbar.c
1010         * src/toolbar.h
1011                 Rework to fit the non-deprecated API
1012         * src/compose.c
1013         * src/folderview.c
1014         * src/mainwindow.c
1015         * src/messageview.c
1016         * src/summaryview.c
1017                 Maemo layout changes. Better toolbars,
1018                 removal of CTree headers. 
1019
1020 2007-07-13 [paul]       2.10.0cvs18
1021
1022         * src/gtk/colorlabel.c
1023                 fix bug 1261, '[DE] coloring messages in overview 
1024                 keys are not localised'
1025                 the string is now included in claws-mail.pot
1026
1027 2007-07-13 [colin]      2.10.0cvs17
1028
1029         * src/summaryview.c
1030                 Fix bug 1267, 'printing mutliple messages 
1031                 opens one message-dialog after the other'
1032                 Ask for confirmation when printing 10
1033                 messages or more.
1034
1035 2007-07-11 [colin]      2.10.0cvs16
1036
1037         * COPYING
1038         * README
1039         * autogen.sh
1040         * manual/claws-mail-manual.xml
1041         * manual/gpl.xml
1042         * manual/es/claws-mail-manual.xml
1043         * manual/es/gpl.xml
1044         * manual/fr/claws-mail-manual.xml
1045         * manual/fr/gpl.xml
1046         * manual/pl/gpl.xml
1047         * src/account.c
1048         * src/account.h
1049         * src/action.c
1050         * src/action.h
1051         * src/adbookbase.h
1052         * src/addr_compl.c
1053         * src/addr_compl.h
1054         * src/addrbook.c
1055         * src/addrbook.h
1056         * src/addrcache.c
1057         * src/addrcache.h
1058         * src/addrcindex.c
1059         * src/addrcindex.h
1060         * src/addrclip.c
1061         * src/addrclip.h
1062         * src/addrdefs.h
1063         * src/addressadd.c
1064         * src/addressadd.h
1065         * src/addressbook.c
1066         * src/addressbook.h
1067         * src/addressbook_foldersel.c
1068         * src/addressbook_foldersel.h
1069         * src/addressitem.h
1070         * src/addrgather.c
1071         * src/addrgather.h
1072         * src/addrharvest.c
1073         * src/addrharvest.h
1074         * src/addrindex.c
1075         * src/addrindex.h
1076         * src/addritem.c
1077         * src/addritem.h
1078         * src/addrquery.c
1079         * src/addrquery.h
1080         * src/addrselect.c
1081         * src/addrselect.h
1082         * src/alertpanel.c
1083         * src/alertpanel.h
1084         * src/browseldap.c
1085         * src/browseldap.h
1086         * src/codeconv.c
1087         * src/codeconv.h
1088         * src/compose.c
1089         * src/compose.h
1090         * src/crash.c
1091         * src/crash.h
1092         * src/customheader.c
1093         * src/customheader.h
1094         * src/displayheader.c
1095         * src/displayheader.h
1096         * src/editaddress.c
1097         * src/editaddress.h
1098         * src/editaddress_other_attributes_ldap.c
1099         * src/editaddress_other_attributes_ldap.h
1100         * src/editbook.c
1101         * src/editbook.h
1102         * src/editgroup.c
1103         * src/editgroup.h
1104         * src/editjpilot.c
1105         * src/editjpilot.h
1106         * src/editldap.c
1107         * src/editldap.h
1108         * src/editldap_basedn.c
1109         * src/editldap_basedn.h
1110         * src/edittags.c
1111         * src/edittags.h
1112         * src/editvcard.c
1113         * src/editvcard.h
1114         * src/enriched.c
1115         * src/enriched.h
1116         * src/exphtmldlg.c
1117         * src/exphtmldlg.h
1118         * src/expldifdlg.c
1119         * src/expldifdlg.h
1120         * src/export.c
1121         * src/export.h
1122         * src/exporthtml.c
1123         * src/exporthtml.h
1124         * src/exportldif.c
1125         * src/exportldif.h
1126         * src/filtering.c
1127         * src/filtering.h
1128         * src/folder.c
1129         * src/folder.h
1130         * src/folder_item_prefs.c
1131         * src/folder_item_prefs.h
1132         * src/foldersel.c
1133         * src/foldersel.h
1134         * src/folderutils.c
1135         * src/folderutils.h
1136         * src/folderview.c
1137         * src/folderview.h
1138         * src/gedit-print.c
1139         * src/gedit-print.h
1140         * src/grouplistdialog.c
1141         * src/grouplistdialog.h
1142         * src/headerview.c
1143         * src/headerview.h
1144         * src/html.c
1145         * src/html.h
1146         * src/image_viewer.c
1147         * src/image_viewer.h
1148         * src/imap.c
1149         * src/imap.h
1150         * src/imap_gtk.c
1151         * src/imap_gtk.h
1152         * src/import.c
1153         * src/import.h
1154         * src/importldif.c
1155         * src/importldif.h
1156         * src/importmutt.c
1157         * src/importmutt.h
1158         * src/importpine.c
1159         * src/importpine.h
1160         * src/inc.c
1161         * src/inc.h
1162         * src/jpilot.c
1163         * src/jpilot.h
1164         * src/ldapctrl.c
1165         * src/ldapctrl.h
1166         * src/ldaplocate.c
1167         * src/ldaplocate.h
1168         * src/ldapquery.c
1169         * src/ldapquery.h
1170         * src/ldapserver.c
1171         * src/ldapserver.h
1172         * src/ldapupdate.c
1173         * src/ldapupdate.h
1174         * src/ldaputil.c
1175         * src/ldaputil.h
1176         * src/ldif.c
1177         * src/ldif.h
1178         * src/localfolder.c
1179         * src/localfolder.h
1180         * src/main.c
1181         * src/main.h
1182         * src/mainwindow.c
1183         * src/mainwindow.h
1184         * src/manual.c
1185         * src/manual.h
1186         * src/matcher.c
1187         * src/matcher.h
1188         * src/matcher_parser.h
1189         * src/matcher_parser_lex.l
1190         * src/matcher_parser_parse.y
1191         * src/mbox.c
1192         * src/mbox.h
1193         * src/message_search.c
1194         * src/message_search.h
1195         * src/messageview.c
1196         * src/messageview.h
1197         * src/mh.c
1198         * src/mh.h
1199         * src/mh_gtk.c
1200         * src/mh_gtk.h
1201         * src/mimeview.c
1202         * src/mimeview.h
1203         * src/msgcache.c
1204         * src/msgcache.h
1205         * src/mutt.c
1206         * src/mutt.h
1207         * src/news.c
1208         * src/news.h
1209         * src/news_gtk.c
1210         * src/news_gtk.h
1211         * src/noticeview.c
1212         * src/noticeview.h
1213         * src/partial_download.c
1214         * src/partial_download.h
1215         * src/pine.c
1216         * src/pine.h
1217         * src/pop.c
1218         * src/pop.h
1219         * src/prefs_account.c
1220         * src/prefs_account.h
1221         * src/prefs_actions.c
1222         * src/prefs_actions.h
1223         * src/prefs_common.c
1224         * src/prefs_common.h
1225         * src/prefs_compose_writing.c
1226         * src/prefs_compose_writing.h
1227         * src/prefs_customheader.c
1228         * src/prefs_customheader.h
1229         * src/prefs_display_header.c
1230         * src/prefs_display_header.h
1231         * src/prefs_ext_prog.c
1232         * src/prefs_ext_prog.h
1233         * src/prefs_filtering.c
1234         * src/prefs_filtering.h
1235         * src/prefs_filtering_action.c
1236         * src/prefs_filtering_action.h
1237         * src/prefs_folder_column.c
1238         * src/prefs_folder_column.h
1239         * src/prefs_folder_item.c
1240         * src/prefs_folder_item.h
1241         * src/prefs_fonts.c
1242         * src/prefs_fonts.h
1243         * src/prefs_gtk.c
1244         * src/prefs_gtk.h
1245         * src/prefs_image_viewer.c
1246         * src/prefs_image_viewer.h
1247         * src/prefs_logging.c
1248         * src/prefs_logging.h
1249         * src/prefs_matcher.c
1250         * src/prefs_matcher.h
1251         * src/prefs_message.c
1252         * src/prefs_message.h
1253         * src/prefs_msg_colors.c
1254         * src/prefs_msg_colors.h
1255         * src/prefs_other.c
1256         * src/prefs_other.h
1257         * src/prefs_quote.c
1258         * src/prefs_quote.h
1259         * src/prefs_receive.c
1260         * src/prefs_receive.h
1261         * src/prefs_send.c
1262         * src/prefs_send.h
1263         * src/prefs_spelling.c
1264         * src/prefs_spelling.h
1265         * src/prefs_summaries.c
1266         * src/prefs_summaries.h
1267         * src/prefs_summary_column.c
1268         * src/prefs_summary_column.h
1269         * src/prefs_summary_open.c
1270         * src/prefs_summary_open.h
1271         * src/prefs_template.c
1272         * src/prefs_template.h
1273         * src/prefs_themes.c
1274         * src/prefs_themes.h
1275         * src/prefs_toolbar.c
1276         * src/prefs_toolbar.h
1277         * src/prefs_wrapping.c
1278         * src/prefs_wrapping.h
1279         * src/privacy.c
1280         * src/privacy.h
1281         * src/procheader.c
1282         * src/procheader.h
1283         * src/procmime.c
1284         * src/procmime.h
1285         * src/procmsg.c
1286         * src/procmsg.h
1287         * src/quote_fmt.c
1288         * src/quote_fmt_lex.l
1289         * src/quote_fmt_parse.y
1290         * src/recv.c
1291         * src/recv.h
1292         * src/remotefolder.c
1293         * src/remotefolder.h
1294         * src/send_message.c
1295         * src/send_message.h
1296         * src/setup.c
1297         * src/setup.h
1298         * src/simple-gettext.c
1299         * src/sourcewindow.c
1300         * src/sourcewindow.h
1301         * src/ssl_manager.c
1302         * src/ssl_manager.h
1303         * src/statusbar.c
1304         * src/statusbar.h
1305         * src/stock_pixmap.c
1306         * src/stock_pixmap.h
1307         * src/summary_search.c
1308         * src/summary_search.h
1309         * src/summaryview.c
1310         * src/summaryview.h
1311         * src/textview.c
1312         * src/textview.h
1313         * src/toolbar.c
1314         * src/toolbar.h
1315         * src/undo.c
1316         * src/undo.h
1317         * src/unmime.c
1318         * src/unmime.h
1319         * src/uri_opener.c
1320         * src/uri_opener.h
1321         * src/vcard.c
1322         * src/vcard.h
1323         * src/wizard.c
1324         * src/wizard.h
1325         * src/common/base64.c
1326         * src/common/base64.h
1327         * src/common/claws.c
1328         * src/common/claws.h
1329         * src/common/defs.h
1330         * src/common/fnmatch.c
1331         * src/common/fnmatch.h
1332         * src/common/fnmatch_loop.c
1333         * src/common/hooks.c
1334         * src/common/hooks.h
1335         * src/common/log.c
1336         * src/common/log.h
1337         * src/common/md5.c
1338         * src/common/md5.h
1339         * src/common/mgutils.c
1340         * src/common/mgutils.h
1341         * src/common/nntp.c
1342         * src/common/nntp.h
1343         * src/common/passcrypt.c
1344         * src/common/passcrypt.h.in
1345         * src/common/plugin.c
1346         * src/common/plugin.h
1347         * src/common/prefs.c
1348         * src/common/prefs.h
1349         * src/common/progressindicator.c
1350         * src/common/progressindicator.h
1351         * src/common/quoted-printable.c
1352         * src/common/quoted-printable.h
1353         * src/common/session.c
1354         * src/common/session.h
1355         * src/common/smtp.c
1356         * src/common/smtp.h
1357         * src/common/socket.c
1358         * src/common/socket.h
1359         * src/common/ssl.c
1360         * src/common/ssl.h
1361         * src/common/ssl_certificate.c
1362         * src/common/ssl_certificate.h
1363         * src/common/string_match.c
1364         * src/common/string_match.h
1365         * src/common/stringtable.c
1366         * src/common/stringtable.h
1367         * src/common/tags.c
1368         * src/common/tags.h
1369         * src/common/template.c
1370         * src/common/template.h
1371         * src/common/timing.h
1372         * src/common/utils.c
1373         * src/common/utils.h
1374         * src/common/uuencode.c
1375         * src/common/uuencode.h
1376         * src/common/version.h.in
1377         * src/common/w32_dirent.c
1378         * src/common/w32_reg.c
1379         * src/common/w32_signal.c
1380         * src/common/w32_stat.c
1381         * src/common/w32_stdlib.c
1382         * src/common/w32_string.c
1383         * src/common/w32_time.c
1384         * src/common/w32_unistd.c
1385         * src/common/w32_wait.c
1386         * src/common/w32lib.h
1387         * src/common/xml.c
1388         * src/common/xml.h
1389         * src/common/xmlprops.c
1390         * src/common/xmlprops.h
1391         * src/etpan/etpan-errors.h
1392         * src/etpan/etpan-thread-manager-types.h
1393         * src/etpan/etpan-thread-manager.c
1394         * src/etpan/etpan-thread-manager.h
1395         * src/etpan/imap-thread.c
1396         * src/etpan/imap-thread.h
1397         * src/gtk/about.c
1398         * src/gtk/about.h
1399         * src/gtk/colorlabel.c
1400         * src/gtk/colorlabel.h
1401         * src/gtk/colorsel.c
1402         * src/gtk/colorsel.h
1403         * src/gtk/combobox.c
1404         * src/gtk/combobox.h
1405         * src/gtk/description_window.c
1406         * src/gtk/description_window.h
1407         * src/gtk/filesel.c
1408         * src/gtk/filesel.h
1409         * src/gtk/foldersort.c
1410         * src/gtk/foldersort.h
1411         * src/gtk/gtkaspell.c
1412         * src/gtk/gtkaspell.h
1413         * src/gtk/gtksctree.c
1414         * src/gtk/gtkshruler.c
1415         * src/gtk/gtkshruler.h
1416         * src/gtk/gtksourceprintjob.c
1417         * src/gtk/gtksourceprintjob.h
1418         * src/gtk/gtkutils.c
1419         * src/gtk/gtkutils.h
1420         * src/gtk/gtkvscrollbutton.c
1421         * src/gtk/gtkvscrollbutton.h
1422         * src/gtk/icon_legend.c
1423         * src/gtk/icon_legend.h
1424         * src/gtk/inputdialog.c
1425         * src/gtk/inputdialog.h
1426         * src/gtk/logwindow.c
1427         * src/gtk/logwindow.h
1428         * src/gtk/manage_window.c
1429         * src/gtk/manage_window.h
1430         * src/gtk/menu.c
1431         * src/gtk/menu.h
1432         * src/gtk/pluginwindow.c
1433         * src/gtk/pluginwindow.h
1434         * src/gtk/prefswindow.c
1435         * src/gtk/prefswindow.h
1436         * src/gtk/progressdialog.c
1437         * src/gtk/progressdialog.h
1438         * src/gtk/quicksearch.c
1439         * src/gtk/quicksearch.h
1440         * src/gtk/sslcertwindow.c
1441         * src/gtk/sslcertwindow.h
1442         * src/plugins/bogofilter/bogofilter.c
1443         * src/plugins/bogofilter/bogofilter.h
1444         * src/plugins/bogofilter/bogofilter_gtk.c
1445         * src/plugins/clamav/clamav_plugin.c
1446         * src/plugins/clamav/clamav_plugin.h
1447         * src/plugins/clamav/clamav_plugin_gtk.c
1448         * src/plugins/demo/demo.c
1449         * src/plugins/dillo_viewer/dillo_prefs.c
1450         * src/plugins/dillo_viewer/dillo_prefs.h
1451         * src/plugins/dillo_viewer/dillo_viewer.c
1452         * src/plugins/pgpcore/passphrase.c
1453         * src/plugins/pgpcore/passphrase.h
1454         * src/plugins/pgpcore/pgp_viewer.c
1455         * src/plugins/pgpcore/pgp_viewer.h
1456         * src/plugins/pgpcore/plugin.c
1457         * src/plugins/pgpcore/prefs_gpg.c
1458         * src/plugins/pgpcore/prefs_gpg.h
1459         * src/plugins/pgpcore/select-keys.c
1460         * src/plugins/pgpcore/select-keys.h
1461         * src/plugins/pgpcore/sgpgme.c
1462         * src/plugins/pgpcore/sgpgme.h
1463         * src/plugins/pgpinline/pgpinline.c
1464         * src/plugins/pgpinline/pgpinline.h
1465         * src/plugins/pgpinline/plugin.c
1466         * src/plugins/pgpmime/pgpmime.c
1467         * src/plugins/pgpmime/pgpmime.h
1468         * src/plugins/pgpmime/plugin.c
1469         * src/plugins/spamassassin/spamassassin.c
1470         * src/plugins/spamassassin/spamassassin.h
1471         * src/plugins/spamassassin/spamassassin_gtk.c
1472         * src/plugins/trayicon/trayicon.c
1473         * src/plugins/trayicon/trayicon_prefs.c
1474         * src/plugins/trayicon/trayicon_prefs.h
1475         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1476         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1477         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1478         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1479         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1480         * tools/OOo2claws-mail.pl
1481         * tools/README.sylprint
1482         * tools/acroread2claws-mail.pl
1483         * tools/claws-mail-compose-insert-files.pl
1484         * tools/convert_mbox.pl
1485         * tools/filter_conv.pl
1486         * tools/filter_conv_new.pl
1487         * tools/fix_date.sh
1488         * tools/freshmeat_search.pl
1489         * tools/google_search.pl
1490         * tools/kmail-mailbox2claws-mail.pl
1491         * tools/kmail2claws-mail.pl
1492         * tools/kmail2claws-mail_v2.pl
1493         * tools/mairix.sh
1494         * tools/make.themes.project
1495         * tools/multiwebsearch.pl
1496         * tools/nautilus2claws-mail.sh
1497         * tools/outlook2claws-mail.pl
1498         * tools/textviewer.sh
1499         * tools/thunderbird-filters-convertor.pl
1500         * tools/update-po
1501         * tools/uuooffice
1502         * tools/vcard2xml.py
1503         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1504                 Upgrade to GPLv3 or later.
1505
1506 2007-07-10 [wwp]        2.10.0cvs15
1507
1508         * src/main.c
1509                 Fix re-opening of all composing messages that were
1510                 opened when closing the previous instance, thanks
1511                 to Colin.
1512
1513 2007-07-10 [paul]       2.10.0cvs14
1514
1515         * src/editaddress_other_attributes_ldap.c
1516         * src/ldapupdate.c
1517                 fix crash on selecting 'other attributes' combo
1518                 for either a new entry or an old entry with no
1519                 existing attributes.
1520                 fix bug on editing multiple attributes which
1521                 resulted them all having the value of the last
1522                 one changed.
1523                 Thanks to Colin
1524
1525 2007-07-10 [colin]      2.10.0cvs13
1526
1527         * src/editaddress.c
1528         * src/editaddress_other_attributes_ldap.h
1529         * src/ldapupdate.c
1530                 Fix --disable-ldap build
1531
1532 2007-07-09 [colin]      2.10.0cvs12
1533
1534         * src/Makefile.am
1535         * src/addritem.c
1536         * src/addritem.h
1537         * src/editaddress.c
1538         * src/editaddress_other_attributes_ldap.c
1539         * src/editaddress_other_attributes_ldap.h
1540         * src/editldap.c
1541         * src/ldapctrl.c
1542         * src/ldapctrl.h
1543         * src/ldapupdate.c
1544                 Add capability to edit all inetOrgPerson
1545                 attributes on LDAP. Patch by Michael 
1546                 Rasmussen
1547
1548 2007-07-09 [colin]      2.10.0cvs11
1549
1550         * src/Makefile.am
1551         * src/exporthtml.c
1552         * src/mbox.c
1553         * src/msgcache.c
1554         * src/prefs_summaries.c
1555         * src/prefs_themes.c
1556         * src/procheader.c
1557         * src/common/Makefile.am
1558         * src/common/log.c
1559         * src/common/timing.h
1560         * src/common/utils.c
1561         * src/common/utils.h
1562         * src/common/w32_account.c
1563         * src/common/w32lib.h
1564         * src/gtk/Makefile.am
1565         * src/gtk/colorlabel.c
1566         * src/plugins/pgpcore/Makefile.am
1567         * src/plugins/pgpcore/claws.def
1568         * src/plugins/pgpcore/passphrase.c
1569         * src/plugins/pgpcore/pgp_viewer.c
1570         * src/plugins/pgpcore/plugin.def
1571         * src/plugins/pgpcore/sgpgme.c
1572         * src/plugins/pgpinline/Makefile.am
1573         * src/plugins/pgpinline/claws.def
1574         * src/plugins/pgpinline/mypgpcore.def
1575         * src/plugins/pgpinline/plugin.def
1576         * src/plugins/pgpmime/Makefile.am
1577         * src/plugins/pgpmime/claws.def
1578         * src/plugins/pgpmime/mypgpcore.def
1579         * src/plugins/pgpmime/plugin.def
1580                 Commit win32 patch, from Werner Koch and
1581                 Marcus Brinkmann
1582
1583 2007-07-09 [colin]      2.10.0cvs10
1584
1585         * src/prefs_toolbar.c
1586                 Fix crash when no actions exist
1587
1588 2007-07-07 [paul]       2.10.0cvs9
1589
1590         * COPYING
1591         * manual/claws-mail-manual.xml
1592                 update copyright year
1593         * po/fi.po
1594                 updated by Flammie Pirinen
1595
1596 2007-07-05 [wwp]        2.10.0cvs8
1597
1598         * src/plugins/clamav/clamav_plugin_gtk.c
1599                 Make vertical spacing like in other plugin prefs pages.
1600
1601 2007-07-05 [wwp]        2.10.0cvs7
1602
1603         * src/quote_fmt.c
1604                 It's %am that works, not %ae (this doc incoherence has been
1605                 introduced with 2.9.2cvs13).
1606
1607 2007-07-04 [wwp]        2.10.0cvs6
1608
1609         * src/plugins/bogofilter/bogofilter.c
1610                 Gettext-ize an occurrence of "Any" that wasn't.
1611
1612 2007-07-04 [colin]      2.10.0cvs5
1613
1614         * po/POTFILES.in
1615                 Fix untranslated strings; thanks
1616                 to Pader Rezso.
1617
1618 2007-07-03 [colin]      2.10.0cvs4
1619
1620         * src/folder.c
1621         * src/mainwindow.c
1622                 Fix saving of sort mode for tags and
1623                 thread date. Thanks to Pierre Ossman.
1624                 Completes fix for bug 1233
1625
1626 2007-07-03 [paul]       2.10.0cvs3
1627
1628         * src/compose.c
1629                 fix auto-save
1630         * src/summaryview.c
1631                 fix build warnings
1632         Thanks to Colin
1633
1634 2007-07-02 [colin]      2.10.0cvs2
1635
1636         * src/folder.h
1637         * src/mainwindow.c
1638         * src/procmsg.h
1639         * src/summaryview.c
1640                 Add View/Sort/by Thread date
1641                 Fixes bug 1233, 'Capability to sort 
1642                 threads by most recent message'
1643                 Based on a patch by Paul Rolland
1644
1645 2007-07-02 [colin]      2.10.0cvs1
1646
1647         * src/Makefile.am
1648         * src/compose.c
1649         * src/edittags.c
1650         * src/edittags.h
1651         * src/filtering.c
1652         * src/folder.c
1653         * src/folder.h
1654         * src/headerview.c
1655         * src/headerview.h
1656         * src/main.c
1657         * src/mainwindow.c
1658         * src/mainwindow.h
1659         * src/manual.h
1660         * src/matcher.c
1661         * src/matcher.h
1662         * src/matcher_parser_parse.y
1663         * src/mimeview.c
1664         * src/msgcache.c
1665         * src/msgcache.h
1666         * src/prefs_common.c
1667         * src/prefs_common.h
1668         * src/prefs_filtering_action.c
1669         * src/prefs_matcher.c
1670         * src/prefs_summary_column.c
1671         * src/procmsg.c
1672         * src/procmsg.h
1673         * src/quote_fmt.c
1674         * src/quote_fmt_lex.l
1675         * src/quote_fmt_parse.y
1676         * src/summaryview.c
1677         * src/summaryview.h
1678         * src/textview.c
1679         * src/common/Makefile.am
1680         * src/common/defs.h
1681         * src/common/tags.c
1682         * src/common/tags.h
1683         * src/gtk/quicksearch.c
1684         * src/gtk/quicksearch.h
1685                 Add Tags implementation. Tags are arbitrary labels
1686                 that can be applied to messages. It is possible 
1687                 to create, edit, remove tags; apply them to mails;
1688                 filter on tags or tag presence; apply or unset
1689                 tags via filtering actions; reference tags in
1690                 reply templates.
1691
1692 2007-07-02 [paul]       2.10.0
1693
1694         * NEWS
1695         * README
1696         * RELEASE_NOTES
1697                 2.10.0 released
1698
1699 2007-07-02 [paul]       2.9.2cvs78
1700
1701         * po/de.po
1702         * po/en_GB.po
1703         * po/es.po
1704         * po/fr.po
1705         * po/hu.po
1706         * po/pt_BR.po
1707         * po/ru.po
1708         * po/zh_CN.po
1709                 updated by Stephan Sachse, me, Ricardo Mones
1710                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1711                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1712
1713 2007-07-02 [paul]       2.9.2cvs77
1714
1715         * AUTHORS
1716                 updated
1717
1718 2007-06-29 [wwp]        2.9.2cvs76
1719
1720         * src/gtk/headers.h
1721                 Fix a typo (thanks to Ricardo for finding this out).
1722
1723 2007-06-28 [paul]       2.9.2cvs75
1724
1725         * src/folderview.c
1726                 fix build warnings
1727
1728 2007-06-28 [paul]       2.9.2cvs74
1729
1730         * tools/Makefile.am
1731                 fix bug in the autotools build system.
1732                 Files cataloged under EXTRA_DIST were never
1733                 automatically copied to the build tree.
1734                 (fix 'make distcheck')
1735                 Patch by Michael Rasmussen.
1736
1737 2007-06-24 [colin]      2.9.2cvs73
1738
1739         * src/news_gtk.c
1740                 Fix bug 1249, 'Error handling for 
1741                 news errors needs modification'
1742                 Only popup error if the according
1743                 pref in Prefs/Receive is set.
1744
1745 2007-06-21 [colin]      2.9.2cvs72
1746
1747         * src/common/plugin.c
1748         * src/common/plugin.h
1749                 Change plugin API to know whether it's safe to 
1750                 unload plugins or whether we should just hide
1751                 them. Fixes bug 1248, 'Core dumps after 
1752                 unloading plugin and clicking on load plugins'
1753         * src/plugins/bogofilter/bogofilter.c
1754         * src/plugins/clamav/clamav_plugin.c
1755         * src/plugins/demo/demo.c
1756         * src/plugins/dillo_viewer/dillo_viewer.c
1757         * src/plugins/pgpcore/plugin.c
1758         * src/plugins/pgpinline/plugin.c
1759         * src/plugins/pgpmime/plugin.c
1760         * src/plugins/spamassassin/spamassassin.c
1761         * src/plugins/trayicon/trayicon.c
1762                 Update API
1763
1764 2007-06-19 [colin]      2.9.2cvs71
1765
1766         * src/compose.c
1767         * src/messageview.c
1768                 Fix crash mentioned in bug 1246
1769                 Race condition when automatically drafting
1770                 due to insertion on reedit.
1771
1772 2007-06-18 [wwp]        2.9.2cvs70
1773
1774         * src/importldif.c
1775                 LDIF import: use a "Proceed" button to complete
1776                 the process.
1777
1778 2007-06-18 [paul]       2.9.2cvs69
1779
1780         * configure.ac
1781                 use pkgconfig to check for gtk and glib
1782
1783 2007-06-17 [wwp]        2.9.2cvs68
1784
1785         * src/ldif.c
1786         * src/importldif.c
1787                 LDIF import: better error handling, minor code
1788                 and UI cleanup, and renamed the Save button
1789                 to Close, as imported stuff is already saved
1790                 when the Save button is shown.
1791
1792 2007-06-17 [colin]      2.9.2cvs67
1793
1794         * src/prefs_summaries.c
1795         * src/procmsg.c
1796                 Don't set as read when forwarded, only replied to
1797
1798 2007-06-17 [paul]       2.9.2cvs66
1799
1800         * src/alertpanel.c
1801                 add missing #include
1802
1803 2007-06-16 [colin]      2.9.2cvs65
1804
1805         * src/prefs_summaries.c
1806         * src/procmsg.c
1807                 Change the pref "Only mark as read when opened
1808                 in new window" to "..., replied to or forwarded".
1809                 Based on a patch by Paul Rolland.
1810
1811 2007-06-16 [paul]       2.9.2cvs64
1812
1813         * src/gtk/authors.h
1814                 alphabetical order! :)
1815
1816 2007-06-16 [colin]      2.9.2cvs63
1817
1818         * AUTHORS
1819         * src/gtk/authors.h
1820                 Add Michael Rasmussen in authors list
1821
1822 2007-06-16 [colin]      2.9.2cvs62
1823
1824         * src/messageview.c
1825                 Fix messageview_copy_clipboard to take advantage
1826                 of plugins' get_selection.
1827
1828 2007-06-15 [colin]      2.9.2cvs61
1829
1830         * src/action.c
1831         * src/addr_compl.c
1832         * src/addressbook.c
1833         * src/folderview.c
1834         * src/message_search.c
1835         * src/mimeview.c
1836         * src/summary_search.c
1837         * src/summaryview.c
1838         * src/textview.c
1839                 Allow GDK_KP_Enter to do the same as GDK_Return
1840                 Patch by Michael Rasmussen
1841
1842 2007-06-15 [paul]       2.9.2cvs60
1843
1844         * src/compose.c
1845                 fix bug when closing a compose window
1846                 during autosave
1847
1848 2007-06-14 [paul]       2.9.2cvs59
1849
1850         * src/main.c
1851         * src/common/defs.h
1852                 migrate sylpheed config
1853
1854 2007-06-14 [wwp]        2.9.2cvs58
1855
1856         * src/gtk/pluginwindow.c
1857                 Yet another attempt to fix sizing/alignment of the
1858                 button bar in plugins window.
1859
1860 2007-06-12 [colin]      2.9.2cvs57
1861
1862         * po/POTFILES.in
1863         * src/Makefile.am
1864         * src/folderview.c
1865         * src/prefs_common.c
1866         * src/prefs_common.h
1867         * src/prefs_summaries.c
1868         * src/prefs_summary_open.c
1869         * src/prefs_summary_open.h
1870         * src/summaryview.c
1871                 Make "when entering a folder" actions more personalisable
1872
1873 2007-06-12 [wwp]        2.9.2cvs56
1874
1875         * tools/README
1876                 Use short description from Paul (mairix.sh).
1877
1878 2007-06-12 [wwp]        2.9.2cvs55
1879
1880         * tools/README
1881                 Updated info about mairix.sh.
1882
1883 2007-06-11 [paul]       2.9.2cvs54
1884
1885         * src/prefs_logging.c
1886                 rework log window length widgets
1887                 and some sensitivity fixes
1888
1889 2007-06-11 [paul]       2.9.2cvs53
1890
1891         * src/mainwindow.c
1892         * src/prefs_logging.c
1893                 rename 'Protocol Log' to 'Network Log'
1894                 and some function renaming
1895
1896 2007-06-10 [wwp]        2.9.2cvs52
1897
1898         * src/gtk/pluginwindow.c
1899                 Revert 2.9.2cvs51.
1900
1901 2007-06-10 [wwp]        2.9.2cvs51
1902
1903         * src/gtk/pluginwindow.c
1904                 Fix button bar in plugin window, was centered and not
1905                 behaving like other dialogs w/ such button bar.
1906
1907 2007-06-08 [wwp]        2.9.2cvs50
1908
1909         * src/compose.c
1910         * src/compose.h
1911         * src/main.c
1912         * src/mainwindow.c
1913         * src/mainwindow.h
1914                 Provide a way out of automatic draft saving on IMAP, when
1915                 exiting offline.
1916                 Prevent drafting while sending and quitting while sending.
1917                 Thanks for Colin.
1918
1919
1920
1921 2007-06-08 [wwp]        2.9.2cvs49
1922
1923         * src/prefs_account.c
1924         * src/gtk/prefswindow.c
1925         * src/gtk/prefswindow.h
1926                 Activate the Basic page when opening account prefs.
1927
1928 2007-06-08 [wwp]        2.9.2cvs48
1929
1930         * src/common/socket.c
1931                 Don't crash if fork() fails, thanks to Colin.
1932
1933 2007-06-08 [wwp]        2.9.2cvs47
1934
1935         * src/gtk/prefswindow.c
1936                 Wrap some long lines, and reset horizontal scroller's adjusment
1937                 (this was already done, vertically), when changing tab (not page)
1938                 in prefs windows.
1939
1940 2007-06-08 [paul]       2.9.2cvs46
1941
1942         * src/common/utils.c
1943                 use gethostname() instead of uname()
1944                 based on a patch by Michael Hughes
1945                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1946
1947 2007-06-07 [wwp]        2.9.2cvs45
1948
1949         * src/prefs_common.c
1950                 Fix some useless warnings, thanks to Colin.
1951
1952 2007-06-06 [colin]      2.9.2cvs44
1953
1954         * src/ldapupdate.c
1955                 Fix strange allocations. 
1956
1957 2007-06-06 [colin]      2.9.2cvs43
1958
1959         * src/ldapupdate.c
1960                 Patch by Michael Rasmussus to help
1961                 bug 1232
1962
1963 2007-06-05 [wwp]        2.9.2cvs42
1964
1965         * src/prefs_account.c
1966         * src/prefs_folder_item.c
1967         * src/prefs_quote.c
1968         * src/quote_fmt.c
1969         * src/quote_fmt.h
1970                 Per-folder templates can now be applied recursively.
1971                 Always save per-folder templates (formats were erroneously
1972                 saved only if they were enabled).
1973                 Check for validity of quotation marks everywhere there
1974                 are defined.
1975
1976 2007-06-05 [wwp]        2.9.2cvs41
1977
1978         * src/inc.c
1979                 Fix incoming messages from local accounts always getting filtered
1980                 (even if the account prefs say don't), thanks to Colin.
1981
1982 2007-06-05 [wwp]        2.9.2cvs40
1983
1984         * src/compose.c
1985         * src/compose.h
1986                 Use per-folder/per-account quote chars when applying a
1987                 template or inserting text as well. Const'ify some
1988                 vars more.
1989
1990 2007-06-04 [colin]      2.9.2cvs39
1991
1992         * src/compose.c
1993                 More work for wwp :)
1994
1995 2007-06-04 [wwp]        2.9.2cvs38
1996
1997         * src/compose.c
1998                 Same as 2.9.2cvs36 but for forwarding.
1999
2000 2007-06-04 [colin]      2.9.2cvs37
2001
2002         * src/compose.c
2003                 Use original mail file for forward/redirect
2004                 Fixes some forwarded mails to be attached as
2005                 application/octet-stream (when they have binary
2006                 parts), and incidentally fixes bug 848
2007                 'Redirect breaks GnuPG'
2008
2009 2007-06-04 [wwp]        2.9.2cvs36
2010
2011         * src/compose.c
2012                 Fix quote mark mis-initialisation when replying/forwarding
2013                 (introduced w/ 2.9.2cvs20).
2014
2015 2007-06-04 [wwp]        2.9.2cvs35
2016
2017         * src/prefs_compose_writing.c
2018         * src/prefs_quote.c
2019                 Fix a bug where Quotation characters (prefs/compose/writing)
2020                 was cleared (introduced w/ 2.9.2cvs26).
2021
2022 2007-06-04 [wwp]        2.9.2cvs34
2023
2024         * src/prefs_account.c
2025         * src/prefs_account.h
2026                 Better fix for compiling w/o aspell (rollbacks
2027                 2.9.2cvs31).
2028
2029 2007-06-04 [wwp]        2.9.2cvs33
2030
2031         * src/account.c
2032         * src/prefs_account.c
2033         * src/prefs_account.h
2034         * src/procmsg.c
2035                 It's now possible to disable mail filtering plugins
2036                 on a per-account basis.
2037
2038 2007-06-04 [wwp]        2.9.2cvs32
2039
2040         * src/procheader.c
2041         * src/common/utils.c
2042         * src/common/utils.h
2043                 Support CRLF in headers part of messages.
2044                 Support few more date formats (RFC3339 subsets).
2045
2046 2007-06-04 [wwp]        2.9.2cvs31
2047
2048         * src/prefs_account.c
2049                 Fix compiling w/o aspell support.
2050
2051 2007-06-03 [wwp]        2.9.2cvs30
2052
2053         * src/prefs_gtk.c
2054                 Don't decode leading ENV_ and ~ in P_PASSWORD
2055                 values.
2056
2057 2007-06-03 [wwp]        2.9.2cvs29
2058
2059         * src/prefs_gtk.c
2060                 Don't decode leading ENV_ and ~ in P_PASSWORD
2061                 values.
2062
2063 2007-06-03 [wwp]        2.9.2cvs28
2064
2065         * src/prefs_account.c
2066         * src/gtk/prefswindow.c
2067         * src/gtk/prefswindow.h
2068                 Added a way to force preloading of all pages
2069                 (prefswindow).
2070                 Moved tabs to pages in account prefs.
2071
2072 2007-06-02 [colin]      2.9.2cvs27
2073
2074         * src/addressbook.c
2075                 Fix possible crash, fix ldap write bugs
2076         * src/ldapupdate.c
2077                 Fix ldap write bugs - patch by Michael
2078                 Rasmussen
2079         * src/alertpanel.c
2080         * src/alertpanel.h
2081                 Add a hook whenever alertpanel opens/closes
2082
2083 2007-05-31 [wwp]        2.9.2cvs26
2084
2085         * src/prefs_compose_writing.c
2086         * src/prefs_quote.c
2087                 Re-organized writing options a bit:
2088                  - renamed the Quoting page to Templates
2089                  - moved all composing templates to that page
2090                  - moved non-templates options to the Writing one,
2091                    grouped reply-related options, reordered reply and
2092                    forward options.
2093
2094 2007-05-31 [wwp]        2.9.2cvs25
2095
2096         * src/compose.c
2097                 Removed unused code.
2098
2099 2007-05-31 [colin]      2.9.2cvs24
2100
2101         * src/addressbook.c
2102                 Fix missing display name when modifying
2103                 LDAP. Patch by Michael Rasmussen
2104
2105 2007-05-31 [wwp]        2.9.2cvs23
2106
2107         * src/plugins/bogofilter/Makefile.am
2108         * src/plugins/clamav/Makefile.am
2109         * src/plugins/demo/Makefile.am
2110         * src/plugins/dillo_viewer/Makefile.am
2111         * src/plugins/spamassassin/Makefile.am
2112                 Fix building of those plugins in Mac OS X.
2113
2114 2007-05-30 [wwp]        2.9.2cvs22
2115
2116         * src/gtk/quicksearch.c
2117                 Fix missing initialization.
2118
2119 2007-05-30 [wwp]        2.9.2cvs21
2120
2121         * src/procheader.c
2122                 Revert accidental commit (debug outputs).
2123
2124 2007-05-30 [wwp]        2.9.2cvs20
2125
2126         * src/compose.c
2127         * src/folder_item_prefs.c
2128         * src/folder_item_prefs.h
2129         * src/prefs_account.c
2130         * src/prefs_account.h
2131         * src/prefs_folder_item.c
2132         * src/prefs_gtk.c
2133         * src/prefs_gtk.h
2134                 Implemented per-account and per-folder
2135                 compose/reply/forward formats.
2136
2137 2007-05-30 [wwp]        2.9.2cvs19
2138
2139         * src/prefs_compose_writing.c
2140         * src/prefs_quote.c
2141         * src/procheader.c
2142         * src/quote_fmt.c
2143         * src/quote_fmt.h
2144                 Internal API changes (factorize quote format
2145                 prefs and checks).
2146
2147 2007-05-30 [colin]      2.9.2cvs18
2148
2149         * src/compose.c
2150                 Fix race where it's possible to re-click Send
2151                 between end of SMTP session and end of "move to
2152                 sent folder" when sending an email with send
2153                 dialog enabled.
2154
2155 2007-05-30 [colin]      2.9.2cvs17
2156
2157         * src/crash.c
2158                 Ask for backtrace on all threads. Patch by
2159                 Pawel
2160         * src/folderview.c
2161                 Fix stale news statusbar when scanning fails.
2162                 Patch by Pawel
2163         * src/ldapupdate.c
2164                 Fix some LDAP write updates bugs. Patch
2165                 by Michael Rasmussen
2166
2167 2007-05-29 [colin]      2.9.2cvs16
2168
2169         * src/imap.c
2170                 Fix loss of local flags when moving mails
2171                 on IMAP in high-bandwidth mode (UID FETCH)
2172
2173 2007-05-25 [paul]       2.9.2cvs15
2174
2175         * src/common/socket.c
2176                 fix sometimes crasher on cancelling
2177                 message sending
2178
2179 2007-05-25 [colin]      2.9.2cvs14
2180
2181         * src/imap.c
2182                 Fix a memory leak
2183         * src/imap_gtk.c
2184                 Be more helpful in the subscription
2185                 message
2186
2187 2007-05-23 [wwp]        2.9.2cvs13
2188
2189         * src/compose.c
2190         * src/prefs_compose_writing.c
2191         * src/prefs_quote.c
2192         * src/prefs_template.c
2193         * src/prefs_template.h
2194         * src/quote_fmt.c
2195         * src/quote_fmt.h
2196         * src/quote_fmt_lex.l
2197         * src/quote_fmt_parse.y
2198                 Introduced new syntax elements (symbols and commands)
2199                 in templates/quote_fmt. Compatibility w/ old
2200                 symbols is kept.
2201                 Updated and reworked the corresponding Information
2202                 dialog.
2203                 Display the line number in dialogs that talk about
2204                 parser errors (in addition to the error message in
2205                 output).
2206
2207 2007-05-23 [wwp]        2.9.2cvs12
2208
2209         * src/quote_fmt_parse.y
2210                 Fix 2.9.2cvs11, probably a paste accident ;).
2211
2212 2007-05-23 [wwp]        2.9.2cvs11
2213
2214         * src/compose.c
2215         * src/prefs_template.c
2216         * src/quote_fmt.h
2217         * src/quote_fmt_parse.y
2218                 Fix 2.9.2cvs10, which broke --disable-aspell.
2219
2220 2007-05-22 [wwp]        2.9.2cvs10
2221
2222         * src/compose.c
2223         * src/prefs_template.c
2224         * src/quote_fmt.c
2225         * src/quote_fmt.h
2226         * src/quote_fmt_lex.l
2227         * src/quote_fmt_parse.y
2228         * src/gtk/gtkaspell.c
2229         * src/gtk/gtkaspell.h
2230                 Added template/quote format syntactical elements
2231                 to show and query:
2232                         - current dictionary
2233                           %T to show (shows empty if not set or not enabled),
2234                           ?T and !T to check if the default dictionary is
2235                           enabled and set
2236                         - current account's default dictionary
2237                           %aT to show (empty if not set or not enabled),
2238                           ?aT and !aT to check if it's enabled and set
2239                         - name completion for an address, from the address
2240                           book
2241                           %ABf, %ABt, %ABc respectively show the full name got
2242                           from the address book if From, To or Cc match a single
2243                           contact.
2244                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2245                           matches any contact and if the full name is non-empty.
2246                           If From, To or Cc are lists of email addresses, only
2247                           the first address will be checked.
2248                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2249                 that could show a trailing ','.
2250                 Also, template/quote_fmt parser now shows the line number in case
2251                 of parser error.
2252
2253 2007-05-15 [colin]      2.9.2cvs9
2254
2255         * src/main.c
2256         * src/main.h
2257                 Add a public function to know whether Claws
2258                 crashed last time
2259                 Store opened folder when exiting
2260         * src/folder.c
2261         * src/folder.h
2262                 Store last opened message in each FolderItem;
2263                 Reset last seen messages if Claws crashed, so 
2264                 that one can't go in an infinite crash in case 
2265                 a particular mail crashes Claws.
2266         * src/messageview.c
2267         * src/prefs_common.c
2268         * src/prefs_common.h
2269         * src/summaryview.c
2270         * src/prefs_summaries.c
2271                 Add "Select last opened message" when entering
2272                 a folder
2273                 Add "Select last opened folder" at startup.
2274
2275 2007-05-14 [colin]      2.9.2cvs8
2276
2277         * manual/xml2pdf
2278                 Fix bashism, search for xml catalog 
2279                 in /usr/local/share/xml/catalog too
2280                 Patch by Pawel
2281
2282 2007-05-13 [wwp]        2.9.2cvs7
2283
2284         * src/gtk/logwindow.c
2285                 fix raising log windows when they are either minimized or
2286                 in background.
2287
2288 2007-05-11 [colin]      2.9.2cvs6
2289
2290         * src/gtk/filesel.c
2291                 Use Hildon's file chooser on Maemo. Patch
2292                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2293                 'File attachment "manipulation" bugs...'
2294
2295 2007-05-10 [wwp]        2.9.2cvs5
2296
2297         * src/prefs_common.c
2298         * src/prefs_common.h
2299         * src/gtk/quicksearch.c
2300                 Add a quicksearch option to automatically run
2301                 a search selected from the history (this option
2302                 is exclusive towards type-ahead).
2303
2304 2007-05-10 [colin]      2.9.2cvs4
2305
2306         * src/imap.c
2307                 Fix g_warnings, thanks to Brian
2308                 Morrison
2309
2310 2007-05-09 [colin]      2.9.2cvs3
2311
2312         * src/crash.c
2313         * src/exporthtml.c
2314         * src/mbox.c
2315         * src/prefs_summaries.c
2316         * src/procheader.c
2317         * src/common/log.c
2318         * src/common/utils.c
2319         * src/gtk/gtksourceprintjob.c
2320         * src/gtk/sslcertwindow.c
2321                 Use the re-entrant variant of time functions
2322                 Probably fixes bug 1217, 'reentrancy problems 
2323                 with time functions'
2324
2325 2007-05-09 [colin]      2.9.2cvs2
2326
2327         * src/imap.c
2328                 Fix crasher when reconnection fails
2329
2330 2007-05-08 [paul]       2.9.2cvs1
2331
2332         * NEWS
2333         * README
2334         * RELEASE_NOTES
2335         * configure.ac
2336                 bump version number following
2337                 stable release
2338
2339 2007-05-08 [paul]       2.9.1cvs48
2340
2341         * src/plugins/demo/demo.c
2342         * src/plugins/dillo_viewer/dillo_prefs.c
2343         * src/plugins/dillo_viewer/dillo_prefs.h
2344         * src/plugins/dillo_viewer/dillo_viewer.c
2345         * src/plugins/pgpcore/pgp_viewer.c
2346         * src/plugins/pgpcore/pgp_viewer.h
2347         * src/plugins/pgpcore/plugin.c
2348         * src/plugins/pgpcore/prefs_gpg.c
2349         * src/plugins/pgpcore/prefs_gpg.h
2350         * src/plugins/pgpcore/sgpgme.c
2351         * src/plugins/pgpcore/sgpgme.h
2352         * src/plugins/pgpinline/plugin.c
2353         * src/plugins/pgpmime/pgpmime.c
2354         * src/plugins/pgpmime/pgpmime.h
2355         * src/plugins/pgpmime/plugin.c
2356         * src/plugins/spamassassin/spamassassin.c
2357         * src/plugins/spamassassin/spamassassin.h
2358         * src/plugins/spamassassin/spamassassin_gtk.c
2359         * src/plugins/trayicon/README
2360         * tools/README
2361         * tools/README.sylprint
2362         * tools/outlook2claws-mail.pl
2363         * tools/sylprint.pl
2364         * tools/tb2claws-mail
2365         * tools/tbird2claws.py
2366         * tools/update-po
2367         * tools/vcard2xml.py
2368         * tools/kdeservicemenu/README
2369                 cleanups and corrections
2370
2371 2007-05-06 [wwp]        2.9.1cvs47
2372
2373         * tools/uudec
2374                 Fix missing dash to `display` command-line, reported
2375                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2376
2377 2007-05-06 [colin]      2.9.1cvs46
2378
2379         * src/Makefile.am
2380         * src/stock_pixmap.c
2381         * src/stock_pixmap.h
2382         * src/pixmaps/printer.xpm
2383                 Add a printer icon
2384
2385 2007-05-06 [paul]       2.9.1cvs45
2386
2387         * src/compose.c
2388         * src/ldapquery.c
2389         * src/privacy.h
2390         * src/summary_search.c
2391         * src/summaryview.c
2392                 fix build warnings
2393
2394 2007-05-05 [wwp]        2.9.1cvs44
2395
2396         * src/messageview.c
2397         * src/mh.c
2398         * src/prefs_actions.c
2399         * src/prefs_gtk.c
2400         * src/summaryview.c
2401         * src/common/xml.c
2402                 Fix "faild" typos everywhere and capitalization of
2403                 some g_warnings.
2404
2405 2007-05-04 [colin]      2.9.1cvs43
2406
2407         * src/compose.c
2408         * src/privacy.c
2409         * src/privacy.h
2410         * src/plugins/pgpcore/prefs_gpg.c
2411         * src/plugins/pgpcore/prefs_gpg.h
2412         * src/plugins/pgpinline/pgpinline.c
2413         * src/plugins/pgpmime/pgpmime.c
2414                 Add an API to warn about encryption limits,
2415                 and allow to disable these warnings
2416
2417 2007-05-03 [colin]      2.9.1cvs42
2418
2419         * src/summaryview.c
2420         * src/mainwindow.c
2421                 Fix bug 1213, 'Delete more than 
2422                 one thread at once'
2423
2424 2007-05-03 [wwp]        2.9.1cvs41
2425
2426         * src/prefs_common.c
2427         * src/prefs_filtering.c
2428         * src/prefs_template.c
2429         * src/common/template.c
2430         * src/common/template.h
2431         * src/gtk/gtkutils.c
2432         * src/gtk/gtkutils.h
2433                 Templates are no longer automatically sorted
2434                 by name, but can be sorted manually using
2435                 |< < > >| buttons as well as drag'n'drop.
2436
2437 2007-05-03 [wwp]        2.9.1cvs40
2438
2439         * src/plugins/spamassassin/spamassassin.c
2440         * src/plugins/spamassassin/spamassassin.h
2441         * src/plugins/spamassassin/spamassassin_gtk.c
2442         * src/plugins/bogofilter/bogofilter.c
2443         * src/plugins/bogofilter/bogofilter.h
2444         * src/plugins/bogofilter/bogofilter_gtk.c
2445                 Added an option to conditionally mark saved spam
2446                 as read (default is and was to do so).
2447                 Satisfies feature request 1708539 on sf.net tracker.
2448
2449 2007-05-03 [colin]      2.9.1cvs39
2450
2451         * src/inc.c
2452                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2453
2454 2007-05-02 [colin]      2.9.1cvs38
2455
2456         * src/textview.c
2457                 Fix bug 1209, 'Clicking on address 
2458                 in header (mailto uri) selects 
2459                 default account'. Patch adapted from
2460                 G.P. Halkes' patch.
2461
2462 2007-05-02 [colin]      2.9.1cvs37
2463
2464         * src/grouplistdialog.c
2465                 Set cursor to wait cursor while loading
2466                 groups.
2467
2468 2007-05-02 [paul]       2.9.1cvs36
2469
2470         * src/folder.c
2471         * src/common/defs.h
2472                 rename cache and mark files
2473                 (data is preserved)
2474
2475 2007-04-30 [paul]       2.9.1cvs35
2476
2477         * manual/glossary.xml
2478         * manual/plugins.xml
2479                 updates. Patch by Ricardo
2480
2481 2007-04-29 [wwp]        2.9.1cvs34
2482
2483         * src/mainwindow.c
2484         * configure.ac
2485                 Fix few grammatical errors (patch by David Relson < relson at
2486                 osagesoftware dot com >).
2487
2488 2007-04-28 [colin]      2.9.1cvs33
2489
2490         * src/account.c
2491         * src/pop.c
2492         * src/prefs_account.c
2493         * src/prefs_account.h
2494                 Drop the "Download all" preference. It's
2495                 stupidly useless and confuses people from
2496                 time to time.
2497
2498 2007-04-27 [wwp]        2.9.1cvs32
2499
2500         * src/account.c
2501         * src/prefs_account.c
2502         * src/prefs_account.h
2503                 Don't reflect accounts changes to the mainwindow when it's
2504                 not necessary.
2505
2506 2007-04-27 [colin]      2.9.1cvs31
2507
2508         * src/folder.c
2509                 Freeze/thaw when sync'ing flags
2510         * src/imap.c
2511         * src/prefs_account.c
2512         * src/prefs_account.h
2513         * src/etpan/imap-thread.c
2514         * src/etpan/imap-thread.h
2515                 Add a way to use UID FETCH instead
2516                 of searches to fetch message lists
2517                 and flags. More expensive towards
2518                 bandwidth, less expensive towards
2519                 server's CPU. Probably fixes 
2520                 bug 1158, 'Scanning new folders on 
2521                 Exchange 2007 extremely slow'.
2522                 Patch 95% by Hoa.
2523
2524 2007-04-27 [paul]       2.9.1cvs30
2525
2526         * src/mainwindow.c
2527         * src/prefs_logging.c
2528                 improvements to english usage
2529
2530 2007-04-27 [colin]      2.9.1cvs29
2531
2532         * src/imap.c
2533                 Fix build without libetpan (my bad!)
2534
2535 2007-04-26 [colin]      2.9.1cvs28
2536
2537         * src/imap.c
2538         * src/imap.h
2539                 Fix uselessly exported function
2540         * src/textview.c
2541                 Consider "- -- \n" as signature separator
2542                 (that's what signature separators look like
2543                  in PGP/Inline signed mails)
2544
2545 2007-04-26 [colin]      2.9.1cvs27
2546
2547         * configure.ac
2548                 libetpan-0.49 is now required
2549         * src/procmime.c
2550                 Fix double fetching of mails if
2551                 first try failed
2552         * src/imap.c
2553                 Make offline sync faster, by
2554                 remembering last change time, and
2555                 last sync time.
2556
2557 2007-04-26 [hoa]        2.9.1cvs26
2558
2559         * src/imap.c
2560         * src/imap.h
2561         * src/mainwindow.c
2562         * src/toolbar.c
2563         * src/etpan/imap-thread.c
2564         * src/etpan/imap-thread.h
2565                 cancellation of IMAP operations is now allowed.
2566                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2567
2568 2007-04-26 [colin]      2.9.1cvs25
2569
2570         * src/folder.c
2571                 Always fetch body+headers in folders that are
2572                 synched for offline use, if "Synchronise as
2573                 soon as possible" is set.
2574                 Fixes bug 1200, 'Add option to always retrieve full 
2575                 messages'
2576
2577 2007-04-25 [colin]      2.9.1cvs24
2578
2579         * src/compose.c
2580                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2581                 persists...'
2582
2583 2007-04-24 [colin]      2.9.1cvs23
2584
2585         * src/folderview.c
2586                 Fix bug 1195, 'Hardware key navigation' 
2587                 Make GDK_Enter toggle expansion (Maemo)
2588
2589 2007-04-24 [wwp]        2.9.1cvs22
2590
2591         * src/compose.c
2592                 Fix few compiler warnings.
2593
2594 2007-04-24 [paul]       2.9.1cvs21
2595
2596         * src/Makefile.am
2597         * src/stock_pixmap.c
2598         * src/stock_pixmap.h
2599                 complete last commit
2600
2601 2007-04-24 [paul]       2.9.1cvs20
2602
2603         * src/gtk/about.c
2604         * src/pixmaps/active.xpm
2605         * src/pixmaps/checkbox_off.xpm
2606         * src/pixmaps/checkbox_on.xpm
2607         * src/pixmaps/inactive.xpm
2608                 kick out the blobs
2609                 remove transparent border from checkbox icons
2610
2611 2007-04-24 [wwp]        2.9.1cvs19
2612
2613         * src/textview.c
2614         * src/textview.h
2615                 Fix a crash in textview, thanks to Colin.
2616
2617 2007-04-23 [wwp]        2.9.1cvs18
2618
2619         * src/prefs_common.c
2620                 Fix 2.9.1cvs5: no header was being translated at all.
2621
2622 2007-04-23 [colin]      2.9.1cvs17
2623
2624         * src/Makefile.am
2625         * src/stock_pixmap.c
2626         * src/stock_pixmap.h
2627         * src/summaryview.c
2628         * src/summaryview.h
2629         * src/gtk/gtksctree.c
2630         * src/gtk/gtksctree.h
2631         * src/pixmaps/selection.xpm
2632                 Fix bug 1193, 'Need a way to multi-select
2633                 items'. Add a toggle button to the summaryview
2634                 to switch between normal and multiple selection
2635                 (Maemo)
2636
2637 2007-04-23 [colin]      2.9.1cvs16
2638
2639         * src/Makefile.am
2640         * src/stock_pixmap.c
2641         * src/stock_pixmap.h
2642         * src/summaryview.c
2643         * src/summaryview.h
2644         * src/gtk/gtksctree.c
2645         * src/gtk/gtksctree.h
2646         * src/pixmaps/selection.xpm
2647                 Fix bug 1193, 'Need a way to multi-
2648                 select items'
2649                 Add a toggle button in the summaryview
2650                 to enable normal or multiple selection.
2651                 (Maemo)
2652
2653 2007-04-23 [colin]      2.9.1cvs15
2654
2655         * src/compose.c
2656                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2657
2658 2007-04-21 [colin]      2.9.1cvs14
2659
2660         * src/gtk/quicksearch.c
2661                 Fix previous commit (actually use correct
2662                 parameter)
2663
2664 2007-04-21 [colin]      2.9.1cvs13
2665
2666         * src/gtk/quicksearch.c
2667                 Fix changing quicksearch type (after Esc,
2668                 after changing Recursive, ...)
2669
2670 2007-04-20 [wwp]        2.9.1cvs12
2671
2672         * src/gtk/Makefile.am
2673                 Added headers.h (completes 2.9.1cvs5).
2674
2675 2007-04-20 [wwp]        2.9.1cvs11
2676
2677         * src/addressbook.c
2678                 Fix the use of display name in name column,
2679                 it has been overriden w/ the use of nickname
2680                 by 2.9.0cvs3. Now nickname is used (if any)
2681                 in case of LDAP books only.
2682
2683 2007-04-20 [colin]      2.9.1cvs10
2684
2685         * src/mimeview.c
2686         * src/summaryview.c
2687         * src/textview.c
2688                 Add handling of 'a' to loop in a mail's
2689                 mimeparts
2690
2691 2007-04-20 [colin]      2.9.1cvs9
2692
2693         * src/toolbar.c
2694                 Fix bug 1190, 'dir_open' button doesn't work'
2695                 (Maemo)
2696
2697 2007-04-20 [colin]      2.9.1cvs8
2698
2699         * src/folderview.c
2700         * src/mainwindow.c
2701                 Fix bug 1194, 'Hardware keys move from email 
2702                 list to account/directory list, but not back 
2703                 to email list...' (Maemo)
2704
2705 2007-04-20 [colin]      2.9.1cvs7
2706
2707         * src/compose.h
2708                 complete previous commit
2709
2710 2007-04-20 [colin]      2.9.1cvs6
2711
2712         * src/compose.c
2713                 Fix bug 1187, 'Reply-to addressee disappears 
2714                 when reply-to text box is clicked...' (Maemo)
2715
2716 2007-04-20 [wwp]        2.9.1cvs5
2717
2718         * po/POTFILES.in
2719         * src/addressbook.c
2720         * src/compose.c
2721         * src/filtering.c
2722         * src/headerview.c
2723         * src/matcher.c
2724         * src/prefs_common.c
2725         * src/prefs_common.h
2726         * src/prefs_display_header.c
2727         * src/prefs_matcher.c
2728         * src/summaryview.c
2729         * src/gtk/headers.h
2730         * src/gtk/quicksearch.c
2731                 Translate more header names according to the relevant option value,
2732                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2733                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2734                 to prefs_common_translated_header_name().
2735                 Added a headers.h reference file that contains known header names
2736                 (RFC2822 and others) to the translation process' input, so that
2737                 translated header names will still exist even if no occurrence of
2738                 _("headername") is found anymore in the sources.
2739                 Don't translate column name 'Number' following to trans_hdr option
2740                 value as it's not a header name.
2741
2742 2007-04-20 [colin]      2.9.1cvs4
2743
2744         * src/gtk/quicksearch.c
2745         * src/gtk/quicksearch.h
2746                 Add "From, To or Subject" quicksearch
2747                 type. Patch by ulfschaper@users.sf.net
2748
2749 2007-04-20 [colin]      2.9.1cvs3
2750
2751         * src/matcher.c
2752                 Implement proper references filtering condition.
2753                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2754
2755 2007-04-19 [wwp]        2.9.1cvs2
2756
2757         * src/prefs_display_header.c
2758         * src/message_search.c
2759                 Fix few warnings (g_free of const gchar*).
2760
2761 2007-04-19 [paul]       2.9.1cvs1
2762
2763         * NEWS
2764         * README
2765         * RELEASE_NOTES
2766         * configure.ac
2767                 bump version number following
2768                 stable release
2769
2770 2007-04-19 [paul]       2.9.0cvs9
2771
2772         * manual/advanced.xml
2773         * manual/glossary.xml
2774                 fix typos
2775
2776 2007-04-18 [paul]       2.9.0cvs8
2777
2778         * src/pop.c
2779                 fix for CVE-2007-1558 (APOP)
2780                 Thanks to Colin
2781
2782 2007-04-18 [paul]       2.9.0cvs7
2783
2784         * src/messageview.c
2785         * src/mimeview.c
2786         * src/summaryview.c
2787         * src/gtk/filesel.c
2788                 Fix encoding woes wrt saving of
2789                 mails and parts
2790                 Thanks to Colin
2791
2792 2007-04-18 [colin]      2.9.0cvs6
2793
2794         * src/gtk/pluginwindow.c
2795                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2796
2797 2007-04-17 [wwp]        2.9.0cvs5
2798
2799         * src/addressadd.c
2800         * src/addressbook.c
2801         * src/addrindex.c
2802         * src/ldapupdate.c
2803                 Fix --disable-ldap build,
2804                 fix some LDAP annoyances on 
2805                 searches, thanks to Colin.
2806
2807 2007-04-17 [wwp]        2.9.0cvs4
2808
2809         * src/ldapupdate.c
2810                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2811                 like gcc 2.9x. Thanks to Colin.
2812
2813 2007-04-17 [wwp]        2.9.0cvs3
2814
2815         * src/Makefile.am
2816         * src/addressadd.c
2817         * src/addressbook.c
2818         * src/addrindex.c
2819         * src/addritem.c
2820         * src/addritem.h
2821         * src/editaddress.c
2822         * src/ldapctrl.c
2823         * src/ldapctrl.h
2824         * src/ldapquery.c
2825         * src/ldapserver.c
2826         * src/ldapserver.h
2827         * src/ldapupdate.c
2828         * src/ldapupdate.h
2829                 Add LDAP write support. Patch mostly by 
2830                 Michael <mir at datanom dot net>
2831
2832 2007-04-17 [wwp]        2.9.0cvs2
2833
2834         * src/compose.c
2835                 Prepend "Add to address book" to the context menu of compose window's sender and
2836                 recipient fields.
2837
2838 2007-04-16 [paul]       2.9.0cvs1
2839
2840         * src/gtk/authors.h
2841                 add Pader Rezso
2842
2843 2007-04-16 [paul]       2.9.0
2844
2845         * NEWS
2846         * README
2847         * RELEASE_NOTES
2848                 2.9.0 released
2849
2850 2007-04-16 [paul]       2.8.1cvs102
2851
2852         * po/fr.po
2853                 updated by Fabien Vantard
2854
2855 2007-04-16 [paul]       2.8.1cvs101
2856
2857         * po/ca.po
2858         * po/cs.po
2859         * po/de.po
2860         * po/hu.po
2861         * po/pl.po
2862         * po/pt_BR.po
2863         * po/sr.po
2864         * po/zh_CN.po
2865                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2866                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2867                 Aleksandar Urosevic, and Ralgh Young
2868
2869 2007-04-15 [mones]      2.8.1cvs100
2870
2871         * po/es.po
2872                 Updated for release
2873
2874 2007-04-14 [colin]      2.8.1cvs99
2875
2876         * src/message_search.c
2877         * src/prefs_display_header.c
2878         * src/summary_search.c
2879         * src/gtk/combobox.c
2880                 Fix allocations
2881
2882 2007-04-14 [wwp]        2.8.1cvs98
2883
2884         * src/gtk/combobox.c
2885         * src/message_search.c
2886         * src/summary_search.c
2887         * src/prefs_display_header.c
2888                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2889                 returns NULL, get the text value directly from the GtkEntry child.
2890
2891 2007-04-13 [colin]      2.8.1cvs97
2892
2893         * src/gtk/quicksearch.c
2894                 Give the focus back to summaryview when
2895                 emptying the quicksearch with Esc
2896
2897 2007-04-13 [colin]      2.8.1cvs96
2898
2899         * src/message_search.c
2900         * src/prefs_display_header.c
2901         * src/summary_search.c
2902                 Fix possibles crashes when getting text
2903                 from gtk combos
2904
2905 2007-04-13 [colin]      2.8.1cvs95
2906
2907         * src/pop.c
2908                 Add some UIDL debugging
2909
2910 2007-04-12 [colin]      2.8.1cvs94
2911
2912         * src/folder.c
2913                 Force folder scan if necessary after
2914                 copying mails, to be able to reapply
2915                 flags.
2916
2917 2007-04-11 [colin]      2.8.1cvs93
2918
2919         * src/main.c
2920                 don't scan for new mail on startup if --select
2921                 is specified (or race conditions arise). If so,
2922                 do both sequentially.
2923
2924 2007-04-09 [colin]      2.8.1cvs92
2925
2926         * src/common/defs.h
2927                 Use leafpad by default on Maemo. Patch
2928                 by Jean-Luc Biord.
2929
2930 2007-04-06 [colin]      2.8.1cvs91
2931
2932         * src/pixmaps/queue_close.xpm
2933         * src/pixmaps/queue_close_hrm.xpm
2934         * src/pixmaps/queue_close_hrm_mark.xpm
2935         * src/pixmaps/queue_close_mark.xpm
2936         * src/pixmaps/queue_open.xpm
2937         * src/pixmaps/queue_open_hrm.xpm
2938         * src/pixmaps/queue_open_hrm_mark.xpm
2939         * src/pixmaps/queue_open_mark.xpm
2940                 Move the clock one pixel down :)
2941
2942 2007-04-05 [colin]      2.8.1cvs90
2943
2944         * src/mainwindow.c
2945                 Don't sync when switching offline from
2946                 command line - it's usually too late :)
2947
2948 2007-04-05 [paul]       2.8.1cvs89
2949
2950         * src/Makefile.am
2951         * src/stock_pixmap.c
2952         * src/pixmaps/dir_close_hrm.xpm
2953         * src/pixmaps/dir_close_hrm_mark.xpm
2954         * src/pixmaps/drafts_close.xpm
2955         * src/pixmaps/drafts_close_mark.xpm
2956         * src/pixmaps/drafts_open.xpm
2957         * src/pixmaps/drafts_open_mark.xpm
2958         * src/pixmaps/inbox.xpm
2959         * src/pixmaps/inbox_close.xpm
2960         * src/pixmaps/inbox_close_hrm.xpm
2961         * src/pixmaps/inbox_close_hrm_mark.xpm
2962         * src/pixmaps/inbox_close_mark.xpm
2963         * src/pixmaps/inbox_hrm.xpm
2964         * src/pixmaps/inbox_hrm_mark.xpm
2965         * src/pixmaps/inbox_mark.xpm
2966         * src/pixmaps/inbox_open.xpm
2967         * src/pixmaps/inbox_open_hrm.xpm
2968         * src/pixmaps/inbox_open_hrm_mark.xpm
2969         * src/pixmaps/inbox_open_mark.xpm
2970         * src/pixmaps/outbox.xpm
2971         * src/pixmaps/outbox_close.xpm
2972         * src/pixmaps/outbox_close_hrm.xpm
2973         * src/pixmaps/outbox_close_hrm_mark.xpm
2974         * src/pixmaps/outbox_close_mark.xpm
2975         * src/pixmaps/outbox_hrm.xpm
2976         * src/pixmaps/outbox_hrm_mark.xpm
2977         * src/pixmaps/outbox_mark.xpm
2978         * src/pixmaps/outbox_open.xpm
2979         * src/pixmaps/outbox_open_hrm.xpm
2980         * src/pixmaps/outbox_open_hrm_mark.xpm
2981         * src/pixmaps/outbox_open_mark.xpm
2982         * src/pixmaps/queue_close.xpm
2983         * src/pixmaps/queue_close_hrm.xpm
2984         * src/pixmaps/queue_close_hrm_mark.xpm
2985         * src/pixmaps/queue_close_mark.xpm
2986         * src/pixmaps/queue_open.xpm
2987         * src/pixmaps/queue_open_hrm.xpm
2988         * src/pixmaps/queue_open_hrm_mark.xpm
2989         * src/pixmaps/queue_open_mark.xpm
2990                 updated, added and replaced icons
2991                 Icons by Colin
2992
2993 2007-04-04 [colin]      2.8.1cvs88
2994
2995         * src/imap.c
2996                 Fix build without libetpan
2997
2998 2007-04-03 [colin]      2.8.1cvs87
2999
3000         * src/imap.c
3001                 Fix crash with Citadel, and try to make
3002                 things work. this server (and specifically 
3003                 STATUS and APPEND at least) seems broken.
3004
3005 2007-04-03 [colin]      2.8.1cvs86
3006
3007         * src/folderview.c
3008                 Fix icons on folder close
3009
3010 2007-04-03 [colin]      2.8.1cvs85
3011
3012         * src/inc.c
3013                 Fix double-ask of offline override in
3014                 certain cases
3015         * src/imap.c
3016         * src/imap.h
3017         * src/imap_gtk.c
3018                 Much more efficient way to synchronise
3019                 for offline use
3020         * src/etpan/imap-thread.c
3021                 Fix possible segs
3022         * src/folder.c
3023         * src/gtk/quicksearch.c
3024                 Fix some GUI lags
3025
3026 2007-04-03 [paul]       2.8.1cvs84
3027
3028         * src/filtering.c
3029         * src/folder.c
3030         * src/folder.h
3031         * src/prefs_common.c
3032         * src/prefs_common.h
3033         * src/prefs_other.c
3034                 Fix sync being done too late
3035                 Thanks to Colin
3036
3037 2007-04-02 [colin]      2.8.1cvs83
3038
3039         * src/summaryview.c
3040                 Maemo: Put status and quicksearch at the top
3041         * src/plugins/bogofilter/bogofilter.c
3042         * src/plugins/spamassassin/spamassassin.c
3043                 Derive trash from inbox if possible
3044
3045 2007-04-02 [paul]       2.8.1cvs82
3046
3047         * src/plugins/bogofilter/bogofilter_gtk.c
3048                 a few English changes
3049
3050 2007-04-02 [paul]
3051
3052         2.9.0-rc1 released
3053
3054 2007-04-02 [colin]      2.8.1cvs81
3055
3056         * src/image_viewer.c
3057                 Fix transparent images by using
3058                 GtkImage
3059         * src/messageview.c
3060                 Flush events (on new windows) to avoid
3061                 having the textview's image resize fail
3062                 to know the available width
3063
3064 2007-04-01 [colin]      2.8.1cvs80
3065
3066         * src/prefs_account.c
3067                 If no MH mailbox exist, when creating a POP/Local
3068                 account, just create and use the default one 
3069                 instead of bailing with a "Mailbox doesn't exist"
3070                 error
3071
3072 2007-03-31 [colin]      2.8.1cvs79
3073
3074         * src/prefs_account.c
3075                 Create signature file if it doesn't exist
3076                 before editing
3077         * src/prefs_toolbar.c
3078                 Maemo: Move "Use default" on the left so
3079                 that people can find it
3080         * src/common/defs.h
3081                 Maemo: make default editor "Maemopad", 
3082                 default signature file "MyDocs/signature.txt"
3083
3084 2007-03-31 [colin]      2.8.1cvs78
3085
3086         * src/prefs_account.c
3087                 Maemo: rework account prefs so
3088                 that less horizontal scrolling
3089                 is required
3090
3091 2007-03-31 [colin]      2.8.1cvs77
3092
3093         * src/folderview.c
3094         * src/prefs_common.c
3095         * src/prefs_common.h
3096                 Fix bug 1167, 'Allow not displaying zeros 
3097                 in folder list'. Patch by MartinP
3098
3099 2007-03-31 [colin]      2.8.1cvs76
3100
3101         * AUTHORS
3102                 Add Jean-Luc Biord
3103
3104 2007-03-31 [colin]      2.8.1cvs75
3105
3106         * src/imap.c
3107                 Apply patch from bug 1172, direct
3108                 access to the folder's session instead
3109                 of using getter. Patch by MartinP
3110
3111 2007-03-31 [paul]       2.8.1cvs74
3112
3113         * src/gtk/authors.h
3114                 no need to list Fabien twice!
3115
3116 2007-03-31 [colin]      2.8.1cvs73
3117
3118         * src/inc.c
3119                 If we're currently "overriding for %d minutes",
3120                 don't ask
3121
3122 2007-03-31 [colin]      2.8.1cvs72
3123
3124         * src/compose.c
3125         * src/imap.c
3126         * src/inc.c
3127         * src/inc.h
3128         * src/messageview.c
3129         * src/news.c
3130         * src/plugins/spamassassin/spamassassin.c
3131                 Offline override: Add a parameter to allow
3132                 asking even if the override timer is running.
3133                 Allows to ask every time the user makes an
3134                 explicit action needing online access (such
3135                 as Get Mail), and not when the action is 
3136                 implicit (such as opening an IMAP folder)
3137
3138 2007-03-31 [colin]      2.8.1cvs71
3139
3140         * src/inc.c
3141                 Override offline: "No" answer shouldn't
3142                 re-ask after 3 seconds, but 10 minutes. 
3143
3144 2007-03-30 [colin]      2.8.1cvs70
3145
3146         * src/common/socket.c
3147                 Better error reporting on unix socket
3148                 failure (bind usually)
3149         * src/gtk/gtkutils.c
3150         * src/gtk/gtkutils.h
3151                 Label window: add a pulsing progress
3152                 bar to show we're not hung :)
3153         * src/folderview.c
3154         * src/main.c
3155         * src/plugins/pgpcore/sgpgme.c
3156                 Update API
3157
3158 2007-03-30 [colin]      2.8.1cvs69
3159
3160         * src/pop.c
3161         * src/prefs_common.c
3162                 Fix possible trashing of history and uidl
3163                 files on disk full problems
3164
3165 2007-03-30 [paul]       2.8.1cvs68
3166
3167         * src/mainwindow.c
3168         * src/summaryview.c
3169         * src/summaryview.h
3170                 update summary when changing layout type
3171                 (fixes wrong folder icon being displayed)
3172                 Thanks to Colin
3173
3174 2007-03-29 [colin]      2.8.1cvs67
3175
3176         * src/prefs_ext_prog.c
3177                 The browser pref is irrelevant on Maemo
3178
3179 2007-03-29 [colin]      2.8.1cvs66
3180
3181         * src/compose.c
3182         * src/compose.h
3183                 Maemo: dynamically switch headers/text position
3184         * src/prefs_common.c
3185                 Maemo: hide compose's ruler by default
3186         * src/common/socket.c
3187         * src/common/socket.h
3188                 Fix build warning
3189
3190 2007-03-29 [colin]      2.8.1cvs65
3191
3192         * src/common/socket.c
3193         * src/common/socket.h
3194                 Fix build when MAEMO_CFLAGS contains
3195                 _X_OPENSOURCE (resolv.h errors as long
3196                 as we don't add _BSD_SOURCE. Ugly).
3197
3198 2007-03-29 [wwp]        2.8.1cvs64
3199
3200         * src/prefs_logging.c
3201                 Fix sensitivity of clip-log widgets in prefs/logging,
3202                 thanks to Fabien.
3203
3204 2007-03-29 [wwp]        2.8.1cvs63
3205
3206         * po/POTFILES.in
3207                 Updated files list for translations, thanks to Fabien.
3208
3209 2007-03-29 [colin]      2.8.1cvs62
3210
3211         * src/main.c
3212         * src/common/Makefile.am
3213         * src/common/utils.c
3214                 Maybe make URI opening work in Maemo
3215                 Requires testing :)
3216
3217 2007-03-28 [colin]      2.8.1cvs61
3218
3219         * src/folder.c
3220         * src/folder.h
3221         * src/folderview.c
3222                 Add the possibility to sort folders arbitrarily
3223                 (via editing of folderlist.xml only). Patch by
3224                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3225                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3226                 be changed by the user'
3227
3228 2007-03-28 [colin]      2.8.1cvs60
3229
3230         * src/mimeview.c
3231                 Add popup menu for mime icons
3232
3233 2007-03-28 [colin]      2.8.1cvs59
3234
3235         * src/mainwindow.c
3236                 Fix a layout issue when presenting
3237                 mainwindow in Small screen layout
3238         * src/toolbar.c
3239         * src/toolbar.h
3240                 Add a "Go to folder list" button for
3241                 mainwindow, and make it default in
3242                 the Maemo build
3243
3244 2007-03-28 [colin]      2.8.1cvs58
3245
3246         * src/compose.c
3247                 Don't dynamically update title on Maemo
3248                 Patch by Jean-Luc Biord
3249
3250 2007-03-27 [colin]      2.8.1cvs57
3251
3252         * src/compose.c
3253         * src/folderview.c
3254         * src/summaryview.c
3255                 Enable tap-and-hold on Maemo
3256
3257 2007-03-26 [colin]      2.8.1cvs56
3258
3259         * src/compose.c
3260                 More popup-menu (in attachments list)
3261
3262 2007-03-26 [colin]      2.8.1cvs55
3263
3264         * src/compose.c
3265                 Enable popup-menu signal
3266
3267 2007-03-26 [colin]      2.8.1cvs54
3268
3269         * src/plugins/pgpinline/pgpinline.c
3270                 Fix bug 1111, 'PGP/inline plugin hides text 
3271                 around encrypted text block'. Patch based on
3272                 a patch from Michal Cihar.
3273
3274 2007-03-26 [wwp]        2.8.1cvs53
3275
3276         * src/procmsg.c
3277                 Fix getting a false error when sending queued message
3278                 whereas the sending was fine (if there are subfolders
3279                 in the queue folder), thanks to Colin.
3280
3281 2007-03-26 [paul]       2.8.1cvs52
3282
3283         * src/wizard.c
3284                 update FACE header in welcome message
3285
3286 2007-03-25 [colin]      2.8.1cvs51
3287
3288         * src/Makefile.am
3289                 Fix make dist
3290
3291 2007-03-25 [colin]      2.8.1cvs50
3292
3293         * src/main.c
3294                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3295
3296 2007-03-24 [colin]      2.8.1cvs49
3297
3298         * src/main.c
3299                 Fix a few launch problems on Maemo
3300                 Patch by Jean-Luc Biord
3301
3302 2007-03-24 [wwp]        2.8.1cvs48
3303
3304         * src/alertpanel.c
3305         * src/alertpanel.h
3306         * src/messageview.c
3307         * src/summaryview.c
3308                 Fix wrong action performed when closing the
3309                 "ask about account specific filtering rules
3310                 when filtering manually" dialog by pressing Escape.
3311                 Fix wrong order of buttons in the "return receipt
3312                 notification - the message was sent to several of
3313                 your accounts" dialog.
3314
3315 2007-03-24 [paul]       2.8.1cvs47
3316
3317         * src/folderview.c
3318                 an improvement to English usage
3319         * tools/kdeservicemenu/README
3320                 updated Claws url
3321
3322 2007-03-24 [paul]       2.8.1cvs46
3323
3324         * src/Makefile.am
3325         * src/stock_pixmap.c
3326         * src/pixmaps/edit_extern.xpm
3327         * src/pixmaps/mail_sign.xpm
3328                 rescue long lost icons
3329
3330 2007-03-24 [paul]       2.8.1cvs45
3331
3332         * src/toolbar.c
3333                 fix toolbar (broken in 2.8.1cvs42)
3334
3335 2007-03-23 [colin]      2.8.1cvs44
3336
3337         * src/imap.c
3338                 Correctly unsubscribe/resubscribe after
3339                 RENAME
3340
3341 2007-03-23 [colin]      2.8.1cvs43
3342
3343         * src/prefs_common.c
3344                 Maemo: as the platform is light on RAM, allow
3345                 caches to be discarded faster.
3346
3347 2007-03-23 [colin]      2.8.1cvs42
3348
3349         * src/Makefile.am
3350         * src/compose.c
3351         * src/compose.h
3352         * src/stock_pixmap.c
3353         * src/stock_pixmap.h
3354         * src/summaryview.c
3355         * src/summaryview.h
3356         * src/toolbar.c
3357         * src/toolbar.h
3358         * src/pixmaps/open_mail.xpm
3359                 Maemo changes: Add the possibility to have
3360                 "Open Email" and "Close Window" buttons on 
3361                 toolbars (and use them in Maemo's default
3362                 toolbars)
3363
3364 2007-03-23 [wwp]        2.8.1cvs41
3365
3366         * src/action.c
3367                 Reverted that part of the action dialog closure logics, to
3368                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3369                 done later in a different way (or may not).
3370
3371 2007-03-22 [wwp]        2.8.1cvs40
3372
3373         * src/action.c
3374                 Fix sticky action dialog when got no output but action command
3375                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3376
3377 2007-03-22 [colin]      2.8.1cvs39
3378
3379         * src/prefs_filtering.c
3380         * src/gtk/combobox.h
3381                 Fix escaping account names in filtering prefs
3382
3383 2007-03-22 [colin]      2.8.1cvs38
3384
3385         * src/addrindex.c
3386         * src/ldapctrl.h
3387         * src/ldapquery.c
3388                 Add any attribute specified in LDAP servers'
3389                 Search attributes to the Other Attributes tab
3390                 of contacts; Add 'telephoneNumber' in the
3391                 default list.
3392
3393 2007-03-22 [colin]      2.8.1cvs37
3394
3395         * src/folderview.c
3396         * src/folderview.h
3397         * src/mainwindow.c
3398                 Try to prevent race conditions when
3399                 changing the folder list
3400         * src/summaryview.c
3401                 Fix possible red folder icon when
3402                 switching from Small screen layout
3403                 to any other
3404
3405 2007-03-22 [colin]      2.8.1cvs36
3406
3407         * src/mainwindow.c
3408         * src/mainwindow.h
3409         * src/summaryview.c
3410                 Rename "little screen" to "Small screen"
3411         * src/gtk/Makefile.am
3412         * src/common/utils.c
3413         * src/mh.c
3414                 Fix Maemo-related compilation problems
3415
3416 2007-03-21 [colin]      2.8.1cvs35
3417
3418         * configure.ac
3419                 Fix previous commit
3420         * claws-mail.desktop
3421                 Remove .png from the Icon, it's useless
3422
3423 2007-03-21 [colin]      2.8.1cvs34
3424
3425         * configure.ac
3426         * src/Makefile.am
3427                 Add the necessary lib checking for 
3428                 Maemo
3429
3430 2007-03-21 [colin]      2.8.1cvs33
3431
3432         * src/main.c
3433                 Fix unconditional "error happened" when
3434                 sending via command-line. "lol @ myself"
3435
3436 2007-03-21 [colin]      2.8.1cvs32
3437
3438         * claws-mail-40x40.png
3439         * claws-mail-26x26.png
3440         * src/account.c
3441         * src/addressbook.c
3442         * src/compose.c
3443         * src/folderview.c
3444         * src/folderview.h
3445         * src/main.c
3446         * src/mainwindow.c
3447         * src/mainwindow.h
3448         * src/messageview.c
3449         * src/prefs_account.c
3450         * src/prefs_common.c
3451         * src/summary_search.c
3452         * src/summaryview.c
3453         * src/summaryview.h
3454         * src/gtk/authors.h
3455         * src/gtk/gtkutils.c
3456         * src/gtk/gtkutils.h
3457         * src/gtk/logwindow.c
3458         * src/gtk/menu.c
3459         * src/gtk/prefswindow.c
3460                 Add Maemo port (patch mainly by Jean-Luc Biort)
3461                 Add a new 'Little screen' layout to help on such
3462                 platforms (patch by me)
3463                 Make some default preferences different (more
3464                 adapted) on Maemo (patch by me)
3465
3466 2007-03-21 [wwp]        2.8.1cvs31
3467
3468         * src/prefs_logging.c
3469         * src/prefs_logging.h
3470                 Fixed copyright header of newly added files.
3471
3472 2007-03-21 [wwp]        2.8.1cvs30
3473
3474         * src/Makefile.am
3475         * src/filtering.c
3476         * src/filtering.h
3477         * src/folder.c
3478         * src/folderview.c
3479         * src/imap.c
3480         * src/inc.c
3481         * src/main.c
3482         * src/mainwindow.c
3483         * src/mainwindow.h
3484         * src/matcher.c
3485         * src/messageview.c
3486         * src/news.c
3487         * src/pop.c
3488         * src/prefs_common.c
3489         * src/prefs_common.h
3490         * src/prefs_logging.c
3491         * src/prefs_logging.h
3492         * src/prefs_other.c
3493         * src/procmsg.c
3494         * src/send_message.c
3495         * src/summaryview.c
3496         * src/common/log.c
3497         * src/common/log.h
3498         * src/common/nntp.c
3499         * src/common/session.c
3500         * src/common/smtp.c
3501         * src/common/socket.c
3502         * src/etpan/imap-thread.c
3503         * src/gtk/logwindow.c
3504         * src/gtk/logwindow.h
3505         * src/plugins/bogofilter/bogofilter.c
3506         * src/plugins/spamassassin/spamassassin.c
3507                 Added debugging of filtering/processing rules.
3508                 The debug log is here 'Tools/Filtering debug window',
3509                 the options there 'Configuration/Preferences/Other/Logging',
3510                 and the log file is ~/.claws-mail/filtering.log.
3511                 Moved protocol log prefs to 'Other/Logging' as well.
3512                 To support such debugging feature, the existing log API has
3513                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3514                 this impacts many external modules (commits follow).
3515
3516 2007-03-21 [paul]       2.8.1cvs29
3517
3518         * src/etpan/Makefile.am
3519         * src/etpan/imap-thread.c
3520                 add missing #include
3521
3522 2007-03-21 [colin]      2.8.1cvs28
3523
3524         * src/procmime.c
3525                 Fix bug 1157, 'some broken messages confuse 
3526                 mime parser'. Make sure we can't have MimeInfos
3527                 with negative sizes.
3528
3529 2007-03-20 [colin]      2.8.1cvs27
3530
3531         * src/main.c
3532                 Fix missing \0 on buffer
3533
3534 2007-03-20 [colin]      2.8.1cvs26
3535
3536         * src/mh.c
3537                 Use make_dir_hier instead of make_dir 
3538                 to create the MH mailbox
3539
3540 2007-03-20 [colin]      2.8.1cvs25
3541
3542         * src/folder.c
3543         * src/folder.h
3544         * src/prefs_account.c
3545         * src/wizard.c
3546                 Fix default inbox weirdnesses (after wizard,
3547                 if path is Mail, mailbox identifier is #mh/Mailbox,
3548                 and when creating new accounts)
3549
3550 2007-03-20 [colin]      2.8.1cvs24
3551
3552         * src/account.c
3553                 Write folderlist after adding/deleting accounts
3554                 that have folders
3555
3556 2007-03-20 [colin]      2.8.1cvs23
3557
3558         * src/imap.c
3559         * src/remotefolder.h
3560                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3561                 selected while scanning prior to update'
3562
3563 2007-03-17 [paul]       2.8.1cvs22
3564
3565         * src/main.c
3566                 fix a typo, and be a little more verbose.
3567
3568 2007-03-17 [wwp]        2.8.1cvs21
3569
3570         * src/inc.c
3571                 Fix a compiler warning.
3572
3573 2007-03-16 [wwp]        2.8.1cvs20
3574
3575         * tools/Makefile.am
3576         * tools/README
3577                 Updated to deal w/ the new mairix.sh tool.
3578
3579 2007-03-16 [wwp]        2.8.1cvs19
3580
3581         * src/action.c
3582                 Fix logics issues around the action IO dialog:
3583                 - disable entry widget and exec button when
3584                   the exec button is clicked (don't wait for any
3585                   output line) - fix possible disabling/re-enabling/
3586                   re-disabling of those widgets
3587                 - raise an error if executing a %as{} action either
3588                   empty or invalid, instead of failing silently
3589                 - don't close the dialog if the abort button has been
3590                   clicked and if there was no output yet
3591                 - set focus to the abort button when the exec button
3592                   is clicked
3593                 - fix capitalization of a warning message
3594
3595 2007-03-16 [wwp]        2.8.1cvs18
3596
3597         * tools/mairix.sh
3598                 Added a wrapper to mairix to the tools folder.
3599
3600 2007-03-16 [colin]      2.8.1cvs17
3601
3602         * src/messageview.c
3603         * src/mimeview.h
3604                 Allow mimeviewer plugins to print
3605                 their stuff
3606
3607 2007-03-16 [colin]      2.8.1cvs16
3608
3609         * .cvsignore
3610                 Ignore *.patchset
3611
3612 2007-03-15 [colin]      2.8.1cvs15
3613
3614         * src/messageview.c
3615         * src/mimeview.h
3616                 Add a way for mimeviewer plugins to
3617                 implement body search
3618
3619 2007-03-15 [paul]       2.8.1cvs14
3620
3621         * src/prefs_spelling.c
3622                 fix English usage
3623
3624 2007-03-15 [paul]       2.8.1cvs13
3625
3626         * src/common/quoted-printable.c
3627                 fix decoding of quoted-printable parts
3628
3629 2007-03-14 [wwp]        2.8.1cvs12
3630
3631         * src/gtk/logwindow.h
3632                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3633
3634 2007-03-14 [wwp]        2.8.1cvs11
3635
3636         * src/gtk/logwindow.h
3637                 Complete 2.8.1cvs10.
3638
3639 2007-03-14 [colin]      2.8.1cvs10
3640
3641         * src/gtk/logwindow.c
3642                 Probably fix bug 1149, crash on logwindow
3643                 close - at the expense of performance once
3644                 logwin has been opened
3645
3646 2007-03-14 [colin]      2.8.1cvs9
3647
3648         * src/main.c
3649                 If claws-mail is running on another
3650                 display, warn instead of popping it up
3651                 on the other display
3652
3653 2007-03-12 [colin]      2.8.1cvs8
3654
3655         * src/wizard.c
3656                 Fix bug 1145, 'Setting a different name 
3657                 for the Mailbox name isn't reflected in 
3658                 default account settings'. Patch by wwp
3659
3660 2007-03-12 [colin]      2.8.1cvs7
3661
3662         * src/summaryview.c
3663                 Fix bug 1143, 'Add number of messages to be 
3664                 deleted to confirmation dialog'
3665
3666 2007-03-12 [wwp]        2.8.1cvs6
3667
3668         * src/folderview.c
3669         * src/prefs_common.c
3670         * src/prefs_common.h
3671         * src/prefs_summaries.c
3672                 Changed the option that displays unread messages count
3673                 next to the folder name in folder list: it is now
3674                 possible to either display nothing, display the
3675                 unread messages number only or the unread and total messages
3676                 numbers. The patch includes this extra feature as well
3677                 as some minor fixes by rewriting the algo in folderview.c.
3678                 Thanks to Paul for the original idea and implementation, plus
3679                 testing and proof-reading!
3680
3681 2007-03-09 [paul]       2.8.1cvs5
3682
3683         * tools/Makefile.am
3684         * tools/README
3685         * tools/claws-mail-compose-insert-files.pl
3686                 added a script which enables inserting files
3687                 into the message body of a new Claws Mail
3688                 Compose window from the command line. Additionally
3689                 To, Cc, Subject and files to attach to the message
3690                 can be specified.
3691
3692 2007-03-09 [wwp]        2.8.1cvs4
3693
3694         * src/addr_compl.c
3695         * src/addr_compl.h
3696         * src/filtering.c
3697                 Optimize matching of addresses in the addressbook
3698                 (filtering/processing 'found_in_addressbook' condition).
3699
3700 2007-03-07 [wwp]        2.8.1cvs3
3701
3702         * src/quote_fmt.c
3703         * src/quote_fmt_lex.l
3704         * src/quote_fmt_parse.y
3705                 Add a new quote format symbol: %A to insert the
3706                 sender email address (just the address itself).
3707
3708 2007-03-06 [wwp]        2.8.1cvs2
3709
3710         * src/gtk/gtkutils.c
3711         * src/plugins/trayicon/trayicon_prefs.h
3712         * src/plugins/trayicon/trayicon_prefs.c
3713         * src/plugins/trayicon/trayicon.c
3714         * src/mainwindow.h
3715         * src/mainwindow.c
3716                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3717                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3718
3719
3720 2007-03-06 [paul]       2.8.1cvs1
3721
3722         * NEWS
3723         * README
3724         * RELEASE_NOTES
3725         * configure.ac
3726                 bump version number following
3727                 stable release
3728
3729 2007-03-06 [paul]       2.8.0cvs24
3730
3731         * po/cs.po
3732                 corrected by by Tim <timbrain@post.cz>
3733
3734 2007-03-05 [colin]      2.8.0cvs23
3735
3736         * src/Makefile.am
3737         * src/procmime.c
3738                 Fix mime/globs path on NetBSD
3739                 patch by George Michaelson
3740
3741 2007-03-05 [wwp]        2.8.0cvs22
3742
3743         * src/addr_compl.c
3744                 Remove debug statement (accidentally committed w/ cvs14).
3745
3746 2007-03-05 [paul]       2.8.0cvs21
3747
3748         * src/plugins/pgpcore/prefs_gpg.c
3749                 fix compiler warning
3750
3751 2007-03-05 [wwp]        2.8.0cvs20
3752
3753         * src/matcher_parser_parse.y
3754                 Fix mismerge between cvs17 and cvs19.
3755
3756 2007-03-05 [wwp]        2.8.0cvs19
3757
3758         * src/matcher_parser_parse.y
3759         * src/prefs_filtering_action.c
3760         * src/matcher.c
3761         * src/matcher.h
3762         * src/filtering.c
3763         * src/filtering.h
3764                 Add new 'add_to_addressbook' filtering/processing action.
3765
3766 2007-03-05 [wwp]        2.8.0cvs18
3767
3768         * src/filtering.c
3769                 Fix mark_as_ham filtering/processing action: spam flag
3770                 was not unset.
3771
3772 2007-03-04 [colin]      2.8.0cvs17
3773
3774         * src/filtering.c
3775         * src/matcher.c
3776         * src/matcher.h
3777         * src/matcher_parser_parse.y
3778         * src/prefs_filtering_action.c
3779                 Add 'Mark as spam' and 'Mark as ham' filtering
3780                 actions. Fixes bug 1138.
3781
3782 2007-03-04 [colin]      2.8.0cvs16
3783
3784         * src/imap.c
3785                 Fix bug 1140, wrong return value
3786                 without libetpan
3787
3788 2007-03-04 [wwp]        2.8.0cvs15
3789
3790         * src/addr_compl.c
3791                 Rollback cvs14: don't free stuff that is managed in g_list.
3792
3793 2007-03-04 [wwp]        2.8.0cvs14
3794
3795         * src/addr_compl.c
3796                 Fix a leak in address completion code.
3797
3798 2007-03-04 [colin]      2.8.0cvs13
3799
3800         * src/addr_compl.c
3801                 Maybe fix bug 1136, 'Crash in group 
3802                 address completion'
3803
3804 2007-03-04 [iwkse]      2.8.0cvs12
3805
3806         * src/imap.c
3807                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3808
3809 2007-03-03 [colin]      2.8.0cvs11
3810
3811         * src/plugins/pgpinline/pgpinline.c
3812                 Fix off-by-one, fix double-free. Fixes
3813                 bug 1135, 'cm-segfault on decrypting 
3814                 with PGP/inline'
3815
3816 2007-03-03 [colin]      2.8.0cvs10
3817
3818         * configure.ac
3819         * src/main.c
3820         * src/common/plugin.c
3821                 Fix bug 1134, 'Valgrind macros unhandled 
3822                 by Irix's cc'
3823
3824 2007-03-02 [colin]      2.8.0cvs9
3825
3826         * src/mbox.c
3827                 Don't error out on EAGAIN. Fixes 
3828                 bug 1129, '"local mbox file" account 
3829                 isn't retrieving mails'
3830
3831 2007-03-01 [wwp]        2.8.0cvs8
3832
3833         * src/mainwindow.c
3834         * src/gtk/colorlabel.c
3835                 Remove accels for extra color labels until we set better
3836                 and definitive ones.
3837
3838 2007-02-28 [wwp]        2.8.0cvs7
3839
3840         * src/mainwindow.c
3841         * src/matcher_parser_parse.y
3842         * src/prefs_common.c
3843         * src/prefs_msg_colors.c
3844         * src/procmsg.h
3845         * src/gtk/colorlabel.c
3846         * src/gtk/colorlabel.h
3847                 Add more customizable color labels. Cleaned up a bit
3848                 the color label API to avoid duplicate defines of
3849                 the max number of colors.
3850
3851 2007-02-27 [colin]      2.8.0cvs6
3852
3853         * src/mainwindow.c
3854         * src/common/utils.c
3855         * src/common/utils.h
3856                 Fix '+' in mailto URIs for List-* headers
3857
3858 2007-02-27 [colin]      2.8.0cvs5
3859
3860         * src/gtk/gtkutils.c
3861                 Use gtk_window_set_role instead of 
3862                 _set_wmclass
3863
3864 2007-02-27 [colin]      2.8.0cvs4
3865
3866         * src/inc.c
3867                 Fix "After receiving new mail, go to inbox" on IMAP,
3868                 and make it work only on manual reception
3869
3870 2007-02-27 [wwp]        2.8.0cvs3
3871
3872         * src/prefs_filtering.c
3873         * src/prefs_filtering_action.c
3874         * src/prefs_matcher.c
3875                 Update filtering matcher's and action's color label menus
3876                 when re-opening those dialogs (reflect any change to the
3877                 color labels list in the preferences).
3878
3879 2007-02-27 [colin]      2.8.0cvs2
3880
3881         * src/imap.c
3882         * src/etpan/etpan-thread-manager-types.h
3883         * src/etpan/etpan-thread-manager.c
3884         * src/etpan/imap-thread.c
3885                 Log imap ALERTs as errors in the log.
3886
3887 2007-02-26 [paul]       2.8.0cvs1
3888
3889         * tools/claws.i18n.status.pl
3890                 updated
3891
3892 2007-02-26 [paul]       2.7.2cvs75
3893
3894         * po/ca.po
3895         * po/cs.po
3896         * po/de.po
3897         * po/en_GB.po
3898         * po/fi.po
3899         * po/fr.po
3900         * po/hu.po
3901         * po/pl.po
3902         * po/pt_BR.po
3903         * po/sk.po
3904         * po/sr.po
3905         * po/zh_CN.po
3906                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3907                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3908                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3909                 Aleksandar Urosevic, and Ralgh Young
3910
3911 2007-02-25 [mones]      2.7.2cvs74
3912
3913         * po/es.po
3914                 Updated for release
3915
3916 2007-02-25 [colin]      2.7.2cvs73
3917
3918         * src/main.c
3919                 Clearing the list is only useful
3920                 to prevent a valgrind false-positive
3921
3922 2007-02-25 [paul]       2.7.2cvs72
3923
3924         * tools/Makefile.am
3925         * tools/README
3926         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3927         * tools/maildir2claws-mail.pl  **REMOVED**
3928                 renamed the script, fixed a couple bugs
3929
3930 2007-02-23 [colin]      2.7.2cvs71
3931
3932         * src/addressbook.c
3933                 Fix a leak, check for a few improbable nulls
3934
3935 2007-02-23 [colin]      2.7.2cvs70
3936
3937         * src/main.c
3938         * src/main.h
3939         * src/plugins/trayicon/trayicon.c
3940                 Fix blinking mainwin when starting in tray
3941                 (show mainwindow later in the startup process,
3942                  apart if restarting post-crash)
3943
3944 2007-02-23 [colin]      2.7.2cvs69
3945
3946         * src/folderview.c
3947         * src/imap_gtk.c
3948                 Fix crash when unsubscribing the currently
3949                 selected/opened folder
3950
3951 2007-02-23 [colin]      2.7.2cvs68
3952
3953         * src/compose.c
3954                 Fix bug that prevented colorization to
3955                 work without wrap quotation option
3956
3957 2007-02-23 [colin]      2.7.2cvs67
3958
3959         * src/addr_compl.c
3960                 Fix refcounting, start and end completion who
3961                 behaved as if there couldn't be any other current
3962                 user of completion
3963
3964 2007-02-23 [wwp]        2.7.2cvs66
3965
3966         * src/addressbook.c
3967         * src/addrindex.c
3968                 Address completion fixes: fix addressbook_peek_folder_exists() in
3969                 which the algorithm was ridiculously over-obfuscated and broken.
3970                 Fix addrindex_load_completion() as well, to load addresses in
3971                 completion list with regards to what addressbook_peek_folder_exists()
3972                 returns now.
3973
3974 2007-02-23 [wwp]        2.7.2cvs65
3975
3976         * src/addr_compl.c
3977                 Add addresses to completion when they're non-empty (thanks to Colin).
3978
3979 2007-02-23 [paul]       2.7.2cvs64
3980
3981         * src/plugins/pgpcore/passphrase.c
3982                 remove 'const '
3983
3984 2007-02-23 [colin]      2.7.2cvs63
3985
3986         * src/plugins/pgpcore/prefs_gpg.c
3987         * src/plugins/pgpcore/prefs_gpg.h
3988         * src/plugins/pgpcore/sgpgme.c
3989         * src/plugins/pgpinline/pgpinline.c
3990         * src/plugins/pgpmime/pgpmime.c
3991                 Try harder to respect user's choice wrt
3992                 gpg-agent even with gpg2, by unsetting
3993                 GPG_AGENT_INFO when necessary.
3994
3995 2007-02-22 [paul]       2.7.2cvs62
3996
3997         * src/plugins/pgpcore/sgpgme.c
3998         * src/plugins/pgpcore/sgpgme.h
3999         * src/plugins/pgpcore/passphrase.c
4000         * src/plugins/pgpinline/pgpinline.c
4001         * src/plugins/pgpmime/pgpmime.c
4002                 Fix a leak - gpgme_data_release_and_get_mem
4003                 leaks in recent gpgme. Workaround by using
4004                 our own function.
4005
4006 2007-02-22 [paul]       2.7.2cvs61
4007
4008         * src/gtk/quicksearch.c
4009                 Abandon dynamic search when pressing
4010                 Enter
4011
4012 2007-02-21 [colin]      2.7.2cvs60
4013
4014         * src/procmsg.c
4015         * src/plugins/pgpcore/passphrase.c
4016                 Fix little memory leaks
4017         * src/main.c
4018                 Fix false-positive leak at exit
4019         * src/gtk/quicksearch.c
4020                 Fix potentially big leak in recursive
4021                 Quicksearch
4022
4023 2007-02-21 [wwp]        2.7.2cvs59
4024
4025         * src/summaryview.c
4026                 Add missing newline to a debug message.
4027
4028 2007-02-20 [colin]      2.7.2cvs58
4029
4030         * src/Makefile.am
4031         * src/mimeview.c
4032         * src/stock_pixmap.c
4033         * src/stock_pixmap.h
4034         * src/pixmaps/mime_pgpsig.xpm
4035                 Add icon for application/pgp-signature
4036
4037 2007-02-20 [colin]      2.7.2cvs57
4038
4039         * src/Makefile.am
4040         * src/main.c
4041         * src/mimeview.c
4042         * src/stock_pixmap.c
4043         * src/stock_pixmap.h
4044         * src/pixmaps/mime_calendar.xpm
4045         * src/pixmaps/mime_pdf.xpm
4046         * src/pixmaps/mime_ps.xpm
4047                 Add icons for text/calendar, application/pdf
4048                 and application/postscript
4049
4050 2007-02-20 [colin]      2.7.2cvs56
4051
4052         * autogen.sh
4053         * src/matcher_parser_parse.y
4054         * src/matcher_parser_lex.l
4055                 Fix big memory leak in flex, and
4056                 require flex 2.5.31
4057
4058 2007-02-20 [wwp]        2.7.2cvs55
4059
4060         * src/matcher_parser_parse.y
4061                 Fix a duplicate token definition (thanks to iwkse).
4062
4063 2007-02-20 [wwp]        2.7.2cvs54
4064
4065         * src/matcher_parser_lex.l
4066         * src/quote_fmt_lex.l
4067                 Use proper flex options instead of direct use of #define,
4068                 make the flex-generated C lighter.
4069
4070 2007-02-20 [colin]      2.7.2cvs53
4071
4072         * src/summaryview.c
4073                 Grab focus in message list after hiding
4074                 the quicksearch, instead of leaving it
4075                 "somewhere"
4076
4077 2007-02-19 [colin]      2.7.2cvs52
4078
4079         * src/folderview.c
4080                 Fix bug 1033, 'Automatically refresh 
4081                 message list when new messages arrives'
4082                 Looks like folderview->opened can sometimes
4083                 be wrong...
4084
4085 2007-02-19 [paul]       2.7.2cvs51
4086
4087         * tools/Makefile.am
4088         * tools/README
4089         * tools/thunderbird-filters-convertor.pl
4090                 add new script which converts thunderbird filter
4091                 rules to Claws filter rules
4092
4093 2007-02-18 [paul]       2.7.2cvs50
4094
4095         * src/plugins/pgpcore/prefs_gpg.c
4096         * src/plugins/pgpcore/prefs_gpg.h
4097         * src/plugins/pgpcore/sgpgme.c
4098         * src/plugins/pgpinline/pgpinline.c
4099         * src/plugins/pgpmime/pgpmime.c
4100                 improved GUI interoperability with gpg-agent
4101
4102 2007-02-18 [paul]       2.7.2cvs49
4103
4104         * src/prefs_account.c
4105                 Privacy options sensitivity fix
4106
4107 2007-02-17 [colin]      2.7.2cvs48
4108
4109         * src/messageview.c
4110                 Reset icon to warning in the noticeview
4111
4112 2007-02-15 [colin]      2.7.2cvs47
4113
4114         * src/folderview.c
4115                 Fix a manifestation of bug 1033 (summaryview failing
4116                 to update for new mails), which happens after editing
4117                 account preferences or preferences that cause a 
4118                 folderview reload.
4119
4120 2007-02-15 [colin]      2.7.2cvs46
4121
4122         * src/addressbook.c
4123                 Probably fix bug 1123, 'Segmentation 
4124                 fault while opening address book'. I get
4125                 g_warnings if the saved paned position is
4126                 not greater than 0. Also, save position
4127                 when hiding the addressbook instead of
4128                 via signal.
4129
4130 2007-02-14 [colin]      2.7.2cvs45
4131
4132         * src/plugins/pgpcore/prefs_gpg.c
4133         * src/plugins/pgpcore/prefs_gpg.h
4134         * src/plugins/pgpcore/sgpgme.c
4135         * src/plugins/pgpinline/pgpinline.c
4136         * src/plugins/pgpmime/pgpmime.c
4137                 Add an option "Use gpg-agent if available". Fixes
4138                 annoyances with distro-installed gpg-agent, when
4139                 no pinentry program is installed, and the user's 
4140                 at a loss on why "decryption failed". Makes more
4141                 clear why passphrase isn't saved when gpg-agent is
4142                 used. Defaults to true, to avoid changing the 
4143                 current behaviour.
4144
4145 2007-02-14 [wwp]        2.7.2cvs44
4146
4147         * src/matcher_parser_parse.y
4148                 Fix missing line number reset (wrong line number might appear
4149                 when re-loading filtering rules if there's a parser error).
4150
4151 2007-02-13 [colin]      2.7.2cvs43
4152
4153         * src/common/utils.c
4154                 Don't encode ',' in URIs before passing it
4155                 to the browser command-line. It was probably
4156                 done at a time where commas in URIs made
4157                 mozilla -remote 'openurl(%s,new-window)'
4158                 bug.
4159
4160 2007-02-13 [wwp]        2.7.2cvs42
4161
4162         * src/prefs_matcher.c
4163         * src/plugins/bogofilter/bogofilter_gtk.c
4164                 A bit of string factorization around "Select ..." buttons.
4165
4166 2007-02-11 [colin]      2.7.2cvs41
4167
4168         * src/alertpanel.c
4169                 Make sure to escape the title
4170
4171 2007-02-11 [colin]      2.7.2cvs40
4172
4173         * src/codeconv.c
4174                 Recognize .utf8 locales as .UTF-8 ones
4175
4176 2007-02-11 [colin]      2.7.2cvs39
4177
4178         * src/compose.c
4179                 Fix code conversion when dragging a file
4180
4181 2007-02-09 [colin]      2.7.2cvs38
4182
4183         * src/plugins/clamav/clamav_plugin.c
4184                 Complete Paul's patch with conditional
4185                 compilation to avoid breaking compilation
4186                 on old Dapper and Edgy... Maybe other
4187                 distros too.
4188
4189 2007-02-09 [paul]       2.7.2cvs37
4190
4191         * src/plugins/clamav/clamav_plugin.c
4192                 fix for the upstream changes in libclamav
4193
4194 2007-02-09 [paul]       2.7.2cvs36
4195
4196         * src/main.c
4197         * src/mainwindow.c
4198         * src/procmsg.c
4199         * src/procmsg.h
4200                 fix "warn if there are queued messages" (on exit)
4201                 option, which only checked the first mailbox's
4202                 queue
4203                 don't ask before emptying trash if there are no
4204                 messages in trash, also check and empty all trash
4205                 folders
4206         * src/prefs_other.c
4207                 move "Ask before emptying trash" option
4208                 outside of the "On exit" frame as it's
4209                 not only an "On exit" option
4210
4211 2007-02-09 [paul]       2.7.2cvs35
4212
4213         * src/addrgather.c
4214         * src/alertpanel.c
4215         * src/editldap.c
4216         * src/prefs_account.c
4217         * src/prefs_folder_item.c
4218         * src/prefs_gtk.h
4219         * src/prefs_matcher.c
4220         * src/prefs_message.c
4221         * src/prefs_msg_colors.c
4222         * src/prefs_summaries.c
4223         * src/wizard.c
4224         * src/gtk/inputdialog.c
4225         * src/plugins/bogofilter/bogofilter_gtk.c
4226                 pedantic commit: use 'checkbtn' everywhere
4227                 instead of a mixture of 'checkbtn' and 'chkbtn'
4228
4229 2007-02-09 [paul]       2.7.2cvs34
4230
4231         * src/compose.c
4232                 fix default hotkeys
4233         * src/prefs_other.c
4234         * src/prefs_send.c
4235                 move "Never send Return Receipts" from
4236                 prefs_other to prefs_send
4237                 add an option "Ask about account specific
4238                 filtering rules..." to prefs_other
4239         * src/gtk/gtkutils.c
4240                 fix a compiler warning
4241
4242 2007-02-08 [colin]      2.7.2cvs33
4243
4244         * src/plugins/pgpinline/pgpinline.c
4245                 Fix bug 1110, 'pgpmime fails to process 
4246                 encapsulated openpgp mime (rfc 3156, 6.1 
4247                 -> rfc1847)'
4248                 It was due to an interaction between PGP/Mime
4249                 and PGP/Inline plugin. 
4250
4251 2007-02-08 [colin]      2.7.2cvs32
4252
4253         * src/inc.c
4254         * src/mbox.c
4255         * src/mbox.h
4256                 Fix bug 1117, 'fcntl locking code 
4257                 does not work in mbox.c'
4258
4259 2007-02-08 [colin]      2.7.2cvs31
4260
4261         * src/prefs_account.c
4262                 Fix Gentoo bug 165819, 'can't create 
4263                 a "local mbox file" account'. Patch
4264                 by Olivier <castan.o@free.fr>
4265
4266 2007-02-07 [colin]      2.7.2cvs30
4267
4268         * src/ldapquery.c
4269                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4270                 autocompletion was used'
4271
4272 2007-02-07 [paul]       2.7.2cvs29
4273
4274         * src/folder.c
4275                 cut down on unnecessary debug_prints
4276         * src/imap_gtk.c
4277                 fix menu_set_active() on 'Show only
4278                 subscribed folders'
4279
4280 2007-02-07 [paul]       2.7.2cvs28
4281
4282         * src/plugins/clamav/clamav_plugin.c
4283         * src/plugins/clamav/clamav_plugin.h
4284         * src/plugins/clamav/clamav_plugin_gtk.c
4285                 fix copyright header
4286
4287 2007-02-07 [paul]       2.7.2cvs27
4288
4289         * src/procheader.c
4290                 fix bug 1116, 'summary view allow a 
4291                 subject line break'
4292
4293 2007-02-06 [colin]      2.7.2cvs26
4294
4295         * src/summaryview.c
4296                 Fix delete thread
4297
4298 2007-02-05 [fabien]     2.7.2cvs25
4299
4300         * po/POTFILES.in
4301         * src/uri_opener.c
4302                 i18n related - 1 fix and 1 message for translators.
4303
4304 2007-02-05 [colin]      2.7.2cvs24
4305
4306         * src/gtk/quicksearch.c
4307                 Don't reload summary list if quicksearch wasn't
4308                 active on hiding; move currently selected mail in
4309                 the visible area when showing the quicksearch
4310
4311 2007-02-05 [colin]      2.7.2cvs23
4312
4313         * src/folderview.c
4314                 Add debug to try to solve bug 1104
4315
4316 2007-02-05 [paul]       2.7.2cvs22
4317
4318         * src/mainwindow.c
4319                 confirm before emptying trash on exit is
4320                 a Yes or No answer, use Yes or No in the
4321                 dialog
4322
4323 2007-02-04 [colin]      2.7.2cvs21
4324
4325         * src/compose.c
4326         * src/plugins/pgpcore/passphrase.c
4327         * src/plugins/pgpcore/select-keys.c
4328                 Set wmclass on new windows
4329
4330 2007-02-04 [colin]
4331
4332         2.8.0-rc1 released
4333
4334 2007-02-04 [colin]      2.7.2cvs20
4335
4336         * src/compose.c
4337         * src/compose.h
4338                 Auto save drafts on exit, reopen them
4339                 at startup, instead of asking
4340         * src/account.c
4341         * src/addressadd.c
4342         * src/addressbook.c
4343         * src/addressbook_foldersel.c
4344         * src/addrgather.c
4345         * src/crash.c
4346         * src/editaddress.c
4347         * src/editbook.c
4348         * src/editgroup.c
4349         * src/editjpilot.c
4350         * src/editldap.c
4351         * src/editldap_basedn.c
4352         * src/editvcard.c
4353         * src/exphtmldlg.c
4354         * src/expldifdlg.c
4355         * src/export.c
4356         * src/foldersel.c
4357         * src/gedit-print.c
4358         * src/import.c
4359         * src/importldif.c
4360         * src/importmutt.c
4361         * src/importpine.c
4362         * src/main.c
4363         * src/mainwindow.c
4364         * src/message_search.c
4365         * src/messageview.c
4366         * src/prefs_actions.c
4367         * src/prefs_customheader.c
4368         * src/prefs_display_header.c
4369         * src/prefs_filtering.c
4370         * src/prefs_filtering_action.c
4371         * src/prefs_folder_column.c
4372         * src/prefs_gtk.c
4373         * src/prefs_matcher.c
4374         * src/prefs_other.c
4375         * src/prefs_summaries.c
4376         * src/prefs_summary_column.c
4377         * src/prefs_template.c
4378         * src/sourcewindow.c
4379         * src/ssl_manager.c
4380         * src/summary_search.c
4381         * src/uri_opener.c
4382         * src/gtk/about.c
4383         * src/gtk/description_window.c
4384         * src/gtk/foldersort.c
4385         * src/gtk/gtkutils.c
4386         * src/gtk/gtkutils.h
4387         * src/gtk/icon_legend.c
4388         * src/gtk/logwindow.c
4389         * src/gtk/pluginwindow.c
4390         * src/gtk/prefswindow.c
4391                 Give different wmclass to different
4392                 windows - thanks to sed ;)
4393
4394 2007-02-04 [colin]      2.7.2cvs19
4395
4396         * src/main.c
4397                 Revert previous patch, can't reproduce
4398                 it anymore. 
4399
4400 2007-02-03 [colin]      2.7.2cvs18
4401
4402         * src/main.c
4403                 Don't save the mainwindow size and
4404                 position on emergency exit (libSM's
4405                 "die" callback), Xfce seems to make
4406                 the window smaller just before the
4407                 size's saved.
4408
4409 2007-02-03 [colin]      2.7.2cvs17
4410
4411         * src/plugins/bogofilter/bogofilter.c
4412         * src/plugins/bogofilter/bogofilter.h
4413         * src/plugins/bogofilter/bogofilter_gtk.c
4414         * src/plugins/pgpinline/pgpinline.c
4415         * src/plugins/pgpinline/pgpinline.h
4416                 Fix more copyrights
4417
4418 2007-02-03 [colin]      2.7.2cvs16
4419
4420         * src/partial_download.c
4421         * src/partial_download.h
4422         * src/ssl_manager.c
4423         * src/ssl_manager.h
4424         * src/uri_opener.c
4425         * src/uri_opener.h
4426         * src/wizard.c
4427         * src/wizard.h
4428         * src/common/ssl_certificate.c
4429         * src/common/ssl_certificate.h
4430         * src/gtk/quicksearch.c
4431         * src/gtk/quicksearch.h
4432         * src/gtk/sslcertwindow.c
4433         * src/gtk/sslcertwindow.h
4434                 Fix copyright on my files
4435
4436 2007-02-02 [colin]      2.7.2cvs15
4437
4438         * src/Makefile.am
4439         * src/mainwindow.c
4440         * src/messageview.c
4441         * src/messageview.h
4442         * src/textview.c
4443         * src/textview.h
4444         * src/uri_opener.c
4445         * src/uri_opener.h
4446                 Add Tools/List URIs to allow
4447                 opening any URI in the current mail
4448
4449 2007-02-02 [colin]      2.7.2cvs14
4450
4451         * src/common/valgrind.h ** NEW FILE **
4452         * src/common/Makefile.am
4453         * src/common/plugin.c
4454                 Don't dlclose the plugins if we're running
4455                 under valgrind. (doesn't require valgrind
4456                 either at compile time or run time).
4457
4458 2007-02-01 [paul]       2.7.2cvs13
4459
4460         * AUTHORS
4461         * src/gtk/authors.h
4462         * tools/freshmeat_search.pl
4463         * tools/google_search.pl
4464         * tools/multiwebsearch.pl
4465                 add support for non ISO-8859-1 compatible locales
4466                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4467
4468 2007-02-01 [colin]      2.7.2cvs12
4469
4470         * src/prefs_other.c
4471         * src/prefs_summaries.c
4472                 Move keybinding prefs to the Other page
4473
4474 2007-02-01 [wwp]        2.7.2cvs11
4475
4476         * src/plugins/trayicon/trayicon.c
4477                 Fix a raising issue within KDE.
4478
4479 2007-02-01 [colin]      2.7.2cvs10
4480
4481         * src/codeconv.c
4482                 Fix stray quotes in encoded strings
4483         * src/addressadd.c
4484                 Fix wrong call causing g_warnings
4485         * src/textview.c
4486                 Remove useless message
4487
4488 2007-01-31 [wwp]        2.7.2cvs9
4489
4490         * src/plugins/trayicon/trayicon.c
4491                 fix buggy hiding of main window when closing if close-to-tray
4492                 is not set (bad logics  in the trayicon hook code).
4493                 Changed the quit confirmation message too.
4494
4495 2007-01-30 [colin]      2.7.2cvs8
4496
4497         * src/main.c
4498                 Fix hidden mainwindow after clicking on
4499                 the X close button, if compose windows
4500                 exist and the user chooses not to quit
4501
4502 2007-01-30 [colin]      2.7.2cvs7
4503
4504         * src/main.c
4505         * src/compose.c
4506                 Handle local URIs to attach files (file:///...)
4507                 Fixes attaching files from Thunar for example
4508
4509 2007-01-30 [colin]      2.7.2cvs6
4510
4511         * src/prefs_ext_prog.c
4512                 Add 'mousepad' to the list of text editors.
4513                 Mousepad is XFCE's text editor
4514
4515 2007-01-29 [wwp]        2.7.2cvs5
4516
4517         * po/POTFILES.in
4518         * src/plugins/trayicon/trayicon_prefs.c
4519                 trayicon i18n fixes, thanks to Fabien.
4520
4521 2007-01-28 [wwp]        2.7.2cvs4
4522
4523         * src/mainwindow.c
4524         * src/mainwindow.h
4525         * src/plugins/trayicon/trayicon.c
4526         * src/plugins/trayicon/trayicon_prefs.c
4527         * src/plugins/trayicon/trayicon_prefs.h
4528                 Added a new TrayIcon plugin option to close to tray
4529                 (WM's hotkey and [X] button will hide the window instead
4530                 of closing it - closing CM can be done using the tray icon
4531                 menu or the File menu).
4532                 Improved visibility handling in trayicon, clicking the
4533                 trayicon now raise the window to current desktop when it
4534                 was either minimized/shaded/on another desktop.
4535                 Thanks to Paul for testing and fixing a strange behaviour
4536                 in KDE ;-).
4537
4538 2007-01-27 [paul]       2.7.2cvs3
4539
4540         * src/prefs_folder_item.c
4541         * src/prefs_receive.c
4542         * src/plugins/pgpcore/prefs_gpg.c
4543                 use 'start-up' instead of 'startup' in labels
4544
4545 2007-01-26 [wwp]        2.7.2cvs2
4546
4547         * src/plugins/trayicon/Makefile.am
4548         * src/plugins/trayicon/trayicon.c
4549         * src/plugins/trayicon/trayicon_prefs.c
4550         * src/plugins/trayicon/trayicon_prefs.h
4551                 Add a new TrayIcon option to hide the main window at
4552                 start-up.
4553                 Fix trayicon.c copyright header.
4554
4555 2007-01-26 [paul]       2.7.2cvs1
4556
4557         * NEWS
4558         * README
4559         * RELEASE_NOTES
4560         * configure.ac
4561                 bump up version number following
4562                 stable release
4563
4564 2007-01-25 [mones]      2.7.1cvs60
4565
4566         * po/es.po
4567                 updated thousands of strings (well, probably less ;-)
4568
4569 2007-01-25 [colin]      2.7.1cvs59
4570
4571         * src/matcher.c
4572                 Fix 2nd-run loss of matcherrc on new
4573                 configurations. 
4574
4575 2007-01-25 [wwp]        2.7.1cvs58
4576
4577         * src/mimeview.c
4578                 fix handling of empty value in attach_save_directory too, thanks
4579                 to Colin.
4580
4581 2007-01-25 [wwp]        2.7.1cvs57
4582
4583         * src/gtk/filesel.c
4584                 fix handling of empty value in attach_load_directory,
4585                 thanks to Colin.
4586
4587 2007-01-25 [wwp]        2.7.1cvs56
4588
4589         * src/plugins/dillo_viewer/dillo_prefs.h
4590                 fix a typo.
4591
4592 2007-01-25 [colin]      2.7.1cvs55
4593
4594         * src/matcher.c
4595         * src/matcher.h
4596         * src/matcher_parser_parse.y
4597         * src/prefs_matcher.c
4598                 Add matching on the spam flag
4599
4600 2007-01-24 [colin]      2.7.1cvs54
4601
4602         * src/folder.c
4603         * src/common/xml.c
4604         * src/common/xml.h
4605                 Make sure folderlist.xml is correctly
4606                 written before overwriting it.
4607         * src/procmsg.c
4608         * src/procmsg.h
4609         * src/summaryview.c
4610         * src/plugins/bogofilter/bogofilter.c
4611         * src/plugins/bogofilter/bogofilter.h
4612         * src/plugins/bogofilter/bogofilter_gtk.c
4613         * src/plugins/spamassassin/spamassassin.c
4614         * src/plugins/spamassassin/spamassassin.h
4615         * src/plugins/spamassassin/spamassassin_gtk.c
4616                 Move spam to the correct trash folder after
4617                 learning, if spam directory isn't set.
4618
4619 2007-01-23 [paul]       2.7.1cvs53
4620
4621         * src/plugins/bogofilter/bogofilter_gtk.c
4622                 fix sensitivity of "Insert X-Bogosity header"
4623                 option
4624
4625 2007-01-23 [colin]      2.7.1cvs52
4626
4627         * src/toolbar.c
4628                 Translate toolbar items text if
4629                 they're translatable (default)
4630         * src/addrcache.c
4631         * src/addrcache.h
4632         * src/addritem.c
4633         * src/addritem.h
4634         * src/codeconv.c
4635         * src/codeconv.h
4636         * src/jpilot.c
4637         * src/jpilot.h
4638         * src/ldapctrl.c
4639         * src/ldapctrl.h
4640         * src/ldapquery.h
4641         * src/ldif.c
4642         * src/ldif.h
4643         * src/etpan/etpan-thread-manager.c
4644         * src/etpan/etpan-thread-manager.h
4645         * src/gtk/gtkutils.c
4646         * src/gtk/gtkutils.h
4647                 More static functions
4648
4649 2007-01-22 [fabien]     2.7.1cvs51
4650
4651         * src/gtk/gtkutils.c
4652                 gtkut_get_options_frame() : ability to pass
4653                 a 'NULL' value in frame pointer parameter if
4654                 we don't need it.
4655
4656 2007-01-22 [colin]      2.7.1cvs50
4657
4658         * src/procmsg.c
4659         * src/procmsg.h
4660         * src/plugins/bogofilter/bogofilter.c
4661         * src/plugins/bogofilter/bogofilter_gtk.c
4662         * src/plugins/spamassassin/spamassassin.c
4663         * src/plugins/spamassassin/spamassassin_gtk.c
4664                 Allow moving spams to the account's trash
4665                 instead of default one
4666
4667 2007-01-21 [colin]      2.7.1cvs49
4668
4669         * src/ldapquery.c
4670         * src/ldapquery.h
4671                 Revert a static function that shouldn't
4672                 have been
4673
4674 2007-01-21 [colin]      2.7.1cvs48
4675
4676         * src/ldapquery.c
4677         * src/ldapquery.h
4678                 Same
4679
4680 2007-01-21 [colin]      2.7.1cvs47
4681
4682         * src/procmsg.c
4683         * src/procmsg.h
4684                 Same
4685
4686 2007-01-21 [colin]      2.7.1cvs46
4687
4688         * src/common/socket.c
4689         * src/common/socket.h
4690                 Same
4691
4692 2007-01-21 [colin]      2.7.1cvs45
4693
4694         * src/crash.c
4695         * src/exporthtml.c
4696         * src/exporthtml.h
4697         * src/exportldif.c
4698         * src/exportldif.h
4699         * src/folder.c
4700         * src/folder.h
4701         * src/folder_item_prefs.c
4702         * src/folder_item_prefs.h
4703         * src/folderview.c
4704         * src/folderview.h
4705         * src/gedit-print.c
4706         * src/gedit-print.h
4707         * src/main.c
4708         * src/main.h
4709         * src/common/socket.c
4710         * src/common/socket.h
4711         * src/gtk/gtkaspell.c
4712         * src/gtk/gtkaspell.h
4713         * src/gtk/quicksearch.c
4714         * src/gtk/quicksearch.h
4715                 Same
4716
4717 2007-01-21 [colin]      2.7.1cvs44
4718
4719         * src/common/utils.c
4720         * src/common/utils.h
4721         * src/etpan/etpan-thread-manager.c
4722         * src/etpan/etpan-thread-manager.h
4723                 Same (Funny that etpan_thread_unbind
4724                 is called but not etpan_thread_bind)
4725
4726 2007-01-21 [colin]      2.7.1cvs43
4727
4728         * src/addrselect.c
4729         * src/addrselect.h
4730         * src/codeconv.c
4731         * src/codeconv.h
4732         * src/compose.c
4733         * src/compose.h
4734         * src/etpan/Makefile.am
4735         * src/gtk/colorlabel.c
4736         * src/gtk/colorlabel.h
4737         * src/gtk/sslcertwindow.c
4738         * src/gtk/sslcertwindow.h
4739         * src/etpan/etpan-log.c ** REMOVED **
4740         * src/etpan/etpan-log.h ** REMOVED **
4741                 Same
4742
4743 2007-01-20 [colin]      2.7.1cvs42
4744
4745         * src/addritem.c
4746         * src/addritem.h
4747                 Same
4748
4749 2007-01-20 [colin]      2.7.1cvs41
4750
4751         * src/account.c
4752         * src/account.h
4753         * src/addrbook.c
4754         * src/addrbook.h
4755         * src/addrcache.c
4756         * src/addrcache.h
4757         * src/addrclip.c
4758         * src/addrclip.h
4759         * src/addressbook.c
4760         * src/addressbook.h
4761         * src/addrharvest.c
4762         * src/addrharvest.h
4763         * src/addrindex.c
4764         * src/addrindex.h
4765         * src/editaddress.c
4766         * src/editaddress.h
4767                 Make functions that aren't used in other
4768                 files static
4769
4770 2007-01-20 [colin]      2.7.1cvs40
4771
4772         * src/account.c
4773         * src/addrbook.c
4774         * src/addrcache.c
4775         * src/addressbook.c
4776         * src/addrgather.c
4777         * src/addrindex.c
4778         * src/addrquery.c
4779         * src/addrselect.c
4780         * src/browseldap.c
4781         * src/compose.c
4782         * src/editbook.c
4783         * src/editjpilot.c
4784         * src/editldap.c
4785         * src/editldap_basedn.c
4786         * src/editvcard.c
4787         * src/exporthtml.c
4788         * src/exportldif.c
4789         * src/folder.c
4790         * src/folderview.c
4791         * src/image_viewer.c
4792         * src/imap.c
4793         * src/importmutt.c
4794         * src/importpine.c
4795         * src/jpilot.c
4796         * src/ldapquery.c
4797         * src/main.c
4798         * src/mainwindow.c
4799         * src/matcher.c
4800         * src/messageview.c
4801         * src/mh.c
4802         * src/mimeview.c
4803         * src/msgcache.c
4804         * src/mutt.c
4805         * src/news.c
4806         * src/pine.c
4807         * src/prefs_account.c
4808         * src/prefs_common.c
4809         * src/prefs_compose_writing.c
4810         * src/prefs_ext_prog.c
4811         * src/prefs_folder_item.c
4812         * src/prefs_fonts.c
4813         * src/prefs_message.c
4814         * src/prefs_msg_colors.c
4815         * src/prefs_other.c
4816         * src/prefs_quote.c
4817         * src/prefs_receive.c
4818         * src/prefs_send.c
4819         * src/prefs_spelling.c
4820         * src/prefs_summaries.c
4821         * src/prefs_toolbar.c
4822         * src/prefs_wrapping.c
4823         * src/privacy.c
4824         * src/procmime.c
4825         * src/procmsg.c
4826         * src/ssl_manager.c
4827         * src/statusbar.c
4828         * src/summaryview.c
4829         * src/toolbar.c
4830         * src/vcard.c
4831         * src/common/hooks.c
4832         * src/common/log.c
4833         * src/common/passcrypt.c
4834         * src/common/socket.c
4835         * src/common/ssl.c
4836         * src/common/ssl_certificate.c
4837         * src/common/template.c
4838         * src/common/utils.c
4839         * src/etpan/imap-thread.c
4840         * src/gtk/sslcertwindow.c
4841         * src/gtk/sslcertwindow.h
4842                 Make functions that could be static, static
4843
4844 2007-01-20 [colin]      2.7.1cvs39
4845
4846         * src/editldap.c
4847                 Fix tooltip
4848
4849 2007-01-20 [colin]      2.7.1cvs38
4850
4851         * src/ldapquery.c
4852         * src/ldaputil.c
4853         * src/ldaputil.h
4854                 Fix bug 1102, 'claws-mail-2.7.1 
4855                 makes use of deprecated ldap 
4856                 functions'
4857
4858 2007-01-20 [colin]      2.7.1cvs37
4859
4860         * src/mainwindow.c
4861         * src/mainwindow.h
4862         * src/summaryview.c
4863         * src/gtk/quicksearch.c
4864                 Add Wide message list layout
4865
4866 2007-01-19 [fabien]     2.7.1cvs36
4867
4868         * src/textview.c
4869                 make sure a font change is considered in links of
4870                 headerview.
4871
4872 2007-01-19 [colin]      2.7.1cvs35
4873
4874         * src/main.c
4875         * src/mainwindow.c
4876         * src/mainwindow.h
4877         * src/messageview.c
4878         * src/messageview.h
4879         * src/prefs_common.c
4880         * src/prefs_common.h
4881         * src/summaryview.c
4882         * src/summaryview.h
4883         * src/gtk/quicksearch.c
4884         * src/gtk/quicksearch.h
4885                 Drop 'Separate Folder tree' and 'Separate
4886                 Message View'. Put three layouts in place
4887                 of it.
4888
4889 2007-01-19 [paul]       2.7.1cvs34
4890
4891         * src/prefs_msg_colors.c
4892                 more use of Q_ for translators
4893
4894 2007-01-19 [paul]       2.7.1cvs33
4895
4896         * src/imap_gtk.c
4897         * src/prefs_account.c
4898                 a few changes to the English
4899
4900 2007-01-19 [fabien]     2.7.1cvs32
4901
4902         * src/wizard.c
4903                 factorize translatable string
4904
4905 2007-01-18 [colin]      2.7.1cvs31
4906
4907         * src/main.c
4908                 Don't error out on --sync option. Although
4909                 we don't do anything with it, gtk+ handles
4910                 it, and it's useful for debugging X errors
4911
4912 2007-01-18 [fabien]     2.7.1cvs30
4913
4914         * src/prefs_other.c
4915                 ability to apply on the fly the recent added
4916                 'gtk_can_change_accels' pref (no need to restart).
4917
4918 2007-01-18 [fabien]     2.7.1cvs29
4919
4920         * src/plugins/bogofilter/bogofilter_gtk.c
4921         * src/plugins/bogofilter/bogofilter.c
4922         * src/plugins/spamassassin/spamassassin_gtk.c
4923         * src/addr_compl.c
4924         * src/prefs_account.c
4925                 factorize or rewrite some translatable strings.
4926
4927 2007-01-18 [fabien]     2.7.1cvs28
4928
4929         * src/prefs_gtk.h
4930         * src/compose.c
4931                 set a 4pix space between "Subject:" label and subject entry in
4932                 compose window.
4933
4934 2007-01-18 [wwp]        2.7.1cvs27
4935
4936         * src/addressbook.c
4937                 fix conflicting address-copy/paste when focus is set
4938                 to the embedded edit-person form.
4939  
4940
4941 2007-01-18 [wwp]        2.7.1cvs26
4942
4943         * src/addressbook.h
4944                 complete 2.7.1cvs23 (one more file was missing from that
4945                 commit).
4946
4947 2007-01-18 [colin]      2.7.1cvs25
4948
4949         * src/main.c
4950                 Provide a way to migrate without backup
4951                 Re-ask for migration on next start if 
4952                 it has been refused and wizard has been 
4953                 cancelled after.
4954
4955 2007-01-18 [wwp]        2.7.1cvs24
4956
4957         * src/editaddress.c
4958                 complete 2.7.1.cvs23 (file was missing from previous
4959                 commit).
4960
4961 2007-01-18 [wwp]        2.7.1cvs23
4962
4963         * src/addressbook.c
4964                 fix potential crashes in address book's focus_in/out signal handlers,
4965                 force focus to the edit-person form when clicked the Edit menu entry or
4966                 button (this only matters if the edit-person form is embedded to the
4967                 AB window, in that case, focus is not set when browsing the contacts
4968                 list w/ keys or mouse clicks).
4969
4970 2007-01-18 [paul]       2.7.1cvs22
4971
4972         * src/main.c
4973                 add command line options:
4974                 -h for --help
4975                 -q and --quit for --exit
4976                 -v for --version
4977                 print "Unknown option" for unknown options
4978
4979 2007-01-18 [paul]       2.7.1cvs21
4980
4981         * po/ru.po
4982                 updated by Pavlo Bohmat
4983
4984 2007-01-18 [paul]       2.7.1cvs20
4985
4986         * src/mainwindow.c
4987                 fix sensitivity issues of Mark as Spam/Ham
4988
4989 2007-01-17 [fabien]     2.7.1cvs19
4990
4991         * src/prefs_other.c
4992         * src/prefs_common.c
4993         * src/prefs_common.h
4994         * src/main.c
4995                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4996                 control the corresponding gtk property. It could be used to lock
4997                 all shortcuts (avoid to set one of them by inadvertency).
4998
4999 2007-01-17 [colin]      2.7.1cvs18
5000
5001         * src/summaryview.c
5002                 Fix bug 1100, 'Highlighted e-mail data not visible 
5003                 when color label applied.'. Use a weighted average
5004                 between normal selected foreground color and color
5005                 label instead of a simple one (3/1 instead 1/1).
5006
5007 2007-01-17 [colin]      2.7.1cvs17
5008
5009         * src/messageview.c
5010                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5011                 crash' - don't prevent mail switching while loading
5012
5013 2007-01-17 [colin]      2.7.1cvs16
5014
5015         * src/folder.c
5016         * src/folder.h
5017         * src/folderview.c
5018         * src/folderview.h
5019         * src/imap.c
5020         * src/imap.h
5021         * src/imap_gtk.c
5022                 Manage recursive search of unsubscribed folders
5023                 Rescan tree without checking for new messages 
5024                 after subscriptions changed
5025
5026 2007-01-17 [paul]       2.7.1cvs15
5027
5028         * src/prefs_common.c
5029         * src/gtk/pluginwindow.c
5030                 fix bug 1101, '"Load plugin" button is
5031                 accidentally hidden'
5032                 unset (-1) initial width in prefs_common,
5033                 fix overlapping buttons,
5034                 and other cleanups
5035
5036 2007-01-17 [paul]       2.7.1cvs14
5037
5038         * src/procmime.c
5039                 add #include <errno.h>, it's needed
5040                 on some systems
5041
5042 2007-01-17 [paul]       2.7.1cvs13
5043
5044         * src/common/defs.h
5045         * tools/make.themes.project
5046                 rename .sylpheed_themeinfo to .claws_themeinfo
5047                 and use it
5048         * src/etpan/etpan-errors.h
5049         * src/etpan/etpan-log.c
5050         * src/etpan/etpan-log.h
5051         * src/etpan/etpan-thread-manager-types.h
5052         * src/etpan/etpan-thread-manager.c
5053         * src/etpan/etpan-thread-manager.h
5054         * src/etpan/imap-thread.c
5055         * src/etpan/imap-thread.h
5056                 add copyright header
5057
5058 2007-01-17 [colin]      2.7.1cvs12
5059
5060         * src/plugins/pgpcore/select-keys.c
5061         * src/gtk/pluginwindow.c
5062         * src/prefs_account.c
5063                 Fix warnings
5064
5065 2007-01-16 [colin]      2.7.1cvs11
5066
5067         * src/imap.c
5068         * src/imap.h
5069         * src/imap_gtk.c
5070                 Manage subscribing to subfolders when only
5071                 subscribed folders are shown.
5072
5073 2007-01-16 [colin]      2.7.1cvs10
5074
5075         * src/folderview.c
5076                 Fix annoying vscrollbar going back to top
5077                 on Check for new folders
5078
5079 2007-01-16 [colin]      2.7.1cvs9
5080
5081         * src/imap.c
5082                 Remove printf
5083
5084 2007-01-16 [colin]      2.7.1cvs8
5085
5086         * src/filtering.c
5087                 Bigger buffer for errors
5088         * src/imap.c
5089         * src/imap.h
5090         * src/imap_gtk.c
5091         * src/prefs_account.c
5092         * src/prefs_account.h
5093         * src/wizard.c
5094         * src/etpan/imap-thread.c
5095         * src/etpan/imap-thread.h
5096         * manual/handling.xml
5097                 Add subscriptions management. What it changes:
5098                 Creating a folder subscribes to it
5099                 Deleting a folder unsubscribes it
5100                 New contextual menu item allowing to switch between
5101                 All folders and Subscribed folders, subscribe, and
5102                 unsubscribe. "Creating" an existing but unsubscribed
5103                 folder will subscribe it.
5104                 By default for new accounts, only subscribed folders 
5105                 are shown.
5106
5107
5108 2007-01-16 [paul]       2.7.1cvs7
5109
5110         * src/summaryview.c
5111                 Allow folder classes to specify only sort_key or
5112                 sort_type instead of both or none.
5113
5114 2007-01-16 [paul]       2.7.1cvs6
5115
5116         * src/action.c
5117         * src/compose.c
5118         * src/mimeview.c
5119         * src/procmime.c
5120         * src/textview.c
5121                 Save and use errno for procmime_get_part
5122
5123 2007-01-16 [colin]      2.7.1cvs5
5124
5125         * src/imap.c
5126                 Never remove INBOX when scanning for
5127                 new folders. It's a special folder
5128                 that has to exist.
5129
5130 2007-01-15 [colin]      2.7.1cvs4
5131
5132         * src/imap.c
5133                 Fix 'Check for new folders' when IMAP subdirectory
5134                 is set
5135         * src/etpan/imap-thread.c
5136                 Fix build
5137
5138 2007-01-15 [colin]      2.7.1cvs3
5139
5140         * src/etpan/imap-thread.c
5141                 Fix invalid free on command-connection
5142                 error
5143
5144 2007-01-15 [wwp]        2.7.1cvs2
5145
5146         * src/matcher_parser_lex.l
5147         * src/quote_fmt_lex.l
5148         * src/matcher_parser_parse.y
5149                 fix copyright header in lexers and parsers.
5150
5151 2007-01-15 [paul]       2.7.1cvs1
5152
5153         * NEWS
5154         * README
5155         * RELEASE_NOTES
5156         * configure.ac
5157                 bump up version number following
5158                 stable release
5159
5160 2007-01-15 [paul]       2.7.0cvs31
5161
5162         * AUTHORS
5163         * src/gtk/authors.h
5164                 add Fabien to the Team list
5165                 add the recent contributors
5166                 make a few corrections
5167
5168 2007-01-15 [paul]       2.7.0cvs30
5169
5170         * src/mainwindow.c
5171                 fix compiler warning
5172         * src/plugins/pgpcore/prefs_gpg.c
5173         * src/plugins/pgpcore/prefs_gpg.h
5174                 add missing include
5175                 fix copyright header
5176
5177 2007-01-14 [colin]      2.7.0cvs29
5178
5179         * src/gtk/filesel.c
5180                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5181                 two benefits: faster to open, will fix strange
5182                 dbus-related crash. Thanks to Pascal Terjan.
5183
5184 2007-01-14 [colin]      2.7.0cvs28
5185
5186         * src/etpan/imap-thread.c
5187                 Delete the old imap just after allocating
5188                 the new one. Makes sure we don't get the
5189                 same pointer by sheer luck, which feels
5190                 strange in the debug log.
5191
5192 2007-01-14 [colin]      2.7.0cvs27
5193
5194         * src/gtk/inputdialog.c
5195                 Make sure we don't print passwords in
5196                 clear text when in debug mode
5197
5198 2007-01-14 [colin]      2.7.0cvs26
5199
5200         * src/gtk/gtksctree.c
5201                 Fix bug 1098, 'bogus last row display 
5202                 after expanding a thread'. Patch by
5203                 Jindrich Makovicka <makovick@gmail.com>
5204
5205 2007-01-14 [colin]      2.7.0cvs25
5206
5207         * src/etpan/imap-thread.c
5208                 Close socket manually before
5209                 freeing the imap struct
5210
5211 2007-01-14 [colin]      2.7.0cvs24
5212
5213         * src/etpan/imap-thread.c
5214                 Maybe fix new reconnection issues
5215
5216 2007-01-13 [colin]      2.7.0cvs23
5217
5218         * src/summaryview.c
5219                 Freeze/thaw on thread selection
5220
5221 2007-01-13 [paul]       2.7.0cvs22
5222
5223         * src/mainwindow.c
5224         * src/summaryview.c
5225         * src/summaryview.h
5226                 add 'Edit/Delete thread'
5227
5228 2007-01-13 [colin]      2.7.0cvs21
5229
5230         * src/prefs_account.c
5231         * src/prefs_compose_writing.c
5232         * src/prefs_message.c
5233         * src/prefs_msg_colors.c
5234         * src/prefs_other.c
5235         * src/prefs_receive.c
5236         * src/prefs_spelling.c
5237         * src/prefs_summaries.c
5238         * src/prefs_themes.c
5239         * src/gtk/gtkutils.c
5240         * src/gtk/gtkutils.h
5241         * src/plugins/pgpcore/prefs_gpg.c
5242         * src/plugins/spamassassin/spamassassin_gtk.c
5243                 Factorize gtk frame creation
5244                 Patch by Pawel
5245
5246 2007-01-13 [colin]      2.7.0cvs20
5247
5248         * src/message_search.c
5249         * src/summary_search.c
5250                 Fix Enter in search windows
5251         * src/messageview.c
5252                 Fix body search starting at the
5253                 end of the mail (and asking for loop)
5254
5255 2007-01-13 [colin]      2.7.0cvs19
5256
5257         * src/etpan/imap-thread.c
5258                 Make sure we don't free the same imap
5259                 twice
5260
5261 2007-01-13 [colin]      2.7.0cvs18
5262
5263         * commitHelper
5264                 Allow multiple commitHelpers to
5265                 run at once
5266
5267 2007-01-12 [colin]      2.7.0cvs17
5268
5269         * src/etpan/imap-thread.c
5270                 Make sure we get rid of the previous mailimap
5271                 when connecting - just in case disconnect was
5272                 unclean
5273
5274 2007-01-12 [paul]       2.7.0cvs16
5275
5276         * src/compose.c
5277                 Strip S/MIME signatures when re-editing
5278                 S/MIME signed messages.
5279
5280 2007-01-12 [paul]       2.7.0cvs15
5281
5282         * configure.ac
5283         * src/addressbook.c
5284         * src/foldersel.c
5285         * src/folderview.c
5286         * src/main.c
5287                 no need to define CLAWS anymore, remove
5288                 all that stuff
5289
5290 2007-01-12 [paul]       2.7.0cvs14
5291
5292         * src/mimeview.c
5293                 check if the mail's signed as
5294                 it can change the mail structure
5295                 Thanks to Colin
5296
5297 2007-01-12 [paul]       2.7.0cvs13
5298
5299         * src/procmime.c
5300                 fix Forwarding msgs with attachments
5301                 that have dos line endings
5302                 Thanks to Colin
5303
5304 2007-01-12 [wwp]        2.7.0cvs12
5305
5306         * configure.ac
5307                 Revert accidentally committed extra version tag.
5308
5309 2007-01-12 [wwp]        2.7.0cvs11
5310
5311         * src/prefs_account.c
5312                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5313
5314 2007-01-11 [colin]      2.7.0cvs10
5315
5316         * src/imap.c
5317                 move g_warning to debug_print
5318                 it scares people for no reason
5319
5320 2007-01-11 [colin]      2.7.0cvs9
5321
5322         * po/POTFILES.in
5323                 Fix files to translate. Patch by
5324                 Fabien
5325
5326 2007-01-11 [paul]       2.7.0cvs8
5327
5328         * src/imap.c
5329                 Fix recursion when server lists the
5330                 current subfolder in the response
5331         * src/mimeview.c
5332                 Fix updating of icon_list/ctree
5333         * src/plugins/pgpcore/select-keys.c
5334                 Fix a few annoyances when choosing
5335                 keys for the CMS (S/MIME) protocol
5336
5337 2007-01-11 [wwp]        2.7.0cvs7
5338
5339         * src/compose.c
5340         * src/prefs_account.c
5341         * src/prefs_account.h
5342                 Add per-account spellcheck default dictionaries settings.
5343
5344 2007-01-10 [colin]      2.7.0cvs6
5345
5346         * src/prefs_folder_item.c
5347                 Factorize strings - patch by Fabien
5348
5349 2007-01-10 [colin]      2.7.0cvs5
5350
5351         * src/mainwindow.c
5352                 Fix bug 1095, 'Crash while changing folder 
5353                 columns during incorporation'
5354
5355 2007-01-09 [colin]      2.7.0cvs4
5356
5357         * src/gtk/pluginwindow.c
5358                 Set the plugin window transient. Seems
5359                 like some window managers hide it in
5360                 the background after "load plugin"...
5361
5362 2007-01-09 [colin]      2.7.0cvs3
5363
5364         * src/gtk/filesel.c
5365                 Use the same type for alloc and free
5366
5367 2007-01-08 [paul]       2.7.0cvs2
5368
5369         * po/nl.po
5370                 updated by Tim Dijkstra
5371
5372 2007-01-08 [paul]       2.7.0cvs1
5373
5374         * src/prefs_themes.c
5375         * src/common/utils.c
5376                 Fix resource leaks
5377
5378 2007-01-08 [paul]       2.7.0
5379
5380         * NEWS
5381         * README
5382         * RELEASE_NOTES
5383                 2.7.0 released
5384
5385 2007-01-08 [paul]       2.6.1cvs119
5386
5387         * doc/man/claws-mail.1
5388                 another correction
5389
5390 2007-01-08 [paul]       2.6.1cvs118
5391
5392         * doc/man/claws-mail.1
5393                 corrections
5394         * manual/advanced.xml
5395                 improved English usage
5396
5397 2007-01-08 [paul]       2.6.1cvs117
5398
5399         * po/ca.po
5400         * po/de.po
5401         * po/en_GB.po
5402         * po/fi.po
5403         * po/it.po
5404         * po/pt_BR.po
5405         * po/sk.po
5406         * po/sr.po
5407         * po/zh_CN.po
5408                 updated by Miquel Oliete, Stephan Sachse, me,
5409                 Tommi Pirinen, Andrea Spadaccini, Frederico
5410                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5411                 Urosevic, and Ralgh Young
5412
5413 2007-01-07 [mones]      2.6.1cvs116
5414
5415         * manual/es/advanced.xml
5416         * po/es.po
5417                 Synced manual (unhide mark_as_read_delay)
5418                 and updated translation for release
5419
5420 2007-01-07 [paul]       2.6.1cvs115
5421
5422         * src/prefs_matcher.c
5423                 make the hbox content fit better under
5424                 various languages
5425
5426 2007-01-07 [colin]      2.6.1cvs114
5427
5428         * src/messageview.c
5429                 Fix bug 1088, 'Ctrl-h produces repeatable
5430                 crash'
5431
5432 2007-01-06 [colin]      2.6.1cvs113
5433
5434         * src/etpan/imap-thread.c
5435                 Add casts to int to get certs. Fixes
5436                 bug 1064, 'crash @ etpan_certificate_check() 
5437                 when opening an IMAP folder', with latest
5438                 libetpan CVS or >= 0.49
5439         * src/mainwindow.c
5440         * src/mainwindow.h
5441         * src/imap_gtk.c
5442         * src/news_gtk.c
5443         * src/prefs_folder_item.c
5444                 Grey out the "synchronise" menu items if
5445                 there's nothing to synchronise.
5446         * src/plugins/pgpcore/sgpgme.c
5447                 Make an error clearer than "Unknown error"
5448
5449 2007-01-06 [colin]      2.6.1cvs112
5450
5451         * src/messageview.c
5452                 Don't try to show a message if updating
5453                 Maybe fixes bug 1088, 'ctrl-h produces
5454                 repeatable crash'.
5455
5456 2007-01-06 [colin]      2.6.1cvs111
5457
5458         * src/summaryview.c
5459                 Disable Control-Space (handle it as Space).
5460
5461 2007-01-05 [paul]       2.6.1cvs110
5462
5463         * src/imap.c
5464                 Fix bug 934, 'sylpheed claws 2.1 
5465                 doesn't show Exchanges Public Folders'
5466                 Thanks to Hoa and Colin
5467         * src/msgcache.c
5468                 Refuse to allocate more than 2 MB for a 
5469                 single field, it's a good indication of
5470                 cache corruption.
5471
5472 2007-01-05 [colin]      2.6.1cvs109
5473
5474         * src/mainwindow.c
5475                 Allow --select'ing emails by Message-ID too
5476
5477 2007-01-05 [colin]      2.6.1cvs108
5478
5479         * src/common/quoted-printable.c
5480                 Uh! Third fix :)
5481
5482 2007-01-05 [colin]      2.6.1cvs107
5483
5484         * src/common/quoted-printable.c
5485                 Fix previous commit about bug 1089
5486                 Thanks to Ralf
5487
5488 2007-01-05 [colin]      2.6.1cvs106
5489
5490         * src/common/quoted-printable.c
5491                 Fix my previous commit on bug 1089
5492                 - Thanks to Ralf :)
5493
5494 2007-01-04 [colin]      2.6.1cvs105
5495
5496         * src/common/quoted-printable.c
5497                 Fix bug 1089, 'NUL characters in Subject 
5498                 line are misinterpreted'. Not a pain to
5499                 fix in fact.
5500
5501 2007-01-04 [colin]      
5502
5503         2.7.0-rc3 released
5504
5505 2007-01-04 [wwp]        2.6.1cvs104
5506
5507         * src/image_viewer.c
5508                 Force operator precedence (fix a compiler warning).
5509
5510 2007-01-04 [colin]      2.6.1cvs103
5511
5512         * src/image_viewer.c
5513                 Be cautious there too (same fix as the one
5514                 in textview from cvs33)
5515         * src/messageview.c
5516                 Don't use any MimeViewer plugin when showing
5517                 all headers
5518
5519 2007-01-03 [wwp]        2.6.1cvs102
5520
5521         * src/html.c
5522         * src/html.h
5523                 fixed "cent" sign (use the existing ASCII one),
5524                 decode more HTML entities,
5525                 converted table ASCII entries to UTF-8,
5526                 moved a switch() into a hashtable.
5527
5528 2007-01-03 [paul]       2.6.1cvs101
5529
5530         * src/compose.c
5531         * src/messageview.c
5532         * src/procmsg.c
5533         * src/procmsg.h
5534                 When possible, use move_msg instead of
5535                 copy_msg + remove_msg to move sent mail
5536                 from Queue to Sent. 
5537
5538 2007-01-03 [paul]       2.6.1cvs100
5539
5540         * src/html.c
5541                 add more html entity recognition:
5542                 pounds, euros, and cents
5543
5544 2007-01-03 [colin]      2.6.1cvs99
5545
5546         * src/imap_gtk.c
5547                 Don't display an error on NOSELECT
5548                 folders when synchronising
5549
5550 2007-01-03 [paul]       2.6.1cvs98
5551
5552         * tools/maildir2claws-mail.pl
5553                 only substitute 'sent-mail' if it's
5554                 the full directory name
5555
5556 2007-01-03 [paul]       2.6.1cvs97
5557
5558         * ChangeLog
5559         * ChangeLog.pre2.0.0
5560         * Makefile.am
5561                 archive a chunk of ChangeLog in
5562                 ChangeLog.pre2.0.0
5563         * ChangeLog.gtk1
5564         * doc/src/ChangeLog.claws-pre0.8.0
5565                 remove ChangeLog.claws-pre0.8.0, adding
5566                 its contents to ChangeLog.gtk1
5567
5568 2007-01-03 [paul]       2.6.1cvs96
5569
5570         * src/account.c
5571         * src/account.h
5572         * src/action.c
5573         * src/action.h
5574         * src/adbookbase.h
5575         * src/addr_compl.c
5576         * src/addr_compl.h
5577         * src/addrbook.c
5578         * src/addrcache.c
5579         * src/addrcache.h
5580         * src/addrcindex.c
5581         * src/addrcindex.h
5582         * src/addrclip.c
5583         * src/addrclip.h
5584         * src/addrdefs.h
5585         * src/addressadd.c
5586         * src/addressadd.h
5587         * src/addressbook.c
5588         * src/addressbook.h
5589         * src/addressbook_foldersel.c
5590         * src/addressbook_foldersel.h
5591         * src/addrgather.c
5592         * src/addrgather.h
5593         * src/addrharvest.c
5594         * src/addrharvest.h
5595         * src/addrindex.c
5596         * src/addrindex.h
5597         * src/addritem.c
5598         * src/addritem.h
5599         * src/addrquery.c
5600         * src/addrquery.h
5601         * src/addrselect.c
5602         * src/addrselect.h
5603         * src/alertpanel.c
5604         * src/alertpanel.h
5605         * src/browseldap.c
5606         * src/browseldap.h
5607         * src/codeconv.c
5608         * src/codeconv.h
5609         * src/compose.c
5610         * src/compose.h
5611         * src/customheader.c
5612         * src/customheader.h
5613         * src/displayheader.c
5614         * src/displayheader.h
5615         * src/editaddress.c
5616         * src/editaddress.h
5617         * src/editbook.c
5618         * src/editbook.h
5619         * src/editgroup.c
5620         * src/editgroup.h
5621         * src/editjpilot.c
5622         * src/editjpilot.h
5623         * src/editldap.c
5624         * src/editldap.h
5625         * src/editldap_basedn.c
5626         * src/editldap_basedn.h
5627         * src/editvcard.c
5628         * src/editvcard.h
5629         * src/exphtmldlg.c
5630         * src/exphtmldlg.h
5631         * src/expldifdlg.c
5632         * src/expldifdlg.h
5633         * src/export.c
5634         * src/export.h
5635         * src/exporthtml.c
5636         * src/exporthtml.h
5637         * src/exportldif.c
5638         * src/exportldif.h
5639         * src/filtering.c
5640         * src/filtering.h
5641         * src/folder.c
5642         * src/folder.h
5643         * src/folder_item_prefs.c
5644         * src/folder_item_prefs.h
5645         * src/foldersel.c
5646         * src/foldersel.h
5647         * src/folderutils.c
5648         * src/folderutils.h
5649         * src/folderview.c
5650         * src/folderview.h
5651         * src/grouplistdialog.c
5652         * src/grouplistdialog.h
5653         * src/headerview.c
5654         * src/html.c
5655         * src/html.h
5656         * src/image_viewer.c
5657         * src/image_viewer.h
5658         * src/imap.c
5659         * src/imap.h
5660         * src/imap_gtk.c
5661         * src/imap_gtk.h
5662         * src/import.c
5663         * src/import.h
5664         * src/importldif.c
5665         * src/importldif.h
5666         * src/importmutt.c
5667         * src/importmutt.h
5668         * src/importpine.c
5669         * src/importpine.h
5670         * src/inc.c
5671         * src/inc.h
5672         * src/jpilot.c
5673         * src/jpilot.h
5674         * src/ldapctrl.c
5675         * src/ldapctrl.h
5676         * src/ldaplocate.c
5677         * src/ldaplocate.h
5678         * src/ldapquery.c
5679         * src/ldapquery.h
5680         * src/ldapserver.c
5681         * src/ldapserver.h
5682         * src/ldaputil.c
5683         * src/ldaputil.h
5684         * src/ldif.c
5685         * src/ldif.h
5686         * src/main.c
5687         * src/main.h
5688         * src/mainwindow.c
5689         * src/mainwindow.h
5690         * src/manual.c
5691         * src/manual.h
5692         * src/mbox.c
5693         * src/message_search.c
5694         * src/message_search.h
5695         * src/messageview.c
5696         * src/messageview.h
5697         * src/mh.c
5698         * src/mh.h
5699         * src/mh_gtk.c
5700         * src/mh_gtk.h
5701         * src/mimeview.c
5702         * src/mimeview.h
5703         * src/msgcache.c
5704         * src/msgcache.h
5705         * src/mutt.c
5706         * src/mutt.h
5707         * src/news.c
5708         * src/news.h
5709         * src/news_gtk.c
5710         * src/news_gtk.h
5711         * src/partial_download.c
5712         * src/partial_download.h
5713         * src/pine.c
5714         * src/pine.h
5715         * src/pop.c
5716         * src/pop.h
5717         * src/prefs_account.c
5718         * src/prefs_account.h
5719         * src/prefs_actions.c
5720         * src/prefs_actions.h
5721         * src/prefs_common.c
5722         * src/prefs_common.h
5723         * src/prefs_compose_writing.c
5724         * src/prefs_compose_writing.h
5725         * src/prefs_customheader.c
5726         * src/prefs_customheader.h
5727         * src/prefs_display_header.c
5728         * src/prefs_display_header.h
5729         * src/prefs_filtering.c
5730         * src/prefs_filtering.h
5731         * src/prefs_filtering_action.c
5732         * src/prefs_filtering_action.h
5733         * src/prefs_folder_column.c
5734         * src/prefs_folder_column.h
5735         * src/prefs_folder_item.c
5736         * src/prefs_folder_item.h
5737         * src/prefs_fonts.c
5738         * src/prefs_fonts.h
5739         * src/prefs_gtk.c
5740         * src/prefs_gtk.h
5741         * src/prefs_image_viewer.c
5742         * src/prefs_image_viewer.h
5743         * src/prefs_matcher.c
5744         * src/prefs_matcher.h
5745         * src/prefs_message.c
5746         * src/prefs_msg_colors.c
5747         * src/prefs_msg_colors.h
5748         * src/prefs_other.c
5749         * src/prefs_quote.c
5750         * src/prefs_receive.c
5751         * src/prefs_send.c
5752         * src/prefs_spelling.c
5753         * src/prefs_spelling.h
5754         * src/prefs_summaries.c
5755         * src/prefs_summaries.h
5756         * src/prefs_summary_column.c
5757         * src/prefs_summary_column.h
5758         * src/prefs_template.c
5759         * src/prefs_template.h
5760         * src/prefs_themes.c
5761         * src/prefs_themes.h
5762         * src/prefs_toolbar.c
5763         * src/prefs_toolbar.h
5764         * src/prefs_wrapping.c
5765         * src/prefs_wrapping.h
5766         * src/privacy.c
5767         * src/privacy.h
5768         * src/procheader.c
5769         * src/procheader.h
5770         * src/procmime.c
5771         * src/procmime.h
5772         * src/procmsg.c
5773         * src/procmsg.h
5774         * src/quote_fmt.c
5775         * src/quote_fmt_parse.y
5776         * src/recv.c
5777         * src/recv.h
5778         * src/remotefolder.c
5779         * src/remotefolder.h
5780         * src/send_message.c
5781         * src/send_message.h
5782         * src/setup.c
5783         * src/setup.h
5784         * src/sourcewindow.c
5785         * src/sourcewindow.h
5786         * src/ssl_manager.c
5787         * src/ssl_manager.h
5788         * src/statusbar.c
5789         * src/statusbar.h
5790         * src/stock_pixmap.c
5791         * src/stock_pixmap.h
5792         * src/summary_search.c
5793         * src/summary_search.h
5794         * src/summaryview.c
5795         * src/summaryview.h
5796         * src/textview.c
5797         * src/textview.h
5798         * src/toolbar.c
5799         * src/toolbar.h
5800         * src/undo.c
5801         * src/undo.h
5802         * src/unmime.c
5803         * src/unmime.h
5804         * src/vcard.c
5805         * src/vcard.h
5806         * src/wizard.c
5807         * src/wizard.h
5808         * src/common/base64.c
5809         * src/common/base64.h
5810         * src/common/defs.h
5811         * src/common/hooks.c
5812         * src/common/hooks.h
5813         * src/common/log.c
5814         * src/common/log.h
5815         * src/common/mgutils.c
5816         * src/common/mgutils.h
5817         * src/common/nntp.c
5818         * src/common/nntp.h
5819         * src/common/passcrypt.c
5820         * src/common/passcrypt.h.in
5821         * src/common/plugin.c
5822         * src/common/plugin.h
5823         * src/common/prefs.c
5824         * src/common/prefs.h
5825         * src/common/progressindicator.c
5826         * src/common/progressindicator.h
5827         * src/common/quoted-printable.c
5828         * src/common/quoted-printable.h
5829         * src/common/session.c
5830         * src/common/session.h
5831         * src/common/smtp.c
5832         * src/common/smtp.h
5833         * src/common/socket.c
5834         * src/common/socket.h
5835         * src/common/ssl.c
5836         * src/common/ssl.h
5837         * src/common/ssl_certificate.c
5838         * src/common/ssl_certificate.h
5839         * src/common/stringtable.c
5840         * src/common/stringtable.h
5841         * src/common/template.c
5842         * src/common/template.h
5843         * src/common/timing.h
5844         * src/common/utils.c
5845         * src/common/utils.h
5846         * src/common/version.h.in
5847         * src/common/xml.c
5848         * src/common/xml.h
5849         * src/common/xmlprops.c
5850         * src/common/xmlprops.h
5851         * src/gtk/about.c
5852         * src/gtk/colorlabel.c
5853         * src/gtk/colorsel.c
5854         * src/gtk/colorsel.h
5855         * src/gtk/combobox.c
5856         * src/gtk/combobox.h
5857         * src/gtk/description_window.c
5858         * src/gtk/description_window.h
5859         * src/gtk/filesel.c
5860         * src/gtk/filesel.h
5861         * src/gtk/foldersort.c
5862         * src/gtk/foldersort.h
5863         * src/gtk/gtksctree.c
5864         * src/gtk/gtkutils.c
5865         * src/gtk/gtkutils.h
5866         * src/gtk/inputdialog.c
5867         * src/gtk/inputdialog.h
5868         * src/gtk/logwindow.c
5869         * src/gtk/logwindow.h
5870         * src/gtk/manage_window.c
5871         * src/gtk/manage_window.h
5872         * src/gtk/menu.c
5873         * src/gtk/menu.h
5874         * src/gtk/pluginwindow.c
5875         * src/gtk/pluginwindow.h
5876         * src/gtk/prefswindow.c
5877         * src/gtk/prefswindow.h
5878         * src/gtk/progressdialog.c
5879         * src/gtk/progressdialog.h
5880         * src/gtk/sslcertwindow.c
5881         * src/gtk/sslcertwindow.h
5882         * src/plugins/bogofilter/bogofilter.c
5883         * src/plugins/bogofilter/bogofilter.h
5884         * src/plugins/bogofilter/bogofilter_gtk.c
5885         * src/plugins/clamav/clamav_plugin.c
5886         * src/plugins/clamav/clamav_plugin.h
5887         * src/plugins/clamav/clamav_plugin_gtk.c
5888         * src/plugins/demo/demo.c
5889         * src/plugins/dillo_viewer/dillo_prefs.c
5890         * src/plugins/dillo_viewer/dillo_prefs.h
5891         * src/plugins/dillo_viewer/dillo_viewer.c
5892         * src/plugins/pgpcore/passphrase.c
5893         * src/plugins/pgpcore/passphrase.h
5894         * src/plugins/pgpcore/pgp_viewer.c
5895         * src/plugins/pgpcore/pgp_viewer.h
5896         * src/plugins/pgpcore/plugin.c
5897         * src/plugins/pgpcore/select-keys.c
5898         * src/plugins/pgpcore/select-keys.h
5899         * src/plugins/pgpcore/sgpgme.c
5900         * src/plugins/pgpcore/sgpgme.h
5901         * src/plugins/pgpinline/pgpinline.c
5902         * src/plugins/pgpinline/pgpinline.h
5903         * src/plugins/pgpinline/plugin.c
5904         * src/plugins/pgpmime/pgpmime.c
5905         * src/plugins/pgpmime/pgpmime.h
5906         * src/plugins/pgpmime/plugin.c
5907         * src/plugins/spamassassin/spamassassin.c
5908         * src/plugins/spamassassin/spamassassin.h
5909         * src/plugins/spamassassin/spamassassin_gtk.c
5910         * src/plugins/trayicon/trayicon.c
5911                 it's 2007, update the year in the copyright headers
5912
5913 2007-01-03 [paul]       2.6.1cvs95
5914
5915         * src/gtk/about.c
5916                 it is 2007, use it in the copyright string
5917
5918 2007-01-03 [paul]       2.6.1cvs94
5919
5920         * src/html.c
5921                 html entity conversion:
5922                 move &#153; to a more suitable place
5923                 add &bull; and &ndash;
5924                 make sure &mdash; and &#8212; are both
5925                 converted the same
5926
5927 2007-01-02 [colin]      2.6.1cvs93
5928
5929         * src/addrbook.c
5930                 Fix leak
5931         * src/common/plugin.c
5932                 Add comment
5933         * src/etpan/imap-thread.c
5934                 Fix warning
5935
5936 2006-12-31 [paul]       2.6.1cvs92
5937
5938         * src/prefs_summaries.c
5939                 use gtk_button_new_from_stock()
5940
5941 2006-12-30 [colin]      2.6.1cvs91
5942
5943         * src/folder.c
5944         * src/imap_gtk.c
5945         * src/mh_gtk.c
5946                 Don't update filtering and account paths 
5947                 when copying folders
5948
5949 2006-12-30 [colin]      2.6.1cvs90
5950
5951         * src/prefs_compose_writing.c
5952         * src/prefs_quote.c
5953         * src/prefs_template.c
5954                 Use message font for Writing and 
5955                 Quoting prefs, as well as Templates.
5956
5957 2006-12-30 [colin]      2.6.1cvs89
5958
5959         * src/prefs_summaries.c
5960                 Rework GUI; patch by Pawel
5961
5962 2006-12-29 [colin]      2.6.1cvs88
5963
5964         * src/prefs_folder_item.c
5965                 Fix bug 1085, 'Apply to subfolder 
5966                 doesn't work' - I was mistaken saying
5967                 it worked in every case
5968
5969 2006-12-28 [colin]      2.6.1cvs87
5970
5971         * src/gtk/gtkaspell.c
5972                 Don't assert if use_alternate is true
5973                 and alt_dictionary isn't set -- this 
5974                 is what happens on upgrade! Rather,
5975                 do with it.
5976
5977 2006-12-28 [colin]      2.6.1cvs86
5978
5979         * Makefile.am
5980                 Fix desktop/icon simplification
5981
5982 2006-12-28 [colin]      2.6.1cvs85
5983
5984         * Makefile.am
5985                 Make desktop and icon not 
5986                 dependant on the desktop
5987
5988 2006-12-28 [wwp]        2.6.1cvs84
5989
5990         * src/plugins/pgpmime/claws.def
5991                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5992
5993 2006-12-28 [wwp]        2.6.1cvs83
5994
5995         * src/prefs_folder_item.c
5996                 Fix coloring of "simplify subject regexp" (folder prefs),
5997                 which might be left to red whereas the regexp gets empty.
5998
5999 2006-12-28 [wwp]        2.6.1cvs82
6000
6001         * src/prefs_common.c
6002         * src/prefs_common.h
6003         * src/addressbook.c
6004         * src/addressitem.h
6005                 Save addressbook mainwindow's horizontal and vertical splitter position.
6006
6007 2006-12-27 [wwp]        2.6.1cvs81
6008
6009         * src/gtk/gtkaspell.c
6010         * src/gtk/gtkaspell.h
6011         * src/compose.c
6012                 Fix assignment of compose's default and alternate dictionary from
6013                 account or folder settings. Now gtkaspell_change_dict does rotate
6014                 dicts only when it's called from a menu cb.
6015
6016 2006-12-27 [wwp]        2.6.1cvs80
6017
6018         * src/folder_item_prefs.c
6019                 Fix randomly initialized default-alt-dictionary (folder prefs),
6020                 complete 2.6.1cvs72.
6021
6022 2006-12-27 [paul]       2.6.1cvs79
6023
6024         * src/imap_gtk.c
6025         * src/mh_gtk.c
6026                 Add Copy folder in the folder's contextual
6027                 menu
6028
6029 2006-12-27 [wwp]        2.6.1cvs78
6030
6031         * src/imap.c
6032                 Clean up session locking, thanks to Colin.
6033
6034 2006-12-26 [colin]      2.6.1cvs77
6035
6036         * src/statusbar.c
6037                 Revert previous patch
6038
6039 2006-12-26 [colin]      2.6.1cvs76
6040
6041         * src/folder.c
6042         * src/folderview.c
6043         * src/imap.c
6044         * src/statusbar.c
6045         * src/etpan/imap-thread.c
6046                 Fix previous commit warnings
6047                 Make statusbar update every second if total < 20
6048                 Make IMAP APPEND faster by simplifying log              
6049
6050 2006-12-26 [colin]      2.6.1cvs75
6051
6052         * src/folder.c
6053         * src/folder.h
6054         * src/folderview.c
6055         * src/folderview.h
6056         * src/imap_gtk.c
6057         * src/mh_gtk.c
6058                 Make it possible to copy folders accross
6059                 mailboxes (this was an arbitrary limitation).
6060                 Still make it impossible to move folders 
6061                 accross mailboxes.
6062
6063 2006-12-26 [colin]      2.6.1cvs74
6064
6065         * src/etpan/imap-thread.c
6066                 Fix bug 1081, 'claws-mail 
6067                 segfaults when going offline 
6068                 while it transfers mails via 
6069                 imap'
6070
6071 2006-12-26 [colin]      2.6.1cvs73
6072
6073         * src/folder_item_prefs.c
6074                 Don't forget alt dictionary when
6075                 renaming/moving folders
6076
6077 2006-12-26 [wwp]        2.6.1cvs72
6078
6079         * src/folder_item_prefs.c
6080                 Add missing defaults for per-folder alt dict
6081                 (forgotten in 2.6.1cvs61).
6082
6083 2006-12-26 [colin]      2.6.1cvs71
6084
6085         * src/wizard.c
6086                 Add tooltip to state that specifying
6087                 full path to mailbox is possible
6088
6089 2006-12-26 [wwp]        2.6.1cvs70
6090
6091         * src/partial_download.c
6092         * src/gtk/gtkvscrollbutton.c
6093         * src/plugins/pgpinline/plugin.c
6094                 Fix for few compiler warnings that matter.
6095
6096 2006-12-25 [colin]      2.6.1cvs69
6097
6098         * src/partial_download.c
6099                 Fix marking for download or deletion
6100                 when the header isn't the first
6101         * src/gtk/logwindow.c
6102                 Fix start of scrolling
6103
6104 2006-12-23 [paul]       2.6.1cvs68
6105
6106         * src/compose.c
6107                 change last commit to use the 'academic'
6108                 method instead. Thanks to wwp
6109
6110 2006-12-23 [paul]       2.6.1cvs67
6111
6112         * src/compose.c
6113                 don't warn about empty subject when
6114                 redirecting
6115
6116 2006-12-22 [colin]      2.6.1cvs66
6117
6118         * src/summary_search.c
6119                 Fix previous patch
6120
6121 2006-12-22 [colin]      2.6.1cvs65
6122
6123         * src/gtk/gtkutils.c
6124         * src/imap.c
6125         * src/jpilot.c
6126         * src/summary_search.c
6127                 A few warning fixes
6128
6129 2006-12-23 [paul]       
6130
6131         2.7.0-rc2 released
6132
6133 2006-12-22 [colin]      2.6.1cvs64
6134
6135         * src/toolbar.c
6136         * src/toolbar.h
6137                 Add a combo to the learn spam button
6138         * src/plugins/bogofilter/bogofilter.c
6139         * src/plugins/bogofilter/bogofilter_gtk.c
6140         * src/plugins/bogofilter/bogofilter.h
6141                 Allow to store Unsure mails in a specific
6142                 folder to make better teaching easier
6143
6144 2006-12-21 [wwp]        2.6.1cvs63
6145
6146         * src/compose.c
6147         * src/prefs_common.c
6148         * src/prefs_common.h
6149         * src/prefs_spelling.c
6150         * src/gtk/gtkaspell.c
6151         * src/gtk/gtkaspell.h
6152                 Allow spell-checking using both current and alternate dictionaries
6153                 (thanks to Colin).
6154
6155 2006-12-21 [wwp]        2.6.1cvs62
6156
6157         * src/gtk/gtkaspell.c
6158                 Apply recheck_when_changing_dict (highlight all mispelled words)
6159                 when switching to alternate dictionary.
6160
6161 2006-12-21 [wwp]        2.6.1cvs61
6162
6163         * src/compose.c
6164         * src/folder_item_prefs.h
6165         * src/prefs_common.c
6166         * src/prefs_common.h
6167         * src/prefs_folder_item.c
6168         * src/prefs_spelling.c
6169         * src/gtk/gtkaspell.c
6170         * src/gtk/gtkaspell.h
6171                 Add global and per-folder prefs to set the default
6172                 alternate dictionary.
6173
6174 2006-12-21 [colin]      2.6.1cvs60
6175
6176         * src/folder.c
6177                 Look for folders by path in all folders
6178         * src/html.c
6179                 add &mdash;
6180
6181 2006-12-20 [colin]      2.6.1cvs59
6182
6183         * src/gtk/quicksearch.c
6184                 Make sure in_typing is false when clearing
6185
6186 2006-12-20 [wwp]        2.6.1cvs58
6187
6188         * configure.ac
6189                 change manual's target dir to be LFH-compliant (thanks to Colin).
6190
6191 2006-12-20 [wwp]        2.6.1cvs57
6192
6193         * src/prefs_common.c
6194         * src/prefs_summaries.c
6195                 i18n fix and factorize patch, thanks to Fabien.
6196
6197 2006-12-20 [paul]       2.6.1cvs56
6198
6199         * configure.ac
6200                 last of the renaming (??)
6201         * src/main.c
6202                 correct --help info of --status-full
6203         * src/plugins/bogofilter/bogofilter.c
6204                 make FALSE default of whitelist_ab
6205
6206 2006-12-19 [colin]      2.6.1cvs55
6207
6208         * src/jpilot.c
6209                 Same as before, without depending on
6210                 pisock >= 0.12
6211
6212 2006-12-19 [colin]      2.6.1cvs54
6213
6214         * src/jpilot.c
6215                 Fix bug 1059, 'Better jpilot charset 
6216                 handling'. Use libpisync's charset conversion
6217                 if possible
6218
6219 2006-12-19 [colin]      2.6.1cvs53
6220
6221         * po/fr.po
6222                 Updated by Fabien
6223
6224 2006-12-19 [wwp]        2.6.1cvs52
6225
6226         * src/gtk/about.c
6227                 Add missing #include (thanks to Colin).
6228
6229 2006-12-19 [wwp]        2.6.1cvs51
6230
6231         * src/prefs_receive.c
6232                 Better spacing between widgets in prefs.
6233
6234 2006-12-18 [colin]      2.6.1cvs50
6235
6236         * src/imap.c
6237                 Fix failure to get separator on LIST "" ""
6238                 Try LIST "" "INBOX" too.
6239
6240 2006-12-18 [wwp]        2.6.1cvs49
6241
6242         * src/common/session.c
6243                 Fix a compiler warning (thanks to Fabien).
6244
6245 2006-12-18 [wwp]        2.6.1cvs48
6246
6247         * src/compose.c
6248         * src/prefs_quote.c
6249                 Factorize some strings for translation (it's about error
6250                 messages when applying or checking template/quote format).
6251
6252 2006-12-18 [colin]      2.6.1cvs47
6253
6254         * Makefile.am
6255         * src/common/defs.h
6256         * src/gtk/Makefile.am
6257         * src/gtk/about.c
6258                 Add a Release notes tab from the contents of
6259                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6260
6261 2006-12-17 [colin]      2.6.1cvs46
6262
6263         * src/mimeview.c
6264         * src/textview.c
6265         * src/gtk/filesel.c
6266                 Correctly convert from/to UTF8/filename encoding
6267                 when loading and saving files. Probably fixes
6268                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6269                 for a file to attach and is blocked...'
6270
6271 2006-12-17 [colin]      2.6.1cvs45
6272
6273         * src/gtk/logwindow.c
6274                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6275                 IMAP folder and is blocked on main thread': 
6276                 make sure we put utf8 in the log.
6277
6278 2006-12-16 [colin]      2.6.1cvs44
6279
6280         * src/toolbar.c
6281         * src/toolbar.h
6282                 Fix bug 1055, 'Add the 'cancel receive' 
6283                 in the available events for the toolbar buttons'
6284
6285 2006-12-16 [colin]      2.6.1cvs43
6286
6287         * po/POTFILES.in
6288         * src/imap.c
6289         * src/common/nntp.c
6290         * src/common/session.c
6291                 Log error when SSL handshakes fail. 
6292                 Fixes bug 1082, 'incorrect / imprecise 
6293                 error message when imap server provides 
6294                 ssl only through STARTTLS but SSL is 
6295                 selected'
6296
6297 2006-12-15 [wwp]        2.6.1cvs42
6298
6299         * src/plugins/bogofilter/bogofilter_gtk.c
6300                 set proper sensitivity to widgets I've recently added.
6301
6302 2006-12-15 [colin]      
6303
6304         2.7.0-rc1 released
6305
6306 2006-12-15 [wwp]        2.6.1cvs41
6307
6308         * src/plugins/bogofilter/bogofilter.c
6309         * src/plugins/bogofilter/bogofilter.h
6310         * src/plugins/bogofilter/bogofilter_gtk.c
6311                 bogofilter's whitelist can now use a subset of
6312                 the addressbook (either a book, a subfolder of a book,
6313                 or the whole addressbook by using "Any"). Re-used there
6314                 some pref_matcher widgets and mechanisms to match a subset
6315                 of the addressbook.
6316
6317 2006-12-15 [wwp]        2.6.1cvs40
6318
6319         * src/wizard.c
6320         * src/common/plugin.c
6321         * src/common/plugin.h
6322         * src/gtk/about.c
6323         * src/plugins/bogofilter/bogofilter.c
6324         * src/plugins/clamav/clamav_plugin.c
6325         * src/plugins/demo/demo.c
6326         * src/plugins/dillo_viewer/dillo_viewer.c
6327         * src/plugins/pgpcore/plugin.c
6328         * src/plugins/pgpinline/plugin.c
6329         * src/plugins/pgpmime/plugin.c
6330         * src/plugins/spamassassin/spamassassin.c
6331         * src/plugins/trayicon/trayicon.c
6332                 factorize some translatable strings (plugins-related),
6333                 fix missing punctuation in several places,
6334                 remove useless translatable \n in about.c,
6335                 and factorize plugin init code w/ a new function
6336                 check_plugin_version() in common/plugin.c.
6337                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6338
6339 2006-12-15 [wwp]        2.6.1cvs39
6340
6341         * src/plugins/bogofilter/bogofilter.c
6342         * src/plugins/bogofilter/bogofilter_gtk.c
6343                 flag whitelisted spams as spam, but don't filter it to the spam
6344                 folder. Thanks to Colin.
6345
6346 2006-12-15 [ticho]      2.6.1cvs38
6347
6348         * src/plugins/bogofilter/bogofilter.c
6349         * src/plugins/bogofilter/bogofilter.h
6350         * src/plugins/bogofilter/bogofilter_gtk.c
6351                 Add option to whitelist senders found in addressbook. Patch by colin.
6352
6353 2006-12-15 [paul]       2.6.1cvs37
6354
6355         * src/folderview.c
6356                 add missing #include "log.h"
6357
6358 2006-12-15 [paul]       2.6.1cvs36
6359
6360         * src/plugins/bogofilter/bogofilter.c
6361         * src/plugins/bogofilter/bogofilter.h
6362         * src/plugins/bogofilter/bogofilter_gtk.c
6363                 Add an option to allow inserting an
6364                 X-Claws-Bogosity header (on MH folders
6365                 only). Patch by Colin
6366
6367 2006-12-14 [colin]      2.6.1cvs35
6368
6369         * src/main.c
6370                 "Yes" should be the default choice for
6371                 migration configuration
6372
6373 2006-12-14 [paul]       2.6.1cvs34
6374
6375         * src/prefs_summaries.c
6376         * manual/advanced.xml
6377                 Unhide mark_as_read_delay
6378
6379 2006-12-14 [paul]       2.6.1cvs33
6380
6381         * src/messageview.c
6382         * src/messageview.h
6383         * src/mimeview.c
6384         * src/mimeview.h
6385         * src/summaryview.c
6386         * src/textview.c
6387         * src/textview.h
6388                 Fix printing of selection
6389                 Fix printing of message parts
6390                 Fix printing of images
6391         * src/gtk/gtksourceprintjob.c
6392                 Fix page count when there are images
6393
6394 2006-12-14 [wwp]        2.6.1cvs32
6395
6396         * src/mainwindow.c
6397         * src/summaryview.c
6398         * src/summaryview.h
6399         * src/gtk/quicksearch.c
6400                 fix quicksearch 'magnify' button status when QS is closed
6401                 using the Escape key, thanks to Colin.
6402
6403 2006-12-14 [wwp]        2.6.1cvs31
6404
6405         * src/mainwindow.c
6406         * src/summaryview.c
6407         * src/summaryview.h
6408         * src/gtk/quicksearch.c
6409                 fix quicksearch 'magnify' button status when QS is closed
6410                 using the Escape key, thanks to Colin.
6411
6412 2006-12-13 [colin]      2.6.1cvs30
6413
6414         * src/ldapquery.c
6415         * src/ldaputil.c
6416                 Use the binary safe version of ldap_get_values,
6417                 to make sure we manipulate null-terminated 
6418                 strings. Maybe fixes bug 1075, 'claws mail 
6419                 segfault when completing ldap adresses'
6420         * src/syldap.c ** REMOVED **
6421         * src/syldap.h ** REMOVED **
6422                 Remove dead files
6423
6424 2006-12-13 [mones]      2.6.1cvs29
6425
6426         * po/es.po
6427                 Fixed piped strings, fixed click translation
6428
6429 2006-12-13 [paul]       2.6.1cvs28
6430
6431         * src/main.c
6432                 don't translate these strings
6433
6434 2006-12-13 [paul]       2.6.1cvs27
6435
6436         * po/en_GB.po
6437                 updated
6438
6439 2006-12-13 [colin]      2.6.1cvs26
6440
6441         * src/main.c
6442         * src/main.h
6443                 Add claws_is_starting()
6444
6445 2006-12-13 [mones]      2.6.1cvs25
6446
6447         * manual/es/advanced.xml
6448         * po/es.po
6449                 Synced manual and updated translation
6450
6451 2006-12-12 [colin]      2.6.1cvs24
6452
6453         * src/wizard.c
6454                 Add an option to use STARTTLS in the
6455                 welcome wizard. Fixes bug 1080, 
6456                 'Using SSL option in wizard for incoming 
6457                 server does not activate SSL with STARTTLS'
6458
6459 2006-12-12 [colin]      2.6.1cvs23
6460
6461         * src/main.c
6462                 Don't exit when there's an incomplete
6463                 mailbox configured - leaves a chance 
6464                 to fix a failing IMAP account. Exit
6465                 if no mailbox at all is loaded (case
6466                 of missing plugin).
6467                 Completes bug 1077's fix (I was wrong
6468                 in this bug's comment #3).
6469
6470 2006-12-12 [colin]      2.6.1cvs22
6471
6472         * src/gtk/menu.h
6473                 Add another menu data type
6474         * src/prefs_account.c
6475                 Complete the completion of bug 1076
6476                 (doesn't lose the pref on apply)
6477
6478 2006-12-12 [paul]       2.6.1cvs21
6479
6480         * src/prefs_account.c
6481                 complete the fix of bug 1076
6482                 also be more verbose with the text
6483
6484 2006-12-12 [paul]       2.6.1cvs20
6485
6486         * src/gtk/combobox.c
6487                 fix compilation warning
6488
6489 2006-12-11 [colin]      2.6.1cvs19
6490
6491         * src/wizard.c
6492                 Document :port in server entry tooltips
6493
6494 2006-12-11 [colin]      2.6.1cvs18
6495
6496         * src/main.c
6497                 Fix compile
6498
6499 2006-12-11 [colin]      2.6.1cvs17
6500
6501         * src/main.c
6502                 Add failing IMAP as a reason for no
6503                 mailbox
6504
6505 2006-12-11 [colin]      2.6.1cvs16
6506
6507         * src/prefs_account.c
6508                 Check for existence of inbox for local
6509                 accounts too
6510         * src/wizard.c
6511                 Allow setting the port to use for servers
6512                 by using the usual "server.example.com:port"
6513                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6514                 not start when IMAP server is unavailable'
6515
6516 2006-12-11 [colin]      2.6.1cvs15
6517
6518         * src/prefs_account.c
6519                 Prevent use of non-existing default inbox
6520
6521 2006-12-11 [colin]      2.6.1cvs14
6522
6523         * src/prefs_account.c
6524                 Fix sensitivity. Fixes bug 1076, 'privacy 
6525                 options are displayed even when pgp plugin 
6526                 not loaded / available'
6527
6528 2006-12-09 [colin]      2.6.1cvs13
6529
6530         * manual/advanced.xml
6531         * src/prefs_common.c
6532         * src/prefs_common.h
6533         * src/common/ssl_certificate.c
6534                 Add a new hidden preference, 'unsafe_ssl_certs',
6535                 which allows to store multiple certificates per
6536                 server/port. This is disabled by default because
6537                 it's less secure (presenting a new certificate
6538                 instead of a changed one raises less alarms).
6539                 This will cause Claws to ask about an unknown
6540                 certificate for people who have used 2.6.1cvs8
6541                 or greater.
6542
6543 2006-12-09 [colin]      2.6.1cvs12
6544
6545         * src/action.c
6546                 Fix cache updating after action
6547
6548 2006-12-07 [wwp]        2.6.1cvs11
6549
6550         * src/compose.c
6551                 fix email address comparison when replying to all
6552                 (avoid replying to ourselves), thanks to Colin.
6553
6554 2006-12-06 [paul]       2.6.1cvs10
6555
6556         * src/addrharvest.c
6557         * src/editldap.c
6558         * src/expldifdlg.c
6559         * src/news.c
6560         * src/toolbar.c
6561         * src/common/utils.c
6562                 ...and more renaming
6563                 Thanks to Colin
6564
6565 2006-12-06 [paul]       2.6.1cvs9
6566
6567         * src/compose.c
6568         * src/messageview.c
6569         * src/procheader.c
6570         * src/procmime.c
6571         * src/procmsg.c
6572         * src/textview.c
6573                 more renaming
6574                 Thanks to Colin
6575
6576 2006-12-06 [colin]      2.6.1cvs8
6577
6578         * src/ssl_manager.c
6579         * src/common/ssl_certificate.c
6580         * src/common/ssl_certificate.h
6581                 Handle multiple certificates per host/port
6582
6583 2006-12-06 [colin]      2.6.1cvs7
6584
6585         * src/etpan/imap-thread.c
6586                 Fix certificate checking on IMAP
6587
6588 2006-12-06 [colin]      2.6.1cvs6
6589
6590         * src/folderview.c
6591                 Fix bug 1072, 'Claws stops fetching newsgroups 
6592                 from server when newsgroup got deleted': continue
6593                 checking other groups
6594
6595 2006-12-05 [wwp]        2.6.1cvs5
6596
6597         * src/message_search.c
6598         * src/summary_search.c
6599         * src/gtk/combobox.c
6600         * src/gtk/combobox.h
6601         * src/gtk/gtkutils.c
6602         * src/gtk/gtkutils.h
6603                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6604                 behave like w/ old comboboxes (summary and message search only).
6605
6606 2006-12-05 [paul]       2.6.1cvs4
6607
6608         * src/wizard.c
6609                 encode headers
6610                 Thanks to Colin
6611
6612 2006-12-05 [paul]       2.6.1cvs3
6613
6614         * tools/README
6615         * tools/textviewer.pl
6616                 script updated and description added
6617
6618 2006-12-04 [colin]      2.6.1cvs2
6619
6620         * src/compose.c
6621                 Run pre-send hook only when checking
6622                 everything
6623
6624 2006-12-04 [paul]       2.6.1cvs1
6625
6626         * NEWS
6627         * README
6628         * RELEASE_NOTES
6629         * configure.ac
6630         * tools/README
6631                 bump up version number following stable release
6632
6633 2006-12-04 [paul]       2.6.0cvs83
6634
6635         * README
6636                 updates and corrections
6637
6638 2006-12-04 [colin]      2.6.0cvs82
6639
6640         * src/common/utils.c
6641                 Probably fix bug 1066, 'Incorrect mailbox 
6642                 size displayed'
6643
6644 2006-12-04 [colin]      2.6.0cvs81
6645
6646         * src/common/utils.c
6647                 Trim tabs from mailcap file too.
6648
6649 2006-12-02 [paul]       2.6.0cvs80
6650
6651         * src/exphtmldlg.c
6652                 fix broken GUI under certain languages
6653         * src/expldifdlg.c
6654                 put the Cancel button to the right
6655
6656 2006-12-01 [paul]       2.6.0cvs79
6657
6658         * tools/Makefile.am
6659                 remove reference to removed file
6660
6661 2006-12-01 [wwp]        2.6.0cvs78
6662
6663         * src/addressbook.c
6664         * src/editaddress.c
6665                 remove forgotten debug statements.
6666
6667 2006-12-01 [wwp]        2.6.0cvs77
6668
6669         * manual/advanced.xml
6670         * manual/fr/advanced.xml
6671         * src/addressbook.c
6672         * src/addressbook.h
6673         * src/addressitem.h
6674         * src/editaddress.c
6675         * src/editaddress.h
6676         * src/prefs_common.c
6677         * src/prefs_common.h
6678         * src/gtk/gtkutils.c
6679         * src/gtk/gtkutils.h
6680                 add a hidden option to allow embedding the editaddress (edit contact details)
6681                 dialog into the addressbook's window. This doesn't change the default
6682                 behaviour.
6683
6684 2006-12-01 [wwp]        2.6.0cvs76
6685
6686         * src/message_search.c
6687         * src/summary_search.c
6688                 fix more focus issues (don't set focus to combobox's entry widget when
6689                 entry's value changed, if entry widget has focus already).
6690
6691 2006-12-01 [wwp]        2.6.0cvs75
6692
6693         * src/gtk/quicksearch.c
6694                 revert last changes to the quicksearch gtk_combo_box, this needs more
6695                 tuning and testing.
6696
6697 2006-12-01 [paul]       2.6.0cvs74
6698
6699         * tools/kdeservicemenu/README
6700         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6701         * tools/kdeservicemenu/install.sh
6702         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6703         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6704                 simplify this stuff, and in so doing,
6705                 fix it. (possibly re-extend it again at
6706                 a later date)
6707
6708 2006-12-01 [wwp]        2.6.0cvs73
6709
6710         * src/gtk/quicksearch.c
6711                 adapt quicksearch code to use modern gtk_combo_box'es.
6712
6713 2006-12-01 [wwp]        2.6.0cvs72
6714
6715         * src/common/defs.h
6716         * src/prefs_common.c
6717         * src/prefs_common.h
6718         * src/message_search.c
6719         * src/summary_search.c
6720         * src/gtk/combobox.c
6721         * src/gtk/combobox.h
6722                 add history combos to all message and summary search fields.
6723
6724 2006-12-01 [wwp]        2.6.0cvs71
6725
6726         * src/summaryview.c
6727                 As the list may change while the mark as read delay
6728                 runs, we can't rely on the 'row' pointer, which can
6729                 be invalid when the timeout is called. As the mark
6730                 as read is only done if the message is still selected,
6731                 use summaryview->selected instead. Thanks to Colin.
6732
6733 2006-11-30 [paul]       2.6.0cvs70
6734
6735         * src/textview.c
6736                 give emphasis to "Sylpheed-Claws"
6737                 as well as "Claws Mail"
6738
6739 2006-11-30 [colin]      2.6.0cvs69
6740
6741         * src/wizard.c
6742                 Put the SSL checkboxes in the receiving
6743                 and sending server pages.
6744
6745 2006-11-29 [colin]      2.6.0cvs68
6746
6747         * src/gtk/gtkutils.c
6748         * src/gtk/gtkvscrollbutton.c
6749                 Revert some deprecated fixes - they seem to
6750                 deprecate stuff as soon as a new one gets out.
6751                 g_object_ref_sink needed glib-2.10.
6752
6753 2006-11-29 [colin]      2.6.0cvs67
6754
6755         * src/common/utils.c
6756                 Create .mailcap if it doesn't exist
6757
6758 2006-11-29 [colin]      2.6.0cvs66
6759
6760         * src/compose.c
6761                 Followup to cvs60: use original list
6762                 of recipients if replying to a mail
6763                 in Sent Drafts or Queue.
6764
6765 2006-11-27 [paul]       2.6.0cvs65
6766
6767         * src/image_viewer.c
6768                 revert the last change for now (it's broken)
6769
6770 2006-11-27 [paul]       2.6.0cvs64
6771
6772         * Makefile.am
6773         * configure.ac
6774         * m4/aclocal-include.m4
6775         * m4/check-type.m4
6776         * src/Makefile.am
6777         * src/addr_compl.c
6778         * src/compose.c
6779         * src/crash.c
6780         * src/export.c
6781         * src/exporthtml.c
6782         * src/exportldif.c
6783         * src/imap.c
6784         * src/import.c
6785         * src/main.c
6786         * src/main.h
6787         * src/matcher.c
6788         * src/mimeview.c
6789         * src/procmsg.c
6790         * src/textview.c
6791         * src/common/Makefile.am
6792         * src/common/claws.c
6793         * src/common/claws.h
6794         * src/common/ssl.c
6795         * src/common/sylpheed.c
6796         * src/common/sylpheed.h
6797         * src/etpan/Makefile.am
6798         * src/gtk/Makefile.am
6799         * src/gtk/claws-marshal.list
6800         * src/gtk/filesel.c
6801         * src/gtk/gtksctree.c
6802         * src/gtk/quicksearch.c
6803         * src/gtk/sylpheed-marshal.list
6804         * src/plugins/bogofilter/bogofilter.c
6805         * src/plugins/bogofilter/bogofilter_gtk.c
6806         * src/plugins/clamav/clamav_plugin.c
6807         * src/plugins/clamav/clamav_plugin_gtk.c
6808         * src/plugins/demo/demo.c
6809         * src/plugins/dillo_viewer/dillo_viewer.c
6810         * src/plugins/pgpcore/Makefile.am
6811         * src/plugins/pgpcore/claws.def
6812         * src/plugins/pgpcore/pgp_viewer.c
6813         * src/plugins/pgpcore/plugin.c
6814         * src/plugins/pgpcore/sylpheed.def
6815         * src/plugins/pgpinline/Makefile.am
6816         * src/plugins/pgpinline/claws.def
6817         * src/plugins/pgpinline/plugin.c
6818         * src/plugins/pgpinline/sylpheed.def
6819         * src/plugins/pgpmime/Makefile.am
6820         * src/plugins/pgpmime/claws.def
6821         * src/plugins/pgpmime/plugin.c
6822         * src/plugins/pgpmime/sylpheed.def
6823         * src/plugins/spamassassin/spamassassin.c
6824         * src/plugins/spamassassin/spamassassin_gtk.c
6825         * src/plugins/trayicon/trayicon.c
6826                 yet more renaming
6827                 remove deprecated gtk_tooltips_set_delay()
6828
6829 2006-11-26 [paul]       2.6.0cvs63
6830
6831         * src/expldifdlg.c
6832         * src/folderview.c
6833         * src/image_viewer.c
6834         * src/mainwindow.c
6835         * src/gtk/gtkutils.c
6836         * src/gtk/gtkvscrollbutton.c
6837         * src/gtk/prefswindow.c
6838         * src/plugins/pgpcore/prefs_gpg.c
6839                 replace more deprecated GTK+ functions
6840
6841 2006-11-26 [paul]       2.6.0cvs62
6842
6843         * src/addr_compl.c
6844         * src/addressbook.c
6845         * src/browseldap.c
6846                 replace deprecated gtk_idle_... functions
6847
6848 2006-11-26 [paul]       2.6.0cvs61
6849
6850         * src/compose.c
6851         * src/folderview.c
6852         * src/inc.c
6853         * src/summaryview.c
6854         * src/gtk/gtkvscrollbutton.c
6855         * src/gtk/quicksearch.c
6856         * src/plugins/pgpcore/passphrase.c
6857                 replace deprecated gtk_timeout_add and
6858                 gtk_timeout_remove
6859
6860 2006-11-26 [paul]       2.6.0cvs60
6861
6862         * src/compose.c
6863                 fix bug that caused the wrong recipient
6864                 to be selected when replying to a msg
6865                 which is From one of our accounts to
6866                 another of our accounts
6867
6868 2006-11-25 [paul]       2.6.0cvs59
6869
6870         * src/summaryview.c
6871                 don't change the From column title to
6872                 To if the To column is visible
6873
6874 2006-11-24 [paul]       2.6.0cvs58
6875
6876         * src/compose.c
6877                 fix bug 1069, 'Sent mails disappear, BCC
6878                 or locking problem?'
6879
6880 2006-11-21 [wwp]        2.6.0cvs57
6881
6882         * src/compose.c
6883                 fix spelling menu when replying (same as 2.3.1cvs39):
6884                 discrepancy between context menu and top menu when
6885                 folder's dictionary isn't the default one.
6886
6887 2006-11-19 [paul]       2.6.0cvs56
6888
6889         * src/summaryview.c
6890                 obey always_show_msg option when
6891                 marking as spam
6892         * src/plugins/bogofilter/bogofilter.c
6893                 fix typo
6894
6895 2006-11-18 [paul]       2.6.0cvs55
6896
6897         * AUTHORS
6898         * README
6899         * debian/copyright
6900         * manual/ack.xml
6901         * manual/es/ack.xml
6902         * manual/fr/ack.xml
6903         * manual/pl/ack.xml
6904         * src/gtk/authors.h
6905         * src/gtk/icon_legend.c
6906         * src/gtk/icon_legend.h
6907         * tools/OOo2claws-mail.pl
6908         * tools/README
6909         * tools/acroread2claws-mail.pl
6910         * tools/claws.i18n.status.pl
6911         * tools/filter_conv.pl
6912         * tools/filter_conv_new.pl
6913         * tools/freshmeat_search.pl
6914         * tools/google_search.pl
6915         * tools/kmail2claws-mail.pl
6916         * tools/kmail2claws-mail_v2.pl
6917         * tools/maildir2claws-mail.pl
6918         * tools/make.themes.project
6919         * tools/multiwebsearch.pl
6920         * tools/outlook2claws-mail.pl
6921         * tools/tb2claws-mail
6922         * tools/kdeservicemenu/README
6923         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6924                 update mine and wwp's email addresses in
6925                 several places
6926                 Patch by wwp
6927         * src/prefs_compose_writing.c
6928                 set sensitivity on 'new message format' frame
6929
6930 2006-11-17 [paul]       2.6.0cvs54
6931
6932         * src/gtk/about.c
6933                 more reworking of the GUI
6934                 Patch by Fabien Vantard
6935
6936 2006-11-16 [paul]       2.6.0cvs53
6937
6938         * src/gtk/about.c
6939                 set a minimum size for the window, allow
6940                 it to automatically expand as necessary
6941
6942 2006-11-16 [wwp]        2.6.0cvs52
6943
6944         * src/gtk/about.c
6945                 better wrap of copyright info on some systems.
6946
6947 2006-11-16 [paul]       2.6.0cvs51
6948
6949         * src/gtk/about.c
6950                 move the tech info from the upper panel
6951                 to the Info tab
6952                 use a gtk_text_view for the features tab
6953
6954 2006-11-16 [paul]       2.6.0cvs50
6955
6956         * po/Makevars
6957                 update my email address
6958         * src/addressbook.c
6959         * src/compose.c
6960         * src/imap_gtk.c
6961         * src/mh_gtk.c
6962         * src/news_gtk.c
6963         * src/summaryview.c
6964         * src/plugins/trayicon/trayicon.c
6965                 don't offer simple menu separators
6966                 for translation
6967         * src/folderview.c
6968                 add separator between 'mark all read'
6969                 and 'search folder'
6970
6971 2006-11-15 [wwp]        2.6.0cvs49
6972
6973         * src/gtk/authors.h
6974                 updated manuals authors.
6975
6976 2006-11-14 [paul]       2.6.0cvs48
6977
6978         * src/compose.c
6979                 Fix Options/Reply mode after draft save
6980
6981 2006-11-14 [paul]       2.6.0cvs47
6982
6983         * src/Makefile.am
6984                 Fix make DESTDIR=...
6985         * src/mbox.c
6986                 Optimise speed
6987         * src/plugins/pgpinline/pgpinline.c
6988                 Probably fix bug 1061
6989
6990 2006-11-14 [paul]       2.6.0cvs46
6991
6992         * po/Makevars
6993                 enable Q_ macro
6994         * src/Makefile.am
6995         * src/stock_pixmap.c
6996         * src/stock_pixmap.h
6997         * src/gtk/about.c
6998         * src/pixmaps/active.xpm
6999         * src/pixmaps/inactive.xpm
7000                 add a new page, 'Features', to the About dialog
7001                 showing which features are compiled in and which
7002                 are not
7003
7004 2006-11-14 [paul]       2.6.0cvs45
7005
7006         * po/ru.po
7007                 updated by Pavlo Bohmat
7008
7009 2006-11-14 [colin]      2.6.0cvs44
7010
7011         * src/compose.c
7012         * src/inc.c
7013         * src/messageview.c
7014         * src/news.c
7015         * src/pop.c
7016         * src/procmsg.c
7017         * src/gtk/gtkaspell.c
7018                 Fix 64-bit-related warnings
7019         * src/ssl_manager.c
7020                 Fix possible infinite loop
7021         * src/plugins/pgpcore/sgpgme.c
7022                 Remove useless check
7023
7024 2006-11-13 [colin]      2.6.0cvs43
7025
7026         * src/gtk/Makefile.am
7027                 authors.h isn't generated
7028
7029 2006-11-13 [colin]      2.6.0cvs42
7030
7031         * src/plugins/pgpinline/pgpinline.c
7032         * src/plugins/pgpmime/pgpmime.c
7033                 Very probably fix bug 1061, 'crash on 
7034                 opening signed email'. Another cast
7035                 problem
7036
7037 2006-11-13 [colin]      2.6.0cvs41
7038
7039         * src/plugins/pgpcore/sgpgme.c
7040                 Maybe fix bug 1061, 'crash on opening 
7041                 signed email'
7042
7043 2006-11-13 [wwp]        2.6.0cvs40
7044
7045         * src/plugins/pgpinline/pgpinline.c
7046                 fix candidate for bug #1057, thanks to Colin.
7047
7048 2006-11-13 [wwp]        2.6.0cvs39
7049
7050         * src/compose.c
7051         * src/quote_fmt_parse.y
7052                 fix bug 1052: current parser buffer was not always 
7053                 allocated, ptr to this buffer could be returned as 
7054                 NULL whereas no parser error has occurred. in 
7055                 consequence, defining a template body as "%d" 
7056                 (w/o the quotes) for the first time of the instance 
7057                 of claws-mail, was reporting a parser error. make 
7058                 sure that the buffer is always allocated, even to 
7059                 an empty string.
7060                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7061                 unescaping of the fmt string was always done 
7062                 whereas it must be done *only* when receiving 
7063                 quote format strings issued from the prefs 
7064                 (compose new message, reply, forward, redirect 
7065                 formats), *not* when applying templates.  in 
7066                 consequences, applying templates w/ sequences 
7067                 like \\|p{echo} were failing. make sure that 
7068                 unescaping is done only when necessary.
7069
7070 2006-11-12 [colin]      2.6.0cvs38
7071
7072         * po/de.po
7073                 Fix typo (s/KB/MB)
7074
7075 2006-11-12 [colin]      2.6.0cvs37
7076
7077         * src/plugins/pgpinline/pgpinline.c
7078         * src/plugins/pgpmime/pgpmime.c
7079                 Release GPG context at the latest 
7080                 possible moment. Maybe fixes 
7081                 bug 1057, 'crash on sending signed 
7082                 message to a newsgroup'
7083                 
7084
7085 2006-11-12 [colin]      2.6.0cvs36
7086
7087         * src/plugins/pgpcore/sgpgme.c
7088                 Tell a bit more when gpg's status doesn't
7089                 contain any signature
7090
7091 2006-11-12 [colin]      2.6.0cvs35
7092
7093         * src/compose.c
7094                 Fix bug 1060, 'compilation error with 
7095                 Irix's cc'
7096
7097 2006-11-12 [paul]       2.6.0cvs34
7098
7099         * doc/man/claws-mail.1
7100         * src/prefs_gtk.c
7101         * src/plugins/clamav/README
7102         * src/plugins/spamassassin/README
7103         * tools/README
7104         * tools/freshmeat_search.pl
7105         * tools/google_search.pl
7106         * tools/multiwebsearch.pl
7107                 more renaming
7108         * src/plugins/trayicon/trayicon.c
7109                 fix compiliation warning
7110
7111 2006-11-11 [colin]      2.6.0cvs33
7112
7113         * src/folderview.c
7114                 Forbid drag and drop from/to different
7115                 folders of type F_UNKNOWN
7116
7117 2006-11-11 [colin]      2.6.0cvs32
7118
7119         * src/plugins/pgpinline/pgpinline.c
7120                 Fix typo in previous commit:
7121                 - gpgme_new(&ctx);
7122                 + if ((err = gpgme_new(&data->ctx)) ...)
7123
7124 2006-11-11 [colin]      2.6.0cvs31
7125
7126         * src/plugins/pgpinline/pgpinline.c
7127         * src/plugins/pgpmime/pgpmime.c
7128                 Check success after calling gpgme_new
7129                 Maybe fixes bug 1057, 'crash on sending 
7130                 signed message to a newsgroup'
7131
7132 2006-11-11 [colin]      2.6.0cvs30
7133
7134         * src/undo.c
7135                 init undostruct to 0s (from
7136                 valgrind log of bug 1057)
7137
7138 2006-11-10 [colin]      2.6.0cvs29
7139
7140         * src/mainwindow.c
7141                 Set cursor to wait before filtering
7142                 duplicates in all folders
7143         * src/plugins/bogofilter/bogofilter.c
7144         * src/plugins/bogofilter/bogofilter.h
7145         * src/plugins/bogofilter/bogofilter_gtk.c
7146                 Completely thread away the bogofilter
7147                 filtering
7148
7149 2006-11-10 [mones]      2.6.0cvs28
7150
7151         * src/compose.c
7152         * src/compose.h
7153                 added COMPOSE_CHECK_BEFORE_SEND hook
7154
7155 2006-11-10 [paul]       2.6.0cvs27
7156
7157         * src/crash.c
7158                 more renaming
7159                 add libSM to get_compiled_in_features()
7160         * src/main.c
7161                 more renaming
7162
7163 2006-11-10 [colin]      2.6.0cvs26
7164
7165         * src/etpan/imap-thread.c
7166                 Add a reference to libetpan's sasl engine
7167                 so that sasl_done() doesn't get called by
7168                 libetpan, and doesn't break openssl.
7169                 Should fix bug 1053, 'SC fails to reestablish 
7170                 a secure connection'
7171                 Patch by Hoa
7172
7173 2006-11-10 [colin]      2.6.0cvs25
7174
7175         * manual/addrbook.xml
7176         * manual/advanced.xml
7177         * manual/faq.xml
7178         * manual/intro.xml
7179                 Some more renaming
7180
7181 2006-11-09 [colin]      2.6.0cvs24
7182
7183         * src/plugins/bogofilter/bogofilter_gtk.c
7184                 Add comment about annoyance
7185
7186 2006-11-09 [colin]      2.6.0cvs23
7187
7188         * src/plugins/bogofilter/bogofilter.c
7189         * src/plugins/bogofilter/bogofilter_gtk.c
7190                 Prepare things needed to thread bogofilter
7191                 filtering: separate bogo stuff and possible GUI
7192                 stuff. 
7193
7194 2006-11-09 [colin]      2.6.0cvs22
7195
7196         * src/account.c
7197         * src/compose.c
7198                 Search for one of our accounts in Delivered-To
7199                 (helps for auto-account selection when 
7200                  replying/forwarding)
7201         * src/folderview.c
7202         * src/mainwindow.c
7203         * src/mainwindow.h
7204         * src/plugins/trayicon/trayicon.c
7205                 Allow opening a new mail with any account from
7206                 the contextual menu
7207
7208 2006-11-09 [wwp]        2.6.0cvs21
7209
7210         * src/compose.c
7211         * src/prefs_common.c
7212         * src/prefs_common.h
7213         * src/prefs_compose_writing.c
7214                 add a compose new message format (in prefs/compose/writing), it's a
7215                 simple subject+body template to use when opening a new composition
7216                 window. It's similar to the existent reply and forward formats.
7217
7218                 enhanced the template/format % symbols substitution mechanism to
7219                 use current composition window information when % are used in
7220                 the compose new message format or in templates applied to new
7221                 messages (there were useless in that situations before). When
7222                 applied to new messages, %d corresponds to the system time/date.
7223
7224 2006-11-09 [paul]       2.6.0cvs20
7225
7226         * src/gtk/authors.h
7227                 fix last commit
7228
7229 2006-11-09 [paul]       2.6.0cvs19
7230
7231         * src/gtk/authors.h
7232                 keep tje alphabetical order
7233
7234 2006-11-08 [colin]      2.6.0cvs18
7235
7236         * src/etpan/imap-thread.c
7237                 Fix bug 1054, 'Slowness logging big 
7238                 data chunks'
7239
7240 2006-11-08 [paul]       2.6.0cvs17
7241
7242         * tools/Makefile.am
7243                 fix the renaming
7244
7245 2006-11-08 [paul]       2.6.0cvs16
7246
7247         * src/common/defs.h
7248                 update BUGZILLA_URI
7249
7250 2006-11-08 [paul]       2.6.0cvs15
7251
7252         * tools/Makefile.am
7253         * tools/OOo2claws-mail.pl
7254         * tools/OOo2sylpheed.pl
7255         * tools/README
7256         * tools/acroread2claws-mail.pl
7257         * tools/acroread2sylpheed.pl
7258         * tools/kmail2claws-mail.pl
7259         * tools/kmail2claws-mail_v2.pl
7260         * tools/kmail2sylpheed.pl
7261         * tools/kmail2sylpheed_v2.pl
7262         * tools/maildir2claws-mail.pl
7263         * tools/maildir2sylpheed.pl
7264         * tools/nautilus2claws-mail.sh
7265         * tools/nautilus2sylpheed.sh
7266         * tools/outlook2claws-mail.pl
7267         * tools/outlook2sylpheed.pl
7268         * tools/tb2claws-mail
7269         * tools/tb2sylpheed
7270         * tools/tbird2claws.py
7271         * tools/tbird2syl.py
7272         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7273         * tools/kdeservicemenu/install.sh
7274         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7275         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7276         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7277         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7278         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7279                 renamed (removed, added) tools files
7280
7281 2006-11-08 [paul]       2.6.0cvs14
7282
7283         * src/main.c
7284         * src/common/defs.h
7285                 Migrate sylpheedrc to clawsrc, and fix the standard
7286                 plugins path in the process
7287
7288 2006-11-07 [colin]      2.6.0cvs13
7289
7290         * src/Makefile.am
7291                 Symlink sylpheed-claws relative to 
7292                 claws-mail
7293
7294 2006-11-07 [colin]      2.6.0cvs12
7295
7296         * src/compose.c
7297                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7298
7299 2006-11-07 [paul]       2.6.0cvs11
7300
7301         * src/gtk/about.c
7302                 Fix a missed occurence of
7303                 Sylpheed-Claws
7304
7305 2006-11-07 [paul]       2.6.0cvs10
7306
7307         * src/Makefile.am
7308                 Fix symlink installation
7309
7310 2006-11-07 [paul]       2.6.0cvs9
7311
7312         * src/Makefile.am
7313                 Symlink claws-mail to sylpheed-claws
7314         * src/common/utils.c
7315                 Fix migrating symlinks
7316         * src/etpan/imap-thread.c
7317                 check certificate only when there's
7318                 no error
7319
7320 2006-11-07 [paul]       2.6.0cvs8
7321
7322         * Makefile.am
7323                 Fix icon breakages with Gtk, which needs a 
7324                 cache updated to see them.
7325
7326 2006-11-07 [paul]       2.6.0cvs7
7327
7328         * .cvsignore
7329         * AUTHORS
7330         * COPYING
7331         * INSTALL
7332         * Makefile.am
7333         * NEWS
7334         * README
7335         * RELEASE_NOTES
7336         * autogen.sh
7337         * claws-mail-128x128.png
7338         * claws-mail-64x64.png
7339         * claws-mail.ico
7340         * claws-mail.pc.in
7341         * claws-mail.png
7342         * configure.ac
7343         * sylpheed-claws-128x128.png
7344         * sylpheed-claws-64x64.png
7345         * sylpheed-claws.desktop
7346         * sylpheed-claws.ico
7347         * sylpheed-claws.pc.in
7348         * sylpheed-claws.png
7349         * debian/README.Debian
7350         * debian/changelog
7351         * debian/claws-mail.desktop
7352         * debian/claws-mail.menu
7353         * debian/claws-mail.postinst.debhelper
7354         * debian/claws-mail.postrm.debhelper
7355         * debian/control
7356         * debian/copyright
7357         * debian/files
7358         * debian/rules
7359         * debian/sylpheed-claws.desktop
7360         * debian/sylpheed-claws.menu
7361         * debian/sylpheed-claws.postinst.debhelper
7362         * debian/sylpheed-claws.postrm.debhelper
7363         * doc/man/Makefile.am
7364         * doc/man/claws-mail.1
7365         * doc/man/sylpheed-claws.1
7366         * doc/src/ChangeLog.claws-pre0.8.0
7367         * manual/Makefile.am
7368         * manual/account.xml
7369         * manual/ack.xml
7370         * manual/addrbook.xml
7371         * manual/advanced.xml
7372         * manual/claws-mail-manual.xml
7373         * manual/faq.xml
7374         * manual/glossary.xml
7375         * manual/handling.xml
7376         * manual/intro.xml
7377         * manual/keyboard.xml
7378         * manual/plugins.xml
7379         * manual/starting.xml
7380         * manual/sylpheed-claws-manual.xml
7381         * manual/xml2pdf
7382         * manual/dist/.cvsignore
7383         * manual/dist/html/.cvsignore
7384         * manual/dist/html/Makefile.am
7385         * manual/dist/pdf/.cvsignore
7386         * manual/dist/pdf/Makefile.am
7387         * manual/dist/ps/.cvsignore
7388         * manual/dist/ps/Makefile.am
7389         * manual/dist/txt/.cvsignore
7390         * manual/dist/txt/Makefile.am
7391         * manual/es/Makefile.am
7392         * manual/es/advanced.xml
7393         * manual/es/claws-mail-manual.xml
7394         * manual/es/faq.xml
7395         * manual/es/glossary.xml
7396         * manual/es/handling.xml
7397         * manual/es/intro.xml
7398         * manual/es/plugins.xml
7399         * manual/es/sylpheed-claws-manual.xml
7400         * manual/es/dist/.cvsignore
7401         * manual/es/dist/html/.cvsignore
7402         * manual/es/dist/html/Makefile.am
7403         * manual/es/dist/pdf/.cvsignore
7404         * manual/es/dist/pdf/Makefile.am
7405         * manual/es/dist/ps/.cvsignore
7406         * manual/es/dist/ps/Makefile.am
7407         * manual/es/dist/txt/.cvsignore
7408         * manual/es/dist/txt/Makefile.am
7409         * manual/fr/Makefile.am
7410         * manual/fr/account.xml
7411         * manual/fr/ack.xml
7412         * manual/fr/addrbook.xml
7413         * manual/fr/advanced.xml
7414         * manual/fr/claws-mail-manual.xml
7415         * manual/fr/faq.xml
7416         * manual/fr/glossary.xml
7417         * manual/fr/handling.xml
7418         * manual/fr/intro.xml
7419         * manual/fr/keyboard.xml
7420         * manual/fr/plugins.xml
7421         * manual/fr/starting.xml
7422         * manual/fr/sylpheed-claws-manual.xml
7423         * manual/fr/dist/.cvsignore
7424         * manual/fr/dist/html/.cvsignore
7425         * manual/fr/dist/html/Makefile.am
7426         * manual/fr/dist/pdf/.cvsignore
7427         * manual/fr/dist/pdf/Makefile.am
7428         * manual/fr/dist/ps/.cvsignore
7429         * manual/fr/dist/ps/Makefile.am
7430         * manual/fr/dist/txt/.cvsignore
7431         * manual/fr/dist/txt/Makefile.am
7432         * manual/pl/Makefile.am
7433         * manual/pl/account.xml
7434         * manual/pl/ack.xml
7435         * manual/pl/addrbook.xml
7436         * manual/pl/advanced.xml
7437         * manual/pl/claws-mail-manual.xml
7438         * manual/pl/faq.xml
7439         * manual/pl/glossary.xml
7440         * manual/pl/handling.xml
7441         * manual/pl/intro.xml
7442         * manual/pl/keyboard.xml
7443         * manual/pl/plugins.xml
7444         * manual/pl/starting.xml
7445         * manual/pl/sylpheed-claws-manual.xml
7446         * manual/pl/dist/.cvsignore
7447         * manual/pl/dist/html/.cvsignore
7448         * manual/pl/dist/html/Makefile.am
7449         * manual/pl/dist/pdf/.cvsignore
7450         * manual/pl/dist/pdf/Makefile.am
7451         * manual/pl/dist/ps/.cvsignore
7452         * manual/pl/dist/ps/Makefile.am
7453         * manual/pl/dist/txt/.cvsignore
7454         * manual/pl/dist/txt/Makefile.am
7455         * po/.cvsignore
7456         * po/Makevars
7457         * src/.cvsignore
7458         * src/Makefile.am
7459         * src/account.c
7460         * src/account.h
7461         * src/action.c
7462         * src/action.h
7463         * src/adbookbase.h
7464         * src/addr_compl.c
7465         * src/addr_compl.h
7466         * src/addrbook.c
7467         * src/addrcache.c
7468         * src/addrcache.h
7469         * src/addrcindex.c
7470         * src/addrcindex.h
7471         * src/addrclip.c
7472         * src/addrclip.h
7473         * src/addrdefs.h
7474         * src/addressadd.c
7475         * src/addressadd.h
7476         * src/addressbook.c
7477         * src/addressbook.h
7478         * src/addressbook_foldersel.c
7479         * src/addressbook_foldersel.h
7480         * src/addrgather.c
7481         * src/addrgather.h
7482         * src/addrharvest.c
7483         * src/addrharvest.h
7484         * src/addrindex.c
7485         * src/addrindex.h
7486         * src/addritem.c
7487         * src/addritem.h
7488         * src/addrquery.c
7489         * src/addrquery.h
7490         * src/addrselect.c
7491         * src/addrselect.h
7492         * src/alertpanel.c
7493         * src/alertpanel.h
7494         * src/browseldap.c
7495         * src/browseldap.h
7496         * src/codeconv.c
7497         * src/codeconv.h
7498         * src/compose.c
7499         * src/crash.c
7500         * src/crash.h
7501         * src/customheader.c
7502         * src/customheader.h
7503         * src/displayheader.c
7504         * src/displayheader.h
7505         * src/editaddress.c
7506         * src/editaddress.h
7507         * src/editbook.c
7508         * src/editbook.h
7509         * src/editgroup.c
7510         * src/editgroup.h
7511         * src/editjpilot.c
7512         * src/editjpilot.h
7513         * src/editldap.c
7514         * src/editldap.h
7515         * src/editldap_basedn.c
7516         * src/editldap_basedn.h
7517         * src/editvcard.c
7518         * src/editvcard.h
7519         * src/exphtmldlg.c
7520         * src/exphtmldlg.h
7521         * src/expldifdlg.c
7522         * src/expldifdlg.h
7523         * src/export.c
7524         * src/exporthtml.c
7525         * src/exporthtml.h
7526         * src/exportldif.c
7527         * src/exportldif.h
7528         * src/filtering.c
7529         * src/filtering.h
7530         * src/folder.c
7531         * src/folder.h
7532         * src/folder_item_prefs.c
7533         * src/folder_item_prefs.h
7534         * src/foldersel.c
7535         * src/foldersel.h
7536         * src/folderutils.c
7537         * src/folderutils.h
7538         * src/folderview.c
7539         * src/folderview.h
7540         * src/grouplistdialog.c
7541         * src/grouplistdialog.h
7542         * src/html.c
7543         * src/html.h
7544         * src/image_viewer.c
7545         * src/image_viewer.h
7546         * src/imap.c
7547         * src/imap.h
7548         * src/imap_gtk.c
7549         * src/imap_gtk.h
7550         * src/import.c
7551         * src/import.h
7552         * src/importldif.c
7553         * src/importldif.h
7554         * src/importmutt.c
7555         * src/importmutt.h
7556         * src/importpine.c
7557         * src/importpine.h
7558         * src/inc.c
7559         * src/inc.h
7560         * src/jpilot.c
7561         * src/jpilot.h
7562         * src/ldapctrl.c
7563         * src/ldapctrl.h
7564         * src/ldaplocate.c
7565         * src/ldaplocate.h
7566         * src/ldapquery.c
7567         * src/ldapquery.h
7568         * src/ldapserver.c
7569         * src/ldapserver.h
7570         * src/ldaputil.c
7571         * src/ldaputil.h
7572         * src/ldif.c
7573         * src/ldif.h
7574         * src/localfolder.c
7575         * src/localfolder.h
7576         * src/main.c
7577         * src/main.h
7578         * src/mainwindow.c
7579         * src/mainwindow.h
7580         * src/manual.c
7581         * src/manual.h
7582         * src/matcher.c
7583         * src/matcher.h
7584         * src/matcher_parser.h
7585         * src/matcher_parser_lex.l
7586         * src/matcher_parser_parse.y
7587         * src/mbox.c
7588         * src/mbox.h
7589         * src/message_search.c
7590         * src/message_search.h
7591         * src/messageview.c
7592         * src/messageview.h
7593         * src/mh.c
7594         * src/mh.h
7595         * src/mh_gtk.c
7596         * src/mh_gtk.h
7597         * src/mimeview.c
7598         * src/mimeview.h
7599         * src/msgcache.c
7600         * src/msgcache.h
7601         * src/mutt.c
7602         * src/mutt.h
7603         * src/news.c
7604         * src/news.h
7605         * src/news_gtk.c
7606         * src/news_gtk.h
7607         * src/noticeview.c
7608         * src/noticeview.h
7609         * src/partial_download.c
7610         * src/partial_download.h
7611         * src/pine.c
7612         * src/pine.h
7613         * src/pop.c
7614         * src/pop.h
7615         * src/prefs_account.c
7616         * src/prefs_account.h
7617         * src/prefs_actions.c
7618         * src/prefs_actions.h
7619         * src/prefs_common.c
7620         * src/prefs_common.h
7621         * src/prefs_compose_writing.c
7622         * src/prefs_compose_writing.h
7623         * src/prefs_customheader.c
7624         * src/prefs_customheader.h
7625         * src/prefs_display_header.c
7626         * src/prefs_display_header.h
7627         * src/prefs_ext_prog.c
7628         * src/prefs_ext_prog.h
7629         * src/prefs_filtering.c
7630         * src/prefs_folder_column.c
7631         * src/prefs_folder_column.h
7632         * src/prefs_folder_item.c
7633         * src/prefs_folder_item.h
7634         * src/prefs_fonts.c
7635         * src/prefs_fonts.h
7636         * src/prefs_gtk.c
7637         * src/prefs_gtk.h
7638         * src/prefs_image_viewer.c
7639         * src/prefs_image_viewer.h
7640         * src/prefs_matcher.c
7641         * src/prefs_matcher.h
7642         * src/prefs_message.c
7643         * src/prefs_message.h
7644         * src/prefs_msg_colors.c
7645         * src/prefs_msg_colors.h
7646         * src/prefs_other.c
7647         * src/prefs_other.h
7648         * src/prefs_quote.c
7649         * src/prefs_quote.h
7650         * src/prefs_receive.c
7651         * src/prefs_receive.h
7652         * src/prefs_send.c
7653         * src/prefs_send.h
7654         * src/prefs_spelling.c
7655         * src/prefs_spelling.h
7656         * src/prefs_summaries.c
7657         * src/prefs_summaries.h
7658         * src/prefs_summary_column.c
7659         * src/prefs_summary_column.h
7660         * src/prefs_template.c
7661         * src/prefs_template.h
7662         * src/prefs_themes.c
7663         * src/prefs_themes.h
7664         * src/prefs_toolbar.c
7665         * src/prefs_toolbar.h
7666         * src/prefs_wrapping.c
7667         * src/prefs_wrapping.h
7668         * src/privacy.c
7669         * src/privacy.h
7670         * src/procheader.c
7671         * src/procheader.h
7672         * src/procmime.c
7673         * src/procmime.h
7674         * src/procmsg.c
7675         * src/procmsg.h
7676         * src/quote_fmt.c
7677         * src/quote_fmt_parse.y
7678         * src/recv.c
7679         * src/recv.h
7680         * src/remotefolder.c
7681         * src/remotefolder.h
7682         * src/send_message.c
7683         * src/send_message.h
7684         * src/setup.c
7685         * src/setup.h
7686         * src/sourcewindow.c
7687         * src/sourcewindow.h
7688         * src/ssl_manager.c
7689         * src/ssl_manager.h
7690         * src/statusbar.c
7691         * src/statusbar.h
7692         * src/stock_pixmap.c
7693         * src/stock_pixmap.h
7694         * src/summary_search.c
7695         * src/summary_search.h
7696         * src/summaryview.c
7697         * src/summaryview.h
7698         * src/syldap.c
7699         * src/syldap.h
7700         * src/textview.c
7701         * src/textview.h
7702         * src/toolbar.c
7703         * src/toolbar.h
7704         * src/undo.c
7705         * src/undo.h
7706         * src/unmime.c
7707         * src/unmime.h
7708         * src/vcard.c
7709         * src/vcard.h
7710         * src/wizard.c
7711         * src/wizard.h
7712         * src/common/base64.c
7713         * src/common/base64.h
7714         * src/common/defs.h
7715         * src/common/hooks.c
7716         * src/common/hooks.h
7717         * src/common/log.c
7718         * src/common/log.h
7719         * src/common/mgutils.c
7720         * src/common/mgutils.h
7721         * src/common/nntp.c
7722         * src/common/nntp.h
7723         * src/common/passcrypt.c
7724         * src/common/passcrypt.h.in
7725         * src/common/plugin.c
7726         * src/common/plugin.h
7727         * src/common/prefs.c
7728         * src/common/prefs.h
7729         * src/common/progressindicator.c
7730         * src/common/progressindicator.h
7731         * src/common/quoted-printable.c
7732         * src/common/quoted-printable.h
7733         * src/common/session.c
7734         * src/common/session.h
7735         * src/common/smtp.c
7736         * src/common/smtp.h
7737         * src/common/socket.c
7738         * src/common/socket.h
7739         * src/common/ssl.c
7740         * src/common/ssl.h
7741         * src/common/stringtable.c
7742         * src/common/stringtable.h
7743         * src/common/sylpheed.c
7744         * src/common/sylpheed.h
7745         * src/common/template.c
7746         * src/common/template.h
7747         * src/common/timing.h
7748         * src/common/utils.c
7749         * src/common/utils.h
7750         * src/common/version.h.in
7751         * src/common/xml.c
7752         * src/common/xml.h
7753         * src/common/xmlprops.c
7754         * src/common/xmlprops.h
7755         * src/gtk/about.c
7756         * src/gtk/colorlabel.c
7757         * src/gtk/colorlabel.h
7758         * src/gtk/colorsel.c
7759         * src/gtk/colorsel.h
7760         * src/gtk/combobox.c
7761         * src/gtk/combobox.h
7762         * src/gtk/description_window.c
7763         * src/gtk/description_window.h
7764         * src/gtk/filesel.c
7765         * src/gtk/filesel.h
7766         * src/gtk/foldersort.c
7767         * src/gtk/foldersort.h
7768         * src/gtk/gtkaspell.c
7769         * src/gtk/gtkaspell.h
7770         * src/gtk/gtksctree.c
7771         * src/gtk/gtkshruler.c
7772         * src/gtk/gtkshruler.h
7773         * src/gtk/gtkutils.c
7774         * src/gtk/gtkutils.h
7775         * src/gtk/icon_legend.c
7776         * src/gtk/icon_legend.h
7777         * src/gtk/logwindow.c
7778         * src/gtk/logwindow.h
7779         * src/gtk/manage_window.c
7780         * src/gtk/manage_window.h
7781         * src/gtk/pluginwindow.c
7782         * src/gtk/pluginwindow.h
7783         * src/gtk/prefswindow.c
7784         * src/gtk/prefswindow.h
7785         * src/gtk/quicksearch.c
7786         * src/gtk/quicksearch.h
7787         * src/pixmaps/claws-mail.xpm
7788         * src/pixmaps/claws-mail_icon.xpm
7789         * src/pixmaps/claws-mail_logo.xpm
7790         * src/pixmaps/sylpheed-claws.xpm
7791         * src/pixmaps/sylpheed-claws_icon.xpm
7792         * src/pixmaps/sylpheed-claws_logo.xpm
7793         * src/plugins/bogofilter/Makefile.am
7794         * src/plugins/bogofilter/bogofilter.c
7795         * src/plugins/bogofilter/bogofilter.h
7796         * src/plugins/bogofilter/bogofilter_gtk.c
7797         * src/plugins/clamav/Makefile.am
7798         * src/plugins/clamav/clamav_plugin.c
7799         * src/plugins/clamav/clamav_plugin.h
7800         * src/plugins/clamav/clamav_plugin_gtk.c
7801         * src/plugins/demo/Makefile.am
7802         * src/plugins/demo/demo.c
7803         * src/plugins/dillo_viewer/Makefile.am
7804         * src/plugins/dillo_viewer/README
7805         * src/plugins/dillo_viewer/dillo_prefs.c
7806         * src/plugins/dillo_viewer/dillo_prefs.h
7807         * src/plugins/dillo_viewer/dillo_viewer.c
7808         * src/plugins/pgpcore/Makefile.am
7809         * src/plugins/pgpcore/passphrase.c
7810         * src/plugins/pgpcore/passphrase.h
7811         * src/plugins/pgpcore/pgp_viewer.c
7812         * src/plugins/pgpcore/pgp_viewer.h
7813         * src/plugins/pgpcore/plugin.c
7814         * src/plugins/pgpcore/prefs_gpg.c
7815         * src/plugins/pgpcore/prefs_gpg.h
7816         * src/plugins/pgpcore/select-keys.c
7817         * src/plugins/pgpcore/select-keys.h
7818         * src/plugins/pgpcore/sgpgme.c
7819         * src/plugins/pgpcore/sgpgme.h
7820         * src/plugins/pgpcore/sylpheed.def
7821         * src/plugins/pgpcore/version.rc
7822         * src/plugins/pgpinline/Makefile.am
7823         * src/plugins/pgpinline/pgpinline.c
7824         * src/plugins/pgpinline/pgpinline.h
7825         * src/plugins/pgpinline/plugin.c
7826         * src/plugins/pgpinline/sylpheed.def
7827         * src/plugins/pgpinline/version.rc
7828         * src/plugins/pgpmime/Makefile.am
7829         * src/plugins/pgpmime/pgpmime.c
7830         * src/plugins/pgpmime/pgpmime.h
7831         * src/plugins/pgpmime/plugin.c
7832         * src/plugins/pgpmime/sylpheed.def
7833         * src/plugins/pgpmime/version.rc
7834         * src/plugins/spamassassin/Makefile.am
7835         * src/plugins/spamassassin/README
7836         * src/plugins/spamassassin/spamassassin.c
7837         * src/plugins/spamassassin/spamassassin.h
7838         * src/plugins/spamassassin/spamassassin_gtk.c
7839         * src/plugins/trayicon/Makefile.am
7840         * src/plugins/trayicon/trayicon.c
7841         * tools/OOo2sylpheed.pl
7842         * tools/README
7843         * tools/README.sylprint
7844         * tools/acroread2sylpheed.pl
7845         * tools/claws.i18n.status.pl
7846         * tools/filter_conv.pl
7847         * tools/filter_conv_new.pl
7848         * tools/freshmeat_search.pl
7849         * tools/google_search.pl
7850         * tools/kmail2sylpheed.pl
7851         * tools/kmail2sylpheed_v2.pl
7852         * tools/make.themes.project
7853         * tools/multiwebsearch.pl
7854         * tools/nautilus2sylpheed.sh
7855         * tools/outlook2sylpheed.pl
7856         * tools/sylprint.pl
7857         * tools/sylprint.rc
7858         * tools/tb2sylpheed
7859         * tools/textviewer.sh
7860         * tools/vcard2xml.py
7861         * tools/kdeservicemenu/README
7862         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7863         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7864         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7865                 Change name to Claws Mail. Announce to follow...
7866
7867 2006-11-06 [wwp]        2.6.0cvs6
7868
7869         * src/prefs_template.c
7870                 unify messages related to quote format/template errors (fix
7871                 capitalization), again.
7872
7873 2006-11-06 [wwp]        2.6.0cvs5
7874
7875         * src/prefs_quote.c
7876                 unify messages related to quote format/template errors.
7877
7878 2006-11-06 [wwp]        2.6.0cvs4
7879
7880         * src/prefs_msg_colors.c
7881                 more uses of Q_ macro for contextual translations, thanks
7882                 to Fabien (fzzzzz).
7883
7884 2006-11-06 [wwp]        2.6.0cvs3
7885
7886         * src/compose.c
7887         * src/common/utils.c
7888         * src/common/utils.h
7889                 show an alertpanel to make sure users are aware that sensitive
7890                 files are attached (it's file blacklist-based). This will fix
7891                 interaction w/ GoogleEarth for instance, thanks to Colin.
7892
7893 2006-11-06 [wwp]        2.6.0cvs2
7894
7895         * src/prefs_quote.c
7896         * src/prefs_template.c
7897         * src/prefs_template.h
7898                 check quote format when applying/closing prefs. For now this only
7899                 shows up an error dialog box, not preventing the user from using
7900                 a broken quote (reply, forwards) format.
7901
7902 2006-11-06 [wwp]        2.6.0cvs1
7903
7904         * src/prefs_template.c
7905                 fix missing checks of some template fields.
7906
7907 2006-11-06 [paul]       2.6.0
7908
7909         * NEWS
7910         * README
7911         * RELEASE_NOTES
7912                 2.6.0 released
7913
7914 2006-11-06 [paul]       2.5.6cvs22
7915
7916         * manual/advanced.xml
7917         * manual/es/advanced.xml
7918                 put 'respect_flowed_format' info in the correct
7919                 place
7920
7921 2006-11-06 [mones]      2.5.6cvs21
7922
7923         * po/es.po
7924                 Minor fixes for release
7925
7926 2006-11-06 [paul]       2.5.6cvs20
7927
7928         * po/cs.po
7929         * po/de.po
7930         * po/fr.po
7931         * po/it.po
7932         * po/nl.po
7933         * po/pt_BR.po
7934         * po/sk.po
7935         * po/sv.po
7936         * po/zh_CN.po
7937                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7938                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7939                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7940                 Young
7941
7942 2006-11-02 [colin]      2.5.6cvs19
7943
7944         * src/imap.c
7945         * src/imap.h
7946         * src/prefs_account.c
7947         * src/etpan/imap-thread.c
7948                 Add GSSAPI support - fixes Debian bug #383274
7949
7950 2006-11-01 [colin]      2.5.6cvs18
7951
7952         * src/jpilot.c
7953                 Handle libpisock12 support. Probably
7954                 fixes bug 1046, 'jpilot AddressDB.pdb 
7955                 import fail'
7956
7957 2006-11-01 [colin]      2.5.6cvs17
7958
7959         * src/folderutils.c
7960                 debug_print() folderutils_mark_all_read()
7961
7962 2006-11-01 [colin]      2.5.6cvs16
7963
7964         * COPYING
7965                 Add missed files to the Apache exception
7966
7967 2006-10-31 [colin]      2.5.6cvs15
7968
7969         * src/folder.c
7970         * src/folder.h
7971                 Add a copy_private_data() func to FolderClasses
7972                 Doesn't break the feature freeze, because we 
7973                 won't use it (right now) in the core.
7974
7975 2006-10-31 [colin]      2.5.6cvs14
7976
7977         * COPYING
7978                 Allow linking with the Apache licensed files in
7979                 src/plugins/spamassassin. Hopefully fixes 
7980                 bug 1048, 'Spamassassin plugin license problem'
7981
7982 2006-10-31 [wwp]        2.5.6cvs13
7983
7984         * src/compose.c
7985                 fix and optimize trimming of leading linefeeds in body loop.
7986
7987 2006-10-31 [colin]      2.5.6cvs12
7988
7989         * src/etpan/imap-thread.c
7990         * src/imap.c
7991                 Make really sure to have NULL sets in case
7992                 of error
7993
7994 2006-10-30 [wwp]        2.5.6cvs11
7995
7996         * src/prefs_common.c
7997         * src/prefs_common.h
7998         * src/compose.c
7999                 fix broken storage of quote format template when it contains \-escape
8000                 sequences. The application of such sequences is also fixed now (\t
8001                 in quote format will be a real tab instead of a 't', for instance).
8002
8003 2006-10-27 [colin]      2.5.6cvs10
8004
8005         * src/compose.c
8006                 Probably fix bug 1045, 'sylpheed-claws 
8007                 doesn't remove the mail from the IMAP 
8008                 Queue folder after sending'. From
8009                 2.5.6cvs3-stable
8010
8011 2006-10-27 [colin]      2.5.6cvs9
8012
8013         * configure.ac
8014                 Require libetpan-0.48. I'm so annoying,
8015                 I know ;-)
8016
8017 2006-10-27 [colin]      2.5.6cvs8
8018
8019         * src/folder.c
8020         * src/imap.c
8021                 Probably fix bug 1044, 'sylpheed-claws 
8022                 segfaults while moving mails' - Fix relation
8023                 usage when moving to an IMAP mailbox from another
8024                 mailbox
8025
8026 2006-10-26 [paul]       2.5.6cvs7
8027
8028         * src/gtk/about.c
8029                 add libSM to compiled-in features
8030                 list
8031
8032 2006-10-24 [colin]      2.5.6cvs6
8033
8034         * src/textview.c
8035         * src/gtk/gtkutils.c
8036                 Fix crash when printing emails with an
8037                 xface
8038
8039 2006-10-24 [mones]      2.5.6cvs5
8040
8041         * manual/es/advanced.xml
8042                 Synchronize hidden option respect_flowed_format
8043         * po/es.po
8044                 Updated translation
8045
8046 2006-10-21 [paul]       2.5.6cvs4
8047
8048         * src/gtk/authors.h
8049         * src/plugins/pgpcore/pgp_viewer.c
8050         * src/plugins/pgpcore/sgpgme.c
8051                 fix building on BSDs
8052                 Thanks to Michael Hughes
8053                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8054
8055 2006-10-20 [colin]      2.5.6cvs3
8056
8057         * configure.ac
8058                 Bump up libetpan requirement
8059                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8060         * src/common/utils.c
8061         * src/common/utils.h
8062                 Add convenience get_file_mtime()
8063         * src/imap.c
8064         * src/etpan/imap-thread.c
8065         * src/etpan/imap-thread.h
8066                 Implement UIDPLUS support if the server
8067                 supports it - faster sending in this case
8068
8069 2006-10-19 [colin]      2.5.6cvs2
8070
8071         * src/gtk/quicksearch.c
8072                 Fix emptying in type-ahead+extended mode
8073         * src/mainwindow.c
8074         * src/mainwindow.h
8075                 Add a hook for offline state change
8076         * src/plugins/trayicon/trayicon.c
8077                 Use it to display offline icons
8078         * src/plugins/trayicon/Makefile.am
8079         * src/plugins/trayicon/newmail.offline.xpm
8080         * src/plugins/trayicon/newmarkedmail.offline.xpm
8081         * src/plugins/trayicon/nomail.offline.xpm
8082         * src/plugins/trayicon/unreadmail.offline.xpm
8083         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8084                 Add the icons
8085
8086 2006-10-12 [paul]       2.5.6cvs1
8087
8088         * NEWS
8089         * README
8090         * configure.ac
8091                 Update version number following
8092                 stable release
8093
8094 2006-10-19 [colin]      2.5.5cvs18
8095
8096         * manual/handling.xml
8097                 Add type-ahead search
8098
8099 2006-10-18 [colin]      2.5.5cvs17
8100
8101         * src/gtk/quicksearch.c
8102                 Remove "save to history only if there's
8103                 no syntax error", it breaks for some 
8104                 reason which I'll investigate later.
8105
8106 2006-10-18 [colin]      2.5.5cvs16
8107
8108         * src/prefs_common.c
8109         * src/prefs_common.h
8110         * src/summaryview.c
8111         * src/gtk/quicksearch.c
8112         * src/gtk/quicksearch.h
8113                 Add a type-ahead option for fast searches
8114                 Patch by Fabien Vantard
8115
8116 2006-10-18 [colin]      2.5.5cvs15
8117
8118         * src/compose.c
8119         * src/compose.h
8120                 Add Options/Reply mode/ menu to be able to
8121                 change the recipients of a reply on the fly
8122
8123 2006-10-18 [colin]      2.5.5cvs14
8124
8125         * src/compose.c
8126                 Fix redirecting of our own sent mails
8127
8128 2006-10-17 [wwp]        2.5.5cvs13
8129
8130         * src/send_message.c
8131                 Fix duplicate error messages when sending, and missing
8132                 newline in such error messages.
8133
8134 2006-10-17 [colin]      2.5.5cvs12
8135
8136         * src/compose.c
8137                 Compare addresses case-insensitive
8138
8139 2006-10-17 [colin]      2.5.5cvs11
8140
8141         * src/plugins/pgpcore/sgpgme.c
8142                 Fix return status
8143
8144 2006-10-17 [colin]      2.5.5cvs10
8145
8146         * src/plugins/pgpcore/pgp_viewer.c
8147                 Fix return status
8148
8149 2006-10-17 [colin]      2.5.5cvs9
8150
8151         * src/quote_fmt.c
8152                 Fix a typo (thanks to Fabien)
8153
8154 2006-10-16 [colin]      2.5.5cvs8
8155
8156         * src/textview.c
8157                 Fix problem with quote-folding when emails
8158                 don't convert cleanly to UTF-8
8159
8160 2006-10-14 [colin]      2.5.5cvs7
8161
8162         * src/prefs_template.c
8163                 Reset fields when reopening
8164                 the window
8165
8166 2006-10-13 [paul]       2.5.5cvs6
8167
8168         * manual/advanced.xml
8169         * src/prefs_message.c
8170                 make 'respect_flowed_format' a hidden
8171                 option, and add a manual entry for it
8172                 Thanks to Colin
8173
8174 2006-10-12 [colin]      2.5.5cvs5
8175
8176         * src/codeconv.c
8177                 Revert part of 2.5.2cvs21:
8178                 Don't optimise by reusing the 
8179                 last iconv converter if possible:
8180                 it seems slightly broken in a 
8181                 very hard way to reproduce
8182
8183 2006-10-12 [colin]      2.5.5cvs4
8184
8185         * src/prefs_common.c
8186         * src/prefs_common.h
8187         * src/prefs_message.c
8188         * src/procmime.c
8189                 Fix bug 1035, 'Incorrect handling 
8190                 of flowed lines'. We now optionnaly
8191                 handle this format (preference is in
8192                 Message View/Text options section)
8193
8194 2006-10-12 [colin]      2.5.5cvs3
8195
8196         * po/POTFILES.in
8197                 Add new file
8198         * src/plugins/pgpcore/pgp_viewer.c
8199         * src/plugins/pgpcore/sgpgme.c
8200                 Don't try to import without asking
8201
8202 2006-10-12 [colin]      2.5.5cvs2
8203
8204         * src/compose.c
8205                 Fix bug 1036, 'Forwarding a mutlipart
8206                 mail with a "text/html" block to ms
8207                 outlook users leeds to freeze of
8208                 outlook'. Poor outlook users...
8209
8210 2006-10-12 [paul]       2.5.5cvs1
8211
8212         * NEWS
8213         * README
8214         * configure.ac
8215                 Update version number following
8216                 stable release
8217
8218 2006-10-11 [paul]       2.5.4cvs1
8219
8220         * NEWS
8221         * README
8222         * configure.ac
8223                 Update version number following
8224                 stable release
8225
8226 2006-10-11 [paul]       2.5.3cvs32
8227
8228         * src/textview.c
8229                 fix bug 1032, 'Segmentation fault when showing
8230                 message' (bug in quote folding)
8231                 Thanks to Colin
8232
8233 2006-10-10 [colin]      2.5.3cvs31
8234
8235         * src/quote_fmt.c
8236                 Rephrase english a bit
8237
8238 2006-10-10 [colin]      2.5.3cvs30
8239
8240         * src/prefs_compose_writing.c
8241                 Stop making the page larger than the window
8242
8243 2006-10-10 [wwp]        2.5.3cvs29
8244
8245         * src/compose.c
8246         * src/prefs_template.c
8247         * src/quote_fmt.c
8248         * src/quote_fmt.h
8249         * src/quote_fmt_lex.l
8250         * src/quote_fmt_parse.y
8251                 Extend the quote parser a bit: allow to get access to
8252                 basic (composing) account info.
8253
8254 2006-10-10 [colin]      2.5.3cvs28
8255
8256         * src/procheader.c
8257                 Fix this \t problem in subject
8258
8259 2006-10-09 [colin]      2.5.3cvs27
8260
8261         * src/main.c
8262         * src/prefs_gtk.c
8263                 Prepare cache a bit later
8264                 If section already exists, skip the new one 
8265                 (as previously); avoid writing the same block
8266                 twice - if we find a second block with the 
8267                 same id, skip it.
8268         * src/plugins/pgpcore/pgp_viewer.c
8269                 Set cursor to busy when retrieving a key
8270         * src/plugins/pgpcore/sgpgme.c
8271                 allow 5 seconds for gpg to export the key
8272                 
8273
8274 2006-10-09 [colin]      2.5.3cvs26
8275
8276         * configure.ac
8277         * src/msgcache.c
8278         * src/prefs_gtk.c
8279                 Check for existence of fgets_unlocked
8280                 and fwrite_unlocked
8281
8282 2006-10-09 [paul]       2.5.3cvs25
8283
8284         * src/prefs_summaries.c
8285                 replace strftime() with fast_strftime() and in
8286                 the consequence fix the bug in the display of
8287                 AM/PM in the 'Example' string
8288
8289 2006-10-09 [ticho]      2.5.3cvs24
8290
8291         * po/sk.po
8292                 Updated (and fixed up somewhat) Slovak translation.
8293
8294 2006-10-08 [colin]      2.5.3cvs23
8295
8296         * src/prefs_folder_item.c
8297                 Explain why prefs in the top-level folder
8298                 aren't retained, but are still useful
8299
8300 2006-10-08 [colin]      2.5.3cvs22
8301
8302         * src/prefs_gtk.c
8303                 Don't cache anything if caching fails
8304
8305 2006-10-08 [colin]      2.5.3cvs21
8306
8307         * src/common/utils.c
8308                 always include gi18n.h
8309
8310 2006-10-07 [colin]      2.5.3cvs20
8311
8312         * src/plugins/pgpcore/pgp_viewer.c
8313                 Kill gpg after 5 seconds wait
8314
8315 2006-10-07 [colin]      2.5.3cvs19
8316
8317         * src/plugins/pgpcore/pgp_viewer.c
8318         * src/plugins/pgpcore/pgp_viewer.h
8319                 Fix copyright
8320
8321 2006-10-07 [colin]      2.5.3cvs18
8322
8323         * src/plugins/pgpcore/pgp_viewer.c
8324         * src/plugins/pgpcore/pgp_viewer.h
8325                 Actually add the files to CVS
8326
8327 2006-10-07 [colin]      2.5.3cvs17
8328
8329         * src/plugins/pgpcore/sgpgme.c
8330                 Be sure not to crash on 'application/pgp-signature' that
8331                 are not application/pgp-signatures
8332
8333 2006-10-07 [colin]      2.5.3cvs16
8334
8335         * src/textview.c
8336         * src/textview.h
8337                 Make a bit more of the API available
8338         * src/plugins/pgpcore/Makefile.am
8339         * src/plugins/pgpcore/plugin.c
8340         * src/plugins/pgpcore/sgpgme.c
8341                 Add basic key import/export
8342
8343 2006-10-07 [colin]      2.5.3cvs15
8344
8345         * src/folderview.c
8346         * src/imap.c
8347         * src/prefs_account.c
8348         * src/wizard.c
8349                 Warn users *everywhere* if libetpan's not
8350                 linked in
8351
8352 2006-10-06 [mones]      2.5.3cvs14
8353
8354         * po/de.po
8355         * po/es.po
8356                 updated by Stephan Sachse and me
8357
8358 2006-10-06 [colin]      2.5.3cvs13
8359
8360         * src/main.c
8361         * src/common/sylpheed.c
8362                 Don't load common plugins if --exit is passed
8363         * src/prefs_gtk.c
8364         * src/prefs_gtk.h
8365                 Implement a cache to avoid reading the same
8366                 files over and over again at startup
8367
8368 2006-10-06 [colin]      2.5.3cvs12
8369
8370         * src/summaryview.c
8371         * src/gtk/quicksearch.c
8372                 Update display every 5k mails on fast searches
8373
8374 2006-10-06 [colin]      2.5.3cvs11
8375
8376         * src/textview.c
8377                 Don't do quote folding on HTML or ERTF.
8378                 May fix the Cygwin issues if they were
8379                 happening with HTML mails?
8380
8381 2006-10-05 [colin]      2.5.3cvs10
8382
8383         * src/prefs_gtk.c
8384                 Oops, forgot one
8385
8386 2006-10-05 [colin]      2.5.3cvs9
8387
8388         * src/prefs_gtk.c
8389                 Use unlocked_stdio here too
8390
8391 2006-10-05 [colin]      2.5.3cvs8
8392
8393         * src/folderview.c
8394                 Fix go to next * after preferences apply
8395         * src/msgcache.c
8396                 Do the fd lock/unlock ourselves instead of
8397                 letting the libc do it at each write 
8398
8399 2006-10-05 [colin]      2.5.3cvs7
8400
8401         * src/common/utils.c
8402                 Faster division, thanks to Jean Diraison
8403
8404 2006-10-05 [paul]       2.5.3cvs6
8405
8406         * src/common/utils.c
8407                 fix building with --disable-nls
8408
8409 2006-10-04 [colin]      2.5.3cvs5
8410
8411         * src/folder.c
8412                 Maybe fix a segfault
8413
8414 2006-10-04 [wwp]        2.5.3cvs4
8415
8416         * src/prefs_folder_item.c
8417                 Fine-tune layouts in folder item prefs. Suggested by
8418                 Fabien Vantard <fzzzzz@gmail.com>.
8419
8420 2006-10-04 [wwp]        2.5.3cvs3
8421
8422         * src/prefs_folder_item.c
8423                 Kill the clandestine passengers. You didn't see anything.
8424
8425 2006-10-04 [wwp]        2.5.3cvs2
8426
8427         * src/prefs_folder_item.c
8428                 Add a way to test the subject simplify regexp in
8429                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8430                 w/ few layout changes.
8431
8432 2006-20-04 [paul]       2.5.3cvs1
8433
8434         * NEWS
8435         * README
8436         * configure.ac
8437                 Update version number following
8438                 stable release
8439
8440 2006-10-04 [colin]      2.5.2cvs42
8441
8442         * src/folder.c
8443         * src/folder.h
8444         * src/summaryview.c
8445                 Provide a way for folder classes to set their sort
8446                 type and key
8447
8448 2006-10-03 [colin]      2.5.2cvs41
8449
8450         * src/mh.c
8451                 Don't use strlen() to know if the
8452                 string's empty
8453
8454 2006-10-03 [colin]      2.5.2cvs40
8455
8456         * src/mh.c
8457                 Fix "check for new folders" with accentued folders
8458
8459 2006-10-03 [ticho]      2.5.2cvs39
8460
8461         * src/filtering.c
8462         * src/folder.c
8463         * src/inc.c
8464         * src/mbox.c
8465                 Colin's fix for "copy" filtering rules.
8466
8467 2006-10-02 [colin]      2.5.2cvs38
8468
8469         * src/folderview.c
8470                 Fix for double-click too
8471
8472 2006-10-02 [colin]      2.5.2cvs37
8473
8474         * src/folderview.c
8475                 correct fix for cvs36
8476
8477 2006-10-02 [colin]      2.5.2cvs36
8478
8479         * src/folderview.c
8480                 Fix 'goto next unread' after collapsing/expanding 
8481                 a node.
8482
8483 2006-10-02 [colin]      2.5.2cvs35
8484
8485         * src/summaryview.c
8486                 Fix double freeze/thaw
8487         * src/common/utils.c
8488         * src/common/utils.h
8489                 Reimplement strftime
8490         * src/procheader.c
8491                 Use it
8492
8493
8494 2006-10-02 [colin]      2.5.2cvs34
8495
8496         * src/mh.c
8497                 Time mh_write_sequences() - it's fast
8498         * src/summaryview.c
8499                 Init a variable to shut up gcc
8500
8501 2006-10-01 [colin]      2.5.2cvs33
8502
8503         * src/folder.c
8504         * src/mh.c
8505         * src/mh.h
8506         * src/msgcache.c
8507                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8508                 Add fsync but disable it, it's slow as hell
8509
8510 2006-10-01 [colin]      2.5.2cvs32
8511
8512         * src/mh.c
8513         * src/msgcache.c
8514                 fflush() caches and mh_sequences before
8515                 fclose()ing
8516
8517 2006-10-01 [colin]      2.5.2cvs31
8518
8519         * src/msgcache.c
8520                 Don't ftruncate when not using mmap
8521
8522 2006-09-30 [colin]      2.5.2cvs30
8523
8524         * src/main.c
8525                 Write folder list *after* saving caches
8526
8527 2006-09-30 [colin]      2.5.2cvs29
8528
8529         * src/folder.c
8530         * src/mh.c
8531                 Debug forced mtime changes
8532
8533 2006-09-30 [colin]      2.5.2cvs28
8534
8535         * src/folder.c
8536         * src/main.c
8537                 Remove useless debug_print()s (code
8538                 well-tested)
8539
8540 2006-09-30 [colin]      2.5.2cvs27
8541
8542         * src/mh.c
8543                 Do stuff faster when writing mh_sequences
8544
8545 2006-09-30 [colin]      2.5.2cvs26
8546
8547         * src/mh.c
8548                 Don't let the writing of .mh_sequences, which
8549                 can change the folder's mtime, let us think
8550                 we need to scan.
8551
8552 2006-09-30 [colin]      2.5.2cvs25
8553
8554         * src/folder.c
8555                 Move a debug_print where it belongs 
8556                 (processing)
8557         * src/summaryview.c
8558                 Don't mess with a huge slow subject
8559                 table if we're not threading by
8560                 subject
8561
8562 2006-09-30 [colin]      2.5.2cvs24
8563
8564         * src/msgcache.c
8565                 Reenable mmaped reads (*not* writes!)
8566         * src/procmsg.c
8567                 Don't destroy and recreate hashtables just
8568                 for fun
8569         * src/common/utils.c
8570                 Remove useless reply prefixes (it's case
8571                 unsensitive)
8572
8573 2006-09-30 [wwp]        2.5.2cvs23
8574
8575         * tools/fix_date.sh
8576                 Fixed a minor bug in date value extraction, added a switch
8577                 to replace non RFC-compliant Date: value, added a switch
8578                 to use strict RFC matching patterns for dates.
8579
8580 2006-09-29 [colin]      2.5.2cvs22
8581
8582         * src/matcher_parser.h
8583         * src/matcher_parser_parse.y
8584         * src/prefs_filtering.c
8585         * src/statusbar.c
8586         * src/summary_search.c
8587         * src/summaryview.c
8588         * src/gtk/quicksearch.c
8589         * src/gtk/quicksearch.h
8590                 Optimise searches by setting different
8591                 refresh intervals (depending if the 
8592                 search is fast or not)
8593
8594 2006-09-29 [colin]      2.5.2cvs21
8595
8596         * src/codeconv.c
8597                 Optimise by reusing the last iconv converter
8598                 if possible
8599         * src/textview.c
8600                 Optimise a bit (the foldable quotes feature
8601                 still has an awful O(n^2) algo
8602
8603 2006-09-29 [colin]      2.5.2cvs20
8604
8605         * src/gtk/gtksctree.c
8606         * src/gtk/gtksctree.h
8607                 Optimise de-selection via up/down or
8608                 another key
8609
8610 2006-09-28 [colin]      2.5.2cvs19
8611
8612         * src/action.c
8613         * src/compose.c
8614         * src/folderview.c
8615         * src/mainwindow.c
8616         * src/messageview.c
8617         * src/summary_search.c
8618         * src/toolbar.c
8619                 Avoid using summaryview->ctree directly
8620
8621 2006-09-28 [colin]      2.5.2cvs18
8622
8623         * src/summaryview.c
8624         * src/summaryview.h
8625                 Add helpers to freeze/thaw/grab_focus
8626                 Factorize calls to freeze/thaw/grab_focus
8627                 
8628
8629 2006-09-28 [colin]      2.5.2cvs17
8630
8631         * src/main.c
8632                 More guards for the session management
8633
8634 2006-09-28 [colin]      2.5.2cvs16
8635
8636         * src/folderview.c
8637         * src/gtk/gtksctree.c
8638         * src/gtk/gtksctree.h
8639                 Make expanding not recursive in folderview
8640
8641 2006-09-28 [colin]      2.5.2cvs15
8642
8643         * src/addressbook.c
8644                 If nothing is selected in the list (right part)
8645                 and a group is selected in the tree (left part),
8646                 mail this group.
8647
8648 2006-09-28 [colin]      2.5.2cvs14
8649
8650         * src/Makefile.am
8651                 Actually use SM_LIBS
8652
8653 2006-09-28 [ticho]      2.5.2cvs13
8654
8655         * src/export.c
8656         * src/messageview.c
8657         * src/mimeview.c
8658         * src/news.c
8659         * src/pop.c
8660         * src/prefs_themes.c
8661         * src/procmsg.c
8662                 Small i18n string optimization.
8663         * src/send_message.c
8664         * src/summaryview.c
8665         * src/common/session.c
8666         * src/common/smtp.c
8667         * src/common/ssl_certificate.c
8668         * src/common/utils.c
8669                 Use "Couldn't" instead of "Can't" in UI messages,
8670                 where appropriate.
8671
8672 2006-09-28 [colin]      2.5.2cvs12
8673
8674         * configure.ac
8675                 Possibly fix link errors
8676
8677 2006-09-27 [wwp]        2.5.2cvs11
8678
8679         * src/gtk/authors.h
8680         * doc/man/sylpheed-claws.1
8681         * manual/ack.xml
8682         * manual/es/ack.xml
8683         * manual/fr/ack.xml
8684         * manual/pl/ack.xml
8685                 Updated authors info (me, myself and I).
8686
8687 2006-09-27 [colin]      2.5.2cvs10
8688
8689         * src/addressbook.c
8690                 Remove useless printf
8691
8692 2006-09-27 [wwp]        2.5.2cvs9
8693
8694         * src/editgroup.c
8695         * src/send_message.c
8696         * src/inc.c
8697         * src/prefs_common.c
8698         * src/prefs_common.h
8699         * src/gtk/progressdialog.c
8700                 remember more windows' sizes (send dialog, received dialog,
8701                 edit group in addressbook).
8702
8703 2006-09-27 [colin]      2.5.2cvs8
8704
8705         * configure.ac
8706         * src/main.c
8707         * src/mainwindow.h
8708                 Use libSM to communicate with the session
8709                 manager, so that we can know when the 
8710                 session ends, save our caches, and draft
8711                 our compose windows.
8712
8713 2006-09-27 [colin]      2.5.2cvs7
8714
8715         * src/addressbook.c
8716                 Fix issues:
8717                 o Allow Book and Group creation from the tree's
8718                   contextual menu
8719                 o Do not actually delete the contacts when 
8720                   deleting groups from the tree (duh!)
8721
8722 2006-09-27 [colin]      2.5.2cvs6
8723
8724         * src/compose.c
8725         * src/compose.h
8726         * src/mainwindow.c
8727         * src/textview.c
8728         * src/toolbar.c
8729                 o Allow passing an email address to 
8730                   compose_new_with_folderitem
8731                 o Update callers
8732                 o Use current folderitem when clicking
8733                   on a TextView mailto: link
8734                 o Fix a possible leak in TextView
8735
8736 2006-09-27 [colin]      2.5.2cvs5
8737
8738         * src/html.c
8739                 Use UTF-8 chars to replace HTML entities
8740
8741 2006-09-27 [colin]      2.5.2cvs4
8742
8743         * AUTHORS
8744         * src/prefs_account.c
8745         * src/gtk/authors.h
8746                 Fix bug #1024 (Array index out of
8747                 range in sylpheed-claws-2.5.2)
8748                 Patch by Ales Nosek <anosek@suse.cz>
8749
8750 2006-09-27 [colin]      2.5.2cvs3
8751
8752         * src/addr_compl.c
8753                 Actually do the test
8754
8755 2006-09-27 [colin]      2.5.2cvs2
8756
8757         * src/addr_compl.c
8758         * src/addr_compl.h
8759                 Allow completing with comma (in certain cases: vCalendar
8760                 for example doesn't support that)
8761                 Patch by Fabien Vantard
8762
8763 2006-09-26 [colin]      2.5.2cvs1
8764
8765         * src/Makefile.am
8766         * src/addr_compl.c
8767         * src/addr_compl.h
8768         * src/addrbook.c
8769         * src/addrbook.h
8770         * src/addressbook.c
8771         * src/addrindex.c
8772         * src/addrindex.h
8773         * src/compose.c
8774         * src/prefs_common.c
8775         * src/prefs_filtering_action.c
8776         * src/prefs_folder_item.c
8777         * src/prefs_template.c
8778         * src/stock_pixmap.c
8779         * src/stock_pixmap.h
8780         * src/pixmaps/addr_one.xpm
8781         * src/pixmaps/addr_two.xpm
8782                 Add auto-completion on groups
8783
8784 2006-09-26 [colin]      2.5.2
8785
8786         * NEWS
8787         * README
8788         * RELEASE_NOTES
8789                 2.5.2 released
8790
8791 2006-09-26 [colin]      2.5.1cvs5
8792
8793         * src/matcher.c
8794                 Fix condition
8795
8796 2006-09-26 [colin]      2.5.1cvs4
8797
8798         * src/mbox.c
8799                 Revert cvs1 (useless as the message is printed 
8800                 every 500 mails)
8801
8802 2006-09-26 [colin]      2.5.1cvs3
8803
8804         * src/partial_download.c
8805                 Fix crasher found by Alexsandar Urosevic
8806
8807 2006-09-26 [colin]      2.5.1cvs2
8808
8809         * src/summaryview.c
8810                 Fix bug #1023 (Sylpheed deletes too much messages)
8811
8812 2006-09-26 [ticho]      2.5.1cvs1
8813
8814         * src/mbox.c
8815                 Make use of gettext's multiple plurals for statusbar
8816                 progress message.
8817
8818 2006-09-25 [paul]       2.5.1
8819
8820         * NEWS
8821         * README
8822         * RELEASE_NOTES
8823                 2.5.1 released
8824
8825 2006-09-25 [colin]      2.5.0cvs3
8826
8827         * src/plugins/bogofilter/bogofilter.c
8828         * src/plugins/clamav/clamav_plugin.c
8829         * src/plugins/spamassassin/spamassassin.c
8830                 BogoFilter, Spamassassin: Fix double hook registering after
8831                 visiting preferences
8832                 Spamassassin, Clamav: Just set the mails to move instead of
8833                 doing the move - caller will move the things at once.
8834
8835 2006-09-25 [colin]      2.5.0cvs2
8836
8837         * src/imap.c
8838         * src/etpan/imap-thread.c
8839                 Use UID SEARCH ALL instead of UID 1:*
8840                 (braindead servers can't figure out that's
8841                 the same...)
8842
8843 2006-09-25 [wwp]        2.5.0cvs1
8844
8845         * src/message_search.c
8846                 Added the ability to stop a running search (in message body).
8847
8848 2006-09-25 [paul]       2.5.0
8849
8850         * NEWS
8851         * README
8852         * RELEASE_NOTES
8853                 2.5.0 released
8854
8855 2006-09-25 [paul]       2.4.0cvs214
8856
8857         * po/cs.po
8858         * po/de.po
8859         * po/fi.po
8860         * po/fr.po
8861         * po/nl.po
8862         * po/pt_BR.po
8863         * po/sk.po
8864         * po/sr.po
8865         * po/zh_CN.po
8866                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8867                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8868                 Ticho, Aleksander Urosevic, Ralgh Young
8869
8870 2006-09-24 [mones]      2.4.0cvs213
8871
8872         * po/es.po
8873                 Updated for release
8874
8875 2006-09-23 [colin]      2.4.0cvs212
8876
8877         * src/gtk/inputdialog.c
8878                 Fix [ ] remember this appearing in normal
8879                 input dialogs after it's been used by
8880                 mimeview.
8881         * src/folder.c
8882         * src/folderview.c
8883         * src/msgcache.c
8884         * src/procmsg.c
8885         * src/summaryview.c
8886         * src/textview.c
8887         * src/common/timing.h
8888                 Enable timings in debug mode and make it
8889                 look prettier.
8890
8891 2006-09-22 [colin]      2.4.0cvs211
8892
8893         * README
8894                 Revert test change
8895         * commitHelper
8896                 ping the correct URI
8897
8898 2006-09-22 [colin]      2.4.0cvs210
8899
8900         * README
8901                 Let's see if bug #1022 is fixed
8902
8903 2006-09-21 [colin]      2.4.0cvs209
8904
8905         * src/wizard.c
8906         * src/common/plugin.c
8907                 Prepare infra to load predefined plugins when
8908                 no configuration existed. Don't actually load
8909                 anything yet (feat. freeze)
8910
8911 2006-09-21 [wwp]        2.4.0cvs208
8912
8913         * manual/fr/faq.xml
8914                 Partial sync w/ 2.4.0cvs72:
8915                 wrap file and minor updates.
8916
8917 2006-09-21 [wwp]        2.4.0cvs207
8918
8919         * tools/fix_date.sh
8920                 several fixes and enhancements. A new --force switch has been
8921                 added to prevent overriding by default Date: header when
8922                 already existing.
8923
8924 2006-09-21 [paul]       2.4.0cvs206
8925
8926         * src/common/utils.c
8927                 add Chinese UTF8 Re prefix
8928
8929 2006-09-21 [wwp]        2.4.0cvs205
8930
8931         * tools/Makefile.am
8932                 Fics alfabettical order.
8933
8934 2006-09-21 [wwp]        2.4.0cvs204
8935
8936         * tools/fix_date.sh
8937         * tools/Makefile.am
8938                 Added an action tool to fix missing Date field in emails.
8939                 Updated Makefile.am to reflect those last two additions.
8940
8941 2006-09-21 [wwp]        2.4.0cvs203
8942
8943         * tools/uuooffice
8944                 Added a action tool to open uuencoded docs w/
8945                 OpenOffice (based on uudec method).
8946
8947 2006-09-21 [colin]      2.4.0cvs202
8948
8949         * src/compose.c
8950         * src/textview.c
8951                 Workaround possible GTK crash: remove selection 
8952                 clipboard before destroying widget, or GTK+-2.10
8953                 dies. Thanks to Hiro.
8954
8955 2006-09-20 [colin]      2.4.0cvs201
8956
8957         * src/compose.c
8958                 Fix free-after-use in some cases (when 
8959                 procmime_encode_content() frees mimeinfo->data.mem
8960                 and turns it to a temp file)
8961
8962 2006-09-20 [colin]      2.4.0cvs200
8963
8964         * src/folderview.c
8965         * src/summaryview.c
8966         * src/gtk/gtksctree.c
8967         * src/gtk/gtksctree.h
8968                 Add tooltips in the folderview and summaryview
8969                 (Doesn't break string freeze as they already
8970                 exist)
8971         * src/toolbar.c
8972                 Put the spam button in the default configuration
8973                 if compiled with bogo plugin too
8974
8975 2006-09-19 [colin]      2.4.0cvs199
8976
8977         * src/summaryview.c
8978         * src/summaryview.h
8979                 Update folder name label on folder rename
8980         * src/prefs_matcher.c
8981         * src/gtk/logwindow.h
8982                 Fix warnings
8983                 Patches by Fabien
8984
8985 2006-09-19 [wwp]        2.4.0cvs198
8986
8987         * src/summary_search.c
8988                 fix can't click forward/backward buttons in the
8989                 search messages.
8990
8991 2006-09-18 [paul]       2.4.0cvs197
8992
8993         * src/wizard.c
8994                 add missing bracket, capitalise the A of
8995                 'SpamAssassin'
8996
8997 2006-09-18 [paul]       2.4.0cvs196
8998
8999         * src/compose.c
9000                 fix bug 1012 'crashed upon sending mail
9001                 from compose window'
9002                 Thanks to Colin
9003
9004 2006-09-16 [colin]      2.4.0cvs195
9005
9006         * src/folderview.c
9007                 Fix "real-time" sorting by freezing/thawing
9008
9009 2006-09-16 [colin]      2.4.0cvs194
9010
9011         * manual/faq.xml
9012                 Fix the anti-spam entry a bit
9013
9014 2006-09-16 [colin]      2.4.0cvs193
9015
9016         * src/wizard.c
9017                 Make sure reviewers have no excuse when stating
9018                 Sylpheed-Claws doesn't have antispam capabilities.
9019
9020 2006-09-16 [colin]      2.4.0cvs192
9021
9022         * src/main.c
9023                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9024                 as if the SIGPIPE comes from etpan's thread we could
9025                 trigger a GUI update from this thread.
9026
9027 2006-09-16 [colin]      2.4.0cvs191
9028
9029         * src/summaryview.c
9030                 Init all members of the struct
9031
9032 2006-09-16 [paul]       2.4.0cvs190
9033
9034         * src/account.c
9035                 improvements to the English
9036
9037 2006-09-15 [colin]      2.4.0cvs189
9038
9039         * src/summaryview.c
9040                 HIG order on dialog
9041
9042 2006-09-14 [colin]      2.4.0cvs188
9043
9044         * src/common/socket.c
9045         * src/common/socket.h
9046         * src/common/ssl.c
9047         * src/common/ssl_certificate.c
9048         * src/common/ssl_certificate.h
9049         * src/etpan/imap-thread.c
9050                 the get_fqdn() call done to get canonical name when
9051                 checking an SSL certificate is blocking, which is
9052                 sad as we just did a non-blocking lookup to connect.
9053                 Fix that by letting the fqdn available to the SockInfo,
9054                 and use that in ssl_certificate_check(). For IMAP,
9055                 we don't do it as the lookup's done by libetpan, but
9056                 it's less annoying as IMAP connections as much more
9057                 rare than POP3 connections.
9058
9059 2006-09-14 [paul]       2.4.0cvs187
9060
9061         * manual/advanced.xml
9062                 improvements to the English,
9063                 properly place the new hidden options
9064                 within the alphabetical order
9065         * src/gtk/pluginwindow.c
9066                 improvements to the English
9067
9068 2006-09-14 [colin]      2.4.0cvs186
9069
9070         * src/prefs_common.c
9071         * src/prefs_common.h
9072         * src/gtk/gtksctree.c
9073         * manual/advanced.xml
9074                 New hidden pref, stripes_color_offset, to change
9075                 the value added/substracted to normal bgcolor to
9076                 create the stripes in summaries
9077
9078 2006-09-13 [colin]      2.4.0cvs185
9079
9080         * src/gedit-print.c
9081         * src/messageview.c
9082         * src/messageview.h
9083         * src/summaryview.c
9084         * src/textview.c
9085                 Fix misc. printing issues: 
9086                 - Bad font for linkified headers
9087                 - Different font if the mail was displayed or not
9088                 - Factorize the thing
9089
9090 2006-09-13 [colin]      2.4.0cvs184
9091
9092         * src/common/ssl_certificate.c
9093                 Only get FQDN once when checking certificate
9094
9095 2006-09-13 [colin]      2.4.0cvs183
9096
9097         * src/account.c
9098         * src/gtk/pluginwindow.c
9099                 Misc. GUI fixes by Fabien
9100
9101 2006-09-13 [wwp]        2.4.0cvs182
9102
9103         * configure.ac
9104         * src/common/utils.h
9105         * src/common/utils.c
9106                 get rid of unused wide-char functions.
9107
9108 2006-09-13 [wwp]        2.4.0cvs181
9109
9110         * src/plugins/pgpinline/sylpheed.def
9111         * src/textview.c
9112                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9113                 add privacy_reset_error to the .def file,
9114                 do not fork for an external textviewer.
9115
9116 2006-09-13 [wwp]        2.4.0cvs180
9117
9118         * src/prefs_common.c
9119                 fix broken font entry in prefs (patch issued by the gpg4win team,
9120                 probably by Marcus Brinkmann <marcus@g10code.de>).
9121
9122 2006-09-13 [colin]      2.4.0cvs179
9123
9124         * src/folder.h
9125                 Fix a warning in summaryview.c
9126         * src/mainwindow.c
9127         * src/summaryview.c
9128         * src/summaryview.h
9129                 Add missing Mark/* elements in the
9130                 main menu
9131
9132 2006-09-12 [colin]      2.4.0cvs178
9133
9134         * src/prefs_actions.c
9135         * src/prefs_filtering_action.c
9136         * src/prefs_matcher.c
9137                 Use (New) instead of New everywhere
9138
9139 2006-09-12 [wwp]        2.4.0cvs177
9140
9141         * manual/fr/addrbook.xml
9142         * manual/fr/handling.xml
9143                 updated some quotes in the fr manual to match the fr translation.
9144
9145 2006-09-12 [wwp]        2.4.0cvs176
9146
9147         * src/prefs_matcher.c
9148                 don't store translated string elements in matcher expressions.
9149                 Also fixed a misused of Q_().
9150
9151 2006-09-11 [wwp]        2.4.0cvs175
9152
9153         * src/plugins//bogofilter/bogofilter.c
9154         * src/plugins//clamav/clamav_plugin.c
9155         * src/plugins//demo/demo.c
9156         * src/plugins//dillo_viewer/dillo_viewer.c
9157         * src/plugins//pgpcore/plugin.c
9158         * src/plugins//pgpinline/plugin.c
9159         * src/plugins//pgpmime/plugin.c
9160         * src/plugins//spamassassin/spamassassin.c
9161                 gettext-ize more strings (mostly plugin error messages).
9162
9163 2006-09-11 [colin]      2.4.0cvs174
9164
9165         * src/alertpanel.c
9166                 Make maximum buffer size bigger to avoid
9167                 truncating translated messages. Patch by
9168                 Fabien
9169
9170 2006-09-11 [colin]      2.4.0cvs173
9171
9172         * src/etpan/imap-thread.c
9173                 Fix compilation on OpenBSD, thanks to 
9174                 Landry
9175
9176 2006-09-10 [wwp]        2.4.0cvs172
9177
9178         * manual/account.xml
9179         * manual/addrbook.xml
9180         * manual/handling.xml
9181         * manual/es/handling.xml
9182         * manual/fr/account.xml
9183         * manual/fr/addrbook.xml
9184         * manual/fr/handling.xml
9185                 documented addressbook matching (condition configuration):
9186                   addrbook.xml, en fr
9187                 documented per-account filtering rules (handling/filtering
9188                   section, account section):
9189                   account.xml, handling.xml, en fr
9190                 slightly updated the handling/searching section to tell few
9191                   words about the extended search ability:
9192                   handling.xml, en fr
9193                 added missing <quote></quotes> to Quick Search:
9194                   handling.xml, en fr es
9195                 fixed a typo (auomatically):
9196                   handling.xml, en
9197                 changes revisited by Paul.
9198
9199 2006-09-10 [paul]       2.4.0cvs171
9200
9201         * src/prefs_actions.c
9202         * src/prefs_filtering.c
9203         * src/prefs_template.c
9204                 adjustments to the gui
9205                 Patch by Fabien Vantard (slightly modified)
9206
9207 2006-09-10 [colin]      2.4.0cvs170
9208
9209         * src/summaryview.c
9210                 Check folderitem/summaryview consistency
9211                 (basically automates Update summary). Fixes
9212                 #1011 (wrong (negative) count on unread 
9213                 messages)
9214
9215 2006-09-10 [colin]      2.4.0cvs169
9216
9217         * src/gtk/gtksctree.c
9218                 Fix recursive expansion via mouse
9219         * src/plugins/bogofilter/bogofilter.c
9220                 Use normal filtering way of moving
9221                 messages (batching), possibly fixing
9222                 bug #1015 (Bogofilter plugin doubles 
9223                 new messages)
9224
9225 2006-09-09 [wwp]        2.4.0cvs168
9226
9227         * src/prefs_filtering.c
9228                 better place for this fix.
9229
9230 2006-09-09 [wwp]        2.4.0cvs167
9231
9232         * src/prefs_filtering.c
9233                 fix a minor bug when the enabled status of a filtering/processing
9234                 rule always got set to TRUE when replacing this rule. That still
9235                 make sense when adding a new rule, but now when replacing, we
9236                 don't override the value of 'enabled'.
9237                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9238                 to prefs_filtering_list_view_get_info() as this function not only
9239                 returns the name, but also the account_id and the enabled status.
9240
9241 2006-09-09 [mones]      2.4.0cvs166
9242
9243         * manual/glossary.xml
9244         * manual/plugins.xml
9245                 Minor format corrections
9246         * manual/gpl.xml
9247                 Fix misplaced NO WARRANTY section
9248         * manual/es/advanced.xml
9249         * manual/es/faq.xml
9250         * manual/es/glossary.xml
9251         * manual/es/gpl.xml
9252         * manual/es/handling.xml
9253         * manual/es/plugins.xml
9254         * manual/es/starting.xml
9255                 Incorporate changes from English version
9256         * manual/fr/ack.xml
9257         * manual/pl/ack.xml
9258         * manual/es/ack.xml
9259                 Fix address, (add translation credits in es version)
9260         * po/es.po
9261                 Updated translation
9262
9263 2006-09-09 [wwp]        2.4.0cvs165
9264
9265         * src/prefs_filtering.c
9266                 fix a crash when opening filtering prefs, if matcherrc file contains
9267                 broken data (non-existing account id, which is theoretically not
9268                 possible).
9269
9270 2006-09-08 [colin]      2.4.0cvs164
9271
9272         * src/folder.c
9273                 Wrong assert, make it an if()
9274         * src/gtk/gtksctree.c
9275                 Fix bug #1013 (expand selected thread 
9276                 tree) - expanding is now recursive
9277
9278 2006-09-07 [wwp]        2.4.0cvs163
9279
9280         * src/prefs_matcher.c
9281                 make better sentences about addressbook matching in the
9282                 matcher prefs. This should make translators' work easier
9283                 too.
9284
9285 2006-09-07 [wwp]        2.4.0cvs162
9286
9287         * src/prefs_filtering.c
9288                 code simplification (get rid of dup var. assignment).
9289
9290 2006-09-07 [wwp]        2.4.0cvs161
9291
9292         * src/summaryview.c
9293                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9294                 <fzzzzz@gmail.com>.
9295
9296 2006-09-07 [paul]       2.4.0cvs160
9297
9298         * src/mimeview.c
9299                 fix compilation warnings
9300                 Thanks to Colin
9301
9302 2006-09-07 [paul]       2.4.0cvs159
9303
9304         * src/mimeview.c
9305                 select the mimepart icon when
9306                 displaying as text
9307                 Thanks to Colin
9308
9309 2006-09-06 [paul]       2.4.0cvs158
9310
9311         * src/prefs_filtering.c
9312                 fix labels and table element spacing
9313                 Patch by Fabien Vantard
9314
9315 2006-09-06 [paul]
9316
9317         2.5.0-rc3 released
9318
9319 2006-09-06 [paul]       2.4.0cvs157
9320
9321         * manual/es/advanced.xml
9322                 fix typo
9323
9324 2006-09-06 [wwp]        2.4.0cvs156
9325
9326         * src/mainwindow.c
9327                 fix an dup launch issue when iconified, thanks to Colin.
9328
9329 2006-09-06 [wwp]        2.4.0cvs155
9330
9331         * src/gtk//gtksctree.h
9332                 oops, forgot that one!
9333
9334 2006-09-06 [wwp]        2.4.0cvs154
9335
9336         * manual/pl/advanced.xml
9337         * manual/advanced.xml
9338         * manual/es/advanced.xml
9339         * manual/fr/advanced.xml
9340         * src/prefs_customheader.c
9341         * src/prefs_filtering_action.c
9342         * src/foldersel.c
9343         * src/prefs_summaries.c
9344         * src/prefs_filtering.c
9345         * src/account.c
9346         * src/compose.c
9347         * src/prefs_summary_column.c
9348         * src/addr_compl.c
9349         * src/prefs_actions.c
9350         * src/prefs_folder_column.c
9351         * src/ssl_manager.c
9352         * src/prefs_template.c
9353         * src/prefs_display_header.c
9354         * src/prefs_common.h
9355         * src/prefs_matcher.c
9356         * src/prefs_common.c
9357         * src/prefs_toolbar.c
9358         * src/summaryview.c
9359         * src/folderview.c
9360         * src/gtk/gtksctree.c
9361         * src/gtk/pluginwindow.c
9362         * src/gtk/progressdialog.c
9363         * src/gtk/prefswindow.c
9364                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9365                 to make its meaning more obvious (all versions of the manual reflect
9366                 the change).
9367                 added an extra hidden option use_stripes_in_summary to allow
9368                 discarding these stripes in mainwindow's folder and message lists;
9369                 en and fr manuals only are OK towards this.
9370
9371 2006-09-06 [colin]      2.4.0cvs153
9372
9373         * src/textview.c
9374                 Hide Sylpheed-Claws' internal queue headers
9375                 when showing all headers. They'll be present
9376                 only in Source window.
9377
9378 2006-09-05 [colin]      2.4.0cvs152
9379
9380         * src/plugins/trayicon/trayicon.c
9381                 Fix crash at exit - we have to disconnect
9382                 our handlers
9383         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9384                 Update eggtrayicon - patch adapted from a
9385                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9386                 on Sylpheed's ML
9387
9388 2006-09-05 [colin]      2.4.0cvs151
9389
9390         * src/mainwindow.c
9391         * src/gtk/logwindow.c
9392                 Fix race condition when something writes
9393                 to the log too soon during init. Thanks
9394                 to Fabien Vantard
9395
9396 2006-09-05 [colin]      2.4.0cvs150
9397
9398         * src/mimeview.c
9399                 Don't select part on right-click either
9400
9401 2006-09-05 [paul]       2.4.0cvs149
9402
9403         * src/mimeview.c
9404                 completion of previous commit
9405                 Thanks to Colin
9406
9407 2006-09-05 [colin]      2.4.0cvs148
9408
9409         * src/mimeview.c
9410                 Don't force selection on middle-click, just open
9411
9412 2006-09-04 [colin]      2.4.0cvs147
9413
9414         * src/mimeview.c
9415                 Looks like gtk_notebook_set_current_page()
9416                 sometimes steals focus, and this annoys us
9417                 in MimeViewers as it renders navigation
9418                 keys useless. Take back focus after switching
9419                 pages.
9420
9421 2006-09-04 [colin]      2.4.0cvs146
9422
9423         * src/messageview.c
9424                 Set stop_loading when clicking on Next
9425                 during load. Don't add a callback to 
9426                 avoid over-complicating things.
9427
9428 2006-09-04 [colin]      2.4.0cvs145
9429
9430         * src/mimeview.c
9431         * src/messageview.c
9432                 Fix multiple loads in separate messageview
9433
9434 2006-09-04 [colin]      2.4.0cvs144
9435
9436         * src/summaryview.c
9437                 Let navigation keys be handled during 
9438                 load
9439
9440 2006-09-04 [colin]      2.4.0cvs143
9441
9442         * src/messageview.c
9443         * src/summaryview.c
9444         * src/textview.c
9445         * src/textview.h
9446                 Make loading of huge mails (lots of text and/or
9447                 images) cancellable, so the GUI doesn't block 
9448
9449 2006-09-04 [colin]      2.4.0cvs142
9450
9451         * src/plugins/trayicon/trayicon.c
9452                 Fix annoyance when removing a folder with 
9453                 unread mails: trayicon didn't update
9454
9455 2006-09-04 [paul]       2.4.0cvs141
9456
9457         * src/gtk/icon_legend.c
9458                 straighten up columns
9459                 Patch by Fabien Vantard
9460
9461 2006-09-04 [wwp]        2.4.0cvs140
9462
9463         * src/prefs_filtering.c
9464                 fix new line's account name in filtering prefs:
9465                 was "All", is now "(New)".
9466
9467 2006-09-04 [paul]       2.4.0cvs139
9468
9469         * tools/make.themes.project
9470                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9471                 instead of homebrewed "make release"
9472
9473 2006-09-03 [colin]      2.4.0cvs138
9474
9475         * src/folderview.c
9476                 Fix bug #1007 (Wrong folder highlighted)
9477
9478 2006-09-03 [colin]      2.4.0cvs137
9479
9480         * src/compose.c
9481                 Don't set Newsgroup: header to a mail folder
9482                 path
9483
9484 2006-09-03 [paul]       2.4.0cvs136
9485
9486         * src/prefs_other.c
9487         * src/prefs_spelling.c
9488                 unify the gui
9489
9490 2006-09-03 [paul]       2.4.0cvs135
9491
9492         * src/prefs_summaries.c
9493                 correct menu item text in prefs_keybind_apply_clicked()
9494
9495 2006-09-03 [paul]       2.4.0cvs134
9496
9497         * manual/advanced.xml
9498                 some improvements to the descriptions
9499         * src/mainwindow.c
9500         * src/messageview.c
9501         * src/summaryview.c
9502         * src/gtk/menu.c
9503                 fix menu sensitivity issues
9504         * src/prefs_message.c
9505                 drop the useless word 'short'
9506         * src/prefs_other.c
9507                 add the word 'lines' indicating log length
9508                 is a measure of lines
9509         * src/textview.c
9510                 fix compilation warnings
9511
9512 2006-09-02 [colin]      2.4.0cvs133
9513
9514         * src/messageview.c
9515                 Display a special return-receipt message
9516                 if the message is from the user
9517         * src/summaryview.c
9518                 Fix missing freeze of the list when marking
9519                 all read and unthreading for exec. Thanks
9520                 to Stephan Sachse.
9521
9522 2006-09-02 [paul]       2.4.0cvs132
9523
9524         * src/mainwindow.c
9525         * src/prefs_message.c
9526         * src/summaryview.c
9527                 fix some english
9528
9529 2006-09-02 [wwp]        2.4.0cvs131
9530
9531         * src/prefs_filtering.c
9532                 added an account name column to the filtering rules
9533                 dialog.
9534
9535 2006-09-02 [colin]      2.4.0cvs130
9536
9537         * src/gtk/logwindow.c
9538         * src/gtk/logwindow.h
9539                 Block scrolling if we're not at the end
9540                 of the log
9541
9542 2006-09-02 [colin]      2.4.0cvs129
9543
9544         * src/folder.c
9545                 Make sure account-specific rules can't
9546                 be used in {pre-,post-,}processing
9547         * src/mainwindow.c
9548         * src/gtk/logwindow.c
9549         * src/gtk/logwindow.h
9550                 Jump to last error when clicking on the
9551                 warning icon
9552
9553 2006-09-02 [colin]      2.4.0cvs128
9554
9555         * src/imap.c
9556         * src/import.c
9557         * src/mainwindow.c
9558         * src/mainwindow.h
9559                 Fix warning icon
9560         * src/inc.c
9561         * src/mbox.c
9562         * src/mbox.h
9563                 Let proc_mbox know its account, for
9564                 account-specific rules
9565
9566 2006-09-01 [colin]      2.4.0cvs127
9567
9568         * src/codeconv.c
9569                 Don't uselessly use iconv to convert from
9570                 us-ascii
9571         * src/alertpanel.c
9572         * src/mainwindow.c
9573         * src/mainwindow.h
9574         * src/inc.c
9575                 Fix certain log cases, disable warning icon
9576                 for now, the correct way to display it when
9577                 necessary and only when necessary is probably
9578                 to do it manually rather than use error logs
9579         * src/etpan/imap-thread.c
9580                 Clean up UID logging a bit
9581         * src/gtk/logwindow.c
9582         * src/gtk/logwindow.h
9583                 Make logging faster when the window's closed
9584
9585 2006-09-01 [wwp]        2.4.0cvs126
9586
9587         * manual/fr/account.xml
9588                 reflect changes to the ref. manual (parts of cvs72):
9589                 fix tabnames and quotes.
9590
9591 2006-09-01 [wwp]        2.4.0cvs125
9592
9593         * manual/fr/plugins.xml
9594                 reflect changes to the reference manual (cvs42):
9595                 update IRC channel info.
9596
9597 2006-09-01 [wwp]        2.4.0cvs124
9598
9599         * commitHelper
9600                 use CVSEDITOR env. var. if set, according to `man cvs`.
9601
9602 2006-09-01 [wwp]        2.4.0cvs123
9603
9604         * manual/advanced.xml
9605                 better sentence again (thanks to Paul).
9606
9607 2006-09-01 [wwp]        2.4.0cvs122
9608
9609         * manual/advanced.xml
9610         fix definition of toolbar_detachable and rework a bit the one of
9611         enable_dotted_lines.
9612
9613 2006-09-01 [mones]      2.4.0cvs121
9614
9615         * manual/advanced.xml
9616                 Document enable_dotted_lines
9617
9618 2006-09-01 [paul]       2.4.0cvs120
9619
9620         * src/folderview.c
9621         * src/folderview.h
9622         * src/imap.c
9623         * src/mainwindow.c
9624         * src/summaryview.c
9625                 obey the 'When entering folder...' option
9626                 when using the /View/Go to/... menu items
9627                 Thanks to Colin
9628
9629 2006-08-31 [colin]      2.4.0cvs119
9630
9631         * src/folderview.c
9632                 Revert 2.4.0cvs116, wrong fix.
9633
9634 2006-08-31 [colin]      2.4.0cvs118
9635
9636         * src/gtk/gtksctree.c
9637                 Better state the various copyrights
9638
9639 2006-08-31 [colin]      2.4.0cvs117
9640
9641         * src/prefs_common.c
9642                 fix enable_dotted_lines
9643
9644 2006-08-31 [colin]      2.4.0cvs116
9645
9646         * src/folderview.c
9647                 Use pref "Always open on select" when going
9648                 to next unread folder
9649         * src/gtk/gtksctree.c
9650                 Fix link failure to _gtk_clist_create_cell_layout
9651                 on certain computers. (Why not mine, I wonder)
9652
9653 2006-08-31 [colin]      2.4.0cvs115
9654
9655         * src/procmsg.c
9656         * src/textview.c
9657         * src/plugins/bogofilter/bogofilter.c
9658         * src/plugins/spamassassin/spamassassin.c
9659                 Requalify some "errors" to warnings
9660         * src/mainwindow.c
9661         * src/mainwindow.h
9662         * src/statusbar.c
9663                 Add an icon in the statusbar to notify
9664                 of errors
9665         * src/gtk/gtksctree.c
9666         * src/folderview.c
9667         * src/summaryview.c
9668                 Make the GtkSCTree look more modern by
9669                 alternating background lines
9670         * src/prefs_common.c
9671         * src/prefs_common.h
9672                 Add a pref to let people have the old
9673                 way if they prefer
9674
9675
9676 2006-08-30 [colin]      2.4.0cvs114
9677
9678         * src/procmsg.c
9679         * src/procmsg.h
9680                 Provide a way to filter a list of
9681                 messages in an optimised manner, and
9682                 add a list-filtering hook
9683         * src/folder.c
9684         * src/inc.c
9685         * src/mbox.c
9686                 Use the list filtering
9687         * src/plugins/bogofilter/bogofilter.c
9688                 Use the list-filtering hook
9689                 Use -b (bulk) mode for more speed
9690                 when learning and filtering
9691         * src/etpan/imap-thread.c
9692                 Make log output shorter in UID SEARCH
9693
9694
9695 2006-08-30 [colin]      2.4.0cvs113
9696
9697         * src/plugins/bogofilter/bogofilter.c
9698                 Really fast mass learning - thanks to David
9699                 Relson for the options explanations :)
9700
9701 2006-08-30 [colin]      2.4.0cvs112
9702
9703         * src/msgcache.c
9704                 Fix compilation on FreeBSD. Thanks
9705                 to Michael Hugues
9706
9707 2006-08-29 [colin]      2.4.0cvs111
9708
9709         * src/folderview.c
9710                 Handle "popup_menu" signal (for popping the 
9711                 menu via the keyboard)
9712         * src/mimeview.c
9713         * src/mimeview.h
9714         * src/summaryview.c
9715         * src/textview.c
9716         * src/gtk/gtkutils.c
9717         * src/gtk/gtkutils.h
9718                 Factorize scrolling code, and add an API 
9719                 for MimeViewers to handle scroll orders
9720
9721 2006-08-29 [wwp]        2.4.0cvs110
9722
9723         * src/plugins//bogofilter/bogofilter.c
9724         * src/plugins//spamassassin/spamassassin.c
9725                 make the bogofilter/spamassassin filtering error dialogs at
9726         incorporation obey to the "don't popup error dialog on
9727         receive error" option. If disabled, feed the log window w/
9728         the error message.
9729
9730 2006-08-29 [paul]
9731
9732         2.5.0-rc2 released
9733
9734 2006-08-29 [paul]       2.4.0cvs109
9735
9736         * Makefile.am
9737                 remove 'make release', it's not needed
9738                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9739
9740 2006-08-29 [paul]       2.4.0cvs108
9741
9742         * src/foldersel.c
9743         * src/summary_search.c
9744         * src/gtk/progressdialog.c
9745         * src/plugins/pgpcore/passphrase.c
9746                 replace deprecated gtk_window_set_policy()
9747
9748 2006-08-29 [colin]      2.4.0cvs107
9749
9750         * src/folder.c
9751                 Fix data loss when copy fails during a move:
9752                 only use fast remove_msgs if everything was
9753                 copied OK; else use slow remove_msg on the
9754                 mails that got copied only.
9755
9756 2006-08-28 [paul]       2.4.0cvs106
9757
9758         * src/mh.c
9759                 revert change in 2.4.0cvs104, it breaks
9760                 stuff
9761
9762 2006-08-28 [paul]       2.4.0cvs105
9763
9764         * src/plugins/spamassassin/spamassassin.c
9765                 english fix
9766
9767 2006-08-28 [paul]       2.4.0cvs104
9768
9769         * src/mh.c
9770                 fix data loss when moving to another
9771                 mailbox fails
9772         * src/prefs_spelling.c
9773                 improve the english
9774         * src/gtk/pluginwindow.c
9775                 improve the layout of the dialog text
9776         All thanks to Colin
9777
9778 2006-08-28 [paul]       2.4.0cvs103
9779
9780         * src/plugins/bogofilter/bogofilter.c
9781         * src/plugins/bogofilter/bogofilter_gtk.c
9782                 fix english up a bit, innit
9783
9784 2006-08-28 [paul]       2.4.0cvs102
9785
9786         * configure.ac
9787         * po/Makefile.in.in
9788         * po/Makevars
9789                 require autoconf 2.60, enabling building
9790                 with gettext 0.15 (gettext 0.14.x build still
9791                 possible). Replace Makefiles with versions
9792                 from gettext 0.15.
9793                 Remove configure options --with-localedir and
9794                 --with-mandir. The options that are provided
9795                 directly by autoconf 2.60 can be used instead:
9796                 --mandir --localedir
9797
9798 2006-08-27 [colin]      2.4.0cvs101
9799
9800         * src/plugins/bogofilter/Makefile.am
9801                 Fix make dist (no README)
9802
9803 2006-08-27 [colin]      2.4.0cvs100
9804
9805         * src/folder.c
9806                 Don't use F_UNKNOWN folders for any default
9807                 outbox/trash/etc
9808         * src/plugins/bogofilter/bogofilter.c
9809         * src/plugins/bogofilter/bogofilter.h
9810         * src/plugins/bogofilter/bogofilter_gtk.c
9811                 Add an option to specify the path to bogofilter
9812                 Use single-quotes to be able to learn in folders
9813                 with spaces in their names
9814                 Verify learning status
9815
9816 2006-08-27 [colin]      2.4.0cvs99
9817
9818         * manual/faq.xml
9819         * manual/plugins.xml
9820                 Document Bogofilter plugin
9821
9822 2006-08-27 [colin]      2.4.0cvs98
9823
9824         * src/compose.c
9825         * src/messageview.c
9826         * src/procmsg.c
9827         * src/procmsg.h
9828                 When possible, copy the queued mail to sent folder
9829                 instead of re-adding. Much faster on IMAP.
9830
9831 2006-08-27 [colin]      2.4.0cvs97
9832
9833         * src/msgcache.c
9834                 Disable mmaped caches - huge metadata loss
9835                 here after a power failure.
9836         * src/summaryview.c
9837                 Add quicksearch timing
9838         * src/common/plugin.c
9839         * src/common/plugin.h
9840                 Implement an interface to tell what plugins
9841                 provide. Prevent loading of similar plugins.
9842         * src/plugins/clamav/clamav_plugin.c
9843         * src/plugins/demo/demo.c
9844         * src/plugins/dillo_viewer/dillo_viewer.c
9845         * src/plugins/pgpcore/plugin.c
9846         * src/plugins/pgpinline/pgpinline.c
9847         * src/plugins/pgpmime/pgpmime.c
9848         * src/plugins/spamassassin/spamassassin.c
9849         * src/plugins/trayicon/trayicon.c
9850                 Implement plugin_provides()
9851
9852 2006-08-27 [colin]      2.4.0cvs96
9853
9854         * configure.ac
9855         * src/plugins/Makefile.am
9856         * src/plugins/bogofilter/.cvsignore
9857         * src/plugins/bogofilter/Makefile.am
9858         * src/plugins/bogofilter/bogofilter.c
9859         * src/plugins/bogofilter/bogofilter.h
9860         * src/plugins/bogofilter/bogofilter_gtk.c
9861                 New Bogofilter plugin, provides filtering and
9862                 learning. Spamassassin will go to extra plugins.
9863
9864 2006-08-26 [mones]      2.4.0cvs95
9865
9866         * manual/handling.xml
9867                 Fix subfolder path in the example (thanks to Paul) 
9868
9869 2006-08-26 [mones]      2.4.0cvs94
9870
9871         * manual/glossary.xml
9872                 2.2. + add ISP to the glossary
9873                 7.5. + Add UIDL to glossary
9874                 7.7. + Add TCP to glossary
9875         * manual/handling.xml
9876                 7.1. + Mentions GNU/Linux distribution, what about the non...
9877                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9878                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9879                 7.4. = Use appropriate quotation for commands
9880                 7.6. = change "" to <quote></quote>
9881         * manual/plugins.xml
9882                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9883         * manual/starting.xml
9884                 2.1. + local mbox file: some examples of mbox file locations...
9885                 Also reformatted files requiring it
9886
9887 2006-08-26 [wwp]        2.4.0cvs93
9888
9889         * src/summary_search.c
9890                 disable find buttons while summary search is running.
9891
9892 2006-08-25 [colin]      2.4.0cvs92
9893
9894         * src/folder.c
9895         * src/folderutils.c
9896         * src/mh.c
9897         * src/procmsg.h
9898         * src/summaryview.c
9899                 Speed up MH moving, and add progressbar
9900                 for MH deletion
9901         * src/msgcache.c
9902                 Write cache files using mmap() too
9903
9904 2006-08-25 [wwp]        2.4.0cvs91
9905
9906         * src/summaryview.c
9907                 switch spam<->ham button when a message has been marked as spam or ham
9908                 and is still selected. Thanks to Colin.
9909
9910 2006-08-25 [paul]       2.4.0cvs90
9911
9912         * src/Makefile.am
9913         * src/stock_pixmap.c
9914         * src/stock_pixmap.h
9915         * src/summaryview.c
9916         * src/gtk/icon_legend.c
9917         * src/pixmaps/copied.xpm
9918         * src/pixmaps/moved.xpm
9919                 add icons for delayed execution marked for
9920                 copying, marked for moving
9921
9922 2006-08-25 [mones]      2.4.0cvs89
9923
9924         * manual/glossary.xml
9925                 Fix the other glossary items:
9926                 5.1. = Inmmediate execution -> <quote>immediate execution...
9927                 5.2. = Fix MBOX capitalization -> Mbox
9928                 5.3. + Improve Plugins def. w/ tech. ref.
9929                 5.4. = Quotation -> replace '>' by <quote>></quote>
9930                 5.5. - SMTP Server. -> remove dot
9931         * po/es.po
9932                 Updated translation
9933
9934 2006-08-25 [mones]      2.4.0cvs88
9935
9936         * manual/ack.xml
9937                 Reformatted, changed email address
9938         * manual/glossary.xml
9939                 Reformatted, fixed MANUAL-TODO items:
9940                 8.2. + add ROT-13 to glossary
9941                 8.4. + add URL to glossary
9942         * manual/es/advanced.xml
9943                 Fixed <literal>s
9944
9945 2006-08-25 [paul]       2.4.0cvs87
9946
9947         * src/gtk/icon_legend.c
9948                 add 'marked for deletion' icon
9949                 arrange icons by containing column
9950                 wrap long label text
9951
9952 2006-08-25 [colin]      2.4.0cvs86
9953
9954         * src/common/utils.c
9955         * src/common/utils.h
9956                 Add the sc_g_*list_bigger functions in
9957                 a place everyone can use it
9958         * src/summaryview.c
9959                 Only freeze/thaw the list when working
9960                 on the selection, if it's bigger than 1
9961         * src/gtk/gtksctree.c
9962                 Only freeze/thaw the list when unselec-
9963                 ting 'all' if ('all' != 1)
9964                 This avoids some flickering
9965
9966 2006-08-24 [colin]      2.4.0cvs85
9967
9968         * src/addressbook.c
9969                 Fix strange list selection
9970                 Fix random seg (Invalid read of freed memory)
9971
9972 2006-08-24 [colin]      2.4.0cvs84
9973
9974         * src/alertpanel.c
9975         * src/gtk/inputdialog.c
9976         * src/plugins/pgpcore/passphrase.c
9977                 Revert minimal width patch of 2.4.0cvs67,
9978                 as it is also a maximal width. Use 
9979                 gtk_window_set_default_size instead.
9980
9981 2006-08-24 [colin]      2.4.0cvs83
9982
9983         * src/msgcache.c
9984                 Write cache/mark to temp files before
9985                 overwriting old ones (avoids metadata
9986                 loss if writing the new files fail).
9987                 Use mmap() to read cache/mark file, as
9988                 this makes cache reading faster. Dis-
9989                 abled for big-endian machines until it
9990                 can be tested. (Big-endian users: set
9991                 msgcache_use_mmap = TRUE in the relevant
9992                 #if).
9993         * src/procmsg.h
9994                 Move rarely used fields of MsgInfo in 
9995                 another structure, which will only be
9996                 allocated if needed. Face, X-Face,
9997                 Return receipt headers and List-*
9998                 headers are moved. Mails having none
9999                 of these occupy 52 bytes less with
10000                 this patch, which makes 2.5MB of RAM
10001                 saved on a 50k folder).
10002         * src/headerview.c
10003         * src/mainwindow.c
10004         * src/messageview.c
10005         * src/partial_download.c
10006         * src/procheader.c
10007         * src/procmsg.c
10008         * src/textview.c
10009                 Follow this structure change.
10010
10011 2006-08-24 [wwp]        2.4.0cvs82
10012
10013         * manual/es/.cvsignore
10014         * manual/es/dist/.cvsignore
10015         * manual/es/dist/html/.cvsignore
10016         * manual/es/dist/pdf/.cvsignore
10017         * manual/es/dist/ps/.cvsignore
10018         * manual/es/dist/txt/.cvsignore
10019                 more (generated) files to ignore.
10020
10021 2006-08-24 [colin]      2.4.0cvs81
10022
10023         * src/folder.c
10024         * src/mh.c
10025                 Fix possible problems with local delivery. Check the folder doesn't
10026                 need scan before setting its mtime when saving cache (which can be
10027                 done long after the folder's been modified by an external process);
10028                 Check that the stored item's mtime didn't change in mh functions.
10029
10030 2006-08-24 [mones]      2.4.0cvs80
10031
10032         * manual/advanced.xml
10033                 Rewrapping, some fixes and MANUAL-TODO items:
10034                 8.1. = change "" to <quote></quote>
10035                 8.3. = quote menu items
10036                 8.5. - deploying -> new user ... ideally a new user (redundant)
10037
10038 2006-08-23 [colin]      2.4.0cvs79
10039
10040         * src/gtk/gtksctree.c
10041                 When selecting or deselecting range, only
10042                 freeze/thaw when selection is bigger than 10
10043
10044 2006-08-23 [colin]      2.4.0cvs78
10045
10046         * src/messageview.c
10047         * src/mimeview.c
10048         * src/mimeview.h
10049         * src/plugins/dillo_viewer/dillo_viewer.c
10050                 Provide an API for MimeViewer plugins to
10051                 return a text selection for replying
10052
10053 2006-08-23 [colin]      2.4.0cvs77
10054
10055         * src/image_viewer.c
10056         * src/textview.c
10057                 Use gtk_pixbuf_new_from_file_at_scale(), which
10058                 is faster than getting the pixbuf then resizing
10059                 it.
10060
10061 2006-08-23 [colin]      2.4.0cvs76
10062
10063         * src/procmime.c
10064                 UTF-8 should be sent Quoted-printable
10065
10066 2006-08-22 [colin]      2.4.0cvs75
10067
10068         * src/mh.c
10069                 Check if scan is required before touching
10070                 the folder (or it'll be required every time)
10071
10072 2006-08-22 [colin]      2.4.0cvs74
10073
10074         * configure.ac
10075                 Require libetpan 0.46 (crasher fix when built
10076                 against gnutls)
10077
10078 2006-08-22 [colin]      2.4.0cvs73
10079
10080         * src/folder.c
10081                 Set folder's mtime after writing its
10082                 cache
10083         * src/folderview.c
10084                 Add some timing
10085         * src/procmsg.c
10086                 Don't do useless stuff if we don't 
10087                 thread by subject
10088         * src/summaryview.c
10089                 Add some timing, don't deselect prior
10090                 to selecting (gtksctree does it itself),
10091                 remove crash avoidance hacks as it's been
10092                 properly fixed since a while
10093         * src/common/utils.c
10094                 Optimize to_human_readable(): _() is slow,
10095                 do it only once, and avoid %f format for KB
10096                 (the most common in a summaryview)
10097         * src/gtk/gtksctree.c
10098                 Don't uselessly freeze/thaw (fixes flicker
10099                 on next unread and friends), reduce number
10100                 of g_list_nth/g_list_position where possible
10101         * src/gtk/gtkutils.c
10102         * src/gtk/gtkutils.h
10103                 Reduce number of g_list_nth/g_list_position
10104                 where possible.
10105                 All of this makes loading as 70k folder 2.1
10106                 seconds instead of 3.2 (with hot FS caches).
10107                 (1.3 seconds without Date and Size columns...)
10108
10109 2006-08-22 [paul]       2.4.0cvs72
10110
10111         wrap documents and do some items from mones' MANUAL-TODO:
10112
10113         * manual/account.xml
10114                 4.1. = fix tabname references to <quote>tabname</quote>
10115                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10116         * manual/faq.xml
10117                 1.1. = mentioned options don't match UI
10118                 Add information about the 'Never send Return Receipts'
10119                 option
10120         * manual/handling.xml
10121                 6.2. = Mentions Extended symbols button, but now is
10122                 named Information
10123                 6.3. = Mentions ... button, which is now Edit
10124
10125 2006-08-22 [colin]      2.4.0cvs71
10126
10127         * src/gtk/pluginwindow.c
10128                 Fix layout in verbose translations (such
10129                 as french)
10130
10131 2006-08-22 [paul]       2.4.0cvs70
10132
10133         * manual/Makefile.am
10134                 build manuals in alphabetical order
10135         * src/addressbook.c
10136         * src/prefs_themes.c
10137                 replace/remove deprecated symbols
10138         * src/gtk/gtkutils.c
10139                 fix a warning
10140         * src/gtk/pluginwindow.c
10141                 replace deprecated symbol
10142                 replace label text and move it
10143         * src/plugins/pgpcore/prefs_gpg.c
10144                 move the 'Generate...' button out of the
10145                 Sign Key frame, replace the English used
10146         * src/plugins/pgpcore/sgpgme.c
10147                 fixes to the English
10148
10149 2006-08-21 [colin]      2.4.0cvs69
10150
10151         * src/plugins/trayicon/trayicon.c
10152                 Add more strings for translation; patch
10153                 by Pawel
10154
10155 2006-08-21 [colin]      2.4.0cvs68
10156
10157         * src/compose.c
10158                 fix replied flag not set after drafting
10159         * src/matcher.c
10160                 fix body quicksearch in non-encoded bodies
10161                 containing '='
10162         * src/msgcache.c
10163                 Get rid of the g_malloc workaround for
10164                 corrupted caches, use g_try_malloc
10165
10166 2006-08-21 [colin]      2.4.0cvs67
10167
10168         * src/alertpanel.c
10169         * src/gtk/inputdialog.c
10170         * src/plugins/pgpcore/passphrase.c
10171                 Set minimal width to 375
10172         * src/mainwindow.c
10173                 Fix switching to offline, asking if it 
10174                 should be overriden for synchronising
10175         * src/mimeview.c
10176                 Don't offer to remember command on Open 
10177                 with for text parts, as the browser or 
10178                 text editor command isn't changed from 
10179                 there
10180
10181 2006-08-20 [paul]       2.4.0cvs66
10182
10183         * po/ko.po
10184         * po/zh_CN.po
10185                 fix plural form errors. revealed by stricter
10186                 checking of gettext 0.15
10187
10188 2006-08-18 [paul]       2.4.0cvs65
10189
10190         * src/stock_pixmap.c
10191                 fix the fix of 2.4.0cvs64
10192                 Thanks to Colin
10193
10194 2006-08-18 [paul]       2.4.0cvs64
10195
10196         * src/stock_pixmap.c
10197                 fix leaks
10198                 Thanks to Colin
10199
10200 2006-08-18 [paul]       2.4.0cvs63
10201
10202         * src/compose.c
10203         * src/procmsg.c
10204                 fix occasional IMAP bug where large msgs
10205                 were left in the queue folder after sending
10206                 Thanks to Colin
10207
10208 2006-08-18 [paul]       2.4.0cvs62
10209
10210         * src/folderview.c
10211                 freeze the summaryview while quicksearch results
10212                 are displayed
10213                 (fixes bug 456 'current message is hidden when the
10214                 view is refreshed and extended search is "unread 
10215                 messages"')
10216                 Thanks to Colin
10217         * src/textview.c
10218                 add missing #include "inputdialog.h"
10219         * src/common/utils.h
10220                 add missing mailcap_update_default() and improve
10221                 readability
10222
10223 2006-08-17 [colin]      2.4.0cvs61
10224
10225         * src/plugins/pgpcore/select-keys.c
10226                 Fix warnings :)
10227
10228 2006-08-17 [colin]      2.4.0cvs60
10229
10230         * src/compose.c
10231                 Don't continue queuing if Cancel is clicked
10232                 in select-keys
10233
10234 2006-08-17 [colin]      2.4.0cvs59
10235
10236         * src/plugins/pgpcore/select-keys.c
10237                 When encrypting, if only one key matches and it 
10238                 matches exactly, automatically use it.
10239
10240 2006-08-17 [colin]      2.4.0cvs58
10241
10242         * src/mimeview.c
10243         * src/prefs_common.c
10244         * src/prefs_common.h
10245         * src/prefs_ext_prog.c
10246         * src/textview.c
10247                 Fix issues with previous patch (text/html)
10248                 Remove outdated prefs
10249
10250 2006-08-17 [colin]      2.4.0cvs57
10251
10252         * src/imap.c
10253                 Add View Log button on auth error
10254         * src/procmsg.c
10255                 Fix encrypted mail marked as new when
10256                 saved in normal folders
10257         * src/plugins/pgpinline/pgpinline.c
10258                 Fix encrypt bug on IMAP
10259         * src/mimeview.c
10260         * src/common/utils.c
10261         * src/common/utils.h
10262         * src/gtk/inputdialog.c
10263         * src/gtk/inputdialog.h
10264                 Get rid of metamail stuff, simplify
10265                 opening, and allow remembering of user's
10266                 choices (by updating ~/.mailcap). There's
10267                 still to drop "Audio player" and "Image
10268                 viewer" preferences.
10269
10270 2006-08-17 [mones]      2.4.0cvs56
10271
10272         * manual/es/sylpheed-claws-manual.xml
10273                 fix DTD path
10274
10275 2006-08-17 [mones]      2.4.0cvs55
10276
10277         * configure.ac
10278         * manual/Makefile.am
10279         * manual/es/Makefile.am
10280         * manual/es/account.xml
10281         * manual/es/ack.xml
10282         * manual/es/addrbook.xml
10283         * manual/es/advanced.xml
10284         * manual/es/faq.xml
10285         * manual/es/glossary.xml
10286         * manual/es/gpl.xml
10287         * manual/es/handling.xml
10288         * manual/es/intro.xml
10289         * manual/es/keyboard.xml
10290         * manual/es/plugins.xml
10291         * manual/es/starting.xml
10292         * manual/es/sylpheed-claws-manual.xml
10293         * manual/es/dist/Makefile.am
10294         * manual/es/dist/html/Makefile.am
10295         * manual/es/dist/pdf/Makefile.am
10296         * manual/es/dist/ps/Makefile.am
10297         * manual/es/dist/txt/Makefile.am
10298                 Spanish translation for the manual
10299
10300 2006-08-16 [colin]      2.4.0cvs54
10301
10302         * src/compose.c
10303         * src/main.c
10304         * src/mainwindow.c
10305                 Fix send button sensitivity at startup
10306                 Set send menu sensitivity (patch by Fabien)
10307         * src/ssl_manager.c
10308                 Enable closing with esc (patch by Fabien)
10309         * src/gtk/foldersort.c
10310                 Enable closing with esc (patch by Fabien)
10311         * src/procmime.c
10312                 Optimisation (no need to copy to tempfile to
10313                 "decode" 7bit and 8bit)
10314         * src/summaryview.c
10315                 Fix cruft in swap_from case
10316         * src/textview.c
10317                 Fix missing last line in some mail cases 
10318                 (Fixes debian #381872)
10319         * src/plugins/pgpcore/prefs_gpg.c
10320         * src/plugins/pgpcore/sgpgme.c
10321         * src/plugins/pgpcore/sgpgme.h
10322                 Don't show "no key found" when user explicitely
10323                 wants to create a key
10324
10325 2006-08-16 [paul]       2.4.0cvs53
10326
10327         * configure.ac
10328         * src/account.c
10329         * src/addressbook.c
10330         * src/headerview.c
10331         * src/prefs_account.c
10332         * src/prefs_message.c
10333         * src/gtk/gtkutils.c
10334                 bump up minimum required versions of GTK+ and
10335                 GLIB to 2.6.0
10336
10337 2006-08-16 [paul]       2.4.0cvs52
10338
10339         * src/toolbar.c
10340                 workaround GTK+ Bug 351600 - 'Can't re-click
10341                 on button after sensitivity update'
10342                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10343                 Thanks to Colin
10344
10345 2006-08-15 [colin]      2.4.0cvs51
10346
10347         * src/plugins/pgpcore/prefs_gpg.c
10348                 Set options sensitivity according to
10349                 key existence
10350         * src/plugins/pgpcore/sgpgme.c
10351                 Allow to create key with no passphrase
10352
10353 2006-08-14 [cleroy]     2.4.0cvs50
10354
10355         * src/gtk/pluginwindow.c
10356                 New layout (maybe to be changed?)
10357         * src/gtk/gtkutils.c
10358                 Fix a bit label_window
10359         * src/plugins/pgpcore/passphrase.c
10360         * src/plugins/pgpcore/passphrase.h
10361         * src/plugins/pgpcore/plugin.c
10362         * src/plugins/pgpcore/prefs_gpg.c
10363         * src/plugins/pgpcore/prefs_gpg.h
10364         * src/plugins/pgpcore/sgpgme.c
10365         * src/plugins/pgpcore/sgpgme.h
10366                 Allow to create a PGP private key via the GUI
10367
10368 2006-08-14 [wwp]        2.4.0cvs49
10369
10370         * src/addressbook_foldersel.c
10371                 fix strict ISO C90 compliance.
10372
10373 2006-08-14 [paul]       2.4.0cvs48
10374
10375         * src/gtk/prefswindow.c
10376                 re-set scrolled window on opening
10377                 Patch by Ticho
10378
10379 2006-08-14 [paul]
10380
10381         2.5.0-rc1 released
10382
10383 2006-08-14 [paul]       2.4.0cvs47
10384
10385         * src/prefs_display_header.c
10386                 re-enable user-defined Displayed Headers
10387
10388 2006-08-14 [paul]       2.4.0cvs46
10389
10390         * src/prefs_account.c
10391                 use GTK_STOCK_EDIT
10392
10393 2006-08-13 [colin]      2.4.0cvs45
10394
10395         * src/common/utils.c
10396                 Fix "a" in quote when the original message is empty,
10397                 by using \0 instead of 'a' to test writability of
10398                 temp files.
10399
10400 2006-08-13 [wwp]        2.4.0cvs44
10401
10402         * src/plugins/spamassassin/spamassassin.c
10403                 fix capitalization of "SpamAssassin" in some debug, log and
10404                 dialog messages.
10405
10406 2006-08-13 [paul]       2.4.0cvs43
10407
10408         * src/editldap.c
10409                 fix overlapping widgets
10410         * src/prefs_account.c
10411                 fix translation of protocol_names[]
10412                 fix label disappearing off the edge of the
10413                 visible area
10414
10415 2006-08-12 [paul]       2.4.0cvs42
10416
10417         * manual/plugins.xml
10418                 update IRC channel info before it gets forgotten
10419                 about
10420
10421 2006-08-11 [colin]      2.4.0cvs41
10422
10423         * src/compose.c
10424         * src/mainwindow.c
10425         * src/mainwindow.h
10426         * src/procmsg.c
10427         * src/procmsg.h
10428         * src/summaryview.c
10429         * src/toolbar.c
10430                 Grey out the Send button if
10431                 - Queue folders are empty, or
10432                 - We're sending already
10433
10434 2006-08-11 [wwp]        2.4.0cvs40
10435
10436         * src/main.c
10437                 fix a logic issue when quitting while a compose window is
10438                 still open, thanks to Colin.
10439
10440 2006-08-10 [colin]      2.4.0cvs39
10441
10442         * src/main.c
10443                 Fix default font size setting after wizard run
10444         * src/imap.c
10445         * src/etpan/imap-thread.c
10446         * src/etpan/imap-thread.h
10447                 Fix bug #999 (Timing out on TSL cert validation 
10448                 dialog makes ugly things happen). Also, STARTTLS
10449                 unconditionnaly if initial capabilities contain
10450                 LOGINDISABLED and STARTTLS.
10451
10452 2006-08-09 [colin]      2.4.0cvs38
10453
10454         * src/mainwindow.c
10455         * src/mainwindow.h
10456                 Fix Tools/Actions sensitivity when there are
10457                 no actions
10458
10459 2006-08-09 [colin]      2.4.0cvs37
10460
10461         * src/prefs_filtering.c
10462                 Warning fix, patch by Paul
10463         * src/messageview.c
10464         * src/prefs_actions.c
10465         * src/prefs_filtering_action.c
10466         * src/prefs_matcher.c
10467                 Uniformisation of "Info ..." to "Info..." (for
10468                 old gtk), patch by Fabien
10469         * src/plugins/clamav/clamav_plugin_gtk.c
10470                 Sensitivity fix by Fabien
10471
10472 2006-08-09 [colin]      2.4.0cvs36
10473
10474         * src/main.c
10475         * src/main.h
10476                 Add a function to know whether we're exiting
10477         * src/plugins/trayicon/trayicon.c
10478                 If exiting, don't do anything. Faster, and
10479                 avoids gtk_main_iteration reentracy causing
10480                 segfaults at exit
10481
10482 2006-08-09 [colin]      2.4.0cvs35
10483
10484         * src/messageview.c
10485         * src/mimeview.c
10486         * src/mimeview.h
10487                 Fix lack of part selection when automatically 
10488                 jumping to a specific part
10489         * src/msgcache.c
10490                 Little optimisation in cache reading
10491
10492 2006-08-09 [colin]      2.4.0cvs34
10493
10494         * src/compose.c
10495                 Fix crash setting the priority on reedit
10496                 (Accessing compose before creating it!)
10497
10498 2006-08-08 [colin]      2.4.0cvs33
10499
10500         * src/procmime.c
10501                 Fix bug #998 (last attachment is not accessible)
10502                 Bad RFC interpretation on multipart close-delimiters
10503         * src/mimeview.c
10504         * src/mimeview.h
10505         * src/gtk/gtkvscrollbutton.c
10506         * src/gtk/gtkvscrollbutton.h
10507                 Make attachments list wheel-scrollable
10508
10509 2006-08-07 [colin]      2.4.0cvs32
10510
10511         * src/gtk/gtkaspell.c
10512                 Fix bug #973 (Unicode punctation characters 
10513                 are not recognized as separators by the
10514                 spell checker); fix unsigned stuff
10515
10516 2006-08-07 [colin]      2.4.0cvs31
10517
10518         * src/compose.c
10519                 Fix bug #956 (DnD text with accents in compose 
10520                 text entry); fix gccc's signed/unsigned fuss
10521
10522 2006-08-06 [colin]      2.4.0cvs30
10523
10524         * src/main.c
10525                 Fix bug #979 (Plugin crashes when exiting 
10526                 sylpheed-claws) : handle exit request only 
10527                 once
10528
10529 2006-08-05 [colin]      2.4.0cvs29
10530
10531         * src/news.c
10532                 Just make sure we have a msgid.
10533
10534 2006-08-05 [colin]      2.4.0cvs28
10535
10536         * src/news.c
10537         * src/summaryview.c
10538                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10539                 by reimplementing it
10540         * src/textview.c
10541                 Fix bug when hiding quotes with level > 3 and quote
10542                 colors are recycled
10543
10544 2006-08-04 [colin]      2.4.0cvs27
10545
10546         * src/compose.c
10547         * src/undo.c
10548         * src/undo.h
10549                 Fix a bit replace-by-pasting undo
10550         * src/mainwindow.c
10551         * src/messageview.c
10552                 Fix Fold quotes menu synchro in
10553                 mainwindow when it changes in 
10554                 messageview
10555         * src/textview.c
10556                 Fix right-click on quotes blocks
10557         * src/common/utils.c
10558                 Verify that the file created by
10559                 my_tmpfile() is writable. Fixes
10560                 bug #988 (very specific filesystem
10561                 issue)
10562         * src/plugins/pgpcore/sgpgme.c
10563                 Fix file descriptor leak
10564         * src/plugins/spamassassin/spamassassin.c
10565                 Warn once if spamd isn't reachable
10566
10567 2006-08-04 [colin]      2.4.0cvs26
10568
10569         * src/toolbar.c
10570                 i18n context patch by Fabien
10571
10572 2006-08-03 [colin]      2.4.0cvs25
10573
10574         * src/mainwindow.c
10575         * src/messageview.c
10576                 Rename "Hide quotes" to "Fold quotes"
10577         * src/textview.c
10578                 Don't use hand cursor on quotes. "all 
10579                 the bonuses of the feature and none of 
10580                 unwelcome side-effects"
10581
10582 2006-08-03 [colin]      2.4.0cvs24
10583
10584         * AUTHORS
10585         * sylpheed-claws.desktop
10586         * src/gtk/authors.h
10587                 Bring the desktop file to XDG compliance
10588                 Patch by Charles A. Edwards
10589
10590 2006-08-03 [colin]      2.4.0cvs23
10591
10592         * src/textview.c
10593                 Fix links offset when they are preceded
10594                 by accentued chars (g_utf8_strlen!)
10595         * src/mainwindow.c
10596                 Fix wrong status when starting offline
10597
10598
10599 2006-08-03 [wwp]        2.4.0cvs22
10600
10601         * src/prefs_common.h
10602                 ask what to do w/ filtering rules that belong to an account when
10603                 applying filtering rules manually from the main window (skip,
10604                 apply regardless of the account, use current account). This dialog
10605                 can be skipped and the last reply used.
10606                 (forgot that file)
10607
10608 2006-08-03 [wwp]        2.4.0cvs21
10609
10610         * src/filtering.c
10611         * src/filtering.h
10612         * src/prefs_common.c
10613         * src/summaryview.c
10614         * src/alertpanel.c
10615         * src/alertpanel.h
10616         * src/messageview.c
10617                 ask what to do w/ filtering rules that belong to an account when
10618                 applying filtering rules manually from the main window (skip,
10619                 apply regardless of the account, use current account). This dialog
10620                 can be skipped and the last reply used.
10621
10622
10623 2006-08-03 [colin]      2.4.0cvs20
10624
10625         * src/textview.c
10626                 Optimize previous patch
10627
10628 2006-08-03 [cleroy]     2.4.0cvs19
10629
10630         * src/textview.c
10631                 Fix quotes getting toggled back when the
10632                 mail has an even number of text parts
10633
10634 2006-08-02 [colin]      2.4.0cvs18
10635
10636         * src/messageview.c
10637                 Add Hide quotes menu
10638
10639 2006-08-02 [colin]      2.4.0cvs17
10640
10641         * src/mainwindow.c
10642         * src/prefs_common.c
10643         * src/textview.c
10644         * src/textview.h
10645         * src/gtk/about.c
10646                 Allow per-level quote hiding,
10647                 Allow toggling quotes by double-clicking them
10648                 Rename RemoteURI to ClickableText to reflect
10649                 the fact it's used for a variety of things
10650
10651 2006-08-02 [wwp]        2.4.0cvs16
10652
10653         * src/mainwindow.c
10654                 fix "View/Hide quotes" menu item status initialization.
10655
10656 2006-08-02 [wwp]        2.4.0cvs15
10657
10658         * src/matcher_parser_parse.y
10659                 remove a debug trace.
10660
10661 2006-08-02 [paul]       2.4.0cvs14
10662
10663         * src/plugins/pgpcore/passphrase.c
10664                 don't set initial dialog size
10665                 make it resizable
10666
10667 2006-08-02 [paul]       2.4.0cvs13
10668
10669         * src/noticeview.c
10670                 remove the rogue '/' character
10671
10672 2006-08-02 [paul]       2.4.0cvs12
10673
10674         * src/noticeview.c
10675                 allow buttons to resize as necessary
10676
10677 2006-08-01 [wwp]        2.4.0cvs11
10678
10679         * src/mbox.c
10680                 fix strict ISO C90 compliance.
10681
10682 2006-08-01 [wwp]        2.4.0cvs10
10683
10684         * tools/update-po
10685                 updated update-po tool to work w/ context-dependent translations.
10686                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10687
10688 2006-08-01 [wwp]        2.4.0cvs9
10689
10690         * src/matcher.c
10691         * src/prefs_filtering.c
10692         * src/prefs_matcher.c
10693                 allow context-dependent translations for "All",
10694                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10695
10696 2006-07-31 [colin]      2.4.0cvs8
10697
10698         * AUTHORS
10699         * src/gtk/authors.h
10700                 Add Rafal to authors
10701
10702 2006-07-31 [colin]      2.4.0cvs7
10703
10704         * src/compose.c
10705         * src/mainwindow.c
10706         * src/messageview.h
10707         * src/prefs_common.c
10708         * src/prefs_common.h
10709         * src/textview.c
10710                 Add 'View/Hide quotes'. Patch based on a patch
10711                 by Rafal Weglarz
10712
10713 2006-07-31 [colin]      2.4.0cvs6
10714
10715         * src/action.c
10716                 Fix problem with "> stuff >" actions
10717
10718 2006-07-31 [paul]       2.4.0cvs5
10719
10720         * po/nb.po
10721                 updated by Geir Helland
10722
10723 2006-07-31 [wwp]        2.4.0cvs4
10724
10725         * src/mainwindow.c
10726         * src/summaryview.c
10727         * src/summaryview.h
10728                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10729                 thanks to Colin.
10730
10731 2006-07-31 [wwp]        2.4.0cvs3
10732
10733         * src/Makefile.am
10734         * src/addr_compl.c
10735         * src/addr_compl.h
10736         * src/addressbook.c
10737         * src/addressbook.h
10738         * src/addressbook_foldersel.c
10739         * src/addressbook_foldersel.h
10740         * src/addrindex.c
10741         * src/addrindex.h
10742         * src/matcher.c
10743         * src/matcher.h
10744         * src/matcher_parser_lex.l
10745         * src/matcher_parser_parse.y
10746         * src/prefs_common.c
10747         * src/prefs_common.h
10748         * src/prefs_filtering.c
10749         * src/prefs_matcher.c
10750         * src/prefs_matcher.h
10751         * src/summaryview.c
10752                 introduce filtering against the address book. It's now possible to add
10753                 matched conditions to determine if any email address in a message matches
10754                 or doesn't match any or all books or folders in the address book.
10755
10756 2006-07-31 [wwp]        2.4.0cvs2
10757
10758         * src/account.c
10759         * src/filtering.c
10760         * src/filtering.h
10761         * src/folder.c
10762         * src/folderview.c
10763         * src/inc.c
10764         * src/mainwindow.c
10765         * src/matcher.c
10766         * src/matcher_parser_lex.l
10767         * src/matcher_parser_parse.y
10768         * src/mbox.c
10769         * src/prefs_filtering.c
10770         * src/prefs_filtering.h
10771         * src/procmsg.c
10772         * src/procmsg.h
10773         * src/summaryview.c
10774                 introduce per-account filtering rules. Each filtering rule can now be assigned
10775                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10776                 when applying filtering rules manually, as all rules will apply - even the ones
10777                 assigned to an account. This issue will be addressed soon.
10778  
10779
10780
10781 2006-07-31 [wwp]        2.4.0cvs1
10782
10783         * src/quote_fmt.c
10784                 make more strings translatable.
10785
10786 2006-07-31 [paul]       2.4.0
10787
10788         2.4.0 released
10789
10790 2006-07-31 [paul]       2.3.1cvs91
10791
10792         * po/ca.po
10793                 updated by Miquel Oliete
10794
10795 2006-07-31 [paul]       2.3.1cvs90
10796
10797         * po/de.po
10798         * po/el.po
10799         * po/fr.po
10800         * po/it.po
10801         * po/pl.po
10802         * po/pt_BR.po
10803         * po/sr.po
10804         * po/zh_CN.po
10805                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10806                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10807                 Aleksandar Urosevic, and Ralgh Young
10808
10809 2006-07-31 [paul]       2.3.1cvs89
10810
10811         * src/account.c
10812         * src/main.c
10813         * src/mainwindow.c
10814         * src/mainwindow.h
10815                 Fix a race condition when, after an SC crash, rescanning
10816                 folders took more than 0.5 seconds
10817                 Thanks to Colin
10818
10819 2006-07-31 [paul]       2.3.1cvs88
10820
10821         * src/folderview.c
10822                 don't translate separator strings
10823
10824 2006-07-30 [mones]      2.3.1cvs87
10825
10826         * doc/man/sylpheed-claws.1
10827                 Fixed non-ASCII chars in Hoa's name
10828         * po/es.po
10829                 Updated for release
10830
10831 2006-07-27 [colin]      2.3.1cvs86
10832
10833         * src/textview.c
10834                 Don't include the leading \n in links
10835                 Patch by Fabien
10836
10837 2006-07-25 [colin]      2.3.1cvs85
10838
10839         * src/mainwindow.c
10840         * src/common/socket.h
10841         * src/etpan/imap-thread.c
10842                 Refresh resolvers before connecting
10843                 to IMAP servers, and after switching
10844                 to online. Thanks to Paul.
10845
10846 2006-07-18 [colin]
10847
10848         * 2.4.0-rc4 released
10849
10850 2006-07-17 [colin]      2.3.1cvs84
10851
10852         * src/inc.c
10853                 Show connection attempt in statusbar before
10854                 connecting (previously first message was
10855                 "Retrieving messages from ..." after the
10856                 connection succeeded.
10857
10858 2006-07-16 [wwp]        2.3.1cvs83
10859
10860         * sylpheed-claws.ico
10861                 Added .ico file (windows multi-size icon file, generated).
10862
10863 2006-07-12 [wwp]        2.3.1cvs82
10864
10865         * src/messageview.c
10866                 remove Message/Re-edit menu entry from messageview window,
10867                 as sent/draft/queued messages are opened in compose window when
10868                 re-edited and it's not possible to re-edit other msgs.
10869
10870 2006-07-12 [paul]       2.3.1cvs81
10871
10872         * AUTHORS
10873         * src/mainwindow.c
10874         * src/gtk/authors.h
10875                 check online state before resetting
10876                 mailcheck timer. Useful if some program
10877                 verifies connection state and updates
10878                 Claws.
10879                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10880
10881 2006-07-12 [paul]       2.3.1cvs80
10882
10883         * sylpheed-claws-128x128.png
10884         * sylpheed-claws-64x64.png
10885         * sylpheed-claws.png
10886         * src/Makefile.am
10887         * src/main.c
10888         * src/prefs_toolbar.c
10889         * src/stock_pixmap.c
10890         * src/stock_pixmap.h
10891         * src/wizard.c
10892         * src/gtk/about.c
10893         * src/gtk/gtkutils.c
10894         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10895         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10896         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10897         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10898         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10899         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10900                 updated and renamed logo/icon files and related
10901                 logo by Jesper Schultz
10902
10903 2006-07-11 [paul]       2.3.1cvs79
10904
10905         * src/main.c
10906                 fix the labels a smidgin
10907
10908 2006-07-09 [colin]      2.3.1cvs78
10909
10910         * src/textview.c
10911                 Show errors in textviewer's command
10912                 Patch by H. Merijn Brand
10913
10914 2006-07-09 [colin]      2.3.1cvs77
10915
10916         * src/compose.c
10917                 Save FMID in drafts too
10918
10919 2006-07-08 [colin]      2.3.1cvs76
10920
10921         * src/compose.c
10922                 Svae RMID in drafted mails too
10923                 Save quote_fmt vars for whole mails,
10924                 don't reset at each quote_fmt_init:
10925                 allows to use the same |i{var} in
10926                 various template fields
10927         * src/prefs_template.c
10928         * src/quote_fmt.h
10929         * src/quote_fmt_parse.y
10930                 Same
10931
10932 2006-07-08 [colin]      2.3.1cvs75
10933
10934         * src/textview.c
10935                 Fix highlighting of attached parts URIs
10936
10937 2006-07-08 [colin]      2.3.1cvs74
10938
10939         * src/main.c
10940                 Prevent bug #981 (sc 2.3.1 segfaults with 
10941                 gtk+ 2.10) from being reported again:
10942                 if Sylpheed-Claws has been compiled against
10943                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10944                 of if Sylpheed-Claws has been compiled against
10945                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10946                 error out.
10947
10948 2006-07-07 [colin]      2.3.1cvs73
10949
10950         * src/prefs_actions.c
10951                 Fix label
10952
10953 2006-07-07 [colin]      2.3.1cvs72
10954
10955         * src/prefs_actions.c
10956                 Fix compile on gtk < 2.8. argh :)
10957
10958 2006-07-07 [paul]       2.3.1cvs71
10959
10960         * src/common/defs.h
10961                 update DONATE_URI
10962
10963 2006-07-07 [colin]      2.3.1cvs70
10964
10965         * po/POTFILES.in
10966         * src/quote_fmt.c
10967         * src/quote_fmt_lex.l
10968         * src/quote_fmt_parse.y
10969                 Add |i{var}, a way to insert user-entered
10970                 text in a template
10971
10972 2006-07-07 [colin]
10973
10974         * 2.4.0-rc3 released
10975
10976 2006-07-07 [colin]      2.3.1cvs69
10977
10978         * src/folder.c
10979                 Don't consider inboxes of UNKNOWN folder 
10980                 classes to be useable as default inboxes
10981
10982 2006-07-07 [paul]       2.3.1cvs68
10983
10984         * src/textview.c
10985                 add missing #include <errno.h>
10986                 Thanks to René J. Blokland
10987
10988 2006-07-07 [paul]       2.3.1cvs67
10989
10990         * src/action.c
10991                 Return now Closes dialog
10992         * src/mimeview.c
10993         * src/mimeview.h
10994         * src/textview.c
10995                 add contextual menu to mime parts listed
10996                 in the textview
10997                 Thanks to Colin
10998         * src/common/utils.c
10999                 reversal: ' is a valid character in URLs
11000
11001 2006-07-06 [colin]      2.3.1cvs66
11002
11003         * src/remotefolder.h
11004                 Forgotten in previous commit
11005
11006 2006-07-06 [colin]      2.3.1cvs65
11007
11008         * src/folder.c
11009                 Set summary update flag whenever
11010                 totals changed
11011         * src/imap.c
11012         * src/prefs_account.c
11013         * src/common/utils.h
11014         * src/etpan/imap-thread.c
11015                 Fix warnings, thanks to Fabien and
11016                 Ricardo
11017
11018 2006-07-06 [wwp]        2.3.1cvs64
11019
11020         * src/gtk/gtkutils.c
11021                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11022
11023 2006-07-06 [wwp]        2.3.1cvs63
11024
11025         * src/account.c
11026         * src/addressbook.c
11027         * src/addressitem.h
11028         * src/folderview.c
11029         * src/mainwindow.c
11030         * src/manual.c
11031         * src/manual.h
11032         * src/message_search.c
11033         * src/prefs_actions.c
11034         * src/prefs_filtering.c
11035         * src/prefs_filtering.h
11036         * src/prefs_template.c
11037         * src/summary_search.c
11038         * src/summaryview.c
11039         * src/gtk/gtkutils.c
11040         * src/gtk/gtkutils.h
11041         * src/gtk/pluginwindow.c
11042                 add help buttons to some dialogs. Clicking such buttons opens a
11043                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11044
11045 2006-07-06 [paul]       2.3.1cvs62
11046
11047         * src/textview.c
11048                 fix attachments contextual menu
11049                 Thanks to Colin
11050
11051 2006-07-05 [colin]      2.3.1cvs61
11052
11053         * src/textview.c
11054         * src/compose.c
11055                 Handle sftp:// links
11056
11057 2006-07-05 [paul]       2.3.1cvs60
11058
11059         * src/gtk/filesel.c
11060                 grab save button by default
11061                 Thanks to Colin
11062
11063 2006-07-05 [wwp]        2.3.1cvs59
11064
11065         * manual/xml2pdf
11066                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11067
11068 2006-07-04 [colin]      2.3.1cvs58
11069
11070         * src/mimeview.c
11071         * src/textview.c
11072                 Use left click to select, middle click to open
11073                 on mimeparts links
11074         * src/common/utils.c
11075                 Fix segfault
11076
11077 2006-07-04 [colin]      2.3.1cvs57
11078
11079         * src/mainwindow.c
11080         * src/news.c
11081                 Warning fixes, thanks to Fabien
11082
11083 2006-07-04 [colin]      2.3.1cvs56
11084
11085         * src/mimeview.c
11086         * src/mimeview.h
11087         * src/textview.c
11088                 Allow parts to be selected via their text label
11089                 in textview
11090
11091 2006-07-04 [colin]      2.3.1cvs55
11092
11093         * src/folderview.c
11094                 Feedback when closing (for big folders)
11095         * src/prefs_actions.c
11096         * src/prefs_filtering.c
11097         * src/prefs_matcher.c
11098         * src/prefs_template.c
11099                 Fix default button when closing without
11100                 having saved
11101
11102 2006-07-04 [colin]      2.3.1cvs54
11103
11104         * src/news.c
11105                 Delete local file on deletion
11106
11107 2006-07-03 [colin]      2.3.1cvs53
11108
11109         * src/folderview.c
11110         * src/main.c
11111                 Don't freeze when rescanning after crash
11112
11113 2006-07-03 [wwp]        2.3.1cvs52
11114
11115         * src/compose.c
11116         * src/privacy.c
11117         * src/privacy.h
11118         * src/plugins/pgpinline/pgpinline.c
11119         * src/plugins/pgpmime/pgpmime.c
11120                 don't report an error when the user cancels the passphrase dialog.
11121
11122 2006-07-02 [colin]      2.3.1cvs51
11123
11124         * src/folderview.c
11125                 Open message when crossing folders with Space,
11126                 goto next unread and friends
11127
11128 2006-07-01 [colin]      2.3.1cvs50
11129
11130         * src/prefs_account.c
11131                 Typographic rules varying from language
11132                 to language (in french "Protocole :"),
11133                 we have to do that :)
11134
11135 2006-07-01 [ticho]      2.3.1cvs49
11136
11137         * src/prefs_account.c
11138                 Only use one temporary gchar* variable in
11139                 prefs_account_protocol_set_optmenu().
11140
11141 2006-07-01 [ticho]      2.3.1cvs48
11142
11143         * src/prefs_account.c
11144         * src/prefs_account.h
11145                 Use GtkLabel for existing account protocol name.
11146                 Created an array for protocol names and populate the
11147                 combobox from it in a for() cycle.
11148
11149 2006-06-30 [colin]      2.3.1cvs47
11150
11151         * src/compose.c
11152                 Block undo when changing signature (by changing
11153                 account)
11154
11155 2006-06-30 [paul]       2.3.1cvs46
11156
11157         * src/send_message.c
11158                 when editing From in the Compose window, use that address
11159                 in the Return-Path: header
11160                 Thanks to Colin
11161
11162 2006-06-30 [colin]      2.3.1cvs45
11163
11164         * src/compose.c
11165                 Fix signature replacement:
11166                 - when no newline before separator
11167                 - when reediting
11168
11169 2006-06-29 [colin]      2.3.1cvs44
11170
11171         * src/folderview.c
11172         * src/folderview.h
11173         * src/mainwindow.c
11174         * src/summaryview.c
11175                 Let 'View/Go to/Next marked' work like
11176                 Next new & Next unread: across folders
11177                 Change the select_on_entry pref to do
11178                 what we want when changing folder
11179         * src/common/utils.c
11180                 Fix single-quoted links 
11181
11182 2006-06-29 [colin]      2.3.1cvs43
11183
11184         * src/gtk/gtkaspell.c
11185                 "Sylpheed" and "Sylpheed-Claws" do exist !
11186
11187 2006-06-29 [colin]      2.3.1cvs42
11188
11189         * src/imap.c
11190                 Forgot to remove debug
11191
11192 2006-06-29 [colin]      2.3.1cvs41
11193
11194         * src/imap.c
11195         * src/imap.h
11196         * src/mainwindow.c
11197                 Disconnect from IMAP servers when going
11198                 offline. Fixes bug #978 (going to offline-mode 
11199                 won't close connections)
11200
11201 2006-06-29 [colin]      2.3.1cvs40
11202
11203         * src/main.c
11204                 Fix transient setting on failing plugins
11205                 Patch by Fabien
11206         * src/plugins/pgpcore/sgpgme.c
11207                 Only warn for OpenPGP. Most people don't
11208                 have CMS available.
11209
11210 2006-06-29 [colin]      2.3.1cvs39
11211
11212         * src/compose.c
11213                 Fix Spelling menu (discrepancy between context menu
11214                 and top menu when folder's dictionary isn't the 
11215                 default one)
11216         * src/plugins/pgpcore/sgpgme.c
11217                 More error reporting about why gpgme can fail
11218
11219 2006-06-29 [wwp]        2.3.1cvs38
11220
11221         * src/mainwindow.c
11222                 honor the display-header-pane setting even when the message view
11223                 is a separate window.
11224
11225 2006-06-29 [wwp]        2.3.1cvs37
11226
11227         * src/prefs_actions.c
11228                 forgot to commit that one (use of GTK_STOCK_INFO).
11229
11230 2006-06-29 [colin]      2.3.1cvs36
11231
11232         * src/imap.c
11233                 Better handling of login errors (ask the password
11234                 again once), alert in case of error. Fix three
11235                 signedness warnings.
11236
11237 2006-06-28 [wwp]        2.3.1cvs35
11238
11239         * src/prefs_template.c
11240         * src/prefs_matcher.c
11241         * src/prefs_filtering_action.c
11242         * src/prefs_quote.c
11243                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11244                 patch by Fabien Vantard, slightly modified.
11245
11246 2006-06-28 [paul]
11247
11248         2.4.0-rc2 released
11249
11250 2006-06-28 [colin]      2.3.1cvs34
11251
11252         * src/prefs_account.c
11253                 Fix bug #977 (Can't add or edit imap accounts)
11254
11255 2006-06-28 [colin]      2.3.1cvs33
11256
11257         * src/mimeview.c
11258                 Fix previous
11259
11260 2006-06-28 [colin]      2.3.1cvs32
11261
11262         * src/mimeview.c
11263                 Save named inlined attachments with "Save all"
11264         * src/main.c
11265         * src/mbox.c
11266         * src/common/plugin.c
11267         * src/common/plugin.h
11268         * src/common/sylpheed.c
11269         * src/common/utils.c
11270         * src/plugins/pgpcore/sylpheed.def
11271         * src/plugins/pgpinline/sylpheed.def
11272         * src/plugins/pgpmime/sylpheed.def
11273                 Win32 compatibility patch, by
11274                 Werner Koch
11275
11276 2006-06-28 [wwp]        2.3.1cvs31
11277
11278         * src/imap.c
11279         * src/prefs_folder_item.c
11280                 less compilation warnings (thanks to Fabien Vantard), less typos.
11281
11282 2006-06-28 [paul]       2.3.1cvs30
11283
11284         * src/gtk/gtkutils.c
11285                 gtk_combo_box_set_focus_on_click() is only
11286                 available since gtk 2.6.0
11287
11288 2006-06-28 [paul]       2.3.1cvs29
11289
11290         * src/prefs_ext_prog.c
11291                 fix engrish and add a tooltip for the
11292                 'command for 'Display as text' option
11293
11294 2006-06-28 [paul]
11295
11296         2.4.0-rc1 released
11297
11298 2006-06-28 [paul]       2.3.1cvs28
11299
11300         * ChangeLog
11301         * tools/Makefile.am
11302                 include textviewer.pl in releases
11303
11304 2006-06-28 [paul]       2.3.1cvs27
11305
11306         * src/prefs_ext_prog.c
11307                 hide Print command option if libgnomeprint
11308                 support is present
11309
11310 2006-06-27 [colin]      2.3.1cvs26
11311
11312         * src/compose.c
11313                 Fix Esc handling in insert/attach dialog
11314                 Don't show this dialog if dragging something
11315                 else than text/uri-list
11316                 Thanks to Fabien Vantard
11317         * tools/textviewer.pl
11318                 Filter script to display stuff as text
11319                 by H. Merijn Brand
11320
11321 2006-06-27 [wwp]        2.3.1cvs25
11322
11323         * src/messageview.c
11324                 use the exact product name (message view title), patch
11325                 by Fabien Vantard.
11326
11327 2006-06-27 [ticho]      2.3.1cvs24
11328
11329         * src/prefs_account.c
11330         * src/prefs_common.c
11331         * src/prefs_common.h
11332         * src/prefs_ext_prog.c
11333         * src/textview.c
11334                 Add a preference (Preferences/External programs)
11335                 to allow "Display as text" to be done via a script
11336                 (patch by H.Merijn Brand).
11337                 Use GtkComboBox for protocol selection in account
11338                 preferences.
11339                 Only include current choice for existing accounts, and
11340                 insensitivize the combobox.
11341
11342 2006-06-27 [paul]       2.3.1cvs23
11343
11344         * src/mbox.c
11345                 fix crasher introduced in cvs21.
11346                 Thanks to Colin
11347
11348 2006-06-26 [colin]      2.3.1cvs22
11349
11350         * src/mbox.c
11351                 Fix double-frees when leaving folders
11352                 after exporting to mbox
11353
11354 2006-06-26 [colin]      2.3.1cvs21
11355
11356         * src/mbox.c
11357                 More feedback (and optimisation)
11358                 on import/export
11359         * src/common/utils.c
11360                 Fix case when looking for mail addresses
11361         * src/gtk/gtkutils.c
11362                 Extra check for (X-)Face
11363
11364 2006-06-25 [ticho]      2.3.1cvs20
11365
11366         * src/compose.c
11367         * src/exphtmldlg.c
11368         * src/gtk/gtkutils.c
11369         * src/gtk/gtkutils.h
11370                 Added second argument to gtkut_sc_combobox_create() to
11371                 control focus-on-click for the widget.
11372                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11373
11374 2006-06-25 [ticho]      2.3.1cvs19
11375
11376         * src/compose.c
11377         * src/gtk/Makefile.am
11378         * src/gtk/combobox.c
11379         * src/gtk/combobox.h
11380         * src/gtk/gtkutils.c
11381         * src/gtk/gtkutils.h
11382                 Use GtkComboBox instead of deprecated GtkOptionMenu
11383                 for account selector in compose window and for encoding
11384                 selector in attachment properties.
11385                 Also factorise working with the new GtkComboBox somewhat.
11386
11387 2006-06-24 [paul]       2.3.1cvs18
11388
11389         * src/prefs_common.c
11390                 use the correct default value
11391
11392 2006-06-24 [paul]       2.3.1cvs17
11393
11394         * src/compose.c
11395         * src/prefs_common.c
11396         * src/prefs_common.h
11397         * src/prefs_compose_writing.c
11398                 enable setting of default action when
11399                 dnd'ing files in the compose window.
11400                 (Collaborative effort with wwp)
11401
11402 2006-06-23 [wwp]        2.3.1cvs16
11403
11404         * src/compose.c
11405                 i18n fix (thanks to Fabien Vantard)
11406
11407 2006-06-22 [colin]      2.3.1cvs15
11408
11409         * src/prefs_customheader.c
11410                 Don't use filters in custom headers' file 
11411                 selector. Remember, extensions mean nothing :)
11412
11413 2006-06-22 [paul]       2.3.1cvs14
11414
11415         * configure.ac
11416                 allow setting of man directory location
11417
11418 2006-06-22 [colin]      2.3.1cvs13
11419
11420         * src/mainwindow.c
11421                 Add 'View/Go to/Next unread folder'.
11422                 I missed that :)
11423
11424 2006-06-22 [colin]      2.3.1cvs12
11425
11426         * src/common/utils.c
11427                 Add some subject prefixes
11428                 Patch by Bjorn T Johansen <btj@havleik.no>
11429
11430 2006-06-22 [colin]      2.3.1cvs11
11431
11432         * manual/advanced.xml
11433                 Forgotten hidden pref
11434
11435 2006-06-21 [paul]       2.3.1cvs10
11436
11437         * src/prefs_account.c
11438                 complete the removal of 'Add date header' option
11439
11440 2006-06-21 [paul]       2.3.1cvs9
11441
11442         * src/account.c
11443         * src/compose.c
11444         * src/prefs_account.c
11445         * src/prefs_account.h
11446                 remove option to add date header - always
11447                 add date header
11448         * src/etpan/imap-thread.c
11449                 fix warnings (Thanks to Colin)
11450
11451 2006-06-21 [wwp]        2.3.1cvs8
11452
11453         * src/folder.c
11454                 set the attachment flag when inline text part are (file)named. This is more convenient
11455                 when receiving (for instance) inline source files or patches sent using thunderbird.
11456
11457 2006-06-21 [paul]       2.3.1cvs7
11458
11459         * src/inc.c
11460                 fix off-by-one count of current msg in
11461                 statusbar filtering progressbar
11462
11463 2006-06-21 [paul]       2.3.1cvs6
11464
11465         * src/folder.c
11466                 Show attachment icon even if the part is 'inline'
11467                 if the following conditions are met:
11468                 - content-type != 'text/plain'
11469                 - content-type != '*/pgp-signature'
11470                 - either 'name' or 'filename' parameter is not NULL
11471                 
11472                 Thanks to Colin
11473
11474 2006-06-21 [paul]       2.3.1cvs5
11475
11476         * src/messageview.c
11477         * src/prefs_common.c
11478         * src/prefs_common.h
11479         * src/prefs_other.c
11480                 add an option to 'Never send Return
11481                 Receipts'
11482                 Thanks to Colin
11483
11484 2006-06-20 [mones]      2.3.1cvs4
11485
11486         * po/es.po
11487                 updated
11488         * src/compose.c
11489                 typo fixed (space after comma)
11490         * tools/make.themes.project
11491                 remove exec mode from tarball files
11492
11493 2006-06-20 [colin]      2.3.1cvs3
11494
11495         * src/news.c
11496         * src/procheader.c
11497         * src/unmime.c
11498                 Better fix for \n's in headers (don't 
11499                 break Received: and others)
11500
11501 2006-06-20 [paul]       2.3.1cvs2
11502
11503         * src/alertpanel.c
11504         * src/textview.c
11505                 improve legibility of phishing attempt
11506                 dialog
11507
11508 2006-06-20 [paul]       2.3.1cvs1
11509
11510         * NEWS
11511         * README
11512         * configure.ac
11513                 Update version number following
11514                 stable release
11515
11516 2006-06-20 [colin]      2.3.0cvs26
11517
11518         * src/compose.c
11519                 When dragging a file to the text of the compose
11520                 window, ask whether we want to insert or attach
11521                 (I know lots of people who do that to attach)
11522
11523 2006-06-20 [colin]      2.3.0cvs25
11524
11525         * src/etpan/imap-thread.c
11526                 Fix threshold (the append command is often > 32 bytes)
11527
11528 2006-06-19 [colin]      2.3.0cvs24
11529
11530         * src/imap.c
11531         * src/etpan/imap-thread.c
11532                 Workaround Rockliffe IMAP server bug: replace
11533                 "x UID SEARCH (ANSWERED UID 1:*)" with
11534                 "x UID SEARCH ANSWERED"
11535                 (Rockliffe doesn't handle the parenthesis)
11536
11537 2006-06-19 [colin]      2.3.0cvs23
11538
11539         * src/compose.c
11540         * src/imap.c
11541         * src/etpan/imap-thread.c
11542                 Probably fix bug #972 (Freezes when adding 
11543                 an attachment to the message)
11544         * src/common/defs.h
11545                 Modernize Firefox cmd
11546
11547
11548 2006-06-18 [colin]      2.3.0cvs22
11549
11550         * src/prefs_customheader.c
11551                 Only allow correct filenames for various
11552                 custom headers
11553
11554 2006-06-18 [colin]      2.3.0cvs21
11555
11556         * src/prefs_customheader.c
11557                 Add a 'From File...' button in custom headers prefs, which
11558                 try to do the right thing: 
11559                 for normal headers, use file as plaintext,
11560                 for X-Face, calls compface,
11561                 for Face, encode to b64.
11562
11563 2006-06-17 [colin]      2.3.0cvs20
11564
11565         * src/mh.c
11566                 Warning fix
11567
11568 2006-06-16 [colin]      2.3.0cvs19
11569
11570         * src/summaryview.c
11571                 Recursive quicksearch: show message list
11572                 in current folder, *then* search children
11573                 in the background.
11574
11575 2006-06-16 [colin]      2.3.0cvs18
11576
11577         * src/main.c
11578                 Instead of ignoring SIGPIPE, save caches
11579                 when getting one. Will fix the fact that
11580                 hot caches are out-of-date when logging 
11581                 out of Xorg.
11582         * src/compose.c
11583         * src/prefs_compose_writing.c
11584                 Only save text (not attachments) when 
11585                 auto-saving to drafts
11586         * src/unmime.c
11587                 Always replace \n, \r and \t with spaces
11588                 in headers
11589         * manual/dist/html/Makefile.am
11590         * manual/dist/pdf/Makefile.am
11591         * manual/dist/ps/Makefile.am
11592         * manual/dist/txt/Makefile.am
11593         * manual/fr/dist/html/Makefile.am
11594         * manual/fr/dist/pdf/Makefile.am
11595         * manual/fr/dist/ps/Makefile.am
11596         * manual/fr/dist/txt/Makefile.am
11597         * manual/pl/dist/html/Makefile.am
11598         * manual/pl/dist/pdf/Makefile.am
11599         * manual/pl/dist/ps/Makefile.am
11600         * manual/pl/dist/txt/Makefile.am
11601                 Fix make clean removing pregenerated manuals
11602
11603
11604 2006-06-16 [colin]      2.3.0cvs17
11605
11606         * src/plugins/pgpcore/sgpgme.c
11607         * src/plugins/pgpmime/pgpmime.c
11608         * src/plugins/pgpinline/pgpinline.c
11609                 Better error reporting in setup_signers.
11610                 Don't fallback to default key if specified
11611                 key isn't found.
11612                 Don't allow signing if more than one secret
11613                 key matches the one specified in prefs.
11614
11615 2006-06-15 [colin]      2.3.0cvs16
11616
11617         * src/folderview.c
11618                 Add "Send queue" in the folder's contextual
11619                 menu
11620         * src/compose.c
11621         * src/messageview.c
11622         * src/privacy.c
11623         * src/privacy.h
11624         * src/procmime.c
11625         * src/procmsg.c
11626         * src/plugins/pgpcore/passphrase.c
11627         * src/plugins/pgpcore/sgpgme.c
11628         * src/plugins/pgpinline/pgpinline.c
11629         * src/plugins/pgpmime/pgpmime.c
11630                 Better error reporting
11631         * src/mbox.c
11632                 Probably fix bug #971 (2.2.3 cannot read mail 
11633                 from local mbox)
11634
11635
11636 2006-06-15 [mones]      2.3.0cvs15
11637
11638         * tools/make.themes.project
11639                 creates the themes project from the web page
11640
11641 2006-06-15 [colin]      2.3.0cvs14
11642
11643         * src/folder.c
11644                 Better fix (avoid losing the folder if scan_tree 
11645                 fails)
11646
11647 2006-06-15 [cleroy]     2.3.0cvs13
11648
11649         * src/folder.c
11650                 Probably fix Bug #969 (crash on rebuilding 
11651                 imap folder)
11652
11653 2006-06-14 [colin]      2.3.0cvs12
11654
11655         * manual/dtd/manual.xsl
11656         * manual/sylpheed-claws-manual.xml
11657         * manual/fr/sylpheed-claws-manual.xml
11658         * manual/pl/sylpheed-claws-manual.xml
11659                 Insert pagebreaks between sections
11660
11661 2006-06-14 [paul]       2.3.0cvs11
11662
11663         * configure.ac
11664                 better fix than 2.3.0cvs10
11665
11666 2006-06-14 [paul]       2.3.0cvs10
11667
11668         * configure.ac
11669                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11670                 (backwards compatible)
11671
11672 2006-06-13 [colin]      2.3.0cvs9
11673
11674         * src/messageview.c
11675                 Fix sending of return receipt with the new queue folders
11676
11677 2006-06-13 [wwp]        2.3.0cvs8
11678
11679         * src/quote_fmt_lex.l
11680                 fix wrong tokens returned in quote_fmt lexer, query not().
11681
11682 2006-06-13 [wwp]        2.3.0cvs7
11683
11684         * src/folder.c
11685         * src/prefs_folder_item.c
11686                 allow changing folder type even when folder is not a top-level one,
11687                 thanks to Colin.
11688
11689 2006-06-12 [colin]      2.3.0cvs6
11690
11691         * src/folderview.c
11692                 Fix double-ask of "Do you want to mark all
11693                 as read"
11694
11695 2006-06-12 [colin]      2.3.0cvs5
11696
11697         * src/compose.c
11698         * src/compose.h
11699         * src/folder.c
11700         * src/folder.h
11701         * src/imap.c
11702         * src/inc.c
11703         * src/main.c
11704         * src/messageview.c
11705         * src/mh.c
11706         * src/prefs_folder_item.c
11707         * src/procheader.c
11708         * src/procmime.c
11709         * src/procmsg.c
11710         * src/procmsg.h
11711         * src/send_message.c
11712         * src/summaryview.c
11713         * src/toolbar.c
11714                 Apply bug #964's patch (Queue and drafts aren't normal)
11715                 The Drafts and Queue folder now contain RFC-822 files,
11716                 allowing to move and copy mails from and to these 
11717                 folders. Moving from Drafts to Queue will prepare the
11718                 mail for sending (PGP signature, encryption, etc).
11719                 This patch also rework sending errors handling to try
11720                 to be more helpful.
11721                 Also, allow redefining folder types via the GUI 
11722                 (Folder type in its Properties)
11723
11724 2006-06-12 [colin]      2.3.0cvs4
11725
11726         * src/summaryview.c
11727         * src/prefs_common.c
11728         * src/prefs_common.h
11729         * src/gedit-print.c
11730                 Allow to define a specific print font - patch
11731                 by Bernhard Walle <bernhard.walle@gmx.de>
11732         * src/prefs_fonts.c
11733         * manual/advanced.xml
11734         * manual/fr/advanced.xml
11735                 Add a hidden pref to allow deletion without
11736                 confirmation
11737
11738 2006-06-12 [wwp]        2.3.0cvs3
11739
11740         * .cvsignore
11741                 more files to ignore.
11742
11743 2006-06-12 [wwp]        2.3.0cvs2
11744
11745         * src/quote_fmt.c
11746         * src/quote_fmt_lex.l
11747         * src/quote_fmt_parse.y
11748                 extend the quote_fmt parser (templates and quotes):
11749                 - allow limited sub-expressions in |p{} and |f{} expressions,
11750                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11751                 - implemented/fixed missing implementation of query_references and show_references,
11752                 - completed, fixed contents and format of the symbols help dialog,
11753                 - fix some compilation warnings.
11754
11755 2006-06-12 [wwp]        2.3.0cvs1
11756
11757         * manual/advanced.xml
11758         * manual/fr/advanced.xml
11759                 updates in the "templates" section of the manual (eng/fr):
11760                  - be more precise (both versions)
11761                  - completed to match the english reference (fr version)
11762                  - touchups (both versions)
11763
11764 2006-06-12 [paul]       2.3.0
11765
11766         2.3.0 released
11767
11768 2006-06-12 [paul]       2.2.3cvs14
11769
11770         * po/ca.po
11771         * po/cs.po
11772         * po/de.po
11773         * po/el.po
11774         * po/fr.po
11775         * po/it.po
11776         * po/pt_BR.po
11777         * po/sr.po
11778         * po/zh_CN.po
11779                 updated by Miquel Oliete, Tim, Stephan Sachse,
11780                 Stavros Giannouris, Fabien Vantard, Andrea
11781                 Spadaccini, Frederico Goncalves Guimaraes,
11782                 Aleksandar Urosevic, and Ralgh Young
11783
11784 2006-06-12 [colin]      2.2.3cvs13
11785
11786         * src/mbox.c
11787                 Add missing header
11788
11789 2006-06-11 [colin]      2.2.3cvs12
11790
11791         * src/msgcache.c
11792                 Verify that g_malloc() succeeded
11793
11794 2006-06-11 [colin]      2.2.3cvs11
11795
11796         * src/wizard.c
11797                 Add Face header to welcome mail
11798
11799 2006-06-10 [colin]      2.2.3cvs10
11800
11801         * src/textview.c
11802                 Revert previous (Forgot it changes the
11803                 margin on the whole mail)
11804
11805 2006-06-10 [colin]      2.2.3cvs9
11806
11807         * src/textview.c
11808                 Don't overlap long headers under (X-)Face
11809
11810 2006-06-10 [mones]      2.2.3cvs8
11811
11812         * manual/xml2pdf
11813                 allow generation of manual on systems lacking saxon binary
11814                 but with java and the saxon library installed
11815
11816         * po/es.po
11817                 updated for release
11818
11819 2006-06-09 [colin]      2.2.3cvs7
11820
11821         * src/summaryview.c
11822                 Fix leak when using Display Sender using Addressbook
11823
11824 2006-06-09 [colin]      2.2.3cvs6
11825
11826         * src/compose.c
11827         * src/folder.c
11828         * src/folderview.c
11829         * src/mimeview.c
11830         * src/summaryview.c
11831                 More leaks fixes
11832
11833 2006-06-09 [paul]       2.2.3cvs5
11834
11835         * AUTHORS
11836         * src/gtk/authors.h
11837         * tools/claws.i18n.status.pl
11838                 updated with new info
11839
11840 2006-06-09 [paul]       2.2.3cvs4
11841
11842         * README
11843                 updated
11844         * manual/ack.xml
11845                 add wwp to authors list
11846         * src/gtk/authors.h
11847                 update mine and Colin's addresses
11848
11849 2006-06-08 [colin]      2.2.3cvs3
11850
11851         * src/etpan/imap-thread.c
11852                 Fix leak on SSL cert check
11853
11854 2006-06-08 [colin]      2.2.3cvs2
11855
11856         * src/common/utils.c
11857                 Fix leak
11858
11859 2006-06-08 [paul]       2.2.3cvs1
11860
11861         * configure.ac
11862                 Update version number following
11863                 stable release
11864
11865 2006-06-07 [colin]      2.2.2cvs3
11866
11867         * src/msgcache.c
11868                 Fix catching cache read errors (guint instead of gint)
11869                 Prevent malloc'ing more than 8MB (means cache corruption)
11870
11871 2006-06-07 [paul]       2.2.2cvs2
11872
11873         * src/exporthtml.c
11874         * src/exportldif.c
11875         * src/mh.c
11876         * src/mutt.c
11877         * src/pine.c
11878         * src/common/utils.c
11879                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11880                 obey $HOME'
11881                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11882                 Thanks to Colin
11883
11884 2006-06-06 [paul]       2.2.2cvs1
11885
11886         * configure.ac
11887                 Update version number following
11888                 stable release
11889
11890 2006-06-06 [paul]       2.2.1cvs6
11891
11892         * src/matcher.c
11893                 fix  implicit declaration of
11894                 sylpheed_do_idle()
11895                 Patch by Fabien Vantard
11896
11897 2006-06-06 [paul]       2.2.1cvs5
11898
11899         * src/matcher.c
11900                 fix age_greater and age_lower so that they
11901                 mean what say and not '...or equal to'
11902                 Thanks to Colin
11903
11904 2006-06-06 [paul]       2.2.1cvs4
11905
11906         * src/textview.c
11907         * src/common/utils.c
11908                 fix URI check
11909                 Thanks to Colin
11910
11911 2006-06-05 [wwp]        2.2.1cvs3
11912
11913         * manual/fr/account.xml
11914                 minor language fixes (thanks to Fabien Vantard).
11915
11916 2006-06-05 [colin]      2.2.1cvs2
11917
11918         * src/prefs_folder_item.c
11919         * src/folderview.c
11920                 Allow recursive setting of properties 
11921                 for whole mailboxes
11922         * src/matcher.c
11923                 Don't freeze on 'test' filtering rule
11924
11925 2006-06-05 [colin]      2.2.1cvs1
11926
11927         * configure.ac
11928                 Update version number following
11929                 stable release
11930
11931 2006-06-04 [wwp]        2.2.0cvs82
11932
11933         * manual/glossary.xml
11934         * manual/account.xml
11935         * manual/fr/glossary.xml
11936         * manual/fr/account.xml
11937                 added glossary section and references/links related to the Face custom header.
11938
11939 2006-06-04 [colin]      2.2.0cvs81
11940
11941         * src/summaryview.c
11942                 Skip to next message on move with no
11943                 immediate execution
11944
11945 2006-06-04 [wwp]        2.2.0cvs80
11946
11947         * manual/xml2pdf
11948                 added sanity checks, exit when needed.
11949
11950 2006-06-03 [paul]       2.2.0cvs79
11951
11952         * src/prefs_receive.c
11953                 page name is now 'Receiving'
11954         * src/prefs_send.c
11955                 page name is now 'Sending'
11956
11957 2006-06-03 [colin]      2.2.0cvs78
11958
11959         * src/plugins/spamassassin/spamassassin_gtk.c
11960                 Autoswitch to Localhost if transport was previously
11961                 disabled. Else people had to check [] Enable, then
11962                 *reselect* transport.
11963
11964 2006-06-03 [colin]      2.2.0cvs77
11965
11966         * src/plugins/pgpinline/pgpinline.c
11967         * src/plugins/pgpmime/pgpmime.c
11968                 Check that gpg_data_release_and_get_mem 
11969                 didn't fail (now, why this happens...)
11970
11971 2006-06-03 [colin]      2.2.0cvs76
11972
11973         * src/mbox.c
11974                 Fix bug #962 (Manual and/or UI should 
11975                 warn about incompatible locking 
11976                 causing dataloss)
11977
11978 2006-06-02 [cleroy]     2.2.0cvs75
11979
11980         * src/filtering.c
11981         * src/folder.c
11982         * src/procmsg.c
11983         * src/summaryview.c
11984                 Fix a few leaks
11985
11986 2006-06-02 [colin]      2.2.0cvs74
11987
11988         * src/main.c
11989                 On exit, free caches after writing them
11990                 Shuts up some valgrind false positives
11991         * src/procmsg.c
11992         * src/send_message.c
11993                 Fix races when reusing existing SMTP connections
11994                 Fix inexistant session timeout
11995         * src/toolbar.c
11996                 Display alertpanel after all queues have
11997                 been processed, not after each
11998
11999 2006-06-02 [wwp]        2.2.0cvs73
12000
12001         * manual/fr/glossary.xml
12002         * manual/fr/ack.xml
12003         * manual/ack.xml
12004                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12005
12006 2006-06-02 [wwp]        2.2.0cvs72
12007
12008         * manual/xml2pdf
12009         * manual/dist/pdf/Makefile.am
12010         * manual/dtd/manual.xsl
12011         * manual/fr/dist/pdf/Makefile.am
12012         * manual/pl/dist/pdf/Makefile.am
12013                 we changed the procedure to generate the .pdf version of the manual.
12014                 The procedure is more modern and the .pdf we get now has a valid index.
12015                 Here are the new pre-requisites:
12016
12017                 - JRE 1.x (1.4 here): there must be one from your distro
12018                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12019                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12020                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12021
12022                 See my posts for further info about the installation of this toolchain:
12023
12024                 Date: Fri, 19 May 2006 19:40:06 +0200
12025                 From: wwp <subscript@free.fr>
12026                 To: sylpheed-claws-devel@lists.sourceforge.net
12027                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12028
12029                 and
12030
12031                 Date: Wed, 24 May 2006 12:58:49 +0200
12032                 From: wwp <subscript@free.fr>
12033                 To: sylpheed-claws-devel@lists.sourceforge.net
12034                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12035
12036 2006-06-01 [colin]      2.2.0cvs71
12037
12038         * src/compose.c
12039                 Better guards against IMAP races
12040         * src/main.c
12041         * src/prefs_common.c
12042         * src/prefs_common.h
12043         * src/common/ssl_certificate.c
12044         * src/etpan/imap-thread.c
12045         * src/etpan/imap-thread.h
12046         * src/gtk/sslcertwindow.c
12047                 New hidden option ssl_skip_cert_check to 
12048                 avoid dups of bug #959 (libetpan linked
12049                 against gnutls and gnutls buggy on 64bit)
12050                 Present expired warning only once per
12051                 session/server.
12052         * manual/advanced.xml
12053         * manual/fr/advanced.xml
12054                 Document new option
12055
12056 2006-06-01 [wwp]        2.2.0cvs70
12057
12058         * src/messageview.c
12059                 fix for bug #961 (return receipt dialog 
12060                 complains incorrectly about return-path 
12061                 email adress being different), thanks 
12062                 to Colin.
12063
12064 2006-05-31 [cleroy]     2.2.0cvs69
12065
12066         * src/common/ssl.c
12067                 Guard against NULLs, although this
12068                 should never be an issue
12069
12070 2006-05-31 [colin]      2.2.0cvs68
12071
12072         * src/filtering.c
12073                 Use g_slist_prepend
12074         * src/imap.c
12075                 Don't remove caches when destroying folder, it
12076                 could (should) be done at exit
12077         * src/inc.c
12078                 free processing cache after incorporation
12079         * src/etpan/imap-thread.c
12080                 Maybe fix bug #959 (Crash on moving to emails 
12081                 to a imap account per ssl with a expired 
12082                 certificate.)
12083
12084 2006-05-30 [colin]      2.2.0cvs67
12085
12086         * src/summaryview.c
12087                 Put back event flush when displaying message
12088                 It avoids reading a bunch of messages just
12089                 by hitting shift-n for too long ;)
12090
12091 2006-05-29 [colin]      2.2.0cvs66
12092
12093         * src/summaryview.c
12094                 Remove useless g_warnings
12095
12096 2006-05-29 [colin]      2.2.0cvs65
12097
12098         * src/imap.c
12099                 Fix g_slist_append()s for performance
12100
12101 2006-05-29 [colin]      2.2.0cvs64
12102
12103         * src/compose.c
12104         * src/common/utils.c
12105                 Fix extraneous tab at start of addresses
12106         * src/mainwindow.c
12107                 Fix warnings (thanks to Fabien)
12108                 Fix crash at exit when composing messages 
12109                 exist
12110         * src/pop.c
12111                 Fix progress bar when deleting expired mails
12112                 Thanks to Hiro
12113         * src/summaryview.c
12114         * src/gtk/gtksctree.c
12115                 Fix re-sorting slowness
12116
12117 2006-05-29 [paul]       2.2.0cvs63
12118
12119         * src/mh.c
12120                 fetch full message when moving mails
12121                 from another mailbox, (fixed data loss
12122                 when filtering from IMAP to MH, introduced
12123                 in 2.2.0cvs57).
12124                 Thanks to Colin
12125
12126 2006-05-29 [mones]      2.2.0cvs62
12127
12128         * src/gtk/gtksctree.c
12129                 Unselect faster (patch by Colin)        
12130
12131 2006-05-26 [colin]      2.2.0cvs61
12132
12133         * src/summaryview.c
12134                 Unplug MSGINFO_UPDATE callback on delete too.
12135
12136 2006-05-26 [colin]      2.2.0cvs60
12137
12138         * src/foldersel.c
12139                 Fix bold in folder selection window with glib2.10
12140                 thanks Hiro
12141
12142 2006-05-26 [colin]      2.2.0cvs59
12143
12144         * src/procheader.c
12145                 Convert date only if necessary (and don't
12146                 try to convert from utf8 to utf8, too)
12147         * src/summaryview.c
12148                 Only set column's text if the column's 
12149                 displayed
12150
12151 2006-05-26 [colin]      2.2.0cvs58
12152
12153         * src/summaryview.c
12154         * src/gtk/gtkutils.c
12155                 Fix useless warning
12156
12157 2006-05-26 [colin]      2.2.0cvs57
12158
12159         * src/mainwindow.c
12160                 Make summaryview selectable as long as 
12161                 no message has focus
12162         * src/mh.c
12163                 Faster deletion (by implementing mh_remove_msgs)
12164                 Faster copy (avoid using mh_fetch_msg just to get
12165                 the filename)
12166                 Faster move (using move_file instead of copy_file
12167                 if MSG_IS_MOVE)
12168                 No progressbar if total number of mails to cp/mv 
12169                 is less than 100
12170         * src/summaryview.c
12171                 Fix removal from subject_table when mail gets moved
12172                 Faster deletion (g_slist_prepend instead of append)
12173         * src/gtk/gtksctree.c
12174                 Remove useless code
12175
12176 2006-05-25 [colin]      2.2.0cvs56
12177
12178         * src/common/ssl_certificate.c
12179                 Fix leak in expired cert check
12180
12181 2006-05-25 [colin]      2.2.0cvs55
12182
12183         * src/mh.c
12184                 Disable flags syncing on .mh_sequences - it
12185                 is buggy and marks mails read under unknown
12186                 conditions.
12187
12188 2006-05-25 [paul]
12189
12190         * 2.3.0-rc4 released
12191
12192 2006-05-24 [colin]      2.2.0cvs54
12193
12194         attention cvs users: if you manage to crash
12195         Sylpheed-Claws while moving, copying or deleting
12196         mails, we *are* interested in stack traces and
12197         valgrind logs. It looks stable, but one never
12198         knows...
12199
12200         * src/folder.c
12201                 Add progressbar for cache updates
12202         * src/folderutils.c
12203                 Optimize Mark all read in the current
12204                 folder
12205         * src/mh.c
12206                 Add progressbar for copy/move
12207         * src/procmsg.c
12208                 Optimize O(n^2) in copy/move
12209         * src/summaryview.c
12210         * src/gtk/gtksctree.c
12211                 Optimize O(n^2) algos
12212         * src/common/timing.h
12213                 Display ms instead of us
12214
12215 2006-05-24 [wwp]        2.2.0cvs53
12216
12217         * manual/fr/advanced.xml
12218                 updates to the French manual.
12219
12220 2006-05-24 [wwp]        2.2.0cvs52
12221
12222         * src/common/utils.c
12223                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12224
12225 2006-05-24 [wwp]        2.2.0cvs51
12226
12227         * src/folderutils.c
12228                 fixed "mark all read" in MH folders (thanks to Colin).
12229
12230 2006-05-24 [paul]       2.2.0cvs50
12231
12232         * doc/man/sylpheed-claws.1
12233                 updated the man page
12234
12235 2006-05-23 [colin]      2.2.0cvs49
12236
12237         * src/folderview.c
12238         * src/imap.c
12239         * src/inc.c
12240         * src/mbox.c
12241         * src/messageview.c
12242         * src/news.c
12243         * src/send_message.c
12244         * src/summaryview.c
12245         * src/gtk/sslcertwindow.c
12246                 alertpanel fixes, by Fabien
12247
12248 2006-05-23 [colin]      2.2.0cvs48
12249
12250         * src/folder.c
12251         * src/folderview.c
12252         * src/msgcache.c
12253         * src/summaryview.c
12254         * src/gtk/gtksctree.c
12255         * src/gtk/gtksctree.h
12256                 More timings
12257                 Fix slow loading problem, which was caused by the
12258                 use of some gtk_ctree funcs and their use of
12259                 g_list_position while gtk_ctree_(un)link'ing.
12260                 Reap more functions from gtkctree.c to be sure we
12261                 use our (fast) version instead of theirs.
12262         * src/mh.c
12263                 Fix copy of unread mails
12264
12265
12266 2006-05-22 [wwp]        2.2.0cvs47
12267
12268         * manual/fr/advanced.xml
12269                 updated.
12270
12271 2006-05-22 [colin]      2.2.0cvs46
12272
12273         * src/filtering.c
12274                 Fix possible infinite loop. 'copy' is not a 
12275                 final action, so when encountering a 'copy',
12276                 we have to check if a previous one was set
12277                 and do it. In the same way, if we encounter
12278                 a 'move' we have to perform a possibly 
12279                 pending 'copy'. This will slow down filtering
12280                 on IMAP if move+copy or multiple copy actions
12281                 are to be done, but handling it via the batch
12282                 would be really too convoluted.
12283
12284 2006-05-22 [wwp]        2.2.0cvs45
12285
12286         * manual/fr/advanced.xml
12287         * manual/fr/faq.xml
12288         * manual/fr/glossary.xml
12289         * manual/fr/handling.xml
12290         * manual/fr/intro.xml
12291         * manual/fr/plugins.xml
12292         * manual/fr/sylpheed-claws-manual.xml
12293                 sync w/ the english manual: updates URIs, documented mailing-list
12294                 support, better explanation about the enabled/disabled feature
12295                 in filtering/processing rules by Paul.
12296
12297 2006-05-21 [colin]      2.2.0cvs44
12298
12299         * src/summaryview.c
12300                 Don't expand after building threads, but during
12301
12302 2006-05-21 [colin]      2.2.0cvs43
12303
12304         * src/procmsg.c
12305         * src/summaryview.c
12306                 More timing possibilities... For next time I have 
12307                 to find out how the hell some 3GHz computer takes
12308                 one minute to open a 30k folder...
12309
12310 2006-05-21 [colin]      2.2.0cvs42
12311
12312         * manual/pl/advanced.xml
12313         * manual/pl/faq.xml
12314         * manual/pl/glossary.xml
12315         * manual/pl/handling.xml
12316         * manual/pl/intro.xml
12317         * manual/pl/plugins.xml
12318         * manual/pl/sylpheed-claws-manual.xml
12319                 Polish manual updated by Pawel
12320
12321 2006-05-20 [colin]
12322
12323         * 2.3.0-rc3 released
12324
12325 2006-05-20 [colin]      2.2.0cvs41
12326
12327         * src/imap.c
12328                 Fix -rc2 problems:
12329                 - remove cache of moved messages from original folder
12330                 - apply new flags to messages even if they aren't appliable
12331                   via IMAP.
12332
12333 2006-05-20 [colin]
12334
12335         * 2.3.0-rc2 released
12336
12337 2006-05-19 [colin]      2.2.0cvs40
12338
12339         * src/imap.c
12340                 Don't issue SELECT in imap_change_flags
12341                 before having checked that we indeed have
12342                 some flags to change. MSG_POSTFILTERED for
12343                 example can't be used on IMAP.
12344                 Fixes bug #955 (copying messages between 
12345                 imap folders is extremely slow), which was
12346                 a regression.
12347
12348 2006-05-19 [colin]      2.2.0cvs39
12349
12350         * src/folder.c
12351         * src/folder.h
12352         * src/folderview.c
12353                 Try to fix bug #830 (Some unread messages 
12354                 get marked read in IMAP inbox):
12355                 - Prevent scanning a folder if it's being 
12356                   opened via the GUI
12357                 - Postpone opening via the GUI of a folder
12358                   currently scanned.
12359
12360
12361 2006-05-19 [wwp]        2.2.0cvs38
12362
12363         * manual/advanced.xml
12364                 fix English+typo (thanks to Paul).
12365
12366 2006-05-19 [wwp]        2.2.0cvs37
12367
12368         * manual/advanced.xml
12369         * manual/fr/advanced.xml
12370         * src/gtk/logwindow.c
12371         * src/prefs_common.c
12372         * src/prefs_common.h
12373                 added hidden prefs to allow customization of colors used in
12374                 protocol log window (useful for dark gtk+ themes).
12375
12376 2006-05-19 [wwp]        2.2.0cvs36
12377
12378         * ChangeLog
12379                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12380
12381 2006-05-19 [paul]       2.2.0cvs35
12382
12383         * src/textview.c
12384                 make Reply-To fully clickable
12385         * src/gtk/logwindow.c
12386                 more colouring (SMTP ESMTP)
12387         Both patches by Pawel Pekala
12388
12389 2006-05-19 [cleroy]     2.2.0cvs34
12390
12391         * src/mh.c
12392                 Don't update flags from current folder
12393                 Probably fixes bug #935 (Read Messages 
12394                 Revert to Being Marked as Unread)
12395
12396 2006-05-18 [colin]      2.2.0cvs33
12397
12398         * src/imap.c
12399                 Warning fix
12400         * src/compose.c
12401         * src/mainwindow.c
12402         * src/summaryview.c
12403         * src/toolbar.c
12404                 Allow replying to multiple emails
12405                 in multiple windows
12406         * src/mimeview.c
12407         * src/etpan/imap-thread.c
12408                 Leak fixes
12409
12410 2006-05-18 [paul]       2.2.0cvs32
12411
12412         * src/summaryview.c
12413                 keep Mailing-List menu refreshed
12414                 Thanks to Colin
12415
12416 2006-05-18 [paul]       2.2.0cvs31
12417
12418         * manual/advanced.xml
12419         * manual/faq.xml
12420         * manual/glossary.xml
12421         * manual/handling.xml
12422         * manual/intro.xml
12423         * manual/plugins.xml
12424         * manual/sylpheed-claws-manual.xml
12425                 update URLs
12426                 add info about mailing-list support
12427                 edit filtering info
12428         * src/wizard.c
12429         * src/common/defs.h
12430         * src/gtk/about.c
12431         * src/plugins/dillo_viewer/README
12432                 update URLs
12433
12434 2006-05-17 [wwp]        2.2.0cvs30
12435
12436         * manual/handling.xml
12437         * manual/fr/handling.xml
12438                 documented the ability to enabled/disable filtering/processing rules.
12439
12440 2006-05-17 [colin]      2.2.0cvs29
12441
12442         * src/main.c
12443                 Don't initialize g_thread subsystem if it's 
12444                 already done (thanks to Hiro)
12445         * src/mimeview.c
12446                 Fix saving of parts when there name can't be
12447                 converted from UTF-8.
12448
12449 2006-05-17 [paul]       2.2.0cvs28
12450
12451         * po/Makefile.in.in
12452                 fix config.status warning with autoconf 2.60
12453
12454 2006-05-17 [paul]       2.2.0cvs27
12455
12456         * po/POTFILES.in
12457                 add src/mbox.c
12458
12459 2006-05-17 [wwp]        2.2.0cvs26
12460
12461         * src/mainwindow.c
12462                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12463
12464 2006-05-17 [wwp]        2.2.0cvs25
12465
12466         * src/plugins/demo/demo.c
12467                 updated product name in plugin demo (many plugins need to be
12468                 sync'ed w/ that change).
12469
12470 2006-05-17 [colin]      2.2.0cvs24
12471
12472         * src/mh.c
12473                 Fix leak
12474
12475 2006-05-16 [colin]      2.2.0cvs23
12476
12477         * src/mainwindow.c
12478                 Stupid me hit again. Fix cvs22.
12479
12480 2006-05-16 [colin]      2.2.0cvs22
12481
12482         * src/mainwindow.c
12483                 Fix bug #922 (sylpheed-claws crashed after 
12484                 pushing on Inbox folder)
12485
12486 2006-05-16 [colin]      2.2.0cvs21
12487
12488         * src/compose.c
12489                 Make From header be copy/paste/select-able
12490
12491 2006-05-16 [wwp]        2.2.0cvs20
12492
12493         * src/export.c
12494         * src/matcher.c
12495         * src/summaryview.c
12496         * src/etpan/imap-thread.c
12497                 fix some compiler warnings (thanks to Colin).
12498
12499 2006-05-16 [wwp]        2.2.0cvs19
12500
12501         * src/action.c
12502         * src/gedit-print.c
12503         * src/inc.c
12504         * src/mainwindow.c
12505         * src/mh.c
12506         * src/statusbar.c
12507         * src/send_message.c
12508         * src/summaryview.c
12509                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12510
12511 2006-05-15 [colin]      2.2.0cvs18
12512
12513         * src/procmsg.c
12514                 Fix automatic rule creation with List-Post
12515
12516 2006-05-15 [paul]       2.2.0cvs17
12517
12518         * tools/filter_conv_new.pl
12519                 updated for rule enabling/disabling
12520                 claws version >= 2.3.x required
12521
12522 2006-05-15 [cleroy]     2.2.0cvs16
12523
12524         * src/main.c
12525                 Revert test
12526
12527 2006-05-15 [cleroy]     2.2.0cvs15
12528
12529         * src/main.c
12530                 test
12531
12532 2006-05-15 [wwp]        2.2.0cvs14
12533
12534         * manual/pl/.cvsignore
12535                 ignore generated files.
12536
12537 2006-05-14 [wwp]        2.3.0-rc1
12538
12539         * 2.3.0-rc1 released
12540
12541 2006-05-13 [wwp]        2.2.0cvs13
12542
12543         * src/filtering.c
12544         * src/filtering.h
12545         * src/matcher.c
12546         * src/matcher_parser_lex.l
12547         * src/matcher_parser_parse.y
12548         * src/prefs_filtering.c
12549                 new feature: provide the ability to disable filtering and processing
12550                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12551                 adaptations.
12552
12553 2006-05-13 [colin]      2.2.0cvs12
12554
12555         * src/compose.c
12556                 Remove useless if (a) b; else b;
12557                 Thanks to wwp
12558
12559 2006-05-13 [wwp]        2.2.0cvs11
12560
12561         * src/export.c
12562         * src/import.c
12563         * src/mainwindow.c
12564         * src/mbox.c
12565         * src/summaryview.c
12566         * src/summaryview.h
12567                 no more silent failures (or at least less ones) when importing
12568                 or exporting from/to mbox. Also start importing/exporting if
12569                 the necessary info is set.
12570
12571 2006-05-13 [wwp]        2.2.0cvs10
12572
12573         * RELEASE_NOTES
12574                 restored up-to-date release notes.
12575
12576 2006-05-13 [paul]       2.2.0cvs9
12577
12578         * po/nl.po
12579         * po/ru.po
12580                 updated by Tim Dijkstra and Pavlo Bohmat
12581
12582 2006-05-12 [colin]      2.2.0cvs8
12583
12584         * src/gtk/quicksearch.c
12585                 Add "k" as shortcut for "colorlabel". Patch
12586                 by ath42@users.sf.net.
12587
12588 2006-05-12 [paul]       2.2.0cvs7
12589
12590         * src/prefs_common.h
12591         * src/prefs_summaries.c
12592         * src/summaryview.c
12593                 when entering a folder also allow
12594                 going directly to first Marked message
12595
12596 2006-05-12 [paul]       2.2.0cvs6
12597
12598         * src/summaryview.c
12599                 always obey 'confirm before marking all
12600                 mails read' option
12601
12602 2006-05-12 [paul]       2.2.0cvs5
12603
12604         * src/textview.c
12605                 make Sender fully clickable
12606
12607 2006-05-12 [colin]      2.2.0cvs4
12608
12609         * src/compose.c
12610         * src/compose.h
12611                 Let From be editable
12612         * src/main.c
12613         * src/mh.c
12614                 Full support of .mh_sequences' Unseen seq
12615
12616 2006-05-12 [colin]      2.2.0cvs3
12617
12618         * src/folder.c
12619         * src/mainwindow.c
12620         * src/mainwindow.h
12621         * src/messageview.c
12622         * src/prefs_spelling.c
12623         * src/procheader.c
12624         * src/procmsg.c
12625         * src/procmsg.h
12626         * src/summaryview.c
12627         * src/toolbar.c
12628         * src/toolbar.h
12629                 Add contextual menu on Compose toolbar
12630                 button. Fixes bug #944 (Automatic
12631                 addresses not applied when changing account
12632                 from compose window)
12633                 add Mailing List support
12634                 based on the old 0.6.5claws25 patch by
12635                 Melvin Hadasht, with finishing touches
12636                 by Colin
12637                 Fix "ignore thread" when mails are threaded by
12638                 subject (and weren't ignored although appearing
12639                 in the thread).
12640                 GUI rework.
12641                 Both patches by Pawel.
12642
12643 2006-05-08 [paul]       2.2.0cvs2
12644
12645         * src/mainwindow.c
12646         * src/mainwindow.h
12647         * src/messageview.c
12648         * src/procheader.c
12649         * src/procmsg.c
12650         * src/procmsg.h
12651         * src/summaryview.c
12652                 add Mailing List support
12653                 based on the old 0.6.5claws25 patch by 
12654                 Melvin Hadasht, with finishing touches
12655                 by Colin
12656
12657 2006-05-08 [colin]      2.2.0cvs1
12658
12659         * src/mainwindow.c
12660         * src/toolbar.c
12661         * src/toolbar.h
12662                 Add contextual menu on Compose toolbar 
12663                 button. Fixes bug #944 (Automatic 
12664                 addresses not applied when changing account 
12665                 from compose window)
12666
12667 2006-05-08 [paul]       2.2.0
12668
12669         2.2.0 released
12670
12671 2006-05-08 [paul]       2.1.1cvs51
12672
12673         * po/cs.po
12674         * po/de.po
12675         * po/en_GB.po
12676         * po/fi.po
12677         * po/fr.po
12678         * po/pt_BR.po
12679         * po/sr.po
12680         * po/zh_CN.po
12681                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12682                 Fabien Vantard, Frederico Goncalves Guimaraes,
12683                 Aleksandar Urosevic, and Ralgh Young
12684
12685 2006-05-12 [colin]      2.1.1cvs50
12686
12687         * po/cs.po
12688         * po/de.po
12689         * po/en_GB.po
12690         * po/es.po
12691         * po/fi.po
12692         * po/fr.po
12693         * po/pt_BR.po
12694         * po/sr.po
12695         * po/zh_CN.po
12696                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12697                 Fabien Vantard, Frederico Goncalves Guimaraes,
12698                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12699
12700 2006-05-05 [colin]      2.1.1cvs49
12701
12702         * manual/Makefile.am
12703         * manual/pl/Makefile.am
12704         * manual/pl/account.xml
12705         * manual/pl/ack.xml
12706         * manual/pl/addrbook.xml
12707         * manual/pl/advanced.xml
12708         * manual/pl/faq.xml
12709         * manual/pl/glossary.xml
12710         * manual/pl/gpl.xml
12711         * manual/pl/handling.xml
12712         * manual/pl/intro.xml
12713         * manual/pl/keyboard.xml
12714         * manual/pl/plugins.xml
12715         * manual/pl/starting.xml
12716         * manual/pl/sylpheed-claws-manual.xml
12717         * manual/pl/dist/.cvsignore
12718         * manual/pl/dist/Makefile.am
12719         * manual/pl/dist/html/.cvsignore
12720         * manual/pl/dist/html/Makefile.am
12721         * manual/pl/dist/pdf/.cvsignore
12722         * manual/pl/dist/pdf/Makefile.am
12723         * manual/pl/dist/ps/.cvsignore
12724         * manual/pl/dist/ps/Makefile.am
12725         * manual/pl/dist/txt/.cvsignore
12726         * manual/pl/dist/txt/Makefile.am
12727                 Add the polish translation of the manual,
12728                 Authored by Pawel Pekala.
12729
12730 2006-05-05 [cleroy]     2.1.1cvs48
12731
12732         * src/main.c
12733                 Re-read matcherrc after loading plugins 
12734                 if some of them add folders.
12735
12736 2006-05-03 [colin]      2.1.1cvs47
12737
12738         * src/imap.c
12739                 I'm idiot
12740
12741 2006-05-03 [colin]      2.1.1cvs46
12742
12743         * src/imap.c
12744                 Be sure to have a session when
12745                 getting separator
12746
12747 2006-05-03 [colin]      2.1.1cvs45
12748
12749         * src/imap.c
12750         * src/imap.h
12751         * src/imap_gtk.c
12752                 Fix preventing renaming with namespace 
12753                 separator.
12754
12755 2006-05-01 [colin]      2.1.1cvs44
12756
12757         * src/action.c
12758                 Don't reload messageview when result of
12759                 action is piped.
12760
12761 2006-04-29 [colin]      2.1.1cvs43
12762
12763         * src/prefs_receive.c
12764         * src/plugins/spamassassin/spamassassin_gtk.c
12765         * src/plugins/clamav/clamav_plugin_gtk.c
12766                 GUI fixes by Pawel
12767
12768 2006-04-29 [colin]      2.1.1cvs42
12769
12770         * src/prefs_compose_writing.c
12771         * src/prefs_quote.c
12772                 Cleanups. Patch by Pawel
12773
12774 2006-04-28 [paul]       2.1.1cvs41
12775
12776         * src/matcher.c
12777                 fix returned quick search results when search
12778                 term contains an underscore.
12779                 Thanks to Colin
12780
12781 2006-04-28 [paul]       2.1.1cvs40
12782
12783         * src/prefs_message.c
12784         * src/prefs_receive.c
12785                 GUI cleanups
12786                 Patches by Pawel Pekala
12787
12788 2006-04-27 [colin]      2.1.1cvs39
12789
12790         * src/wizard.c
12791                 Differentiate subject Welcome from
12792                 window's title Welcome
12793
12794 2006-04-27 [paul]
12795
12796         2.2.0-rc1 released
12797
12798 2006-04-27 [paul]       2.1.1cvs38
12799
12800         * manual/advanced.xml
12801         * manual/fr/advanced.xml
12802                 add info about compose_no_markup hidden pref
12803
12804 2006-04-27 [paul]       2.1.1cvs37
12805
12806         * src/prefs_account.c
12807                 improve privacy labels
12808         * src/prefs_msg_colors.c
12809                 change some strings for translators' convenience
12810         * src/gtk/gtkutils.c
12811                 don't underline the link button text
12812
12813 2006-04-25 [colin]      2.1.1cvs36
12814
12815         * src/folder.c
12816                 Complete 2.1.1cvs33 (once more ;)
12817
12818 2006-04-25 [colin]      2.1.1cvs35
12819
12820         * src/editldap.c
12821                 Fix tooltip
12822
12823 2006-04-25 [cleroy]     2.1.1cvs34
12824
12825         * src/compose.c
12826         * src/gtk/gtkaspell.c
12827                 Fix crash on redirect (related to the return 
12828                 of the aspell menu in compose's toolbar)
12829         * src/prefs_msg_colors.c
12830                 Fix sensitivity widgets
12831         * src/image_viewer.c
12832         * src/gtk/pluginwindow.c
12833         * src/gtk/prefswindow.c
12834                 Change released signals to clicked (Fabien)
12835         * po/POTFILES.in
12836         * src/common/socket.c
12837         * src/plugins/spamassassin/spamassassin.c
12838                 Translate strings (Fabien)
12839
12840 2006-04-25 [paul]       2.1.1cvs33
12841
12842         * src/folder.c
12843         * src/folder.h
12844         * src/folderview.c
12845                 complete the fix of bug #912
12846                 Thanks to Colin
12847
12848 2006-04-25 [colin]      2.1.1cvs32
12849
12850         * src/news.c
12851                 Better progress bar
12852         * src/mimeview.c
12853         * src/summaryview.c
12854         * src/summaryview.h
12855                 Fix focus chain
12856                 Patches by Pawel Pekala
12857
12858 2006-04-24 [colin]      2.1.1cvs31
12859
12860         * src/compose.c
12861                 Fix compilation warnings (Fabien)
12862
12863 2006-04-24 [colin]      2.1.1cvs30
12864
12865         * src/addrindex.c
12866         * src/editldap.c
12867         * src/editldap_basedn.c
12868         * src/editldap_basedn.h
12869         * src/ldapctrl.c
12870         * src/ldapctrl.h
12871         * src/ldapquery.c
12872         * src/ldaputil.c
12873         * src/ldaputil.h
12874                 Fix bug #901 (LDAPS support)
12875
12876 2006-04-24 [colin]      2.1.1cvs29
12877
12878         * src/compose.c
12879                 Fix logic on error with send dialog on
12880         * src/imap.c
12881                 Fix compilation without libetpan, thanks
12882                 to Fabien
12883         * src/summaryview.c
12884                 Fix 'context-menu' key
12885
12886 2006-04-23 [colin]      2.1.1cvs28
12887
12888         * src/folder.c
12889                 Never free current's cache to free up 
12890                 memory. Fixes bug #912 (new count 
12891                 randomly set to message count)
12892
12893 2006-04-23 [colin]      2.1.1cvs27
12894
12895         * src/gtk/quicksearch.c
12896                 And remove printf...
12897
12898 2006-04-23 [colin]      2.1.1cvs26
12899
12900         * src/gtk/quicksearch.c
12901                 Fix replacing in quicksearch, and fix inserting
12902                 in the middle of the string. (introduced at 2.1.0cvs22)
12903
12904 2006-04-23 [colin]      2.1.1cvs25
12905
12906         * src/imap.c
12907                 Make sure uidnext is initialized in get_num_list
12908                 (not for stable, related to 2.1.1cvs8 and friends)
12909
12910 2006-04-23 [colin]      2.1.1cvs24
12911
12912         * src/imap.c
12913                 Output something when login is successful
12914                 too
12915
12916 2006-04-23 [colin]      2.1.1cvs23
12917
12918         * src/etpan/imap-thread.c
12919                 Better logging (line-per-line, hide data in fetch)
12920                 Fix a const warning
12921         * src/gtk/logwindow.c
12922         * src/gtk/logwindow.h
12923                 Better logging (color for input/output)
12924
12925 2006-04-21 [colin]      2.1.1cvs22
12926
12927         * src/gtk/quicksearch.c
12928                 On gtk+-2.8, use stock buttons in quicksearch
12929                 Based on a patch by Fabien and a design by Paul
12930
12931 2006-04-21 [colin]      2.1.1cvs21
12932
12933         * src/folderview.c
12934         * src/mainwindow.c
12935                 Fix occasional flicker in folderview
12936         * src/common/utils.c
12937                 Fix bug #943 (Incorrectly parsed email address 
12938                 list in short headers on message view and in 
12939                 printouts)
12940
12941 2006-04-20 [colin]      2.1.1cvs20
12942
12943         * src/imap.c
12944         * src/imap.h
12945         * src/prefs_account.c
12946                 Add ANONYMOUS auth for IMAP
12947
12948 2006-04-20 [paul]       2.1.1cvs19
12949
12950         * src/main.c
12951                 proper fix for 2.1.1cvs18
12952                 Thanks to Colin
12953
12954 2006-04-20 [paul]       2.1.1cvs18
12955
12956         * src/main.c
12957                 fix build warnings
12958
12959 2006-04-20 [paul]       2.1.1cvs17
12960
12961         * src/gtk/quicksearch.c
12962                 fix standard, non-extended Quick search,
12963                 was broken in 2.1.1cvs15.
12964                 Thanks to Colin.
12965
12966 2006-04-20 [colin]      2.1.1cvs16
12967
12968         * src/prefs_matcher.c
12969                 Fix values when reselecting a ~test
12970                 rule
12971
12972 2006-04-19 [colin]      2.1.1cvs15
12973
12974         * src/compose.c
12975         * src/compose.h
12976         * src/gtk/gtkaspell.c
12977         * src/gtk/gtkaspell.h
12978                 Put back Options menu in Spelling/
12979         * src/gtk/quicksearch.c
12980                 Don't search, and show error, if the
12981                 advanced search has a syntax error
12982
12983 2006-04-18 [colin]      2.1.1cvs14
12984
12985         * src/textview.c
12986                 Fix gdk warnings on set_cursor when textview
12987                 isn't visible
12988
12989 2006-04-18 [colin]      2.1.1cvs13
12990
12991         * src/gtk/gtksctree.c
12992                 Remove seemingly useless refresh that causes
12993                 flicker - watch this commit in case of 
12994                 problems before planned backport to stable
12995
12996 2006-04-18 [colin]      2.1.1cvs12
12997
12998         * src/imap.c
12999                 Factorize get/set_xml code
13000         * src/compose.c
13001         * src/prefs_account.c
13002         * src/prefs_account.h
13003         * src/procmsg.c
13004                 Add Encrypt to self option
13005
13006 2006-04-17 [colin]      2.1.1cvs11
13007
13008         * configure.ac
13009                 Fix search on encrpyt function on dragonfly
13010                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13011
13012 2006-04-17 [colin]      2.1.1cvs10
13013
13014         * src/prefs_account.c
13015                 Be safe by default: remove mails from POP3
13016                 after 7 days, not immediately
13017
13018 2006-04-17 [colin]      2.1.1cvs9
13019
13020         * src/etpan/imap-thread.c
13021                 Fix build on DragonFly - patch by 
13022                 Jonathan Buschmann <jonthn@agmact.com>
13023
13024 2006-04-17 [colin]      2.1.1cvs8
13025
13026         * src/imap.c
13027                 Save uidnext between sessions
13028
13029 2006-04-17 [colin]      2.1.1cvs7
13030
13031         * src/imap.c
13032                 scan is required when uid validity changes
13033
13034 2006-04-17 [colin]      2.1.1cvs6
13035
13036         * src/folderview.c
13037                 Don't scan if not necessary, apart in current
13038                 folder and INBOX to fetch flags.
13039         * src/imap.c
13040                 Scan is necessary if unread count changes
13041
13042 2006-04-17 [colin]      2.1.1cvs5
13043
13044         * src/imap.c
13045                 ...But always fetch ANSWERED and DELETED flags for
13046                 INBOX, as filtering can happen on these flags.
13047
13048 2006-04-17 [colin]      2.1.1cvs4
13049
13050         * src/imap.c
13051                 Don't fetch REPLIED and DELETED flags when synchronising
13052                 flags with a closed folder. We only need UNSEEN and FLAGGED
13053                 to update the folderview.
13054
13055 2006-04-17 [colin]      2.1.1cvs3
13056
13057         * src/imap.c
13058                 Faster flag search when there are new mails 
13059                 in a folder. We can do a full search if the 
13060                 folder contains less messages than the new
13061                 list.
13062
13063 2006-04-17 [colin]      2.1.1cvs2
13064
13065         * po/cs.po
13066         * po/de.po
13067         * po/fr.po
13068         * po/nl.po
13069         * po/pt_BR.po
13070                 Update translations from stable branch
13071
13072 2006-04-17 [colin]      2.1.1cvs1
13073
13074         * configure.ac
13075                 Bump version to follow stable release
13076
13077 2006-04-16 [mones]      2.1.0cvs50
13078
13079         * po/es.po
13080                 Updated for release
13081
13082 2006-04-16 [colin]      2.1.0cvs49
13083
13084         * src/textview.c
13085                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13086                 with gtk < 2.8. Thanks to Fabien Vantard.
13087
13088 2006-04-15 [colin]      2.1.0cvs48
13089
13090         * src/etpan/imap-thread.c
13091                 Fix bug #919 (libetpan: SEGV when connecting 
13092                 using command)
13093
13094 2006-04-14 [colin]      2.1.0cvs47
13095
13096         * src/main.c
13097                 Fix race on --select (should be done better)
13098
13099 2006-04-14 [wwp]        2.1.0cvs46
13100
13101         * src/send_message.c
13102                 enforce a check for domain in account prefs (a sending
13103                 error could be faced if domain was checked but no value set),
13104                 thanks to Colin.
13105
13106 2006-04-14 [colin]      2.1.0cvs45
13107
13108         * src/codeconv.c
13109                 when converting from unknown to unknown, if the
13110                 string is UTF8, don't convert it to the locale
13111                 (which breaks it)
13112
13113 2006-04-14 [colin]      2.1.0cvs44
13114
13115         * src/compose.c
13116                 Don't try to use ASCII for converting headers
13117                 (as done in body)
13118
13119 2006-04-14 [paul]       2.1.0cvs43
13120
13121         * src/crash.c
13122                 add locale/charset info to crash report
13123         * src/gtk/about.c
13124                 add wwp to doc team
13125                 replace 'e-mail' with preferred 'email'
13126         * src/gtk/authors.h
13127                 ensure contributors list is in alphabetical
13128                 order
13129
13130 2006-04-13 [colin]      2.1.0cvs42
13131
13132         * src/textview.c
13133                 Prevent gdk warnings
13134
13135 2006-04-13 [colin]      2.1.0cvs41
13136
13137         * src/common/ssl_certificate.c
13138         * src/common/ssl_certificate.h
13139         * src/gtk/sslcertwindow.c
13140                 Warn on expired certs, and display the expiration date
13141
13142 2006-04-13 [colin]      2.1.0cvs40
13143
13144         * src/plugins/spamassassin/spamassassin_gtk.c
13145                 Fix missing set_text on unix socket
13146
13147 2006-04-13 [wwp]        2.1.0cvs39
13148
13149         * manual/fr/advanced.xml
13150         * manual/fr/glossary.xml
13151                 applied new spam/ham/email lexicon (pourriel, courriel)
13152
13153 2006-04-13 [paul]       2.1.0cvs38
13154
13155         * src/plugins/pgpmime/plugin.c
13156                 remove the mention of S/MIME from the
13157                 description. This is now handled by the
13158                 S/MIME plugin.
13159
13160 2006-04-13 [paul]       2.1.0cvs37
13161
13162         * src/prefs_msg_colors.c
13163                 rework dialog
13164         * src/prefs_folder_item.c
13165         * src/prefs_spelling.c
13166                 add a tooltip to the colour selector buttons
13167
13168 2006-04-13 [wwp]        2.1.0cvs36
13169
13170         * manual/advanced.xml
13171         * manual/glossary.xml
13172         * manual/handling.xml
13173         * manual/keyboard.xml
13174         * manual/plugins.xml
13175         * manual/starting.xml
13176         * manual/fr/account.xml
13177         * manual/fr/ack.xml
13178         * manual/fr/addrbook.xml
13179         * manual/fr/advanced.xml
13180         * manual/fr/faq.xml
13181         * manual/fr/glossary.xml
13182         * manual/fr/gpl.xml
13183         * manual/fr/handling.xml
13184         * manual/fr/intro.xml
13185         * manual/fr/keyboard.xml
13186         * manual/fr/plugins.xml
13187         * manual/fr/starting.xml
13188         * manual/fr/sylpheed-claws-manual.xml
13189                 fixes to the manuals:
13190                  - summaryview -> Message List (same in French)
13191                  - translate key names
13192                  - fix French punctuation, use non-breakable spaces when
13193                    necessary, don't use &thinsp; which is not portable
13194                  - tell what maildir and mbox formats we support
13195
13196 2006-04-12 [wwp]        2.1.0cvs35
13197
13198         * src/prefs_toolbar.c
13199                 unified a replace button more,
13200                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13201
13202 2006-04-12 [wwp]        2.1.0cvs34
13203
13204         * src/prefs_common.c
13205         * src/prefs_msg_colors.c
13206                 make default color labels translatable,
13207                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13208                 thanks to Tim <timbrain@post.cz> for reporting.
13209
13210 2006-04-12 [wwp]        2.1.0cvs33
13211
13212         * manual/glossary.xml
13213         * manual/intro.xml
13214         * manual/plugins.xml
13215         * manual/starting.xml
13216         * manual/sylpheed-claws-manual.xml
13217         * manual/fr/.cvsignore
13218         * manual/fr/account.xml
13219         * manual/fr/ack.xml
13220         * manual/fr/addrbook.xml
13221         * manual/fr/advanced.xml
13222         * manual/fr/faq.xml
13223         * manual/fr/glossary.xml
13224         * manual/fr/handling.xml
13225         * manual/fr/intro.xml
13226         * manual/fr/keyboard.xml
13227         * manual/fr/plugins.xml
13228         * manual/fr/starting.xml
13229         * manual/fr/sylpheed-claws-manual.xml
13230                 various fixes: typos, missing .fr translations, punctuation,
13231                 capitalization, links, accents and some bad French more.
13232
13233 2006-04-12 [wwp]        2.1.0cvs32
13234
13235         * src/prefs_gtk.c
13236                 fix for bug #935: always store prefs files in UTF-8 (thanks
13237                 to Colin).
13238
13239 2006-04-11 [colin]      2.1.0cvs31
13240
13241         * src/compose.c
13242                 Fix inserting files not in utf8 when locale is utf8
13243
13244 2006-04-11 [colin]      2.1.0cvs30
13245
13246         * src/inc.c
13247                 Don't show error dialog when cancelling connection
13248                 Patch by Pawel
13249
13250 2006-04-11 [cleroy]     2.1.0cvs29
13251
13252         * src/compose.c
13253                 Implement multiple quote levels
13254         * src/prefs_common.c
13255                 Change a little bit the quote bgcolor for 2nd level
13256
13257 2006-04-11 [colin]      2.1.0cvs28
13258
13259         * src/gtk/about.c
13260                 Add locale and charset in the label
13261
13262 2006-04-10 [colin]      2.1.0cvs27
13263
13264         * src/compose.c
13265         * src/prefs_common.c
13266         * src/prefs_common.h
13267         * src/prefs_msg_colors.c
13268         * src/textview.c
13269                 Allow optional background color in quotes
13270                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13271                 GTK+-2.8.x feature
13272
13273 2006-04-10 [colin]      2.1.0cvs26
13274
13275         * src/main.c
13276         * src/mainwindow.c
13277         * src/mainwindow.h
13278                 Implement --select
13279
13280 2006-04-10 [colin]      2.1.0cvs25
13281
13282         * manual/plugins.xml
13283         * manual/fr/plugins.xml
13284                 Document libcurl's proxy variables
13285
13286 2006-04-09 [colin]      2.1.0cvs24
13287
13288         * src/prefs_common.c
13289                 gettext() returns statically allocated stuff. We have
13290                 to strdup it in order to be able to free it.
13291
13292 2006-04-09 [colin]      2.1.0cvs23
13293
13294         * AUTHORS
13295         * src/gtk/authors.h
13296                 Add Alexei
13297
13298 2006-04-09 [colin]      2.1.0cvs22
13299
13300         * src/mainwindow.c
13301         * src/gtk/quicksearch.c
13302                 Fix bug #859 (problems with cyrilic input in 
13303                 search panel) - Patch by Alexey Illarionov 
13304                 <littlesavage@rambler.ru>
13305
13306 2006-04-09 [colin]      2.1.0cvs21
13307
13308         * src/prefs_customheader.c
13309                 I prefer removing then freeing rather than the contrary
13310                 (even if it doesn't change anything ;-)
13311         * src/prefs_account.c
13312                 Fix bug #933 (Crash re-entering the custom headers list 
13313                 dialog in accounts prefs)
13314                 The problem happened when cancelling the Account 
13315                 Preferences' dialogs - in which case we didn't do 
13316                 anything to the PrefsAccount * struct. In case of applying,
13317                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13318                 working with in this dialog. The problem is that 
13319                 prefs_customheader.c, working on this tmp_ac_prefs, always
13320                 changes the ->customhdr_list pointer, even when cancelled. 
13321                 So in case of cancelling the prefs_account dialog, we still
13322                 have to update ->customhdr_list in the real account.
13323
13324 2006-04-08 [colin]      2.1.0cvs20
13325
13326         * manual/fr/glossary.xml
13327         * manual/fr/keyboard.xml
13328                 Forgot some headers :)
13329
13330 2006-04-08 [colin]      2.1.0cvs19
13331
13332         * manual/Makefile.am
13333         * manual/fr/Makefile.am
13334         * manual/fr/account.xml
13335         * manual/fr/ack.xml
13336         * manual/fr/addrbook.xml
13337         * manual/fr/advanced.xml
13338         * manual/fr/faq.xml
13339         * manual/fr/glossary.xml
13340         * manual/fr/gpl.xml
13341         * manual/fr/handling.xml
13342         * manual/fr/intro.xml
13343         * manual/fr/keyboard.xml
13344         * manual/fr/plugins.xml
13345         * manual/fr/starting.xml
13346         * manual/fr/sylpheed-claws-manual.xml
13347         * manual/fr/dist/.cvsignore
13348         * manual/fr/dist/Makefile.am
13349         * manual/fr/dist/html/.cvsignore
13350         * manual/fr/dist/html/Makefile.am
13351         * manual/fr/dist/pdf/.cvsignore
13352         * manual/fr/dist/pdf/Makefile.am
13353         * manual/fr/dist/ps/.cvsignore
13354         * manual/fr/dist/ps/Makefile.am
13355         * manual/fr/dist/txt/.cvsignore
13356         * manual/fr/dist/txt/Makefile.am
13357                 Add the french translation of the manual. Thanks to
13358                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13359                 account.xml, ack.xml, addrbook.xml and advanced.xml
13360
13361 2006-04-08 [colin]      2.1.0cvs18
13362
13363         * manual/plugins.xml
13364         * manual/starting.xml
13365                 More fixes
13366
13367 2006-04-07 [colin]      2.1.0cvs17
13368
13369         * manual/faq.xml
13370         * manual/intro.xml
13371         * manual/keyboard.xml
13372                 Little fixes
13373
13374 2006-04-07 [colin]      2.1.0cvs16
13375
13376         * README
13377         * src/compose.c
13378         * src/prefs_common.c
13379         * src/prefs_common.h
13380                 Add hidden compose_no_markup pref
13381
13382 2006-04-07 [wwp]        2.1.0cvs15
13383
13384         * src/summary_search.c
13385         * .cvsignore
13386                 Bugfix: stop button was sticky when searching in an empty folder.
13387                 Applied curly brackets code style to the whole file (summary_search.c).
13388                 More files to ignore.
13389
13390 2006-04-07 [wwp]        2.1.0cvs14
13391
13392         * src/message_search.c
13393         * src/summary_search.c
13394                 changed default button when search bumps at file/folder
13395                 beginning or end, for convenience (thanks to Colin).
13396
13397 2006-04-07 [paul]       2.1.0cvs13
13398
13399         * src/plugins/dillo_viewer/dillo_prefs.c
13400                 avoid future potential for namespace collision
13401                 Patch by Colin
13402
13403 2006-04-06 [wwp]        2.1.0cvs12
13404
13405         * src/summary_search.c
13406                 Unify extended/advanced searches names (and thus factorize labels),
13407                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13408
13409 2006-04-06 [wwp]        2.1.0cvs11
13410
13411         * src/folderview.c
13412         * src/prefs_themes.c
13413         * src/summaryview.c
13414                 Fixed some compilation warnings.
13415
13416 2006-04-06 [colin]      2.1.0cvs10
13417
13418         * manual/advanced.xml
13419                 Document the wizard template and how to deploy
13420                 Sylpheed-Claws effectively
13421
13422 2006-04-06 [colin]      2.1.0cvs9
13423
13424         * src/folderview.c
13425                 gettext patch to tell translators about _("#"),
13426                 by Maxim Britov
13427
13428 2006-04-06 [colin]      2.1.0cvs8
13429
13430         * src/textview.c
13431                 Fix invalid GtkTextBIter after clicking "Display as text"
13432
13433 2006-04-06 [mones]      2.1.0cvs7
13434
13435         * src/addr_compl.c
13436         * src/addrindex.c
13437         * src/addritem.c
13438         * src/codeconv.c
13439         * src/compose.c
13440         * src/filtering.c
13441         * src/folder.c
13442         * src/folder_item_prefs.c
13443         * src/folderview.c
13444         * src/localfolder.c
13445         * src/matcher.c
13446         * src/mimeview.c
13447         * src/prefs_msg_colors.c
13448         * src/prefs_spelling.c
13449         * src/prefs_themes.c
13450         * src/procmime.c
13451         * src/procmsg.c
13452         * src/stock_pixmap.c
13453         * src/summaryview.c
13454         * src/textview.c
13455         * src/toolbar.c
13456         * src/common/mgutils.c
13457         * src/common/prefs.c
13458         * src/common/ssl_certificate.c
13459         * src/gtk/colorlabel.c
13460         * src/gtk/quicksearch.c
13461         * src/plugins/pgpmime/pgpmime.c
13462         * src/plugins/spamassassin/spamassassin.c
13463                 Removed redundant NULL checks for g_free() calls.
13464                 Patch by Pawel Pekala.
13465
13466 2006-04-06 [mones]      2.1.0cvs6
13467
13468         * src/prefs_actions.c
13469         * src/prefs_filtering.c
13470         * src/prefs_filtering_action.c
13471         * src/prefs_matcher.c
13472         * src/prefs_template.c
13473         * src/gtk/gtkutils.c
13474         * src/gtk/gtkutils.h
13475                 Have a nice replace button. Patch by Pawel Pekala
13476
13477 2006-04-06 [colin]      2.1.0cvs5
13478
13479         * src/addressbook.c
13480                 Fix crash with empty columns
13481
13482 2006-04-05 [colin]      2.1.0cvs4
13483
13484         * src/wizard.c
13485         * src/prefs_gtk.c
13486                 Allow wizard customization with pre-filled values
13487
13488 2006-04-05 [colin]      2.1.0cvs3
13489
13490         * src/textview.c
13491         * src/mimeview.c
13492         * src/mimeview.h
13493                 Nicer messages in mimeview
13494
13495 2006-04-05 [colin]      2.1.0cvs2
13496
13497         * src/addressbook.c
13498         * src/prefs_summaries.c
13499                 i18n fix
13500
13501 2006-04-05 [colin]      2.1.0cvs1
13502
13503         * src/plugins/pgpcore/plugin.c
13504         * src/plugins/pgpcore/select-keys.c
13505         * src/plugins/pgpcore/select-keys.h
13506         * src/plugins/pgpcore/sgpgme.c
13507         * src/plugins/pgpcore/sgpgme.h
13508         * src/plugins/pgpinline/pgpinline.c
13509         * src/plugins/pgpinline/plugin.c
13510         * src/plugins/pgpmime/pgpmime.c
13511         * src/plugins/pgpmime/plugin.c
13512                 Factorize and generalize a bit 
13513                 Drop S/MIME signature verification from PGP/MIME
13514                 (adding it as another, more complete plugin)
13515
13516 2006-04-05 [paul]       2.1.0
13517
13518         2.1.0 released
13519
13520 2006-04-05 [paul]       2.0.0cvs186
13521
13522         * manual/advanced.xml
13523                 add info on colour labels
13524
13525 2006-04-05 [paul]       2.0.0cvs185
13526
13527         * po/bg.po
13528         * po/cs.po
13529         * po/de.po
13530         * po/el.po
13531         * po/en_GB.po
13532         * po/fi.po
13533         * po/fr.po
13534         * po/it.po
13535         * po/nl.po
13536         * po/pl.po
13537         * po/pt_BR.po
13538         * po/sr.po
13539         * po/zh_CN.po
13540                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13541                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13542                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13543                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13544         * src/gtk/authors.h
13545         * tools/claws.i18n.status.pl
13546                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13547                 and new Czech translator, Tim <timbrain@post.cz>
13548
13549 2006-04-05 [mones]      2.0.0cvs184
13550
13551         * po/es.po
13552                 Updated translation
13553
13554 2006-04-05 [colin]      2.0.0cvs183
13555
13556         * src/gtk/quicksearch.c
13557                 Fix bug #929 (unnecessary reload in quick search bar)
13558
13559 2006-04-05 [colin]      2.0.0cvs182
13560
13561         * src/compose.c
13562                 Fix crash on Reply with no From:
13563                 Show signature and conversion error on queuing 
13564                 (but not sending)
13565         * src/mainwindow.c
13566         * src/summaryview.c
13567         * src/summaryview.h
13568                 Factorize threading code and make sure msginfo 
13569                 is not null when it comes from a GtkCTreeRow's 
13570                 data
13571         * src/gtk/gtkaspell.c
13572                 Check for necessary things
13573         * src/gtk/gtksctree.c
13574         * src/gtk/gtksctree.h
13575                 Reset anchor if necessary when removing node
13576
13577 2006-03-29 [colin]      2.0.0cvs181
13578
13579         * src/folderview.c
13580                 Warn for disabled IMAP accounts (due to lack of
13581                 libetpan). Breaks string-freeze - sorry - but it
13582                 is kind of important ;)
13583
13584 2006-03-28 [colin]      2.0.0cvs180
13585
13586         * src/gtk/gtkutils.c
13587         * src/gtk/gtkutils.h
13588                 Add a gtkut_get_link_btn() function that
13589                 creates a button which acts like an URI
13590         * src/prefs_themes.c
13591         * src/gtk/about.c
13592                 Use this function (factorizes codes)
13593         * src/common/defs.h
13594         * src/gtk/pluginwindow.c
13595                 Add a "Get more..." in the plugins window
13596
13597 2006-03-28 [colin]      2.0.0cvs179
13598
13599         * src/common/smtp.c
13600         * src/common/passcrypt.c
13601         * src/undo.c
13602                 Warning fixes. Patch by Pawel Pekala
13603
13604 2006-03-27 [colin]      2.0.0cvs178
13605
13606         * src/undo.c
13607                 Fix undoing by blocks with spaces
13608
13609 2006-03-27 [colin]      2.0.0cvs177
13610
13611         * src/textview.c
13612                 Set margin to 3px for headers
13613
13614 2006-03-27 [paul]
13615
13616         2.1.0-rc2 released
13617
13618 2006-03-27 [wwp]        2.0.0cvs176
13619
13620         * src/summaryview.c
13621                 don't reset quicksearch when updating the message list.
13622                 Thanks to Colin.
13623
13624 2006-03-26 [wwp]        2.0.0cvs175
13625
13626         * src/compose.c
13627                 use a unified border width ('other' tab in the compose window,
13628                 patch by Pawel Pekala).
13629
13630
13631 2006-03-26 [wwp]        2.0.0cvs174
13632
13633         * src/common/quoted-printable.c
13634         * src/addressbook.c
13635                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13636
13637 2006-03-26 [colin]      2.0.0cvs173
13638
13639         * src/quote_fmt_parse.y
13640                 Fix non-UTF8 date formats messing up the whole quote a 
13641                 little bit
13642
13643 2006-03-26 [colin]      2.0.0cvs172
13644
13645         * src/procheader.c
13646                 Make sure the date is UTF8 valid, or try to make it
13647                 so. IncrediMail is really IncrediStupid.
13648         * src/compose.c
13649                 Fix possible conversions. 
13650                 
13651
13652 2006-03-26 [colin]      2.0.0cvs171
13653
13654         * src/matcher.c
13655                 Fix corner cases in body search. This is still a
13656                 hack... It seems impossible to make it good and 
13657                 reasonably fast at the same time.
13658
13659 2006-03-26 [colin]      2.0.0cvs170
13660
13661         * src/summaryview.c
13662                 I think I killed the twilight zone bug!
13663                 summary_select_node() flushes GTK events in order
13664                 to be able to center the view. But this also 
13665                 flushes keypresses like Ctrl-Alt-U, so this can
13666                 call summary_show from summary_select_node (itself
13667                 called from summary_show, etc.). And the summaryview
13668                 has to be unlocked in this function. So just locking
13669                 while processing GTK events, and bailing if locked, 
13670                 should fix it.
13671                 Fixes bug #927 (SIGSEGV during Update Summary)
13672
13673 2006-03-25 [colin]      2.0.0cvs169
13674
13675         * src/matcher.c
13676                 Fix search in QP-encoded bodies
13677                 Fix utf-8 searches in bodies encoded in the
13678                 locale's encoding
13679         * src/common/quoted-printable.c
13680         * src/common/quoted-printable.h
13681                 Add a decode function that doesn't overwrite
13682                 the original pointer
13683                 
13684
13685 2006-03-24 [colin]      2.0.0cvs168
13686
13687         * src/action.c
13688         * src/summaryview.c
13689         * src/summaryview.h
13690                 Update message cache after action
13691                 Patch by H. Merijn Brand
13692         * src/prefs_msg_colors.c
13693                 Factorize label 
13694                 Patch by Fabien Vantard
13695         * src/plugins/spamassassin/spamassassin_gtk.c
13696                 Remove useless translation
13697                 Patch by Fabien Vantard
13698
13699 2006-03-23 [colin]      2.0.0cvs167
13700
13701         * src/common/ssl.c
13702                 Let 30 seconds to SSL_connect
13703
13704 2006-03-23 [wwp]        2.0.0cvs166
13705
13706         * src/summaryview.c
13707         * src/gtk/description_window.c
13708                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13709                 and headers are translated; adjust description windows' width to fit their
13710                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13711
13712 2006-03-23 [paul]       2.0.0cvs165
13713
13714         * src/common/utils.c
13715                 fix highlighting of URIs containing "()"
13716                 (2.0.0cvs164's reversal fixed)
13717                 Thanks to Colin.
13718
13719 2006-03-23 [paul]       2.0.0cvs164
13720
13721         * src/common/utils.c
13722                 revert patch, (postponing a fix), at 2.0.0cvs120
13723                 as it breaks more URIs than it fixes.
13724                 Allow '-' to be a terminating character in a URI
13725
13726 2006-03-22 [colin]      2.0.0cvs163
13727
13728         * configure.ac
13729                 Require libetpan 0.45
13730                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13731
13732 2006-03-22 [paul]       2.0.0cvs162
13733
13734         * src/editgroup.c
13735                 replace '<-' and '->' buttons with GTK_STOCK graphical
13736                 buttons
13737         * src/summary_search.c
13738                 don't offer '...' for translation
13739                 add a tooltip to advanced search '...' button
13740         * src/gtk/quicksearch.c
13741                 don't offer '...' for translation
13742
13743 2006-03-21 [colin]      2.0.0cvs161
13744
13745         * src/compose.c
13746                 Fix middle-click pasting (insert at click
13747                 position instead of cursor position, don't
13748                 remove existing selection and allow pasting
13749                 our own selection)
13750         * src/addressbook.c
13751                 "LDAP Server" -> "LDAP servers"
13752
13753 2006-03-21 [wwp]        2.0.0cvs160
13754
13755         * src/etpan/imap-thread.c
13756                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13757
13758 2006-03-20 [colin]      2.0.0cvs159
13759
13760         * src/summaryview.c
13761                 Don't reload summaryview after an execute with no
13762                 move action
13763
13764 2006-03-19 [colin]      2.0.0cvs158
13765
13766         * src/addressbook.c
13767                 and put groups at the top, always
13768
13769 2006-03-19 [colin]      2.0.0cvs157
13770
13771         * src/addressbook.c
13772                 Order groups before names, as previously
13773
13774 2006-03-19 [colin]      2.0.0cvs156
13775
13776         * src/addressbook.c
13777                 - Sort case-unsensitive
13778                 - Put the sort arrow at opening too
13779
13780 2006-03-19 [wwp]        2.0.0cvs155
13781
13782         * src/addressbook.c
13783                 allow sorting by name/email/remarks, ensure that right-pane's contents
13784                 matches the left-pane selection (cleared when appropriate).
13785                 Patch by Pawel Pekala <c0rn@o2.pl>.
13786
13787 2006-03-18 [colin]      2.0.0cvs154
13788
13789         * src/textview.c
13790                 Fix text cursor ;)
13791
13792 2006-03-18 [colin]      2.0.0cvs153
13793
13794         * src/gtk/filesel.c
13795                 Make sure we hide the preview if we didn't get
13796                 a filename
13797
13798 2006-03-18 [colin]      2.0.0cvs152
13799
13800         * src/summaryview.c
13801                 Set cursor to watch for execution (fixes lack
13802                 of watch-cursor when dnd'ing hundreds of mails)
13803         * src/gtk/filesel.c
13804                 Check that mime type is 'image/*' before updating
13805                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13806
13807 2006-03-18 [colin]      2.0.0cvs151
13808
13809         * src/mainwindow.c
13810         * src/textview.c
13811         * src/textview.h
13812                 Put a watch cursor in textview too when the mainwindow's
13813                 cursor in a watch
13814
13815 2006-03-18 [colin]      2.0.0cvs150
13816
13817         * src/folder.c
13818                 Change wrong asserts to simple tests
13819
13820 2006-03-17 [colin]      2.0.0cvs149
13821
13822         * src/mainwindow.c
13823         * src/mainwindow.h
13824         * src/prefs_msg_colors.c
13825         * src/summaryview.c
13826         * src/summaryview.h
13827         * src/gtk/colorlabel.c
13828         * src/gtk/colorlabel.h
13829                 Add a color label menu in the main menubar
13830                 Add (fixed) accels Ctrl-{0-7} to change the color
13831                 They have to be fixed because the menu's dynamic,
13832                 the items are complex widgets, hence we can't use
13833                 a GtkItemFactory.
13834
13835
13836 2006-03-17 [wwp]        2.0.0cvs148
13837
13838         * src/compose.c
13839                 rollback few lines from my previous commit (those lines come from
13840                 a pending patch, accidentally commited, even if neutral as they are
13841                 commented out).
13842
13843 2006-03-17 [wwp]        2.0.0cvs147
13844
13845         * src/compose.c
13846                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13847                 applied code style/indentation to the modified function.
13848
13849 2006-03-17 [wwp]        2.0.0cvs146
13850
13851         * src/procmsg.c
13852         * src/compose.c
13853                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13854
13855 2006-03-17 [paul]
13856
13857         2.1.0-rc1 released
13858
13859 2006-03-17 [paul]       2.0.0cvs145
13860
13861         * src/main.c
13862                 addressbook_read_file() was called twice
13863         * src/textview.c
13864                 X-Mailer highlighting
13865
13866 2006-03-16 [colin]      2.0.0cvs144
13867
13868         * src/sourcewindow.c
13869         * src/sourcewindow.h
13870                 And the last one, in source window.
13871
13872 2006-03-16 [colin]      2.0.0cvs143
13873
13874         * src/compose.c
13875         * src/compose.h
13876                 Fix the same stuff in compose
13877
13878 2006-03-16 [colin]      2.0.0cvs142
13879
13880         * src/messageview.c
13881                 Complete the previous messageview crash fix
13882
13883 2006-03-16 [colin]      2.0.0cvs141
13884
13885         * src/procmsg.h
13886         * src/procmsg.c
13887         * src/folder.c
13888                 Fix POSTPROCESSING hook
13889                 Patch by H. Merijn Brand
13890
13891         * src/procmime.c
13892         * src/procmime.h
13893                 Parse Content-Location
13894
13895         * src/toolbar.c
13896         * src/messageview.c
13897         * src/messageview.h
13898                 Don't crash when a top-level MessageView has
13899                 been closed on us. Same problematic than
13900                 yesterday's quicksearch issue.
13901
13902 2006-03-15 [colin]      2.0.0cvs140
13903
13904         * src/gtk/quicksearch.c
13905                 Fix a bitchy race we didn't think about when we
13906                 added quicksearch cancellation:
13907                 If the search is not on cached fields, for example
13908                 body_part matchcase "stuff"
13909                 the matcher code has to get the whole message. If
13910                 we're on IMAP, that can be slow, and in order to
13911                 be non-blocking, the IMAP code idle loop processes
13912                 gtk events too. So it is possible to cancel a
13913                 quicksearch while the matcher is getting the mail's
13914                 body. After matcher got its body, it will start to
13915                 iterate over the matcher list that the Quicksearch's
13916                 clear_search_cb() just freed via prepare_matcher().
13917                 SIGSEGV ensues.
13918                 The fix consists of guarding the matcherlist_match()
13919                 call with a boolean 'matching'. If we reset the
13920                 quicksearch while matching is TRUE, we don't free
13921                 the matcherlist anymore like we did, but we set
13922                 another new flag, deferred_free, to TRUE. Then,
13923                 in quicksearch_match(), just after returning from
13924                 matcherlist_match() and unsetting the matching flag,
13925                 we check the deferred_free flag and do the
13926                 prepare_matcher() (which does the matcherlist_free)
13927                 for real, so we free the matcherlist once it's not
13928                 used anymore.
13929                 As all of this runs via the glib main loop, we
13930                 luckily don't need a mutex.
13931         * src/summaryview.c
13932                 Also, show progress while searching.
13933
13934
13935 2006-03-14 [colin]      2.0.0cvs139
13936
13937         * src/alertpanel.c
13938                 Make alertpanel_is_open non-static
13939
13940 2006-03-14 [colin]      2.0.0cvs138
13941
13942         * src/prefs_spelling.c
13943                 Cleanups - Fabien Vantard
13944
13945 2006-03-14 [wwp]        2.0.0cvs137
13946
13947         * src/main.c
13948                 code style normalization (curly braces, indentation).
13949
13950 2006-03-14 [wwp]        2.0.0cvs137
13951
13952         * src/main.c
13953                 code style (braces, indentation)
13954
13955 2006-03-12 [paul]       2.0.0cvs136
13956
13957         * src/prefs_common.c
13958                 trans_hdr defaults to FALSE to be RFC-savvy
13959         * src/prefs_summaries.c
13960                 add a tooltip to the trans_hdr option
13961                 
13962
13963 2006-03-12 [paul]       2.0.0cvs135
13964
13965         * src/prefs_matcher.c
13966                 give a little more width to the combos
13967         * src/prefs_display_header.c
13968         * src/textview.c
13969                 translate headers if prefs_common.trans_hdr
13970                 is TRUE
13971
13972         Patches by Pawel Pekala
13973
13974 2006-03-12 [paul]       2.0.0cvs134
13975
13976         * src/plugins/clamav/clamav_plugin.c
13977         * src/plugins/dillo_viewer/dillo_viewer.c
13978         * src/plugins/pgpcore/plugin.c
13979         * src/plugins/pgpinline/plugin.c
13980         * src/plugins/pgpmime/plugin.c
13981         * src/plugins/spamassassin/spamassassin.c
13982                 update/add to descriptions
13983         * src/plugins/spamassassin/spamassassin_gtk.c
13984                 fixes to the english, remove superfluous
13985                 tooltips, clean up a little
13986
13987 2006-03-12 [paul]       2.0.0cvs133
13988
13989         * src/compose.c
13990                 fix Bug 924, 'Account combo box shows up wrong 
13991                 if & is in account name'
13992
13993 2006-03-11 [colin]      2.0.0cvs132
13994
13995         * src/summaryview.c
13996                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13997                 messed up shift-selection because is slows down
13998                 moving around summaryview. thanks -users
13999
14000 2006-03-10 [colin]      2.0.0cvs131
14001
14002         * src/plugins/spamassassin/spamassassin_gtk.c
14003                 Put back Paul's engrish fixes
14004
14005 2006-03-10 [colin]      2.0.0cvs130
14006
14007         * src/plugins/spamassassin/spamassassin.c
14008         * src/plugins/spamassassin/spamassassin.h
14009         * src/plugins/spamassassin/spamassassin_gtk.c
14010                 Cleanup SA prefs page (more)
14011                 Patch by Fabien Vantard
14012
14013 2006-03-10 [paul]       2.0.0cvs129
14014
14015         * src/prefs_msg_colors.c
14016         * src/prefs_spelling.c
14017                 widget sensitivity
14018
14019 2006-03-09 [mones]      2.0.0cvs128
14020
14021         * po/es.po
14022                 Update for next RC
14023
14024 2006-03-09 [wwp]        2.0.0cvs127
14025
14026         * configure.ac
14027                 revert accidental commit (requirement for libetpan 0.43), this time
14028                 not in HEAD.
14029
14030 2006-03-09 [wwp]        2.0.0cvs125
14031
14032         * configure.ac
14033                 revert accidental commit (requirement for libetpan 0.43)
14034
14035 2006-03-09 [paul]       2.0.0cvs126
14036
14037         * src/prefs_receive.c
14038                 remove useless frame
14039                 replace 'incorporation' with 'receiving'
14040         * src/plugins/clamav/clamav_plugin_gtk.c
14041         * src/plugins/spamassassin/spamassassin_gtk.c
14042                 improve widget sensitivity
14043                 fix a bit his engrish
14044
14045 2006-03-09 [wwp]        2.0.0cvs125
14046
14047         * src/addressadd.c
14048         * src/foldersel.c
14049         * src/prefs_common.c
14050         * src/prefs_common.h
14051                 remember some more windows' sizes (add to addressbook and
14052                 select folder).
14053
14054 2006-03-09 [paul]       2.0.0cvs124
14055
14056         * src/plugins/pgpcore/prefs_gpg.c
14057                 normalise construction of dialogue
14058
14059 2006-03-09 [paul]       2.0.0cvs123
14060
14061         * src/plugins/trayicon/Makefile.am
14062                 add missing slash
14063
14064 2006-03-08 [colin]      2.0.0cvs122
14065
14066         * src/plugins/trayicon/Makefile.am
14067                 Fix build in separate dir 
14068                 Patch by Bamanzi <bamanzi@gmail.com>
14069
14070 2006-03-08 [colin]      2.0.0cvs121
14071
14072         * src/procmsg.c
14073                 Batch move and copies from summaryview with delayed execution
14074                 too
14075
14076 2006-03-07 [paul]       2.0.0cvs120
14077
14078         * src/common/utils.c
14079                 fix highlighting of URIs containing "()"
14080                 Patch by Pawel Pekala
14081
14082 2006-03-07 [paul]       2.0.0cvs119
14083
14084         * src/folder.c
14085         * src/folder.h
14086         * src/folderview.c
14087                 immediately do alphabetical resort when
14088                 changing a folder's name
14089                 Patch by Pawel Pekala
14090
14091 2006-03-07 [paul]       2.0.0cvs118
14092
14093         * src/news.c
14094         * src/news_gtk.c
14095                 when unsubscribing a newsgroup, remove the
14096                 folder and msgs in .sylpheed-claws/newscache
14097                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14098
14099 2006-03-07 [paul]       2.0.0cvs117
14100
14101         * src/textview.c
14102                 fix wrong Fake URL Warning
14103                 Thanks to Hiro
14104
14105 2006-03-07 [colin]      2.0.0cvs116
14106
14107         * src/imap.c
14108                 Return immediately when password dialog was
14109                 cancelled
14110         * src/gtk/inputdialog.c
14111                 Allow empty strings for passwords
14112
14113
14114 2006-03-06 [colin]      2.0.0cvs115
14115
14116         * src/imap.c
14117                 Prevent double-timeouts when connection fails
14118
14119 2006-03-06 [colin]
14120
14121         2.0.1-rc1 released
14122
14123 2006-03-06 [colin]      2.0.0cvs114
14124
14125         * src/imap.c
14126                 Refresh session during potentially long
14127                 operations
14128
14129 2006-03-06 [wwp]        2.0.0cvs113
14130
14131         * src/prefs_msg_colors.h
14132                 forgot that one (custom color labels).
14133
14134 2006-03-06 [wwp]        2.0.0cvs112
14135
14136         * src/prefs_common.c
14137         * src/prefs_common.h
14138         * src/prefs_msg_colors.c
14139         * src/summaryview.c
14140         * src/summaryview.h
14141         * src/gtk/colorlabel.c
14142         * src/gtk/colorlabel.h
14143                 colors in messages list are now customizable. Color values and names can
14144                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14145                 Thanks to Paul and Colin for their help with this longstanding patch!
14146
14147 2006-03-06 [wwp]        2.0.0cvs111
14148
14149         * src/textview.c
14150                 don't crash if (x)face is bad.
14151
14152 2006-03-05 [paul]       2.0.0cvs110
14153
14154         * AUTHORS
14155         * configure.ac
14156         * src/Makefile.am
14157         * src/common/Makefile.am
14158         * src/common/utils.h
14159         * src/etpan/imap-thread.c
14160         * src/gtk/authors.h
14161         * src/plugins/clamav/Makefile.am
14162         * src/plugins/demo/Makefile.am
14163         * src/plugins/dillo_viewer/Makefile.am
14164         * src/plugins/pgpcore/Makefile.am
14165         * src/plugins/pgpcore/passphrase.c
14166         * src/plugins/pgpinline/Makefile.am
14167         * src/plugins/pgpmime/Makefile.am
14168         * src/plugins/spamassassin/Makefile.am
14169         * src/plugins/trayicon/Makefile.am
14170                 fix builiding on cygwin
14171                 Patch by Ralgh Young <bamanzi@gmail.com>
14172
14173 2006-03-04 [wwp]        2.0.0cvs109
14174
14175         * manual/keyboard.xml
14176                 fix mixed up/down keys.
14177
14178 2006-03-04 [wwp]        2.0.0cvs108
14179
14180         * README
14181         * INSTALL
14182                 updated links to SpamAssassin.
14183
14184 2006-03-04 [wwp]        2.0.0cvs107
14185
14186         * manual/plugins.xml
14187         * src/plugins/spamassassin/README
14188                 updated SpamAssassin plugin docs to reflect new functional additions
14189                 (also fix/update/documents few technical stuff more, see the README).
14190
14191 2006-03-04 [wwp]        2.0.0cvs106
14192
14193         * src/prefs_message.c
14194                 normalized capitalization of message-prefs paths.
14195
14196 2006-03-04 [wwp]        2.0.0cvs105
14197
14198         * manual/advanced.xml
14199                 typo.
14200
14201 2006-03-03 [colin]      2.0.0cvs104
14202
14203         * src/plugins/clamav/clamav_plugin_gtk.c
14204                 Rework prefs page, patch by Fabien 
14205
14206 2006-03-03 [colin]      2.0.0cvs103
14207
14208         * src/plugins/clamav/clamav_plugin.c
14209                 Set error on all errors
14210
14211 2006-03-03 [colin]      2.0.0cvs102
14212
14213         * src/common/plugin.c
14214                 Initialize error to avoid crashing when a plugin fails
14215                 without setting error
14216
14217 2006-03-02 [wwp]        2.0.0cvs101
14218
14219         * configure.ac
14220                 fixed linker flags for libetpan support on Cygwin
14221                 (thanks to H.Merijn Brand).
14222
14223 2006-03-02 [wwp]        2.0.0cvs100
14224
14225         * src/addressbook.c
14226                 fix some AB error messages: one for punctuation and
14227                 one wrongly duplicate (thanks, maxbritov).
14228
14229 2006-03-02 [wwp]        2.0.0cvs99
14230
14231         * src/plugins/spamassassin/spamassassin.c
14232                 make sync calls to sa-learn/spamc to prevent
14233                 system (whatever local or client/server) overload.
14234
14235 2006-03-02 [colin]      2.0.0cvs98
14236
14237         * src/summaryview.c
14238                 Put the spam icon in the status column instead of the
14239                 mark one
14240
14241 2006-03-01 [colin]      2.0.0cvs97
14242
14243         * src/plugins/spamassassin/spamassassin.c
14244                 Fix segfault (g_file_set_contents fails for some 
14245                 reason and err==0x2f. Can't find out why with
14246                 valgrind, using working function :-)
14247
14248 2006-03-01 [colin]      2.0.0cvs96
14249
14250         * src/inc.c
14251                 Offline overriding: let 'No' be cached only 3 seconds
14252
14253 2006-03-01 [colin]      2.0.0cvs95
14254
14255         * src/addr_compl.c
14256         * src/addrbook.c
14257         * src/addressbook.c
14258         * src/addrindex.c
14259         * src/folder_item_prefs.c
14260         * src/headerview.c
14261         * src/imap.c
14262         * src/inc.c
14263         * src/ldif.c
14264         * src/mainwindow.c
14265         * src/mh.c
14266         * src/msgcache.c
14267         * src/prefs_common.h
14268         * src/prefs_msg_colors.c
14269         * src/procheader.c
14270         * src/procheader.h
14271         * src/procmime.c
14272         * src/procmsg.c
14273         * src/procmsg.h
14274         * src/send_message.h
14275         * src/simple-gettext.c
14276         * src/summaryview.c
14277         * src/summaryview.h
14278         * src/syldap.c
14279         * src/textview.c
14280         * src/undo.c
14281         * src/common/ssl_certificate.c
14282         * src/common/utils.c
14283         * src/gtk/colorsel.c
14284         * src/gtk/gtksctree.c
14285         * src/gtk/gtkshruler.c
14286         * src/plugins/trayicon/trayicon.c
14287                 #if 0 goes to /dev/null
14288
14289 2006-03-01 [colin]      2.0.0cvs94
14290
14291         * src/compose.c
14292         * src/imap.c
14293         * src/inc.c
14294         * src/inc.h
14295         * src/messageview.c
14296         * src/news.c
14297         * src/plugins/spamassassin/spamassassin.c
14298                 Allow to add information in the "working offline"
14299                 window
14300
14301 2006-03-01 [wwp]        2.0.0cvs93
14302
14303         * src/plugins/spamassassin/spamassassin.c
14304                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14305                 'cause it seems that calling `spamc ... < inputfile` with
14306                 g_spawn_(a)sync simply.. erm doesn't work :-).
14307
14308 2006-03-01 [wwp]        2.0.0cvs92
14309
14310         * src/toolbar.c
14311         * src/toolbar.h
14312                 simplify the adding of spam/ham button to the messageview toolbar
14313                 (it gets more clear now that the same button will be "Mark as spam"
14314                 or "Mark as ham" according to the current message status,
14315                 thanks to Colin).
14316
14317 2006-03-01 [wwp]        2.0.0cvs91
14318
14319         * src/messageview.c
14320         * src/procmsg.c
14321         * src/procmsg.h
14322         * src/summaryview.c
14323         * src/plugins/spamassassin/spamassassin.c
14324         * src/plugins/spamassassin/spamassassin.h
14325                 make learner callbacks return a status (0 for ok),
14326                 handle it in main code to avoid setting flags when learning failed,
14327                 don't learn on TCP if offline in spamassassin,
14328                 thanks to Colin.
14329
14330                 
14331
14332 2006-03-01 [wwp]        2.0.0cvs90
14333
14334         * src/compose.c
14335                 some work around the compose window's account menu,
14336                 patch by Fabien Vantard.
14337
14338 2006-03-01 [wwp]        2.0.0cvs89
14339
14340         * src/plugins/spamassassin/spamassassin.c
14341                 fixed bad logics, was using spamc in local mode and sa-learn
14342                 in remote mode (thanks, Colin).
14343
14344 2006-03-01 [wwp]        2.0.0cvs88
14345
14346         * src/plugins/spamassassin/spamassassin.c
14347         * src/plugins/spamassassin/spamassassin.h
14348         * src/plugins/spamassassin/spamassassin_gtk.c
14349                 made processing of emails w/ sa-plugin an option (default is TRUE),
14350                 fixed Engrish some tooltips, capitalization of some debug messages
14351                 and warnings. The spamassassin plugin now provides two separate
14352                 services: process emails upon incorporation and spamd training.
14353                 Both services (un)register independently but use some common
14354                 plugin settings (transport settings, spam storage location).
14355
14356 2006-02-28 [wwp]        2.0.0cvs87
14357
14358         * src/plugins/spamassassin/spamassassin.c
14359                 fix async flag to spamc cmdline execution (batch exec should
14360                 be asynchronous).
14361
14362 2006-02-27 [wwp]        2.0.0cvs86
14363
14364         * src/plugins/spamassassin/spamassassin.c
14365         * src/plugins/spamassassin/spamassassin.h
14366         * src/plugins/spamassassin/spamassassin_gtk.c
14367                 - added the ability to learn a remote spamassassin server (spamd),
14368                 using spamc.
14369                 - added the spamassassin option 'username', that applies to all
14370                 spamassassin operations (filtering, learning, local or remote).
14371                 The default username is the current unix user (if left blank
14372                 from gtk prefs or config file).
14373                 - commented out some unused code (notebook widget), removed unused
14374                 layout (hbox1).
14375                 - make more widgets sensitive to the transport type.
14376
14377 2006-02-27 [colin]      2.0.0cvs85
14378
14379         * src/plugins/spamassassin/spamassassin.c
14380                 Fix sa-learn call when offline
14381
14382 2006-02-27 [colin]      2.0.0cvs84
14383
14384         * configure.ac
14385         * src/Makefile.am
14386         * src/mainwindow.c
14387         * src/mainwindow.h
14388         * src/messageview.c
14389         * src/messageview.h
14390         * src/prefs_toolbar.c
14391         * src/procmsg.c
14392         * src/stock_pixmap.c
14393         * src/stock_pixmap.h
14394         * src/summaryview.c
14395         * src/toolbar.c
14396         * src/toolbar.h
14397         * src/pixmaps/ham_btn.xpm
14398         * src/pixmaps/spam.xpm
14399         * src/pixmaps/spam_btn.xpm
14400         * src/plugins/spamassassin/spamassassin.c
14401                 Add button in toolbar for spam learning
14402                 Fix a few bugs from the last related commit
14403                 Revert 1.9.6cvs23 which messed up shift-selection
14404
14405 2006-02-24 [colin]      2.0.0cvs83
14406
14407         * src/procmsg.c
14408         * src/summaryview.c
14409         * src/summaryview.h
14410         * src/plugins/spamassassin/spamassassin.c
14411         * src/plugins/spamassassin/spamassassin.h
14412         * src/plugins/spamassassin/spamassassin_gtk.c
14413                 Unregister learner when spamassassin is either
14414                 disabled or over tcp
14415
14416 2006-02-24 [colin]      2.0.0cvs82
14417
14418         * src/Makefile.am
14419         * src/mainwindow.c
14420         * src/mainwindow.h
14421         * src/procmsg.c
14422         * src/procmsg.h
14423         * src/stock_pixmap.c
14424         * src/stock_pixmap.h
14425         * src/summaryview.c
14426         * src/summaryview.h
14427         * src/gtk/icon_legend.c
14428         * src/pixmaps/spam.xpm  ** NEW FILE **
14429         * src/plugins/spamassassin/spamassassin.c
14430         * src/plugins/spamassassin/spamassassin_gtk.c
14431                 Add spam learning interface (Mark/Mark as 
14432                 (spam|ham) menus)
14433
14434 2006-02-24 [wwp]        2.0.0cvs81
14435
14436         * src/compose.c
14437         * src/compose.h
14438         * src/filtering.c
14439                 hide compose window when sending message in batch mode
14440                 (filtering: forward and redirect). Also fixed a wrong
14441                 value returned when sending failed, neutral anyway.
14442                 (Colin, me) 
14443
14444 2006-02-24 [wwp]        2.0.0cvs80
14445
14446         * src/mainwindow.c
14447                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14448
14449 2006-02-24 [paul]       2.0.0cvs79
14450
14451         * src/news.c
14452         * src/news.h
14453         * src/news_gtk.c
14454                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14455                 Thanks to Colin
14456
14457 2006-02-23 [colin]      2.0.0cvs78
14458
14459         * src/alertpanel.c
14460                 Change OK to Close in alertpanel with View log
14461                 button; add accel to View log. Patch by Fabien
14462                 Vantard
14463
14464 2006-02-23 [wwp]        2.0.0cvs77
14465
14466         * src/compose.c
14467                 silly me, there were much more tests to perform, since toolbars can
14468                 really have down to 1 element only.
14469
14470 2006-02-23 [wwp]        2.0.0cvs76
14471
14472         * commitHelper
14473                 fixed indentation from my previous commit. Fallback to VISUAL if
14474                 EDITOR is not set (and to vi, at last resort).
14475
14476 2006-02-23 [wwp]        2.0.0cvs75
14477
14478         * commitHelper
14479                 improved error detection (Colin, me).
14480
14481 2006-02-23 [wwp]        2.0.0cvs74
14482
14483         * src/prefs_toolbar.c
14484                 simplify and fix prefs/toolbars layouting. Combos' contents can
14485                 now be really displayed.
14486
14487 2006-02-23 [wwp]        2.0.0cvs73
14488         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14489         be really displayed.
14490
14491 2006-02-22 [wwp]        2.0.0cvs72
14492
14493         * src/compose.c
14494                 fix a typo in my previous commit (sorry!).
14495
14496 2006-02-22 [wwp]        2.0.0cvs71
14497
14498         * src/prefs_toolbar.c
14499                 fix a crash when adding separators to toolbars,
14500                 also fix some separator item information.
14501
14502 2006-02-22 [wwp]        2.0.0cvs70
14503
14504         * src/compose.c
14505                 fix a crash when redirecting (for instance) when compose window's
14506                 toolbar contents has been customized (when some buttons have been
14507                 removed in fact).
14508
14509 2006-02-21 [wwp]        2.0.0cvs69
14510
14511         * src/summaryview.c
14512         * src/gtk/pluginwindow.c
14513         * src/plugins/pgpcore/prefs_gpg.c
14514                 fix some compilation warnings (feat. remains of removed code).
14515
14516 2006-02-21 [wwp]        2.0.0cvs68
14517
14518         * src/gtk/gtkutils.c
14519                 fix two compilation issues, thanks to Stephan Sachse.
14520
14521 2006-02-20 [colin]      2.0.0cvs67
14522
14523         * src/mainwindow.c
14524                 Don't reselect displayed mail on refocus
14525                 This fixes actions misbehaving 
14526
14527 2006-02-20 [wwp]        2.0.0cvs66
14528
14529         * src/summaryview.c
14530         * src/gtk/gtksctree.c
14531         * src/gtk/gtkshruler.c
14532                 changed more runtime typecast checks.
14533
14534 2006-02-20 [wwp]        2.0.0cvs65
14535
14536         * src/summary_search.c
14537                 find all - summaryview refresh issue fixed, thanks to Colin.
14538
14539 2006-02-20 [wwp]        2.0.0cvs64
14540
14541         * src/gtk/gtkutils.c
14542                 better runtime typecast checks.
14543
14544 2006-02-20 [wwp]        2.0.0cvs63
14545
14546         * src/summary_search.c
14547                 enhancements to the summary search:
14548                         - add the ability to stop the running search
14549                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14550                         - don't search if no criteria (From/To/Subject/Body) is set
14551                         - ensure that a busy mouse pointer is always shown when searching,
14552                           show it even a bit earlier
14553
14554 2006-02-19 [colin]      2.0.0cvs62
14555
14556         * src/compose.c
14557         * src/imap.c
14558         * src/etpan/imap-thread.c
14559         * src/etpan/imap-thread.h
14560                 (Future) IMAP speed improvement on sending
14561                 Will require a libetpan update
14562         * src/summaryview.c
14563         * src/gtk/quicksearch.c
14564                 Make quicksearch clearable while running.
14565
14566 2006-02-17 [colin]      2.0.0cvs61
14567
14568         * src/imap.c
14569         * src/etpan/imap-thread.c
14570         * src/etpan/imap-thread.h
14571                 Check for IMAP certificates
14572                 ** Requires libetpan-0.42-cvs4 
14573                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14574
14575 2006-02-17 [colin]      2.0.0cvs60
14576
14577         * src/messageview.c
14578         * src/prefs_common.c
14579         * src/prefs_common.h
14580         * src/prefs_message.c
14581                 Add pref to display HTML-only mails with plugin, 
14582                 if possible (defaulting to FALSE of course).
14583
14584 2006-02-16 [colin]      2.0.0cvs59
14585
14586         * src/main.c
14587         * src/common/plugin.c
14588         * src/common/plugin.h
14589         * src/gtk/pluginwindow.c
14590                 Keep track of requested (but unloaded) plugins
14591                 in some error cases.
14592
14593 2006-02-16 [wwp]        2.0.0cvs58
14594
14595         * src/gtk/gtkaspell.c
14596         * src/gtk/gtkaspell.h
14597         * src/prefs_spelling.c
14598         * src/compose.c
14599         * src/prefs_common.c
14600         * src/prefs_common.h
14601                 implemented new optional spellchecker behaviour: re-check message when
14602                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14603
14604 2006-02-16 [wwp]        2.0.0cvs57
14605
14606         * src/quote_fmt_parse.y
14607                 pclose popen'ed pipe.
14608
14609 2006-02-15 [colin]      2.0.0cvs56
14610
14611         * src/mimeview.c
14612         * src/mimeview.h
14613                 Let MimeViewers know which MimeView they
14614                 depend of.
14615         * src/summaryview.c
14616                 Swap From/To columns in Sent/Queue/Drafts
14617                 folders
14618         * src/etpan/imap-thread.c
14619                 Use mailstream_low_tls_open() for STARTTLS
14620                 instead of mailstream_low_ssl_open()
14621                 ** REQUIRES libetpan 0.42cvs3 **
14622
14623 2006-02-15 [wwp]        2.0.0cvs55
14624
14625         * src/compose.c
14626         * src/compose.h
14627         * src/message_search.c
14628         * src/message_search.h
14629         * src/textview.c
14630         * src/gtk/gtkutils.c
14631         * src/gtk/gtkutils.h
14632                 added the ability to Find text in the compose window (and a bit
14633                 of code factorization).
14634
14635 2006-02-15 [wwp]        2.0.0cvs54
14636
14637         * src/prefs_gtk.c
14638                 yet another one file was missing (fix for some widgets' sensitivity).
14639                 Thanks Colin!
14640
14641 2006-02-15 [wwp]        2.0.0cvs53
14642
14643         * src/prefs_gtk.h
14644                 oops forgot that file (fix for some widgets' sensitivity).
14645
14646 2006-02-15 [wwp]        2.0.0cvs52
14647
14648         * src/summary_search.c
14649                 implemented advanced summary search options (added the ability
14650                 to use matcher conditions in an advanced search mode).
14651
14652 2006-02-15 [wwp]        2.0.0cvs51
14653
14654         * src/plugins/pgpcore/prefs_gpg.c
14655         * src/prefs_account.c
14656                 fix some widget sensitivity, mostly around some labels in
14657                 account prefs.
14658
14659 2006-02-15 [paul]       2.0.0cvs50
14660
14661         * manual/advanced.xml
14662                 improve Templates info
14663                 written by wwp
14664
14665 2006-02-14 [colin]      2.0.0cvs49
14666
14667         * src/pixmaps/address_book.xpm
14668         * src/pixmaps/preferences.xpm
14669         * src/pixmaps/properties.xpm
14670                 Fix pixmap size - patch by Fabien Vantard
14671
14672 2006-02-13 [colin]      2.0.0cvs48
14673
14674         * src/procmime.c
14675                 Add missing fclose()s on error
14676         * src/textview.c
14677                 Remove unused code
14678         * src/common/utils.c
14679                 Fix temp files not being deleted on windows
14680         Patches by Thomas Gilgin
14681
14682 2006-02-13 [colin]      2.0.0cvs47
14683
14684         * src/mainwindow.c
14685                 Fix exit crash
14686
14687 2006-02-13 [wwp]        2.0.0cvs46
14688
14689         * src/plugins/pgpcore/prefs_gpg.c
14690                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14691
14692 2006-02-12 [colin]      2.0.0cvs45
14693
14694         * src/folderview.c
14695         * src/main.c
14696         * src/mainwindow.c
14697                 Fix "stuff" when quitting
14698
14699 2006-02-12 [wwp]        2.0.0cvs44
14700
14701         * src/prefs_themes.c
14702                 fix typos in debug messages.
14703
14704 2006-02-11 [colin]      2.0.0cvs43
14705
14706         * src/summaryview.c
14707                 don't allow drag/drop from ourself
14708
14709 2006-02-10 [wwp]        2.0.0cvs42
14710
14711         * src/exporthtml.c
14712         * src/html.c
14713         * src/html.h
14714         * src/procmime.c
14715         * src/textview.c
14716                 renamed html_ prefixed functions and data structures to avoid
14717                 namespace clashes w/ other software (gtkhtml2 for instance).
14718                 Closes bug #907.
14719
14720
14721 2006-02-09 [colin]      2.0.0cvs41
14722
14723         * src/summaryview.c
14724                 Fix shitty logic messed up. Thanks Ticho for the hint!
14725
14726 2006-02-09 [wwp]        2.0.0cvs40
14727
14728         * src/gtk/about.c
14729         * src/compose.c
14730         * src/prefs_account.c
14731         * src/prefs_gtk.h
14732         * src/editaddress.c
14733                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14734                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14735                 Browse buttons in accounts prefs.
14736
14737 2006-02-09 [colin]      2.0.0cvs39
14738
14739         * src/matcher.c
14740                 Check for pointer before using its members
14741         * src/gtk/gtksourceprintjob.c
14742                 Fix a wrong warning
14743
14744 2006-02-09 [wwp]        2.0.0cvs38
14745
14746         * src/gtk/filesel.c
14747                 fix few compiler warnings (type mismatch).
14748
14749 2006-02-09 [paul]       2.0.0cvs37
14750
14751         * po/fr.po
14752                 updated by Fabien Vantard
14753
14754 2006-02-08 [colin]      2.0.0cvs36
14755
14756         * src/prefs_common.c
14757         * src/common/defs.h
14758         * src/common/plugin.c
14759                 allow windows and linux configurations to coexist
14760                 patch by Thomas Gilgin
14761
14762 2006-02-08 [colin]      2.0.0cvs35
14763
14764         * src/filtering.c
14765         * src/matcher.c
14766         * src/matcher.h
14767         * src/matcher_parser_parse.y
14768         * src/prefs_filtering_action.c
14769         * src/prefs_matcher.c
14770                 Add the "Ignore thread" filtering
14771                 action
14772
14773 2006-02-08 [colin]      2.0.0cvs34
14774
14775         * src/compose.c
14776         * src/procmime.c
14777         * src/procmime.h
14778                 Fix bug #905 (damaged attachment)
14779                 text files with raw \0's aren't really text files
14780         FOR_STABLE
14781
14782 2006-02-08 [colin]      2.0.0cvs33
14783
14784         * src/summaryview.c
14785                 Fix crasher introduced yesterday
14786
14787 2006-02-08 [wwp]        2.0.0cvs32
14788
14789         * src/compose.c
14790         * src/compose.h
14791                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14792
14793 2006-02-08 [wwp]        2.0.0cvs31
14794
14795         * src/prefs_template.c
14796                 templates enhancement: allow address completion for Cc and Bcc fields
14797                 (it was currently possible for the To field only)
14798
14799 2006-02-08 [colin]      2.0.0cvs30
14800
14801         * src/compose.c
14802                 Don't unblock if not blocked
14803         FOR_STABLE
14804
14805 2006-02-07 [colin]      2.0.0cvs29
14806
14807         * src/action.c
14808                 Forgot to refresh summaryview
14809
14810 2006-02-07 [colin]      2.0.0cvs28
14811
14812         * src/action.c
14813                 Freeze/thaw message list and folder list while
14814                 processing %as{} actions 
14815         * src/compose.c
14816                 Fix auto-wrap disabling after a middle-click
14817                 paste - FOR_STABLE
14818
14819 2006-02-07 [paul]       2.0.0cvs27
14820
14821         * src/folder.c
14822                 fix freeing of uninitialised pointers
14823                 Thanks to Colin
14824
14825 2006-02-06 [colin]      2.0.0cvs26
14826
14827         * src/folder.c
14828                 Use g_slist_prepend in potentially big list
14829
14830 2006-02-06 [colin]      2.0.0cvs25
14831
14832         * src/folder.c
14833                 Completely skip processing if it doesn't 
14834                 exist (faster!)
14835
14836 2006-02-06 [colin]      2.0.0cvs24
14837
14838         * src/folder.c
14839         * src/summaryview.c
14840                 Batch filtering in summaryview (from Tools menu)
14841                 and pre/post//-processing too
14842
14843 2006-02-06 [colin]      2.0.0cvs23
14844
14845         * src/procmsg.h
14846         * src/filtering.c
14847                 Use a special field for batch filtering instead
14848                 of stepping on deferred execution's toes
14849
14850 2006-02-06 [colin]      2.0.0cvs22
14851
14852         * src/action.c
14853         * src/filtering.c
14854         * src/filtering.h
14855         * src/folder.c
14856         * src/summaryview.c
14857                 Fix filtering via menus and actions
14858
14859 2006-02-06 [colin]      2.0.0cvs21
14860
14861         * src/imap.c
14862                 Put the added file directly to cache if possible (will work
14863                 with next libetpan)
14864         * src/filtering.c
14865         * src/filtering.h
14866         * src/inc.c
14867         * src/folder.c
14868         * src/mbox.c
14869         * src/procmsg.h
14870                 Move and copy filtered messages by batches instead of one
14871                 by one - faster on IMAP
14872         * src/procmsg.c
14873                 Add a function that'll possibly be useful later
14874
14875 2006-02-06 [colin]      2.0.0cvs20
14876
14877         * src/addressbook.c
14878                 Use internal mime-type instead of text/plain for d'n'd
14879         * src/compose.c
14880                 Allow attaching files from mimeview's icon list via d'n'd
14881         * src/folderview.c
14882         * src/folderview.h
14883                 Use internal mime-type instead of text/plain for d'n'd
14884                 Don't try to selected opened folder if none is
14885                 Factorize d'n'd from other apps code
14886         * src/headerview.c
14887         * src/textview.c
14888         * src/gtk/gtkutils.c
14889         * src/gtk/gtkutils.h
14890                 Factorize Face/X-Face stuff
14891         * src/mimeview.c
14892                 Fix d'n'd to other apps
14893         * src/prefs_message.c
14894                 Let the XFace pref be usable without libcompface as it also
14895                 applies to Face
14896         * src/summaryview.c
14897                 Fix d'n'd to other apps
14898                 Factorize d'n'd from other apps code
14899
14900 2006-02-06 [wwp]        2.0.0cvs19
14901
14902         * po/it.po
14903                 Italian translation fixes by Andrea Spadaccini (no more confusion
14904                 between filtering and processing, and few changes in the About
14905                 dialog).
14906
14907
14908 2006-02-06 [mones]      2.0.0cvs18
14909
14910         * src/gtk/icon_legend.c
14911                 Improved descriptions allowing better translations
14912
14913 2006-02-05 [colin]      2.0.0cvs17
14914
14915         * src/imap.c
14916                 Add the f*cking missing expunge that caused imap_fetch_env
14917                 to fail after an add_msgs ! :-///
14918         * src/etpan/imap-thread.c
14919                 Add a bit of debug
14920         FOR_STABLE
14921
14922 2006-02-05 [colin]      2.0.0cvs16
14923
14924         * src/common/utils.c
14925                 Don't check for return-path (or we can't put
14926                 back non-sent mails)
14927
14928 2006-02-05 [colin]      2.0.0cvs15
14929
14930         * src/textview.c
14931                 Don't try to display Face header in textview
14932                 when teh headerview's active
14933
14934 2006-02-05 [colin]      2.0.0cvs14
14935
14936         * tools/tbird2syl.py
14937         * tools/Makefile.am
14938                 Add script to import Thunderbird mails
14939
14940 2006-02-05 [colin]      2.0.0cvs13
14941
14942         * src/headerview.c
14943         * src/procheader.c
14944         * src/procmsg.c
14945         * src/procmsg.h
14946         * src/textview.c
14947                 Show Face headers - patch partially by Klaus Flittner
14948
14949 2006-02-05 [colin]      2.0.0cvs12
14950
14951         * src/folderview.c
14952         * src/summaryview.c
14953         * src/common/utils.c
14954         * src/common/utils.h
14955                 Let dnd work from mime icons to summaryview
14956                 and to folderview too
14957                 Add a crude test to avoid trying to add files
14958                 drag'n'dropped when they're not mails
14959
14960 2006-02-04 [colin]      2.0.0cvs11
14961
14962         * src/summaryview.c
14963         * src/mimeview.c
14964                 Fix utf8 conversion
14965
14966 2006-02-04 [colin]      2.0.0cvs10
14967
14968         * src/compose.c
14969         * src/folderview.c
14970         * src/mimeview.c
14971         * src/summaryview.c
14972         * src/summaryview.h
14973                 Added various drag and drop capas:
14974                 From                    To
14975                 summaryview             other apps
14976                 mimeview icons          other apps
14977                 other apps              summaryview
14978                 other apps              folderview
14979
14980                 This shouldn't have broken the existing:
14981                 From                    To
14982                 summaryview             folderview
14983                 folderview              folderview
14984                 summaryview             compose's attachments
14985
14986         Tests welcomed.
14987
14988 2006-02-02 [paul]       2.0.0cvs9
14989
14990         * src/mainwindow.c
14991                 move global option 'Set displayed columns...' out
14992                 of folder option grouping.
14993                 fix sensitivity of 'harvest addresses'
14994         FOR_STABLE
14995
14996 2006-02-01 [colin]      2.0.0cvs8
14997
14998         * src/mimeview.c
14999                 Revert the alertpanel patch, it sucks (intrusive
15000                 and gets in the way of "open")
15001
15002 2006-02-01 [colin]      2.0.0cvs7
15003
15004         * src/compose.c
15005         * src/prefs_account.c
15006         * src/prefs_common.c
15007         * src/common/defs.h
15008         * src/common/utils.c
15009         * src/common/utils.h
15010                 Add ability to edit the signature file
15011                 from the account preferences, and use
15012                 a default for the text editor.
15013                 Patch by Fabien Vantard
15014
15015 2006-02-01 [colin]      2.0.0cvs6
15016
15017         * src/mimeview.c
15018                 Try to get mime type by extension if it is
15019                 application/octet-stream
15020                 Display a window with possible choices when
15021                 encountering unknown mime types
15022         * src/gtk/filesel.c
15023         * src/gtk/filesel.h
15024                 Add preview
15025                 Allow multiple selection in filtered filesel
15026                 (patch by Fabien Vantard)
15027         * src/gtk/pluginwindow.c
15028                 Use it (patch by Fabien Vantard)
15029
15030 2006-02-01 [paul]       2.0.0cvs5
15031
15032         * src/jpilot.c
15033                 fix crash on creating jpilot address book
15034                 Thanks to Colin - FOR_STABLE
15035         * src/prefs_summaries.c
15036         * src/prefs_wrapping.c
15037         * src/gtk/icon_legend.c
15038         * src/gtk/quicksearch.c
15039                 string fixes and additions
15040
15041 2006-02-01 [paul]       2.0.0cvs4
15042
15043         * src/compose.c
15044         * src/mainwindow.c
15045         * src/messageview.c
15046         * src/prefs_send.c
15047                 add Arabic encoding option
15048                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15049
15050 2006-01-31 [colin]      2.0.0cvs3
15051
15052         * src/plugins/pgpcore/passphrase.c
15053                 Convert passphrase to locale encoding
15054         * src/compose.c
15055                 Fix drafting on IMAP. Crappy bug sneaked in
15056                 the release :-/
15057         FOR_STABLE
15058
15059 2006-01-30 [paul]       2.0.0cvs2
15060
15061         * src/gtk/icon_legend.c
15062                 show the new entries
15063
15064 2006-01-30 [colin]      2.0.0cvs1
15065
15066         * src/manual.c
15067                 Check for the file to be present before 
15068                 enabling the menu - FOR_STABLE
15069         * src/gtk/icon_legend.c
15070                 Add folders icons (not all of them, there
15071                 are too much, but the most intriguing ones)
15072
15073 2006-01-30 [paul]       2.0.0
15074
15075         version 2.0.0 released
15076
15077 [For previous entries, see ChangeLog.pre2.0.0]